{"id":967,"date":"2022-10-19T17:18:35","date_gmt":"2022-10-19T21:18:35","guid":{"rendered":"https:\/\/tourismevalleedelagatineau.com\/?page_id=967"},"modified":"2023-01-06T14:22:25","modified_gmt":"2023-01-06T19:22:25","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull is-light is-style-title-banner\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"><\/span><img decoding=\"async\" width=\"2560\" height=\"1707\" class=\"wp-block-cover__image-background wp-image-1179 lazyload\" alt=\"\" data-src=\"https:\/\/tourismevalleedelagatineau.com\/wp-content\/smush-webp\/2023\/01\/Nous-joindre-vallee-de-la-gatineau-scaled.jpg.webp\" data-object-fit=\"cover\" data-srcset=\"https:\/\/tourismevalleedelagatineau.com\/wp-content\/smush-webp\/2023\/01\/Nous-joindre-vallee-de-la-gatineau-scaled.jpg.webp 2560w, https:\/\/tourismevalleedelagatineau.com\/wp-content\/smush-webp\/2023\/01\/Nous-joindre-vallee-de-la-gatineau-300x200.jpg.webp 300w, https:\/\/tourismevalleedelagatineau.com\/wp-content\/smush-webp\/2023\/01\/Nous-joindre-vallee-de-la-gatineau-1024x683.jpg.webp 1024w, https:\/\/tourismevalleedelagatineau.com\/wp-content\/smush-webp\/2023\/01\/Nous-joindre-vallee-de-la-gatineau-768x512.jpg.webp 768w, https:\/\/tourismevalleedelagatineau.com\/wp-content\/smush-webp\/2023\/01\/Nous-joindre-vallee-de-la-gatineau-1536x1024.jpg.webp 1536w, https:\/\/tourismevalleedelagatineau.com\/wp-content\/smush-webp\/2023\/01\/Nous-joindre-vallee-de-la-gatineau-2048x1366.jpg.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1707;\" \/><div class=\"wp-block-cover__inner-container\"><h3 class=\"wp-block-post-title\">Contact us<\/h3><\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-padding-y-large has-bleu-gris-bc-background-color has-background\"><div class=\"yoast-breadcrumbs alignwide \"><span class=\"breadcrumbs\"><a href=\"https:\/\/tourismevalleedelagatineau.com\/en\/\" class=\"breadcrumbs__element\">Accueil<\/a> <span class=\"breadcrumbs__separator\">\n        <svg class=\"icon icon-breadcrumb__separator\"><use xlink:href=\"#icon-breadcrumb__separator\"><\/use><\/svg>\n    <\/span> <span class=\"breadcrumbs__element breadcrumbs__element-current\">Contact us<\/span><\/span><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Contact us<\/h2>\n\n\n<script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' ><form method='post' enctype='multipart\/form-data'  id='gform_2'  action='\/en\/wp-json\/wp\/v2\/pages\/967' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_2_1\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_1'>First name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_3\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_3'>Last name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_4\" class=\"gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_2_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_5\" class=\"gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_5'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_5' id='input_2_5' class='textarea large'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Send'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='CAD' value='bhJCXrISmQoAGhK494neQ5A22B8jpNMu2XmVSdZgLoZ8FP0M5X8B3KuSxApIswQHWwV6CuByZ\/L2TpuuTGDMOrYtRHFYnLqGj1UqfdW4usOdtkM=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjYzNzZiMjA3NjdkNTk1ZjNlNDgwNzM5OGMzODAwMmI1Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/tourismevalleedelagatineau.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/tourismevalleedelagatineau.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Contact us<\/p>\n","protected":false},"author":1,"featured_media":4578,"parent":0,"menu_order":540,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_crdt_document":"","_eb_attr":"","inline_featured_image":false,"footnotes":""},"class_list":["post-967","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact us - Tourisme Vall\u00e9e-de-la-Gatineau<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact us - Tourisme Vall\u00e9e-de-la-Gatineau\" \/>\n<meta property=\"og:description\" content=\"Contact us\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Tourisme Vall\u00e9e-de-la-Gatineau\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LoisirsetcultureValleedelaGatineau\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-06T19:22:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tourismevalleedelagatineau.com\/wp-content\/uploads\/2023\/03\/image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"761\" \/>\n\t<meta property=\"og:image:height\" content=\"390\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/\",\n\t            \"url\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/\",\n\t            \"name\": \"Contact us - Tourisme Vall\u00e9e-de-la-Gatineau\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/image.png\",\n\t            \"datePublished\": \"2022-10-19T21:18:35+00:00\",\n\t            \"dateModified\": \"2023-01-06T19:22:25+00:00\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-CA\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-CA\",\n\t            \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/image.png\",\n\t            \"contentUrl\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/image.png\",\n\t            \"width\": 761,\n\t            \"height\": 390\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/contact-us\\\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Accueil\",\n\t                    \"item\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Contact us\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/#website\",\n\t            \"url\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/\",\n\t            \"name\": \"Tourisme Vall\u00e9e-de-la-Gatineau\",\n\t            \"description\": \"\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-CA\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/#organization\",\n\t            \"name\": \"Tourisme Vall\u00e9e-de-la-Gatineau\",\n\t            \"url\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-CA\",\n\t                \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\n\t                \"url\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/logo-header.png\",\n\t                \"contentUrl\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/logo-header.png\",\n\t                \"width\": 197,\n\t                \"height\": 57,\n\t                \"caption\": \"Tourisme Vall\u00e9e-de-la-Gatineau\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/tourismevalleedelagatineau.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            },\n\t            \"sameAs\": [\n\t                \"https:\\\/\\\/www.facebook.com\\\/LoisirsetcultureValleedelaGatineau\",\n\t                \"https:\\\/\\\/www.instagram.com\\\/mrc.vallee.de.la.gatineau\\\/\"\n\t            ]\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact us - Tourisme Vall\u00e9e-de-la-Gatineau","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:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"Contact us - Tourisme Vall\u00e9e-de-la-Gatineau","og_description":"Contact us","og_url":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/","og_site_name":"Tourisme Vall\u00e9e-de-la-Gatineau","article_publisher":"https:\/\/www.facebook.com\/LoisirsetcultureValleedelaGatineau","article_modified_time":"2023-01-06T19:22:25+00:00","og_image":[{"width":761,"height":390,"url":"https:\/\/tourismevalleedelagatineau.com\/wp-content\/uploads\/2023\/03\/image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/","url":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/","name":"Contact us - Tourisme Vall\u00e9e-de-la-Gatineau","isPartOf":{"@id":"https:\/\/tourismevalleedelagatineau.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/#primaryimage"},"image":{"@id":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/#primaryimage"},"thumbnailUrl":"https:\/\/tourismevalleedelagatineau.com\/wp-content\/uploads\/2023\/03\/image.png","datePublished":"2022-10-19T21:18:35+00:00","dateModified":"2023-01-06T19:22:25+00:00","breadcrumb":{"@id":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/#primaryimage","url":"https:\/\/tourismevalleedelagatineau.com\/wp-content\/uploads\/2023\/03\/image.png","contentUrl":"https:\/\/tourismevalleedelagatineau.com\/wp-content\/uploads\/2023\/03\/image.png","width":761,"height":390},{"@type":"BreadcrumbList","@id":"https:\/\/tourismevalleedelagatineau.com\/en\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/tourismevalleedelagatineau.com\/en\/"},{"@type":"ListItem","position":2,"name":"Contact us"}]},{"@type":"WebSite","@id":"https:\/\/tourismevalleedelagatineau.com\/en\/#website","url":"https:\/\/tourismevalleedelagatineau.com\/en\/","name":"Tourisme Vall\u00e9e-de-la-Gatineau","description":"","publisher":{"@id":"https:\/\/tourismevalleedelagatineau.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tourismevalleedelagatineau.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/tourismevalleedelagatineau.com\/en\/#organization","name":"Tourisme Vall\u00e9e-de-la-Gatineau","url":"https:\/\/tourismevalleedelagatineau.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/tourismevalleedelagatineau.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/tourismevalleedelagatineau.com\/wp-content\/uploads\/2022\/11\/logo-header.png","contentUrl":"https:\/\/tourismevalleedelagatineau.com\/wp-content\/uploads\/2022\/11\/logo-header.png","width":197,"height":57,"caption":"Tourisme Vall\u00e9e-de-la-Gatineau"},"image":{"@id":"https:\/\/tourismevalleedelagatineau.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/LoisirsetcultureValleedelaGatineau","https:\/\/www.instagram.com\/mrc.vallee.de.la.gatineau\/"]}]}},"_links":{"self":[{"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/pages\/967","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/comments?post=967"}],"version-history":[{"count":0,"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/pages\/967\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/media\/4578"}],"wp:attachment":[{"href":"https:\/\/tourismevalleedelagatineau.com\/en\/wp-json\/wp\/v2\/media?parent=967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}