.border-project {
  border-radius: 60px;
  border: 1px solid #5e5e5e;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Hide default Swiper navigation arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

/* Toujours afficher les flèches Swiper custom */
.swiper-button-prev,
.swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Réinitialise tous les styles gênants de Swiper sur les boutons de navigation */
.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  inset: unset !important;
  margin: 0 !important;
  z-index: auto !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.swiper-button-disabled-custom {
  opacity: 0.5; /* ou ce que tu veux, mais pas display: none */
  pointer-events: none;
}

.reno-partner-slide {
  height: 128px;
}

.reno-partner-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 1rem;
}
