/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.relative {
    position: relative;
}
.fade.in{
    opacity:1
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}

.modal, .modal-open {
    overflow: hidden;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.modal-content{
    border-radius: 0;
    border: none;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    transition: all 0.3s;

}

.modal-backdrop {
    z-index: 2;
}
/* --------------------------------------------- */
/* ----------------- INPUT FORM ---------------- */
/* --------------------------------------------- */
input.form-control:not(input[type="number"]) {
    background-clip: padding-box;
    background-color: #fefefe;
    background-image: none;
    height: 50px !important;
    border-radius: 0 !important;
    border: 1px solid #f3f3f3;
    color: #5f5f5f;
    display: block;
    font-size: 0.938em;
    line-height: 1.25rem;
    margin:0;
    padding: .938rem 5.25rem .938rem 1.25rem !important;
    width: 100%;
    letter-spacing: 0.03em;
}

input.form-control[required]{
    padding: .938rem 1.25rem .938rem 1.25rem !important;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #5f5f5f;
    background-color: #fff;
    outline: none
}
.form-control::placeholder {
    color: #5f5f5f;
    opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1
}
.form-control:disabled {
    cursor: not-allowed
}
.input-icon {
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    width: 0.875em;
    height: 0.875em;
    z-index: 4;
}
.icon-true .form-control {
    padding-left: 2.75rem !important;
}

.form-control-comment {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    position: absolute;
    z-index: 777;
    right: 15px;
    top: 0px;
    color: #7a7a7a;
}

.js-cart-line-product-quantity {
    display: block;
    width: 50px !important;
    height: 50px !important;
    padding: 5px !important;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

.js-increase-product-quantity {
    padding: 4px 10px !important;
    margin-bottom: 10px !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    margin-left: 3px !important;
}

.js-decrease-product-quantity {
    padding: 4px 10px !important;
    margin-left: 3px !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
}

[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #adc7bc;
    background: #fff;
}

[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #adc7bc;
    background: #adc7bc;
}

[type="checkbox"]:not(:checked)+label, [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 2.5em;
    cursor: pointer;
}

label[for=use_same_address]:after, label[for=newsletter]:after, label[for=psgdpr]:after, section #checkout-addresses-step .form-fields .col-md-8 label:after, label[dib=conditions_to_approve_by_condition]:after {
    content: '\f00c'!important;
    position: absolute;
    top: 0.58em!important;
    left: 0.22em!important;
    font-size: 1em;
    line-height: .8;
    color: #ffffff!important;
    transition: all .2s;
    font-family: 'fontAwesome'!important;
    font-weight: 100;
}

/**
 * MODULE : S2i_featuredPRODUCTS + ps_featuredproducts
 * Affiche les listes de produits sélectionnable par catégorie
 */

.featured-products {
    padding: 5em 0;
}

.S2i_featuredProducts_header,
.ps_featuredproducts_header {
    //margin-bottom: 50px;
}

.S2i_featuredProducts_header p {
   font-size: 1.1em;
   color: #333;
}

.featured-products h2, .featured-products h1 {
    font-weight: 300;
    margin-bottom: 0px !important;
    padding-bottom: 35px;
}

.S2i_featuredProducts {
    padding: 6em 0;
}

#actu {
    background : #f8f9fb;
    padding: 6em 0;
}

.S2i_featuredProducts h2 {
    color: #333;
    padding-bottom: 35px;
}


/**
 * MODULE : S2iblockCat
 * Affiche la liste des catégorie enb page d'accueil
 */
#S2i_blockCat .S2i_blockCat_header {
    padding: 7em 0 0 0;
}

#S2i_blockCat .S2i_blockCat_header {
    margin-bottom: 7em;
}

#S2i_blockCat .S2i_blockCat_header h2{
    font-weight: 300;
    margin-bottom: 35px;
    //color: #fff;
}

#S2i_blockCat .products-section-title {
    //color: #fff;
}

/* #S2i_blockCat .products-section-description > div:first-child > p:not(:first-child) {
    display: none;
} */

#S2i_blockCat .gallery {
    display: grid;
    grid-template-columns: 25% 12.5% 25% 12.5% 25%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#S2i_blockCat .gallery > div  img{
    object-fit: cover;
    flex: 1;
    overflow: hidden;
}

.more_text {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    background: #f7cb72;
    color: #000;
}

@media screen and (max-width: 991px) {
    #S2i_blockCat .gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .div1 { grid-area: 2 / 2 / 3 / 4; }
}


.col-spacing {
    background: #fff;
    padding: 1em;
    min-height: 150px;
    height: 150px;
    margin: 15px 0;
}

#S2i_blockCat_list .col a {
    color: #000 !important;
    text-decoration: none;
    border: 1px solid #adc7bc;
    text-align: center;
    display: block;
    padding: 1em;
}

/**
 * MODULE : S2i_discoverWines
 * Affiche un vin sur la page d'accueil
 */
#S2i_discoverWines {
    padding: 5em 0;
}

#S2i_discoverWines .left_text {
    padding: 25px;
    background: #202b2f;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#S2i_discoverWines .left_text h3 {
    display:block;
}

#S2i_discoverWines .left_text p:last-of-type {
    margin-bottom: 0px;
}

#S2i_discoverWines .right_text {
    padding: 60px 50px;
}

#S2i_discoverWines .right_text .btn {
    margin-top: 15px;
    padding: 10px 15px;
    background: #f7cb72;
    color: #000;
}

#index .products-section-title {
    color: #8A2626!important;
    letter-spacing: 3px;
    font-weight: bold!important;
    text-transform: uppercase;
}


@media (max-width:1199px){
    #S2i_discoverWines .right_text {
        padding: 50px;
    }
}

.mm-spn.mm-spn--light {
    background-color: #1C1F3E;
}

/**
 * MODULE : blockreassurance
 */
.blockreassurance {
    padding: 4em 0;
}

.blockreassurance .block-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.blockreassurance .block-icon {
    margin: 0;
    float: none;
}

.rea_content {
    padding: 20px;
}

.reassurance_text_container {
    font-size: 18px;
}

.reassurance_text_container .block-title {
    font-size: 1.3em;
    font-weight: 500;
}

.reassurance_text_container p {
    font-size: 14px!important;
    font-weight: 300!important;
    margin-bottom: 0;
    line-height: 1.3em;
}

/* REASSURANCE PARTIE DROITE PRODUIT */
.rea_products {
    margin-bottom: 25px;
    padding: 5px;
}

.rea_products .rea_content {
    padding: 15px;
}

.rea_products .reassurance_text_container {
    font-size: 12px;
}

.rea_products img {
    height: 40px;
}

.rea_products .reassurance_text_container .block-title {
    font-size: 1.2em;
    font-weight: 500;
}

.rea_products .reassurance_text_container p {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0px;
}

/**
TEST HEADER
 */
.main-menu {
    margin:0 10px;
}
.main-menu ul {
    margin:0;
    padding: 0;
}
.main-menu ul li.l-1 {
   display: inline-block;
}

.main-menu ul li.l-1 > a,
.main-menu ul li.l-1 > span {
    display:block;
    padding: 32px 15px 31px 15px;
    color: #4a4a4a;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.main-menu ul li.l-1:hover {
    background: #aac6ba;
}

.main-menu ul li.l-1:hover  a,
.main-menu ul li.l-1:hover span {
    color: #fff;
}

#menu-openner:hover .menu_container {
    display:block;
}

.menu_container {
    /*display:none;*/
    background: #aac6ba;
    position: absolute;
    width: 100%;
    left: 0;
    top: 82px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
}

@media (min-width:992px){
    #product #wrapper {
        padding-top: 24px;
    }
}

#product #menu-openner,
#category #menu-openner {
    background: #aac6ba;
}

#product #menu-openner span,
#category #menu-openner span {
     color: #fff;
}
#product .menu_container,
#category .menu_container {
    display: block !important;
}

.blockcart a {
    position: relative;
}

.cart-products-count {
    top: -18px;
    right: -4px;
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 15px;
}

#header .cart-products-count:before {
    content: '';
    background: #1C1F3E;
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    z-index: -1;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#_desktop_user_info i,
#_desktop_cart i{
    font-size: 1.4em;
    color: #333;
}

/*---------------------*/
/*--- PAGE CATEGORY ---*/
/*---------------------*/
#js-product-list-header {
    padding: 8em 0 3em 0;
    background: #fafafa;
    margin-bottom: 50px;
}

#js-product-list-header h1 {
    margin-bottom: 35px;
}

.S2i_add_descriptionCategory {
    padding: 3em 0;
    background: #fafafa;
    margin-top: 35px;
}

/*---------------------*/
/*--- PAGE PRODUIT ---*/
/*---------------------*/
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -40px !important;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #425d59 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.short_description {
    margin-top: 25px;
}

.short_description * {
    font-size: 16px!important;
    margin-bottom: 4px;
}

.product-description-container {
    margin-top: 35px;
    background: #f8f9fb;
    padding: 8em 0;
}

.product-description-supp-container {
    background: #425d59;
    padding: 4em 0;
    color: #fff;
}

.product-description-supp-container p,
.product-description-supp-container h2,
.product-description-supp-container h3 {
     color: #fff;
}

.product-accessories {
    padding: 6em 0;
    background: #f8f9fb;
}

#product .h1 {
    font-weight: 300;
    line-height: 40px !important;
}

.product-prices .current-price {
    float: left;
    font-size: 35px;
    color: #333;
}

.tax-shipping-delivery-label {
    margin-left: 0px;
    float:left;
}

#accords_link {
    margin-top: 15px;
}

#menu_mobile {
    display:none;
}

.mm-ocd--open #menu_mobile {
    display:block;
}

@media (max-width: 1199px){
    #menu_mobile {
        display:none;
    }

    .mm-ocd-opened #menu_mobile {
        display:block;
    }

    .main-menu {
        margin: 0;
    }
    .header-top .search-widget form input[type=text] {
        min-width: inherit;
        width: 100%
    }
}

@media (max-width:991px){

    /*.collapse.in:not(.show) {*/
        /*display:none !important;*/
    /*}*/

    .collapse.show {
        display:block !important;
    }

    #product .h1 {
        font-weight: 300;
        margin-top: 35px;
    }
    .mm-ocd{
        position:fixed;
        top:0px !important;
    }

    .featured-products {
        padding: 3em 0;
    }

    #S2i_discoverWines {
        padding: 3em 0;
    }

    .blockreassurance {
        padding: 3em 0;
    }

    .rea_products {
        padding: 5px;
    }

    #js-product-list-header {
        padding: 3em 0 3em 0;
        margin-bottom: 20px;
    }

    p {
        color: #7a7a7a;
        font-weight: 400
    }

    .product-description-container,
    .product-description-supp-container,
    .product-accessories {
        padding: 3em 0;
    }

    .footer-bottom {
        margin-top: 35px;
        padding: 35px 0;
    }

    .contact-rich {
        margin-bottom: 0em;
    }


}

.images-container {
    margin-bottom:4em;
}
@media (max-width:1199px) {
    .menu_container {
        /* display: none; */
        background: #aac6ba;
        position: absolute;
        width: 100%;
        left: 0;
        top: 78px;
        box-shadow: 0 2px 2px rgb(0 0 0 / 7%);
    }
    .main-menu ul li.l-1 > a,
    .main-menu ul li.l-1 > span {
        display: block;
        padding: 32px 15px 31px 15px;
        color: #4a4a4a;
        text-decoration: none !important;
        font-weight: 600;
        font-size: 10px;
        cursor: pointer;
    }
}
@media (max-width:991px) {
    .main-menu ul li.l-1 > a,
    .main-menu ul li.l-1 > span {
        display:block;
        padding: 32px 15px 31px 15px;
        color: #4a4a4a;
        text-decoration: none !important;
        font-weight: 600;
        font-size: 10px;
        cursor: pointer;
    }
    .block-contact-title:not(.contactInfoTitle) {
        position: relative;
        margin-bottom: 0px;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }

    /*.block-contact-title:not(.contactInfoTitle) ~ ul {*/
        /*display:none;*/
    /*}*/

    .block-contact-title:not(.contactInfoTitle):after {
        content: '+';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .images-container {
        margin-top:15px;
    }
    .mm-ocd {
        position: fixed;
        top: 0px !important;
    }
}


/* FIX TEST */
.page-authentication #wrapper,
.page-my-account #wrapper,
.page-password #wrapper,
.page-identity #wrapper,
.page-address #wrapper,
.page-addresses #wrapper,
.page-history #wrapper,
.page-order-slip #wrapper,
.page-discount #wrapper,
#module-psgdpr-gdpr #wrapper,
.page-contact #wrapper,
.page-cart #wrapper,
#order-confirmation #wrapper,
#order-detail #wrapper {
     padding-top: 1px;
     background: #f9f9f9;
     padding-bottom: 4em;
     padding-top: 4em;
}

.page-authentication #content-wrapper,
.page-password #content-wrapper {
    padding: 4em 0 2em 0;
}

.login-section-content, .create-section-content, .forgot-section, .register-section-content {
    padding: 25px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}

.authentication-page h2, .forgotPassword-page h2, .my-account-page h2 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-size: 1em !important;
    color: #37474F;
    letter-spacing: .1em;
}

#authentication .login-form .form-group .col-md-8 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.icon-true input.form-control[required] {
    padding: .375rem 1.5rem .375rem 2.5rem!important;
}

.input-icon {
    position: absolute;
    left: 1rem;
    top: .9rem;
    width: .875em;
    height: .875em;
    z-index: 4;
}

.forgotBtn {
    display: block;
    text-align: center;
    color: #9e9e9e;
    font-size: 1em;
    margin: 20px 0 0 0;
    text-decoration: underline;
}

.switchForm, .switchReset {
    margin-top: 25px;
}

/* CHECKOUT */
#cart .h1 {
    font-family: 'montserrat';
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.cart-voucher{
    padding: 15px;
    margin-top: 15px;
    background: #fafafa;
}

#order-confirmation #content-wrapper {
    padding: 2em 0;
}

.page-order #wrapper {
    padding-top: 50px;
    background: #f9f9f9;
}

#content-hook_order_confirmation, .page-order-confirmation, #content-hook_payment_return {
    box-shadow: 0px 3px 5px rgba(0,0,0,.05);
    background-color: #fff;
    margin-bottom: 25px;
}

body#checkout section.checkout-step {
    box-shadow: 0px 3px 5px rgba(0,0,0,.05);
    background-color: #fff;
}

#checkout-personal-information-step, #checkout-addresses-step, #checkout-delivery-step, #checkout-payment-step {
    padding: 25px;
    background: #ffffff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.05);
    margin-bottom: 15px;
}

.address-item {
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.checkout-step.js-current-step .content, .checkout-step.-reachable .content {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}

body#checkout .additional-information {
    font-size: 0.875rem;
    display: none;
}

#cart .cart-container, .cart-summary, #js-checkout-summary {
    padding: 25px;
    background: #ffffff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.05);
}

.checkout-h2 {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat";
    font-weight: 300;
    letter-spacing: 0.12em;
    margin: 0;
    cursor: pointer;
}

.payment-option input[type="radio"], .delivery-option input[type="radio"] {
    display: none !important;
}

.payment-option input[type="radio"] + label, .delivery-option input[type="radio"] + label {
    border-color: #ccc;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}

.payment-option input[type="radio"]:checked + label, .delivery-option input[type="radio"]:checked + label {
    border: 2px solid #425d59;
    background: #ffffff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.10);
}

input[name="payment-option"]:checked + label .additional-information {
    display:block !important;
}

/* TEST delivery option disabled */
.delivery-option input[disabled] + label {
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width:768px) {
    .page-authentication #wrapper,
    .page-my-account #wrapper,
    .page-password #wrapper,
    .page-identity #wrapper,
    .page-address #wrapper,
    .page-addresses #wrapper,
    .page-history #wrapper,
    .page-order-slip #wrapper,
    .page-discount #wrapper,
    #module-psgdpr-gdpr #wrapper,
    .page-contact #wrapper,
    .page-cart #wrapper,
    #order-confirmation #wrapper,
    #order-detail #wrapper {
        padding-top: 1em;
    }
    #checkout-personal-information-step, #checkout-addresses-step, #checkout-delivery-step, #checkout-payment-step {
        padding: 15px;
        background: #ffffff;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, .05);
        margin-bottom: 15px;
    }

    body#checkout section.checkout-step .step-edit .edit {
        font-size: 1rem;
    }

    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        cursor: pointer;
        display: block;
        float: right;
        margin-right: 0;
        color: #7a7a7a;
        margin-top: -3px;
    }

    .product-line-grid-right {
        margin-top: 10px;
        background: #fafafa;
        border-radius: 3px;
        padding: 10px;
    }
}

.language-selector .dropdown-menu {
    max-width: 100px;
    min-width: auto;
    padding: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #aac6ba !important;
}

.btn-unstyle:focus .expand-more {
    color: #aac6ba !important;
}

#menu-openner {
    background: #aac6ba;
}
#menu-openner > span {
    color: #fff;
}

/*-----------------------------------------------*/
/* Label bio*/
/*-----------------------------------------------*/
.label-bio-block {
    background-color: #94C11B;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 777;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#product .label-bio-block small {
    font-weight: bold;
    color: white;
    margin-top: -10px;
    padding: 0 5px 8px 5px;
    padding-bottom: 8px;
}
body:not(#product) .label-bio-block small {
    font-weight: bold;
    color: white;
    font-size: 10px;
    margin-top: -10px;
    padding: 0 5px 0 5px;
}
.label-bio-euro {
    
    border-radius:3px;
}

#product .col-lg-6 .label-bio-euro {
    width: 100px;
}

.product-miniature .label-bio-euro {
    width: 70px;
}

@media screen and (max-width:991px){
    #product .label-bio-euro {
        width: 70px;
    }
    
    .product-miniature .label-bio-euro {
        width: 50px;
    } 
}

/*-----------------------------------------------------*/
/* banner langue allemande */
/*-----------------------------------------------------*/
.banner-de {
    background: #ffe15a;
    padding: 5px;
    text-align: center;
    font-size: .9em;
    cursor: pointer;
}

.modal-de .close {
    position: absolute;
    right: 15px;
    top:15px;
    z-index:777;
    color: #fff;
    font-sier: 30px;
}

.modal-de .modal-text p {
    font-size: 1.1em;
}

.modal-de .modal-text .btn {
    margin-top: 15px;
    padding: 10px 15px;
    background: #f7cb72;
    color: #000;
}

.modal-de .modal-text .btn:hover {
    background: #e7be6c;
}

@media screen and (max-width:991px){
    .banner-de {
        padding: 10px 5px ;
        font-size: .8em;
    }
}

#custom-text {
    background: #fcfcfc;
}

.custom-horaires {
    padding: 3.125rem;
    background: #425d59;
    color: #fff;
}

.custom-text {
    padding: 3.125rem;
    background: #fcfcfc;
    z-index: 700;
}

.custom-text p:last-of-type {
    margin-bottom: 0px;
}

.custom-text-content {
    position: relative;
    z-index: 700;
}

.custom-horaires a {
    line-height: 14px;
    color: inherit;
    text-decoration: none;
}

.custom-horaires a:hover {
    color: #aac6ba;
}

.custom-button {
    position: absolute;
    bottom: -25px;
    right: 200px;
    z-index: 600;
}
.custom-button a {
    display: inline-block;
    padding: 10px 15px;
    background: #f7cb72;
    color: #000;

}

.bg-block {
    position: absolute;
    width: 600px;
    bottom: 0;
    right: 0;
    z-index: 500;
}

@media screen and (max-width:991px){
    .custom-button {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

/* Correctif 05-11-2025 */
#search_widget {
    overflow: hidden;
}

.search-widget form button[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: auto;
    height: 44px;
    width: 50px;
    outline: none;
}

.search-widget form button[type=submit] .search:hover {
    color: #1C1F3E;
}

#search_widget form input {
    padding: 10px 20px 10px 20px;
}

#search_widget form i {
    padding: 2px;
}

.searchbar-autocomplete {
    z-index: 1030;
}

.reassurance {
    display: flex;
    flex-direction: column;
}

#pagenotfound #wrapper {
    margin-top: 100px;
}

/* Refonte page accueil */
#header .header-nav {
    max-height: inherit!important;
}

#header .block-contact-item a {
    color: black;
}

#header #search_widget input[type="text"] {
    background: transparent;
    border-bottom: 1px solid black;
    border-radius: 0!important;
}

#block-cat-home {
    background-color: #1C1F3E;
    padding: 8px 0;
}

#block-cat-home p {
    margin-bottom: 0!important;
    color: white;
    padding: 0 16px;
    font-size: 1rem!important;
}   

.burger-menu {
    outline: none!important;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 26px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.burger-menu span {
    display: block;
    width: 100%;
    height: 2px; /* Ligne fine */
    background-color: #333;
    transition: all 0.3s ease;
}

.burger-menu:hover span {
    background-color: #000;
}

.btn-slider-secondary {
    font-size: 18px!important;
    padding: 16px 24px!important;
    text-transform: uppercase!important;
    border: 1px solid white!important;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari */
}

.btn-slider-primary {
    font-size: 18px!important;
    padding: 16px 24px!important;
    text-transform: uppercase!important;
    border: 1px solid white!important;
    color: black!important;
    background: white!important;
    font-weight: bold!important;
}

.title-slider {
    font-family: "haboro-contrast-normal", sans-serif!important;
    text-transform: uppercase;
    font-weight: 200!important;
}

.btn-primary {
    background-color: #1C1F3E!important;
    padding: 12px 24px!important;
    border-radius: 0!important;
    border: 0!important;
    text-wrap: auto;
    font-weight: bold!important;
    letter-spacing: 2px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari */
}

.btn-primary:hover {
    text-decoration: none!important;
}

.btn-primary.white {
    background-color: white!important;
    color: black!important;
}

.btn-primary-blur {
    background-color: #1C1F3E!important;
    padding: 16px 24px!important;
    border-radius: 0!important;
    border-radius: 0!important;
    text-wrap: auto;
    letter-spacing: 2px;
    border: 0!important;
    font-weight: bold;
}

.btn-secondary {
    padding: 12px 24px!important;
    text-transform: uppercase!important;
    border: 1px solid white!important;
    background: rgba(0, 0, 0, 0.5)!important;
    text-wrap: auto;
    letter-spacing: 2px;
    font-weight: bold!important;
    border-radius: 0!important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari */
}

.btn-secondary:hover {
    text-decoration: none!important;
}

.btn-underline {
    border-bottom: 2px solid #1C1F3E!important;
    background-color: transparent!important;
    padding-bottom: 4px!important;
    text-wrap: auto;
    border-radius: 0!important;
    padding: 4px 0!important;
    text-decoration: none!important;
}

#index h2, #index .h2 {
    text-transform: uppercase;
    font-size: 60px!important;
}

#index .sous-titre {
    font-size: 24px;
    font-weight: 200;
    font-style: italic;
}

.haboro {
    font-family: "haboro-contrast-normal", sans-serif!important;
}

#discover-domain {
    background-image: url('./../img/vins-alsace-materne-haegelin.jpg');
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.text-grey {
    color: #708090;
}

#discover-domain::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#discover-domain .content {
    position: relative;
    z-index: 1;
}

#S2i_discoverWines {
    background: url('./../img/fond-cuvee-materne-haegelin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#S2i_discoverWines .col-10 {
    border-right: 30px solid #1C1F3E;
}

#S2i_discoverWines .col-10 p {
    margin-bottom: 0;
}   

#S2i_discoverWines .col-10 a {
    text-decoration: underline;
    font-weight: bold;
    color: #708090;
}   

.NewsletterFooter {
    position: relative;
    background-image: url('./../img/vigneron-vin-alsacien.jpg');
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}

.block_newsletter {
    position: relative;
    z-index: 1;
    border-bottom: 0!important;
}

.block_newsletter input[name="email"] {
    background: transparent;
    border: 0;
    border-bottom: 2px solid white!important;
    color: white!important;
}

.block_newsletter *::placeholder {
    color: white!important;
    font-weight: bold;
    opacity: 1;
}

.NewsletterFooter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.block_newsletter .button {
    padding: 8px 24px;
}

.blockreassurance img {
    width: 55px;
    height: auto!important;
}

.footer-container {
    background-color: #202020;
    position: relative;
    box-shadow: none;
}

.footer-container:before {
    content:'';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 102%;
    height: 102%;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('./../img/bg-village-alsacien.png');
}

.footer-copyright {
    background-color: #fff;
}

.text-fade-container {
    position: relative;
    max-height: 300px; /* Hauteur visible initiale */
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.text-fade-container.expanded {
    max-height: none;
}

.text-content {
    position: relative;
}

.text-content a {
    color: #708090;
    text-decoration: underline;
    font-weight: bold;
}

.text-content p {
    color: #708090;
    margin-bottom: 0;
}

/* Effet de fade/shadow du bas */
.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px; /* Hauteur du gradient */
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.text-fade-container.expanded .fade-overlay {
    opacity: 0;
    visibility: hidden;
}

.read-more-btn {
    display: block;
    margin: 20px auto 0;
    padding: 10px 30px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

.read-more-btn:hover {
    background: #0056b3;
}

.text-fade-container.expanded .read-more-btn {
    display: none;
}

#header .header-nav .user-info .account {
    margin-left: 4px;
}

#header .header-nav .blockcart {
    margin-left: 0;
}

#actu .h2 {
    font-size: 40px!important;
}

.title-article {
    font-size: 24px;
}

.one-article p {
    margin-bottom: 0;
}

.more-article {
    margin-top: 16px;
    display: block;
}

#layerslider_1 .btn-secondary, #layerslider_1 .btn-primary {
    font-size: 15px!important;
}

#social-footer {
    margin-top: 24px;
}

#social-footer i {
    font-size: 32px;
}

#header .logo {
    width: 100%;
    max-width: 140px;
}

#actu .fa {
    color: #212529!important;
}

#actu .fa.fa-facebook {
    background-color: #212529!important;
    color: white!important;
}


#social-footer .fa-facebook {
    background: white;
    color: #202020;
    padding: 6px 8px 0px 6px;
    font-size: 21px;
    border-radius: 50%;
     margin-left: 8px;
}

#header .header-nav .material-icons.expand-more {
    margin-left: 0;
}

#layerslider_1 .ls-slide-backgrounds::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
    z-index: 50;
}

@media screen and (max-width:990px){
    #header .logo {
        max-width: 100px;
    }
}

@media screen and (max-width:767px){
    #index h2, #index .h2 {
        font-size: 48px!important;
    }
    #index .sous-titre {
        font-size: 20px;
    }
    .text-fade-container {
        max-height: 500px;
    }
    #S2i_discoverWines .col-10 {
        border-right: 0!important;
    }
    .block_newsletter .button {
        display: block;
        width: 100%;
        order: 1;
    }
    .block_newsletter .input-wrapper {
        display: block;
        width: 100%;
        order: 0;
    }
    .NewsletterFooter {
        padding: 100px 0;
    }
    #icon-block-header #_desktop_user_info {
        margin: 0 8px;
    }
    #header .logo {
        max-width: 75px;
    }
}

@media screen and (max-width:500px){
    #index h2, #index .h2 {
        font-size: 38px!important;
    }
    #index .sous-titre {
        font-size: 17px;
    }
    #S2i_discoverWines .right_text {
        padding: 32px 24px;
    }
}

.psgdpr_consent_message {
    color: white;
}

.psgdpr_consent_message a {
    color: white;
    font-weight: bold;
}

.psgdpr_consent_message span {
    border-color: white!important;
}

.ls-wp-container .ls-slide-backgrounds::before {
    background: linear-gradient(to top, rgb(255 255 255), transparent)!important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

/* Refonte fiche produit */
.cave-pickup-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #F7F3EE;
  padding: 25px;
  border-radius: 2px;
  margin: 1rem 0;
}

.cave-pickup-icon svg {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.cave-pickup-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #3D2B1F;
  margin: 0 0 4px;
}

.cave-pickup-desc {
  font-size: 14px;
  color: #6B5744;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 8px;
}

.cave-pickup-badge {
  display: inline-block;
  background: #3D2B1F;
  color: #F7F3EE;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 1px;
}

.professional-sale-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #F7F3EE;
  padding: 25px;
  border-radius: 2px;
  margin: 1rem 0;
}
.professional-sale-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #3D2B1F;
  margin: 0 0 4px;
}

.professional-sale-desc {
  font-size: 14px;
  color: #6B5744;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 8px;
} 

.features-heading {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3D2B1F;
  margin: 0 0 1rem;
  font-weight: 400;
}

.product-features .data-sheet {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-features .data-sheet li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 10px 0;
  border-bottom: 0.5px solid #D9CCB9;
}

.product-features .data-sheet li:first-child {
  border-top: 0.5px solid #D9CCB9;
}

.product-features .data-sheet .name {
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #9A8272;
  font-weight: 400;
  flex-shrink: 0;
}

.product-features .data-sheet .value {
  font-size: 13px;
  color: #3D2B1F;
  text-align: right;
  line-height: 1.5;
}

.current-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-main {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3D2B1F;
  line-height: 1.1;
}

.price-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-tax-label {
  font-size: 14px;
  padding-left: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-unit-label {
  font-size: 12px;
  color: #9A8272;
}

.price-cave-hint {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #9A8272;
  margin-top: 2px;
}

.price-cave-hint strong {
  color: #3D2B1F;
  font-weight: 500;
}

.feature-hidden {
  display: none;
}

/* Caché par défaut */
.data-sheet li.feature-hidden {
  display: none !important;
}

/* Visible quand ouvert */
.product-features.is-open .data-sheet li.feature-hidden {
  display: flex !important;
}

.features-toggle {
  display: flex;
  outline: none!important;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 8px 0 0;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #9A8272;
  text-transform: uppercase;
}

.features-toggle__label-less { display: none; }

.product-features.is-open .features-toggle__label-more { display: none; }
.product-features.is-open .features-toggle__label-less { display: inline; }

.features-chevron {
  transition: transform 0.25s ease;
}

.product-features.is-open .features-chevron {
  transform: rotate(180deg);
}

.product-columns {
    align-items: start;
}

.product-left-column {
    position: sticky!important;
    top: 130px;
}

@media screen and (max-width:990px){
    .product-left-column {
        position: relative!important;
        top: 0!important;
    }
}

.s2i-fp-btn {
    color: white!important;
    border-color: white!important;
}