﻿/* ═══════════════════════════════════════════════════════════
   AXION — ASSOCIES.CSS (Associés Fondateurs)
   ═══════════════════════════════════════════════════════════ */

/* ── Séparateurs ── */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    padding: 2.5rem 0;
    max-width: 480px;
    margin: 0 auto
}

.divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg,transparent,var(--line-gold));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .9s cubic-bezier(.4,0,.2,1)
}

.section-divider .divider-line:last-child {
    background: linear-gradient(90deg,var(--line-gold),transparent)
}

.section-divider.is-visible .divider-line {
    transform: scaleX(1)
}

.divider-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--line-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    transform: scale(0) rotate(-90deg);
    transition: transform .6s cubic-bezier(.34,1.56,.64,1) .4s
}

.section-divider.is-visible .divider-icon {
    transform: scale(1) rotate(0deg)
}

.divider-icon i {
    font-size: .85rem;
    color: var(--gold)
}


/* ═══════════════════════════════════════════════════════════
   INTRODUCTION
   ═══════════════════════════════════════════════════════════ */
.leaders-intro {
    padding: 1rem 0 1rem;
}


/* ═══════════════════════════════════════════════════════════
   BLOC SYNERGIE
   ═══════════════════════════════════════════════════════════ */
@keyframes quotePulse {
    0%, 100% {
        opacity: .4;
        transform: scale(1);
    }

    50% {
        opacity: .75;
        transform: scale(1.08);
    }
}

@keyframes scNodePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(242,144,12,.4);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 8px rgba(242,144,12,0);
    }
}

.synergy-block {
    background: var(--navy);
    border-radius: 14px;
    padding: 3rem 2.5rem;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
}

    .synergy-block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }

.synergy-quote {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.synergy-quote-ico {
    font-size: 2.2rem;
    color: rgba(242,144,12,.4);
    display: block;
    margin-bottom: .8rem;
    animation: quotePulse 3s ease-in-out infinite;
}

.synergy-fr {
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.1rem,2.2vw,1.5rem);
    font-style: italic;
    font-weight: 500;
    color: var(--gold-light);
    line-height: 1.55;
    margin-bottom: .8rem;
}

.synergy-en {
    font-size: .9rem;
    font-style: italic;
    color: rgba(255,255,255,.4);
    line-height: 1.55;
}

.synergy-pillars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.synergy-pillar {
    flex: 1;
    min-width: 220px;
    max-width: 320px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(242,144,12,.2);
    border-radius: 10px;
    padding: 2rem 1.6rem;
    text-align: center;
    transition: transform .3s, border-color .3s;
}

    .synergy-pillar:hover {
        transform: translateY(-4px);
        border-color: rgba(242,144,12,.5);
    }

.synergy-pillar-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242,144,12,.12);
    border: 1px solid rgba(242,144,12,.25);
    border-radius: 50%;
    transition: background .3s, transform .3s;
}

.synergy-pillar:hover .synergy-pillar-icon {
    background: var(--gold);
    transform: scale(1.08) rotate(-6deg);
}

.synergy-pillar-icon i {
    font-size: 1.4rem;
    color: var(--gold);
    transition: color .3s;
}

.synergy-pillar:hover .synergy-pillar-icon i {
    color: var(--navy);
}

.synergy-pillar h4 {
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: .3rem;
}

.sp-fr {
    display: block;
    font-size: .82rem;
    font-weight: 500;
    color: var(--gold-light);
    margin-bottom: .2rem;
}

.sp-en {
    display: block;
    font-size: .7rem;
    font-style: italic;
    color: rgba(255,255,255,.4);
    margin-bottom: 1rem;
}

.sp-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(242,144,12,.3);
    border-radius: 50px;
    padding: .4rem .9rem;
    transition: background .3s, border-color .3s, color .3s;
}

    .sp-link:hover {
        background: var(--gold);
        border-color: var(--gold);
        color: var(--navy);
    }

    .sp-link i {
        font-size: .8rem;
    }

.synergy-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0;
}

.sc-line {
    width: 1px;
    height: 40px;
    background: var(--line-gold);
}

.sc-node {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    border-radius: 50%;
    color: var(--navy);
    font-size: 1.1rem;
    animation: scNodePulse 2.4s ease-in-out infinite;
}


/* ═══════════════════════════════════════════════════════════
   LEADER SECTION
   ═══════════════════════════════════════════════════════════ */
.leader-section {
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}

.leader-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4.5rem;
    align-items: start;
    position: relative;
}

    .leader-card.reverse {
        grid-template-columns: 1.15fr 0.85fr;
    }

.leader-initial {
    position: absolute;
    top: -3.5rem;
    font-family: "Newsreader", Georgia, serif;
    font-size: 13rem;
    font-weight: 600;
    color: rgba(1,30,61,.045);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.leader-card:not(.reverse) .leader-initial {
    left: -0.5rem;
}

.leader-card.reverse .leader-initial {
    right: -0.5rem;
}

/* ── Photo column ── */
.leader-photo-col {
    position: relative;
    z-index: 1;
    order: 1;
}

.leader-card.reverse .leader-photo-col {
    order: 2;
}

.leader-content-col {
    position: relative;
    z-index: 1;
    order: 2;
}

.leader-card.reverse .leader-content-col {
    order: 1;
}

.leader-photo-wrap {
    position: relative;
    margin-bottom: 1.5rem;
}

.leader-photo-backdrop {
    position: absolute;
    inset: 0;
    transform: translate(-14px, 14px);
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 10px;
    opacity: .9;
    transition: transform .4s;
}

.leader-card.reverse .leader-photo-backdrop {
    transform: translate(14px, 14px);
}

.leader-photo-wrap:hover .leader-photo-backdrop {
    transform: translate(-9px, 9px);
}

.leader-card.reverse .leader-photo-wrap:hover .leader-photo-backdrop {
    transform: translate(9px, 9px);
}

.leader-photo-frame {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 56px rgba(1,30,61,.16);
}

    .leader-photo-frame img,
    .leader-photo-frame .avatar-svg {
        width: 100%;
        height: 480px;
        object-fit: cover;
        display: block;
        transition: transform .5s;
    }

    .leader-photo-frame:hover img,
    .leader-photo-frame:hover .avatar-svg {
        transform: scale(1.04);
    }

/* Stat badge — compteur */
.leader-stat-badge {
    position: absolute;
    bottom: -1.4rem;
    right: -1.2rem;
    z-index: 2;
    background: var(--navy);
    border: 3px solid var(--bone);
    border-radius: 10px;
    padding: 1rem 1.3rem;
    text-align: center;
    box-shadow: 0 12px 32px rgba(1,30,61,.28);
}

.leader-card.reverse .leader-stat-badge {
    right: auto;
    left: -1.2rem;
}

.leader-stat-badge .stat-number {
    display: block;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.9rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}

.leader-stat-badge .stat-label {
    display: block;
    font-size: .66rem;
    color: rgba(255,255,255,.75);
    line-height: 1.4;
    margin-top: .25rem;
}

    .leader-stat-badge .stat-label em {
        display: block;
        font-size: .58rem;
        font-style: italic;
        color: rgba(255,255,255,.4);
    }

/* LinkedIn */
.leader-linkedin-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .75rem 1.2rem;
    background: #0A66C2;
    border-radius: 8px;
    color: var(--white);
    font-size: .82rem;
    font-weight: 600;
    transition: background .3s, transform .3s, box-shadow .3s;
    margin-top: 2.5rem;
}

    .leader-linkedin-btn:hover {
        background: #004182;
        color: var(--white);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(10,102,194,.35);
    }

    .leader-linkedin-btn i {
        font-size: 1.15rem;
    }

    .leader-linkedin-btn span {
        display: block;
        line-height: 1.2;
    }

    .leader-linkedin-btn small {
        display: block;
        font-size: .68rem;
        font-style: italic;
        opacity: .7;
    }


/* ── Content column ── */
.leader-nationality {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .85rem;
    background: rgba(242,144,12,.08);
    border: 1px solid rgba(242,144,12,.2);
    border-radius: 50px;
    font-size: .74rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 1.1rem;
}

    .leader-nationality i {
        color: var(--gold);
        font-size: .7rem;
    }

.leader-name {
    font-size: clamp(1.6rem,3vw,2.2rem);
    color: var(--navy);
    margin-bottom: .4rem;
    line-height: 1.2;
}

.leader-role-fr {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--gold);
}

.leader-role-en {
    display: block;
    font-size: .85rem;
    font-style: italic;
    color: var(--ink-soft);
    margin-bottom: 1.7rem;
}

/* Citation personnelle */
.leader-quote {
    background: var(--navy);
    border-left: 3px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 1.4rem 2rem 1.4rem 1.6rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

    .leader-quote::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, rgba(242,144,12,.1) 0%, transparent 70%);
        pointer-events: none;
    }

.leader-quote-ico {
    font-size: 2rem;
    color: rgba(242,144,12,.3);
    position: absolute;
    top: .6rem;
    right: .8rem;
}

.lq-fr {
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 500;
    color: var(--gold-light);
    line-height: 1.55;
    margin-bottom: .5rem;
}

.lq-en {
    font-size: .82rem;
    font-style: italic;
    color: rgba(255,255,255,.45);
    line-height: 1.5;
}

/* Biographies */
.leader-bio-fr {
    font-size: .98rem;
    color: var(--ink);
    line-height: 1.75;
    margin-bottom: .9rem;
    text-align: justify;
}

.leader-bio-en {
    font-size: .86rem;
    color: var(--ink-soft);
    font-style: italic;
    line-height: 1.65;
    padding-left: 1rem;
    border-left: 2px solid var(--gold);
    margin-bottom: 2.2rem;
    text-align: justify;
}


/* ── Expertises clés ── */
.leader-expertises {
    background: var(--navy);
    border-radius: 10px;
    padding: 1.8rem 1.6rem;
    margin-bottom: 2.5rem;
}

.leader-expertises-header {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.4rem;
}

    .leader-expertises-header i {
        font-size: .9rem;
        color: var(--gold);
    }

    .leader-expertises-header h4 {
        font-family: "IBM Plex Mono", monospace;
        font-size: .72rem;
        font-weight: 600;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: var(--gold);
        margin: 0;
    }

    .leader-expertises-header span {
        font-size: .68rem;
        font-style: italic;
        color: rgba(255,255,255,.4);
        margin-left: auto;
    }

.leader-expertises-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .7rem;
}

.leader-expertise-item {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    padding: .8rem 1rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(242,144,12,.12);
    border-radius: 6px;
    transition: background .3s, border-color .3s, transform .3s;
}

    .leader-expertise-item:hover {
        background: rgba(242,144,12,.1);
        border-color: rgba(242,144,12,.35);
        transform: translateY(-2px);
    }

    .leader-expertise-item i {
        font-size: .85rem;
        color: var(--gold);
        flex-shrink: 0;
        margin-top: .1rem;
    }

.exp-fr {
    display: block;
    font-size: .83rem;
    font-weight: 600;
    color: var(--white);
}

.exp-en {
    display: block;
    font-size: .68rem;
    font-style: italic;
    color: rgba(255,255,255,.45);
    margin-top: .15rem;
}


/* ── Parcours professionnel ── */
.leader-timeline-label {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.3rem;
}

.leader-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.timeline-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    position: relative;
}

    .timeline-item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 17.5px;
        top: 38px;
        width: 1.5px;
        height: calc(100% - 10px);
        background: var(--line);
    }

.timeline-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242,144,12,.1);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: background .3s, transform .3s;
}

.timeline-item:hover .timeline-icon {
    background: var(--gold);
    transform: scale(1.1);
}

.timeline-icon i {
    font-size: .95rem;
    color: var(--gold);
    transition: color .3s;
}

.timeline-item:hover .timeline-icon i {
    color: var(--navy);
}

.timeline-org {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    color: var(--navy);
}

.timeline-role {
    display: block;
    font-size: .8rem;
    color: var(--ink-soft);
    margin-top: .1rem;
}


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
    .leader-section {
        padding: 3rem 0;
    }

    .leader-card, .leader-card.reverse {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

        .leader-photo-col, .leader-card.reverse .leader-photo-col {
            order: 1;
        }

        .leader-content-col, .leader-card.reverse .leader-content-col {
            order: 2;
        }

    .leader-photo-frame img, .leader-photo-frame .avatar-svg {
        height: 380px;
    }

    .leader-initial {
        font-size: 7rem;
        top: -1.8rem;
    }

    .leader-stat-badge {
        right: 1rem !important;
        left: auto !important;
        bottom: -1.2rem;
    }

    .synergy-pillars {
        flex-direction: column;
        align-items: center;
    }

    .synergy-connector {
        flex-direction: row;
    }

    .sc-line {
        height: 1px;
        width: 40px;
    }

    .synergy-pillar {
        max-width: 420px;
        width: 100%;
    }
}

@media (max-width: 540px) {
    .leader-photo-frame img, .leader-photo-frame .avatar-svg {
        height: 320px;
    }

    .leader-expertises-grid {
        grid-template-columns: 1fr;
    }
}
