The footbridge to the Sugarbush trail will be closed for repairs.
Schedule: June 23, 2026 from 7 am to 5 pm Location: The bridge to the Sugarbush trail, near the Gatineau Park Visitor Centre Impact on motorists: None Impact on pedestrians: To access the Sugarbush trail, take trail 13 from P8 or trail 1 from P4.
\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);
var secure = window.location.protocol === ‘https:’ ? ‘; Secure’ : ”;
document.cookie=”ncc_ccn_tracking=” + value + ‘; path=/; expires=” + expires.toUTCString() + “; SameSite=Lax’ + secure;
}
$(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.
});
})();