{"id":3288,"date":"2023-10-31T09:18:40","date_gmt":"2023-10-31T13:18:40","guid":{"rendered":"https:\/\/vivrelamauricie.ca\/on-est-accueillants\/"},"modified":"2025-07-17T08:21:53","modified_gmt":"2025-07-17T12:21:53","slug":"we-are-welcoming","status":"publish","type":"page","link":"https:\/\/vivrelamauricie.ca\/en\/we-are-welcoming\/","title":{"rendered":"We are welcoming"},"content":{"rendered":"\n\n<section class=\"entete_du_quiz b_beige t_bleuFonce\">\n        <div class=\"container \">\n            <div class=\"gauche\">\n                <span class=\"surtitre t_bleuFonce\"><\/span>\n                <h1 class=\"t_bleuFonce\">\n                    Thinking of settling in our beautiful region? <a href=\"javascript:void(0);\" class=\"bouton mauve ouvrir_modale\" style=\"top:-14px;\" id=\"ouvrir_modale\">\n                    Start the questionnaire (french only)    \n                    <\/a>\n                <\/h1>\n                                    <p>We have plenty of resources to support you.<br \/>\nTake a moment to fill out this short questionnaire so we can guide you to the right organizations and tools based on your needs.<\/p>\n                                <!--a href=\"#desRessourcesPourVous\" class=\"bouton mauve ancre\" id=\"ouvrir_modale\">Des ressources pour vous<\/a-->\n            <\/div>\n            <div class=\"droite\" style=\"background-image:url(https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2025\/02\/entete-immigrer-1700x1156.jpg);\">\n                 <video  autoplay loop muted poster=\"https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2025\/02\/entete-immigrer-1700x1156.jpg\">\n                    <source src=\"https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2025\/02\/loop-accueillants.mp4\" type=\"video\/webm\">\n                <\/video>        <\/div>\n<\/section>\n\n\n\n<form action=\"\/\" method=\"get\">\n    <input type=\"hidden\" name=\"q2\" id=\"q2\">\n    <input type=\"hidden\" name=\"q3\" id=\"q3\">\n    <input type=\"hidden\" name=\"q4\" id=\"q4\">\n<\/form>\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n\n\n\n    let currentSlide = 0;\n    const slides = document.querySelectorAll('.slide_question');\n    const slideMaster = document.querySelector('.slide_master');\n\n    function updateSlidePosition() {\n        document.querySelector('#top').scrollIntoView({ behavior: 'smooth' });\n        slideMaster.style.transform = `translateX(-${currentSlide * 25}%)`;\n    }\n\n    document.querySelectorAll('.next').forEach(function(button) {\n\n        \n        button.addEventListener('click', function(e) {\n            e.preventDefault();\n            if (button.id === 'bouton_q_1') {\n                var selectedOption = document.querySelector('input[name=\"q_1\"]:checked');\n                if (!selectedOption) {\n                    alert('Vous devez faire une s\u00e9lection');\n                    return;\n                }\n                if (selectedOption.id === 'q_1_1' || selectedOption.id === 'q_1_4') {\n                    return;\n                }\n            } else if (button.id === 'bouton_q_2') {\n                var selectedOptions = document.querySelectorAll('input[name=\"q_2\"]:checked');\n                if (selectedOptions.length === 0) {\n                    alert('Vous devez faire une s\u00e9lection');\n                    return;\n                }\n            } else if (button.id === 'bouton_q_3') {\n                var selectedOptions = document.querySelectorAll('input[name=\"q_3\"]:checked');\n                if (selectedOptions.length === 0) {\n                    alert('Vous devez faire une s\u00e9lection');\n                    return;\n                }\n\n                \/\/alert box showing the id list of all q_3 selected checkboxes\n                var selectedIds = Array.from(selectedOptions).map(function(el) {\n                    return el.id;\n                }).join(', ');\n\n                \n                \/\/verify if the q_3_2 is checked\n                var q_3_2 = document.getElementById('q_3_2');\n                if (q_3_2.checked) {}else{\n                    \/\/if q_1_2 is checked, go to it's value. if q_1_3 is checked, go to it's value\n                    var selectedOption = document.querySelector('input[name=\"q_1\"]:checked');\n                    if ((selectedOption.id === 'q_1_2') || (selectedOption.id === 'q_1_3')) {\n                        var q2Values = Array.from(document.querySelectorAll('input[name=\"q_2\"]:checked')).map(function(el) {\n                            return el.value;\n                        }).join('|');\n                        var q3Values = Array.from(document.querySelectorAll('input[name=\"q_3\"]:checked')).map(function(el) {\n                            return el.value;\n                        }).join('|');\n\n                        document.getElementById('q2').value = q2Values;\n                        document.getElementById('q3').value = q3Values;\n\n                        var form = document.querySelector('form');\n                        form.action = selectedOption.value;\n                        form.submit();\n\n                        return;\n                    }\n                }\n\n\n\n\n\n\n\n\n            } else if (button.id === 'bouton_q_4') {\n                var selectedOption = document.querySelector('input[name=\"q_4\"]:checked');\n                if (!selectedOption) {\n                    alert('Vous devez faire une s\u00e9lection');\n                    return;\n                }\n            }\n            if (currentSlide < slides.length - 1) {\n                currentSlide++;\n                updateSlidePosition();\n            }\n        });\n    });\n\n    document.querySelectorAll('.prev').forEach(function(button) {\n        button.addEventListener('click', function(e) {\n        e.preventDefault();\n        if (currentSlide > 0) {\n            currentSlide--;\n            updateSlidePosition();\n        }\n        });\n    });\n\n    document.querySelector('.submit').addEventListener('click', function(e) {\n        e.preventDefault();\n        var selectedOption = document.querySelector('input[name=\"q_1\"]:checked');\n        if (selectedOption) {\n            var q2Values = Array.from(document.querySelectorAll('input[name=\"q_2\"]:checked')).map(function(el) {\n                return el.value;\n            }).join('|');\n            var q3Values = Array.from(document.querySelectorAll('input[name=\"q_3\"]:checked')).map(function(el) {\n                return el.value;\n            }).join('|');\n            var q4Value = document.querySelector('input[name=\"q_4\"]:checked')?document.querySelector('input[name=\"q_4\"]:checked').value:'';\n\n            document.getElementById('q2').value = q2Values;\n            document.getElementById('q3').value = q3Values;\n            document.getElementById('q4').value = q4Value;\n\n            var form = document.querySelector('form');\n            form.action = selectedOption.value;\n            form.submit();\n        } else {\n            alert('Veuillez s\u00e9lectionner une option.');\n        }\n    });\n\n    document.querySelector('#bouton_q_1').addEventListener('click', function(e) {\n        var selectedOption = document.querySelector('input[name=\"q_1\"]:checked');\n        if (selectedOption && (selectedOption.id === 'q_1_1' || selectedOption.id === 'q_1_4')) {\n            e.preventDefault();\n            window.location.href = selectedOption.value;\n        }\n    });\n\n    document.querySelectorAll('input[name=\"q_1\"]').forEach(function(el) {\n        el.addEventListener('change', function() {\n\n            var q2Container = document.querySelector('.slide_question.question_2 .reponses');\n            var q2Inputs = q2Container.querySelectorAll('input[name=\"q_2\"]');\n            var hidding_toggles = document.querySelectorAll('.hidding_toggle');\n\n            if (document.getElementById('q_1_3').checked) {\n                hidding_toggles.forEach(function(toggle) {\n                    toggle.style.display = 'none';\n                });\n                document.querySelector('.slide_question.question_2 h3').textContent = 'Dans quel territoire \u00eates-vous?';\n                q2Inputs.forEach(function(input) {\n                    input.type = 'radio';\n                });\n            } else {\n                document.querySelector('.slide_question.question_2 h3').textContent = 'Avez-vous arr\u00eat\u00e9 votre choix sur un territoire?';\n                hidding_toggles.forEach(function(toggle) {\n                    toggle.style.display = 'block';\n                });\n                q2Inputs.forEach(function(input) {\n                    input.type = 'checkbox';\n                });\n            }\n        });\n    });\n\n    ['q_1', 'q_2', 'q_3', 'q_4'].forEach(function(question) {\n        document.querySelectorAll(`input[name=\"${question}\"]`).forEach(function(el) {\n            el.addEventListener('change', function() {\n                var button = document.getElementById(`bouton_${question}`);\n                if (document.querySelector(`input[name=\"${question}\"]:checked`)) {\n                    button.disabled = false;\n                    button.classList.remove('disabled');\n                } else {\n                    button.disabled = true;\n                    button.classList.add('disabled');\n                }\n            });\n        });\n    });\n\n\n\n\/\/ When the \"next\" buttons are clicked from \"#bouton_q_0 to #bouton_q_3\", the height of \".slide_master\" is adjusted to the height of the next \".container\" inside the \"slide_question\". For example, if #bouton_q_0 is pressed, .slide_master must have its height adjusted to be the same height as the .container inside slide_question.question_1. \n\/*document.querySelectorAll('.next').forEach(function(button) {\n    button.addEventListener('click', function() {\n        var slide = button.closest('.slide_question');\n        var nextSlide = slide.nextElementSibling;\n        var container = nextSlide.querySelector('.container');\n        var height = container.offsetHeight + 60;\/\/ + parseInt(window.getComputedStyle(container).paddingTop);\n        slideMaster.style.height = height + 'px';\n    });\n});\n\nwindow.addEventListener('load', function() {\n    var slide = document.querySelector('.slide_question .container');\n    var height = slide.offsetHeight + 60;\/\/ + parseInt(window.getComputedStyle(slide).paddingTop);\n    slideMaster.style.height = height + 'px';\n});\ndocument.querySelectorAll('.prev').forEach(function(button) {\n    button.addEventListener('click', function() {\n        var slide = button.closest('.slide_question');\n        var prevSlide = slide.previousElementSibling;\n        var container = prevSlide.querySelector('.container');\n        var height = container.offsetHeight + 60;\/\/ + parseInt(window.getComputedStyle(container).paddingTop);\n        slideMaster.style.height = height + 'px';\n    });\n});*\/\n\ndocument.querySelectorAll('.reponse input').forEach(function(input) {\n    input.addEventListener('change', function() {\n        setTimeout(function() {\n            var label = input.closest('.reponse').querySelector('label');\n            var button = label.querySelector('.bouton');\n            if (input.checked) {\n                button.innerHTML = 'S\u00e9lectionn\u00e9 <span class=\"checkmark\"><\/span>';\n                if (input.type === 'radio') {\n                    document.querySelectorAll(`input[name=\"${input.name}\"]`).forEach(function(otherInput) {\n                        if (otherInput!== input) {\n                            var otherLabel = otherInput.closest('.reponse').querySelector('label');\n                            var otherButton = otherLabel.querySelector('.bouton');\n                            otherButton.innerHTML = 'S\u00e9lectionner';\n                        }\n                    });\n                }\n            } else {\n                button.innerHTML = 'S\u00e9lectionner';\n            }\n        }, 200);\n    });\n});\n\n\/\/ Store the previous states of q_3 checkboxes\nlet previousStates = {};\n\ndocument.querySelectorAll('input[name=\"q_3\"]').forEach(function(input) {\n    previousStates[input.id] = input.checked;\n});\n\n\/\/ If q_3_6 is checked, check all other checkboxes from q_3. If q_3_6 gets unchecked, restore the previous state.\ndocument.querySelector('#q_3_6').addEventListener('change', function() {\n    var checked = this.checked;\n    document.querySelectorAll('input[name=\"q_3\"]').forEach(function(input) {\n        if (input.id!== 'q_3_6') {\n            if (checked) {\n                previousStates[input.id] = input.checked;\n                input.checked = true;\n            } else {\n                input.checked = previousStates[input.id];\n            }\n            var label = input.closest('.reponse').querySelector('label');\n            var button = label.querySelector('.bouton');\n            if (input.checked) {\n                button.innerHTML = 'S\u00e9lectionn\u00e9 <span class=\"checkmark\"><\/span>';\n            } else {\n                button.innerHTML = 'S\u00e9lectionner';\n            }\n        }\n    });\n\n    \/\/if all checkboxes are unchecked, disable #bouton_q_3\n    updateButtonState('bouton_q_3', 'input[name=\"q_3\"]');\n});\n\n\/\/ External function to handle button state based on checkboxes\nfunction updateButtonState(buttonId, checkboxes) {\n    var button = document.getElementById(buttonId);\n    var checked = document.querySelectorAll(checkboxes + ':checked');\n    if (checked.length === 0) {\n        button.disabled = true;\n        button.classList.add('disabled');\n    } else {\n        button.disabled = false;\n        button.classList.remove('disabled');\n    }\n}\n\/\/ if #q_3_1 to #q_3_5 change state and one of them gets unchecked, uncheck #q_3_6\ndocument.querySelectorAll('#q_3_1, #q_3_2, #q_3_3, #q_3_4, #q_3_5').forEach(function(input) {\n    input.addEventListener('change', function() {\n        if (!input.checked) {\n            document.getElementById('q_3_6').checked = false;\n            var label = document.getElementById('q_3_6').closest('.reponse').querySelector('label');\n            var button = label.querySelector('.bouton');\n            button.innerHTML = 'S\u00e9lectionner';\n        }\n        \/\/if all checkboxes are unchecked, disable #bouton_q_3\n        updateButtonState('bouton_q_3', 'input[name=\"q_3\"]');\n    });\n});\n\n\/\/ if #q_3_1 to #q_3_5 change state and they gets all checked, check #q_3_6\ndocument.querySelectorAll('#q_3_1, #q_3_2, #q_3_3, #q_3_4, #q_3_5').forEach(function(input) {\n    input.addEventListener('change', function() {\n        if (document.querySelectorAll('#q_3_1:checked, #q_3_2:checked, #q_3_3:checked, #q_3_4:checked, #q_3_5:checked').length === 5) {\n            document.getElementById('q_3_6').checked = true;\n            var label = document.getElementById('q_3_6').closest('.reponse').querySelector('label');\n            var button = label.querySelector('.bouton');\n            button.innerHTML = 'S\u00e9lectionn\u00e9 <span class=\"checkmark\"><\/span>';\n        }\n        \/\/if all checkboxes are unchecked, disable #bouton_q_3\n        updateButtonState('bouton_q_3', 'input[name=\"q_3\"]');\n    });\n});\n\n\n\n\/\/ if #q_1_2 or #q_1_3 change state, uncheck all checkboxes from q_2\ndocument.querySelectorAll('#q_1_2, #q_1_3').forEach(function(input) {\n    input.addEventListener('change', function() {\n        \/\/disable #bouton_q_2\n        var button = document.getElementById('bouton_q_2');\n        button.disabled = true;\n        button.classList.add('disabled');\n        if (input.checked) {\n            document.querySelectorAll('input[name=\"q_2\"]').forEach(function(input) {\n                input.checked = false;\n                var label = input.closest('.reponse').querySelector('label');\n                var button = label.querySelector('.bouton');\n                button.innerHTML = 'S\u00e9lectionner';\n            });\n        }\n    });\n});\n\n\nwindow.addEventListener('pageshow', () => { \/\/ reset les case quand on fait \"back dans le browser\"\n    \/\/ Uncheck all checkboxes\n    document.querySelectorAll('input[type=\"checkbox\"]').forEach(checkbox => {\n        checkbox.checked = false;\n    });\n\n    \/\/ Uncheck all radio buttons\n    document.querySelectorAll('input[type=\"radio\"]').forEach(radio => {\n        radio.checked = false;\n    });\n   \/\/ Remove all <span class=\"checkmark\"><\/span> elements\n    document.querySelectorAll('span.checkmark').forEach(span => {\n      span.remove();\n    });\n});\n\n\n});\n\n<\/script>\n<section id=\"top\" class=\"modale  quiz \">\n<div class=\"slide_master b_beige\">\n    <div class=\"slide_question question_1\">\n    <a href=\"javascript:viod(0);\" class=\"modal_close\">Fermer le questionnaire<\/a>\n        <div class=\"container \">\n            <h3>Quel \u00e9nonc\u00e9 d\u00e9crit le mieux votre situation?<\/h3>\n            <p>Veuillez s\u00e9lectionner la situation qui d\u00e9crit le mieux votre situation actuelle.<\/p>\n\n            <div class=\"reponses\">\n                <div class=\"reponse\">\n                    <input type=\"radio\" id=\"q_1_1\" name=\"q_1\" value=\"\/on-est-accueillants\/immigrer-au-quebec\/\">\n                    <div class=\"turn\">\n                        <label for=\"q_1_1\"><span>J\u2019envisage d\u2019immigrer au Qu\u00e9bec<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                        <div class=\"bg\"><\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"reponse\">\n                    <input type=\"radio\" id=\"q_1_2\" name=\"q_1\" value=\"\/on-est-accueillants\/demenager-en-mauricie\/\">\n                    <div class=\"turn\">\n                        <label for=\"q_1_2\"><span>Je suis arriv\u00e9(e) au Qu\u00e9bec et j\u2019envisage de d\u00e9m\u00e9nager en Mauricie.<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                        <div class=\"bg\"><\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"reponse\">\n                    <input type=\"radio\" id=\"q_1_3\" name=\"q_1\" value=\"\/on-est-accueillants\/besoin-daccompagnement\/\">\n                    <div class=\"turn\">\n                        <label for=\"q_1_3\"><span>J\u2019ai d\u00e9m\u00e9nag\u00e9 en Mauricie, mais j\u2019ai besoin d\u2019aide.<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                        <div class=\"bg\"><\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"reponse\">\n                    <input type=\"radio\" id=\"q_1_4\" name=\"q_1\" value=\"\/on-est-accueillants\/etudier-en-mauricie\/\">\n                    <div class=\"turn\">\n                        <label for=\"q_1_4\"><span>Je suis un(e) \u00e9tudiant(e) international(e).<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                        <div class=\"bg\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>   \n            <button type=\"button\"  class=\"bouton bleuFonce next disabled\" id=\"bouton_q_1\" disabled>Suivant<\/button>\n        <\/div>\n    <\/div>\n\n    <div class=\"slide_question question_2\">\n    <a href=\"javascript:viod(0);\" class=\"modal_close\">Fermer le questionnaire<\/a>\n        <div class=\"container \">\n                <h3>Avez-vous arr\u00eat\u00e9 votre choix sur un de nos territoires?<\/h3>\n                <p class=\"hidding_toggle\">Vous pouvez s\u00e9lectionner plusieurs options.<\/p>\n                <div class=\"colonnes\">\n                \n                    <div class=\"reponses\">\n                        <div class=\"reponse\">\n                            <input type=\"checkbox\" id=\"q_2_1\" name=\"q_2\" value=\"des_chenaux\"><div class=\"turn\">\n                            <label for=\"q_2_1\"><span>Des Chenaux<\/span><span>Terrain de champs, de nature et de rivi\u00e8res.<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                            <div class=\"bg\"><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"reponse\">\n                        <input type=\"checkbox\" id=\"q_2_2\" name=\"q_2\" value=\"la_tuque\"><div class=\"turn\">\n                        <label for=\"q_2_2\"><span>La Tuque<\/span><span>Terrain de gens vrais dehors comme dedans.<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                        <div class=\"bg\"><\/div>\n                        <\/div>\n                        <\/div>\n                        <div class=\"reponse\">\n                        <input type=\"checkbox\" id=\"q_2_3\" name=\"q_2\" value=\"maskinonge\"><div class=\"turn\">\n                        <label for=\"q_2_3\"><span>Maskinong\u00e9<\/span><span>Terrain de gens qui cultivent la terre comme le verbe.<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                        <div class=\"bg\"><\/div>\n                        <\/div>\n                        <\/div>\n                        <div class=\"reponse\">\n                            <input type=\"checkbox\" id=\"q_2_4\" name=\"q_2\" value=\"trois_rivieres\"><div class=\"turn\">\n                            <label for=\"q_2_4\"><span>Trois-Rivi\u00e8res<\/span><span>Terrain d\u2019intensit\u00e9 au pied carr\u00e9,<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                            <div class=\"bg\"><\/div>\n                        <\/div>\n                        <\/div>\n                        <div class=\"reponse\">\n                            <input type=\"checkbox\" id=\"q_2_5\" name=\"q_2\" value=\"mekinac\"><div class=\"turn\">\n                            <label for=\"q_2_5\"><span>M\u00e9kinac<\/span><span>Terrain de gens aux histoires multiples.<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                                <div class=\"bg\"><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"reponse\">\n                            <input type=\"checkbox\" id=\"q_2_6\" name=\"q_2\" value=\"shawinigan\">\n                            <div class=\"turn\">\n                                <label for=\"q_2_6\"><span>Shawinigan<\/span><span>Terrain naturel et de nature humaine.<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                                <div class=\"bg\"><\/div>\n                            <\/div>\n                        <\/div>\n                            <div class=\"reponse  hidding_toggle\">\n                                <input type=\"checkbox\" id=\"q_2_7\" name=\"q_2\" value=\"tous\"><div class=\"turn\">\n                                <label for=\"q_2_7\"><span>Je ne sais pas encore.<\/span><span><\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                                <div class=\"bg\"><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"saviezVous  hidding_toggle\"><div class=\"turn\">\n                            <label><span>Saviez-vous?<\/span><span>Une MRC est une entit\u00e9 administrative assurant la gestion r\u00e9gionale de plusieurs municipalit\u00e9s.<\/span><\/label>\n                            <div class=\"bg\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <button type=\"button\" class=\"bouton beige prev\"  id=\"bouton_prev_2\" >Pr\u00e9c\u00e9dent<\/button>\n            <button type=\"button\" class=\"bouton bleuFonce next disabled\" id=\"bouton_q_2\" disabled>Suivant<\/button>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"slide_question question_3\">\n    <a href=\"javascript:viod(0);\" class=\"modal_close\">Fermer le questionnaire<\/a>\n        <div class=\"container \">\n            <h3>Quels sont vos besoins sp\u00e9cifiques?<\/h3>\n            <p>Vous pouvez s\u00e9lectionner plusieurs options.<\/p>\n\n            <div class=\"reponses\">\n                <div class=\"reponse\">\n                <input type=\"checkbox\" id=\"q_3_1\" name=\"q_3\" value=\"apprendre_francais\"><div class=\"turn\">\n                <label for=\"q_3_1\"><span>Apprendre le fran\u00e7ais<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n                <\/div>\n                <\/div>\n                <div class=\"reponse\">\n                <input type=\"checkbox\" id=\"q_3_2\" name=\"q_3\" value=\"emploi\"><div class=\"turn\">\n                <label for=\"q_3_2\"><span>Trouver un emploi<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n                <\/div>\n                <\/div>\n                <div class=\"reponse\">\n                <input type=\"checkbox\" id=\"q_3_3\" name=\"q_3\" value=\"etudier\"><div class=\"turn\">\n                <label for=\"q_3_3\"><span>\u00c9tudier<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n                <\/div>\n                <\/div>\n                <div class=\"reponse\">\n                <input type=\"checkbox\" id=\"q_3_4\" name=\"q_3\" value=\"logement\"><div class=\"turn\">\n                <label for=\"q_3_4\"><span>Trouver un logement<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n                <\/div>\n                <\/div>\n                <div class=\"reponse\">\n                <input type=\"checkbox\" id=\"q_3_5\" name=\"q_3\" value=\"vie_collective\"><div class=\"turn\">\n                <label for=\"q_3_5\"><span>M\u2019int\u00e9grer \u00e0 la vie collective<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n                <\/div>\n                <\/div>\n                <div class=\"reponse\">\n                <input type=\"checkbox\" id=\"q_3_6\" name=\"q_3\" value=\"toutes\"><div class=\"turn\">\n                <label for=\"q_3_6\"><span>Toutes ces r\u00e9ponses<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n                <\/div>\n                <\/div>\n            <\/div>\n\n            <button type=\"button\" class=\"bouton beige prev\" id=\"bouton_prev_3\" >Pr\u00e9c\u00e9dent<\/button>\n            <button type=\"button\" class=\"bouton bleuFonce next disabled\" id=\"bouton_q_3\" disabled>Suivant<\/button>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"slide_question question_4\">\n    <a href=\"javascript:viod(0);\" class=\"modal_close\">Fermer le questionnaire<\/a>\n        <div class=\"container \">\n        <h3>Quel \u00e2ge avez-vous?<\/h3>\n\n        <div class=\"reponses\">\n            <div class=\"reponse\">\n                <input type=\"radio\" id=\"q_4_1\" name=\"q_4\" value=\"moins_35_ans\"><div class=\"turn\">\n                <label for=\"q_4_1\"><span>J\u2019ai moins <br>de 35 ans<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"reponse\">\n                <input type=\"radio\" id=\"q_4_2\" name=\"q_4\" value=\"35_plus\"><div class=\"turn\">\n                <label for=\"q_4_2\"><span>J\u2019ai 35 ans <br>et plus<\/span><span class=\"bouton\">S\u00e9lectionner<\/span><\/label>\n                <div class=\"bg\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <button type=\"button\" class=\"bouton beige prev\" id=\"bouton_prev_4\" >Pr\u00e9c\u00e9dent<\/button>\n    <button type=\"button\" class=\"bouton bleuFonce next disabled submit\" id=\"bouton_q_4\" disabled>Suivant<\/button>\n\n        <\/div>\n    <\/div>\n\n<\/div>\n<\/section>\n\n\n\n\n<section class=\"slider_immigration b_bleuFonce t_beige\">\n\n\n\n    <div class=\"slide_master_immigration\" style=\"width:700%; max-width:700%;\">\n\n                                        <div class=\"slide_demarche page_0\">\n                            <div class=\"container \">\n                                <span class=\"titre\">Immigrating to Canada<\/span>\n                                <div>\n                                <span class=\"page\">1\/7<\/span>\n                                    <h2>STEPS TO TAKE FROM ABROAD<\/h2>\n<p>Before anything else, it\u2019s essential to learn about the procedures required by both the federal and provincial governments. Here are a few key steps you should be aware of before arriving in Quebec.<\/p>\n                                                     \n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                <div class=\"slide_demarche page_1\">\n                            <div class=\"container \">\n                                <span class=\"titre\">Immigrating to Canada<\/span>\n                                <div>\n                                <span class=\"page\">2\/7<\/span>\n                                    <h2>ACCOMMODATION<\/h2>\n<p>To ensure a smooth arrival, it\u2019s important to plan your accommodation and have enough financial resources for your first month in Quebec. Whether you\u2019re staying with family, friends, or in a short-term rental like an Airbnb, make sure you have a place to stay lined up before you arrive!<\/p>\n                                                     \n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                <div class=\"slide_demarche page_2\">\n                            <div class=\"container \">\n                                <span class=\"titre\">Immigrating to Canada<\/span>\n                                <div>\n                                <span class=\"page\">3\/7<\/span>\n                                    <h2>ARRIVAL AT THE AIRPORT<\/h2>\n<p>An immigration officer will greet you at the airport to validate your entry into Canada. Ensure you have all the necessary documents upon arrival and a plan for reaching your destination. Plan to spend a few hours at the airport before you can leave.<\/p>\n                                                     \n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                <div class=\"slide_demarche page_3\">\n                            <div class=\"container \">\n                                <span class=\"titre\">Immigrating to Canada<\/span>\n                                <div>\n                                <span class=\"page\">4\/7<\/span>\n                                    <h2>NEEDS ASSESSMENT<\/h2>\n<p>This is a crucial step in your immigration process. Resources are available to help you understand your employment, housing, and service needs in Quebec for you and your family.<\/p>\n                                                     \n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                <div class=\"slide_demarche page_4\">\n                            <div class=\"container \">\n                                <span class=\"titre\">Immigrating to Canada<\/span>\n                                <div>\n                                <span class=\"page\">5\/7<\/span>\n                                    <h2>PERSONALIZED ACTION PLAN<\/h2>\n<p>Based on your needs, an action plan will be developed to ensure your successful integration.<\/p>\n                                                     \n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                <div class=\"slide_demarche page_5\">\n                            <div class=\"container \">\n                                <span class=\"titre\">Immigrating to Canada<\/span>\n                                <div>\n                                <span class=\"page\">6\/7<\/span>\n                                    <h2>FOLLOW-UP<\/h2>\n<p>For a successful transition into your new life!<\/p>\n                                                     \n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                <div class=\"slide_demarche page_6\">\n                            <div class=\"container \">\n                                <span class=\"titre\">Immigrating to Canada<\/span>\n                                <div>\n                                <span class=\"page\">7\/7<\/span>\n                                    <h2>Resources to support your journey<\/h2>\n<p>Interested in settling in Mauricie? Discover the many resources available to help you and your family integrate into our beautiful region.<br \/>\nTake a short questionnaire so we can guide you to the right organizations and tools based on your needs.<\/p>\n<p><span class=\"t_bleuFonce ouvrir_modale\"><a href=\"#\" target=\"\" class=\"bouton beige t_bleuFonce\">Start the questionnaire<\/a><\/span><\/p>\n                                                     \n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                        \n    <\/div>\n    \n        <a href=\"javascript:void(0);\" class=\"btn prev_imm disabled\"><span class=\"txt\">Previous <\/span><span class=\"fleche\"><\/span><\/a>\n        <a href=\"javascript:void(0);\" class=\"btn next_imm\" ><span class=\"txt\">Next<\/span><span class=\"fleche\"><\/span><\/a>\n        <div class=\"animTerre\">\n            \n        <img decoding=\"async\"  class=\"terre\" src=\"https:\/\/vivrelamauricie.ca\/wp-content\/themes\/absolu\/images\/terre.svg\" alt=\"\">\n        <img decoding=\"async\"  class=\"avion\" src=\"https:\/\/vivrelamauricie.ca\/wp-content\/themes\/absolu\/images\/avion.svg\" alt=\"\">\n        <img decoding=\"async\"  class=\"fleche\" src=\"https:\/\/vivrelamauricie.ca\/wp-content\/themes\/absolu\/images\/fleche-anim.svg\" alt=\"\">\n\n        <\/div>\n\n<\/section>\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n    let currentSlideImm = 0;\n    const slidesImm = document.querySelectorAll('.slide_demarche');\n    const slideMasterImm = document.querySelector('.slide_master_immigration');\n\n    function updateSlidePositionImm() {\n        slideMasterImm.style.transform = `translateX(-${currentSlideImm * 14.285714285714}%)`;\n\n        document.querySelectorAll('.next_imm').forEach(function(button) {\n            if (currentSlideImm === slidesImm.length - 1) {\n                button.classList.add('disabled');\n            } else {\n                button.classList.remove('disabled');\n            }\n        });\n\n        document.querySelectorAll('.prev_imm').forEach(function(button) {\n            if (currentSlideImm === 0) {\n                button.classList.add('disabled');\n            } else {\n                button.classList.remove('disabled');\n            }\n        });\n    }\n\n    document.querySelectorAll('.next_imm').forEach(function(button) {\n        button.addEventListener('click', function(e) {\n            console.log(slidesImm.length);\n            e.preventDefault();\n            if (currentSlideImm < slidesImm.length - 1) {\n                currentSlideImm++;\n                updateSlidePositionImm();\n            }\n        });\n    });\n\n    document.querySelectorAll('.prev_imm').forEach(function(button) {\n        button.addEventListener('click', function(e) {\n            e.preventDefault();\n            if (currentSlideImm > 0) {\n                currentSlideImm--;\n                updateSlidePositionImm();\n            }\n        });\n    });\n\n\n});\n\n<\/script>\n\n\n<section class=\"texte_image_avec_m  b_mauve t_bleuFonce\">\n        <div class=\"container imageADroite\">\n            <div class=\"img\">\n                \n            <div> <\/div>\n                            <div class=\"image \"  style=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2025\/02\/jacynthe-2.jpg\" alt=\"\">\n                \n                <\/div>\n                                <div class=\"m\"><\/div>\n            <\/div>\n            <div class=\"texte\">\n                <div>\n                    <span class=\"cat\"><\/span>\n                    <h2>Hello<br \/>\nMy name is Jacynthe.<\/h2>\n<p>Thinking about settling in Mauricie? This is an important time for you and your family, and I\u2019m here to help.<br \/>\nLet\u2019s take a moment to talk about your needs and go over the key steps to support your integration journey.<\/p>\n<p><a class=\"bouton popup_opener\">Contact me<\/a><\/p>\n                                        <\/div>\n            <\/div> \n        <\/div> \n\n<\/section>\n\n    \n\n\n<div class=\"wp-block-columns b_bleu t_noir desRessourcesPourVous is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-text-align-center\">Resources to support your journey<\/h2>\n\n\n\n<p class=\"has-text-align-center\">In the Mauricie region, there are many organizations to welcome, guide, and support you in your integration. Take advantage of these resources available to help you settle in and feel at home.<\/p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"https:\/\/vivrelamauricie.ca\/en\/we-are-welcoming\/resources-to-support-your-journey\/\">View the resources<span class=\"fleche\"><\/span><\/a><\/p>\n<\/div>\n<\/div>\n\n\n<section class=\"mythe_realite  b_beige t_bleu ta_bleuFonce bc_vert sl_bleu triggerRealite\">\n    <div class=\"container\">\n        <div class=\"mythe case actif\">\n            Myth        <\/div>\n        <div class=\"realite case\">\n            Reality        <\/div>\n        <form action=\"#\" class=\"mythReal\">\n          <input class=\"input__value\" type=\"number\" name=\"effect-level\" min=\"0\" max=\"100\" step=\"1\" value=\"0\">\n          <div class=\"slider__line\">\n            <div class=\"slider__pin\" tabindex=\"0\"><\/div>\n          <\/div>\n        <\/form>\n        <div class=\"width\">\n            <div class=\"txtRealite\"><span>Everything is a short drive or walk away: neighbours, friends, nature, fun.<\/span><\/div>\n            <div class=\"txtMyth \"><span>There\u2019s nothing to do outside of Montreal.<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"quick_facts     b_ t_\">\n    <div class=\"container\">\n                        <div class=\"item avecImage\" >\n                    <div class=\"gauche \" data-type=\"background\" style=\"background-image:url(https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2023\/11\/Accueillant_QuickFacts_ImmigrantsARW-1.webp);\">\n                                <\/div>\n                <div class=\"droite\">\n                    <div>\n                    <h2>More than 1 500 immigrants every year<\/h2>\n<p>choosing to explore all the possibilities Mauricie has to offer.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n                        <div class=\"item avecImage\" >\n                    <div class=\"gauche \" data-type=\"background\" style=\"background-image:url(https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2023\/11\/Accueillant_Population-Mauricienne-1.webp);\">\n                                <\/div>\n                <div class=\"droite\">\n                    <div>\n                    <h2>283 188 Mauricians spread across a vast territory<\/h2>\n<p>that offers ample space for you to settle wherever your heart desires.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <input type=\"hidden\" value=\"3\" id=\"nombre\" name=\"nombre\">    <\/div>\n    \n    <a href=\"javascript:void(0);\" id=\"loadMore\">View more<\/a>\n\n<\/section>\n\n\n\n    \n            <section class=\"texte_image_plein   t_beige parallax\" data-type=\"background\" style=\"background-image:url('https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2025\/02\/DesChenaux_Fiche_Entete02-1_1-1-1-2500x1440.jpg');\">\n            <div class=\"container\">\n                <div>\n                    <h2>A land of endless possibilities \u2014 right in the heart of Qu\u00e9bec<\/h2>\n<p>Mauricie sits right between Montr\u00e9al and Qu\u00e9bec City \u2014 over 40,000 km\u00b2 of forests, lakes, and rivers. That\u2019s 17,500 lakes and rivers, to be exact! It\u2019s where city life meets nature, and where you\u2019ll find the perfect place to settle in and grow, both personally and professionally. The region is made up of 6 colourful areas, each with its own vibe, changing with the seasons. It\u2019s full of life, full of stories, and full of people who love people \u2014 welcoming families, neighbours, and coworkers who make you feel like you belong.<\/p>\n<p><a class=\"bouton beige\" href=\"\/en\/weve-got-room-for-you\/\">Come explore Mauricie<\/a><\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n         \n\n<section class=\"texte_image_avec_m  b_bleuFonce t_beige\">\n        <div class=\"container \">\n            <div class=\"img\">\n                \n            <div> <\/div>\n                            <div class=\"image \"  style=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/vivrelamauricie.ca\/wp-content\/uploads\/2025\/02\/marion-1.jpg\" alt=\"\">\n                \n                <\/div>\n                                <div class=\"m\"><\/div>\n            <\/div>\n            <div class=\"texte\">\n                <div>\n                    <span class=\"cat\"><\/span>\n                    <h2>Still not convinced?<\/h2>\n<p>We\u2019ve got some inspiring stories to share \u2014 real experiences from people who\u2019ve made the move and never looked back. They\u2019ll tell you what made them fall for Mauricie, and how they built their new life here. Who better to show you around than the folks who actually live here?<\/p>\n                        <a href=\"\/en\/we-are-welcoming\/testimonials\/\" class=\"bouton beige\" >Discover their stories<\/a>\n                                                                <\/div>\n            <\/div> \n        <\/div> \n\n<\/section>\n\n    \n\n\n    <section class=\"cta  b_mauve t_bleu m_vert\">\n \n        <div class=\"m\">\n            <div class=\"zooming\">\n                <div class=\"leM\"><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"container\">\n            <span>Looking for a place to build your career? We&#8217;ve got it<\/span>\n                          <span><a href=\"\/en\/we-love-to-work\/\"  >Work in Mauricie <span class=\"fleche\"><\/span><\/a><\/span>\n          \n        <\/div>\n    <\/section>\n\n    ","protected":false},"excerpt":{"rendered":"<p>Resources to support your journey In the Mauricie region, there are many organizations to welcome, guide, and support you in your integration. Take advantage of these resources available to help you settle in and feel at home. View the resources<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-3288","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/pages\/3288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/comments?post=3288"}],"version-history":[{"count":51,"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/pages\/3288\/revisions"}],"predecessor-version":[{"id":5806,"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/pages\/3288\/revisions\/5806"}],"wp:attachment":[{"href":"https:\/\/vivrelamauricie.ca\/en\/wp-json\/wp\/v2\/media?parent=3288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}