/* .benefits-section {} */
/* Bloc englobant toute la section */
.benefits-section__wrapper {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
/* Bloc avec grande image */
.bs__image-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  overflow: hidden;
}
.bs__image-wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  /* Découpe du bas de l'image au format mobile */
  margin-bottom: 9rem;
}
.benefits-tile__wrapper {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1148px) {
  .bs__image-wrapper {
    max-width: none;
  }
  .bs__image-wrapper::before {
        max-height: 32rem;
        height: 100%;
  }
  .bs__image-wrapper img {
    max-width: 140rem;
  }
  .benefits-tile__wrapper {
    position: relative;
    background-color: var(--white);
    margin-top: -17rem;
  }
}