{"id":1435,"date":"2025-11-22T14:46:32","date_gmt":"2025-11-22T13:46:32","guid":{"rendered":"https:\/\/grenierdecouverte.com\/?page_id=1435"},"modified":"2026-03-24T16:02:50","modified_gmt":"2026-03-24T15:02:50","slug":"distributeur-de-cartes-pro-et-consommable","status":"publish","type":"page","link":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/","title":{"rendered":"Distributeur de cartes pro et consommable"},"content":{"rendered":"\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>Card Station Pro &#8211; Machine \u00e0 Cartes \u00c9lectrique<\/title>\n    \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=Montserrat:wght@600;800&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n\n    <style>\n        \/* --- VARIABLES & RESET --- *\/\n        :root {\n            --primary-color: #2c3e50; \/* Bleu Nuit Profond *\/\n            --accent-color: #e67e22;  \/* Orange Action *\/\n            --neon-blue: #00f3ff;     \/* Pour rappeler les LED de la machine *\/\n            --bg-color: #f4f6f8;      \/* Gris tr\u00e8s clair *\/\n            --white: #ffffff;\n            --shadow: 0 10px 20px rgba(0,0,0,0.08);\n        }\n\n        body {\n            font-family: 'Open Sans', sans-serif;\n            background-color: var(--bg-color);\n            margin: 0;\n            padding: 0;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        \/* --- CONTENEUR PRINCIPAL --- *\/\n        .main-wrapper {\n            max-width: 900px;\n            margin: 40px auto;\n            background-color: var(--white);\n            border-radius: 20px;\n            box-shadow: var(--shadow);\n            overflow: hidden;\n        }\n\n        \/* --- HEADER --- *\/\n        header {\n            background: linear-gradient(135deg, #1a2a6c 0%, #11998e 100%);\n            color: white;\n            text-align: center;\n            padding: 40px 20px;\n        }\n\n        h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.5em;\n            margin: 0;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .subtitle {\n            display: inline-block;\n            background-color: rgba(255,255,255,0.2);\n            padding: 8px 16px;\n            border-radius: 50px;\n            margin-top: 15px;\n            font-weight: 600;\n            font-size: 1.1em;\n        }\n\n        \/* --- IMAGE PRODUIT --- *\/\n        .product-showcase {\n            text-align: center;\n            padding: 40px 20px 0 20px;\n            background-color: var(--white);\n        }\n\n        .product-image {\n            max-width: 100%;\n            height: auto;\n            max-height: 500px;\n            border-radius: 15px;\n            animation: float 6s ease-in-out infinite;\n            filter: drop-shadow(0 15px 15px rgba(0,243,255,0.3)); \/* Ombre n\u00e9on bleu *\/\n        }\n\n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n\n        \/* --- CONTENU --- *\/\n        .content-body {\n            padding: 40px;\n        }\n\n        .intro-text {\n            font-size: 1.2em;\n            text-align: center;\n            max-width: 700px;\n            margin: 0 auto 40px auto;\n            color: #555;\n        }\n\n        h2 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--primary-color);\n            border-left: 5px solid var(--neon-blue);\n            padding-left: 15px;\n            margin-top: 40px;\n            font-size: 1.8em;\n        }\n\n        \/* --- VIDEO LOCALE RESPONSIVE --- *\/\n        .video-container {\n            position: relative;\n            width: 70%; \/* Id\u00e9al pour PC : Ni trop grand, ni trop petit *\/\n            max-width: 600px;\n            margin: 40px auto 20px auto;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.3);\n            overflow: hidden;\n            background: #000;\n        }\n\n        .video-container video {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* --- BOUTONS --- *\/\n        .cta-container {\n            text-align: center;\n            margin: 30px 0;\n        }\n\n        .cta-button {\n            background-color: var(--accent-color);\n            color: white;\n            text-decoration: none;\n            padding: 20px 40px;\n            font-size: 1.3em;\n            font-weight: 800;\n            border-radius: 50px;\n            display: inline-block;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.4);\n            text-transform: uppercase;\n        }\n\n        .cta-button:hover {\n            background-color: #d35400;\n            transform: scale(1.05);\n            box-shadow: 0 8px 20px rgba(230, 126, 34, 0.6);\n        }\n\n        \/* --- GRILLE D'ARGUMENTS --- *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-bottom: 20px;\n        }\n\n        .feature-card {\n            background: #fff;\n            border: 1px solid #eee;\n            border-radius: 12px;\n            padding: 20px;\n            transition: transform 0.3s;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n            text-align: center;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            border-color: var(--neon-blue);\n        }\n\n        .icon { font-size: 2em; margin-bottom: 10px; display: block; }\n        .feature-title { font-weight: 800; color: var(--primary-color); display: block; margin-bottom: 5px; }\n\n        \/* --- ENCART PERSONNALISATION --- *\/\n        .customization-banner {\n            background: linear-gradient(135deg, #ffffff 0%, #f4f6f8 100%);\n            border-left: 5px solid var(--accent-color);\n            padding: 25px;\n            border-radius: 12px;\n            margin-bottom: 40px;\n            display: flex;\n            align-items: center;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n\n        .customization-icon {\n            font-size: 3em;\n            margin-right: 20px;\n        }\n\n        .customization-text h3 {\n            margin: 0 0 10px 0;\n            font-family: 'Montserrat', sans-serif;\n            color: var(--primary-color);\n            font-size: 1.4em;\n        }\n\n        .customization-text p {\n            margin: 0;\n            color: #555;\n            font-weight: 600;\n        }\n\n        \/* --- CIBLES --- *\/\n        .target-list {\n            list-style: none;\n            padding: 0;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n\n        .target-badge {\n            background-color: #ecf0f1;\n            color: var(--primary-color);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n        }\n        .target-badge::before { content: '\u2714'; margin-right: 8px; color: var(--neon-blue); font-weight: bold; }\n\n        \/* --- BLOC ACHAT --- *\/\n        .buy-section {\n            background-color: #1a2a6c;\n            color: white;\n            padding: 40px;\n            text-align: center;\n            border-radius: 12px;\n            margin-top: 50px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .buy-section h3 {\n            color: #ffffff;\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.2em;\n            margin-top: 0;\n            margin-bottom: 15px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n\n        .price-tag {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.5em;\n            font-weight: 800;\n            color: #fff;\n            display: block;\n            margin: 20px 0;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n            color: var(--neon-blue);\n        }\n\n        .secure-text {\n            margin-top: 15px;\n            font-size: 0.9em;\n            opacity: 0.8;\n        }\n\n        \/* --- RESPONSIVE MOBILE --- *\/\n        @media (max-width: 600px) {\n            .main-wrapper { margin: 0; width: 100%; border-radius: 0; }\n            h1 { font-size: 1.8em; }\n            .content-body { padding: 20px; }\n            .price-tag { font-size: 1.6em; }\n            .cta-button { width: 100%; box-sizing: border-box; font-size: 1.1em; padding: 15px 20px; }\n            .video-container { width: 100%; } \/* Prend 100% de la largeur sur mobile *\/\n            .customization-banner { flex-direction: column; text-align: center; }\n            .customization-icon { margin: 0 0 15px 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"main-wrapper\">\n        <header>\n            <h1>Card Station Pro<\/h1>\n            <span class=\"subtitle\">\ud83d\ude80 Attirez tous les regards avec notre nouvelle gamme \u00e9lectrique<\/span>\n        <\/header>\n\n        <div class=\"product-showcase\">\n            <img decoding=\"async\" src=\"https:\/\/grenierdecouverte.com\/wp-content\/uploads\/2026\/03\/IMG_20260324_141323-scaled.jpg\" \n                 alt=\"Nouvelle Machine \u00e0 cartes Card Station Pro \u00c9lectrique\" \n                 class=\"product-image\">\n        <\/div>\n\n        <div class=\"content-body\">\n            \n            <p class=\"intro-text\">\n                Investissez dans la nouvelle g\u00e9n\u00e9ration de distributeurs. <strong>100% \u00e9lectrique, lumineuse et moderne<\/strong>, con\u00e7ue pour capter l&rsquo;attention de vos clients et g\u00e9n\u00e9rer du profit. Disponible en 2 tailles pour s&rsquo;adapter parfaitement \u00e0 votre espace.\n            <\/p>\n\n            <div class=\"cta-container\">\n                <a href=\"https:\/\/boutique.grenierdecouverte.com\/cat%C3%A9gorie\/machines\" class=\"cta-button\" target=\"_blank\">\n                    D\u00e9couvrir les 2 mod\u00e8les en boutique \u2794\n                <\/a>\n            <\/div>\n\n            <h2>D\u00e9mo en Vid\u00e9o<\/h2>\n            <div class=\"video-container\">\n                <video autoplay loop muted playsinline style=\"pointer-events: none;\">\n                    <source src=\"https:\/\/grenierdecouverte.com\/wp-content\/uploads\/2026\/03\/VID20260228184152.mp4\" type=\"video\/mp4\">\n                    Votre navigateur ne supporte pas la lecture de cette vid\u00e9o.\n                <\/video>\n            <\/div>\n\n            <h2>Id\u00e9al pour votre \u00e9tablissement<\/h2>\n            <ul class=\"target-list\">\n                <li class=\"target-badge\">Bureaux de Tabac \/ Presse<\/li>\n                <li class=\"target-badge\">Campings &#038; Villages Vacances<\/li>\n                <li class=\"target-badge\">Game Room \/ Salles de jeux<\/li>\n                <li class=\"target-badge\">Bars &#038; Brasseries<\/li>\n            <\/ul>\n\n            <h2>Pourquoi choisir la nouvelle Card Station ?<\/h2>\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <span class=\"icon\">\ud83d\udccf<\/span>\n                    <span class=\"feature-title\">2 Tailles au Choix<\/span>\n                    Moyen ou Grand mod\u00e8le : choisissez la taille qui correspond le mieux \u00e0 votre espace.\n                <\/div>\n                <div class=\"feature-card\">\n                    <span class=\"icon\">\u26a1<\/span>\n                    <span class=\"feature-title\">100% \u00c9lectrique<\/span>\n                    Design moderne avec \u00e9cran digital, bouton PUSH et fonctionnement fluide.\n                <\/div>\n                <div class=\"feature-card\">\n                    <span class=\"icon\">\u2728<\/span>\n                    <span class=\"feature-title\">\u00c9clairage LED<\/span>\n                    Bordures lumineuses ultra-attractives pour capter l&rsquo;attention de loin.\n                <\/div>\n                <div class=\"feature-card\">\n                    <span class=\"icon\">\ud83d\udcb0<\/span>\n                    <span class=\"feature-title\">Revenus Passifs<\/span>\n                    Syst\u00e8me int\u00e9gr\u00e9 pour une gestion autonome de vos ventes de cartes.\n                <\/div>\n            <\/div>\n\n            <div class=\"customization-banner\">\n                <div class=\"customization-icon\">\ud83d\udee0\ufe0f<\/div>\n                <div class=\"customization-text\">\n                    <h3>Personnalisez votre syst\u00e8me de paiement<\/h3>\n                    <p>Monnayeur \u00e0 pi\u00e8ces ou lecteur de billets ? Configurez votre machine exactement comme vous en avez envie pour r\u00e9pondre aux habitudes de vos clients !<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"buy-section\">\n                <h3>Pr\u00eat \u00e0 booster vos revenus ?<\/h3>\n                <p>Livraison s\u00e9curis\u00e9e ou retrait sur place disponible pour tous nos mod\u00e8les.<\/p>\n                \n                <span class=\"price-display\">\n                    <span class=\"price-tag\">Disponibles en Moyen &#038; Grand<\/span>\n                <\/span>\n\n                <a href=\"https:\/\/boutique.grenierdecouverte.com\/cat%C3%A9gorie\/machines\" class=\"cta-button\" target=\"_blank\">\n                    Configurer ma machine \u2794\n                <\/a>\n                \n                <div class=\"secure-text\">\ud83d\udd12 Paiement s\u00e9curis\u00e9 via SumUp<\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1435","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Distributeur de cartes pro et consommable - Grenier D\u00e9couverte<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Distributeur de cartes pro et consommable - Grenier D\u00e9couverte\" \/>\n<meta property=\"og:url\" content=\"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/\" \/>\n<meta property=\"og:site_name\" content=\"Grenier D\u00e9couverte\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/grenierdecouverte\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-24T15:02:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/grenierdecouverte.com\/wp-content\/uploads\/2026\/03\/IMG_20260324_141323-scaled.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/\",\"url\":\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/\",\"name\":\"Distributeur de cartes pro et consommable - Grenier D\u00e9couverte\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/grenierdecouverte.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/IMG_20260324_141323-scaled.jpg\",\"datePublished\":\"2025-11-22T13:46:32+00:00\",\"dateModified\":\"2026-03-24T15:02:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/#primaryimage\",\"url\":\"https:\\\/\\\/grenierdecouverte.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/IMG_20260324_141323-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/grenierdecouverte.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/IMG_20260324_141323-scaled.jpg\",\"width\":1920,\"height\":2560,\"caption\":\"Oplus_16908320\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/index.php\\\/distributeur-de-cartes-pro-et-consommable\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/grenierdecouverte.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Distributeur de cartes pro et consommable\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/grenierdecouverte.com\\\/#website\",\"url\":\"https:\\\/\\\/grenierdecouverte.com\\\/\",\"name\":\"Vide grenier \u00e0 l\u2019ann\u00e9e \\\/ permanent\",\"description\":\"Vide grenier \u00e0 l\u2019ann\u00e9e \\\/ permanent\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/grenierdecouverte.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Distributeur de cartes pro et consommable - Grenier D\u00e9couverte","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/","og_locale":"fr_FR","og_type":"article","og_title":"Distributeur de cartes pro et consommable - Grenier D\u00e9couverte","og_url":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/","og_site_name":"Grenier D\u00e9couverte","article_publisher":"https:\/\/www.facebook.com\/grenierdecouverte\/","article_modified_time":"2026-03-24T15:02:50+00:00","og_image":[{"url":"https:\/\/grenierdecouverte.com\/wp-content\/uploads\/2026\/03\/IMG_20260324_141323-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/","url":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/","name":"Distributeur de cartes pro et consommable - Grenier D\u00e9couverte","isPartOf":{"@id":"https:\/\/grenierdecouverte.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/#primaryimage"},"image":{"@id":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/#primaryimage"},"thumbnailUrl":"https:\/\/grenierdecouverte.com\/wp-content\/uploads\/2026\/03\/IMG_20260324_141323-scaled.jpg","datePublished":"2025-11-22T13:46:32+00:00","dateModified":"2026-03-24T15:02:50+00:00","breadcrumb":{"@id":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/#primaryimage","url":"https:\/\/grenierdecouverte.com\/wp-content\/uploads\/2026\/03\/IMG_20260324_141323-scaled.jpg","contentUrl":"https:\/\/grenierdecouverte.com\/wp-content\/uploads\/2026\/03\/IMG_20260324_141323-scaled.jpg","width":1920,"height":2560,"caption":"Oplus_16908320"},{"@type":"BreadcrumbList","@id":"https:\/\/grenierdecouverte.com\/index.php\/distributeur-de-cartes-pro-et-consommable\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/grenierdecouverte.com\/"},{"@type":"ListItem","position":2,"name":"Distributeur de cartes pro et consommable"}]},{"@type":"WebSite","@id":"https:\/\/grenierdecouverte.com\/#website","url":"https:\/\/grenierdecouverte.com\/","name":"Vide grenier \u00e0 l\u2019ann\u00e9e \/ permanent","description":"Vide grenier \u00e0 l\u2019ann\u00e9e \/ permanent","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/grenierdecouverte.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/pages\/1435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/comments?post=1435"}],"version-history":[{"count":40,"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/pages\/1435\/revisions"}],"predecessor-version":[{"id":1681,"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/pages\/1435\/revisions\/1681"}],"wp:attachment":[{"href":"https:\/\/grenierdecouverte.com\/index.php\/wp-json\/wp\/v2\/media?parent=1435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}