There will be lane reductions on sections of the Lac-des-Fées Parkway for the implementation of a project improving pedestrian safety on the parkway.
When the work is completed, the Lac-des-Fées Parkway will have two new pedestrian crossings. The speed will also be reduced to 40 km/h in a 400 m section of the parkway.
Schedule: weekdays, from 8 am to 5 pm, from April 20 to May 12, 2026Location: lane reductions on the Lac-des-Fées parkway, near the Université du Québec en Outaouais, and near Brodeur St. Impact on motorists: traffic will be directed by a flag personImpact on pedestrians and cyclists: the Lac-des-Fées pathway will remain open at all times
\n”},{“handle”:”facebookPixel”,”head”:” function initFacebookPixel(){\n !function(f,b,e,v,n,t,s){\n if(f.fbq) return; n=f.fbq=function(){\n n.callMethod ? n.callMethod.apply(n,arguments) : n.queue.push(arguments);\n };\n if(!f._fbq) f._fbq=n;\n n.push=n; n.loaded=!0; n.version=’2.0′; n.queue=[];\n t=b.createElement(e); t.async=!0;\n t.src=v; s=b.getElementsByTagName(e)[0];\n s.parentNode.insertBefore(t,s);\n }(window,document,’script’,’\/\/connect.facebook.net\/en_US\/fbevents.js’);\n\n fbq(‘init’, ‘837959289699976’);\n\n fbq(‘track’, ‘PageView’);\n }\n\n \/\/ Lancer automatiquement si consentement d\u00e9j\u00e0 donn\u00e9\n if (document.cookie.includes(‘ncc_ccn_tracking=’)) {\n initFacebookPixel();\n }\n”,”body”:” “},{“handle”:”linkedInInsight”,”head”:”\/* LinkedIn Insight script did not render *\/\n”,”body”:””},{“handle”:”hubSpot”,”head”:””,”body”:””},{“handle”:”pinterestTag”,”head”:”\/* Pinterest Tag script did not render *\/\n”,”body”:””},{“handle”:”fathom”,”head”:”\/* Fathom script did not render *\/\n”,”body”:””},{“handle”:”matomo”,”head”:”\/* Matomo script did not render *\/\n”,”body”:””},{“handle”:”plausible”,”head”:”\/* Plausible script did not render *\/\n”,”body”:””},{“handle”:”googleAnalytics”,”head”:”(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,’script’,’https:\/\/www.google-analytics.com\/analytics.js’,’ga’);\nga(‘create’, ‘UA-97225426-1’, ‘auto’, {allowLinker: true});\nga(‘set’, ‘anonymizeIp’, true);\nga(‘require’, ‘displayfeatures’);\nga(‘require’, ‘linkid’);\nga(‘require’, ‘linker’);\nga(‘send’, ‘pageview’);\n”,”body”:””}];
function appendHtml(html, target) {
if (!html) return;
var template = document.createElement(‘template’);
template.innerHTML = html.trim();
Array.prototype.slice.call(template.content.childNodes).forEach(function(node) {
if (node.nodeType !== Node.ELEMENT_NODE) return;
if (node.tagName !== ‘SCRIPT’) {
target.appendChild(node.cloneNode(true));
return;
}
var script = document.createElement(‘script’);
Array.prototype.slice.call(node.attributes).forEach(function(attr) {
script.setAttribute(attr.name, attr.value);
});
if (node.textContent) {
script.text = node.textContent;
}
target.appendChild(script);
});
}
function loadSeomaticTrackingScripts() {
if (window.__seomaticTrackingLoaded) return;
window.__seomaticTrackingLoaded = true;
seomaticTrackingScripts.forEach(function(scriptParts) {
if (scriptParts.head) {
var inlineScript = document.createElement(‘script’);
inlineScript.text = scriptParts.head;
document.head.appendChild(inlineScript);
}
appendHtml(scriptParts.body, document.body);
});
}
function persistConsent(value) {
var expires = new Date();
expires.setFullYear(expires.getFullYear() + 1);
document.cookie=”ncc_ccn_tracking=” + value + ‘; path=/; expires=” + expires.toUTCString() + “; SameSite=Lax’;
var csrfToken = document.querySelector(‘meta[name=”csrf-token”]’);
fetch(“/api/tracking?setting=” + value, {
method: “POST”,
headers: { “X-CSRF-Token”: csrfToken ? csrfToken.getAttribute(‘content’) : ” }
});
}
$(document).on(“click”,”[data-cookie-accept]”,function() {
$(“.cookie-banner__container”).hide();
persistConsent(1);
loadSeomaticTrackingScripts();
if (typeof window.updateGTMConsent === ‘function’) window.updateGTMConsent();
if (typeof loadConsentTrackers === ‘function’) loadConsentTrackers();
});
$(document).on(“click”,”[data-cookie-decline]”,function() {
$(“.cookie-banner__container”).hide();
persistConsent(0);
// No reload, and don’t load trackers.
});
})();