   #photo{
    height: 100px;
    border-radius:50px;
    margin-left: 50px;
}
#article{
    display: flex;
}
#logo{
    background-color:blue;
    height: 100vh;
    width: 50%;

}
.liste{
    padding: 5%;
}
.titre{
    
    padding: 15px;
    margin-left: 15px;
    color: antiquewhite;
}
.fall{
    float: right;
}
body{
    background-color: aquamarine;

}
.nom{
    color: brown;

}
.oui{
font-size: 50px;
color: brown;
}
    

