.projet{
  display: flex; 
  
}
.logo{
    width: 100px;
    border-radius: 100%;
    margin-left: 60px;
}
.titre{
    margin-left: 30px;
    color: blanchedalmond;
    margin-top: 20pxpx;
}
.menu{
    background-color: black;
    height: 110vh;
    margin-left: 30px;
}
.ngom{
    margin-left: 30px;
    font-size: 20px;
}
.text{
    font-size: 20px;
}
.ppp{
    float: right;
    box-shadow: 0px 0px 5px;
    margin-top:-80px ;
}
