body{
    background-color: rgb(125, 125, 150);
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
}
.page{
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 1000px;
    background-color: aliceblue;
    margin: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.gauche{ 
    position: relative;
    background-color: rgb(36, 34, 34);
    padding: 40px;
}
.img{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.img{
    position: absolute;
    top: 40px;
    left: 80px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.infophoto .res{
    margin-top: 200px;
    color: white;
    text-align: center;
}
.titre{
    color: white;
    line-height: 70px;
    text-align: center;
}

.droite{ 
    position: relative;
    background-color: rgb(234, 230, 230);
    padding: 40px;
}