
*{
    margin; 20;
    padding: 0;

}
body{
    min-height: 100vw;
    font-family: "Suisse Ecal Works";
}

nav{
    background-color: white;
    margin: -10;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;

}

nav li{
    height: 50px;

}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #AFAFAF;
    font-size: 12px;
}

.section1{ 
    margin-top: 100;
    margin-bottom: 100;
    
    
}

h1{
    color: #AFAFAF;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;


}

h2{
    color: #AFAFAF;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;

}

.Dates{
    font-size: 12px;
    color: #AFAFAF;
    padding-right: 30;
    vertical-align:super;
}



.biography{
    color: #AFAFAF;
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

projet-1{ color: white;

}

projet-1 img{ 
    width: 389px;
    height: 229px;
    flex-shrink: 0;
}

.description{
    color: #AFAFAF;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

img{
    width: 100vw;
    padding-right: 10;
}

.GridElement{
    margin-top: 50;
    margin-bottom: 50;

}

