body{
    background: rgb(236, 240, 241);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.page{
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 1000px;
    background-color: white;
    margin: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    
}
.page .gauche{
  position: relative;
  background-color: rgb(18, 6, 29);
  padding: 40px;
}
  .infophoto{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .infophoto .image
  {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
  }
  .information .titre{
    color: whitesmoke;
    margin-top: 200px;
    font-size: 20px;
    margin-left: 40px;
    text-transform: uppercase;
  }
  .information .icone
  {
    color: aliceblue;
  }
  .information .titres
  {
    position: relative;
    line-height: 100px;
    color: aliceblue;
    text-transform: lowercase;
    font-weight: 600px;
    margin-bottom: 100px;
  
  }
  .information ul{
    position: relative;
  }
  .information ul li{
    list-style: none;
  }
  .page .droite{
    position: relative;
    background-color: white;
    padding: 40px;
  }
  .weith{
    text-transform: lowercase;
  }
  .weith .icone{
    color: black;
    list-style: none;
  }
  .weith ul li{
    list-style: none;
  }