.elementor-1378 .elementor-element.elementor-element-bc9a2ad{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-1378 .elementor-element.elementor-element-bc9a2ad.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1378 .elementor-element.elementor-element-bc9a2ad{--width:105.378%;}}/* Start custom CSS for html, class: .elementor-element-c536ece *//* ===== CONTAINER GLOBAL ===== */
.prestations-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 24px;
}

/* ===== STRUCTURE ===== */
.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;
}

/* ===== IMAGE ===== */
.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;
}

/* ===== TEXT ===== */
.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 28px;
  color: #5f5f5f;
  font-size: 17px;
  line-height: 1.9;
  max-width: 600px;
}

/* ===== BUTTON ===== */
.presta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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);
}

/* ===== TABLETTE ===== */
@media (max-width: 1024px) {

  .prestations-page {
    padding: 70px 20px;
  }

  .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-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;
  }
}

/* ===== PETITS MOBILES ===== */
@media (max-width: 420px) {

  .presta-text h2 {
    font-size: 24px;
  }

  .presta-text p {
    font-size: 14px;
  }
}/* End custom CSS */