@charset "UTF-8";
/*
Theme Name: Glossier
Theme URI: https://glossier.cmsmasters.net/
Author: cmsmasters
Author URI: https://cmsmasters.net/
Description: Glossier Magazine Elementor based WordPress theme is a contemporary viral blog of a modern design and tremendous functionality, basically anything a magazine or newspaper needs. Numerous ways to post news and articles, well-structured blog page, handsome typography for your publishing, advanced widgets collection to present all sorts of content. Glossier theme is packed with custom content templates for all sorts of article presentation, including numerous layouts for latest articles, top stories, category archives etc.
Version: 1.2.0
Tested up to: 6.6
Requires PHP: 7.4
License:
License URI:
Text Domain: glossier
Domain Path: /theme-config/languages
Copyright: cmsmasters 2024 / All Rights Reserved
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


.sticky,
.bypostauthor,
.screen-reader-text {
  outline: none;
}

        @media (max-width: 1024px) {
            .hero-unified {
                padding: 100px 0 60px;
            }

            .hero-grid {
                gap: 50px;
            }

            .hero-content-main h1 {
                font-size: 3rem;
                line-height: 1.15;
            }

            /* MASQUER le dashboard sur tablette */
            .unified-dashboard {
                display: none !important;
            }
        }

        @media (max-width: 768px) {
            .hero-visual {
                display: block !important;
                margin-top: 30px;
                order: 2;
                margin-top: -50px;
                margin-bottom: -100px;
            }

            .visual-container {
                width: 100% !important;
                max-width: 280px !important;
                margin: 0 auto;
                height: auto !important;
                /* AUTO au lieu de fixe */
            }

            .portfolio-showcase {
                border-radius: 20px !important;
                padding: 0 !important;
                /* ZÉRO padding */
                height: 80% !important;
                overflow: hidden !important;
            }

            .showcase-header {
                padding: 16px 16px 12px 16px !important;
                margin-bottom: 0 !important;
                background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            }

            /* PHOTO ÉNORME - 60% de la hauteur */
            .project-image {
                height: 240px !important;
                /* Grande photo */
                width: 100% !important;
                margin: 0 !important;
                border-radius: 0 !important;
                /* Pas de border-radius pour maximiser */
                position: relative;
            }

            /* Contenu compact en bas */
            .project-content {
                padding: 12px 16px 16px 16px !important;
                background: white;
                height: calc(100% - 240px - 60px) !important;
                /* Reste de l'espace */
                display: flex !important;
                flex-direction: column !important;
                justify-content: space-between !important;
            }

            .project-category {
                font-size: 0.7rem !important;
                margin-bottom: 2px !important;
            }

            .project-title {
                font-size: 1.1rem !important;
                margin-bottom: 4px !important;
                line-height: 1.2 !important;
            }

            .project-description {
                font-size: 0.8rem !important;
                line-height: 1.3 !important;
                margin-bottom: 8px !important;
                flex: 1 !important;
            }

            .project-tags {
                gap: 4px !important;
                margin-top: auto !important;
            }

            .project-tag {
                padding: 3px 8px !important;
                font-size: 0.65rem !important;
            }

            /* Badges overlay toujours visibles */
            .project-badge {
                top: 8px !important;
                left: 8px !important;
                padding: 4px 8px !important;
                font-size: 0.65rem !important;
            }

            .project-metric {
                top: 8px !important;
                right: 8px !important;
                padding: 4px 8px !important;
                font-size: 0.7rem !important;
            }
        }

        /* Très petits écrans - Photo encore plus grande */
        @media (max-width: 360px) {
            .visual-container {
                max-width: 260px !important;
            }

            .project-image {
                height: 200px !important;
                /* Photo domine l'écran */
            }

            .project-content {
                height: calc(100% - 200px - 60px) !important;
                padding: 10px 12px 12px 12px !important;
            }
        }

        /* Mobile Hero - Smartphones */
        @media (max-width: 768px) {
            .hero-unified {
                min-height: 90vh;
                padding: 100px 0 40px;
                background:
                    radial-gradient(circle at 50% 20%, rgba(41, 98, 149, 0.06) 0%, transparent 60%),
                    linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            }

            .hero-grid {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }

            .hero-content-main {
                max-width: 100%;
                order: 1;
            }

            .hero-content-main h1 {
                font-size: 2.4rem;
                line-height: 1.2;
                margin-bottom: 20px;
            }

            .hero-badge {
                font-size: 0.8rem;
                padding: 8px 16px;
                margin-bottom: 20px;
                display: inline-block;
                max-width: 90%;
                line-height: 1.3;
            }

            .hero-description {
                font-size: 1.05rem;
                line-height: 1.6;
                margin-bottom: 32px;
                max-width: 100%;
            }

            .hero-cta {
                flex-direction: column;
                gap: 16px;
                align-items: center;
                margin-bottom: 40px;
            }

            .btn-primary-large,
            .btn-text {
                width: 100%;
                max-width: 280px;
                text-align: center;
                justify-content: center;
                display: inline-block;
                padding: 16px 32px;
                font-size: 1rem;
            }

            /* Stats hero mobile - TAILLES RÉDUITES */
            .hero-stats {
                gap: 20px;
                margin-top: 50px;
                padding: 0 10px;
                flex-wrap: wrap;
                justify-content: center;
            }

            .stat-item {
                flex: 1;
                min-width: 80px;
            }

            /* STATS PLUS PETITES */
            .stat-number {
                font-size: 1.4rem !important;
                font-weight: 700;
            }

            .stat-label {
                font-size: 0.8rem !important;
            }

            /* Métriques 360 responsive */
            .metrics-360 {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
                margin-top: 20px;
            }

            .metric-card {
                padding: 12px 8px;
            }

            .metric-value {
                font-size: 1.2rem;
            }

            .metric-label {
                font-size: 0.75rem;
            }
        }

        /* Mobile Hero - Petits écrans */
        @media (max-width: 480px) {
            .hero-unified {
                padding: 80px 0 30px;
                min-height: 85vh;
            }

            .hero-content-main h1 {
                font-size: 2rem;
                line-height: 1.25;
                margin-bottom: 16px;
            }

            .hero-badge {
                font-size: 0.75rem;
                padding: 6px 12px;
                margin-bottom: 16px;
            }

            .hero-description {
                font-size: 1rem;
                line-height: 1.5;
                margin-bottom: 28px;
            }

            .btn-primary-large,
            .btn-text {
                padding: 14px 28px;
                font-size: 0.95rem;
            }

            .hero-stats {
                margin-top: 40px;
                gap: 16px;
            }

            /* STATS ENCORE PLUS PETITES */
            .stat-number {
                font-size: 1.2rem !important;
                font-weight: 700;
            }

            .stat-label {
                font-size: 0.75rem !important;
            }

            .metrics-360 {
                grid-template-columns: 1fr;
                gap: 6px;
            }

            .container {
                padding: 0 16px;
            }
        }

        /* Mobile Hero - Très petits écrans */
        @media (max-width: 360px) {
            .hero-content-main h1 {
                font-size: 1.8rem;
            }

            .hero-description {
                font-size: 0.95rem;
            }

            .hero-stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
                display: flex;
                flex-wrap: wrap;
            }

            /* STATS MINIMALES */
            .stat-number {
                font-size: 1.1rem !important;
                font-weight: 700;
            }

            .stat-label {
                font-size: 0.7rem !important;
            }

            .btn-primary-large,
            .btn-text {
                padding: 12px 24px;
                font-size: 0.9rem;
            }
        }

        /* ===== MENU BURGER ULTRA MODERNE - INDEX.HTML ===== */

        /* Burger Menu Icon - Design moderne */
        .burger-menu {
            display: none;
            flex-direction: column;
            cursor: pointer;
            padding: 12px;
            z-index: 1001;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            position: relative;
            overflow: hidden;
        }

        .burger-menu::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(0, 122, 255, 0.4), transparent);
            transition: all 0.6s ease;
        }

        .burger-menu:hover::before {
            left: 100%;
        }

        .burger-line {
            width: 20px;
            height: 2px;
            background: linear-gradient(135deg, #2c3e50, var(--nevo-text));
            margin: 2px 0;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            border-radius: 2px;
            position: relative;
            transform-origin: center;
        }

        .burger-menu:hover .burger-line {
            background: linear-gradient(135deg, var(--nevo-text) 0%, var(--nevo-primary) 100%);
            width: 22px;
        }

        .burger-menu.active {
            background: rgba(41, 98, 149, 0.15);
            border-color: rgba(41, 98, 149, 0.3);
            transform: rotate(90deg);
        }

        .burger-menu.active .burger-line:nth-child(1) {
            transform: rotate(45deg) translate(4px, 4px);
            background: linear-gradient(135deg, var(--nevo-text) 0%, var(--nevo-primary) 100%);
        }

        .burger-menu.active .burger-line:nth-child(2) {
            opacity: 0;
            transform: scale(0);
        }

        .burger-menu.active .burger-line:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
            background: linear-gradient(135deg, var(--nevo-text) 0%, var(--nevo-primary) 100%);
        }

        /* Menu mobile overlay - Design ultra moderne */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background:
                radial-gradient(circle at 20% 80%, rgba(41, 98, 149, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(30, 77, 120, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(41, 98, 149, 0.08) 0%, transparent 50%),
                linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
            backdrop-filter: blur(40px) saturate(150%);
            -webkit-backdrop-filter: blur(40px) saturate(150%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transform: scale(0.8) translateY(50px);
        }

        .mobile-menu.active {
            opacity: 1;
            visibility: visible;
            transform: scale(1) translateY(0);
        }

        /* Effet de particules flottantes */
        .mobile-menu::before,
        .mobile-menu::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            animation: float-particles 8s ease-in-out infinite;
        }

        .mobile-menu::before {
            top: 15%;
            left: 10%;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, rgba(41, 98, 149, 0.2), rgba(30, 77, 120, 0.1));
            animation-delay: 0s;
        }

        .mobile-menu::after {
            bottom: 20%;
            right: 15%;
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, rgba(30, 77, 120, 0.15), rgba(41, 98, 149, 0.08));
            animation-delay: 2s;
        }

        @keyframes float-particles {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg) scale(1);
                opacity: 0.3;
            }

            25% {
                transform: translateY(-20px) rotate(90deg) scale(1.1);
                opacity: 0.6;
            }

            50% {
                transform: translateY(-10px) rotate(180deg) scale(0.9);
                opacity: 0.8;
            }

            75% {
                transform: translateY(-30px) rotate(270deg) scale(1.2);
                opacity: 0.4;
            }
        }

        /* Navigation links avec effet premium */
        .mobile-nav-links {
            list-style: none;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }

        .mobile-nav-links::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 2px;
            background: linear-gradient(135deg, var(--nevo-text) 0%, var(--nevo-primary) 100%);
            border-radius: 2px;
        }

        .mobile-nav-links li {
            margin: 20px 0;
            opacity: 0;
            transform: translateX(-50px) rotateY(90deg);
            transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .mobile-menu.active .mobile-nav-links li {
            opacity: 1;
            transform: translateX(0) rotateY(0deg);
        }

        .mobile-menu.active .mobile-nav-links li:nth-child(1) {
            transition-delay: 0.1s;
        }

        .mobile-menu.active .mobile-nav-links li:nth-child(2) {
            transition-delay: 0.2s;
        }

        .mobile-menu.active .mobile-nav-links li:nth-child(3) {
            transition-delay: 0.3s;
        }

        .mobile-menu.active .mobile-nav-links li:nth-child(4) {
            transition-delay: 0.4s;
        }

        .mobile-menu.active .mobile-nav-links li:nth-child(5) {
            transition-delay: 0.5s;
        }

        .mobile-nav-links a {
            color: #2c3e50;
            text-decoration: none;
            font-size: 1.6rem;
            font-weight: 600;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            padding: 15px 30px;
            display: block;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            background: transparent;
            border: 2px solid transparent;
        }

        .mobile-nav-links a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(41, 98, 149, 0.1), rgba(30, 77, 120, 0.15));
            transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: -1;
        }

        .mobile-nav-links a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 3px;
            background: linear-gradient(135deg, var(--nevo-text) 0%, var(--nevo-primary) 100%);
            transform: translateX(-50%);
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            border-radius: 2px;
        }

        .mobile-nav-links a:hover,
        .mobile-nav-links a.active {
            color: var(--nevo-primary);
            transform: translateY(-5px) scale(1.05);
            border-color: rgba(41, 98, 149, 0.3);
            box-shadow: 0 10px 30px rgba(41, 98, 149, 0.2);
        }

        .mobile-nav-links a:hover svg,
        .mobile-nav-links a.active svg {
            opacity: 1;
            transform: scale(1.1) rotate(5deg);
            color: var(--nevo-primary);
        }

        .mobile-nav-links a:hover::before,
        .mobile-nav-links a.active::before {
            left: 0;
        }

        .mobile-nav-links a:hover::after,
        .mobile-nav-links a.active::after {
            width: 80%;
        }

        /* Bouton Contact premium dans le menu mobile */
        .mobile-contact-btn {
            background: rgba(41, 98, 149, 0.2);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(41, 98, 149, 0.3);
            color: #296295;
            padding: 20px 50px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.2rem;
            transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            box-shadow:
                0 15px 35px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.4),
                inset 0 -1px 0 rgba(0, 0, 0, 0.05);
            cursor: pointer;
            opacity: 0;
            transform: translateY(50px) scale(0.8);
            position: relative;
            overflow: hidden;
        }

        .mobile-contact-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.8s ease;
        }


        .mobile-contact-btn:hover::before {
            left: 100%;
        }

        .mobile-menu.active .mobile-contact-btn {
            opacity: 1;
            transform: translateY(0) scale(1);
            transition-delay: 0.6s;
        }

        .mobile-contact-btn:hover {
            background: rgba(41, 98, 149, 0.3);
            border-color: rgba(41, 98, 149, 0.4);
            transform: translateY(-8px) scale(1.05);
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.5),
                inset 0 -1px 0 rgba(0, 0, 0, 0.08);
        }


        .mobile-contact-btn:hover svg:first-of-type {
            transform: rotate(360deg) scale(1.1);
        }

        .mobile-contact-btn:hover svg:last-of-type {
            transform: translateX(4px) scale(1.1);
        }

        .mobile-contact-btn:active {
            transform: translateY(-2px) scale(0.98);
        }

        .mobile-menu.active~* nav .logo {
            background: linear-gradient(135deg, var(--nevo-text) 0%, var(--nevo-primary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transform: scale(1.1);
            transition: all 0.4s ease;
        }

        /* Effet de glow sur les bords de l'écran */
        .mobile-menu.active {
            box-shadow:
                inset 0 0 100px rgba(41, 98, 149, 0.1),
                inset 0 0 200px rgba(30, 77, 120, 0.05);
        }

        /* Badge de fermeture moderne */
        .close-indicator {
            position: absolute;
            top: 40px;
            right: 40px;
            color: #64748b;
            font-size: 0.9rem;
            font-weight: 500;
            opacity: 0;
            transform: translateY(-20px) rotate(-10deg);
            transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(41, 98, 149, 0.1);
        }

        .mobile-menu.active .close-indicator {
            opacity: 1;
            transform: translateY(0) rotate(0deg);
            transition-delay: 0.8s;
        }

        /* Responsive - Affichage du burger */
        @media (max-width: 768px) {
            .nav-links {
                display: none !important;
            }

            .nav-actions .btn-contact {
                display: none !important;
            }

            .burger-menu {
                display: flex !important;
            }

            nav {
                justify-content: space-between;
            }

            .nav-actions {
                gap: 0;
            }
        }

        /* Désactivation du scroll avec effet */
        body.menu-open {
            overflow: hidden;
            height: 100vh;
        }

        /* Animation du logo pendant l'ouverture */
        .mobile-menu.active~* nav .logo {
            background: linear-gradient(135deg, #007aff, #00d4ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transform: scale(1.1);
            transition: all 0.4s ease;
        }

        /* Effet de glow sur les bords de l'écran */
        .mobile-menu.active {
            box-shadow:
                inset 0 0 100px rgba(0, 122, 255, 0.1),
                inset 0 0 200px rgba(0, 212, 255, 0.05);
        }

        :root {
            --nevo-primary: #296295;
            --nevo-primary-dark: #1e4d78;
            --nevo-primary-light: #4a7db3;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
            background: #ffffff;
            color: #2c3e50;
            overflow-x: hidden;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Navigation */
        header {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
        }



        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            height: 80px;
        }

        .logo {
            font-size: 1.75rem;
            font-weight: 700;
            background: linear-gradient(135deg, #2c3e50 0%, #007aff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.02em;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 40px;
        }

        .nav-links a {
            color: #5a6c7d;
            text-decoration: none;
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            font-weight: 400;
            font-size: 0.95rem;
            letter-spacing: -0.01em;
        }

        .nav-links a:hover {
            color: #296295;
        }

        .nav-actions {
            display: flex;
            gap: 16px;
            align-items: center;
        }

        .btn-contact {
            background: rgba(41, 98, 149, 0.15);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(41, 98, 149, 0.3);
            color: #296295;
            padding: 12px 24px;
            border-radius: 24px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            font-size: 0.9rem;
            box-shadow:
                0 4px 16px rgba(41, 98, 149, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }


        .btn-contact:hover {
            background: rgba(41, 98, 149, 0.25);
            border-color: rgba(41, 98, 149, 0.4);
            transform: translateY(-2px);
            box-shadow:
                0 8px 25px rgba(41, 98, 149, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }


        /* Hero Section */

        /* Hero Section Unifié */
        .hero-unified {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 140px 0 80px;
            background:
                radial-gradient(circle at 20% 30%, rgba(41, 98, 149, 0.04) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(30, 77, 120, 0.03) 0%, transparent 50%),
                linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            position: relative;
            overflow: hidden;
        }

        .hero-unified::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23296295' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
            animation: float 20s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        /* Contenu principal */
        .hero-content-main {
            max-width: 500px;
        }

        .hero-badge {
            background: rgba(41, 98, 149, 0.08);
            border: 1px solid rgba(41, 98, 149, 0.2);
            color: #296295;
            padding: 12px 24px;
            border-radius: 24px;
            font-size: 0.85rem;
            font-weight: 500;
            margin-bottom: 32px;
            display: inline-block;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .hero-content-main h1 {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #2c3e50 0%, #007aff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.02em;
        }

        .hero-description {
            font-size: 1.25rem;
            color: #64748b;
            line-height: 1.6;
            margin-bottom: 32px;
            font-weight: 400;
        }

        .hero-features {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 40px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #475569;
            font-weight: 500;
        }

        .feature-icon {
            font-size: 1.2rem;
            width: 32px;
            height: 32px;
            background: rgba(0, 122, 255, 0.08);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(0, 122, 255, 0.15);
        }

        .hero-cta {
            display: flex;
            align-items: center;
            gap: 32px;
        }

        .btn-primary-large {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow:
                0 8px 32px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.4),
                inset 0 -1px 0 rgba(0, 0, 0, 0.05);
            color: #2c3e50;
            padding: 20px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
        }

        .btn-primary-large::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease;
        }

        .btn-primary-large:hover::before {
            left: 100%;
        }


        .btn-primary-large:hover {
            background: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.4);
            transform: translateY(-3px);
            box-shadow:
                0 16px 40px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.5),
                inset 0 -1px 0 rgba(0, 0, 0, 0.08);
        }


        .btn-text {
            color: #64748b;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
            font-size: 1rem;
        }

        .btn-text:hover {
            color: #007aff;
            transform: translateX(4px);
        }

        /* Dashboard Unifié 360° */
        .hero-visual {
            position: relative;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }



        /* Stats de hero */
        .hero-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            max-width: 900px;
            /* Même largeur que logos-carousel */
            margin: 60px auto 0;
            /* Centrage avec marge cohérente */
            padding: 0 20px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #007aff;
            display: block;
            letter-spacing: -0.02em;
        }

        .stat-label {
            color: #64748b;
            font-size: 0.9rem;
            margin-top: 8px;
            font-weight: 400;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero-grid {
                gap: 60px;
            }

            .hero-content-main h1 {
                font-size: 3.2rem;
            }

            .unified-dashboard {
                width: 350px;
            }
        }

        @media (max-width: 768px) {
            .hero-unified {
                min-height: auto;
                padding: 120px 0 60px;
            }

            .hero-grid {
                grid-template-columns: 1fr;
                gap: 60px;
                text-align: center;
            }

            .hero-content-main {
                max-width: 100%;
            }

            .hero-content-main h1 {
                font-size: 2.8rem;
            }

            .hero-cta {
                flex-direction: column;
                gap: 20px;
                align-items: center;
            }

            .unified-dashboard {
                width: 100%;
                max-width: 350px;
            }

            .floating-element {
                display: none;
            }

            .metrics-360 {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }

            .hero-stats {
                gap: 30px;
                margin-top: 40px;
            }

            .container {
                padding: 0 16px;
            }
        }

        @media (max-width: 480px) {
            .hero-content-main h1 {
                font-size: 2.2rem;
            }

            .hero-description {
                font-size: 1.1rem;
            }

            .metrics-360 {
                grid-template-columns: 1fr;
                gap: 8px;
            }
        }

        /* Remplace .sectors-carousel par .logos-carousel */
        .logos-carousel {
            max-width: 900px;
            /* Largeur fixe pour alignement */
            margin: 0 auto;
            /* Centrage */
            position: relative;
            overflow: hidden;
        }

        .tech-stack {
            max-width: 900px;
            margin: 20px auto 0;
            /* Espacement réduit et centrage */
            padding: 0 20px;
        }

        .logos-carousel::before,
        .logos-carousel::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 120px;
            z-index: 2;
            pointer-events: none;
        }

        .logos-carousel::before {
            left: 0;
            background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
        }

        .logos-carousel::after {
            right: 0;
            background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
        }

        /* Remplace .sectors-track par .logos-track */
        .logos-track {
            display: flex;
            animation: scrollLogos 30s linear infinite;
            gap: 40px;
            width: max-content;
            align-items: center;
        }

        .logos-track:hover {
            animation-play-state: paused;
        }

        @keyframes scrollLogos {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-160px * 8));
            }
        }

        /* Nouveau style pour .logo-item */
        .logo-item {
            flex-shrink: 0;
            min-width: 140px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px 20px;
            background: rgba(255, 255, 255, 0.8);
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .logo-item:hover {
            background: rgba(255, 255, 255, 0.95);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            border-color: rgba(0, 122, 255, 0.2);
        }

        .client-logo {
            max-width: 100%;
            max-height: 40px;
            width: auto;
            height: auto;
            object-fit: contain;
            filter: grayscale(100%) opacity(0.7);
            transition: all 0.3s ease;
        }

        .logo-item:hover .client-logo {
            filter: grayscale(0%) opacity(1);
            transform: scale(1.05);
        }

        /* Services Section */
        .services {
            padding: 120px 0;
            background: #f8fafc;
            position: relative;
            overflow: hidden;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #2c3e50 0%, #007aff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.02em;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #64748b;
            text-align: center;
            margin-bottom: 80px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 400;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 24px;
            margin-top: 80px;
            position: relative;
            z-index: 1;
        }

        .service-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 32px;
            border: 1px solid #e2e8f0;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transform-origin: center;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 122, 255, 0.03) 0%, rgba(0, 212, 255, 0.03) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
            border-radius: 24px;
        }

        .service-card:hover::before {
            opacity: 1;
        }

        .service-card:hover {
            transform: translateY(-12px) scale(1.02);
            border-color: rgba(0, 122, 255, 0.2);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        }

        .service-icon-container {
            position: relative;
            width: 80px;
            height: 80px;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .service-icon {
            font-size: 2.5rem;
            position: relative;
            z-index: 2;
            background: #f8fafc;
            width: 64px;
            height: 64px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e2e8f0;
            transition: all 0.4s ease;
        }

        .service-card:hover .service-icon {
            transform: scale(1.1) rotate(5deg);
            border-color: rgba(0, 122, 255, 0.3);
            background: rgba(0, 122, 255, 0.05);
        }

        .service-card h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 16px;
            color: #2c3e50;
            letter-spacing: -0.02em;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .service-card p {
            color: #64748b;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 20px;
            transition: color 0.3s ease;
        }

        .service-card:hover p {
            color: #475569;
        }

        .service-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 16px;
        }

        .service-tag {
            background: rgba(0, 122, 255, 0.08);
            border: 1px solid rgba(41, 98, 149, 0.3);
            color: #296295;
            padding: 4px 10px;
            border-radius: 8px;
            font-size: 0.75rem;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .service-card:hover .service-tag {
            background: rgba(0, 122, 255, 0.12);
            border-color: rgba(0, 122, 255, 0.25);
            transform: translateY(-2px);
        }

        /* Process Section */
        .process {
            padding: 120px 0;
            background: #ffffff;
            position: relative;
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
            margin-top: 80px;
            position: relative;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        .process-step {
            text-align: center;
            position: relative;
            z-index: 2;
            background: #f8fafc;
            border-radius: 20px;
            padding: 32px 20px;
            border: 1px solid #e2e8f0;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            overflow: hidden;
        }

        .process-step:hover {
            transform: translateY(-12px);
            border-color: rgba(0, 122, 255, 0.2);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            background: #ffffff;
        }

        .step-number {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #007aff 0%, #00d4ff 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            font-weight: 700;
            color: #ffffff;
            margin: 0 auto 20px;
            border: 2px solid rgba(0, 122, 255, 0.1);
            box-shadow: 0 8px 32px rgba(0, 122, 255, 0.25);
        }

        .step-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 12px;
            color: #2c3e50;
            letter-spacing: -0.01em;
        }

        .step-description {
            color: #64748b;
            line-height: 1.5;
            font-weight: 400;
            font-size: 0.9rem;
        }

        /* Products Section */
        .products {
            padding: 120px 0;
            background: #f8fafc;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 32px;
            margin-top: 80px;
        }

        .product-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 40px 32px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            text-align: center;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
        }

        .product-card:hover {
            transform: translateY(-8px);
            background: #ffffff;
            border-color: rgba(0, 122, 255, 0.15);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        .product-icon {
            font-size: 3rem;
            margin-bottom: 24px;
            display: block;
        }

        .product-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 16px;
            color: #2c3e50;
        }

        .product-card p {
            color: #64748b;
            line-height: 1.6;
            margin-bottom: 24px;
        }

        .product-link {
            color: #007aff;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
        }

        .product-link:hover {
            color: #2c3e50;
        }

        /* Testimonials Section */
        .testimonials {
            padding: 120px 0;
            background: #ffffff;
            overflow: hidden;
        }

        .testimonials-slider {
            display: flex;
            gap: 32px;
            animation: slideLeft 30s linear infinite;
            width: calc(400px * 12 + 32px * 11);
        }

        .testimonials-slider:hover {
            animation-play-state: paused;
        }

        @keyframes slideLeft {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-400px * 6 - 32px * 5));
            }
        }

        .testimonial-card {
            background: #f8fafc;
            border-radius: 20px;
            padding: 32px;
            border: 1px solid #e2e8f0;
            width: 400px;
            height: 280px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .testimonial-card:hover {
            transform: translateY(-8px);
            background: #ffffff;
            border-color: rgba(0, 122, 255, 0.15);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
        }

        .testimonial-content {
            font-style: italic;
            color: #475569;
            line-height: 1.6;
            font-size: 0.95rem;
            flex-grow: 1;
            display: flex;
            align-items: center;
            margin-bottom: 24px;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #007aff 0%, #00d4ff 100%);
            border: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: 600;
            flex-shrink: 0;
        }

        .author-name {
            color: #2c3e50;
            font-weight: 600;
            font-size: 1rem;
        }

        .author-title {
            color: #64748b;
            font-size: 0.85rem;
            margin-top: 4px;
        }

        /* CTA Section */
        .cta-section {
            padding: 120px 0;
            text-align: center;
            background: #f8fafc;
        }

        .cta-content {
            background: linear-gradient(135deg, rgba(0, 122, 255, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
            border-radius: 24px;
            padding: 80px 40px;
            border: 1px solid rgba(0, 122, 255, 0.1);
        }

        .cta-content h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #2c3e50 0%, #007aff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cta-content p {
            font-size: 1.2rem;
            color: #64748b;
            margin-bottom: 40px;
        }

        /* Footer */
        /* ===== VARIABLES COULEURS PAR PAGE ===== */
        :root {
            --primary-color: #464B50;
            --primary-hover: #3A3F44;
            --primary-light: rgba(70, 75, 80, 0.1);
        }

        /* Digital Marketing - Bleu */
        body.page-digital-marketing {
            --primary-color: #296295;
            --primary-hover: #1e4d78;
            --primary-light: rgba(41, 98, 149, 0.1);
        }

        /* Communication - Violet */
        body.page-communication {
            --primary-color: #8B5CF6;
            --primary-hover: #7C3AED;
            --primary-light: rgba(139, 92, 246, 0.1);
        }

        /* Événementiel - Rouge */
        body.page-evenementiel {
            --primary-color: #EF4444;
            --primary-hover: #DC2626;
            --primary-light: rgba(239, 68, 68, 0.1);
        }

        /* Contact - Vert */
        body.page-contact {
            --primary-color: #10B981;
            --primary-hover: #059669;
            --primary-light: rgba(16, 185, 129, 0.1);
        }

        /* ===== FOOTER MODERNE COMPACT ===== */
        .nevo-footer {
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            padding: 50px 0 30px 0;
            position: relative;
            overflow: hidden;
        }

        .nevo-footer::before {
            content: '';
            position: absolute;
            top: -20%;
            left: -10%;
            width: 40%;
            height: 120%;
            background: linear-gradient(135deg, var(--primary-light), transparent);
            border-radius: 50%;
            animation: float 15s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-15px) rotate(1deg);
            }
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
            align-items: start;
        }

        /* Section principale */
        .footer-main {
            max-width: 350px;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

        .footer-logo-icon {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            font-weight: 700;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

        .footer-logo-text {
            font-size: 1.4rem;
            font-weight: 700;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .footer-tagline {
            color: #6b7280;
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .footer-contact {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 20px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }

        .contact-icon {
            width: 20px;
            height: 20px;
            background: var(--primary-light);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
        }

        .contact-item a {
            color: #6b7280;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-item a:hover {
            color: var(--primary-color);
        }

        /* Réseaux sociaux */
        .social-links {
            display: flex;
            gap: 12px;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background: var(--primary-light);
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .social-link:hover {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 16px var(--primary-light);
        }

        /* Sections de liens */
        .footer-section h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 16px;
            position: relative;
        }

        .footer-section h3::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 25px;
            height: 2px;
            background: var(--primary-color);
            border-radius: 1px;
        }

        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-links a {
            color: #6b7280;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            position: relative;
            padding-left: 0;
        }

        .footer-links a:hover {
            color: var(--primary-color);
            padding-left: 8px;
        }

        .footer-links a::before {
            content: '';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 2px;
            background: var(--primary-color);
            transition: all 0.3s ease;
        }

        .footer-links a:hover::before {
            width: 10px;
            left: -12px;
        }

        /* Copyright */
        .footer-bottom {
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            padding-top: 25px;
            text-align: center;
            color: #6b7280;
            font-size: 0.9rem;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 968px) {
            .footer-content {
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }

            .footer-main {
                grid-column: 1 / -1;
                max-width: none;
            }
        }

        @media (max-width: 768px) {
            .nevo-footer {
                padding: 40px 0 20px 0;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }

            .footer-main {
                text-align: left;
            }

            .footer-bottom {
                padding-top: 20px;
            }

            .social-links {
                justify-content: center;
            }
        }

        /* Social Proof Carousel */
        .social-proof-carousel {
            padding: 20px 0 40px;
            /* Réduit de "40px 0 80px" à "20px 0 40px" */
            background: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .carousel-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .trust-text {
            font-size: 1rem;
            color: #64748b;
            font-weight: 400;
            margin: 0;
            letter-spacing: 0.02em;
        }

        .sectors-carousel {
            margin-bottom: 32px;
            overflow: hidden;
            position: relative;
            max-width: 900px;
            /* MÊME LARGEUR QUE LOGOS-CAROUSEL */
            margin-left: auto;
            /* CENTRAGE */
            margin-right: auto;
            /* CENTRAGE */
        }


        .sectors-carousel::before,
        .sectors-carousel::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 120px;
            /* MÊME LARGEUR QUE LOGOS */
            z-index: 2;
            pointer-events: none;
        }

        .sectors-carousel::before {
            left: 0;
            background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
        }

        .sectors-carousel::after {
            right: 0;
            background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
        }

        .sectors-track {
            display: flex;
            animation: scrollSectors 30s linear infinite;
            gap: 24px;
            width: max-content;
        }

        .sectors-track:hover {
            animation-play-state: paused;
        }

        @keyframes scrollSectors {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-220px * 8));
            }
        }

        /* === CORRECTION DESIGN BOUTONS CTA === */

        /* Styles pour la section team-cta */
        .team-cta {
            background: linear-gradient(135deg, rgba(41, 98, 149, 0.05) 0%, rgba(30, 77, 120, 0.05) 100%);
            border-radius: 24px;
            padding: 60px 40px;
            margin-top: 80px;
            text-align: center;
            border: 1px solid rgba(41, 98, 149, 0.1);
        }

        .team-cta h3 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #2c3e50 0%, #296295 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .team-cta p {
            font-size: 1.1rem;
            color: #64748b;
            margin-bottom: 32px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Bouton principal */
        .btn-primary {
            background: rgba(41, 98, 149, 0.2);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(41, 98, 149, 0.3);
            color: #296295;
            padding: 18px 40px;
            border-radius: 28px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            display: inline-block;
            box-shadow:
                0 8px 25px rgba(41, 98, 149, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }

        .btn-primary:hover {
            background: rgba(41, 98, 149, 0.3);
            border-color: rgba(41, 98, 149, 0.4);
            transform: translateY(-2px);
            box-shadow:
                0 12px 35px rgba(41, 98, 149, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }

        /* Bouton secondaire */
        .btn-secondary {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            color: #2c3e50;
            padding: 18px 40px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 28px;
            text-decoration: none;
            font-weight: 500;
            font-size: 1rem;
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            display: inline-block;
            box-shadow:
                0 4px 16px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
            box-shadow:
                0 8px 25px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }

        /* Section CTA principale */
        .cta-section {
            padding: 120px 0;
            text-align: center;
            background: #f8fafc;
        }

        .cta-content {
            background: linear-gradient(135deg, rgba(41, 98, 149, 0.05) 0%, rgba(30, 77, 120, 0.05) 100%);
            border-radius: 24px;
            padding: 80px 40px;
            border: 1px solid rgba(41, 98, 149, 0.1);
        }

        .cta-content h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #2c3e50 0%, #296295 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cta-content p {
            font-size: 1.2rem;
            color: #64748b;
            margin-bottom: 40px;
        }

        /* Container pour les boutons CTA */
        .cta-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 1.5rem;
        }

        /* Responsive pour les boutons */
        @media (max-width: 768px) {

            .btn-primary,
            .btn-secondary {
                padding: 16px 32px;
                font-size: 0.95rem;
                width: 100%;
                max-width: 280px;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .team-cta {
                padding: 40px 24px;
            }

            .cta-content {
                padding: 60px 24px;
            }
        }

        .sector-item {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #f8fafc;
            padding: 16px 20px;
            border-radius: 12px;
            border: 1px solid #e2e8f0;
            min-width: 196px;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
        }

        .sector-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 122, 255, 0.03) 0%, transparent 100%);
            border-radius: 12px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .sector-item:hover::before {
            opacity: 1;
        }

        .sector-item:hover {
            transform: translateY(-2px);
            border-color: rgba(0, 122, 255, 0.15);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
        }

        .sector-icon {
            font-size: 1.5rem;
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
        }

        .sector-info {
            flex: 1;
            min-width: 0;
        }

        .sector-name {
            color: #2c3e50;
            font-weight: 500;
            font-size: 0.9rem;
            margin-bottom: 2px;
            letter-spacing: -0.01em;
        }

        .sector-metric {
            color: #64748b;
            font-size: 0.8rem;
            font-weight: 400;
        }

        .partners-carousel {
            overflow: hidden;
            position: relative;
        }

        .partners-carousel::before,
        .partners-carousel::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100px;
            z-index: 2;
            pointer-events: none;
        }

        .partners-carousel::before {
            left: 0;
            background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
        }

        .partners-carousel::after {
            right: 0;
            background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
        }

        .partners-track {
            display: flex;
            animation: scrollPartners 25s linear infinite;
            gap: 40px;
            width: max-content;
            align-items: center;
        }

        .partners-track:hover {
            animation-play-state: paused;
        }

        @keyframes scrollPartners {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-160px * 8));
            }
        }

        .partner-item {
            flex-shrink: 0;
            min-width: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px 16px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .partner-item:hover {
            background: rgba(0, 122, 255, 0.03);
        }

        .partner-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #94a3b8;
            transition: all 0.3s ease;
        }

        .partner-item:hover .partner-logo {
            color: #64748b;
        }

        /* Team Section */
        .team {
            padding: 120px 0;
            background: #ffffff;
            position: relative;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 32px;
            margin-top: 80px;
        }

        .team-card {
            background: #f8fafc;
            border-radius: 24px;
            padding: 32px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
        }

        .team-card.featured {
            border: 1px solid rgba(0, 122, 255, 0.2);
            background: rgba(0, 122, 255, 0.03);
            transform: scale(1.02);
        }

        .team-card.featured::before {
            content: 'FONDATEUR';
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #007aff 0%, #00d4ff 100%);
            color: #ffffff;
            padding: 6px 16px;
            border-radius: 16px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .team-card:hover {
            transform: translateY(-8px);
            background: #ffffff;
            border-color: rgba(0, 122, 255, 0.15);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        .team-card.featured:hover {
            transform: scale(1.02) translateY(-8px);
        }

        .team-photo {
            width: 120px;
            height: 120px;
            margin: 0 auto 24px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid rgba(0, 122, 255, 0.2);
            background: linear-gradient(135deg, #007aff 0%, #00d4ff 100%);
        }

        .team-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-info h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: #2c3e50;
        }

        .team-role {
            color: #007aff;
            font-weight: 500;
            margin-bottom: 4px;
            font-size: 1rem;
        }

        .team-experience {
            color: #64748b;
            font-size: 0.9rem;
            margin-bottom: 16px;
        }

        .team-description {
            color: #475569;
            line-height: 1.6;
            margin-bottom: 20px;
            font-size: 0.95rem;
        }

        .team-certifications {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 24px;
        }

        .cert-badge {
            background: rgba(0, 122, 255, 0.08);
            border: 1px solid rgba(0, 122, 255, 0.15);
            color: #007aff;
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        .team-achievements {
            display: flex;
            gap: 20px;
            justify-content: center;
        }

        .achievement {
            text-align: center;
        }

        .achievement-number {
            display: block;
            font-size: 1.8rem;
            font-weight: 700;
            color: #007aff;
            letter-spacing: -0.02em;
        }

        .achievement-label {
            font-size: 0.8rem;
            color: #64748b;
            margin-top: 4px;
        }

        .team-cta {
            text-align: center;
            background: #f8fafc;
            border-radius: 20px;
            padding: 40px 32px;
            border: 1px solid #e2e8f0;
            margin-top: 60px;
        }

        .team-cta h3 {
            color: #2c3e50;
            font-size: 1.8rem;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .team-cta p {
            color: #64748b;
            margin-bottom: 24px;
            font-size: 1.1rem;
        }


        /* Responsive */
        @media (max-width: 768px) {

            .hero-stats,
            .logos-carousel,
            .tech-stack,
            .sectors-carousel {
                max-width: 100%;
                padding: 0 20px;
            }

            .nav-links {
                display: none;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.1rem;
            }

            .hero-actions {
                flex-direction: column;
                align-items: center;
            }

            .services-grid,
            .products-grid,
            .team-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .process-steps {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .section-title {
                font-size: 2.2rem;
            }

            .container {
                padding: 0 16px;
            }

            .team-card {
                padding: 24px 20px;
            }

            .team-photo {
                width: 100px;
                height: 100px;
            }

            .team-achievements {
                gap: 16px;
            }

            .achievement-number {
                font-size: 1.5rem;
            }

            .team-cta {
                padding: 32px 20px;
            }

            .team-cta h3 {
                font-size: 1.5rem;
            }

            .social-proof-carousel {
                padding: 15px 0 30px;
            }

            .carousel-header {
                text-align: center;
                margin-bottom: 20px;
                padding: 0 20px;
            }

            .trust-text {
                font-size: 0.9rem;
            }

            .sectors-carousel {
                margin-bottom: 36px;
            }

            .sectors-track {
                gap: 16px;
            }

            .sector-item {
                min-width: 180px;
                padding: 12px 16px;
            }

            .sector-icon {
                width: 36px;
                height: 36px;
                font-size: 1.3rem;
            }

            .sector-name {
                font-size: 0.85rem;
            }

            .sector-metric {
                font-size: 0.75rem;
            }

            .partners-track {
                gap: 28px;
            }

            .partner-item {
                min-width: 100px;
                padding: 8px 12px;
            }

            .partner-logo svg {
                width: 100px;
                height: 28px;
            }
        }

        @media (max-width: 480px) {
            .process-steps {
                grid-template-columns: 1fr;
            }
        }

        /* Animation pause sur hover de la section */
        .social-proof-carousel:hover .sectors-track,
        .social-proof-carousel:hover .partners-track {
            animation-play-state: paused;
        }

        /* Performance optimizations */
        .sectors-track,
        .partners-track {
            will-change: transform;
        }

        .sector-item,
        .partner-item {
            will-change: transform;
        }

        :root {
            --nevo-primary: #007aff !important;
            --nevo-primary-dark: #0051d0;
            --nevo-text: #1f2937;
            --nevo-muted: #6b7280;
            --nevo-bg: #ffffff;
            --nevo-soft: #f6f8fb;
            --nevo-border: #e5e7eb;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .nevo-services {
            padding: 120px 0;
            background: var(--nevo-bg);
            font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
        }

        .nevo-services .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .nevo-services .section-header h2 {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            color: var(--nevo-text);
            margin-bottom: 16px;
            line-height: 1.2;
            background: linear-gradient(135deg, var(--nevo-text) 0%, var(--nevo-primary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.02em;
        }

        .nevo-badge {
            display: inline-block;
            padding: 12px 24px;
            font-size: 0.95rem;
            border-radius: 25px;
            color: var(--nevo-primary);
            background: rgba(0, 122, 255, 0.1);
            border: 1px solid rgba(0, 122, 255, 0.2);
            font-weight: 600;
            margin-bottom: 16px;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: var(--nevo-muted);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* === BOUTONS TABS NEVØ === */
        .nevo-tabs {
            display: flex;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }

        .nevo-tabs button {
            all: unset;
        }

        .nevo-services .nevo-tabs button.nevo-tabbtn {
            display: inline-block;
            padding: 14px 24px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.25s ease;
            text-decoration: none;
            box-sizing: border-box;

            /* État par défaut : BLEU avec texte BLANC */
            background: linear-gradient(135deg, #296295, #1e4d78);
            color: #ffffff;
            border-color: transparent;
            box-shadow: 0 4px 15px rgba(41, 98, 149, 0.25);
        }

        /* HOVER sur bouton NON actif : BLANC avec texte BLEU */
        .nevo-services .nevo-tabs button.nevo-tabbtn:not(.active):hover {
            background: #ffffff;
            color: #296295;
            border-color: #296295;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(41, 98, 149, 0.3);
        }

        /* État ACTIF : BLANC avec texte BLEU */
        .nevo-services .nevo-tabs button.nevo-tabbtn.active {
            background: #ffffff;
            color: #296295;
            border-color: #296295;
            box-shadow: 0 8px 25px rgba(41, 98, 149, 0.15);
        }

        /* HOVER sur bouton ACTIF : maintient BLANC/BLEU */
        .nevo-services .nevo-tabs button.nevo-tabbtn.active:hover {
            background: #ffffff;
            color: #296295;
            border-color: #296295;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(41, 98, 149, 0.25);
        }

        /* Layout optimisé */
        .nevo-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .nevo-pane {
            display: none;
        }

        .nevo-pane.active {
            display: block;
            animation: nevoFade 0.5s ease forwards;
        }

        @keyframes nevoFade {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: none;
            }
        }

        /* Text optimisé */
        .nevo-pane h3 {
            font-size: clamp(1.8rem, 3vw, 2.4rem);
            font-weight: 700;
            color: var(--nevo-text);
            margin-bottom: 16px;
            line-height: 1.3;
            letter-spacing: -0.02em;
        }

        .nevo-pane p {
            color: var(--nevo-muted);
            font-size: clamp(1rem, 1.5vw, 1.15rem);
            line-height: 1.7;
            margin-bottom: 24px;
        }

        /* Bullets */
        .nevo-bullets {
            list-style: none;
            margin: 24px 0;
        }

        .nevo-bullets li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 12px 0;
            font-weight: 500;
            color: var(--nevo-text);
            font-size: 1rem;
        }

        .nevo-bullets li::before {
            content: '✓';
            color: var(--nevo-primary);
            font-weight: 800;
            font-size: 1.2rem;
            width: 20px;
            height: 20px;
            background: rgba(0, 122, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            flex-shrink: 0;
        }

        /* Stats */
        .nevo-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 32px 0;
        }

        .nevo-stat {
            background: var(--nevo-soft);
            border: 1px solid var(--nevo-border);
            border-radius: 16px;
            padding: 20px 16px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .nevo-stat:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            background: #ffffff;
        }

        a[href]:hover {
            color: #296295;
        }

        .nevo-stat .n {
            font-size: 1.8rem;
            font-weight: 700;
            color: #296295;
            display: block;
            letter-spacing: -0.02em;
        }

        .nevo-stat .l {
            font-size: 0.85rem;
            color: var(--nevo-muted);
            margin-top: 4px;
            font-weight: 500;
        }

        /* Visuals */
        .nevo-visual {
            display: none;
            text-align: center;
            position: relative;
        }

        .nevo-visual.active {
            display: block;
            animation: nevoFade 0.5s ease forwards;
        }

        .nevo-visual img {
            max-width: 100%;
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
            object-fit: cover;
            aspect-ratio: 4/3;
        }

        /* CTA buttons */
        .nevo-ctarow {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 32px;
        }

        .nevo-btn {
            display: inline-block;
            text-decoration: none;
            font-weight: 600;
            padding: 16px 32px;
            border-radius: 28px;
            transition: all 0.3s ease;
            font-size: 1rem;
        }

        .nevo-btn.primary {
            background: rgba(41, 98, 149, 0.2);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(41, 98, 149, 0.3);
            color: #296295;
            padding: 16px 32px;
            border-radius: 28px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: inline-block;
            box-shadow:
                0 8px 25px rgba(41, 98, 149, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }

        .nevo-btn.primary:hover {
            background: rgba(41, 98, 149, 0.3);
            border-color: rgba(41, 98, 149, 0.4);
            transform: translateY(-3px);
            box-shadow:
                0 12px 35px rgba(41, 98, 149, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }


        .nevo-btn.ghost {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #2c3e50;
            padding: 16px 32px;
            border-radius: 28px;
            text-decoration: none;
            font-weight: 500;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: inline-block;
            box-shadow:
                0 4px 16px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }

        .nevo-btn.ghost:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
            box-shadow:
                0 8px 25px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }

        /* === RESPONSIVE OPTIMISÉ === */

        /* Tablette (768px - 1023px) */
        @media (max-width: 1023px) and (min-width: 768px) {
            .nevo-services {
                padding: 100px 0;
            }

            .nevo-grid {
                grid-template-columns: 1fr;
                gap: 50px;
                text-align: center;
            }

            .nevo-tabs {
                gap: 12px;
            }

            .nevo-tabbtn {
                padding: 12px 20px;
                font-size: 0.95rem;
            }

            .nevo-stats {
                grid-template-columns: repeat(3, 1fr);
                gap: 16px;
                max-width: 500px;
                margin: 32px auto;
            }

            .nevo-visual img {
                max-width: 450px;
                margin: 0 auto;
            }
        }

        /* Mobile (max 767px) */
        @media (max-width: 767px) {
            .nevo-services {
                padding: 80px 0;
            }

            .container {
                padding: 0 16px;
            }

            .nevo-services .section-header {
                margin-bottom: 50px;
            }

            .nevo-tabs {
                gap: 8px;
                margin-bottom: 50px;
            }

            .nevo-tabbtn {
                flex: 1;
                min-width: 0;
                padding: 12px 16px;
                font-size: 0.85rem;
                text-align: center;
            }

            .nevo-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .nevo-pane {
                text-align: left;
            }

            .nevo-stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
            }

            .nevo-stat {
                padding: 16px 12px;
            }

            .nevo-stat .n {
                font-size: 1.6rem;
            }

            .nevo-stat .l {
                font-size: 0.8rem;
            }

            .nevo-visual img {
                border-radius: 16px;
                aspect-ratio: 16/10;
            }

            .nevo-ctarow {
                flex-direction: column;
                gap: 12px;
            }

            .nevo-btn {
                text-align: center;
                padding: 16px 24px;
            }
        }

        /* Petit mobile (max 480px) */
        @media (max-width: 480px) {
            .nevo-services {
                padding: 60px 0;
            }

            .nevo-tabbtn {
                width: 100%;
                max-width: 300px;
                margin: 0 auto;
            }

            .nevo-pane h3 {
                font-size: 1.6rem;
            }

            .nevo-pane p {
                font-size: 0.95rem;
            }

            .nevo-bullets li {
                font-size: 0.9rem;
            }

            .nevo-badge {
                padding: 10px 20px;
                font-size: 0.85rem;
            }
        }

        /* ===== Portfolio (DM) ===== */
        .portfolio {
            padding: 120px 0;
            background: #f8fafc;
        }

        .portfolio .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #2c3e50 0%, #296295 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .portfolio .section-subtitle {
            font-size: 1.1rem;
            color: #64748b;
            text-align: center;
            margin: 0 auto 64px;
            max-width: 680px;
        }

        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 32px;
        }

        .portfolio-card {
            background: #ffffff;
            border-radius: 24px;
            border: 1px solid #e2e8f0;
            overflow: hidden;
            transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
            box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
        }

        .portfolio-card:hover {
            transform: translateY(-6px);
            border-color: rgba(41, 98, 149, .2);
            box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
        }

        /* --- Slider image --- */
        .portfolio-image.slider {
            position: relative;
            width: 100%;
            height: 220px;
            /* Hauteur homogène des cartes */
            overflow: hidden;
            border-bottom: 1px solid #e2e8f0;
            background: #eaeff5;
            /* fallback pendant le lazy-load */
        }

        .portfolio-image .slides {
            display: flex;
            height: 100%;
            width: 100%;
            transform: translateX(0);
            transition: transform .6s ease;
        }

        .portfolio-image .slides img {
            width: 100%;
            height: 100%;
            flex: 0 0 100%;
            /* 1 image = 100% de largeur du viewport du slider */
            object-fit: cover;
            /* Remplit le conteneur */
            object-position: center;
            user-select: none;
            pointer-events: none;
        }

        /* Petits bullets (optionnels) */
        .slider-dots {
            position: absolute;
            left: 12px;
            bottom: 10px;
            display: flex;
            gap: 6px;
            z-index: 2;
        }

        .slider-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .6);
            border: 1px solid linear-gradient(135deg, #464B50, #3A3F44);
            transition: transform .2s ease, background .2s ease, opacity .2s ease;
            opacity: .8;
        }

        .slider-dot.active {
            background: linear-gradient(135deg, #464B50, #3A3F44);
            transform: scale(1.15);
            opacity: 1;
        }

        /* Contenu de la carte */
        .portfolio-content {
            padding: 28px;
        }

        .portfolio-category {
            color: linear-gradient(135deg, #464B50, #3A3F44);
            font-weight: 600;
            font-size: .95rem;
            margin-bottom: 8px;
        }

        .portfolio-card h3 {
            font-size: 1.35rem;
            font-weight: 700;
            color: linear-gradient(135deg, #464B50, #3A3F44);
            margin: 4px 0 10px;
        }

        .portfolio-description {
            color: #64748b;
            line-height: 1.6;
            margin-bottom: 18px;
        }

        .portfolio-metrics {
            display: flex;
            gap: 20px;
        }

        .portfolio-metric {
            text-align: center;
        }

        .portfolio-metric-value {
            display: block;
            font-size: 1.4rem;
            font-weight: 800;
            color: linear-gradient(135deg, #464B50, #3A3F44);
            line-height: 1.1;
        }

        .portfolio-metric-label {
            font-size: .8rem;
            color: #64748b;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .portfolio {
                padding: 80px 0;
            }

            .portfolio-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .portfolio-image.slider {
                height: 200px;
            }
        }

        /* Section Équipe - Style Côte d'Opale */
        .team {
            padding: 100px 0;
            background: white;
            position: relative;
            overflow: hidden;
        }

        .team::before {
            content: '';
            position: absolute;
            top: -20%;
            left: -20%;
            width: 60%;
            height: 140%;
            background: linear-gradient(135deg, rgba(74, 144, 226, 0.05), transparent);
            border-radius: 50%;
            animation: float 10s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(1deg);
            }
        }

        .team .section-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #2C2C2C 0%, #4a90e2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.02em;
        }

        .team .section-subtitle {
            font-size: 1.2rem;
            color: #7A7A7A;
            text-align: center;
            margin-bottom: 80px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 400;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 60px;
            position: relative;
            z-index: 2;
        }

        .team-card {
            background: white;
            border-radius: 20px;
            padding: 30px 25px;
            text-align: center;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(74, 144, 226, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #4a90e2, #357abd);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .team-card:hover::before {
            transform: scaleX(1);
        }

        .team-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 45px rgba(74, 144, 226, 0.15);
        }

        .team-photo {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            margin: 0 auto 20px;
            background: #f0f0f0;
            overflow: hidden;
            border: 3px solid #4a90e2;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .team-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .team-card:hover .team-photo img {
            transform: scale(1.05);
        }

        .team-photo:not(:has(img)) {
            font-size: 2rem;
            font-weight: bold;
            color: white;
            background: linear-gradient(135deg, #4a90e2, #357abd);
        }

        .team-info h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2C2C2C;
            margin-bottom: 6px;
        }

        .team-role,
        .team-title {
            font-size: 0.95rem;
            color: #4a90e2;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .team-experience {
            font-size: 0.85rem;
            color: #7A7A7A;
            background: rgba(74, 144, 226, 0.08);
            padding: 6px 12px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .team-description {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .team-certifications {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
        }

        .cert-badge {
            font-size: 0.75rem;
            background: rgba(74, 144, 226, 0.1);
            color: #4a90e2;
            padding: 4px 10px;
            border-radius: 12px;
            font-weight: 500;
        }

        /* Animation d'entrée */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .fade-in-up.animate {
            opacity: 1;
            transform: translateY(0);
        }

        /* Smooth scrolling */
        html {
            scroll-behavior: smooth;
        }

        /* Portfolio visuel pour le hero */
        .portfolio-showcase {
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            border-radius: 24px;
            padding: 0;
            border: 1px solid rgba(41, 98, 149, 0.1);
            width: 100%;
            height: 100%;
            box-shadow:
                0 20px 60px rgba(0, 0, 0, 0.08),
                0 8px 24px rgba(41, 98, 149, 0.12);
            position: relative;
            overflow: hidden;
        }

        .showcase-header {
            padding: 24px 24px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0;
            border-bottom: none;
        }

        .showcase-title {
            color: #1e293b;
            font-weight: 700;
            font-size: 1.3rem;
            letter-spacing: -0.02em;
        }

        .showcase-status {
            background: linear-gradient(135deg, #296295 0%, #4a90e2 100%);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 12px rgba(41, 98, 149, 0.3);
        }

        .portfolio-item {
            position: absolute;
            top: 80px;
            left: 24px;
            right: 24px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .portfolio-item.active {
            opacity: 1;
            transform: translateY(0);
        }

        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }

        .project-image:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
        }

        .project-image.placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 3rem;
            font-weight: bold;
        }

        .project-category {
            color: #296295;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .project-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .project-description {
            color: #64748b;
            font-size: 0.85rem;
            line-height: 1.5;
            margin-bottom: 16px;
        }

        .project-tags {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }

        .project-tag {
            background: rgba(41, 98, 149, 0.1);
            color: #296295;
            padding: 4px 8px;
            border-radius: 8px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        .portfolio-navigation {
            position: absolute;
            bottom: 16px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 6px;
        }

        .nav-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #e2e8f0;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .nav-dot.active {
            background: #296295;
            width: 20px;
            border-radius: 10px;
        }

        /* Portfolio visuel pour le hero */ .visual-container {
            position: relative;
            width: 400px;
            height: 500px;
            /* Hauteur fixe importante */
        }

        .dashboard-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            transform: translateX(20px);
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .dashboard-slide.active {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        .project-image {
            width: calc(100% - 48px);
            height: 200px;
            border-radius: 16px;
            overflow: hidden;
            margin: 20px 24px 24px;
            position: relative;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .project-image:hover img {
            transform: scale(1.05);
        }

        .project-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            color: #296295;
            padding: 6px 12px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .project-content {
            padding: 0 24px 24px;
        }

        .project-category {
            color: #4a90e2;
            font-size: 0.8rem;
            font-weight: 700;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .project-title {
            font-size: 1.4rem;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 12px;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }

        .project-description {
            color: #64748b;
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .project-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .project-tag {
            background: linear-gradient(135deg, rgba(41, 98, 149, 0.1), rgba(74, 144, 226, 0.1));
            color: #296295;
            padding: 6px 12px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
            border: 1px solid rgba(41, 98, 149, 0.2);
            transition: all 0.2s ease;
        }

        .project-tag:hover {
            background: rgba(41, 98, 149, 0.15);
            transform: translateY(-1px);
        }

        /* Métriques en overlay */
        .project-metric {
            position: absolute;
            top: 12px;
            right: 12px;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            padding: 8px 14px;
            border-radius: 12px;
            font-size: 0.8rem;
            font-weight: 700;
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
            backdrop-filter: blur(10px);
        }