/* Start custom CSS for html, class: .elementor-element-912b9d8 */.bloc-titre {
  text-align: center;
  padding: 40px 20px 20px;
}

.bloc-titre h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1a1a1a;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.bloc-titre h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #e67e22; /* couleur accent */
  margin: 12px auto 0;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .bloc-titre h1 {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-711e130 */.sous-titre {
  text-align: center;
  font-size: 1.2rem;
  color: #444;
  max-width: 800px;
  margin: 12px auto 30px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .sous-titre {
    font-size: 1rem;
    padding: 0 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6dc6011 */.intro-professionnels {
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  color: #333;
  line-height: 1.7;
  font-size: 1.05rem;
}

.intro-professionnels p {
  margin-bottom: 16px;
  text-align: justify;
}

@media (max-width: 768px) {
  .intro-professionnels {
    padding: 15px;
  }
  .intro-professionnels p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-726f09c */.prestations-bureaux-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  
}

.prest-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.prest-card h3 {
  color: #e67e22;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.prest-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;
  text-align: inter-word;
  transition: background 0.3s ease;
}

.btn-prest:hover {
  background: #b24d00;
}

@media (max-width: 768px) {
  .prest-card h3 {
    font-size: 1.1rem;
  }
  .prest-card p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-040f0f3 */.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;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36b13fb *//* 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; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d689a1f */.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);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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-container {
  text-align: center;
  margin-top: 25px;
}

.btn-deroule {
  display: inline-block;
  padding: 12px 28px;
  background-color: #e67e22;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-deroule:hover {
  background-color: #b24d00;
}

@media (max-width: 768px) {
  .steps-list {
    flex-direction: column;
  }
  .step-icon {
    font-size: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9b6721 */.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);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}

.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;
}

.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-color: #27ae60;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-engagements:hover {
  background-color: #27ae60;
}

@media (max-width: 768px) {
  .engagements-avantages .container {
    flex-direction: column;
    gap: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba93c56 */.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: #e67e22;
  position: relative;
}

.zone-carte h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #e67e22;
  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;
}

.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: #e67e22;
  text-align: inter-word;
  margin-bottom: 20px;
}

.seo-footer p {
  margin-bottom: 15px;
  font-size: 1.05rem;
   text-align: justify;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6609910 */<section class="zones-intervention">
  <h1>🗺️ Nos zones d’intervention</h1>
  <p>Découvrez les secteurs où nous intervenons à Paris et en Île-de-France. Cliquez sur la carte pour explorer nos zones d’action et obtenir plus d’informations.</p>

  <div class="map-container">
    <div id="map"></div>
  </div>
</section>

<!-- Leaflet -->
<link
  rel="stylesheet"
  href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
/>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>

<script>
// Initialisation de la carte
var map = L.map('map').setView([48.8566, 2.3522], 9);

// Fond OpenStreetMap
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
  maxZoom: 19,
  attribution: '&copy; OpenStreetMap'
}).addTo(map);

// Liste des départements + liens cliquables
var deps = [
  { name: "Paris (75)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/75-paris/departement-75-paris.geojson", color: "#27ae60", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-paris-75/" },
  { name: "Hauts-de-Seine (92)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/92-hauts-de-seine/departement-92-hauts-de-seine.geojson", color: "#1e874b", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-hauts-de-seine-92/" },
  { name: "Seine-Saint-Denis (93)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/93-seine-saint-denis/departement-93-seine-saint-denis.geojson", color: "#2ecc71", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-seine-saint-denis-93/" },
  { name: "Val-de-Marne (94)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/94-val-de-marne/departement-94-val-de-marne.geojson", color: "#16a085", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-val-de-marne-94/" },
  { name: "Val-d’Oise (95)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/95-val-d-oise/departement-95-val-d-oise.geojson", color: "#27ae60", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-val-doise-95/" },
  { name: "Seine-et-Marne (77)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/77-seine-et-marne/departement-77-seine-et-marne.geojson", color: "#1e874b", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-seine-et-marne-77/" },
  { name: "Essonne (91)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/91-essonne/departement-91-essonne.geojson", color: "#2ecc71", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-essonne-91/" },
  { name: "Yvelines (78)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/78-yvelines/departement-78-yvelines.geojson", color: "#16a085", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-yvelines-78/" },
  { name: "Oise (60)", url: "https://raw.githubusercontent.com/gregoiredavid/france-geojson/master/departements/60-oise/departement-60-oise.geojson", color: "#27ae60", link: "https://xn--dbarrasintgralparis-bzbj.fr/debarras-oise-60/" }
];

// Chargement des départements
deps.forEach(function(dep) {
  fetch(dep.url)
    .then(res => res.json())
    .then(data => {
      var layer = L.geoJSON(data, {
        style: {
          color: dep.color,
          weight: 2,
          fillOpacity: 0.25
        },
        onEachFeature: function(feature, layer) {
          layer.bindPopup(
            '<a href="' + dep.link + '" target="_blank" style="font-weight:bold; color:#27ae60;">' +
            dep.name +
            '</a>'
          );
        }
      }).addTo(map);

      // Nom du département au centre
      layer.eachLayer(function(l) {
        var c = l.getBounds().getCenter();
        L.marker(c, {
          icon: L.divIcon({
            className: 'dep-label',
            html: '<div class="dep-text">' + dep.name + '</div>',
            iconSize: [100, 20]
          })
        }).addTo(map);
      });
    });
});

// Ajustement dynamique de la taille des labels
function updateLabelSize() {
  var zoom = map.getZoom();
  var size = Math.min(Math.max(zoom * 2, 12), 26);
  document.querySelectorAll('.dep-text').forEach(label => {
    label.style.fontSize = size + 'px';
  });
}
map.on('zoomend', updateLabelSize);
updateLabelSize();
</script>

<style>
.zones-intervention {
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}

.zones-intervention h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #27ae60;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.zones-intervention h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #27ae60;
  border-radius: 3px;
}

.zones-intervention p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.map-container {
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* ✅ Important : le conteneur interne de la carte doit avoir une hauteur */
#map {
  width: 100%;
  height: 100%;
}

.dep-label {
  pointer-events: none;
}

.dep-text {
  font-size: 16px;
  font-weight: 900;
  color: black;
  text-shadow:
    1px 1px 2px white,
    -1px -1px 2px white,
    1px -1px 2px white,
    -1px 1px 2px white;
}

@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;
  }
}
</style>/* End custom CSS */