/* Start custom CSS for html, class: .elementor-element-2c787f5 */.page-title { text-align:center;
font-size:2.2rem; font-weight:800; color:#1a1a1a; margin:40px 0 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; max-width: 800px ;}
.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; }
.intro-section p { margin-bottom:18px; text-align:justify; }

.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; }




.image-wrapper {
   display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8; /* léger fond gris clair pour bien détacher l’image */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.responsive-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.responsive-image:hover {
  transform: scale(1.02);
}

/* Responsive mobile */
@media (max-width: 768px) {
  .styled-section {
    padding: 40px 0;
  }
  .image-wrapper {
    padding: 15px;
  }
  .responsive-image {
    border-radius: 6px;
  }
}


.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; }
.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; }

.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; font-family:'Helvetica Neue',Arial,sans-serif; }
.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; }
.prestation-details {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  color: #333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  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;
}

.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; }
.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;
  }
}


.seo-footer {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  text-align: center;
}

.seo-footer h2 {
  font-size: 1.6rem;
  color: #27ae60;
  text-align: inter-word;
  margin-bottom: 20px;
}

.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:justify;}

@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-36e7a9e */.footer-seo {
  background-color: #f2f4f5;
  color: #2a2a2a;
  padding: 60px 20px 20px;
  border-top: 1px solid #ccc;
  font-family: 'Open Sans', Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-about, .footer-links, .footer-contact {
  flex: 1 1 300px;
  min-width: 260px;
}

.footer-seo h3, .footer-seo h4 {
  color: #222;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer-seo p, .footer-seo li {
  font-size: 0.95em;
  line-height: 1.6;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-seo a {
  color: #007b8f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-seo a:hover {
  color: #004f5a;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85em;
  border-top: 1px solid #bbb;
  margin-top: 40px;
  padding-top: 20px;
  color: #555;
}/* End custom CSS */