body{
    background-color: #f0ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.page{
    position: relative;
    background-color: aliceblue;
    width: 100%;
    max-width: 1000px;
    min-height: 1000px;
    margin: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.gauche{
    position: relative;
    background-color: black;
    padding: 40px;
}
.foto{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.foto{
    position: absolute;
}
 h2{
    color: #f0ffff;
    padding-top:  280px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cont .titre{
    color: aliceblue;
    line-height: 100px;
}


.droite{
    position: relative;
    background-color: white;
    padding: 40px;
}