/**
 * Styles pour le bloc Section Cartographie
 * Ces styles sont chargés dans l'éditeur Gutenberg et sur le front-end
 */

/* Slider Swiper pour cartographie */
.cartographie-slider {
  width: 100%;
  overflow: visible;
}

.cartographie-slider .swiper-wrapper {
  display: flex;
}

.cartographie-slider .swiper-slide {
  width: 324px;
  height: auto;
  flex-shrink: 0;
}

/* Styles de la section */
.section-push-cartographie {
  background-color: white;
}

/* Styles des cartes */
.cartographie-card {
  border: 0px 0px 1px 1px solid #e5e7eb;
  height: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.cartographie-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


