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

.landing {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.breadcrumb{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    padding: 18px 0;
}
.breadcrumb ul a, .breadcrumb ul span.obflink{
    color: #FFFFFF;
}
.btn{
    border-radius: 27px;
    max-height: 43px;
}
.btn:hover{
    background-color: #2C4542;
    border-color: #2C4542;
}
.flip-img{
    transform: scaleX(-1);
}
.swiper-pagination-bullet{
    transform: none!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #2D2D2D;
}
footer{
    z-index: 1;
    position: relative;
    background-color: #FFFFFF;
}
/***********************/
/* SHOP THE LOOK */
/***********************/
.shoppable-wrapper:not(.not-on) .tooltip{
    opacity: 1!important;
    pointer-events: auto!important;
}
.shoppable-wrapper{
    z-index: 3!important;
}

/***********************/
/* vignettes */
/***********************/

.inspirations .vignettes.mobile{
    display: none;
}
.inspirations .vignettes{
    position: fixed;
    right: 53px;
    bottom: unset;
    top: 200px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-height: 400px;
    overflow: scroll;
    scrollbar-width: none;
}
.inspirations .vignettes .vignette-link{
    min-width: 65px;
    min-height: 65px;
    line-height: 0;
    margin: 7px 0;
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
    border: solid 2px #FFFFFF;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}
.inspirations .vignettes .vignette-link .visuel{
    width: 65px;
    height: 65px;
}
.inspirations .vignettes .vignette-link.on{
    width: 290px;
    background-color: #FFFFFF;
    border: solid 2px #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    animation: .5s vignette-to-big;
}
.inspirations .vignettes .vignette-link.first-thumbnail{
    width: 290px;
    background-color: #FFFFFF;
    border: solid 2px #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    animation: .5s vignette-to-big;
}
.inspirations .vignettes .vignette-link.on .visuel,
.inspirations .vignettes .vignette-link.first-thumbnail .visuel{
    width: 62px;
    height: 61px;
}
.inspirations .vignettes .cartouche{
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    width: calc(100% - 62px);
    height: 100%;
    padding: 0 15px;
    animation: .6s cartouche-visible;
    margin-bottom: unset;
}
.inspirations .vignettes .vignette-link.on .cartouche,
.inspirations .vignettes .vignette-link.first-thumbnail .cartouche{
    opacity: 1;
    visibility: visible;
}
.inspirations .vignettes .cartouche .textblock{
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #2D2D2D;
}
.inspirations .vignettes .cartouche .vignette-title{
    font-family: 'DM Serif Display',sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: normal;
    width: 177px;
}
.inspirations .vignettes .cartouche .vignette-title.ff-PlayfairDisplay{
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-weight: 600;
}
.inspirations .vignettes .cartouche .vignette-flag{
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    font-variant: all-small-caps;
    letter-spacing: 2px;
}

@keyframes vignette-to-big {
    from {
        width: 65px;
    }
    to {
        width: 290px;
    }
}
@media screen and ( max-width: 1056px ) {
    .inspirations .vignettes{
        display: none;
    }
}

/***********************/
/* section-banner-intro */
/***********************/
.section-banner-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    margin-top: unset;
}
body.de_DE .section-banner-intro{
    margin-top: unset;
}
.section-banner-intro .visuel:not(.img-logo){
    width: 100%;
    height: 565px;
    object-fit: cover;
    object-position: center top;
}
.section-banner-intro .img-logo {
    max-width: 751px;
    height: auto;
    margin-top: 46px;
}
.section-banner-intro .banner-intro-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.section-banner-intro .flag{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.section-banner-intro .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 2px 4px #00000040;
}
.section-banner-intro .subtitle{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-shadow: 0 2px 4px #00000040;
}
.section-banner-intro .intro-text{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
    margin-top: 65px;
}
@media screen and ( max-width: 1056px ) {
    .section-banner-intro .visuel:not(.img-logo){
        height: auto;
        object-fit: unset;
    }
    .section-banner-intro .banner-intro-container{
        padding-top: unset;
        width: 100%;
    }
    .section-banner-intro .img-logo{
        margin-top: unset;
        width: calc(100% - 43px);
        max-width: 322px;
    }
    .section-banner-intro .flag{
        position: absolute;
        top: 20px;
    }
    .section-banner-intro .title{
        font-size: 34px;
        line-height: 100%;
        width: 87%;
    }
    .section-banner-intro .subtitle{
        font-style: italic;
        font-size: 24px;
        margin-top: 17px;
    }
    .section-banner-intro .intro-text{
        font-size: 12px;
        line-height: 160%;
        width: 80%;
        margin: 17px auto 0;
    }
}

/***********************/
/* section-reves-illustres */
/***********************/
.section-reves-illustres{
    background-color: #F6F4EF;
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.section-reves-illustres .part{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    height: -webkit-fill-available;
}
.section-reves-illustres .textblock{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 50%;
    max-width: 460px;
}
.section-reves-illustres .section-reves-illustres-title{
    font-family: 'Playfair Display',serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #2D2D2D;
}
.section-reves-illustres .section-reves-illustres-description{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    color: #2D2D2D;
}
.section-reves-illustres .section-reves-illustres-description b{
    font-weight: 600;
}
.section-reves-illustres .illustration{
    width: 43%;
    position: absolute;
    bottom: 0;
}
.section-reves-illustres .illustration-parallax{
    width: 51%;
}
@media screen and (min-width: 1920.98px) {
    .section-reves-illustres .section-reves-illustres-title {
        font-size: 1.565vw;
    }
    .section-reves-illustres .section-reves-illustres-description {
        font-size: 0.729vw;
        line-height: 1.198vw;
    }
}
@media screen and (max-width: 1440px) {
    .section-reves-illustres .textblock{
        height: auto;
        padding: 3.72vw 0;
        gap: 2.26vw;
    }
}
@media screen and (max-width: 1056px) {
    .section-reves-illustres{
        display: flex;
        flex-direction: column;
    }
    .section-reves-illustres .part{
        width: 100%;
    }
    .section-reves-illustres .textblock{
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .section-reves-illustres .section-reves-illustres-title {
        font-size: 30px;
    }
    .section-reves-illustres .section-reves-illustres-description {
        font-size: 13px;
        width: calc(100% - 75px);
    }
    .section-reves-illustres .illustration{
        width: 81%;
        position: relative;
        bottom: unset;
    }
    .section-reves-illustres .illustration-parallax{
        width: 89%;
        position: absolute;
        bottom: 0;
    }
}

/***********************/
/* section-sous-les-etoiles */
/***********************/
.section-sous-les-etoiles{
    background-color: #FFFFFF;
    padding: 60px 0;
    width: 100%;
    position: relative;
}
.section-sous-les-etoiles .sous-les-etoiles-title{
    font-family: 'Playfair Display',serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #2D2D2D;
}
.section-sous-les-etoiles .mosaic-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    position: relative;
    width: 90%;
    margin: 53px auto 0;
}
.section-sous-les-etoiles .mosaic-container .mosaic-block{
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    line-height: 0;
}
.section-sous-les-etoiles .mosaic-container .mosaic-block img{
    transition: .5s;
}
.section-sous-les-etoiles .mosaic-container .mosaic-block:hover img{
    transform: scale(1.05);
}
@media screen and (max-width: 640px) {
    .section-sous-les-etoiles{
        padding: 40px 0;
    }
    .section-sous-les-etoiles .sous-les-etoiles-title{
        font-size: 30px;
    }
}
@media screen and (min-width: 640.98px) and (max-width: 1056px) {
    .section-sous-les-etoiles .mosaic-container{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 20px;
    }
}
@media screen and (max-width: 640px) {
    .section-sous-les-etoiles .mosaic-container{
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 36px auto 0;
    }
}

/***********************/
/* section-questions-artiste */
/***********************/
.section-questions-artiste{
    background-color: #F6F4EF;
    display: grid;
    grid-template-columns: 73% 27%;
    position: relative;
}
.section-questions-artiste .left-part{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 0 5%;
}
.section-questions-artiste a.part{
    line-height: 0;
    position: relative;
}
.section-questions-artiste .img-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
}
.section-questions-artiste .img-container .illustration{
    width: 93%;
}
.section-questions-artiste .img-container .illustration-parallax{
    width: 100%;
}
.section-questions-artiste .textblock{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 60%;
}
.section-questions-artiste .questions-artiste-flag{
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    color: #2D2D2D;
}
.section-questions-artiste .questions-artiste-title{
    font-family: 'Playfair Display',serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #2D2D2D;
}
.section-questions-artiste .questions-artiste-description{
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    color: #2D2D2D;
    margin-top: 30px;
}
.section-questions-artiste .questions-artiste-description b{
    font-weight: 600;
}
@media screen and (max-width: 1056px) {
    .section-questions-artiste{
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .section-questions-artiste .left-part{
        display: flex;
        flex-direction: column;
        padding: 0 0 30px 0;
        gap: 10px;
    }
    .section-questions-artiste .img-container{
        flex-direction: row;
        width: 90%;
        position: relative;
        justify-content: flex-start;
    }
    .section-questions-artiste .img-container .illustration{
        width: 60%;
    }
    .section-questions-artiste .img-container .illustration-parallax{
        position: absolute;
        bottom: -150px;
        width: 60%;
        right: 0;
    }
    .section-questions-artiste .textblock{
        max-width: 90%;
    }
    .section-questions-artiste .questions-artiste-description{
        margin-top: unset;
    }
}


/***********************/
/* section-four-products */
/***********************/
.section-four-products{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0;
    position: relative;
    background-color: #E8DAE0;
}
.section-four-products .four-products-title{
    font-family: 'Playfair Display',serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    z-index: 1;
    color: #2D2D2D;
}
.section-four-products .four-products-description{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    color: #2D2D2D;
    margin: 16px auto 0;
    max-width: 720px;
}
.section-four-products .four-products-container{
    width: calc(100% - 84px);
    max-width: 1440px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.section-four-products .four-products-container .productblock .picto-list,
.section-four-products .four-products-container .productblock .color,
.section-four-products .four-products-container .productblock .seo{
    display: none;
}
.section-four-products .four-products-container .productblock .textblock{
    margin-top: 10px;
}
.section-four-products .four-products-container .productblock .textblock .flex-container{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.section-four-products .four-products-container .productblock .textblock .left .type{
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #2D2D2D;
}
.section-four-products .four-products-container .productblock .textblock .left .collection{
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #2D2D2D;
    margin-top: unset;
}
.section-four-products .four-products-container .productblock .textblock .right{
    text-align: left;
}
.section-four-products .four-products-container .productblock .textblock .price{
    margin-top: 5px;
}
.section-four-products .four-products-container .productblock .textblock .price span{
    font-size: 13px;
}
.section-four-products .four-products-container .productblock .visuel:not(.kiker){
    aspect-ratio: 1.5 / 2;
    max-width: 345px;
}
.section-four-products .btn{
    margin-top: 40px;
}
@media screen and ( max-width: 1056px ){
    .section-four-products{
        position: relative;
        top: unset;
        padding: 30px 0;
    }
    .section-four-products .four-products-title{
        font-size: 30px;
        line-height: 33px;
        width: 90%;
    }
    .section-four-products .four-products-description{
        width: 90%;
        margin: 16px auto 0;
    }
    .section-four-products .four-products-container{
        width: calc(100% - 25px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 12px;
        margin-top: 30px;
    }
}


/***********************/
/* section-autres-inspirations */
/***********************/
.section-autres-inspirations{
    padding: 60px 0;
    margin-top: 0;
    margin-bottom: -40px;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 1;
}
.section-autres-inspirations .section-title{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.section-autres-inspirations .swiper-container {
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
}
.section-autres-inspirations .swiper-wrapper{
    margin: auto;
    width: 100%;
    justify-content: flex-start;
}
.section-autres-inspirations .slide{
    width: 270px;
    display: flex;
    flex-direction: column;
}
.section-autres-inspirations .slide .visuel-container{
    overflow: hidden;
    width: 100%;
}
.section-autres-inspirations .slide .visuel{
    transition: .5s;
}
.section-autres-inspirations .slide:hover .visuel{
    transform: scale(1.07);
}
.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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.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: flex-start;
        margin-top: 20px;
    }
    .section-autres-inspirations .swiper-button-next,
    .section-autres-inspirations .swiper-button-prev {
        display: none;
    }
}
@media screen and ( max-width: 1056px ) {
    .section-autres-inspirations .section-title{
        text-align: left;
        padding-left: 20px;
    }
    .section-autres-inspirations .swiper-container{
        width: 90%;
        overflow: visible;
    }
    .section-autres-inspirations .swiper-wrapper{
        margin-top: 15px;
    }
}