.temoignages-section {
  padding: 0rem;
  background-color: #f8f3fc;
}
.temoignages-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #4d1a69;
}
.temoignage-slider .swiper-slide {
  padding: 2rem;
}
.temoignage-item {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}
.temoignage-photo {
  flex: 0 0 auto;
  width: 16rem;
  height: 16rem;
  border-radius: 99999px;
  overflow: hidden;
}
.temoignage-photo img {
  width: 16rem;
  height: 16rem;
  border-radius:9999px;
  object-fit: cover;
  display: block;
}
.temoignage-text {
  flex: 1;
}
.temoignage-contenu {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4d1a69;
  margin-bottom: 0.5rem;
}
.temoignage-signature {
  font-weight: bold;
  color: #4d1a69;
}
.temoignage-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next,
.swiper-button-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

@media (max-width: 768px) {
  .temoignage-item {
    flex-direction: column;
    text-align: center;
  }
}

.swiper-button-next, .swiper-button-prev {
    color: var(--theme-palette-color-4) !important;
    background-color: var(--theme-palette-color-2) !important;
    width: 40px !important;
    border-radius: 1000px;
    height: 40px !important;
}

.swiper-button-prev:after {
    font-size: 24px !important;
    margin-right: 4px !important;
}

.swiper-button-next:after{
    font-size: 24px !important;
    margin-left: 4px !important;
}

