#photo{
    height: 240px;
    border: radius 200X;;
    width: 99%;
    border-radius: 100px;
}
.article{
    display: flex;
}
#logo{
    background-color:burlywood;
    border: 6px solid;
    height: -200px;
    width: 29%;
   
}
.liste{
    padding: 5%;
}
.titre{
    padding: 15px;
    margin-left: 15px;
    color: antiquewhite;
}
.sall{
    float: right;
}
body{
    background-color: aquamarine;
}
.oui{
    color: brown;
    font-size: 25px;
}