/* Start custom CSS for html, class: .elementor-element-8a65583 *//* ---- SECTION SEO 75 ---- */
#seo-paris {
  background: #FFFFFF;
  padding: 80px 20px;
  color: #1C1C1C;
  font-family: "Inter", sans-serif;
}

.seo75-container {
  max-width: 900px;
  margin: 0 auto;
  animation: fadeSlideUp 0.9s ease forwards;
  opacity: 0;
}

/* TITRES */
#seo-paris h1
{
    color : #333;
    text-align: center;
}
#seo-paris h3 {
  color: #FF8B00;  /* ORANGE FONCÉ */
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* PARAGRAPHES */
#seo-paris p {
  line-height: 1.7;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease forwards;
  text-align:justify;
}

/* LIGNES DE SÉPARATION */
#seo-paris hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}

/* LISTES */
.seo75-list {
  padding-left: 0;
  margin: 25px 0;
}

.seo75-list li {
  list-style: none;
  background: #F8F8F8;
  padding: 12px 18px;
  margin-bottom: 12px;
  border-left: 4px solid #FF8B00;  /* ORANGE FONCÉ */
  border-radius: 4px;
  transition: transform 0.25s ease, background 0.25s ease;
  animation: fadeSlideUp 0.7s ease forwards;
  opacity: 0;
}

/* HOVER LISTES */
.seo75-list li:hover {
  background: #F2F2F2;
  transform: translateX(6px);
}

/* ---- ANIMATIONS ---- */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c916d85 *//* Bloc titre */
.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;
}

.bloc-titre h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #FF8B00;
  margin: 12px auto 0;
  border-radius: 3px;
}

/* 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 container */
.zones-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  max-width: 900px; /* largeur totale du bloc */
  margin: 0 auto 40px; /* centrer le bloc */
  padding: 0 10px;     /* marges latérales */
  box-sizing: border-box;
}

/* Tablette */
@media (max-width: 768px) {
  .zones-container {
    grid-template-columns: 1fr; /* 1 colonne */
    gap: 20px;
  }

  .zone-image {
    max-width: 200px;
  }
}

/* Très petits écrans */
@media (max-width: 480px) {
  .zone-image {
    max-width: 100px;
  }
}


.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;
  max-width: 300px;  /* limite la largeur de chaque carte */
  margin: 0 0;    /* centre la carte dans la grille */
  box-sizing: border-box;
  overflow: hidden;
}


.zone-item h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF8B00;
  margin-bottom: 15px;
}

.zone-item p {
  line-height: 1.6;
}

/* CTA boutons */
.btn-zone {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #FF8B00;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-zone:hover {
  background: #e67e22;
}

/* CTA final */
.cta-final {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .zones-container {
    grid-template-columns: 1fr;
  }
  .bloc-titre h1 {
    font-size: 1.6rem;
  }
  .intro-professionnels {
    padding: 15px;
  }
}
/* Images département */
.zone-image {
  max-width: 250px; /* taille max réduite */
  width: 100%;       /* s’adapte aux petits écrans */
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  display: block;
  margin-left: auto;
  margin-right: auto; /* centrer l'image */
}


/* Zones container déjà existant : grid responsive */
.zones-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 25px;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Boutons et CTA final inchangés *//* 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: #FF8B00;
  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 #FF8B00;
  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-5592ae5 */.engagements-avantages {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}

.engagements-avantages h2 {
  font-size: 1.9rem;
  color: #f38b00;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}

.engagements-avantages h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #f38b00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.engagements-avantages .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}

.engagements-avantages .col {
  flex: 1 1 300px;
  background-color: #f9f9f9;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.engagements-avantages .col:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.engagements-avantages h3 {
  font-size: 1.3rem;
  color: #f38b00;
  margin-bottom: 10px;
}

.engagements-avantages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.engagements-avantages ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
}

.engagements-avantages ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f38b00;
  font-weight: bold;
}

.btn-container {
  margin-top: 35px;
}

.btn-engagements {
  display: inline-block;
  background-color: #f38b00;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-engagements:hover {
  background-color: #ff8B00;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .engagements-avantages .container {
    flex-direction: column;
    align-items: center;
  }
  .engagements-avantages h2 {
    font-size: 1.6rem;
  }
  .engagements-avantages h3 {
    font-size: 1.15rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c22ec9b */.seo-footer {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 30px;
  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.7;
  text-align: justify;
}

.seo-footer h2 {
  font-size: 1.8rem;
  color: #e67e22;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
}

.seo-footer h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #e67e22;
  margin: 15px auto 0;
  border-radius: 2px;
}

.seo-footer p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .seo-footer {
    padding: 25px 20px;
  }
  .seo-footer h2 {
    font-size: 1.5rem;
  }
  .seo-footer p {
    font-size: 1rem;
  }
}/* End custom CSS */