.articl{
    display: flex;
}
.photo{
    width: 30%;
background-color: black;
height: 100vh;
}
.image{
    height: 120px;
border-radius: 50px; 
margin-left: 50px;

}
.titre{
padding: 15px;
margin-left: 50px;
color: white;

}
.texte{
    padding-left: 5%;
    height: 100vh;
}
.para{
    text-align: left;
    display: block;
    color: aliceblue;
    font-size: 20PX;
}
.fran{
float: right;
box-shadow: 0px 0px 10px;
border: 1px solid white;
border-radius: 5px;
margin: 3px;
height: 3vh;
width: 5%;
}
body{
    background-color: brown;
}
.bebe{
    display: flex;
}
.bbb{
    text-decoration: dashed;
    color: blue;
}
.yyy{
    border-radius: 14px;
    color: #000;
    border: 1px solid black;
    text-align: center;
    height: 5vh;
    float: right;
}
.mmmm{
    font-size: 30px;
    color: #0e0f0e;
    font-style: italic;
    font-family: cursive;
}
