.corpsGalerie {
  width: 100%;
}
.corpsGalerie .zoneTexte {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  font-size: larger;
}
.corpsGalerie .zonePhotos {
  margin: auto;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 120px;
}
.corpsGalerie .zonePhotos .photos {
  margin: 10px;
  width: 20%;
  height: -moz-max-content;
  height: max-content;
  min-width: 250px;
}
.corpsGalerie .zonePhotos .photos .photo {
  height: 100%;
  aspect-ratio: 12/9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 250px;
  border-radius: 10px;
}
.corpsGalerie .zonePhotos .photos .photo:hover {
  background-size: contain;
  cursor: pointer;
}
.corpsGalerie .zoneVideos {
  margin: auto;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 120px;
}/*# sourceMappingURL=styleEvenements.css.map */