{"id":366,"date":"2026-01-20T19:02:00","date_gmt":"2026-01-20T19:02:00","guid":{"rendered":"https:\/\/www.greenmotor.eu\/?page_id=366"},"modified":"2026-01-20T19:02:03","modified_gmt":"2026-01-20T19:02:03","slug":"conditions-generales-de-vente-cgv","status":"publish","type":"page","link":"https:\/\/greenmotor.eu\/pt\/conditions-generales-de-vente-cgv\/","title":{"rendered":"Conditions g\u00e9n\u00e9rales de vente (CGV)"},"content":{"rendered":"<p><\/p>\n\n\n\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 (CGV) | GreenMotor<\/title>\n    <meta name=\"description\" content=\"Conditions G\u00e9n\u00e9rales de Vente GreenMotor - CGV applicables aux achats de mat\u00e9riel professionnel automobile sur www.greenmotor.eu\">\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: 3rem 2rem;\n            text-align: center;\n        }\n        \n        .legal-header h1 {\n            font-family: 'Barlow', sans-serif;\n            font-size: clamp(2rem, 4vw, 3rem);\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n        }\n        \n        .legal-header .subtitle {\n            font-size: 1.1rem;\n            opacity: 0.95;\n            margin-bottom: 2rem;\n        }\n        \n        \/* Company Info Box *\/\n        .company-info {\n            background: rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(10px);\n            border-radius: 12px;\n            padding: 1.5rem;\n            max-width: 600px;\n            margin: 0 auto;\n            text-align: left;\n        }\n        \n        .company-info h2 {\n            font-family: 'Barlow', sans-serif;\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n            text-align: center;\n        }\n        \n        .company-info p {\n            margin-bottom: 0.5rem;\n            font-size: 0.95rem;\n        }\n        \n        \/* Container *\/\n        .legal-container {\n            max-width: 900px;\n            margin: -2rem auto 4rem;\n            background: var(--white);\n            border-radius: 16px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\n            padding: 3rem;\n        }\n        \n        \/* Intro Box *\/\n        .intro-box {\n            background: linear-gradient(135deg, rgba(15, 169, 88, 0.05) 0%, rgba(15, 169, 88, 0.02) 100%);\n            border-left: 4px solid var(--green-primary);\n            padding: 2rem;\n            margin-bottom: 3rem;\n            border-radius: 8px;\n        }\n        \n        .intro-box p {\n            font-size: 1.05rem;\n            margin-bottom: 1rem;\n        }\n        \n        .intro-box strong {\n            color: var(--green-primary);\n        }\n        \n        \/* Table of Contents *\/\n        .toc {\n            background: var(--light-bg);\n            border-left: 4px solid var(--green-primary);\n            padding: 2rem;\n            margin-bottom: 3rem;\n            border-radius: 8px;\n        }\n        \n        .toc h2 {\n            font-family: 'Barlow', sans-serif;\n            font-size: 1.3rem;\n            color: var(--green-primary);\n            margin-bottom: 1.5rem;\n        }\n        \n        .toc ol {\n            margin-left: 1.5rem;\n        }\n        \n        .toc li {\n            margin-bottom: 0.7rem;\n        }\n        \n        .toc a {\n            color: var(--neutral-text);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n        \n        .toc a:hover {\n            color: var(--green-primary);\n        }\n        \n        \/* Articles *\/\n        .article {\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .article:last-of-type {\n            border-bottom: none;\n        }\n        \n        .article-number {\n            display: inline-block;\n            background: var(--green-primary);\n            color: var(--white);\n            padding: 0.3rem 1rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n        }\n        \n        .article h2 {\n            font-family: 'Barlow', sans-serif;\n            font-size: 1.6rem;\n            color: var(--dark-text);\n            margin-bottom: 1.5rem;\n            font-weight: 700;\n        }\n        \n        .article p {\n            margin-bottom: 1.2rem;\n            font-size: 1.05rem;\n        }\n        \n        .article ul {\n            margin: 1.5rem 0 1.5rem 2rem;\n        }\n        \n        .article li {\n            margin-bottom: 0.8rem;\n            font-size: 1.05rem;\n            position: relative;\n            padding-left: 0.5rem;\n        }\n        \n        .article li::marker {\n            color: var(--green-primary);\n        }\n        \n        \/* Info Boxes *\/\n        .info-box {\n            background: rgba(15, 169, 88, 0.05);\n            border-left: 4px solid var(--green-primary);\n            padding: 1.5rem;\n            margin: 2rem 0;\n            border-radius: 8px;\n        }\n        \n        .info-box strong {\n            color: var(--green-primary);\n            display: block;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .warning-box {\n            background: rgba(245, 158, 11, 0.05);\n            border-left: 4px solid #F59E0B;\n            padding: 1.5rem;\n            margin: 2rem 0;\n            border-radius: 8px;\n        }\n        \n        .warning-box strong {\n            color: #F59E0B;\n            display: block;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        \/* Highlight Text *\/\n        .highlight-green {\n            color: var(--green-primary);\n            font-weight: 600;\n        }\n        \n        .highlight-bold {\n            font-weight: 700;\n            color: var(--dark-text);\n        }\n        \n        \/* Legal Reference *\/\n        .legal-ref {\n            background: rgba(59, 130, 246, 0.05);\n            border-left: 3px solid var(--blue-info);\n            padding: 0.8rem 1.2rem;\n            margin: 1.5rem 0;\n            border-radius: 6px;\n            font-size: 0.95rem;\n            color: var(--neutral-text);\n        }\n        \n        .legal-ref strong {\n            color: var(--blue-info);\n        }\n        \n        \/* Contact Section *\/\n        .contact-section {\n            background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-dark) 100%);\n            color: var(--white);\n            padding: 2.5rem;\n            border-radius: 12px;\n            margin-top: 3rem;\n            text-align: center;\n        }\n        \n        .contact-section h3 {\n            font-family: 'Barlow', sans-serif;\n            font-size: 1.8rem;\n            margin-bottom: 1.5rem;\n        }\n        \n        .contact-info {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            align-items: center;\n        }\n        \n        .contact-item {\n            display: flex;\n            align-items: center;\n            gap: 0.8rem;\n            font-size: 1.1rem;\n        }\n        \n        .contact-item a {\n            color: var(--white);\n            text-decoration: none;\n            font-weight: 600;\n            transition: opacity 0.3s ease;\n        }\n        \n        .contact-item a:hover {\n            opacity: 0.85;\n        }\n        \n        \/* Grid Layout for Payment Methods *\/\n        .payment-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 1rem;\n            margin: 1.5rem 0;\n        }\n        \n        .payment-item {\n            background: var(--light-bg);\n            padding: 1rem;\n            border-radius: 8px;\n            text-align: center;\n            border: 2px solid transparent;\n            transition: all 0.3s ease;\n        }\n        \n        .payment-item:hover {\n            border-color: var(--green-primary);\n        }\n        \n        \/* Stats Grid *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 1.5rem;\n            margin: 2rem 0;\n        }\n        \n        .stat-card {\n            background: var(--light-bg);\n            padding: 1.5rem;\n            border-radius: 10px;\n            text-align: center;\n            border: 2px solid transparent;\n            transition: all 0.3s ease;\n        }\n        \n        .stat-card:hover {\n            border-color: var(--green-primary);\n            transform: translateY(-3px);\n        }\n        \n        .stat-number {\n            font-family: 'Barlow', sans-serif;\n            font-size: 2rem;\n            font-weight: 800;\n            color: var(--green-primary);\n            margin-bottom: 0.5rem;\n        }\n        \n        .stat-label {\n            color: var(--neutral-text);\n            font-size: 0.9rem;\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: -1rem 1rem 2rem;\n                padding: 2rem 1.5rem;\n            }\n            \n            .legal-header {\n                padding: 2rem 1.5rem;\n            }\n            \n            .company-info {\n                padding: 1.2rem;\n            }\n            \n            .article h2 {\n                font-size: 1.4rem;\n            }\n            \n            .payment-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header class=\"legal-header\">\n        <h1>Conditions G\u00e9n\u00e9rales de Vente<\/h1>\n        <div class=\"subtitle\">CGV applicables aux achats sur www.greenmotor.eu<\/div>\n        \n        <!-- Company Info -->\n        <div class=\"company-info\">\n            <h2>GREEN MOTOR COMPANY<\/h2>\n            <p><strong>Forme juridique :<\/strong> Soci\u00e9t\u00e9 par actions simplifi\u00e9e (SAS)<\/p>\n            <p><strong>SIRET :<\/strong> 880 077 284 00011<\/p>\n            <p><strong>Si\u00e8ge social :<\/strong> 33 rue de la R\u00e9publique, 69002 Lyon, France<\/p>\n        <\/div>\n    <\/header>\n    \n    <!-- Main Content -->\n    <div class=\"legal-container\">\n        <!-- Introduction -->\n        <div class=\"intro-box\">\n            <p>Les pr\u00e9sentes <strong>Conditions G\u00e9n\u00e9rales de Vente<\/strong> (ci-apr\u00e8s \u00ab CGV \u00bb) r\u00e9gissent les relations contractuelles entre <strong>GREEN MOTOR COMPANY<\/strong> (ci-apr\u00e8s d\u00e9nomm\u00e9e \u00ab GreenMotor \u00bb) et toute personne physique ou morale proc\u00e9dant \u00e0 un achat via le site internet <strong><a href=\"https:\/\/greenmotor.eu\/pt\/\" style=\"color: var(--green-primary);\">www.greenmotor.eu<\/a><\/strong> (ci-apr\u00e8s d\u00e9nomm\u00e9e \u00ab le Client \u00bb).<\/p>\n            <div class=\"warning-box\" style=\"margin-top: 1.5rem;\">\n                <strong>\u26a0\ufe0f Important<\/strong>\n                Toute commande effectu\u00e9e sur le site implique l&rsquo;acceptation pleine et enti\u00e8re des pr\u00e9sentes CGV.\n            <\/div>\n        <\/div>\n        \n        <!-- Table of Contents -->\n        <div class=\"toc\">\n            <h2>\ud83d\udccb Sommaire<\/h2>\n            <ol>\n                <li><a href=\"#article1\">Objet<\/a><\/li>\n                <li><a href=\"#article2\">Produits<\/a><\/li>\n                <li><a href=\"#article3\">Prix<\/a><\/li>\n                <li><a href=\"#article4\">Commande<\/a><\/li>\n                <li><a href=\"#article5\">Pagamento<\/a><\/li>\n                <li><a href=\"#article6\">Livraison<\/a><\/li>\n                <li><a href=\"#article7\">R\u00e9tractation<\/a><\/li>\n                <li><a href=\"#article8\">Retours et remboursements<\/a><\/li>\n                <li><a href=\"#article9\">Garantie<\/a><\/li>\n                <li><a href=\"#article10\">Responsabilit\u00e9<\/a><\/li>\n                <li><a href=\"#article11\">Donn\u00e9es personnelles<\/a><\/li>\n                <li><a href=\"#article12\">Propri\u00e9t\u00e9 intellectuelle<\/a><\/li>\n                <li><a href=\"#article13\">Droit applicable et litiges<\/a><\/li>\n                <li><a href=\"#article14\">Contacto<\/a><\/li>\n            <\/ol>\n        <\/div>\n        \n        <!-- Article 1 -->\n        <article class=\"article\" id=\"article1\">\n            <span class=\"article-number\">Article 1<\/span>\n            <h2>Objet<\/h2>\n            <p>Les pr\u00e9sentes CGV ont pour objet de d\u00e9finir les conditions dans lesquelles <span class=\"highlight-bold\">GreenMotor<\/span> commercialise ses produits, notamment :<\/p>\n            <ul>\n                <li>Mat\u00e9riel professionnel li\u00e9 \u00e0 l&rsquo;automobile<\/li>\n                <li>Outils de diagnostic<\/li>\n                <li>\u00c9quipements techniques<\/li>\n                <li>Solutions associ\u00e9es<\/li>\n            <\/ul>\n        <\/article>\n        \n        <!-- Article 2 -->\n        <article class=\"article\" id=\"article2\">\n            <span class=\"article-number\">Article 2<\/span>\n            <h2>Produits<\/h2>\n            <p>Les produits propos\u00e9s sont ceux figurant sur le site <strong><a href=\"https:\/\/greenmotor.eu\/pt\/\" style=\"color: var(--green-primary);\">www.greenmotor.eu<\/a><\/strong>, dans la <span class=\"highlight-green\">limite des stocks disponibles<\/span>.<\/p>\n            <p>Chaque produit est accompagn\u00e9 d&rsquo;un descriptif d\u00e9taill\u00e9.<\/p>\n            <div class=\"warning-box\">\n                <strong>\u26a0\ufe0f Attention<\/strong>\n                Les photographies sont non contractuelles et peuvent diff\u00e9rer l\u00e9g\u00e8rement du produit r\u00e9el.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 3 -->\n        <article class=\"article\" id=\"article3\">\n            <span class=\"article-number\">Article 3<\/span>\n            <h2>Prix<\/h2>\n            <p>Les prix sont indiqu\u00e9s en <span class=\"highlight-green\">euros (\u20ac)<\/span>, hors taxes (HT) ou toutes taxes comprises (TTC) selon le statut du client et le pays de livraison.<\/p>\n            <div class=\"info-box\">\n                <strong>\ud83d\udcb0 Tarification<\/strong>\n                GreenMotor se r\u00e9serve le droit de modifier ses prix \u00e0 tout moment, sans pr\u00e9avis.<br>\n                Le prix appliqu\u00e9 est celui en vigueur au moment de la commande.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 4 -->\n        <article class=\"article\" id=\"article4\">\n            <span class=\"article-number\">Article 4<\/span>\n            <h2>Commande<\/h2>\n            <p>Toute commande pass\u00e9e sur le site implique l&rsquo;acceptation des prix et descriptions des produits.<\/p>\n            <div class=\"stats-grid\">\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">1<\/div>\n                    <div class=\"stat-label\">Validation du panier<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">2<\/div>\n                    <div class=\"stat-label\">Paiement s\u00e9curis\u00e9<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">3<\/div>\n                    <div class=\"stat-label\">Confirmation<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"info-box\">\n                <strong>\u2705 Validation de commande<\/strong>\n                La commande est consid\u00e9r\u00e9e comme d\u00e9finitive apr\u00e8s validation du paiement par GreenMotor.\n            <\/div>\n            <div class=\"warning-box\">\n                <strong>\u26a0\ufe0f R\u00e9serve de refus<\/strong>\n                GreenMotor se r\u00e9serve le droit de refuser toute commande en cas de litige ant\u00e9rieur avec le Client.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 5 -->\n        <article class=\"article\" id=\"article5\">\n            <span class=\"article-number\">Article 5<\/span>\n            <h2>Pagamento<\/h2>\n            <p>Le paiement est <span class=\"highlight-green\">exigible imm\u00e9diatement<\/span> \u00e0 la commande.<\/p>\n            <p><strong>Les moyens de paiement accept\u00e9s sont :<\/strong><\/p>\n            <div class=\"payment-grid\">\n                <div class=\"payment-item\">\n                    \ud83d\udcb3 Carte bancaire\n                <\/div>\n                <div class=\"payment-item\">\n                    \ud83c\udfe6 Virement bancaire\n                <\/div>\n                <div class=\"payment-item\">\n                    \ud83d\udcb5 Autres moyens*\n                <\/div>\n            <\/div>\n            <p style=\"font-size: 0.9rem; opacity: 0.8;\">* Selon les moyens propos\u00e9s sur le site au moment de l&rsquo;achat<\/p>\n            <div class=\"info-box\">\n                <strong>\ud83d\udd12 S\u00e9curit\u00e9 des paiements<\/strong>\n                Les paiements sont s\u00e9curis\u00e9s via les prestataires de paiement agr\u00e9\u00e9s.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 6 -->\n        <article class=\"article\" id=\"article6\">\n            <span class=\"article-number\">Article 6<\/span>\n            <h2>Livraison<\/h2>\n            <p>Les produits sont livr\u00e9s \u00e0 l&rsquo;adresse indiqu\u00e9e par le Client lors de la commande.<\/p>\n            <div class=\"warning-box\">\n                <strong>\u26a0\ufe0f D\u00e9lais de livraison<\/strong>\n                Les d\u00e9lais de livraison sont donn\u00e9s \u00e0 titre indicatif.<br>\n                GreenMotor ne saurait \u00eatre tenue responsable d&rsquo;un retard imputable au transporteur.\n            <\/div>\n            <div class=\"info-box\">\n                <strong>\ud83d\udce6 Frais de livraison<\/strong>\n                Les frais de livraison sont pr\u00e9cis\u00e9s lors de la validation de la commande.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 7 -->\n        <article class=\"article\" id=\"article7\">\n            <span class=\"article-number\">Article 7<\/span>\n            <h2>R\u00e9tractation<\/h2>\n            <div class=\"legal-ref\">\n                <strong>Fondement l\u00e9gal :<\/strong> Conformit\u00e9 avec la l\u00e9gislation fran\u00e7aise en vigueur\n            <\/div>\n            <p>Le Client consommateur dispose d&rsquo;un d\u00e9lai de <span class=\"highlight-green\">14 jours<\/span> pour exercer son droit de r\u00e9tractation.<\/p>\n            <p><strong>Exceptions l\u00e9gales :<\/strong><\/p>\n            <ul>\n                <li>Produits professionnels<\/li>\n                <li>Logiciels activ\u00e9s<\/li>\n                <li>Mat\u00e9riel utilis\u00e9<\/li>\n                <li>Autres exceptions pr\u00e9vues par la loi<\/li>\n            <\/ul>\n            <div class=\"warning-box\">\n                <strong>\u26a0\ufe0f Frais de retour<\/strong>\n                Les frais de retour sont \u00e0 la charge du Client.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 8 -->\n        <article class=\"article\" id=\"article8\">\n            <span class=\"article-number\">Article 8<\/span>\n            <h2>Retours et remboursements<\/h2>\n            <p>Tout retour doit faire l&rsquo;objet d&rsquo;une <span class=\"highlight-bold\">demande pr\u00e9alable<\/span> aupr\u00e8s du service client.<\/p>\n            <div class=\"info-box\">\n                <strong>\ud83d\udccb Conditions de retour<\/strong>\n                Les produits retourn\u00e9s doivent \u00eatre en parfait \u00e9tat, dans leur emballage d&rsquo;origine.\n            <\/div>\n            <p>Apr\u00e8s v\u00e9rification, le remboursement sera effectu\u00e9 dans un d\u00e9lai maximum de <span class=\"highlight-green\">14 jours<\/span>.<\/p>\n            <p style=\"margin-top: 1.5rem;\">Pour plus de d\u00e9tails, consultez notre <strong><a href=\"#\" style=\"color: var(--green-primary);\">Politique de retours et remboursements<\/a><\/strong>.<\/p>\n        <\/article>\n        \n        <!-- Article 9 -->\n        <article class=\"article\" id=\"article9\">\n            <span class=\"article-number\">Article 9<\/span>\n            <h2>Garantie<\/h2>\n            <div class=\"legal-ref\">\n                <strong>Garanties l\u00e9gales :<\/strong> Garantie de conformit\u00e9 et garantie contre les vices cach\u00e9s\n            <\/div>\n            <p>Les produits b\u00e9n\u00e9ficient des garanties l\u00e9gales suivantes :<\/p>\n            <ul>\n                <li><span class=\"highlight-green\">Garantie l\u00e9gale de conformit\u00e9<\/span><\/li>\n                <li><span class=\"highlight-green\">Garantie contre les vices cach\u00e9s<\/span><\/li>\n            <\/ul>\n            <div class=\"info-box\">\n                <strong>\ud83d\udd27 Garantie constructeur<\/strong>\n                Certaines machines ou outils professionnels b\u00e9n\u00e9ficient d&rsquo;une garantie constructeur sp\u00e9cifique, indiqu\u00e9e sur la fiche produit.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 10 -->\n        <article class=\"article\" id=\"article10\">\n            <span class=\"article-number\">Article 10<\/span>\n            <h2>Responsabilit\u00e9<\/h2>\n            <p>GreenMotor ne saurait \u00eatre tenue responsable des <span class=\"highlight-bold\">dommages indirects<\/span> r\u00e9sultant de l&rsquo;utilisation des produits.<\/p>\n            <div class=\"warning-box\">\n                <strong>\u26a0\ufe0f Limitation de responsabilit\u00e9<\/strong>\n                La responsabilit\u00e9 de GreenMotor est en tout \u00e9tat de cause limit\u00e9e au montant de la commande.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 11 -->\n        <article class=\"article\" id=\"article11\">\n            <span class=\"article-number\">Article 11<\/span>\n            <h2>Donn\u00e9es personnelles<\/h2>\n            <div class=\"legal-ref\">\n                <strong>Conformit\u00e9 RGPD :<\/strong> R\u00e8glement G\u00e9n\u00e9ral sur la Protection des Donn\u00e9es\n            <\/div>\n            <p>Les donn\u00e9es personnelles collect\u00e9es sont utilis\u00e9es <span class=\"highlight-green\">uniquement dans le cadre de la relation commerciale<\/span>.<\/p>\n            <div class=\"info-box\">\n                <strong>\ud83d\udd10 Vos droits<\/strong>\n                Conform\u00e9ment au RGPD, le Client dispose d&rsquo;un droit d&rsquo;acc\u00e8s, de rectification et de suppression de ses donn\u00e9es.\n            <\/div>\n            <p>Pour plus d&rsquo;informations, consultez notre <strong><a href=\"#\" style=\"color: var(--green-primary);\">Pol\u00edtica de privacidade<\/a><\/strong>.<\/p>\n        <\/article>\n        \n        <!-- Article 12 -->\n        <article class=\"article\" id=\"article12\">\n            <span class=\"article-number\">Article 12<\/span>\n            <h2>Propri\u00e9t\u00e9 intellectuelle<\/h2>\n            <p>Tous les \u00e9l\u00e9ments du site <strong><a href=\"https:\/\/greenmotor.eu\/pt\/\" style=\"color: var(--green-primary);\">www.greenmotor.eu<\/a><\/strong> sont la <span class=\"highlight-green\">propri\u00e9t\u00e9 exclusive de GreenMotor<\/span>.<\/p>\n            <div class=\"warning-box\">\n                <strong>\u26a0\ufe0f Interdiction<\/strong>\n                Toute reproduction ou utilisation non autoris\u00e9e est strictement interdite.\n            <\/div>\n        <\/article>\n        \n        <!-- Article 13 -->\n        <article class=\"article\" id=\"article13\">\n            <span class=\"article-number\">Article 13<\/span>\n            <h2>Droit applicable et litiges<\/h2>\n            <div class=\"legal-ref\">\n                <strong>Droit applicable :<\/strong> Les pr\u00e9sentes CGV sont soumises au droit fran\u00e7ais.\n            <\/div>\n            <p>En cas de litige, une <span class=\"highlight-green\">solution amiable<\/span> sera recherch\u00e9e avant toute action judiciaire.<\/p>\n            <div class=\"info-box\">\n                <strong>\u2696\ufe0f Juridiction comp\u00e9tente<\/strong>\n                \u00c0 d\u00e9faut de solution amiable, les tribunaux comp\u00e9tents seront ceux du ressort du si\u00e8ge social de GreenMotor (Lyon, France).\n            <\/div>\n        <\/article>\n        \n        <!-- Article 14 -->\n        <article class=\"article\" id=\"article14\">\n            <span class=\"article-number\">Article 14<\/span>\n            <h2>Contacto<\/h2>\n            <p>Pour toute question relative aux pr\u00e9sentes CGV, le Client peut contacter GreenMotor :<\/p>\n        <\/article>\n        \n        <!-- Contact Section -->\n        <div class=\"contact-section\">\n            <h3>Contactez notre service client<\/h3>\n            <div class=\"contact-info\">\n                <div class=\"contact-item\">\n                    \ud83d\udce7 <a href=\"mailto:contact@greenmotor.eu\">contact@greenmotor.eu<\/a>\n                <\/div>\n                <div class=\"contact-item\">\n                    \ud83c\udf10 <a href=\"https:\/\/greenmotor.eu\/pt\/\">www.greenmotor.eu<\/a>\n                <\/div>\n                <div class=\"contact-item\">\n                    \ud83d\udccd 33 rue de la R\u00e9publique, 69002 Lyon, France\n                <\/div>\n            <\/div>\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>Conditions G\u00e9n\u00e9rales de Vente (CGV) | GreenMotor Conditions G\u00e9n\u00e9rales de Vente CGV applicables aux achats sur www.greenmotor.eu GREEN MOTOR COMPANY Forme juridique : Soci\u00e9t\u00e9 par actions simplifi\u00e9e (SAS) SIRET : 880 077 284 00011 Si\u00e8ge social : 33 rue de la R\u00e9publique, 69002 Lyon, France Les pr\u00e9sentes Conditions G\u00e9n\u00e9rales de Vente (ci-apr\u00e8s \u00ab CGV \u00bb) [&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-366","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/pages\/366","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/comments?post=366"}],"version-history":[{"count":1,"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/pages\/366\/revisions"}],"predecessor-version":[{"id":367,"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/pages\/366\/revisions\/367"}],"wp:attachment":[{"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/media?parent=366"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/greenmotor.eu\/pt\/wp-json\/wp\/v2\/folder?post=366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}