.contenu{
display: flex;
background-color: rgb(255, 0, 85);
}
.logo{
    width: 100px;
    border-radius: 100%;
    margin-left: 40px;
}
.menu{
    background-color: black;
    height: 100vh;
    margin-left: 30px;
    
}
.titre{
 color: aliceblue;  
 margin-left: 20px;
 margin-top: 40px; 
 
}
.profil{
    margin-left: 40px;
    font-size: 20px;
}
.ppp{
 float: right;  
 margin-top: -80px;
 border: 2px solid white;
 box-shadow: 0px 0px 5Px;
}