.{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: popins,sans-serif;
}
body{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.container{
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 1000px;
    box-shadow: 0 35px 35px rgba(0,0,0,0,1);
    margin: 50px;
}
.left-side{
    position: absolute;
    left: -200px;
    top: -60px;
    background: #003147;
    width: 200px;
    height: 1300px;
    color: #fff;
}
.profiletext{
    position: relative;
    display: contents;
    padding-bottom: 25px;
    align-items: center;
    border-bottom: 1px solid rgba(250,250,250,0,2);
}
.logo{
    position: relative;
    width: 100px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #003147;
    overflow: hidden;
    left: 40px;
}
img{
    position: absolute;
    right: 1%;
    width: 100%;
    height: -100%;
    object-fit: cover;

}
.Résumé{
    margin-right: 20px;
}
.texte{
    margin-right: 25px;
    margin-bottom: 30px;
    font-weight: 200px;
}
.contenu{
    position: relative;
    display: contents;
    border-bottom: 20px;
}
.bouton{
    position: absolute;
    right: -50px;
    top: -60px;
}
.Titre1{
text-align: left;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
position: absolute;
left: -50px;
top: -60px;
margin-left:  70px;
}
strong{
    position: absolute;
    left: -50px;
    margin-left: 70px;
    top: 2px;
}
em{
    position: relative;
    margin-left: -50px;
}
h3{
    position: relative;
    margin-left: 20px;
}
aside p span{
    font-size: 80px;
}
p{
    margin-left: 70px;
}
