.carousel {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.carousel .facet {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: initial;
}
.carousel .facet .image {
  height: 20vmax;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.carousel .facet .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.carousel .facet .text .subtitle,
.carousel .facet .text .title {
  margin: 0;
}
.carousel .facet .text .subtitle {
  font-weight: normal;
}
.carousel a.facet .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel a.facet .text-wrapper::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/pictos/arrow-down.svg);
  rotate: -90deg;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper {
  width: 100%;
  overflow: hidden;
  display: flex !important;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto; /* ou 100% si tu veux forcer une largeur */
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background: white;
  padding: 5px;
}

@media screen and (max-width: 425px) {
  .carousel .facet .image {
    height: 300px;
  }
}

/*# sourceMappingURL=carousel.css.map */
