section.etapes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.etapes {
    flex-wrap: wrap;
    gap: 30px;
  }
}
section.etapes div.images-wrapper {
  flex: 0 0 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.etapes div.images-wrapper {
    flex: 1 0 100%;
  }
}
section.etapes div.images-wrapper div.img-sizer {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}
section.etapes div.images-wrapper div.img-sizer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.etapes div.contents-wrapper {
  flex: 0 0 42%;
}
@media screen and (max-width: 767px) {
  section.etapes div.contents-wrapper {
    flex: 1 0 100%;
  }
}
section.etapes div.contents-wrapper div.swiper-slide > span {
  display: block;
  font-family: "Eloquent PRO";
  font-size: 72px;
  line-height: 97px;
  color: #A68768;
}
@media screen and (max-width: 767px) {
  section.etapes div.contents-wrapper div.swiper-slide > span {
    font-size: 60px;
    line-height: 80px;
  }
}
section.etapes div.contents-wrapper div.swiper-slide h3 {
  font-family: "Gotham";
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  section.etapes div.contents-wrapper div.swiper-slide h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
section.etapes div.contents-wrapper div.swiper-slide div.description p, section.etapes div.contents-wrapper div.swiper-slide div.description ul, section.etapes div.contents-wrapper div.swiper-slide div.description li {
  font-size: 15px;
  line-height: 19px;
}
section.etapes div.contents-wrapper div.navigation {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}
section.etapes div.contents-wrapper div.navigation span.swiper-button-disabled {
  opacity: 0.2;
}
