@charset "UTF-8";

.galerie img {
  width: 200px; 
  height: 150px;
  /* margin: 10px 8px 10px 20px; */
  margin: 10px;
  border: 5px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom-width: 20px;
  cursor: pointer; 
 }

.galerie img:hover {
  border-color: #FF1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.1);
}

.galerie {
  background: rgb(17, 23, 28);
  max-width: 1400px;
  width: 100%;
  margin: auto;
  text-align: center;

}

/* .content-flex{  */
  /* justify-content: center;
  align-items: center;
  margin: 0 auto; */
  /* text-align: center; */
  /* margin: auto; */
/* } */

