{"id":6244,"date":"2025-12-27T12:30:10","date_gmt":"2025-12-27T17:30:10","guid":{"rendered":"http:\/\/www.codexconsulting.ca\/?page_id=6244"},"modified":"2026-01-28T16:27:15","modified_gmt":"2026-01-28T21:27:15","slug":"accompagnement","status":"publish","type":"page","link":"https:\/\/www.codexconsulting.ca\/fr\/accompagnement\/","title":{"rendered":"Accompagnement"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6244\" class=\"elementor elementor-6244\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33a4010 dark:from-primary-900 dark:section-gradian dark:to-gray-900 e-flex e-con-boxed rt-default-class animejs-disable e-con e-parent\" data-id=\"33a4010\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-489737d rt-default-class animejs-disable elementor-widget elementor-widget-html\" data-id=\"489737d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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    <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:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap\" rel=\"stylesheet\">\n    <style>\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            background: transparent;\n            color: #1a1a1a;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 80px 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            text-align: center;\n            margin-bottom: 100px;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, rgba(54, 58, 149, 0.1), rgba(91, 97, 214, 0.1));\n            color: #363A95;\n            padding: 10px 24px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            margin-bottom: 24px;\n        }\n\n        .hero-title {\n            font-size: clamp(48px, 7vw, 72px);\n            font-weight: 700;\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 24px;\n            letter-spacing: -2px;\n            line-height: 1.1;\n        }\n\n        .hero-subtitle {\n            font-size: clamp(20px, 3vw, 28px);\n            color: #333;\n            max-width: 800px;\n            margin: 0 auto 32px;\n            line-height: 1.6;\n        }\n\n        .hero-tagline {\n            font-size: 22px;\n            color: #363A95;\n            font-weight: 600;\n            font-style: italic;\n        }\n\n        \/* Expertises Section *\/\n        .expertises-intro {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-title {\n            font-size: clamp(32px, 5vw, 48px);\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 16px;\n        }\n\n        .expertise-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 32px;\n            margin-bottom: 100px;\n        }\n\n        .expertise-card {\n            background: white;\n            border-radius: 20px;\n            padding: 48px 40px;\n            border: 2px solid #363A95;\n            box-shadow: 0 8px 32px rgba(54, 58, 149, 0.1);\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .expertise-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 6px;\n            background: linear-gradient(90deg, #363A95, #5b61d6);\n            transform: scaleX(0);\n            transition: transform 0.4s ease;\n        }\n\n        .expertise-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 16px 48px rgba(54, 58, 149, 0.2);\n        }\n\n        .expertise-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .expertise-number {\n            display: inline-block;\n            width: 48px;\n            height: 48px;\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            color: white;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 24px;\n        }\n\n        .expertise-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #363A95;\n            margin-bottom: 12px;\n        }\n\n        .expertise-tagline {\n            font-size: 18px;\n            color: #666;\n            font-style: italic;\n            margin-bottom: 24px;\n        }\n\n        .expertise-description {\n            font-size: 17px;\n            color: #333;\n            line-height: 1.8;\n            margin-bottom: 32px;\n        }\n\n        .expertise-section-title {\n            font-size: 16px;\n            font-weight: 700;\n            color: #363A95;\n            margin-bottom: 16px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .expertise-list {\n            list-style: none;\n            margin-bottom: 32px;\n        }\n\n        .expertise-list li {\n            padding: 12px 0 12px 32px;\n            position: relative;\n            font-size: 16px;\n            line-height: 1.6;\n            color: #333;\n        }\n\n        .expertise-list li::before {\n            content: '\u2192';\n            position: absolute;\n            left: 0;\n            color: #363A95;\n            font-weight: 700;\n            font-size: 18px;\n        }\n\n        .expertise-target {\n            background: linear-gradient(135deg, rgba(54, 58, 149, 0.05), rgba(91, 97, 214, 0.05));\n            padding: 20px;\n            border-radius: 12px;\n            border-left: 4px solid #363A95;\n        }\n\n        .expertise-target p {\n            font-size: 15px;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .tech-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin-top: 24px;\n        }\n\n        .tech-badge {\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            letter-spacing: 0.3px;\n        }\n\n        \/* Comparison Table *\/\n        .comparison-section {\n            margin-bottom: 100px;\n        }\n\n        .comparison-title {\n            font-size: clamp(32px, 5vw, 48px);\n            font-weight: 700;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .comparison-table {\n            background: white;\n            border-radius: 16px;\n            overflow: hidden;\n            border: 2px solid #363A95;\n            box-shadow: 0 8px 32px rgba(54, 58, 149, 0.1);\n        }\n\n        .comparison-table table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .comparison-table thead {\n            background: linear-gradient(135deg, #363A95, #4a4fb8);\n        }\n\n        .comparison-table th {\n            padding: 24px;\n            color: white;\n            font-weight: 600;\n            font-size: 18px;\n            text-align: left;\n        }\n\n        .comparison-table tbody tr {\n            border-bottom: 1px solid #e0e0e0;\n            transition: background 0.2s ease;\n        }\n\n        .comparison-table tbody tr:last-child {\n            border-bottom: none;\n        }\n\n        .comparison-table tbody tr:hover {\n            background: #f8f9ff;\n        }\n\n        .comparison-table td {\n            padding: 24px;\n            font-size: 16px;\n            color: #1a1a1a;\n        }\n\n        .comparison-table td:first-child {\n            font-weight: 600;\n            color: #363A95;\n        }\n\n        .check-icon {\n            color: #22c55e;\n            font-size: 24px;\n            font-weight: 700;\n        }\n\n        \/* Why Section *\/\n        .why-section {\n            margin-bottom: 100px;\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 32px;\n        }\n\n        .why-card {\n            background: white;\n            padding: 40px;\n            border-radius: 16px;\n            border: 2px solid #363A95;\n            box-shadow: 0 4px 20px rgba(54, 58, 149, 0.08);\n            transition: all 0.3s ease;\n        }\n\n        .why-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 12px 36px rgba(54, 58, 149, 0.15);\n        }\n\n        .why-icon {\n            width: 64px;\n            height: 64px;\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 32px;\n            margin-bottom: 24px;\n        }\n\n        .why-title {\n            font-size: 24px;\n            font-weight: 700;\n            color: #363A95;\n            margin-bottom: 16px;\n        }\n\n        .why-description {\n            font-size: 17px;\n            color: #333;\n            line-height: 1.7;\n        }\n\n        .why-highlight {\n            margin-top: 16px;\n            padding: 16px;\n            background: linear-gradient(135deg, rgba(54, 58, 149, 0.05), rgba(91, 97, 214, 0.05));\n            border-radius: 8px;\n            font-size: 15px;\n            color: #363A95;\n            font-weight: 600;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            padding: 80px 50px;\n            border-radius: 24px;\n            text-align: center;\n            box-shadow: 0 12px 48px rgba(54, 58, 149, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 500px;\n            height: 500px;\n            background: rgba(255, 255, 255, 0.08);\n            border-radius: 50%;\n        }\n        \n        .partner-logos {\n    width: 30%;\n    display: -webkit-box;\n    padding: 10px;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-title {\n            font-size: clamp(36px, 5vw, 54px);\n            font-weight: 700;\n            color: white;\n            margin-bottom: 20px;\n            letter-spacing: -1px;\n        }\n\n        .cta-text {\n            font-size: 22px;\n            color: white;\n            margin-bottom: 40px;\n            line-height: 1.6;\n        }\n\n        .cta-button {\n            background: white;\n            color: #363A95;\n            font-size: 18px;\n            font-weight: 700;\n            padding: 20px 50px;\n            border: none;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 40px 15px;\n            }\n\n            .expertise-cards {\n                grid-template-columns: 1fr;\n            }\n\n            .why-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .comparison-table {\n                overflow-x: auto;\n            }\n\n            .comparison-table table {\n                min-width: 600px;\n            }\n\n            .cta-section {\n                padding: 60px 30px;\n            }\n\n            .cta-button {\n                width: 100%;\n                max-width: 320px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Hero Section -->\n        <div class=\"hero\">\n            <div class=\"hero-badge\">Accompagnement<\/div>\n            <h1 class=\"hero-title\">Expertise cibl\u00e9e<\/h1>\n            <p class=\"hero-subtitle\">\n                ForgeX, c'est l'\u00e9cosyst\u00e8me complet. Mais parfois, vous avez besoin d'expertise pointue sur un aspect sp\u00e9cifique. On est l\u00e0 pour \u00e7a aussi.\n            <\/p>\n            <p class=\"hero-tagline\">Trois expertises. Un seul objectif: que vos donn\u00e9es travaillent pour vous.<\/p>\n        <\/div>\n\n        <!-- Expertises Cards -->\n        <div class=\"expertise-cards\">\n            <!-- Expertise 1 -->\n            <div class=\"expertise-card\">\n                <div class=\"expertise-number\">1<\/div>\n                <h3 class=\"expertise-title\">Gouvernance des donn\u00e9es<\/h3>\n                <p class=\"expertise-tagline\">\u00ab Ma\u00eetriser avant d'en vouloir plus \u00bb<\/p>\n                <p class=\"expertise-description\">\n                    Avant de b\u00e2tir des outils de suivi sophistiqu\u00e9s, il faut savoir ce qu'on a. La gouvernance, c'est reprendre le contr\u00f4le sur vos donn\u00e9es.\n                <\/p>\n                \n                <h4 class=\"expertise-section-title\">Ce qu'on fait:<\/h4>\n                <ul class=\"expertise-list\">\n                    <li>Diagnostic de maturit\u00e9 data<\/li>\n                    <li>Profilage et cartographie des donn\u00e9es<\/li>\n                    <li>D\u00e9finition des politiques de gouvernance<\/li>\n                    <li>Formation des \u00e9quipes<\/li>\n                    <li>Mise en place des processus de qualit\u00e9<\/li>\n                <\/ul>\n\n                <h4 class=\"expertise-section-title\">Pour qui?<\/h4>\n                <div class=\"expertise-target\">\n                    <p>Entreprises qui ne savent pas vraiment quelles donn\u00e9es elles poss\u00e8dent. Organisations qui ont des probl\u00e8mes de qualit\u00e9 de donn\u00e9es. \u00c9quipes qui veulent structurer avant d'investir dans l'analytique.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Expertise 2 -->\n            <div class=\"expertise-card\">\n                <div class=\"expertise-number\">2<\/div>\n                <h3 class=\"expertise-title\">Int\u00e9gration et entrep\u00f4t de donn\u00e9es<\/h3>\n                <p class=\"expertise-tagline\">\u00ab Une seule source de v\u00e9rit\u00e9 \u00bb<\/p>\n                <p class=\"expertise-description\">\n                    Vos donn\u00e9es vivent dans 10, 20, 50 syst\u00e8mes diff\u00e9rents. On les rassemble dans un entrep\u00f4t central qui devient votre source de v\u00e9rit\u00e9.\n                <\/p>\n                \n                <h4 class=\"expertise-section-title\">Ce qu'on fait:<\/h4>\n                <ul class=\"expertise-list\">\n                    <li>Architecture d'entrep\u00f4t de donn\u00e9es (Snowflake)<\/li>\n                    <li>D\u00e9veloppement de pipelines ETL (Matillion)<\/li>\n                    <li>Int\u00e9gration de sources h\u00e9t\u00e9rog\u00e8nes<\/li>\n                    <li>Consolidation des syst\u00e8mes legacy<\/li>\n                    <li>Optimisation des performances<\/li>\n                <\/ul>\n\n                <h4 class=\"expertise-section-title\">Technologies:<\/h4>\n                <div class=\"tech-badges\">\n                    <span class=\"tech-badge\">Snowflake<\/span>\n                    <span class=\"tech-badge\">Matillion<\/span>\n                    <span class=\"tech-badge\">200+ connecteurs<\/span>\n                <\/div>\n            <\/div>\n\n            <!-- Expertise 3 -->\n            <div class=\"expertise-card\">\n                <div class=\"expertise-number\">3<\/div>\n                <h3 class=\"expertise-title\">Infonuagique (Cloud)<\/h3>\n                <p class=\"expertise-tagline\">\u00ab L'\u00e9lasticit\u00e9 sans la migraine \u00bb<\/p>\n                <p class=\"expertise-description\">\n                    Le cloud, c'est la flexibilit\u00e9 et la puissance. Mais c'est aussi la complexit\u00e9. On vous guide dans la transition et on optimise ce qui est d\u00e9j\u00e0 en place.\n                <\/p>\n                \n                <h4 class=\"expertise-section-title\">Ce qu'on fait:<\/h4>\n                <ul class=\"expertise-list\">\n                    <li>Migration vers le cloud<\/li>\n                    <li>Architecture hybride (on-premise + cloud)<\/li>\n                    <li>DataOps et automatisation<\/li>\n                    <li>Optimisation des co\u00fbts cloud<\/li>\n                    <li>S\u00e9curit\u00e9 et conformit\u00e9<\/li>\n                <\/ul>\n\n                <h4 class=\"expertise-section-title\">Partenaires technologiques:<\/h4>\n                <div class=\"tech-badges\">\n                    <span class=\"tech-badge\">Snowflake<\/span>\n                    <span class=\"tech-badge\">AWS<\/span>\n                    <span class=\"tech-badge\">Azure<\/span>\n                    <span class=\"tech-badge\">GCP<\/span>\n                    <span class=\"tech-badge\">Matillion<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Comparison Section -->\n        <div class=\"comparison-section\">\n            <h2 class=\"comparison-title\">Comment \u00e7a s'int\u00e8gre avec ForgeX?<\/h2>\n            <p style=\"text-align: center; font-size: 18px; color: #333; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto;\">\n                ForgeX inclut ces trois expertises dans une offre compl\u00e8te et continue. Mais si vous avez d\u00e9j\u00e0 une partie de l'infrastructure en place, ou si vous avez besoin d'un coup de main ponctuel sur un aspect sp\u00e9cifique, on peut intervenir de fa\u00e7on cibl\u00e9e.\n            <\/p>\n            \n            <div class=\"comparison-table\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Besoin<\/th>\n                            <th>ForgeX<\/th>\n                            <th>Expertise cibl\u00e9e<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\u00c9cosyst\u00e8me complet \u00e0 b\u00e2tir<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                            <td>\u2014<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Audit\/diagnostic ponctuel<\/td>\n                            <td>\u2014<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Migration cloud sp\u00e9cifique<\/td>\n                            <td>\u2014<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Accompagnement continu<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                            <td>\u2014<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Projet d'int\u00e9gration sp\u00e9cifique<\/td>\n                            <td>\u2014<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <!-- Why Codex Section -->\n        <div class=\"why-section\">\n            <h2 class=\"section-title\" style=\"text-align: center; margin-bottom: 60px;\">Pourquoi Codex?<\/h2>\n            \n            <div class=\"why-grid\">\n                <div class=\"why-card\">\n                    <div class=\"why-icon\">\ud83c\udfc6<\/div>\n                    <h3 class=\"why-title\">Certifi\u00e9s<\/h3>\n                    <p class=\"why-description\">\n                        On ne fait pas semblant de conna\u00eetre les outils. On les ma\u00eetrise. Nous sommes les seuls au Canada\n                    <\/p>\n                    <div class=\"partner-logos\">\n                        <div class=\"partner-logo-item\">\n                            <img decoding=\"async\" src=\"http:\/\/www.codexconsulting.ca\/wp-content\/uploads\/2025\/08\/matillionGoldPartner.png\" alt=\"Matillion Gold Partner\">\n                           \n                        <\/div>\n                        <div class=\"partner-logo-item\">\n                            <img decoding=\"async\" src=\"http:\/\/www.codexconsulting.ca\/wp-content\/uploads\/2025\/08\/Snowflake-Services-Select-Partner.png\" alt=\"Snowflake Select Partner\">\n                            <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"why-card\">\n                    <div class=\"why-icon\">\u26a1<\/div>\n                    <h3 class=\"why-title\">Pragmatiques<\/h3>\n                    <p class=\"why-description\">\n                        Pas de PowerPoint de 200 slides. Pas de jargon inutile. On parle votre langue et on livre des r\u00e9sultats concrets.\n                    <\/p>\n                <\/div>\n\n                <div class=\"why-card\">\n                    <div class=\"why-icon\">\ud83e\udd1d<\/div>\n                    <h3 class=\"why-title\">Pr\u00e9sents<\/h3>\n                    <p class=\"why-description\">\n                        On ne dispara\u00eet pas apr\u00e8s la livraison. On reste, on maintient, on fait \u00e9voluer.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CTA Final -->\n        <div class=\"cta-section\">\n            <div class=\"cta-content\">\n                <h2 class=\"cta-title\">Besoin d'un coup de main?<\/h2>\n                <p class=\"cta-text\">Dites-nous o\u00f9 vous en \u00eates. On vous dira comment on peut aider.<\/p>\n                <a href=\"https:\/\/www.codexconsulting.ca\/contact\/\" class=\"cta-button\">Parlons-en<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Accompagnement Expertise cibl\u00e9e ForgeX, c&rsquo;est l&rsquo;\u00e9cosyst\u00e8me complet. Mais parfois, vous avez besoin d&rsquo;expertise pointue sur un aspect sp\u00e9cifique. On est l\u00e0 pour \u00e7a aussi. Trois expertises. Un seul objectif: que vos donn\u00e9es travaillent pour vous. 1 Gouvernance des donn\u00e9es \u00ab Ma\u00eetriser avant d&rsquo;en vouloir plus \u00bb Avant de b\u00e2tir des outils de suivi sophistiqu\u00e9s, il&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6244","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/pages\/6244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/comments?post=6244"}],"version-history":[{"count":22,"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/pages\/6244\/revisions"}],"predecessor-version":[{"id":6437,"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/pages\/6244\/revisions\/6437"}],"wp:attachment":[{"href":"https:\/\/www.codexconsulting.ca\/fr\/wp-json\/wp\/v2\/media?parent=6244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}