/* Start custom CSS for html, class: .elementor-element-0f1fd2f *//* Bloc Titre Contact */
.bloc-titre {
    text-align: center;
    margin: 0px 0px 0;
    font-family: 'Montserrat', sans-serif;
}

.bloc-titre h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #1a2a44; /* couleur accent similaire à ton branding */
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;

}

.bloc-titre h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f2a44; /* bleu foncé */
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 768px) {
    .bloc-titre h1 {
        font-size: 1.6rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88d715f */.seo-list {
  list-style: none;
  padding-left: 0;
  margin: 25px auto;
  max-width: 900px;
}

.seo-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 1rem;
  color: #1a1a1a;
}

/* Flèche orange */
.seo-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  color: #d46a27; /* orange du site */
  font-weight: 700;
  font-size: 1.05rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c916d85 *//* Intro */
.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;
}

/* --- ZONES ACTIVES | VERSION CORRIGÉE --- */

/* Grille responsive centrée */
.zones-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 0 10px;
}

/* Carte */
.zone-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
}

/* Image centrée */
.zone-image {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 15px;
  display: block;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* Titres des départements */
.zone-item h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d46a27;
  margin-bottom: 15px;
}

/* Texte */
.zone-item p {
  line-height: 1.6;
}

/* Bouton CTA département */
.btn-zone {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #d46a27;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-zone:hover {
  background: #e67e22;
}

/* CTA général final */
.cta-final {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .bloc-titre h1 {
    font-size: 1.6rem;
  }

  .intro-professionnels {
    padding: 15px;
  }

  .zone-image {
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  .zone-image {
    max-width: 120px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fa31cf */.zone-carte {
  background: #fff;
  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-b82b37e *//* FAQ */
#faq-zones {
  background: #FFFFFF;
  padding: 60px 20px;
  color: #1C1C1C;
  font-family: "Inter", sans-serif;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

#faq-zones h2 {
  color: #d46a27;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

/* FAQ Item */
.faq-item {
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
  background: #F8F8F8;
  border-left: 4px solid #d46a27;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Question Button */
.faq-question {
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #1C1C1C;
  transition: background 0.25s;
}

.faq-question:hover {
  background: #FFF3E0;
}

/* Answer Panel */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
  background: #FFFFFF;
}

.faq-answer p {
  margin: 16px 0;
  line-height: 1.6;
}

/* Active FAQ */
.faq-item.active .faq-answer {
  max-height: 500px; /* ajustable selon le contenu */
  padding: 16px 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ccb12a *//* ========================
   Avantages pratiques & Engagements
   ======================== */
.seo-advantages h2,
.seo-engagements h2 {
  font-size: 1.8rem;
  color: #1f2f46; /* bleu foncé */
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.advantages-list,
.engagements-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.advantages-list li,
.engagements-list li {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}

/* Flèches et puces */
.advantages-list li::before {
  content: "➤"; /* flèche classique SEO-friendly */
  position: absolute;
  left: 0;
  color: #d46a27; /* orange pour mettre en avant */
  font-size: 1.2rem;
}

.engagements-list li::before {
  content: "🟢"; /* rond vert pour engagement */
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #d46a27;
}

/* Responsive */
@media(max-width:768px) {
  .seo-advantages h2,
  .seo-engagements h2 {
    font-size: 1.5rem;
  }
  .advantages-list li,
  .engagements-list li {
    font-size: 0.95rem;
    padding-left: 25px;
  }
}/* End custom CSS */