.elementor-3192 .elementor-element.elementor-element-6ed11ee{--spacer-size:50px;}.elementor-bc-flex-widget .elementor-3192 .elementor-element.elementor-element-706b39b.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-3192 .elementor-element.elementor-element-706b39b.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-3192 .elementor-element.elementor-element-706b39b.elementor-column > .elementor-widget-wrap{justify-content:center;}/* Start custom CSS for html, class: .elementor-element-d4802ec *//* Bloc Titre */
.bloc-titre {
  text-align: center;
  margin-bottom: 30px;
}

.bloc-titre h1 {
  font-size: 2rem;
  font-weight: 500;
  color: #1C1C1C;
  display: inline-block;
  position: relative;
}


}

@media (max-width: 768px) {
  .bloc-titre h1 {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22570ef */.intro-contact-seo {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-bottom: 40px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1C1C1C;
  text-align: justify;
}

.intro-contact-seo p {
  margin-bottom: 18px;
}

.intro-contact-seo a {
  color: #FF8B00;
  font-weight: 700;
  text-decoration: none;
}

.intro-contact-seo a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .intro-contact-seo {
    padding: 20px;
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53fa1a5 */.form-container {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-bottom: 40px;
}

form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

form input, form textarea, form select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.25s;
}

form input:focus, form textarea:focus, form select:focus {
  border-color: #FF8B00;
}

.btn-submit {
  background: #FF8B00;
  color: #fff;
  font-weight: 700;
  padding: 14px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background: #e67e22;
}

#form-status {
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .form-container {
    padding: 20px;
  }
  form input, form textarea, form select {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af1fe02 */.zone-carte {
  background: #f8f8f8;
  color: #f8f8f8;
  padding: 60px 20px;
  border-radius: 12px;
  max-width: 850px;
  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;
  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: #333333;
  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-8f2705f *//* Bloc SEO final */
.seo-final-container {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin: 50px auto;
  max-width: 900px;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
  line-height: 1.7;
  text-align: justify;
}

.seo-final-container p {
  margin-bottom: 16px;
}

.seo-final-container a {
  color: #FF8B00;
  font-weight: 700;
  text-decoration: none;
}

.seo-final-container a:hover {
  text-decoration: underline;
}

/* Bloc boutons */
.seo-final-buttons {
  text-align: center;
  margin-top: 25px;
}

.btn-seo {
  display: inline-block;
  background: #FF8B00;
  color: #fff;
  font-weight: 700;
  padding: 14px 25px;
  border-radius: 8px;
  margin: 10px 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-seo:hover {
  background: #e67e22;
}

/* Responsive */
@media (max-width: 768px) {
  .seo-final-container {
    padding: 20px 15px;
    font-size: 0.95rem;
  }
  .btn-seo {
    padding: 12px 20px;
    margin: 8px 5px;
  }
}/* End custom CSS */