/*
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;
}

#wrapper {
    padding-top: 0;
    background: transparent;
}

.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;
}

/*///////////////////////////////////////*/
/* //// 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;
            }
        }
        .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;
            }
        }
        .products {
            position: relative;
            width: calc(100% - 432px);
            .swiper-button-prev,
            .swiper-button-next {
                display: none;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* //// 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: flex-end;
        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;
                }
            }
        }
        .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;
    max-width: 800px; 
    .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: center;
            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 {
        width: calc(100% - 60px);
        max-width: 1088px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 80px 140px;
        border-radius: 100px;
        background: #fff;
        .logo-titre {
            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;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// MINIATURE PRODUIT //////////// */
/*/////////////////////////////////////*/
.miniature-delienn {
    .block-image {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        a {
            pointer-events: none;
        }
        .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;
            height: 332px;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            &.delienn {
                background: rgba(95, 107, 2, .3);
                transform: translate(-50%, calc(-50% + 40px));
            }
            &.liqueur {
                background: rgba(26, 136, 100, .3);
                transform: translate(-50%, calc(-50% + 40px));
            }
            &.arrange-filtre {
                background: rgba(183, 66, 18, .3);
                transform: translate(-50%, calc(-50% + 45px));
            }
        }
    }
    .block-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        .categorie {
            text-transform: uppercase;
            margin-top: 20px;
        }
        a.product-title {
            font-size: 28px;
            font-weight: 700;
            color: #000000;
            text-transform: uppercase;
            letter-spacing: 4px;
            pointer-events: none;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// 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;
                justify-content: space-between;
                gap: 5px;
                a {
                    pointer-events: none;
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// 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;
}

/*///////////////////////////////////////*/
/* ///// PAGE TITLE /////////////////// */
/*/////////////////////////////////////*/
header.page-header {
    height: 200px;
    background-color: rgba(22, 65, 148, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header.page-header h1 {
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 51px;
    text-transform: uppercase;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto 15px;
}

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

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

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

#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;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// 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% - 40px);
    max-width: 1364px;
    margin: 50px auto;
}

#product .product-container .block-images {
    width: 100%;
    max-width: 640px;
    margin-right: 20px;
    position: relative;
}

#product .product-container .block-content {
    width: 100%;
    max-width: 812px;
}

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

/*///////////////////////////////////////*/
/* // 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: #24b9d7;
    height: 64px;
    padding: 0 25px;
}

#blockcart-modal .modal-header .modal-title {
    font-size: 24px;
    line-height: 60px;
    color: #F6F4EB;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#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: #17191A;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#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: #24b9d7;
    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: 50px;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 40px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    background: #24b9d7;
    color: #fff;
    margin-bottom: 10px;
    border: solid 1px #24b9d7;
    transition: all 200ms ease-in-out;
}

#blockcart-modal .modal-body .right-part .go-to-basket:hover {
    color: #24b9d7;
    background: #fff;
}

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

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

/*///////////////////////////////////////*/
/* ///// PANIER /////////////////////// */
/*/////////////////////////////////////*/
#cart .cart-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1364px;
    margin: 70px auto 0;
}

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

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

#cart .cart-grid-body .cart-overview .cart-item {
    padding-bottom: 23px;
    margin-bottom: 37px;
    border-bottom: solid 1px #CBC9BE;
}

#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: 20px;
    line-height: 24px;
    color: #384842;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-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: 6px;
}

#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-style: italic;
}

#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: 39px;
    background: linear-gradient(to bottom right, rgba(22, 65, 148, .2), rgba(11, 33, 74, .2));
}

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

#cart #main .cart-grid .cart-grid-right .collapse-button {
    color: #24b9d7;
    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;
    border-radius: 50px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-right: 0;
    padding: 8px 30px 10px;
    border: solid 1px #24b9d7;
}

#cart #main .cart-grid .cart-grid-right .promo-code form .promo-btn {
    border: solid 1px #24b9d7;
    width: 100%;
}

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

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

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

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

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

.cart-summary-line.cart-total-ttc .value {
    font-size: 24px;
    color: #24b9d7;
    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: 16px;
    font-style: italic;
    color: #17191A;
}

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

/*///////////////////////////////////////*/
/* ///// FIALISER LA COMMANDE ///////// */
/*/////////////////////////////////////*/
#checkout #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 #content {
    display: flex;
    align-items: flex-start;
}

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

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

#checkout #content .cart-grid-right #js-checkout-summary {
    box-shadow: none;
    margin-bottom: 30px;
    padding: 39px;
    border: none;
    background: linear-gradient(to bottom right, rgba(22, 65, 148, .2), rgba(11, 33, 74, .2));
}

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

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

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 #content .cart-grid-right .product-price {
    color: #17191A;
    display: inline-block;
}

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

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

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

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

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

body#checkout 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 section.checkout-step .step-number {
    padding-right: 0px;
}

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

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

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

body#checkout section.checkout-step .form-group input[type="text"], body#checkout section.checkout-step .form-group input[type="email"], body#checkout section.checkout-step .form-group input[type="password"], body#checkout section.checkout-step .form-group input[type="tel"], body#checkout 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 section.checkout-step .form-group input[type="text"]:focus, body#checkout section.checkout-step .form-group input[type="email"]:focus, body#checkout section.checkout-step .form-group input[type="password"]:focus, body#checkout section.checkout-step .form-group input[type="tel"]:focus, body#checkout section.checkout-step .form-group select:focus {
    border: solid 1px #24b9d7;
}

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

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

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

body#checkout 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 section.checkout-step .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

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

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

body#checkout 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: #24b9d7;
    border-bottom: solid 1px #24b9d7;
}

#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;
}

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

body#checkout 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: #24b9d7;
}

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

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

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

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

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

/*///////////////////////////////////////*/
/* ///// CATEGORY ///////////////////// */
/*/////////////////////////////////////*/
#category #wrapper {
    width: calc(100% - 40px);
    max-width: 1425px;
    margin: 50px auto;
    display: flex;
}

#category #wrapper #left-column {
    width: 100%;
    max-width: 300px;
    margin-right: 40px;
    background: #f2f2f2;
    padding: 30px;
}

#category #wrapper #content-wrapper {
    width: 100%;
}

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

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/
#footer {
    position: relative;
    clear: both;
    padding-top: 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%;
    }
    .block-adresse {
        padding: 150px 0 90px;
        background: #F3F49B url(../img/svg/bg-rayons-blancs.svg) no-repeat center / 1640px auto;
        .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;
            }
        }
    }
    .gl-copy {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        background: #000000;
        padding: 20px;
        a {
            color: #fff;
        }
    }
}