@media (min-width: 700px) {
    .main_header.af-header__section {
        margin-top: 5px;
        position: absolute;
        z-index: 1;
        color: white;
        width: 100%;
    }
    
    .main_header.af-header__section .sticky ul > li > a{
        color: black;
    
    }
    .main_header.af-header__section .sticky {
        left: 0;
    }
    
    .af-header__main_menu nav > ul > li > a.active, .af-header__main_menu nav > ul > li > a:hover {
        font-weight: var(--af-fw-bold);
        color: white;
    }
    .af-header__main_menu nav > ul > li > a::after {
        background-color: white;
    }
    
    .sticky .af-header__main_menu nav > ul > li > a.active, 
    .sticky .af-header__main_menu nav > ul > li > a:hover, 
    .sticky .header_area_item i.sticky-i-black {
        color: black;
    }
    .sticky .af-header__main_menu nav > ul > li > a::after {
        background-color: black;
    }
    
    .title-txt-banner{
        font-size: 32px !important;
    }
}

#delivry-offers{
    background-color: var(--af-theme-primary)!important;
}

.mini_cart_table .cart_total{
    color: black;
}




.af-banner-home .text-banner{
    position: absolute;
    padding: 0px 105px;
   
}
/* .splide__arrows {
    display: none !important;
} */

.text-banner .txt-bnr-content {
    width: 70%;
    height: 100vh;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.txt-bnr-content>*{
    margin-bottom: 26px;
    line-height: 1.3em;
    font-size: 15px;
}

.title-txt-banner{
    font-family: "Gotham-ExtraBold";
    font-size: 48px !important;
}

.content-txt-banner{
    font-size: 1.2em;
    line-height: 1.6em;
}

.bg-green {
    background-image: url('/assets/img/webp/home/mod_1_ban_fond.webp');
}




:root{
    --secondary_color14: #BF746B
}

.header{
    display: flex;
    align-items: center;
    justify-content: center;
    height : 75px;
    position : relative;
}
.header .header-img{
    height : 70px;
}
.header .header-search-wrap{
    position : absolute;
    top : 50%;
    left : 35px;
    color : var(--color-green);
    font-size: 25px;
    opacity: 0.7;
}
.header .header-search-icon{
    opacity: 0.7;
}
.header .header-search-icon:hover{
    cursor: pointer;
    opacity : 1;
}
.navbar{
    width : 100%;
}
.navbar__sm{
    display : none;
}
.navbar .navbar-items{
    width : 100%;
    list-style-type: none;
    padding : 0px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;    
    padding : 10px 20px;
    margin : 0px;
    letter-spacing: 1px;
    font-weight: bolder;
}
.navbar .navbar-item{
    display: flex;
    align-items: center;
    justify-content: center;
    opacity : 0.6;
    transition: all 250ms ease;
    margin-left : 60px;
}
.navbar .navbar-item .navbar-item-icon{
    margin-left : 5px;
}
.navbar .navbar-item:hover{
    cursor : pointer;
    opacity : 1;
}
.navbar .navbar-item.active{
    color:  var(--secondary_color14);
    opacity : 1;
}


.section .section-header{
    background-color: #fff;  
    text-align: center;
    padding : 50px 30px;
    background-size: contain;
    clear: both;
}
.section .section-header-text{
    font-size : 2rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--secondary_color14);
    font-weight: 900;
}

.section .section-header .section-header-text__light{
    font-display: swap;
}

.section .section-header .section-header-icon{
    width : 30px;
}
.section .section-steps{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    flex-wrap: wrap;
}
.section .section-step{
    width: 199px;
    position: relative;
    margin: 0 20px;
}

.section-testimonials .card-testimonial{
    display: flex;
    color: white;
    width: 100%;
    border-radius: 12px;
}

.section-testimonials .testimonial-text{
    padding: 10px 48px;
    align-content: center;
    display: grid;
}
.section-testimonials .testimonial-img{
    height: 267px;
}

.section-testimonials .section-idol-item-title{
    font-size: 21px;
    font-weight: 900;
    font-family: "Gotham-ExtraBold";
    margin-bottom: 28px;
    letter-spacing: 1px;
}
.section-testimonials .section-idol-item-text{
    font-size: 14px;
    line-height: 1.2rem;
}

.section-testimonials .testimonial-img img{
    border-radius: 0 12px 12px 0;
    height: inherit;
}

.section-medias img{
    width: 230px;
}

.section .section-step:not(:first-child)::before{
    content :"";
    position : absolute;
    top : 50%;
    left : -60px;
    width : 30px;
    height : 20px;
    /* border-radius: 5px;
    background-color: #A4BFB1; */
    background-image:url('/assets/icons/webp/mod_1_flêche.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
.section .section-steps--without-before .section-step::before{
    display : none;
}

.section .section-step .section-step-img-container{
    text-align: center;
    min-height : 100px;
}

.section .section-step .section-step-img{
    width : 85px;
}
.section .section-step .section-step-title{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: 35px;
}
.section .section-step .section-step-description{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.section .section-step-description{
    line-height: initial;
}

.section .section-rectangle{
    background-image : url("/assets/img/home/Rectangle 1.png");
    width : 250px;
    height : 100px;
    margin : 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    position : relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top : 15px;
}
.section .section-rectangle-title-wrap{
    position : absolute;
    top : -20px;
    width : 100%;
    display: flex;
    justify-content: center;
}
.section .section-rectangle-title{
    border-radius: 50px;
    padding : 0px 20px;
    width : auto;
    font-size : 2rem;
    color : var(--color-green);
}
.section .section-rectangle-list{
    
    list-style-type: none;
    padding : 0px 25px;
    font-size : 0.9rem;
    color : var(--color-green);
    font-display: swap;
}
.section .section-rectangle-list-item{
    line-height: 15px;
    text-align: center;
    position : relative;
}
.section .section-rectangle-list-item::before {
    content: "";
    display: inline-block;
    margin-right : 10px;
    background-image : url("/assets/icons/webp/pin-green.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width :10px;
    height : 10px;
}

/**
* SECTION BANNER STARTS
*/
.section-banner {
    width : 100%;
    min-height : calc(100vh);
    background-image: url("/assets/img/home/mod_1_ban_fond.webp");
    background-size: cover;
    display : flex;
    justify-content: center;
    align-items: center;
    flex-wrap : wrap;
    padding : 50px 30px;
}
.section-banner-aroma-forest{
    display : none;
    height : 150px;
    position : relative;
    left : 10px;
}
.section-banner .section-banner-1-flacon-1-arbre{
    width : 275px;
    margin-bottom: 40px;
}
.section-banner .section-banner-20-annee{
    width : 400px;
    margin-bottom: 30px;
}
.section-banner .section-banner-goals-container{
    background-color: #D1D5C4;
    color : var(--color-white);
    font-size: 1.5rem;
    border-radius: 25px;
    margin-bottom: 50px;
    max-width : 500px;
    position : relative;
    padding-top : 15px;
}
.section-banner .section-banner-goals-title-wrap{
    position : absolute;
    top : -30px;
    width : 100%;
    display: flex;
    justify-content: center;
}
.section-banner .section-banner-goals-title{
    background-color: #fff;
    border-radius: 50px;
    padding : 0px 20px;
    width : auto;
    font-size : 2.75rem;
    color : var(--color-green);
}
.section-banner .section-banner-goals-list{
    
    list-style-type: none;
    /* list-style-image: url("/assets/icons/pin.png"); */
    padding : 0px 25px;
    font-display: swap;
}
.section-banner .section-banner-goals-list-item{
    text-align: center;
    position : relative;
}
.section-banner .section-banner-goals-list-item::before {
    content: "";
    display: inline-block;
    margin-right : 20px;
    background-image : url("/assets/icons/pin.png");
    background-size: contain;
    background-repeat: no-repeat;
    width :20px;
    height : 20px;
  }

 

  
.section-banner .section-banner-tile{
    display : flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section-banner .section-banner-cta, .btn-cta{
    background-color: #735A57;
    color : var(--color-white);
    font-size: 1.15rem;
    padding : 15px 60px;
    border-radius: 50px;
    border : none;
    box-shadow: 0px 10px 10px #999;
    transition: all 250ms ease;
    text-align: center;
}
.section-banner .section-banner-cta:hover, .btn-cta:hover{
    cursor: pointer;
    transform: translateY(-5px);
}

.section-banner .section-banner-tile{
    width : 50%;
}
.section-banner .section-banner-tile__left{
    justify-content: flex-end;
    align-items: flex-end;

}
.section-banner .section-banner-tile__left .section-banner-tile-content{
    display : flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right : 30px;
}
.section-banner .section-banner-tile__right{
    justify-content: flex-start;
    align-items: flex-start;

}
.section-banner .section-banner-illustration{
    width : 80%;
}
/**
* SECTION BANNER ENDS 
*/

/* How it's work section starts */
.section-how-it-works .section-header{
    background-image : url("/assets/img/home/module pictogramme Comment ça marche.png");
    background-size: contain;
}
.section-how-it-works .section-content{
    background-color: var(--color-white);

}

/* How it's work section ends */

/* About us section starts */
.section-about-us .section-header{
    background-image : url("/assets/img/home/module 3.1 pictogramme Qui sommes nous.png");
}
.section-about-us .section-content{
    
    padding : 30px 75px;
    padding-bottom: 75px;
    font-display: swap;
}
.section-about-us .section-about-us-img-container{
    float : right;
    width : 40%;
    min-width : 150px;
    margin-left : 20px;
    margin-bottom : 20px;
    /* border-radius: 10px;
    box-shadow: 5Px 5px 10px #AAA; */
}
.section-about-us .section-about-us-img-container img{
    width : 100%;
}
.section-about-us .section-about-us-img-container img:hover{
    cursor : pointer;
}
.section-about-us h3{
    color : var(--color-green);
    font-size: 25px;
}

/* About us section ends */

/* Medias section starts */
.section-medias .section-header{
    background-image : url("/assets/img/home/module 4.1 pictogramme Presse en parle.png");
}
.section-medias  .swiper {
    width: 85%;
    height: 200px;
    border-top : 1px solid #AAA;
    border-bottom : 1px solid #AAA;

  }
  .section-medias .swiper .swiper-button-prev{
    color: var(--color-green);
  }
  .section-medias .swiper .swiper-button-next{
    color: var(--color-green);
  }
  .section-medias .swiper .swiper-slide {
    display : flex;
    align-items: center;
    justify-content: center;
    user-select: none;

  }
  /* .section-medias .swiper .swiper-slide-img{
    height : 75px;
  } */
/* Medias section ends */

/* Impacts section starts */
.section-impacts .section-header{
    background-image : url("/assets/img/home/module 5.1 pictogramme notre impact.png");
}
.section-impacts .section-content{
    background-color: var(--color-green);
    color : var(--color-white);

}
/* Impacts section ends */

/* Products section starts */
.section-products .section-header{
    background-image : url("/assets/img/home/module 6.1 pictogramme nos huile essentiel.png");
}
.section-products .section-content{
    
    padding : 30px;
    padding-bottom: 75px;
    font-display: swap;
}
.section-products .section-description{
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
}
.section-products-category{
    margin-top : 40px;
}
.section-products-category-title{
    width : 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding : 20px;
}
.section-products-category-title-img{
    width : 250px;
    
}
.section-products-items{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap : 10px; */
}
.section-products-list{
    margin-bottom: 15px;
}
.section-products-item{
    background-color: #fafafa;
    border : 1px solid #eee;
    margin : 10px;
    color : var(--color-green);
    border-radius: 14px;
    min-width: 292px;
}

.section-products-item-price{
    font-size: 23px;
    font-weight: 600;
}

.section-products-item-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}


.section-products-item-img{
    object-fit : contain;
    border-radius: 12px 12px 0 0;
}
.section-products-item-img:hover{
    cursor : pointer;
}
/* Products section ends */

.section-our-oils .splide__pagination.splide__pagination--ltr{
    display: none;
}


/* Goals section starts */
.section-goals .section-header{
    background-image : url("/assets/img/home/module 7.1 pictogramme 20ans recherche.png");
}
.section-goals .section-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap : 10px; */
    padding : 30px;
    padding-top : 0px;

}
.section-goals .section-goal-item{
    min-width : 300px;
    width : 45%;
    margin : 10px;
}
.section-goals .section-goal-item-img{
    width : 100%;
}
/* Goals section ends */

/* Idols section starts */
.section-idols .section-header{
    background-image : url("/assets/img/home/module 8.1 pictogramme des grands noms en parle.png");
}
.section-idols .section-idol-item{
    display : grid;
    grid-template-columns: 50% 50%;
    background-color: var(--color-white);
    padding : 30px;
    margin-bottom: 5px;
}
.section-idols .section-idol-item-content{
    padding : 50px;
}
.section-idols .section-idol-item-img-container{
    /* padding : 50px; */
}
.section-idols .section-idol-item-img{
    width : 100%;
}
.section-idols .section-idol-item-img:hover{
    cursor: pointer;
}
.section-idols .section-idol-item-content{
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section-idols .section-idol-item-text{
    
    font-size: 0.8rem;
    font-display: swap;
}
.section-idols .section-idol-item-title{
    text-align: center;
    color : var(--color-green);
    font-size: 1.15rem;
}
.section-idols .section-idol-item-title::before{
    content:"-";
    margin-right : 20px;
}
.section-idols .section-idol-item-title::after{
    content:"-";
    margin-left : 20px;
}
/* Idols section ends */

.section-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap : 100px; */
    
    font-weight: bolder;
    padding : 50px 30px;
    font-display: swap;
}
.section-contact-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin : 0px 50px;
    /* gap : 25px; */
}
.section-contact-item .section-contact-item-infos{
    margin : 10px 12.5px;
}
.section-contact-item-icon-wrap{
    width : 60px;
    height : 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border : #eee 1px solid;
    border-radius: 100%;
}
.section-contact-item-infos-title{
    opacity : 0.7;
    font-size: 0.8rem;
    margin-top : 10px;
}



.footer {
    display: grid;
    grid-template-columns: 70% auto;
    padding : 70px 85px;
    
    font-weight: bolder;
    background-color: var(--color-white);
    font-display: swap;
}
.footer .footer-tile--left{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.footer .footer-tile-section-title{
    font-size: 1rem;
    margin : 0px;
    margin-bottom: 10px;
}
.footer .footer-tile-section-list{
    margin : 0px;
    padding : 0px;
    font-size: 0.8rem;

    list-style-type: none;
}
.footer .footer-tile-section-list-item{
    padding : 8px 0px;
    opacity : 0.7;
}
.footer .footer-tile-section-list-item i{
    margin-right : 5px;
}
.footer .footer-tile-section-list-item:hover{
    cursor: pointer;
    opacity : 1;
}
.footer .footer-tile-title{
    font-size: 1.5rem;
    margin : 0px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.footer .footer-tile-text{
    font-size: 0.8rem;
    opacity : 0.7;
    max-width: 400px;
}
.footer .footer-tile-input-wrap{
    width : 100%;
    max-width: 400px;
    position: relative;
}
.footer .footer-tile-input{
    
    font-weight: bolder;
    outline: none;
    padding : 10px 0px;
    padding-right : 30px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #DDD;
    width : 100%;
    font-display: swap;
}
.footer .footer-tile-input-icon{
    position : absolute;
    top : 5px;
    right : 0px;
    font-size : 13px;
    padding : 4px 5px;
    border : 2px solid #AAA;
    border-radius: 100%;
    color : #AAA;
}
.footer .footer-tile-input-icon:hover{
    cursor: pointer;
} 

@media (max-width: 700px) {
    .title-txt-banner{
        font-size: 32px !important;
    }
    .af-section__subtitle{
        font-size: 28px !important;
    }
    .newsletter-block .newsletter-texts .newsletter-title{
        font-size: 32px !important;
    }
    .section-container{
        padding-left: 20px !important;
        padding-right: 20px !important;

    }
}