.reason {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .reason {
    margin: 64px auto;
  }
}
.reason--container {
  position: relative;
  max-width: 1124px;
  margin: auto;
  padding: 24px 16px 40px 16px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: linear-gradient(115deg, #7c3f92 0%, #d92e50 52%, #f59c18 100%);
}
.reason--container::before {
  content: "";
  position: absolute;
  top: -259px;
  left: -89px;
  width: 291px;
  height: 436px;
  mask: url(../images/boucle.svg) center/contain no-repeat;
  background-color: var(--orange-clair);
  opacity: 0.2;
  pointer-events: none;
  rotate: 227deg;
}
.reason--container::after {
  content: "";
  position: absolute;
  top: -194px;
  right: -173px;
  width: 291px;
  height: 436px;
  mask: url(../images/boucle.svg) center/contain no-repeat;
  background-color: var(--orange-clair);
  opacity: 0.2;
  pointer-events: none;
  rotate: 305deg;
}
.reason--heading {
  position: relative;
  max-width: 708px;
  margin: auto;
  text-align: center;
  color: #fff;
}
.reason--heading .key {
  font-size: clamp(100px, 18vw, 200px);
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: -2px;
  color: #fff;
}
.reason--heading h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(24px, 5.6vw, 48px);
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.48px;
}
.reason--slider {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
}
.reason--wrapper {
  align-items: stretch;
}
.reason--item {
  min-height: 210px;
  padding: 32px 16px 56px 16px;
  border-radius: 100px;
  background: var(--blanc);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.reason--item .number {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: var(--violet);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  flex: 0 0 auto;
}
.reason--item p {
  color: var(--violet);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .reason--container {
    padding: 28px 36px 72px;
    border-radius: 36px;
    gap: 32px;
  }
  .reason--container::before, .reason--container::after {
    width: 326px;
    height: 711px;
  }
  .reason--container::before {
    left: -51px;
    top: -314px;
    rotate: 231deg;
  }
  .reason--container::after {
    right: -152px;
    top: -170px;
    rotate: 317deg;
  }
  .reason--slider {
    width: 100%;
  }
  .reason--wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: 14px;
    transform: none !important;
    align-items: center;
  }
  .reason--item {
    width: auto !important;
    justify-self: center;
    padding: 40px 16px 56px;
  }
  .reason--item:nth-child(3) {
    height: clamp(280px, 18vw, 338px);
  }
  .reason--item:nth-child(2), .reason--item:nth-child(4) {
    height: clamp(260px, 16.2vw, 318px);
  }
  .reason--item:nth-child(1), .reason--item:nth-child(5) {
    height: clamp(240px, 14.4vw, 278px);
  }
  .reason--navigation {
    display: none;
  }
}
