/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
Text Domain: twentytwentyone-child
*/




strong {
    font-weight: 700 !important;
}

@font-face {
    font-family: 'Anton-Regular';
    font-display: swap;
    src: url("assets/fonts/Anton-Regular.ttf");
}

@font-face{
    font-family : "IBMPlexSans-Regular";
    src : url("assets/fonts/IBMPlexSans-Regular.ttf");
    font-display: swap;
}
@font-face{
    font-family : "IBMPlexSans-Bold";
    src : url("assets/fonts/OutfitBold.ttf");
    font-display: swap;
}
@font-face{
    font-family : "IBMPlexSans-Light";
    src : url("assets/fonts/OutfitLight1.ttf");
    font-display: swap;
}
@font-face{
    font-family : "IBMPlexSans-Medium";
    src : url("assets/fonts/OutfitMedium.ttf");
    font-display: swap;
}

/* didomi*/
#didomi-host .didomi-banner-notice-optin-type .didomi-continue-without-agreeing{
    top: 3px!important;
}
#didomi-host .didomi-notice-banner .didomi-border{
    padding: 25px!important;

}

body {
    font-family: "IBMPlexSans-Regular", serif;
    color: #2E2E2E;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.customh2tagsize{
    font-family: "IBMPlexSans-Regular", serif;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-transform:inherit;
}
a{
    color: #000000;
    text-decoration: none;
}
/* containers */
.container-full{
    width:100%;
}
.container-xl{
    width:1780px;
    margin:0 auto;
}
.container-l{
    width:1638px;
    margin:0 auto;
}
.container-m{
    width:1358px;
    margin:0 auto;
}
.container{
    width:1274px;
    margin:0 auto;
}
.container-s{
    width:860px;
    margin:0 auto;
}
.display-none-desktop{
    display:none;
}
.display-none-mobile{
    display:block;
}
h1{
    font-size: 50px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 55px;
    font-weight: normal;
}
h1.entry-title{
    text-align: center;
    margin:0;
}
.container-form-login h1{
    text-align: center;

}
h2{
    text-transform: inherit;
    font-size:40px;
    line-height: 45px;
    font-family : "IBMPlexSans-Bold", serif;
    font-weight: normal;
}
h1,H2,h3,h4,h5,h6{
    text-transform: inherit;
}
#header{
    height:100px;
    position: relative;
    width: 100%;
    z-index: 10;
    top: 0;
    color:#000;
}

.container-header{
    display:flex;
    flex-direction: column;
}
.container-header-slogan{
    border-bottom: 1px solid #707070;
    width: 100%;
}
.container-header-slogan-inner{
    width: 980px;
    margin: 0 auto;
    height:36px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container-header-content{
    width:1780px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
.container-header-left{
    width:calc(50% - 181px);
    display: flex;
    align-items: center;
    justify-content: end;
}
.container-header-logo{
    width: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-header-logo span{
    text-align: center;
}
.container-header-right{
    width:calc(50% - 181px);
    display: flex;
    justify-content: end;
}
.container-header-mobile{
    display:none;
}
#header_cta_bilan{
    position: absolute;
    left: 5px;
    display: inline-block;
    background-color: #f4e0ca;
    color: #2E2E2E;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 17px;
}
#header_cta_bilan:hover{
   
    background-color: #2E2E2E;
    color: #f4e0ca;

}
.header-menu{

    position: relative;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#menu ul li{
    padding: 0 15px;
    position: relative;
}

#menu ul li a{
    color:#000;
    text-decoration: none;
    font-size: 17px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform: inherit;
    line-height: 22px;
}
#menu ul li ul li a{
    font-size: 14px;
    line-height: 18px;
}

#menu ul li a:hover,
#menu ul li.current_page_item a{
    text-decoration:none;
    text-underline-offset:5px;
}
.container-menu-mobile{
    display:none;
}

#menu ul li .sub-menu{
    display:none;
}
#menu ul li:hover .sub-menu{
    display:block;
    position: absolute;
    background-color: #fff;
    width: 300px;
    left:0;
}
#menu ul li .sub-menu li{
    margin:10px 0;
}
#menu-menu-synapsya{
    justify-content: end;
}

/* footer */
#footer{
    margin-top:110px;
}
.footer-intro h2{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    font-family: "IBMPlexSans-Bold", serif;
    text-align:center;
}
.footer-intro p{
    font-size: 20px;
    line-height: 27px;
    text-align:center;
}
.footer-newsletter-container {
    width: 1060px;
    margin: 0 auto 110px auto;
}
.footer-form{
    width:730px;
    margin: 0 auto;
}
.footer-form .wpcf7-form-control-wrap input[type="email"]::placeholder {
    font-size: 14px;
    font-family: "IBMPlexSans-Regular", serif;
}
.footer-form .wpcf7-form-control-wrap input[type="email"] {
    width: 100%;
    height: 45px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 14px;
    font-family: "IBMPlexSans-Regular", serif;
}
.footer-form input[type="submit"] {
    float: right;
    width: 147px;
    height: 25px;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.footer-form .wpcf7-form-control.wpcf7-acceptance label input[type="checkbox"]{
    margin-top:0;
}
.footer-form .wpcf7-form-control.wpcf7-acceptance label{
    display: flex;
    align-items: start;
}
.footer-form .wpcf7-form-control.wpcf7-acceptance a{
    color:#000;
}
.footer-form .wpcf7-form-control.wpcf7-acceptance{
    font-size: 10px;
    line-height: 13px;
}
.footer-reassurance-container{
    width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-reassurance-bloc{
    width:25%;
    text-align: center;
}
.footer-reassurance-txt{
    margin-top: 40px;
    font-size: 15px;
    font-family: "IBMPlexSans-Regular", serif;
    line-height: 20px;
}
.footer-inside{
    width:100%;
}
.footer-container{
     background-color:#f4e0ca
}
.footer-bandeau span{
    font-size: 15px;
    font-family: "IBMPlexSans-Regular", serif;
    line-height: 20px;
}
.footer-bandeau{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}
.footer-inside-content{
    display:flex;
    justify-content: space-between;
    padding-top:40px;
    width:calc(100% - 130px);
    margin:0 auto;
    position: relative;
}
.footer-inside-left{
    width:calc(100% - 400px);
    display:flex;
    justify-content: space-between;
    gap: 20px;
}
.footer-inside-right{
    width:350px;

}
.footer-inside-right ul{
    list-style-type: none;
    padding: 0;
}
.footer-menu-bloc{
    width:25%;
}
.footer-menu-bloc ul{
    list-style-type: none;
    padding: 0;
}
.footer-menu-bloc ul li a{
    font-size:16px;
    line-height:30px;
}
.footer-inside-right h3,
.footer-menu-bloc h3{
    font-size:20px;
    line-height: 30px;
    font-weight:normal;
    font-family: "IBMPlexSans-Bold", serif;
    margin-bottom: 25px;
}
.footer-block-rs-container{
    display:flex;
    gap:15px;
    justify-content: end;
    margin-top: 65px;
}
.footer-block-rs{
    width:31px;
}
.footer-inside-right .wpcf7-acceptance .wpcf7-list-item-label {
    font-size:12px;
}
.footer-inside-right .wpcf7-form-control-wrap input[type="email"] {
    width: 100%;
    height: 35px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid #000;
    outline: none;
    font-size: 13px;
    padding: 0px 5px;
    box-sizing: border-box;
}
.footer-inside-right-newsletter{
    background-color:#f69876;
    padding: 10px;
    border-radius: 12px;
}
.footer-inside-right-newsletter input[type="submit"]{
    background-color: #000;
    color: #fff;
  
    font-size: 12px;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 12px;
    
}
.cta{

    background-image: url('assets/images/cta-arrow.svg');
    background-position: 90% 50%;
    background-size: 13px 16px;
    background-repeat: no-repeat;
    font-size:15px;
    line-height: 20px;
    text-decoration: none;
    cursor:pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}
.cta:hover{

}
.cta-white{
    background-color: #fff;
    color:#000;
    border:1px solid #fff;
    background-image: url('assets/images/cta-arrow-white.svg');
}
.cta-home{
    width:259px;
    height:46px;
    background-image: url('assets/images/picto-arow-cta-white.svg');
    background-position: right 5px center;
    background-size: 34px 27px;
}
.cta-home:hover{
    background-image:url("assets/images/picto-arrow-down-cta.svg");
}
.footer-cta-locked{
    display:none;
}
.cart-locked{
    position:fixed;
    right:0;
    top:50%;
    z-index: 1;
    display: flex;
        align-items: center;
        justify-content: center;
         width:60px;
        height:60px;
}
.back-top-locked{
    cursor:pointer;
    position:fixed;
    bottom:15%;
    right: 5px;
    z-index:1;
    display:none;
}
.page-template-cart-template .cart-locked{
    display:none;
}
/* home */
.container-banner-home{
    width:100%;
    height: 610px;
    position: relative;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.banner-home-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(2, 14, 28, 0.01), rgba(23, 37, 52, 0.90));
    opacity: .6;
    mix-blend-mode: hard-light;
}
.container-banner-home-inner{
    max-width: 914px;
    left:15%;
    top:105px;
    position: relative;
}
.home-banner-title h1{
    font-size: 50px;
    line-height: 50px;
    color:#fff;
}
.home-banner-cta .cta{
    width:302px;
    height: 46px;
}
.home-content-intro{

}
.banniere-clickable {
  position: relative;
}

.banniere-clickable .banner-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.home-content-intro h2{
    font-size: 30px;
    line-height:45px;
    text-align: center;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform: inherit;
    margin-top: 0;
    margin-bottom: 65px;
    background-color: #F0F0F0;
    padding:10px 0 10px 0;
}
.home-content-intro p{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-family: "IBMPlexSans-Light", serif;
    padding:0 70px;
}
.container-home-product{
    overflow: hidden;
}
.home-content-product h2{
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform: uppercase;
    margin-bottom:0;
    position:relative;
    z-index: 1;
}
.home-content-product p.home-content-product-subtitle{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-family: "IBMPlexSans-Regular", serif;
    margin-top: 0;
    position:relative;
    z-index: 1;
}


.container-category-cpa{
    width:1125px;
    display: flex;
    justify-content: center;
    position: relative;
}





.home-content-product-cpa{
    position: relative;
}
.home-content-product-cpa-background{
    position:absolute;
    right: -836px;
    top:80px;
    width: 1200px;
    height: 942px;
    z-index: 1;
}

.container-category-gel{
    width:800px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.home-content-product-gel{
    background-color:#FAFAF8;
    padding-top: 40px;
    position: relative;
}
.home-content-product-gel-background{
    position:absolute;
    left:-250px;
    width: 685px;
    height: 902px;
    z-index: 0;
}
.home-content-product-gel h2{
    margin-top:0;
}
.container-category-visco{
    width:1260px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.swiper-button-next {
    right: 20px!important;
    background-image: url('assets/images/arrow-slider-right.svg')!important;
    background-size: 70px;
    width: 70px !important;
    height: 70px !important;
   
    top:calc(50% - 35px);
    color:inherit!important;
    z-index:1!important;
}

.swiper-button-prev {
    left: 20px!important;
    background-image: url('assets/images/arrow-slider-left.svg')!important;
    background-size: 70px;
    width: 70px !important;
    height: 70px !important;
    top:calc(50% - 35px);
    color:inherit!important;
    z-index:1!important;
}
.product-image-container .swiper-button-prev {
    left: -60px!important;
    background-image: url('assets/images/arrow-slider-left.svg')!important;
    background-size: 50px;
    width: 50px !important;
    height: 50px !important;
    top:calc(50% - 35px);
    color:inherit!important;
    z-index:1!important;
}
.product-image-container .swiper-button-next {
    right: -60px!important;
    background-image: url('assets/images/arrow-slider-right.svg')!important;
    background-size: 50px;
    width: 50px !important;
    height: 50px !important;
   
    top:calc(50% - 35px);
    color:inherit!important;
    z-index:1!important;
}

.uagb-slider-container .swiper-button-prev, .uagb-slider-container .swiper-button-next{
    background-color: inherit;
}
.swiper-container {
    width: 100%;
    padding: 20px 0;
}
.container-category-cpa .swiper-wrapper{
    width:955px!important;
}
.container-category-cpa .swiper-slide{
    display:flex;
}
.container-category-visco .swiper-slide{
    display:flex;
}


.container-category-gel .swiper-wrapper{
    width:800px!important;
}
.container-category-visco .swiper-wrapper{
    width:1260px!important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 300px;
}
.product-card-img,
.product-card-img-bis{
    width: 300px;
    height:300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-card-img-bis{
    display:none;
}
.home-content-product .product-card:hover .product-card-img{
    display:none;
}
.home-content-product .product-card:hover .product-card-img-bis{
    display:block;
}

.product-card-description{
    margin-bottom:5px;
}
.product-card-description p{
    margin:0;
    text-align:left;
}
.product-card-infos {
    padding-left:15px;
    text-align:left;
}
.product-card h3 {
    font-size: 16px;
    line-height:25px;
    margin: 10px 0 0 0;
    font-family : "IBMPlexSans-Bold", serif;
}
.product-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.container-category-gel .swiper-slide{
    display:flex;
}
/*
.home-content-product-gel .product-card {
    width: 181px;
}
.home-content-product-gel .product-card-img {
    width: 181px;
    height:367px;
}
.home-content-product-visco .product-card {
    width: 309px;
}
.home-content-product-visco .product-card-img {
    width: 309px;
    height:240px;
}

 */
.home-product-card-cta-cart{
    width:36px;
    height:36px;
    background-image: url("assets/images/add-cart-archive.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color:transparent;
}

.home-product-card-cta-more {
    width:36px;
    height:36px;
    background-image: url("assets/images/cat-more-info.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color:transparent;
}
.container-home-avis h2 {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.container-home-avis{
    margin:60px auto;
}

.home-mission-content{
    display:flex;
    justify-content: space-between;
    width:100%;
}
.container-home-mission h2 {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.container-home-mission p {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-family: "IBMPlexSans-Regular", serif;
    margin-top: 0;
}
.home-mission-bloc{
    width:281px;
    height:281px;
    text-align:center;
    padding-top:65px;
    box-sizing: border-box;
    border:1px solid #707070;
    background-image:url("assets/images/picto-arrow-down-cta.svg");
    background-size:26px 33px;
    background-position:right 45px bottom 31px;
    background-repeat:no-repeat;
}
.home-mission-bloc h3{
    font-size: 30px;
    line-height: 20px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform:uppercase;
    font-weight:normal;
}
.home-mission-bloc p{
    font-size: 15px;
    line-height: 20px;
}
.container-home-video-inner{
    display:flex;
    justify-content: space-between;
}
.container-home-video{
    background-color:#FAFAF8;
    padding:70px 0;
    margin-top:40px;
}
.container-home-video-right{
    width:819px;
}
.container-home-video-left{
    width:748px;
    text-align:right;
}
.container-home-video-left h2{
    font-size: 120px;
    line-height: 111px;
    margin: 0;
}
.container-home-video-left p{
    font-size: 20px;
    line-height: 27px;
}
.container-home-video-left .cta{
    float:right;;
    margin-top:85px;
}
.container-home-conseils{
    display:flex;
    justify-content: space-between;
    position: relative;
    margin-top:30px;
}
.container-home-conseils-left{
    width:748px;
    text-align:right;
}
.container-home-conseils-left p{
    font-size: 20px;
    line-height: 27px;
}
.container-home-conseils-left .cta{
    float:right;;
    margin-top:85px;
}
.container-home-conseils-right{
    width:819px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
}
.container-home-conseils-right .blog-post{
    width: calc(50% - 5px);
    height:inherit;
    margin: 5px 0;
    aspect-ratio: 1;
}
.container-home-conseils-left h2{
    font-size: 120px;
    line-height: 130px;
    margin: 0;
}
.container-home-etudes{
    display:flex;
    justify-content: space-around;
    margin-top:145px;
}
.container-home-etudes-img-mobile{
    display:none;
}
.container-home-etudes-left{
    width:942px;
}
.container-home-etudes-right h2{
    font-size: 80px;
    line-height: 90px;
    margin: 0;
}
.container-home-etudes-right p{
    font-size: 20px;
    line-height: 27px;
    max-width: 590px;
}
.container-home-etudes-right .cta{
    float:left;
    margin-top:85px;
    text-transform:uppercase;
}
.container-home-etudes-right{
    width:710px;
}
.container-home-engagements {
    text-align:center;
    margin-top: 60px;
}
.container-home-engagements h2{
    font-size: 80px;
    line-height: 90px;
    margin: 0;
}
.container-home-engagements p{
    font-size: 20px;
    line-height: 27px;
}
.container-home-engagements-inner{
    display: flex;
    justify-content: center;
    margin-top:50px;
}
.home-engagements-bloc{
    width:188px;
    height:188px;
    text-align:center;
    box-sizing: border-box;
    border:2px solid #000000;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 8px;
    padding:10px;
    background-image:url("assets/images/picto-arrow-down-small-cta.svg");
    background-size:10px 12px;
    background-position:right 11px bottom 11px;
    background-repeat:no-repeat;
}
.home-engagements-bloc h3{
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    text-transform: uppercase;
}
/* produits */
h1.product_title{
    font-size: 60px !important;
    line-height: 70px;
    font-family: "IBMPlexSans-Regular", serif;
    text-align: left;
    margin-bottom:20px!important;
}
.custom-product-tags p{
    margin:2px 0;
    
   
}
.product_meta{
    display: none;
}
.product-tag{
     border-radius: 12px;
    padding: 5px;
    display: inline-block;
    margin: 0 5px 5px 0;
   border: 2px solid;

}
.product-archive-card-tags p{
    margin: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: inherit!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: inherit!important;
}
.woocommerce ul.products.columns-3 li.product {
    width: 327px!important;
    height:439px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce ul.products.columns-3 li.product:nth-child(odd) {
    background-color: rgba(237, 235, 221, 0.2);
}
.woocommerce-tabs ul.wc-tabs{
    display: flex;
    justify-content: space-around;
}
.woocommerce-tabs ul.wc-tabs li{
    font-size: 25px;
    line-height: 30px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform:inherit;
    background-image:url('assets/images/picto-arrow-down-product.svg');
    background-size:15px;
    background-position: right top 6px;
    background-repeat: no-repeat;
    padding: 0 34px 5px 0;;
}
.woocommerce-tabs ul.wc-tabs li a{
    width:100%;

}
.woocommerce-tabs ul li.active{
    border-bottom:3px solid #000;
}
.container-product-tabs{
    background-color: #F8F7F3;
    padding-bottom: 60px;
    padding-top: 60px;
}
.container-product-tabs-bloc{
    display:flex;
}
/*
#container-product-tabs-description .container-product-tabs-txt{
    width:928px;
}

 */
.product{
    display:flex;
    max-width: 1780px;
}
.product-image-container{
    width:700px;
    margin-left: 100px;
    position:relative;
}
.product-slide-img{
    width:100%;
    height: 700px;
    background-position:center;
    background-repeat: no-repeat;
    background-size:contain;
}
.woocommerce div.product div.summary {
    width: calc(50% - 180px)!important;
    margin-left: 90px;
}
.single-product form.cart{
    display: flex;
    flex-wrap: wrap;
}
.single-product form.cart .wcsatt-options-wrapper{
    width:100%;
}
.wcsatt-options-prompt-text{
    display: none;
}
.single-product form.cart .quantity{
    margin-right: 0!important;
    border-right: none;
    outline: none;
}
.single-product form.cart input[type=number]{
    width: 40px!important; ;
    height: 45px;

    box-sizing: border-box;
    border-right: none;
    outline: none;
}
.single-product .single_add_to_cart_button{
    width: 236px;
    height: 45px;

    font-size: 20px;
    line-height: 25px;
    font-family: "IBMPlexSans-Regular", serif;
    border-left: none;
    cursor: pointer;
}
.single-product .summary p.price{
    margin-bottom:10px!important;
    display:block!important;
}
#tab-description .container-product-tabs-txt{
    width:928px;
}
#tab-description .container-product-tabs-img{
    width:calc(100% - 928px)
}
.page-product-rating{
    margin-bottom:15px;
}
.woocommerce-tabs .container-product-tabs-txt ul li{
    display:inherit!important;
}
.woocommerce-tabs .container-product-tabs-txt ul li .composition-desc li {
    display: list-item !important;
}
#tab-description.container-product-tabs-txt{
    width:928px;
}
#tab-description .container-product-tabs-img{
    width:calc(100% - 958px);
    text-align:right;
}
#tab-ingredients-naturels .container-product-tabs-txt{
    width:calc(50% - 30px);
}
#tab-ingredients-naturels .container-product-tabs-img{
    width:calc(50% - 30px);
    text-align:left;
}
/*
#container-product-tabs-description .container-product-tabs-img{
    width:calc(100% - 928px);

    background-size:  contain;
    background-position: right;
    background-repeat: no-repeat;
}
*/
#tab-ingredients-naturels{
    flex-direction: row-reverse;
    justify-content: space-between;
}
/*
#container-product-tabs-ingredientsnaturels .container-product-tabs-img{
    width:50%;

    background-size:  auto 100%;
    background-position: left;
    background-repeat: no-repeat;
}


#container-product-tabs-ingredientsnaturels .container-product-tabs-txt{
    width:40%;
}
 */
.woocommerce-tabs .panel h2{
    font-size: 60px!important;
    line-height: 70px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform: inherit;
    font-weight:normal;
}
.woocommerce-tabs .panel h3{
    font-size: 35px!important;
    line-height: 40px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform: inherit;
    font-weight:normal;
}
.woocommerce-tabs .panel h4{
    font-size: 25px!important;
    line-height: 30px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform: inherit;
    font-weight:normal;
}
.related.products h2, .up-sells h2{
    text-align:center;
    font-size: 60px;
    line-height: 80px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform:inherit;
}

.container-related-product{
    width:1125px;
    display: flex;
    justify-content: center;
    position: relative;
}
.container-upsell-product{
    width:1440px;
    display: flex;
    justify-content: center;
    position: relative;
}
.container-upsell-product .swiper-wrapper{
    width:1440px!important;
    justify-content: center;
}
.container-upsell-product .swiper-slide{
    width: 300px;
}

.container-upsell-product .product-card {
    width: 300px;
}
.container-upsell-product .product-card-img,
.container-upsell-product .product-card-img-bis{
    width: 300px;
    height:252px;
}
.container-upsell-product .swiper-button-next {
    right: -80px !important;
    background-image: url('assets/images/arrow-slider-right.svg');
}
.container-upsell-product .swiper-button-prev {
    left: -80px !important;
    background-image: url('assets/images/arrow-slider-left.svg');
}
.container-upsell-product .product-card:hover .product-card-img{
    display:none;
}
.container-upsell-product .product-card:hover .product-card-img-bis{
    display:block;
}

.product-card-cta{
    display: flex;
    width: 237px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.product-card-cta-more{
    width:183px;
    height:29px;
    background-color: #fff;
    border:1px solid #000;
    color:#000;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform:uppercase;
}
.product-card-cta-add-cart{
    width:47px;
    height:29px;
}
.product-card-cta-cart{
    width:47px;
    height:29px;
    background-color: #000;
    background-image: url("assets/images/cart-btn.svg");
    background-size: 21px 17px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}
.product-related-card-cta-cart{
    width:47px;
    height:29px;
    background-image: url("assets/images/picto-add-to-cart-product.svg");
    background-size: 21px 17px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}
.product-faq-content{
    width:860px;
}
.product-faq-container{
    display: flex;
    align-items: center;
    flex-direction:column;
    gap:20px;
}
.product-faq-title{
    font-size: 45px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 45px;
    width: 819px;
    text-align: center;
}
.product-faq-bloc{
    border-bottom:1px solid #000;
}
.product-faq-bloc-title h3{
    font-size: 16px;
    font-family : "IBMPlexSans-Bold", serif;
    line-height: 22px;
    background-image: url('assets/images/picto-title-product-faq.svg');
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin:0;
    padding: 17px 0 17px 15px;
}
.product-faq-bloc-txt{
    display:none;
    padding-left:14px;
}
.cart-message-custom{

    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-top: 5px;
}
.product .label-abonnement-checkbox,
.product .abonnement-checkbox-txt{
    display:none;
}
.wcsatt-options-prompt-radios{
    display: block!important;
}
ul.wcsatt-options-prompt-radios{
    padding:0;
}
/* selector quantity */

.woocommerce .woocommerce-cart-form input.qty{
    width:40px!important;
}
.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    overflow: hidden;
    max-width: 111px;
    height: 45px;
    box-sizing: border-box;
    background-color:#fff;
}

.quantity-selector button {
    background: white;
    border: none;
    padding: 8px 12px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.quantity{
    background-color:#fff;
}
.quantity-selector input {
    text-align: center;
    border: none;
    width: 40px;
    font-size: 16px;
    font-weight: bold;
    appearance: textfield;
}

.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-variation-add-to-cart{
    display:flex;
}

.product-gutenberg-content .wp-block-columns{
    margin-bottom:50px;
}
.product-gutenberg-content{
    margin-top:50px;
}
.bloc-cta-product-bilan {
    border-radius: 12px;
}
.bloc-cta-product-bilan .wp-block-cover{
    min-height: inherit;
    height: 100%;
}
.woocommerce-product-details__short-description h2{
    font-weight: normal;
    font-family: "IBMPlexSans-Regular", serif;
    font-size: 17px;
    line-height: 22px;
}
/* override FAQ page */
.faq-container .product-faq-container{
    align-items: start;
}
.faq-container .product-faq-bloc{
    border:none;
}
.faq-container .product-faq-bloc-title {
    background-image:url("assets/images/faq-page-arrow-down.svg");
    background-size:10px;
    background-position: right center;
    background-repeat: no-repeat;
}
.faq-container .product-faq-title{
    width:50%;

}
.faq-container .product-faq-bloc-title.active{
    background-image:url("assets/images/faq-page-arrow-up.svg");
}
.faq-container .product-faq-content{
    width:50%;
    padding-right:70px;
    box-sizing: border-box;
}
.faq-container .product-faq-bloc-title h3{
    font-weight:normal;
    font-size:16px;
    line-height:20px;
    padding: 10px 20px 10px 0;
}
.faq-container .product-faq-bloc-txt{
    background-color:#F8F7F3;
    font-size:14px;
    line-height:20px;
    font-family : "IBMPlexSans-Regular", serif;
    padding:17px 30px 30px 15px;
}
.faq-container .product-faq-bloc-txt p:first-child,
.faq-container .product-faq-bloc-txt p:last-child{
    margin:0;
}




.product-post-container{
    margin-top:80px;
}
.product-post-title{
    text-align: center;
}
.product-post-title h2{
    text-transform:inherit;
}
.product-post-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.product-post-content a{
    margin:0 20px;
}
.product-post-bloc{
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    cursor:pointer;
    width:507px;
    height:645px;
}
.product-post-bloc-title{
    width:227px;
    height:227px;
    background-color: #fff;
    opacity: 0.8;
    padding-left:15px;
    padding-right:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.product-post-bloc-title h3{
    text-align:center;
    font-size: 20px;
    line-height: 20px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform:uppercase;
    margin-bottom: 5px;
}
.product-post-bloc-title p{
    margin-top:0;
}
.abonnement-checkbox-container label{
    font-size: 20px;
    line-height: 20px;
    font-family: "IBMPlexSans-Regular", serif;
    display:flex;
    align-items: center;
}
.abonnement-checkbox-txt ul{
    margin-top:0;
    padding-left: 20px;

}
.abonnement-checkbox-txt{
    margin-top:15px;
    margin-bottom:15px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border-top:3px solid #f4e0ca!important;
    font-size: 16px!important;
    font-weight:bold;
    justify-content: end!important;
}
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button{
    padding: 5px 10px;
    margin-left:20px;
}
/* archive product */
.archive h1{
    text-align: center;
    margin-bottom:15px;
}
.archive-subtitle{
    font-size: 30px;
    line-height: 40px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform: uppercase;
    margin-top:0;
}
.archive-product-container{
    display:flex;
}
.sidebar-archive-product{
    width:400px;
}
.sidebar-archive-product h4{
    font-size: 50px;
    line-height: 45px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform: uppercase;
    max-width: 280px;
    text-align: right;
    float: right;
    font-weight:normal;
}
.archive-product-content{
    width:calc(100% - 200px);
    margin:0 auto;
}

.category-filter-form-bloc input{
    width:30px;
}
.category-filter-form-bloc label{
    width:calc(100% - 50px);
    position:relative;
    top:-7px;
}
/* Cacher la checkbox par défaut */
.custom-checkbox {
    appearance: none;
    width: 18px!important;
    height: 18px;
    border: 2px solid black;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Quand elle est cochée */
.custom-checkbox:checked {
    background-color: black;
}

/* Ajout d'un check blanc */
.custom-checkbox:checked::after {
    content: '✔';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.category-filter-form-bloc{
    text-align: right;
}
.sidebar-archive-product-title{
    float: right;
    width: 100%;
}
.woocommerce ul.products{
    justify-content: space-around;
}

.product-archive-card {
    width: 225px;
    height:425px;
    position:relative;
}
.product-archive-card-review{
    margin:10px 0;
    height:30px;
}
.product-archive-card-img-bis {
    display:none;
}
.product-archive-card-img,
.product-archive-card-img-bis {
    width: 204px;
    height:183px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-archive-card h3 {
    font-size: 16px;
    line-height:25px;
    margin: 10px 0;
    font-family : "IBMPlexSans-Bold", serif;
}
.product-archive-card-name{
    display:flex;
    justify-content: space-between;
    margin-top:8px;
}
.product-archive-card-name-left{
    font-size: 16px;
    line-height: 20px;
    font-family: "IBMPlexSans-Bold", serif;
    width: 140px;
}
.my-points-slider .product-archive-card-name-left{
    width:inherit;
}
.product-archive-card-name-right {
    width: 85px;
    text-align: right;
}
.product-archive-card-name-right span{
    font-size: 12px;
    line-height: 25px;
    font-family: "IBMPlexSans-Bold", serif;
    background-color:#000;
    color:#fff;
    padding:5px 3px;
}
.product-archive-card-description p{
    margin:2px 0;
    font-size: 12px;
    line-height: 17px;
    font-family: "IBMPlexSans-Regular", serif;
}
.product-archive-card-description{
    font-size: 12px;
    line-height: 17px;
    font-family: "IBMPlexSans-Regular", serif;
}
.woocommerce-account .woocommerce-MyAccount-content p{

    font-size: 16px!important;
    line-height: 21px!important;;
    font-family: "IBMPlexSans-Regular", serif!important;;
}
.product-archive-card-cta-cart{
    border: 1px solid;
    cursor: pointer;
 
    background-color: #383838;
    color: #ffffff;
    border-color: #383838;
    text-decoration: none;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 236px;
    height: 44px;
    font-size: 20px;
    line-height: 25px;
    font-family: "IBMPlexSans-Regular", serif;
}
.product-archive-card-cta-cart:hover{
    text-decoration: none;
}
.product-archive-card-cta-more {
    width:36px;
    height:36px;
    background-image: url("assets/images/cat-more-info.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color:transparent;
}
.product-archive-card-cta{
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}
.product-archive-card-cta a{
    margin:0 6px;
}
.variation-delivery-container{
    margin: 40px 0 15px 0;
}
.shippingdaysvariable a{
    font-size:15px;
    margin-left:5px;
}
.shippingdaysvariable{
    display:flex;
    align-items:center;
}
.variation-acerolas-container{
    width:100%;
    display:none;
}
.pointsacerolasvariable{
    display:flex;
    align-items:center;
}
.pointsacerolasvariable p{
    font-size:15px;
    margin-left:5px;
}
.woocommerce-variation-price .subscription-details{

}
/* Conteneur du formulaire */
.search-form {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    right:0;
}
.header-right-menu{
    position:relative;
}



.search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 309px;
}

.search-field {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    text-align: left;
    border: none;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
    font-size: 20px;
    font-family: "IBMPlexSans-Regular", serif;
    font-weight: normal;
    padding-right: 40px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.search-field::placeholder {
    font-size: 20px;
    font-weight: normal;
    font-family: "IBMPlexSans-Regular", serif;
}

.search-submit {
    position: absolute;
    right: 15px;
    top: 29px; /* centré verticalement avec marge */
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
}

.search-submit .dashicons {
    font-size: 20px;
    line-height: 1;
}
.search  ul.products{
    justify-content: space-between;
    width: 100%;
}
.search  #products-list{
    width: 100%;
}
.search .woocommerce ul.products li.product{
    width: 33%;
}
/* form */

.form-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-bottom: 20px;
}
.form-row-full{
    margin-bottom: 20px;
}
.form-row-full p{
    width: 100%;
    margin:0;
}
.form-row p{
    width: 47%;
    margin:0;
}
.form-row p input[type="text"],
.form-row p input[type="email"],
.form-row-full p input[type="text"],
.form-row-full p input[type="email"],
.form-row-full p input[type="tel"],
.form-row p input[type="tel"]{
    width: 100%;
    height: 40px;
    border:none;
    border-bottom:1px solid #000000;
    outline:none;
    color: #000000;
    font-size: 16px;
    font-family : "IBMPlexSans-Regular", serif;
    padding-left: 10px;
    box-sizing: border-box;
}
.form-row p input[type="text"]::placeholder,
.form-row-full p input[type="text"]::placeholder,
.form-row p input[type="email"]::placeholder,
.form-row-full p input[type="email"]::placeholder,
.form-row-full p input[type="tel"]::placeholder,
.form-row p input[type="tel"]::placeholder,
.form-row-full p textarea::placeholder{
    color: #000000;
    font-size: 16px;
    font-family : "IBMPlexSans-Regular", serif;
}
.form-row-full p textarea{
    width: 100%;
    border:1px solid #000000;
    padding: 5px;
    outline:none;
    color: #000000;
    font-size: 16px;
    font-family : "IBMPlexSans-Regular", serif;
    max-height:225px;
}
.form-row-full p textarea::placeholder{
    font-size: 16px;
    font-family : "IBMPlexSans-Regular", serif;
}
.container-form .wpcf7-checkbox .wpcf7-list-item {
    margin-left:0;
    font-size:10px;
}
.container-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    font-size:12px;
}
.container-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first{
    margin-left:0;
}
.container-form input[type="submit"]{
    background-image:url('assets/images/picto-arow-cta-white.svg');
    background-position: 90% 50%;
    background-size: 13px 16px;
    background-repeat: no-repeat;
    font-size:12px;
    padding:3px 22px 3px 8px;
    text-decoration: none;
    cursor:pointer;
    float: right;
    width:167px;
    height:30px;
}
.container-form input[type="submit"]:hover{
    background-image:url("assets/images/picto-arrow-down-cta.svg");
}

/* popup callback */
/* Style de la popup */
#side-popup {
    position: fixed;
    top: 50%;
    right: -100%; /* Cachée à droite */
    width: 30%;
    background: white;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    min-width:570px;
}

/* Affichage de la popup */
#side-popup.active {
    right: 0;
}

/* Contenu de la popup */
.popup-content {
    width: 90%;
    padding: 20px;
    text-align: center;
}

/* Bouton de fermeture */
#close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}
#open-popup{
    cursor:pointer;
}



/* page contact */

.container-form-contact{
    width: 780px;
    margin:0 auto;
}

.container-form-contact input[type="submit"]{
    background-color: #748BF2;
    color:#fff;
    background-image: url('assets/images/arrow-btn.webp');
    background-position: 90% 50%;
    background-size: 4px 6px;
    background-repeat: no-repeat;
    font-size:12px;
    padding:3px 22px 3px 8px;
    text-decoration: none;
    cursor:pointer;
    border:1px solid #748BF2;
    float: right;
}
.container-form-contact input[type="submit"]:hover{
    background-color: #002848;
    border:1px solid #002848;
}

.bloc-contact-form-container .inputfile  {
    color: transparent;
}
.bloc-contact-form-container .inputfile::-webkit-file-upload-button {
    visibility: hidden;
}
.bloc-contact-form-container  .inputfile::before {
    content: 'Joindre';
    color: #0F1737;
    display: inline-block;
    background: #fff;
    border: 1px solid #0F1737;
    border-radius: 20px;
    padding: 5px 23px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size:15px;

}
.bloc-contact-form-container   .inputfile:active {
    outline: 0;
}
.bloc-contact-form-container  .inputfile:hover::before {
    background-color: #0F1737;
    color:#fff;
}
.bloc-contact-form-container  .inputfile:active::before {
    background-color: #0F1737;
    color:#fff;
}
.bloc-contact-form-container  .wpcf7 input[type="file"]{
    width:100%;
}
.bloc-contact-form-container   .form-row-file{
    margin-top:20px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    justify-content: start;
}
.bloc-contact-form-container    .form-row-file span.wpcf7-form-control-wrap{
    margin-top: 10px;
    display: inline-block;
    width: 100px;
}

.bloc-contact-form-container   .form-row-full label span{
    width:100%;
}

.bloc-contact-form-container    .form-row-full p input[type="text"]{
    box-sizing:border-box;
}
.bloc-contact-form-container    .label-input-file-ordonnance span{
    padding-left:10px;
}



/* bloc blog */
.title-blog-page{
    font-size: 30px;
    line-height: 40px;
    margin:15px 0 25px 0;
    text-align:center;
}
.container-blog{
    display:flex;
    justify-content: space-around;
}
.blog-category{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    flex: 1; /* Prend de l'espace égal dans le conteneur */
    max-width: 507px; /* Largeur maximale de chaque rectangle */
    aspect-ratio: 507 / 646; /* Maintient le ratio largeur/hauteur */
    margin: 10px; /* Espace entre les rectangles */
}
.blog-category-title{
    width:227px;
    height:227px;
    background-color: #fff;
    opacity: 0.8;
    padding-left:15px;
    padding-right:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image : url('assets/images/cta-arrow-blog-category.png');
    background-position: right 16px bottom 6px;
    background-size: 26px 33px;
    background-repeat: no-repeat;
}
.blog-category-title h3{
    text-align:center;
    font-size: 20px;
    line-height: 20px;
    font-family: "IBMPlexSans-Regular", serif;
    text-transform:uppercase;
    margin-bottom: 5px;
}
.blog-category-title p{
    margin-top:0;
}

.container-blog-post-container{
    margin:30px auto 0 auto;
    width:1588px;
    display:block;
}
#container-blog-post-title{
    text-align: center;
    font-size:40px;
    line-height:45px;
}
.blog-category-active::after{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 3px;
    background:#000;
}

.blog-category-active{
    height:546px;
    position:relative;
}
.blog-category-inactive{
    height:492px;
}
.single-post .container-blog-post-container h2{
    font-size: 40px;
    line-height: 50px;
    font-family: "IBMPlexSans-Regular", serif;
    text-align: center;
    margin-top:80px;
    margin-bottom:30px;
    text-transform:inherit;
}
.container-blog-post{
    display:flex;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap;
}

.blog-post{
    width: 365px;
    height: 365px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:10px 16px;
    min-width:300px;

}
.blog-post-title{
    width:206px;
    height:206px;
    background-color: #fff;
    opacity: 0.8;
    padding-left:15px;
    padding-right:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image : url('assets/images/cta-arrow-blog-category.png');
    background-position: right 14px bottom 5px;
    background-size: 24px 30px;
    background-repeat: no-repeat;
}
.blog-post-title h3{
    text-align:center;
    font-size: 20px;
    line-height: 20px;
    font-family: "IBMPlexSans-Bold", serif;
    text-transform:uppercase;
    margin-bottom: 5px;
    font-weight:normal;
}
.blog-post-title p{
    margin-top:0;
}
article h1.entry-title{
    font-size:50px;
    line-height: 55px;
    font-family : "IBMPlexSans-Regular", serif;
    text-transform:inherit;
    margin-bottom:25px;
}
/*
.bloc-texte p{
    margin-top: 15px;
    font-size:16px;
    line-height: 21px;
    font-family : "IBMPlexSans-Regular", serif;
}
.bloc-texte h2{
    margin:15px 0 0 0;
    text-transform: inherit;
    font-size:30px;
    line-height: 35px;
    font-weight: normal;
}
.bloc-texte-image{

    margin-bottom:70px;
}
.bloc-image img{
    width: 100%;
}
*/
.single-post .bloc-intro .wp-block-image{
    margin: 0 0 30px;
}
.single-post p{
    margin-top: 15px;
    font-size:15px;
    line-height: 21px;
    /*font-family : "IBMPlexSans-Regular", serif;*/
    
}
.single-post ul li{
    font-size:15px;
    line-height: 21px;
    /*font-family : "IBMPlexSans-Regular", serif;*/
}
.single-post h2{
    margin:15px 0;
    text-transform: inherit;
    font-size:30px;
    line-height: 35px;
    font-weight: normal;
}
.single-post h3{
    margin:15px 0 ;
    text-transform: inherit;
    font-size:20px;
    line-height: 24px;
    font-weight: normal;
}
.single-post img {
   
}
.bloc-sommaire{
    background-color:#F8F7F3;
    /*font-family : "IBMPlexSans-Regular", serif;*/
    padding:25px 20px 45px 20px;
    line-height: 27px;
    margin-top:30px;
}
.bloc-source{
    background-color:#F8F7F3;
    /*font-family : "IBMPlexSans-Regular", serif;*/
    line-height: 27px;
    text-align: center;
    padding:25px 20px 45px 20px;
}
.bloc-source p{
    background-color:#F8F7F3;
    /*font-family : "IBMPlexSans-Regular", serif;*/
    line-height: 27px;
    font-size:16px;
    margin: 0;
}
.bloc-source h3.bloc-source-title{
    font-size:20px;
    /*font-family : "IBMPlexSans-Regular", serif;*/
    line-height: 27px;
}
.bloc-produit-post h2{
    /*font-family : "IBMPlexSans-Regular", serif;*/
    line-height: 40px;
    font-size:30px;
    text-transform:inherit;
}
.single-post .wp-block-media-text .wp-block-media-text__media img{
   
}
.single-post .wp-block-media-text .wp-block-media-text__content h2{
   
}
.single-post .wp-block-media-text{
    
}

/*
.bloc-texte-image h2{
    text-transform: inherit;
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    margin:10px 0 30px 0;
}
.bloc-texte-image .wp-block-media-text>.wp-block-media-text__content{
    padding-right:0;
    padding-left:80px;
}

.bloc-texte-image .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
    padding-left:0;
    padding-right:80px;
}
.bloc-video{
    margin-bottom:70px;
}
h2.titre{
    font-size: 80px;
    line-height: 106px;
    margin-top: 70px;
}
p.sous-titre{
    font-size: 30px;
    text-transform:uppercase;
    line-height: 40px;
}

 */

/* 404 */
.container-404 h1.page-title{
    font-size: 300px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 1;
    margin: 0;
}
.container-404{
    text-align:center;
}
.error-404 p{
    font-size: 30px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 40px;
    margin:15px auto;
}
.error-404 p.page-404-subtitle{
    font-size: 80px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 106px;
    margin: 50px auto 15px auto;
}

/* form login */
.container-form-login h2{
    text-align: center;
}
.container-form-login p.form-login-subtitle{
    text-align: center;
    font-size: 30px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 40px;
}
.container-form-login input::placeholder{
    text-align:center;
}
/* my account */
.header-espace-perso {

    width: 100%;
    height: 201px;
    position: absolute;
    top: 46px;
    z-index:1;
    display:flex;
}
.header-espace-perso .container{
    height: 100%;
    position: relative;
}
.title-espace-perso{
    position: absolute;
    bottom: 50px;
    right: 0;
}
.title-espace-perso h1{
    text-align:right;
    font-size:50px;
    line-height:55px;
    text-shadow: 2px 2px 4px #000;
}

.header-espace-perso-sidebar{
    width: 410px;
    position: relative;
    height: 216px;

}
.container-espace-perso-title{
    width: 1360px;
    height: 216px;
    position: relative;
}

.container-epace-perso{
    /* width:100%;*/
    display:flex;
}
.woocommerce-MyAccount-navigation-link button{
    float:left!important;
}
.epace-perso-sidebar{
    width: 490px;
    padding-top: 150px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--referrals{
    display:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: calc(100% - 350px)!important;
    padding-left:50px;
    box-sizing: border-box;
}

/* Base */
.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Picto commun */
.woocommerce-MyAccount-navigation ul li a::before {
    content: "";
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    flex-shrink: 0;
}

/* Mes commandes */
.woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url('/wp-content/themes/twentytwentyone-child/assets/images/order.png');
}

/* Mes abonnements */
.woocommerce-MyAccount-navigation-link--subscriptions a::before {
    background-image: url('/wp-content/themes/twentytwentyone-child/assets/images/subscription.png');
}

/* Mes informations */
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url('/wp-content/themes/twentytwentyone-child/assets/images/info.png');
}

/* Mot de passe */
.woocommerce-MyAccount-navigation-link--password a::before {
    background-image: url('/wp-content/themes/twentytwentyone-child/assets/images/password.png');
}



/* Déconnexion (cas particulier : bouton) */
.woocommerce-MyAccount-navigation li a button {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Picto déconnexion */
.woocommerce-MyAccount-navigation li:last-child a::before {
    background-image: url('/wp-content/uploads/icons/logout.png');
}

.woocommerce a {
    color:#000;
}

.container-page-perso{
    width:1180px;
    margin:0 auto;
}



/* navigation */

.woocommerce-MyAccount-navigation ul{
    padding:0;
}
.woocommerce-MyAccount-navigation li{
    list-style-type: none;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li.is-active a{

}
.woocommerce-account .woocommerce-MyAccount-navigation{
    float: right;
    width: 100%!important;
    color: #000;
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link{
    text-align:left;
    margin-bottom:45px!important;
    margin-right: 0!important;
}
.woocommerce-MyAccount-navigation-link--referrals{
    display:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color:#000!important;
    text-decoration:none!important;
    font-size: 30px;

    line-height: 35px;
    font-family : "IBMPlexSans-Regular", serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration:none!important;
}



/* dashboard */

/* forms */

.woocommerce .woocommerce-MyAccount-content form .form-row .input-text{
    border: none;
    border-bottom: 1px solid;
    outline:none;
    height:28px;
    font-size:16px;
}
.woocommerce .woocommerce-MyAccount-content button[type="submit"],
.woocommerce .woocommerce-MyAccount-navigation button{
    font-size: 15px !important;
    line-height: 15px !important;
    border: 1px solid;
    width: auto;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    float: right;
    padding:8px 15px;
}

.show-password-input::after{
    content: none!important;
}

.woocommerce-MyAccount-content .woocommerce-Address-title{
    display:none;
}
.woocommerce-form-login button[type="submit"]{
    font-size: 14px !important;
    line-height: 14px !important;
    border: 1px solid;
    border-color: #000;
    color: #000;
    background-color: #fff;
    width: 118px;
    height: 28px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    float: right;
}
.container-form-login .woocommerce-Input--text,
.woocommerce-ResetPassword .woocommerce-Input--text,
.woocommerce-form-login .woocommerce-Input--text{
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: none!important;
    border-bottom: 1px solid #000!important;
    box-sizing: border-box;
    outline: none;
    font-size: 15px;
    color: #000;
    text-align: center;

}
.form-row-rememberme{
    justify-content:start;
}
.woocommerce-form-login__rememberme{
    margin:0!important;
}
.container-form-login button[type="submit"],
.woocommerce-ResetPassword button[type="submit"]{
    font-size: 15px !important;
    line-height: 14px !important;
    border: 1px solid;
    border-color: #000;
    color: #fff;
    background-color: #000;
    height: 28px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    float: right;
    width:auto;
}
.woocommerce-ResetPassword p.form-row-first,
.woocommerce-ResetPassword p.form-row{
    width: 100%;
    max-width: 550px;
}
.woocommerce-form-login{
    width: 100%;
    margin-top:50px;
}
.woocommerce-ResetPassword .clear{
    clear: both;
}
div.wpcf7 form.wpcf7-form span.ajax-loader{
    display: none;
}

.woocommerce .woocommerce-MyAccount-content input[type="submit"],
.my-account-button{
    font-size: 14px !important;
    line-height: 14px !important;
    border-radius: 12px;
    border: 1px solid;

    width: 118px;
    height: 28px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    float: right;
}
.subscription-actions .action-button {
    border-radius: 12px;
}
/*
.woocommerce .woocommerce-MyAccount-content input[type="submit"]:hover,
.my-account-button:hover{
    color: #000;
    background-color: #fff;
}

 */
#wpcf7-f1433-o1 input[type="text"]{
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}
#reg_email{
    width:100%;
}
#reg_password{
    width:100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection{
    border: none!important;
    border-bottom: 1px solid!important;
    border-radius: 0!important;
    height: inherit!important;
    font-size: 16px!important;
    padding-top: inherit!important;
    margin-top: inherit!important;
    color:#000!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0!important;
}

/* orders */
h2.account-title{
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 80px;
    line-height: 106px;
    text-transform: inherit;
}
#table-orders th,
#table-orders td{
    text-align:left;
    font-size:20px;
    line-height:25px;
    box-shadow: inherit;
    height:88px;
    border: none;
    font-family: IBMPlexSans-Regular, serif;
    font-weight:normal;
}
#table-orders .col-invoice{
    text-align:center;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}



#table-orders tr.order-row-master-odd{
    background-color: #F7F6F0;
}
#table-orders tr.order-row-master-even{
    background-color: #fff;
}
#table-orders tr.order-row-child-even{
    background-color: #fff;
}
#table-orders tr.order-row-child-odd{
    background-color: #F7F6F0;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
    margin-bottom: 20px
}
.woocommerce-MyAccount-content .woocommerce-orders-table{
    width:100%;
}
#table-orders  thead th{
    border-bottom:none;
}
#table-orders  .dataTables_length{
    display:none;
}
#table-orders.dataTable.no-footer{
    border-bottom:none;
}
#table-orders .datatable-inner-orders th,
#table-orders .datatable-inner-orders td{
    font-weight:normal;
    text-align:center;
    font-size: 16px;
    line-height: 18px;

}
#table-orders .datatable-inner-orders{
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    margin: 20px 0;
}
#table-orders .datatable-inner-orders th{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    padding:20px 0;
}
#table-orders .datatable-inner-orders td{
    border-right:1px solid #000;
    border-bottom:none;
    padding:15px 5px 15px;
}
#table-orders .datatable-inner-orders tr th:first-child,
#table-orders .datatable-inner-orders tr td:first-child{
    text-align:left;
    padding-left:50px;
}
.datatable-inner-enddate{
    font-size:13px;
    line-height:1;
}

.table-order-img-flex{
    display:flex;
    align-items: center;
}
.table-order-img-flex span{
    margin-left:10px;
}
.template-page-perso-container{
    display:flex;
    justify-content: space-between;
    width: 1175px;
}
.template-page-perso-account{
    width:525px;
}
.template-page-perso-adress{
    width:525px;
}

/* edit my accunt */
.edit-account-civilite-container{
    display: flex;
}
.edit-account-infos-container .form-row{
    margin-bottom: 15px;
    height: 50px;
}

.template-page-perso-container input[type="text"],
.template-page-perso-container input[type="email"],
.template-page-perso-container input[type="password"],
.template-page-perso-container input::placeholder{
    color: #000;
    font-size:16px;
    line-height: 20px;
    font-family : "IBMPlexSans-Regular", serif;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    width:100%;
    color: #000;
    font-size:16px;
    line-height: 20px;
    font-family : "IBMPlexSans-Regular", serif;
}
.woocommerce-account .woocommerce-EditAccountForm h2.form-edit-account-page-intro,
h2.form-edit-account-page-intro{
    font-size:16px;
    line-height: 21px;
    font-family : "IBMPlexSans-Bold", serif;
    text-transform:uppercase;
    margin-top: 0;
}
.woocommerce-input-wrapper{
    width:100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection{
    border:none;
    border-bottom:1px solid #000;
}
.woocommerce-account .container-epace-perso .woocommerce-MyAccount-content .woocommerce-address-fields #billing_company_field{
    padding-top:0!important;
}
.edit-account-shipping{
    margin-top:100px;
}
.product-archive-card-container {
    width: 300px!important;
    height:350px;
    background-color: rgba(237, 235, 221, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-points-container{
    margin-left:120px;
}
.my-point-sutitle {
    text-transform:uppercase;
    font-size:30px;
    line-height:40px;

    font-family : "IBMPlexSans-Regular", serif;
    font-weight:normal;
    text-align: center;
}
.my-points-advantages .my-point-sutitle {
    text-align:left;
    display: flex;
    align-items: end;
}
.my-points-advantages .my-point-sutitle img{
    margin-left:5px;
}
.my-points-img{
    text-align: center;
}
.my-points-advantages{
    margin-top:40px;
}
.my-points-mine .my-point-border{
    margin-left:10px;
}
.my-points-mine{
    text-align:left;
    font-size:16px;
    line-height:20px;
    margin-top:25px;
}
.my-point-border{
    padding:13px 25px;;
    border:1px solid;
}
.my-points-infos{
    margin-top:70px;
    text-align:left;
    font-size:30px;
    line-height:35px;
}
.my-points-goal{
    margin-top:35px;
    text-align:left;
    font-size:16px;
    line-height:21px;
}
.my-points-slider{
    margin-top:35px;
}
.my-points-events{
    margin-top:105px;
}
.container-category-points{
    width:940px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.container-category-points .swiper-button-prev{
    left: -119px!important;
    transform: translateY(-50%);
}
.container-category-points .swiper-button-next{
    right: -119px!important;
    transform: translateY(-50%);
}
.my_account_points_rewards .points-rewards-event-date,
.my_account_points_rewards .points-rewards-event-points{
    text-align:center!important;
}
.my_account_points_rewards th:first-child,
.my_account_points_rewards tr .points-rewards-event-description{
    text-align:left;
}
.my-points-use-information{
    margin-top:95px;
}
.points-rewards-event-description{
    max-width:490px;
}
.my-points-parrain{
    margin-top:105px;
}
.my-points-parrain-info{
    text-align: center;
}
/* cart */
.wc_points_redeem_earn_points{
    display:none;
}
.wc_points_rewards_apply_discount-container{
    display:flex;
    justify-content: end;
    margin-bottom: 20px;
    align-items: center;
}
.wc_points_rewards_apply_discount-img img{
    margin-left: 10px;
}
.wc_points_rewards_apply_discount-img{
    display:flex;
    align-items: center;
}
.wc_points_rewards_apply_discount-form{
    margin-left:10px;
}
.wc_points_rewards_apply_discount-form a{
    width: 196px !important;
    height: 38px;
    font-size: 16px;
    font-family: "IBMPlexSans-Regular", serif;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    background-image:url("assets/images/picto-arrow-cta-coupon.svg");
    background-position: right 4px center;
    background-size: 14px;
    background-repeat: no-repeat;
}
.cart-count {
    position: absolute;
    top: -10px;
    right: 50px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
    display: none;
}
#menu-main-right .cart-count,
#menu-main-right-en .cart-count{
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    min-width: 22px;
    min-height: 22px;
    right: -8px;
    top:inherit;
    position:relative;
    width:22px;
    height:22px;
}
.menu-item-489 a,
.menu-item-105845 a{
    display:flex;
    align-items: center;
}
.woocommerce-cart .woocommerce-notices-wrapper{
    display:none;
}
.archive-product-content .woocommerce-notices-wrapper{
    margin-left: 50px;
}
table.cart{
    width: 100%;
}
table.cart{
    font-size: 20px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 35px;
    font-weight: normal;
}
table.cart th{
    text-align: center;
}
table.cart tbody tr.cart_item:nth-child(2n){
    background-color: #F7F6F0;
}
th.product-name{
    text-align: left;
}
.cart-name-container{
    display: flex;
    align-items: center;
}
.cart-name-thumbnail{
    width:70px;
}
.cart-name-thumbnail img{
    width:100%;
}
.cart-name-content{
    padding-left:10px;
    font-size: 20px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 1;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float:right;
    display: flex;
    align-items: center;
    margin-top:40px;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive input#coupon_code.input-text{
    width:324px!important;
    height:48px;
    border:1px solid #000000;
    box-sizing: border-box;
    padding-left: 20px;
}
.woocommerce .woocommerce-cart-form button[name=apply_coupon]{
    width:324px!important;
    height:48px;
    border:1px solid #000000;
    background-color:#000;
    color:#fff;
    font-size: 25px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-collaterals{
    margin-top:45px;
}
tr.cart-subtotal{
    font-size: 35px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 35px;
}
tr.order-total{
    font-size: 35px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 35px;
}
.woocommerce .wc-proceed-to-checkout a.button{
    width:360px!important;
    height:60px;

    font-size: 20px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    float: right!important;
    font-weight:normal;
}
.woocommerce .wc-proceed-to-checkout a.button:hover{
    text-decoration:none!important;
}
.wc-proceed-to-checkout{
    margin-top:40px;
}
.checkout-button::after{
    content: inherit;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    text-align:right;
    font-size: 25px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 30px;
}
.cart_item.loading {
    opacity: 0.5;
    pointer-events: none;
}
.woocommerce ul.products li.product .quick-view-button,
.woocommerce ul.products li.product .ajax-add-to-cart {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wp-block-woocommerce-checkout-order-summary-subtotal-block{
    display:none;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control__input:checked{
    background-color:#000;
}
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked{
    background-color:#000!important;
}
.wc-block-checkout__contact-fields .wc-block-components-checkbox label{
    align-items:center;
}
.wc-block-components-checkout-place-order-button{

    font-size: 20px;
    font-family : "IBMPlexSans-Regular", serif;
    line-height: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight:normal;
    padding: 0 !important;
}
.wc-block-components-shipping-rates-control__package {
    /*display: none;*/
}
body.ordonnance-required .checkout-button.button.alt.wc-forward {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
#express-payment-method-ppcp-gateway-card{
    display:none!important;
}
#lpc_pick_up_web_service_show_map{
    border: 1px solid #000000;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    font-family: "IBMPlexSans-Regular", serif;
    line-height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
}
/* quick view */
/* Overlay sombre */
.quick-view-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* Popup */
.quick-view-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
}
.variation-message{
    margin-top: 12px;
    font-size: 12px;
}
/* Loader animé */
.loader {
    display: none;
    margin: 20px auto;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Bouton de fermeture */
.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
/* Style du bouton de fermeture */
.popup-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #999;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Changement de couleur au survol */
.popup-close-button:hover {
    color: #666;
}

.quick-view-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #007cba;
    animation: spin 1s linear infinite;
    z-index: 1000;
}



/* Désactiver le bouton temporairement */
.button.loading {
    pointer-events: none;
    opacity: 0.6;
}

/* Loader en plein écran */
.cart-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Animation du spinner */
.spinner {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}


.type-achat-container {
    margin: 15px 0;
    font-size: 1.2rem;
}

.subscription-checkbox {
    display: flex;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
}

.subscription-checkbox input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.type-achat-container {
    margin: 15px 0;
    font-size: 1.2rem;
}

.subscription-checkbox {
    display: flex;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
}

.subscription-checkbox input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.quick-view-content h2{
    font-size:30px;
    line-height: 35px;
    margin:0 0 5px 0;
}
.woocommerce .popup-product-image img,
.popup-product-image img,
.woocommerce-page .popup-product-image img {
    max-width: 80px; /* Ajuste selon ton design */
    height: auto;
    display: block;
    margin: 0 auto;
}
.quick-view-content form.cart .quantity {
    margin-right: 0;
    border-right: none;
    float: left;
    outline: none;
}
.quick-view-content form.cart input[type=number] {
    width: 40px;
    height: 45px;
    box-sizing: border-box;
    border-right: none;
    outline: none;
}
.quick-view-content .single_add_to_cart_button {
    width: 236px;
    height: 45px;
    font-size: 20px;
    line-height: 25px;
    font-family: "IBMPlexSans-Regular", serif;
    border-left: none;
    cursor: pointer;
}
.woocommerce-product-details-mobile-trigger{
    display:none;
}
/* faq */
.colonne-page-faq {
    margin-top:85px;
}
.colonne-page-faq .uagb-tabs__panel{
    justify-content:space-around!important;
    margin:0!important;
}
.colonne-page-faq .uagb-tab a{
    font-size:25px;
    text-transform:uppercase;
    font-family: "IBMPlexSans-Regular", serif;
    padding: 0 15px 20px 8px!important;
}
.colonne-page-faq .uagb-tab {
    background-image:url("assets/images/picto-arrow-down-small-cta.svg");
    background-position: right top 2px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    padding:0 15px 0 8px!important;
    box-sizing:border-box;
}
.colonne-page-faq .uagb-tab.uagb-tabs__active{
    border-bottom:1px solid!important;
}
.colonne-page-faq .container-l.product-faq-container{
    width:inherit;
}
.colonne-page-faq .product-faq-bloc-title h3{
    background-image: none;
}
/* form */
.form-label-dropdown{
    font-size:25px;
    line-height:35px;
}
.form-row select{
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-left: 10px;
    outline:none;
    font-size: 16px;
    font-family: IBMPlexSans-Regular, serif;
}
.form-row-select-partenaire{
    align-items:center;
}
.form-row-select-partenaire p:first-child{
    align-self:end;
}
/* contact */
.bloc-contact-header-container{
    margin-top:60px;
}
.bloc-contact-header{

}
.bloc-contact-header p{
    width: 226px;
    height: 85px;
    color: #FFF;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 25px;
}
.bloc-contact-header p a{
    color: #FFF;
    text-decoration:none;
}
.bloc-contact-form-container{
    margin-top:125px;
}
.bloc-contact-form-container h2{
    font-size:95px;
    line-height:95px;
    margin:0;
}
#my_account_subscriptions th,
#my_account_subscriptions td{
    text-align:left;
    font-size:20px;
    line-height:25px;
    box-shadow: inherit;
    height:88px;
    border: none;
    font-family: IBMPlexSans-Regular, serif;
    font-weight:normal;
}
#my_account_subscriptions .col-invoice{
    text-align:center;
}



#my_account_subscriptions tr.order-row-master-odd{
    background-color: #F7F6F0;
}
#my_account_subscriptions tr.order-row-master-even{
    background-color: #fff;
}
#my_account_subscriptions tr.order-row-child-even{
    background-color: #fff;
}
#my_account_subscriptions tr.order-row-child-odd{
    background-color: #F7F6F0;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
    margin-bottom: 20px
}
.woocommerce-MyAccount-content .woocommerce-orders-table{
    width:100%;
}
#my_account_subscriptions  thead th{
    border-bottom:none;
}
#my_account_subscriptions  .dataTables_length{
    display:none;
}
#my_account_subscriptions.dataTable.no-footer{
    border-bottom:none;
}
#my_account_subscriptions .datatable-inner-orders th,
#my_account_subscriptions .datatable-inner-orders td{
    font-weight:normal;
    text-align:center;
    font-size: 16px;
    line-height: 18px;

}
#my_account_subscriptions .datatable-inner-orders{
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    margin: 20px 0;
}
#my_account_subscriptions .datatable-inner-orders th{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    padding:20px 0;
}
#my_account_subscriptions .datatable-inner-orders td{
    border-right:1px solid #000;
    border-bottom:none;
    padding:15px 5px 15px;
}
#my_account_subscriptions .datatable-inner-orders tr th:first-child,
#my_account_subscriptions .datatable-inner-orders tr td:first-child{
    text-align:left;
    padding-left:50px;
}
.search-result-item h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}
/* Icône de recherche */
.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Styles de la popup */
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;

}

/* Contenu de la popup */
.search-popup-content {
    background: white;
    padding: 40px 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

/* Bouton de fermeture */
.search-popup-content .close-btn {
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Champ de recherche */
.search-popup input[type="search"] {
    width: 80%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Bouton de soumission */
.search-popup button[type="submit"] {
    background: black;
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
/* checkout */
.wc-block-components-order-summary-item__total-price{
    display:none;
}
/* popup lancement */
/* Styles pour la popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.5s ease-in-out;
}

.popup-content h2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
}

.popup-content p {
    font-size: 16px;
    color: #555;
}

.popup-content button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;

    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.popup-content button:hover {

}
.blog-post-product {
    width: 365px;
    height: 365px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 10px 16px;
    min-width: 300px;
}
/* Animation de fondu */
@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.my-account-container .woocommerce-error li{
    display: block;
}

.ty-page-title{
    font-size:25px;
    line-height: 30px;
    text-align: center;
}
.ty-page-container p{
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
}
.woocommerce-product-rating.netreviews-product-rating{
    display:none!important;
}
/* pages hub */
.bloc-hub{
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.06);
}
.bloc-hub h3{
    color:#f4e0ca;
}
.bloc-hub .wp-block-image{
    margin: 0;
}
.bloc-hub .wp-block-cover{
    height: 100%;
    min-height: inherit;

}
.bloc-hub .row-txt{
    padding-right:50px;
    padding-bottom: 15px;
}
.bloc-hub .wp-block-buttons {
    padding-top: 30px;
}
.bloc-hub .wp-block-buttons a{
    border-radius: 20px;
}
.bloc-hub.image-left .wp-block-cover{
    border-radius: 12px 0 0 12px;
}
.bloc-hub.image-right .wp-block-cover{
    border-radius: 0 12px 12px 0 ;
}
.bloc-hub.image-right .row-txt{
    padding-left:30px;
    padding-right:30px;
}
.bloc-hub-ressource-comprendre .wp-block-cover{
    border-radius: 12px;
}
.bloc-home-slider{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height:610px;
    margin-bottom:50px;
}
.bloc-home-slider .bloc-slider{
  padding:0;   
}
.uagb-slider-container{
    height: 100%;
}
.bloc-home-slider .swiper-content{
    height:610px;
    width:100%;
    padding:0 90px;
    display: flex;
    justify-content: flex-start;
}
.bloc-home-slider .swiper-wrapper{
     height:610px;
}
.bloc-home-slider .swiper-content .wp-block-uagb-container{
    align-items: start!important;
    row-gap:0!important;
    margin: 0;
}
.bloc-home-slider  .swiper-content h1,
.bloc-home-slider  .swiper-content p{
    max-width: 850px;
}
.bloc-home-slider  .swiper-content h1{
    margin: 0 0 20px 0px;
}
.bloc-home-square{
    aspect-ratio: 1 / 1;   /* carré parfait */
  background: #f2f2f2;
  padding: 18px;
  
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.bloc-home-video-txt{
    align-items: center!important;
}
.bloc-banniere{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.product-gutenberg-content .bloc-banniere{
    width:100%;
    margin: inherit;
}
.bloc-banniere h1{
    font-size:50px;
    line-height:55px;
    color: #fff;

    margin:0 0 20px 30px;
    max-width:850px;
}
.bloc-banniere .wp-block-buttons{
    margin: 0 0 20px 30px;
}
.bloc-banniere h2{
    margin: 0 0 20px 30px;
    color:#fff;
    max-width:850px;
    font-family: "IBMPlexSans-Regular", serif;
    font-size: 35px;
    line-height: 40px;
}
.bloc-banniere p{
    max-width:850px;
    margin-left:30px;
    color:#fff;

}
.bloc-banniere .wp-block-button {
    justify-content: end;
}
.page-template-default .entry-title{
    display:none;
}

.bloc-cta-diagnostic{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.bloc-cta-diagnostic h2,
.bloc-cta-diagnostic p{
    color:#fff;
}

.bloc-image-texte {
    background-color:#f4e0ca;
    border-radius: 12px;
}

.bloc-image-texte .wp-block-media-text__content{
    border-radius: 0 12px 12px  0;
}
.bloc-image-texte .wp-block-media-text__media img{
    border-radius:12px 0 0  12px  ;
}
.bloc-image-texte .has-media-on-the-right .wp-block-media-text__content{
    border-radius: 12px 0 0 12px;
}
.bloc-image-texte .has-media-on-the-right .wp-block-media-text__media img{
    border-radius: 0 12px 12px 0 ;
}


.bloc-besoins-hub-container{
    display: flex;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center;
}
.bloc-besoins-hub{
    width: 31%;
    flex-basis: inherit!important;
    flex-grow: inherit!important;
}
.bloc-besoins-hub .wp-block-cover .wp-block-columns .wp-block-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bloc-besoins-hub .wp-block-cover,
.bloc-besoins-hub .wp-block-cover .wp-block-columns,
.bloc-besoins-hub .wp-block-cover .wp-block-cover__inner-container{
    height: 100%;
}
.bloc-besoins-hub .wp-block-cover{
    border-radius:12px;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.2);
}
.bloc-besoins-hub .wp-block-column .wp-block-buttons{
    margin-top: auto;
}
.bloc-besoins-hub .emoji{
    width:50px!important;
    height: 50px!important;
}
.bloc-solutions-infos{
    background-color: #D1DFE4;
    border-radius: 12px;
}
.bloc-solutions-infos-col{

}
.bloc-solutions-infos-col-border{
    border-right: 1px solid;
}
.bloc-solutions-infos .bloc-solutions-infos-col .bloc-solutions-infos-col-row{
    border-bottom: 1px solid #000;
    padding: 10px;
}
.bloc-double-texte{

}
.bloc-double-texte-col{
    padding:10px 20px;
    border-radius: 12px;
}
/*wc-block-components-product-image wc-block-grid__product-image wc-block-components-product-image--aspect-ratio-auto wp-block-woocommerce-product-image*/
.bloc-solutions-products{

}
.bloc-solutions-products .wc-block-components-product-image{
    max-width: 234px;
    margin: 0 auto;
}
.bloc-solutions-products .wp-block-post-title,
.bloc-solutions-products .wp-block-woocommerce-product-price{
    text-align: center;
}
.bloc-solutions-products-col-product-bloc .product{
    justify-content: center;
}
.bloc-solutions-products-col-product-bloc .wp-block-woocommerce-add-to-cart-form form.cart{
    grid-template-columns:inherit;
    display: flex;
    flex-direction: column;
}
.wc-block-add-to-cart-form .input-text{
    padding:inherit!important;
}
.bloc-solutions-products-col-1,
.bloc-solutions-products-col-3{
    background-color: #f4e0ca;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.2);
}
.bloc-solutions-products-col-1 .quantity-selector,
.bloc-solutions-products-col-3 .quantity-selector{
    margin:0 auto 15px auto;
}
.bloc-solutions-products-col-1 .single_add_to_cart_button,
.bloc-solutions-products-col-3 .single_add_to_cart_button {
    width: 236px;
    height: 45px;
    font-size: 20px;
    line-height: 25px;
    font-family: "IBMPlexSans-Regular", serif;
    border-left: none;
    cursor: pointer;
    background-color: #383838;
    color: #ffffff;
    margin: 0 auto;
    border-color: #383838;
}
.bloc-solutions-products-col-2{
    align-self: center;
    font-size: 25px;
}
.bloc-solutions-products-col-subcol-plus{
    align-self: center;
    font-size: 25px;
}
.bloc-cta-diagnostic .wp-block-cover .wp-block-cover__inner-container{
    max-width: 700px;
}

/*
.bloc-image-texte .wp-block-media-text {
  display: flex;
  align-items: stretch;
}

.bloc-image-texte .wp-block-media-text__media {
  height: auto;
}


.bloc-image-texte .wp-block-media-text__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bloc-image-texte .wp-block-media-text {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.bloc-image-texte .wp-block-media-text__media,
.bloc-image-texte .wp-block-media-text__content {
  align-self: stretch;
}
*/


.entry-content .wp-block-columns,
.entry-content .wp-block-group,
.product-gutenberg-content .wp-block-columns{
    margin-bottom: 50px;
}
.entry-content .wp-block-columns .wp-block-column .wp-block-columns{
    margin-bottom: 0;
}
/* product day/night */
.composition-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 20px;
    
}

.composition-card {
   
    padding: 20px;
    height: 250px;
   border-radius: 20px;
   background-size: cover;
   background-position: center;
   position: relative;
   color: #fff;
   flex-shrink: 0;
   width: 390px;
}


.composition-card::before {
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.4);
    border-radius:16px;
}

.composition-card * {
    position: relative;
}

.composition-card .qty {
    display:inline-block;
    background:#fff;
    color:#000;
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
}
/* SWITCH JOUR / NUIT */
.composition-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.switch {
    position: relative;
    width: 48px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    inset: 0;
    background: #1f1f4d;
    border-radius: 20px;
    cursor: pointer;
}

.slider::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: .3s;
}

.switch input:checked + .slider::before {
    transform: translateX(24px);
}

.switch-label {
    font-weight: 600;
    opacity: .4;
    cursor: pointer;
}

.switch-label.active {
    opacity: 1;
}
.composition-switch .switch-label.active + .switch .slider {
    background-color: #f4d400;
}
/* GROUPES */
.composition-group-front {
    display: none;
}

.composition-group-front.active {
    display: block;
}

/* CARDS EN LIGNE */
.composition-cards-row {
    display: flex;
    gap: 20px;
    overflow-x: inherit;
    padding-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
}



.composition-card::before {
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    border-radius:20px;
}

.composition-card-inner {
    position: relative;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.composition-title{
    margin-top:0;
}
.composition-desc ul{
    padding-left: 19px;
    margin-top: 10px;
}
.woocommerce-tabs .composition-desc li {
    display: list-item !important;
}
.composition-card .qty {
    display: inline-block;
    background: rgba(255,255,255,.85);
    color: #000;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 8px;
}

.composition-tags,
.composition-qty{
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 5px;
    font-weight: bold;
}
.composition-meta{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.product-timeline {
    margin: 30px 0;
}

.timeline {
    list-style: none;
    padding-left: 25px;
    border-left: 3px solid #ff7a18;
}

.timeline li {
    position: relative;
    margin-bottom: 25px;
}

.timeline li::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #ff7a18;
    border-radius: 50%;
}
.product-usage-tips {
    margin-top: 30px;
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}

.usage-tip-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.usage-tip-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.usage-tip-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf6ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usage-tip-icon img {
    max-width: 22px;
    height: auto;
}

.usage-tip-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.usage-tip-content p {
    margin-bottom: 10px;
}

/* Liste avec checks verts */
.usage-tip-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.usage-tip-content li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.usage-tip-content li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #3aa76d;
    font-weight: bold;
}
.container-product-tabs-txt{
    margin:0 auto;
}
.product-timeline {
    max-width: 800px;
    margin: 40px auto;
}

.timeline-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.woocommerce-tabs .panel h2.timeline-title{
    font-size: 36px!important;
    line-height: 1.2;
    margin-bottom: 40px;
}
.timeline-title strong {
    font-weight: 700;
}

.timeline-vertical {
    position: relative;
}

.timeline-vertical::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ff8a3d;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.timeline-marker {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ff8a3d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
}

.timeline-marker .check {
    color: #ff8a3d;
    font-size: 16px;
    font-weight: bold;
}

.timeline-content {
    margin-left: 50px;
}

.timeline-content h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}

.timeline-content p {
    margin: 0;
    color: #555;
    font-size: 15px;
}
/* Base carte */
.wcsatt-options-prompt-radio label {
    display: block;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Achat unique : discret */
.wcsatt-options-prompt-label-one-time {
    background: #fff;
}

/* Abonnement mis en avant */
.wcsatt-options-prompt-label-subscription {
    border: 2px solid #ff8c42;
    background: #fff7f0;
    position: relative;
}

/* Quand l’abonnement est sélectionné */
.wcsatt-options-prompt-action-input:checked + .wcsatt-options-prompt-action {
    font-weight: 600;
}
.subscription-benefits ul {
    list-style: none;
    padding: 12px 0 0;
    margin: 0;
}

.subscription-benefits li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14px;
}

.subscription-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff8c42;
    font-weight: bold;
}
.otgs-development-site-front-end{
    display: none!important;
}
 .product-gallery-thumbnails {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 15px;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .product-gallery-thumbnails::-webkit-scrollbar {
        height: 6px;
    }

    .product-gallery-thumbnails::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }

    .product-thumb {
        flex: 0 0 auto;
        width: 80px;
        height: 80px;
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 6px;
        overflow: hidden;
        transition: border-color 0.2s ease, opacity 0.2s ease;
    }

    .product-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .product-thumb:hover {
        opacity: 0.8;
    }

    .product-thumb.active {
        border-color: #000;
    }

.product-thumb-video {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: white;
    font-size: 28px;
    position: relative;
}

.video-thumb-icon {
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: bold;
}
.product-slide-video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.product-slide-video video {
    width: 100%;
    height: 100%;
    /*object-fit: cover;  */
    display: block;
}

.product-image-container .swiper-slide {
    height: 700px; /* ajuste selon ton design */
}

.product-slide-img,
.product-slide-video {
    height: 100%;
}

.product-image-container  .swiper-slide {
    aspect-ratio: 16/9; /* ou 4/3 ou 1/1 */
}
.product-thumb-video {
    position: relative;
}

.product-thumb-video::after {
    content: "▶";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background: rgba(0,0,0,0.3);
}

.woocommerce section.up-sells.upsells.products{
    padding-top: 0;
}
.container-upsell-product .swiper-slide{
    height: 400px;
}
/* LIGHTBOX OVERLAY */
.product-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);

    display: none;
    justify-content: center;
    align-items: center;

    z-index: 99999;
    padding: 30px;

    backdrop-filter: blur(6px);
    animation: fadeIn 0.25s ease-in-out;
}

/* IMAGE */
.product-lightbox img {
    max-width: 95%;
    max-height: 85vh;

    object-fit: contain;
    border-radius: 18px;

    box-shadow: 0 20px 60px rgba(0,0,0,0.6);

    transform: scale(0.95);
    animation: zoomIn 0.25s ease forwards;
}

/* CLOSE BUTTON */
.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;

    width: 45px;
    height: 45px;

    background: rgba(255,255,255,0.15);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    font-weight: 300;
    color: white;

    cursor: pointer;
    transition: all 0.2s ease;
}

.lightbox-close:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.05);
}


/* CURSOR ZOOM */
.product-slide-img {
    cursor: zoom-in;
}
/* Masquer le badge reCAPTCHA fixe sur toutes les pages */
.grecaptcha-badge { 
    visibility: hidden !important; 
}

/* L'afficher uniquement dans le footer où est votre formulaire */
footer .grecaptcha-badge {
    visibility: visible !important;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.92); }
    to   { transform: scale(1); }
}

@media all and (max-width:1800px) {
    .home-content-product-cpa-background{
        right:-934px;
    }
    .home-content-product-gel-background{
        left:-415px;
    }
    .container-header-content{
        width:calc(100% - 30px);
    }
    .container-l {
        width: 1450px;
    }
    .container-xl{
        width: 1450px;
    }
    .container-home-video-left{
        width:calc(50% - 70px);
    }
    .container-home-video-right{
        width:50%;
    }
    .container-home-conseils-left{
        width:calc(50% - 70px);
    }
    .container-home-conseils-right{
        width:50%;
    }
    .container-home-etudes-left{
        width:55%;
    }
    .container-home-etudes-right{
        width:calc(45% - 50px);
    }
    .container-blog-post-container{
        width:1350px;
    }
    .blog-post {
        width: 300px;
        height: 300px;
    }
    .product-post-content a {

    }
    .product-post-bloc{
        width:100%;
    }
    .epace-perso-sidebar{
        width: 350px;
    }

    .woocommerce-account .woocommerce-MyAccount-content{
        width: calc(100% - 310px)!important;
    }
    .container-page-perso {
        width: 100%;
    }
    .template-page-perso-container{
        width: 100%;
    }
    .template-page-perso-adress{
        width: 48%;
    }
    .template-page-perso-account {
        width: 48%;
    }
}
@media all and (max-width:1650px) {
    .container-header-left{
        justify-content: space-between;
    }
    .container-header-right,
    .container-header-left{
        width: calc(50% - 115px);
    }
    #header_cta_bilan{
        position:relative;
    }
    .container-category-visco{
        width:1050px;
    }
    .container-l {
        width: calc(100% - 150px);
    }
    .container-xl{
        width: calc(100% - 150px);
    }

    .cart-locked img{
        width:60px;
        height:60px;
    }
    .cart-count {
        right: 46px;
        font-size: 11px;
        padding: 4px 4px;
        width: 16px;
        text-align: center;
        height: 16px;
        min-width: inherit;
    }
    .container-category-points{
        width:calc(100% - 20px);
    }
    .container-category-points .swiper-button-prev {
        left: -80px !important;
        transform: translateY(-50%);
    }
    .container-category-points .swiper-button-next {
        right: -80px !important;
        transform: translateY(-50%);
    }
}
@media all and (max-width:1550px) {
    .sidebar-archive-product{
        width:250px;
    }
    .sidebar-archive-product h4{
        font-size: 27px;
        line-height: 31px;
    }
    .archive-product-content{
        width:calc(100% - 250px);
    }
    .archive-product-content #products-list{
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
    }
    .container-header-right, .container-header-left {
        width: calc(50% - 80px);
    }
    .woocommerce div.product div.summary{
        margin-left: 50px;
        margin-right: 70px;
    }
    .product-image-container{
        margin-left: 80px;
        margin-right: 80px;
    }
}
@media all and (max-width:1500px) {
    .home-content-product-cpa-background{
        right:-1040px;
    }
    #menu ul li a{
        font-size: 15px;
    }
    #header_cta_bilan {
    
        padding: 8px 15px;
        
        font-size: 15px;
    }
    #menu ul li {
        padding: 0 8px;
    }
    .container-m{
        width: calc(100% - 150px);
    }
    .page-template-cart-template .container-m{
        width: calc(100% - 150px);
    }
    .container-category-visco{
        width:840px;
    }
    .home-mission-bloc{
        width:24%;
        height:inherit;
        aspect-ratio:1;
    }

    #tab-description .container-product-tabs-txt {
        width: 65%;
    }
    #tab-description .container-product-tabs-img {
        width: calc(35% - 30px);
    }
    .product-faq-title {
       
        width: 690px;
    }

    .product-faq-content {
        width: calc(100% - 690px);
    }
    .container-upsell-product .swiper-wrapper,
    .container-upsell-product{
        width:960px!important;
    }
    .container-upsell-product .swiper-slide {
        justify-content: center;
        display: flex ;
    }
    
    #my_account_subscriptions th, #my_account_subscriptions td {
        font-size: 18px;
        line-height: 23px;
        padding: 5px;
    }
    .footer-menu-bloc {
        width: calc(33% - 10px);
    }
}
@media all and (max-width:1420px) {

    .home-content-product-gel-background{
        left:-500px;
    }
    .container-blog-post-container{
        width:100%;
    }
    .blog-post {
        width: 22%;
        height: 300px;
        min-width:inherit;
    }
    .container-home-video-left h2,
    .container-home-conseils-left h2{
        font-size: 84px;
        line-height: 88px;
    }
    .container-home-etudes-right h2,
    .container-home-engagements h2{
        font-size: 64px;
        line-height: 72px;
    }
    .container-home-mission h2,
    .home-content-product h2{
        font-size: 48px;
        line-height: 56px;
    }
    .container-category-points {
        width: 620px;
    }
}
@media all and (max-width:1320px) {
    .product-image-container {
        width: 550px;
    }
    .product-image-container .swiper-slide {
        height: 500px;
    }
    #products-list{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .woocommerce ul.products.columns-3 li.product{
        width:45%!important;
    }
    .woocommerce-tabs ul.wc-tabs li {
        font-size: 19px;
        line-height: 24px;
    }
    .container-home-etudes-right h2, .container-home-engagements h2 {
        font-size: 55px;
        line-height: 63px;
    }
    .container-home-video-left h2, .container-home-conseils-left h2 {
        font-size: 74px;
        line-height: 78px;
    }
    #table-orders th, #table-orders td,
    #my_account_subscriptions th, #my_account_subscriptions td{
        font-size: 18px;
        line-height: 20px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 25px;
        line-height: 30px;
    }
    .epace-perso-sidebar {
        width: 310px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: calc(100% - 255px) !important;
    }
    .woocommerce-subscriptions.woocommerce-account .woocommerce-MyAccount-content {
        padding-left:10px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
        margin-bottom: 30px !important;
        padding-bottom: 0;
    }
    .container-category-points {

    }
    .my-points-container{
        margin-left:0;
    }
    .my-point-sutitle{
        font-size: 28px;
        line-height: 38px;
    }


}
@media all and (max-width:1300px) {
    .container-category-cpa {
        width: 1000px;
    }
    .container {
        width: calc(100% - 40px);
    }
    .blog-category{
        aspect-ratio:inherit;
        height: 492px;
    }
    .blog-category.blog-category-active{
        height: 546px;
    }
}
@media all and (max-width:1270px) {
    #menu ul li a{
        font-size: 13px;
    }
    #header_cta_bilan {
            font-size: 13px;
    }
    .container-header-left,
    .container-header-right{
        width: calc(50% - 58px);
    }
    .blog-post {
        width: 30%;
    }
    .product-image-container {
        width: 40%;
        position: relative;
    }
    .woocommerce div.product div.summary {
        width: calc(60% - 160px) !important;
        margin-left: 60px;
    }
    .product-faq-title {
    
        width: auto;
        margin-right: 50px;
    }
    .product-faq-content {
        width: auto;
    }
    .product-post-title h2 ,
    #side-popup h2 ,
    .related.products h2, .up-sells h2{
        font-size: 45px;
        line-height: 50px;
    }
    .home-mission-bloc{
        background-position: right 19px bottom 15px;
    }
    .faq-container .product-faq-title {
        width: auto;
    }
   
    .faq-container .product-faq-content {
        width: 59%;
    }
    

    .error-404 p.page-404-subtitle{
        font-size: 50px;

        line-height: 76px;

    }
}
@media all and (max-width:1150px) {
    .search .archive-product-content {
        width: 100%;
    }
    .container-category-cpa{
        width: 100%;
    }

    .container-header-slogan-inner .header-slogan-bloc:nth-child(3){
        display:none;
    }
    .footer-newsletter-container{
        width:calc(100% - 150px);
    }
    .home-mission-bloc {
        margin: 0 1%;
        width: 23%;
        height: inherit;
        text-align: center;
        padding-top: 28px;
        box-sizing: border-box;
        border: 1px solid #707070;
        flex: 1;
        aspect-ratio: 1;
        align-items: center;
        display: flex  ;
        flex-direction: column;
        justify-content: start;
    }
    .container-home-video-inner{
        flex-wrap:wrap;
    }
    .container-home-video-left,
    .container-home-video-right{
        width:100%;
    }
    .container-home-video-right{
        max-width:553px;
        margin: 50px auto 0 auto;
    }
    .container-home-video-left .cta {
        margin-top: 25px;
    }
    .container-home-conseils-left .cta{
        margin-top: 25px;
    }
    .container-home-etudes-right .cta{
        margin-top: 25px;
    }
    .container-home-conseils{
        flex-wrap:wrap;
    }
    .container-home-conseils-left,
    .container-home-conseils-right{
        width:100%;
    }
    .container-home-conseils-right{
        margin-top:50px;
    }
    .container-home-etudes{
        flex-wrap:wrap;
        margin-top:50px;
    }
    .container-home-etudes-img-mobile{
        display:block;
        margin-top: 25px;
    }
    .container-home-etudes-left{
        display:none;
    }
    .container-home-etudes-right{
        width:100%;
    }
    .container-home-engagements-inner a{
        width: 18%;
        height: inherit;
        flex: 1;
        aspect-ratio: 1;
    }
    .home-engagements-bloc {
        width: 90%;
        height: inherit;
        aspect-ratio: 1;
    }
    .home-engagements-bloc h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .home-content-product-gel-background {
        left: -600px;
    }

    .container-upsell-product .swiper-button-next {
        right: -20px !important;
    }
    .container-upsell-product .swiper-button-prev {
        left: -20px !important;
    }
    .faq-container .product-faq-title{
        display:none;
    }
    .faq-container .product-faq-content {
        width: 100%;
        padding-right:inherit;
    }
    .uagb-tabs__wrap .uagb-tabs__body-wrap{
        box-sizing:border-box;
    }
    h2.account-title {
        font-size: 60px;
        line-height: 80px;
    }
    .template-page-perso-adress {
        width: 100%;
        padding-top: 100px;
    }
    .template-page-perso-account {
        width: 100%;
    }
    .template-page-perso-container {
        width: 100%;
        flex-wrap: wrap;
    }
    #table-orders th, #table-orders td ,
    #my_account_subscriptions th, #my_account_subscriptions td{
        font-size: 15px;
        line-height: 16px;
        height: 50px;
    }
    #table-orders .datatable-inner-orders th, #table-orders .datatable-inner-orders td {
        font-size: 12px;
        line-height: 13px;
    }


}
@media all and (max-width:1100px) {
    #header {
        height: 60px;
    }
    .footer-inside-content{
        width: calc(100% - 30px);
    }
    .footer-inside-content{
        flex-wrap: wrap;
    }
    .footer-inside-left,
    .footer-inside-right{
        width: 100%;
    }
     .container-header-content{
        display:none;
    }
    .container-menu-mobile{
    }
    .container-header-mobile{
        display:block;
        background-color: #fff;
        margin-top: 0;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    }
    .container-header-mobile-logo{
        width: 65px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .container-header-mobile-logo a{
        display:flex;

    }
    .container-header-mobile-inner{
        display:flex;
        align-items: center;
        justify-content: space-between;
        height: 55px;
    }
    .container-header-mobile-burger{
        margin-left:20px;
        width: 40px;
    }
    .container-header-mobile-burger a{
        display:flex;
    }
    #container-header-mobile-menu{
        display: none;
        position: absolute;
        left: 0;
        top: 55px;
        z-index: 100000;
        width: 100%;
        padding: 20px 0;
        background-color: #04101A;
    }
    .woocommerce .container-header-mobile-burger img, .woocommerce-page .container-header-mobile-burger img{
        height:20px;
    }
    .container-header-mobile-right{
        width: 90px;
        position: relative;
        margin-right: 25px;
        display: flex
    ;
        align-items: center;
        justify-content: space-between;
    }
    .container-header-mobile-right .dashicons-cart{
        font-size: 25px !important;
        width:inherit;
        height:inherit;
    }
    .container-header-mobile-right .dashicons-search{
        font-size: 25px !important;
        width:inherit;
        color:#000;
        height:inherit;
    }
    .container-header-mobile-right .cart-count{
        right: -25px;
        top: 2px;
    }
    .header-mobile-loupe{
        height: 25px;
        display: flex
    ;
        align-items: flex-end;
    }


    .container-header {
        position: fixed;
        display: block;
        width: 100%;
    }
    .container-header-slogan-inner .header-slogan-bloc:nth-child(2){

    }
    .container-header-slogan{

    }

    #container-header-mobile-menu ul {
        margin: 0;
        padding: 0;
    }
    #container-header-mobile-menu ul li{
        list-style-type: none;
        
        width: calc(100% - 20px);
    }
    /* Style du bouton + */
    .submenu-toggle {
        cursor: pointer;
        margin-left: 10px;
        font-weight: bold;
        float: right;
        user-select: none;
        color: #fff;
        top: 5px;
        position: relative;
        font-size: 22px;
    }

    /* Optionnel : padding et indentation pour les sous-menus */
    #menu-menu-synapsya-1 .sub-menu {
      padding-left: 15px;
    }
    #container-header-mobile-menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
        background-color: #04101A;
        padding: 6px 0 6px 20px;
    }
    #container-header-mobile-menu li.submenu-trigger a{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    #container-header-mobile-menu li.submenu-trigger a span{
        padding-right: 30px;
        padding-left: 50px;

    }
    .container-l {
        width: calc(100% - 40px);
    }
    .container-xl {
        width: calc(100% - 40px);
    }
    .container-m {
        width: calc(100% - 40px);
    }
   
    
    .container-header-slogan-inner{
        width: 90%;
    }
    .container-product-tabs-bloc{
        flex-wrap:wrap;
    }
    #tab-description .container-product-tabs-txt{
        width:100%;
    }
    #tab-description .container-product-tabs-img{
        width:100%;
        text-align: center;
    }
    #tab-ingredients-naturels .container-product-tabs-txt {
        width:100%;
    }
    #tab-ingredients-naturels .container-product-tabs-img {
        width:100%;
        text-align: center;
    }
    .woocommerce-tabs ul.wc-tabs{
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }
    .woocommerce-tabs ul.wc-tabs li{
        margin: 10px 30px;
        padding-right:0;
    }
    .woocommerce-tabs ul.wc-tabs li a{
        width:100%;
    }
    .container-category-gel .swiper-button-prev{
        left: -40px !important;
    }
    .container-category-gel .swiper-button-next{
        right: -40px !important;
    }
    .container-category-visco .swiper-button-prev{
        left: 25px !important;
    }
    .container-category-visco .swiper-button-next{
        right: 25px !important;
    }
    .container-l.footer-inside-content{
        width:calc(100% - 80px);
        position: relative;

    }
    .cart-locked{
        display:none;
    }
   
    .container-home-mission{
        margin-top:40px;
    }
    
    .epace-perso-sidebar {
        width: 100%;
        padding-top: 0;
    }
    .container-epace-perso {
        width: calc(100% - 40px);
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        margin:0!important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul{
        text-align:center;
        display: flex
    ;
        flex-direction: column;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li a{
        padding:0px 30px 9px 8px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li{
        text-align:center!important;
        display: flex ;
        align-self: center;
        background-image: url(assets/images/picto-arrow-down-small-cta.svg);
        background-position: right top 6px;
        background-size: 16px;
        background-repeat: no-repeat;
        box-sizing: border-box;
        margin-bottom:10px!important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li:last-child{
        background-image:none;
    }
    li.woocommerce-MyAccount-navigation-link{
        text-align:center!important;
    }
    .woocommerce .woocommerce-MyAccount-navigation button{
        float:inherit;
        left: 50%;
        transform: translateX(-50%);
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        padding-left:inherit;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
        border-bottom: 1px solid !important;
    }
    .woocommerce div.product div.summary{
        margin-bottom: 0;
        margin-right: 0;
        width: calc(60% - 110px) !important;
    }
}
@media all and (max-width:1050px) {
    .blog-post {
        width: 45%;
    }


    .blog-category-title{
        width:100%;
    }
    .footer-bandeau span{
        font-size:16px;
        line-height: 21px;
        font-family:"Outfit-Light", serif
    }
    .container-category-visco{
        width:calc(100% - 250px);
    }

    .container-upsell-product .swiper-wrapper,
    .container-upsell-product {
        width: 750px!important;
    }


    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet{
        flex-direction:column!important;
    }
    .colonne-page-faq .uagb-tabs__panel{
        width: 100% !important;
        max-width: inherit!important;
    }
    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap{
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media all and (max-width:970px) {
    .search .woocommerce ul.products li.product {
        width: 45%;
    }
    .swiper-button-next,
    .swiper-button-prev{
        background-size: 40px 40px;
        width: 40px !important;
        height: 40px !important;
    }
    .container-s {
        width: calc(100% - 40px);
    }
    
    .header-page{
        margin-top:25px;
    }
    h1.entry-title{
        margin-top:25px;
    }
   
    .footer-reassurance-container {
        width: 100%;
    }
    .footer-form {
        width: 90%;
    }
    .container-category-gel{
        width:100%;
    }
    .container-header-slogan-inner{

    }
    .product{
        flex-wrap:wrap;
        padding:0 15px;
        box-sizing:border-box;
        margin-top: 40px;
    }
    .product-image-container{
        width:40%;
    }
    .woocommerce div.product div.summary {
        width: calc(60% - 160px)!important;
        margin-left:20px;
    }
    .product-image-container {
        margin-left: 70px;
        margin-right: 70px;
    }

    .product-faq-container{
        flex-wrap:wrap;
        margin-top: 20px;
    }
    .product-faq-title{
        width:100%;
        margin-right:inherit;
    }
    .product-faq-content{
        width:100%;
    }
    .container-category-gel .swiper-button-next {
        right: 0px !important;
    }
    .container-category-gel .swiper-button-prev {
        left: 0px !important;
    }
    .bloc-contact-header p {
        width: 100%;
    }
    .epace-perso-sidebar {
        padding-top: 50px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {

    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 21px;
        line-height: 23px;
    }
    h2.account-title {
        font-size: 30px;
        line-height: 40px;
        margin: 30px 0 20px 0;
    }
    .home-content-product-cpa-background,
    .home-content-product-gel-background{
        display:none;
    }
    .colonne-page-faq .uagb-tab{
        padding: 0 0px 0 8px !important;
    }
    .colonne-page-faq .uagb-tab a{
        padding: 0 30px 20px 8px !important;
        width: 100%;
        box-sizing: border-box;
    }
    .colonne-page-faq{
        margin-top:30px;
    }
    .uagb-slider-container .swiper-button-prev, 
    .uagb-slider-container .swiper-button-next{
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
    }
}
@media all and (max-width:900px) {
    .product-post-content a {

        margin-bottom: 20px;
    }
    .product-post-content{
        flex-wrap:wrap;
    }
    .product-post-bloc{
        height:100%;
    }

}
@media all and (max-width:850px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 100% !important;
    }
    .home-mission-content{
        flex-wrap:wrap;
    }
    .home-mission-bloc {
        width: 50%;
        flex: inherit;
        border: none;
        margin:0;
    }
    .home-mission-bloc:nth-child(1),
    .home-mission-bloc:nth-child(4){
        background-color:#F8F8F0;
    }
    .container-l.footer-inside-content{
        padding-top: 30px;
        height: 100%;
        box-sizing: border-box;
    }
    .footer-block-rs-container{
        position: absolute;
        bottom: 25px;
        right:0;
    }
   
   
    .uagb-tabs__wrap .uagb-tabs__body-wrap{
        padding:0!important;
    }
}
@media all and (max-width:780px) {
    .bloc-hub .wp-block-cover,
    .bloc-cta-product-bilan .wp-block-cover {
        min-height: 200px;
    }
    
    .bloc-hub.image-left .wp-block-cover{
        border-radius: 12px 12px 0 0 ;
    }
    .bloc-hub .row-txt{
        padding: 0 15px 15px 15px;
    }
    .bloc-hub.image-right .row-txt {
        padding: 0 15px 15px 15px;
    }
    .bloc-hub.image-right .wp-block-cover {
        border-radius: 0 0 12px 12px;
    }
    .bloc-image-texte .wp-block-media-text__media img,
    .bloc-image-texte .has-media-on-the-right .wp-block-media-text__media img{
        border-radius: 12px 12px 0 0 ;
    }
    .bloc-solutions-products-col-subcol-plus{
        text-align: center;
    }
    .bloc-banniere h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .bloc-banniere h2{
        font-size: 20px;
        line-height: 25px;
    }
    .bloc-solutions-infos figure.wp-block-media-text__media{
        text-align: center;
    }
    .bloc-solutions-infos figure.wp-block-media-text__media img{
        max-width: 100px;
    }
    
    .bloc-solutions-infos .wp-block-media-text__content{
        text-align: center;
    }
     /* Empile en colonne */
  .bloc-home-video-txt {
    flex-direction: column;
  }

  /* Colonne texte en premier */
  .bloc-home-video-txt > .wp-block-column:last-child {
    order: 1;
  }

  /* Colonne vidéo en second */
  .bloc-home-video-txt > .wp-block-column:first-child {
    order: 2;
  }
  .bloc-home-square{
      max-width: 250px;
      box-sizing: border-box;
  }
   .bloc-home-square h2{
       font-size: 30px;
    line-height: 35px;
   }
  .bloc-home-square-container{
      justify-content: center;
  }
}
@media all and (max-width:750px) {
    
    .container-banner-home-inner{
        width: 300px;
        left:20px;
        top: 130px;
    }
    .home-banner-title h1{
        font-size:45px;
        line-height:38px;
    }
    .container-banner-home{
        height:440px;
    }
    .home-content-intro{
        display:none;
    }
    .archive-product-content {
        width: 100%;
    }

    .sidebar-archive-product {
        width: 100%;
        display: flex
    ;
        flex-direction: column;
    }
    .archive-product-container {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar-archive-product h4{
        text-align: left;
        float: left;
        font-size:18px;
        line-height:24px;
        width: 100%;
        margin: 10px 0;
    }
    .sidebar-archive-product-title {
        border-top: 1px solid;
        border-bottom: 1px solid;
        background-image:url("/wp-content/themes/twentytwentyone-child/assets/images/menu-burger.svg");
        background-position: right center;
        background-size: 18px 11px;
        background-repeat: no-repeat;
        cursor:pointer;
    }
    .sidebar-archive-product-title.filter-active{
        background-image:url("/wp-content/themes/twentytwentyone-child/assets/images/picto-close-filter.svg");
    }
    #tag-filter-form,
    #category-filter-form{
        display:none;
        margin-top:10px;
    }
    #sidebar-archive-product-title-category{
        border-top:none;
    }
    .category-filter-form-bloc label {
        width: 250px;
        display: inline-block;
    }
    .category-filter-form-bloc {
        text-align: left;
    }
    .archive-product-content{
        margin-top:50px;
    }
    .quick-view-content h2 {
        font-size: 23px;
        line-height: 27px;
    }
    
    .container-slider-product{
        position:relative;
        width: 100%;
    }
    
    .container-slider-product .swiper-slide{
        height: 300px;
    }
    h1.product_title {
        font-size: 35px !important;
        line-height: 40px;
    }
    .display-none-desktop{
        display:block;
    }
    .display-none-mobile{
        display:none;
    }
    .product{
        justify-content: space-around;
    }
    .product-image-container {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        margin-left: 0;
    }
    .woocommerce div.product div.summary {
        width: calc(100% - 20px) !important;
        margin: 0 auto;
    }
    .container-product-info-mobile{
        width: calc(60% - 20px);
    }

    .summary.entry-summary .product_title.entry-title{
        margin-top:20px;
    }
    .summary.entry-summary .page-product-rating{

    }
    .summary.entry-summary .custom-product-tags{

    }
    .summary.entry-summary .price{

    }
    .summary.entry-summary .custom-attribute-block .price{
        display:block;
    }
    .summary.entry-summary .woocommerce-product-details__short-description{

    }
    .container-slider-product .swiper-button-next {
        background-size: 40px;
        width: 40px !important;
        height: 40px !important;
        z-index: 1;
    }
    .container-slider-product .swiper-button-prev {
        background-size: 40px;
        width: 40px !important;
        height: 40px !important;
        z-index: 1;
    }

    .woocommerce-tabs .panel h2 {
        font-size: 22px !important;
        line-height: 26px;
    }
    .woocommerce-tabs .panel h3 {
        font-size: 20px !important;
        line-height: 24px;
    }
    .woocommerce-tabs .panel h4 {
        font-size: 18px !important;
        line-height: 22px;
    }

    .product-post-title h2,
    #reviews-container h2,
    #side-popup h2 ,
    .related.products h2, .up-sells h2 {
        font-size: 30px;
        line-height: 38px;
        text-align:center;
    }
    .product-post-bloc {
        margin: 0 auto;
        width: 246px;
        height: 262px;
    }
    .product-post-bloc-title {
        width: 214px;
        height: 219px;
        box-sizing: border-box;
    }
    
   
    .footer-menu-bloc {
        width: 100%;
    }
    .footer-inside{
        height:inherit;
    }
    .footer-block-rs-container {
        position: relative;
        top: 0;

        align-items: end;
    }
    .footer-inside-right h3, .footer-menu-bloc h3{
        margin-bottom:25px;
    }
    .woocommerce-error li, .woocommerce-info, .woocommerce-message{
        margin-top:32px;
    }
    .page-template-cart-template .container-m{
        width:calc(100% - 40px);
    }
    article h1.entry-title{
        padding-top:25px;
    }
    .bloc-contact-form-container{
        margin-top:inherit!important;
    }
    .bloc-contact-header-container{
        margin-top:20px;
        gap:10px!important;
    }
    .bloc-contact-header p{
        height: 70px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li:first-child{
        padding-top:8px!important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li{
        background-position: right top 12px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link{
        margin-bottom:10px!important;
    }
    .woocommerce .woocommerce-MyAccount-navigation button{
        margin-left:11px;
    }
    .container-l.footer-inside-content{
        width:calc(100% - 40px);
    }
    .container-category-points {
        width: 300px;
    }
    .search .woocommerce ul.products li.product {
        width: 100%;
    }
    .search .product-archive-card {
      
        margin: 0 auto;
    }
}
@media all and (max-width:700px) {
    .bloc-home-slider .swiper-content{
        padding: 0 10px;
    }
    .blog-post-title h3{
        font-size:16px;
        line-height:20px;
    }
    .container-home-conseils-right .blog-post-title h3{
        font-size: 13px;
        line-height: 16px;
    }
    .blog-post-title p{
        font-size:12px;
        line-height:16px;
    }
    .blog-post-title{
        width: 100%;
        margin: 0 auto;
        height: 135px;
        background-image: inherit;
        box-sizing: border-box;
    }
    .blog-post {
        width: 100%;
        height: 155px;
    }
    .blog-post a {
        width: 90%;
    }
    .container-blog{
        flex-wrap:wrap;
    }
    .blog-category {
        width: 100%;
        flex: inherit;
        height: 268px;
    }
    .blog-category-title {
        width: 227px;
        height: 227px;
    }
    .blog-category.blog-category-active{
        height:268px;
    }
    .blog-category-active::after{
        content:inherit;
    }
    .container-blog-post-container{
        margin-top:0;
    }
    .footer-intro p{
        font-size:14px;
        line-height:19px;
    }
    .footer-reassurance-bloc {
        width: 25%;
        text-align: center;
        margin: 0;
    }
    .footer-reassurance-img img{
        height:40px!important;
        max-width: inherit!important;
    }
    .footer-reassurance-txt{
        font-size: 13px;
        line-height: 18px;
        margin-top:10px;

    }
    .footer-inside{
        height:inherit;
    }
    .footer-inside-left {
        flex-direction: column;
    }
    .footer-inside-content{
        padding-top:30px;
    }
    .product-card{
        width:170px;
    }
    .product-card-img,
    .product-card-img-bis {
        width: 170px;
        height: 150px;
    }
    .product-card h3 {
        font-size: 12px;
        line-height: 16px;
    }
    .home-product-card-cta-more{
        width:36px;
        height:36px;
    }
    .home-product-card-cta-cart {
        width:22px;
        height:22px;
    }
    .swiper-button-next,
    .swiper-button-prev{
        background-size: 40px 40px;
        width: 40px !important;
        height: 40px !important;
    }
    .container-home-mission h2, .home-content-product h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .home-content-product p.home-content-product-subtitle{
        font-size: 18px;
        line-height: 24px;

        font-family:"Outfit-Light", serif
    }
    .container-home-avis h2{
        font-size: 35px;
        line-height: 40px;
    }
    .product-card-infos{
        padding:0;
        text-align:center;
    }
    .product-card-description p{
        text-align:center;
    }
    .home-content-product-gel {
        padding: 0 20px;
    }
    .home-content-product-visco {
        padding: 0 20px;
    }
    .container-category-visco {
        width: 100%;
    }
    .container-category-visco .swiper-button-prev{
        left:20px!important;
    }
    .container-category-visco .swiper-button-next{
        right:20px!important;
    }
    .container-category-gel .swiper-button-next {
        right: 20px !important;
    }
    .container-category-gel .swiper-button-prev {
        left:20px!important;
    }
    .container-category-cpa .swiper-button-next {
        right: 20px !important;
    }
    .container-category-cpa .swiper-button-prev {
        left:20px!important;
    }
    .container-home-mission p{
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        font-family:"Outfit-Light", serif
    }
    .container-home-video-left h2, .container-home-conseils-left h2,
    .container-home-etudes-right h2, .container-home-engagements h2{
        font-size: 40px;
        line-height: 35px;
    }
    .container-home-video-left h2{
        text-align:center;
    }
    .container-home-video-left p,
    .container-home-engagements p{
        text-align:left;
    }
    .container-home-video-left p,
    .container-home-conseils-left p,
    .container-home-etudes-right p,
    .container-home-engagements p{
        font-size: 14px;
        line-height: 20px;
    }
    .container-home-etudes{
        margin-top:45px;
    }
    .container-home-engagements-inner{
        justify-content: center;
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .container-home-engagements-inner a {
        width: 50%;
        height: inherit;
        flex: inherit;
        aspect-ratio: inherit;
        margin-bottom: 15px;
    }
    .home-mission-bloc h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .container-home-mission p{
        font-size: 15px;
        line-height: 20px;
    }
    .footer-bandeau{
        display:none;
    }
  
    .footer-newsletter-container {
        width: calc(100% - 40px);
    }
    .footer-cta-locked {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10000;
    }
    .footer-cta-locked span {
        width: 100%;
        height: 63px;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
    }
    .footer-cta-locked span a {

        text-transform: uppercase;
        text-decoration: none;
        font-size: 25px;
    }
    .footer-cta-locked span:first-child {

    }
    .footer-cta-locked span:last-child {

    }
    .page-template-home .product-card h3{
        font-size: 16px;
        line-height: 22px;
    }
    .page-template-home .product-card-description {
        margin-bottom: 10px;
    }
    .container-category-points .swiper-button-next {
        right: -40px !important;
    }
    .container-category-points .swiper-button-prev {
        left: -40px !important;
    }
    .home .skeepers_carousel_container{
        margin-bottom: 0;
    }

}
@media all and (max-width:650px) {
    .bloc-image-produit-article{
        max-width: 250px;
        margin: 0 auto;
    }
   .bloc-image-produit-article .wp-block-buttons{
       justify-content: center;
   }

    #container-blog-post-title{
        font-size:30px;
        line-height:38px;
    }
    h1{
        font-size:35px;
        line-height:45px;
    }
    .container-form-login h1 {
        padding-top: 25px;
    }

    #side-popup {
        width: 100%;
        min-width:inherit;
    }
    #table-orders td{
        font-size: 12px;
        line-height: 14px;
        height: 60px;
    }
    #table-orders .datatable-inner-orders tr th:first-child, #table-orders .datatable-inner-orders tr td:first-child {
        text-align: left;
        padding-left: 10px;
    }
    #table-orders .datatable-inner-orders td {
        padding: 10px 5px 10px;
    }
    #table-orders .datatable-inner-orders td.table-order-img-flex img{
        width:30px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link{
        margin-bottom:0!important;
    }
    #table-orders th, #table-orders td, #my_account_subscriptions th, #my_account_subscriptions td{
        padding:4px;
    }
    .container-404 h1.page-title{
        font-size: 80px;
        padding-top: 83px;

    }

    .error-404 p.page-404-subtitle{
        font-size: 35px;
        line-height: 57px;

    }
}
@media all and (max-width:500px) {
    .container-home-mission p{
        font-size: 15px;
        line-height: 20px;
    }
    .product-slide-img {
        height: 205px;
    }
    .container-slider-product .swiper-slide {
        height: 205px;
    }
    .product-image-container .woocommerce-product-details__short-description{
        height: 100px;
        overflow: hidden;
    }
    .swiper-button-next,
    .swiper-button-prev{
        top: calc(50% - 10px);
    }
    .single-product .single_add_to_cart_button{
        width: calc(100% - 82px);
    }
    .woocommerce-product-details-mobile-trigger{
        text-align: center;
        font-size: 8px;
        line-height: 12px;
        cursor: pointer;
        display:block;
        margin-top: 10px;
    }
    .container-upsell-product .swiper-wrapper,
    .container-upsell-product {
        width: 350px!important;
    }
    .container-upsell-product .swiper-button-prev {
        left: 0px !important;
    }
    .container-upsell-product .swiper-button-next {
        right: 0px !important;
    }
    .footer-menu-bloc ul li a {
        font-size: 14px;
        line-height: 26px;
    }
    .home-mission-bloc{
        background-image:none;
    }
    .home-content-product-gel h2 {
        margin-top: 0;
        padding-top: 25px;
    }
    .home-content-product h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .container-home-mission{
        padding-top:20px;
    }
    .quick-view-content .single_add_to_cart_button{
        height:35px;
    }
    .quick-view-content .quantity-selector{
        height:35px;
    }
    .quick-view-content .variation-delivery-container{
        margin-top:15px;
    }

    .custom-attribute-block .price{
        flex-wrap: wrap;
        margin-top: 4px;
    }
    .single-product .woocommerce-variation-add-to-cart .button{
        font-size:16px!important;
    }
    .quantity-selector button{
        padding: 8px 7px;
    }
    .woocommerce-tabs ul.wc-tabs li {
        margin: 10px 0px;
    }
    .quantity-selector{
        max-width: 125px;
    }
    .single-product form.cart input[type=number]{
        width:30px!important;
    }
    .container-slider-product .swiper-button-next {
        right: 5px !important;
    }
    .container-slider-product .swiper-button-prev {
        left: 5px !important;
    }
   
    .form-row{
        margin-bottom:inherit;
    }
    .form-row p {
        width: 100%;
    }
    #table-orders .datatable-inner-orders td.table-order-img-flex img{
        display:none;
    }
    #table-orders .datatable-inner-orders td {
        padding: 0 5px !important;
    }
    .container-epace-perso {
        width: calc(100% - 20px);
    }
    #table-orders .col-invoice .subscription-link{
        margin-left:0!important;
    }
    #table-orders .datatable-inner-orders th:nth-child(4),
    #table-orders .datatable-inner-orders td:nth-child(4){
        display:none;
    }
    #table-orders .datatable-inner-orders th:nth-child(1){
        width:30%;
    }
    .table-order-img-flex span{
        margin-left:0;
    }
    .product-archive-card-container{
        width:270px!important;
    }
    .container-category-points {
        width: 270px;
    }
    .container-category-points .swiper-button-next {
        right: -20px !important;
    }

    .container-category-points .swiper-button-prev {
        left: -20px !important;
    }
    .my-points-advantages .my-point-sutitle {

        display: flex  ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .my-point-sutitle {
        font-size: 24px;
        line-height: 31px;
    }
    .my-points-infos {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .my-points-mine {
        text-align: center;
    }
    .blog-post {
        background-size: auto;
    }
    
    .blog-category-active .blog-category-title {
        border: 3px solid;
    }
    article h1.entry-title{
        font-size:35px;
        line-height:40px;
    }
    .container-post{
        padding-top:20px;
    }
    .product-post-content a {
        width:100%;
        height: 155px;
    }
    .blog-post-product {
        width:100%;
        height: 155px;
        margin: 0;
    }
    .archive-subtitle{
        padding:0 20px;
    }
    .container-category-points{
        width:250px;
    }
    .product-archive-card-container {
        width: 250px !important;
    }
    .container-category-points .swiper-button-next {
        right: -40px !important;
    }
    .container-category-points .swiper-button-prev {
        left: -40px !important;
    }
    .composition-card{
        width: 100%;
        box-sizing: border-box;
    }
    .container-product-tabs{
        padding-top: 0;
        padding-bottom: 0;
    }
    .composition-wrapper,
    .additional-info-content{
        padding-top: 20px;
    }
    .woocommerce-tabs .panel h2.timeline-title {
        font-size: 30px !important;
    }
    .product-timeline{
        margin-top: 20px;
    }
    .product-gutenberg-content .wp-block-media-text .wp-block-media-text__content{
        padding: 0;
    }
    .product-gutenberg-content .bloc-banniere h1{
        margin: 0 auto 20px auto;
    }
    .product-gutenberg-content .bloc-banniere .wp-block-buttons{
        margin: 0 auto 20px auto;
    }
    .bloc-home-slider h1{
        padding: 0 50px;
        box-sizing: border-box;
        font-size: 30px;
        line-height: 35px;
    }
}


.variation_row[data-variation-name*="Achat Unique"] .show_if_variable-subscription {
    display: none !important;
}
