/* Page Nos réalisations */
body.page-realisations {
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow-x: hidden;
}

body.page-realisations .realisations-hero {
    padding: 90px 0 70px;
    color: #fff;
    text-align: center;
}

body.page-realisations .realisations-hero h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

body.page-realisations .realisations-hero p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    opacity: 0.92;
}

body.page-realisations .realisations-intro {
    padding: 60px 0 20px;
    background: #f8fafc;
}

body.page-realisations .realisations-intro h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0B5E7E;
    margin-bottom: 1rem;
}

body.page-realisations .realisations-intro p {
    color: #555;
    line-height: 1.75;
    max-width: 820px;
}

body.page-realisations .realisations-gallery {
    padding: 40px 0 80px;
    background: #f8fafc;
}

body.page-realisations .realisation-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

body.page-realisations .realisation-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

body.page-realisations .realisation-card-body {
    padding: 1.25rem;
}

body.page-realisations .realisation-card-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0B5E7E;
    margin-bottom: 0.5rem;
}

body.page-realisations .realisation-card-body p {
    font-size: 0.92rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* --- Section texte / engagement --- */
body.page-realisations .realisations-story {
    padding: 90px 0;
    background: linear-gradient(165deg, #0B5E7E 0%, #0a4a63 45%, #0d1b2a 100%);
    position: relative;
    overflow: hidden;
}

body.page-realisations .realisations-story::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -60px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 228, 132, 0.14) 0%, transparent 70%);
    pointer-events: none;
}

body.page-realisations .realisations-story .container {
    position: relative;
    z-index: 1;
}

body.page-realisations .story-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FFE484;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

body.page-realisations .story-title {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

body.page-realisations .story-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 2rem;
    max-width: 540px;
}

body.page-realisations .story-blocks {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

body.page-realisations .story-block {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.25rem 1.35rem;
    transition: background 0.25s ease, transform 0.25s ease;
}

body.page-realisations .story-block:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

body.page-realisations .story-block-num {
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 800;
    color: #0B5E7E;
    background: #FFE484;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.page-realisations .story-block h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
}

body.page-realisations .story-block p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.55;
}

body.page-realisations .btn-story-cta {
    display: inline-block;
    background: linear-gradient(95deg, #f4c861, #e7ce51);
    color: #0B5E7E !important;
    font-weight: 700;
    padding: 0.85rem 1.75rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-realisations .btn-story-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    color: #0B5E7E !important;
}

body.page-realisations .story-visual {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body.page-realisations .story-quote-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 4px solid #FFE484;
    border-radius: 20px;
    padding: 2rem 2rem 1.75rem;
}

body.page-realisations .story-quote-card i {
    font-size: 2rem;
    color: #FFE484;
    opacity: 0.7;
    display: block;
    margin-bottom: 0.75rem;
}

body.page-realisations .story-quote-card p {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 1rem;
}

body.page-realisations .story-quote-card span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

body.page-realisations .story-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

body.page-realisations .story-stat {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem 1rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

body.page-realisations .story-stat strong.stat-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0B5E7E;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    min-height: 1.2em;
}

body.page-realisations .story-stat span {
    font-size: 0.78rem;
    color: #666;
    line-height: 1.35;
}

/* --- Section vidéos --- */
body.page-realisations .realisations-videos {
    padding: 90px 0 80px;
    background: #f8fafc;
}

body.page-realisations .videos-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0B5E7E;
    background: rgba(11, 94, 126, 0.08);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

body.page-realisations .videos-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.3rem);
    font-weight: 800;
    color: #0B5E7E;
    margin-bottom: 0.75rem;
}

body.page-realisations .videos-head p {
    color: #666;
    max-width: 620px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

body.page-realisations .video-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

body.page-realisations .video-card-featured .video-wrapper {
    aspect-ratio: 16 / 9;
}

body.page-realisations .video-wrapper {
    position: relative;
    background: #0d1b2a;
    overflow: hidden;
}

body.page-realisations .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}

body.page-realisations .video-card-featured .video-wrapper video {
    min-height: 100%;
}

body.page-realisations .video-card:not(.video-card-featured) .video-wrapper {
    aspect-ratio: 16 / 10;
}

body.page-realisations .video-caption {
    padding: 1.25rem 1.5rem 1.5rem;
    flex-grow: 1;
}

body.page-realisations .video-caption h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0B5E7E;
    margin-bottom: 0.4rem;
}

body.page-realisations .video-caption p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    body.page-realisations .story-stats {
        grid-template-columns: 1fr;
    }
}
