/* Start custom CSS for html, class: .elementor-element-a2696e2 */#apropos-debarras-paris {
  background: #ffffff;
  padding: 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1c1c1c;
}

.apropos-container {
  max-width: 900px;
  margin: auto;
}

.bloc-titre {
  text-align: center;
  margin-bottom: 40px;
}

.bloc-titre h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  color:#0f2a44;
}

.bloc-titre h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
}

.seo-apropos p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
}

.points-cles {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  line-height: 2rem;
}

.points-cles li {
  padding: 8px 0;
  font-size: 1.05rem;
}
.points-cles strong {
    color:#ff8b00;
}

.engagement {
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .bloc-titre h1 {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-528a03a *//* Conteneur général */
.zones-prestations .container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



/* Carte départements */
.map-departements h2 {
  text-align: center;
  color: #FF8B00;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.departements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

.departement-card {
  flex: 1 1 calc(25% - 20px);
  min-width: 150px;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  color: #1C1C1C;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.departement-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  background: #FFF4E6;
  color: #e67e22;
}

/* Prestations en 3 colonnes */
.prestations-summary h2 {
  text-align: center;
  color: #FF8B00;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.prestations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.prestation-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.prestation-card a {
  display: block;
  font-weight: 700;
  color: #FF8B00;
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-decoration: none;
}

.prestation-card p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.prestation-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  background: #FFF4E6;
}

/* Boutons CTA */
.btn-container {
  text-align: center;
  margin-bottom: 50px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #FF8B00;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  margin: 8px;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #e67e22;
}

/* Responsive */
@media (max-width: 992px) {
  .departements-grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .departements-grid {
    flex-direction: column;
    align-items: center;
  }
  .departement-card {
    width: 80%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d08e2df *//* ==============================
   FAQ – À propos Débarras Intégral
   ============================== */

#faq-a-propos {
  background: #ffffff;
  padding: 0px 20px;
  color: #1c1c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Titre */
#faq-a-propos h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #ff8b00;
  margin-bottom: 45px;
  font-family: "Montserrat", sans-serif;
}

/* Bloc FAQ */
.faq-item {
  margin-bottom: 18px;
  background: #f8f8f8;
  border-radius: 10px;
  border-left: 4px solid #ff8b00;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Question */
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 22px;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #1c1c1c;
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease;
}

.faq-question:hover {
  background: #fff3e0;
}

/* Icône + / − */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff8b00;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

/* Réponse */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  padding: 0 22px;
  transition: max-height 0.45s ease, padding 0.45s ease;
}

.faq-item.active .faq-answer {
  max-height: 600px; /* marge de sécurité */
  padding: 18px 22px 22px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.7;
  color: #333333;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  #faq-a-propos {
    padding: 50px 15px;
  }

  #faq-a-propos h2 {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 16px 18px;
  }

  .faq-question::after {
    right: 18px;
  }

  .faq-answer {
    padding: 0 18px;
  }

  .faq-item.active .faq-answer {
    padding: 16px 18px 18px;
  }
}
.faq-answer {
  display: block;
}/* End custom CSS */