/* Start custom CSS for html, class: .elementor-element-6940862 *//* TITRE & INTRO */
.page-title { text-align:center; font-size:2.2rem; font-weight:800; color:#1a1a1a; margin:40px auto 10px; position:relative; display:inline-block; }
.page-title::after { content:""; width:70px; height:4px; background:#e67e22; display:block; margin:12px auto 0; border-radius:3px; }
.page-subtitle { text-align:center; color:#555; font-size:1.1rem; margin-bottom:30px; }

.intro-section { max-width:900px; margin:0 auto 40px; padding:0 20px; color:#333; font-size:1.05rem; line-height:1.7;
text-align: center;}
.intro-section p { margin-bottom:18px; }

/* CARTES PRESTATIONS */
.prestations-cards { display:grid; grid-template-columns:50% 50% ; gap:20px; max-width:800px; margin:0 auto 40px; padding:0 20px; }

@media (max-width: 992px) {
  .prestations-cards {
    grid-template-columns: 50% 50%; /* 2 colonnes */
  }
}
@media (max-width: 600px) {
  .prestations-cards {
    grid-template-columns: 100%; /* 1 colonne */
  }
}
.card { background:#fff; padding:24px; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,0.06); display:flex; flex-direction:column; justify-content:space-between; }
.card h3 { color:#e67e22; font-size:1.25rem; margin-bottom:12px; }
.card p { color:#444; margin-bottom:16px; line-height:1.6; flex-grow:1; }
.btn-prest { display:inline-block; background:#e67e22; color:#fff; padding:10px 16px; border-radius:8px; text-decoration:none; font-weight:600; }
.btn-prest:hover { background:#b24d00; }

/* PRESTATION DÉTAILS */
.prestation-details { max-width:900px; margin:60px auto; padding:40px 20px; background:#fff; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,0.06); color:#333; text-align:left; }
.prestation-details h2 { text-align:center; font-size:1.8rem; font-weight:700; color:#e67e22; margin-bottom:20px; position:relative; }
.prestation-details h2::after { content:""; display:block; width:80px; height:4px; background:#e67e22; margin:10px auto 0; border-radius:2px; }
.prestation-details p { font-size:1.05rem; line-height:1.7; color:#444; margin-bottom:20px; text-align:center; }
.prestation-list { list-style:none; padding-left:0; max-width:700px; margin:0 auto 30px; }
.prestation-list li { background:#f9f9f9; border-left:4px solid #e67e22; padding:12px 18px; margin-bottom:10px; border-radius:6px; font-size:1.05rem; color:#333; line-height:1.6; transition:all 0.3s ease; }
.prestation-list li:hover { background:#fff4e6; transform:translateX(4px); }
.prestation-note { text-align:center; font-size:1rem; font-style:italic; color:#555; }

/* ENGAGEMENTS / AVANTAGES */
.engagements-avantages { max-width:1000px; margin:50px auto; padding:30px 20px; background:#fff; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,0.06); color:#333; font-family:'Helvetica Neue',Arial,sans-serif; }
.engagements-avantages .container { display:flex; gap:40px; justify-content:space-between; flex-wrap:wrap; margin-bottom:25px; }
.engagements-avantages .col { flex:1 1 300px; min-width:280px; }
.engagements-avantages h3 { color:#e67e22; font-size:1.4rem; margin-bottom:15px;
margin-left:30px;}
.engagements-avantages ul { list-style:none; padding-left:0; }
.engagements-avantages ul li { position:relative; padding-left:28px; margin-bottom:12px; font-size:1.05rem; line-height:1.6; }
.engagements-avantages ul li::before { content:"✓"; position:absolute; left:0; top:0; color:#e67e22; font-weight:bold; }
.btn-container { text-align:center; margin-top:20px;}
.btn-engagements { display:inline-block; padding:12px 28px; background:#27ae60; color:#fff; font-weight:600; border-radius:8px; text-decoration:none; transition:background 0.3s ease; }
.btn-engagements:hover { background:#1e874b; }

/* DÉROULÉ INTERVENTION */
.deroule-debarras { max-width:900px; margin:50px auto; padding:30px 20px; background:#fdfdfd; border-radius:12px; box-shadow:0 6px 20px rgba(0,0,0,0.05); color:#333; }
.deroule-debarras h2 { font-size:1.8rem; font-weight:700; color:#e67e22; text-align:center; margin-bottom:25px; }
.steps-list { list-style:none; padding-left:0; }
.steps-list li { display:flex; align-items:flex-start; gap:15px; margin-bottom:20px; }
.step-icon { font-size:1.8rem; margin-top:2px; flex-shrink:0; }
.step-text { flex:1; }
.step-text strong { color:#e67e22; }
.btn-deroule { display:inline-block; padding:12px 28px; background:#e67e22; color:#fff; font-weight:600; border-radius:8px; text-decoration:none; transition:background 0.3s ease; }
.btn-deroule:hover { background:#b24d00; }

/* CTA FINAL */
.cta-section { text-align:center; padding:60px 20px; background:linear-gradient(135deg,#e67e22,#cf6a16); color:#fff; border-radius:12px; }
.cta-section h2 { font-size:1.8rem; margin-bottom:10px; }
.cta-section a { color:#fff; font-weight:700; text-decoration:none; }
.btn-cta { display:inline-block; margin-top:12px; padding:12px 24px; background:#111; color:#fff; border-radius:8px; text-decoration:none; font-weight:700; transition:0.3s; }
.btn-cta:hover { background:#fff; color:#111; }

/* BLOC SEO FIN DE PAGE */
.seo-footer { max-width:900px; margin:50px auto 80px; padding:20px; background:#f9f9f9; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,0.04); color:#444; font-size:1rem; line-height:1.6;}
.seo-footer h2 { color:#e67e22; text-align:center; margin-bottom:20px;}
.seo-footer p { margin-bottom:15px;
    text-align: center
}

@media (max-width:700px) {
  .card h3 { font-size:1.1rem; }
  .card p, .intro-section p { font-size:1rem; }
  .page-title { font-size:1.7rem; }
  .prestations-cards { grid-template-columns:1fr; }
  .engagements-avantages .container { flex-direction:column; gap:20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-766348c */.zone-carte {
  background: #1f1f1f;
  color: #f8f8f8;
  padding: 60px 20px;
  border-radius: 12px;
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.zone-carte h2 {
  font-size: 1rem;
  color: #ffb347;
  margin-bottom: àpx;
  position: relative;
}

.zone-carte h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #ffb347;
  margin: 10px auto 0;
  border-radius: 2px;
}

.zone-carte p {
  font-size: 1.1rem;
  color: #ddd;
  max-width: 700px;
  margin: 0 auto 10px;
  line-height: 1.6;
}

.carte-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.3);
  background: #2c2c2c;
  padding: 1px;
}

#map {
  width: 100%;
  height: 50px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .zones-intervention h1 {
    font-size: 1.6rem;
  }
  .zones-intervention p, .zones-list ul li {
    font-size: 1rem;
  }
  .map-container {
    height: 300px;
  }
}/* End custom CSS */