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

/** BEGIN VARIABLE **/

:root {
    --primary: #163b51;
    --primary_light: #3b435e;
    --primary_strong: #171f36;
    --secondary: #b96772;
    --secondary_light: #47d6bc;
    --btn_secondary: #FFBE9E;
    --black: #000;
    --white: #fff;
    --danger: #9c4752;
    --background: #fff;
    --background_light: #f6f8fb;
    --background_strong: #e6effb;
    --bg_header: #fff;
    --border_product: #bdc3c7;
    --bg_details_card: #576574;
    --color_details_card: #fff;
    --background_stock: #39B54A;
    --background_fournisseur: #29ABE2;
    --background_preco: #00A99D;
    --color_typologie: #fff;
    --font_title: "poppins";
    --font_text: "poppins"
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Thin.woff2) format("woff2"), url(../fonts/Poppins-Thin.woff) format("woff"), url(../fonts/Poppins-Thin.ttf) format("TrueType");
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Extralight.woff2) format("woff2"), url(../fonts/Poppins-Extralight.woff) format("woff"), url(../fonts/Poppins-Extralight.ttf) format("TrueType");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins-Light.woff) format("woff"), url(../fonts/Poppins-Light.ttf) format("TrueType");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins-Medium.ttf) format("TrueType");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins-Medium.ttf) format("TrueType");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2"), url(../fonts/Poppins-SemiBold.woff) format("woff"), url(../fonts/Poppins-SemiBold.ttf) format("TrueType");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins-Bold.ttf) format("TrueType");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2"), url(../fonts/Poppins-ExtraBold.woff) format("woff"), url(../fonts/Poppins-ExtraBold.ttf) format("TrueType");
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Black.woff2) format("woff2"), url(../fonts/Poppins-Black.woff) format("woff"), url(../fonts/Poppins-Black.ttf) format("TrueType");
    font-style: normal;
    font-weight: 900
}

*:not(i) {
    font-family: var(--font_text);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.title {
    font-family: var(--font_title) !important;
    color: var(--primary);
}
@media (min-width: 980px) {
    .container {
        width: 1280px;
        max-width: 100%;
    }
}
#index #wrapper{
    padding-top: 0;
}
.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-color: var(--secondary_light);
}
/** END VARIABLE **/

/** BEGIN HEADER **/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
#header .header-nav .user-info a{
    display: flex;
    align-items: center;
    gap: 10px;
}
#header .logo{
    max-width: 170px;
}

#header .header-nav .language-selector, #header .header-nav .user-info,
#header .nav_top label{
    margin: 0;
    font-size: 16px;
}
#header .nav_top select{
    border: none;
    background-color: transparent;
}
#header .header-nav #_desktop_contact_link #contact-link, .sitemap{
    margin-top: 0;
}
#header .nav_top .left_nav{
    text-align: start;
    display: flex;
    align-items: center;
}
#header .nav_top .right_nav{
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2vw;
}
#header .header-nav .top_header{
    height: 100%;
}
body#checkout #header .header-nav,
#header .header-nav{
    padding: 0;
    max-height: none;
    height: 65px;
    border: none;
    background-color: var(--background_light);
}
#header .top_header .mobile{
    padding-top: 8px;
    padding-right: 5px;
}
#header .top_header .mobile #_mobile_user_info{
    margin-top: 15px;
}
.nav_prepaid div,
.nav_prepaid{
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav_prepaid::before{
    margin-left: -1vw;
    width: 100%;
}
.left_nav::before{
    width: calc(100% + 20px);
    margin-left: -10px;
}
.left_nav::before,
.nav_prepaid::before{
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 9px;
    border: 1px dashed grey;
    z-index: -1;
}
.left_nav,
.nav_prepaid{
    position: relative;
    z-index: 0;
}


.nav_prepaid,
#header .header-nav .user_notice,
#header .header-nav #_desktop_contact_link{
    border-right: var(--primary) 1px solid;
    padding-right: 2vw;
    
}
.top-menu[data-depth="1"]{
    margin: 0;
}
#header .header-top a[data-depth="1"],
#header .header-top a[data-depth="0"]{
    color: var(--primary);
}
#header .header-top a[data-depth="1"]:hover,
#header .header-top a[data-depth="0"]:hover{
    color: var(--secondary);
}
@supports (-moz-appearance: none) {
    /* Styles spécifiques à Firefox */
    .top-menu .sub-menu.collapse{
        width: 540px;
      }
  }

.top-menu .sub-menu ul[data-depth="1"]>li{
    margin: 0;
}
.top-menu .sub-menu ul[data-depth="1"]>li a{
    padding: 5px 15px;
    background-color: var(--white);
    border-left: 2px solid transparent;
    transition: 0.2s ease-in-out;
}
.top-menu .sub-menu ul[data-depth="1"]>li a:hover{
    border-left: 2px solid var(--primary);
}
.top-menu .sub-menu{
    top: 102px !important;
    padding: 0;
    transition: opacity .2s ease, visibility .2s ease;
}
#header .header-nav #_desktop_contact_link #contact-link a,
#header .header-nav #_desktop_contact_link #contact-link{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary);
}
#header .nav_top{
    display: flex;
    align-items: center;
    padding: 15px 75px;
}
#header,
#header .header-top {
    background-color: var(--bg_header);
    transition: 0.3s;
}

#wrapper {
    background: var(--background);
}

#_desktop_logo{
    padding-left: 0;
}


#header .header-nav .account_log {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}
#menu_user.active {
    left: -40px;
}
#_mobile_user_info #menu_user.active {
    left: -40px;
}
#_mobile_user_info #menu_user {
    left: 950px;
}
#menu_user {
    transition: 0.3s ease-in-out;
    position: absolute;
    height: calc(100vh - 65px) !important;
    width: 85vw;
    left: 450px;
    top: 50px;
    background: #fff;
    z-index: 99999;
    box-shadow: 6px 12px 6px 6px #00000021;
    border-left: var(--primary) 1px solid;
    padding-top: 20px;
}
.account-list_header li{
    padding-bottom: 20px;
}
.account-list_header a{
    padding: 5px 0;
    transition: 0.3s;
    padding-left: 15px;
    border-left: 3px solid transparent;
}
.account-list_header li:hover a{
    border-left: 3px solid var(--secondary);
    color: var(--secondary) !important;
}
.account-list_header .link-item i{
    display: none;
}
#_mobile_user_info,
#_desktop_user_info {
    position: relative;
}
#_desktop_user_info .user-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: flex;
}

#header .header-top{
padding: 0;
}

.header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 70px;
}

.user_cta {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
#header{
    box-shadow: none;
}

.header_menu {
    flex: 1;
    text-align: center;
    height: 100%;
    background-color: var(--background_light);
    padding-left: 70px;
    display: flex;

}
#header .header-top .menu{
    padding-left: 0;
    margin-left: -10px;
}
#top-menu li.cms-category,
#top-menu li.cms-page,
#top-menu li.category {
    position: relative;
}

.top-menu .sub-menu {
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-top: -2px;
    max-height: 50vh;
    width: max-content;
    min-width: max-content;
}
a.user_notice {
    display: flex;
    align-items: center;
    gap: 10px;
}

#top-menu li.cms-category,
#top-menu li.cms-page,
#top-menu li.category,
#top-menu {
    padding: 0;
    height: 100%;
}



#top-menu li.cms-category>a.dropdown-item[data-depth="0"],
#top-menu li.cms-page>a.dropdown-item[data-depth="0"],
#top-menu li.category>a.dropdown-item[data-depth="0"] {
    padding: 40px 10px;
}
@media (max-width:910px){
    #top-menu li.cms-category>a.dropdown-item[data-depth="0"],
    #top-menu li.cms-page>a.dropdown-item[data-depth="0"],
    #top-menu li.category>a.dropdown-item[data-depth="0"]{
        font-size: 14px;
    }
}
@media (max-width:810px){
    #top-menu li.cms-category>a.dropdown-item[data-depth="0"],
    #top-menu li.cms-page>a.dropdown-item[data-depth="0"],
    #top-menu li.category>a.dropdown-item[data-depth="0"]{
        font-size: 12px;
    }
}
@media (max-width:767px){
    #top-menu li.cms-category>a.dropdown-item[data-depth="0"],
    #top-menu li.cms-page>a.dropdown-item[data-depth="0"],
    #top-menu li.category>a.dropdown-item[data-depth="0"]{
        padding: 10px;
    }
}
.logout i {
    color: var(--danger);
    font-size: 34px;
}
#search_widget {
    flex: 1;
}
#search_widget form input{
    background: transparent;
    border: var(--border_product) 1px solid;
    
}

.header-top .search-widgets{
    max-width: none;
}


a.logout {
    display: flex;
}

#_desktop_cart .header i,
.user_notice i,
.account i {
    color: var(--primary);
    font-size: 34px;
    height: auto;
    width: auto;
}


#_desktop_cart {
    display: flex;
    justify-content: end;
    padding-right: 0;
}
#_desktop_cart .blockcart {
    width: fit-content;
    cursor: pointer;
    user-select: none;
}

#header .header-nav .cart-preview.active {
    background-color: transparent;
}

#header .header-nav .cart-preview.active i {
    font-size: 34px;
}

#header .header-nav .blockcart.active a:hover,
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: var(--primary);
}

#_desktop_top_menu .top-menu[data-depth="1"]{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 50vh;
}
#header .top-menu a.dropdown-submenu[data-depth="1"]{
    font-weight: 400;
}

@media (max-width: 768px) {
    .header_action {
        width: 100%;
    }

    .user_cta {
        justify-content: center;
        width: 100%;
        padding: 10px;
    }
}





@media only screen and (min-width: 992px) {
    .header-top .search-widgets form input[type=text] {
        min-width: 0;
    }
}

#header .header-top a[data-depth="0"] {
    position: relative;
}

#header .header-top a[data-depth="0"]::after {
    content: "";
    transition: 0.3s ease-in-out;
    position: absolute;
    height: 2px;
    background-color: var(--primary);
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

#header .header-top a[data-depth="0"]:hover::after {
    width: 100%;
    left: 0;
    transform: translateX(0%);
}



.btn.btn-primary{
    padding: 13px 30px;
    gap: 10px;
    background: var(--secondary) !important;
    color: var(--white) !important;
    border: 2px solid var(--secondary);
    border-radius: 30px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    transition: 0.1s ease-in-out;
}

.btn.btn-primary-outline{
    padding: 13px 30px;
    gap: 10px;
    background: var(--white) !important;
    border: 2px solid var(--secondary);
    color: var(--secondary) !important;
    border-radius: 30px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    transition: 0.1s ease-in-out;
    width: 100%;
}
.btn.btn-secondary{
    padding: 13px 30px;
    gap: 10px;
    background: var(--btn_secondary) !important;
    border: 2px solid var(--btn_secondary);
    color: var(--white) !important;
    border-radius: 30px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    transition: 0.1s ease-in-out;
}

.carousel .carousel-item figure {
    width: 100%;
}

.carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .carousel {
        left: 0;
        width: 100%;
        padding-bottom: 0;
        margin-left: 0;
        background-color: #f6f6f6;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
#carousel {
    margin-bottom: 0;
    flex: 1;
}

.row_fullwidth{
    display: flex;
}
#fa_customtext p {
    color: var(--primary);
}
/** END HEADER **/

/** BEGIN PRODUCT MINIATURE **/
.product-miniature .product-title a {
    font-size: 18px;
    color: var(--black);
}

article.product-miniature .thumbnail-container {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border_product);
}

.product-miniature .product-flags li.product-flag:first-child {
    margin-top: 50px;
}

article.product-miniature .product-description {
    padding: 0;
}

article.product-miniature .product-description .block_info_price {
    width: 100%;
}

article.product-miniature .product-description .block_info_price .row_1,
article.product-miniature .product-description .block_info_price .row_2 {
    display: flex;
}

article.product-miniature .product-description .detail_quantity,
article.product-miniature .product-description .unit_price,
article.product-miniature .product-description .total_price,
article.product-miniature .product-description .reference {
    width: 50%;
    background-color: var(--bg_details_card);
    color: var(--color_details_card);
    padding: 10px 0;
    border-bottom: 1px solid var(--border_product);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-miniature .product-price-and-shipping {
    color: var(--color_details_card);
    font-weight: 400;
}


article.product-miniature .product-description .total_price,
article.product-miniature .product-description .detail_quantity {
    border-right: var(--border_product) 1px solid;
}

article.product-miniature .product-description .typologie {
    padding: 10px 0;
    text-align: center;
    color: var(--color_typologie);
}

article.product-miniature .product-description .typologie.typologie0 {
    background-color: var(--primary);
}

article.product-miniature .product-description .typologie.typologie1 {
    background-color: var(--background_stock);
}

article.product-miniature .product-description .typologie.typologie2 {
    background-color: var(--background_fournisseur);
}

article.product-miniature .product-description .typologie.typologie3 {
    background-color: var(--background_preco);
}

.product-miniature .regular-price {
    color: var(--secondary);
}

/** END PRODUCT MINIATURE **/

/** Compteur **/

.time-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;

}

#countdown,
.countdown {
    display: flex;
    padding: 3px;
}

#days,
#hours,
#minutes,
#seconds,
.days,
.hours,
.minutes,
.seconds {
    font-weight: 700;
    font-size: 2rem;
}

.clock {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 60px;
    margin: 25px 0;
    padding-left: 15px;
}

.dyDots,
.hrDots,
.minDots,
.secDots {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    rotate: 90deg;
}

.dyDots::before,
.hrDots::before,
.minDots::before,
.secDots::before {
    content: '';
    position: absolute;
    inset: -20px;
    border-radius: 50%;

}

.dyDots h2.num_clock,
.hrDots h2.num_clock,
.minDots h2.num_clock,
.secDots h2.num_clock {
    color: var(--primary);
    position: absolute;
    text-align: center;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    flex-direction: column;
    transform: rotate(-90deg) translate(-5px, 10px);
}

.dyDots h2.num_clock span,
.hrDots h2.num_clock span,
.minDots h2.num_clock span,
.secDots h2.num_clock span {
    font-size: 8px;
    position: absolute;
    bottom: 0;
}

.dyDots .dot {
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: var(--primary);
    transform-origin: 50px;
    top: 50%;
    left: -15px;
}

.minDots .dot,
.hrDots .dot,
.secDots .dot {
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: var(--primary);
    transform-origin: 50px;
    top: 50%;
    left: -15px;
}

.dyDots .dot.active,
.hrDots .dot.active,
.minDots .dot.active,
.secDots .dot.active {
    background-color: var(--primary);
    box-shadow: 0 0 10px var(--primary),
}


.dyDots .dot.active~.dot,
.hrDots .dot.active~.dot,
.minDots .dot.active~.dot,
.secDots .dot.active~.dot {
    background-color: var(--primary);
    opacity: 0.3;
}

.minDots .dot:nth-child(5n+5),
.secDots .dot:nth-child(5n+5) {
    width: 10px;
}

.hrDots .dot:nth-child(3n+3) {
    width: 10px;
}

/** FOOTER **/

.container_footer {
    display: flex;
    justify-content: space-between;
}
.block-contact .block-contact-title,
#block_myaccount_infos .myaccount-title a{
    color: var(--primary);
}
.container_footer #block_myaccount_infos,
.container_footer .links{
    text-align: center;
}
.block_newsletter form input{
    height: auto;
}
#footer .block_newsletter .page-content.page-cms ul,
#footer .block_newsletter p,
.page-content.page-cms #footer .block_newsletter ul {
    padding-top: 0;
}

.block_newsletter {
    margin-top: 0;
} 

.text-center {
    text-align: center !important;
}
@media (max-width:768px){

    .container_footer{
        flex-direction: column;
    }

}

/*** PRODUCT PAGE ***/
.product-prices .tax-shipping-delivery-label .delivery-information::before {
    content: "";
}
#product .product-cover{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.101961);
    border-radius: 9px;
    padding: 10px; 
    overflow: hidden;
}
.images-container .product-images>li.thumb-container .thumb_img{
    border-radius: 6px;
}
.images-container .product-images>li.thumb-container .thumb{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.101961);
    border-radius: 9px;
    display: inline-block;
}
#product #content {
    max-width: none;
}
.product-cover:hover .layer,
.product-cover .layer:hover{
    width: 30%;
    height: 30%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 6px;
    opacity: 1;
}
#product .clock {
    margin-bottom: 3rem;
}

.custom-checkbox input[type=checkbox]+span.color,
.variant-links .color,
label .color {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    padding: 4px;
}
#product .tag_typologie {
    display: flex;
    align-items: center;
    padding: 3px 5px;
    gap: 5px;
    font-size: 16px;
    border: 1px solid var(--background_light);
    border-radius: 9px;
    font-weight: 300;
    width: fit-content;
}
#product .tag_typologie.typologie_1  {
    color: var(--background_stock);
}
#product .tag_typologie.typologie_2  {
    color: var(--background_fournisseur);
}
#product .tag_typologie.typologie_3  {
    color: var(--background_preco);
}
#product .tag_typologie.typologie_1 svg   {
    fill: var(--background_stock);
}
#product .tag_typologie.typologie_2 svg  {
    fill: var(--background_fournisseur);
}
#product .tag_typologie.typologie_3 svg  {
    fill: var(--background_preco);
}
#product .tag_typologie svg{
    display: flex;
    width: 12px;
}

#product .row_price_product{
    display: flex;
    align-items: center;
    margin: 25px 0;
    justify-content: space-between;
}
@media (max-width:980px){
    #product .row_price_product{
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
}

#price-panachage-section{
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
#price-panachage-section .from{
    color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
}
#price-panachage-section #price-mini-panachage,
#price-panachage-section .pieces_number{
    font-weight: 300;
    font-size: 16px;
    color: var(--primary);
}
#price-panachage-section .price_value,
#price-panachage-section .currency{
color:var(--secondary);
font-weight: 600;
font-size: 28px;



}
#product .list_items_product .item{
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    user-select: none;
    font-weight: 600;
    font-size: 14px;
}
#transport .step,
.content_timeline .step,
.panachage-title{
    font-weight: 600;
    font-size: 16px;
}
.product-flag{
    border-radius: 0 9px 9px 0;
}
#minimum-panachage-section{
    margin: 1rem 0;
}

#product .product-cover img{
    border-radius: 6px;
}
#product .list_items_product{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
#product .item_content{
    overflow: hidden;
}
#product .item_content{
    max-height: 0px;
    transition: 0.3s ease-in-out;
}
#product .item_content.active{
    max-height: 40vh;
    transition-delay: 0.3s;
}
#product .content_product{
    position: relative;
}
#product .infomration_product{
    margin-top: 50px;
}
#product .list_items_product .item::after {
    content: "";
    transition: 0.3s ease-in-out;
    position: absolute;
    height: 1px;
    background-color: var(--secondary);
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
#product_degressivity{
    margin: 25px 0;
}
.items_price_recap{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
   
}
.row_discount_price{
    display: flex;
    max-width: 100%;
}
.item_discount_label:last-child,
.item_discount:last-child{
    border-right: 0px ;
}
.row_discount_price:last-child{
    border-bottom: 1px solid var(--primary);
}
.item_discount_label{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    padding: 10px 5px;
    border-right: 0px;
    border-bottom: 0px;
    border-right: 1px solid var(--primary);
}
.block-category {
    min-height: 0.75rem;
    margin-bottom: 1.563rem;
}
.item_discount{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 5px;
    border-right: 0px;
    border-right: 1px solid var(--primary);

}
.row_discount_price{
    border: 1px solid var(--primary);
    border-bottom: 0px;
}
@media (max-width:980px) {
        #product_degressivity{
            display: flex;
        }
        #product_degressivity .row_discount_price{
            border: none;
            flex-direction: column;
        }
        #product_degressivity .item_discount_label,
        #product_degressivity .item_discount{
            border: none;
        }
        

}
#product .list_items_product .item.active::after {
    width: 100%;
    left: 0;
    transform: translateX(0%);
}
#impact_carbone{
    margin: 1rem 0;
}
#impact_product{
    justify-content: end;
}
.content_impact_product{
    display: flex;
    margin-bottom: 1rem;
}
.infomration_product .item_list ul li{
    font-weight: 300;
    font-size: 16px;
    background-color: var(--background_light);
    transition: 0.3s ease-in-out;
    padding: 10px;
    border-radius: 9px 9px 0 0;
    color: var(--primary);
    cursor: pointer;
    user-select: none;
}
.infomration_product .item_list ul li.active{
    font-weight: 600;
    font-size: 16px;
    background-color: var(--secondary);
    color: var(--white);
}
.infomration_product .item_list ul{
    display: flex;
    gap: 5px;
    margin: 0;
}
#product .infomration_product_content{
    padding: 20px;
    background-color: var(--background_strong);
}
#product .infomration_product_content .item_info_content{
    background-color: var(--white);
    border-radius: 9px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;

}
#product .infomration_product_content .item_info_content.active{
    max-height: 80vh;
    padding: 25px;
    opacity: 1;
    transition-delay: 0.3s;
}
.product-images>li.thumb-container .thumb{
    border: solid 3px transparent;
}
/** CART **/
.cart-item-separator {
    border-bottom: var(--primary) 1px solid;
    padding-bottom: 15px;
}

/** CMS **/


.return_nav {
    position: sticky;
    bottom: 50px;
    left: 100%;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
    text-align: center;
    transition: 0.1s ease-in-out;
}

.return_nav:hover {
    transform: rotate(-180deg);
}

.return_nav svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    padding: 7px;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.1s ease-in-out;
    transform-origin: center;
}

.page_cms h1 {
    text-align: center;
    text-transform: uppercase;
}

.cms_subtitlte {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 35px;
}
.img_section{
    padding: 10px;
    border-radius: 9px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.101961);
}
.img_section img{
    border-radius: 6px;
}
.label_cms .content_cms_page .img_section {
    width: 20%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.label_cms .content_cms_page .img_section img{

   
    border-radius: 0;
   
}

.label_cms .content_cms_page .info_section {
    width: 80%;
}

.menu_nav ul {
    display: flex;
    justify-content: center;
    padding: 0 5vw;
    gap: 20px;
    flex-wrap: wrap;
    margin: 50px 0;
}

.content_cms_page img {
    max-width: 100%;
    height: auto;
}


.content_cms_page .title {
    text-transform: uppercase;
}

.content_cms_page h2.title {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-align: center;
    margin-bottom: 25px;
    color: var(--primary);
    scroll-margin-top: 100px;
}

.content_cms_page .content_section.w50 div {
    width: 50%;
}

.content_cms_page .content_section ul {
    list-style: initial;
    list-style-position: inside;
}

.content_cms_page .content_section ul li {
    font-weight: 300;
    font-size: 14px;
}


.content_cms_page .content_section.column {
    flex-direction: column;
}

.notation_block svg {
    fill: var(--secondary);
    fill-opacity: 0.5;
    height: 50px;
    width: 50px;
    transition: 1s;
}

.notation_block svg:hover~svg,
.notation_block svg:hover {
    fill-opacity: 1;
    transition: 0.3s;
    height: 50px;
    width: 50px;
}

.notation_block {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.content_cms_page .content_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
    gap: 20px;
}

.content_cms_page h4.title {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 16px;
}

#end-quiz,
.next_item_rse {
    visibility: hidden;
}
.rse_quiz_content .more_info .title{
    color: var(--white);
}

.rse_quiz_content {
    position: relative;
    min-height: 40vh;
    padding: 0;
}

.exit_rse {
    animation: exit_rse 0.3s ease-in forwards;
}

.enter_rse {
    animation: enter_rse 0.3s ease-in forwards;
}

@keyframes exit_rse {
    0% {}

    100% {
        transform: translateX(-1600px);
    }
}

@keyframes enter_rse {
    0% {
        transform: translateX(600px);
    }

    100% {
        transform: translateX(-50%);
    }

}

.content_cms_page .quiz_items {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.content_cms_page .quiz_items:not(.intro) {
    display: none;
}

.content_cms_page .more_info {
    visibility: hidden;
    margin: 0;
    transition: 0.5s;
    height: 0;
    padding: 0;
    border: var(--primary) 1px solid;
    border-radius: 10px;
    background: var(--primary_light);
    color: #fff;
}



.content_cms_page .quiz_items.ongoing .items_response:hover {
    box-shadow: 8px 8px 6px #00000011;
    transform: scale(1.03);
}
/**debut CMS offre plateform b2b**/
#main.offerbtob .content_border_img img{
    border-radius: 6px;
}
#main.offerbtob .content_border_img{
    padding: 10px;
    border-radius: 9px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.101961);
}
#main.offerbtob ul {
    list-style: inside;
}
#main.offerbtob .section_6 .left p,
#main.offerbtob li{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

#main.offerbtob p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
#main.offerbtob ul .li_title{
    font-size: 1.25rem;
    color: var(--secondary);
}
#main.offerbtob .content_cms_page h2.title{
    line-height: 36px;
}
#main.offerbtob p{
    color: var(--primary);
}
#main.offerbtob .strong{
    color: var(--secondary);
    font-weight: 700;
}
#main.offerbtob .row_cms{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
#main.offerbtob .section_1 .left{
    max-width: 33%;
}

#main.offerbtob .section_1,
#main.offerbtob .section_2,
#main.offerbtob .section_3,
#main.offerbtob .section_4,
#main.offerbtob .section_5,
#main.offerbtob .section_6,
#main.offerbtob .section_7,
#main.offerbtob .section_8{
    margin: 40px 0;
}

#main.offerbtob .section_2 .right{
    width: 33%;
}
#main.offerbtob .section_3 .left{
    width: 40%;
}
#main.offerbtob .section_4 .row_cms{
    align-items: stretch;
}
#main.offerbtob .section_4 .left{
    width: 50%;
}

#main.offerbtob .section_4 .right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
#main.offerbtob .section_5 .left{
    width: 40%;
}

#main.offerbtob .section_9 .row_shop {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 65px;
}
#main.offerbtob .section_9 .item_shop {
    flex: 1;
    width: 200px;
    height: auto;
}
#main.offerbtob .section_9 .item_shop img {
    max-width: 100%;
    width: 200px;
    min-width: 200px;
    height: auto;
}
#main.offerbtob img{
    max-width: 100%;
    height: auto;
}




/***fin CMS offre plateform b2b **/

.content_cms_page .response {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
#main.rse_quiz{
    background-color: var(--primary);
}
.items_quiz:not(.items_quiz.intro){
    display: none;
}
.items_quiz{
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.items_quiz .item_header{
    position: relative;
}
.items_quiz.intro .item_header .question .title{
    font-size: 4vw;
}   
.items_quiz .item_header .question .title{
    font-size: 2vw;
}   
.items_quiz .item_header .question hr{
    width: 80px;
    border-top-width: 4px;
    margin-left: 0;
}   
.items_quiz .item_header .question{
    position: absolute;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
    padding-left:10vw;
    font-size: 2.5vw;
    line-height: 2.9vw;
}

.items_quiz .item_cta,
.items_quiz .item_body{
    display: flex;
    padding:5vh 10vw;
    gap: 40px;
    flex: 1;
}

.items_quiz.end_quiz_msg .item_body .response{
    color: #fff;
    font-size: 18px;
}
.items_quiz .item_body .response{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}
.items_quiz .item_body .item_detail{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}
.items_quiz .item_body .response .items_response.good_rep span,
.items_quiz .item_body .response .items_response.bad_rep span{
    border-right: 2px solid #fff;
}
.items_quiz .item_body .response .items_response span{
    padding: 0 20px;
    border-right: 2px solid var(--primary);
}
.items_quiz.done_rse .item_body .response .items_response.bad_rep::after{
    content: "";
    position: absolute;
    background-color: #ff0000;
    background-image: url(../img/faux.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: -4px 0px 9px 9px #00000011;
    top: -36px;
    right: -43px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 999;
    opacity: 1;
}
.items_quiz.done_rse .item_body .response .items_response.good_rep::after{
    content: "";
    position: absolute;
    background-color: #8cc63f;
    background-image: url(../img/correct.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: -4px 0px 9px 9px #00000011;
    top: -36px;
    right: -43px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 999;
    opacity: 1;
}
.items_quiz.ongoing .item_body .response .items_response::after{
    content: "";
    opacity: 0;
    right: 50%;
    z-index: -1;
    transition: 8s;
}
.items_quiz .item_body .response .items_response{
    display: flex;
    background-color: #fff;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    position: relative;
}
#close_rse_quiz svg{
    fill: var(--primary);
    height: 2vw;
    width: 2vw;
}
#close_rse_quiz{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    position: absolute;
    top: 25px;
    left: 25px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

#end-quiz,
.close_rse_quiz_end,
.next_item_rse,
.next_item_rse_end,
.content_cms_page #start_quiz{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 7px 0;
    background-color: var(--secondary);
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    max-width: 345px;
    height: fit-content;
}
.next_item_rse_end{
    background-color: #8cc63f;
}
#start_quiz span svg,
.close_rse_quiz_end span svg,
.next_item_rse_end span svg,
.next_item_rse span svg {
    height: 25px;
    width: 16px;
}
.content_cms_page #end-quiz,
.content_cms_page #start_quiz{
    padding: 7px 8px;
}
#start_quiz span{
    padding-left:20px;
}
.close_rse_quiz_end span,
.next_item_rse_end span,
.next_item_rse span{
    border-right: 2px solid #fff;
    padding: 0 20px;
}

/** **/
.card-block::after {
    display: none;
}

/*** MODULE CUSTOM TEXT BRAND**/

#title_brands{
    margin: 5rem auto 2rem auto;
}
#row_brands img{
    max-width: 100%;
    min-width: 200px;
    height: auto;
}
#row_brands .item_brand{
    flex: 1;
    width: 200px;
    height: auto;
}
#row_brands{
    display: flex;
    max-width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 65px;
}
#banner_contact{
    position: relative;
}
#banner_contact img{
    width: 100%;
    height: auto;
}
#banner_contact .content{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#banner_contact .content .zone_cta{
   display: flex;
   gap: 30px;
   color: #fff;
}
#banner_contact .modal_contact{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(3px);
    z-index: 99;
}
#banner_contact .modal_contact.active .modal_content div{
    opacity: 1;
}
#banner_contact .modal_contact .modal_content div{
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.4s;
}
#banner_contact .modal_contact.active .modal_content{
    max-height: 100vh;
    max-width: 100vw;
  
}
#banner_contact .modal_contact .modal_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 0px 15.6151px 32.5314px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    max-height: 0;
    max-width: 0;
}
#banner_contact .modal_contact .modal_content .modal_header{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
#banner_contact .modal_contact .modal_content .modal_header .close_modal{
    cursor: pointer;
}
#banner_contact .modal_contact .modal_content .modal_body .info{
    text-align: center;
    padding: 30px 50px;
}
#banner_contact .modal_contact .modal_content .modal_body .form_contact{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
#banner_contact .modal_contact .modal_content .modal_body .group_form_aera textarea{
    width: 100%;
    border: none;
    border-bottom:1px solid var(--secondary) ;
}
#banner_contact .modal_contact .modal_content .modal_body .group_form_aera{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 0 30px;
}
#banner_contact select,
#banner_contact input{
    border: none;
    border-bottom: var(--secondary) 1px solid;
}
#banner_contact label{
   color: var(--primary);
}
#banner_contact label.customer_type{
   color: var(--secondary) !important;
}
#banner_contact .modal_contact .modal_content .modal_body .group_form_aera textarea.w-100{
    width: 100%;
}
#banner_contact .modal_contact .modal_content .modal_body .group_form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    width: fit-content;
}
#banner_contact .modal_contact .modal_content .modal_footer i{
    color: var(--bg_details_card);
    font-size: 12px;
}
#banner_contact .modal_contact .modal_content .modal_footer{
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 30px 20px 30px;
}

#banner_contact #quotation.modal_contact .modal_content .modal_body .group_form_aera{
    padding: 0;
}
#banner_contact #quotation.modal_contact .modal_content .modal_body .group_form_checkbox{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px;
    align-items: flex-start;
}
#banner_contact #quotation.modal_contact .modal_content .modal_body .form_part_1,
#banner_contact #quotation.modal_contact .modal_content .modal_body .form_part_2{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}
#banner_contact #quotation.modal_contact .modal_content .modal_body{
    display: flex;
    gap: 15px;
    padding: 0 30px;
}

/** CART */

.cart-overview .no-items{
    padding: 30px 20px;
    display: block;
}
#cart .cart-grid-body .card-block{
    background-color: var(--secondary);
    color: #fff;
    border: none;
    flex-direction: row;
    gap: 0;
}
#cart .card-block h1{
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}
#cart .card.cart-container{
    border-radius: 9px;
    overflow: hidden;
}
#cart .cart-overview .cart-item{
    background-color: var(--white);
    margin: 10px;
    border-radius: 9px;
}
#cart .cart-overview {
    padding: 0;
    padding-bottom: 0.1px;
    background: var(--background_strong);
}
#cart .cart-overview .cart-items {
    transition: 0.3s;
    max-height: 0;
    overflow: auto;
}
#cart .cart-overview .cart-items::-webkit-scrollbar {
    width: 9px;
    height: 14px;
}

#cart .cart-overview .cart-items::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

#cart .cart-overview .cart-items::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border: 2px solid var(--background_light);
    border-radius: 50px;
}

#cart .cart-overview .cart-items::-webkit-scrollbar-track {
    background: var(--background_light);
    border-radius: 47px;
}

#cart .cart-overview .cart-items::-webkit-scrollbar-corner {
    background: transparent;
}
#cart .cart-overview .cart-items.active {
    transition: 0.3s;
    max-height: 50vh;
}
#cart .cart_item_title .title{
    font-weight: 600;
    font-size: 16px;
}
#cart .cart_item_title .count_product{
    font-weight: 500;
    font-size: 12px;
    flex: 1;
}
#cart .card-block.cart-summary-totals{
    padding: 0 10px;
}
#cart .card-block{
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#cart .cart_item_title svg{
    cursor: pointer;
    transform: rotate(180deg);
    transition: 0.3s;
}
#cart .cart_item_title svg.active{
    transform: rotate(0deg);
}
#cart .cart_item_title{
    background-color: var(--background_light);
    padding: 10px 20px;
    display: flex;
    gap: 30px;
    align-items: center;
}

#cart .new-product-line-grid .product_price{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}
#cart .new-product-line-grid .product_body{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}
#cart .new-product-line-grid .product_detail .product_attribute{
    display: flex;
    gap: 10px;
}
#cart .new-product-line-grid .product_action .product_delete .remove-from-cart{
    display: flex;
    align-items: center;
}
#cart .new-product-line-grid .product_action{
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    flex: 1;
}
#cart .new-product-line-grid .product_price .unit_price,
#cart .new-product-line-grid .product_price .total_price{
    text-align: right;
}
#cart .new-product-line-grid .product_price .regular-price{
    font-weight: 500;
    font-size: 14px;
}
#cart .new-product-line-grid .product_price .price{
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
    
}
#cart .new-product-line-grid .product_price .total_price {
    color: var(--secondary);
    font-weight: 600;
    font-size: 20px;

}
#cart .new-product-line-grid .product_info .product_attribute{
    font-weight: 500;
    font-size: 14px;
    color: #737B7D;
}
#cart .new-product-line-grid .product_info .product_name a{
    color: var(--primary);
    font-weight: 500;
    font-size: 20px;
}
#cart .new-product-line-grid .product_info .product_delivery.stock{
 color: var(--background_stock);
}
#cart .new-product-line-grid .product_info .product_delivery.fournisseur{
 color: var(--background_fournisseur);
}
#cart .new-product-line-grid .product_info .product_delivery.precommande{
 color: var(--background_preco);
}
#cart .new-product-line-grid .product_info .product_delivery{
    font-weight: 500;
    font-size: 14px;
}
#cart .new-product-line-grid .product_info{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
#cart .new-product-line-grid .product_detail{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: start;
}
#cart .new-product-line-grid{
    display: flex;
    gap: 20px;
    padding: 0 20px;
}
#cart .promo-input-field{
    width: 100%;
    padding: 14px;
}
.block-promo .promo-code form{
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 20px;
    justify-content: space-between;
}
#cart .promo-input-field,
#cart .new-product-line-grid .bootstrap-touchspin{
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eaecee;
}
.new-product-line-grid .bootstrap-touchspin .btn-touchspin,
.new-product-line-grid .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group{
    border: none;
}
#cart #promo-code,
#cart .card.cart-summary{
    background-color: var(--background_strong);
    border-radius: 9px;
}

#cart .summary-cart-by-owner{
    background-color: var(--white);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#cart .summary-cart-by-owner .summary-line-owner{
    display: flex;
    justify-content: space-between;
}
#cart .summary-cart-by-owner .quantity{
    font-weight: 500;
    font-size: 14px;
}
#cart .summary-cart-by-owner .typologie{
    font-weight: 600;
    font-size: 15px;
}   
#cart .summary-cart-by-owner .typologie.stock{
        color: var(--background_stock);
}
#cart .summary-cart-by-owner .typologie.fournisseur{
    color: var(--background_fournisseur);
}
#cart .summary-cart-by-owner .typologie.precommande{
    color: var(--background_preco);
}
#cart .summary-cart-by-owner .value_ht{
    font-weight: 500;
    font-size: 14px;
}   
#cart .card-block.cart-detailed-subtotals .title{
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
}
#cart .summary-cart-by-owner .value_ht,
#cart .summary-cart-by-owner .value_ttc{
    display: flex;
    width: 50%;
    justify-content: space-between;
}
.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total{
    border: none;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .value,
.card-block.cart-summary-totals .cart-summary-line.cart-total .label{
    font-weight: 500;
    font-size: 24px;
}
.cart-summary-line .label, .cart-summary-line .value{
    font-weight: 500;
    font-size: 16px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,
input:focus-visible {
    outline: none !important;
}
#opartSaveCartBloc a .hideSaveCartForm{
    color: var(--primary);
}
#opartSaveCartBloc a:not(a .hideSaveCartForm){
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}
#opartConteneurFormSaveCart .content{
    background: #fff;
    box-shadow: 0px 15.6151px 32.5314px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    padding: 1rem;
}
#opartConteneurFormSaveCart{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    background: transparent;
    backdrop-filter: blur(2px);
}
#cart .blockreassurance_product .row_rea{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
#cart .blockreassurance_product svg{
    width: 35px;
    height: 35px;
}
#cart .blockreassurance_product{
    padding: 0 10px;
    margin-top: 0;
}
#cart .blockreassurance_product .block-title{
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

/** CATEGORIES **/
#search_filters .facet .facet-label{
    display: flex;
    align-items: center;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top: 0;
}

#category #productshome{
    gap: 20px;
}
#category #productshome .product_img  {
    height: fit-content;
}
#search #products .products .products,
#category #products .products .products {
    max-width: calc(33% - 20px);
}
@media (max-width:1032px) {
    #category #products .products .products {
        max-width: calc(50% - 20px);
    }
}
@media (max-width:991px) {
    #category #products .products .products {
        max-width: calc(100% - 20px);
    }
}




/** RESPONSIVE HEADER*/


@media (max-width:1015px) {
    #_desktop_contact_link #contact-link span{
        display: none;
    }
}


/** AUTHENTIFICATION **/

#password #main #content,
#authentication #main #content{
    max-width: 640px;
}
#password #main,
#authentication #main{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#password #main .auth_form,
#authentication #main .auth_form{
    border-radius: 9px;
    padding: 35px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.101961);
}
#password #main .auth_form .send-renew-password-link {
    margin-top: 15px;
    text-align: center;
}
#password #main .auth_form .form-groupcol {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
#password #main .auth_form .logo,
#authentication #main .auth_form .logo{
    display: flex;
    justify-content: center;
}
#password #main .auth_form .logo img,
#authentication #main .auth_form .logo img{
    max-width: 150px;
}
 

/*** CHECKOUT **/

#js-checkout-summary .block-promo{
    margin-top: 20px;
    background-color: var(--background_strong);
    border-radius: 9px;
}
#js-checkout-summary .card-block.cart-summary-totals{
    background-color: var(--background_strong);
    border-radius: 0 0 9px 9px;
}
#js-checkout-summary .card-block:not(.cart-summary-totals){
    background-color: var(--background_strong);
    border-radius: 9px 9px 0 0;
}
.js-show-details,
#cart-summary-product-list{
    display: none;
}
#checkout .done{
    color: var(--primary);
}
.js-payment-binary.disabled .accept-cgv, body#checkout section.checkout-step.-current .content, body#checkout section.checkout-step.-current.-reachable.-complete .content{
    padding: 10px;
    background-color: var(--white);
    border-radius: 9px;
    margin: 10px;
}
body#checkout section.checkout-step.-reachable.-current .step-number{
    background-color: var(--primary);
}
#checkout .cart-grid-body{
    background-color: var(--background_strong);
    border-radius: 9px;
    overflow: hidden;
    padding: 0;
}
body#checkout section.checkout-step{
    background-color: transparent;
}
body#checkout section.checkout-step{
    padding: 0;
}
body#checkout section.checkout-step .step-title,
body#checkout section.checkout-step.-complete:first-of-type .step-title{
    padding: 1.25rem 10px;
    border: 1px solid var(--secondary);
    border-bottom-color: var(--primary);
    background-color: var(--secondary);
}
#banner_contact label{
    text-align: left;
}
#banner_contact  #recalled .modal_content,
#banner_contact  #quotation .modal_content{
    overflow-y: scroll;
}
#recalled .modal_body .group_row{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}
#banner_contact .modal_contact .modal_content .modal_body .form_contact{
    padding: 0 20px;
}
#banner_contact .modal_contact .modal_content .modal_body .group_form_aera{
    padding: 0;
    margin-bottom: 2rem;
}
.panachage_size_table .product_attr_quantity_panachage:active::placeholder,
.panachage_size_table .product_attr_quantity_panachage:focus::placeholder{
    color: transparent;
}

/*** FACET **/ 

ul.ul_picto{
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}
ul.ul_picto li{
    display: flex;
}
ul.ul_picto .color.texture{
    margin: 0 !important;
    margin-top: 5px !important;
    height: 50px !important;
    width: 50px !important;
}
ul.ul_picto li label{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
ul.ul_picto li label a{
    width: 100% !important;
    text-align: center;
}
.product-information p{
    color: #232323;
}
.block-contact, .footer-container li a{
    font-weight: 300;
}
.row_price_product small{
    color: #7a7a7a;
    font-size: 10px;
    font-weight: 300;
}
.row_price_product small{
    color: #7a7a7a;
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    bottom: -15px;
    right: 0;
}
#product .row_price_product{
    position: relative;
}