ul{
list-style-type: none;
}



li{
 
    cursor: pointer;
}
h1{
     text-align: center;
}
.entete ul{
width: 100%;
display: flex;
flex-direction: row;
}
ul li{
margin: auto;
border: 3px inset red;
border-radius: 12px;
background: rgb(253, 228, 5);
}
.entete{
    border-bottom: 2px solid ;

}
.formation{
    text-align: center;
}
.Apropos {
    margin-top: 25px;
}
.Apropos h2{
    text-align: center;
}
.Apropos p  {
    text-align: center;
}
.image{
margin-left: 53px;
border: solid;
width: 200px;
height: 200px;
padding: 2px;
border-radius: 50%;


}
.image img{
width: 200px;
height: 200px;
border-radius: 50%;
}
.profil{
    background-color: rgb(10, 10, 10);
    flex: 2;
}
.profil li{
    margin: 30px;
}
.Motivation {
    margin: 60px;
    margin-left: 3%;
}
.parcours{
    display: flex;
    flex-direction: row;
    border: 3px inset red;
    border-radius: 12px;
    background: rgb(253, 228, 5);
}
.amo{
    flex: 6;
}

.competences ul{ 
 
    width: 80%;
    display: flex;
    flex-direction: row;
}