{"id":688,"date":"2025-11-09T03:03:15","date_gmt":"2025-11-09T02:03:15","guid":{"rendered":"https:\/\/hodronn.fr\/?page_id=688"},"modified":"2026-01-29T11:14:56","modified_gmt":"2026-01-29T10:14:56","slug":"cgv","status":"publish","type":"page","link":"https:\/\/hodronn.fr\/index.php\/cgv\/","title":{"rendered":"CGV"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-79c9335b 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>Conditions G\u00e9n\u00e9rales de Vente &#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 PREMIUM\n           ======================================== *\/\n        :root {\n            --hodronn-blue: #00017B;\n            --hodronn-blue-hover: #00006A;\n            --blue-10: #EEF0FF;\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        html {\n            scroll-behavior: smooth;\n        }\n        \n        body {\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;\n            background: linear-gradient(135deg, #fafbfc 0%, #f5f7fa 100%);\n            color: var(--ink-70);\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            line-height: 1.7;\n            position: relative;\n            overflow-x: hidden;\n        }\n        \n        \/* ========================================\n           BACKGROUND DECORATION\n           ======================================== *\/\n        .page-background {\n            position: fixed;\n            inset: 0;\n            z-index: 0;\n            overflow: hidden;\n            pointer-events: none;\n        }\n        \n        .bg-gradient-1 {\n            position: absolute;\n            top: -20%;\n            right: -10%;\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, rgba(0, 1, 123, 0.08) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 20s ease-in-out infinite;\n        }\n        \n        .bg-gradient-2 {\n            position: absolute;\n            bottom: -15%;\n            left: -10%;\n            width: 500px;\n            height: 500px;\n            background: radial-gradient(circle, rgba(147, 51, 234, 0.06) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 25s ease-in-out infinite reverse;\n        }\n        \n        @keyframes float {\n            0%, 100% { transform: translate(0, 0) scale(1); }\n            50% { transform: translate(30px, -30px) scale(1.1); }\n        }\n        \n        \/* ========================================\n           HEADER HERO - DA HODR\u00d8NN\n           ======================================== *\/\n        .cgv-header {\n            position: relative;\n            z-index: 10;\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));\n            backdrop-filter: blur(24px);\n            border-bottom: 1px solid rgba(0, 1, 123, 0.08);\n            padding: 5rem 1.5rem 4rem;\n            text-align: center;\n            overflow: hidden;\n        }\n        \n        .cgv-header::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: radial-gradient(circle at 50% 0%, rgba(0, 1, 123, 0.06), transparent 70%);\n            opacity: 0.8;\n        }\n        \n        .cgv-header::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 1px;\n            background: linear-gradient(90deg, transparent, rgba(0, 1, 123, 0.2), transparent);\n        }\n        \n        .cgv-header-container {\n            max-width: 900px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .cgv-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.5rem 1.5rem;\n            border-radius: 9999px;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(12px);\n            border: 1px solid rgba(0, 1, 123, 0.12);\n            box-shadow: 0 4px 20px rgba(0, 1, 123, 0.08);\n            margin-bottom: 2rem;\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: var(--hodronn-blue);\n            opacity: 0;\n            animation: fadeInUp 0.8s ease-out 0.1s forwards;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n        \n        .cgv-badge-icon {\n            width: 0.95rem;\n            height: 0.95rem;\n        }\n        \n        .cgv-title {\n            font-size: 3.5rem;\n            font-weight: 700;\n            color: var(--ink-100);\n            margin-bottom: 2rem;\n            letter-spacing: -0.03em;\n            line-height: 1.1;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease-out 0.2s forwards;\n        }\n        \n        \/* ========================================\n           LAYOUT CONTAINER\n           ======================================== *\/\n        .content-wrapper {\n            position: relative;\n            z-index: 10;\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 3rem 1.5rem 5rem;\n            display: grid;\n            grid-template-columns: 280px 1fr;\n            gap: 3.5rem;\n            align-items: start;\n        }\n        \n        \/* ========================================\n           TABLE OF CONTENTS - ULTRA PREMIUM\n           ======================================== *\/\n        .toc-sidebar {\n            position: sticky;\n            top: 2rem;\n            background: rgba(255, 255, 255, 0.98);\n            backdrop-filter: blur(24px);\n            border-radius: 1rem;\n            padding: 1.75rem 0;\n            border: 1px solid rgba(0, 1, 123, 0.08);\n            box-shadow: \n                0 8px 32px rgba(0, 1, 123, 0.06),\n                0 0 0 1px rgba(255, 255, 255, 0.5) inset;\n            max-height: calc(100vh - 4rem);\n            overflow-y: auto;\n            overflow-x: hidden;\n            opacity: 0;\n            animation: fadeInLeft 0.8s ease-out 0.5s forwards;\n            align-self: start;\n        }\n        \n        .toc-sidebar::-webkit-scrollbar {\n            width: 3px;\n        }\n        \n        .toc-sidebar::-webkit-scrollbar-track {\n            background: transparent;\n        }\n        \n        .toc-sidebar::-webkit-scrollbar-thumb {\n            background: rgba(0, 1, 123, 0.15);\n            border-radius: 10px;\n        }\n        \n        .toc-sidebar::-webkit-scrollbar-thumb:hover {\n            background: rgba(0, 1, 123, 0.25);\n        }\n        \n        .toc-title {\n            font-size: 0.7rem;\n            font-weight: 700;\n            color: var(--ink-100);\n            margin-bottom: 1.25rem;\n            padding: 0 1.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n        \n        .toc-title::before {\n            content: '';\n            width: 3px;\n            height: 1rem;\n            background: linear-gradient(135deg, var(--hodronn-blue), #9333ea);\n            border-radius: 9999px;\n        }\n        \n        .toc-list {\n            list-style: none;\n        }\n        \n        .toc-item {\n            margin-bottom: 0.15rem;\n        }\n        \n        .toc-link {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            text-decoration: none;\n            color: var(--ink-40);\n            font-size: 0.78rem;\n            font-weight: 500;\n            padding: 0.65rem 1.75rem;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n        }\n        \n        .toc-link::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 4px;\n            height: 0%;\n            background: linear-gradient(135deg, var(--hodronn-blue), #9333ea);\n            border-radius: 0 2px 2px 0;\n            transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        \n        .toc-link:hover {\n            color: var(--hodronn-blue);\n        }\n        \n        .toc-link.active {\n            color: var(--hodronn-blue);\n            font-weight: 600;\n            background: linear-gradient(90deg, rgba(0, 1, 123, 0.08), transparent 80%);\n        }\n        \n        .toc-link.active::before {\n            height: 80%;\n        }\n        \n        .toc-number {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-width: 1.5rem;\n            height: 1.5rem;\n            border-radius: 0.4rem;\n            background: rgba(0, 1, 123, 0.06);\n            color: var(--hodronn-blue);\n            font-size: 0.68rem;\n            font-weight: 700;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            flex-shrink: 0;\n        }\n        \n        .toc-link.active .toc-number {\n            background: linear-gradient(135deg, var(--hodronn-blue), #6366f1);\n            color: white;\n            box-shadow: 0 3px 10px rgba(0, 1, 123, 0.25);\n            transform: scale(1.05);\n        }\n        \n        \/* ========================================\n           MAIN CONTENT - ULTRA COMPACT\n           ======================================== *\/\n        .cgv-content {\n            min-width: 0;\n        }\n        \n        .cgv-article {\n            background: rgba(255, 255, 255, 0.98);\n            backdrop-filter: blur(20px);\n            border-radius: 0.65rem;\n            padding: 0.75rem 1rem;\n            margin-bottom: 0.6rem;\n            border: 1px solid rgba(0, 1, 123, 0.05);\n            box-shadow: \n                0 1px 4px rgba(0, 1, 123, 0.02),\n                0 0 0 1px rgba(255, 255, 255, 0.6) inset;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            scroll-margin-top: 2rem;\n        }\n        \n        .cgv-article:hover {\n            box-shadow: \n                0 8px 24px rgba(0, 1, 123, 0.1),\n                0 0 0 1px rgba(0, 1, 123, 0.12),\n                0 0 0 2px rgba(255, 255, 255, 0.9) inset;\n            transform: translateY(-3px) scale(1.005);\n            border-color: rgba(0, 1, 123, 0.15);\n        }\n        \n        .article-header {\n            display: flex;\n            align-items: center;\n            gap: 0.65rem;\n            margin-bottom: 0.65rem;\n            padding-bottom: 0.65rem;\n            border-bottom: 1px solid rgba(0, 1, 123, 0.05);\n        }\n        \n        .article-number {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-width: 1.6rem;\n            height: 1.6rem;\n            border-radius: 0.4rem;\n            background: linear-gradient(135deg, var(--hodronn-blue), #6366f1);\n            color: white;\n            font-size: 0.7rem;\n            font-weight: 700;\n            flex-shrink: 0;\n            box-shadow: 0 2px 6px rgba(0, 1, 123, 0.15);\n        }\n        \n        .cgv-article-title {\n            font-size: 0.88rem;\n            font-weight: 700;\n            color: var(--ink-100);\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n        \n        .cgv-article-content {\n            color: var(--ink-70);\n            font-size: 0.75rem;\n            line-height: 1.55;\n        }\n        \n        .cgv-article-content p {\n            margin-bottom: 0.6rem;\n        }\n        \n        .cgv-article-content p:last-child {\n            margin-bottom: 0;\n        }\n        \n        .cgv-article-content ul,\n        .cgv-article-content ol {\n            margin: 0.6rem 0 0.6rem 1rem;\n        }\n        \n        .cgv-article-content li {\n            margin-bottom: 0.4rem;\n            padding-left: 0.25rem;\n        }\n        \n        .cgv-article-content li::marker {\n            color: var(--hodronn-blue);\n        }\n        \n        .cgv-article-content strong {\n            color: var(--ink-100);\n            font-weight: 600;\n        }\n        \n        .cgv-article-content a {\n            color: var(--hodronn-blue);\n            text-decoration: none;\n            font-weight: 500;\n            transition: all 0.2s ease;\n            border-bottom: 1px solid rgba(0, 1, 123, 0.3);\n        }\n        \n        .cgv-article-content a:hover {\n            border-bottom-color: var(--hodronn-blue);\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 fadeInLeft {\n            from {\n                opacity: 0;\n                transform: translateX(-30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n        \n        \/* ========================================\n           RESPONSIVE\n           ======================================== *\/\n        @media (max-width: 1024px) {\n            .content-wrapper {\n                grid-template-columns: 240px 1fr;\n                gap: 2.5rem;\n                padding: 2.5rem 1.25rem 4rem;\n            }\n            \n            .toc-sidebar {\n                padding: 1.5rem 0;\n            }\n            \n            .toc-title {\n                font-size: 0.65rem;\n                padding: 0 1.5rem;\n            }\n            \n            .toc-link {\n                font-size: 0.72rem;\n                padding: 0.6rem 1.5rem;\n            }\n            \n            .toc-number {\n                min-width: 1.4rem;\n                height: 1.4rem;\n                font-size: 0.65rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .cgv-header {\n                padding: 3rem 1rem 2.5rem;\n            }\n            \n            .cgv-title {\n                font-size: 2.25rem;\n            }\n            \n            .cgv-badge {\n                font-size: 0.7rem;\n                padding: 0.45rem 1.25rem;\n                margin-bottom: 1.5rem;\n            }\n            \n            \/* Masquer le sommaire sur mobile *\/\n            .content-wrapper {\n                grid-template-columns: 1fr;\n                padding: 2rem 1rem 3rem;\n                gap: 0;\n            }\n            \n            .toc-sidebar {\n                display: none;\n            }\n            \n            .cgv-article {\n                padding: 1rem 1.1rem;\n                margin-bottom: 0.7rem;\n            }\n            \n            .article-header {\n                gap: 0.65rem;\n                margin-bottom: 0.7rem;\n                padding-bottom: 0.7rem;\n            }\n            \n            .article-number {\n                min-width: 1.65rem;\n                height: 1.65rem;\n                font-size: 0.72rem;\n                border-radius: 0.4rem;\n            }\n            \n            .cgv-article-title {\n                font-size: 0.92rem;\n            }\n            \n            .cgv-article-content {\n                font-size: 0.78rem;\n                line-height: 1.55;\n            }\n            \n            .cgv-article-content p {\n                margin-bottom: 0.65rem;\n            }\n            \n            .cgv-article-content ul,\n            .cgv-article-content ol {\n                margin: 0.65rem 0 0.65rem 1.1rem;\n            }\n            \n            .cgv-article-content li {\n                margin-bottom: 0.4rem;\n                padding-left: 0.25rem;\n            }\n            \n            .bg-gradient-1,\n            .bg-gradient-2 {\n                display: none;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .cgv-header {\n                padding: 2.5rem 0.85rem 2rem;\n            }\n            \n            .cgv-title {\n                font-size: 1.9rem;\n            }\n            \n            .cgv-badge {\n                font-size: 0.68rem;\n                padding: 0.4rem 1.15rem;\n            }\n            \n            .content-wrapper {\n                padding: 1.75rem 0.85rem 2.5rem;\n            }\n            \n            .cgv-article {\n                padding: 0.9rem 0.95rem;\n                border-radius: 0.7rem;\n            }\n            \n            .article-header {\n                gap: 0.6rem;\n            }\n            \n            .article-number {\n                min-width: 1.6rem;\n                height: 1.6rem;\n                font-size: 0.7rem;\n            }\n            \n            .cgv-article-title {\n                font-size: 0.88rem;\n            }\n            \n            .cgv-article-content {\n                font-size: 0.76rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    \n    <!-- Background Decoration -->\n    <div class=\"page-background\">\n        <div class=\"bg-gradient-1\"><\/div>\n        <div class=\"bg-gradient-2\"><\/div>\n    <\/div>\n    \n    <!-- Header Hero -->\n    <header class=\"cgv-header\">\n        <div class=\"cgv-header-container\">\n            <div class=\"cgv-badge\">\n                <svg class=\"cgv-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=\"cgv-badge-text\">CGV<\/span>\n            <\/div>\n            <h1 class=\"cgv-title\">Conditions G\u00e9n\u00e9rales de Vente<\/h1>\n        <\/div>\n    <\/header>\n    \n    <!-- Main Content -->\n    <div class=\"content-wrapper\">\n        \n        <!-- Table of Contents -->\n        <aside class=\"toc-sidebar\" id=\"tocSidebar\">\n            <div class=\"toc-title\">Sommaire<\/div>\n            <nav>\n                <ul class=\"toc-list\" id=\"tocList\">\n                    <li class=\"toc-item\">\n                        <a href=\"#article-1\" class=\"toc-link\" data-target=\"article-1\">\n                            <span class=\"toc-number\">1<\/span>\n                            <span>Informations l\u00e9gales<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-2\" class=\"toc-link\" data-target=\"article-2\">\n                            <span class=\"toc-number\">2<\/span>\n                            <span>Objet<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-3\" class=\"toc-link\" data-target=\"article-3\">\n                            <span class=\"toc-number\">3<\/span>\n                            <span>Commande<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-4\" class=\"toc-link\" data-target=\"article-4\">\n                            <span class=\"toc-number\">4<\/span>\n                            <span>Tarifs<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-5\" class=\"toc-link\" data-target=\"article-5\">\n                            <span class=\"toc-number\">5<\/span>\n                            <span>Dur\u00e9e d&rsquo;engagement<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-6\" class=\"toc-link\" data-target=\"article-6\">\n                            <span class=\"toc-number\">6<\/span>\n                            <span>Modalit\u00e9s de paiement<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-7\" class=\"toc-link\" data-target=\"article-7\">\n                            <span class=\"toc-number\">7<\/span>\n                            <span>Acc\u00e8s au service<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-8\" class=\"toc-link\" data-target=\"article-8\">\n                            <span class=\"toc-number\">8<\/span>\n                            <span>Donn\u00e9es et sauvegardes<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-9\" class=\"toc-link\" data-target=\"article-9\">\n                            <span class=\"toc-number\">9<\/span>\n                            <span>Propri\u00e9t\u00e9 intellectuelle<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-10\" class=\"toc-link\" data-target=\"article-10\">\n                            <span class=\"toc-number\">10<\/span>\n                            <span>Garanties<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-11\" class=\"toc-link\" data-target=\"article-11\">\n                            <span class=\"toc-number\">11<\/span>\n                            <span>Analyse d&rsquo;usage<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-12\" class=\"toc-link\" data-target=\"article-12\">\n                            <span class=\"toc-number\">12<\/span>\n                            <span>R\u00e9f\u00e9rences<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-13\" class=\"toc-link\" data-target=\"article-13\">\n                            <span class=\"toc-number\">13<\/span>\n                            <span>RGPD<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-14\" class=\"toc-link\" data-target=\"article-14\">\n                            <span class=\"toc-number\">14<\/span>\n                            <span>Obligation de moyen<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-15\" class=\"toc-link\" data-target=\"article-15\">\n                            <span class=\"toc-number\">15<\/span>\n                            <span>Conformit\u00e9<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-16\" class=\"toc-link\" data-target=\"article-16\">\n                            <span class=\"toc-number\">16<\/span>\n                            <span>Non-sollicitation<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-17\" class=\"toc-link\" data-target=\"article-17\">\n                            <span class=\"toc-number\">17<\/span>\n                            <span>Clause d&rsquo;audit<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-18\" class=\"toc-link\" data-target=\"article-18\">\n                            <span class=\"toc-number\">18<\/span>\n                            <span>Anti-contrefa\u00e7on<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-19\" class=\"toc-link\" data-target=\"article-19\">\n                            <span class=\"toc-number\">19<\/span>\n                            <span>Pr\u00e9dominance CGV<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-20\" class=\"toc-link\" data-target=\"article-20\">\n                            <span class=\"toc-number\">20<\/span>\n                            <span>Sauvegarde<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-21\" class=\"toc-link\" data-target=\"article-21\">\n                            <span class=\"toc-number\">21<\/span>\n                            <span>Nullit\u00e9 partielle<\/span>\n                        <\/a>\n                    <\/li>\n                    <li class=\"toc-item\">\n                        <a href=\"#article-22\" class=\"toc-link\" data-target=\"article-22\">\n                            <span class=\"toc-number\">22<\/span>\n                            <span>Loi applicable<\/span>\n                        <\/a>\n                    <\/li>\n                <\/ul>\n            <\/nav>\n        <\/aside>\n        \n        <!-- Main Content -->\n        <main class=\"cgv-content\">\n            \n            <!-- Article 1 -->\n            <article class=\"cgv-article\" id=\"article-1\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">1<\/div>\n                    <h2 class=\"cgv-article-title\">Informations l\u00e9gales<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>La soci\u00e9t\u00e9 Hodr\u00f8nn est une SAS au capital variable, immatricul\u00e9e au RCS sous le num\u00e9ro SIRET 999 632 086 , dont le si\u00e8ge social est situ\u00e9 au 2 rue du Neuf Moulins, 54570 Foug.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 2 -->\n            <article class=\"cgv-article\" id=\"article-2\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">2<\/div>\n                    <h2 class=\"cgv-article-title\">Objet<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Les pr\u00e9sentes conditions r\u00e9gissent la vente et l&rsquo;utilisation du logiciel en ligne Hodr\u00f8nn, une solution de gestion modulaire. Hodr\u00f8nn propose :<\/p>\n                    <ul>\n                        <li>L&rsquo;acc\u00e8s au logiciel en mode SaaS,<\/li>\n                        <li>L&rsquo;h\u00e9bergement et la maintenance des donn\u00e9es,<\/li>\n                        <li>Le support technique,<\/li>\n                        <li>Les mises \u00e0 jour et \u00e9volutions du logiciel.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 3 -->\n            <article class=\"cgv-article\" id=\"article-3\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">3<\/div>\n                    <h2 class=\"cgv-article-title\">Commande<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Toute commande implique l&rsquo;acceptation sans r\u00e9serve des pr\u00e9sentes CGV. La signature du devis vaut acceptation et engage le client. Hodr\u00f8nn se r\u00e9serve le droit de refuser toute commande pour un motif l\u00e9gitime.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 4 -->\n            <article class=\"cgv-article\" id=\"article-4\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">4<\/div>\n                    <h2 class=\"cgv-article-title\">Tarifs<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Les tarifs sont exprim\u00e9s en euros HT. Ils sont susceptibles d&rsquo;\u00eatre modifi\u00e9s \u00e0 tout moment, mais les prestations seront factur\u00e9es sur la base des tarifs en vigueur au moment de la commande. Les tarifs incluent :<\/p>\n                    <ul>\n                        <li>L&rsquo;acc\u00e8s \u00e0 la plateforme SaaS,<\/li>\n                        <li>Les modules souscrits,<\/li>\n                        <li>L&rsquo;h\u00e9bergement et la maintenance,<\/li>\n                        <li>Le support technique standard.<\/li>\n                    <\/ul>\n                    <p>Les prestations de param\u00e9trage, formation ou d\u00e9veloppement sur mesure font l&rsquo;objet de devis sp\u00e9cifiques.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 5 -->\n            <article class=\"cgv-article\" id=\"article-5\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">5<\/div>\n                    <h2 class=\"cgv-article-title\">Dur\u00e9e d&rsquo;engagement<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Les contrats sont conclus pour une dur\u00e9e minimale de 12 mois \u00e0 compter de la date d&rsquo;activation du service. \u00c0 l&rsquo;issue de cette p\u00e9riode, le contrat est tacitement reconduit par p\u00e9riode de 12 mois, sauf r\u00e9siliation par l&rsquo;une des parties moyennant un pr\u00e9avis de 2 mois par lettre recommand\u00e9e avec accus\u00e9 de r\u00e9ception.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 6 -->\n            <article class=\"cgv-article\" id=\"article-6\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">6<\/div>\n                    <h2 class=\"cgv-article-title\">Modalit\u00e9s de paiement<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Les factures sont payables \u00e0 r\u00e9ception par virement bancaire ou pr\u00e9l\u00e8vement automatique. Tout retard de paiement entra\u00eene de plein droit :<\/p>\n                    <ul>\n                        <li>L&rsquo;application de p\u00e9nalit\u00e9s de retard au taux de 3 fois le taux d&rsquo;int\u00e9r\u00eat l\u00e9gal,<\/li>\n                        <li>Une indemnit\u00e9 forfaitaire de 40 \u20ac pour frais de recouvrement,<\/li>\n                        <li>La suspension du service jusqu&rsquo;\u00e0 r\u00e9gularisation compl\u00e8te.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 7 -->\n            <article class=\"cgv-article\" id=\"article-7\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">7<\/div>\n                    <h2 class=\"cgv-article-title\">Acc\u00e8s au service<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Hodr\u00f8nn s&rsquo;engage \u00e0 fournir un acc\u00e8s au service 24h\/24 et 7j\/7, sous r\u00e9serve des op\u00e9rations de maintenance programm\u00e9es. Un taux de disponibilit\u00e9 de 99,5% sur l&rsquo;ann\u00e9e est garanti (hors maintenance planifi\u00e9e). En cas d&rsquo;indisponibilit\u00e9 sup\u00e9rieure, le client b\u00e9n\u00e9ficie d&rsquo;une compensation sous forme d&rsquo;avoir proportionnel \u00e0 la dur\u00e9e d&rsquo;interruption.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 8 -->\n            <article class=\"cgv-article\" id=\"article-8\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">8<\/div>\n                    <h2 class=\"cgv-article-title\">Donn\u00e9es et sauvegardes<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Hodr\u00f8nn r\u00e9alise des sauvegardes quotidiennes des donn\u00e9es, conserv\u00e9es pendant 30 jours. Le client reste propri\u00e9taire de ses donn\u00e9es et peut demander leur export \u00e0 tout moment. En cas de r\u00e9siliation, Hodr\u00f8nn s&rsquo;engage \u00e0 fournir une extraction compl\u00e8te des donn\u00e9es dans un format exploitable pendant 30 jours suivant la fin du contrat.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 9 -->\n            <article class=\"cgv-article\" id=\"article-9\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">9<\/div>\n                    <h2 class=\"cgv-article-title\">Propri\u00e9t\u00e9 intellectuelle<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Le logiciel Hodr\u00f8nn, ses modules, son code source, sa documentation et tous les \u00e9l\u00e9ments qui le composent sont et restent la propri\u00e9t\u00e9 exclusive de Hodr\u00f8nn. Le client dispose uniquement d&rsquo;un droit d&rsquo;utilisation non exclusif et non cessible, limit\u00e9 \u00e0 la dur\u00e9e du contrat et aux modules souscrits.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 10 -->\n            <article class=\"cgv-article\" id=\"article-10\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">10<\/div>\n                    <h2 class=\"cgv-article-title\">Garanties<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Hodr\u00f8nn garantit la conformit\u00e9 du logiciel aux fonctionnalit\u00e9s d\u00e9crites dans la documentation. La responsabilit\u00e9 de Hodr\u00f8nn ne peut \u00eatre engag\u00e9e qu&rsquo;en cas de faute prouv\u00e9e et est limit\u00e9e au montant des sommes vers\u00e9es par le client au cours des 12 derniers mois. Hodr\u00f8nn ne pourra en aucun cas \u00eatre tenu responsable des dommages indirects.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 11 -->\n            <article class=\"cgv-article\" id=\"article-11\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">11<\/div>\n                    <h2 class=\"cgv-article-title\">Analyse d&rsquo;usage<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Hodr\u00f8nn collecte des donn\u00e9es anonymis\u00e9es d&rsquo;utilisation du logiciel \u00e0 des fins d&rsquo;am\u00e9lioration du service et de statistiques. Ces donn\u00e9es ne contiennent aucune information permettant d&rsquo;identifier les utilisateurs ou les donn\u00e9es m\u00e9tier du client.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 12 -->\n            <article class=\"cgv-article\" id=\"article-12\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">12<\/div>\n                    <h2 class=\"cgv-article-title\">R\u00e9f\u00e9rences<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Sauf opposition \u00e9crite du client, Hodr\u00f8nn se r\u00e9serve le droit de mentionner le nom et le logo du client dans sa liste de r\u00e9f\u00e9rences commerciales et sur son site internet, sans d\u00e9voiler d&rsquo;informations confidentielles sur l&rsquo;utilisation du logiciel.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 13 -->\n            <article class=\"cgv-article\" id=\"article-13\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">13<\/div>\n                    <h2 class=\"cgv-article-title\">RGPD<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Hodr\u00f8nn s&rsquo;engage \u00e0 respecter le R\u00e8glement G\u00e9n\u00e9ral sur la Protection des Donn\u00e9es (RGPD). Les donn\u00e9es personnelles sont trait\u00e9es de mani\u00e8re confidentielle et s\u00e9curis\u00e9e. Le client dispose d&rsquo;un droit d&rsquo;acc\u00e8s, de rectification et de suppression de ses donn\u00e9es personnelles.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 14 -->\n            <article class=\"cgv-article\" id=\"article-14\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">14<\/div>\n                    <h2 class=\"cgv-article-title\">Obligation de moyen<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Hodr\u00f8nn s&rsquo;engage \u00e0 mettre en \u0153uvre tous les moyens n\u00e9cessaires pour fournir un service de qualit\u00e9, mais ne peut garantir l&rsquo;atteinte d&rsquo;un r\u00e9sultat sp\u00e9cifique. L&rsquo;obligation de Hodr\u00f8nn est une obligation de moyen et non de r\u00e9sultat.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 15 -->\n            <article class=\"cgv-article\" id=\"article-15\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">15<\/div>\n                    <h2 class=\"cgv-article-title\">Conformit\u00e9<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Le client s&rsquo;engage \u00e0 utiliser le logiciel dans le respect des lois et r\u00e8glements en vigueur. Il est seul responsable de la conformit\u00e9 de son utilisation du logiciel avec ses obligations l\u00e9gales et r\u00e9glementaires.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 16 -->\n            <article class=\"cgv-article\" id=\"article-16\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">16<\/div>\n                    <h2 class=\"cgv-article-title\">Non-sollicitation<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Pendant la dur\u00e9e du contrat et pendant 24 mois apr\u00e8s sa r\u00e9siliation, le client s&rsquo;interdit de d\u00e9baucher ou d&#8217;employer, directement ou indirectement, tout collaborateur de Hodr\u00f8nn ayant particip\u00e9 \u00e0 la prestation, sauf accord pr\u00e9alable \u00e9crit de Hodr\u00f8nn.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 17 -->\n            <article class=\"cgv-article\" id=\"article-17\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">17<\/div>\n                    <h2 class=\"cgv-article-title\">Clause d&rsquo;audit<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Hodr\u00f8nn se r\u00e9serve le droit, sur pr\u00e9avis de 15 jours, de r\u00e9aliser un audit de l&rsquo;utilisation du logiciel pour v\u00e9rifier la conformit\u00e9 avec les termes du contrat, notamment en ce qui concerne le nombre d&rsquo;utilisateurs et les modules souscrits.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 18 -->\n            <article class=\"cgv-article\" id=\"article-18\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">18<\/div>\n                    <h2 class=\"cgv-article-title\">Anti-contrefa\u00e7on<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Toute reproduction, repr\u00e9sentation, modification, publication, transmission, d\u00e9naturation totale ou partielle du logiciel, par quelque proc\u00e9d\u00e9 que ce soit, sans l&rsquo;autorisation pr\u00e9alable \u00e9crite de Hodr\u00f8nn constitue une contrefa\u00e7on sanctionn\u00e9e par le Code de la propri\u00e9t\u00e9 intellectuelle.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 19 -->\n            <article class=\"cgv-article\" id=\"article-19\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">19<\/div>\n                    <h2 class=\"cgv-article-title\">Pr\u00e9dominance CGV<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>En cas de contradiction entre les pr\u00e9sentes CGV et tout autre document, les CGV pr\u00e9valent sauf d\u00e9rogation expresse sign\u00e9e par les deux parties. Les conditions particuli\u00e8res du client ne sont pas opposables \u00e0 Hodr\u00f8nn, sauf acceptation expresse et \u00e9crite.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 20 -->\n            <article class=\"cgv-article\" id=\"article-20\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">20<\/div>\n                    <h2 class=\"cgv-article-title\">Sauvegarde<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Bien que Hodr\u00f8nn r\u00e9alise des sauvegardes quotidiennes, il est vivement recommand\u00e9 au client de proc\u00e9der r\u00e9guli\u00e8rement \u00e0 des exports de ses donn\u00e9es pour disposer de sauvegardes compl\u00e9mentaires. Hodr\u00f8nn ne pourra \u00eatre tenu responsable en cas de perte de donn\u00e9es r\u00e9sultant d&rsquo;un cas de force majeure.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 21 -->\n            <article class=\"cgv-article\" id=\"article-21\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">21<\/div>\n                    <h2 class=\"cgv-article-title\">Nullit\u00e9 partielle<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Si l&rsquo;une quelconque des clauses des pr\u00e9sentes CGV \u00e9tait d\u00e9clar\u00e9e nulle ou inapplicable, elle serait r\u00e9put\u00e9e non \u00e9crite, sans que cela n&rsquo;affecte la validit\u00e9 des autres clauses qui continueraient de s&rsquo;appliquer entre les parties.<\/p>\n                <\/div>\n            <\/article>\n            \n            <!-- Article 22 -->\n            <article class=\"cgv-article\" id=\"article-22\">\n                <div class=\"article-header\">\n                    <div class=\"article-number\">22<\/div>\n                    <h2 class=\"cgv-article-title\">Loi applicable<\/h2>\n                <\/div>\n                <div class=\"cgv-article-content\">\n                    <p>Les pr\u00e9sentes CGV sont soumises au droit fran\u00e7ais. En cas de litige, et \u00e0 d\u00e9faut de solution amiable, les tribunaux de Nancy seront seuls comp\u00e9tents.<\/p>\n                <\/div>\n            <\/article>\n            \n        <\/main>\n    <\/div>\n    \n    <script>\n        \/\/ ========================================\n        \/\/ D\u00c9TECTION ARTICLE ACTIF - ULTRA STABLE & PR\u00c9CIS\n        \/\/ ========================================\n        \n        const tocSidebar = document.getElementById('tocSidebar');\n        const tocLinks = document.querySelectorAll('.toc-link');\n        const articles = document.querySelectorAll('.cgv-article');\n        \n        let currentActiveId = null;\n        let debounceTimer = null;\n        \n        \/\/ IntersectionObserver avec zone de d\u00e9tection optimale\n        const observerOptions = {\n            root: null,\n            rootMargin: '-20% 0px -60% 0px', \/\/ Zone \u00e9quilibr\u00e9e pour tous les articles\n            threshold: [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1]\n        };\n        \n        const observer = new IntersectionObserver((entries) => {\n            \/\/ Annuler le timer pr\u00e9c\u00e9dent\n            if (debounceTimer) {\n                clearTimeout(debounceTimer);\n            }\n            \n            \/\/ Attendre un tout petit moment pour stabiliser\n            debounceTimer = setTimeout(() => {\n                \/\/ Filtrer uniquement les articles visibles\n                const visibleEntries = entries.filter(entry => entry.isIntersecting);\n                \n                if (visibleEntries.length === 0) return;\n                \n                \/\/ Si un seul article visible, c'est lui\n                if (visibleEntries.length === 1) {\n                    setActiveArticle(visibleEntries[0].target.id);\n                    return;\n                }\n                \n                \/\/ Si plusieurs articles visibles, utiliser un syst\u00e8me de score am\u00e9lior\u00e9\n                let bestEntry = visibleEntries[0];\n                let bestScore = -Infinity;\n                \n                visibleEntries.forEach(entry => {\n                    const rect = entry.target.getBoundingClientRect();\n                    const viewportHeight = window.innerHeight;\n                    \n                    \/\/ Position du centre de l'article par rapport au viewport\n                    const articleCenter = rect.top + (rect.height \/ 2);\n                    const viewportCenter = viewportHeight \/ 2;\n                    \n                    \/\/ Distance du centre de l'article par rapport au centre du viewport\n                    const distanceFromCenter = Math.abs(articleCenter - viewportCenter);\n                    \n                    \/\/ Score : prioriser l'article le plus centr\u00e9 ET le plus visible\n                    \/\/ Plus l'article est visible et centr\u00e9, meilleur est le score\n                    const visibilityScore = entry.intersectionRatio * 1000;\n                    const centerScore = (viewportHeight - distanceFromCenter) \/ viewportHeight * 500;\n                    \n                    const totalScore = visibilityScore + centerScore;\n                    \n                    if (totalScore > bestScore) {\n                        bestScore = totalScore;\n                        bestEntry = entry;\n                    }\n                });\n                \n                setActiveArticle(bestEntry.target.id);\n            }, 30); \/\/ D\u00e9lai r\u00e9duit \u00e0 30ms pour plus de r\u00e9activit\u00e9\n            \n        }, observerOptions);\n        \n        \/\/ Observer tous les articles\n        articles.forEach(article => {\n            observer.observe(article);\n        });\n        \n        \/\/ Fonction pour d\u00e9finir l'article actif\n        function setActiveArticle(articleId) {\n            \/\/ Ne rien faire si c'est d\u00e9j\u00e0 l'article actif\n            if (articleId === currentActiveId) return;\n            \n            currentActiveId = articleId;\n            \n            \/\/ Retirer toutes les classes actives\n            tocLinks.forEach(link => link.classList.remove('active'));\n            \n            \/\/ Ajouter la classe active au bon lien\n            const activeLink = document.querySelector(`.toc-link[data-target=\"${articleId}\"]`);\n            if (activeLink) {\n                activeLink.classList.add('active');\n                \n                \/\/ Auto-scroll du sommaire vers le lien actif\n                scrollTocToActiveLink(activeLink);\n            }\n        }\n        \n        \/\/ Fonction pour scroller le sommaire de mani\u00e8re fluide\n        function scrollTocToActiveLink(activeLink) {\n            \/\/ Calculer la position du lien dans le sommaire\n            const linkOffsetTop = activeLink.offsetTop;\n            const linkHeight = activeLink.offsetHeight;\n            \n            \/\/ Position cible : centrer le lien dans le sommaire\n            const sidebarHeight = tocSidebar.clientHeight;\n            const targetScroll = linkOffsetTop - (sidebarHeight \/ 2) + (linkHeight \/ 2);\n            \n            \/\/ Scroller seulement si n\u00e9cessaire (\u00e9viter les mouvements inutiles)\n            const currentScroll = tocSidebar.scrollTop;\n            const visibleTop = currentScroll;\n            const visibleBottom = currentScroll + sidebarHeight;\n            \n            const linkTop = linkOffsetTop;\n            const linkBottom = linkOffsetTop + linkHeight;\n            \n            \/\/ Scroller uniquement si le lien n'est pas compl\u00e8tement visible\n            if (linkTop < visibleTop + 50 || linkBottom > visibleBottom - 50) {\n                tocSidebar.scrollTo({\n                    top: targetScroll,\n                    behavior: 'smooth'\n                });\n            }\n        }\n        \n        \/\/ Event listener pour les clics sur les liens du sommaire\n        tocLinks.forEach(link => {\n            link.addEventListener('click', function(e) {\n                e.preventDefault();\n                \n                const targetId = this.getAttribute('data-target');\n                const targetElement = document.getElementById(targetId);\n                \n                if (targetElement) {\n                    \/\/ Scroller vers l'article avec un offset\n                    const offsetTop = targetElement.offsetTop - 120;\n                    \n                    window.scrollTo({\n                        top: offsetTop,\n                        behavior: 'smooth'\n                    });\n                    \n                    \/\/ Marquer imm\u00e9diatement comme actif (pour feedback instantan\u00e9)\n                    setActiveArticle(targetId);\n                }\n            });\n        });\n        \n        \/\/ Initialiser au chargement\n        window.addEventListener('load', () => {\n            \/\/ D\u00e9terminer l'article initial\n            setTimeout(() => {\n                const firstVisibleArticle = Array.from(articles).find(article => {\n                    const rect = article.getBoundingClientRect();\n                    return rect.top >= 0 && rect.top < window.innerHeight \/ 2;\n                });\n                \n                if (firstVisibleArticle) {\n                    setActiveArticle(firstVisibleArticle.id);\n                } else {\n                    setActiveArticle(articles[0].id);\n                }\n            }, 100);\n        });\n    <\/script>\n    \n<\/body>\n<\/html>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Conditions G\u00e9n\u00e9rales de Vente &#8211; Hodr\u00f8nn CGV Conditions G\u00e9n\u00e9rales de Vente Sommaire 1 Informations l\u00e9gales 2 Objet 3 Commande 4 [&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-688","page","type-page","status-publish","hentry"],"spectra_custom_meta":{"_uabb_version":["1.36.13"],"_edit_lock":["1769681748:1"],"_uag_custom_page_level_css":[""],"site-sidebar-layout":["default"],"site-content-layout":[""],"ast-site-content-layout":["default"],"site-content-style":["default"],"site-sidebar-style":["default"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"site-post-title":["disabled"],"ast-breadcrumbs-content":[""],"ast-featured-img":[""],"footer-sml-layout":[""],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["default"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"footnotes":[""],"_elementor_edit_mode":[""],"_elementor_template_type":[""],"_elementor_data":[""],"_edit_last":["1"],"_yoast_wpseo_content_score":["90"],"_yoast_wpseo_estimated-reading-time-minutes":["6"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_seo_score":["65"],"rank_math_focus_keyword":["CGV,Hodronn,Condition g\u00e9n\u00e9rale de vente"],"rank_math_internal_links_processed":["1"],"rank_math_title":["Hodronn - CGV"],"_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-79c9335b .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-79c9335b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-79c9335b .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-79c9335b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-79c9335b .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-79c9335b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-79c9335b > .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-79c9335b{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: -35px !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-79c9335b{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-79c9335b > .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-79c9335b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: -35px !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-79c9335b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-79c9335b > .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-79c9335b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: -35px !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:\"1775574104\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"],"_uag_css_file_name":["uag-css-688.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":"Conditions G\u00e9n\u00e9rales de Vente &#8211; Hodr\u00f8nn CGV Conditions G\u00e9n\u00e9rales de Vente Sommaire 1 Informations l\u00e9gales 2 Objet 3 Commande 4 [&hellip;]","_links":{"self":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/688","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=688"}],"version-history":[{"count":18,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/688\/revisions"}],"predecessor-version":[{"id":1481,"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/pages\/688\/revisions\/1481"}],"wp:attachment":[{"href":"https:\/\/hodronn.fr\/index.php\/wp-json\/wp\/v2\/media?parent=688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}