.contenu{
  display: flex;
background-color: bisque;
  
}
.logo{
    width: 130px;
    border-radius: 100%;
    margin-right: 20px;
    margin-top: 20px;
    margin: 10px;
    margin-left: 30px;
}
.menu{
background-color: black;
height: 135vh;
width: 300px;
margin-left: 25px;
}
.titre{
    margin-left: 35px;
    font-size: 30px;
    color: aliceblue;
    margin-top: 40px;
    border-radius: 5%;
}
.profil{
    margin-left: 30px;
    font-size: 25px; 
}
.text{
    font-size: 30px;
}
.sene{
    font-size: 30px;
}
.pro{
    font-size: 30px;
}
.niakar{
    float: right;
    box-shadow: 0px 0px 5px;
    border: 3px solid white;
    margin-top: -110px;
}
.body{

}

