.homepage-gallery {
  height: 450px;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-gallery .anywhere-slider {
  height: 450px;
  width: 100%;
  position: relative;
}

/* Ajout : inclure les balises <picture> */
.homepage-gallery .anywhere-slider img,
.homepage-gallery .anywhere-slider picture {
  height: 450px;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* Force chaque slide à occuper la hauteur, et centre le contenu */
.homepage-gallery .anywhere-slider .slick-slide {
  height: 450px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Flèches */
.homepage-gallery .anywhere-slider .slick-prev,
.homepage-gallery .anywhere-slider .slick-next {
  background-color: transparent !important;
filter: invert(1) grayscale(100);
}

/* Position fixe des flèches */
.homepage-gallery .anywhere-slider .slick-prev {
  left: 20px;
background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.homepage-gallery .anywhere-slider .slick-next {
  right: 20px;
background-image : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Dots */
.homepage-gallery .anywhere-slider .slick-dots button {
  width: 30px;
  height: 3px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.homepage-gallery .anywhere-slider .slick-dots li.slick-active button {
  background-color: #000;
}