{"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\/en\/support\/","title":{"rendered":"Support"},"content":{"rendered":"<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\">Support<\/div>\n            <h1 class=\"hero-title\">Targeted expertise<\/h1>\n            <p class=\"hero-subtitle\">\n                ForgeX is the complete ecosystem. But sometimes, you need pointed expertise on a specific aspect. We're here for that too.\n            <\/p>\n            <p class=\"hero-tagline\">Three areas of expertise. One single goal: making your data work for you.<\/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\">Data governance<\/h3>\n                <p class=\"expertise-tagline\">\"Master before wanting more\"<\/p>\n                <p class=\"expertise-description\">\n                    Before building sophisticated tracking tools, you need to know what you have. Governance means taking back control of your data.\n                <\/p>\n                \n                <h4 class=\"expertise-section-title\">What we do:<\/h4>\n                <ul class=\"expertise-list\">\n                    <li>Data maturity diagnostic<\/li>\n                    <li>Data profiling and mapping<\/li>\n                    <li>Governance policy definition<\/li>\n                    <li>Team training<\/li>\n                    <li>Quality process implementation<\/li>\n                <\/ul>\n\n                <h4 class=\"expertise-section-title\">Who is it for?<\/h4>\n                <div class=\"expertise-target\">\n                    <p>Companies that don't really know what data they have. Organizations with data quality issues. Teams that want to structure before investing in analytics.<\/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\">Integration and data warehouse<\/h3>\n                <p class=\"expertise-tagline\">\"A single source of truth\"<\/p>\n                <p class=\"expertise-description\">\n                    Your data lives in 10, 20, 50 different systems. We bring them together in a central warehouse that becomes your source of truth.\n                <\/p>\n                \n                <h4 class=\"expertise-section-title\">What we do:<\/h4>\n                <ul class=\"expertise-list\">\n                    <li>Data warehouse architecture (Snowflake)<\/li>\n                    <li>ETL pipeline development (Matillion)<\/li>\n                    <li>Heterogeneous source integration<\/li>\n                    <li>Legacy system consolidation<\/li>\n                    <li>Performance optimization<\/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+ connectors<\/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\">Cloud<\/h3>\n                <p class=\"expertise-tagline\">\"Elasticity without the headache\"<\/p>\n                <p class=\"expertise-description\">\n                    The cloud is flexibility and power. But it's also complexity. We guide you through the transition and optimize what's already in place.\n                <\/p>\n                \n                <h4 class=\"expertise-section-title\">What we do:<\/h4>\n                <ul class=\"expertise-list\">\n                    <li>Cloud migration<\/li>\n                    <li>Hybrid architecture (on-premise + cloud)<\/li>\n                    <li>DataOps and automation<\/li>\n                    <li>Cloud cost optimization<\/li>\n                    <li>Security and compliance<\/li>\n                <\/ul>\n\n                <h4 class=\"expertise-section-title\">Technology partners:<\/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\">How does it integrate with 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 includes these three areas of expertise in a complete and ongoing offering. But if you already have part of the infrastructure in place, or if you need a one-time hand on a specific aspect, we can step in on a targeted basis.\n            <\/p>\n            \n            <div class=\"comparison-table\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Need<\/th>\n                            <th>ForgeX<\/th>\n                            <th>Targeted expertise<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Complete ecosystem to build<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                            <td>\u2014<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>One-time audit\/diagnostic<\/td>\n                            <td>\u2014<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Specific cloud migration<\/td>\n                            <td>\u2014<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Ongoing support<\/td>\n                            <td><span class=\"check-icon\">\u2713<\/span><\/td>\n                            <td>\u2014<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Specific integration project<\/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;\">Why 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\">Certified<\/h3>\n                    <p class=\"why-description\">\n                        We don't pretend to know the tools. We master them. We are the only ones in 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\">Pragmatic<\/h3>\n                    <p class=\"why-description\">\n                        No 200-slide PowerPoint. No useless jargon. We speak your language and deliver concrete results.\n                    <\/p>\n                <\/div>\n\n                <div class=\"why-card\">\n                    <div class=\"why-icon\">\ud83e\udd1d<\/div>\n                    <h3 class=\"why-title\">Present<\/h3>\n                    <p class=\"why-description\">\n                        We don't disappear after delivery. We stay, we maintain, we evolve.\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\">Need a hand?<\/h2>\n                <p class=\"cta-text\">Tell us where you are. We'll tell you how we can help.<\/p>\n                <a href=\"https:\/\/www.codexconsulting.ca\/en\/contact\/\" class=\"cta-button\">Let's talk<\/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>","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>","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\/en\/wp-json\/wp\/v2\/pages\/6244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/comments?post=6244"}],"version-history":[{"count":22,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/pages\/6244\/revisions"}],"predecessor-version":[{"id":6437,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/pages\/6244\/revisions\/6437"}],"wp:attachment":[{"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/media?parent=6244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}