html, body {

    width: 100%;

    height: 100%;

}

body.woocommerce-account {

    background: #EBE6DD;

}

button {

    font-family: 'Montserrat', sans-serif;

}


#page {

    background: rgba(235, 230, 221, 1);

    background: -moz-linear-gradient(left, rgba(235, 230, 221, 1) 0%, rgba(235, 230, 221, 1) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235, 230, 221, 1)), color-stop(100%, rgba(235, 230, 221, 1)));

    background: -webkit-linear-gradient(left, rgba(235, 230, 221, 1) 0%, rgba(235, 230, 221, 1) 100%);

    background: -o-linear-gradient(left, rgba(235, 230, 221, 1) 0%, rgba(235, 230, 221, 1) 100%);

    background: -ms-linear-gradient(left, rgba(235, 230, 221, 1) 0%, rgba(235, 230, 221, 1) 100%);

    background: linear-gradient(to right, rgba(235, 230, 221, 1) 0%, rgba(235, 230, 221, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe6dd', endColorstr='#ebe6dd', GradientType=1);

    background-size: 828px 900px;

    background-repeat: no-repeat;

    max-width: 1440px;

    margin: 0 auto !important;

}

.texte-intro.top-page-texte h3{
	font-size: 85px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
	margin-top: 44px;
}

.texte-intro.top-page-texte h1{
	font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 21px;
}

.page .texte-intro.collection h3,.page .texte-collection-gauche h3{
	font-size: 85px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
	margin: 44px 0 5px!important;
}

.page-id-1823 h2, .page-id-3 h2{
	margin-top:40px;
}

.texte-politique{
	font-size:20px;
	line-height:24px;
}

.btn-big {

    width: 100%;

    text-align: center !important;

    font-weight: bold;

    text-transform: uppercase;

    display: block;

    clear: both;

    padding: 12px;

    text-decoration: none;

}

.btn-big:hover {

    text-decoration: none;

    color: inherit;

}

.bg-black {

    color: #fff;

    background: #000;

}

.bg-beige {

    color: #000;

    background: #EBE6DD;

}

.bg-white {

    color: #000;

    background: #fff;

}

.referral_code_popup {

    position: fixed;

    display: none;

    z-index: 9;

    text-align: center;

    background: rgba(255, 255, 255, 0.8);

    padding: 200px 0;

    width: 800px;

    top: 50%;

    left: 50%;

    margin: -400px 0 0 -400px;

}

.referral_code_popup h1 {

    font-size: 64px;

    font-weight: bold;

}

.woocommerce-MyAccount-content {
    font-size: 20px;
}

.mwb_crp_wrapper_button .fb-share-button {
    display: none !important;
}

.mwb_crp_wrapper_button .twitter-share-button {
    display: none !important;
}

.mwb_crp_wrapper_button .mwb_wpr_mail_button {
    margin-left: -13px;
    margin-top: 10px;
}

/* SIMON */
.no-hyperlink a {
    cursor: default;
}

.no-hyperlink a:hover, .no-hyperlink a:visited, .no-hyperlink a:focus {
    text-decoration: none !important;
}

.product-reg-price {
    font-weight: bold;
}

.product-sale-price {
    font-weight: normal;
}

.product-price.member-price .product-reg-price {
    font-weight: normal;
}

.product-price.member-price .product-sale-price {
    font-weight: bold;
}

#page.variable-product {
    background-size: 828px 1035px;
}

#page.gcp-product {
    background-size: 828px 865px;
}

footer.entry-footer {
    display: none;
}

.mobile-menu-item.bold {
    font-weight: bold;
}

footer#colophon h3, footer#colophon ul > li > a {
    text-transform: uppercase;
}

footer#colophon a {
    color: #000;
}

.woocommerce-account footer#colophon a {
    color: #fff;
}

/* Couleur logo */
body #primary-menu li.logo-blanc {
    display: none;
}

body #primary-menu li.logo-noir {
    display: inline-block;
}

body.home #primary-menu li.logo-blanc {
    display: inline-block;
}

body.home #primary-menu li.logo-noir {
    display: none;
}

/* Menu */
[aria-current] {
    text-decoration: underline;
}

.logged-in #primary-menu .show-if-logged-in, .logged-in #primary-menu .hide-mobile.show-if-logged-in {
    display: inline-block;
}

.logged-in #primary-menu .hide-if-logged-in {
    display: none;
}

#primary-menu {
    align-items: center;
    display: flex;
    flex-flow: row;
    list-style: none;
    padding: 0;
}

#primary-menu .show-if-logged-in, #primary-menu .hide-mobile.show-if-logged-in {
    display: none;
}

#primary-menu .hide-mobile {
    display: inline-block;
}

#primary-menu .show-mobile {
    display: none;
}

.menu-item.insta a, .menu-item.fb a {
    color: #000 !important;
    font-weight: 100;
}

.menu-item.insta {
    font-size: 25px;
    margin-right: 12px;
}

.menu-item.fb {
    font-size: 25px;
    margin-right: 487px;
}

.menu-item.menu-home-link {
    margin-right: 83px;
}

.menu-item.collections {
    margin-right: 42px;
}

.menu-item.about {
    margin-right: 47px;
}

.menu-item.menu-myaccount-link {
    margin-right: 41px;
}

.menu-item.panier {
    margin-right: 5px;
}

.menu-cart-items {
    padding: 3px 10px;
    border: 2px solid #EBE6DD;
    box-sizing: border-box;
    height: 31px;
    line-height: 19px;
    text-align: center;
    width: 35px;
}

body.woocommerce-account .menu-cart-items {
    border: 2px solid #fff;
}

#primary-menu li {
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

#primary-menu li a {
    color: #000;
}

#site-navigation {
    margin: 0 auto;
    padding: 47px 0;
    width: 1168px;
}

/* Menu mobile */
#mobile-navigation {
    display: none;
}

#new_customer {
    display: none;
}

/* Products */
.alm-btn-wrap .alm-load-more-btn.more {
    background: none !important;
    color: #000 !important;
    cursor: pointer !important;
    display: block;
    font-weight: bold;
    font-size: 28px;
    margin: 0 auto;
    text-transform: uppercase;
}

.alm-btn-wrap .alm-load-more-btn.more:hover {
    text-decoration: underline;
}

.alm-btn-wrap .alm-load-more-btn.more.done {
    display: none;
}

/* Cacher Code Referral */

#post-121 > div > div > div.woocommerce-MyAccount-content > fieldset,
#post-14 > div > div > div.woocommerce-MyAccount-content > fieldset{
    display: none;
}

/* Language Switch */
.wpml-ls-item{
    position: relative;
}

.wpml-ls-item-fr > a{
    margin-left: 45px;
}

.wpml-ls-item-en > a{
    margin-left: 45px;
}

/* Yann */
/*------------------------GÉNÉRAL----------------------*/

.entry-title {
    display: none;
}

.vc_btn3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: bold;
}

.bouton-blanc a {
    color: #000 !important;
    background: #fcf9f6 !important;
}

.bouton-blanc a:hover {
    color: #fff !important;
    background: #000 !important;
}

.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
}

.bouton-beige a:hover {
    color: #fff !important;
    background: #000 !important;
}

.mobile-cell {
    display: none !important;
}

.mobile-tab {
    display: none !important;
}

/*-----------------------------------------------------*/

/*--------------- NAVIGATION / HEADER -----------------*/

.texte-intro {
    padding-left: 65px !important;
    color: #000;
    padding-top: 20px;
}

.texte-intro h1 {
    font-size: 85px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;

}

.texte-intro h3 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.texte-intro p {
    margin-top: 30px;
    font-size: 20px;
}

.bouton-intro a {
    font-size: 26px !important;
}

.intro-image img {
    position: relative;
    bottom: 40px;
}

/*--------------------------------------------------------------*/

/*------------------------FOOTER--------------------------------*/

#colophon {
    background: #ebe6dd;
}

#colophon h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

#colophon ul {
    list-style: none;
    padding-left: 0px;
}

#colophon li a {
    color: #000;
    font-size: 20px;
}

#colophon p {
    margin-bottom: 0px;
    font-size: 20px;
}

.contenu-footer {
    padding: 60px 40px 30px 65px;
}

.copy {
    text-align:center;
	padding: 15px 0 15px;
	border-top:#e3ded6 1px solid;
}

.contenu-footer .col-sm-2 {
    margin-right: 40px;
}

/*--------------------------------------------------------------*/

/*------------------------ACCUEIL-------------------------------*/

.texte-accueil {
    font-size: 22px;
    display: flex;
    justify-content: center;
}

.cta-accueil a {
    font-size: 26px !important;
}

.image-droite-bloc {
    position: relative;
    height: 580px !important;
    top: 25px;
}

.bloc-image-gauche {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-size: 870px !important;
    background-position-x: 605px !important;
    height: 770px;
}

.texte-contenu {
    color: #fff;
    position: relative;
    right: 200px;
    top: 130px;
    padding-left: 0px !important;
}

.bouton-bottom {
    max-width: 80% !important;
}

/*--------------------------------------------------------------*/

/*---------------------COLLECTIONS------------------------------*/

.page .texte-intro.collection {
    color: #000 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    right: 120px;
}

.collection-gauche {
    position: relative;
    bottom: 100px;
}

.collection-gauche img {
    position: relative;
    left: 135px;
}

.texte-intro.collection p {
    margin-bottom: 36px !important;
    margin-top: 0px !important;
}

.texte-intro.collection h1 {
    margin-bottom: 5px !important;
}

.collection-image-gauche {
    position: relative;
    top: 68px;
}

.page .texte-intro.texte-collection-gauche {
    padding-right: 0px !important;
}

.page .texte-intro.texte-collection-gauche p {
    margin-top: 30px !important;
    margin-bottom: 56px !important;
}

.page-id-320 #colophon {
    margin-top: -67px;
}

.texte-intro.collection.collection-droite p {
    margin-top: 30px !important;
}

/*--------------------------------------------------------------*/

/*------------------------ABOUT---------------------------------*/

.texte-about p {
    font-size: 36px;
    line-height: 1.2;
}

/*--------------------------------------------------------------*/

/*-------------------------FAQ----------------------------------*/

.vc_toggle h2 {
    margin-top: 60px;
    font-size: 37px !important;
    margin-bottom: 0px !important;
}

.vc_toggle p {
    font-size: 32px;
    margin-bottom: 0px !important;
    line-height: 1.2;
}

.vc_toggle_content {
    margin-top: 60px !important;
    margin-bottom: 0px !important;
}

.premier-toggle h2 {
    margin-top: 95px !important;
}

/*--------------------------------------------------------------*/

/*--------------------SINGLE PRODUCT----------------------------*/

.the-image {
    position: relative;
    left: 60px;
    top: 100px;
}

.product-flavors {
    margin-top: 20px;
    margin-bottom: 30px !important;
    font-weight: bold;
}

.product-description {
    margin-top: 0px !important;
}

.product-price.member-price .product-sale-price {
    font-weight: bold;
}

.product-price.member-price .product-regular-price {
    font-weight: normal;
}

.droite {
    position: relative;
    right: 0px;
}

.shop-more-link {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.product-custom-img {
    max-width: 80% !important;
}

.home .attachment-post-thumbnail{
    display:none!important;
}


.products-offer {
    margin-top: 200px !important;
}

.bouton {
    text-align: center;
    padding: 80px;
}

.bouton a {
    text-decoration: none;
}

.products-loop h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px !important;
}

.products-loop a {
    color: #000;
}

.products-loop a:hover {
    text-decoration: underline;
    color: #000;
}

.offer-right {
    padding: 180px 300px !important;
    z-index: -1;
}

.offer-img {
    max-width: 130% !important;
    position: relative;
    top: 90px;
}

/*--------------------------------------------------------------*/

h1.product-name {
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
	line-height:80px;
	letter-spacing:-1px;
    font-weight: bold;
    margin-bottom: 10px;
}

.the-product {
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 40px !important;
    vertical-align: top;
}

.the-image {
    vertical-align: middle;
}

.the-gallery {
    vertical-align: top;
}

.product-flavors, .product-price {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}

.product-price.regular-price > .product-reg-price {
    font-weight: bold !important;
}

.product-flavors {
    margin-bottom: 32px;
}

.product-description {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
}

.product-price {
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.product-add-to-cart {
    margin-bottom: 128px;
}

.paquets-selector > .paquet-select, .sizes-selector > .size-select {
    border: 2px solid #fff;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    height: 74px;
    line-height: 74px;
    margin: 20px 15px;
    text-align: center;
    width: 84px;
}

.paquets-selector > .paquet-select:nth-child(1), .sizes-selector > .size-select:nth-child(1)  {
    margin-left: 0;
}

.paquets-selector > .paquet-select:nth-child(4), .sizes-selector > .size-select:nth-child(4) {
    margin-right: 0;
}

.paquets-selector > .paquet-select.current, .sizes-selector > .size-select.current {
    background: #fff;
}

.quantity {
    display: inline-block;
    width: auto;
}

.quantity input[type="number"] {
    background: #fff;
    border: 0;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    height: 76px;
    margin-right: 30px;
    width: 84px !important;
    font-size: 25px;
    vertical-align: middle;
}

.quantity input[type="number"]::-webkit-inner-spin-button, .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 26px;
    background-color: #000 !important;
    border: 0;
    border-radius: 0;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    height: 76px;
    outline: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 295px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.quantity-options {
    display: inline-block;
    vertical-align: middle;
}

.quantity-options button {
    background: #fff;
    border: 0;
    border-radius: 0;
    display: block;
    font-weight: bold;
    font-size: 25px;
    height: 34px;
    margin-right: 6px;
    outline: none;
    width: 36px;
}

.quantity-options button.plus {
    margin-bottom: 8px;
}

.quantity-options button:hover {
    background-color: #000;
    color: #fff;
}

.single_add_to_cart_button {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    height: 74px;
    width: 288px;
    text-transform: uppercase;
}

.offer-title {
    font-size: 100px;
    font-weight: bold;
}

.offer-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.offer-details {
    font-size: 20px;
}

.woocommerce-variation.single_variation .woocommerce-variation-price {
    display: none !important;
}

.gcp label, .product_vouchers {
    display: none !important;
}

#gcp {
    width: 100%;
}

/* Marie-Lyne */
body.page, body.single-product {
    color: #000000 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    background-color: #fcf9f6;
}

table a {
    color: #000000 !important;
}

table a:hover {
    color: #000000 !important;
}

.woocommerce-account .entry-title {
    display: none !important;
}

.woocommerce-account #page {
    background-color: #ebe6dd;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px solid #d3ced2 !important;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px solid #d3ced2 !important;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce-account h1, .woocommerce-account h2, h1.entry-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 85px !important;
    line-height: 85px !important;
    margin-bottom: 75px !important;
    text-transform: lowercase;
}

h1.entry-title {
    word-spacing: 100vw;
}

.cart_totals h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;;
}

.woocommerce-account h2, .woocommerce-account h1 {
    word-spacing: 100vw;
}

.woocommerce-account label, .registration-incentives {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 14px;
    text-transform: uppercase;
    width: 100%;
}

.checkout label {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: 100%;
}

.checkout h3, .checkout h3 span, .woocommerce-order h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent !important;
}
.woocommerce-checkout .checkbox input[type=checkbox] {
    position: relative;
    margin: -8px 8px 0 0;
    margin-left: 0;
}
.woocommerce-checkout a{
  color:#000;
}
.woocommerce-checkout a:hover{
  color:#000;
  text-decoration: underline;
}
.woocommerce-checkout label {
    display: inline;
}

body.woocommerce-checkout{
  background: #ebe6de;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #000 !important;
}
.woocommerce-info::before {
    color: #000;
}
a.showcoupon {
    color: #000;
    text-decoration: none;
}

a.showlogin {
    color: #000;
    text-decoration: none;
}

.registration-incentives {
    margin-bottom: 35px;
}

#place_order {
    margin-bottom: 128px;
}

ul.registration-advantages {
    font-size: 14px;
}

.woocommerce-account input {
    margin-top: 5px;
}

.registration-incentives {
    margin-top: 28px;
}

.woocommerce-account .woocommerce form.login {
    padding: 0px !important;
}

.woocommerce-account .form-control, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-selection--single .select2-selection__rendered, #ign_receiver_name, #ign_receiver_email {
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 20px;
    color: #000000;
    background-color: #fcf9f6;
    background-image: none;
    border: 1px solid #fcf9f6;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single {
    background-color: #fcf9f6;
    border: 1px solid #fcf9f6;
}

.select2-container .select2-selection--single {
    height: 48px;
}

.woocommerce button.button {
    background-color: #000000;
    color: #fcf9f6;
    text-transform: uppercase;
    border-radius: 0px;
}

.woocommerce button.button:hover {
    background-color: #fcf9f6;
    color: #000000;
}

.woocommerce .shop_table button.button {
    color: #fcf9f6 !important;
}

.woocommerce .shop_table button.button:hover {
    color: #000000 !important;
}

.gift_cert_field_wrapper {
    background-color: transparent !important;
}

table .quantity input[type="number"] {
    height: 46px;
    font-size: 20px;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding-bottom: 180px;
}

.woocommerce-account .woocommerce button.button, .woocommerce-account #show-register-form {
    background-color: #fcf9f6;
    text-decoration: none;
    background-image: none;
    color: #000000;
    font-size: 26px;
    padding: 26px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    height: auto;
    width: 100% !important;
    border-radius: 0px;
}

.return-to-shop a.button {
    background-color: #fcf9f6;
    text-decoration: none;
    background-image: none;
    color: #000000;
    font-size: 26px;
    padding: 26px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    height: auto;
    border-radius: 0px;
    margin-bottom: 128px;
}

.return-to-shop a.button:hover {
    background-color: #000000;
    color: #fcf9f6;
}

.woocommerce-account #show-register-form {
    padding: 21px !important;
}

.woocommerce-account .woocommerce button.button.woocommerce-form-login__submit {
    margin-top: 20px !important;
}

.woocommerce-account .woocommerce button.button:hover, .woocommerce-account #show-register-form:hover {
    background-color: #000000;
    color: #fcf9f6;
}

.woocommerce-account #show-register-form, .woocommerce-account .formulaire-compte {
    margin-top: 59px !important;
}

.page button {
    border-width: 0px !important;
}

.product-custom-img {
    max-width: 100% !important;
}

.size-woocommerce_thumbnail {
    width: 352px;
    height: 380px;
    margin-left: -25px;
}

.quantity input[type="number"] {
    background: #fff;
    border: 0;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    height: 76px;
    margin-right: 30px;
    width: 84px !important;
    font-size: 25px;
    vertical-align: middle;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 25px;
    width: 61.9%;
}

.paquets-selector > .paquet-select, .sizes-selector > .size-select {
    border: 2px solid #fff;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: bold;
    height: 79px;
    line-height: 74px;
    margin: 20px 15px 23px;
    margin-left: 15px;
    text-align: center;
    width: 84px;
}

.quantity-options button {
    background: #fcf9f6;
}

.the-image {
    top: 158px;
    padding-left: 28px !important;
}

h1.product-name {
    margin-top: 75px;
}

#page.variable-product {
    background-size: 828px 1024px;
}

.postid-720 #page.variable-product, .postid-734 #page.variable-product, .postid-740 #page.variable-product, .postid-745 #page.variable-product{
    background-size: 828px 1124px;
}

.single .products-loop {
    margin-top: 92px;
}

.bouton a {
    text-transform: uppercase;
}

.single .products-loop {
    margin-top: 97px;
    margin-left: 8%;
    margin-right: 8%;
}

.page .products-loop {
    margin-left: 4%;
    margin-right: 4%;
}

.products-loop .col-md-2 {
    width: 20%;
    height: 380px;
    margin-bottom:20px;
}

.page .products-loop img {
    width: 100%;
}

.products-loop h3 {
    margin-top: 30px;
    margin-bottom: 42px !important;
}

.row.bouton {
    text-align: center;
    padding: 80px 15px 105px;
}

.products-offers .btn, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    font-size: 26px;
    background-color: #fcf9f6;
    color: #000000;
    padding: 18px 85px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 12px;
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #fcf9f6;
}

.products-offers .btn:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
    background-color: #000000;
    color: #fcf9f6;
    border: 1px solid #fcf9f6;
}

.woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    background-color: #000000;
    color: #fcf9f6;
    padding: 10px 15px;
    font-size: 16px;
    margin-top: 0px;
}

.woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
    background-color: #fcf9f6;
    color: #000000;
    border: 1px #000000 solid;
}

.products-offers .col-md-4 {
    z-index: 2;
}

.products-offers .col-md-8 {
    z-index: 1;
}

.offer-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 85px !important;
    line-height: 85px !important;
    margin-bottom: 10px !important;
    text-transform: lowercase !important;
}

.offer-subtitle {
    font-size: 20px;
    font-weight: bold;
    text-transform: lowercase;
    margin-top: 32px !important;
    margin-bottom: 21px !important;
}

.offer-details {
    font-size: 20px;
    margin-top: 40px !important;
}

.products-offers p {
    margin: 0 0 37px;
}

.products-offers {
    min-height: 850px;
}

.products-offers .bg-black {
    min-height: 895px;
}

.page .products-offers {
    margin-top: -38px;
}

.offer-img {
    top: 110px;
    margin-bottom: 110px;
    width: 705px !important;
    max-width: 705px !important;
    margin-left: -15px;
}

.offer-right {
    padding: 174px 200px 174px 250px !important;
    z-index: -1;
}

.products-offers .col-md-8 {
    width: 57%;
    float: right;
}

.texte-intro {
    padding-left: 120px !important;
}

.contenu-footer img {
    margin-left: 44px;
}

.home #page {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe6dd', endColorstr='#ebe6dd', GradientType=1);
    background-size: 828px 1024px;
    background-repeat: no-repeat;
    max-width: 1440px;
    margin: 0 auto !important;
}

#page {
    background-size: 828px 1024px;
}

#page.gcp-product {
    background-size: 828px 1024px;
}

.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
    border-width: 1px !important;
}

.blanc h1, .blanc h3, .blanc p {
    color: #ffffff !important;
}

.home .insta a, .home .fb a {
    color: #fff !important;
}

.page .texte-intro {
    padding-right: 70px !important;
}

.insta {
    font-size: 28px;
}

.fb {
    font-size: 24px;
}

.bouton-intro {
    max-width: 330px !important;
}

.bouton-intro a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.bg-white {
    background: transparent;
}

.product-flavors {
    margin-top: 31px;
    margin-bottom: 36px !important;
}

.texte-intro p, .troisboites p {
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 72px !important;
    font-size: 20px;

}

.single .texte-intro p {
    margin-bottom: 41px !important;
}

.gcp, .woocommerce-variation-add-to-cart {
    margin-top: -28px;
}

.texte-intro h3, .troisboites h3 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 21px;
}

.troisboites h2 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 21px;
}

.cta-accueil p {
    font-size: 35px;
    line-height: 42px;
}

.texte-accueil {
    margin-bottom: 69px !important;
}

.vc_btn3-container {
    font-family: 'Montserrat', sans-serif !important;
}

.cta-accueil .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .cta-accueil .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 16px;
}

.texte-intro h1 {
    margin-top: 44px;
}

.single .texte-intro h1 {
    margin-top: 86px;
    text-transform: lowercase;
}

.texte-intro .vc_btn3-container {
    margin-bottom: -3px;
}

.single .col-md-3.the-gallery {
    padding-right: 0px !important;
}

.footer-blanc {
    display: none;
}

.footer-noir {
    display: block;
}

.page-id-121.woocommerce-account .woocommerce-MyAccount-navigation, .page-id-14.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.page-id-119 article, .page-id-120 article, .page-id-12 article, .page-id-13 article, .page-id-3 article, .page-id-1823 article {
    float: left;
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
}

.entry-title {
    margin-top: 148px;
}

.bg-black {
    color: #fff;
    background: #000;
}

.btn-big:hover {
    color: #fff !important;
    background: #000;
}

.btn-big.bg-white {
    background-color: #fcf9f6;
}

.btn-big.bg-white:hover {
    background-color: #000000;
}

.btn-big {
    width: 100%;
    text-align: center !important;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding: 21px;
    text-decoration: none;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif !important;
}

.woocommerce-MyAccount-content, #customer_login, #new_customer {
    /*margin-top: 101px;*/
    margin-bottom: 186px;
}

.well {
    max-height: 48px !important;
    padding: 8px 12px !important;
    background-color: #fcf9f6;
    border: 0px solid #e3e3e3 !important;
    border-radius: 0px !important;
    font-size: 26px !important;
}

#referal_code_form .form-group {
    margin-bottom: 45px;
}

.referral_code_popup {
    position: fixed;
    display: none;
    z-index: 9;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 200px 0;
    width: 1169px;
    top: 50%;
    left: 40%;
    margin: -400px 0 0 -400px;
}

.referral_code_popup h1 {
    word-spacing: normal;
}

.bouton-noir a:hover {
    border: 1px solid #000000 !important;
}

.bouton-noir a:hover {
    color: #000000 !important;
    background-color: #fcf9f6 !important;
}

.troisboites .texte-accueil {
    margin-bottom: 0px !important;
}

.hauteur-boite-titre {
    min-height: 215px;
}

.hauteur-boite {
    min-height: 307px;
}

.hauteur-boite-titre.fr {
    min-height: 258px;
}

.hauteur-boite.fr {
    min-height: 387px;
}

input.gcp {
    background: #fff;
    border: 0;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    height: 76px !important;
    width: 98% !important;
    font-size: 25px;
    vertical-align: middle;
    border: 0px solid #ffffff !important;
    border-radius: 0px;
    margin-top: 86px;
}

.postid-132 .attachment-woocommerce_thumbnail, .postid-131 .attachment-woocommerce_thumbnail {
    display: none;
}

.row.produit {
    min-height: 885px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fcf9f6 !important;
    color: #000000 !important;
}

.woocommerce-account #page, .page-id-119 #page, .page-id-120 #page, .page-id-12 #page, .page-id-13 #page, .page-id-3 #page, .page-id-1823 #page {
    background-size: 100% 100% !important;
}

.page-id-119 .entry-title, .page-id-120 .entry-title, .page-id-12 .entry-title, .page-id-13 .entry-title, .page-id-3 .entry-title, .page-id-1823 .entry-title {
    display: block;
}

.woocommerce a.button.alt {
    width: 71%;
}

.woocommerce table.shop_table {
    border: 0px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table th {
    text-transform: uppercase;
    font-size: 20px !important;
}

table .product-name, table .woocommerce-Price-amount {
    font-size: 20px;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 180px;
}

.woocommerce-order .woocommerce-customer-details address {
    border: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 128px !important;
}

.woocommerce-order {
    font-size: 20px !important;
}

.woocommerce.columns-4 {
    display: none;
}

#mobile-navigation {
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 82px;
    padding-bottom: 110px;
    padding-inline-start: 0px !important;
}

#mobile-navigation li {
    margin-bottom: 43px;
}

#mobile-navigation li a {
    color: #000000;
}

.home #mobile-navigation li a {
    color: #ffffff;
}

#mobile-navigation {
    background-color: #ebe6dd;
}

.home #mobile-navigation {
    background-color: #000000;
}

#mobile-navigation li a:hover {
    text-decoration: underline;
}

body .menu-item.toggle-nav a {
    color: #000000 !important;
}

.home .menu-item.toggle-nav a {
    color: #fff !important;
}

.contenu-footer .col-lg-2 {
    width: 18% !important;
}

.contenu-footer .col-lg-2:first-child {
    width: 22% !important;
}

.bloc-accueil {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.vc_toggle_title {
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.vc_toggle_title:hover {
    opacity: .5;
}

.woocommerce .cart_totals table.shop_table th {
    padding: 9px 12px 9px 0px;
}

.woocommerce .cart_totals table.shop_table td {
    padding: 9px 12px 9px 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 9px 12px 9px 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 9px 12px 9px 0px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    margin: 0 auto;
    display: block;
    width: auto;
    padding: 20px 75px;
}

#place_order {
    margin-bottom: 128px !important;
}

.woocommerce .wc-proceed-to-checkout a.button.alt, .woocommerce #place_order {
    height: auto !important;
    /*display: none !important;*/
}

.woocommerce img.menu-image, .woocommerce-page img.menu-image {
    height: 35px !important;
    width: 96px !important;
    max-width: none !important;
}

.woocommerce-MyAccount-content p a {
    color: #000000;
    text-decoration: underline;
}

.woocommerce-MyAccount-content p a:hover {
    text-decoration: none;
}

h1.referal-title {
    word-spacing: normal;
}

/*--------------------------------------------------------------*/

/*------------------------FOOTER NOIR--------------------------------*/

.woocommerce-account #colophon, .page-id-119 #colophon, .page-id-120 #colophon, .page-id-12 #colophon, .page-id-13 #colophon, .page-id-3 #colophon, .page-id-1823 #colophon, .page-id-1837 #colophon, .page-id-1839 #colophon {
    background: #000000;
}

.woocommerce-account #colophon li a, .woocommerce-account #colophon h3, .woocommerce-account #colophon p, .page-id-119 #colophon li a, .page-id-119 #colophon h3, .page-id-119 #colophon p, .page-id-120 #colophon li a, .page-id-120 #colophon h3, .page-id-120 #colophon p, .page-id-12 #colophon li a, .page-id-12 #colophon h3, .page-id-12 #colophon p, .page-id-13 #colophon li a, .page-id-13 #colophon h3, .page-id-13 #colophon p, .page-id-3 #colophon li a, .page-id-3 #colophon h3, .page-id-3 #colophon p, .page-id-1823 #colophon li a, .page-id-1823 #colophon h3, .page-id-1823 #colophon p, .page-id-1837 #colophon li a, .page-id-1837 #colophon h3, .page-id-1837 #colophon p, .page-id-1839 #colophon li a, .page-id-1839 #colophon h3, .page-id-1839 #colophon p {
    color: #ffffff !important;
}

.woocommerce-account .copy, .page-id-119 .copy, .page-id-120 .copy, .page-id-12 .copy, .page-id-13 .copy, .page-id-3 .copy, .page-id-1823 .copy{
    color:#ffffff !important;
	border-top:#111111 1px solid;
}

.woocommerce-account footer#colophon a, .page-id-119 footer#colophon a, .page-id-120 footer#colophon a, .page-id-12 footer#colophon a, .page-id-13 footer#colophon a, .page-id-3 footer#colophon a, .page-id-1823 footer#colophon a, .page-id-1837 footer#colophon a, .page-id-1839 footer#colophon a{
    color:#ffffff !important;
}

.woocommerce-account .footer-blanc, .page-id-119 .footer-blanc, .page-id-120 .footer-blanc, .page-id-12 .footer-blanc, .page-id-13 .footer-blanc, .page-id-3 .footer-blanc, .page-id-1823 .footer-blanc, .page-id-1837 .footer-blanc, .page-id-1839 .footer-blanc {
    display: block;
}

.woocommerce-account .footer-noir, .page-id-119 .footer-noir, .page-id-120 .footer-noir, .page-id-12 .footer-noir, .page-id-13 .footer-noir, .page-id-3 .footer-noir, .page-id-1823 .footer-noir, .page-id-1837 .footer-noir, .page-id-1839 .footer-noir {
    display: none;
}

/*--------------------------------------------------------------*/


/*---------------------Abonnement produit----------------------*/
.postid-1650 select,
.postid-1528 select{
    cursor: pointer;
	font-size: 28px;
	background: #EBE6DD;
	font-weight: bold;
	padding: 15px;
	border: 3px solid #fff;
	width: 450px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
	margin-bottom: 54px;
	text-align-last: center;
	text-transform: uppercase;
}

.postid-1650 .product-price,
.postid-1528 .product-price{
	padding-left: 30px;
}

.postid-1650 .footer-noir,
.postid-1528 .footer-noir{
    display: none;
}

.postid-1650 .footer-blanc,
.postid-1528 .footer-blanc{
    display: block;
}

.description-abonnement{
	margin-top: 80px;
	padding-top: 235px;
	padding-left: 450px;
	padding-right: 450px;
	padding-bottom: 170px;
	background: #EBE6DD;
	text-align: center;
}

.postid-1650 .variations_button button.button.alt,
.postid-1528 .variations_button button.button.alt{
	width: 450px;
}

.postid-1650 .variations_form.cart,
.postid-1528 .variations_form.cart{
	margin-top: 75px!important;
	width: 450px;
    margin: auto;
}

.postid-1650 .subscription-price-addon,
.postid-1528 .subscription-price-addon{
	text-align: left;
    padding-left: 30px;
    font-size: 18px;
	margin-top: 20px;
}

.subscription-freebies .membership-freebie-img, .subscription-freebies .membership-freebie-img{
	max-width: 50%!important;
	float: left;
}

.postid-1650 #colophon,
.postid-1528 #colophon {
	background: #000000;
	color: #fff;
}

.postid-1650 #colophon li a, .postid-1650 h3,
.postid-1528 #colophon li a, .postid-1528 h3 {
	color: #fff;
}

.postid-1650 .subscription-freebies,
.postid-1528 .subscription-freebies{
	margin-top: 50px;
}
.page-id-14 h2 {
    font-size:80px!important;
}

.btn-mailchimp{
  background: #000 !important;
  color: #fff !important;
}
.bouton-infolettre .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  font-size: 20px;
  background-color: #000 !important;
  color:#fff !important;
  padding: 18px 25px !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif !important;
}

.bouton-infolettre .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
  background-color: #fff !important;
  color: #000 !important;
}

iframe {
    border:0!important;
}
.infolettre {
    width:90%!important;
	height:auto!important;
}
.infolettre label {
    width: 100%;
    display: block;
	margin-bottom: 15px;
	margin-top:15px;
	font-weight:bold;
}
.infolettre input {
    padding:8px 5px;
	font-size:14px;
	width:100%;
}
.infolettre .asterisk {
    color:#900;
	font-weight:bold;
}
.infolettre #mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}
.btn-mailchimp {
    margin-top: 15px;
	font-weight:bold;
	text-transform:uppercase;
	border:0px!important;
	cursor: pointer;
	max-width:200px;
}
.infolettre #mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #ffffff;
	font-weight: bold;
	z-index: 1;
	color:#6B0505;
	font-size:12px;
}
.infolettre #mc_embed_signup {
    font: 14px Helvetica,Arial,sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
        font-family: Helvetica, Arial, sans-serif;
}

.pending{
    font-size: 14px !important;
	margin-left:44px;
	margin-top:25px;
	margin-bottom:25px;
}

/*--------------------------------------------------------------*/

/*------------------------MOBILE--------------------------------*/

@media only screen and (max-width: 991px) {
    #primary-menu .hide-mobile {
        display: none !important;
    }

    #primary-menu .show-mobile {
        display: inline-block !important;
    }
	    #site-navigation {
        margin: 0 auto;
        width: 100%;
        padding: 27px 30px 10px;
    }

    .menu-item.insta {
        margin-right: 9px;
        font-size: 22px;
        margin-top: 6px;
    }

    .menu-item.fb {
        margin-right: 0px;
        font-size: 18px;
        margin-top: 6px;
    }

    .menu-item.menu-home-link {
        margin: 0 auto;
    }

    .menu-item.menu-home-link .menu-image {
        width: 96px;
        height: 35px;
        margin-left: -30px;
    }
	    .menu-item.toggle-nav {
        text-align: center;
        width: 51px;
        position: absolute;
        right: 18px;
        margin-top: 3px;
    }

    .menu-item.toggle-nav a {
        color: #fff !important;
        font-size: 35px;
        font-weight: bold;
    }

    .menu-item.toggle-nav a:hover, .menu-item.toggle-nav a:visited, .menu-item.toggle-nav a:active, .menu-item.toggle-nav a:focus {
        text-decoration: none;
    }
	#menu-item-wpml-ls-69-fr, #menu-item-wpml-ls-69-en{
        display: none !important;
    }

	.wpml-ls-item-fr > a, .wpml-ls-item-en > a{
        margin-left:0!important;
    }
	.menu-item.menu-home-link {
        margin-right: auto!important;
		margin-left: auto!important;
    }
	.menu-item.fb {
    margin-right: 0px!important;
}
.single .pull-right, .pull-left {
    float:none!important;
	width:100%!important;
}

.registration-title-container{
    margin-top: 150px;
}

.products-offers.row{
    display: inline-block;
}

}

@media only screen and (max-width: 768px) {

    .woocommerce-account h1, .woocommerce-account h2, .page-id-119 h1, .page-id-120 h1, .page-id-12 h1, .page-id-13 h1, .page-id-3 h1, .page-id-1823 h1 {
        font-size: 45px !important;
        line-height: 45px !important;
    }

}

@media only screen
and (min-width: 991px)
and (max-width: 1399px) {
.wpml-ls-item > a  {
    margin-left: 24px;
}
.menu-item.collections {
    margin-right: 16px;
}

.menu-item.about {
    margin-right: 16px;
}

.menu-item.menu-myaccount-link {
    margin-right: 16px;
}
h1.product-name {
    font-size: 70px;
	line-height:70px;
}
.single .pull-right, .pull-left {
    float:none!important;
	width:100%!important;
}
.single.woocommerce button.button.alt{
    font-size: 20px;
	line-height:20px;
    width: 50.9%!important;
}

}

@media only screen
and (min-width: 1025px)
and (max-width: 1399px) {
.offer-title {
    font-size: 55px !important;
    line-height: 55px !important;
    margin-bottom: 10px !important;
	letter-spacing:-1px;
}
.offer-right {
    padding: 174px 20px 174px 270px !important;
}
}

@media only screen
and (min-width: 1025px)
and (max-width: 1200px) {
    .menu-item.fb {
        margin-right: 35%;
    }

    .menu-item.menu-home-link {
        margin-right: 83px;
    }

    #page {
        background-size: 570px 960px;
    }

    .texte-intro {
        padding-left: 0px !important;
    }

    .collection-gauche img {
        left: 0px;
    }

    .texte-intro .vc_btn3-container {
        margin-bottom: 100px;
    }

    #main.container {
        width: 100% !important;
    }

    .products-offers .btn {
        white-space: normal;
    }

    .home #page, .single #page {
        background-size: 600px 960px;
    }

    .products-loop .col-md-2 {
        width: 33%;
    }

    .products-offers .btn {
        padding: 18px 25px;
    }

    .single .col-md-5 {
        width: 45%;
        padding-left: 15px !important;
    }

    .single .col-md-4 {
        width: 29.33333333%;
    }

    .the-image {
        left: 20px;
    }

    #site-navigation {
        margin: 0 15px;
        width: auto !important;
    }
	#colophon p {
    font-size: 16px;
}
#colophon li a {
    font-size: 16px;
}
#colophon h3 {
    font-size: 18px;
}
}

@media only screen
and (min-width: 1201px)
and (max-width: 1399px) {
    .menu-item.fb {
        margin-right: 400px !important;
    }

    .container {
        width: 100% !important;
    }

    .texte-intro .vc_btn3-container {
        margin-bottom: 100px;
    }

    .products-offers .btn {
        white-space: normal;
    }

    #site-navigation {
        margin: 0 135px;
    }

    #site-navigation {
        width: auto !important;
    }

    #page {
        background-size: 740px 960px !important;
    }

    .hauteur-boite-titre.fr {
        min-height: 308px;
    }

    .hauteur-boite.fr {
        min-height: 425px;
    }
}

@media only screen
and (min-width: 1400px)
and (max-width: 1439px) {
    .menu-item.fb {
        margin-right: 487px !important;
    }

    .container {
        width: 100% !important;
    }

    #site-navigation {
        margin: 0 135px;
    }

    #site-navigation {
        width: auto !important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1440px !important;
    }
}

@media only screen
and (min-width: 200px)
and (max-width: 767px) {

		.pending{
	margin-left:0px;
	margin-top:-15px;
	margin-bottom:25px!important;
}

    .mobile-cell {
        display: block !important;
    }

    .desktop {
        display: none;
    }

    #page {
        background-size: 828px 510px !important;
    }

    #site-navigation {
        padding-bottom: 21px !important;
    }

    .hero {
        padding: 0 30px !important;
    }

    .hero .vc_column-inner {
        padding: 0px !important;

    }

    .page #page .texte-intro {
        padding: 73px 30px 64px !important;
    }

    .texte-intro .vc_column-inner {
        padding: 0px !important;
    }

    .page .texte-intro div {
        padding-top: 0px !important;
    }

    .texte-intro h1 {
        margin-top: 0px !important;
    }

	.texte-intro.top-page-texte h3{
	    font-size: 55px !important;
		line-height: 55px !important;
		margin-top: 0px!important;
	}

	.mobile-cell.collection-gauche-texte h3{
		font-size: 50px !important;
    	line-height: 50px !important;
		margin: 0px 0px 10px!important;
	}

	.texte-intro.top-page-texte h1{
		font-weight: bold;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px!important;
		margin-top: 0px!important;
		margin-bottom: 0px!important;
	}

    .single .texte-intro h1 {
        margin-top: -4px !important;
    }

    .product-sale-price.pull-right {
        text-align: right;
        padding-right: 2px;
    }

    .product-price {
        font-size: 17px;
    }

    #page .texte-intro p {
        margin-bottom: 0px !important;
    }

    .single #page .texte-intro p {
        margin-bottom: 22px !important;
    }

    .cta-accueil .vc_column-inner {
        padding: 0px 30px !important;
    }

    .cta-accueil p {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .vc_btn3-container.desktop {
        display: none;
    }

    .contenu-footer {
        padding: 65px 40px 65px 30px;
    }

    .contenu-footer .col-sm-2 {
        margin: 0px !important;
        padding: 0px !important;
    }

    .contenu-footer img {
        margin-left: 0px !important;
        padding-bottom: 40px;
    }

    .footer-about, .footer-shop, .footer-account {
        display: none;
    }

    .contenu-footer .footer-mobile {
        display: block;
    }

    #colophon {
        background: #ebe6dd;
    }

    .contenu-footer .col-sm-4.footer-contact {
        padding-bottom: 50px !important;
    }

    .texte-about .vc_column-inner {
        padding: 0px 30px !important;
    }

    .question {
        padding: 0px 30px !important;
    }

    .vc_toggle h2 {
        font-size: 28px !important;
    }

    .premier-toggle h2 {
        margin-top: 0px !important;
    }

    .question .vc_column-inner {
        padding: 50px 0px 0px 0px !important;
    }

    .vc_toggle p {
        font-size: 24px !important;
    }

    .page #page .collection-gauche-texte .texte-intro {
        padding-top: 0px !important;
    }

    .intro-image img {
        position: inherit;
    }

    .single .texte-intro {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .product-name {
        font-size: 38px !important;
    }

    .product-flavors {
        font-size: 15px !important;
        line-height: 19px;
    }

    .contenu-footer .col-lg-2 {
        width: 100% !important;
    }

    .contenu-footer .col-lg-2:first-child {
        width: 100% !important;
    }

    .bouton-intro {
        max-width: 100% !important;
    }

    .page .products-offers {
        margin-top: -90px;
    }

    .products-offers .col-md-8 {
        width: 100%;
        float: left;
    }

    .products-offers .col-md-4 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .offer-left img {
        margin: 0 auto;
    }

    .offer-img {
        top: 110px;
        margin-bottom: -300px !important;
        width: 100% !important;
        max-width: 345px !important;
        margin-left: 0px;
    }

    .offer-right {
        padding: 435px 30px 51px 30px !important;
        z-index: -1;
    }

    .products-offers .bg-black {
        min-height: 0;
    }

    .products-offers .btn {
        padding: 18px 15px;
        width: 100%;
    }

    .home #colophon {
        background-color: #ffffff;
    }

    .products-loop .col-md-2 {
        width: 100%;
        text-align: center;
    }

    .pull-right {
        width: 50%;
    }

    .pull-left {
        width: 50%;
    }

    .droite {
        right: 0px;
    }

    .offer-title, .texte-intro h1 {
        font-size: 70px !important;
        line-height: 70px !important;
    }

    .woocommerce img, .woocommerce-page img {
        max-width: 87%;
    }

    .mobile-cell.collection-gauche-texte h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .products-offers .btn {
        white-space: normal;
    }

    .texte-about p {
        font-size: 20px;
        line-height: 25px;
    }

    .col-md-offset-3 {
        margin-left: 0px;
    }

    .col-md-3 {
        width: 100%;
    }

    .texte-intro h1.product-name {
        font-size: 45px !important;
        line-height: 45px !important;
    }

    .single .the-product {
        background-color: #ebe6dd;
    }

    .paquets-selector > .paquet-select, .sizes-selector > .size-select {
        border: 3px solid #fff;
        font-size: 15px;
        font-weight: bold;
        height: 45px;
        line-height: 45px;
        margin: 13px 7px 13px;
        margin-left: 8px;
        width: 51px;
    }

    .quantity input[type="number"] {
        height: 45px;
        margin-right: 18px;
        width: 51px !important;
        font-size: 15px;
    }

    .quantity-options button.plus {
        margin-bottom: 5px;
    }

    .quantity-options button {
        font-size: 15px;
        height: 19px;
        margin-right: 4px;
        width: 20px;
    }

    .single.woocommerce button.button.alt {
        font-size: 15px !important;
        width: 61.9%;
        height: 43px;
        max-width: 160px;
    }

    .single .col-md-3.the-gallery {
        padding-right: 30px !important;
        padding-left: 30px !important;
        margin-top: -44px;
        text-align: center;
    }

    .product-add-to-cart {
        margin-bottom: 89px;
    }

    .bloc-accueil {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .products-loop {
        margin-top: 44px !important;
    }

    .single .row.bouton {
        padding: 40px 15px 55px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .woocommerce-MyAccount-content, #customer_login, #new_customer {
        margin-top: -3px;
        margin-bottom: 35px;
    }

    #send-code-btn {
        margin-top: 45px;
    }

    .woocommerce-form-login__submit {
        margin-bottom: 45px !important;
    }

    .woocommerce-account h1, .woocommerce-account h2, h1.entry-title {
        margin-bottom: 15px !important;
    }

    .entry-title {
        margin-top: 44px;
    }

    .woocommerce .wc-proceed-to-checkout a.button.alt {
        width: 100%;
        height: auto;
    }

    #add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
        padding-bottom: 45px;
    }

    .woocommerce-cart .product-name, .woocommerce-checkout .product-name {
        font-size: 20px !important;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .hauteur-boite-titre, .hauteur-boite {
        min-height: 0;
    }

    .troisboites.vc_column_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cta-accueil {
        margin-bottom: 84px;
    }

    .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
        padding: 5px 10px;
        font-size: 12px;
    }

    .hauteur-boite-titre.fr {
        min-height: 0;
    }

    .hauteur-boite.fr {
        min-height: 0;
    }

	.description-abonnement{
		padding-left: 20px!important;
    	padding-right: 20px!important;
		padding-top: 140px!important;
		padding-bottom: 100px!important;
	}

	.postid-1650 select{
		width: 100%!important;
	}

	.postid-1650 .variations_form.cart{
		width: 100%!important;
	}

	.postid-1650 .variations_button button.button.alt{
		max-width: 100%;
		width: 100%;

	}

	.subscription-freebies .membership-freebie-img, .subscription-freebies .membership-freebie-img{
		max-width: 100%!important;
	}

	.postid-1650 select{
		font-size: 22px;
	}

	.postid-1650 .product-price{
		padding-left: 0px;
	}

	.postid-1650 .row.produit{
		min-height: 0px;
	}
}

@media only screen
and (min-width: 200px)
and (max-width: 350px) {
    #page {
        background-size: 828px 406px !important;
    }

    .offer-right {
        padding: 363px 30px 51px 30px !important;
    }

    .offer-img {
        top: 26px;
    }
}

@media only screen
and (min-width: 500px)
and (max-width: 1024px) {
    .product-sale-price.pull-right {
        text-align: left;
        padding-right: 2px;
    }
}

@media only screen
and (min-width: 768px)
and (max-width: 1024px) {

	.pending{
	margin-left:0px;
	margin-top:-15px;
	margin-bottom:25px;
}


	.page-id-118 .texte-intro h3{
		font-weight: bold!important;
		font-family: 'Montserrat', sans-serif!important;
		font-size: 20px!important;
		margin-top: 32px!important;
		margin-bottom: 21px!important;
	}

	.texte-intro h3{
		font-size: 85px!important;
		font-weight: bold!important;
		font-family: 'Montserrat', sans-serif!important;
		margin: 44px 0 5px!important;
	}

    .woocommerce .wc-proceed-to-checkout a.button.alt {
        width: 100% !important;
        height: 100px;
    }

    .cta-accueil {
        margin-bottom: 84px;
    }

    .mobile-tab {
        display: block !important;
    }

    #page {
        background-size: 1024px 620px !important;
    }

    .desktop {
        display: none !important;
    }

    .contenu-footer {
        padding: 65px 40px 65px 30px;
    }

    .contenu-footer .col-sm-2 {
        margin: 0px !important;
        padding: 0px !important;
    }

    .contenu-footer img {
        margin-left: 0px !important;
        padding-bottom: 40px;
    }

    .footer-about, .footer-shop, .footer-account {
        display: none;
    }

    .contenu-footer .footer-mobile {
        display: block;
    }

    #colophon {
        background: none;
    }

    .contenu-footer .col-sm-2.footer-contact {
        padding-bottom: 50px !important;
    }

    .texte-about .vc_column-inner {
        padding: 0px 30px !important;
    }

    .question {
        padding: 0px 40px !important;
    }

    .page #page .texte-intro, .products-offers .col-md-8 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .vc_column-inner {
        padding: 0px !important;
    }

    .hero {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .texte-accueil {
        padding: 40px 0px;
    }

    .intro-image img {
        position: inherit;
    }

    .mobile-tab .texte-accueil {
        margin-bottom: 0px !important;
        padding-bottom: 20px !important;
    }

    .page .products-offers {
        margin-top: -90px;
    }

    .products-offers .col-md-8 {
        width: 100%;
        float: left;
    }

    .products-offers .col-md-4 {
        padding-right: 25px;
        padding-left: 30px;
    }

    .offer-left img {
        margin: 0 auto;
    }

    .offer-img {
        top: 310px;
        margin-bottom: -300px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0px;
    }

    .offer-right {
        padding: 635px 30px 51px 30px !important;
        z-index: -1;
    }

    .products-offers .bg-black {
        min-height: 0;
    }

    .products-offers .btn {
        padding: 18px 75px;
        width: auto !important;
    }

    .hero .vc_single_image-img {
        width: 100%;
    }

    .page .products-offers {
        margin-top: -290px;
    }

    .cta-accueil p {
        font-size: 45px;
        line-height: 52px;
    }

    .contenu-footer .col-lg-2 {
        width: 35% !important;
    }

    .bouton-intro {
        margin-top: -25px;
        margin-bottom: 51px !important;
    }

    .texte-about .texte-accueil {
        padding: 10px 0px;
    }

    #colophon {
        background-color: #ebe6dd;
    }

    .troisboites.vc_col-sm-2 {
        width: 21%;
    }

    .hauteur-boite-titre {
        min-height: 325px;
    }

    .hauteur-boite {
        min-height: 407px;
    }

    .espace-business {
        height: 100px !important;
    }

    .products-loop .col-md-2 {
        width: 50%;
    }

    .single .col-md-3.the-gallery {
        text-align: center;
    }

    .single #page {
        background-size: 1024px 1024px !important;
    }

    .single .texte-intro {
        padding-left: 40px !important;
    }

    .paquets-selector > .paquet-select, .sizes-selector > .size-select {
        width: 127px;
    }

    .quantity input[type="number"] {
        width: 125px !important;
    }

    #site-navigation {
        padding-left: 75px;
        padding-right: 75px;
        margin: 0;
        width: 100%;
    }

    .menu-item.menu-home-link {
        margin-right: 249px;
    }

	.description-abonnement{
		padding-left: 50px!important;
    	padding-right: 50px!important;
		padding-top: 140px!important;
	}

	.postid-1650 select{
		width: 95%!important;
	}

	.postid-1650 .variations_form.cart{
		width: 100%!important;
	}

	.postid-1650 .variations_button button.button.alt{
		width: 95%;
	}

	.subscription-freebies .membership-freebie-img, .subscription-freebies .membership-freebie-img{
		max-width: 50%!important;
		float: left;
	}

}

@media only screen
and (min-width: 200px)
and (max-width: 500px) {

    .offer-title, .texte-intro h1 {
        font-size: 55px !important;
        line-height: 55px !important;
    }

}

@media only screen
and (min-width: 769px)
and (max-width: 1024px) {
    .menu-item.fb {
        margin-right: 25%;
    }

    .menu-item.menu-home-link {
        margin-right: 90px;
    }

    .home #primary-menu li a {
        color: #ffffff;
    }

    .products-offers .col-md-4 {
        width: 100%;
    }

    .hauteur-boite-titre {
        min-height: 260px;
    }

    .hauteur-boite {
        min-height: 357px;
    }

    .single .col-md-5 {
        width: 55%;
    }


    .paquets-selector > .paquet-select, .sizes-selector > .size-select {
        width: 84px;
    }

    .quantity input[type="number"] {
        width: 84px !important;
    }

    .the-gallery {
        display: none;
    }

    .products-loop .col-md-2 {
        width: 33%;
    }

    .single .offer-left img {
        margin-top: -300px;
    }

    .hauteur-boite-titre.fr {
        min-height: 358px;
    }

    .hauteur-boite.fr {
        min-height: 515px;
    }
}

@media only screen
and (min-width: 1024px)
and (max-width: 1400px) {
	.description-abonnement{
		padding-left: 200px!important;
		padding-right: 200px!important;
		padding-top: 140px!important;
	}

	.postid-1650 select{
		width: 95%!important;
	}

	.postid-1650 .variations_form.cart{
		width: 100%!important;
	}

	.postid-1650 .variations_button button.button.alt{
		width: 95%;
	}
}

@media only screen
and (min-width: 991px)
and (max-width: 1400px) {
.page-id-14 .col-md-3, .page-id-121 .col-md-3 {
    width: 100%;
}
.page-id-14 .col-md-offset-3, .page-id-121 .col-md-offset-3 {
    margin-left: 0%;
}
}

@media only screen
and (min-width: 769px)
and (max-width: 991px) {
.single .col-md-5 {
        width: 100%!important;
    }
}

.variations_form .variations {
    display: block;
    margin-bottom: 36px;
}
.variations_form .variations ul{
    margin:0; padding:0;
    list-style: none;
}
.variations_form .variations select {
    display: block;
    width: 100%;
    border: 0;
    background: #fff;
    font-size: 25px;
    padding: 10px;
    text-transform: uppercase;
}

.pum-content.popmake-content iframe{
    height: 700px;
}

#popmake-2047 > button, #popmake-2043 > button {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 6px 17px;
}

#mc_embed_signup h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 85px;
    font-weight: 700;
}

#mc_embed_signup label, #mc_embed_input{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

#mc-embedded-subscribe{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: bold;
    width: 522px;
    display: inline-block;
    max-width: none;
    padding: 10px 119px;
    margin-top: 30px;
}

.woocommerce-shipping-calculator select{
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.woocommerce-shipping-calculator select option{
    color: #fff !important;
}



@media only screen and (max-width: 614px){

    #mc_embed_signup h2{
        font-size: 45px;
    }

    #mc-embedded-subscribe{
        width: 100%;
    }

}

.footer-mobile {
    display: none;
}

#menu-item-1827 > a > img, #menu-item-352 > a > img, #menu-item-201 > a > img, #menu-item-1826 > a > img {
    height: 35px;
    width: 96px;
}

.page-id-1837 #colophon > div > div.row.copy > div, .page-id-1839 #colophon > div > div.row.copy > div{
    color: #fff !important;
}

/*
#menu-item-201 > a, #menu-item-1826 > a {
    height: 35px;
    overflow: hidden;
    width: 96px;
}

#menu-item-201 > a > img, #menu-item-1826 > a > img {
    height: auto;
    margin: -47px 0 0 -17px;
    width: 102px;
}
*/

#lost-password {
    text-indent: 10px;
}

#lost-password, .password-recovery-p {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-top: 101px;
    font-family: 'Source Sans Pro', sans-serif;
    /*text-transform: uppercase;*/
    width: 100%;
}

.password-recovery-p {
    margin-bottom: 50px;
}

.pw-recover-fields {
    width: 100% !important;
}

.pw-reset-btn{
    margin-bottom: 101px !important;
}

@media only screen and (max-width: 1400px){
    #lost-password {
        text-indent: 0px;
    }
}

@media only screen and (max-width: 769px){
    #lost-password {
        margin-bottom: 26px;
    }
}

