{"id":374,"date":"2026-01-20T19:30:00","date_gmt":"2026-01-20T19:30:00","guid":{"rendered":"https:\/\/www.greenmotor.eu\/?page_id=374"},"modified":"2026-01-20T19:30:03","modified_gmt":"2026-01-20T19:30:03","slug":"mentions-legales-greenmotor","status":"publish","type":"page","link":"https:\/\/greenmotor.eu\/nl\/mentions-legales-greenmotor\/","title":{"rendered":"Mentions l\u00e9gales \u2013 GreenMotor"},"content":{"rendered":"<!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>Mentions L\u00e9gales | GreenMotor<\/title>\n    <meta name=\"description\" content=\"Mentions l\u00e9gales du site GreenMotor - Informations l\u00e9gales conformes \u00e0 la LCEN (Loi pour la Confiance dans l'\u00c9conomie Num\u00e9rique)\">\n    <meta name=\"robots\" content=\"noindex, nofollow\">\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=IBM+Plex+Sans:wght@400;500;600;700&#038;family=Barlow:wght@700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --green-primary: #0FA958;\n            --green-dark: #0D8A47;\n            --dark-text: #111827;\n            --neutral-text: #4B5563;\n            --light-bg: #F9FAFB;\n            --white: #FFFFFF;\n            --border-color: #E5E7EB;\n            --blue-info: #3B82F6;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'IBM Plex Sans', sans-serif;\n            color: var(--neutral-text);\n            line-height: 1.7;\n            background: var(--light-bg);\n        }\n        \n        \/* Header *\/\n        .legal-header {\n            background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-dark) 100%);\n            color: var(--white);\n            padding: 4rem 2rem;\n            text-align: center;\n        }\n        \n        .legal-header h1 {\n            font-family: 'Barlow', sans-serif;\n            font-size: clamp(2.5rem, 5vw, 4rem);\n            font-weight: 800;\n            margin-bottom: 1rem;\n        }\n        \n        .header-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.95;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .legal-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            backdrop-filter: blur(10px);\n            padding: 0.8rem 1.5rem;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 0.95rem;\n            margin-top: 1.5rem;\n        }\n        \n        \/* Container *\/\n        .legal-container {\n            max-width: 1000px;\n            margin: -3rem auto 4rem;\n            background: var(--white);\n            border-radius: 16px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\n            padding: 3.5rem;\n        }\n        \n        \/* Intro Section *\/\n        .intro-section {\n            background: linear-gradient(135deg, rgba(15, 169, 88, 0.08) 0%, rgba(15, 169, 88, 0.02) 100%);\n            border-radius: 12px;\n            padding: 2.5rem;\n            margin-bottom: 3rem;\n            border-left: 5px solid var(--green-primary);\n        }\n        \n        .intro-section p {\n            font-size: 1.05rem;\n            line-height: 1.8;\n        }\n        \n        .legal-ref {\n            background: rgba(59, 130, 246, 0.05);\n            border-left: 3px solid var(--blue-info);\n            padding: 1rem 1.5rem;\n            margin-top: 1.5rem;\n            border-radius: 6px;\n            font-size: 0.95rem;\n        }\n        \n        .legal-ref strong {\n            color: var(--blue-info);\n        }\n        \n        \/* Section *\/\n        .section {\n            margin-bottom: 3.5rem;\n        }\n        \n        .section-icon {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-dark) 100%);\n            color: var(--white);\n            border-radius: 12px;\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n        }\n        \n        .section h2 {\n            font-family: 'Barlow', sans-serif;\n            font-size: 2rem;\n            color: var(--dark-text);\n            margin-bottom: 1.5rem;\n            font-weight: 700;\n        }\n        \n        .section p {\n            margin-bottom: 1.2rem;\n            font-size: 1.05rem;\n        }\n        \n        .section ul {\n            margin: 1.5rem 0 1.5rem 0;\n            list-style: none;\n        }\n        \n        .section li {\n            margin-bottom: 0.8rem;\n            font-size: 1.05rem;\n            padding-left: 2rem;\n            position: relative;\n        }\n        \n        .section li::before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: var(--green-primary);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        \/* Company Card *\/\n        .company-card {\n            background: var(--white);\n            border: 3px solid var(--green-primary);\n            border-radius: 16px;\n            padding: 2.5rem;\n            margin: 2rem 0;\n            box-shadow: 0 4px 20px rgba(15, 169, 88, 0.1);\n        }\n        \n        .company-card h3 {\n            font-family: 'Barlow', sans-serif;\n            color: var(--green-primary);\n            font-size: 1.8rem;\n            margin-bottom: 2rem;\n            display: flex;\n            align-items: center;\n            gap: 0.8rem;\n        }\n        \n        .company-details {\n            display: grid;\n            gap: 1.2rem;\n        }\n        \n        .detail-row {\n            display: grid;\n            grid-template-columns: 200px 1fr;\n            gap: 1.5rem;\n            padding: 1rem 0;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .detail-row:last-child {\n            border-bottom: none;\n        }\n        \n        .detail-label {\n            font-weight: 700;\n            color: var(--dark-text);\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        \n        .detail-value {\n            color: var(--neutral-text);\n            display: flex;\n            align-items: center;\n        }\n        \n        .detail-value a {\n            color: var(--green-primary);\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        .detail-value a:hover {\n            text-decoration: underline;\n        }\n        \n        \/* Hosting Card *\/\n        .hosting-card {\n            background: var(--light-bg);\n            border: 2px solid var(--border-color);\n            border-radius: 12px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n        \n        .hosting-card h4 {\n            font-family: 'Barlow', sans-serif;\n            color: var(--dark-text);\n            font-size: 1.3rem;\n            margin-bottom: 1.5rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        \n        .hosting-details {\n            display: grid;\n            gap: 0.8rem;\n        }\n        \n        .hosting-item {\n            display: flex;\n            gap: 1rem;\n        }\n        \n        .hosting-label {\n            font-weight: 600;\n            color: var(--dark-text);\n            min-width: 100px;\n        }\n        \n        \/* Info Cards *\/\n        .info-card {\n            background: rgba(15, 169, 88, 0.05);\n            border-left: 4px solid var(--green-primary);\n            padding: 1.8rem;\n            margin: 2rem 0;\n            border-radius: 8px;\n        }\n        \n        .info-card-title {\n            color: var(--green-primary);\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        \n        .warning-card {\n            background: rgba(245, 158, 11, 0.05);\n            border-left: 4px solid #F59E0B;\n            padding: 1.8rem;\n            margin: 2rem 0;\n            border-radius: 8px;\n        }\n        \n        .warning-card-title {\n            color: #F59E0B;\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        \n        \/* Tech Stack *\/\n        .tech-stack {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            margin: 1.5rem 0;\n        }\n        \n        .tech-badge {\n            background: var(--green-primary);\n            color: var(--white);\n            padding: 0.6rem 1.2rem;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n        }\n        \n        \/* Links Section *\/\n        .links-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin: 2rem 0;\n        }\n        \n        .link-card {\n            background: var(--white);\n            border: 2px solid var(--border-color);\n            border-radius: 12px;\n            padding: 1.8rem;\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n        \n        .link-card:hover {\n            border-color: var(--green-primary);\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(15, 169, 88, 0.15);\n        }\n        \n        .link-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n        \n        .link-title {\n            font-family: 'Barlow', sans-serif;\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: var(--dark-text);\n            margin-bottom: 0.5rem;\n        }\n        \n        .link-card a {\n            color: var(--green-primary);\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        .link-card a:hover {\n            text-decoration: underline;\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-dark) 100%);\n            color: var(--white);\n            padding: 3rem;\n            border-radius: 16px;\n            text-align: center;\n            margin: 3rem 0;\n        }\n        \n        .cta-section h3 {\n            font-family: 'Barlow', sans-serif;\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }\n        \n        .cta-section p {\n            font-size: 1.1rem;\n            margin-bottom: 2rem;\n            opacity: 0.95;\n        }\n        \n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: var(--white);\n            color: var(--green-primary);\n            padding: 1rem 2rem;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 700;\n            transition: all 0.3s ease;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n        }\n        \n        \/* Footer Note *\/\n        .footer-note {\n            text-align: center;\n            padding: 2rem;\n            background: var(--light-bg);\n            border-radius: 12px;\n            margin-top: 3rem;\n        }\n        \n        .footer-note p {\n            color: var(--neutral-text);\n            font-size: 0.95rem;\n        }\n        \n        .last-update {\n            font-weight: 700;\n            color: var(--green-primary);\n            margin-top: 1rem;\n        }\n        \n        \/* Back to Top *\/\n        .back-to-top {\n            display: inline-block;\n            margin-top: 2rem;\n            padding: 0.8rem 2rem;\n            background: var(--green-primary);\n            color: var(--white);\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        \n        .back-to-top:hover {\n            background: var(--green-dark);\n            transform: translateY(-2px);\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .legal-container {\n                margin: -1.5rem 1rem 2rem;\n                padding: 2rem 1.5rem;\n            }\n            \n            .legal-header {\n                padding: 3rem 1.5rem;\n            }\n            \n            .detail-row {\n                grid-template-columns: 1fr;\n                gap: 0.5rem;\n            }\n            \n            .company-card {\n                padding: 1.5rem;\n            }\n            \n            .links-section {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header class=\"legal-header\">\n        <h1>\u2696\ufe0f Mentions L\u00e9gales<\/h1>\n        <p class=\"header-subtitle\">\n            Informations l\u00e9gales et identification des intervenants du site GreenMotor\n        <\/p>\n        <div class=\"legal-badge\">Conforme \u00e0 la LCEN<\/div>\n    <\/header>\n    \n    <!-- Main Content -->\n    <div class=\"legal-container\">\n        <!-- Introduction -->\n        <div class=\"intro-section\">\n            <p>\n                Conform\u00e9ment aux dispositions des <strong>articles 6-III et 19 de la Loi n\u00b02004-575 du 21 juin 2004 pour la Confiance dans l&rsquo;\u00c9conomie Num\u00e9rique (LCEN)<\/strong>, il est pr\u00e9cis\u00e9 aux utilisateurs du site <strong>GreenMotor<\/strong> l&rsquo;identit\u00e9 des diff\u00e9rents intervenants dans le cadre de sa r\u00e9alisation et de son suivi.\n            <\/p>\n            <div class=\"legal-ref\">\n                <strong>Base l\u00e9gale :<\/strong> Loi n\u00b02004-575 du 21 juin 2004 pour la Confiance dans l&rsquo;\u00c9conomie Num\u00e9rique (LCEN), articles 6-III et 19\n            <\/div>\n        <\/div>\n        \n        <!-- Section 1: \u00c9diteur du site -->\n        <section class=\"section\">\n            <div class=\"section-icon\">\ud83c\udfe2<\/div>\n            <h2>\u00c9diteur du site<\/h2>\n            \n            <div class=\"company-card\">\n                <h3>\ud83c\udf3f GREEN MOTOR COMPANY<\/h3>\n                <div class=\"company-details\">\n                    <div class=\"detail-row\">\n                        <div class=\"detail-label\">\ud83c\udff7\ufe0f Raison sociale<\/div>\n                        <div class=\"detail-value\">GREEN MOTOR COMPANY<\/div>\n                    <\/div>\n                    <div class=\"detail-row\">\n                        <div class=\"detail-label\">\ud83d\udccb Forme juridique<\/div>\n                        <div class=\"detail-value\">Soci\u00e9t\u00e9 par Actions Simplifi\u00e9e (SAS)<\/div>\n                    <\/div>\n                    <div class=\"detail-row\">\n                        <div class=\"detail-label\">\ud83d\udccd Si\u00e8ge social<\/div>\n                        <div class=\"detail-value\">33 rue de la R\u00e9publique, 69002 Lyon, France<\/div>\n                    <\/div>\n                    <div class=\"detail-row\">\n                        <div class=\"detail-label\">\ud83d\udd22 SIRET<\/div>\n                        <div class=\"detail-value\">880 077 284 00011<\/div>\n                    <\/div>\n                    <div class=\"detail-row\">\n                        <div class=\"detail-label\">\ud83c\uddea\ud83c\uddfa TVA intracommunautaire<\/div>\n                        <div class=\"detail-value\">FR19 880077284<\/div>\n                    <\/div>\n                    <div class=\"detail-row\">\n                        <div class=\"detail-label\">\ud83d\udce7 Email<\/div>\n                        <div class=\"detail-value\"><a href=\"mailto:contact@greenmotor.eu\">contact@greenmotor.eu<\/a><\/div>\n                    <\/div>\n                    <div class=\"detail-row\">\n                        <div class=\"detail-label\">\ud83c\udf10 Site web<\/div>\n                        <div class=\"detail-value\"><a href=\"https:\/\/greenmotor.eu\/nl\/\">www.greenmotor.eu<\/a><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <!-- Section 2: Directeur de la publication -->\n        <section class=\"section\">\n            <div class=\"section-icon\">\ud83d\udc64<\/div>\n            <h2>Directeur de la publication<\/h2>\n            <div class=\"info-card\">\n                <div class=\"info-card-title\">\ud83d\udccc Responsable \u00e9ditorial<\/div>\n                <p>Le directeur de la publication est : <strong>GREEN MOTOR COMPANY<\/strong>, repr\u00e9sent\u00e9e par son dirigeant l\u00e9gal.<\/p>\n            <\/div>\n        <\/section>\n        \n        <!-- Section 3: H\u00e9bergement -->\n        <section class=\"section\">\n            <div class=\"section-icon\">\ud83d\udda5\ufe0f<\/div>\n            <h2>H\u00e9bergement du site<\/h2>\n            <p>Le site GreenMotor est h\u00e9berg\u00e9 par :<\/p>\n            \n            <div class=\"hosting-card\">\n                <h4>\ud83d\udd37 o2switch<\/h4>\n                <div class=\"hosting-details\">\n                    <div class=\"hosting-item\">\n                        <div class=\"hosting-label\">\ud83d\udccd Adresse :<\/div>\n                        <div>Chemin des Pardiaux, 63000 Clermont-Ferrand \u2013 France<\/div>\n                    <\/div>\n                    <div class=\"hosting-item\">\n                        <div class=\"hosting-label\">\ud83d\udcde T\u00e9l\u00e9phone :<\/div>\n                        <div>04 44 44 60 40<\/div>\n                    <\/div>\n                    <div class=\"hosting-item\">\n                        <div class=\"hosting-label\">\ud83c\udf10 Site web :<\/div>\n                        <div><a href=\"https:\/\/www.o2switch.fr\" target=\"_blank\" style=\"color: var(--green-primary); font-weight: 600;\" rel=\"noopener\">www.o2switch.fr<\/a><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <!-- Section 4: Conception et d\u00e9veloppement -->\n        <section class=\"section\">\n            <div class=\"section-icon\">\ud83d\udcbb<\/div>\n            <h2>Conception et d\u00e9veloppement<\/h2>\n            <p>Site con\u00e7u et d\u00e9velopp\u00e9 \u00e0 l&rsquo;aide de technologies modernes :<\/p>\n            \n            <div class=\"tech-stack\">\n                <span class=\"tech-badge\">WordPress<\/span>\n                <span class=\"tech-badge\">WooCommerce<\/span>\n                <span class=\"tech-badge\">Performance optimis\u00e9e<\/span>\n                <span class=\"tech-badge\">SEO<\/span>\n                <span class=\"tech-badge\">S\u00e9curit\u00e9 renforc\u00e9e<\/span>\n            <\/div>\n            \n            <div class=\"info-card\">\n                <div class=\"info-card-title\">\ud83d\ude80 Technologies utilis\u00e9es<\/div>\n                <p>Le site utilise des extensions d\u00e9di\u00e9es \u00e0 la <strong>performance<\/strong>, au <strong>r\u00e9f\u00e9rencement<\/strong> et \u00e0 la <strong>s\u00e9curit\u00e9<\/strong> pour garantir une exp\u00e9rience utilisateur optimale.<\/p>\n            <\/div>\n        <\/section>\n        \n        <!-- Section 5: Propri\u00e9t\u00e9 intellectuelle -->\n        <section class=\"section\">\n            <div class=\"section-icon\">\u00a9\ufe0f<\/div>\n            <h2>Propri\u00e9t\u00e9 intellectuelle<\/h2>\n            <p>L&rsquo;ensemble du contenu pr\u00e9sent sur le site GreenMotor est prot\u00e9g\u00e9 par le droit de la propri\u00e9t\u00e9 intellectuelle :<\/p>\n            \n            <ul>\n                <li>Textes et contenus r\u00e9dactionnels<\/li>\n                <li>Images et photographies<\/li>\n                <li>Graphismes et illustrations<\/li>\n                <li>Logos et marques<\/li>\n                <li>Ic\u00f4nes et \u00e9l\u00e9ments visuels<\/li>\n                <li>Vid\u00e9os et contenus multim\u00e9dia<\/li>\n                <li>Structure et architecture du site<\/li>\n                <li>Code source et d\u00e9veloppements<\/li>\n            <\/ul>\n            \n            <div class=\"warning-card\">\n                <div class=\"warning-card-title\">\u26a0\ufe0f Interdiction formelle<\/div>\n                <p>Toute reproduction, repr\u00e9sentation, modification, publication ou adaptation, totale ou partielle, de ces \u00e9l\u00e9ments, quel que soit le moyen ou le proc\u00e9d\u00e9 utilis\u00e9, est <strong>interdite sans l&rsquo;autorisation \u00e9crite pr\u00e9alable de GreenMotor<\/strong>.<\/p>\n            <\/div>\n        <\/section>\n        \n        <!-- Section 6: Responsabilit\u00e9 -->\n        <section class=\"section\">\n            <div class=\"section-icon\">\u2696\ufe0f<\/div>\n            <h2>Responsabilit\u00e9<\/h2>\n            <p>GreenMotor s&rsquo;efforce de fournir sur le site des informations aussi pr\u00e9cises que possible. Toutefois, GreenMotor ne pourra \u00eatre tenu responsable :<\/p>\n            \n            <ul>\n                <li>Des omissions, inexactitudes ou carences dans la mise \u00e0 jour<\/li>\n                <li>Des dommages directs ou indirects caus\u00e9s \u00e0 l&rsquo;utilisateur lors de l&rsquo;acc\u00e8s au site<\/li>\n                <li>De l&rsquo;utilisation des informations et contenus disponibles sur le site<\/li>\n            <\/ul>\n            \n            <div class=\"warning-card\">\n                <div class=\"warning-card-title\">\ud83d\udc64 Responsabilit\u00e9 de l&rsquo;utilisateur<\/div>\n                <p>L&rsquo;utilisateur reconna\u00eet utiliser le site sous sa <strong>responsabilit\u00e9 exclusive<\/strong>.<\/p>\n            <\/div>\n        <\/section>\n        \n        <!-- Section 7: Liens hypertextes -->\n        <section class=\"section\">\n            <div class=\"section-icon\">\ud83d\udd17<\/div>\n            <h2>Liens hypertextes<\/h2>\n            <p>Le site GreenMotor peut contenir des liens hypertextes vers d&rsquo;autres sites.<\/p>\n            \n            <div class=\"info-card\">\n                <div class=\"info-card-title\">\u2139\ufe0f Sites tiers<\/div>\n                <p>GreenMotor n&rsquo;exerce aucun contr\u00f4le sur ces sites et d\u00e9cline toute responsabilit\u00e9 quant \u00e0 leur contenu.<\/p>\n            <\/div>\n        <\/section>\n        \n        <!-- Section 8-10: Quick Links -->\n        <div class=\"links-section\">\n            <div class=\"link-card\">\n                <div class=\"link-icon\">\ud83d\udd10<\/div>\n                <div class=\"link-title\">Donn\u00e9es personnelles<\/div>\n                <p><a href=\"#\">Politique de Confidentialit\u00e9<\/a><\/p>\n            <\/div>\n            \n            <div class=\"link-card\">\n                <div class=\"link-icon\">\ud83c\udf6a<\/div>\n                <div class=\"link-title\">Cookies<\/div>\n                <p>Gestion via le bandeau de consentement<\/p>\n            <\/div>\n            \n            <div class=\"link-card\">\n                <div class=\"link-icon\">\ud83c\uddeb\ud83c\uddf7<\/div>\n                <div class=\"link-title\">Droit applicable<\/div>\n                <p>Droit fran\u00e7ais &#8211; Tribunaux fran\u00e7ais comp\u00e9tents<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"info-card\">\n            <div class=\"info-card-title\">\ud83d\udccb Conformit\u00e9 RGPD<\/div>\n            <p>La gestion des donn\u00e9es personnelles est d\u00e9taill\u00e9e dans la <strong><a href=\"#\" style=\"color: var(--green-primary); font-weight: 600;\">Politique de Confidentialit\u00e9<\/a><\/strong>, accessible sur le site GreenMotor, conform\u00e9ment au <strong>RGPD (UE 2016\/679)<\/strong>.<\/p>\n        <\/div>\n        \n        <!-- CTA Section -->\n        <div class=\"cta-section\">\n            <h3>Une question sur les mentions l\u00e9gales ?<\/h3>\n            <p>Notre \u00e9quipe est \u00e0 votre disposition pour toute demande d&rsquo;information.<\/p>\n            <a href=\"mailto:contact@greenmotor.eu\" class=\"cta-button\">\n                \ud83d\udce7 Nous contacter\n            <\/a>\n        <\/div>\n        \n        <!-- Footer Note -->\n        <div class=\"footer-note\">\n            <p>Ces mentions l\u00e9gales sont conformes \u00e0 la l\u00e9gislation fran\u00e7aise en vigueur.<\/p>\n            <p>GreenMotor s&rsquo;engage \u00e0 respecter l&rsquo;ensemble des obligations l\u00e9gales relatives \u00e0 l&rsquo;\u00e9dition de sites internet.<\/p>\n            <p class=\"last-update\">Derni\u00e8re mise \u00e0 jour : f\u00e9vrier 2026<\/p>\n        <\/div>\n        \n        <!-- Back to Top -->\n        <div style=\"text-align: center;\">\n            <a href=\"#\" class=\"back-to-top\">\u2191 Retour en haut<\/a>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Mentions L\u00e9gales | GreenMotor \u2696\ufe0f Mentions L\u00e9gales Informations l\u00e9gales et identification des intervenants du site GreenMotor Conforme \u00e0 la LCEN Conform\u00e9ment aux dispositions des articles 6-III et 19 de la Loi n\u00b02004-575 du 21 juin 2004 pour la Confiance dans l&rsquo;\u00c9conomie Num\u00e9rique (LCEN), il est pr\u00e9cis\u00e9 aux utilisateurs du site GreenMotor l&rsquo;identit\u00e9 des diff\u00e9rents intervenants [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"folder":[],"class_list":["post-374","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/pages\/374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/comments?post=374"}],"version-history":[{"count":1,"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/pages\/374\/revisions"}],"predecessor-version":[{"id":375,"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/pages\/374\/revisions\/375"}],"wp:attachment":[{"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/media?parent=374"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/greenmotor.eu\/nl\/wp-json\/wp\/v2\/folder?post=374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}