.me-auto {
  margin-right: auto !important;
}
.ms-auto {
  margin-left: auto !important;
}
.prestation-content {
  height: 800px;
  display: none;
}
.prestation-content img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prestation-content.active {
  display: flex;
}
.qui-sommes-nous figure {
  padding-top: 120%;
  position: relative;
  border-radius: 30px;
  margin-top: -100px;
  overflow: hidden;
}
.qui-sommes-nous figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D2D2D2;
  opacity: 1;
  border-radius: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
}
