/* parcours.css — Propre à la page « Notre parcours ». */

.timeline { position: relative; max-width: 760px; margin: 0 auto; padding-left: 34px; }
.timeline::before {
  content: ""; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(var(--gold-deep), transparent);
}
.tl-item { position: relative; padding-bottom: 44px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -34px; top: 4px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 4px rgba(242, 227, 124, .15);
}
.tl-item .yr { font-family: var(--font-mono); color: var(--gold); font-size: .78rem; letter-spacing: .1em; }
.tl-item h3 { font-size: 1.24rem; color: var(--cream); margin: 8px 0; }
.tl-item p { color: var(--muted); font-size: .98rem; }

.impact { border-top: 1px solid var(--line); }
