
    /*IMPORTATION DES TYPOS*/

    @font-face {
        font-family: suisse;
        src: url(./assets/font/suisse/suisse.ttf);
    }
    html{
        background-color: white;
        margin: 0 0 0 0;
        scroll-behavior: smooth;
        
    }
    body {
        -webkit-font-smoothing: antialiased;
        width: 100vw;
        height: 100vh;
        max-width:100%;  /* added */
        z-index: 2;
        background-color: white;
        margin: 0 0 0 0;
        height: auto;
        overflow-x: scroll;
        
    }
    

    ::-webkit-scrollbar{
        display: none;
    }

    /*NAVBAR STYLE */
    
    
    .menubutton{
        user-select: none;
        position: fixed;
        font-family: 'suisse',sans-serif;
        font-size: 1.1rem;
        top: 0.6vh;
        right: 1vw;
        display: block;
        z-index: 1001;
        color: #ffffff;
        mix-blend-mode: difference;
    }

    .homebutton a{
        z-index: 1000;
        top: 0.6vh;
        left: 1vw;
        position: fixed;
        font-family: 'suisse',sans-serif;
        font-size: 1.1rem;
        text-decoration: none;
        color: #ffffff;
        mix-blend-mode: difference;
        
    }
    ul{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    

    li{
        text-decoration: none;
        list-style-type: none;
        list-style: none;
    }
    
    .navbar{
        width: 100vw;
        height: 4vh;
        background-color: #ffffff;
    }
    .navbaropen {
        display: none;
        z-index: 1000;
        position: fixed;
        height: 100svh;
        width: 100vw;
        background-color: rgb(0, 0, 255);
        overflow-x: hidden;
        overflow-y: hidden;
        visibility: hidden;
    
    }
    
    .navbaropen.active {
        overflow-x: hidden;
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        display: block;
        visibility: visible;
    }
    .nav-itemabout a{
        
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 9rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    
    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 100px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 3rem;
        color: #fff;
        margin-left: 100px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .contactnav{
        color: #ffffff;
    }
@media (max-width: 710px) {

    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.3rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 3rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
}
@media (max-width: 410px) {
    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 25px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.1rem;
        color: #fff;
        margin-left: 20px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size:2.5rem;
        color: #fff;
        margin-left: 20px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
}



.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.phonetitle {
    width: 100vw;
    position: absolute;
    top: 40%;
text-align: center;
    font-family: 'suisse', Helvetica, sans-serif;
    font-size: 8em;
    line-height: 0.910;
    letter-spacing: -0.020em;
    background-color: #ffffff;
}
@media (max-width: 1150px) {
    .phonetitle {
        width: 100vw;
        position: absolute;
        top: 40%;
    text-align: center;
        font-family: 'suisse', Helvetica, sans-serif;
        font-size: 6em;
        line-height: 0.910;
        letter-spacing: -0.020em;
        background-color: #ffffff;
    }
}
@media (max-width: 850px) {
    .phonetitle {
        width: 100vw;
        position: absolute;
        top: 40%;
    text-align: center;
        font-family: 'suisse', Helvetica, sans-serif;
        font-size: 4em;
        line-height: 0.910;
        letter-spacing: -0.020em;
        background-color: #ffffff;
    }
}
@media (max-width: 550px) {
    .phonetitle {
        width: 100vw;
        position: absolute;
        top: 40%;
    text-align: center;
        font-family: 'suisse', Helvetica, sans-serif;
        font-size: 3em;
        line-height: 0.910;
        letter-spacing: -0.020em;
        background-color: #ffffff;
    }
}
@media (max-width: 430px) {
    .phonetitle {
        width: 100vw;
        position: absolute;
        top: 40%;
    text-align: center;
        font-family: 'suisse', Helvetica, sans-serif;
        font-size: 2em;
        line-height: 0.910;
        letter-spacing: -0.020em;
        background-color: #ffffff;
    }
}



.backbutton {
    position: absolute;
    bottom: 0;
    color: rgb(0, 0, 255);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
    font-family: 'suisse', 'helvetica';
    font-size: 3em;
    text-align: center; /* Centrer horizontalement */
    line-height: 6vh; /* Centrer verticalement (basé sur la hauteur de la vue) */
    display: inline-block;
    vertical-align: middle; /* Notez que cela n'est pas nécessaire pour centrer le texte */
}
