/* Start custom CSS for html, class: .elementor-element-6d1d000 *//* ---- SECTION SEO 75 ---- */
#seo-paris {
  background: #FFFFFF;
  padding: 0px 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;
    font-size:2.5rem;
}
#seo-paris h2
{
    color : #333;
    text-align: center;
    font-size: 1.5rem;
}
#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: 5px;
  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-737ec0d */.prestation-details {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  color: #333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
}

.prestation-details h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e67e22;
  margin-bottom: 20px;
  position: relative;
}

.prestation-details h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #e67e22;
  margin: 10px auto 0;
  border-radius: 2px;
}

.prestation-details p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}

.prestation-list {
  list-style: none;
  padding-left: 0;
  max-width: 700px;
  margin: 0 auto 30px;
}

.prestation-list li {
  background: #f9f9f9;
  border-left: 4px solid #e67e22;
  padding: 12px 18px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.prestation-list li:hover {
  background: #fff4e6;
  transform: translateX(4px);
}

.prestation-note {
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2592e5d */.prestations-bureaux-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 850px;
  margin: 40px auto;
  padding: 0 20px;
}

.prest-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.prest-card h3 {
  color: #e67e22;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.prest-card p {
  color: #444;
  margin-bottom: 16px;
  line-height: 1.6;
  flex-grow: 1;
}

.btn-prest {
  display: inline-block;
  background: #e67e22;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: inter-word;
  transition: background 0.3s ease;
}

.btn-prest:hover {
  background: #b24d00;
}

@media (max-width: 768px) {
  .prest-card h3 {
    font-size: 1.1rem;
  }
  .prest-card p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-807d560 *//* FAQ Val-d'Oise */
#faq-val-doise {
  background: #FFFFFF;
  padding: 60px 20px;
  color: #1C1C1C;
  font-family: "Inter", sans-serif;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

#faq-val-doise 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);
  transition: all 0.3s ease;
}

/* 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-e08d468 *//* ---- SECTION CTA CONTACT ---- */
#cta-contact {
  background: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
}

#cta-contact h2 {
  color: #FF8B00;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

#cta-contact p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* Boutons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-cta {
  text-decoration: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: transform 0.25s, box-shadow 0.25s;
}

/* Bouton d'appel */
.call-btn {
  background-color: #FF8B00;
  color: #FFFFFF;
}

.call-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(255,139,0,0.35);
}

/* Bouton retour */
.return-btn {
  background-color: #F2F2F2;
  color: #1C1C1C;
  border: 1px solid #DDDDDD;
}

.return-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 600px) {
  .cta-buttons {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdb0ae6 */.engagements-avantages {
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}

.engagements-avantages .container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.engagements-avantages .col {
  flex: 1 1 300px;
  min-width: 280px;
}

.engagements-avantages h3 {
  color: #e67e22;
  font-size: 1.4rem;
  margin-bottom: 15px;
  margin-left: 30px;
}

.engagements-avantages ul {
  list-style: none;
  padding-left: 0;
}

.engagements-avantages ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.engagements-avantages ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e67e22;
  font-weight: bold;
}

@media (max-width: 768px) {
  .engagements-avantages .container {
    flex-direction: column;
    gap: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-363753a */.seo-footer {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 20px;
  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.6;
  text-align: center;
}

.seo-footer h2, .seo-footer h3 {
  font-size: 1.6rem;
  color: #e67e22;
  margin-bottom: 20px;
}

.seo-footer p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  text-align: justify;
}

.seo-footer a {
  color: #e67e22;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.seo-footer a:hover {
  color: #b24d00;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae0d409 *//* ---- FIN DE PAGE CTA ---- */
#end-page-cta {
  background: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
  border-top: 1px solid #EEEEEE;
}

.end-cta-container {
  max-width: 900px;
  margin: 0 auto;
}

#end-page-cta h2 {
  color: #FF8B00;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

#end-page-cta p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* Boutons */
.end-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-end-page {
  text-decoration: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: transform 0.25s, box-shadow 0.25s;
}

/* Bouton Accueil */
.home-btn {
  background-color: #FF8B00;
  color: #FFFFFF;
}

.home-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(255,139,0,0.35);
}

/* Bouton Prestations */
.services-btn {
  background-color: #F2F2F2;
  color: #1C1C1C;
  border: 1px solid #DDDDDD;
}

.services-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 600px) {
  .end-cta-buttons {
    flex-direction: column;
  }
}/* End custom CSS */