/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 oct. 2021, 17:55:36
    Author     : Charles
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@font-face {
    font-family: 'baker';
    src: url('../fonts/bakerstreetinline-webfont.woff2') format('woff2'),
        url('../fonts/bakerstreetinline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*
font-family: 'Open Sans', sans-serif;
*/

/*///////////////////////////////////////*/
/* ///// GLOBAL STYLES //////////////// */
/*/////////////////////////////////////*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    &:not(#index) {
        padding-top: 90px;
    }
    #wrapper {
        padding-top: 0;
        background: transparent;
    }
}

.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.container-medium {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}

.container-small {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dynamic-padding-left,
.dynamic-padding-right {
    opacity: 0;
    transition: 200ms ease-in-out;
}

.page-home {
    overflow: hidden;
}

.page-content.page-cms ul, p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.flex-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-large {
    position: relative;
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.default-btn.dashed, #cms .elementor-section .btn-default {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 240px;
    border: none;
    transition: all ease-in-out 1.5s;
    &.green, &.btn {
        color: #5F6B02;
        background: linear-gradient(90deg, #5F6B02 50%, transparent 50%), linear-gradient(90deg, #5F6B02 50%, transparent 50%), linear-gradient(0deg, #5F6B02 50%, transparent 50%), linear-gradient(0deg, #5F6B02 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 20px 3px, 20px 3px, 3px 20px, 3px 20px;
        background-position: 8px 0px, 237px 57px, 0px 57px, 237px 0px;
    }
    &.blue {
        color: #1A8864;
        background: linear-gradient(90deg, #1A8864 50%, transparent 50%), linear-gradient(90deg, #1A8864 50%, transparent 50%), linear-gradient(0deg, #1A8864 50%, transparent 50%), linear-gradient(0deg, #1A8864 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 20px 3px, 20px 3px, 3px 20px, 3px 20px;
        background-position: 8px 0px, 237px 57px, 0px 57px, 237px 0px;
    }
    &.red {
        color: #B74212;
        background: linear-gradient(90deg, #B74212 50%, transparent 50%), linear-gradient(90deg, #B74212 50%, transparent 50%), linear-gradient(0deg, #B74212 50%, transparent 50%), linear-gradient(0deg, #B74212 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 20px 3px, 20px 3px, 3px 20px, 3px 20px;
        background-position: 8px 0px, 237px 57px, 0px 57px, 237px 0px;
    }
    &:hover {
        background-position: 237px 0px, 0px 57px, 0px 0px, 237px 57px;
        background-color: rgba(255, 255, 255, .65);
    }
}

/*///////////////////////////////////////*/
/* // ADD TO CART MODAL /////////////// */
/*/////////////////////////////////////*/
#blockcart-modal {
    padding-right: 0 !important;
}

#blockcart-modal .modal-dialog {
    max-width: 1000px;
    width: calc(100% - 44px);
}

#blockcart-modal .modal-content {
    border: none;
    border-radius: 0;
}

/*Header*/
#blockcart-modal .modal-header {
    background: #A88021;
    height: 64px;
    padding: 0 25px;
}

#blockcart-modal .modal-header .modal-title {
    font-size: 20px;
    line-height: 70px;
    color: #F6F4EB;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Josefin Sans";
}

#blockcart-modal .modal-header .close {
    margin-top: 17px;
}

#blockcart-modal .modal-header .close:focus {
    outline: none;
}

/*BODY*/
#blockcart-modal .modal-body {
    background: #fff;
    padding: 47px 35px;
    display: flex;
    align-items: center;
}

/*LEFT PART*/
#blockcart-modal .modal-body .left-part {
    width: 100%;
    max-width: 415px;
    padding-right: 25px;
    margin-right: 50px;
    border-right: solid 1px #DEDDD7;
    display: flex;
    align-items: center;
}

#blockcart-modal .modal-body .left-part .image {
    width: auto;
    height: 110px;
    object-fit: cover;
    margin-right: 15px;
}

#blockcart-modal .modal-body .left-part .image img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

#blockcart-modal .modal-body .left-part .product-name {
    font-size: 20px;
    line-height: 24px;
    color: #313131;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Josefin Sans";
}

#blockcart-modal .modal-body .left-part .product-price-qty {
    font-size: 15px;
    line-height: 23px;
    color: #17191A;
}

/*RIGHT PART*/
#blockcart-modal .modal-body .right-part .cart-products-count {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    color: #17191A;
    margin-bottom: 0;
}

#blockcart-modal .modal-body .right-part .product-total {
    font-size: 15px;
    line-height: 23px;
    color: #17191A;
    margin-bottom: 20px;
}

/*BTNS*/
#blockcart-modal .modal-body .right-part .cart-content-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#blockcart-modal .modal-body .right-part .continue-shopping {
    font-size: 16px;
    line-height: 22px;
    color: #A88021;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    margin-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

#blockcart-modal .modal-body .right-part .continue-shopping:focus {
    outline: none;
}

#blockcart-modal .modal-body .right-part .continue-shopping:hover {
    text-decoration: underline;
}

#blockcart-modal .modal-body .right-part .go-to-basket {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 0 40px;
    height: 35px;
    line-height: 37px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    background: #A88021;
    color: #fff;
    font-family: "Josefin Sans";
    margin-bottom: 10px;
    border: solid 1px #A88021;
    transition: all 200ms ease-in-out;
}

#blockcart-modal .modal-body .right-part .go-to-basket:hover {
    background: #A88021;
}

/*PRODUCT IMAGE MODAL*/
#product-modal .modal-content {
    background: #fff;
    display: flex;
    .modal-body {
        display: flex;
        background: #fff;
    }
}

/*///////////////////////////////////////*/
/* /////// HEADER DELIENN ///////////// */
/*/////////////////////////////////////*/
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#header-delienn {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: #fff;
    .menu-mobile {
        display: none;
    }
    .header-desktop {
        width: calc(100% - 60px);
        max-width: 1920px;
        margin: 0 auto;
        overflow: visible;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        .logo-mobile {
            display: none;
        }
        .menu {
            width: calc(50% - 100px);
            .menu-burger {
                display: none;
            }
            > ul {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                height: 90px;
                > li {
                    position: relative;
                    width: 100%;
                    text-align: center;
                    > a {
                        &.classic {
                            display: inline-block;
                            font-size: 18px;
                            font-weight: 700;
                            color: #000;
                            line-height: 90px;
                            padding: 0 30px;
                            &.menuparent {
                                pointer-events: none;
                            }
                        }
                        &.boutique {
                            position: relative;
                            z-index: 1;
                            font-size: 18px;
                            font-weight: 700;
                            color: #1A8864;
                            text-transform: uppercase;
                            &:before {
                                content: '';
                                position: absolute;
                                z-index: -1;
                                top: -17px;
                                left: -32px;
                                width: 189px;
                                height: 50px;
                                transition: all 200ms ease-in-out;
                                background: url('../img/svg/before-btn-boutique-header.svg') no-repeat center / contain;
                            }
                            &:hover {
                                &:before {
                                    transform: scale(1.15);
                                }
                            }
                        }
                    }
                    &.compte-panier {
                        display: flex;
                        align-items: center;
                        justify-content: flex-end;
                        min-width: 270px;
                        #_desktop_user_info {
                            padding-right: 11px;
                            margin-right: 10px;
                            position: relative;
                            &:after {
                                content: '';
                                position: absolute;
                                right: 0;
                                top: 50%;
                                transform: translateY(-50%);
                                width: 1px;
                                height: 11px;
                                background: #000;
                            }
                        }
                        a {
                            position: relative;
                            font-size: 16px;
                            color: #000;
                            text-transform: uppercase;
                            .text {
                                margin-right: 5px;
                            }
                            .cart-products-count {
                                position: absolute;
                                top: -10px;
                                right: -13px;
                                border-radius: 50%;
                                background: #1A8864;
                                color: #fff;
                                font-size: 12px;
                                font-weight: 700;
                                text-align: center;
                                line-height: 20px;
                                width: 20px;
                                height: 20px;
                            }
                            .picto {
                                margin-top: -4px;
                            }
                        }
                    }
                    ul.submenu {
                        display: none;
                        position: absolute;
                        top: 90px;
                        left: 0;
                        right: 0;
                        padding: 10px 0;
                        background: #fff;
                        animation: fadeEffect 1s;
                        border-top: solid 5px #5F6B02;
                        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
                        li {
                            padding: 10px 30px;
                            a {
                                color: #000;
                                font-weight: 700;
                                display: block;
                                text-align: left;
                                transition: all 200ms ease-in-out;
                                &:hover {
                                    padding-left: 10px;
                                }
                            }
                        }
                    }
                    &:hover {
                        ul.submenu {
                            display: block;
                        }
                    }
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* //// ACCUEIL PRODUITS HOUBLONS ///// */
/*/////////////////////////////////////*/
#slider-products-houblons {
    position: relative;
    background: #F3F49B;
    padding: 180px 0;
    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: -85px;
        right: 0;
        height: 87px;
        background: url('../img/interface/home-before-houblons.png') no-repeat bottom center / 100% 100%;
    }
    &:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -98px;
        right: 0;
        height: 100px;
        background: url('../img/interface/home-after-houblons.png') no-repeat top center / 100% 100%;
    }
    .container-flex {
        position: relative;
        display: flex;
        align-items: center;
        gap: 20px;
        .contenu {
            min-width: 412px;
            max-width: 412px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: space-between;
            h2 {
                position: relative;
                z-index: 1;
                font-size: 44px;
                color: #5F6B02;
                font-family: 'baker';
                font-weight: normal;
                &:before {
                    content: '';
                    position: absolute;
                    z-index: -1;
                    left: -26px;
                    top: -22px;
                    width: 436px;
                    height: 130px;
                    background: url('../img/svg/title-houblons-before.svg') no-repeat center / contain;
                }
                &:after {
                    content: '';
                    position: absolute;
                    z-index: -1;
                    right: -22px;
                    top: -18px;
                    width: 28px;
                    height: 36px;
                    background: url('../img/svg/title-houblons-after.svg') no-repeat center / contain;
                }
            }
            .texte {
                padding-right: 15px;
                margin: 30px 0 40px;
            }
            .picto-btn {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 28px;
            }
        }
        .products {
            position: relative;
            width: calc(100% - 432px);
            .swiper-button-prev,
            .swiper-button-next {
                display: none;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* //// ACCUEIL PRODUITS LIQUEUR ////// */
/*/////////////////////////////////////*/
#slider-products-liqueur {
    position: relative;
    z-index: 2;
    background: #9BCCBC;
    padding: 0 0 50px;
    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: -85px;
        right: 0;
        height: 87px;
        background: url('../img/interface/home-before-liqueur.png') no-repeat bottom center / 100% 100%;
    }
    &:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -98px;
        right: 0;
        height: 100px;
        background: url('../img/interface/home-after-liqueur.png') no-repeat top center / 100% 100%;
    }
    .container-flex {
        position: relative;
        display: flex;
        align-items: center;
        gap: 20px;
        transform: translateY(-100px);
        .contenu {
            max-width: 412px;
            display: flex;
            align-items: center;
            flex-direction: column;
            transform: translateY(60px);
            h2 {
                position: relative;
                z-index: 1;
                font-size: 44px;
                color: #1A8864;
                font-family: 'baker';
                font-weight: normal;
                &:before {
                    content: '';
                    position: absolute;
                    z-index: -1;
                    left: -30px;
                    top: -39px;
                    width: 418px;
                    height: 140px;
                    background: url('../img/svg/title-liqueur-before.svg') no-repeat center / contain;
                }
                &:after {
                    content: '';
                    position: absolute;
                    z-index: -1;
                    right: 130px;
                    top: -18px;
                    width: 28px;
                    height: 36px;
                    background: url('../img/svg/title-liqueur-after.svg') no-repeat center / contain;
                }
            }
            .texte {
                padding-right: 15px;
                margin: 30px 0 40px;
            }
            .picto-btn {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 28px;
            }
        }
        .products {
            position: relative;
            width: calc(100% - 432px);
            .swiper-button-prev,
            .swiper-button-next {
                display: none;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// CONFIRMATION COMMANDE //////// */
/*/////////////////////////////////////*/
#order-confirmation #content-wrapper {
    padding: 25px;
    max-width: 1200px;
    border: solid 1px rgba(0, 0, 0, .2);
    margin: 100px auto;
    .image {
        img {
            width: auto;
            max-height: 100px;
        }
    }
    p {
        a {
            color: #1A8864;
            text-decoration: underline;
        }
    }
}

#order-detail #content-wrapper #content {
    padding: 25px;
    max-width: 1200px;
    border: solid 1px rgba(0, 0, 0, .2);
    margin: 120px auto 50px;
    li, td {
        a {
            color: #1A8864;
            text-decoration: underline;
        }
    }
    .btn-primary {
        background: #1A8864;
        &:hover {
            color: #fff;
        }
    }
}

#history #content-wrapper {
    a {
        text-decoration: underline;
    }
}

/*///////////////////////////////////////*/
/* ///// COMMANDE ///////////////////// */
/*/////////////////////////////////////*/
#checkout .page-header {
    h1 {
        max-width: 1364px;
    }
}

body#checkout main section#content {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 150px auto;
}

#cart #main .cart-grid .cart-grid-right .montant-pour-livraison {
    color: #1A8864;

    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    .block-livraison-gratuite {
        background: #fff;
        padding: 13px 15px;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        border: solid 1px #1A8864;
        &.active {
            background: #1A8864;
            color: #fff;
        }
    }
}

#checkout #wrapper .checkout-header {
    margin-bottom: 15px;
}

#checkout #wrapper .checkout-header h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    text-transform: none;
    color: #384842;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
}

#checkout main #content {
    display: flex;
    align-items: flex-start;
}

/*LEFT*/
#checkout main #content .cart-grid-body {
    width: calc(100% - 413px);
}

/*RIGHT*/
#checkout main #content .cart-grid-right {
    width: 100%;
    max-width: 373px;
    margin-left: 40px;
}

#checkout main #content .cart-grid-right #js-checkout-summary {
    box-shadow: none;
    margin-bottom: 30px;
    padding: 30px 0;
    border: none;
    background: transparent;
}

#checkout main #content .cart-grid-right .cart-summary-products p {
    color: #17191A;
    margin-bottom: 0;
}

#checkout main #content .cart-grid-right .cart-summary-products p a {
    text-decoration: underline;
    color: #1A8864;
}

body#checkout #cart-summary-product-list img {
    background: #fff;
}

body#checkout #cart-summary-product-list .value {
    color: #232323;
}

body#checkout #cart-summary-product-list .media {
    margin-bottom: 10px;
}

#checkout main #content .cart-grid-right .product-price {
    color: #17191A;
    display: inline-block;
}

#checkout main #content .cart-grid-right #cart-subtotal-products {
    margin-top: 10px;
}

#checkout main #content .cart-grid-right .card-block {
    padding: 0;
}

#checkout main #content .cart-grid-right .pictos-security {
    width: 100%;
    text-align: center;
}

/*ETAPES COMMANDE*/
body#checkout main section.checkout-step {
    box-shadow: none;
    background-color: transparent;
    border-bottom: solid 1px #CBC9BE;
    padding: 20px 50px;
}

body#checkout main section.checkout-step.-current {
    border: solid 1px #CBC9BE;
}

body#checkout main section.checkout-step .step-title {
    font-size: 20px;
    line-height: 24px;
    color: #2D2F36;
    font-weight: 700;
    padding: 0 30px;
    text-transform: none;
    font-family: 'Josefin Sans', serif;
}

body#checkout main section.checkout-step.-current .step-title {
    margin-bottom: 25px;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: "Josefin Sans";
}

body#checkout main section.checkout-step.-reachable.-current .step-number {
    padding-right: 0px;
    width: auto;
    height: auto;
    margin-right: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: "Josefin Sans";
}

body#checkout main section.checkout-step .step-title {
    border-bottom: none;
}

body#checkout main section.checkout-step.-current+.checkout-step .step-title {
    padding-top: 0;
    border-top: none;
}

body#checkout main section.checkout-step .content {
    padding: 0 30px;
}

body#checkout main section.checkout-step p {
    font-size: 15px;
    line-height: 24px;
    color: #393939;
    font-style: italic;
}

body#checkout main section.checkout-step .form-group input[type="text"], body#checkout main section.checkout-step .form-group input[type="email"], body#checkout main section.checkout-step .form-group input[type="password"], body#checkout main section.checkout-step .form-group input[type="tel"], body#checkout main section.checkout-step .form-group select {
    height: 40px;
    line-height: 40px;
    background: transparent;
    padding: 0 15px;
    border: solid 1px #B1B3BB;
}

.form-control:focus, .input-group.focus {
    outline: none;
}

body#checkout main section.checkout-step .form-group input[type="text"]:focus, body#checkout main section.checkout-step .form-group input[type="email"]:focus, body#checkout main section.checkout-step .form-group input[type="password"]:focus, body#checkout main section.checkout-step .form-group input[type="tel"]:focus, body#checkout main section.checkout-step .form-group select:focus {
    border: solid 1px #1A8864;
}

body#checkout main section.checkout-step p a,
body#checkout main section.checkout-step .forgot-password a {
    font-size: 15px;
    line-height: 24px;
    color: #1A8864;
    text-decoration: underline;
}

body#checkout main section.checkout-step .form-control-comment {
    display: none;
}

body#checkout main section.checkout-step .input-group .input-group-btn {
    display: none;
}

body#checkout main section.checkout-step .form-footer {
    margin-top: 20px;
}

.forgotten-password .form-fields .center-email-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.forgotten-password .form-fields .center-email-fields button, .forgotten-password .form-fields .email input {
    height: auto;
}

/*Informations personnelles*/
#checkout-personal-information-step .nav-inline {
    display: flex;
    justify-content: space-between;
}

#checkout-personal-information-step .nav-inline .nav-item {
    width: 47%;
    margin: 0;
    text-align: center;
}

#checkout-personal-information-step .nav-inline .nav-item a {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #1A8864;
    padding-bottom: 10px;
    border-bottom: solid 1px #CBC9BE;
    position: relative;
}

body#checkout main section.checkout-step .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

body#checkout main section.checkout-step .forgot-password {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
}

body#checkout main section.checkout-step .form-group label.form-control-label {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #2D2F36;
}

body#checkout main section.checkout-step .form-group .col-md-6 {
    width: 100%;
}

body#checkout #header .header-nav {
    padding: 0;
    box-shadow: none;
}

#checkout-personal-information-step .nav-inline .nav-item a.active {
    color: #384842;
    border-bottom: solid 1px #1A8864;
}

#checkout-personal-information-step .nav-inline .nav-item a.active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 16px;
    height: 11px;
    left: calc(50% - 8px);
    background: url(../img/svg/arrow-active-link.svg) no-repeat center bottom;
}

body#checkout a:hover {
    color: #1A8864;
}

/*Adresses*/
body#checkout main section.checkout-step .address-item.selected {
    border: 1px solid #1A8864;
}

body#checkout main section.checkout-step .address-item.selected .address {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #1A8864;
}

/*Livraison*/
body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
}

body#checkout main section.checkout-step .delivery-options .delivery-option {
    background: transparent;
    min-height: 80px;
    border: none;
}

body#checkout main section.checkout-step .carrier-delay,
body#checkout main section.checkout-step .carrier-name {
    word-break: normal;
}

body#checkout #delivery label {
    font-style: italic;
}

/*Paiement*/
#checkout-payment-step .condition-label label a {
    color: #1A8864;
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// PANIER /////////////////////// */
/*/////////////////////////////////////*/
#cart .page-header {
    h1 {
        max-width: 1364px;
    }
}

#cart .cart-grid-body .card-block,
#cart .cart-grid-body .cart-overview {
    padding: 0;
}

#cart .cart-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 150px auto 150px;
}

#cart .cart-grid .cart-grid-body {
    width: 100%;
}

#cart .cart-grid .cart-grid-right {
    width: 100%;
    max-width: 398px;
    margin-left: 100px;
}

#cart .cart-grid-body .cart-overview .cart-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    border-bottom: solid 1px #E4E4E4;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid {
    display: flex;
    align-items: center;
}

/*image*/
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-left {
    width: 100%;
    max-width: 122px;
    margin-right: 15px;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-left .product-image {
    height: 110px;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-left .product-image img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .bottom-mobile {
    width: 100%;
    display: flex;
    align-items: center;
}

/*Nom et Prix*/
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .label {
    font-size: 24px;
    line-height: 24px;
    color: #313131;
    font-weight: normal;
    font-family: 'baker', serif;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .label:hover {
    text-decoration: underline;
}

#cart .cart-grid-body .cart-overview .cqty {
    display: flex;
    flex-direction: column;
}

#cart .cart-grid-body .cart-overview .cqty .control-label {
    font-size: 16px;
    font-weight: 700;
    color: #2D2F36;
    margin-bottom: 5px;
}

#cart .cart-grid-body .cart-overview .price {
    margin-bottom: 3px;
}

#cart .cart-grid-body .cart-overview .trash-product {
    margin-bottom: 13px;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .current-price,
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .regular-price {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #17191A;
}

#cart .cart-grid-body .cart-overview .cart-item .variation .value {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #17191A;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-info.product-price {
    display: flex;
    margin-bottom: 0;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-info.product-price .discount {
    display: none;
}

/*Actions*/
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-right {
    width: 100%;
    max-width: 310px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-right .product-price {
    font-size: 18px;
    font-weight: 400;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .remove-from-cart {
    display: flex;
    margin-top: -2px;
}

#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .remove-from-cart img {
    margin: 0;
}

/*RIGHT*/
#cart #main .cart-grid .cart-grid-right .cart-summary {
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(228, 228, 228, .2);
}

#cart #main .cart-grid .cart-grid-right .cart-summary .card-block {
    padding: 0;
}

#cart #main .cart-grid .cart-grid-right .cart-summary .card-block.promo-name li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

#cart #main .cart-grid .cart-grid-right .cart-summary .card-block .default-btn {
    width: 100%;
    max-width: none;
}

#cart #main .cart-grid .cart-grid-right .collapse-button {
    color: #1A8864;
    margin-top: 15px;
    text-decoration: underline;
    display: inline-block;
}

#cart #main .cart-grid .cart-grid-right .promo-code form input {
    width: 100%;
    margin-bottom: 10px;
    color: #232323;
    background-color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-right: 0;
    padding: 8px 30px 10px;
    border: solid 1px #1A8864;
    &:focus {
        outline: none;
    }
}

.cart-detailed-totals {
    margin-bottom: 20px;
}

#cart #main .cart-grid .cart-grid-right .promo-code form .promo-btn {
    transition: all 200ms ease-in-out;
    cursor: pointer;
    border: solid 1px #1A8864;
    background: #1A8864;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 7px 10px;
    &:hover {
        background: #fff;
        color: #1A8864;
    }
    &:focus {
        outline: none;
    }
}

#cart #main .cart-grid .cart-grid-right .promo-code {
    padding: 1rem;
    border: solid 1px #1A8864;
    margin-top: 15px;
    text-align: center;
}

#cart-subtotal-products,
#cart-subtotal-shipping {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #E4E4E4;
}

#cart-subtotal-products .label,
#cart-subtotal-products .value,
#cart-subtotal-shipping .label,
#cart-subtotal-shipping .value {
    font-size: 14px;
    color: #17191A;
    font-weight: 700;
}

#cart-subtotal-products .label {
    font-weight: 400;
}

#cart .cart-summary-line.cart-total-ttc {
    margin-top: 15px;
    margin-bottom: 5px;
}

.cart-summary-line.cart-total-ttc .label {
    font-size: 19px;
    color: #17191A;
    font-weight: 700;
    font-style: italic;
}

.cart-summary-line.cart-total-ttc .value {
    font-size: 24px;
    color: #1A8864;
    font-weight: 700;
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: 0;
}

.cart-summary-line.taxes .label,
.cart-summary-line.taxes .value {
    font-size: 15px;
    font-style: italic;
    color: #17191A;
    font-weight: 400;
}

.cart-summary-line.taxes .label {
    font-size: 12px;
}

#cart #main .cart-grid .cart-grid-right .pictos-security {
    width: 100%;
    text-align: center;
}

#cart, .cart-grid-body .cart-overview {
    padding: 0;
}

.btn-primary,
#cart .btn-primary,
#checkout .btn-primary {
    transition: all 200ms ease-in-out;
    cursor: pointer;
    border: solid 1px #1A8864;
    background: #1A8864;
    color: #fff;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px;
    &:hover {
        background: #fff;
        color: #1A8864;
        border: solid 1px #1A8864;
    }
    &:focus {
        outline: none;
    }
    &.disabled {
        border: solid 1px grey;
        background: grey;
        cursor: not-allowed;
        &:hover {
            color: #fff;
        }
    }
}

/*///////////////////////////////////////*/
/* //// PAGES MON COMPTE ////////////// */
/*/////////////////////////////////////*/
.page-addresses,
body.page-my-account,
body.page-authentication,
body.page-registration,
body.page-customer-account {
    #content {
        padding: 0;
        width: calc(100% - 60px);
        max-width: 1000px;
        margin: 120px auto 80px;
        .register-form {
            > p {
                width: 100%;
                text-align: center;
                display: inline-block;
                font-size: 16px;
                color: #1A8864;
                a {
                    color: #1A8864;
                    text-decoration: underline;
                }
            }
        }
        form {
            width: 100%;
            max-width: none;
            .send-renew-password-link {
                padding-right: 0;
                padding-left: 0;
            }
            &.forgotten-password .form-fields .center-email-fields {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
                label.required {
                    width: 100%;
                    text-align: left;
                    padding: 0;
                }
            }
        }
        .form-footer {
            display: flex;
            justify-content: center;
            .btn-primary {
                width: auto;
            }
        }
        .btn-primary {
            height: 50px;
            line-height: 50px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 15px;
            padding: 0 30px;
            background: #1A8864;
            margin-bottom: 5px;

        }
        .forgot-password,
        .no-account {
            a {
                display: inline-block;
                font-size: 16px;
                margin: 15px 0;
                text-decoration: underline;
                color: #1A8864;
            }
        }
    }
}

body.page-my-account #content .links {
    max-width: 380px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    a {
        padding: 0;
        width: 100%;
        margin: 0;
        span.link-item {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #1A8864;
            color: #fff;
            height: 40px;
            padding: 0 30px;
            width: 100%;
            transition: all 200ms ease-in-out;
            &:hover {
                background: #242424;
            }
            i {
                padding: 0;
                font-size: 22px;
                color: #fff;
                width: 20px;
            }
        }
    }
}

body.page-my-account .logout-link {
    text-align: center;
    padding-bottom: 50px;
    a {
        color: #242424;
        text-decoration: underline;
        font-weight: 700;
    }
}

/*///////////////////////////////////////*/
/* //// ACCUEIL PRODUITS HOUBLONS ///// */
/*/////////////////////////////////////*/
#slider-products-arranges-filtres {
    position: relative;
    background: #ECC0AE;
    padding: 180px 0;
    &:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -98px;
        right: 0;
        height: 100px;
        background: url('../img/interface/home-after-arranges.png') no-repeat top center / 100% 100%;
    }
    .container-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 80px;
        margin-bottom: 120px;
        .contenu {
            width: 100%;
            max-width: 828px;
            h2 {
                position: relative;
                display: inline-block;
                font-size: 56px;
                font-weight: normal;
                color: #B74212;
                font-family: 'baker';
                &:after {
                    content: '';
                    position: absolute;
                    right: -26px;
                    top: -12px;
                    width: 25px;
                    height: 32px;
                    background: url('../img/svg/before-title-arranges.svg') no-repeat center / contain;
                }
            }
            .default-btn {
                margin-top: 20px;
            }
        }
        .points-forts {
            min-width: 727px;
            display: flex;
            justify-content: space-between;
            .point-fort {
                width: 100%;
                padding: 0 15px;
                &:nth-child(1),
                    &:nth-child(2) {
                    border-right: solid 1px #B74212;
                }
                .picto {
                    height: 59px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    img {
                        max-height: 59px;
                        width: auto;
                    }
                }
                .texte {
                    margin-top: 10px;
                    font-size: 18px;
                    line-height: 20px;
                    text-align: center;
                    font-weight: 700;
                }
            }
        }
    }
    .products {
        position: relative;
        .swiper-slide {
            max-width: 370px;
        }
        .swiper-button-prev {
            left: 90px;
            width: 16px;
            height: 32px;
            background: url('../img/svg/arrow-swiper-white-prev.svg') no-repeat center / contain;
        }
        .swiper-button-next {
            right: 90px;
            width: 16px;
            height: 32px;
            background: url('../img/svg/arrow-swiper-white-next.svg') no-repeat center / contain;
        }
    }
}
.swiper-slide {
    display: flex;
    justify-content: center;
}

.dynamic-padding-left,
.dynamic-padding-right {
    opacity: 0;
    transition: 200ms ease-in-out;
}

/*///////////////////////////////////////*/
/* ////////// REASSURANCE ///////////// */
/*/////////////////////////////////////*/
.reassurances {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 200px 0 120px;
    .reassurance {
        width: 100%;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        .picto {
            height: 75px;
            width: auto;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            margin-bottom: 20px;
            img {
                max-height: 75px;
            }
        }
        .titre {
            font-size: 22px;
            line-height: 22px;
            font-family: 'baker';
            color: #313131;
            margin-bottom: 3px;
        }
        .sous-titre {
            color: #313131;
            line-height: 22px;
            a {
                color: #1A8864;
                text-decoration: underline;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// DESCRIPTION ACCUEIl ////////// */
/*/////////////////////////////////////*/
#description-accueil {
    padding: 230px 0 350px;
    background: url('../img/interface/bg-houblons-repeat.jpg');
    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(100% - 60px);
        max-width: 1088px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 80px 140px;
        border-radius: 100px;
        background: #fff;
        .logo-titre {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 40px;
            .logo {
                width: 100%;
                max-width: 177px;
                img {
                    width: 100%;
                }
            }
            .titre {
                width: 100%;
                .part-1 {
                    font-size: 44px;
                    line-height: 50px;
                    font-weight: 700;
                    text-transform: uppercase;
                }
                .part-2 {
                    font-size: 36px;
                    line-height: 60px;
                    font-family: 'baker';
                }
            }
        }
        .texte {
            text-align: center;
            margin-top: 30px;
        }
        .default-btn {
            margin-top: 40px;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// MINIATURE PRODUIT //////////// */
/*/////////////////////////////////////*/
.miniature-delienn {
    position: relative;
    .block-image {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        a {

        }
        .product-thumbnail {
            position: relative;
            z-index: 2;
            img {
                max-height: 587px;
                width: auto;
            }
        }
        .rond-bouteille {
            position: absolute;
            z-index: 1;
            width: 100%;
            max-width: 332px;
            min-width: 332px;
            height: 332px;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, calc(-50% + 40px));
            .rond {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                transition: all 300ms ease-in-out;
                transform: translate(-50%, -50%);
            }
            .eclats {
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                width: 100%;
                height: 100%;
                img {
                    opacity: 0;
                    width: 50%;
                    transition: all 300ms ease-in-out;
                }
            }
            &.delienn {
                .rond {
                    background: rgba(95, 107, 2, .3);
                }

            }
            &.liqueur {
                .rond {
                    background: rgba(26, 136, 100, .3);
                }
            }
            &.arrange-filtre {
                .rond {
                    background: rgba(183, 66, 18, .3);
                }
            }
        }
    }
    .product-flags {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto;
        left: auto;
        li.product-flag.discount, li.product-flag.discount-amount, li.product-flag.discount-percentage {
            background-color: #000000;
        }
    }
    .block-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        .product-price-and-shipping {
            position: relative;
            z-index: 10;
            margin-top: -38px;
            min-width: 95px;
            height: 48px;
            padding: 0 15px;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            &.delienn {
                background: url('../img/svg/bg-prix-delienn.svg') no-repeat center / contain;
            }
            &.liqueur {
                background: url('../img/svg/bg-prix-liqueur.svg') no-repeat center / contain;
            }
            &.arrange-filtre {
                background: url('../img/svg/bg-prix-arrange-filtre.svg') no-repeat center / contain;
            }
        }
        .categorie {
            text-transform: uppercase;
            margin-top: 20px;
        }
        a.product-title {
            font-size: 28px;
            font-weight: 700;
            color: #000000;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin: 10px 0 3px;
        }
        .btn-acheter {
            display: none;
        }
        .arrow {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 40px;
            height: 12px;
            margin-top: 7px;
            transition: all 300ms ease-in-out;
            .small {
                width: 6px;
                position: absolute;
                left: 0;
                top: 50%;
                opacity: 0;
                transform: translateY(-50%);
                transition: all 300ms ease-in-out;
            }
        }
    }
    &:hover {
        .block-image {
            .rond-bouteille {
                .rond {
                    width: 260px;
                    height: 260px;
                }
                .eclats {
                    img {
                        width: 120%;
                        opacity: .5;
                    }
                }
            }
        }
        .block-content {
            .arrow {
                width: 52px;
                .small {
                    opacity: 1;
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ////////// PAGE CMS //////////////// */
/*/////////////////////////////////////*/
#main .page-content {
    padding: 0;
}

#cms .elementor-section.elementor-section-boxed > .elementor-container {
    width: calc(100% - 60px);
    max-width: 1450px;
    margin: 0 auto;
    h2 {
        font-size: 36px;
        line-height: 45px;
        color: #313131;
        font-weight: normal;
        margin-bottom: 20px;
        font-family: 'baker';
    }
    .elementor-widget-heading {
        h2 {
            text-align: center;
            margin: 50px 0 20px;
        }
    }
    p {
        font-size: 16px;
        line-height: 30px;
    }
}

/*///////////////////////////////////////*/
/* //////// IDEES COCKTAILS /////////// */
/*/////////////////////////////////////*/
.ce-widgets-space--gap>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget {
    width: 100%;
}
#bloc-recettes {
    margin-top: 100px;
    .bloc-recette {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        margin-bottom: 200px;
        .contenu {
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 100%;
            max-width: 475px;
            min-width: 475px;
            .inner {
                padding: 95px 20px 20px 60px;
                position: relative;
                width: 100%;
                max-width: 370px;
                min-height: 247px;
                background: url('../img/svg/bg-recette.svg') no-repeat center / contain;
                .logo {
                    position: absolute;
                    left: 20px;
                    top: -80px;
                }
                .ingredients {
                    p {
                        margin-bottom: 0;
                        font-size: 16px;
                        line-height: 30px;
                        color: #000000;
                    }
                }
            }
            .accroche {
                p {
                    position: relative;
                    margin-bottom: 0;
                    font-size: 32px;
                    line-height: 40px;
                    color: #5F6B02;
                    font-family: 'baker';
                    margin-top: 10px;
                    &:after {
                        content: '';
                        position: absolute;
                        bottom: 20px;
                        right: -66px;
                        width: 62px;
                        height: 18px;
                        background: url('../img/svg/arrow-recette-right.svg') no-repeat center / contain;
                    }
                }
            }
        }
        &:nth-child(odd) {
            .contenu {
                .accroche {
                    text-align: right;
                }
            }
        }
        &:nth-child(even) {
            flex-direction: row-reverse;
            .contenu {
                .accroche {
                    p {
                        &:after {
                            right: auto;
                            left: -73px;
                            background: url('../img/svg/arrow-recette-left.svg') no-repeat center / contain;
                        }
                    }
                }
            }
        }
        .bloc-produits {
            position: relative;
            display: flex;
            justify-content: center;
            position: relative;
            width: calc(100% - 440px);
            box-sizing: border-box;
            transform: translateY(-50px);
            .swiper-button-prev {
                display: none;
                left: 0;
                width: 16px;
                height: 32px;
                background: url(../img/svg/swiper-prev-black.svg) no-repeat center / contain;
                &:after {
                    display: none;
                }
            }
            .swiper-button-next {
                display: none;
                right: 0;
                width: 16px;
                height: 32px;
                background: url(../img/svg/swiper-next-black.svg) no-repeat center / contain;
                &:after {
                    display: none;
                }
            }
            .swiper-container {
                width: 100%;
            }
            .swiper-slide {
                overflow: visible;
                width: 50%;
                display: flex;
                justify-content: center;
            }
            .product {
                min-width: 0;
                .miniature-delienn {
                    max-width: 350px;
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    .block-image {
                        width: auto;
                        max-width: 220px;
                        .product-thumbnail {
                            img {
                                max-height: 333px;
                            }
                        }
                        .rond-bouteille {
                            max-width: 220px !important;
                            min-width: 220px !important;
                            height: 220px !important;
                            transform: translate(-50%, calc(-50% + 20px));
                        }
                    }
                    .block-content {
                        position: relative;
                        z-index: 5;
                        align-items: flex-start;
                        text-align: left;
                        .product-price-and-shipping {
                            display: none;
                        }
                        .btn-acheter {
                            position: relative;
                            z-index: 5;
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            width: 132px;
                            height: 42px;
                            color: #fff;
                            font-size: 18px;
                            margin-top: 10px;
                            font-family: 'Open Sans', san-serif;
                            font-weight: 700;
                            text-transform: uppercase;
                            background: url('../img/svg/bg-btn-acheter.svg') no-repeat center / contain;
                        }
                        .arrow {
                            display: none;
                        }
                    }
                    &:hover {
                        & .block-image {
                            .rond-bouteille {
                                .rond {
                                    max-width: 220px !important;
                                    min-width: 220px !important;
                                    height: 220px !important;
                                }

                            }
                        }
                    }
                }
            }

        }
    }
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL BLOCK COKTAILS /////// */
/*/////////////////////////////////////*/
#accueil-cocktails {
    position: relative;
    z-index: 1;
    min-height: 670px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    .block-visuel {
        width: 55%;
        max-width: 1090px;
        img {
            width: 100%;
        }
    }
    .content {
        width: 45%;
        display: flex;
        justify-content: center;
        padding-top: 80px;
        .inner {
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;
            width: 90%;
            max-width: 650px;
            .pre-titre {
                width: 100%;
                font-size: 18px;
                margin-bottom: 5px;
            }
            .titre {
                position: relative;
                text-transform: uppercase;
                color: #1A8864;
                font-size: 89px;
                line-height: 100px;
                font-family: 'baker';
                &:after {
                    content: '';
                    position: absolute;
                    z-index: -1;
                    right: -35px;
                    top: -28px;
                    width: 35px;
                    height: 45px;
                    background: url('../img/svg/title-cocktail-fater.svg') no-repeat center / contain;
                }
            }
            .texte {
                width: 100%;
                max-width: 492px;
                margin-bottom: 22px;
            }
            .btns {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 5px 15px;
                a {
                    display: flex;
                    img {
                        max-height: 90px;
                        transition: all 300ms ease-in-out;
                    }
                    &:hover {
                        img {
                            transform: rotate(-9deg);
                        }
                    }
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// SLICK BANNER ///////////////// */
/*/////////////////////////////////////*/
.reassur_banner {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #2298b0;
}

.reassur_banner .slide {
    color: #fff;
    padding: 0;
    text-align: center;
}

.reassur_banner .slide p {
    color: #fff;
    height: 40px;
    line-height: 36px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
#header .header-nav .blockcart {
    height: auto;
    padding: 8px 15px;
    margin-left: 0;
    background: #f6f6f6;
}

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

/*///////////////////////////////////////*/
/* ///// BREADCRUMB /////////////////// */
/*/////////////////////////////////////*/
body #wrapper .breadcrumb {
    margin-bottom: 0;
}

body #wrapper .breadcrumb li::after {
    content: url('../img/svg/arrow-breadcrumb.svg');
}

body #wrapper .breadcrumb li a,
body #wrapper .breadcrumb li span {
    font-size: 12px;
    line-height: 19px;
    color: #000000;
}

body #wrapper .breadcrumb li a:hover {
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* /////////// HOME BANNER //////////// */
/*/////////////////////////////////////*/
#home-banner {
    width: 100%;
    position: relative;
    .temp-logo {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }
    .visuel {
        width: 55%;
        max-width: 1050px;
        img {
            width: 100%;
        }
    }
    .contenu {
        position: absolute;
        left: 45%;
        top: 40%;
        width: 50%;
        max-width: 775px;
        h1 {
            font-weight: normal;
            font-size: 42px;
            margin: 25px 0 12px;
            color: #1A8864;
            font-family: 'baker';
        }
        p {
            max-width: 475px;
        }
        .default-btn {
            margin-top: 30px;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// REASSURANCE ////////////////// */
/*/////////////////////////////////////*/
#block-reassurance {
    width: calc(100% - 40px);
    max-width: 1364px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

#block-reassurance .block-reassurance-item {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#block-reassurance .block-reassurance-item .picto {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#block-reassurance .block-reassurance-item .picto img {
    width: auto;
    max-width: 100%;
    margin-right: 0;
}

#block-reassurance .block-reassurance-item .titre {
    font-weight: 700;
}

/*///////////////////////////////////////*/
/* ///// FEATURED PRODUCTS //////////// */
/*/////////////////////////////////////*/
.featured-products {
    padding: 80px 0;
}

.featured-products .h2 {
    text-align: center;
}

.featured-products .products {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1364px;
    margin: 50px auto;
    padding: 0 50px;
}

.featured-products .products .swiper-slide {
    display: flex;
    justify-content: center;
}

/*///////////////////////////////////////*/
/* ///// MINIATURE PRODUIT //////////// */
/*/////////////////////////////////////*/
.products .product {
    width: 100%;
    max-width: 350px;
}

/*///////////////////////////////////////*/
/* ///// FICHE PRODUIT //////////////// */
/*/////////////////////////////////////*/
#product {
    .product-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: calc(100% - 60px);
        max-width: 1364px;
        margin: 120px auto 80px;
        gap: 100px;
        &:after {
            display: none;
        }
        .block-image {
            width: 100%;
            max-width: 446px;
            .product-cover {
                display: flex;
                justify-content: center;
                position: relative;
                .rond-bouteille {
                    position: absolute;
                    z-index: 1;
                    width: 100%;
                    max-width: 446px;
                    height: 446px;
                    border-radius: 50%;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, calc(-50% + 40px));
                    .rond {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 100%;
                        height: 100%;
                        border-radius: 50%;
                        transition: all 300ms ease-in-out;
                        transform: translate(-50%, -50%);
                    }
                    .eclats {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        img {
                            background: transparent;
                        }
                    }
                    &.delienn {
                        .rond {
                            background: rgba(95, 107, 2, .3);
                        }

                    }
                    &.liqueur {
                        .rond {
                            background: rgba(26, 136, 100, .3);
                        }
                    }
                    &.arrange-filtre {
                        .rond {
                            background: rgba(183, 66, 18, .3);
                        }
                    }
                }
                .picture {
                    position: relative;
                    z-index: 1;
                    img {
                        background: transparent;
                    }
                }
            }
        }
        .block-content {
            width: 100%;
            h1 {
                font-size: 44px;
                line-height: 50px;
                color: #5F6B02;
                text-transform: none;
                font-weight: normal;
                font-family: 'baker';
                margin-bottom: 0;
            }
            .block-prix-achat {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin: 30px 0;
                gap: 30px;
                .product-prices {
                    margin-top: 0;
                    .product-price {
                        margin-bottom: 0;
                        &.has-discount .discount {
                            font-size: 12px;
                            background: #000000;
                        }
                        .current-price {
                            margin-bottom: 0;
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            .current-price-value {
                                font-family: 'Open Sans', sans-serif;
                                font-size: 32px;
                                color: #1A8864;
                            }
                        }
                    }
                }
                .qty {
                    margin-bottom: 0;
                }
                .add {
                    margin-bottom: 0;
                    .add-to-cart {
                        font-weight: 700;
                        font-family: 'Open Sans', sans-serif;
                        font-size: 18px;
                        background: #1A8864;
                        padding: 0 50px;
                        transition: all 200ms ease-in-out;
                        &:focus {
                            outline: none;
                        }
                        &:hover {
                            background: #5F6B02;
                        }
                    }
                }
                .product-minimal-quantity {
                    margin-bottom: 0;
                }
            }
            .alert.alert-danger {
                display: none;
            }
            .product-description {
                p {
                    font-size: 16px;
                    line-height: 30px;
                    color: #1A171B;
                }
            }
            .reassurance-liqueur {
                display: flex;
                align-items: center;
                gap: 35px;
                padding: 30px;
                border-top: solid 1px #E4E4E4;
                border-bottom: solid 1px #E4E4E4;
                margin: 35px 0;
                .texte {
                    color: #000000;
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 700;
                    span {
                        color: #D6CF00;
                    }
                }
            }
            .points-forts {
                padding: 30px 0;
                margin: 35px 0;
                display: flex;
                border-top: solid 1px #E4E4E4;
                border-bottom: solid 1px #E4E4E4;
                justify-content: space-between;
                .point-fort {
                    width: 100%;
                    padding: 0 15px;
                    &:nth-child(1),
                        &:nth-child(2) {
                        border-right: solid 1px #E4E4E4;
                    }
                    .picto {
                        height: 59px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        img {
                            max-height: 59px;
                            width: auto;
                        }
                    }
                    .texte {
                        margin-top: 10px;
                        font-size: 18px;
                        line-height: 20px;
                        text-align: center;
                        font-weight: 700;
                    }
                }
            }
            .tabs {
                padding: 0;
                margin: 0;
                .nav-tabs {
                    display: flex;
                    gap: 30px;
                    border-bottom: none;
                    .nav-link {
                        transition: all 200ms ease-in-out;
                        padding: 8px 0 4px;
                        font-size: 17px;
                        color: #000000;
                        font-weight: 700;
                        font-family: 'Open Sans', sans-serif;
                        text-transform: uppercase;
                        &.active, &:hover {
                            border-bottom: solid 4px #F3F49B;
                        }
                    }
                }
                .product-description,
                .product-composition,
                .product-degustation {
                    p {
                        font-size: 16px;
                        line-height: 24px;
                        margin-bottom: 15px;
                        color: #000;
                        font-family: 'Open Sans', sans-serif;
                    }
                }
            }
            .product-features {
                margin: 0;
            }
            .liste-caracs {
                .ligne {
                    font-size: 14px;
                    font-weight: 400;
                    display: flex;
                    gap: 15px;
                    padding: 12px;
                    border-bottom: solid 1px #E4E4E4;
                    &:first-of-type {
                        border-bottom: solid 1px #E4E4E4;
                    }
                    .name {
                        width: 50%;
                    }
                    .value {
                        width: 50%;
                    }
                }
            }
        }
    }

    .block-cocktails {
        position: relative;
        background: #F3F49B;
        padding: 40px 0;
        margin: 150px 0 250px;
        &:before {
            content: '';
            position: absolute;
            left: 0;
            top: -85px;
            right: 0;
            height: 87px;
            background: url(../img/interface/home-before-houblons.png) no-repeat bottom center / 100% 100%;
        }
        &:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -98px;
            right: 0;
            height: 100px;
            background: url(../img/interface/home-after-houblons.png) no-repeat top center / 100% 100%;
        }
        h2 {
            display: inline-block;
            position: relative;
            font-size: 44px;
            line-height: 40px;
            color: #5F6B02;
            font-weight: normal;
            font-family: 'baker';
        }
        p {
            position: relative;
            font-size: 16px;
            line-height: 24px;
            color: #000;
            a {
                color: #000;
                text-decoration: underline;
            }
        }
        .btns {
            display: flex;
            flex-wrap: wrap;
            gap: 5px 15px;
            a {
                display: flex;
                img {
                    max-height: 90px;
                }
            }
        }
        .houblons {
            position: absolute;
            z-index: 1;
            right: 5%;
            bottom: -375px;
        }
    }

    .product-accessories {
        margin-top: 120px;
        h2 {
            display: inline-block;
            position: relative;
            font-size: 44px;
            line-height: 40px;
            color: #5F6B02;
            font-weight: normal;
            font-family: 'baker';
            margin-bottom: 80px;
            &::before {
                content: "";
                position: absolute;
                z-index: -1;
                left: -26px;
                top: -25px;
                width: 529px;
                height: 126px;
                background: url(../img/svg/before-title-produits-associes.svg) center center / contain no-repeat;
            }
            &::after {
                content: "";
                position: absolute;
                z-index: -1;
                right: 32px;
                top: -20px;
                width: 28px;
                height: 36px;
                background: url(../img/svg/title-houblons-after.svg) center center / contain no-repeat;
            }
        }
        .products {
            position: relative;
            display: block;
            .swiper-button-prev {
                left: 90px;
                width: 16px;
                height: 32px;
                background: url('../img/svg/swiper-prev-black.svg') no-repeat center / contain;
            }
            .swiper-button-next {
                right: 90px;
                width: 18px;
                height: 34px;
                background: url('../img/svg/swiper-next-black.svg') no-repeat center / contain;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* //// COMMENTAIRES PRODUIT ////////// */
/*/////////////////////////////////////*/
#product-comments {
    width: calc(100% - 40px);
    max-width: 1364px;
    margin: 50px auto;
}

/*///////////////////////////////////////*/
/* // ADD TO CART MODAL /////////////// */
/*/////////////////////////////////////*/

body #blockcart-modal {
    padding-right: 0 !important;
    .modal-dialog {
        max-width: 1000px;
        width: calc(100% - 44px);
    }
    .modal-content {
        border: none;
        border-radius: 0;
    }
    .modal-header {
        background: #F3F49B;
        height: 56px;
        padding: 0 25px;
        .modal-title {
            font-size: 28px;
            color: #5F6B02;
            font-weight: normal;
            text-transform: none;
            font-family: 'baker';
        }
        .close {
            margin-top: 17px;
            &:focus {
                outline: none;
            }
        }
    }
    .modal-body {
        background: #fff;
        padding: 47px 35px;
        display: flex;
        align-items: center;
        .left-part {
            width: 100%;
            max-width: 415px;
            padding-right: 25px;
            margin-right: 50px;
            border-right: solid 1px #DEDDD7;
            display: flex;
            align-items: center;
            .image {
                width: auto;
                height: 110px;
                object-fit: cover;
                margin-right: 15px;
                img {
                    width: 100%;
                    height: 110px;
                    object-fit: cover;
                }
            }
            .product-name {
                font-size: 20px;
                line-height: 24px;
                color: #17191A;
                font-weight: 600;
                text-transform: uppercase;
                font-family: 'Open Sans', sans-serif;
            }
            .product-price-qty {
                font-size: 15px;
                line-height: 23px;
                color: #17191A;
            }
        }
        .right-part {
            .cart-products-count {
                font-size: 15px;
                line-height: 23px;
                font-weight: 700;
                color: #17191A;
                margin-bottom: 0;
            }
            .product-total {
                font-size: 15px;
                line-height: 23px;
                color: #17191A;
                margin-bottom: 20px;
            }
            .cart-content-btn {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }
            .continue-shopping {
                font-size: 16px;
                line-height: 22px;
                color: #1A8864;
                border: none;
                font-weight: 700;
                text-transform: uppercase;
                background: transparent;
                padding: 0;
                margin-right: 30px;
                margin-bottom: 10px;
                cursor: pointer;
                &:focus {
                    outline: none;
                }
                &:hover {
                    text-decoration: underline;
                }
            }
            .go-to-basket {
                border-radius: 0;
                font-size: 18px;
                line-height: 30px;
                font-weight: 700;
                padding: 5px 40px 0;
                height: auto;
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                cursor: pointer;
                background: #1A8864;
                color: #fff;
                margin-bottom: 10px;
                border: solid 1px #1A8864;
                transition: all 200ms ease-in-out;
                &:hover {
                    color: #1A8864;
                    background: #fff;
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// PAGE CONTACT ///////////////// */
/*/////////////////////////////////////*/
#contact .card-block {
    padding: 0;
}

#contact .contact-form {
    width: calc(100% - 40px);
    max-width: 1088px;
    margin: 30px auto;
    padding: 0;
}


/*///////////////////////////////////////*/
/* ///// FIALISER LA COMMANDE ///////// */
/*/////////////////////////////////////*/
#checkout main #content {
    width: calc(100% - 40px);
    max-width: 1364px;
    margin: 70px auto 0;
}

#checkout #wrapper .checkout-header {
    margin-bottom: 15px;
}

#checkout #wrapper .checkout-header h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    text-transform: none;
    color: #384842;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
}

#checkout main #content {
    display: flex;
    align-items: flex-start;
}

/*LEFT*/
#checkout main #content .cart-grid-body {
    width: 100%;
}

/*RIGHT*/
#checkout main #content .cart-grid-right {
    width: 100%;
    max-width: 373px;
    margin-left: 40px;
}


#checkout main #content .cart-grid-right .cart-summary-products p {
    color: #17191A;
    margin-bottom: 0;
}

body#checkout #cart-summary-product-list img {
    background: #fff;
}

body#checkout #cart-summary-product-list .value {
    color: #232323;
}

body#checkout #cart-summary-product-list .media {
    margin-bottom: 10px;
    a {
        color: #1A8864;
    }
}

#checkout main #content .cart-grid-right .product-price {
    color: #17191A;
    display: inline-block;
}

#checkout main #content .cart-grid-right #cart-subtotal-products {
    margin-top: 10px;
}

#checkout main #content .cart-grid-right .card-block {
    padding: 0;
}

#checkout main #content .cart-grid-right .pictos-security {
    width: 100%;
    text-align: center;
}

/*ETAPES COMMANDE*/
body#checkout main section.checkout-step {
    box-shadow: none;
    background-color: transparent;
    border-bottom: solid 1px #CBC9BE;
    padding: 20px 50px;
}

body#checkout main section.checkout-step.-current {
    border: solid 1px #CBC9BE;
}

body#checkout main section.checkout-step .step-title {
    font-size: 20px;
    line-height: 24px;
    color: #2D2F36;
    font-weight: 600;
    text-transform: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

body#checkout main section.checkout-step .step-number {
    padding-right: 0px;
}

body#checkout main section.checkout-step .step-title {
    border-bottom: none;
}

body#checkout main section.checkout-step .content {
    padding: 0 30px;
}

body#checkout main section.checkout-step p {
    font-size: 15px;
    line-height: 24px;
    color: #393939;
    font-style: italic;
}

body#checkout main section.checkout-step .form-group input[type="text"], body#checkout main section.checkout-step .form-group input[type="email"], body#checkout main section.checkout-step .form-group input[type="password"], body#checkout main section.checkout-step .form-group input[type="tel"], body#checkout main section.checkout-step .form-group select {
    height: 40px;
    line-height: 40px;
    background: transparent;
    padding: 0 15px;
    border: solid 1px #B1B3BB;
}

.form-control:focus, .input-group.focus {
    outline: none;
}

body#checkout main section.checkout-step .form-control-comment {
    display: none;
}

body#checkout main section.checkout-step .input-group .input-group-btn {
    display: none;
}

body#checkout main section.checkout-step .form-footer {
    margin-top: 20px;
}

/*Informations personnelles*/
#checkout-personal-information-step .nav-inline {
    display: flex;
    justify-content: space-between;
}

#checkout-personal-information-step .nav-inline .nav-item {
    width: 47%;
    margin: 0;
    text-align: center;
}

#checkout-personal-information-step .nav-inline .nav-item a {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #2D2F36;
    padding-bottom: 10px;
    border-bottom: solid 1px #CBC9BE;
    position: relative;
}

body#checkout main section.checkout-step .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

body#checkout main section.checkout-step .forgot-password {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
}

body#checkout main section.checkout-step .form-group label.form-control-label {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #2D2F36;
}

body#checkout main section.checkout-step .form-group .col-md-6 {
    width: 100%;
}

body#checkout #header .header-nav {
    padding: 0;
    box-shadow: none;
}

#checkout-personal-information-step .nav-inline .nav-item a.active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 16px;
    height: 11px;
    left: calc(50% - 8px);
    background: url(../img/svg/arrow-active-link.svg) no-repeat center bottom;
}


body#checkout main section.checkout-step .address-item.selected .address {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}

/*Livraison*/
body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
}

body#checkout main section.checkout-step .delivery-options .delivery-option {
    background: transparent;
    min-height: 80px;
    border: none;
}

body#checkout main section.checkout-step .carrier-delay,
body#checkout main section.checkout-step .carrier-name {
    word-break: normal;
}

body#checkout #delivery label {
    font-style: italic;
}

/*Paiement*/
#checkout-payment-step .condition-label label a {
    color: #1A8864;
    text-decoration: underline;
}

#cart .block-promo .promo-name {
    margin-top: 20px;
    .cart-summary-line span {
        color: #1A8864;
    }
}

/*///////////////////////////////////////*/
/* ///// CATEGORY ///////////////////// */
/*/////////////////////////////////////*/
#category {
    #wrapper {
        .content-wrapper {
            display: flex;
            align-items: flex-start;
            width: calc(100% - 40px);
            max-width: 1640px;
            margin: 50px auto;
            #left-column {
                position: sticky;
                width: 100%;
                max-width: 280px;
                margin-right: 40px;
                background: #fff;
                padding: 0;
                top: 120px;
                .block-categories {
                    padding: 0;
                    margin-bottom: 0;
                    background: #fff;
                    .category-top-menu {
                        li.first {
                            border-top: solid 1px #000000;
                        }
                    }
                    .category-sub-menu {
                        margin-top: 0;
                        li {
                            border-top: solid 1px #000000;
                            &:last-of-type {
                                border-bottom: solid 1px #000000;
                            }
                        }
                    }
                    ul {
                        li {
                            /*border-bottom: solid 1px #000000;*/
                            &:first-of-type {

                                /*border-bottom: none;*/
                            }
                            a {
                                display: inline-block;
                                font-weight: normal;
                                color: #313131;
                                font-size: 26px;
                                font-family: 'baker';
                                text-transform: none;
                                line-height: 66px;
                                height: 60px;
                            }
                        }
                    }
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// PAGE CONTACT ///////////////// */
/*/////////////////////////////////////*/
.contact-form-container {
    display: flex;
    align-items: flex-start;
    margin: 150px auto;
    gap: 70px;
    .colonne-gauche {
        width: 100%;
        max-width: 276px;
        padding: 28px 24px 110px;
        border: solid 1px #1A8864;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    form {
        .intro-form {
            width: 100%;
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 30px;
        }
        width: 100%;
        .form-fields {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            .form-group {
                width: 100%;
                &.small {
                    width: calc(50% - 17px);
                }
                &:not(.checkbox) {
                    label {
                        color: #020203;
                        font-family: 'baker';
                        font-size: 16px;
                        font-weight: normal;
                        margin-bottom: 4px;
                    }
                }
                &.checkbox {
                    margin-top: 25px;
                    .field-group {
                        display: flex;
                        align-items: flex-start;
                        gap: 12px;
                        label {
                            font-size: 14px;
                            line-height: 20px;
                            margin-top: -5px;
                            padding: 0;
                            font-weight: 400;
                            text-align: left;
                            font-family: 'Open Sans', sans-serif;
                        }
                    }
                }
            }
        }
        .form-footer {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            .contact-form-btn {
                position: relative;
                z-index: 5;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 252px;
                height: 42px;
                color: #fff;
                cursor: pointer;
                font-size: 18px;
                margin-top: 10px;
                font-family: 'Open Sans', san-serif;
                font-weight: 700;
                text-transform: uppercase;
                border: none;
                background: url(../img/svg/contact-send-btn.svg) no-repeat center / contain;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// FORMULAIRES ////////////////// */
/*/////////////////////////////////////*/
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select {
    height: 50px !important;
    padding: 0 20px;
    background: #fff;
    border: solid 1px #707070 !important;
    &:focus {
        outline: solid 2px #707070;
    }
}

select {
    padding: 0 50px 0 20px !important;
    background: #fff url('../img/svg/arrow-select.svg') no-repeat center right 25px !important;
    &:focus {
        outline: solid 2px #707070;
    }
}

textarea.form-control {
    min-height: 180px;
    padding: 20px;
    background: #fff;
    border: solid 1px #707070;
    &:focus {
        outline: solid 2px #707070;
    }
}

/*CHECKBOX*/
input[type=checkbox] + label,
input[type=radio] + label {
    cursor: pointer;
}
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #F39517;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    border: 1px solid #0F2E47;
    cursor: pointer;
    margin-left: -2px;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    background: #0F2E47;
    outline: solid 3px #fff;
    outline-offset: -4px;
}

input[type=checkbox]:checked:before {
    content: "";
    background: #fff url('../img/svg/checkbox-checked.svg') no-repeat center;
}


/*///////////////////////////////////////*/
/* ///// PAGE HEADERR ///////////////// */
/*/////////////////////////////////////*/
.page-header {
    position: relative;
    width: 100%;
    background: #F3F49B;
    padding: 80px 0 40px;
    margin-bottom: 120px;
    &:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -98px;
        right: 0;
        height: 100px;
        background: url(../img/interface/home-after-houblons.png) no-repeat top center / 100% 100%;
    }
    h1 {
        font-size: 42px;
        line-height: 46px;
        color: #5F6B02;
        text-transform: none;
        font-family: 'baker';
        width: calc(100% - 40px);
        max-width: 1640px;
        margin: 0 auto;
        font-weight: normal;

    }
}

#cms #main {
    .page-header {
        margin-bottom: 120px;
        h1 {
            max-width: 1450px;

        }
    }
}

#category #wrapper #content-wrapper {
    width: 100%;
    .products {
        justify-content: space-between;
        .product {
            padding: 0;
            margin-bottom: 80px;
        }
    }
}

.block-category {
    min-height: 0;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/
#footer,
body#checkout main #footer {
    .abus-alcool {
        width: 100%;
        padding: 20px 15px;
        text-align: center;
        background: #1A8864;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
    }
    position: relative;
    clear: both;
    padding: 100px 0 0 0 !important;
    background: url(../img/interface/bg-footer.png) no-repeat top center / cover;
    .container-footer {
        padding: 50px 0 90px;
        .menus {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 80px;
            ul {
                li {
                    margin-bottom: 10px;
                    a {
                        color: #000;
                        line-height: 30px;
                        text-transform: uppercase;
                        font-family: 'Open Sans', sans-serif;
                        &.large {
                            font-size: 18px;
                            font-weight: 700;
                        }
                        &.boutique {
                            position: relative;
                            z-index: 1;
                            font-size: 18px;
                            font-weight: 700;
                            color: #1A8864;
                            text-transform: uppercase;
                            &:before {
                                content: '';
                                position: absolute;
                                z-index: -1;
                                top: -17px;
                                left: -32px;
                                width: 189px;
                                height: 50px;
                                transition: all 200ms ease-in-out;
                                background: url(../img/svg/before-btn-boutique-header.svg) no-repeat center / contain;
                            }
                        }
                    }
                }
            }

        }
        .content {
            width: calc(100% - 60px);
            max-width: 225px;
            margin: 0 auto;
            text-align: center;
            .titre {
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 5px;
            }
            .adresse {
                line-height: 20px;
            }
        }
        .contact-btn {
            display: inline-block;
            margin-top: 25px;
            position: relative;
            z-index: 1;
            font-size: 18px;
            font-weight: 700;
            color: #B74212;
            text-transform: uppercase;
            &:before {
                content: '';
                position: absolute;
                z-index: -1;
                top: -18px;
                left: -25px;
                width: 223px;
                height: 46px;
                transition: all 200ms ease-in-out;
                background: url('../img/svg/before-btn-contact.svg') no-repeat center / contain;
            }
        }
    }
    .gl-copy {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        background: #000000;
        padding: 20px;
        font-family: 'Open sans', sans-serif;
        a {
            color: #fff;
        }
    }
}

:root{
    /* Ajuste facilement les couleurs ici si besoin */
    --bg-overlay: rgba(0,0,0,0.85);
    --card-bg: #111111;
    --text: #ffffff;
    --muted: #dddddd;
    --accent: #F3F49B; /* doré */
    --accent-hover: #F3F49B;
}

/* Overlay */
#age-overlay{
    display:none; /* affiché via jQuery si cookie absent */
    position: fixed;
    inset: 0;
    background: var(--bg-overlay);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
body.no-scroll {
    overflow: hidden;
}
/* Popup */
.age-popup{
    width: min(420px, 95vw);
    background: var(--card-bg);
    color: var(--text);
    border-radius: 14px;
    border: 1px solid var(--accent);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    text-align: center;
    padding: 2rem 1.5rem;
}

.age-popup h2{
    margin: 0 0 0.75rem;
    font-size: 1.8rem;
    color: var(--accent);
    letter-spacing: 0.3px;
}

.age-popup p{
    margin: 0 0 1.75rem;
    color: var(--muted);
    line-height: 1.5;
}

.age-actions{
    display:flex;
    gap:0.75rem;
    justify-content:center;
    flex-wrap:wrap;
}

.age-btn{
    appearance: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    padding: 0.85rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    transition: transform .08s ease, background .2s ease;
}
.age-btn:active{
    transform: translateY(1px);
}

.age-btn--primary{
    background: var(--accent);
    color: #111;
}
.age-btn--primary:hover{
    background: var(--accent-hover);
}

.age-btn--ghost{
    background: transparent;
    color: var(--text);
    outline: 1px solid var(--accent);
}
.age-btn--ghost:hover{
    background: rgba(200,167,100,0.12);
}

.age-note{
    margin-top: 1rem;
    font-size: 0.85rem;
    color: var(--muted);
    opacity: 0.9;
}