/* Start custom CSS for html, class: .elementor-element-a3c3172 *//* 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-d723607 */.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-55cccfc */.seo-promo {
  max-width: 900px;
  margin: 10px auto 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-promo:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.promo-link {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: inherit;
}

.promo-img {
  width: 100%;
  max-width: 350px;
  object-fit: cover;
  flex: 1 1 350px;
}

.promo-text {
  flex: 1 1 500px;
  padding: 25px;
  background-color: #eeeeee; /* bleu pâle */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-text h3 {
  color: #d46a27; /* orange */
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.promo-text p {
  color: #1a2a44; /* bleu foncé */
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 12px 22px;
  background-color: #d46a27; /* orange */
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #f38b00; /* orange plus clair au hover */
}

@media (max-width: 768px) {
  .promo-link {
    flex-direction: column;
  }
  
  .promo-img, .promo-text {
    flex: 1 1 100%;
  }
}
.seo-block {
  background-color: #fff; /* bleu pâle */
  padding: 0px 25px;
  border-radius: 10px;
  margin: 30px auto;
  max-width: 900px;
}

.seo-block h2 {
  color: #1a2a44; /* bleu foncé */
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.seo-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}

.seo-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #1a2a44; /* texte bleu foncé */
  font-weight: 500;
}

.seo-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  color: #d46a27; /* flèche orange */
  font-weight: 700;
  font-size: 1.1rem;
}

.map-container {
  margin-top: 25px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43fe335 */.map-container {
  width: 100%;
  height: 400px;
  margin-top: 25px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.seo-block {
  background-color: #fff; /* bleu pâle */
  padding: 0px 25px;
  border-radius: 10px;
  margin: 30px auto;
  max-width: 900px;
}

.seo-block h2 {
  color: #1a2a44; /* bleu foncé */
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.seo-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto 20px;
}

.seo-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #1a2a44; /* bleu foncé */
  font-weight: 500;
}

.seo-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  color: #d46a27; /* flèche orange */
  font-weight: 700;
  font-size: 1.1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8dcaf24 *//* Liens classiques dans la FAQ */
.faq-container a {
  color: #d46a27; /* orange du site */
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.faq-container a:hover {
  text-decoration: underline;
  color: #f38b00; /* orange plus vif au survol */
}

/* Liens secondaires dans les CTA ou SEO */
.faq-container a.secondary-link {
  color: #1a2a44; /* bleu foncé */
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.faq-container a.secondary-link:hover {
  color: #16203a; /* bleu foncé plus profond au hover */
  text-decoration: underline;
}

/* Liens vers sections internes (ancre) */
.faq-container a[href^="#"] {
  color: #d46a27;
  text-decoration: underline;
}
/*FAQ*/
/* ---- FAQ PARIS ---- */
#faq-paris {
  background: #FFFFFF;
  padding: 60px 20px;
  color: #1C1C1C;
  font-family: "Inter", sans-serif;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

#faq-paris h2 {
  color: #0f2a44;
  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 #0f2a44;
  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-5537a09 */.internal-seo {
  background-color: #ffffff;
  padding: 0px 20px;
  max-width: 960px;
  margin: 0px auto;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.internal-seo h2 {
  color: #1a2a44;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.seo-block h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #d46a27;
}

.seo-block ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.seo-block ul li {
  margin-bottom: 10px;
}

.seo-block ul li a {
  color: #1a2a44;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.seo-block ul li a:hover {
  color: #d46a27;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .seo-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */