{"id":6728,"date":"2025-05-07T03:26:35","date_gmt":"2025-05-07T07:26:35","guid":{"rendered":"https:\/\/neuro.bluehat.hosting\/services\/evoked-potentials-ep\/"},"modified":"2025-12-15T16:54:38","modified_gmt":"2025-12-15T21:54:38","slug":"potentiels-evoques-pe","status":"publish","type":"page","link":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/","title":{"rendered":"Potentiels \u00e9voqu\u00e9s (PE)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6728\" class=\"elementor elementor-6728 elementor-122\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-026ee96 e-con-full animated-slow e-flex e-con e-parent\" data-id=\"026ee96\" data-element_type=\"container\" id=\"blur-image\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fcdbfe elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0fcdbfe\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Potentiels \u00e9voqu\u00e9s (PE)<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4170109 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4170109\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">M\u00e9thode non invasive d\u2019\u00e9valuation et de surveillance de certaines composantes du syst\u00e8me nerveux central.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b27d4f e-con-full e-flex e-con e-parent\" data-id=\"1b27d4f\" data-element_type=\"container\" id=\"horizontal-scroll\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ba52a26 e-con-full e-flex e-con e-child\" data-id=\"ba52a26\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80a3d24 elementor-widget elementor-widget-heading\" data-id=\"80a3d24\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Potentiels \u00e9voqu\u00e9s \n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4db53ae elementor-widget elementor-widget-text-editor\" data-id=\"4db53ae\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Nous poursuivons notre participation au d\u00e9veloppement de l\u2019application clinique des potentiels \u00e9voqu\u00e9s moteurs (PEM) dans la scl\u00e9rose en plaques (SEP), la scl\u00e9rose lat\u00e9rale amyotrophique (SLA) et d\u2019autres affections neurologiques. Nous utilisons les potentiels \u00e9voqu\u00e9s, ainsi que d\u2019autres tests neurophysiologiques, en recherche afin de mieux comprendre le syst\u00e8me nerveux central et les maladies qui peuvent l\u2019atteindre.<br \/><br \/>R\u00e9f\u00e9rence m\u00e9dicale requise.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-360787f e-con-full e-flex e-con e-child\" data-id=\"360787f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5145d7 elementor-widget elementor-widget-html\" data-id=\"c5145d7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n\/\/ Scroll to top on page load\nwindow.onload = function() {\n    window.scrollTo(0, 0);\n};\n\n\/\/ Alternative that works with turbolinks (if you're using that)\ndocument.addEventListener('DOMContentLoaded', function() {\n    window.scrollTo(0, 0);\n});\n<\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    const scrollContainer = document.querySelector('#horizontal-scroll');\n\n    \/\/ Add a check to ensure the element exists before trying to manipulate it\n    if (!scrollContainer) {\n        console.warn('Element #horizontal-scroll not found. Script will not run.');\n        return;\n    }\n\n    let lastScrollTop = 0;\n    let isScrollingDown = false;\n\n    \/\/ Define key scroll points\n    const activationScrollPoint = 300; \/\/ When the container starts to appear\n    const fullRevealScrollPoint = 800; \/\/ When the container is fully visible (right: 0%)\n    const stickToTopScrollPoint = 900; \/\/ When the container transitions from fixed to sticky\/absolute at the top\n\n    \/\/ Initial state setup\n    scrollContainer.style.opacity = '0';\n    scrollContainer.style.right = '-100%'; \/\/ Start fully off-screen to the right\n    scrollContainer.style.position = 'fixed';\n    scrollContainer.style.top = '0px'; \/\/ Important: Keep top at 0px for the fixed state for smooth transition later\n\n    \/\/ Cache the initial transform if any, or set it up for horizontal movement\n    \/\/ Since we want horizontal reveal, we'll control 'right' directly.\n    \/\/ If you had vertical centering, 'transform: translateY(-50%)' would go here, but we're sticking to top.\n\n    window.addEventListener('scroll', function () {\n        const scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n        isScrollingDown = scrollTop > lastScrollTop;\n        lastScrollTop = scrollTop <= 0 ? 0 : scrollTop;\n\n        \/\/ --- Phase 1: Reveal and Hide (fixed position) ---\n        if (scrollTop >= activationScrollPoint && scrollTop < fullRevealScrollPoint) {\n            \/\/ Calculate progress for revealing\n            const progress = (scrollTop - activationScrollPoint) \/ (fullRevealScrollPoint - activationScrollPoint);\n            \/\/ Ensure progress is between 0 and 1\n            const clampedProgress = Math.min(1, Math.max(0, progress));\n\n            \/\/ Smoothly slide in from right (-100% to 0%) and fade in (0 to 1)\n            scrollContainer.style.opacity = clampedProgress.toString();\n            \/\/ Calculate right position: from -100% to 0% as progress goes from 0 to 1\n            \/\/ A more direct way: when progress is 0, right is -100%. When progress is 1, right is 0%.\n            \/\/ (1 - clampedProgress) means it goes from 1 to 0. So multiply by -100% to get 0 to -100%\n            scrollContainer.style.right = `${(1 - clampedProgress) * -100}%`;\n            scrollContainer.style.position = 'fixed';\n            scrollContainer.style.top = '0px'; \/\/ Maintain top position during fixed reveal\n\n        }\n        \/\/ --- Phase 2: Fully Visible and Sticky\/Absolute ---\n        else if (scrollTop >= fullRevealScrollPoint) {\n            scrollContainer.style.opacity = '1';\n            scrollContainer.style.right = '0px'; \/\/ Ensure it's fully visible\n\n            \/\/ Check if we should stick to the top or scroll with content\n            if (scrollTop >= stickToTopScrollPoint) {\n                \/\/ Once beyond stickToTopScrollPoint, change to absolute\n                \/\/ and set its top to the current scroll position so it moves with the page\n                scrollContainer.style.position = 'absolute';\n                scrollContainer.style.top = `${stickToTopScrollPoint}px`; \/\/ Stick to this specific scroll position\n            } else {\n                \/\/ Between fullRevealScrollPoint and stickToTopScrollPoint, it's fixed at the top\n                scrollContainer.style.position = 'fixed';\n                scrollContainer.style.top = '0px';\n            }\n        }\n        \/\/ --- Phase 3: Hidden (above activation point) ---\n        else {\n            scrollContainer.style.opacity = '0';\n            scrollContainer.style.right = '-100%'; \/\/ Fully hidden\n            scrollContainer.style.position = 'fixed';\n            scrollContainer.style.top = '0px'; \/\/ Reset for next reveal\n        }\n    });\n});\n<\/script>\n\n<style>\n#horizontal-scroll {\n    position: fixed; \/* Initial state, JS will change it *\/\n    right: -100%;    \/* Initial state, JS will change it *\/\n    top: 0;          \/* Consistent top position *\/\n    width: 100%;     \/* Example: or a specific pixel width *\/\n    box-sizing: border-box;\n    z-index: 9999;\n    opacity: 0;\n    \/* IMPORTANT: Remove CSS transitions for properties controlled by JS *\/\n    transition: none; \/* Disables all transitions for #horizontal-scroll *\/\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb5bf01 elementor-widget elementor-widget-spacer\" data-id=\"fb5bf01\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1352d87 e-flex e-con-boxed e-con e-parent\" data-id=\"1352d87\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-678181e e-con-full e-flex e-con e-parent\" data-id=\"678181e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1a3ccdf e-con-full e-flex e-con e-child\" data-id=\"1a3ccdf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20a5ef9 elementor-widget elementor-widget-heading\" data-id=\"20a5ef9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Publications<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e316ca6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e316ca6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Jacques, F.H., Apedaile, B.E., Danis, I., Sikati-Foko, V., Lecompte, M., and Fortin, J. (2023) Motor Evoked Potential -A Pilot Study Looking at Reliability and Clinical Correlations in Multiple Sclerosis. Journal of Clinical Neurophysiology. 0(0): 1-8<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Hardmeier, M., Jacques, F.H., Albrecht, P., Bousleiman, H., Schindler, C., Leocani, L. and Fuhr, P. (2019). Multicentre assessment of motor and sensory evoked potentials in multiple sclerosis: reliability and implications for clinical trials. Multiple Sclerosis Journal-Experimental, Translational and Clinical. 5: 1-11<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-560359f elementor-align-left elementor-widget elementor-widget-button\" data-id=\"560359f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6Njg3NywidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">EMC Requisition<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-df821a0 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"df821a0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5f048f elementor-widget elementor-widget-image\" data-id=\"f5f048f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1800\" height=\"1200\" src=\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg\" class=\"attachment-full size-full wp-image-4095\" alt=\"\" srcset=\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg 1800w, https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1-300x200.jpg 300w, https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1-1024x683.jpg 1024w, https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1-768x512.jpg 768w, https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1-1536x1024.jpg 1536w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10f6fe7 elementor-widget elementor-widget-heading\" data-id=\"10f6fe7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u201c...we are experts in the use of evoked potentials...\u201d<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68f6af1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"68f6af1\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6a4f73 elementor-widget elementor-widget-heading\" data-id=\"e6a4f73\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Phone<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b163d0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0b163d0\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:819%20777%202500\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-square-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">819 777 2500<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:819%20777%202502\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-square-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">819 777 2502<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-faf0382 elementor-widget elementor-widget-heading\" data-id=\"faf0382\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Email Us<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c913667 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c913667\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:contact@neuro-outaouais.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">contact@neuro-outaouais.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6e1d32 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a6e1d32\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed68550 e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"ed68550\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-27df7a5\" href=\"https:\/\/twitter.com\/Cliniqueneuro\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-c3fc704\" href=\"https:\/\/www.facebook.com\/Clinique-Neuro-Outaouais-122492125084114\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-ee4e821\" href=\"https:\/\/www.linkedin.com\/company\/clinique-neuro-outaouais\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cacfe0d elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"cacfe0d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f8cc387 elementor-widget elementor-widget-heading\" data-id=\"f8cc387\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SERVICE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e56a67 elementor-widget elementor-widget-heading\" data-id=\"0e56a67\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Evoked Potentials (EP)<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5341fb4 elementor-widget elementor-widget-heading\" data-id=\"5341fb4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Neurological testing done quickly and effectively.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1cea66 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"e1cea66\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f4a5f90 e-grid e-con-full e-con e-child\" data-id=\"f4a5f90\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ae63257 e-con-full e-flex e-con e-child\" data-id=\"ae63257\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05e15ab elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"05e15ab\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e55584 elementor-widget elementor-widget-heading\" data-id=\"8e55584\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u201c...we are experts in the use of evoked potentials...\u201d<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e091f6d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e091f6d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd05956 elementor-widget elementor-widget-heading\" data-id=\"dd05956\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Phone<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e669a1b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e669a1b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:819%20777%202500\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-square-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">819 777 2500<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:819%20777%202502\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-square-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">819 777 2502<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ca5dac elementor-widget elementor-widget-heading\" data-id=\"5ca5dac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Email Us<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d4d706 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8d4d706\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:contact@neuro-outaouais.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">contact@neuro-outaouais.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3b6d46 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e3b6d46\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66089a1 e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"66089a1\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-27df7a5\" href=\"https:\/\/twitter.com\/Cliniqueneuro\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-c3fc704\" href=\"https:\/\/www.facebook.com\/Clinique-Neuro-Outaouais-122492125084114\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-ee4e821\" href=\"https:\/\/www.linkedin.com\/company\/clinique-neuro-outaouais\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0b6ac4 e-con-full e-flex e-con e-child\" data-id=\"a0b6ac4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d933623 elementor-widget elementor-widget-image\" data-id=\"d933623\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"667\" src=\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/05\/Evoked-Potentials-EP.jpg\" class=\"attachment-large size-large wp-image-766\" alt=\"Evoked potentials EP neurological diagnostic test\" srcset=\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/05\/Evoked-Potentials-EP.jpg 1000w, https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/05\/Evoked-Potentials-EP-300x200.jpg 300w, https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/05\/Evoked-Potentials-EP-768x512.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d86f694 elementor-widget elementor-widget-heading\" data-id=\"d86f694\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Evoked Potentials<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95e7332 elementor-widget elementor-widget-text-editor\" data-id=\"95e7332\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe tests measure the electrical activity in certain parts of the\u00a0<a href=\"#\" data-w-id=\"dc15d840-00cf-d91c-5192-1addd5690ca9\" data-wf-id=\"[&quot;dc15d840-00cf-d91c-5192-1addd5690ca9&quot;]\">brain<\/a>\u00a0. At CNO we are experts in the use of evoked potentials as a diagnostic tool due to the large number of MS patients and MS studies and we are currently heading an international study to create new diagnostic criteria for this disorder base on Motor Evoked Potentials.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d62e3c7 e-con-full e-flex e-con e-child\" data-id=\"d62e3c7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-430bcb7 elementor-widget elementor-widget-heading\" data-id=\"430bcb7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Coverage and Access<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2eb3ea elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c2eb3ea\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Generally covered by insurance.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Requires physician referral.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bca8947 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"bca8947\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.neuro-outaouais.com\/fr\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact Us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>Potentiels \u00e9voqu\u00e9s (PE) M\u00e9thode non invasive d\u2019\u00e9valuation et de surveillance de certaines composantes du syst\u00e8me nerveux central. Potentiels \u00e9voqu\u00e9s Nous poursuivons notre participation au d\u00e9veloppement de l\u2019application clinique des potentiels \u00e9voqu\u00e9s moteurs (PEM) dans la scl\u00e9rose en plaques (SEP), la scl\u00e9rose lat\u00e9rale amyotrophique (SLA) et d\u2019autres affections neurologiques. Nous utilisons les potentiels \u00e9voqu\u00e9s, ainsi que [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":6702,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"wf_page_folders":[12],"class_list":["post-6728","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Potentiels \u00e9voqu\u00e9s (PE) - Neuro-Outaouais<\/title>\n<meta name=\"description\" content=\"Les potentiels \u00e9voqu\u00e9s apportent une information unique sur l\u2019\u00e9tat de sant\u00e9 de votre syst\u00e8me nerveux centrale\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Potentiels \u00e9voqu\u00e9s (PE) - Neuro-Outaouais\" \/>\n<meta property=\"og:description\" content=\"Les potentiels \u00e9voqu\u00e9s apportent une information unique sur l\u2019\u00e9tat de sant\u00e9 de votre syst\u00e8me nerveux centrale\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/\" \/>\n<meta property=\"og:site_name\" content=\"Neuro-Outaouais\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-15T21:54:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\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:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/\",\"url\":\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/\",\"name\":\"Potentiels \u00e9voqu\u00e9s (PE) - Neuro-Outaouais\",\"isPartOf\":{\"@id\":\"https:\/\/www.neuro-outaouais.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg\",\"datePublished\":\"2025-05-07T07:26:35+00:00\",\"dateModified\":\"2025-12-15T21:54:38+00:00\",\"description\":\"Les potentiels \u00e9voqu\u00e9s apportent une information unique sur l\u2019\u00e9tat de sant\u00e9 de votre syst\u00e8me nerveux centrale\",\"breadcrumb\":{\"@id\":\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#primaryimage\",\"url\":\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg\",\"contentUrl\":\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.neuro-outaouais.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\",\"item\":\"https:\/\/www.neuro-outaouais.com\/fr\/services\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Potentiels \u00e9voqu\u00e9s (PE)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.neuro-outaouais.com\/#website\",\"url\":\"https:\/\/www.neuro-outaouais.com\/\",\"name\":\"My blog\",\"description\":\"We are a non-profit dedicated to expanding the breadth of medical care for people with neurological diseases.\",\"publisher\":{\"@id\":\"https:\/\/www.neuro-outaouais.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.neuro-outaouais.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.neuro-outaouais.com\/#organization\",\"name\":\"My blog\",\"url\":\"https:\/\/www.neuro-outaouais.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\/\/www.neuro-outaouais.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/04\/21f72584-071b-4bae-ab40-e19dc1dfa7ff.png\",\"contentUrl\":\"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/04\/21f72584-071b-4bae-ab40-e19dc1dfa7ff.png\",\"width\":180,\"height\":89,\"caption\":\"My blog\"},\"image\":{\"@id\":\"https:\/\/www.neuro-outaouais.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Potentiels \u00e9voqu\u00e9s (PE) - Neuro-Outaouais","description":"Les potentiels \u00e9voqu\u00e9s apportent une information unique sur l\u2019\u00e9tat de sant\u00e9 de votre syst\u00e8me nerveux centrale","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.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/","og_locale":"fr_CA","og_type":"article","og_title":"Potentiels \u00e9voqu\u00e9s (PE) - Neuro-Outaouais","og_description":"Les potentiels \u00e9voqu\u00e9s apportent une information unique sur l\u2019\u00e9tat de sant\u00e9 de votre syst\u00e8me nerveux centrale","og_url":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/","og_site_name":"Neuro-Outaouais","article_modified_time":"2025-12-15T21:54:38+00:00","og_image":[{"url":"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimation du temps de lecture":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/","url":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/","name":"Potentiels \u00e9voqu\u00e9s (PE) - Neuro-Outaouais","isPartOf":{"@id":"https:\/\/www.neuro-outaouais.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#primaryimage"},"image":{"@id":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#primaryimage"},"thumbnailUrl":"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg","datePublished":"2025-05-07T07:26:35+00:00","dateModified":"2025-12-15T21:54:38+00:00","description":"Les potentiels \u00e9voqu\u00e9s apportent une information unique sur l\u2019\u00e9tat de sant\u00e9 de votre syst\u00e8me nerveux centrale","breadcrumb":{"@id":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#primaryimage","url":"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg","contentUrl":"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/06\/Evoked-Potentials1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.neuro-outaouais.com\/fr\/services\/potentiels-evoques-pe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.neuro-outaouais.com\/"},{"@type":"ListItem","position":2,"name":"Services","item":"https:\/\/www.neuro-outaouais.com\/fr\/services\/"},{"@type":"ListItem","position":3,"name":"Potentiels \u00e9voqu\u00e9s (PE)"}]},{"@type":"WebSite","@id":"https:\/\/www.neuro-outaouais.com\/#website","url":"https:\/\/www.neuro-outaouais.com\/","name":"My blog","description":"We are a non-profit dedicated to expanding the breadth of medical care for people with neurological diseases.","publisher":{"@id":"https:\/\/www.neuro-outaouais.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.neuro-outaouais.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/www.neuro-outaouais.com\/#organization","name":"My blog","url":"https:\/\/www.neuro-outaouais.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/www.neuro-outaouais.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/04\/21f72584-071b-4bae-ab40-e19dc1dfa7ff.png","contentUrl":"https:\/\/www.neuro-outaouais.com\/wp-content\/uploads\/2025\/04\/21f72584-071b-4bae-ab40-e19dc1dfa7ff.png","width":180,"height":89,"caption":"My blog"},"image":{"@id":"https:\/\/www.neuro-outaouais.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/pages\/6728","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/comments?post=6728"}],"version-history":[{"count":1,"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/pages\/6728\/revisions"}],"predecessor-version":[{"id":8747,"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/pages\/6728\/revisions\/8747"}],"up":[{"embeddable":true,"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/pages\/6702"}],"wp:attachment":[{"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/media?parent=6728"}],"wp:term":[{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/www.neuro-outaouais.com\/fr\/wp-json\/wp\/v2\/wf_page_folders?post=6728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}