

.default .swiper {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 60vh; /* % de la hauteur de l'écran */
}

.default .swiper-slide img {
  width: 100%;
  height: 80vh;
  object-fit: cover; /* remplissage avec rognage */
  display: block;
}

.default .swiper-button-next::after,
default.swiper-button-prev::after {
  color: #fdfdfd !important;
}

default .swiper-pagination-bullet {
  background-color: #ccc !important;  /* couleur des points inactifs */
  opacity: 1 !important;
}

default .swiper-pagination-bullet-active {
  background-color: #000 !important;  /* couleur du point actif */
}

.default .swiper-pagination-bullet {
  width: 12px;
  height: 1.2px;
  border-radius: 50%;

}