/* ── Hero ── */
.hero-apropos {
    background-color: var(--gray-900);
    color: #fff;
    padding: 64px 0 0;
}

.hero-apropos .label-section {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 20px;
}

.hero-apropos .label-section::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}

.hero-apropos .label-section::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}


.hero-apropos h1 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
}

.hero-apropos h1 em {
    display: block;
    font-style: italic;
    color: var(--red);
}

.hero-apropos .hero-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,.5);
    line-height: 1.8;
}

/* ── Stats bar (dans le hero) ── */
.hero-apropos .stats-bar {
    margin-top: 48px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.hero-apropos .stat-item {
    padding: 28px 0 28px 32px;
    border-right: 1px solid rgba(255,255,255,.08);
}

.hero-apropos .stat-item:last-child {
    border-right: none;
}

.hero-apropos .stat-value {
    font-family: var(--font-display);
    font-size: 1.9rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.hero-apropos .stat-value sup {
    font-size: 0.875rem;
    vertical-align: super;
}

.hero-apropos .stat-label {
    font-size: 0.875rem;
    color: rgba(255,255,255,.35);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
}

/* ══════════════════════════════════════════
   SECTION NOTRE HISTOIRE
══════════════════════════════════════════ */
.section-histoire {
    padding: 72px 0 80px;
    background: #fff;
}

/* Label commun */
.label-section-dark {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 12px;
}

.label-section-dark::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}

.label-section-dark::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}

/* Titre colonne gauche */
.histoire-left h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 24px;
    line-height: 1.2;
}

.histoire-left h2 em {
    font-style: italic;
    color: var(--red);
}

.histoire-left p {
    font-size: 0.88rem;
    color: var(--gray-500);
    line-height: 1.8;
    margin-bottom: 16px;
}

/* Citation encadrée */
.histoire-quote {
    border-left: 3px solid var(--red);
    background: rgba(204,31,31,.04);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 4px 4px 0;
}

.histoire-quote p {
    font-family: var(--font-display);
    font-size: 0.92rem;
    font-style: italic;
    color: var(--gray-700);
    line-height: 1.7;
    margin: 0;
}

/* ── Timeline (colonne droite) ── */
.timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.timeline-item {
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 12px;
    transition: box-shadow .2s;
    background: #fff;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
}

/* Item actif / dernier */
.timeline-item.is-current {
    background: var(--gray-900);
    border-color: var(--gray-900);
}

.timeline-item .timeline-year {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--red);
    margin-bottom: 4px;
    line-height: 1;
}

.timeline-item.is-current .timeline-year {
    color: var(--red-light);
}

.timeline-item .timeline-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.timeline-item.is-current .timeline-title {
    color: #fff;
}

.timeline-item .timeline-text {
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.7;
    margin: 0;
}

.timeline-item.is-current .timeline-text {
    color: rgba(255,255,255,.55);
}


/* ── Section Vidéo ── */
.section-video {
    padding: 80px 0;
    background-color: #0d0d0d;
}

.section-video h2 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.5rem;
}

.section-video h2 em {
    display: block;
    font-style: italic;
    font-weight: 900;
    color: var(--red)!important;
    font-family: var(--font-display);
}

.section-video .video-desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

/* ── Label avec tirets sur fond noir ── */
.section-video .section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--red);
}

.section-video .section-label::before,
.section-video .section-label::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--red);
}

.section-video .label-section {
    color: var(--color-primary);
}

.section-video .video-desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

/* ── Wrapper responsive 16:9 ── */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ══════════════════════════════════════════
   SECTION NOS VALEURS
══════════════════════════════════════════ */
.section-valeurs {
    padding: 72px 0 80px;
    background: var(--gray-100);
}

.valeurs-header {
    text-align: center;
    margin-bottom: 48px;
}

.valeurs-header .label-section-center {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
}

.valeurs-header .label-section-center::before,
.valeurs-header .label-section-center::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}

/* Card valeur */
.valeur-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 32px 28px;
    height: 100%;
    transition: box-shadow .2s, transform .2s;
}

.valeur-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    transform: translateY(-3px);
}

.valeur-card .valeur-icon {
    font-size: 1.8rem;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
}

.valeur-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 14px;
    line-height: 1.2;
}

.valeur-card p {
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.75;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .hero-apropos .stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-apropos .stat-item:nth-child(2) {
        border-right: none;
    }

    .hero-apropos .stat-item:nth-child(3) {
        border-top: 1px solid rgba(255,255,255,.08);
    }
}

@media (max-width: 575px) {
    .hero-apropos .stats-bar {
        grid-template-columns: 1fr;
    }

    .hero-apropos .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
}