.elementor-14568 .elementor-element.elementor-element-a292acb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-1a1731e *//* ============================================
   LANDING PAGE — ASSOCIATIONS GÉNÉALOGIQUES
   À coller dans : CSS additionnel de la page
   (Elementor > Page Settings > Custom CSS)
   ou dans Apparence > Personnaliser > CSS additionnel
============================================ */

/* VARIABLES */
.lp-genea {
  --lp-orange: #FF8B00;
  --lp-bordeaux: #8C2400;
  --lp-encre: #1a1410;
  --lp-parchemin: #f7f3ec;
  --lp-parchemin-fonce: #ede7da;
  --lp-gris-doux: #6b5e52;
  --lp-blanc: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--lp-encre);
}
.lp-genea * { box-sizing: border-box; }

/* ---- HERO ---- */
.lp-genea .hero {
  background: var(--lp-encre);
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.lp-genea .hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(140,36,0,0.25) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(255,139,0,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.lp-genea .hero-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  position: relative; z-index: 1;
}
.lp-genea .hero-tag {
  display: inline-block;
  border: 1px solid var(--lp-orange);
  color: var(--lp-orange);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 28px;
}
.lp-genea .hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--lp-blanc);
  line-height: 1.2;
  margin-bottom: 24px;
}
.lp-genea .hero h1 em {
  font-style: italic;
  color: var(--lp-orange);
}
.lp-genea .hero-lead {
  color: #c8b99e;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 300;
}
.lp-genea .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.lp-genea .btn-primary {
  background: var(--lp-bordeaux);
  color: var(--lp-blanc);
  padding: 14px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(140,36,0,0.25);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-block;
}
.lp-genea .btn-outline {
  border: 1px solid rgba(255,255,255,0.25);
  color: #c8b99e;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
}
.lp-genea .hero-aside {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 36px;
}
.lp-genea .hero-aside-title {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--lp-orange);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}
.lp-genea .stat-row {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.lp-genea .stat-row:last-child { border-bottom: none; }
.lp-genea .stat-num {
  font-weight: 700;
  font-size: 2rem;
  color: var(--lp-blanc);
  line-height: 1;
  min-width: 70px;
}
.lp-genea .stat-label { color: #8a7d70; font-size: 0.85rem; line-height: 1.5; padding-top: 4px; }

/* ---- SECTION BASE ---- */
.lp-genea .section { padding: 80px 40px; }
.lp-genea .container { max-width: 1100px; margin: 0 auto; }
.lp-genea .section-tag {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lp-orange);
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
}
.lp-genea h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.25;
  margin-bottom: 20px;
}
.lp-genea .lead-text {
  font-size: 1.05rem;
  color: var(--lp-gris-doux);
  max-width: 620px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 48px;
}

/* ---- PROBLÈMES ---- */
.lp-genea .section-probleme { background: var(--lp-blanc); }
.lp-genea .probleme-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.lp-genea .probleme-card {
  padding: 32px;
  background: var(--lp-parchemin);
  border-radius: 4px;
  border-left: 3px solid var(--lp-bordeaux);
}
.lp-genea .probleme-card .icon { font-size: 1.6rem; margin-bottom: 14px; display: block; }
.lp-genea .probleme-card h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
.lp-genea .probleme-card p { font-size: 0.9rem; color: var(--lp-gris-doux); line-height: 1.7; }

/* ---- RÉFÉRENCE FFG ---- */
.lp-genea .section-reference { background: var(--lp-encre); }
.lp-genea .reference-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.lp-genea .reference-badge {
  display: inline-block;
  background: rgba(255,139,0,0.1);
  border: 1px solid rgba(255,139,0,0.3);
  color: var(--lp-orange);
  padding: 6px 16px;
  border-radius: 2px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}
.lp-genea .section-reference h2 { color: var(--lp-blanc); }
.lp-genea .section-reference .lead-text { color: #9e8e7e; margin-bottom: 32px; }
.lp-genea .ffg-details { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.lp-genea .ffg-details li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.92rem; color: #c8b99e;
}
.lp-genea .ffg-details li::before { content: '→'; color: var(--lp-orange); flex-shrink: 0; margin-top: 2px; }
.lp-genea .reference-visuel {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 40px;
}
.lp-genea .reference-visuel blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.2rem;
  color: #e8d8c4;
  line-height: 1.7;
  margin: 0 0 24px 0;
  padding: 0 0 0 28px;
  position: relative;
}
.lp-genea .reference-visuel blockquote::before {
  content: '\201C';
  position: absolute; left: 0; top: -8px;
  font-size: 3.5rem;
  color: var(--lp-orange);
  line-height: 1;
  font-style: normal;
  font-weight: 700;
}
.lp-genea .reference-visuel cite {
  font-style: normal;
  font-size: 0.82rem;
  color: #b8a898;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
}

/* ---- RÉALISATIONS ---- */
.lp-genea .section-realisations { background: var(--lp-parchemin-fonce); }
.lp-genea .real-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  align-items: stretch;
}
.lp-genea .real-card {
  display: flex; flex-direction: column;
  background: var(--lp-blanc);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
  text-decoration: none;
  color: var(--lp-encre);
  transition: transform 0.25s, box-shadow 0.25s;
  font-family: 'Montserrat', sans-serif;
}
.lp-genea .real-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.lp-genea .real-logo-wrap {
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  border-bottom: 1px solid var(--lp-parchemin-fonce);
  flex-shrink: 0;
}
.lp-genea .real-logo-wrap img {
  max-height: 75px;
  max-width: 170px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.lp-genea .logo-bg-white { background: #ffffff; }
.lp-genea .logo-bg-cream { background: #fdf4ed; }
.lp-genea .logo-cgso-img {
  max-height: 105px !important;
  max-width: 105px !important;
}
.lp-genea .real-body {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lp-genea .real-nom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--lp-encre);
  margin-bottom: 4px;
}
.lp-genea .real-type {
  font-size: 0.75rem;
  color: var(--lp-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 14px;
}
.lp-genea .real-desc {
  font-size: 0.88rem;
  color: var(--lp-gris-doux);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 20px;
}
.lp-genea .real-lien {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--lp-bordeaux);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-top: 1px solid var(--lp-parchemin-fonce);
  padding-top: 16px;
  margin-top: auto;
  font-family: 'Montserrat', sans-serif;
}
.lp-genea .real-lien::after {
  content: '\2192';
  color: var(--lp-orange);
  font-size: 1rem;
}

/* ---- OFFRES ---- */
.lp-genea .section-offres { background: var(--lp-parchemin-fonce); }
.lp-genea .offres-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.lp-genea .offre-card {
  background: var(--lp-blanc);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}
.lp-genea .offre-card.featured { border-color: var(--lp-bordeaux); }
.lp-genea .featured-badge {
  background: var(--lp-bordeaux);
  color: var(--lp-blanc);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  text-align: center;
  font-weight: 600;
  display: block;
}
.lp-genea .offre-head {
  padding: 30px 28px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.lp-genea .offre-nom {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.lp-genea .offre-prix { font-size: 2rem; font-weight: 300; color: var(--lp-bordeaux); line-height: 1; }
.lp-genea .offre-prix span { font-size: 0.85rem; color: var(--lp-gris-doux); }
.lp-genea .offre-desc { font-size: 0.88rem; color: var(--lp-gris-doux); margin-top: 10px; line-height: 1.6; }
.lp-genea .offre-body { padding: 24px 28px 30px; }
.lp-genea .offre-liste { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0 0 28px 0; padding: 0; }
.lp-genea .offre-liste li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; line-height: 1.5; }
.lp-genea .offre-liste li::before { content: '✓'; color: var(--lp-orange); font-weight: 700; flex-shrink: 0; }
.lp-genea .offre-btn {
  display: block; text-align: center; padding: 12px; border-radius: 10px;
  text-decoration: none; font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  background: var(--lp-parchemin); color: var(--lp-encre);
  border: 1px solid var(--lp-parchemin-fonce);
}
.lp-genea .offre-card.featured .offre-btn {
  background: var(--lp-bordeaux); color: var(--lp-blanc); border-color: var(--lp-bordeaux);
}

/* ---- PROCESSUS ---- */
.lp-genea .section-processus { background: var(--lp-blanc); }
.lp-genea .etapes { display: flex; flex-direction: column; max-width: 720px; }
.lp-genea .etape {
  display: grid; grid-template-columns: 60px 1fr; gap: 24px; align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid var(--lp-parchemin-fonce);
}
.lp-genea .etape:last-child { border-bottom: none; }
.lp-genea .etape-num {
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--lp-parchemin-fonce);
  line-height: 1;
}
.lp-genea .etape-content h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.lp-genea .etape-content p { font-size: 0.9rem; color: var(--lp-gris-doux); line-height: 1.7; }

/* ---- CTA FINAL ---- */
.lp-genea .section-cta { background: var(--lp-bordeaux); text-align: center; padding: 100px 40px; }
.lp-genea .section-cta h2 { color: var(--lp-blanc); margin-bottom: 20px; }
.lp-genea .section-cta p { color: rgba(255,255,255,0.75); font-size: 1.05rem; max-width: 560px; margin: 0 auto 40px; font-weight: 300; }
.lp-genea .cta-btn-grand {
  display: inline-block;
  background: var(--lp-orange); color: var(--lp-encre);
  padding: 16px 40px; border-radius: 12px;
  box-shadow: 0 4px 16px rgba(255,139,0,0.35);
  text-decoration: none; font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.lp-genea .cta-sous { margin-top: 20px; font-size: 0.82rem; color: rgba(255,255,255,0.45); letter-spacing: 0.06em; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .lp-genea .hero-inner,
  .lp-genea .reference-inner { grid-template-columns: 1fr; gap: 48px; }
  .lp-genea .probleme-grid,
  .lp-genea .real-grid,
  .lp-genea .offres-grid { grid-template-columns: 1fr; }
  .lp-genea .hero,
  .lp-genea .section { padding: 60px 24px; }
}/* End custom CSS */