{"id":2793,"date":"2025-07-22T13:37:34","date_gmt":"2025-07-22T13:37:34","guid":{"rendered":"https:\/\/wizardly-gagarin.23-128-160-42.plesk.page\/contact\/"},"modified":"2025-12-04T18:27:50","modified_gmt":"2025-12-04T18:27:50","slug":"nous-joindre","status":"publish","type":"page","link":"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/","title":{"rendered":"Nous Joindre"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2793\" class=\"elementor elementor-2793 elementor-42\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6dd47e3 e-con-full e-flex e-con e-parent\" data-id=\"6dd47e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40ebe16 elementor-widget elementor-widget-html\" data-id=\"40ebe16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        body {\r\n            font-family: 'Raleway', sans-serif;\r\n            color: #000000;\r\n            background: #ffffff;\r\n            overflow-x: hidden;\r\n            line-height: 1.6;\r\n        }\r\n        .hero {\r\n            min-height: 30vh;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            position: relative;\r\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\r\n            padding-top: 50px;\r\n        }\r\n        .hero-content {\r\n            max-width: 1400px;\r\n            width: 100%;\r\n            gap: 100px;\r\n            align-items: center;\r\n            text-align: center;\r\n        }\r\n        .hero-text {\r\n            opacity: 0;\r\n            animation: fadeInUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;\r\n        }\r\n        .hero-text h1 {\r\n            font-size: clamp(2.8rem, 5.5vw, 5rem);\r\n            font-weight: 300;\r\n            line-height: 1.1;\r\n            margin-bottom: 35px;\r\n            color: #000000;\r\n            letter-spacing: -0.02em;\r\n        }\r\n        .hero-text h1 strong {\r\n            font-weight: 700;\r\n            background: linear-gradient(135deg, #ED8B00 0%, #BDA865 100%);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n        .hero-text p {\r\n            font-size: clamp(1.15rem, 2.2vw, 1.5rem);\r\n            font-weight: 400;\r\n            color: #333;\r\n            margin-bottom: 50px;\r\n            line-height: 1.8;\r\n        }\r\n        .cta-button {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            padding: 20px 50px;\r\n            background: #ED8B00 !important;\r\n            color: #ffffff !important;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            font-size: 1.1rem;\r\n            border-radius: 60px;\r\n            transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);\r\n            border: 2px solid #ED8B00 !important;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 40px rgba(237, 139, 0, 0.3) !important;\r\n        }\r\n        .cta-button::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: -100%;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\r\n            transition: left 0.7s;\r\n            z-index: 0;\r\n        }\r\n        .cta-button:hover::before {\r\n            left: 100%;\r\n        }\r\n        .cta-button span {\r\n            position: relative;\r\n            z-index: 1;\r\n            color: #ffffff !important;\r\n        }\r\n        .cta-button:hover {\r\n            background: #BDA865;\r\n            border-color: #BDA865;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 15px 50px rgba(237, 139, 0, 0.4);\r\n            color: #ffffff !important;\r\n        }\r\n        .container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n        .contact-section {\r\n            padding: 0px 20px;\r\n            background: #ffffff;\r\n        }\r\n        .contact-heading {\r\n            font-size: clamp(2.5rem, 4.5vw, 3.8rem);\r\n            font-weight: 600;\r\n            margin-bottom: 40px;\r\n            color: #000000;\r\n            line-height: 1.2;\r\n            letter-spacing: -0.02em;\r\n            text-align: center;\r\n        }\r\n        .contact-text {\r\n            font-size: 1.15rem;\r\n            line-height: 1.9;\r\n            color: #333;\r\n            margin-bottom: 50px;\r\n            text-align: center;\r\n        }\r\n        .contact-details {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-bottom: 60px;\r\n        }\r\n        .detail-item {\r\n            padding: 40px;\r\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\r\n            border-radius: 20px;\r\n            transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);\r\n            border: 1px solid transparent;\r\n            opacity: 0;\r\n            animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;\r\n            position: relative;\r\n            overflow: hidden;\r\n            text-align: center;\r\n        }\r\n        .detail-item::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(135deg, rgba(237, 139, 0, 0.05) 0%, rgba(189, 168, 101, 0.05) 100%);\r\n            opacity: 0;\r\n            transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);\r\n        }\r\n        .detail-item:hover::before {\r\n            opacity: 1;\r\n        }\r\n        .detail-item:hover {\r\n            transform: translateY(-12px);\r\n            box-shadow: 0 30px 60px rgba(237, 139, 0, 0.15);\r\n            border-color: #ED8B00;\r\n        }\r\n        .detail-item h3 {\r\n            font-size: 1.4rem;\r\n            font-weight: 600;\r\n            margin-bottom: 20px;\r\n            color: #000000;\r\n        }\r\n        .detail-item p {\r\n            color: #555;\r\n            font-size: 1.05rem;\r\n            line-height: 1.7;\r\n            margin-bottom: 10px;\r\n        }\r\n        .detail-item a {\r\n            color: #ED8B00;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n        }\r\n        .detail-item a:hover {\r\n            text-decoration: underline;\r\n        }\r\n        .form-section {\r\n            padding: 0px 20px;\r\n            background: linear-gradient(180deg, #fafafa 0%, #ffffff 50%, #fafafa 100%);\r\n            text-align: center;\r\n            padding-bottom: 80px;\r\n        }\r\n        .form-placeholder {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            padding: 40px;\r\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\r\n            border-radius: 20px;\r\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\r\n            border: 1px solid #f0f0f0;\r\n        }\r\n        .form-placeholder p {\r\n            font-size: 1.15rem;\r\n            color: #333;\r\n            margin-bottom: 20px;\r\n        }\r\n        .partner-with-us {\r\n            padding: 60px 20px;\r\n            background: #ffffff;\r\n        }\r\n        .partner-content {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 60px;\r\n        }\r\n        .partner-item {\r\n            padding: 40px;\r\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\r\n            border-radius: 20px;\r\n            transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);\r\n            border: 1px solid transparent;\r\n            opacity: 0;\r\n            animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        .partner-item::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(135deg, rgba(237, 139, 0, 0.05) 0%, rgba(189, 168, 101, 0.05) 100%);\r\n            opacity: 0;\r\n            transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);\r\n        }\r\n        .partner-item:hover::before {\r\n            opacity: 1;\r\n        }\r\n        .partner-item:hover {\r\n            transform: translateY(-12px);\r\n            box-shadow: 0 30px 60px rgba(237, 139, 0, 0.15);\r\n            border-color: #ED8B00;\r\n        }\r\n        .partner-item h3 {\r\n            font-size: 1.8rem;\r\n            font-weight: 600;\r\n            margin-bottom: 20px;\r\n            color: #000000;\r\n        }\r\n        .partner-item p {\r\n            font-size: 1.15rem;\r\n            line-height: 1.9;\r\n            color: #333;\r\n            margin-bottom: 30px;\r\n        }\r\n        .cta-section {\r\n            padding: 60px 20px;\r\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\r\n            text-align: center;\r\n        }\r\n        .cta-buttons {\r\n            display: flex;\r\n            gap: 25px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n        .cta-secondary {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            padding: 20px 50px;\r\n            background: transparent;\r\n            color: #ED8B00;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            font-size: 1.1rem;\r\n            border-radius: 60px;\r\n            border: 2px solid #ED8B00;\r\n            transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n        .cta-secondary:hover {\r\n            background: #ED8B00;\r\n            color: #ffffff !important;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 15px 50px rgba(237, 139, 0, 0.3);\r\n        }\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(40px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n        @media (max-width: 1200px) {\r\n            .hero-content {\r\n                gap: 60px;\r\n            }\r\n            .contact-details {\r\n                gap: 30px;\r\n            }\r\n        }\r\n        @media (max-width: 1024px) {\r\n            .hero-content {\r\n                grid-template-columns: 1fr;\r\n                gap: 50px;\r\n            }\r\n            .partner-content {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n        @media (max-width: 768px) {\r\n            .hero {\r\n                padding: 40px 20px 60px;\r\n            }\r\n            .contact-section, .form-section, .partner-with-us, .cta-section {\r\n                padding: 40px 20px;\r\n            }\r\n            .detail-item, .partner-item {\r\n                padding: 30px;\r\n            }\r\n            .cta-buttons {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n            .cta-button, .cta-secondary {\r\n                width: 100%;\r\n                max-width: 350px;\r\n                justify-content: center;\r\n            }\r\n        }\r\n        @media (max-width: 480px) {\r\n            .hero-text h1 {\r\n                font-size: 2.2rem;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n<!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"hero-content\">\r\n            <div class=\"hero-text\">\r\n                <h1><strong>Nous<\/strong> Joindre<\/h1>\r\n                <p>Nous serions ravis de vous parler. Remplissez le formulaire ci-dessous, et nous vous r\u00e9pondrons dans les plus brefs d\u00e9lais.<\/p>\r\n            <\/div>\r\n            <!-- Placeholder for potential visual; could add a map or image if desired, but keeping minimalist -->\r\n            <div style=\"opacity: 1; animation: none;\">\r\n                <!-- Empty to maintain grid balance; insert image or map here if needed -->\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Form Section -->\r\n    <section class=\"form-section\">\r\n        <div class=\"container\">\r\n            <div id=\"contact-form-placeholder\" class=\"form-placeholder\">\r\n                <!-- Insert your Elementor contact form here -->\r\n                <script src=\"https:\/\/js.hsforms.net\/forms\/embed\/5341826.js\" defer><\/script>\r\n<div class=\"hs-form-frame\" data-region=\"na1\" data-form-id=\"0523371d-5ecf-4de1-b3a6-88bdc6bd8d8e\" data-portal-id=\"5341826\"><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Details Section -->\r\n    <section class=\"contact-section\">\r\n        <div class=\"container\">\r\n            <div class=\"contact-details\">\r\n                <div class=\"detail-item\" style=\"animation-delay: 0.1s;\">\r\n                    <h3>Demandes de renseignements<\/h3>\r\n                    <p><a href=\"tel:+14182103629\">+1 418 210 3629<\/a><\/p>\r\n                <\/div>\r\n                <div class=\"detail-item\" style=\"animation-delay: 0.2s;\">\r\n                    <h3>Pavemetrics<\/h3>\r\n                    <p>3425 rue Pierre-Ardouin<\/p>\r\n                    <p>Qu\u00e9bec (Qu\u00e9bec)<\/p>\r\n                    <p>CANADA, G1P 0B3<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Partner With Us Section -->\r\n    <section class=\"partner-with-us\">\r\n        <div class=\"container\">\r\n            <h2 class=\"contact-heading\">Devenez notre partenaire<\/h2>\r\n            <div class=\"partner-content\">\r\n                <div class=\"partner-item\" style=\"animation-delay: 0.1s;\">\r\n                    <h3>Vous souhaitez devenir int\u00e9grateur ?<\/h3>\r\n                    <p>Rejoignez un r\u00e9seau mondial de partenaires de confiance qui int\u00e8grent nos capteurs et logiciels dans des v\u00e9hicules d\u2019inspection.<\/p>\r\n                <\/div>\r\n                <div class=\"partner-item\" style=\"animation-delay: 0.2s;\">\r\n                    <h3>Vous \u00eates d\u00e9j\u00e0 prestataire de services ?<\/h3>\r\n                    <p>D\u00e9veloppez vos services en \u00e9quipant votre flotte de la technologie Pavemetrics\u00ae pour r\u00e9aliser des inspections d\u2019infrastructure plus rapides et fiables.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div style=\"text-align: center; margin-top: 50px;\">\r\n                <a href=\"https:\/\/www.pavemetrics.com\/fr\/rejoindre-notre-reseau\/\" class=\"cta-button\"><span>Devenir partenaire<\/span><\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        const observerOptions = {\r\n            threshold: 0.15,\r\n            rootMargin: '0px 0px -80px 0px'\r\n        };\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.style.opacity = '1';\r\n                    entry.target.style.transform = 'translateY(0)';\r\n                }\r\n            });\r\n        }, observerOptions);\r\n        document.querySelectorAll('.detail-item, .partner-item').forEach(el => {\r\n            observer.observe(el);\r\n        });\r\n    <\/script>\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>Nous Joindre Nous serions ravis de vous parler. Remplissez le formulaire ci-dessous, et nous vous r\u00e9pondrons dans les plus brefs d\u00e9lais. Demandes de renseignements +1 418 210 3629 Pavemetrics 3425 rue Pierre-Ardouin Qu\u00e9bec (Qu\u00e9bec) CANADA, G1P 0B3 Devenez notre partenaire Vous souhaitez devenir int\u00e9grateur ? Rejoignez un r\u00e9seau mondial de partenaires de confiance qui int\u00e8grent [&hellip;]<\/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-2793","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.5 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\r\n<title>Pavemetrics | Nous joindre<\/title>\r\n<meta name=\"description\" content=\"Contactez l\u2019\u00e9quipe Pavemetrics pour toute question sur nos produits, services ou technologies d\u2019inspection automatis\u00e9e.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/\" \/>\r\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Nous Joindre\" \/>\r\n<meta property=\"og:description\" content=\"Contactez l\u2019\u00e9quipe Pavemetrics pour toute question sur nos produits, services ou technologies d\u2019inspection automatis\u00e9e.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Pavemetrics | Automated Inspection of Transportation Infrastructures\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-12-04T18:27:50+00:00\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/\",\"url\":\"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/\",\"name\":\"Pavemetrics | Nous joindre\",\"isPartOf\":{\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/#website\"},\"datePublished\":\"2025-07-22T13:37:34+00:00\",\"dateModified\":\"2025-12-04T18:27:50+00:00\",\"description\":\"Contactez l\u2019\u00e9quipe Pavemetrics pour toute question sur nos produits, services ou technologies d\u2019inspection automatis\u00e9e.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pavemetrics.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nous Joindre\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/#website\",\"url\":\"https:\/\/www.pavemetrics.com\/fr\/\",\"name\":\"Pavemetrics | Automated Inspection of Transportation Infrastructures\",\"description\":\"Pavemetrics is the leader in vision systems for the automated inspection of transportation infrastructures.\",\"publisher\":{\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pavemetrics.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/#organization\",\"name\":\"Pavemetrics | Automated Inspection of Transportation Infrastructures\",\"url\":\"https:\/\/www.pavemetrics.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pavemetrics.com\/wp-content\/uploads\/2025\/07\/Logo_Eddyfi_Pavemetrics.png\",\"contentUrl\":\"https:\/\/www.pavemetrics.com\/wp-content\/uploads\/2025\/07\/Logo_Eddyfi_Pavemetrics.png\",\"width\":507,\"height\":110,\"caption\":\"Pavemetrics | Automated Inspection of Transportation Infrastructures\"},\"image\":{\"@id\":\"https:\/\/www.pavemetrics.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\r\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Pavemetrics | Nous joindre","description":"Contactez l\u2019\u00e9quipe Pavemetrics pour toute question sur nos produits, services ou technologies d\u2019inspection automatis\u00e9e.","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:\/\/www.pavemetrics.com\/fr\/nous-joindre\/","og_locale":"fr_FR","og_type":"article","og_title":"Nous Joindre","og_description":"Contactez l\u2019\u00e9quipe Pavemetrics pour toute question sur nos produits, services ou technologies d\u2019inspection automatis\u00e9e.","og_url":"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/","og_site_name":"Pavemetrics | Automated Inspection of Transportation Infrastructures","article_modified_time":"2025-12-04T18:27:50+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/","url":"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/","name":"Pavemetrics | Nous joindre","isPartOf":{"@id":"https:\/\/www.pavemetrics.com\/fr\/#website"},"datePublished":"2025-07-22T13:37:34+00:00","dateModified":"2025-12-04T18:27:50+00:00","description":"Contactez l\u2019\u00e9quipe Pavemetrics pour toute question sur nos produits, services ou technologies d\u2019inspection automatis\u00e9e.","breadcrumb":{"@id":"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.pavemetrics.com\/fr\/nous-joindre\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pavemetrics.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Nous Joindre"}]},{"@type":"WebSite","@id":"https:\/\/www.pavemetrics.com\/fr\/#website","url":"https:\/\/www.pavemetrics.com\/fr\/","name":"Pavemetrics | Automated Inspection of Transportation Infrastructures","description":"Pavemetrics is the leader in vision systems for the automated inspection of transportation infrastructures.","publisher":{"@id":"https:\/\/www.pavemetrics.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pavemetrics.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.pavemetrics.com\/fr\/#organization","name":"Pavemetrics | Automated Inspection of Transportation Infrastructures","url":"https:\/\/www.pavemetrics.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.pavemetrics.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.pavemetrics.com\/wp-content\/uploads\/2025\/07\/Logo_Eddyfi_Pavemetrics.png","contentUrl":"https:\/\/www.pavemetrics.com\/wp-content\/uploads\/2025\/07\/Logo_Eddyfi_Pavemetrics.png","width":507,"height":110,"caption":"Pavemetrics | Automated Inspection of Transportation Infrastructures"},"image":{"@id":"https:\/\/www.pavemetrics.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.pavemetrics.com\/fr\/wp-json\/wp\/v2\/pages\/2793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pavemetrics.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pavemetrics.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pavemetrics.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pavemetrics.com\/fr\/wp-json\/wp\/v2\/comments?post=2793"}],"version-history":[{"count":0,"href":"https:\/\/www.pavemetrics.com\/fr\/wp-json\/wp\/v2\/pages\/2793\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.pavemetrics.com\/fr\/wp-json\/wp\/v2\/media?parent=2793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}