body {
    padding: 0;
    margin: 0;
    background-image: url("/home/willytech/Downloads/vn.jpg");
  


}
nav {
    text-align: center;
    font-size: 20px;

}
ul {
    display: flex;
    justify-content:space-around;
    display: inline-block;

}
a {
    color: white;
    text-decoration: none;
    padding-left: 50px;

}
nav li {
    display: inline;
    list-style: none;
}
.image{
    width: 100%;
    position: relative;


}
.accueil{
    text-align: center;
    color: white;
}
.avantpropos{
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 55%;

}
.avantproposgauche{
    width: 60%;
margin-right: 10px;
}
.avantproposimage{
    margin-top: 2%;
    float: right;

}
.etude{
    background-image: url(url../../../Downloads/name.jpg);
    padding-bottom: 10%;

}
.titreetude{
    text-align: center;
    color: white;
}
.etude h1{
    text-align: center;
}
.etudeecole{
    margin-left: 23%;
}
.ecole{
    width: 50%;
    height: 20%;
    background-color: white;
    align-items: center;

}
.ecole img{
    margin-left: 40%;
    width: 20%;
    height: 30%;   
}
.experience{
    background-image: url(url../../../Downloads/soleil.jpg);
    padding-bottom: 5%;

}
.titreexperience{
    text-align: center;
    color: whitesmoke;

}
.experience h1{
    text-align: center ;
}
.experienceuniv{
    width: 30%;
    height: 20%;
    background-color: white;
    align-items: center;
}
.experienceuniv img{
    margin-left: 44%;
    width: 20%;
}
.contac{
    color: white;

}
.mail :hover{
    color: lightblue;
    font-weight: bold;
}
.loisirs{
    color: white;
}