.galerie__title {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 3em;
  color: #732237;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-animation: revelationUtoD 1000ms both ease-in-out;
          animation: revelationUtoD 1000ms both ease-in-out;
}

.galerie__text {
  font-family: "Roboto", "Raleway", Verdana, sans-serif;
  margin-bottom: 30px;
}

.galerie__photos {
  -webkit-animation: revelationDtoU 1000ms both ease-in-out;
          animation: revelationDtoU 1000ms both ease-in-out;
}

.galerie__photos img {
  margin-bottom: 10px;
}

/* MEDIA QUERIES---------------------------------------------------------------------*/
/* MEDIA QUERIES POUR ADAPTER LE SITE A UN ECRAN TABLETTE------------------------------*/
/* MEDIA QUERIES POUR ADAPTER LE SITE A UN ECRAN SMARTPHONE------------------------------------------------*/
/* MEDIA QUERIES POUR ADAPTER LE SITE A UN GRAND ECRAN------------------------------*/
/*# sourceMappingURL=bargeme-galerie.css.map */