﻿/* ═══════════════════════════════════════════════════════════
   AXION — HOME PAGE STYLES
   ═══════════════════════════════════════════════════════════ */

/* ── Keyframes ── */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollPulse {
    0%, 100% {
        opacity: 0.4;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(8px);
    }
}

@keyframes heroSlide {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slowZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}

/* Separator gold line — breathing glow */
@keyframes ssLineBreath {
    0%, 100% {
        stroke-opacity: 0.28;
    }

    50% {
        stroke-opacity: 0.65;
    }
}

/* Sector card icon pulse */
@keyframes scPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.85;
    }

    50% {
        transform: scale(1.07);
        opacity: 0.45;
    }
}

.reveal {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.reveal-d1 {
    animation-delay: 0.15s;
}

.reveal-d2 {
    animation-delay: 0.30s;
}

.reveal-d3 {
    animation-delay: 0.50s;
}

.reveal-d4 {
    animation-delay: 0.65s;
}

.reveal-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

    .reveal-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }


/* ═══════════════════════════════════════════════════════════
   HÉRO — DIAPORAMA PLEIN ÉCRAN
   ═══════════════════════════════════════════════════════════ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: heroSlide 24s ease-in-out infinite, slowZoom 24s ease-in-out infinite;
}

.hero-slide-1 {
    background-image: url('/images/hero-1.jpg');
    animation-delay: 0s;
}

.hero-slide-2 {
    background-image: url('/images/hero-2.jpg');
    animation-delay: 6s;
}

.hero-slide-3 {
    background-image: url('/images/hero-3.jpg');
    animation-delay: 12s;
}

.hero-slide-4 {
    background-image: url('/images/hero-4.jpg');
    animation-delay: 18s;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(1,30,61,.88) 0%, rgba(1,30,61,.72) 40%, rgba(1,30,61,.80) 100%);
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 2rem 6rem;
    max-width: 780px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: .45rem 1.2rem;
    background: rgba(242,144,12,.12);
    border: 1px solid rgba(242,144,12,.25);
    border-radius: 50px;
    color: var(--gold-light);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

    .hero-badge i {
        font-size: .55rem;
    }

.hero-title {
    margin-bottom: 1.8rem;
}

.hero-title-main {
    display: block;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(3.2rem, 8vw, 5.5rem);
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1;
    background: linear-gradient(135deg, #ffffff 30%, var(--gold-light) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title-sub {
    display: block;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: 500;
    color: var(--gold);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-top: .5rem;
}

    .hero-title-sub .amp {
        font-style: italic;
        color: var(--gold-light);
        opacity: .6;
    }

.hero-taglines {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.hero-tagline-fr {
    font-size: 1.1rem;
    color: rgba(255,255,255,.88);
    margin: 0 0 .3rem;
    order: 1;
}

.hero-tagline-en {
    font-size: .88rem;
    color: rgba(255,255,255,.38);
    font-style: italic;
    margin: 0;
    order: 2;
}

.hero-quote {
    margin: 0 auto 2.5rem;
    padding: 1.3rem 1.8rem;
    border-left: 3px solid var(--gold);
    border-right: 3px solid var(--gold);
    max-width: 560px;
    display: flex;
    flex-direction: column;
}

.hero-quote-fr {
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.15rem;
    font-style: italic;
    font-weight: 500;
    color: var(--gold-light);
    margin: 0 0 .35rem;
    line-height: 1.5;
    order: 1;
}

    .hero-quote-fr i {
        font-size: 1.5rem;
        opacity: .3;
        vertical-align: top;
        margin-right: .2rem;
    }

.hero-quote-en {
    font-size: .82rem;
    color: rgba(255,255,255,.3);
    font-style: italic;
    margin: 0;
    order: 2;
}

/* Side buttons */
.hero-side-btn {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    padding: 1.2rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
}

    .hero-side-btn i {
        font-size: 1.5rem;
        margin-bottom: .2rem;
    }

    .hero-side-btn span {
        font-size: .78rem;
        font-weight: 600;
        letter-spacing: .12em;
        text-transform: uppercase;
        white-space: nowrap;
    }

.hero-side-btn-left {
    left: 1.5rem;
    background: var(--gold);
    color: var(--navy);
    border: 2px solid var(--gold);
}

    .hero-side-btn-left:hover {
        background: var(--gold-light);
        border-color: var(--gold-light);
        box-shadow: 0 8px 32px rgba(242,144,12,.35);
        transform: translateY(-50%) translateX(-2px);
    }

.hero-side-btn-right {
    right: 1.5rem;
    background: rgba(255,255,255,.06);
    color: var(--white);
    border: 2px solid rgba(255,255,255,.2);
    backdrop-filter: blur(8px);
}

    .hero-side-btn-right:hover {
        border-color: var(--gold);
        color: var(--gold-light);
        background: rgba(242,144,12,.08);
        box-shadow: 0 8px 32px rgba(242,144,12,.15);
        transform: translateY(-50%) translateX(2px);
    }

.hero-scroll-hint {
    display: flex;
    justify-content: center;
}

    .hero-scroll-hint span {
        display: block;
        width: 24px;
        height: 40px;
        border: 2px solid rgba(255,255,255,.2);
        border-radius: 12px;
        position: relative;
    }

        .hero-scroll-hint span::after {
            content: "";
            position: absolute;
            top: 6px;
            left: 50%;
            width: 4px;
            height: 8px;
            margin-left: -2px;
            background: var(--gold);
            border-radius: 2px;
            animation: scrollPulse 2s ease infinite;
        }


/* ═══════════════════════════════════════════════════════════
   SECTION RÉASSURANCE
   ═══════════════════════════════════════════════════════════ */
.section-reassurance {
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 1.5rem 0;
}

.reassurance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.reassurance-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.8rem;
    border-left: 1px solid rgba(255,255,255,.07);
    transition: background .3s ease;
    cursor: default;
    text-align: center;
}

    .reassurance-item:first-child {
        border-left: none;
    }

    .reassurance-item:hover {
        background: rgba(255,255,255,.03);
    }

.reassurance-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(242,144,12,.1);
    border: 1px solid rgba(242,144,12,.22);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s, transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
}

.reassurance-item:hover .reassurance-icon {
    background: rgba(242,144,12,.2);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 0 20px rgba(242,144,12,.2);
}

.reassurance-icon i {
    font-size: 1.25rem;
    color: var(--gold);
}

.reassurance-text {
    display: flex;
    flex-direction: column;
    gap: .18rem;
}

    .reassurance-text strong {
        display: block;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: .82rem;
        font-weight: 600;
        color: var(--white);
        line-height: 1.25;
    }

    .reassurance-text span {
        display: block;
        font-size: .7rem;
        color: rgba(255,255,255,.42);
        line-height: 1.4;
    }


/* ═══════════════════════════════════════════════════════════
   SECTION STATS
   ═══════════════════════════════════════════════════════════ */
.section-stats {
    background: var(--navy);
    padding: 3rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .5rem;
    padding: 0 1.5rem;
    border-left: 1px solid rgba(255,255,255,.1);
}

    .stat-item:first-child {
        border-left: none;
    }

.stat-number {
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}

.stat-label {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    font-size: .82rem;
    color: rgba(255,255,255,.78);
    line-height: 1.4;
}


/* ═══════════════════════════════════════════════════════════
   SÉPARATEURS — Courbes de données financières animées
   Trois séries en mouvement : or · bleu acier · or clair
   Langages visuels : graphiques de marché, séries temporelles
   ═══════════════════════════════════════════════════════════ */

@keyframes chartScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes chartScrollRev {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes chartScrollMid {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-75%);
    }
}

/* ════════════════════════════════════════════
   SÉPARATEUR E — Constellation de données
   Points connexes animés (réseau neural)
════════════════════════════════════════════ */
.sep-e {
    position: relative;
    height: 20px;
    background: var(--navy);
    overflow: hidden;
}

    .sep-e canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

    }

.sep-e-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8.5px;
    background: linear-gradient(90deg, transparent 0%, rgba(242,144,12,.35) 50%, transparent 100%);
    pointer-events: none;
}

.sep-e-line2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8.5px;
    background: linear-gradient(90deg, transparent 0%, rgba(74,141,192,.3) 50%, transparent 100%);
    pointer-events: none;
}

/* ── Shared keyframe ── */
@keyframes scrollL {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sep-a-track, .sep-d-track {
        animation: none !important;
        transform: none !important;
    }

    .sep-c-left::after, .sep-c-right::before {
        animation: none !important;
    }

    .sep-c-diamond {
        animation: none !important;
    }
}

/* ── Conteneur ── */
.sect-sep {
    position: relative;
    height: 25px;
    overflow: hidden;
    display: block;
    line-height: 0;
}

.ss-rule-bone, .ss-rule-paper {
    height: auto;
}

/* Polygone de fond (transition de couleur) */
.ss-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ss-fill { /* défini par variante */
}

/* Lignes de graphes animées (width:200% pour boucle seamless) */
.ss-cl {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    display: block;
    pointer-events: none;
    overflow: visible;
}

.ss-cl-1 {
    animation: chartScroll 10s linear infinite;
}

.ss-cl-2 {
    animation: chartScrollRev 14s linear infinite;
}

.ss-cl-3 {
    animation: chartScrollMid 19s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .ss-cl {
        animation: none !important;
        transform: translateX(0) !important;
    }
}

/* ── Opacités par contexte de fond ── */
.ss-navy-paper .ss-cl-1 {
    opacity: 0.80;
}

.ss-navy-paper .ss-cl-2 {
    opacity: 0.55;
}

.ss-navy-paper .ss-cl-3 {
    opacity: 0.32;
}

.ss-paper-bone .ss-cl-1 {
    opacity: 0.52;
}

.ss-paper-bone .ss-cl-2 {
    opacity: 0.38;
}

.ss-paper-bone .ss-cl-3 {
    opacity: 0.20;
}

.ss-bone-paper .ss-cl-1 {
    opacity: 0.52;
}

.ss-bone-paper .ss-cl-2 {
    opacity: 0.38;
}

.ss-bone-paper .ss-cl-3 {
    opacity: 0.20;
}

.ss-paper-navy .ss-cl-1 {
    opacity: 0.58;
}

.ss-paper-navy .ss-cl-2 {
    opacity: 0.42;
}

.ss-paper-navy .ss-cl-3 {
    opacity: 0.22;
}

/* ── Fonds de transition ── */
.ss-navy-paper {
    background: var(--navy);
}

    .ss-navy-paper .ss-fill {
        fill: var(--paper);
    }

.ss-paper-bone {
    background: var(--paper);
}

    .ss-paper-bone .ss-fill {
        fill: var(--bone);
    }

.ss-bone-paper {
    background: var(--bone);
}

    .ss-bone-paper .ss-fill {
        fill: var(--paper);
    }

.ss-paper-navy {
    background: var(--paper);
}

    .ss-paper-navy .ss-fill {
        fill: var(--navy);
    }


/* ── Règle ornementale (sections de même fond) ── */
.ss-rule-bone {
    background: var(--bone);
    padding: 1.6rem 0;
}

.ss-rule-paper {
    background: var(--paper);
    padding: 1.6rem 0;
}

.ss-rule-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 380px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ss-rule-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(242,144,12,0.32));
}

.ss-rule-inner .ss-rule-line:last-child {
    background: linear-gradient(90deg, rgba(242,144,12,0.32), transparent);
}

.ss-rule-gem {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(242,144,12,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 0.52rem;
    opacity: 0.65;
    flex-shrink: 0;
}


/* ═══════════════════════════════════════════════════════════
   SECTION PRÉSENTATION
   ═══════════════════════════════════════════════════════════ */
.section-intro {
    padding: 5rem 0;
    background: var(--paper);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.intro-label {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

    .intro-label i {
        font-size: .85rem;
    }

.intro-heading {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    color: var(--navy);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.intro-para {
    margin-bottom: 2rem;
}

.intro-fr {
    font-size: 1.02rem;
    color: var(--ink);
    line-height: 1.75;
    margin-bottom: 1rem;
    text-align: justify;
}

.intro-en {
    font-size: .88rem;
    color: var(--ink-soft);
    font-style: italic;
    line-height: 1.65;
    padding-left: 1.2rem;
    border-left: 2px solid var(--gold);
    text-align: justify;
}

.intro-image-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(1,30,61,.15);
}

    .intro-image-frame img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        display: block;
        transition: transform .5s ease;
    }

    .intro-image-frame:hover img {
        transform: scale(1.03);
    }

.intro-image-accent {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--gold);
    border-radius: 12px;
    z-index: -1;
}


/* ═══════════════════════════════════════════════════════════
   SECTION SECTEURS — CARTES PREMIUM
   ═══════════════════════════════════════════════════════════ */
.section-sectors {
    padding: 5rem 0;
    background: var(--bone);
}

.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .section-header .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        color: var(--gold);
        margin-bottom: 1rem;
    }

    .section-header h2 {
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        color: var(--navy);
        margin-bottom: .8rem;
    }

.section-subtitle {
    font-size: 1rem;
    color: var(--ink-soft);
    max-width: 560px;
}

.section-subtitle-en {
    font-size: .85rem;
    font-style: italic;
    color: var(--ink-soft);
    opacity: .75;
    max-width: 560px;
    margin-top: .4rem;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

/* ── Carte secteur ── */
.sector-card {
    background: linear-gradient(145deg, #011626 0%, #092238 100%);
    border: 1px solid rgba(242,144,12,0.15);
    border-radius: 20px;
    padding: 2.5rem 1.8rem 2rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: default;
    transition: transform 0.72s cubic-bezier(.25,.8,.25,1), box-shadow 0.72s ease, border-color 0.72s ease;
}

    .sector-card:hover {
        transform: translateY(-12px);
        border-color: rgba(242,144,12,0.5);
        box-shadow: 0 30px 70px rgba(1,15,31,0.55), 0 10px 30px rgba(1,15,31,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
    }

/* Diagonal light sweep */
.sc-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,0.04) 50%, transparent 80%);
    transform: skewX(-20deg);
    transition: left 1.1s ease;
    pointer-events: none;
}

.sector-card:hover .sc-shine {
    left: 160%;
}

/* Gold top line reveal */
.sc-top-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.8s cubic-bezier(.25,.8,.25,1) 0.08s;
}

.sector-card:hover .sc-top-line {
    transform: scaleX(1);
}

/* Icon with pulse rings */
.sc-icon-wrap {
    position: relative;
    width: 84px;
    height: 84px;
    margin: 0 auto 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-ring-outer, .sc-ring-inner {
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    animation: scPulse 2.8s ease-in-out infinite;
}

.sc-ring-outer {
    inset: -12px;
    border-width: 1px;
    border-color: rgba(242,144,12,0.18);
    animation-delay: 0s;
}

.sc-ring-inner {
    inset: 0;
    border-width: 1px;
    border-color: rgba(242,144,12,0.38);
    animation-delay: 0.35s;
}

.sc-icon-bg {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(242,144,12,0.22), rgba(242,144,12,0.07));
    border: 1px solid rgba(242,144,12,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background 0.72s ease, transform 0.78s cubic-bezier(.34,1.56,.64,1), box-shadow 0.72s ease;
}

.sector-card:hover .sc-icon-bg {
    background: radial-gradient(circle at 35% 35%, rgba(242,144,12,0.4), rgba(242,144,12,0.14));
    transform: scale(1.12) rotate(-8deg);
    box-shadow: 0 0 30px rgba(242,144,12,0.28);
}

.sc-icon-bg i {
    font-size: 1.65rem;
    color: var(--gold);
    transition: transform .72s ease, color .72s ease;
}

.sector-card:hover .sc-icon-bg i {
    transform: scale(1.1);
    color: var(--gold-light);
}

/* Body */
.sc-body {
    position: relative;
    z-index: 1;
}

.sc-title {
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: .75rem;
    line-height: 1.3;
    transition: color .55s ease;
}

.sector-card:hover .sc-title {
    color: var(--gold-light);
}

.sc-desc {
    font-size: .8rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.52);
    margin-bottom: 1.4rem;
}

/* Arrow reveal */
.sc-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(242,144,12,0.35);
    color: var(--gold);
    opacity: 0;
    transform: translateY(10px) scale(0.75);
    transition: opacity .55s ease, transform .78s cubic-bezier(.34,1.56,.64,1);
}

.sector-card:hover .sc-arrow {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.sc-arrow i {
    font-size: .95rem;
}


/* ═══════════════════════════════════════════════════════════
   SECTION EXPERTISES — CARTES EDITORIALES
   ═══════════════════════════════════════════════════════════ */
.section-expertises {
    padding: 5rem 0;
    background: var(--bone);
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.expertise-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform .68s cubic-bezier(.25,.8,.25,1), box-shadow .68s ease;
    box-shadow: 0 2px 14px rgba(1,30,61,.07);
}

    /* Gold border on hover via pseudo */
    .expertise-card::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 16px;
        border: 1.5px solid rgba(242,144,12,0);
        transition: border-color .68s ease;
        pointer-events: none;
        z-index: 5;
    }

    .expertise-card:hover::before {
        border-color: rgba(242,144,12,0.45);
    }

    .expertise-card:hover {
        transform: translateY(-12px) scale(1.015);
        box-shadow: 0 28px 70px rgba(1,30,61,0.14), 0 8px 24px rgba(1,30,61,0.08);
    }

.expertise-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

    .expertise-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .9s ease;
    }

.expertise-card:hover .expertise-card-image img {
    transform: scale(1.1);
}

.expertise-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(1,30,61,.65) 100%);
}

.expertise-card-num {
    position: absolute;
    bottom: .5rem;
    right: .9rem;
    z-index: 2;
    font-family: "Newsreader", Georgia, serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: rgba(255,255,255,.32);
    line-height: 1;
    transition: color .7s ease, transform .7s ease;
}

.expertise-card:hover .expertise-card-num {
    color: rgba(242,144,12,.65);
    transform: translateY(-5px);
}

.expertise-card-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 40%, rgba(242,144,12,.16) 50%, transparent 60%);
    transform: translateX(-130%);
    pointer-events: none;
    z-index: 3;
    transition: transform 1.2s ease;
}

.expertise-card:hover .expertise-card-shine {
    transform: translateX(130%);
}

.expertise-card-body {
    padding: 1.5rem;
}

.expertise-card-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242,144,12,.1);
    border-radius: 10px;
    margin-top: -2.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    border: 3px solid var(--white);
    box-shadow: 0 4px 12px rgba(1,30,61,.1);
    transition: transform .78s cubic-bezier(.34,1.56,.64,1), background .68s ease;
}

.expertise-card:hover .expertise-card-icon {
    transform: rotate(-8deg) scale(1.1);
    background: rgba(242,144,12,.18);
}

.expertise-card-icon i {
    font-size: 1.2rem;
    color: var(--gold);
}

.expertise-card h3 {
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: .5rem;
    text-align: center;
}

    .expertise-card h3::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: var(--gold);
        margin: .5rem auto 0;
        transition: width .7s ease;
    }

.expertise-card:hover h3::after {
    width: 36px;
}

.expertise-desc p {
    font-size: .84rem;
    color: var(--ink-soft);
    line-height: 1.6;
    text-align: center;
}

.expertise-cta {
    text-align: center;
    margin-top: 2.5rem;
}


/* ═══════════════════════════════════════════════════════════
   SECTION APPROCHE
   ═══════════════════════════════════════════════════════════ */
.section-approach {
    padding: 5rem 0;
    background: var(--paper);
}

.approach-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
}

    .approach-timeline::before {
        content: "";
        position: absolute;
        top: 32px;
        left: 8%;
        right: 8%;
        height: 2px;
        background: var(--line-gold);
        z-index: 0;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 1.2s cubic-bezier(.4,0,.2,1);
    }

    .approach-timeline.is-visible::before {
        transform: scaleX(1);
    }

.approach-step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.approach-step-marker {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 2px solid var(--gold);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: transform .5s cubic-bezier(.34,1.56,.64,1), opacity .4s ease, background .3s ease;
    box-shadow: 0 4px 16px rgba(242,144,12,.15);
}

.approach-step.is-visible .approach-step-marker {
    transform: scale(1);
    opacity: 1;
}

.approach-step-marker i {
    font-size: 1.3rem;
    color: var(--gold);
    transition: color .3s ease;
}

.approach-step:hover .approach-step-marker {
    background: var(--gold);
}

    .approach-step:hover .approach-step-marker i {
        color: var(--navy);
    }

.approach-step-badge {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    color: var(--gold);
    font-family: "IBM Plex Mono", monospace;
    font-size: .65rem;
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid var(--white);
    transform: scale(0);
    transition: transform .4s cubic-bezier(.34,1.56,.64,1) .15s;
}

.approach-step.is-visible .approach-step-badge {
    transform: scale(1);
}

.approach-step h3 {
    font-size: 1.05rem;
    color: var(--navy);
    margin-bottom: .3rem;
}

.approach-desc p {
    font-size: .84rem;
    color: var(--ink-soft);
    line-height: 1.6;
    max-width: 240px;
    margin: 0 auto;
}


/* ═══════════════════════════════════════════════════════════
   SECTION POURQUOI AXION — CARTES LUXE
   ═══════════════════════════════════════════════════════════ */
.section-why {
    padding: 5rem 0;
    background: var(--paper);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.why-card {
    background: var(--white);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(1,30,61,.06);
    transition: transform .68s cubic-bezier(.25,.8,.25,1), box-shadow .68s ease;
    position: relative;
    box-shadow: 0 4px 20px rgba(1,30,61,.06);
}

    /* Bottom gold line reveal */
    .why-card::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .82s cubic-bezier(.25,.8,.25,1);
        z-index: 3;
    }

    .why-card:hover::before {
        transform: scaleX(1);
    }

    /* Top glow on hover */
    .why-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(242,144,12,0.4), transparent);
        opacity: 0;
        transition: opacity .7s ease;
    }

    .why-card:hover::after {
        opacity: 1;
    }

    .why-card:hover {
        transform: translateY(-10px) scale(1.015);
        box-shadow: 0 24px 64px rgba(1,30,61,.12), 0 8px 24px rgba(1,30,61,.07);
    }

.why-card-visual {
    position: relative;
    height: 180px;
    overflow: hidden;
}

    .why-card-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .9s ease;
    }

.why-card:hover .why-card-visual img {
    transform: scale(1.08);
}

.why-card-icon-wrap {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    background: linear-gradient(145deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--white);
    z-index: 2;
    box-shadow: 0 4px 18px rgba(242,144,12,.4);
    transition: transform .78s cubic-bezier(.34,1.56,.64,1), box-shadow .7s ease;
}

.why-card:hover .why-card-icon-wrap {
    transform: translateX(-50%) scale(1.18) rotate(10deg);
    box-shadow: 0 8px 28px rgba(242,144,12,.52);
}

.why-card-icon-wrap i {
    font-size: 1.1rem;
    color: var(--navy);
}

.why-card-body {
    padding: 2.2rem 1.5rem 1.8rem;
    text-align: center;
}

    .why-card-body h3 {
        font-size: 1.05rem;
        color: var(--navy);
        margin-bottom: .5rem;
    }

.why-desc p {
    font-size: .84rem;
    color: var(--ink-soft);
    line-height: 1.65;
}

.why-cta {
    text-align: center;
    margin-top: 2.5rem;
}


/* ═══════════════════════════════════════════════════════════
   SECTION CTA FINAL
   ═══════════════════════════════════════════════════════════ */
.section-cta {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cta-image {
    position: absolute;
    inset: 0;
    background-image: url('/images/cta-bg.jpg');
    background-size: cover;
    background-position: center;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(1,30,61,.92) 0%, rgba(1,30,61,.85) 100%);
}

.cta-content {
    position: relative;
    z-index: 1;
}

    .cta-content h2 {
        font-size: clamp(1.4rem, 3vw, 2rem);
        color: var(--white);
        margin-bottom: 1rem;
    }

.cta-text {
    max-width: 500px;
    margin: 0 auto 2rem;
}

    .cta-text p {
        font-size: 1rem;
        color: rgba(255,255,255,.65);
        line-height: 1.6;
    }

.cta-main-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

/* ── 4 cartes d'action CTA ── */
.cta-action-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 760px;
    margin: 0 auto;
}

.cta-action-card {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.25rem 1.4rem;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background .3s ease, border-color .3s ease, transform .35s cubic-bezier(.25,.8,.25,1), box-shadow .3s ease;
    text-align: left;
}

    /* Gradient overlay on hover */
    .cta-action-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(242,144,12,.1), transparent);
        opacity: 0;
        transition: opacity .3s ease;
        border-radius: 14px;
    }

    .cta-action-card:hover::before {
        opacity: 1;
    }

    /* Top accent line reveal */
    .cta-action-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1.5px;
        background: linear-gradient(90deg, transparent, var(--gold), transparent);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .45s ease .05s;
    }

    .cta-action-card:hover::after {
        transform: scaleX(1);
    }

    .cta-action-card:hover {
        background: rgba(242,144,12,.1);
        border-color: rgba(242,144,12,.35);
        transform: translateY(-4px);
        box-shadow: 0 12px 36px rgba(1,15,31,.4);
    }

.cta-action-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(242,144,12,.14);
    border: 1px solid rgba(242,144,12,.28);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease, transform .45s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
    position: relative;
    z-index: 1;
}

.cta-action-card:hover .cta-action-icon {
    background: rgba(242,144,12,.26);
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 0 20px rgba(242,144,12,.22);
}

.cta-action-icon i {
    font-size: 1.3rem;
    color: var(--gold);
}

.cta-action-body {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.cta-action-title {
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: .88rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: .2rem;
    line-height: 1.3;
}

.cta-action-sub {
    display: block;
    font-size: .72rem;
    color: rgba(255,255,255,.45);
    line-height: 1.4;
}

.cta-action-arrow {
    color: rgba(242,144,12,.6);
    font-size: 1.15rem;
    flex-shrink: 0;
    transition: transform .3s ease, color .3s ease;
    position: relative;
    z-index: 1;
}

.cta-action-card:hover .cta-action-arrow {
    transform: translateX(5px);
    color: var(--gold);
}

/* Featured card */
.cta-action-card--featured {
    background: rgba(242,144,12,.1);
    border-color: rgba(242,144,12,.3);
}

    .cta-action-card--featured:hover {
        background: rgba(242,144,12,.18);
        border-color: rgba(242,144,12,.55);
    }


/* ═══════════════════════════════════════════════════════════
   NAVIGATION FLOTTANTE DROITE
   ═══════════════════════════════════════════════════════════ */
/*
 * Centrage vertical dans la zone de contenu (sous le header).
 * top:0 + bottom:0 + margin-top:header-h + display:flex + align-items:center
 * = centré dans (100vh - header-h), pas dans 100vh.
 */
.float-nav {
    position: fixed;
    right: 1.4rem;
    top: 0;
    bottom: 0;
    margin-top: var(--header-h);
    z-index: 500;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s ease;
}

    .float-nav.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .float-nav ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        padding: .75rem .55rem;
        background: rgba(1,30,61,.88);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: 50px;
        border: 1px solid rgba(242,144,12,.22);
        box-shadow: 0 8px 32px rgba(1,15,31,.45);
    }

.fnav-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
    padding: .28rem;
    text-decoration: none;
    position: relative;
}

.fnav-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.3);
    flex-shrink: 0;
    transition: all .3s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    z-index: 1;
}

.fnav-link:hover .fnav-dot,
.fnav-link.is-active .fnav-dot {
    background: var(--gold);
    border-color: var(--gold);
    transform: scale(1.45);
    box-shadow: 0 0 10px rgba(242,144,12,.55);
}

.fnav-label {
    position: absolute;
    right: calc(100% + 10px);
    background: rgba(1,30,61,.95);
    color: var(--white);
    padding: .28rem .65rem;
    border-radius: 5px;
    font-size: .68rem;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: .04em;
    border: 1px solid rgba(242,144,12,.25);
    opacity: 0;
    pointer-events: none;
    transform: translateX(6px);
    transition: opacity .2s ease, transform .2s ease;
    box-shadow: 0 4px 12px rgba(1,15,31,.35);
}

.fnav-link:hover .fnav-label {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 900px) {
    .float-nav {
        display: none;
    }
}


/* ═══════════════════════════════════════════════════════════
   BOUTONS PARTAGÉS
   ═══════════════════════════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .85rem 1.8rem;
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .03em;
    border-radius: var(--radius);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .25s ease;
    text-decoration: none;
}

    .btn i {
        font-size: 1rem;
    }

.btn-gold {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}

    .btn-gold:hover {
        background: var(--gold-light);
        border-color: var(--gold-light);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(242,144,12,.3);
    }

.btn-gold-dark {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}

    .btn-gold-dark:hover {
        background: var(--navy);
        color: var(--gold);
        border-color: var(--navy);
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

.btn-navy {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

    .btn-navy:hover {
        background: var(--navy-mid);
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

.btn-outline-light {
    background: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,.25);
}

    .btn-outline-light:hover {
        border-color: var(--gold);
        color: var(--gold-light);
        transform: translateY(-2px);
    }


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7rem 0 3rem;
    }

    .hero-content {
        order: 1;
        padding: 2rem;
    }

    .hero-side-btn {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        flex-direction: row;
        justify-content: center;
        gap: .7rem;
        width: min(360px, 86vw);
        margin: .6rem auto 0;
    }

        .hero-side-btn:hover {
            transform: translateY(-2px) !important;
        }

    .hero-side-btn-left {
        order: 2;
    }

    .hero-side-btn-right {
        order: 3;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
    }

    .stat-item:nth-child(3) {
        border-left: none;
    }

    .stat-item:nth-child(3), .stat-item:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.1);
        padding-top: 1.5rem;
    }

    .reassurance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reassurance-item:nth-child(2) {
        border-left: 1px solid rgba(255,255,255,.07);
    }

    .reassurance-item:nth-child(3) {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.07);
    }

    .reassurance-item:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.07);
    }

    .approach-timeline {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

        .approach-timeline::before {
            top: 0;
            bottom: 0;
            left: 31px;
            right: auto;
            width: 2px;
            height: auto;
            transform: scaleY(0);
            transform-origin: top center;
        }

        .approach-timeline.is-visible::before {
            transform: scaleY(1);
        }

    .approach-step {
        display: flex;
        align-items: flex-start;
        gap: 1.2rem;
        text-align: left;
    }

    .approach-step-marker {
        margin: 0;
        flex-shrink: 0;
    }

    .approach-desc p {
        max-width: none;
        margin: 0;
    }

    .intro-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .intro-image {
        order: -1;
    }

    .intro-image-frame img {
        height: 300px;
    }

    .cta-action-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .hero-content {
        padding: 1.5rem;
    }

    .hero-quote {
        padding: 1rem;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .sectors-grid {
        grid-template-columns: 1fr;
    }

    .reassurance-grid {
        grid-template-columns: 1fr;
    }

    .reassurance-item {
        border-left: none !important;
        border-top: 1px solid rgba(255,255,255,.07);
    }

        .reassurance-item:first-child {
            border-top: none;
        }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.1);
        padding: 1.3rem 1rem 0;
    }

        .stat-item:first-child {
            border-top: none;
            padding-top: 0;
        }

    .cta-main-btns {
        flex-direction: column;
        align-items: center;
    }
}


/* ════════════════════════════════════════════════════════════
   SYSTÈME BILINGUE — règles page-spécifiques
   Avec data-mono="on" permanent, une seule langue s'affiche
   ════════════════════════════════════════════════════════════ */

/* Hero badge */
.hero-badge .bl-en {
    display: none;
}

[data-lang="en"] .hero-badge .bl-fr {
    display: none;
}

[data-lang="en"] .hero-badge .bl-en {
    display: inline;
}

/* Hero side buttons */
.hero-side-btn .bl-en {
    display: none;
}

[data-lang="en"] .hero-side-btn .bl-fr {
    display: none;
}

[data-lang="en"] .hero-side-btn .bl-en {
    display: block;
}

/* ── Hero taglines : style primaire EN ── */
/* (La règle globale site.css masque .bl-fr en mode EN ;
   ici on rétablit le style PRIMAIRE sur l'élément EN) */
[data-lang="en"] .hero-tagline-en {
    font-size: 1.1rem;
    color: rgba(255,255,255,.88);
    font-style: normal;
    margin-bottom: .3rem;
}
/* Le .bl-fr est masqué par la règle globale ; on garde la cohérence */
[data-lang="en"] .hero-tagline-fr {
    font-size: .88rem;
    color: rgba(255,255,255,.38);
    font-style: italic;
}

/* ── Hero quote : style primaire EN ── */
[data-lang="en"] .hero-quote-en {
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.15rem;
    font-style: italic;
    font-weight: 500;
    color: var(--gold-light);
    line-height: 1.5;
    margin: 0 0 .35rem;
    order: 1;
}

[data-lang="en"] .hero-quote-fr {
    font-size: .82rem;
    color: rgba(255,255,255,.3);
    font-style: normal;
    order: 2;
}

    [data-lang="en"] .hero-quote-fr i {
        display: none;
    }

/* Section header eyebrow */
.section-header .eyebrow .bl-en {
    display: none;
}

[data-lang="en"] .section-header .eyebrow .bl-fr {
    display: none;
}

[data-lang="en"] .section-header .eyebrow .bl-en {
    display: inline;
}

/* EN : subtitles swap */
[data-lang="en"] .section-header .section-subtitle {
    order: 5;
    font-style: italic;
    opacity: .7;
    font-size: .85rem;
}

[data-lang="en"] .section-header .section-subtitle-en {
    order: 4;
    font-style: normal;
    opacity: 1;
    font-size: 1rem;
}

/* Intro eyebrow */
.intro-label .bl-en {
    display: none;
}

[data-lang="en"] .intro-label .bl-fr {
    display: none;
}

[data-lang="en"] .intro-label .bl-en {
    display: inline;
}

/* Intro paragraphes swap EN */
[data-lang="en"] .intro-en.bl-en {
    font-size: 1.02rem;
    color: var(--ink);
    font-style: normal;
    border-left: none;
    padding-left: 0;
}

[data-lang="en"] .intro-fr.bl-fr {
    font-size: .88rem;
    color: var(--ink-soft);
    font-style: italic;
    border-left: 2px solid var(--gold);
    padding-left: 1.2rem;
}

/* Stat labels (flex column, order works) */
.stat-label .bl-fr {
    order: 1;
}

.stat-label .bl-en {
    order: 2;
    font-size: .72rem;
    font-style: italic;
    color: rgba(255,255,255,.35);
}

[data-lang="en"] .stat-label .bl-en {
    order: 1;
    font-size: .82rem;
    color: rgba(255,255,255,.78);
    font-style: normal;
}

[data-lang="en"] .stat-label .bl-fr {
    order: 2;
    font-size: .72rem;
    font-style: italic;
    color: rgba(255,255,255,.35);
}

/* CTA text */
.cta-text .bl-fr {
    font-size: 1rem;
    color: rgba(255,255,255,.65);
    line-height: 1.6;
}

.cta-text .bl-en {
    font-size: .88rem;
    color: rgba(255,255,255,.4);
    line-height: 1.55;
}

[data-lang="en"] .cta-text .bl-en {
    font-size: 1rem;
    color: rgba(255,255,255,.65);
}

[data-lang="en"] .cta-text .bl-fr {
    font-size: .88rem;
    color: rgba(255,255,255,.35);
}

/* CTA action cards bilingual */
.cta-action-title .bl-en {
    display: none;
}

.cta-action-sub .bl-en {
    display: none;
}

[data-lang="en"] .cta-action-title .bl-fr {
    display: none;
}

[data-lang="en"] .cta-action-title .bl-en {
    display: block;
}

[data-lang="en"] .cta-action-sub .bl-fr {
    display: none;
}

[data-lang="en"] .cta-action-sub .bl-en {
    display: block;
}

/* Reassurance bilingual */
.reassurance-text strong.bl-en {
    display: none;
}

.reassurance-text span.bl-en {
    display: none;
}

[data-lang="en"] .reassurance-text strong.bl-fr {
    display: none;
}

[data-lang="en"] .reassurance-text strong.bl-en {
    display: block;
}

[data-lang="en"] .reassurance-text span.bl-fr {
    display: none;
}

[data-lang="en"] .reassurance-text span.bl-en {
    display: block;
}

/* Float nav labels */
.fnav-label .bl-en {
    display: none;
}

[data-lang="en"] .fnav-label .bl-fr {
    display: none;
}

[data-lang="en"] .fnav-label .bl-en {
    display: inline;
}
