@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nothing+You+Could+Do&display=swap');

:root{
    --primary: #000;
}

html {
    scroll-behavior: smooth;
}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    min-height: 200vh;
}

h1, h2, h3{
    font-family: "DM Serif Text", serif;
}

h2{
    font-size: 2.5rem;
}

p, span, a, label, input{
    font-family: "Inter", serif;
}

p{
    line-height: 1.75;
    font-weight: 300;
}

p strong{
    font-weight: 500;
}

.blacked{
    background-color: #F9F9F9;
    padding:100px 0;
}


.header{
    position: sticky;
    top:0;
    padding:8px 0;
    background-color: #FFF;
    z-index: 999;
    box-shadow: 1px 1px 27px rgba(0,0,0,.1);
}

.header img{
    width: 85px;
}

.header ul{
    display: flex;
    list-style: none;
    align-items: center;
}

.header ul li a{
    text-decoration: none;
    color:#000;
    display: block;
    padding: 10px 15px;
    font-weight: 500;
    font-size: .9rem;
}

.cta{
    background-color: #000;
    color:#FFF !important;
    margin-left: 15px;
    border-radius:10px;
}

.slider{
    background-color: #000;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider .back{
    width: 100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    opacity: .35;
}

.down{
    position: absolute;
    bottom:50px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    opacity: 1 !important;
    z-index: 9;
}

.slider h1{
    color:#FFF;
    font-size: 4rem;
    line-height: 1.65;
    position: relative;
    display:block;
    z-index: 2;
    text-align: center;
}

.slider h1 span{
    display:block;
    font-size: .9rem;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.section{
    margin:100px 0;
}

.section-big{
    margin:200px 0;
}

.boxed{
    max-width: 1200px;
    margin-inline: auto;
}

.sign{
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 1.65rem;
    font-family: "Nothing You Could Do", serif;
}

.logo-large{
    display:block;
    width: 205px;
    margin-inline: auto;
    margin-bottom: 20px;
}

.intro{
    margin:30px 0;
    font-size: 2rem;
}

.btn-dark{
    text-decoration: none;
    color:#000;
    display: inline-flex;
    align-items: center;
    gap:5px;
    border:2px solid;
    padding: 15px 20px;
    font-weight: 500;
    cursor:pointer;
    transition: .2s ease;
}

.btn-dark span{
    font-size: 1.3rem;
}

.btn-dark:hover{
    background-color: #000;
    color:#FFF;
}

.btn-light{
    text-decoration: none;
    color:#000;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    gap:5px;
    border:2px solid;
    padding: 15px 20px;
    font-weight: 500;
    cursor:pointer;
    transition: .2s ease;
}

.btn-light span{
    font-size: 1.3rem;
}

.btn-light:hover{
   opacity: .5;
}

.img-height{
    aspect-ratio: 9/11;
    position: relative;
}

.img-height img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.etablissement{
    width: 100%;
    aspect-ratio: 15/7;
    object-fit: cover;
}

.unlink{
    color:#000;
    font-weight: 500;
    text-decoration: underline !important;
}

.review{
    padding: 30px;
    background-color: #F9F9F9;
}

.r-date{
    display: block;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: .8rem;
    opacity: .4;
    font-weight: 500;
}

.r-text{
    display: block;
    margin-top:20px;
    line-height: 1.5;
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.r-quote{
    font-size: 3rem;
    display: block;
    width: fit-content;
    margin-left: auto;
}

.r-user{
    width: 50px;
    height: 50px;
    border-radius:50%;
    background-color: #000;
}

.r-name{
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
}

.r-note{
    font-weight: 400;
    font-size: .9rem;
    opacity: .5;
}

.discover{
    aspect-ratio: 16/8;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #291b0b;
}

.discover img:first-child{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: .25;
}

.discover > *:not(img:first-child){
    z-index: 2;
    position: relative;
    text-align: center;
}



.discover h2{
    color:#FFF;
    text-wrap: balance;
}

.logo-nova{
    width: 200px !important;
    margin-bottom: 30px;
}

.formulaire{
    background-color: #F9F9F9;
    padding:60px 40px;
    text-align: center;
}

.phone{
    display: inline-flex;
    align-items: center;
    gap:10px;
    background-color: #FFF;
    padding:15px  20px;
}

.phone > span:first-child{
    font-size:.9rem;
    width: 30px;
    height: 30px;
    background-color: #000;
    color:#FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.phone > span:last-child{
    font-weight: 300;
}

.phone a{
    color:#000
}

.phone span a{
    font-weight: 500 !important;
}

.resabox{
    background-color: #000;
    color:#FFF;
    display: inline-block;
    padding: 7px 10px;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 8px;
}

.footer{
    padding:60px 0;
    border-top:1px solid rgba(0,0,0,.1)
}

.logo-footer{
    width: 100px;
}

.column{
    flex-direction: column;
}

.footer p{
    font-size: .9rem;
}

.footer p a{
    color:#000;
    font-weight: 500;
}

.rs-title{
    display: block;
    font-size: .9rem;
    font-weight: 300;
}

.rs{
    display: block;
    width: 25px;
}

.rs img{
    width: 100%;
}

.copy{
    display: inline-block;
    width: fit-content;
    margin-inline: auto;
    font-size: .8rem;
    font-weight: 500;
    background-color: #F9F9F9;
    padding: 6px 10px;
    border-radius: 5px;
}

.copy a{
    color:#000;
    text-decoration: none;
    cursor:pointer;
}

.forms{
    margin-top: 50px;
}

.forms input{
    display: block;
    width: 100%;
    height: 45px;
    background-color:#FFF;
    border:0px;
    text-indent: 10px;
    font-family: "Inter", sans-serif;
}

.forms input:focus{
    outline: none;
}

.forms label{
    display: block;
    font-weight: 500;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 8px;
}

textarea{
    width: 100%;
    height: 150px;
    border: 0px;
    padding:15px;
    font-family: "Inter", sans-serif;
}

textarea:focus{
    outline:none;
}

.send{
    background-color: #000;
    color:#FFF;
    font-family: "Inter", sans-serif;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1rem;
}

.starter{
    background-color: #FFF;
    width: 100%;
    height: 100vh;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    left: 0;
    opacity: 1;
    animation:disappear 2s 2s ease forwards;
}

.starter img{
    opacity: 0;
    width: 150px;
    animation:appear 2s ease forwards;
}

@keyframes appear{
    0%{opacity: 0;}
    100%{opacity:1}
}

@keyframes disappear{
    0%{opacity: 1;}
    100%{opacity: 0;}
}

.mobile-toggle{
    display: none;
}

.mentions h1{
    font-size: 3rem;
}

.mentions h2{
    margin:30px 0;
}

@media(max-width:810px){
    .mobile-toggle{
        display: inline-block !important;
        appearance: none;
        -webkit-appearance: none;
        border:0px;
        position: absolute;
        top:50%;
        left:20px;
        transform: translateY(-50%);
        z-index: 99999;
    }

    .header{
        min-height: 85px;
    }

    .header > div > div > a{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
    }

    .header ul{
        position: fixed;
        top:0;
        left:0;
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .header ul.active{
        display: flex !important;
    }

    .slider{
        height: 60vh;
    }

    .slider h1{
        font-size: 2rem;
    }

    .boxed{
        max-width: 90%;
    }

    h2{
        font-size: 2rem;
    }

    .intro{
        font-size: 1.5rem;
    }

    iframe{
        max-width: 100%;
    }

    .formulaire{
        padding: 40px 25px;
    }

    .discover{
        padding:25px;
        padding-block: 50px;
    }

    .logo-large{
        width: 160px;
    }

    .logo-nova{
        width: 150px !important;
    }

    .section-big, .section{
        margin:80px 0;
    }

    .toColumnReverse{
        flex-direction: column-reverse;
    }
    
    .etablissement{
        aspect-ratio: 15/10;
    }

    .cta{
        margin-left: 0;
        margin-top: 10px;
    }
}