
body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aqua;
  
}
.contenu{
 width: 430px;
position: relative;



}
.contenu .left{
position: relative;
background:black;
padding: 20px;
}
.frofiltext{
    position: relative;
    display: flex;
    flex-direction: column;
    top: -5px;
    
}
.frofiltext .image{
position: relative;   
width: 150px; 
height: 150px;
border-radius: 50%;
overflow: hidden;
top: 1px;
}
.frofiltext .image .img{
    position: relative;
    width: 200px;
    height: 200px;
}
p{
margin-right: 100px;

}
.expérience{
    color: grey;
}
.liste Ol li{
    list-style: none;
}
.rigth_side{
    margin-left: 20px;
}
.rigth_side.titre_2{
 margin-top: 20px;
}
.liste ul li{
list-style: circle;
}
.expérience ul li i{
margin-right: 1px;
}
.nom{
    position: absolute;
    top: -20px;
}
