.elementor-13356 .elementor-element.elementor-element-4029012{margin-top:-80px;margin-bottom:0px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#000000;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}@media(min-width:768px){.elementor-13356 .elementor-element.elementor-element-5c1bffd{width:100%;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-5642ae9 *//* Reset pour Elementor */
        .elementor-widget-html {
            margin: 0 !important;
            padding: 0 !important;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            margin: 0 !important;
            padding: 0 !important;
            width: 100%;
        }

        /* Container principal pleine largeur */
        .fhc-clients-wrapper {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: #f8fafc;
            color: #1e293b;
            line-height: 1.6;
            overflow-y:hidden;
        }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%);
            padding: 120px 20px 100px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
            background-size: 50px 50px;
            opacity: 0.3;
        }

        .hero-content-wrapper {
            position: relative;
            z-index: 1;
            max-width: 1400px;
            margin: 0 auto;
        }

        .hero-section h1 {
            font-size: 56px;
            font-weight: 800;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
            text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            animation: fadeInUp 0.8s ease;
        }

        .hero-section p {
            font-size: 20px;
            opacity: 0.95;
            max-width: 720px;
            margin: 0 auto;
            line-height: 1.7;
            font-weight: 400;
            animation: fadeInUp 0.8s ease 0.2s both;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Stats Section */
        .stats-section {
            background: white;
            padding: 80px 20px;
            margin-top: -50px;
            box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
            border-radius: 24px 24px 0 0;
            position: relative;
            z-index: 2;
            width: 100%;
        }

        .stats-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 50px;
            padding: 0 20px;
        }

        .stat-card {
            text-align: center;
            padding: 40px 30px;
            position: relative;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .stat-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            border-radius: 20px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .stat-card:hover::before {
            opacity: 1;
        }

        .stat-card:hover {
            transform: translateY(-8px);
        }

        .stat-card > * {
            position: relative;
            z-index: 1;
        }

        .stat-number {
            font-size: 64px;
            font-weight: 800;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 12px;
            letter-spacing: -0.02em;
        }

        .stat-label {
            font-size: 18px;
            color: #475569;
            font-weight: 600;
            letter-spacing: 0.01em;
        }

        /* Clients Section */
        .clients-section {
            max-width: 1400px;
            margin: 80px auto;
            padding: 0 40px 60px;
            width: 100%;
        }

        .section-title {
            font-size: 42px;
            font-weight: 800;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 50px;
            text-align: center;
            letter-spacing: -0.02em;
        }

        /* Filter Buttons */
        .filter-buttons {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 14px 28px;
            border: 2px solid transparent;
            background: white;
            color: #475569;
            border-radius: 50px;
            cursor: pointer;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }

        .filter-btn:hover {
            background: #f1f5f9;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .filter-btn.active {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            box-shadow: 0 4px 16px rgba(59, 130, 246, 0.4);
            transform: translateY(-2px);
        }

        /* Client Cards Grid */
        .clients-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
            gap: 32px;
        }

        .client-card {
            background: white;
            border-radius: 20px;
            padding: 32px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: hidden;
        }

        .client-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #1e40af 0%, #3b82f6 100%);
            transform: scaleY(0);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .client-card:hover::before {
            transform: scaleY(1);
        }

        .client-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
            border-color: #3b82f6;
        }

        .client-header {
            margin-bottom: 24px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f1f5f9;
        }

        .client-company {
            font-size: 22px;
            color: #1e293b;
            font-weight: 700;
            margin-bottom: 0;
            letter-spacing: -0.01em;
        }

        .client-info {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .info-row {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 8px;
            border-radius: 8px;
            transition: background 0.2s ease;
        }

        .info-row:hover {
            background: #f8fafc;
        }

        .info-icon {
            font-size: 18px;
            min-width: 24px;
        }

        .info-text {
            color: #64748b;
            line-height: 1.6;
            font-size: 15px;
            font-weight: 500;
        }

        .client-badge {
            display: inline-block;
            padding: 8px 16px;
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            color: #1e40af;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 700;
            margin-top: 20px;
            letter-spacing: 0.02em;
            border: 1px solid #bfdbfe;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-section {
                padding: 80px 20px 70px;
            }

            .hero-section h1 {
                font-size: 36px;
            }

            .hero-section p {
                font-size: 17px;
            }

            .clients-grid {
                grid-template-columns: 1fr;
            }

            .clients-section {
                padding: 0 20px 60px;
            }

            .stat-number {
                font-size: 48px;
            }

            .section-title {
                font-size: 32px;
            }

            .stats-container {
                gap: 30px;
                padding: 0 20px;
            }

            .filter-buttons {
                gap: 8px;
            }

            .filter-btn {
                padding: 12px 20px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .hero-section h1 {
                font-size: 28px;
            }

            .client-card {
                padding: 24px;
            }

            .clients-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */