/* 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:not(.sticky) .fixed-header:not(.fulltop-header){
        background-color: #FFFFFF;
    }
    .header:not(.sticky) .menu .menu-category .main-link{
        color: initial;
    }
    .header:not(.sticky) .menu .menu-category .main-link.hoversoulign:hover::after{
        background-color: initial;
    }
    .header:not(.sticky) .container-header .header-right .entries svg path{
        fill: initial;
    }
    .header:not(.sticky) .container-header .header-right .entries svg path.box{
        fill: transparent;
        stroke: initial;
    }
    .header:not(.sticky) .container-header .header-right .entries .courrier .link{
        color: initial;
    }
    .header:not(.sticky) .cls-2023,
    .header:not(.sticky) .cls-2023-2{
        fill: initial;
    }
    .header:not(.sticky) .container-header .header-right .search .f_search svg path{
        fill: initial;
    }
    .header:not(.sticky) .container-header .header-right .search #f_search_object{
        background-color: initial;
        color: initial;
        border-color: initial;
        width: 300px;
    }
    .header:not(.sticky) .f_search #f_search_object::placeholder{
        color: initial;
    }
    .header:not(.sticky) .container-header .header-right .entries .basket .svg-container .number{
        color: initial;
    }
}


/* landing */
.landing{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and ( max-width: 1430px ) {
    .landing{
        overflow: hidden;
    }
}

.inspirations .vignettes{
    z-index: 3;
}


/* intro-parallax */
.intro-parallax{
    background-color: #1D3F77;
    position: relative;
    overflow: hidden;
}
.intro-parallax .parallax-visuels {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 220px;
    width: 100%;
}
.intro-parallax .visuel {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.intro-parallax .visuel.left {
    margin-right: 50px;
}
.intro-parallax .visuel.right {
    margin-left: 50px;
}
.intro-parallax #content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.intro-parallax .flag{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background-color: transparent;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    bottom: 0;
    padding: 60px 0 25px;
}
.intro-parallax .textblock-intro{
    color: #FFFFFF;
    text-align: center;
    font-family: Montserrat, sans-serif;
    margin-top: 90px;
}
.intro-parallax .citation{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}
.intro-parallax .citation b{
    font-weight: 600;
    font-style: italic;
}
.intro-parallax .description{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-top: 50px;
}
.intro-parallax .visuel.left{
    max-width: 929px;
}
.intro-parallax .visuel.right{
    max-width: 1046px;
}
@media screen and ( max-width: 1056px ){
    .intro-parallax .back-inspirations{
        top: 15px;
    }
    .intro-parallax .back-inspirations svg path{
        fill: #FFFFFF;
    }
    .intro-parallax .flag{
        font-size: 14px;
        padding: 20px 0 15px;
    }
    .intro-parallax .logo-collab svg{
        width: 90%;
        max-width: 413px;
    }
    .intro-parallax .textblock-intro{
        margin: 20px auto 0;
        width: 90%;
    }
    .intro-parallax .citation{
        font-size: 22px;
        line-height: 30px;
    }
    .intro-parallax .description{
        font-size: 15px;
        line-height: 21px;
        margin-top: 30px;
    }
    .intro-parallax .parallax-visuels{
        top: 320px;
    }
    .intro-parallax .visuel.left{
        margin-right: -50px;
    }
    .intro-parallax .visuel.right{
        margin-left: -50px;
    }
    .intro-parallax .coup-coeur{
        padding-bottom: 20px;
    }
    .intro-parallax .no-swiper-mb{
        width: 80%;
        margin: auto;
    }
    .intro-parallax .productblock{
        margin-bottom: 40px;
    }
    .intro-parallax .slider-arrow{
        display: none;
    }
}
@media screen and ( max-width: 400px ){
    .intro-parallax .parallax-visuels{
        top: 330px;
    }
}
@media screen and ( max-width: 360px ){
    .intro-parallax .parallax-visuels{
        top: 390px;
    }
}
/* coup-coeur */
.coup-coeur{
    margin-top: 50px;
    opacity: 0;
    padding-bottom: 90px;
    transition: 1.5s;
}
.coup-coeur.visible{
    opacity: 1;
    margin-top: 130px;
    transition: all 2s 1s;
}
.coup-coeur .title{
    color: #FFFFFF;
    text-align: center;
    font-family: DM Serif Display,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 20px;
}
.coup-coeur .productblock .picto,
.coup-coeur .productblock .etiquette{
    z-index: 2;
}
.coup-coeur .productblock .textblock .collection,
.coup-coeur .productblock .textblock .price,
.coup-coeur .productblock .textblock .price span.ald,
.coup-coeur .productblock .textblock .seo,
.coup-coeur .productblock .textblock .type{
    color: #FFFFFF;
}

@keyframes cross-visible {
    0% {
        opacity: 0;
        margin-top: 50px;
    }
    100% {
        opacity: 1;
        margin-top: 130px;
    }
}

.full-content .full-container{
    width: 100%;
    height: auto;
}

/* 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;
    }
}