.{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: popins,sans-serif;
}
body{
    background-color: aqua;
    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: 1200px;
    color: #fff;
}

.profiltext{
    position: relative;
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0, 2);
}
.logo{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #003147;
    overflow: hidden;
    display: flex;
    left: 10px;
}
img{
    position: absolute;
    right: 1%;
    left: 1%;
width: 100%;
height: 100%;
object-fit: cover;
}
.résumé{
    margin-right: 20px;
}
.text{
    margin-right: 25px;
    margin-bottom: 30px;
    font-weight: 50px;
    font-size: 20px;
    color: aqua;
}
.contenu{
    position: relative;
    display: contents;
    border-bottom: 20px;
}
.bouton{
position: absolute;
right: -50px;
top: -60px;
}
.titre1{
    text-align: left;
    font-size: 40PX;
    font-family: 'Times New Roman', Times, serifs;
    position: absolute;
    left: -10px;
    top: -80px;
    margin-left: 20px;
    color: black;
    text-shadow: 3px 3px #003147;
}
strong{
position: absolute;
left: -50px;
margin-left: 50px;
margin-left: 70px;
top: 10px;
}
em{
position: relative;
margin-left: -5px;
left: 30px;
}
h3{
    position: relative;
    margin-left: 25px;
} 
aside p span{
    font-size: 90px;
    text-shadow: 5px 5px #003147;
}
aside p{
    position: relative;
    font: 90px;
    left: 25px;
}
div span{
    font-size: 15px;
}
ul li{
    position: relative;
    bottom: -50px;
    right: 15px;
}