{"id":808,"date":"2025-11-09T07:24:33","date_gmt":"2025-11-09T06:24:33","guid":{"rendered":"https:\/\/hodronn.fr\/?page_id=808"},"modified":"2025-11-12T21:07:44","modified_gmt":"2025-11-12T20:07:44","slug":"verification-periodique","status":"publish","type":"page","link":"https:\/\/hodronn.fr\/index.php\/verification-periodique\/","title":{"rendered":"V\u00e9rification p\u00e9riodique"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-80c7e04a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Module V\u00e9rification P\u00e9riodique &#8211; Hodr\u00f8nn<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        \/* ========================================\n           VARIABLES CSS HODR\u00d8NN\n           ======================================== *\/\n        :root {\n            --hodronn-blue: #00017B;\n            --hodronn-blue-hover: #00006A;\n            --blue-10: #EEF0FF;\n            --blue-5: #F7F8FF;\n            --ink-100: #0B0B0E;\n            --ink-70: #2A2A32;\n            --ink-40: #6B6B78;\n            --line-10: #E9E9EF;\n            --surface: #FFFFFF;\n        }\n        \n        \/* ========================================\n           RESET & BASE\n           ======================================== *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;\n            background: white;\n            color: var(--ink-70);\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            overflow-x: hidden;\n        }\n        \n        \/* ========================================\n           ANIMATIONS\n           ======================================== *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        @keyframes gradientShift {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n        \n        @keyframes gradientSlide {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n        \n        @keyframes underlineGrow {\n            to { transform: scaleX(1); }\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }\n            50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.4; }\n        }\n        \n        \/* ========================================\n           HERO SECTION\n           ======================================== *\/\n        .hero-section {\n            min-height: 75vh;\n            display: flex;\n            align-items: center;\n            position: relative;\n            overflow: hidden;\n            padding: 6rem 0 5rem;\n            background: linear-gradient(180deg, white 0%, var(--blue-5) 100%);\n        }\n        \n        .hero-background {\n            position: absolute;\n            inset: 0;\n            z-index: 0;\n            overflow: hidden;\n        }\n        \n        .hero-veil {\n            position: absolute;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(0, 1, 123, 0.08), transparent 70%);\n            filter: blur(60px);\n        }\n        \n        .hero-veil-1 {\n            width: 500px;\n            height: 500px;\n            top: -150px;\n            right: -100px;\n        }\n        \n        .hero-veil-2 {\n            width: 350px;\n            height: 350px;\n            bottom: -80px;\n            left: -80px;\n            background: radial-gradient(circle, rgba(99, 102, 241, 0.06), transparent 70%);\n        }\n        \n        .hero-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .hero-content {\n            max-width: 750px;\n            margin: 0 auto;\n            text-align: center;\n        }\n        \n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.5rem 1.25rem;\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(12px);\n            border: 1px solid var(--line-10);\n            border-radius: 999px;\n            margin-bottom: 1.5rem;\n            opacity: 0;\n        }\n        \n        .hero-badge.animate {\n            animation: fadeInUp 0.6s ease-out forwards;\n        }\n        \n        .hero-badge-icon {\n            width: 1rem;\n            height: 1rem;\n            color: var(--hodronn-blue);\n        }\n        \n        .hero-badge-text {\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: var(--hodronn-blue);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        \n        .hero-title {\n            font-size: 2.75rem;\n            line-height: 1.2;\n            font-weight: 600;\n            color: var(--ink-100);\n            margin-bottom: 1.25rem;\n            letter-spacing: -0.02em;\n            opacity: 0;\n        }\n        \n        .hero-title.animate {\n            animation: fadeInUp 0.6s ease-out 0.1s forwards;\n        }\n        \n        .gradient-word {\n            background: linear-gradient(135deg, var(--hodronn-blue), #6366f1, #9333ea);\n            background-size: 200% 200%;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            animation: gradientShift 4s ease infinite;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .gradient-word::after {\n            content: '';\n            position: absolute;\n            bottom: 0.2rem;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, var(--hodronn-blue), #6366f1);\n            transform: scaleX(0);\n            transform-origin: left;\n            animation: underlineGrow 1.2s ease-out 0.6s forwards;\n        }\n        \n        .hero-description {\n            font-size: 1.0625rem;\n            line-height: 1.7;\n            color: var(--ink-70);\n            max-width: 650px;\n            margin-left: auto;\n            margin-right: auto;\n            opacity: 0;\n        }\n        \n        .hero-description.animate {\n            animation: fadeInUp 0.6s ease-out 0.2s forwards;\n        }\n        \n        \/* ========================================\n           CONFIGURATION SECTION (Box centrale)\n           ======================================== *\/\n        .configuration-section {\n            padding: 4rem 0;\n            background: linear-gradient(180deg, white 0%, var(--blue-5) 100%);\n        }\n        \n        .configuration-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .configuration-box {\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 240, 255, 0.7));\n            backdrop-filter: blur(16px);\n            border: 1px solid rgba(0, 1, 123, 0.12);\n            border-radius: 1.5rem;\n            padding: 3rem;\n            position: relative;\n            overflow: hidden;\n            text-align: center;\n        }\n        \n        .configuration-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--hodronn-blue), #9333ea, #6366f1);\n            background-size: 200% 100%;\n            animation: gradientSlide 3s ease infinite;\n            border-radius: 1.5rem 1.5rem 0 0;\n        }\n        \n        .configuration-box::after {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(0, 1, 123, 0.05), transparent 70%);\n            pointer-events: none;\n            z-index: 0;\n        }\n        \n        .configuration-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .configuration-icon {\n            width: 3.5rem;\n            height: 3.5rem;\n            color: var(--hodronn-blue);\n            margin: 0 auto 1.5rem;\n        }\n        \n        .configuration-title {\n            font-size: 1.75rem;\n            line-height: 1.3;\n            font-weight: 600;\n            color: var(--ink-100);\n            margin-bottom: 1rem;\n            letter-spacing: -0.02em;\n        }\n        \n        .configuration-description {\n            font-size: 1rem;\n            line-height: 1.7;\n            color: var(--ink-70);\n            max-width: 650px;\n            margin: 0 auto 1.75rem;\n        }\n        \n        .configuration-items {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 0.75rem;\n        }\n        \n        .configuration-item {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.625rem 1.25rem;\n            background: white;\n            border: 1px solid var(--line-10);\n            border-radius: 0.625rem;\n            font-size: 0.8125rem;\n            font-weight: 500;\n            color: var(--ink-100);\n            transition: all 0.3s ease;\n        }\n        \n        .configuration-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(0, 1, 123, 0.12);\n            border-color: var(--hodronn-blue);\n            background: var(--blue-10);\n        }\n        \n        .configuration-item-icon {\n            width: 1rem;\n            height: 1rem;\n            color: var(--hodronn-blue);\n        }\n        \n        \/* ========================================\n           2 COLONNES SECTION (gauche texte \/ droite visuel)\n           ======================================== *\/\n        .planification-section {\n            padding: 4rem 0;\n            background: white;\n        }\n        \n        .planification-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .planification-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n        \n        .planification-text {\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .planification-tag {\n            font-size: 0.7rem;\n            font-weight: 600;\n            color: var(--hodronn-blue);\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            margin-bottom: 1rem;\n        }\n        \n        .planification-title {\n            font-size: 2rem;\n            line-height: 1.2;\n            font-weight: 600;\n            color: var(--ink-100);\n            letter-spacing: -0.03em;\n            margin-bottom: 1rem;\n        }\n        \n        .planification-description {\n            font-size: 0.9375rem;\n            line-height: 1.6;\n            color: var(--ink-70);\n            margin-bottom: 2rem;\n        }\n        \n        .planification-features {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n        }\n        \n        .planification-feature {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            padding: 1rem;\n            background: white;\n            border: 1px solid var(--line-10);\n            border-radius: 0.75rem;\n            transition: all 0.3s ease;\n        }\n        \n        .planification-feature:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 24px rgba(0, 1, 123, 0.1);\n            border-color: var(--hodronn-blue);\n        }\n        \n        .planification-feature-icon {\n            width: 1.25rem;\n            height: 1.25rem;\n            color: var(--hodronn-blue);\n            flex-shrink: 0;\n        }\n        \n        .planification-feature-text {\n            font-size: 0.8125rem;\n            font-weight: 500;\n            color: var(--ink-100);\n            line-height: 1.4;\n        }\n        \n        .planification-visual {\n            background: linear-gradient(135deg, var(--blue-5) 0%, white 100%);\n            border-radius: 1.5rem;\n            padding: 3rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            min-height: 400px;\n            border: 1px solid var(--line-10);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .planification-visual::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(0, 1, 123, 0.08), transparent);\n            border-radius: 50%;\n            animation: pulse 4s ease-in-out infinite;\n        }\n        \n        .planification-visual-content {\n            text-align: center;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .planification-visual-icon {\n            width: 5rem;\n            height: 5rem;\n            color: var(--hodronn-blue);\n            margin-bottom: 1.5rem;\n            filter: drop-shadow(0 8px 16px rgba(0, 1, 123, 0.15));\n        }\n        \n        .planification-visual-text {\n            font-size: 0.9375rem;\n            color: var(--ink-70);\n            font-weight: 500;\n            line-height: 1.6;\n        }\n        \n        \/* ========================================\n           2 COLONNES INVERSEES (gauche visuel \/ droite texte)\n           ======================================== *\/\n        .cartographie-section {\n            padding: 4rem 0;\n            background: linear-gradient(180deg, white 0%, var(--blue-5) 100%);\n        }\n        \n        .cartographie-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .cartographie-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n        \n        \/* ========================================\n           ALERTES SECTION (2 colonnes)\n           ======================================== *\/\n        .alertes-section {\n            padding: 4rem 0;\n            background: white;\n        }\n        \n        .alertes-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .alertes-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n        \n        \/* ========================================\n           KPI SECTION (2 colonnes invers\u00e9es)\n           ======================================== *\/\n        .kpi-section {\n            padding: 4rem 0;\n            background: linear-gradient(180deg, white 0%, var(--blue-5) 100%);\n        }\n        \n        .kpi-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .kpi-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n        \n        \/* ========================================\n           INTERCONNEXION SECTION (2 colonnes)\n           ======================================== *\/\n        .interconnexion-section {\n            padding: 4rem 0;\n            background: white;\n        }\n        \n        .interconnexion-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .interconnexion-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n        \n        \/* ========================================\n           MOBILE CAROUSEL\n           ======================================== *\/\n        .carousel-section {\n            display: none;\n        }\n        \n        .carousel-nav {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n            padding: 0 1rem;\n        }\n        \n        .carousel-btn {\n            width: 3.5rem;\n            height: 3.5rem;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(8px);\n            border: 2px solid var(--line-10);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);\n            flex-shrink: 0;\n        }\n        \n        .carousel-btn:hover {\n            border-color: var(--hodronn-blue);\n            background: var(--hodronn-blue);\n            transform: scale(1.1);\n            box-shadow: 0 8px 24px rgba(0, 1, 123, 0.25);\n        }\n        \n        .carousel-btn svg {\n            width: 1.75rem;\n            height: 1.75rem;\n            color: var(--hodronn-blue);\n            transition: color 0.3s ease;\n            stroke-width: 2.5;\n        }\n        \n        .carousel-btn:hover svg {\n            color: white;\n        }\n        \n        .carousel-progress {\n            flex: 1;\n            max-width: 200px;\n            display: flex;\n            flex-direction: column;\n            gap: 0.5rem;\n            align-items: center;\n        }\n        \n        .carousel-progress-bar {\n            width: 100%;\n            height: 0.5rem;\n            background: rgba(0, 1, 123, 0.1);\n            border-radius: 999px;\n            overflow: hidden;\n            position: relative;\n        }\n        \n        .carousel-progress-fill {\n            height: 100%;\n            background: linear-gradient(90deg, var(--hodronn-blue), #6366f1, #9333ea);\n            background-size: 200% 100%;\n            border-radius: 999px;\n            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            animation: gradientShift 3s ease infinite;\n        }\n        \n        .carousel-progress-text {\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: var(--hodronn-blue);\n        }\n        \n        .carousel-container {\n            overflow: visible;\n            position: relative;\n            padding: 0 1rem;\n        }\n        \n        .carousel-track {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n            min-height: 450px;\n            padding: 2rem 0;\n        }\n        \n        .carousel-card {\n            width: 280px;\n            max-width: 90%;\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 240, 255, 0.5));\n            backdrop-filter: blur(16px);\n            border: 1px solid rgba(0, 1, 123, 0.12);\n            border-radius: 1.25rem;\n            padding: 1.75rem;\n            position: absolute;\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            opacity: 0;\n            visibility: hidden;\n            overflow: hidden;\n            left: 50%;\n            top: 50%;\n            transform: translateX(-50%) translateY(-50%) scale(0.9);\n        }\n        \n        .carousel-card.center {\n            opacity: 1;\n            visibility: visible;\n            transform: translateX(-50%) translateY(-50%) scale(1);\n            box-shadow: 0 20px 50px rgba(0, 1, 123, 0.2);\n            border-color: rgba(0, 1, 123, 0.2);\n            z-index: 10;\n        }\n        \n        .carousel-card.center::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--hodronn-blue), #9333ea, #6366f1);\n            background-size: 200% 100%;\n            animation: gradientSlide 3s ease infinite;\n            border-radius: 1.25rem 1.25rem 0 0;\n        }\n        \n        .carousel-card .configuration-icon {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .carousel-card .configuration-title {\n            font-size: 1.25rem;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .carousel-card .configuration-description {\n            font-size: 0.875rem;\n            line-height: 1.5;\n            position: relative;\n            z-index: 1;\n        }\n        \n        \/* ========================================\n           CTA SECTION\n           ======================================== *\/\n        .cta-section {\n            padding: 5rem 0;\n            background: linear-gradient(180deg, white 0%, var(--blue-5) 100%);\n        }\n        \n        .cta-wrapper {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n            padding: 0 1.5rem;\n        }\n        \n        .cta-tag {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.4rem;\n            padding: 0.4rem 1rem;\n            background: var(--blue-10);\n            border-radius: 999px;\n            margin-bottom: 1.5rem;\n        }\n        \n        .cta-tag-icon {\n            width: 0.85rem;\n            height: 0.85rem;\n            color: var(--hodronn-blue);\n        }\n        \n        .cta-tag-text {\n            font-size: 0.7rem;\n            font-weight: 600;\n            color: var(--hodronn-blue);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        \n        .cta-title {\n            font-size: 2rem;\n            line-height: 1.3;\n            font-weight: 700;\n            color: var(--ink-100);\n            letter-spacing: -0.02em;\n            margin-bottom: 1rem;\n        }\n        \n        .cta-description {\n            font-size: 1rem;\n            line-height: 1.7;\n            color: var(--ink-70);\n            max-width: 550px;\n            margin: 0 auto 2rem;\n        }\n        \n        .cta-button-primary {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n            padding: 1.125rem 3rem;\n            background: var(--hodronn-blue);\n            color: white;\n            font-size: 0.9375rem;\n            font-weight: 600;\n            border-radius: 0.75rem;\n            border: none;\n            cursor: pointer;\n            text-decoration: none;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: 0 4px 12px rgba(0, 1, 123, 0.2);\n        }\n        \n        .cta-button-primary:hover {\n            background: var(--hodronn-blue-hover);\n            transform: translateY(-3px);\n            box-shadow: 0 8px 24px rgba(0, 1, 123, 0.3);\n            color: white;\n        }\n        \n        .cta-button-icon {\n            width: 1.125rem;\n            height: 1.125rem;\n        }\n        \n        \/* ========================================\n           RESPONSIVE\n           ======================================== *\/\n        @media (max-width: 768px) {\n            .hero-section {\n                min-height: auto;\n                padding: 4rem 0 3rem;\n            }\n            \n            .hero-title {\n                font-size: 2rem;\n            }\n            \n            \/* Masquer sections desktop *\/\n            .configuration-section,\n            .planification-section,\n            .cartographie-section,\n            .alertes-section,\n            .kpi-section,\n            .interconnexion-section {\n                display: none;\n            }\n            \n            \/* Afficher carousel *\/\n            .carousel-section {\n                display: block;\n                padding: 3rem 0;\n                background: linear-gradient(180deg, white 0%, var(--blue-5) 100%);\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .hero-title {\n                font-size: 1.75rem;\n            }\n            \n            .carousel-btn {\n                width: 3rem;\n                height: 3rem;\n            }\n            \n            .carousel-track {\n                min-height: 420px;\n            }\n            \n            .carousel-card {\n                width: 260px;\n                max-width: 85%;\n                padding: 1.5rem;\n            }\n            \n            .cta-button-primary {\n                padding: 1rem 2rem;\n                font-size: 0.875rem;\n                width: 100%;\n                justify-content: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    \n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"hero-background\">\n            <div class=\"hero-veil hero-veil-1\"><\/div>\n            <div class=\"hero-veil hero-veil-2\"><\/div>\n        <\/div>\n        \n        <div class=\"hero-container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-badge animate\">\n                    <svg class=\"hero-badge-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                    <\/svg>\n                    <span class=\"hero-badge-text\">V\u00e9rification P\u00e9riodique<\/span>\n                <\/div>\n                \n                <h1 class=\"hero-title animate\">\n                    Ma\u00eetrisez la <span class=\"gradient-word\">conformit\u00e9<\/span> de tous vos \u00e9quipements\n                <\/h1>\n                \n                <p class=\"hero-description animate\">\n                    Planifiez, suivez et tracez toutes les v\u00e9rifications r\u00e9glementaires et internes. Une vision compl\u00e8te et temps r\u00e9el de votre parc.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Configuration - Box centrale -->\n    <section class=\"configuration-section\">\n        <div class=\"configuration-container\">\n            <div class=\"configuration-box\">\n                <div class=\"configuration-content\">\n                    <svg class=\"configuration-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\" \/>\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\" \/>\n                    <\/svg>\n                    <h2 class=\"configuration-title\">Configuration autonome, adapt\u00e9e \u00e0 votre organisation<\/h2>\n                    <p class=\"configuration-description\">\n                        Param\u00e9trez fr\u00e9quences, checklists, responsables, rappels et workflows. Aucune comp\u00e9tence technique requise.\n                    <\/p>\n                    <div class=\"configuration-items\">\n                        <div class=\"configuration-item\">\n                            <svg class=\"configuration-item-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span>Fr\u00e9quences personnalis\u00e9es<\/span>\n                        <\/div>\n                        <div class=\"configuration-item\">\n                            <svg class=\"configuration-item-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span>Checklists sur mesure<\/span>\n                        <\/div>\n                        <div class=\"configuration-item\">\n                            <svg class=\"configuration-item-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span>Criticit\u00e9 &#038; responsables<\/span>\n                        <\/div>\n                        <div class=\"configuration-item\">\n                            <svg class=\"configuration-item-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span>Rappels automatiques<\/span>\n                        <\/div>\n                        <div class=\"configuration-item\">\n                            <svg class=\"configuration-item-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span>Photos &#038; signatures<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Planification - 2 colonnes -->\n    <section class=\"planification-section\">\n        <div class=\"planification-container\">\n            <div class=\"planification-content\">\n                <div class=\"planification-text\">\n                    <div class=\"planification-tag\">Planification<\/div>\n                    <h2 class=\"planification-title\">Planification automatique et rappels intelligents<\/h2>\n                    <p class=\"planification-description\">\n                        Configurez les fr\u00e9quences de v\u00e9rification par \u00e9quipement ou cat\u00e9gorie. Le syst\u00e8me g\u00e9n\u00e8re automatiquement les \u00e9ch\u00e9ances et envoie des rappels avant expiration.\n                    <\/p>\n                    <div class=\"planification-features\">\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Planification automatique par fr\u00e9quence<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Rappels avant expiration<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Calendrier global et vue d&rsquo;ensemble<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"planification-visual\">\n                    <div class=\"planification-visual-content\">\n                        <svg class=\"planification-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\" \/>\n                        <\/svg>\n                        <p class=\"planification-visual-text\">\n                            Planification<br>automatique\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Cartographie - 2 colonnes invers\u00e9es -->\n    <section class=\"cartographie-section\">\n        <div class=\"cartographie-container\">\n            <div class=\"cartographie-content\">\n                <div class=\"planification-visual\">\n                    <div class=\"planification-visual-content\">\n                        <svg class=\"planification-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\" \/>\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\" \/>\n                        <\/svg>\n                        <p class=\"planification-visual-text\">\n                            Cartographie<br>compl\u00e8te du parc\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"planification-text\">\n                    <div class=\"planification-tag\">Cartographie<\/div>\n                    <h2 class=\"planification-title\">Chaque \u00e9quipement localis\u00e9 et trac\u00e9<\/h2>\n                    <p class=\"planification-description\">\n                        Visualisez vos \u00e9quipements sur un plan ou par zone. Chaque \u00e9l\u00e9ment est identifi\u00e9, g\u00e9olocalis\u00e9 et associ\u00e9 \u00e0 son historique complet de v\u00e9rification.\n                    <\/p>\n                    <div class=\"planification-features\">\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Vue par plan ou zone<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Identification et localisation pr\u00e9cises<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Historique complet par \u00e9quipement<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Alertes - 2 colonnes -->\n    <section class=\"alertes-section\">\n        <div class=\"alertes-container\">\n            <div class=\"alertes-content\">\n                <div class=\"planification-text\">\n                    <div class=\"planification-tag\">Tra\u00e7abilit\u00e9<\/div>\n                    <h2 class=\"planification-title\">Tra\u00e7abilit\u00e9 compl\u00e8te et rapports<\/h2>\n                    <p class=\"planification-description\">\n                        Chaque v\u00e9rification est horodat\u00e9e, sign\u00e9e et archiv\u00e9e. G\u00e9n\u00e9rez des rapports de conformit\u00e9 automatiques pour vos audits et contr\u00f4les.\n                    <\/p>\n                    <div class=\"planification-features\">\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Horodatage et signature \u00e9lectronique<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Rapports de conformit\u00e9<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Archivage s\u00e9curis\u00e9<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"planification-visual\">\n                    <div class=\"planification-visual-content\">\n                        <svg class=\"planification-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\" \/>\n                        <\/svg>\n                        <p class=\"planification-visual-text\">\n                            Tra\u00e7abilit\u00e9<br>compl\u00e8te\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section KPI - 2 colonnes invers\u00e9es -->\n    <section class=\"kpi-section\">\n        <div class=\"kpi-container\">\n            <div class=\"kpi-content\">\n                <div class=\"planification-visual\">\n                    <div class=\"planification-visual-content\">\n                        <svg class=\"planification-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\" \/>\n                        <\/svg>\n                        <p class=\"planification-visual-text\">\n                            KPI temps<br>r\u00e9el\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"planification-text\">\n                    <div class=\"planification-tag\">KPI<\/div>\n                    <h2 class=\"planification-title\">Tableaux de bord et indicateurs cl\u00e9s<\/h2>\n                    <p class=\"planification-description\">\n                        Suivez en temps r\u00e9el : taux de conformit\u00e9, v\u00e9rifications \u00e0 venir, retards, r\u00e9partition par zone. Tableaux de bord configurables et exports.\n                    <\/p>\n                    <div class=\"planification-features\">\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Taux de conformit\u00e9 global<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">V\u00e9rifications \u00e0 venir et retards<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">R\u00e9partition par zone et export<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Interconnexion - 2 colonnes -->\n    <section class=\"interconnexion-section\">\n        <div class=\"interconnexion-container\">\n            <div class=\"interconnexion-content\">\n                <div class=\"planification-text\">\n                    <div class=\"planification-tag\">Interconnexion<\/div>\n                    <h2 class=\"planification-title\">Interconnexion avec les autres modules<\/h2>\n                    <p class=\"planification-description\">\n                        Une anomalie d\u00e9tect\u00e9e lors d&rsquo;une v\u00e9rification cr\u00e9e automatiquement un ticket d&rsquo;anomalie. Lien avec Document Unique pour mise \u00e0 jour des risques. Ecosyst\u00e8me complet et synchronis\u00e9.\n                    <\/p>\n                    <div class=\"planification-features\">\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Cr\u00e9ation ticket d&rsquo;anomalie automatique<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Lien avec Document Unique<\/span>\n                        <\/div>\n                        <div class=\"planification-feature\">\n                            <svg class=\"planification-feature-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" \/>\n                            <\/svg>\n                            <span class=\"planification-feature-text\">Synchronisation compl\u00e8te<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"planification-visual\">\n                    <div class=\"planification-visual-content\">\n                        <svg class=\"planification-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.5 2v6h-6M2.5 22v-6h6M2 11.5a10 10 0 0 1 18.8-4.3M22 12.5a10 10 0 0 1-18.8 4.2\"\/>\n                        <\/svg>\n                        <p class=\"planification-visual-text\">\n                            Interconnexion<br>modules\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Carousel Section - MOBILE ONLY -->\n    <section class=\"carousel-section\">\n        <div class=\"carousel-nav\">\n            <button class=\"carousel-btn\" id=\"prevBtn\">\n                <svg fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                    <polyline points=\"15 18 9 12 15 6\"\/>\n                <\/svg>\n            <\/button>\n            <div class=\"carousel-progress\">\n                <div class=\"carousel-progress-bar\">\n                    <div class=\"carousel-progress-fill\" id=\"progressFill\"><\/div>\n                <\/div>\n                <div class=\"carousel-progress-text\" id=\"progressText\">1\/6<\/div>\n            <\/div>\n            <button class=\"carousel-btn\" id=\"nextBtn\">\n                <svg fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                    <polyline points=\"9 18 15 12 9 6\"\/>\n                <\/svg>\n            <\/button>\n        <\/div>\n        \n        <div class=\"carousel-container\">\n            <div class=\"carousel-track\" id=\"carouselTrack\">\n                \n                <!-- Card 1 : Configuration -->\n                <div class=\"carousel-card center\">\n                    <svg class=\"configuration-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\" \/>\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\" \/>\n                    <\/svg>\n                    <h3 class=\"configuration-title\">Configuration autonome<\/h3>\n                    <p class=\"configuration-description\">Fr\u00e9quences, checklists, responsables, rappels et workflows personnalisables.<\/p>\n                <\/div>\n                \n                <!-- Card 2 : Planification -->\n                <div class=\"carousel-card\">\n                    <svg class=\"configuration-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\" \/>\n                    <\/svg>\n                    <h3 class=\"configuration-title\">Planification automatique<\/h3>\n                    <p class=\"configuration-description\">G\u00e9n\u00e9ration automatique des \u00e9ch\u00e9ances et rappels avant expiration.<\/p>\n                <\/div>\n                \n                <!-- Card 3 : Cartographie -->\n                <div class=\"carousel-card\">\n                    <svg class=\"configuration-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\" \/>\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\" \/>\n                    <\/svg>\n                    <h3 class=\"configuration-title\">Cartographie du parc<\/h3>\n                    <p class=\"configuration-description\">Vue par plan ou zone avec historique complet de chaque \u00e9quipement.<\/p>\n                <\/div>\n                \n                <!-- Card 4 : Tra\u00e7abilit\u00e9 -->\n                <div class=\"carousel-card\">\n                    <svg class=\"configuration-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\" \/>\n                    <\/svg>\n                    <h3 class=\"configuration-title\">Tra\u00e7abilit\u00e9 compl\u00e8te<\/h3>\n                    <p class=\"configuration-description\">Horodatage, signatures \u00e9lectroniques et rapports de conformit\u00e9 automatiques.<\/p>\n                <\/div>\n                \n                <!-- Card 5 : KPI -->\n                <div class=\"carousel-card\">\n                    <svg class=\"configuration-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\" \/>\n                    <\/svg>\n                    <h3 class=\"configuration-title\">KPI temps r\u00e9el<\/h3>\n                    <p class=\"configuration-description\">Taux de conformit\u00e9, retards, r\u00e9partition par zone et tableaux de bord.<\/p>\n                <\/div>\n                \n                <!-- Card 6 : Interconnexion -->\n                <div class=\"carousel-card\">\n                    <svg class=\"configuration-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.5 2v6h-6M2.5 22v-6h6M2 11.5a10 10 0 0 1 18.8-4.3M22 12.5a10 10 0 0 1-18.8 4.2\"\/>\n                    <\/svg>\n                    <h3 class=\"configuration-title\">Interconnexion modules<\/h3>\n                    <p class=\"configuration-description\">Cr\u00e9ation ticket d&rsquo;anomalie automatique, lien Document Unique, synchronisation.<\/p>\n                <\/div>\n                \n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"cta-wrapper\">\n            <div class=\"cta-tag\">\n                <svg class=\"cta-tag-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\" \/>\n                <\/svg>\n                <span class=\"cta-tag-text\">Contactez-nous<\/span>\n            <\/div>\n            \n            <h2 class=\"cta-title\">\n                Simplifiez la gestion de vos v\u00e9rifications\n            <\/h2>\n            \n            <p class=\"cta-description\">\n                Besoin d&rsquo;en savoir plus sur le module ? Contactez-nous pour \u00e9changer sur votre projet et vos besoins sp\u00e9cifiques.\n            <\/p>\n            \n            <a href=\"https:\/\/hodronn.fr\/index.php\/contact\/\" class=\"cta-button-primary\">\n                <span>Nous contacter<\/span>\n                <svg class=\"cta-button-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7l5 5m0 0l-5 5m5-5H6\" \/>\n                <\/svg>\n            <\/a>\n        <\/div>\n    <\/section>\n    \n    <script>\n        \/\/ Carousel mobile\n        const track = document.getElementById('carouselTrack');\n        const cards = Array.from(document.querySelectorAll('.carousel-card'));\n        const prevBtn = document.getElementById('prevBtn');\n        const nextBtn = document.getElementById('nextBtn');\n        const progressFill = document.getElementById('progressFill');\n        const progressText = document.getElementById('progressText');\n        \n        let currentIndex = 0;\n        const totalCards = cards.length;\n        \n        function updateCarousel() {\n            cards.forEach((card, index) => {\n                card.classList.remove('center');\n                if (index === currentIndex) {\n                    card.classList.add('center');\n                }\n            });\n            \n            const progressPercent = ((currentIndex + 1) \/ totalCards) * 100;\n            progressFill.style.width = progressPercent + '%';\n            progressText.textContent = (currentIndex + 1) + '\/' + totalCards;\n        }\n        \n        prevBtn.addEventListener('click', function() {\n            currentIndex = (currentIndex - 1 + totalCards) % totalCards;\n            updateCarousel();\n        });\n        \n        nextBtn.addEventListener('click', function() {\n            currentIndex = (currentIndex + 1) % totalCards;\n            updateCarousel();\n        });\n        \n        updateCarousel();\n    <\/script>\n<\/body>\n<\/html>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Module V\u00e9rification P\u00e9riodique &#8211; Hodr\u00f8nn V\u00e9rification P\u00e9riodique Ma\u00eetrisez la conformit\u00e9 de tous vos \u00e9quipements Planifiez, suivez et tracez toutes les [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-808","page","type-page","status-publish","hentry"],"spectra_custom_meta":{"_uabb_version":["1.36.13"],"_edit_lock":["1762977945:1"],"_uag_custom_page_level_css":[""],"site-sidebar-layout":["default"],"site-content-layout":[""],"ast-site-content-layout":["default"],"site-content-style":["default"],"site-sidebar-style":["default"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"site-post-title":["disabled"],"ast-breadcrumbs-content":[""],"ast-featured-img":[""],"footer-sml-layout":[""],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["default"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"footnotes":[""],"_elementor_edit_mode":[""],"_elementor_template_type":[""],"_elementor_data":[""],"_edit_last":["1"],"_yoast_wpseo_content_score":["90"],"_yoast_wpseo_estimated-reading-time-minutes":["2"],"_uag_page_assets":["a:9:{s:3:\"css\";s:14881:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}\n.wp-block-uagb-container.uagb-block-80c7e04a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-80c7e04a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-80c7e04a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-80c7e04a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-80c7e04a .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-80c7e04a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-80c7e04a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-80c7e04a{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: -10px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-80c7e04a{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-80c7e04a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-80c7e04a{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: -10px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-80c7e04a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-80c7e04a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-80c7e04a{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: -10px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;order: initial;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow 0.2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}\n.uagb-block-2c4aa539.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2c4aa539.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-2c4aa539.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-2c4aa539.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-2c4aa539.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-2c4aa539.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2c4aa539.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-2c4aa539.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-2c4aa539.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:11:{i:0;s:14:\"uagb\/container\";i:1;s:9:\"core\/html\";i:2;s:11:\"core\/search\";i:3;s:10:\"core\/group\";i:4;s:12:\"core\/heading\";i:5;s:17:\"core\/latest-posts\";i:6;s:20:\"core\/latest-comments\";i:7;s:13:\"core\/archives\";i:8;s:15:\"core\/categories\";i:9;s:10:\"uagb\/image\";i:10;s:10:\"core\/image\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1775574132\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_internal_links_processed":["1"],"_uag_css_file_name":["uag-css-808.css"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Matthieu","author_link":"https:\/\/hodronn.fr\/author\/matthieu\/"},"uagb_comment_info":0,"uagb_excerpt":"Module V\u00e9rification P\u00e9riodique &#8211; Hodr\u00f8nn V\u00e9rification P\u00e9riodique Ma\u00eetrisez la conformit\u00e9 de tous vos \u00e9quipements Planifiez, suivez et tracez toutes les [&hellip;]","_links":{"self":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/comments?post=808"}],"version-history":[{"count":7,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/808\/revisions"}],"predecessor-version":[{"id":1351,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/808\/revisions\/1351"}],"wp:attachment":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/media?parent=808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}