@font-face {
    font-family: "yoyo";
    src: url("../Asset/FUTRFW.TTF");
}


@font-face {
    font-family: "coolface";
    src: url("../Asset/ModernSans-Light.otf");
}




* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

#projet {

    


}


#loupe {

    margin-left: 81vw;


}

#barre {

    border: solid;
    border-radius: 10%;
    border-color: rgb(143, 143, 143);
    border-width: 1px;

}

#moi {

    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 20vw;


}


#menu {

 display: flex;
 justify-content: end;
 margin-left: 1vw;

}


header {

    display: flex;
    align-items: center;
    justify-content: start;   
    flex-direction: row;
    width: 100%;
    height: 4vh;
    background-color: rgb(0, 0, 0);
    background-size: cover;
    font-size: 10px;
    color: white;
    font-family: "yoyo";
    position: fixed;
    z-index: 10;
    
}

nav { 
    width: 100%;
    height: 15vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    




}


main {

    height: 200vh;
    width: 100%;
    background-color: rgb(255, 255, 255);



}


.bouton {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: rgb(0, 0, 0) 1px solid;
    text-decoration: none;
    border-radius: 0.5vh;
    padding: 2vh;
    display: block;
    width: 20vh;
    height: 5vh;
    text-align: center;
    background-color: black;


}

.button {

    display: flex;
    flex-direction: row;
    gap: 10vh;
    text-align: center;
    justify-content: center;


}

.head {

    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 140px;
    height: 20vh;

}

#title2 {

    font-family: "yoyo";

}

.presentation {

    font-family: "yoyo";
    width: 100%;
    height: 25vh;
    border: solid;
    border-width: 2px;
    border-color: rgba(37, 37, 37, 0.283);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(248, 248, 248);
    margin-top: 60px;
}

#pres {
    font-size: 40px;
    margin-top: 20px;

}

#pres2 {

    font-family: "coolface";
    margin-top: 10px;
    font-size: 20px;
    color: rgba(20, 20, 20, 0.612);
}

.suitepres {

    width: 100%;
    height: 150vh;
    border-width: 2px;
    background-color: rgb(248, 248, 248);
    outline: solid rgba(37, 37, 37, 0.283);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

#pic1 { margin-bottom: 20px;

}

#suiteprestext {

    margin-bottom: 180px;
    font-family: "coolface";
    color: rgba(20, 20, 20, 0.612);
    font-size: 25px;
    text-align: center;
}

#suiteprestitle {

    font-family: "yoyo";
    font-size: 40px;
    margin-bottom: 40px;



}