/* =========================================================
   APROPOS.HTML — HERO DARK + SEPARATEUR, puis alternance clair
   A charger APRES assets/css/styles.css
   ========================================================= */

:root {
    --brand: #0B0F14;
    --accent: #DC2626;
    --accent-2: #991B1B;
    --ink: #0B0F14;
    --muted: #6B7280;
    --soft: #f5f6f8;
    --radius: 14px;
}

/* Fond global clair */
body.page-bg {
    background: #fff;
    color: var(--ink);
}

.page-content {
    background: transparent;
}

/* Hover rouge navbar (comme index) */
.navbar .nav-link:hover {
    color: var(--accent) !important;
}

/* =========================================================
   HERO (page-header) : dark + séparateur courbe
   ========================================================= */

.page-header {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(1200px 600px at 15% 20%, rgba(225,29,72,.25), transparent 55%), radial-gradient(900px 500px at 85% 30%, rgba(0,0,0,.55), transparent 55%), linear-gradient(180deg, #05070A, var(--brand));
    /* même hauteur que les autres pages */
    min-height: 400px;
    display: flex;
    align-items: flex-start; /* contenu en haut */
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

@media (min-width: 992px) {
    .page-header {
        min-height: 400px;
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
}

@media (min-width: 1200px) {
    .page-header {
        min-height: 400px;
    }
}

/* Breadcrumb sur hero */
.page-header .breadcrumb,
.page-header .breadcrumb a {
    color: rgba(255,255,255,.75);
}

    .page-header .breadcrumb a:hover {
        color: #fff;
    }

    .page-header .breadcrumb .active {
        color: #fff;
    }

.page-title {
    color: #fff;
}

.page-header .text-muted {
    color: rgba(255,255,255,.72) !important;
}

/* Bouton CTA du hero */
.page-header .btn-primary {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
}

    .page-header .btn-primary:hover {
        background: var(--accent-2) !important;
        border-color: var(--accent-2) !important;
    }

/* Séparateur courbe (fond blanc) */
.page-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 80px;
    pointer-events: none;
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,48 C240,80 480,80 720,48 C960,16 1200,16 1440,48 L1440,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}

/* =========================================================
   SECTIONS : alternance blanc / soft (déjà dans ton HTML)
   ========================================================= */

.section {
    padding: 4rem 0;
    background: #fff;
}

.section-soft {
    background: var(--soft);
    border-top: 1px solid rgba(15,23,42,.06);
    border-bottom: 1px solid rgba(15,23,42,.06);
}

/* Panels */
.panel {
    background: #fff;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: var(--radius);
    padding: 1.25rem;
    box-shadow: 0 10px 26px rgba(2,6,23,.06);
}

/* Feature cards (si ton styles.css les a déjà, ça reste cohérent) */
.feature {
    display: flex;
    gap: .9rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(15,23,42,.10);
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 10px 26px rgba(2,6,23,.06);
}

    .feature i {
        font-size: 1.25rem;
        color: var(--accent);
        margin-top: .1rem;
    }

/* Infos “approche” */
.info-line {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .65rem .75rem;
    border-radius: 12px;
    background: rgba(17,24,39,.03);
    border: 1px solid rgba(15,23,42,.08);
}

    .info-line i {
        color: var(--accent);
        font-size: 1.1rem;
        margin-top: .05rem;
    }

/* Badges mission */
.badge.text-bg-light.border {
    border-color: rgba(220,38,38,.20) !important;
}

/* =========================================================
   TIMELINE
   ========================================================= */

.timeline {
    position: relative;
    padding-left: 1.25rem;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: .45rem;
        top: .25rem;
        bottom: .25rem;
        width: 2px;
        background: linear-gradient(180deg, rgba(220,38,38,.55), rgba(15,23,42,.10));
        border-radius: 2px;
    }

.timeline-item {
    position: relative;
    padding: .75rem 0 .75rem 1.25rem;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 1.05rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(220,38,38,.12);
}

.timeline-content {
    padding: .25rem 0;
}

/* CTA panel droite : boutons cohérents */
.btn-primary {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
}

    .btn-primary:hover {
        background: var(--accent-2) !important;
        border-color: var(--accent-2) !important;
    }

.btn-outline-primary {
    color: var(--accent) !important;
    border-color: rgba(220,38,38,.55) !important;
}

    .btn-outline-primary:hover {
        background: rgba(220,38,38,.08) !important;
        border-color: rgba(220,38,38,.75) !important;
    }

/* Text muted (sections claires) */
.section .text-muted,
.panel .text-muted {
    color: var(--muted) !important;
}
/* Contenir la largeur du bloc */
.director-panel {
    /*max-width: 980px;*/
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
}

/* Corps */
.director-body {
    padding: 28px;
    color: #0f172a;
}

    /* Forcer la lisibilité du texte (corrige ton problème "texte blanc") */
    .director-body .text-muted {
        color: rgba(15,23,42,.74) !important;
    }

/* Photo flottante */
.director-photo-float {
    float: left;
    width: 160px; /* plus petit */
    margin: 4px 20px 12px 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.15);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    background: #000;
}

    .director-photo-float img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

/* Clear float */
.director-body::after {
    content: "";
    display: block;
    clear: both;
}

/* Responsive */
@media (max-width: 768px) {
    .director-photo-float {
        float: none;
        width: 140px;
        margin: 0 auto 14px;
    }
}
/* ================================
   Notre engagement
   ================================ */

.engagement-panel {
    max-width: 980px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 18px;
}

    .engagement-panel h2,
    .engagement-panel h3 {
        color: #0f172a;
    }

.engagement-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

    .engagement-list li {
        margin-bottom: 8px;
        color: rgba(15,23,42,.75);
    }

.engagement-panel hr {
    border-color: rgba(15,23,42,.12);
}
/* Features (si besoin) */
.feature {
    display: flex;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 16px;
    background: #fff;
}

    .feature i {
        font-size: 1.4rem;
        line-height: 1;
        color: #b11217; /* accent IS */
        margin-top: 2px;
    }

