.indexGalerie {
  margin: auto;
  margin-top: 40px;
  display: flex;
  width: 70%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.indexGalerie .eventZone {
  width: 22%;
  min-width: 250px;
  height: 100%;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.indexGalerie .eventZone:last-of-type {
  margin-bottom: 120px;
}
.indexGalerie .eventZone .events {
  color: #db212c;
  text-align: center;
  width: 100%;
  aspect-ratio: 12/9;
  border: #db212c 1px solid;
  box-shadow: 4px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 1px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
}
.indexGalerie .eventZone .events:hover .zoneTexte {
  background-color: #c00e18;
  color: white;
}
.indexGalerie .eventZone .events .photo {
  border-radius: 5px 5px 0 0;
  width: 100%;
  aspect-ratio: 12/7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.indexGalerie .eventZone .events .zoneTexte {
  border-radius: 0 0 5px 5px;
}/*# sourceMappingURL=styleGalerie.css.map */