/* 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) .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;
}
@media screen and ( max-width: 1430px ) {
    .landing{
        overflow-x: clip;
    }
}

/* section-intro */
.section-intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -194px;
}
.section-intro .visual-container{
    background-image: url('https://www.linvosges.com/medias.v3/content/inspirations/maison-nature/maison-nature.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 433px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-intro .flag{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    color: #2D2D2D;
    background-color: #FFFFFF;
    width: 70%;
    max-width: 553px;
    position: absolute;
    bottom: 0;
    padding: 20px 0;
}
.section-intro .subtitle{
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 10px;
    display: block;
    margin-bottom: -15px;
}
.section-intro .title{
    font-family: 'DM Serif Display',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #2D2D2D;
}
.section-intro .title span{
    font-family: 'Montserrat';
    font-weight: 300;
}
.section-intro .description{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2D2D2D;
    margin: 25px auto 0;
    width: 90%;
}
@media screen and ( min-width: 768.98px ) and ( max-width: 1055px ){
    .section-intro{
        margin-top: unset;
    }
    .section-intro .visual-container{
        background-position: center right;
    }
    .section-intro .visuel.desktop{
        display: block;
    }
    .section-intro .visuel.mobile{
        display: none;
    }
}
@media screen and ( max-width: 768px ){
    .section-intro{
        margin-top: unset;
    }
    .section-intro .visual-container{
        background-image: none;
        height: auto;
    }
    .landing.musee-histoire-naturelle .section-intro .visual-container{
        background-image: none;
    }
    .section-intro .flag{
        position: relative;
        padding: 15px 0 5px;
    }
    .section-intro .title{
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 14px;
    }
}

/* section-100-ans */
.section-100-ans{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    background-color: #F6F4EF;
    padding: 35px 0;
}
.section-100-ans .video-container{
    width: 588px;
    height: 330px;
    margin-top: 50px;
    position: relative;
}
.section-100-ans .video-container::before{
    background-image: url(https://www.linvosges.com/medias.v3/content/landing/musee-histoire-naturelle/mnhn.png);
    background-size: 538px 271px;
    background-repeat: no-repeat;
    display: block;
    width: 538px;
    height: 271px;
    content: '';
    position: absolute;
    left: -305px;
    top: 100px;
}
.section-100-ans .video-container::after{
    background-image: url(https://www.linvosges.com/medias.v3/content/landing/musee-histoire-naturelle/mnhn.png);
    background-size: 538px 271px;
    background-repeat: no-repeat;
    display: block;
    width: 538px;
    height: 271px;
    content: '';
    position: absolute;
    right: -350px;
    top: -20px;
}
.section-100-ans .video-container video{
    width: 100%;
    z-index: 1;
    position: relative;
}
.section-100-ans .title{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #2D2D2D;
}
.section-100-ans .description{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin: 16px auto 0;
    width: 90%;
    color: #2D2D2D;
}
.section-100-ans .description b{
    font-weight: 600;
}
@media screen and ( max-width: 1056px ) {
    .section-100-ans .video-container::before{
        background-size: 300px 151px;
        width: 300px;
        height: 151px;
        left: -45px;
        top: -65px;
    }
    .section-100-ans .video-container::after{
        background-size: 300px 151px;
        width: 300px;
        height: 151px;
        right: -30px;
        bottom: -60px;
        top: unset;
    }
}
@media screen and ( max-width: 768px ) {
    .section-100-ans {
        margin-top: 40px;
    }
    .section-100-ans .video-container{
        width: calc(100% - 40px);
        height: auto;
    }
}

/* section-tradition */
.section-tradition{
    text-align: center;
    margin-top: 50px;
    line-height: 0;
    position: relative;
}
.section-tradition .title{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #2D2D2D;
}
.section-tradition .description{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin: 16px auto 0;
    width: 90%;
    color: #2D2D2D;
}
.section-tradition .pyramid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    grid-gap: 45px;
    max-width: 1098px;
    margin: 45px auto 0;
}
.section-tradition .pyramid .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-tradition .pyramid .content .a-visuel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-tradition .pyramid .content:nth-child(odd){
    margin-top: 50px;
}
.section-tradition .pyramid .content.before{
    position: relative;
}
.section-tradition .pyramid .content.before .visuel{
    position: relative;
    z-index: 1;
}
.section-tradition .pyramid .content.before::before {
    background-image: url('https://www.linvosges.com/medias.v3/content/landing/musee-histoire-naturelle/fleur-2.webp');
    background-size: 306px 327px;
    background-repeat: no-repeat;
    display: block;
    width: 306px;
    height: 327px;
    content: '';
    position: absolute;
    right: -165px;
    top: -296px;
}
.section-tradition .pyramid .content .btn{
    width: 270px;
    height: 38px;
    padding: 0;
    margin-top: 50px;
}
.section-tradition .pyramid-mobile{
    display: none;
}
.section-tradition.bottom{
    margin-top: unset;
}
.section-tradition.bottom .btn{
    width: 245px;
    height: 38px;
    padding: 0;
    margin-top: 16px;
}
@media screen and ( min-width: 768.98px ) and ( max-width: 1055px ){
    .section-tradition .pyramid{
        grid-gap: 25px;
    }
    .section-tradition .pyramid .content .visuel.desktop{
        display: block;
    }
    .section-tradition .pyramid .content .visuel.mobile{
        display: none;
    }
}
@media screen and ( max-width: 768px ){
    .section-tradition{
        margin-top: 45px;
    }
    .section-tradition .pyramid{
        width: 100%;
        max-width: unset;
        grid-gap: unset;
        grid-template-columns: 1fr;
    }
    .section-tradition .pyramid .content{
        width: 100%;
    }
    .section-tradition .pyramid .content.showd{
        display: none;
    }
    .section-tradition .pyramid .content:nth-child(even){
        margin-top: unset;
    }
    .section-tradition .pyramid .content:nth-child(odd){
        margin-top: unset;
    }
    .section-tradition .pyramid .content .btn{
        width: 265px;
        margin-top: 20px;
    }
    body.fr_FR .section-tradition .pyramid .content .btn{
        width: 270px;
        margin-top: 30px;
    }
    .section-tradition .pyramid-mobile{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: calc(100% - 20px);
        margin: 30px auto 0;
    }
    .section-tradition .pyramid-mobile .content{
        padding: 0 7px;
        width: 50%;
        display: block;
    }
    .section-tradition .pyramid-mobile .content .btn{
        width: 165px;
        padding: 0;
        height: 38px;
        margin-top: 20px;
    }
}
@media screen and ( max-width: 540px ) {
    .section-tradition .pyramid-mobile .content .btn{
        width: 100%;
    }
}

/* section-green-banner */
.section-green-banner{
    margin-top: 85px;
    margin-bottom: 85px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2C4542;
    padding: 28px 0;
    line-height: 0;
}
.section-green-banner .description{
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    color: #FFFFFF;
    width: 90%;
}
.section-green-banner svg{
    margin-bottom: 15px;
    margin-top: unset;
}
.section-green-banner .btn{
    width: 390px;
    height: 38px;
    margin-top: 20px;
}
@media screen and ( max-width: 768px ){
    .section-green-banner{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .section-green-banner .description{
        font-size: 16px;
        line-height: 22px;
    }
    .section-green-banner .btn{
        width: 90%;
        max-width: 390px;
        padding: 0;
    }

}

/* section-informations */
.section-informations{
    margin: 85px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #F6F4EF;
    padding-bottom: 30px;
}
.section-informations .visual-container{
    height: 286px;
    width: 100%;
}
.section-informations .visuel.informations{
    object-fit: cover;
    height: 375px;
}
.section-informations .visuel.musee{
    width: 96px;
    position: absolute;
    top: -130px;
}
.section-informations .textblock{
    text-align: center;
    background-color: #FFFFFF;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.section-informations .title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #2D2D2D;
}
.section-informations .description{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #2D2D2D;
    margin-top: 15px;
}
.section-informations .btn{
    width: 245px;
    max-width: 360px;
    height: 38px;
    padding: 0;
    margin-top: 25px;
}
.section-informations .visuel-container-bottom{
    display: flex;
    flex-direction: row;
    margin-top: 47px;
}
.section-informations .visuel-container-bottom .visuel{
    width: 300px;
    height: auto;
    margin: 0 40px
}
@media screen and ( min-width: 768.98px ) and ( max-width: 1170px ) {
    .section-informations .visuel.informations.desktop{
        display: block;
    }
    .section-informations .visuel.informations.mobile{
        display: none;
    }
    .section-informations .textblock{
        width: 70%;
    }
}
@media screen and ( max-width: 768px ) {
    .section-informations{
        margin-top: 50px;
    }
    .section-informations .visual-container{
        height: unset;
    }
    .section-informations .visuel.informations,
    .section-informations .visuel.informations.mobile{
        height: unset;
    }
    .section-informations .textblock{
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin-top: -45px;
        padding: 20px 12px;
    }
    .section-informations .visuel-container-bottom{
        display: none;
    }
    .section-informations.v2 .slider-fleur-emblematique{
        margin-top: 30px;
    }
    .section-informations.v2 .swiper-slide{
        overflow: hidden;
        background-position: top;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }
    .section-informations.v2 .swiper-slide video.visuel{
        width: 100%;
    }

    .section-informations .description{
        font-size: 13px;
        line-height: 15px;
    }

}

.section-loop.tradition-mb{
    display: none;
}
@media screen and ( max-width: 1056px ) {
    .section-loop.tradition-mb{
        display: block;
        background-color: #F6F4EF;
        padding-bottom: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .section-loop.tradition-mb .slide-track {
        animation: scroll 50s linear infinite;
        display: flex;
        width: calc(375px * 6);
    }
}

/* section-img-text */
.section-img-text{
    margin: 85px auto 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(100% - 325px);
}
.section-img-text .visuel{
    width: 100%;
    max-width: 509px;
}
.section-img-text .textblock{
    color: #2D2D2D;
    width: 100%;
    max-width: 605px;
    box-sizing: border-box;
    padding: 20px 65px 20px 70px;
}
.section-img-text .textblock .citation{
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}
.section-img-text .textblock .citation b{
    font-weight: 600;
}
.section-img-text .textblock .title{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.7px;
    margin-top: 70px;
}
.section-img-text .textblock .description{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-top: 18px;
}
.section-img-text .textblock .btn{
    width: 270px;
    height: 38px;
    padding: 0;
    margin-top: 40px;
}
@media screen and ( max-width: 1056px ) {
    .section-img-text{
        flex-direction: column-reverse;
        width: calc(100% - 40px);
        margin-top: 45px;
    }
    .section-img-text .textblock{
        max-width: unset;
        padding: 0;
    }
    .section-img-text .textblock .citation{
        text-align: center;
        display: block;
    }
    .section-img-text .textblock .title{
        margin-top: 20px;
    }
    .section-img-text .textblock .btn{
        margin-top: 20px;
    }
    .section-img-text .visuel{
        max-width: unset;
        margin-top: 40px;
    }
}

/* section-cdc */
.section-cdc{
    margin: 0 auto 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.section-cdc .title{
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #2D2D2D;
    margin-bottom: 18px;
}
.section-cdc .cross-selling{
    width: 100%;
}
.section-cdc .description{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #2D2D2D;
    margin: 85px auto 0;
    width: 90%;
}
.section-cdc .description b{
    font-style: italic;
    font-weight: 600;
}
.section-cdc .btn{
    width: 270px;
    height: 38px;
    padding: 0;
    margin-top: 20px;
}
@media screen and ( max-width: 768px ){
    .section-cdc{
        margin: 45px auto 0;
    }
    .section-cdc .cross-selling {
        width: 90%;
    }
    .section-cdc .description{
        margin: 45px auto 0;
    }
}

/* loop-inspiration */
.loop-inspiration{
    margin-top: 25px;
}

/* section-loop */
.section-loop.top{
    margin-top: 70px;
    margin-bottom: unset;
}
.section-loop{
    width: 100%;
    max-width: 1440px;
    margin: 85px auto;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-375px * 6))}
}

.section-loop .slider {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.section-loop .slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.section-loop .slider:before {
    left: 0;
    top: 0;
}
.section-loop .slide-track {
    animation: scroll 50s linear infinite;
    display: flex;
    width: calc(375px * 12);
}
.section-loop div.slide {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and ( max-width: 768px ){
    .section-loop.top{
        margin-top: 25px;
        margin-bottom: 0;
    }
    .section-loop.bottom{
        margin-top: 45px;
        margin-bottom: 0;
    }
    body.de_DE .section-loop.bottom{
        margin-top: 15px;
    }
}

/* section-autres-inspirations */
.section-autres-inspirations{
    margin: auto;
    width: 90%;
}
.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';
    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;
    }
}