:root{
    --darkgreen : #183F33;
    --white : #ffffff;
    --orange : #FF4E00;
    --lightorange : #FFDCCC;
    --mediumorange: #ffb695;
    --grey : #D4DBD9;
    --black : #363930;
    --darkgrey : #83938e;
}

@font-face {
    font-family: 'Hanken';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/HankenGrotesk-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'HankenItalic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/HankenGrotesk-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoRegular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoMedium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoBold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}


/*****************************/
/*****************************/
/*****    GENERAL ************/
/*****************************/
/*****************************/


body{
    font-family: 'RobotoRegular';
    font-size: 16px;
    overflow-x: hidden;
}

#wrapper{
    background-color: var(--white);
    padding-top : 0;
}

h1{
    color: var(--darkgreen)!important;
    font-family: Hanken!important;
    text-transform: initial!important;
    font-size : 2.5rem!important;
}

h2{
    color: var(--black);
    font-size : 1.5rem;
    font-family: 'Hanken';
    font-weight: 700;
}

h5{
    margin-bottom : 1rem;
    color: var(--darkgreen);
    font-size : 1.5rem;
    font-family: 'Hanken';
    font-weight: 500;
}

p{
    font-size : 1rem !important;
    color : var(--black);
}

ul{
    margin-bottom: 0;
}

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

a{
    &:focus{
        outline: none;
    }
}

.block_button_link{
    display: flex;
    justify-content: center;
}

.button_grey{
    position: relative;
    text-align: center;
    padding: 15px 50px 15px 30px;
    align-items: center;
    background-color: transparent;
    border: 4px solid var(--black);
    overflow: hidden;
    text-decoration: none;
    display: inline-flex;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    color: var(--black);
    text-transform: uppercase;
}

.button_grey:hover{
    color : var(--black);
}

.button_grey i{
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translate(-65%, 50%);
    transition: transform 0.4s ease;
}

.button_grey:hover i{
    transform: translate(-40%, 50%) !important;
    transition: transform 0.4s ease;
}

.button_grey::after{
    content: '';
    position: absolute;
    margin: -20px;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: var(--black);
}


.button_green{
    display: flex;
    justify-content: center;

    a{
        padding: 10px 20px;
        align-items: center;
        border: 2px solid var(--darkgreen);
        background-color: var(--darkgreen);
        text-decoration: none;
        font-size: 1rem;
        color: var(--white);
        text-transform: uppercase;
        &:hover{
            color : var(--darkgreen);
            background-color: var(--white);
        }
    }


}

.btn-primary{
    background: var(--darkgreen);
    border-radius: 0;
    border : 2px solid var(--darkgreen)!important;
    padding: 10px 20px;
}

.btn-primary:hover{
    background: transparent;
    color : var(--darkgreen);
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle{
    background: transparent;
    color : var(--darkgreen);
}

.btn-primary.focus, .btn-primary:focus{
    background: transparent;
    color : var(--darkgreen);
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover{
    background: transparent!important;
    color : var(--darkgreen)!important;
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle{
    background: transparent!important;
    color : var(--darkgreen)!important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover{
    background: transparent!important;
    color : var(--darkgreen)!important;
}

.btn-primary.focus, .btn-primary:focus{
    background: transparent!important;
    color : var(--darkgreen)!important;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover, .btn-primary.focus, .btn-primary:focus-visible, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus{
    background: transparent!important;
    color : var(--darkgreen)!important;
}

.btn-secondary{
    border-radius: 0;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default{
    background: transparent!important;
    color : var(--darkgreen)!important;
}

.btn.disabled, .btn:disabled{
    opacity: .35;
}


.badge {
    padding: 1px 5px;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: .0625em;
    border-radius: 0;
    color: #fff;
}
.badge.badge-danger {
    background-color: #c27272;
}
.badge.badge-success {
    background-color: #72c279;
}


#search_filters_wrapper{
    border-radius: 0;
    background: #f7f7f7;
}
.block-categories, #search_filters, #search_filters_brands, #search_filters_suppliers {
    background: none;
}

.tabs{
    padding: 0;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
    border-bottom: var(--orange) 3px solid;
}

.tabs .nav-tabs .nav-link.active{
    color : var(--orange);
}

.tabs .nav-tabs .nav-link{
    color : var(--black);
}

.product-price{
    color : var(--orange);
    font-size : 2rem;
    font-weight: bold;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover{
    color : var(--orange);
}

.color-yellow{
    color: var(--orange);
}

.alert-info{
    background-color: var(--grey);
    border-color : var(--darkgreen);
    color : var(--darkgreen);
    border-radius: 0;

}
/*****************************/
/*****************************/
/*****    HEADER ************/
/*****************************/
/*****************************/

#header{
    box-shadow: none;
}

.header-banner{
    background-color: var(--darkgreen);

    .container{
        .banner-lang{
            display: flex;
            justify-content: space-between;
            align-items: center;
            color : var(--white);
            padding: 0.5rem 0;

            a{
                color : var(--white)!important;
            }

            .banner-lang{
                display: flex;
                justify-content: end;
                align-items: center;
            }
        }
    }
}

#header .header-nav #menu-icon .material-icons{
    color : var(--darkgreen);
}

#header .header-nav .user-info .account{
    color : var(--orange);

    &:hover{
        color : var(--orange);
    }
}

#_mobile_user_info{
    margin-top : 17px;
}

/*****************************/
/*****    LANGUE ************/
/*****************************/


.custom-language-selector {
    display: flex;
    align-items: center;
    gap: 12px;

    .lang-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        opacity: 0.5;
        transform: scale(1);
        transition: opacity .2s ease, transform .2s ease;

        &:hover,
        &.active {
            opacity: 1;
            transform: scale(1.05);
        }

        img {
            display: block;
            width: 30px;
            height: auto;
            object-fit: contain;
        }
    }
}

#header{
    .header-nav{
        max-height: none;
        padding: 20px 0 !important;

        .display_nav{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    }
}

#header .header-nav .user-info{
    margin-top : 0!important;
}

#header .header-nav .blockcart{
    height: unset!important;
}

.header-top .search-widgets form input[type=text]{
    color : var(--black);
}


#_desktop_logo .logo{
    width: 200px !important;
}
#checkout #header .header-nav .logo{
    max-height: none !important;
}

#_desktop_logo a, #_mobile_logo a{
    position: relative;
    text-decoration: none;
    display: flex;
}


#header .header-top{
    padding : 0;
}

#header .header-top a[data-depth="0"]{
    color: var(--white);
    font-weight: 400;
    font-size : 14px;
}

#header .header-top a[data-depth="0"]:hover{
    color: var(--white);
}

#header .header-nav{
    border : 0;
}

#_desktop_user_info .user-info a{
    color: var(--orange);
    font-weight: 700;
}

.blockcart{
    background-color: transparent!important;
    position: relative;
    margin-left: 0!important;
}

.blockcart .cart-products-count{
    font-size: 12px;
    font-weight: 700;
    color : var(--white);
    position: absolute;
    top : 0;
    right : 0;
    background: var(--darkgreen);
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    padding: 0 3px;
}

.blockcart .header a{
    position: initial !important;
}

/********* sous menu vertical **********/

.top-menu{
    a{
        color : var(--darkgreen)!important;
        &:hover{
            color : var(--orange)!important;
        }
    }
    > li.current {
        background: var(--orange);
        border: 2px solid var(--orange);
        a{
            color : var(--white)!important;
        }
        .dropdown-submenu{
            color : var(--darkgreen)!important;
        }
    }
    /*#category-19 {
        > .dropdown-item:first-child {
            color: var(--white) !important;
            background: var(--orange);
            padding: 10px 16px;
            border: 2px solid var(--orange);

            &:hover {
                background-color: transparent;
                color: var(--orange) !important;
            }
        }
    }*/
}

.top-menu .sub-menu {
    margin-left: 0;
    width: inherit;
    min-width: inherit;
    z-index: 18;
    position: absolute;
    top: 40px !important;
    left : 0!important;
    /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);*/
    border: 2px solid var(--orange);
}
#header .menu, #header .menu ul li {
    display: inline-block;
    position: relative;
}
.top-menu .sub-menu ul[data-depth="1"] li {
    float: left;
    margin: 0 1.25rem;
    clear: both;
}
.top-menu a.dropdown-submenu{
    text-transform: unset;
    font-size: 1rem;
}

.top-menu {
    &[data-depth="2"] {
        display: none !important;
    }
}

.top-menu .sub-menu ul[data-depth="1"] li.current{
    padding: 0;
    background-color: transparent!important;
    border : none;
    a{
        color : var(--orange)!important;
    }
}

/*************************************/
/******    BLOC TEXTE PERSONNALISE        ******/
/*************************************/

#custom-text{
    background-color: var(--lightorange);
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 30px 0!important;
    margin-bottom: 0;

    p{
        margin: 0;
    }
}

/*************************************/
/******    SLIDER        ******/
/*************************************/

.carousel{
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.carousel .carousel-inner{
    height: 100%;
}

.carousel .carousel-control .icon-next i:hover, .carousel .carousel-control .icon-prev i:hover{
    color : var(--white)!important;
}

.carousel .carousel-item img{
    object-fit: cover;
    max-height: 570px;
    filter: brightness(70%);
}

.carousel .carousel-item .caption{
    max-width: 900px;
    bottom : 50%;
    transform: translateY(50%);
}

.carousel .carousel-item .caption .display-1{
    color : var(--white);
    text-align: start;
    font-size : 3.5rem;
    font-family: 'Hanken';
    font-weight: 400;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0;
}

.carousel .carousel-control .icon-next {
    right: 4rem;
}

.carousel .carousel-control .icon-prev {
    left: 3rem;
}
/*************************************/
/******   CAPTUS CATEGORIES     ******/
/*************************************/

.captuscategory_block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;

    .captuscategory{
        flex : 15% 0 0;
        a{
            color: var(--black);
            display: flex;
            flex-direction: column;
            align-items: center;

            h2{
                font-family: HankenItalic;
                text-transform: uppercase;
                text-align: center;
                margin : 6px 0 0;
            }
        }
    }
}

/*************************************/
/******   BLOC CREATIVE ELEMENTS ACCUEIL    ******/
/*************************************/

.elementor-1020101{
    width: calc(100% + 30px);
    margin-left : -15px;
}

/*************************************/
/******   NOUVEAUX PRODUITS       ******/
/*************************************/

.new-products{
    margin-top: 3rem;
}

.add-to-cart-miniature{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;

    img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1081%) hue-rotate(249deg) brightness(117%) contrast(100%);
    }

    &:hover{
        img{
            filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1081%) hue-rotate(249deg) brightness(117%) contrast(100%);
        }
    }
}

/*************************************/
/******   PRODUITS POPULAIRES   ******/
/*************************************/

.products-section-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap : 10px;
}

.featured-products{
    background-color: transparent;
    margin-left: -15px;
    width: calc(100% + 30px);

    h2{
        color : var(--orange);
    }
}



/*************************************/
/******    MINIATURES      ******/
/*************************************/

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after{
    display: none;
}

.product-miniature .thumbnail-container{
    border-radius: 0;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;*/
    width: 100%;
}

.product-miniature .thumbnail-container .product-thumbnail img{
    max-width: 250px;
}

.product-miniature .thumbnail-top{
    padding : 0;
}

.product-miniature .product-description{
    padding: 0 1rem 1rem;
    background: none;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.product-description p{
    margin-bottom: 0 !important;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
    text-transform: initial;
    min-height: auto;
    padding: 8px;
}

.product-features{
    max-width: 600px;
}


@media (min-width: 992px) and (max-width: 1200px) {
    #row-p-details > div {
        width: 100%;
    }
}


.product-miniature .product-title a{
    color: var(--black);
    font-size: 1rem;
    font-family: 'Hanken';
}

.product-miniature .product-title {
    text-align: center;
}

.product-miniature .product-price-and-shipping{
    font-size : 1.5rem;
    color : var(--orange);
    display: flex;
    justify-content: center;
    margin : 1rem 0;
}

.product-miniature .product-title{
    margin-top : 10px;
    margin-bottom : 0;
}

.product-miniature, .product-miniature .product{
    height : 100%;
}

.product-price-and-shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*************************************/
/******    CATEGORIES         ******/
/*************************************/

.block-category h1{
    font-family: 'Hanken';
    color : var(--darkgreen);
}

.block-category .block-category-inner .category-cover img{
    width: 100%;
    height: auto;
}

#subcategories{
    padding : 0;
    border : 0;
}

#subcategories ul li{
    background-color : transparent;
    border : 2px solid var(--darkgreen);
    padding : 0.5rem;
    width: calc(100% / 8 - 20px);
    min-width: 150px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#subcategories ul li:hover{
    background-color : transparent;
}

#subcategories ul li a h6{
    margin-bottom: 0;
}
#subcategories ul li:hover a h6{
    color : var(--darkgreen)!important;
}

#subcategories ul li .subcategory-name{
    color : var(--white)!important;
    text-decoration: none;
}

#subcategories ul li:hover .subcategory-name{
    color : var(--black)!important;
}

.pagination .current a{
    color : var(--orange);
}

#subcategories ul{
    /*justify-content: space-between;*/
    margin : 0;
}

#subcategories ul li{
    /*margin : 0 0 10px;*/
}

#subcategories ul li h5{
   margin-bottom: 0;
}

.block-category{
    min-height: auto;
    margin: 0;
}

.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover{
    background: var(--darkgreen);
}

.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title{
    border : 2px solid var(--darkgreen);
    color : var(--darkgreen);
    font-weight: 700;
}

.active_filters{
    background-color: var(--grey);
}

.active_filters .active-filter-title{
    color : var(--darkgreen);
}

/*************************************/
/******   NAVIGATION A FACETTE      ******/
/*************************************/

.facet-label{
    display: flex;
    align-items: center;
    margin-top : 5px;
}

#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top : -6px;
}

#search_filters .facet ul {
    max-height: 308px;
    overflow-y: auto;
}
#search_filters .facet .facet-label a{
    margin-top: -8px;
}

.custom-checkbox input[type=checkbox]{
    margin-top :0;
}

.facet-dropdown.open>.select-title{
    border : 3px solid var(--orange);
}

.facet-dropdown .select-list:hover{
    background: var(--black);
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
    padding-top : 1rem;
}

#search_filters .facet .facet-title{
    margin-bottom: 0.8rem;
}

#search_filters>.h6, #search_filters_brands>.h6, #search_filters_suppliers>.h6{
    color : var(--orange);
    font-weight: 700;
    font-size : 1.5rem!important;
    font-family: Hanken;
}

/*************************************/
/******    PRODUIT         ******/
/*************************************/

#product #content{
    max-width: 600px;
}

.product-cover{
    padding : 1rem;
    text-align: center;
    img{
        margin-top : 2rem;
        max-width: 400px;
    }
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
    border-color : var(--darkgreen);
}

/*.product-cover{*/
/*    text-align: center;*/
/*}*/

.block-categories .category-sub-menu li[data-depth="1"], .product-prices div{
    margin: 0;
}

.tabs .nav-tabs{
    border-bottom : 0;
}

.product-flags li.product-flag{
    background: var(--orange);
}

.product-flags li.product-flag.on-sale{
    background: var(--orange);
}
.product-flags li.product-flag.cat-name{
    background: var(--orange);
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
}

.product-section-title{
    color : var(--orange);
    font-size : 1.2rem;
}

.product-manufacturer{
    display: flex;
    flex-direction: column;

    .label{
        font-weight: 700!important;
        text-align: left;
    }
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
    background-color: var(--grey);
}

.product-features>dl.data-sheet dt.name{
    font-weight: 700;
}

.product-features{
    margin-left : 0;
}

.block_breadcrumb{
    background-color: var(--grey);
    padding : 15px 0;
    margin-bottom : 1rem;
}

#wrapper .breadcrumb{
    margin : 0;
}

#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a{
    color : var(--darkgreen);
    font-weight: 700;
}

#wrapper .breadcrumb li:last341-child{
    color : var(--darkgreen);
}

.product-miniature .regular-price{
    color : var(--mediumorange);
    font-size : 1.5rem;
    margin-right : 1rem;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage{
    background-color: var(--orange);
}

.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul{
    color : var(--orange);
    margin: 0.5rem 0 1rem;
}

.has-discount .discount{
    background-color: var(--orange);
}

.product-discount .regular-price{
    color : var(--mediumorange);
    font-size : 1.5rem;
}

.current-price{
    display: flex;
    align-items: end;
}


/*************************************/
/******    PANIER         ******/
/*************************************/

#blockcart-modal .product-name{
    color : var(--orange);
}

.product-line-info.product-price.h5{
    font-size : 1rem;
}

.product-line-actions .product-price{
    font-size : 1rem;
}

#cart-summary-product-list .product-price{
    font-size : 1rem;
}

#cart .card, #checkout .card{
    border: 1px solid var(--darkgreen) !important;
    border-radius: 0;
}
.card .card-header{
    padding: 10px 20px;
    font-size: 1rem !important;
    font-weight: 700;
    color: var(--white)!important;
    background: var(--darkgreen);
    border-radius: 0;
    text-align: center;
    text-transform: uppercase !important;
    margin: 0;
    line-height: initial;
    border: none;
}

.permis .card{
    border: 1px solid var(--darkgreen) !important;
    border-radius: 0;
}

.permis .card .card-body {
    padding: 15px 15px 26px;
}

.permis .card .card-body .form-group{
    margin-bottom: 35px;
}

.permis .card .card-header{
    padding: 10px 20px;
    font-size: 1rem !important;
    font-weight: 700;
    color: var(--white)!important;
    background: var(--darkgreen);
    border-radius: 0;
    text-align: center;
    text-transform: uppercase !important;
    margin: 0;
    line-height: initial;
    border: none;
}

#my-account .card{
    border: 1px solid var(--darkgreen) !important;
    border-radius: 0;
}
#my-account .card .card-body{
    padding: 1rem 0 0;
}

[role=button], a, area, button, input, label, select, summary, textarea{
    color : var(--black);
}

body#checkout a:hover{
    color : var(--black);
}

a:focus, a:hover{
    color : var(--orange);
}


body#checkout section.checkout-step .delivery-options .delivery-option {
    border-radius: 10px;
}

body#checkout section.checkout-step.-reachable.-current .step-number{
    background-color: var(--orange);
}

.custom-radio input[type=radio]:checked+span{
    background-color: var(--orange);
}

.form-control:focus{
    outline-color: var(--orange);
    border-color: var(--orange);
}

.input-group.focus{
    outline-color: var(--orange);
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover{
    color : var(--darkgrey);
}

.top-menu .sub-menu{
    transition: none;
}

body#checkout section.checkout-step .address-item.selected{
    border-color : var(--orange);
}

.page-my-account #content .links a i{
    color : var(--darkgreen);
}


.page-footer .text-sm-center a{
    padding: 10px 20px;
    align-items: center;
    border: 2px solid var(--darkgreen);
    background-color: var(--darkgreen);
    text-decoration: none;
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
}

.block-promo .promo-input{
    height: 44px;
    border : 2px solid var(--darkgreen);
    border-radius: 0;
}

.block-promo .promo-input+button{
    margin: 0;
    margin-left: 10px;
    margin-top: -3px;
}

.collapse-button{
    color : var(--darkgreen);
    font-weight: bold;
}

.block-promo .promo-code-button.cancel-promo{
    color : var(--darkgreen);
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code{
    color : var(--orange);
}

.cart-grid-right .promo-discounts .cart-summary-line .label{
    color : var(--darkgreen);
}

/*************************************/
/******    REASSURANCE         ******/
/*************************************/

.container-reassurance{
    background-color: transparent;
    display: flex;
    justify-content: center;
    margin: 0 auto!important;
    padding: 50px 0;

    .container-items{
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        width: 60%;
    }

    .block-reassurance-item{
        img{
            height: 50px !important;
            width: 100%!important;
        }
        &:nth-of-type(3) {
            img{
                height: 35px !important;
            }
        }
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 30%;
        text-align: center;

        .block-reassurance-text{
            display: flex;
            flex-direction: column;
            .title-reassurance{
                margin-bottom: 0.5rem;
                font-size: 20px;
                font-family: 'HankenItalic';
                color : var(--black);
                text-transform: uppercase;
            }
        }
    }

}

.banner{
    margin-left : -15px;
    width: calc(100% + 30%);
    margin-bottom: 0!important;

    img{
        width: 100vw;
    }
}


/*************************************/
/******    FOOTER         ******/
/*************************************/

.page-footer{
    margin: 0!important;
}

#footer {
    background-color: var(--grey);
    padding-top: 15px;
    margin-top: 0;
}

.footer-container{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

#contact-infos{
    color : var(--darkgreen);
    font-size : 1rem;
}

.contact-rich{
    margin-top : 2rem;
}

.contact-rich h4{
    display: none;
}

.logo_footer{
    margin-bottom : 2rem;
}

.logo_footer .logo{
    width: 170px;
}

.logo_footer a{
    position: relative;
    text-decoration: none;
    display: block;
}

.logo_footer #baseline{
    margin-top: 3px;
    font-size: 14px;
    color: #FFF;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.block-contact{
    .list_address{
        color : var(--darkgreen);
        margin-bottom: 15px;
        h3{
            color : var(--darkgreen);
            font-family: Hanken;
            font-size : 1.5rem;
        }
        a{
            color : var(--darkgreen);

            &:hover{
                color : var(--darkgreen);
            }
        }
    }
}

.footer-container li{
    margin : 12px 0;
}

.footer-container li a{
    color : var(--darkgreen);
    font-size : 1rem;
}

.footer-container li a:hover{
    color : var(--darkgreen);
}

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a{
    color : var(--darkgreen)!important;
    text-transform: initial!important;
}

.block_link_footer a{
    color : var(--white);
    font-size : 1.2rem;
}

.block_link_footer a:hover{
    color : var(--orange);
}

.phone_link_block{
    margin-bottom : 0.8rem;
}

.block_link_footer .phone_link{
    font-size : 2rem;
    font-weight: bold;
    font-style: italic;
}

.block_footer_bottom{
    background-color: var(--black);
}
.block_footer_bottom a{
    color : var(--white);
    font-size : 1rem;
}

.block_footer_bottom p{
    margin : 0;
    padding : 0.5rem 0;
}

#contact-infos a{
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
}

ul#footer_sub_menu_1 li, .account-list li {
    font-size: 16px;

    a{
        text-transform: capitalize;
    }
}


#block_myaccount_infos .myaccount-title a {
    margin-bottom : 1rem;
    color: var(--white);
    font-size : 1.5rem;
    text-transform: uppercase;
    font-family: 'Hanken';
    font-weight: 500;

    &:hover{
        color: var(--orange);
    }
}

.block-social{
    margin-top : 1rem;
}

.block-social ul li{
    background-color: transparent!important;
    filter: brightness(0) saturate(100%) invert(18%) sepia(7%) saturate(3491%) hue-rotate(111deg) brightness(95%) contrast(87%);
}

.footer-bottom{
    margin-top: 2rem;
    background-color: var(--darkgreen);

}

.footer-bottom-content{
    padding-top: 1rem;
    font-weight: 700;
    font-size: 16px;
    color : var(--white);

    a{
        color : var(--white)!important;
    }

    a:hover{
        text-decoration: underline;
        text-underline-offset: 4px;
        text-decoration-thickness: 0.1em;
        color: var(--black);
    }
}

.logo-footer{
    width: 150px;
}

/*************************************/
/******    CAPTCHA      ******/
/*************************************/

#captcha-box{
    display: flex;
    justify-content: end;
}

/*************************************/
/*************************************/
/******    MEDIA QUERIES         ******/
/*************************************/
/*************************************/

@media (min-width: 1600px) {

    /*************************************/
    /******      GENERAL            ******/
    /*************************************/
    .container {
        width: 1700px;
    }

    .container_little{
        width: 1500px;
    }


}

@media (min-width: 1400px) and (max-width: 1599px) {

    /*************************************/
    /******      GENERAL            ******/
    /*************************************/
    .container {
        width: 1500px;
    }

    .container_little {
        width: 1200px;
    }

    /*************************************/
    /******      CATEGORY            ******/
    /*************************************/

    .container-category{
        top: 14%;
        .category-card-container {
            .view-cat{
                .image-cover{
                    width: 120px;
                    height: 120px;
                }
            }
        }
    }

    /*************************************/
    /******    CUSTOM TEXT         ******/
    /*************************************/

    .custom-text{
        width: 80%;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    /*************************************/
    /******    CUSTOM TEXT         ******/
    /*************************************/

    .custom-text{
        width: 90%;
    }

    #custom-text{
        padding: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /*************************************/
    /******      CATEGORY            ******/
    /*************************************/
    .container-category{
        top: 10%;
        .category-card-container {
            display: grid;
            grid-template-rows: repeat(3,1fr);
            grid-template-columns: repeat(3, 1fr);
            width: 70%;
            .view-cat{
                .image-cover{
                    width: 150px;
                    height: 150px;
                }
            }
        }
    }

    /*************************************/
    /******    REASSURANCE         ******/
    /*************************************/

    .container-reassurance{
        .container-items{
            width: 80%;
        }
    }

}

@media (max-width: 991px) {
    .carousel .carousel-item .caption {
         position: absolute;
         margin: 0;
         text-align: start;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #header .header-top .menu::before{
        display: none;
    }

    .container_little, .container{
        width: 100%;
    }

    #stickyDiv{
        display: none;
    }

    .block_link_footer .phone_link{
        font-size : 1.5rem;
    }

    #menu-icon i{
        color : var(--white);
    }

    #_mobile_top_menu a[data-depth="0"]{
        color : var(--darkgreen)!important;
        font-weight: 700!important;
    }

    .account .material-icons{
        color : var(--white);
    }

    /*************************************/
    /******      CATEGORY            ******/
    /*************************************/
    .container-category{
        position: relative;
        .container{
            padding-top: 2rem;
        }
        .category-card-container {

            display: grid;
            grid-template-rows: repeat(3,1fr);
            grid-template-columns: repeat(3, 1fr);
            width: 80%;

        }
    }

    /*************************************/
    /******    REASSURANCE         ******/
    /*************************************/

    .container-reassurance{
        .container-items{
            width: 90%;
        }
    }

    /*************************************/
    /******    CUSTOM TEXT         ******/
    /*************************************/

    .custom-text{
        width: 80%;

    }

    #custom-text{
        padding: 0;
    }

    /*************************************/
    /******    SLIDER HERO         ******/
    /*************************************/

    .carousel .carousel-item .caption {
        font-size: 30px;
    }

    .carousel{
        margin-left: -50vw;
        width: 100vw;
    }

}

@media (max-width: 768px) {
    .block-categories{
        display: none;
    }

    .prmn_menus_ul{
        display: block;
    }

    .prmn_has_sub .prmn_menu_content_title{
        background: transparent;
        color : var(--black);
        padding: 0;
    }

    #header .header-top .menu::before{
        display: none;
    }

    #stickyDiv{
        display: none;
    }

    #menu-icon i{
        color : var(--white);
    }

    #_mobile_top_menu a[data-depth="0"]{
        color : var(--darkgreen)!important;
        font-weight: 700!important;
    }

    .account .material-icons{
        color : var(--white);
    }

    .logo_footer{
        padding : 1rem;
    }

    .footer-container .h3, .footer-container .h4{
        color : var(--white);
    }

    .block_link_footer{
        margin-top : 1rem;
    }

    .footer-container .links ul{
        background-color: transparent;
    }

    .footer-container .links ul>li a{
        color : var(--darkgreen);
        font-weight: initial!important;
    }

    .footer-container .links ul>li{
        border : 0;
        padding: .400rem 0;
    }

    .captuscategory_block{
        justify-content: space-around;
    }

    /*************************************/
    /******      CATEGORY            ******/
    /*************************************/
    .container-category{
        position: relative;
        .container{
            padding-top: 2rem;
        }
        .category-card-container {

            display: grid;
            grid-template-rows: repeat(3,1fr);
            grid-template-columns: repeat(3, 1fr);

            .view-cat{
                .image-cover{
                    width: 100px;
                    height: 100px;
                }
            }
        }
    }

    /*************************************/
    /******    REASSURANCE         ******/
    /*************************************/

    .container-reassurance{

        .container-items{
            flex-direction: column;
            width: 100%;
            gap: 2rem;

            .block-reassurance-item{
                width: 65%;
                margin: 0 auto;
            }
        }
    }

    /*************************************/
    /******    CUSTOM TEXT         ******/
    /*************************************/

    #custom-text{
        padding: 0;
    }
    /*************************************/
    /******    SLIDER HERO         ******/
    /*************************************/

    .carousel .carousel-item .caption {
        font-size: 30px;
    }

    .carousel .carousel-item .caption .display-1 {
        font-size: 2rem;
    }

    .carousel .carousel-item .caption {
        left: 60px;
    }

    .carousel{
        margin-left: -50vw;
        width: 100vw;
    }

    /*************************************/
    /******    FOOTER               ******/
    /*************************************/

    .padding-footer{
        padding-left: 2rem;
    }

    .block-contact #contact-infos {
        padding: 0;

    }

    #footer_sub_menu_1 li, #footer_account_list li{
        padding-left: 0;
    }

    ul#footer_sub_menu_1 li, .account-list li {
        line-height: 20px;
        font-size: 16px;
        a{
            font-weight: 500;
        }
    }

    #block_myaccount_infos, .links{
        margin-top: 1rem;

        .h3, h5{
            margin-bottom: 0.5rem;
        }

    }

    .footer-bottom{
        text-align: center;
    }

}


#ps_checkout-payment-method-logo-block-container{
    display: none;
}

