/* ═══════════════════════════════════════════════════════════════
   Laurette Fugain — Bloc Héros  |  hero.css  |  v1.0.0
   Toutes les règles sont scopées sous .lf-hero pour éviter
   tout conflit avec Elementor, le thème ou d'autres plugins.
═══════════════════════════════════════════════════════════════ */

/* ── Variables locales ── */
.lf-hero {
  --lf-violet:  #7B5EA7;
  --lf-dark:    #1C1B2E;
  --lf-deep:    #2D1F5E;
  --lf-mid:     #442F8A;
  --lf-light:   #EDE8F8;
  --lf-pale:    #F7F5FD;
  --lf-gold:    #C8A96E;
  --lf-gray:    #6B6880;
  --lf-border:  #E2DEF5;
  --lf-font-d:  'Barlow Condensed', sans-serif;
  --lf-font-b:  'DM Sans', sans-serif;
}

/* ── Conteneur principal ── */
.lf-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* ════ COLONNE GAUCHE ════ */
.lf-hero__left {
  background: #ffffff;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid var(--lf-pale);
  box-sizing: border-box;
}

/* Tag eyebrow */
.lf-hero__tag {
  display: inline-block;
  background: var(--lf-violet);
  color: #ffffff;
  font-family: var(--lf-font-d);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  margin: 0 0 24px;
  width: fit-content;
  line-height: 1;
}

/* Titre */
.lf-hero__title {
  font-family: var(--lf-font-d) !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  line-height: 1.0 !important;
  letter-spacing: -1px;
  color: var(--lf-dark);
  margin: 0 !important;
  padding: 0 !important;
}
.lf-hero__title .lf-accent { color: var(--lf-violet); }

/* Sous-titre */
.lf-hero__subtitle {
  font-family: var(--lf-font-d) !important;
  font-size: clamp(24px, 2.8vw, 40px) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: var(--lf-gray);
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.0 !important;
}

/* Trait doré */
.lf-hero__gold-bar {
  display: block;
  width: 52px;
  height: 5px;
  background: var(--lf-gold);
  margin: 18px 0 20px;
  border: none;
  outline: none; /* outline géré via :focus-visible */
}

/* Corps */
.lf-hero__body {
  font-family: var(--lf-font-b) !important;
  font-size: 14px !important;
  font-weight: 300;
  color: var(--lf-gray);
  line-height: 1.75 !important;
  max-width: 380px;
  margin: 0 0 32px !important;
}

/* Boutons */
.lf-hero__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.lf-btn {
  font-family: var(--lf-font-b) !important;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all .2s ease;
  display: inline-block;
  text-decoration: none !important;
  line-height: 1 !important;
  box-sizing: border-box;
}
.lf-btn--dark {
  background: var(--lf-dark);
  color: #ffffff !important;
  padding: 13px 28px;
  border: 2px solid var(--lf-dark);
}
.lf-btn--dark:hover {
  background: var(--lf-deep);
  border-color: var(--lf-deep);
  transform: translateY(-2px);
  color: #ffffff !important;
}
.lf-btn--outline {
  background: transparent;
  color: var(--lf-dark) !important;
  padding: 11px 26px;
  border: 1.5px solid var(--lf-dark);
}
.lf-btn--outline:hover {
  background: var(--lf-dark);
  color: #ffffff !important;
}

/* ════ COLONNE DROITE — KPI ════ */
.lf-hero__right {
  background: var(--lf-dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 8px;
  padding: 32px 28px;
  box-sizing: border-box;
}

/* KPI card */
.lf-kpi {
  position: relative;
  overflow: hidden;
  padding: 14px 16px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: filter .15s;
  cursor: default;
  box-sizing: border-box;
}
.lf-kpi:hover { filter: brightness(1.1); }

.lf-kpi:nth-child(1) { background: #1C1B2E; }
.lf-kpi:nth-child(2) { background: #2D1F5E; }
.lf-kpi:nth-child(3) { background: #442F8A; }
.lf-kpi:nth-child(4) { background: #7B5EA7; }

/* Barre dorée en haut */
.lf-kpi::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--lf-gold);
}

/* Numéro fantôme */
.lf-kpi::after {
  content: attr(data-ghost);
  position: absolute;
  bottom: -10px; right: 8px;
  font-family: var(--lf-font-d);
  font-size: 72px;
  font-weight: 800;
  color: rgba(255, 255, 255, .05);
  line-height: 1;
  letter-spacing: -3px;
  pointer-events: none;
  z-index: 0;
}

/* Chiffre */
.lf-kpi__num {
  font-family: var(--lf-font-d) !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #ffffff;
  line-height: 1 !important;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.lf-unit {
  font-size: 22px !important;
  color: var(--lf-gold);
  letter-spacing: 0;
}

/* Label */
.lf-kpi__label {
  font-family: var(--lf-font-b) !important;
  font-size: 11px !important;
  font-weight: 300;
  color: rgba(255, 255, 255, .65);
  line-height: 1.45 !important;
  margin: 6px 0 0 !important;
  position: relative;
  z-index: 1;
}

/* Barre de progression */
.lf-kpi__bar {
  position: absolute;
  bottom: 0; left: 0;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, .08);
}
.lf-kpi__bar-fill {
  height: 100%;
  background: var(--lf-gold);
  opacity: .7;
}

/* ════ RESPONSIVE ════ */
@media (max-width: 768px) {
  .lf-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .lf-hero__left  { padding: 40px 24px; }
  .lf-hero__right { padding: 24px; }
  .lf-hero__body  { max-width: 100%; }
  .lf-hero__title { font-size: 36px !important; }
}


/* ═══════════════════════════════════════════════════════════════
   Bloc 3 Missions  —  .lf-missions
═══════════════════════════════════════════════════════════════ */

.lf-missions {
  background: #F7F5FD;
  padding: 80px 40px;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}

/* En-tête */
.lf-missions-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 12px;
}

.lf-missions-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(22px, 2.5vw, 32px) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #1C1B2E;
  letter-spacing: -0.5px;
  line-height: 1.05 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: inline-block;
}

/* Soulignement doré sous le titre */
.lf-missions-title::after {
  content: '';
  position: absolute;
  left: 0; bottom: -8px;
  width: 56px; height: 4px;
  background: #7B5EA7;
}

.lf-section-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #7B5EA7;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap .2s;
  white-space: nowrap;
}
.lf-section-link:hover { gap: 10px; color: #7B5EA7; }

/* Grille 3 colonnes */
.lf-missions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Carte mission */
.lf-mission-card {
  background: #ffffff;
  border: 1px solid #E2DEF5;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
}
.lf-mission-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(28, 27, 46, .08);
  text-decoration: none !important;
}

/* Barre violette en haut */
.lf-mission-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 5px;
  background: #7B5EA7;
}

.lf-mission-card-top {
  padding: 32px 28px 20px;
  flex: 1;
}

/* Numéro 01 / 02 / 03 */
.lf-mission-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #EDE8F8;
  line-height: 1;
  margin: 0 0 4px;
}

/* Trait sous le numéro */
.lf-mission-num-bar {
  width: 24px;
  height: 3px;
  background: #C8A96E;
  margin-bottom: 16px;
}

/* Titre de la mission */
.lf-mission-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #1C1B2E;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
}

/* Description */
.lf-mission-desc {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300;
  color: #6B6880;
  line-height: 1.65 !important;
  margin: 0 !important;
}

/* Pied de carte : stat + flèche */
.lf-mission-footer {
  padding: 14px 28px 18px;
  border-top: 1px solid #E2DEF5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.lf-mission-stat-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #7B5EA7;
}

.lf-mission-arrow {
  width: 32px; height: 32px;
  background: #EDE8F8;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .2s, transform .2s;
  position: relative;
}

/* Flèche dessinée en CSS — aucune dépendance de police */
.lf-mission-arrow::before {
  content: '';
  display: block;
  width: 10px; height: 2px;
  background: #7B5EA7;
  position: relative;
  transition: background .2s;
}
.lf-mission-arrow::after {
  content: '';
  display: block;
  width: 5px; height: 5px;
  border-top: 2px solid #7B5EA7;
  border-right: 2px solid #7B5EA7;
  transform: rotate(45deg);
  position: absolute;
  right: 9px;
  transition: border-color .2s;
}

.lf-mission-card:hover .lf-mission-arrow {
  background: #7B5EA7;
  transform: translateX(4px);
}
.lf-mission-card:hover .lf-mission-arrow::before {
  background: #ffffff;
}
.lf-mission-card:hover .lf-mission-arrow::after {
  border-color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .lf-missions { padding: 56px 24px; }
  .lf-missions-grid { grid-template-columns: 1fr; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .lf-missions-grid { grid-template-columns: 1fr 1fr; }
}


/* ═══════════════════════════════════════════════════════════════
   Bloc Faire un Don  —  .lf-don
═══════════════════════════════════════════════════════════════ */

.lf-don {
  background: #ffffff;
  padding: 80px 40px;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}

.lf-don__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Colonne gauche : formulaire ── */
.lf-don__label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #7B5EA7;
  margin-bottom: 14px;
  position: relative;
}
.lf-don__label::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 100%; height: 2px;
  background: #7B5EA7;
}

.lf-don__title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #1C1B2E;
  line-height: 1.05 !important;
  letter-spacing: -0.5px;
  margin: 0 !important;
  padding: 0 !important;
}

.lf-don__gold-bar {
  display: block;
  width: 52px; height: 5px;
  background: #C8A96E;
  margin: 14px 0 18px;
  border: none;
}

.lf-don__fiscal {
  font-size: 13px;
  color: #6B6880;
  margin: 0 0 22px !important;
  font-weight: 300;
}
.lf-don__fiscal strong { color: #7B5EA7; font-weight: 500; }

/* Boutons montants */
.lf-amounts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.lf-amount-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border: 2px solid #E2DEF5;
  background: #ffffff;
  color: #1C1B2E;
  cursor: pointer;
  transition: all .2s;
  line-height: 1;
}
.lf-amount-btn:hover,
.lf-amount-btn.active {
  background: #7B5EA7;
  border-color: #7B5EA7;
  color: #ffffff;
}
.lf-amount-other {
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.lf-don__note {
  font-size: 12px;
  color: #6B6880;
  margin: 0 0 24px !important;
  font-weight: 300;
}

/* Bouton CTA principal */
.lf-don__cta {
  display: block;
  width: 100%;
  padding: 16px;
  background: #7B5EA7;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  box-sizing: border-box;
}
.lf-don__cta:hover {
  background: #442F8A;
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* ── Colonne droite : carousel témoignages ── */
.lf-don__testimonial-side {
  background: #F7F5FD;
  border-left: 5px solid #7B5EA7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.lf-testimonial-carousel {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Track glissant */
.lf-testimonial-track {
  display: flex;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

/* Slide individuel */
.lf-testimonial-slide {
  min-width: 100%;
  padding: 32px 32px 24px;
  box-sizing: border-box;
}

.lf-testimonial__badge {
  display: inline-block;
  background: #7B5EA7;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 16px;
}

.lf-testimonial__quote-mark {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: #D9CEF0;
  line-height: .7;
  margin-bottom: 8px;
}

.lf-testimonial__quote {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300;
  font-style: italic;
  color: #1C1B2E;
  line-height: 1.75 !important;
  margin: 0 0 20px !important;
}

.lf-testimonial__author {
  border-top: 1px solid #E2DEF5;
  padding-top: 14px;
}

.lf-testimonial__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1C1B2E;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lf-testimonial__name-bar {
  display: block;
  width: 28px; height: 3px;
  background: #C8A96E;
}

.lf-testimonial__role {
  font-size: 12px;
  color: #6B6880;
  margin-top: 6px;
}

/* Navigation carousel */
.lf-testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px 16px;
  border-top: 1px solid #E2DEF5;
}

.lf-t-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.lf-t-dot {
  width: 6px; height: 6px;
  background: #D9CEF0;
  border: 1.5px solid #7B5EA7;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s;
}
.lf-t-dot.active {
  background: #7B5EA7;
  width: 20px;
  border-radius: 3px;
}

/* Flèches prev/next */
.lf-t-arrows { display: flex; gap: 8px; }

.lf-t-arrow {
  width: 34px; height: 34px;
  background: #ffffff;
  border: 1.5px solid #E2DEF5;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  position: relative;
  flex-shrink: 0;
}
.lf-t-arrow:hover {
  background: #7B5EA7;
  border-color: #7B5EA7;
}

/* Flèche CSS pure — pas de caractère unicode */
.lf-t-prev::before, .lf-t-next::before {
  content: '';
  display: block;
  width: 8px; height: 8px;
  border-top: 2px solid #7B5EA7;
  border-right: 2px solid #7B5EA7;
  transition: border-color .2s;
}
.lf-t-prev::before { transform: rotate(-135deg); margin-left: 3px; }
.lf-t-next::before { transform: rotate(45deg);   margin-right: 3px; }

.lf-t-arrow:hover .lf-t-prev::before,
.lf-t-arrow:hover .lf-t-next::before,
.lf-t-prev:hover::before,
.lf-t-next:hover::before {
  border-color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .lf-don { padding: 56px 24px; }
  .lf-don__grid { grid-template-columns: 1fr; gap: 32px; }
}


/* ═══════════════════════════════════════════════════════════════
   Bloc Bandeau CTA  —  .lf-cta-band
═══════════════════════════════════════════════════════════════ */

.lf-cta-band {
  background: #1C1B2E;
  padding: 64px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}

/* Barre violette en haut */
.lf-cta-band::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 5px;
  background: #7B5EA7;
}

/* Liseré or sous la barre violette */
.lf-cta-band::after {
  content: '';
  position: absolute;
  top: 5px; left: 0;
  width: 100%; height: 2px;
  background: #C8A96E;
}

/* Chiffre décoratif en fond — centré horizontalement, non intrusif */
.lf-cta-band__num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(100px, 18vw, 200px);
  font-weight: 800;
  color: rgba(255, 255, 255, .06) !important; /* blanc quasi invisible — non surchargeable */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  letter-spacing: -6px;
  white-space: nowrap;
  z-index: 0;                        /* sous tout le contenu */
}

/* S'assurer que le contenu passe au-dessus */
.lf-cta-band__content,
.lf-cta-band__actions,
.lf-cta-band__sep {
  position: relative;
  z-index: 1;
}

/* Contenu textuel */
.lf-cta-band__content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.lf-cta-band__title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.05 !important;
  letter-spacing: -0.5px;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

/* Mot accentué en or */
.lf-cta-band__accent { color: #C8A96E; }

.lf-cta-band__text {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300;
  color: rgba(255, 255, 255, .55);
  line-height: 1.65 !important;
  max-width: 480px;
  margin: 0 !important;
}

/* Séparateur vertical or */
.lf-cta-band__sep {
  width: 2px;
  height: 80px;
  background: #C8A96E;
  opacity: .3;
  flex-shrink: 0;
  align-self: center;
}

/* Boutons */
.lf-cta-band__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.lf-cta-band__btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
  display: block;
  padding: 14px 28px;
  box-sizing: border-box;
}

/* Bouton or */
.lf-cta-band__btn-primary {
  background: #C8A96E;
  color: #1C1B2E !important;
  border: 2px solid #C8A96E;
}
.lf-cta-band__btn-primary:hover {
  background: #d4b87a;
  border-color: #d4b87a;
  transform: translateY(-2px);
  color: #1C1B2E !important;
}

/* Bouton contour blanc */
.lf-cta-band__btn-outline {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, .25);
}
.lf-cta-band__btn-outline:hover {
  border-color: rgba(255, 255, 255, .65);
  color: #ffffff !important;
}

/* Responsive */
@media (max-width: 900px) {
  .lf-cta-band {
    flex-direction: column;
    text-align: center;
    padding: 56px 24px;
  }
  .lf-cta-band__num    { display: none; }
  .lf-cta-band__sep    { width: 60px; height: 2px; }
  .lf-cta-band__text   { max-width: 100%; }
  .lf-cta-band__actions { width: 100%; }
  .lf-cta-band__btn    { width: 100%; }
}


/* ═══════════════════════════════════════════════════════════════
   Footer  —  .lf-footer
═══════════════════════════════════════════════════════════════ */

.lf-footer {
  background: #2D1F5E;
  padding: 60px 40px 24px;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
  position: relative;
}

/* Barre violette en haut */
.lf-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 5px;
  background: #7B5EA7;
}

/* Liseré or sous la barre */
.lf-footer::after {
  content: '';
  position: absolute;
  top: 5px; left: 0;
  width: 100%; height: 2px;
  background: #C8A96E;
}

/* ── Grille principale ── */
.lf-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

/* ── Colonne marque ── */
.lf-footer__logo-link {
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 14px;
}

.lf-footer__logo-img {
  height: 44px;
  width: auto;
  display: block;
}

/* Logo texte */
.lf-footer__logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
}
.lf-footer__logo-main { color: #ffffff; }
.lf-footer__logo-sep  { color: #7B5EA7; }
.lf-footer__logo-accent { color: #C8A96E; }

.lf-footer__tagline {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300;
  color: rgba(255, 255, 255, .65);
  line-height: 1.65 !important;
  margin: 0 0 20px !important;
  max-width: 240px;
}

/* Badges */
.lf-footer__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.lf-footer__badge {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 500;
  padding: 5px 12px;
  letter-spacing: .5px;
}

/* ── Colonnes de liens ── */
.lf-footer__col { }

.lf-footer-col__title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Trait or sous le titre */
.lf-footer-col__title::after {
  content: '';
  width: 20px; height: 2px;
  background: #C8A96E;
  display: block;
  margin-bottom: 8px;
}

.lf-footer-col__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lf-footer-col__links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, .72);
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  transition: color .2s;
}

/* Hover : soulignement or — cohérent avec la nav et le menu */
.lf-footer-col__links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: #C8A96E;
  transition: width .25s;
}
.lf-footer-col__links a:hover { color: #ffffff; }
.lf-footer-col__links a:hover::after { width: 100%; }

/* ── Barre de bas de page ── */
.lf-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.lf-footer__copy {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  font-weight: 300;
}

/* Réseaux sociaux */
.lf-footer__socials { display: flex; gap: 8px; }

.lf-footer__social-btn {
  width: 34px; height: 34px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .65);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.lf-footer__social-btn:hover {
  background: #7B5EA7;
  border-color: #7B5EA7;
  color: #ffffff !important;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .lf-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .lf-footer__brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .lf-footer { padding: 48px 24px 20px; }
  .lf-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .lf-footer__brand { grid-column: 1 / -1; }
}


/* ═══════════════════════════════════════════════════════════════
   Actualités  —  .lf-actu
═══════════════════════════════════════════════════════════════ */
.lf-actu { background:#fff; padding:80px 40px; box-sizing:border-box; font-family:'DM Sans',sans-serif; }
.lf-actu-header { display:flex; align-items:baseline; justify-content:space-between; margin-bottom:48px; flex-wrap:wrap; gap:12px; }
.lf-actu-title { font-family:'Barlow Condensed',sans-serif !important; font-size:clamp(22px,2.5vw,32px) !important; font-weight:800 !important; text-transform:uppercase; color:#1C1B2E; letter-spacing:-0.5px; position:relative; display:inline-block; margin:0 !important; }
.lf-actu-title::after { content:''; position:absolute; left:0; bottom:-8px; width:56px; height:4px; background:#C8A96E; }
.lf-actu-link { font-size:13px; font-weight:500; color:#7B5EA7; display:flex; align-items:center; gap:6px; text-decoration:none !important; transition:gap .2s; white-space:nowrap; }
.lf-actu-link:hover { gap:10px; color:#7B5EA7; }
.lf-actu-grid { display:grid; gap:20px; }
.lf-actu-cols-3 { grid-template-columns:repeat(3,1fr); }
.lf-actu-cols-2 { grid-template-columns:repeat(2,1fr); }
.lf-actu-card { border:1px solid #E2DEF5; overflow:hidden; transition:transform .25s,box-shadow .25s; text-decoration:none !important; display:block; }
.lf-actu-card:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(28,27,46,.08); }
.lf-actu-img { height:160px; background:#EDE8F8; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.lf-actu-img-pattern { position:absolute; inset:0; background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(123,94,167,.05) 10px,rgba(123,94,167,.05) 20px); }
.lf-actu-img-label { font-family:'Barlow Condensed',sans-serif; font-size:12px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#9B82C4; position:relative; }
.lf-actu-body { padding:20px 18px 16px; }
.lf-actu-tag { display:inline-block; padding:4px 12px; font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:10px; }
.lf-atag-v { background:#EDE8F8; color:#442F8A; }
.lf-atag-a { background:#FFF3DC; color:#7A5000; }
.lf-atag-t { background:#E1F5EE; color:#0F6E56; }
.lf-actu-card-title { font-size:14px; font-weight:500; color:#1C1B2E; line-height:1.45; margin-bottom:12px !important; }
.lf-actu-footer { display:flex; align-items:center; justify-content:space-between; border-top:1px solid #E2DEF5; padding-top:10px; }
.lf-actu-date { font-size:12px; color:#6B6880; }
.lf-actu-lire { font-family:'Barlow Condensed',sans-serif; font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:#7B5EA7; display:flex; align-items:center; gap:5px; transition:gap .2s; }
.lf-actu-card:hover .lf-actu-lire { gap:9px; }
@media(max-width:768px){ .lf-actu{padding:56px 24px;} .lf-actu-cols-3,.lf-actu-cols-2{grid-template-columns:1fr;} }

/* ═══════════════════════════════════════════════════════════════
   Grille d'actions  —  .lf-actions
═══════════════════════════════════════════════════════════════ */
.lf-actions { background:#F7F5FD; padding:80px 40px; box-sizing:border-box; font-family:'DM Sans',sans-serif; }
.lf-actions-header { margin-bottom:48px; }
.lf-actions-title { font-family:'Barlow Condensed',sans-serif !important; font-size:clamp(22px,2.5vw,32px) !important; font-weight:800 !important; text-transform:uppercase; color:#1C1B2E; position:relative; display:inline-block; margin:0 !important; }
.lf-actions-title::after { content:''; position:absolute; left:0; bottom:-8px; width:56px; height:4px; background:#C8A96E; }
.lf-actions-sub { font-size:14px; color:#6B6880; font-weight:300; line-height:1.7; max-width:580px; margin-top:20px !important; }
.lf-actions-grid { display:grid; gap:16px; }
.lf-actions-cols-4 { grid-template-columns:repeat(4,1fr); }
.lf-actions-cols-3 { grid-template-columns:repeat(3,1fr); }
.lf-action-card { background:#fff; border:1px solid #E2DEF5; padding:28px 22px 22px; display:flex; flex-direction:column; position:relative; overflow:hidden; transition:transform .25s,box-shadow .25s; }
.lf-action-card:hover { transform:translateY(-4px); box-shadow:0 10px 32px rgba(28,27,46,.08); }
.lf-action-card.primary::before { content:''; position:absolute; top:0; left:0; width:100%; height:4px; background:#7B5EA7; }
.lf-action-card.secondary::before { content:''; position:absolute; top:0; left:0; width:100%; height:4px; background:#9B82C4; }
.lf-action-icon { width:44px; height:44px; background:#EDE8F8; display:flex; align-items:center; justify-content:center; margin-bottom:16px; flex-shrink:0; }
.lf-action-icon svg { width:22px; height:22px; }
.lf-action-num { font-family:'Barlow Condensed',sans-serif; font-size:40px; font-weight:800; color:#EDE8F8; line-height:1; position:absolute; top:8px; right:14px; }
.lf-action-title { font-family:'Barlow Condensed',sans-serif !important; font-size:16px !important; font-weight:700 !important; text-transform:uppercase; color:#1C1B2E; letter-spacing:.3px; line-height:1.2 !important; margin-bottom:10px !important; }
.lf-action-desc { font-size:12px; color:#6B6880; line-height:1.6; font-weight:300; margin-bottom:18px !important; flex:1; }
.lf-action-btn { display:inline-block; font-size:12px; font-weight:500; color:#7B5EA7; border:1.5px solid #7B5EA7; padding:8px 16px; transition:all .2s; text-decoration:none !important; width:fit-content; }
.lf-action-card:hover .lf-action-btn { background:#7B5EA7; color:#fff; }
@media(max-width:1024px){ .lf-actions-cols-4{grid-template-columns:repeat(2,1fr);} }
@media(max-width:640px){ .lf-actions{padding:56px 24px;} .lf-actions-cols-4,.lf-actions-cols-3{grid-template-columns:1fr;} }

/* ═══════════════════════════════════════════════════════════════
   Newsletter  —  .lf-newsletter
═══════════════════════════════════════════════════════════════ */
.lf-newsletter { background:#1C1B2E; padding:64px 40px; box-sizing:border-box; font-family:'DM Sans',sans-serif; position:relative; }
.lf-newsletter::before { content:''; position:absolute; top:0; left:0; width:100%; height:5px; background:#7B5EA7; }
.lf-newsletter::after  { content:''; position:absolute; top:5px; left:0; width:100%; height:2px; background:#C8A96E; }
.lf-newsletter-inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; max-width:900px; margin:0 auto; }
.lf-newsletter-label { font-family:'Barlow Condensed',sans-serif; font-size:11px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:#C8A96E; display:block; margin-bottom:12px; }
.lf-newsletter-title { font-family:'Barlow Condensed',sans-serif !important; font-size:clamp(24px,2.5vw,36px) !important; font-weight:800 !important; text-transform:uppercase; color:#fff; line-height:1.05 !important; letter-spacing:-0.5px; margin:0 !important; }
.lf-nl-title-accent { color:#C8A96E; }
.lf-newsletter-text { font-size:13px; color:rgba(255,255,255,.5); font-weight:300; line-height:1.65; margin-top:12px !important; }
.lf-newsletter-form { display:flex; flex-direction:column; gap:12px; }
.lf-newsletter-row { display:flex; }
.lf-newsletter-input { flex:1; padding:14px 18px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); border-right:none; color:#fff; font-family:'DM Sans',sans-serif; font-size:14px; outline:none; transition:border-color .2s; }
.lf-newsletter-input::placeholder { color:rgba(255,255,255,.3); }
.lf-newsletter-input:focus { border-color:#7B5EA7; }
.lf-newsletter-btn { padding:14px 22px; background:#C8A96E; color:#1C1B2E; border:none; font-family:'DM Sans',sans-serif; font-size:14px; font-weight:500; cursor:pointer; transition:background .2s; white-space:nowrap; }
.lf-newsletter-btn:hover { background:#d4b87a; }
.lf-newsletter-rgpd { display:flex; align-items:flex-start; gap:10px; }
.lf-newsletter-rgpd input { margin-top:3px; flex-shrink:0; accent-color:#7B5EA7; }
.lf-newsletter-rgpd label { font-size:11px; color:rgba(255,255,255,.4); line-height:1.5; font-weight:300; }
.lf-newsletter-rgpd label a { color:rgba(255,255,255,.6); }
@media(max-width:768px){ .lf-newsletter{padding:48px 24px;} .lf-newsletter-inner{grid-template-columns:1fr;gap:32px;} }

/* ═══════════════════════════════════════════════════════════════
   Hero page intérieure  —  .lf-page-hero
═══════════════════════════════════════════════════════════════ */
.lf-page-hero { background:#1C1B2E; padding:56px 40px 48px; box-sizing:border-box; font-family:'DM Sans',sans-serif; position:relative; overflow:hidden; }
.lf-page-hero::before { content:''; position:absolute; top:0; left:0; width:100%; height:5px; background:#7B5EA7; }
.lf-page-hero::after  { content:''; position:absolute; top:5px; left:0; width:100%; height:2px; background:#C8A96E; }
.lf-ph-bg { position:absolute; right:-20px; top:50%; transform:translateY(-50%); font-family:'Barlow Condensed',sans-serif; font-size:200px; font-weight:800; color:rgba(255,255,255,.03); line-height:1; pointer-events:none; letter-spacing:-8px; user-select:none; }
.lf-breadcrumb { display:flex; align-items:center; gap:8px; margin-bottom:20px; flex-wrap:wrap; }
.lf-breadcrumb a { font-size:12px; color:rgba(255,255,255,.45); font-weight:300; text-decoration:none !important; transition:color .2s; }
.lf-breadcrumb a:hover { color:rgba(255,255,255,.8); }
.lf-bc-sep { color:rgba(255,255,255,.2); font-size:11px; }
.lf-bc-current { font-size:12px; color:#C8A96E; font-weight:400; }
.lf-ph-tag { display:inline-block; background:#7B5EA7; color:#fff; font-family:'Barlow Condensed',sans-serif; font-size:10px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; padding:6px 14px; margin-bottom:18px; }
.lf-ph-title { font-family:'Barlow Condensed',sans-serif !important; font-size:clamp(32px,4vw,52px) !important; font-weight:800 !important; text-transform:uppercase; color:#fff; line-height:1.0 !important; letter-spacing:-1px; max-width:700px; margin:0 !important; padding:0 !important; position:relative; }
.lf-ph-title-accent { color:#C8A96E; }
.lf-ph-bar { display:block; width:52px; height:5px; background:#C8A96E; margin:18px 0 20px; border:none; }
.lf-ph-sub { font-size:15px; color:rgba(255,255,255,.55); font-weight:300; line-height:1.7; max-width:560px; margin:0 !important; }
@media(max-width:768px){ .lf-page-hero{padding:40px 24px 36px;} }

/* ═══════════════════════════════════════════════════════════════
   Dons de vie  —  .lf-dons
═══════════════════════════════════════════════════════════════ */
.lf-dons { background:#fff; padding:80px 40px; box-sizing:border-box; font-family:'DM Sans',sans-serif; }
.lf-dons-header { margin-bottom:48px; }
.lf-dons-title { font-family:'Barlow Condensed',sans-serif !important; font-size:clamp(22px,2.5vw,32px) !important; font-weight:800 !important; text-transform:uppercase; color:#1C1B2E; letter-spacing:-0.5px; position:relative; display:inline-block; margin:0 !important; }
.lf-dons-title::after { content:''; position:absolute; left:0; bottom:-8px; width:56px; height:4px; background:#C8A96E; }
.lf-dons-intro { font-size:14px; color:#6B6880; font-weight:300; line-height:1.7; max-width:620px; margin-top:20px !important; }
.lf-dons-grid { display:grid; gap:16px; }
.lf-dons-cols-3 { grid-template-columns:repeat(3,1fr); }
.lf-dons-cols-2 { grid-template-columns:repeat(2,1fr); }
.lf-don-card { border:1px solid #E2DEF5; padding:28px 24px; display:flex; flex-direction:column; gap:14px; transition:transform .25s,box-shadow .25s; position:relative; overflow:hidden; }
.lf-don-card:hover { transform:translateY(-3px); box-shadow:0 10px 32px rgba(28,27,46,.07); }
.lf-don-card::before { content:''; position:absolute; top:0; left:0; width:5px; height:100%; background:#7B5EA7; }
.lf-don-card::after  { content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:#C8A96E; }
.lf-don-card-icon { width:48px; height:48px; background:#EDE8F8; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.lf-don-card-icon svg { width:24px; height:24px; }
.lf-don-card-type { font-family:'Barlow Condensed',sans-serif; font-size:10px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#7B5EA7; }
.lf-don-card-title { font-family:'Barlow Condensed',sans-serif !important; font-size:18px !important; font-weight:700 !important; text-transform:uppercase; color:#1C1B2E; line-height:1.2 !important; margin:0 !important; }
.lf-don-card-desc { font-size:13px; color:#6B6880; line-height:1.6; font-weight:300; flex:1; margin:0 !important; }
.lf-don-card-cta { display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:500; color:#7B5EA7; text-decoration:none !important; transition:gap .2s; margin-top:auto; }
.lf-don-card:hover .lf-don-card-cta { gap:11px; }
@media(max-width:768px){ .lf-dons{padding:56px 24px;} .lf-dons-cols-3,.lf-dons-cols-2{grid-template-columns:1fr;} }

/* ═══════════════════════════════════════════════════════════════
   Projets de recherche  —  .lf-projets
═══════════════════════════════════════════════════════════════ */
.lf-projets { background:#F7F5FD; padding:80px 40px; box-sizing:border-box; font-family:'DM Sans',sans-serif; }
.lf-projets-header { margin-bottom:28px; }
.lf-projets-title { font-family:'Barlow Condensed',sans-serif !important; font-size:clamp(22px,2.5vw,32px) !important; font-weight:800 !important; text-transform:uppercase; color:#1C1B2E; position:relative; display:inline-block; margin:0 !important; }
.lf-projets-title::after { content:''; position:absolute; left:0; bottom:-8px; width:56px; height:4px; background:#C8A96E; }
.lf-projets-filters { display:flex; gap:8px; margin-bottom:28px; flex-wrap:wrap; margin-top:20px; }
.lf-filter-btn { font-family:'Barlow Condensed',sans-serif; font-size:12px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:8px 18px; border:1.5px solid #E2DEF5; background:#fff; color:#6B6880; cursor:pointer; transition:all .2s; }
.lf-filter-btn.active,.lf-filter-btn:hover { background:#7B5EA7; border-color:#7B5EA7; color:#fff; }
.lf-projets-list { display:flex; flex-direction:column; gap:10px; }
.lf-projet-row { background:#fff; border:1px solid #E2DEF5; display:grid; grid-template-columns:80px 130px 1fr auto; align-items:center; overflow:hidden; transition:box-shadow .2s; }
.lf-projet-row:hover { box-shadow:0 4px 20px rgba(28,27,46,.07); }
.lf-projet-year { background:#7B5EA7; color:#fff; font-family:'Barlow Condensed',sans-serif; font-size:17px; font-weight:800; padding:20px 0; text-align:center; align-self:stretch; display:flex; align-items:center; justify-content:center; }
.lf-projet-amount { padding:0 18px; font-family:'Barlow Condensed',sans-serif; font-size:18px; font-weight:800; color:#C8A96E; letter-spacing:-0.5px; text-align:center; border-right:1px solid #E2DEF5; align-self:stretch; display:flex; align-items:center; justify-content:center; white-space:nowrap; }
.lf-projet-info { padding:16px 20px; }
.lf-proj-inst { font-size:11px; font-weight:600; letter-spacing:1px; text-transform:uppercase; color:#7B5EA7; margin-bottom:4px; }
.lf-proj-name { font-size:13px; font-weight:500; color:#1C1B2E; line-height:1.4; }
.lf-proj-name a { color:#1C1B2E; text-decoration:none !important; }
.lf-projet-tag { padding:16px 18px; display:flex; align-items:center; justify-content:center; }
.lf-proj-badge { background:#EDE8F8; color:#442F8A; font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:4px 10px; white-space:nowrap; }
@media(max-width:768px){ .lf-projets{padding:56px 24px;} .lf-projet-row{grid-template-columns:60px 1fr;} .lf-projet-amount{display:none;} .lf-projet-tag{display:none;} }

/* ═══════════════════════════════════════════════════════════════
   Encadré info  —  .lf-encadre
═══════════════════════════════════════════════════════════════ */
.lf-encadre { padding:16px 18px 16px 20px; display:flex; align-items:flex-start; gap:14px; box-sizing:border-box; }
.lf-encadre-info    { background:#EDE8F8; border-left:5px solid #7B5EA7; }
.lf-encadre-warning { background:#FFF3DC; border-left:5px solid #C8A96E; }
.lf-encadre-alert   { background:#FAECE7; border-left:5px solid #D85A30; }
.lf-encadre-success { background:#E8F5E9; border-left:5px solid #2E7D32; }
.lf-encadre-icon { width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-weight:700; font-size:13px; font-family:'Barlow Condensed',sans-serif; }
.lf-encadre-info    .lf-encadre-icon { background:#7B5EA7; color:#fff; }
.lf-encadre-warning .lf-encadre-icon { background:#C8A96E; color:#fff; }
.lf-encadre-alert   .lf-encadre-icon { background:#D85A30; color:#fff; }
.lf-encadre-success .lf-encadre-icon { background:#2E7D32; color:#fff; }
.lf-encadre-title { font-size:14px; font-weight:600; margin-bottom:5px !important; }
.lf-encadre-info    .lf-encadre-title { color:#442F8A; }
.lf-encadre-warning .lf-encadre-title { color:#7A5000; }
.lf-encadre-alert   .lf-encadre-title { color:#993C1D; }
.lf-encadre-success .lf-encadre-title { color:#1B5E20; }
.lf-encadre-text { font-size:13px; color:#6B6880; line-height:1.6; }
.lf-encadre-text p { margin:0 !important; }

/* ═══════════════════════════════════════════════════════════════
   Impact chiffré  —  .lf-progress-wrap
═══════════════════════════════════════════════════════════════ */
.lf-progress-wrap { background:#fff; padding:60px 40px; box-sizing:border-box; font-family:'DM Sans',sans-serif; }
.lf-prog-title { font-family:'Barlow Condensed',sans-serif !important; font-size:clamp(20px,2vw,28px) !important; font-weight:800 !important; text-transform:uppercase; color:#1C1B2E; margin-bottom:8px !important; position:relative; display:inline-block; }
.lf-prog-title::after { content:''; position:absolute; left:0; bottom:-7px; width:42px; height:4px; background:#C8A96E; }
.lf-prog-list { display:flex; flex-direction:column; gap:28px; margin-top:36px; }
.lf-prog-header { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:10px; flex-wrap:wrap; gap:8px; }
.lf-prog-label { font-size:14px; font-weight:500; color:#1C1B2E; }
.lf-prog-vals { font-family:'Barlow Condensed',sans-serif; font-size:16px; font-weight:800; color:#C8A96E; }
.lf-prog-track { height:8px; background:#EDE8F8; overflow:hidden; }
.lf-prog-fill { height:100%; background:#7B5EA7; position:relative; transition:width 1s ease; }
.lf-prog-fill::after { content:''; position:absolute; right:0; top:0; width:3px; height:100%; background:#C8A96E; }
.lf-prog-animate { transition:width 1.2s cubic-bezier(.4,0,.2,1); }
.lf-prog-note { font-size:11px; color:#6B6880; margin-top:6px !important; font-weight:300; }
@media(max-width:768px){ .lf-progress-wrap{padding:48px 24px;} }


/* ═══════════════════════════════════════════════════════════════
   RGAA — Focus visible (critère 10.7)
   Tous les éléments interactifs doivent avoir un focus visible
═══════════════════════════════════════════════════════════════ */
.lf-btn:focus-visible,
.lf-btn--dark:focus-visible,
.lf-btn--outline:focus-visible,
.lf-btn--primary:focus-visible,
.lf-amount-btn:focus-visible,
.lf-don__cta:focus-visible,
.lf-action-btn:focus-visible,
.lf-don-card-cta:focus-visible,
.lf-actu-link:focus-visible,
.lf-actu-card:focus-visible,
.lf-mission-card:focus-visible,
.lf-action-card:focus-visible,
.lf-don-card:focus-visible,
.lf-filter-btn:focus-visible,
.lf-t-arrow:focus-visible,
.lf-footer__social-btn:focus-visible,
.lf-footer-col__links a:focus-visible,
.lf-section-link:focus-visible,
.lf-newsletter-btn:focus-visible,
.lf-cta-band__btn:focus-visible,
.lf-proj-name a:focus-visible,
.lf-don-card-cta:focus-visible,
.lf-actu-lire:focus-visible {
  outline: 3px solid #C8A96E;
  outline-offset: 3px;
}

.lf-newsletter-input:focus-visible {
  outline: 3px solid #C8A96E;
  outline-offset: 0;
  border-color: #7B5EA7;
}

/* ═══════════════════════════════════════════════════════════════
   RGAA — Taille minimale zones cliquables (critère 13.9 — 44x44px)
═══════════════════════════════════════════════════════════════ */
.lf-t-arrow {
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
}
.lf-filter-btn {
  min-height: 44px;
}
.lf-footer__social-btn {
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
}

/* ═══════════════════════════════════════════════════════════════
   RGAA — Réduction de mouvement (critère 13.8)
═══════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .lf-testimonial-track,
  .lf-prog-fill,
  .lf-prog-animate,
  .lf-actu-card,
  .lf-mission-card,
  .lf-action-card,
  .lf-don-card,
  .reveal {
    transition: none !important;
    animation: none !important;
  }
  .lf-testimonial-track { transition: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — Breakpoints complets
   Mobile first : 320px → 640px → 768px → 1024px → 1280px
═══════════════════════════════════════════════════════════════ */

/* ── 320px — très petits écrans ── */
@media (max-width: 360px) {
  .lf-hero__left    { padding: 28px 16px; }
  .lf-hero__title   { font-size: 32px !important; }
  .lf-hero__subtitle{ font-size: 20px !important; }
  .lf-hero__btns    { flex-direction: column; }
  .lf-btn           { width: 100%; text-align: center; }
  .lf-cta-band__btn { width: 100%; }
  .lf-newsletter-row{ flex-direction: column; }
  .lf-newsletter-input { border-right: 1px solid rgba(255,255,255,.15); }
  .lf-newsletter-btn { width: 100%; }
}

/* ── 640px ── */
@media (max-width: 640px) {
  .lf-actu-cols-3,
  .lf-actu-cols-2   { grid-template-columns: 1fr; }
  .lf-actions-cols-4,
  .lf-actions-cols-3 { grid-template-columns: 1fr; }
  .lf-dons-cols-3,
  .lf-dons-cols-2   { grid-template-columns: 1fr; }
  .lf-don__grid     { grid-template-columns: 1fr; gap: 28px; }
  .lf-missions-grid { grid-template-columns: 1fr; }
  .lf-newsletter-inner { grid-template-columns: 1fr; gap: 28px; }
  .lf-footer__grid  { grid-template-columns: 1fr 1fr; gap: 24px; }
  .lf-footer__brand { grid-column: 1 / -1; }
  .lf-cta-band      { flex-direction: column; text-align: center; gap: 28px; }
  .lf-cta-band__num { display: none; }
  .lf-cta-band__sep { width: 60px; height: 2px; }
  .lf-cta-band__actions { width: 100%; flex-direction: column; }
  .lf-cta-band__btn { width: 100%; text-align: center; }
  .lf-projet-row    { grid-template-columns: 64px 1fr; }
  .lf-projet-amount,
  .lf-projet-tag    { display: none; }
}

/* ── 768px ── */
@media (max-width: 768px) {
  .lf-hero           { grid-template-columns: 1fr; min-height: auto; max-height: none; }
  .lf-hero__right    { padding: 24px; min-height: 280px; }
  .lf-page-hero      { padding: 40px 20px 32px; }
  .lf-ph-bg          { display: none; }
  .lf-newsletter-row { flex-direction: column; }
  .lf-newsletter-input { border-right: 1px solid rgba(255,255,255,.15); }
  .lf-newsletter-btn { width: 100%; }
  .lf-progress-wrap  { padding: 40px 20px; }
}

/* ── 1024px — tablette paysage ── */
@media (max-width: 1024px) {
  .lf-actions-cols-4 { grid-template-columns: repeat(2, 1fr); }
  .lf-footer__grid   { grid-template-columns: 1fr 1fr 1fr; }
  .lf-footer__brand  { grid-column: 1 / -1; }
  .lf-actu-cols-3    { grid-template-columns: repeat(2, 1fr); }
  .lf-projet-row     { grid-template-columns: 64px 100px 1fr; }
  .lf-projet-tag     { display: none; }
}

/* ── Print ── */
@media print {
  .lf-cta-band,
  .lf-newsletter,
  .lf-footer__socials,
  .lf-t-arrows,
  .lf-projets-filters { display: none !important; }
  .lf-hero { grid-template-columns: 1fr; }
  .lf-hero__right { display: none; }
  * { color: #000 !important; background: #fff !important; }
}

/* ═══════════════════════════════════════════════════════════════
   RGAA — Classe sr-only (contenu visible uniquement par lecteurs d'écran)
═══════════════════════════════════════════════════════════════ */
.lf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ═══════════════════════════════════════════════════════════════
   Header Navigation  —  .lf-header
═══════════════════════════════════════════════════════════════ */

.lf-header {
  background: #ffffff;
  border-bottom: 1px solid #E2DEF5;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  z-index: 1000;
  transition: box-shadow .3s ease;
}

.lf-header--sticky {
  position: sticky;
  top: 0;
}

.lf-header--scrolled {
  box-shadow: 0 2px 20px rgba(28, 27, 46, .08);
}

.lf-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px;
  padding: 0 40px;
  max-width: 100%;
  box-sizing: border-box;
}

/* ── Logo ── */
.lf-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none !important;
}
.lf-header__logo-img {
  height: 40px;
  width: auto;
  display: block;
}
.lf-header__logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1C1B2E;
}

/* ── Navigation ── */
.lf-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Liste racine */
.lf-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

/* Items racine */
.lf-nav > li {
  position: relative;
  list-style: none;
  padding-bottom: 4px;  /* pont pour hover dropdown */
  margin-bottom: -4px;
}

/* Liens racine */
.lf-nav > li > a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #6B6880;
  text-decoration: none !important;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .2s;
  white-space: nowrap;
  padding: 4px 0;
}

/* Soulignement doré au hover */
.lf-nav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #C8A96E;
  transition: width .25s;
}
.lf-nav > li > a:hover { color: #1C1B2E; }
.lf-nav > li > a:hover::after { width: 100%; }
.lf-nav > li.lf-active > a { color: #7B5EA7; font-weight: 500; }
.lf-nav > li.lf-active > a::after { width: 100%; background: #7B5EA7; }

/* Chevron CSS pur — après le texte */
.lf-chevron {
  display: inline-block;
  width: 8px;
  height: 5px;
  position: relative;
  flex-shrink: 0;
}
.lf-chevron::before,
.lf-chevron::after {
  content: '';
  position: absolute;
  top: 0;
  height: 1.5px;
  background: #6B6880;
  border-radius: 1px;
  transition: background .2s, transform .2s;
}
.lf-chevron::before { width: 5px; left: 0;   transform: rotate(35deg);  transform-origin: right center; }
.lf-chevron::after  { width: 5px; right: 0;  transform: rotate(-35deg); transform-origin: left center; }

/* Rotation chevron au hover + ouvert */
.lf-nav > li:hover > a .lf-chevron::before,
.lf-nav > li.lf-open > a .lf-chevron::before {
  transform: rotate(-35deg);
  background: #7B5EA7;
}
.lf-nav > li:hover > a .lf-chevron::after,
.lf-nav > li.lf-open > a .lf-chevron::after {
  transform: rotate(35deg);
  background: #7B5EA7;
}

/* ── Dropdown panel ── */
.lf-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #ffffff;
  min-width: 240px;
  list-style: none !important;
  margin: 0 !important;
  padding: 6px 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 999;
  box-shadow:
    0 2px 0 0 #7B5EA7,
    0 3px 0 0 #C8A96E,
    0 8px 32px rgba(28,27,46,.12),
    0 24px 48px rgba(28,27,46,.06);
}

/* Pont invisible pour ne pas perdre le hover */
.lf-dropdown::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

/* Petite flèche pointant vers le nav */
.lf-dropdown::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* Affichage hover (desktop) */
.lf-nav > li:hover > .lf-dropdown,
.lf-nav > li.lf-open > .lf-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Liens dans le dropdown */
.lf-dropdown li { list-style: none; }
.lf-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #1C1B2E;
  text-decoration: none !important;
  border-bottom: 0.5px solid #E2DEF5;
  transition: background .15s, color .15s, padding-left .15s;
  position: relative;
  white-space: nowrap;
}
.lf-dropdown li:last-child > a { border-bottom: none; }

/* Pastille au hover */
.lf-dropdown a::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #7B5EA7;
  border-radius: 50%;
  opacity: 0;
  flex-shrink: 0;
  transition: opacity .15s;
}
.lf-dropdown a:hover {
  color: #7B5EA7;
  background: #F7F5FD;
  padding-left: 24px;
}
.lf-dropdown a:hover::before { opacity: 1; }

/* Labels de sous-section (si utilisés via description d'item WP) */
.lf-dropdown__section {
  padding: 10px 20px 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1C1B2E;
  background: #EDE8F8;
  border-left: 3px solid #7B5EA7;
  border-bottom: 0.5px solid #E2DEF5;
}

/* Dropdown large en 2 colonnes */
.lf-dropdown--wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 440px;
}

/* ── Boutons d'action ── */
.lf-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lf-hdr-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 9px 20px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.lf-hdr-btn.solid {
  background: #7B5EA7;
  color: #ffffff !important;
  border: 2px solid #7B5EA7;
}
.lf-hdr-btn.solid:hover {
  background: #442F8A;
  border-color: #442F8A;
  transform: translateY(-1px);
}
.lf-hdr-btn.gold {
  background: #C8A96E;
  color: #1C1B2E !important;
  border: 2px solid #C8A96E;
}
.lf-hdr-btn.gold:hover {
  background: #d4b87a;
  border-color: #d4b87a;
}
.lf-hdr-btn.outline {
  background: transparent;
  color: #7B5EA7 !important;
  border: 1.5px solid #7B5EA7;
}
.lf-hdr-btn.outline:hover {
  background: #7B5EA7;
  color: #ffffff !important;
}
.lf-hdr-btn.ghost {
  background: transparent;
  color: #6B6880 !important;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.lf-hdr-btn.ghost:hover { color: #1C1B2E !important; }

/* Focus visible */
.lf-nav > li > a:focus-visible,
.lf-dropdown a:focus-visible,
.lf-hdr-btn:focus-visible,
.lf-header__burger:focus-visible {
  outline: 3px solid #C8A96E;
  outline-offset: 3px;
}

/* ── Burger mobile ── */
.lf-header__burger {
  display: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1.5px solid #E2DEF5;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .2s;
}
.lf-header__burger:hover { border-color: #7B5EA7; }
.lf-burger-line {
  width: 20px;
  height: 1.5px;
  background: #6B6880;
  transition: all .25s;
  display: block;
}

/* Animation burger → X */
.lf-burger--open .lf-burger-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.lf-burger--open .lf-burger-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.lf-burger--open .lf-burger-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Barre fermeture menu mobile ── */
.lf-nav__close-bar {
  display: none; /* masqué sur desktop */
}

@media (max-width: 1024px) {
  .lf-nav__close-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 68px;
    border-bottom: 1px solid #ECEAF5;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1;
    flex-shrink: 0;
  }

  .lf-nav__close-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1C1B2E;
  }

  .lf-nav__close-btn {
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1.5px solid #E2DEF5;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: relative;
    transition: border-color .2s;
  }
  .lf-nav__close-btn:hover { border-color: #7B5EA7; }
  .lf-nav__close-btn:focus-visible {
    outline: 3px solid #C8A96E;
    outline-offset: 3px;
  }

  /* X dessiné en CSS */
  .lf-close-line {
    display: block;
    width: 18px;
    height: 1.5px;
    background: #6B6880;
    border-radius: 2px;
    position: absolute;
    transition: background .2s;
  }
  .lf-close-line:nth-child(1) { transform: rotate(45deg); }
  .lf-close-line:nth-child(2) { transform: rotate(-45deg); }
  .lf-nav__close-btn:hover .lf-close-line { background: #7B5EA7; }
}


/* ── Barre boutons mobile — invisible sur desktop ── */
.lf-header__mobile-bar {
  display: none !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  /* Burger visible */
  .lf-header__burger { display: flex !important; }

  /* Logo gauche, burger droite */
  .lf-header__inner { justify-content: space-between; padding: 0 16px; gap: 0; }

  /* Boutons desktop cachés */
  .lf-header__actions { display: none !important; }

  /* Barre boutons mobile visible et centrée */
  .lf-header__mobile-bar {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 10px;
    background: #ffffff;
    border-top: 1px solid #ECEAF5;
  }
  .lf-hdr-btn--mobile {
    flex: 1;
    max-width: 180px;
    text-align: center;
    justify-content: center;
  }

  /* Menu panneau latéral */
  .lf-header__nav {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #ffffff;
    border-top: none;
    overflow-y: auto;
    padding: 110px 0 40px;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 997;
    flex-direction: column;
    align-items: stretch;
  }
  .lf-header__nav.lf-nav--open { transform: translateX(0); }

  .lf-nav { flex-direction: column; align-items: stretch; gap: 0; height: auto; padding: 0 !important; }
  .lf-nav > li { height: auto; padding-bottom: 0 !important; margin-bottom: 0 !important; border-bottom: 1px solid #F0EEF8; }
  .lf-nav > li > a { padding: 14px 24px; font-size: 14px; justify-content: space-between; height: auto; border-bottom: none; }
  .lf-nav > li > a::after { display: none; }

  /* Sous-menus accordéon */
  .lf-dropdown {
    position: static; transform: none !important;
    opacity: 1; visibility: visible; pointer-events: auto;
    display: none; box-shadow: none;
    background: #F7F5FD; min-width: 0; padding: 4px 0 !important;
  }
  .lf-dropdown::before, .lf-dropdown::after { display: none; }
  .lf-nav > li.lf-open > .lf-dropdown { display: block; }
  .lf-dropdown > li > a { padding: 11px 24px 11px 40px; font-size: 13px; }
  .lf-dropdown > li > a::before { display: none; }
  .lf-dropdown > li > a:hover { padding-left: 48px; }
}

@media (max-width: 360px) {
  .lf-header__logo-img { height: 30px; }
  .lf-hdr-btn--mobile { font-size: 12px; padding: 7px 10px; }
}
