@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: 'DM Serif Text';
}

a{
    text-decoration: none;
    font-weight: bold;
    font-family: 'Libre Franklin';
}

body{
    margin: 0 auto;
}

header.header img{
    width: 10%;
}

header.header {
    background-color: white;
    padding: 1vh;
    display: flex;
    align-items: center;
}


section.top-page{
    background-color: orange;
    height: 25vh;
    padding: 1vh;
}

/* landing page*/

.big-title{
    color:white;
    font-size: 5vh;
    padding: 1vh 5%;
}

.box{
    
    color:black;
    font-size: 1.5vh;
    padding: 1vh 5%;
}

/* menu de navigation */

nav.nav{
    font-size: 150%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 400px;
    margin-left: 50px;

}

nav.nav li{
    color: black;
}

nav.nav a{
    color: orange;
}

/* box texte */
section.box{
    background-color: orange;
    min-height: 70vh;
    padding: 5%;
    font-family: 'Libre Franklin';
    text-align: left;
}

section.box div{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* pieds de page */
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1% 5%;
}

footer a.cgv {
    text-decoration: none;
    color: black;
}

.copyright{
    font-family: Libre Franklin;
}