/* Start custom CSS for html, class: .elementor-element-22a2c6c */.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: 900px
}

.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-08f2b30 */.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-d1a6f6f */.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 */
/* Start custom CSS for html, class: .elementor-element-59cd59b */.bloc-seo-nettoyage {
  background-color: #f9f9f9;
  padding: 60px 20px;
  margin-top: 60px;
  border-top: 1px solid #ddd;
}

.seo-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.bloc-seo-nettoyage h2 {
  font-size: 1.6em;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.bloc-seo-nettoyage p {
  font-size: 1em;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
}

.bloc-seo-nettoyage a {
  color: #007b8f;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.bloc-seo-nettoyage a:hover {
  color: #004f5a;
  text-decoration: underline;
}/* End custom CSS */