p {
  font-family: 'Century Gothic Bold';
}

/* li {font-family:'Century Gothic Bold';
line-height: 130%;
} */

@media (min-width: 950px) {
  .section-1 {
    margin-left: var(--spacing-md);
  }
}

.bateau-container {
  margin-left: calc(var(--negative-margin-page) - 5rem);
}

.section-2 {
  margin-top: calc(-1*var(--spacing-xl));
}

@media (min-width: 950px) {
  .etapes {
    width: 80%;
  }
}

.etapes {position:relative; z-index: 3000;}

.section-3::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 352;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 352" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1440 49.592V0H0C196.241 193.108 460.713 310.969 632.834 327.045C1124.24 416.842 1347.38 239.743 1397.52 139.968C1414.44 117.195 1428.46 86.5536 1440 49.592Z" fill="%23FF5653"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-top: -1px;
}

.ballon {
  margin-top: clamp(-40rem, -53vw + 5.5rem, 0rem);
  position: relative;
  z-index: 0;
}

@media (min-width: 800px) {
  .ballon {
    width: 60%;
  }
}