/* ================================
   Page Zones d’intervention
   Resiliner - CSS personnalisé
================================ */ .rz-local-page  {
  background: #fff;
  color: #123c3b;
  overflow: hidden;
}
/* Sections */ .rz-local-section  {
  padding: 70px 0;
}

.rz-local-section-intro  {
  padding-top: 58px;
}

.rz-local-section-soft  {
  background: #f4f8f7;
}

.rz-local-section-dark  {
  background: #073f3f;
  color: #fff;
}
/* Titres */ .rz-local-eyebrow  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #00bca6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rz-local-eyebrow::before  {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 20px;
}

.rz-local-eyebrow-light  {
  color: #8ff4e7;
}

.rz-local-page h2  {
  margin: 0 0 22px;
  color: inherit;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.rz-local-page h3  {
  color: #073f3f;
  font-weight: 800;
}

.rz-local-rich-text p, .rz-local-section-heading p, .rz-local-method-intro p  {
  color: rgba(18, 60, 59, 0.75);
  font-size: 17px;
  line-height: 1.75;
}

.rz-local-rich-text p:last-child, .rz-local-section-heading p:last-child, .rz-local-method-intro p:last-child  {
  margin-bottom: 0;
}

.rz-local-section-dark p  {
  color: rgba(255, 255, 255, 0.78);
}

.rz-local-section-heading  {
  max-width: 760px;
  margin-bottom: 38px;
}
/* Image intro */ .rz-local-intro-image  {
  position: relative;
  margin-top: 46px;
  border-radius: 18px;
  overflow: hidden;
  background: #e8f1f0;
  box-shadow: 0 18px 48px rgba(7, 63, 63, 0.12);
}

.rz-local-intro-image img  {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.rz-local-intro-image::after  {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(7, 63, 63, 0) 45%, rgba(7, 63, 63, 0.38) 100% );
  pointer-events: none;
}
/* Cartes régions */ .rz-local-region-grid  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.rz-local-region-card  {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(7, 63, 63, 0.08);
  box-shadow: 0 14px 38px rgba(7, 63, 63, 0.08);
  overflow: hidden;
}

.rz-local-region-image  {
  height: 230px;
  overflow: hidden;
  background: #e8f1f0;
}

.rz-local-region-image img  {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.rz-local-region-card:hover .rz-local-region-image img  {
  transform: scale(1.04);
}

.rz-local-region-card > .rz-local-region-tag, .rz-local-region-card > h3, .rz-local-region-card > p, .rz-local-region-card > .rz-local-city-list, .rz-local-region-card > .rz-local-check-list  {
  margin-left: 30px;
  margin-right: 30px;
}

.rz-local-region-tag  {
  display: inline-flex;
  width: fit-content;
  margin-top: 28px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 50px;
  background: rgba(0, 188, 166, 0.12);
  color: #008f80;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rz-local-region-card h3  {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.18;
}

.rz-local-region-card p  {
  margin-top: 0;
  margin-bottom: 22px;
  color: rgba(18, 60, 59, 0.72);
  font-size: 16px;
  line-height: 1.7;
}
/* Villes */ .rz-local-city-list  {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.rz-local-city-list span  {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 50px;
  background: #eef6f5;
  color: #123c3b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
/* Listes */ .rz-local-check-list  {
  display: grid;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.rz-local-check-list li  {
  position: relative;
  padding-left: 26px;
  color: rgba(18, 60, 59, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.rz-local-check-list li::before  {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00bca6;
  font-weight: 900;
}
/* Méthode */ .rz-local-method-intro  {
  margin-bottom: 42px;
}

.rz-local-method-image  {
  border-radius: 18px;
  overflow: hidden;
  background: #e8f1f0;
  box-shadow: 0 16px 42px rgba(7, 63, 63, 0.1);
}

.rz-local-method-image img  {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.rz-local-service-grid  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rz-local-service-card  {
  position: relative;
  display: block;
  min-height: 245px;
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(7, 63, 63, 0.08);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(7, 63, 63, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.rz-local-service-card::before  {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 38px;
  height: 3px;
  border-radius: 20px;
  background: #00bca6;
}

.rz-local-service-card:hover  {
  transform: translateY(-4px);
  border-color: rgba(0, 188, 166, 0.35);
  box-shadow: 0 18px 45px rgba(7, 63, 63, 0.11);
  text-decoration: none;
}

.rz-local-service-card span  {
  display: inline-flex;
  margin-top: 28px;
  margin-bottom: 28px;
  color: #00bca6;
  font-size: 13px;
  font-weight: 900;
}

.rz-local-service-card h3  {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.2;
}

.rz-local-service-card p  {
  margin: 0;
  color: rgba(18, 60, 59, 0.68);
  font-size: 15px;
  line-height: 1.65;
}
/* Section clients */ .rz-local-section-dark h2  {
  color: #fff;
}

.rz-local-client-cards  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rz-local-mini-card  {
  min-height: 150px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
}

.rz-local-mini-card h3  {
  margin: 0 0 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

.rz-local-mini-card p  {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}
/* FAQ */ .rz-local-faq  {
  display: grid;
  gap: 12px;
}

.rz-local-faq details  {
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(7, 63, 63, 0.1);
  overflow: hidden;
}

.rz-local-faq summary  {
  position: relative;
  cursor: pointer;
  padding: 21px 56px 21px 24px;
  color: #073f3f;
  font-weight: 800;
  list-style: none;
}

.rz-local-faq summary::-webkit-details-marker  {
  display: none;
}

.rz-local-faq summary::after  {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #00bca6;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.rz-local-faq details[open] summary::after  {
  content: "–";
}

.rz-local-faq details p  {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(18, 60, 59, 0.72);
  font-size: 16px;
  line-height: 1.7;
}
/* CTA */ .rz-local-cta  {
  padding: 76px 0 90px;
  background: #fff;
}

.rz-local-cta-box  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 42px;
  border-radius: 20px;
  background: radial-gradient(circle at top right, rgba(0, 188, 166, 0.22), transparent 34%), linear-gradient(135deg, #073f3f 0%, #0c5958 100%);
  color: #fff;
}

.rz-local-cta-box h2  {
  color: #fff;
}

.rz-local-cta-box p  {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.rz-local-btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.rz-local-btn:hover  {
  transform: translateY(-2px);
  text-decoration: none;
}

.rz-local-btn-light  {
  background: #fff;
  color: #073f3f;
  white-space: nowrap;
}

.rz-local-btn-light:hover  {
  background: #00bca6;
  color: #073f3f;
}
/* Responsive */ @media (max-width: 1199px)  {
  .rz-local-service-grid  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px)  {
  .rz-local-section  {
    padding: 58px 0;
  }
  .rz-local-section-intro  {
    padding-top: 48px;
  }
  .rz-local-region-grid, .rz-local-client-cards  {
    grid-template-columns: 1fr;
  }
  .rz-local-method-image  {
    margin-bottom: 30px;
  }
  .rz-local-intro-image img, .rz-local-method-image img  {
    height: 310px;
  }
  .rz-local-cta-box  {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px)  {
  .rz-local-section  {
    padding: 48px 0;
  }
  .rz-local-page h2  {
    font-size: 29px;
  }
  .rz-local-intro-image  {
    margin-top: 34px;
    border-radius: 14px;
  }
  .rz-local-intro-image img, .rz-local-method-image img  {
    height: 230px;
  }
  .rz-local-region-image  {
    height: 190px;
  }
  .rz-local-region-card, .rz-local-service-card, .rz-local-mini-card, .rz-local-cta-box  {
    border-radius: 14px;
  }
  .rz-local-region-card > .rz-local-region-tag, .rz-local-region-card > h3, .rz-local-region-card > p, .rz-local-region-card > .rz-local-city-list, .rz-local-region-card > .rz-local-check-list  {
    margin-left: 22px;
    margin-right: 22px;
  }
  .rz-local-region-tag  {
    margin-top: 22px;
  }
  .rz-local-check-list  {
    margin-bottom: 24px;
  }
  .rz-local-service-grid  {
    grid-template-columns: 1fr;
  }
  .rz-local-service-card  {
    min-height: auto;
  }
  .rz-local-cta  {
    padding: 54px 0 66px;
  }
  .rz-local-cta-box  {
    padding: 28px;
  }
  .rz-local-btn  {
    width: 100%;
  }
}