html{
    scroll-behavior: smooth;    /* exercice vu en cours */
}
body{
    margin: 150px;
    background-color: #e9e9e9;
    font-family: jost;
    line-height: 1.4;

}

ul li{
    list-style: none;
    display: flex;
    text-decoration: none;
}
nav{
    height: 100px;
    background-color: #242424;
    display: flex; 
    margin-left: -150px;
    margin-top: -150px;    
    z-index: 10;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
    color: #e9e9e9;
}
.menu__list{
    display: flex;
    margin-right: 150px;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-size: 40px;
    font-family: jost;
}
.menu__list li{
    margin-left: 44px;
    white-space: nowrap;
}
.menu__logo{
    margin-left: 150px;
    font-size: 60px;
    font-family: Wendy One;
}
.menu__logo a {
    color: #e9e9e9;
    text-decoration: none;
}

footer{
    height: 200px;
    margin: 0 -200px;
    margin-bottom: -150px;
    display: flex;
    justify-content: center;
    background-color: #242424;
    color: #e9e9e9;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: jost;
}
ul li{
    list-style: none;
    display: flex;
    text-decoration: none;
    color: #e9e9e9;
    justify-content: center;
}
ul li a{
    list-style: none;
    display: flex;
    text-decoration: none;
    color: #e9e9e9;
    justify-content: center;
}