/**
 * Gate Away — Template « À propos / Qui sommes-nous » CSS
 * Scopé .ga-apropos — !important pour écraser Divi.
 */

.ga-apropos {
  --blue: #24378C;
  --blue-dark: #1B2A6B;
  --blue-deep: #0f1d4a;
  --gold: #C8A44E;
  --gold-soft: #d9bd7d;
  --gold-line: #e7dcc0;
  --cream: #faf6ed;
  --text: #1A1A1A;
  --text-2: #555;
  --text-3: #8b8b8b;
  --border: #ececec;
  --white: #fff;
  --radius: 16px;
  --shadow-sm: 0 2px 10px rgba(15,29,74,0.06);
  --shadow-md: 0 12px 40px rgba(15,29,74,0.09);
}

.ga-apropos {
  color: var(--text) !important;
  background: var(--white) !important;
  overflow-x: hidden !important;
  font-family: inherit !important;
}
.ga-apropos * { box-sizing: border-box !important; }
.ga-apropos p { margin: 0 0 1.1em !important; }
.ga-apropos p:last-child { margin-bottom: 0 !important; }

/* ── Rythme des sections ── */
.ga-apropos .apr-section {
  padding: 92px 24px !important;
}
.ga-apropos .apr-inner {
  max-width: 1080px !important;
  margin: 0 auto !important;
}
.ga-apropos .apr-narrow { max-width: 760px !important; }
.ga-apropos .apr-section--cream { background: var(--cream) !important; }
.ga-apropos .apr-section--blue {
  background: var(--blue-deep) !important;
  color: rgba(255,255,255,0.9) !important;
}

/* ── Eyebrow / titres / textes ── */
.ga-apropos .apr-eyebrow {
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  margin-bottom: 18px !important;
}
.ga-apropos .apr-title {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--blue-deep) !important;
  margin: 0 0 22px !important;
  letter-spacing: -0.01em !important;
}
.ga-apropos .apr-section--blue .apr-title { color: var(--white) !important; }
.ga-apropos .apr-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem) !important;
  line-height: 1.75 !important;
  color: var(--text-2) !important;
}
.ga-apropos .apr-text {
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  color: var(--text-2) !important;
}
.ga-apropos .apr-section--blue .apr-text,
.ga-apropos .apr-section--blue .apr-lead { color: rgba(255,255,255,0.82) !important; }
.ga-apropos .apr-rule {
  width: 56px !important;
  height: 3px !important;
  border-radius: 3px !important;
  background: var(--gold) !important;
  margin: 0 0 24px !important;
}
.ga-apropos .apr-center { text-align: center !important; }
.ga-apropos .apr-center .apr-rule { margin-left: auto !important; margin-right: auto !important; }
.ga-apropos .apr-center .apr-lead,
.ga-apropos .apr-center .apr-text { margin-left: auto !important; margin-right: auto !important; }

/* ══════════════════════════════════════ 1. HERO ══ */
.ga-apropos .apr-hero {
  position: relative !important;
  min-height: 72vh !important;
  display: flex !important;
  align-items: center !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 120px 24px !important;
}
.ga-apropos .apr-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(120deg, rgba(15,29,74,0.92) 0%, rgba(15,29,74,0.78) 45%, rgba(15,29,74,0.55) 100%) !important;
}
.ga-apropos .apr-hero__inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.ga-apropos .apr-hero__content { max-width: 720px !important; }
.ga-apropos .apr-hero__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  margin-bottom: 22px !important;
}
.ga-apropos .apr-hero__eyebrow::before {
  content: '' !important;
  width: 28px !important;
  height: 1px !important;
  background: var(--gold-soft) !important;
}
.ga-apropos .apr-hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.5rem) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  margin: 0 0 20px !important;
  letter-spacing: -0.015em !important;
}
.ga-apropos .apr-hero__subtitle {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem) !important;
  line-height: 1.55 !important;
  color: var(--gold-soft) !important;
  font-weight: 500 !important;
  margin: 0 0 24px !important;
  max-width: 620px !important;
}
.ga-apropos .apr-hero__text {
  font-size: 1.08rem !important;
  line-height: 1.8 !important;
  color: rgba(255,255,255,0.82) !important;
  max-width: 620px !important;
}

/* ══════════════════════════════════════ 3. FONDATEUR ══ */
.ga-apropos .apr-founder {
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 56px !important;
  align-items: center !important;
}
.ga-apropos .apr-founder__media { position: relative !important; }
.ga-apropos .apr-founder__frame {
  position: relative !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-md) !important;
  aspect-ratio: 4 / 5 !important;
  background: var(--cream) !important;
}
.ga-apropos .apr-founder__frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.ga-apropos .apr-founder__frame--empty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 12px !important;
  color: var(--text-3) !important;
  border: 1px dashed var(--gold-line) !important;
  text-align: center !important;
  padding: 24px !important;
}
.ga-apropos .apr-founder__frame::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(200,164,78,0.35) !important;
  border-radius: var(--radius) !important;
  pointer-events: none !important;
}
.ga-apropos .apr-founder__badge {
  position: absolute !important;
  left: 22px !important;
  bottom: -18px !important;
  background: var(--white) !important;
  border: 1px solid var(--gold-line) !important;
  box-shadow: var(--shadow-sm) !important;
  border-radius: 50px !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--blue-deep) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.ga-apropos .apr-founder__badge svg { color: var(--gold) !important; }
.ga-apropos .apr-founder__name {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: var(--blue-deep) !important;
  margin: 4px 0 2px !important;
}
.ga-apropos .apr-founder__role {
  font-size: 0.98rem !important;
  color: var(--gold) !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
.ga-apropos .apr-creds {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
  padding: 0 !important;
  list-style: none !important;
}
.ga-apropos .apr-creds li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--cream) !important;
  border: 1px solid var(--gold-line) !important;
  border-radius: 50px !important;
  padding: 8px 15px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: var(--blue-dark) !important;
}
.ga-apropos .apr-creds svg { color: var(--gold) !important; flex-shrink: 0 !important; }

/* ══════════════════════════════════════ 5. VALEURS ══ */
.ga-apropos .apr-values {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 22px !important;
  margin-top: 52px !important;
}
.ga-apropos .apr-value {
  background: var(--white) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  padding: 30px 26px !important;
  box-shadow: var(--shadow-sm) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}
.ga-apropos .apr-value:hover {
  transform: translateY(-5px) !important;
  box-shadow: var(--shadow-md) !important;
  border-color: var(--gold-line) !important;
}
.ga-apropos .apr-value__icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  background: var(--cream) !important;
  color: var(--gold) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}
.ga-apropos .apr-value__title {
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  color: var(--blue-deep) !important;
  margin: 0 0 10px !important;
  line-height: 1.3 !important;
}
.ga-apropos .apr-value__text {
  font-size: 0.97rem !important;
  line-height: 1.65 !important;
  color: var(--text-2) !important;
  margin: 0 !important;
}

/* ══════════════════════════════════════ 6. AMBITION ══ */
.ga-apropos .apr-dua {
  margin: 28px auto 0 !important;
  max-width: 680px !important;
  padding: 26px 32px !important;
  border-left: 3px solid var(--gold) !important;
  background: rgba(200,164,78,0.08) !important;
  border-radius: 0 12px 12px 0 !important;
  font-size: 1.08rem !important;
  line-height: 1.75 !important;
  color: var(--blue-dark) !important;
  font-style: italic !important;
  text-align: left !important;
}

/* ══════════════════════════════════════ 7. CTA ══ */
.ga-apropos .apr-cta { text-align: center !important; }
.ga-apropos .apr-cta .apr-title { margin-bottom: 16px !important; }
.ga-apropos .apr-cta__text {
  font-size: 1.12rem !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.82) !important;
  max-width: 640px !important;
  margin: 0 auto 34px !important;
}
.ga-apropos .apr-btns {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  justify-content: center !important;
}
.ga-apropos .apr-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 15px 32px !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease !important;
  cursor: pointer !important;
}
.ga-apropos .apr-btn--gold {
  background: var(--gold) !important;
  color: var(--blue-deep) !important;
  box-shadow: 0 8px 24px rgba(200,164,78,0.28) !important;
}
.ga-apropos .apr-btn--gold:hover { transform: translateY(-2px) !important; background: var(--gold-soft) !important; }
.ga-apropos .apr-btn--ghost {
  background: transparent !important;
  color: var(--white) !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}
.ga-apropos .apr-btn--ghost:hover { border-color: var(--gold) !important; color: var(--gold) !important; }

/* ── Animations scroll (sobres) ── */
.ga-apropos .fade-up {
  opacity: 0 !important;
  transform: translateY(24px) !important;
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1) !important;
}
.ga-apropos .fade-up.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@media (prefers-reduced-motion: reduce) {
  .ga-apropos .fade-up { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ══════════════════════════════════════ RESPONSIVE ══ */
@media (max-width: 960px) {
  .ga-apropos .apr-section { padding: 68px 22px !important; }
  .ga-apropos .apr-founder { grid-template-columns: 1fr !important; gap: 40px !important; max-width: 560px !important; margin: 0 auto !important; }
  .ga-apropos .apr-founder__media { max-width: 420px !important; margin: 0 auto !important; width: 100% !important; }
  .ga-apropos .apr-values { grid-template-columns: repeat(2, 1fr) !important; }
  .ga-apropos .apr-hero { min-height: 62vh !important; padding: 104px 22px !important; }
}
@media (max-width: 560px) {
  .ga-apropos .apr-section { padding: 56px 20px !important; }
  .ga-apropos .apr-values { grid-template-columns: 1fr !important; }
  .ga-apropos .apr-hero::before {
    background: linear-gradient(180deg, rgba(15,29,74,0.82) 0%, rgba(15,29,74,0.9) 100%) !important;
  }
  .ga-apropos .apr-btns { flex-direction: column !important; }
  .ga-apropos .apr-btn { width: 100% !important; justify-content: center !important; }
  .ga-apropos .apr-dua { padding: 22px 22px !important; }
}
