/* NEW HEADER  */
.banner{
    display: none!important;
}
.header:not(.sticky) .container-header .header-left .logo svg path{
    fill: #000000;
}
@media screen and ( min-width: 1055.98px ) {
    .header.sticky .menu-category.marketing-menu-left .main-link,
    .header.sticky .menu-category.marketing-menu-right .main-link {
        color: #000000 !important;
    }
    .header:not(.sticky) .container-header .header-left .logo svg path{
        fill: #FFFFFF;
    }
    .header:not(.sticky) .fixed-header:not(.fulltop-header){
        background-color: transparent;
    }
    .header:not(.sticky) .menu .menu-category .main-link{
        color: #FFFFFF;
    }
    .header:not(.sticky) .menu .menu-category .main-link.hoversoulign:hover::after{
        background-color: #FFFFFF;
    }
    .header:not(.sticky) .container-header .header-right .entries svg path{
        fill: #FFFFFF;
    }
    .header:not(.sticky) .container-header .header-right .entries svg path.box{
        fill: transparent;
        stroke: #FFFFFF;
    }
    .header:not(.sticky) .container-header .header-right .entries .courrier .link{
        color: #FFFFFF;
    }
    .header:not(.sticky) .cls-2023,
    .header:not(.sticky) .cls-2023-2{
        fill: #FFFFFF;
    }
    .header:not(.sticky) .container-header .header-right .search .f_search svg path{
        fill: #FFFFFF;
    }
    .header:not(.sticky) .container-header .header-right .search #f_search_object{
        background-color: #FFFFFF40;
        color: #FFFFFF;
        border-color: #FFFFFF;
        width: 300px;
    }
    .header:not(.sticky) .f_search #f_search_object::placeholder{
        color: #FFFFFF;
    }
    .header:not(.sticky) .container-header .header-right .entries .basket .svg-container .number{
        color: #2D2D2D;
    }
}


/* landing */
.landing{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* vignettes */

.inspirations .vignettes{
    max-height: 400px;
    overflow: scroll;
    scrollbar-width: none;
}
.inspirations .vignettes .vignette-link{
    min-width: 65px;
    min-height: 65px;
}


/* section-banner-intro */
.section-banner-intro .title{
    font-size: 60px;
    font-weight: 400;
    line-height: 84px;
    color: #FFFFFF;
    margin-top: 35px;
}
@media screen and ( max-width: 1056px ) {
    .section-banner-intro .title{
        text-align: center;
        font-size: 57px;
        line-height: 57px;
    }
}

/* section-intro-video */
.section-intro-video{
    background-color: #F6F4EF;
    padding: 60px 90px;
    box-sizing: border-box;
    width: 100%;
}
.section-intro-video .intro-video-container{
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
}
.section-intro-video .left-part{
    width: 55%;
}
.section-intro-video .textblock{
    max-width: 443px;
    text-align: left;
    color: #2C4542;
}
.section-intro-video .title{
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
}
.section-intro-video .description{
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
}
.section-intro-video .description b{
    font-weight: 600;
}
.section-intro-video .textblock-bottom.showd{
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
    margin-left: -80px;
    margin-bottom: 40px;
}
.section-intro-video .textblock-bottom .parallax1{
    position: relative;
    top: 50px;
}
.section-intro-video .big-mention{
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    max-width: 512px;
    margin-bottom: -40px;
}
.section-intro-video .big-mention b{
    font-weight: 600;
}
.section-intro-video .right-part{
    width: 45%;
}
.section-intro-video .right-part .parallax-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-intro-video .right-part .parallax-wrapper{
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}
.section-intro-video .right-part .parallax-wrapper .parallax1{
    position: absolute;
    left: 0;
    top: 80px;
}
.section-intro-video .right-part .parallax-wrapper .parallax2{
    position: absolute;
    bottom: -50px;
    right: 0;
}
@media screen and ( max-width: 1056px ){
    .section-intro-video{
        padding: 20px;
    }
    .section-intro-video .intro-video-container{
        flex-direction: column;
    }
    .section-intro-video .left-part{
        width: 100%;
    }
    .section-intro-video .textblock-bottom.showd{
        display: none;
    }
    .section-intro-video .textblock{
        max-width: unset;
    }
    .section-intro-video .title{
        font-size: 20px;
        line-height: 26px;
    }
    .section-intro-video .description{
        font-size: 13px;
        line-height: 18.2px;
        margin-top: 13px;
    }
    .section-intro-video .right-part{
        margin-top: 65px;
        width: 100%;
    }
    .section-intro-video .right-part video{
        max-width: 237px;
        height: auto;
    }
    .section-intro-video .right-part .parallax-wrapper{
        width: calc(100% + 30px);
    }
    .section-intro-video .right-part .parallax-wrapper .parallax1 .visuel{
        width: 66px;
        height: auto;
    }
    .section-intro-video .right-part .parallax-wrapper .parallax2 .visuel{
        width: 69px;
        height: auto;
    }
    .section-intro-video .textblock-bottom.showm{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 30px;
        text-align: center;
    }
    .section-intro-video .textblock-bottom .parallax1 {
        position: absolute;
        left: -20px;
        bottom: 0;
        top: unset;
    }
    .section-intro-video .textblock-bottom .parallax1 .visuel{
        width: 90px;
        height: auto;
    }
    .section-intro-video .big-mention{
        font-size: 19px;
        font-weight: 400;
        line-height: 22.8px;
        margin-bottom: unset;
        margin-top: 50px;
    }

}

/* section-cdc */
.section-cdc{
    margin-top: 50px;
}
.section-cdc .title{
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
}

/* section-autres-inspirations */
.section-autres-inspirations .section-title{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.section-autres-inspirations .slide{
    width: 270px;
    display: flex;
    flex-direction: column;
}
.section-autres-inspirations .slide .title{
    font-family: 'DM Serif Display',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #2D2D2D;
    margin-top: 6px;
}
.section-autres-inspirations .slide .btn{
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-top: 8px;
}
.section-autres-inspirations .slide .btn svg{
    margin-left: 11px;
}
@media screen and ( min-width: 1056.98px ) {
    .section-autres-inspirations .swiper-wrapper{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .section-autres-inspirations .slide:not(:first-child){
        margin-left: 25px;
    }
    .section-autres-inspirations .swiper-button-next,
    .section-autres-inspirations .swiper-button-prev {
        display: none;
    }
}
@media screen and ( max-width: 1056px ) {
    .section-autres-inspirations{
        margin-top: 45px;
    }
    .section-autres-inspirations .section-title{
        text-align: left;
    }
    .section-autres-inspirations .swiper-wrapper{
        margin-top: 15px;
    }
}

/* newsletter-container */
.newsletter-container{
    margin-top: 45px;
    margin-bottom: 45px;
}
.newsletter-container .newsletter{
    margin-top: 0!important;
}

@media screen and ( max-width: 1056px ) {
    .productblock .textblock .flex-container{
        display: flex;
    }
}