/* 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/collab-ensad/collab-ensad.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 .title{
    font-family: 'DM Serif Display',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #2D2D2D;
}
.section-intro .collab{
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    font-size: 31px;
    line-height: 37px;
}
.section-intro .description{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #2D2D2D;
    margin: 25px auto 0;
    width: 90%;
}
.section-intro .description b{
    font-weight: 600;
}
@media screen and ( min-width: 768.98px ) and ( max-width: 1055px ){
    .section-intro{
        margin-top: unset;
    }
    .section-intro .visual-container{
        background-image: none;
        height: auto;
    }
}
@media screen and ( max-width: 1056px ){
    .section-intro .flag{
        position: relative;
        padding: 15px 0 5px;
    }
}
@media screen and ( max-width: 768px ){
    .section-intro{
        margin-top: unset;
    }
    .section-intro .visual-container{
        background-image: none;
        height: auto;
    }
    .section-intro .visuel.mobile{
        margin-top: 20px;
    }
    .section-intro .title{
        font-size: 23px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: -0.46px;
    }
}

/* 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;
    position: relative;
}
.section-100-ans .video-container{
    width: 640px;
    height: 360px;
    margin-top: 33px;
    position: relative;
}
.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{
    color: #2D2D2D;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 43px;
}
.section-100-ans .description b{
    font-weight: 600;
}
@media screen and ( min-width: 1056px ){
    .section-100-ans .video-container::before{
        background-image: url('https://www.linvosges.com/medias.v3/content/inspirations/collab-ensad/croquis-1.webp');
        background-size: 414px 325px;
        background-repeat: no-repeat;
        display: block;
        width: 414px;
        height: 325px;
        content: '';
        position: absolute;
        left: -500px;
        top: -60px;
    }
    .section-100-ans .video-container::after{
        background-image: url('https://www.linvosges.com/medias.v3/content/inspirations/collab-ensad/croquis-2.webp');
        background-size: 398px 363px;
        background-repeat: no-repeat;
        display: block;
        width: 398px;
        height: 363px;
        content: '';
        position: absolute;
        right: -380px;
        bottom: -150px;
    }
}
@media screen and ( max-width: 768px ) {
    .section-100-ans {
        margin-top: 40px;
        padding-top: 0;
    }
    .section-100-ans .video-container{
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .section-100-ans .video-container video{
        width: 100%;
        margin: auto;
    }
    .section-100-ans .title{
        margin-top: 20px;
    }
    .section-100-ans .description{
        font-size: 13px;
        line-height: 17px;
        margin-top: 20px;
        margin-bottom: 50px;
        width: 90%;
        position: relative;
    }
}

/* 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;
    text-align: center;
    position: relative;
}
.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 .description{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin: 60px auto 0;
    max-width: 406px;
}
.section-img-text .textblock .auteur{
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.7px;
    color: #2D2D2D;
    display: block;
    margin-top: 30px;
}
@media screen and ( min-width: 1056px ) {
    .section-img-text .textblock::before{
        background-image: url('https://www.linvosges.com/medias.v3/content/inspirations/collab-ensad/croquis-3.webp');
        background-size: 286px 468px;
        background-repeat: no-repeat;
        display: block;
        width: 286px;
        height: 468px;
        content: '';
        position: absolute;
        right: -140px;
        top: -170px;
    }
}
@media screen and ( max-width: 1056px ) {
    .section-img-text{
        flex-direction: column;
        width: calc(100% - 40px);
        margin-top: 0;
    }
    .section-img-text .textblock{
        max-width: unset;
        padding: 0;
        margin-top: 40px;
    }
    .section-img-text .textblock .citation{
        text-align: center;
        display: block;
        font-size: 22px;
        width: 97%;
    }
    .section-img-text .textblock .title{
        margin-top: 20px;
    }
    .section-img-text .textblock .description{
        margin-top: 20px;
    }
    .section-img-text .textblock .auteur {
        margin-top: 20px;
    }
    .section-img-text .visuel{
        max-width: unset;
        margin-top: 40px;
    }
}

/* 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: 45px;
}
.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.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 .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);
    }
}

/* le-projet */
.le-projet{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 80px auto 0;
    max-width: 830px;
    position: relative;
}
.le-projet .video-container{
    width: 400px;
    height: 711px;
    position: relative;
}
.le-projet .video-container iframe{
    width: 400px;
    height: 711px;
    position: relative;
}
.le-projet .text-container{
    height: 711px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.le-projet .text-container .visuel{
    max-width: 276px;
}
.le-projet .textblock{
    background-color: #4D716C;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 10px 30px;
    box-sizing: border-box;
}
.le-projet .title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
}
.le-projet .description{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    width: 84%;
    margin-top: 25px;
}
.le-projet .citation{
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 25px;
}
.le-projet .auteur{
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.7px;
    margin-top: 25px;
}
@media screen and ( min-width: 768px ) and ( max-width: 1056px ){
    .le-projet .text-container .visuel{
        display: block;
    }
}
@media screen and ( max-width: 1056px ){
    .le-projet{
        flex-direction: column-reverse;
        margin-top: 20px;
    }
    .le-projet .video-container{
        width: 90%;
        height: auto;
        margin-top: -40px;
    }
    .le-projet .text-container{
        height: auto;
        margin-left: unset;
    }
    .le-projet .textblock{
        padding-bottom: 70px;
    }
}

/* 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 .title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.section-green-banner .description{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    width: 90%;
    margin-top: 20px;
    padding: 5px 0;
}
.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-mosaique */
.section-mosaique{
    margin-top: 80px;
    text-align: center;
}
.section-mosaique .title{
    color: #2D2D2D;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.7px;
}
.section-mosaique .description{
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 15px;
}
.section-mosaique .mosaique-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1248px;
    height: 803px;
    margin: 15px auto 92px;
}
.section-mosaique .mosaique-container .visual-legend{
    color: #000;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.section-mosaique .mosaique-container .a-visuel{
    position: relative;
    line-height: 0;
}
.section-mosaique .mosaique-container .left-content{
    width: 48%;
    max-width: 592px;
    margin-right: 15px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-mosaique .mosaique-container .right-content{
    width: 52%;
    max-width: 625px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    position: relative;
    height: 100%;
}
.section-mosaique .mosaique-container .right-content .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.section-mosaique .mosaique-container .right-content .top .a-visuel{
    max-width: 302px;
    width: 49%;
}
.section-mosaique .btn{
    width: 210px;
    height: 37px;
    padding: 0;
    position: absolute;
    bottom: -92px;
}
@media screen and ( max-width: 1248px ){
    .section-mosaique .mosaique-container .left-content .visuel{
        height: 803px;
        object-fit: cover;
        object-position: left;
    }
    .section-mosaique .mosaique-container .right-content{
        margin-left: unset;
    }
    .section-mosaique .mosaique-container .right-content .top .a-visuel .visuel{
        height: 391px;
        object-fit: cover;
        object-position: left;
    }
    .section-mosaique .mosaique-container .right-content .bottom .visuel{
        height: 391px;
        object-fit: cover;
        object-position: left;
    }
}
@media screen and ( max-width: 1056px ){
    .section-mosaique {
        margin-top: 40px;
    }
    .section-mosaique .description{
        font-size: 13px;
        line-height: 16px;
        width: 90%;
        margin: 17px auto 0;
    }
}
@media screen and ( max-width: 800px ){
    .section-mosaique .mosaique-container{
        flex-direction: column;
        margin-bottom: unset;
        height: auto;
    }
    .section-mosaique .mosaique-container .visual-legend{
        position: relative;
        text-align: left;
        width: 90%;
        display: block;
        left: unset;
        bottom: unset;
        margin: 5px auto 0;
    }
    .section-mosaique .btn{
        position: relative;
        margin-top: 20px;
        bottom: unset;
    }
    .section-mosaique .mosaique-container .left-content{
        width: 100%;
        max-width: unset;
    }
    .section-mosaique .mosaique-container .left-content .visuel{
        height: auto;
        object-fit: unset;
        object-position: unset;
    }
    .section-mosaique .mosaique-container .right-content{
        width: 95%;
        max-width: unset;
        margin-top: 20px;
    }
    .section-mosaique .mosaique-container .right-content .bottom{
        margin-top: 2%;
    }
    .section-mosaique .mosaique-container .right-content .top .a-visuel .visuel,
    .section-mosaique .mosaique-container .right-content .bottom .visuel{
        height: auto;
        object-fit: unset;
        object-position: unset;
    }
}

/* choix-jury */
.choix-jury{
    background-color: #2C4542;
    color: #FFFFFF;
    padding: 30px 0;
    box-sizing: border-box;
    margin-top: 80px;
    text-align: center;
    z-index: 1;
}
.choix-jury .title{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.7px;
}
.choix-jury .description{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 20px;
}
.choix-jury .description.bis{
    margin-top: 30px;
}
.choix-jury .selection-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 624px;
    margin: 20px auto 0;
}
.choix-jury .selection-container .selection{
    width: 49%;
    max-width: 302px;
}
.choix-jury .btn{
    width: 230px;
    height: 37px;
    margin: 20px auto 0;
    padding: 0;
    border: none;
}
@media screen and ( max-width: 768px ) {
    .choix-jury .description{
        width: 88%;
        margin: 20px auto 0;
    }
    .choix-jury .selection-container{
        flex-direction: column;
        max-width: unset;
        width: 85%;
        margin: auto;
    }
    .choix-jury .selection-container .selection{
        width: 100%;
        max-width: unset;
        margin-top: 20px;
    }
}

img.croquis-4{
    width: 276px;
    margin: 80px auto;
}
@media screen and ( max-width: 768px ){
    img.croquis-4{
        margin: 40px auto;
    }
}

/* 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 ) {
    .newsletter-container{
        margin-top: 0;
    }
    .productblock .textblock .flex-container{
        display: flex;
    }
}