.elementor-1420 .elementor-element.elementor-element-59ac256{--display:flex;}/* Start custom CSS for html, class: .elementor-element-72bc747 *//* ===== PAGE PRESTATIONS PREMIUM ===== */

.prestations-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 24px;
}

.presta-section-title {
  text-align: center;
  margin: 0 auto 90px;
}

.presta-section-title span {
  display: inline-block;
  margin-bottom: 18px;
  color: #AD9A9A;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.presta-section-title h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 400;
  color: #1f1f1f;
}

.presta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 140px;
}

.presta-row.reverse .presta-img {
  order: 2;
}

.presta-row.reverse .presta-text {
  order: 1;
}

.presta-img {
  position: relative;
}

.presta-img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.12);
  display: block;
}

.presta-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #AD9A9A;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.presta-text h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 400;
  color: #1f1f1f;
}

.presta-text p {
  margin: 0 0 24px;
  color: #5f5f5f;
  font-size: 17px;
  line-height: 1.9;
  max-width: 600px;
}

.presta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 14px 30px;
  background: #AD9A9A;
  color: #fff !important;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 16px 35px rgba(173,154,154,.25);
  transition: all 0.3s ease;
}

.presta-btn:hover {
  background: #9b8585;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(173,154,154,.35);
}

.presta-link {
  display: inline-block;
  margin-right: 18px;
  color: #AD9A9A !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #AD9A9A;
  padding-bottom: 4px;
}

/* ===== TABLETTE ===== */

@media (max-width: 1024px) {
  .prestations-page {
    padding: 70px 20px;
  }

  .presta-section-title {
    margin-bottom: 70px;
  }

  .presta-row {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 90px;
  }

  .presta-row.reverse .presta-img,
  .presta-row.reverse .presta-text {
    order: initial;
  }

  .presta-img {
    display: flex;
    justify-content: center;
  }

  .presta-img img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 22px;
  }

  .presta-text h2 {
    font-size: 34px;
  }

  .presta-text p {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {
  .prestations-page {
    padding: 50px 18px;
  }

  .presta-section-title {
    margin-bottom: 55px;
  }

  .presta-section-title h2 {
    font-size: 36px;
  }

  .presta-row {
    gap: 22px;
    margin-bottom: 70px;
  }

  .presta-img img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
  }

  .presta-text h2 {
    font-size: 28px;
  }

  .presta-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .presta-btn {
    width: 100%;
    padding: 15px;
  }

  .presta-link {
    display: block;
    width: fit-content;
    margin: 0 auto 18px;
  }
}

/* ===== PETITS MOBILES ===== */

@media (max-width: 420px) {
  .presta-section-title h2 {
    font-size: 30px;
  }

  .presta-text h2 {
    font-size: 24px;
  }

  .presta-text p {
    font-size: 14px;
  }
}/* End custom CSS */