.elementor-3250 .elementor-element.elementor-element-cedeadd{--spacer-size:50px;}.elementor-3250 .elementor-element.elementor-element-511edbe > .elementor-container{max-width:867px;}/* Start custom CSS for html, class: .elementor-element-1676e3c *//* Styles généraux pour la hero */
.hero {
  position: relative;
  background: url('https://xn--dbarrasintgralparis-bzbj.fr/wp-content/uploads/2025/11/file_00000000b6a8720ab9c7fef4c2774369.png') center center/cover no-repeat;
  height: 125vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}

.hero .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* assombrir l'image si nécessaire */
  z-index: 1;
}

.hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
}

/* CTA bouton */
.hero .cta-btn {
  display: inline-block;
  background-color: #d46a27;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 1.5rem;
  font-weight: 600;
  transition: background 0.3s;
}
.hero .cta-btn:hover {
  background-color: #b4581f;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
  .hero {
    height: auto; /* la hauteur s’adapte au contenu */
    padding: 3rem 1rem;
  }

  .hero .hero-content h1 {
    font-size: 1.8rem; /* titre plus petit */
    line-height: 1.3;
  }

  .hero .hero-content p {
    font-size: 1rem; /* texte plus lisible */
    margin-top: 0.5rem;
  }

  .hero .cta-btn {
    width: 100%;       /* bouton pleine largeur sur mobile */
    font-size: 16px;
    padding: 12px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fec1199 */.why-choose-section {
  text-align: center;
  padding: 3rem 1rem;
  background: #f8f9fa;
}

.why-choose-section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* Grille principale */
.why-grid { display:grid; grid-template-columns:50% 50% ; gap:20px; max-width:800px; margin:0 auto 40px; padding:0 20px; }
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: 50% 50%; /* 2 colonnes */
  }
}
@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 100%; /* 1 colonne */
  }
}

/* Cartes */
.why-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.why-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.why-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.why-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.4;
}

/* Adaptation mobile */
@media (max-width: 600px) {
  .why-choose-section {
    padding: 2rem 1rem;
  }

  .why-card {
    padding: 1.2rem;
  }

  .why-card h3 {
    font-size: 1.1rem;
  }
}
.title-link {
  color: inherit;               /* Garde la couleur du titre */
  text-decoration: none;        /* Supprime le soulignement */
  transition: color 0.3s ease;  /* Animation fluide */
}
.title-link:hover {
  color: #27ae60;               /* Met la couleur verte au survol */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78fb373 */.zone-titre {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  margin: 40px auto 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.zone-titre::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #e67e22, #e67e22);
  border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1316920 */.zone-texte {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.zone-texte strong {
  color: #e67e22;
  font-weight: 700;
}

.zone-texte em {
  color: #555;
  font-style: normal;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-944bc84 */.stats-section {
  background-color: #f8f8f8;
  padding: 4rem 1rem;
  text-align: center;
}
.stats-section h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 0.5rem;
}
.stats-section .subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.stat-card {
  background: white;
  border-radius: 12px;
  padding: 2rem 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d46a27; /* cuivre/orangé comme accent */
  display: block;
  margin-bottom: 0.5rem;
}
.stat-text {
  font-size: 1rem;
  color: #555;
}
.cta-button {
  display: inline-block;
  margin-top: 2rem;
  background-color: #d46a27;
  color: white;
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}
.cta-button:hover {
  background-color: #b4581f;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0014d88 */.footer-seo {
  background-color: #f7f7f7;
  color: #333;
  padding: 60px 20px 20px;
  border-top: 1px solid #ddd;
  font-family: 'Open Sans', Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-about, .footer-links, .footer-contact {
  flex: 1 1 300px;
  min-width: 260px;
}

.footer-seo h3, .footer-seo h4 {
  color: #222;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer-seo p, .footer-seo li {
  font-size: 0.95em;
  line-height: 1.6;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-seo a {
  color: #007b8f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-seo a:hover {
  color: #004f5a;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85em;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 20px;
  color: #666;
}/* End custom CSS */