section.images.liste-galeries h2 {
  margin-bottom: 40px;
  padding: 0;
}
section.images.liste-galeries ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.images.liste-galeries ul li a figure {
  margin: 0 0 1em;
}
section.images.liste-galeries ul li a figure img {
  height: 456px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  section.images.liste-galeries ul li a figure img {
    height: 300px;
  }
}
@media screen and (max-width: 646px) {
  section.images.liste-galeries h2 {
    margin-bottom: 25px;
  }
}
