.elementor-13476 .elementor-element.elementor-element-3f0cbf2{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;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-28d5e31 *//* 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);

            }

        }

/* Responsive */

        @media (max-width: 768px) {

            .hero-section {

                padding: 80px 20px 70px;

            }

            .hero-section h1 {

                font-size: 36px;

            }

            .hero-section p {

                font-size: 17px;

            }

           

        }

        @media (max-width: 480px) {

            .hero-section h1 {

                font-size: 28px;

            }

            

        }
/* Reset pour Elementor */
.elementor-widget-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper pleine largeur */
.fhc-realisations-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow-x: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Section principale */
.fhc-realisations-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 100px 20px;
    position: relative;
}

/* Header */
.fhc-realisations-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.fhc-realisations-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #072AC8;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px !important;
    border: 1px solid rgba(7, 42, 200, 0.2);
}

.fhc-realisations-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #072AC8 0%, #0033cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.fhc-realisations-subtitle {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 !important;
}

/* Grid des projets */
.fhc-projects-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
    padding: 0 40px;
}

/* Carte projet */
.fhc-project-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
    position: relative;
}

.fhc-project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #072AC8 0%, #0033cc 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.fhc-project-card:hover::before {
    transform: scaleX(1);
}

.fhc-project-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 48px rgba(7, 42, 200, 0.15);
    border-color: #072AC8;
}

/* Image du projet */
.fhc-project-image {
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, #072AC8 0%, #0033cc 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fhc-project-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

.fhc-project-icon {
    font-size: 64px;
    position: relative;
    z-index: 1;
}

/* Contenu */
.fhc-project-content {
    padding: 32px !important;
}

.fhc-project-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px !important;
    letter-spacing: 0.3px;
}

.fhc-project-status.en-ligne {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}

.fhc-project-status.deploiement {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}

.fhc-project-status.finalisation {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

.fhc-project-status.maintenance {
    background: #e0e7ff;
    color: #4338ca;
    border: 1px solid #c7d2fe;
}

.fhc-project-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.fhc-project-name {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px !important;
    line-height: 1.3;
}

.fhc-project-description {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px !important;
}

.fhc-project-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #072AC8;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #072AC8;
    background: transparent;
}

.fhc-project-link:hover {
    background: linear-gradient(135deg, #072AC8 0%, #0033cc 100%);
    color: white;
    transform: translateX(4px);
}

.fhc-project-arrow {
    transition: transform 0.3s ease;
}

.fhc-project-link:hover .fhc-project-arrow {
    transform: translateX(4px);
}

/* CTA Section */
.fhc-cta-section {
    background: linear-gradient(135deg, #072AC8 0%, #0033cc 100%);
    padding: 80px 40px;
    margin-top: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fhc-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 40px 40px;
}

.fhc-cta-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fhc-cta-title {
    font-size: 36px;
    font-weight: 800;
    color: white;
    margin-bottom: 20px !important;
    line-height: 1.3;
}

.fhc-cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px !important;
    line-height: 1.6;
}

.fhc-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px !important;
    background: white;
    color: #072AC8;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.fhc-cta-button:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .fhc-realisations-section {
        padding: 60px 20px;
    }

    .fhc-realisations-header {
        margin-bottom: 50px;
    }

    .fhc-realisations-title {
        font-size: 36px;
    }

    .fhc-projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }

    .fhc-project-content {
        padding: 24px !important;
    }

    .fhc-cta-section {
        padding: 60px 20px;
        margin-top: 50px;
    }

    .fhc-cta-title {
        font-size: 28px;
    }

    .fhc-cta-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .fhc-realisations-title {
        font-size: 28px;
    }

    .fhc-project-name {
        font-size: 20px;
    }

    .fhc-project-image {
        height: 200px;
    }
}/* End custom CSS */