{"id":1020,"date":"2025-11-10T23:16:59","date_gmt":"2025-11-10T22:16:59","guid":{"rendered":"https:\/\/hodronn.fr\/?page_id=1020"},"modified":"2026-01-29T11:18:57","modified_gmt":"2026-01-29T10:18:57","slug":"document-unique","status":"publish","type":"page","link":"https:\/\/hodronn.fr\/index.php\/document-unique\/","title":{"rendered":"Document unique"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-fbd9a714 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>Document Unique &#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           GESTION SECTION (Box centrale)\n           ======================================== *\/\n        .gestion-section {\n            padding: 4rem 0;\n            background: white;\n        }\n        \n        .gestion-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .gestion-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        .gestion-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        .gestion-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        .gestion-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .gestion-icon {\n            width: 3.5rem;\n            height: 3.5rem;\n            color: var(--hodronn-blue);\n            margin: 0 auto 1.5rem;\n        }\n        \n        .gestion-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        .gestion-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        .gestion-items {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 0.75rem;\n        }\n        \n        .gestion-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        .gestion-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        .gestion-item-icon {\n            width: 1rem;\n            height: 1rem;\n            color: var(--hodronn-blue);\n        }\n        \n        \/* ========================================\n           CONFIGURATION SECTION (2 colonnes)\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: 1100px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .configuration-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n        \n        .configuration-text {\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .configuration-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        .configuration-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        .configuration-description {\n            font-size: 0.9375rem;\n            line-height: 1.6;\n            color: var(--ink-70);\n            margin-bottom: 2rem;\n        }\n        \n        .configuration-features {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1rem;\n        }\n        \n        .configuration-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        .configuration-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        .configuration-feature-icon {\n            width: 1.25rem;\n            height: 1.25rem;\n            color: var(--hodronn-blue);\n            flex-shrink: 0;\n        }\n        \n        .configuration-feature-text {\n            font-size: 0.8125rem;\n            font-weight: 500;\n            color: var(--ink-100);\n            line-height: 1.4;\n        }\n        \n        .configuration-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        .configuration-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        .configuration-visual-content {\n            text-align: center;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .configuration-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        .configuration-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           CARTOGRAPHIE SECTION (2 colonnes invers\u00e9es)\n           ======================================== *\/\n        .cartographie-section {\n            padding: 4rem 0;\n            background: white;\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           SIGNATURE SECTION (2 colonnes)\n           ======================================== *\/\n        .signature-section {\n            padding: 4rem 0;\n            background: linear-gradient(180deg, white 0%, var(--blue-5) 100%);\n        }\n        \n        .signature-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .signature-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n        \n        \/* ========================================\n           INTERCONNEXION SECTION (Box centrale)\n           ======================================== *\/\n        .interconnexion-section {\n            padding: 4rem 0;\n            background: white;\n        }\n        \n        .interconnexion-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        .interconnexion-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        }\n        \n        .interconnexion-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        .interconnexion-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        .interconnexion-content {\n            position: relative;\n            z-index: 1;\n            text-align: center;\n        }\n        \n        .interconnexion-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.5rem 1.25rem;\n            background: linear-gradient(135deg, var(--hodronn-blue), #6366f1);\n            color: white;\n            border-radius: 999px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            margin-bottom: 1.5rem;\n        }\n        \n        .interconnexion-badge-icon {\n            width: 0.875rem;\n            height: 0.875rem;\n        }\n        \n        .interconnexion-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        .interconnexion-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        .interconnexion-modules {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 0.75rem;\n        }\n        \n        .interconnexion-module {\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        .interconnexion-module: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        .interconnexion-module-icon {\n            width: 1rem;\n            height: 1rem;\n            color: var(--hodronn-blue);\n        }\n        \n        \/* ========================================\n           KPI SECTION (2 colonnes)\n           ======================================== *\/\n        .kpi-section {\n            padding: 4rem 0;\n            background: white;\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           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\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 .gestion-icon {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .carousel-card .gestion-title {\n            font-size: 1.25rem;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .carousel-card .gestion-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: white;\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            .gestion-section,\n            .configuration-section,\n            .cartographie-section,\n            .signature-section,\n            .interconnexion-section,\n            .kpi-section {\n                display: none;\n            }\n            \n            \/* Afficher carousel *\/\n            .carousel-section {\n                display: block;\n                padding: 3rem 0;\n                background: white;\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 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                    <span class=\"hero-badge-text\">Document Unique<\/span>\n                <\/div>\n                \n                <h1 class=\"hero-title animate\">\n                    Centralisez l&rsquo;<span class=\"gradient-word\">\u00e9valuation<\/span> des risques\n                <\/h1>\n                \n                <p class=\"hero-description animate\">\n                    Centralisez, mettez \u00e0 jour et partagez l&rsquo;\u00e9valuation des risques de votre site. Identification des dangers, cartographie interactive et conformit\u00e9 r\u00e9glementaire garantie.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Gestion - Box centrale -->\n    <section class=\"gestion-section\">\n        <div class=\"gestion-container\">\n            <div class=\"gestion-box\">\n                <div class=\"gestion-content\">\n                    <svg class=\"gestion-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                    <h2 class=\"gestion-title\">\u00c9valuation des risques compl\u00e8te<\/h2>\n                    <p class=\"gestion-description\">\n                        Identifiez les dangers, \u00e9valuez les niveaux de risque et d\u00e9finissez les mesures de pr\u00e9vention par zone, poste, activit\u00e9 ou \u00e9quipement en toute autonomie.\n                    <\/p>\n                    <div class=\"gestion-items\">\n                        <div class=\"gestion-item\">\n                            <svg class=\"gestion-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>Identification des dangers<\/span>\n                        <\/div>\n                        <div class=\"gestion-item\">\n                            <svg class=\"gestion-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>\u00c9valuation des risques<\/span>\n                        <\/div>\n                        <div class=\"gestion-item\">\n                            <svg class=\"gestion-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>Mesures de pr\u00e9vention<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Configuration - 2 colonnes -->\n    <section class=\"configuration-section\">\n        <div class=\"configuration-container\">\n            <div class=\"configuration-content\">\n                <div class=\"configuration-text\">\n                    <div class=\"configuration-tag\">Param\u00e9trage<\/div>\n                    <h2 class=\"configuration-title\">Param\u00e9trage total en autonomie<\/h2>\n                    <p class=\"configuration-description\">\n                        L&rsquo;entreprise peut tout param\u00e9trer : unit\u00e9s de travail, zones, facteurs d&rsquo;exposition, \u00e9chelles de gravit\u00e9\/probabilit\u00e9, mesures, responsables et p\u00e9riodicit\u00e9 de r\u00e9vision.\n                    <\/p>\n                    <div class=\"configuration-features\">\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Unit\u00e9s de travail<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">\u00c9chelles personnalis\u00e9es<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Facteurs d&rsquo;exposition<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">P\u00e9riodicit\u00e9 de r\u00e9vision<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"configuration-visual\">\n                    <div class=\"configuration-visual-content\">\n                        <svg class=\"configuration-visual-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                        <p class=\"configuration-visual-text\">\n                            Param\u00e9trage<br>100% autonome\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 configuration-container\">\n            <div class=\"cartographie-content configuration-content\">\n                <div class=\"configuration-visual\">\n                    <div class=\"configuration-visual-content\">\n                        <svg class=\"configuration-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7\" \/>\n                        <\/svg>\n                        <p class=\"configuration-visual-text\">\n                            Cartographie<br>interactive\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"configuration-text\">\n                    <div class=\"configuration-tag\">Cartographie<\/div>\n                    <h2 class=\"configuration-title\">Visualisez les zones critiques<\/h2>\n                    <p class=\"configuration-description\">\n                        Les risques peuvent \u00eatre cartographi\u00e9s sur le plan du site pour visualiser instantan\u00e9ment les zones critiques et prioriser les actions de pr\u00e9vention.\n                    <\/p>\n                    <div class=\"configuration-features\">\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Plan du site<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Zones critiques<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Vision imm\u00e9diate<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Priorisation claire<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Signature - 2 colonnes -->\n    <section class=\"signature-section\">\n        <div class=\"signature-container configuration-container\">\n            <div class=\"signature-content configuration-content\">\n                <div class=\"configuration-text\">\n                    <div class=\"configuration-tag\">Transmission<\/div>\n                    <h2 class=\"configuration-title\">Transmission avec signature digitale<\/h2>\n                    <p class=\"configuration-description\">\n                        Les mesures de pr\u00e9vention peuvent \u00eatre transmises directement aux personnes concern\u00e9es avec prise en compte et signature num\u00e9rique, dat\u00e9e et historis\u00e9e automatiquement.\n                    <\/p>\n                    <div class=\"configuration-features\">\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Transmission cibl\u00e9e<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Signature num\u00e9rique<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Horodatage auto<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Historique complet<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"configuration-visual\">\n                    <div class=\"configuration-visual-content\">\n                        <svg class=\"configuration-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z\" \/>\n                        <\/svg>\n                        <p class=\"configuration-visual-text\">\n                            Signature<br>s\u00e9curis\u00e9e\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Archivage - 2 colonnes invers\u00e9es -->\n    <section class=\"cartographie-section\">\n        <div class=\"cartographie-container configuration-container\">\n            <div class=\"cartographie-content configuration-content\">\n                <div class=\"configuration-visual\">\n                    <div class=\"configuration-visual-content\">\n                        <svg class=\"configuration-visual-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4\" \/>\n                        <\/svg>\n                        <p class=\"configuration-visual-text\">\n                            Archivage<br>r\u00e9glementaire\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"configuration-text\">\n                    <div class=\"configuration-tag\">Archivage<\/div>\n                    <h2 class=\"configuration-title\">Archivage r\u00e9glementaire automatique<\/h2>\n                    <p class=\"configuration-description\">\n                        Chaque r\u00e9vision du Document Unique est archiv\u00e9e automatiquement avec historique complet des modifications pour garantir la conformit\u00e9 r\u00e9glementaire.\n                    <\/p>\n                    <div class=\"configuration-features\">\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Archive automatique<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Historique complet<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Tra\u00e7abilit\u00e9 totale<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Conformit\u00e9 garantie<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Interconnexion - Box centrale -->\n    <section class=\"interconnexion-section\">\n        <div class=\"interconnexion-container\">\n            <div class=\"interconnexion-box\">\n                <div class=\"interconnexion-content\">\n                    <div class=\"interconnexion-badge\">\n                        <svg class=\"interconnexion-badge-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 0118.8-4.3M22 12.5a10 10 0 01-18.8 4.2\" \/>\n                        <\/svg>\n                        <span>Interconnexion<\/span>\n                    <\/div>\n                    <h2 class=\"interconnexion-title\">Communicant avec toute la plateforme<\/h2>\n                    <p class=\"interconnexion-description\">\n                        Le module interagit avec Permis de Travail, Plan de Pr\u00e9vention, Habilitations, Accueil S\u00e9curit\u00e9 et tous vos modules pour une gestion centralis\u00e9e des risques.\n                    <\/p>\n                    <div class=\"interconnexion-modules\">\n                        <div class=\"interconnexion-module\">\n                            <svg class=\"interconnexion-module-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10M9 12l2 2 4-4\" \/>\n                            <\/svg>\n                            <span>Permis de Travail<\/span>\n                        <\/div>\n                        <div class=\"interconnexion-module\">\n                            <svg class=\"interconnexion-module-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                            <span>Plan de Pr\u00e9vention<\/span>\n                        <\/div>\n                        <div class=\"interconnexion-module\">\n                            <svg class=\"interconnexion-module-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\" \/>\n                            <\/svg>\n                            <span>Accueil S\u00e9curit\u00e9<\/span>\n                        <\/div>\n                        <div class=\"interconnexion-module\">\n                            <svg class=\"interconnexion-module-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V8a2 2 0 00-2-2h-5m-4 0V5a2 2 0 114 0v1m-4 0a2 2 0 104 0m-5 8a2 2 0 100-4 2 2 0 000 4zm0 0c1.306 0 2.417.835 2.83 2M9 14a3.001 3.001 0 00-2.83 2M15 11h3m-3 4h2\" \/>\n                            <\/svg>\n                            <span>Habilitations<\/span>\n                        <\/div>\n                        <div class=\"interconnexion-module\">\n                            <svg class=\"interconnexion-module-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\" \/>\n                            <\/svg>\n                            <span>Coactivit\u00e9<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section KPI - 2 colonnes -->\n    <section class=\"kpi-section\">\n        <div class=\"kpi-container configuration-container\">\n            <div class=\"kpi-content configuration-content\">\n                <div class=\"configuration-text\">\n                    <div class=\"configuration-tag\">Tableaux de bord<\/div>\n                    <h2 class=\"configuration-title\">KPI S\u00e9curit\u00e9 en temps r\u00e9el<\/h2>\n                    <p class=\"configuration-description\">\n                        Les tableaux de bord fournissent des KPI S\u00e9curit\u00e9 : criticit\u00e9 globale, actions \u00e0 mettre en \u0153uvre, zones prioritaires, \u00e9volution du niveau de risque et conformit\u00e9 audit.\n                    <\/p>\n                    <div class=\"configuration-features\">\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Criticit\u00e9 globale<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Actions prioritaires<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">\u00c9volution des risques<\/span>\n                        <\/div>\n                        <div class=\"configuration-feature\">\n                            <svg class=\"configuration-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=\"configuration-feature-text\">Conformit\u00e9 audit<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"configuration-visual\">\n                    <div class=\"configuration-visual-content\">\n                        <svg class=\"configuration-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=\"configuration-visual-text\">\n                            Tableaux de bord<br>KPI S\u00e9curit\u00e9\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\/10<\/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 : Identification -->\n                <div class=\"carousel-card center\">\n                    <svg class=\"gestion-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">Identifiez les dangers<\/h3>\n                    <p class=\"gestion-description\">Recensez tous les dangers par zone, poste, activit\u00e9 ou \u00e9quipement avec une classification pr\u00e9cise et contextuelle.<\/p>\n                <\/div>\n                \n                <!-- Card 2 : \u00c9valuation -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-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=\"gestion-title\">\u00c9valuez les risques<\/h3>\n                    <p class=\"gestion-description\">Utilisez vos \u00e9chelles personnalis\u00e9es de gravit\u00e9 et probabilit\u00e9 pour une \u00e9valuation pr\u00e9cise des niveaux de risque.<\/p>\n                <\/div>\n                \n                <!-- Card 3 : Param\u00e9trage -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-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=\"gestion-title\">100% autonome<\/h3>\n                    <p class=\"gestion-description\">Param\u00e9trez unit\u00e9s de travail, zones, \u00e9chelles, facteurs d&rsquo;exposition et mesures sans assistance technique.<\/p>\n                <\/div>\n                \n                <!-- Card 4 : Unit\u00e9s de travail -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">Par unit\u00e9 de travail<\/h3>\n                    <p class=\"gestion-description\">Structurez votre \u00e9valuation par zone, poste de travail, activit\u00e9 sp\u00e9cifique ou \u00e9quipement particulier.<\/p>\n                <\/div>\n                \n                <!-- Card 5 : Cartographie -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">Cartographie visuelle<\/h3>\n                    <p class=\"gestion-description\">Visualisez instantan\u00e9ment les zones critiques sur le plan de votre site pour prioriser vos actions.<\/p>\n                <\/div>\n                \n                <!-- Card 6 : Mesures -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-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-4m5.818-4.954A9.955 9.955 0 0112 3a9.955 9.955 0 00-8.818 5.046M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">Mesures cibl\u00e9es<\/h3>\n                    <p class=\"gestion-description\">D\u00e9finissez les mesures de pr\u00e9vention adapt\u00e9es \u00e0 chaque risque identifi\u00e9 avec responsables et \u00e9ch\u00e9ances.<\/p>\n                <\/div>\n                \n                <!-- Card 7 : Transmission -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">Transmission s\u00e9curis\u00e9e<\/h3>\n                    <p class=\"gestion-description\">Transmettez les mesures aux intervenants avec signature num\u00e9rique horodat\u00e9e et historis\u00e9e automatiquement.<\/p>\n                <\/div>\n                \n                <!-- Card 8 : Archivage -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">Archivage intelligent<\/h3>\n                    <p class=\"gestion-description\">Chaque r\u00e9vision est archiv\u00e9e automatiquement avec historique complet pour la conformit\u00e9 r\u00e9glementaire.<\/p>\n                <\/div>\n                \n                <!-- Card 9 : KPI -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 8v8m-4-5v5m-4-2v2m-2 4h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">Tableaux de bord KPI<\/h3>\n                    <p class=\"gestion-description\">Suivez la criticit\u00e9 globale, les actions prioritaires et l&rsquo;\u00e9volution du niveau de risque en temps r\u00e9el.<\/p>\n                <\/div>\n                \n                <!-- Card 10 : Interconnexion -->\n                <div class=\"carousel-card\">\n                    <svg class=\"gestion-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1\" \/>\n                    <\/svg>\n                    <h3 class=\"gestion-title\">\u00c9cosyst\u00e8me unifi\u00e9<\/h3>\n                    <p class=\"gestion-description\">Connexion native avec Permis de Travail, Plan de Pr\u00e9vention, Accueil S\u00e9curit\u00e9 et tous vos modules.<\/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                Une question ? Besoin de conseils ?\n            <\/h2>\n            \n            <p class=\"cta-description\">\n                Notre \u00e9quipe est \u00e0 votre disposition pour vous accompagner dans le d\u00e9ploiement de votre Document Unique et r\u00e9pondre \u00e0 toutes vos questions.\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            \/\/ Mettre \u00e0 jour les classes center (une seule card visible \u00e0 la fois)\n            cards.forEach((card, index) => {\n                card.classList.remove('center');\n                if (index === currentIndex) {\n                    card.classList.add('center');\n                }\n            });\n            \n            \/\/ Mettre \u00e0 jour la barre de progression\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        \/\/ Initialiser\n        updateCarousel();\n    <\/script>\n<\/body>\n<\/html>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Document Unique &#8211; Hodr\u00f8nn Document Unique Centralisez l&rsquo;\u00e9valuation des risques Centralisez, mettez \u00e0 jour et partagez l&rsquo;\u00e9valuation des risques de [&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-1020","page","type-page","status-publish","hentry"],"spectra_custom_meta":{"_edit_lock":["1769681937: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":[""],"_edit_last":["1"],"_yoast_wpseo_content_score":["60"],"_yoast_wpseo_estimated-reading-time-minutes":["3"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_seo_score":["63"],"rank_math_focus_keyword":["Hodronn,Document unique,DUERP,S\u00e9curit\u00e9"],"rank_math_pillar_content":["on"],"rank_math_internal_links_processed":["1"],"rank_math_title":["Hodronn - Document unique"],"_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-fbd9a714 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-fbd9a714 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-fbd9a714 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-fbd9a714 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-fbd9a714 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-fbd9a714{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-fbd9a714 > .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-fbd9a714{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-fbd9a714{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-fbd9a714 > .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-fbd9a714{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-fbd9a714{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-fbd9a714 > .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-fbd9a714{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:12:{i:0;s:14:\"uagb\/container\";i:1;s:9:\"core\/html\";i:2;s:14:\"core\/paragraph\";i:3;s:11:\"core\/search\";i:4;s:10:\"core\/group\";i:5;s:12:\"core\/heading\";i:6;s:17:\"core\/latest-posts\";i:7;s:20:\"core\/latest-comments\";i:8;s:13:\"core\/archives\";i:9;s:15:\"core\/categories\";i:10;s:10:\"uagb\/image\";i:11;s:10:\"core\/image\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1775568340\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"],"_cmplz_scanned_post":["1"],"_uag_css_file_name":["uag-css-1020.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":"Document Unique &#8211; Hodr\u00f8nn Document Unique Centralisez l&rsquo;\u00e9valuation des risques Centralisez, mettez \u00e0 jour et partagez l&rsquo;\u00e9valuation des risques de [&hellip;]","_links":{"self":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/1020","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=1020"}],"version-history":[{"count":5,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/1020\/revisions"}],"predecessor-version":[{"id":1488,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/1020\/revisions\/1488"}],"wp:attachment":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/media?parent=1020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}