/********************/
/* feuille style image  */
/********************/
.conteneur{
  width: 95%;

  border: 10px #aaa solid; 
  text-align: center;
   margin-left: auto;
    margin-right: auto;
}
img {
    width:100%;
  height: auto;
  
   object-fit: cover;
}

