h1 {

    position: absolute;
  top: 0%;
  left: 45%;
  text-align: center;
  
  color: rgb(255, 255, 255);
  font-size: large;
  font-size: 200%;
  margin: 15px;

  }

  img{
    position: center;
  height: 400px;
    width: 100%;
  }

 header {

  position: center;
  width: 100%;
  height: 200px;
  

}
    
 

  p {
position: center;
text-align: center;
align-content: center;
margin-top: 10%;
margin-left: 5%;

color: rgb(255, 255, 255);

  }

  body
{
  background-color: black;
}   
    
.conteneur {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  color: beige;
  align-content: center;
}


footer, li {
position: center;
text-align: center;
}

  @media screen and (max-width: 1200px) {
    /* A venir */
    img{
      width: 150%;
          }
    }

    @media all and (orientation: portrait)
  {
    /* Vertical */
      
   /* A venir */
    
  }
