.atouts {
  position: relative;
  padding: 3.125rem 0;
  color: var(--bs-primary);
  font-weight: 400;
}
.atouts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--bs-highlight);
  opacity: 0.35;
}
.atouts > * {
  position: relative;
  z-index: 1;
}
.atouts .headline {
  position: relative;
  font-size: 2.813rem;
  line-height: 1.11;
  font-weight: 300;
}
@media (max-width: 767px) {
  .atouts .headline {
    text-align: center;
    display: inline-flex;
    padding: 0 5rem;
    margin: auto;
  }
}
.atouts .headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6.55rem;
  width: 5.3rem;
  height: 3.5rem;
  background: url("../../../images/svg/guillemets.svg") no-repeat center;
}
@media (max-width: 1399px) {
  .atouts .headline::before {
    transform: scale(0.75);
  }
}
@media (max-width: 767px) {
  .atouts .headline::before {
    left: -1rem;
  }
}
.atouts .headline::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 0;
  width: 5.3rem;
  height: 3.5rem;
  background: url("../../../images/svg/guillemets.svg") no-repeat center;
  transform: rotate(180deg);
}
@media (max-width: 1399px) {
  .atouts .headline::after {
    transform: scale(0.75) translate3d(3rem, 0, 0) rotate(180deg);
  }
}
@media (max-width: 767px) {
  .atouts .headline::after {
    right: 1rem;
  }
}
.atouts [data-module=slider] {
  height: auto;
}
@media (min-width: 1200px) {
  .atouts [data-module=slider] .swiper-wrapper {
    justify-content: center;
  }
}
.atouts [data-module=slider] .swiper-slide {
  background: none !important;
  text-align: center;
  max-width: 15.3rem;
  border-right: rgba(8, 45, 54, 0.1) 1px solid;
  padding: 1rem 2.5rem;
  margin: 0;
}
@media (max-width: 1199px) {
  .atouts [data-module=slider] .swiper-slide {
    max-width: 100%;
    padding: 1rem 3rem;
    border-right: none;
  }
}
@media (max-width: 991px) {
  .atouts [data-module=slider] .swiper-slide {
    max-width: 100%;
  }
}
.atouts [data-module=slider] .swiper-slide:last-child {
  border-right: none;
}
.atouts [data-module=slider] .swiper-slide .residence-item {
  padding-left: 1px;
}
.atouts [data-module=slider] .swiper-slide .icon {
  height: 115px;
  margin-bottom: 0.75rem;
}
.atouts [data-module=slider] .swiper-slide .icon * {
  max-height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.atouts [data-module=slider] .swiper-slide .titre {
  font-size: 1.188rem;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.atouts [data-module=slider] .swiper-slide .description {
  font-size: 1.063rem;
  line-height: 1.15;
}
.atouts [data-module=slider] .swiper-pagination-bullet {
  background: var(--bs-light);
  opacity: 1;
}
.atouts [data-module=slider] .swiper-pagination-bullet-active, .atouts [data-module=slider] .swiper-pagination-bullet:hover:not(:active) {
  background: var(--bs-primary);
}