SPB Git

spb/lou-ka Public

Lou·Ka — tous les logements à louer du Québec, un seul endroit.

HTML 99.7%
183.0 KB · 1,493 lines html
Raw Blame History
1<!doctype html>2<html lang="fr-FR">3<head>4<script>window["IframePlaceholderTemplateContent"] = "<div class=\"pl25--root\"> <div data-part=\"iframe-placeholder\" class=\"pl25-iframe-placeholder\" data-consent-type=\"preferences\" style=\"width:100%;height:400px\"> <button data-part=\"iframe-accept-button\" class=\"pl25-accept-consent\" data-consent-type=\"preferences\"> Cliquez pour accepter les cookies de Pr\u00e9f\u00e9rences et activer ce contenu <\/button> <\/div> <\/div>";</script>5<script>window.dataLayer=window.dataLayer||[],window.gtag=window.gtag||function(){window.dataLayer.push(arguments)},window.fbq=window.fbq||function(){window.fbq.callMethod?window.fbq.callMethod.apply(window.fbq,arguments):window.fbq.queue.push(arguments)},window.fbq.push=window.fbq,window.fbq.loaded=!0,window.fbq.version="2.0",window.fbq.queue=[];const COOKIE_CONFIG={name:"pl25_consent",lifetime:Number("90000"),domain:window.location.hostname,path:"/",sameSite:"Strict"},UI_CONFIG={alwaysHideReopenButton:"true"===String("false")},PERMISSION_CATEGORIES={necessary:"necessary",statistics:"statistics",preferences:"preferences",marketing:"marketing"},DEFAULT_PERMISSIONS={necessary:!0,statistics:"true"===String("false"),preferences:"true"===String("false"),marketing:"true"===String("false")},DEFAULT_CONSENT={ad_storage:"true"===String("false")?"granted":"denied",analytics_storage:"true"===String("false")?"granted":"denied",analytics_storage_custom:"true"===String("false")?"granted":"denied",ad_user_data:"true"===String("false")?"granted":"denied",ad_personalization:"true"===String("false")?"granted":"denied",functionality_storage:"true"===String("false")?"granted":"denied",personalization_storage:"true"===String("false")?"granted":"denied",security_storage:"true"===String("false")?"granted":"denied"},USE_GA4_DATA_MODELING="true"===String("true"),CookieManager={set(e,t,n){const s=new Date;s.setTime(s.getTime()+24*n*60*60*1e3);const a=`expires=${s.toUTCString()}`,o="https:"===window.location.protocol?";Secure":"",i=`${e}=${encodeURIComponent(t)};${a};path=${COOKIE_CONFIG.path};domain=${COOKIE_CONFIG.domain};SameSite=${COOKIE_CONFIG.sameSite}${o}`;document.cookie=i},get(e){const t=e+"=",n=document.cookie.split(";");for(let e=0;e<n.length;e++){let s=n[e].trim();if(0===s.indexOf(t))return decodeURIComponent(s.substring(t.length))}return null},delete(e,t=COOKIE_CONFIG.domain,n=COOKIE_CONFIG.path){document.cookie=`${e}=;expires=Thu, 01 Jan 1970 00:00:00 UTC;path=${n};domain=${t}`}},IframeObserver={observer:null,init(){this.observer=new MutationObserver(e=>{e.forEach(e=>{e.addedNodes.length&&e.addedNodes.forEach(e=>{if("IFRAME"===e.nodeName&&this.checkAndHandleIframe(e),e.querySelectorAll){e.querySelectorAll("iframe").forEach(e=>{this.checkAndHandleIframe(e)})}})})}),this.observer.observe(document.body,{childList:!0,subtree:!0})},detectIframeCategory(e){const t=e.getAttribute("src")||"";return t.includes("googletagmanager.com")?PERMISSION_CATEGORIES.statistics:t.includes("youtube.com/embed")||t.includes("youtube-nocookie.com/embed")||t.includes("player.vimeo.com")||t.includes("google.com/maps")?PERMISSION_CATEGORIES.preferences:t.includes("facebook.com/tr")||t.includes("facebook.com/plugins")||t.includes("analytics.twitter.com")||t.includes("doubleclick.net")?PERMISSION_CATEGORIES.marketing:null},checkAndHandleIframe(e){if(!e.hasAttribute("data-pl25-consent"))try{const t=this.detectIframeCategory(e);if(!t)return;e.setAttribute("data-pl25-consent",t);const n=!0===(ConsentManager.load()||DEFAULT_PERMISSIONS)[t];this.injectPlaceholder(e,n,t),n||this.blockIframe(e)}catch(t){console.error("Error processing iframe:",t,e)}},injectPlaceholder(e,t,n){const s="IframePlaceholderTemplateContent";if(void 0!==window[s]&&window[s]&&e.parentNode)try{const a=document.createElement("div");a.innerHTML=window[s].trim();const o=a.firstElementChild;if(!o)return void console.warn("Failed to create placeholder element from template");const i="pl25-iframe-placeholder",r=o.classList.contains(i)?o:o.querySelector("."+i)||o;r.setAttribute("data-consent-type",n);const I=r.querySelector(".pl25-accept-consent");I&&I.setAttribute("data-consent-type",n),t&&r.style.setProperty("display","none","important"),e.parentNode.insertBefore(o,e)}catch(e){console.error("Error injecting placeholder:",e)}},blockIframe(e){const t=e.getAttribute("allow"),n=e.getAttribute("src");if(t||n)try{t&&(e.setAttribute("data-allow",t),e.removeAttribute("allow")),n&&(e.setAttribute("data-src",n),e.removeAttribute("src"),e.style.opacity="0"),e.classList.add("pl25-blocked")}catch(t){console.error("Error blocking iframe:",t,e)}},disconnect(){this.observer&&this.observer.disconnect()}},ConsentManager={save(e){const t=this.load()||DEFAULT_PERMISSIONS,n={timestamp:(new Date).toISOString(),permissions:e};CookieManager.set(COOKIE_CONFIG.name,JSON.stringify(n),COOKIE_CONFIG.lifetime),this.apply(e,t)},load(){const e=CookieManager.get(COOKIE_CONFIG.name);if(e)try{return JSON.parse(e).permissions}catch(e){return console.error("Failed to parse consent cookie:",e),null}return null},hasConsent:()=>null!==CookieManager.get(COOKIE_CONFIG.name),apply(e,t=null){TrackingManager.updateTracking(e,t),this.dispatchConsentEvent(e)},dispatchConsentEvent(e){try{const t=new CustomEvent("pl25ConsentChanged",{detail:e});window.dispatchEvent(t)}catch(e){console.error("Failed to dispatch consent event:",e)}},getInitialPermissions(){return this.load()||DEFAULT_PERMISSIONS}},TrackingManager={updateTracking(e,t=null){const n=this.buildGtagConsent(e),s=this.buildPrivacyParameters(e);window.gtag("consent","update",n),window.gtag("set",s);const a=this.handleCategoryScriptsAndIframes(e,t);this.updateOtherServices(e),a&&(window.location.href=window.location.href)},handleCategoryScriptsAndIframes(e,t=null,n=!1){let s=!1;return Object.keys(e).forEach(a=>{if("necessary"===a)return;(!t||t[a]!==e[a]||n)&&(e[a]?this.enableCategory(a):n||(this.categoryNeedsReload(a)?s=!0:this.disableCategory(a)))}),s},categoryNeedsReload:e=>document.querySelectorAll(`script[data-pl25-consent="${PERMISSION_CATEGORIES[e]}"]`).length>0||"marketing"===e,buildGtagConsent(e){const t={...DEFAULT_CONSENT},n=ConsentManager.hasConsent(),s=e=>e.forEach(e=>t[e]="granted"),a=(e,a)=>{e?s(a):a.forEach(e=>{n||"granted"!==t[e]?(e=>{e.forEach(e=>t[e]="denied")})([e]):s([e])})};return s(["functionality_storage","security_storage"]),a(e?.statistics??!1,["analytics_storage","analytics_storage_custom"]),a(e?.preferences??!1,["personalization_storage"]),a(e?.marketing??!1,["ad_storage","ad_user_data","ad_personalization"]),USE_GA4_DATA_MODELING||s(["analytics_storage"]),t},buildPrivacyParameters(e){const t=!0===e.marketing,n=!0===e.statistics;return{ads_data_redaction:!t,anonymize_ip:!n,client_storage:n?"cookies":"none",allow_google_signals:n,allow_ad_personalization_signals:t,url_passthrough:!n,cookie_update:n,cookie_expires:n?63072e3:0,wait_for_update:500,send_page_view:!0,redact_visitor_ip:!n}},updateOtherServices(e){if("undefined"!=typeof fbq)try{e.marketing?fbq("dataProcessingOptions",[]):fbq("dataProcessingOptions",["LDU"],0,0)}catch(e){console.error("Failed to update Facebook Pixel consent:",e)}if(window.dataLayer)try{const t={version:2,...this.buildGtagConsent(e)};window.dataLayer.push({event:"consent_update",consent_mode:t})}catch(e){console.error("Failed to update GTM consent:",e)}},enableCategory(e){document.querySelectorAll(`script[type="text/plain"][data-pl25-consent="${PERMISSION_CATEGORIES[e]}"]`).forEach(e=>{const t=document.createElement("script");t.type="text/javascript",Array.from(e.attributes).forEach(e=>{"type"!==e.name&&("data-src"===e.name?t.setAttribute("src",e.value):t.setAttribute(e.name,e.value))}),e.src?t.src=e.src:t.textContent=e.textContent,e.parentNode.replaceChild(t,e)});document.querySelectorAll(`iframe[data-pl25-consent="${PERMISSION_CATEGORIES[e]}"]`).forEach(e=>{const t=e.getAttribute("data-allow"),n=e.getAttribute("data-src");t&&(e.setAttribute("allow",t),e.removeAttribute("data-allow")),n&&(e.src=n,e.removeAttribute("data-src"),e.style.opacity="1")});document.querySelectorAll(`div[data-pl25-consent="${PERMISSION_CATEGORIES[e]}"]`).forEach(e=>{"false"===e.getAttribute("data-pl25-display")&&e.setAttribute("data-pl25-display","true")});document.querySelectorAll(`.pl25-iframe-placeholder[data-consent-type="${PERMISSION_CATEGORIES[e]}"]`).forEach(e=>{e.style.setProperty("display","none","important")})},disableCategory(e){document.querySelectorAll(`iframe[data-pl25-consent="${PERMISSION_CATEGORIES[e]}"]`).forEach(e=>{const t=e.getAttribute("allow"),n=e.getAttribute("src");t&&(e.setAttribute("data-allow",t),e.removeAttribute("allow")),n&&(e.setAttribute("data-src",n),e.removeAttribute("src"),e.style.opacity="0")});document.querySelectorAll(`div[data-pl25-consent="${PERMISSION_CATEGORIES[e]}"]`).forEach(e=>{"true"===e.getAttribute("data-pl25-display")&&e.setAttribute("data-pl25-display","false")});document.querySelectorAll(`.pl25-iframe-placeholder[data-consent-type="${PERMISSION_CATEGORIES[e]}"]`).forEach(e=>{e.style.setProperty("display","flex","important")})}},UIManager={scrollTimeout:null,init(){if(ConsentManager.hasConsent()){const e=ConsentManager.load();TrackingManager.handleCategoryScriptsAndIframes(e,null,!0),TrackingManager.updateOtherServices(e),this.updateCheckboxes(e),this.hideModal(),this.showCloseBtn()}else{this.updateCheckboxes(DEFAULT_PERMISSIONS);const e=this.getActiveDefaultPermissions();Object.keys(e).length>0&&(TrackingManager.handleCategoryScriptsAndIframes(e,null,!0),TrackingManager.updateOtherServices(e)),this.showModal()}this.attachEventListeners(),this.adjustModalView()},attachEventListeners(){const e=document.getElementById("pl25-btn_accept"),t=document.getElementById("pl25-btn_reject"),n=document.getElementById("pl25-btn_save"),s=document.getElementById("pl25-btn_customize"),a=document.getElementById("pl25-toggle"),o=document.getElementById("pl25-dismiss"),i=document.querySelectorAll(".pl25-trigger");e&&e.addEventListener("click",()=>this.handleAccept()),t&&t.addEventListener("click",()=>this.handleReject()),n&&n.addEventListener("click",()=>this.handleSave()),s&&s.addEventListener("click",()=>this.handleCustomize()),a&&a.addEventListener("click",e=>{e.preventDefault(),this.openModal()}),o&&o.addEventListener("click",e=>{e.preventDefault(),this.closeModal()}),i.length>0&&i.forEach(e=>{e.addEventListener("click",e=>{e.preventDefault();const t=document.getElementById("pl25-modal");t?.classList.contains("pl25-hide")&&this.openModal()})}),document.addEventListener("click",e=>{const t=e.target.closest("#pl25-modal");!ConsentManager.hasConsent()||"#pl25-toggle"===e.target.getAttribute("href")||e.target.classList.contains("pl25-trigger")||e.target.classList.contains("pl25-modal")||t||document.getElementById("pl25-modal")?.classList.contains("pl25-hide")||this.closeModal()}),document.querySelectorAll(".pl25-description").forEach(e=>{const t=e.textContent?.trim();if(!t||0===t.length){const t=e.closest(".pl25-permission")?.querySelector(".pl25-description-toggle");t?.classList.add("pl25-hide")}}),document.querySelectorAll(".pl25-description-toggle").forEach(e=>{e.addEventListener("click",function(){const e=this.closest(".pl25-permission")?.querySelector(".pl25-description");this.classList.toggle("pl25-open"),e?.classList.toggle("pl25-show")})});const r=this;document.addEventListener("click",e=>{if(e.target.classList.contains("pl25-accept-consent")){const t=e.target.getAttribute("data-consent-type"),n=Object.keys(PERMISSION_CATEGORIES).find(e=>PERMISSION_CATEGORIES[e]===t);if(!n)return void console.warn("Unknown consent type key:",t);const s=ConsentManager.load()||{...DEFAULT_PERMISSIONS};s[n]=!0,ConsentManager.save(s),r.updateCheckboxes(s),this.closeModal(),this.showCloseBtn()}}),window.addEventListener("scroll",()=>{clearTimeout(this.scrollTimeout),this.scrollTimeout=setTimeout(()=>this.adjustModalView(),100)})},handleAccept(){const e={necessary:!0,statistics:!0,preferences:!0,marketing:!0};ConsentManager.save(e),this.updateCheckboxes(e),this.closeModal(),this.showCloseBtn()},handleReject(){const e={necessary:!0,statistics:!1,preferences:!1,marketing:!1};ConsentManager.save(e),this.updateCheckboxes(e),this.closeModal(),this.showCloseBtn()},handleSave(){const e={necessary:!0,statistics:document.getElementById("statistics")?.checked||!1,preferences:document.getElementById("preferences")?.checked||!1,marketing:document.getElementById("marketing")?.checked||!1};ConsentManager.save(e),this.updateCheckboxes(e),this.closeModal(),this.showCloseBtn()},handleCustomize(){const e=document.getElementById("pl25-header"),t=document.getElementById("pl25-permissions"),n=document.getElementById("pl25-btn_save"),s=document.getElementById("pl25-btn_customize"),a=document.getElementById("pl25-btn_reject"),o=document.getElementById("pl25-desc-secondary"),i=document.getElementById("pl25-desc-primary");e?.classList.add("customizing"),t?.classList.add("pl25-show"),n?.classList.add("pl25-show"),o?.classList.add("pl25-show"),s?.classList.add("pl25-hide"),a?.classList.add("pl25-hide"),i?.classList.add("pl25-hide")},updateCheckboxes(e){Object.keys(e).forEach(t=>{const n=document.getElementById(PERMISSION_CATEGORIES[t]);n&&(n.checked=!!e[t])})},getActiveDefaultPermissions(){const e={necessary:!0};return!0===DEFAULT_PERMISSIONS.statistics&&(e.statistics=!0),!0===DEFAULT_PERMISSIONS.preferences&&(e.preferences=!0),!0===DEFAULT_PERMISSIONS.marketing&&(e.marketing=!0),e},openModal(){this.handleCustomize(),this.showModal()},closeModal(){this.hideModal()},showModal(){const e=document.getElementById("pl25-modal");if(e?.classList.remove("pl25-hide"),!UI_CONFIG.alwaysHideReopenButton){const e=document.getElementById("pl25-toggle");e?.classList.add("pl25-hide")}},hideModal(){const e=document.getElementById("pl25-modal");if(e?.classList.add("pl25-hide"),!UI_CONFIG.alwaysHideReopenButton){const e=document.getElementById("pl25-toggle");e?.classList.remove("pl25-hide")}},adjustModalView(){if(!UI_CONFIG.alwaysHideReopenButton){const e=document.getElementById("pl25-modal");if(e?.classList.contains("pl25-hide")){const e=document.getElementById("pl25-toggle");if(e){const t=document.body.scrollHeight,n=window.innerHeight,s=window.scrollY||window.pageYOffset||document.documentElement.scrollTop;s>40&&t-n-s<40?e.classList.add("pl25-hide"):e.classList.remove("pl25-hide")}}}},showCloseBtn(){const e=document.getElementById("pl25-dismiss");e&&ConsentManager.hasConsent()&&e.classList.remove("pl25-hide")}};!function(){const e=ConsentManager.getInitialPermissions(),t=TrackingManager.buildGtagConsent(e);window.gtag("consent","default",t);const n=TrackingManager.buildPrivacyParameters(e);window.gtag("set",n),e.marketing?window.fbq("dataProcessingOptions",[]):window.fbq("dataProcessingOptions",["LDU"],0,0)}(),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",()=>{UIManager.init(),IframeObserver.init()}):(UIManager.init(),IframeObserver.init()),window.addEventListener("load",()=>{const e=document.getElementById("pl25-modal");e?.classList.add("pl25-with-transition")}),window["pl25"]={hasConsent:()=>ConsentManager.hasConsent(),getPermissions:()=>ConsentManager.load(),updatePermissions:e=>ConsentManager.save(e),checkPermission:e=>{const t=ConsentManager.load();return!!t&&t[e]}};</script>6	<meta charset="UTF-8">7	<meta name="viewport" content="width=device-width, initial-scale=1">8	<link rel="profile" href="https://gmpg.org/xfn/11">9	<title>Projet NUVO Plateau Gatineau : logements disponibles</title>10<link rel="alternate" hreflang="fr" href="https://eliteimmobilier.ca/trouver-un-logement/projet-nuvo-plateau/" />11<link rel="alternate" hreflang="en" href="https://eliteimmobilier.ca/en/find-a-rental/project-nuvo-plateau/" />12<link rel="alternate" hreflang="x-default" href="https://eliteimmobilier.ca/trouver-un-logement/projet-nuvo-plateau/" />1314            <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore">15                var ctPublicFunctions = {"_ajax_nonce":"57b5f304ac","_rest_nonce":"d1c3d4c6a2","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/eliteimmobilier.ca\/wp-json\/","data__cookies_type":"none","data__ajax_type":"admin_ajax","bot_detector_enabled":true,"data__frontend_data_log_enabled":1,"cookiePrefix":"","wprocket_detected":false,"host_url":"eliteimmobilier.ca","text__ee_click_to_select":"Click to select the whole data","text__ee_original_email":"The complete one is","text__ee_got_it":"Got it","text__ee_blocked":"Blocked","text__ee_cannot_connect":"Cannot connect","text__ee_cannot_decode":"Can not decode email. Unknown reason","text__ee_email_decoder":"CleanTalk email decoder","text__ee_wait_for_decoding":"The magic is on the way!","text__ee_decoding_process":"Please wait a few seconds while we decode the contact data."}16            </script>17        18            <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore">19                var ctPublic = {"_ajax_nonce":"57b5f304ac","settings__forms__check_internal":"0","settings__forms__check_external":"0","settings__forms__force_protection":0,"settings__forms__search_test":"1","settings__forms__wc_add_to_cart":"0","bot_detector_enabled":true,"settings__sfw__anti_crawler":0,"blog_home":"https:\/\/eliteimmobilier.ca\/","pixel__setting":"3","pixel__enabled":false,"pixel__url":null,"data__email_check_before_post":"1","data__email_check_exist_post":0,"data__cookies_type":"none","data__key_is_ok":true,"data__visible_fields_required":true,"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":1702467430,"emailEncoderPassKey":"6073a9f63d0d835ece39de7423de0f05","bot_detector_forms_excluded":"W10=","advancedCacheExists":false,"varnishCacheExists":false,"wc_ajax_add_to_cart":false,"theRealPerson":{"phrases":{"trpHeading":"The Real Person Badge!","trpContent1":"Verified as a real person and not a bot. The comment was approved without pre-moderation.","trpContent2":" Anti-Spam by CleanTalk","trpContentLearnMore":"En savoir plus"},"trpContentLink":"https:\/\/cleantalk.org\/help\/the-real-person?utm_id=&amp;utm_term=&amp;utm_source=admin_side&amp;utm_medium=trp_badge&amp;utm_content=trp_badge_link_click&amp;utm_campaign=apbct_links","imgPersonUrl":"https:\/\/eliteimmobilier.ca\/wp-content\/plugins\/cleantalk-spam-protect\/css\/images\/real_user.svg","imgShieldUrl":"https:\/\/eliteimmobilier.ca\/wp-content\/plugins\/cleantalk-spam-protect\/css\/images\/shield.svg"}}20            </script>21        <meta name="dc.title" content="Projet NUVO Plateau Gatineau : logements disponibles">22<meta name="dc.description" content="1, 2 et 3 chambres au cœur du Plateau (Hull-Aylmer). Prêt à emménager. Appelez le (873) 660-1498 et réservez avant qu&#039;il soit trop tard.">23<meta name="dc.relation" content="https://eliteimmobilier.ca/trouver-un-logement/projet-nuvo-plateau/">24<meta name="dc.source" content="https://eliteimmobilier.ca/">25<meta name="dc.language" content="fr_FR">26<meta name="description" content="1, 2 et 3 chambres au cœur du Plateau (Hull-Aylmer). Prêt à emménager. Appelez le (873) 660-1498 et réservez avant qu&#039;il soit trop tard.">27<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">28<link rel="canonical" href="https://eliteimmobilier.ca/trouver-un-logement/projet-nuvo-plateau/">29<meta property="og:url" content="https://eliteimmobilier.ca/trouver-un-logement/projet-nuvo-plateau/">30<meta property="og:site_name" content="ELITE Immobilier">31<meta property="og:locale" content="fr_FR">32<meta property="og:locale:alternate" content="en_US">33<meta property="og:type" content="article">34<meta property="article:author" content="https://www.facebook.com/GestionEliteImmobilier/">35<meta property="article:publisher" content="https://www.facebook.com/GestionEliteImmobilier/">36<meta property="og:title" content="Projet NUVO Plateau Gatineau : logements disponibles">37<meta property="og:description" content="1, 2 et 3 chambres au cœur du Plateau (Hull-Aylmer). Prêt à emménager. Appelez le (873) 660-1498 et réservez avant qu&#039;il soit trop tard.">38<meta property="og:image" content="https://eliteimmobilier.ca/wp-content/uploads/2026/03/cover-fraser.png">39<meta property="og:image:secure_url" content="https://eliteimmobilier.ca/wp-content/uploads/2026/03/cover-fraser.png">40<meta property="og:image:width" content="1920">41<meta property="og:image:height" content="1080">42<meta name="twitter:card" content="summary">43<meta name="twitter:title" content="Projet NUVO Plateau Gatineau : logements disponibles">44<meta name="twitter:description" content="1, 2 et 3 chambres au cœur du Plateau (Hull-Aylmer). Prêt à emménager. Appelez le (873) 660-1498 et réservez avant qu&#039;il soit trop tard.">45<meta name="twitter:image" content="https://eliteimmobilier.ca/wp-content/uploads/2026/03/cover-fraser.png">46<link rel='dns-prefetch' href='//fd.cleantalk.org' />47<link rel='dns-prefetch' href='//www.googletagmanager.com' />48<link rel="alternate" type="application/rss+xml" title="ELITE Immobilier &raquo; Flux" href="https://eliteimmobilier.ca/feed/" />49<script type="application/ld+json">50[51  {52    "@context": "https://schema.org",53    "@type": "Article",54    "aggregateRating": {55      "@type": "AggregateRating",56      "ratingValue": 4,57      "ratingCount": 97,58      "bestRating": 5,59      "worstRating": 1,60      "itemReviewed": {61        "@type": "CreativeWorkSeries",62        "name": "Property management company"63      }64    },65    "offers": {66      "@type": "Offer",67      "price": 0,68      "priceCurrency": "CAD"69    }70  }71]72</script>7374<script type="application/ld+json">75{76  "@context": "https://schema.org",77  "@type": "Organization",78  "name": "Elite Immobilier",79  "url": "https://eliteimmobilier.ca/",80  "logo": "https://eliteimmobilier.ca/wp-content/uploads/2024/08/EE-01.svg",81  "description": "Elite Immobilier est une agence immobilière située à Gatineau, spécialisée dans la vente, l’achat et la gestion de propriétés résidentielles et commerciales. Notre équipe offre un accompagnement professionnel et personnalisé pour concrétiser vos projets immobiliers.",82  "telephone": "+1-873-660-1498",83  "email": "info@eliteimmobilier.ca",84  "address": {85    "@type": "PostalAddress",86    "streetAddress": "10 allée de Hambourg, suite 205",87    "addressLocality": "Gatineau",88    "addressRegion": "QC",89    "postalCode": "J9J 0G5",90    "addressCountry": "CA"91  },92  "openingHoursSpecification": [93    {94      "@type": "OpeningHoursSpecification",95      "dayOfWeek": [96        "Monday",97        "Tuesday",98        "Wednesday",99        "Thursday",100        "Friday"101      ],102      "opens": "09:00",103      "closes": "16:00"104    },105    {106      "@type": "OpeningHoursSpecification",107      "dayOfWeek": [108        "Saturday",109        "Sunday"110      ],111      "opens": "00:00",112      "closes": "00:00",113      "description": "Closed"114    }115  ],116  "sameAs": [117    "https://www.instagram.com/eliteimmobilier/",118    "https://www.facebook.com/GestionEliteImmobilier",119    "https://www.linkedin.com/company/eliteimmobilier/",120    "https://www.youtube.com/@EliteImmobilier"121  ]122}123</script>124125<script type="application/ld+json">126{127  "@context": "https://schema.org",128  "@graph": [129    {130      "@type": "Organization",131      "@id": "https://eliteimmobilier.ca/#org",132      "name": "Elite Immobilier",133      "url": "https://eliteimmobilier.ca/",134      "logo": {135        "@type": "ImageObject",136        "url": "https://eliteimmobilier.ca/wp-content/uploads/2023/01/logo.png"137      },138      "email": "info@eliteimmobilier.ca",139      "telephone": "+1-873-660-1498",140      "availableLanguage": ["fr-CA","en-CA"],141      "address": {142        "@type": "PostalAddress",143        "streetAddress": "10 Allée de Hambourg suite 205",144        "addressLocality": "Gatineau",145        "addressRegion": "QC",146        "postalCode": "J9J 0G5",147        "addressCountry": "CA"148      },149      "sameAs": [150        "https://www.facebook.com/GestionEliteImmobilier/",151        "https://www.linkedin.com/company/eliteimmobilier/",152        "https://www.instagram.com/eliteimmobilier/"153      ],154      "contactPoint": [155        {156          "@type": "ContactPoint",157          "contactType": "service clientèle",158          "telephone": "+1-873-660-1498",159          "email": "info@eliteimmobilier.ca",160          "areaServed": ["QC","CA"],161          "availableLanguage": ["fr-CA","en-CA"]162        }163      ]164    },165    {166      "@type": "Service",167      "@id": "https://eliteimmobilier.ca/services/gestion-immobiliere#service",168      "name": "Gestion immobilière",169      "alternateName": "Property management",170      "serviceType": "Gestion immobilière",171      "category": "http://www.productontology.org/id/Property_management",172      "description": "Chez Elite Immobilier, nous facilitons votre recherche et le processus de location avec une gestion complète : sélection des locataires, signature des baux, collecte des loyers, entretien des propriétés, gestion administrative, communication avec les locataires, vérification du crédit et préparation de comptes-rendus détaillés pour les investisseurs.",173      "provider": { "@id": "https://eliteimmobilier.ca/#org" },174      "areaServed": [175        { "@type": "AdministrativeArea", "name": "Québec" },176        "Canada"177      ],178      "availableLanguage": ["fr-CA","en-CA"],179      "availableChannel": [180        {181          "@type": "ServiceChannel",182          "serviceUrl": "https://eliteimmobilier.ca/nous-contacter/",183          "servicePhone": "+1-873-660-1498",184          "hoursAvailable": [185            {186              "@type": "OpeningHoursSpecification",187              "dayOfWeek": ["Tuesday","Wednesday","Thursday","Friday"],188              "opens": "09:00",189              "closes": "16:00"190            }191          ]192        }193      ],194      "hasOfferCatalog": {195        "@type": "OfferCatalog",196        "name": "Nos services de gestion",197        "itemListElement": [198          {199            "@type": "Offer",200            "name": "Gestion locative",201            "description": "Sélection rigoureuse des locataires, signature des baux, collecte des loyers et gestion des dépôts de garantie."202          },203          {204            "@type": "Offer",205            "name": "Entretien des propriétés",206            "description": "Coordination de l'entretien régulier et des réparations pour préserver la valeur de vos biens."207          },208          {209            "@type": "Offer",210            "name": "Gestion administrative",211            "description": "Suivi des obligations légales, gestion des assurances et préparation des états financiers."212          },213          {214            "@type": "Offer",215            "name": "Service clientèle",216            "description": "Communication fluide et réactive avec les locataires pour un environnement agréable."217          },218          {219            "@type": "Offer",220            "name": "Vérification du crédit",221            "description": "Vérification de crédit rigoureuse avant toute signature de bail."222          },223          {224            "@type": "Offer",225            "name": "Comptes-rendus administratifs",226            "description": "Préparation de rapports mensuels détaillés pour les investisseurs."227          },228          {229            "@type": "Offer",230            "name": "Gestion des candidatures",231            "description": "Candidatures générées via notre site web pour simplifier la sélection."232          }233        ]234      },235      "termsOfService": "https://eliteimmobilier.ca/conditions",236      "keywords": [237        "gestion immobilière Gatineau",238        "gestion locative Québec",239        "property management",240        "immobilier résidentiel",241        "immobilier commercial",242        "location Gatineau",243        "Elite Immobilier"244      ]245    }246  ]247}248</script>249250<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://eliteimmobilier.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feliteimmobilier.ca%2Ftrouver-un-logement%2Fprojet-nuvo-plateau%2F" />251<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://eliteimmobilier.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feliteimmobilier.ca%2Ftrouver-un-logement%2Fprojet-nuvo-plateau%2F&#038;format=xml" />252<style id="wp-img-auto-sizes-contain-inline-css">253img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}254/*# sourceURL=wp-img-auto-sizes-contain-inline-css */255</style>256<style id="wpseopress-local-business-style-inline-css">257span.wp-block-wpseopress-local-business-field{margin-right:8px}258259/*# sourceURL=https://eliteimmobilier.ca/wp-content/plugins/wp-seopress-pro/public/editor/blocks/local-business/style-index.css */260</style>261<style id="wpseopress-table-of-contents-style-inline-css">262.wp-block-wpseopress-table-of-contents li.active>a{font-weight:bold}263264/*# sourceURL=https://eliteimmobilier.ca/wp-content/plugins/wp-seopress-pro/public/editor/blocks/table-of-contents/style-index.css */265</style>266<style id="global-styles-inline-css">267:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}268:root :where(.wp-block-icon svg){width: 24px;}269:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}270/*# sourceURL=global-styles-inline-css */271</style>272<link rel='stylesheet' id='cleantalk-public-css-css' href='https://eliteimmobilier.ca/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.84_1784822441' media='all' />273<link rel='stylesheet' id='cleantalk-email-decoder-css-css' href='https://eliteimmobilier.ca/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.84_1784822441' media='all' />274<link rel='stylesheet' id='cleantalk-trp-css-css' href='https://eliteimmobilier.ca/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-trp.min.css?ver=6.84_1784822441' media='all' />275<link rel='stylesheet' id='wpml-legacy-horizontal-list-0-css' href='https://eliteimmobilier.ca/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.min.css?ver=1' media='all' />276<link rel='stylesheet' id='wpml-menu-item-0-css' href='https://eliteimmobilier.ca/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.min.css?ver=1' media='all' />277<link rel='stylesheet' id='hello-elementor-css' href='https://eliteimmobilier.ca/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.9' media='all' />278<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://eliteimmobilier.ca/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.9' media='all' />279<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://eliteimmobilier.ca/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.9' media='all' />280<link rel='stylesheet' id='elementor-frontend-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1786045936' media='all' />281<link rel='stylesheet' id='elementor-post-7-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/post-7.css?ver=1786045936' media='all' />282<link rel='stylesheet' id='elementor-post-1788-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/post-1788.css?ver=1786045937' media='all' />283<link rel='stylesheet' id='widget-nav-menu-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1786045936' media='all' />284<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.2.1' media='all' />285<link rel='stylesheet' id='widget-image-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.1' media='all' />286<link rel='stylesheet' id='widget-heading-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.1' media='all' />287<link rel='stylesheet' id='widget-icon-list-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1786045936' media='all' />288<link rel='stylesheet' id='widget-post-info-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/css/widget-post-info.min.css?ver=4.2.1' media='all' />289<link rel='stylesheet' id='widget-share-buttons-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css?ver=4.2.1' media='all' />290<link rel='stylesheet' id='e-apple-webkit-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1786045936' media='all' />291<link rel='stylesheet' id='widget-post-navigation-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/css/widget-post-navigation.min.css?ver=4.2.1' media='all' />292<link rel='stylesheet' id='jet-tricks-frontend-css' href='https://eliteimmobilier.ca/wp-content/plugins/jet-tricks/assets/css/jet-tricks-frontend.css?ver=2.0.1' media='all' />293<link rel='stylesheet' id='widget-spacer-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.2.1' media='all' />294<link rel='stylesheet' id='swiper-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' />295<link rel='stylesheet' id='e-swiper-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.2.1' media='all' />296<link rel='stylesheet' id='widget-image-carousel-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=4.2.1' media='all' />297<link rel='stylesheet' id='widget-divider-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.2.1' media='all' />298<link rel='stylesheet' id='widget-icon-box-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1786045936' media='all' />299<link rel='stylesheet' id='widget-google_maps-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css?ver=4.2.1' media='all' />300<link rel='stylesheet' id='widget-form-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=4.2.1' media='all' />301<link rel='stylesheet' id='e-animation-fadeInUp-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.2.1' media='all' />302<link rel='stylesheet' id='elementor-post-8979-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/post-8979.css?ver=1786054469' media='all' />303<link rel='stylesheet' id='elementor-post-54-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/post-54.css?ver=1786045943' media='all' />304<link rel='stylesheet' id='elementor-post-670-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/post-670.css?ver=1786045943' media='all' />305<link rel='stylesheet' id='elementor-post-2780-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/post-2780.css?ver=1786045943' media='all' />306<link rel='stylesheet' id='eael-general-css' href='https://eliteimmobilier.ca/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.7.2' media='all' />307<link rel='stylesheet' id='hello-elementor-child-style-css' href='https://eliteimmobilier.ca/wp-content/themes/hello-theme-child-master/style.css?ver=1725998234' media='all' />308<link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1745355503' media='all' />309<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1745355513' media='all' />310<script id="wpml-cookie-js-extra">311var wpml_cookies = {"wp-wpml_current_language":{"value":"fr","expires":1,"path":"/"}};312var wpml_cookies = {"wp-wpml_current_language":{"value":"fr","expires":1,"path":"/"}};313//# sourceURL=wpml-cookie-js-extra314</script>315<script data-wp-strategy="defer" defer id="wpml-cookie-js" src="https://eliteimmobilier.ca/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=496000"></script>316<script id="apbct-public-bundle.min-js-js" src="https://eliteimmobilier.ca/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.84_1784822441"></script>317<script async data-wp-strategy="async" id="ct_bot_detector-js" src="https://fd.cleantalk.org/ct-bot-detector-wrapper.js?ver=6.84"></script>318<script id="jquery-core-js" src="https://eliteimmobilier.ca/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>319<script id="jquery-migrate-js" src="https://eliteimmobilier.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>320<link rel="https://api.w.org/" href="https://eliteimmobilier.ca/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://eliteimmobilier.ca/wp-json/wp/v2/pages/8979" /><meta name="generator" content="WPML ver:4.9.6 stt:1,4;" />321<meta name="generator" content="Site Kit by Google 1.184.0" /><style>.elementor-widget-eael-google-map .google-map-notice{display:none}</style>322<meta name="generator" content="Elementor 4.2.1; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">323<!-- Google Tag Manager 360 -->324<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':325new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],326j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=327'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);328})(window,document,'script','dataLayer','GTM-5ZCTQHSZ');</script>329<!-- End Google Tag Manager 360 -->330<meta name="facebook-domain-verification" content="kn74i9ho2ls6gkle2rwznltups60ki" />331			<style>332				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),333				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {334					background-image: none !important;335				}336				@media screen and (max-height: 1024px) {337					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),338					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {339						background-image: none !important;340					}341				}342				@media screen and (max-height: 640px) {343					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),344					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {345						background-image: none !important;346					}347				}348			</style>349			<style>.breadcrumb {list-style:none;margin:0;padding-inline-start:0;}.breadcrumb li {margin:0;display:inline-block;position:relative;}.breadcrumb li::after{content:' > ';margin-left:5px;margin-right:5px;}.breadcrumb li:last-child::after{display:none}</style><style>@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);:root{--pl25-font-family:Segoe UI,'Segoe UI','Roboto',"Helvetica Neue",Arial,sans-serif;--pl25-font-size-base:14px;--pl25-font-size-header-title:18px;--pl25-font-size-header-desc:14px;--pl25-font-size-permission-label:14px;--pl25-font-size-permission-desc:13px;--pl25-font-size-button:14px;--pl25-font-size-powered:12px;--pl25-font-size-consent-button:14px;--pl25-font-size-header-title-mobile:16px;--pl25-font-size-header-desc-mobile:13px;--pl25-font-size-permission-label-mobile:13px;--pl25-font-size-button-mobile:13px;--pl25-font-size-powered-mobile:11px;--pl25-modal-bg:#fff;--pl25-modal-shadow:rgba(51, 51, 51, 0.25);--pl25-modal-text:#333;--pl25-modal-border:#e4e4e4;--pl25-modal-button-primary-bg:#000000;--pl25-modal-button-primary-text:#fff;--pl25-modal-button-secondary-bg:#e4e4e4;--pl25-modal-button-secondary-text:#333;--pl25-toggle-button-bg:#535353;--pl25-modal-check-bg-off:#e4e4e4;--pl25-modal-check-bg-on:#2ea34f;--pl25-modal-check-circle-bg:#fff;--pl25-consent-bg:#f5f5f5;--pl25-consent-text:#333}.pl25--root{all:unset!important}.pl25-modal{all:unset!important;position:fixed!important;bottom:0!important;left:0!important;width:495px!important;max-width:100%!important;z-index:999999999!important;font-size:var(--pl25-font-size-base)!important;letter-spacing:0!important}.pl25-modal.pl25-position-left{right:unset!important;left:0!important}.pl25-modal.pl25-position-right{left:unset!important;right:0!important}.pl25-modal.pl25-with-transition,.pl25-modal.pl25-with-transition .pl25-toggle{transition:.3s linear!important}.pl25-modal::before,.pl25-modal::after,.pl25-modal ::before,.pl25-modal ::after{display:none!important}.pl25-modal *{all:unset!important;display:block!important;font-variant:normal!important;box-sizing:border-box!important;color:var(--pl25-modal-text)!important;font-family:var(--pl25-font-family)!important;line-height:1.45em!important;font-weight:400!important;font-size:var(--pl25-font-size-base)!important}.pl25-modal strong,.pl25-modal b{font-weight:700!important}.pl25-modal.pl25-hide{transform:translateY(100%)!important}.pl25-modal.pl25-hide .pl25-toggle{opacity:1!important;pointer-events:all!important;visibility:visible!important}.pl25-modal.pl25-hide .pl25-toggle.pl25-hide{opacity:0!important;pointer-events:none!important;visibility:hidden!important}.pl25-modal .pl25-toggle{width:50px!important;height:50px!important;background:url('https://api.consent.simplecommerce.app/assets/icons/settings-icon.png') center center no-repeat,var(--pl25-toggle-button-bg)!important;background-size:30px auto,cover!important;border-radius:100%!important;position:absolute!important;top:-60px!important;left:10px!important;box-shadow:none!important;cursor:pointer!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.pl25-modal.pl25-position-left .pl25-toggle{right:unset!important;left:10px!important}.pl25-modal.pl25-position-right .pl25-toggle{left:unset!important;right:10px!important}.pl25-modal .pl25-dismiss{all:unset!important;display:block!important;box-sizing:border-box!important;position:absolute!important;top:20px!important;right:15px!important;width:22.5px!important;height:22.5px!important;background:0 0!important;border-radius:50%!important;z-index:20!important;cursor:pointer!important;transition:.3s!important}.pl25-modal .pl25-dismiss.pl25-hide{display:none!important}.pl25-modal .pl25-dismiss::before{content:''!important;display:initial!important;width:15px!important;height:2px!important;background-color:var(--pl25-modal-text)!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%) rotate(45deg)!important;transition:.3s!important}.pl25-modal .pl25-dismiss::after{content:''!important;display:initial!important;width:15px!important;height:2px!important;background-color:var(--pl25-modal-text)!important;position:absolute!important;top:50%!important;left:50%!important;right:unset!important;transform:translate(-50%,-50%) rotate(-45deg)!important;transition:.3s!important}.pl25-modal .pl25-body{position:relative!important;bottom:-1px!important;left:10px!important;max-width:calc(100% - 20px)!important;width:calc(100% - 20px)!important;background-color:var(--pl25-modal-bg)!important;padding:20px!important;box-shadow:0 0 20px var(--pl25-modal-shadow)!important;color:var(--pl25-modal-text)!important;margin-bottom:10px!important;border-radius:25px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;flex-wrap:wrap!important;align-items:center!important}.pl25-modal .pl25-header{flex:0 0 auto!important;padding-right:0!important;max-width:100%!important;align-self:stretch!important}.pl25-modal .pl25-header .pl25-title{font-size:var(--pl25-font-size-header-title)!important;font-weight:700!important;margin:0 0 10px!important;text-align:center!important}.pl25-modal .pl25-header .pl25-desc-secondary{display:none!important}.pl25-modal .pl25-header .pl25-desc-secondary.pl25-show{display:block!important}.pl25-modal .pl25-header .pl25-desc-primary.pl25-hide{display:none!important}.pl25-modal .pl25-header div p{font-size:var(--pl25-font-size-header-desc)!important}.pl25-modal .pl25-permissions{display:none!important}.pl25-modal .pl25-permissions.pl25-show{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;flex:1 1!important;margin:15px 0 0!important;gap:15px!important}.pl25-modal .pl25-permission{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin:0!important;flex:0 0 calc(50% - 7.5px)!important;padding:0!important;align-self:flex-start!important}.pl25-modal .pl25-permission .pl25-description-toggle{all:unset!important;display:block!important;box-sizing:border-box!important;flex:0 0 auto!important;width:10px!important;cursor:pointer!important;position:relative!important}.pl25-modal .pl25-permission .pl25-description-toggle.pl25-hide{opacity:0!important;pointer-events:none!important;visibility:hidden!important}.pl25-modal .pl25-permission .pl25-description-toggle::before{content:''!important;display:initial!important;width:10px!important;height:2px!important;background-color:var(--pl25-modal-text)!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%) rotate(90deg)!important;transition:.3s!important}.pl25-modal .pl25-permission .pl25-description-toggle::after{content:''!important;display:initial!important;width:10px!important;height:2px!important;background-color:var(--pl25-modal-text)!important;position:absolute!important;top:50%!important;left:50%!important;right:unset!important;transform:translate(-50%,-50%) rotate(0)!important;transition:.3s!important}.pl25-modal .pl25-permission .pl25-description-toggle.pl25-open::before{transform:translate(-50%,-50%) rotate(0)!important}.pl25-modal .pl25-permission input[type=checkbox]{display:none!important}.pl25-modal .pl25-permission input[type=checkbox]::before,.pl25-modal .pl25-permission input[type=checkbox]::after{content:none!important}.pl25-modal .pl25-permission label{flex:1 1!important;font-size:18px!important;display:flex!important;margin:0!important;gap:10px!important;align-items:center!important;cursor:pointer!important}.pl25-modal .pl25-permission label>span:not(.necessary-custom-check){flex:1 1!important;font-size:var(--pl25-font-size-permission-label)!important;font-weight:700!important}.pl25-modal .pl25-permission label .necessary-custom-check{width:44px!important;height:24px!important;border-radius:12px!important;background-color:var(--pl25-modal-check-bg-off)!important;position:relative!important;transition:.3s!important;cursor:pointer!important;flex-shrink:0!important}.pl25-modal .pl25-permission label .necessary-custom-check::before{content:''!important;display:initial!important;position:absolute!important;top:2px!important;left:2px!important;width:20px!important;height:20px!important;border-radius:10px!important;background-color:var(--pl25-modal-check-circle-bg)!important;transition:.3s!important}.pl25-modal .pl25-permission input[type=checkbox]:checked+label .necessary-custom-check{background:var(--pl25-modal-check-bg-on)!important}.pl25-modal .pl25-permission input[type=checkbox]:checked+label .necessary-custom-check::before{transform:translateX(20px)!important}.pl25-modal .pl25-permission input[type=checkbox]:disabled+label,.pl25-modal .pl25-permission input[type=checkbox]:disabled+label>span,.pl25-modal .pl25-permission input[type=checkbox]:disabled+label .necessary-custom-check{cursor:not-allowed!important}.pl25-modal .pl25-permission input[type=checkbox]:disabled+label .necessary-custom-check{opacity:.5!important}.pl25-modal .pl25-permission .pl25-description{flex:0 0 100%!important;font-size:var(--pl25-font-size-permission-desc)!important;display:none!important}.pl25-modal .pl25-permission .pl25-description.pl25-show{display:block!important}.pl25-modal .pl25-permission .pl25-description ul{margin:0!important;padding:0 0 0 20px!important;list-style:none!important}.pl25-modal .pl25-permission .pl25-description ul li{font-size:var(--pl25-font-size-permission-desc)!important}.pl25-modal .pl25-actions{flex:1 1 100%!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;justify-content:center!important;margin:20px 0 0!important;width:100%!important}.pl25-modal .pl25-actions .pl25-btn{all:unset!important;display:inline-block!important;box-sizing:border-box!important;width:calc(33.33% - 6.66px)!important;background:var(--pl25-modal-button-secondary-bg)!important;color:var(--pl25-modal-button-secondary-text)!important;font-size:var(--pl25-font-size-button)!important;font-weight:700!important;padding:10px!important;border-radius:10px!important;text-align:center!important;cursor:pointer!important;opacity:1!important;transition:opacity .2s!important}.pl25-modal .pl25-actions .pl25-btn:hover{opacity:.8!important}.pl25-modal .pl25-actions .pl25-btn::before{content:none!important}.pl25-modal .pl25-actions .pl25-btn.pl25-btn_save{display:none!important}.pl25-modal .pl25-actions .pl25-btn.pl25-btn_save.pl25-show{display:block!important}.pl25-modal .pl25-actions .pl25-btn.pl25-btn_customize.pl25-hide,.pl25-modal .pl25-actions .pl25-btn.pl25-btn_reject.pl25-hide{display:none!important}.pl25-modal .pl25-actions .pl25-btn.pl25-btn_accept{background:var(--pl25-modal-button-primary-bg)!important;color:var(--pl25-modal-button-primary-text)!important}.pl25-modal .pl25-branding{display:flex!important;gap:5px 10px!important;width:100%!important;margin-top:10px!important;flex:0 0 100%!important;opacity:.6!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:space-between!important}.pl25-modal .pl25-branding>a{all:unset!important;font-size:var(--pl25-font-size-powered)!important;text-align:left!important;white-space:nowrap!important;color:var(--pl25-modal-text)!important;display:inline-flex!important;align-self:flex-end!important;align-items:center!important;cursor:pointer!important;text-decoration:none!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:0 5px!important;flex:1 1 0!important;max-width:fit-content!important}.pl25-modal .pl25-branding>a>img{filter:none!important;max-width:100px!important;max-height:25px!important}.pl25-modal .pl25-branding>.pl25-policy-links{display:flex!important;flex-direction:column!important;align-items:flex-start!important;align-self:flex-end!important;justify-content:center!important;flex:0 1 auto!important}.pl25-modal .pl25-branding>.pl25-policy-links *{margin:0!important}.pl25-modal .pl25-branding>.pl25-policy-links>a{all:unset!important;font-size:var(--pl25-font-size-powered)!important;text-align:left!important;color:var(--pl25-modal-text)!important;display:inline-flex!important;align-items:center!important;cursor:pointer!important;text-decoration:underline!important}.pl25-modal .pl25-branding>.pl25-policy-links>a:hover{text-decoration:none!important}.pl25-modal .pl25-branding>.pl25-policy-links>a:empty,.pl25-modal .pl25-branding>.pl25-policy-links>a:not([href]),.pl25-modal .pl25-branding>.pl25-policy-links>a[href=""]{display:none!important}@media (max-width:575px){.pl25-modal{width:485px!important}.pl25-modal .pl25-dismiss{top:16px!important;right:10px!important}.pl25-modal .pl25-body{padding:15px!important;border-radius:18.75px!important}.pl25-modal .pl25-header .pl25-title{font-size:var(--pl25-font-size-header-title-mobile)!important}.pl25-modal .pl25-header div,.pl25-modal .pl25-header div span,.pl25-modal .pl25-header div p,.pl25-modal .pl25-header div p a,.pl25-modal .pl25-header div *{font-size:var(--pl25-font-size-header-desc-mobile)!important;line-height:1.1em!important;text-align:center!important}.pl25-modal .pl25-permission{flex:0 0 100%!important;border-bottom:1px solid var(--pl25-modal-border)!important;padding-bottom:5px!important}.pl25-modal .pl25-permission label>span:not(.necessary-custom-check){font-size:var(--pl25-font-size-permission-label-mobile)!important}.pl25-modal .pl25-permission .pl25-description-toggle{height:20px!important}.pl25-modal .pl25-actions .pl25-btn{font-size:var(--pl25-font-size-button-mobile)!important;width:calc(50% - 6.66px)!important}.pl25-modal .pl25-branding>a,.pl25-modal .pl25-branding>.pl25-policy-links>a{font-size:var(--pl25-font-size-powered-mobile)!important}}div[data-pl25-consent][data-pl25-display=false],iframe[data-pl25-consent][data-src]{display:none!important}.pl25-iframe-placeholder{all:initial;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;box-sizing:border-box!important;max-width:100%!important;max-height:100%!important;background-color:none!important;background-image:none!important;border:none!important;border-radius:0!important;font-family:var(--pl25-font-family)!important;font-size:var(--pl25-font-size-base)!important;font-weight:400!important;font-style:normal!important;line-height:1.5!important;text-align:center!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;overflow:hidden!important;transition:background-color .3s,border-color .3s!important;transform:none!important;filter:none!important;clip:auto!important;clip-path:none!important;float:none!important;clear:none!important;vertical-align:baseline!important}.pl25-iframe-placeholder:hover{background-color:none!important;border-color:none!important}.pl25-iframe-placeholder::before,.pl25-iframe-placeholder::after,.pl25-iframe-placeholder ::before,.pl25-iframe-placeholder ::after{display:none!important;content:none!important}.pl25-iframe-placeholder>.pl25-accept-consent{all:initial!important;position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 24px!important;margin:0!important;min-width:auto!important;min-height:auto!important;max-width:100%!important;width:100%!important;height:100%!important;box-sizing:border-box!important;background-color:var(--pl25-consent-bg)!important;background-image:none!important;background-position:0 0!important;background-repeat:no-repeat!important;background-size:auto!important;color:var(--pl25-consent-text)!important;border:none!important;border-radius:8px!important;outline:0!important;font-family:var(--pl25-font-family)!important;font-size:var(--pl25-font-size-consent-button)!important;font-weight:500!important;font-style:normal!important;line-height:1.4!important;text-align:center!important;text-decoration:none!important;text-transform:none!important;text-shadow:none!important;letter-spacing:normal!important;word-spacing:normal!important;white-space:normal!important;word-wrap:break-word!important;cursor:pointer!important;pointer-events:auto!important;user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;overflow:visible!important;transition:opacity .2s!important;transform:none!important;filter:none!important;clip:auto!important;clip-path:none!important;float:none!important;clear:none!important;vertical-align:baseline!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important}.pl25-iframe-placeholder>.pl25-accept-consent:hover{opacity:.8!important}.pl25-iframe-placeholder>.pl25-accept-consent:active{transform:translateY(0)!important}.pl25-iframe-placeholder>.pl25-accept-consent:focus{outline:0!important;outline-offset:0px!important}.pl25-iframe-placeholder>.pl25-accept-consent:focus:not(:focus-visible){outline:0!important}.pl25-iframe-placeholder>.pl25-accept-consent:focus-visible{outline:0!important;outline-offset:0px!important}.pl25-iframe-placeholder>.pl25-accept-consent::before,.pl25-iframe-placeholder>.pl25-accept-consent::after{display:none!important;content:none!important}.pl25-iframe-placeholder *,.pl25-iframe-placeholder>.pl25-accept-consent *{all:unset!important}.elementor .pl25-iframe-placeholder:has(+ iframe,+ embed,+ object,+ video){width:100%!important}.wp-block-embed__wrapper .pl25-iframe-placeholder,.wpb_wrapper>.wpb_video_wrapper .pl25-iframe-placeholder,.youtubeBlock[class*=youtubeBlockResponsive]>.pl25-iframe-placeholder{bottom:0!important;height:100%!important;left:0!important;position:absolute!important;right:0!important;top:0!important;width:100%!important}</style>350</head>351<body data-rsssl=1 class="wp-singular page-template-default page page-id-8979 page-child parent-pageid-3053 wp-embed-responsive wp-theme-hello-elementor wp-child-theme-hello-theme-child-master hello-elementor-default elementor-default elementor-template-full-width elementor-kit-7 elementor-page elementor-page-8979 elementor-page-2780">352353<!-- Google Tag Manager 360 (noscript) -->354<noscript data-pl25-consent="statistics"><div class="pl25--root"> <div data-part="iframe-placeholder" class="pl25-iframe-placeholder" data-consent-type="statistics" style="width:0px;height:0px"> <button data-part="iframe-accept-button" class="pl25-accept-consent" data-consent-type="statistics"> Cliquez pour accepter les cookies de Statistiques et activer ce contenu </button> </div> </div><iframe data-src="https://www.googletagmanager.com/ns.html?id=GTM-5ZCTQHSZ"355height="0" width="0" style="display:none;visibility:hidden" data-pl25-consent="statistics"></iframe></noscript>356<!-- End Google Tag Manager 360 (noscript) -->357358<a class="skip-link screen-reader-text" href="#content">Aller au contenu</a>359360		<header data-elementor-type="header" data-elementor-id="54" class="elementor elementor-54 elementor-location-header" data-elementor-post-type="elementor_library">361					<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-b308983 elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="b308983" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">362						<div class="elementor-container elementor-column-gap-default">363					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0c54976" data-id="0c54976" data-element_type="column" data-e-type="column">364			<div class="elementor-widget-wrap elementor-element-populated">365						<div class="elementor-element elementor-element-fdb5b19 elementor-align-left elementor-widget elementor-widget-button" data-id="fdb5b19" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">366				<div class="elementor-widget-container">367									<div class="elementor-button-wrapper">368					<a class="elementor-button elementor-button-link elementor-size-sm" href="tel:+18736601498">369						<span class="elementor-button-content-wrapper">370						<span class="elementor-button-icon">371				<svg aria-hidden="true" class="e-font-icon-svg e-fas-phone-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z"></path></svg>			</span>372									<span class="elementor-button-text">873.660.1498</span>373					</span>374					</a>375				</div>376								</div>377				</div>378					</div>379		</div>380				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-795d335" data-id="795d335" data-element_type="column" data-e-type="column">381			<div class="elementor-widget-wrap elementor-element-populated">382						<div class="elementor-element elementor-element-908a9e6 elementor-nav-menu__align-end elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="908a9e6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">383				<div class="elementor-widget-container">384								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">385				<ul id="menu-1-908a9e6" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2340"><a href="https://eliteimmobilier.ca/a-propos/" class="elementor-item">À propos</a></li>386<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2855"><a href="https://eliteimmobilier.ca/tous-les-articles/" class="elementor-item">Blog</a></li>387<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2339"><a href="https://eliteimmobilier.ca/nous-contacter/" class="elementor-item">Nous contacter</a></li>388<li class="menu-item wpml-ls-slot-20 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-20-en"><a href="https://eliteimmobilier.ca/en/find-a-rental/project-nuvo-plateau/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item"><span class="wpml-ls-display">EN</span></a></li>389</ul>			</nav>390					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Permuter le menu" aria-expanded="false">391			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>		</div>392					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">393				<ul id="menu-2-908a9e6" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2340"><a href="https://eliteimmobilier.ca/a-propos/" class="elementor-item" tabindex="-1">À propos</a></li>394<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2855"><a href="https://eliteimmobilier.ca/tous-les-articles/" class="elementor-item" tabindex="-1">Blog</a></li>395<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2339"><a href="https://eliteimmobilier.ca/nous-contacter/" class="elementor-item" tabindex="-1">Nous contacter</a></li>396<li class="menu-item wpml-ls-slot-20 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-20-en"><a href="https://eliteimmobilier.ca/en/find-a-rental/project-nuvo-plateau/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item" tabindex="-1"><span class="wpml-ls-display">EN</span></a></li>397</ul>			</nav>398						</div>399				</div>400					</div>401		</div>402					</div>403		</section>404				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-e072964 elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="e072964" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;jet_parallax_layout_list&quot;:[]}">405						<div class="elementor-container elementor-column-gap-default">406					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f3e21b4" data-id="f3e21b4" data-element_type="column" data-e-type="column">407			<div class="elementor-widget-wrap elementor-element-populated">408						<div class="elementor-element elementor-element-2b679bf elementor-widget elementor-widget-image" data-id="2b679bf" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">409				<div class="elementor-widget-container">410																<a href="https://eliteimmobilier.ca">411							<img fetchpriority="high" width="1068" height="235" src="https://eliteimmobilier.ca/wp-content/uploads/2024/08/EE-01.svg" class="attachment-full size-full wp-image-346" alt="" />								</a>412															</div>413				</div>414					</div>415		</div>416				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-20ee385" data-id="20ee385" data-element_type="column" data-e-type="column">417			<div class="elementor-widget-wrap elementor-element-populated">418						<div class="elementor-element elementor-element-f0abf03 elementor-nav-menu__align-end elementor-widget__width-auto elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="f0abf03" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">419				<div class="elementor-widget-container">420								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">421				<ul id="menu-1-f0abf03" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-3302"><a href="https://eliteimmobilier.ca/trouver-un-logement/" class="elementor-item">Trouver un logement</a></li>422<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2346"><a href="https://eliteimmobilier.ca/service-aux-locataires/" class="elementor-item">Service aux locataires</a></li>423<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2345"><a href="https://eliteimmobilier.ca/service-aux-investisseurs/" class="elementor-item">Service aux investisseurs</a></li>424</ul>			</nav>425					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Permuter le menu" aria-expanded="false">426			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>		</div>427					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">428				<ul id="menu-2-f0abf03" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-3302"><a href="https://eliteimmobilier.ca/trouver-un-logement/" class="elementor-item" tabindex="-1">Trouver un logement</a></li>429<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2346"><a href="https://eliteimmobilier.ca/service-aux-locataires/" class="elementor-item" tabindex="-1">Service aux locataires</a></li>430<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2345"><a href="https://eliteimmobilier.ca/service-aux-investisseurs/" class="elementor-item" tabindex="-1">Service aux investisseurs</a></li>431</ul>			</nav>432						</div>433				</div>434				<div class="elementor-element elementor-element-f63a7d7 elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="f63a7d7" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">435				<div class="elementor-widget-container">436									<div class="elementor-button-wrapper">437					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://eliteimmobilier.securecafe.com/residentservices/apartmentsforrent/userlogin.aspx" target="_blank">438						<span class="elementor-button-content-wrapper">439									<span class="elementor-button-text">Accès aux locataires</span>440					</span>441					</a>442				</div>443								</div>444				</div>445					</div>446		</div>447					</div>448		</section>449				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-f780ecf elementor-hidden-desktop elementor-hidden-laptop elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f780ecf" data-element_type="section" data-e-type="section" data-settings="{&quot;animation_tablet_extra&quot;:&quot;fadeIn&quot;,&quot;jet_parallax_layout_list&quot;:[]}">450						<div class="elementor-container elementor-column-gap-default">451					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e3ac24c" data-id="e3ac24c" data-element_type="column" data-e-type="column">452			<div class="elementor-widget-wrap elementor-element-populated">453						<div class="elementor-element elementor-element-eaed49c elementor-widget elementor-widget-image" data-id="eaed49c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">454				<div class="elementor-widget-container">455																<a href="https://eliteimmobilier.ca">456							<img fetchpriority="high" width="1068" height="235" src="https://eliteimmobilier.ca/wp-content/uploads/2024/08/EE-01.svg" class="attachment-full size-full wp-image-346" alt="" />								</a>457															</div>458				</div>459					</div>460		</div>461				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-704f737" data-id="704f737" data-element_type="column" data-e-type="column">462			<div class="elementor-widget-wrap elementor-element-populated">463						<div class="elementor-element elementor-element-0e1d8a4 elementor-view-default elementor-widget elementor-widget-icon" data-id="0e1d8a4" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">464				<div class="elementor-widget-container">465							<div class="elementor-icon-wrapper">466			<a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6MTc4OCwidG9nZ2xlIjpmYWxzZX0%3D">467			<svg aria-hidden="true" class="e-font-icon-svg e-fas-stream" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z"></path></svg>			</a>468		</div>469						</div>470				</div>471					</div>472		</div>473					</div>474		</section>475				</header>476				<div data-elementor-type="wp-page" data-elementor-id="8979" class="elementor elementor-8979" data-elementor-post-type="page">477						<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-ad92cf8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ad92cf8" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}">478						<div class="elementor-container elementor-column-gap-default">479					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ab9891" data-id="3ab9891" data-element_type="column" data-e-type="column">480			<div class="elementor-widget-wrap elementor-element-populated">481						<div class="elementor-element elementor-element-08fb62b elementor-widget elementor-widget-spacer" data-id="08fb62b" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">482				<div class="elementor-widget-container">483							<div class="elementor-spacer">484			<div class="elementor-spacer-inner"></div>485		</div>486						</div>487				</div>488				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-34083b1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="34083b1" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">489						<div class="elementor-container elementor-column-gap-default">490					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ec98b2b" data-id="ec98b2b" data-element_type="column" data-e-type="column">491			<div class="elementor-widget-wrap elementor-element-populated">492						<div class="elementor-element elementor-element-659c23d elementor-widget elementor-widget-spacer" data-id="659c23d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">493				<div class="elementor-widget-container">494							<div class="elementor-spacer">495			<div class="elementor-spacer-inner"></div>496		</div>497						</div>498				</div>499				<div class="elementor-element elementor-element-de6fae4 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor" data-id="de6fae4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">500				<div class="elementor-widget-container">501									<p style="text-align: left;"><span style="color: #192051;"><strong><a href="#galerie">GALERIE</a>         </strong></span></h5>								</div>502				</div>503					</div>504		</div>505				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e01db2d" data-id="e01db2d" data-element_type="column" data-e-type="column">506			<div class="elementor-widget-wrap elementor-element-populated">507						<div class="elementor-element elementor-element-ce72dc7 elementor-widget elementor-widget-image" data-id="ce72dc7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">508				<div class="elementor-widget-container">509																<a href="https://eliteimmobilier.ca">510							<img decoding="async" src="https://eliteimmobilier.ca/wp-content/uploads/elementor/thumbs/nuvo-logo-rms7l6klhyy7d737rj5umsvqc6a6ck8vg0vcgwqv40.png" title="nuvo logo" alt="nuvo logo" loading="lazy" />								</a>511															</div>512				</div>513					</div>514		</div>515				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a7c564e" data-id="a7c564e" data-element_type="column" data-e-type="column">516			<div class="elementor-widget-wrap elementor-element-populated">517						<div class="elementor-element elementor-element-0fefa20 elementor-widget elementor-widget-spacer" data-id="0fefa20" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">518				<div class="elementor-widget-container">519							<div class="elementor-spacer">520			<div class="elementor-spacer-inner"></div>521		</div>522						</div>523				</div>524				<div class="elementor-element elementor-element-23fbc31 elementor-align-left elementor-widget__width-initial elementor-laptop-align-right elementor-mobile-align-center elementor-widget-laptop__width-initial elementor-widget elementor-widget-button" data-id="23fbc31" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">525				<div class="elementor-widget-container">526									<div class="elementor-button-wrapper">527					<a class="elementor-button elementor-button-link elementor-size-sm" href="#contactfraser">528						<span class="elementor-button-content-wrapper">529									<span class="elementor-button-text">RÉSERVER VOTRE UNITÉ</span>530					</span>531					</a>532				</div>533								</div>534				</div>535				<div class="elementor-element elementor-element-aa71ac4 elementor-align-right elementor-widget__width-initial elementor-mobile-align-center elementor-widget-laptop__width-initial elementor-widget elementor-widget-button" data-id="aa71ac4" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">536				<div class="elementor-widget-container">537									<div class="elementor-button-wrapper">538					<a class="elementor-button elementor-button-link elementor-size-sm" href="tel:8736601498" target="_blank">539						<span class="elementor-button-content-wrapper">540									<span class="elementor-button-text">873-660-1498</span>541					</span>542					</a>543				</div>544								</div>545				</div>546					</div>547		</div>548					</div>549		</section>550				<div class="elementor-element elementor-element-8d1a44e elementor-widget elementor-widget-spacer" data-id="8d1a44e" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">551				<div class="elementor-widget-container">552							<div class="elementor-spacer">553			<div class="elementor-spacer-inner"></div>554		</div>555						</div>556				</div>557				<div class="elementor-element elementor-element-ab9d789 elementor-align-justify elementor-widget elementor-widget-button" data-id="ab9d789" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">558				<div class="elementor-widget-container">559									<div class="elementor-button-wrapper">560					<a class="elementor-button elementor-size-sm" role="button">561						<span class="elementor-button-content-wrapper">562									<span class="elementor-button-text">PRÊT À VOUS ACCUEILLIR DÈS AUJOURD’HUI</span>563					</span>564					</a>565				</div>566								</div>567				</div>568				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-8813e91 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8813e91" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">569						<div class="elementor-container elementor-column-gap-default">570					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5e8526c" data-id="5e8526c" data-element_type="column" data-e-type="column">571			<div class="elementor-widget-wrap elementor-element-populated">572						<div class="elementor-element elementor-element-b872e68 elementor-widget elementor-widget-image" data-id="b872e68" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">573				<div class="elementor-widget-container">574															<img decoding="async" src="https://eliteimmobilier.ca/wp-content/uploads/elementor/thumbs/nuvo-background-rms87clsj6gwvfbj586t1pz3h0ru02unpr3i6opkky.png" title="nuvo background" alt="nuvo background" loading="lazy" />															</div>575				</div>576					</div>577		</div>578				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a7ab7e8" data-id="a7ab7e8" data-element_type="column" data-e-type="column">579			<div class="elementor-widget-wrap elementor-element-populated">580						<div class="elementor-element elementor-element-9f59a07 elementor-widget elementor-widget-spacer" data-id="9f59a07" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">581				<div class="elementor-widget-container">582							<div class="elementor-spacer">583			<div class="elementor-spacer-inner"></div>584		</div>585						</div>586				</div>587				<div class="elementor-element elementor-element-125f271 elementor-widget elementor-widget-heading" data-id="125f271" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">588				<div class="elementor-widget-container">589					<h3 class="elementor-heading-title elementor-size-default">NUVO Plateau : Appartements modernes à louer à Gatineau</h3>				</div>590				</div>591				<div class="elementor-element elementor-element-ec1cac0 elementor-widget elementor-widget-spacer" data-id="ec1cac0" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">592				<div class="elementor-widget-container">593							<div class="elementor-spacer">594			<div class="elementor-spacer-inner"></div>595		</div>596						</div>597				</div>598				<div class="elementor-element elementor-element-0cc8ee3 elementor-widget elementor-widget-image" data-id="0cc8ee3" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">599				<div class="elementor-widget-container">600															<img decoding="async" src="https://eliteimmobilier.ca/wp-content/uploads/elementor/thumbs/nuvo-logo-rms7l6klhyxu9rzo6ueodgciw42oqe6ikzr4rtdam8.png" title="nuvo logo" alt="nuvo logo" loading="lazy" />															</div>601				</div>602				<div class="elementor-element elementor-element-dbfca33 elementor-widget-laptop__width-initial elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-text-editor" data-id="dbfca33" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">603				<div class="elementor-widget-container">604									<p style="text-align: center;">Découvrez le Projet NUVO, un complexe résidentiel situé au cœur du Plateau à Gatineau. Conçu pour offrir un mode de vie moderne et dynamique, ce projet propose une sélection d’appartements élégants et bien pensés, allant des unités d&rsquo;un, deux ou trois chambres, répondant ainsi aux besoins variés des résidents.</p><p style="text-align: center;">Les unités se distinguent par leurs finitions contemporaines, leurs espaces lumineux et leurs balcons privés, créant un environnement de vie à la fois confortable et raffiné. Idéalement situé, le Projet NUVO vous permet de profiter d’un accès rapide aux commerces, restaurants, parcs, écoles et transports en commun, le tout dans un quartier vivant et recherché où urbanité et qualité de vie se rencontrent parfaitement.</p>								</div>605				</div>606				<div class="elementor-element elementor-element-d529814 elementor-align-center elementor-widget elementor-widget-button" data-id="d529814" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">607				<div class="elementor-widget-container">608									<div class="elementor-button-wrapper">609					<a class="elementor-button elementor-button-link elementor-size-sm" href="#contactfraser">610						<span class="elementor-button-content-wrapper">611									<span class="elementor-button-text">RÉSERVER VOTRE UNITÉ</span>612					</span>613					</a>614				</div>615								</div>616				</div>617					</div>618		</div>619					</div>620		</section>621				<div class="elementor-element elementor-element-af5a46d elementor-widget elementor-widget-spacer" data-id="af5a46d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">622				<div class="elementor-widget-container">623							<div class="elementor-spacer">624			<div class="elementor-spacer-inner"></div>625		</div>626						</div>627				</div>628				<div class="elementor-element elementor-element-f587939 elementor-widget elementor-widget-spacer" data-id="f587939" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">629				<div class="elementor-widget-container">630							<div class="elementor-spacer">631			<div class="elementor-spacer-inner"></div>632		</div>633						</div>634				</div>635				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-26307ec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="26307ec" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">636						<div class="elementor-container elementor-column-gap-default">637					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c944e73" data-id="c944e73" data-element_type="column" data-e-type="column">638			<div class="elementor-widget-wrap elementor-element-populated">639						<div class="elementor-element elementor-element-e964483 elementor-align-justify elementor-widget elementor-widget-button" data-id="e964483" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">640				<div class="elementor-widget-container">641									<div class="elementor-button-wrapper">642					<a class="elementor-button elementor-size-sm" role="button">643						<span class="elementor-button-content-wrapper">644									<span class="elementor-button-text">1 CHAMBRE À PARTIR DE $1395/MOIS*</span>645					</span>646					</a>647				</div>648								</div>649				</div>650				<div class="elementor-element elementor-element-dbf6bfe elementor-align-justify elementor-widget elementor-widget-button" data-id="dbf6bfe" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">651				<div class="elementor-widget-container">652									<div class="elementor-button-wrapper">653					<a class="elementor-button elementor-size-sm" role="button">654						<span class="elementor-button-content-wrapper">655									<span class="elementor-button-text">2 CH MEZZ (COIN) À PARTIR DE $1995/MOIS*</span>656					</span>657					</a>658				</div>659								</div>660				</div>661					</div>662		</div>663				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4dde4b" data-id="e4dde4b" data-element_type="column" data-e-type="column">664			<div class="elementor-widget-wrap elementor-element-populated">665						<div class="elementor-element elementor-element-18cbd6a elementor-align-justify elementor-widget elementor-widget-button" data-id="18cbd6a" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">666				<div class="elementor-widget-container">667									<div class="elementor-button-wrapper">668					<a class="elementor-button elementor-size-sm" role="button">669						<span class="elementor-button-content-wrapper">670									<span class="elementor-button-text">2 CHAMBRES À PARTIR DE $1655/MOIS*</span>671					</span>672					</a>673				</div>674								</div>675				</div>676				<div class="elementor-element elementor-element-6928cbd elementor-align-justify elementor-widget elementor-widget-button" data-id="6928cbd" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">677				<div class="elementor-widget-container">678									<div class="elementor-button-wrapper">679					<a class="elementor-button elementor-size-sm" role="button">680						<span class="elementor-button-content-wrapper">681									<span class="elementor-button-text">2 CH MEZZ (CNTR) À PARTIR DE $1925/MOIS*</span>682					</span>683					</a>684				</div>685								</div>686				</div>687					</div>688		</div>689					</div>690		</section>691				<div class="elementor-element elementor-element-05aee96 elementor-widget elementor-widget-text-editor" data-id="05aee96" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">692				<div class="elementor-widget-container">693									<p style="text-align: center;">*Sous réserve de modifications sans préavis. Unités sélectionnées uniquement, en fonction des disponibilités actuelles.</p>								</div>694				</div>695				<div class="elementor-element elementor-element-0d2f026 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="0d2f026" data-element_type="widget" data-e-type="widget" id="galerie" data-settings="{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">696				<div class="elementor-widget-container">697							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">698			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">699								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/6160e549-599e-41fc-a5f3-7083db4835ff-768x510.webp" alt="6160e549 599e 41fc a5f3 7083db4835ff" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/d31b16ba-e808-43b2-a817-c95271182bc9-768x576.webp" alt="d31b16ba e808 43b2 a817 c95271182bc9" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/a23bedd4-5041-4d36-bfc5-3d8e06e4e0ae-768x510.webp" alt="a23bedd4 5041 4d36 bfc5 3d8e06e4e0ae" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/30afb583-c52f-4d5f-ba9b-c8e473bdfc59-768x576.webp" alt="30afb583 c52f 4d5f ba9b c8e473bdfc59" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/galerie-nuvo_-par-teixeira_photographie-25-900x600-1-768x513.jpg" alt="galerie nuvo par teixeira photographie 25 900x600 1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="6 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/2f4b858a-013f-4b19-8390-9b6d9f087f94-768x512.webp" alt="2f4b858a 013f 4b19 8390 9b6d9f087f94" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="7 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/galerie-nuvo_-par-teixeira_photographie-10-899x600-1-768x513.jpg" alt="galerie nuvo par teixeira photographie 10 899x600 1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="8 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/galerie-nuvo_-par-teixeira_photographie-48-900x600-1-768x513.jpg" alt="galerie nuvo par teixeira photographie 48 900x600 1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="9 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/ab9ae76f-6b3d-4928-a5dc-f6631532affe-768x512.webp" alt="ab9ae76f 6b3d 4928 a5dc f6631532affe" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="10 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/7fd76d44-be94-4b6a-bb99-f382a22af973-768x512.webp" alt="7fd76d44 be94 4b6a bb99 f382a22af973" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="11 sur 11"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/05/dji_0272-nuvo-800x600-1-768x576.jpg" alt="dji 0272 nuvo 800x600 1" /></figure></div>			</div>700												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">701						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>702					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">703						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>704				705									<div class="swiper-pagination"></div>706									</div>707						</div>708				</div>709				<div class="elementor-element elementor-element-c0af3a5 elementor-widget elementor-widget-spacer" data-id="c0af3a5" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">710				<div class="elementor-widget-container">711							<div class="elementor-spacer">712			<div class="elementor-spacer-inner"></div>713		</div>714						</div>715				</div>716				<div class="elementor-element elementor-element-b76e872 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b76e872" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">717				<div class="elementor-widget-container">718							<div class="elementor-divider">719			<span class="elementor-divider-separator">720						</span>721		</div>722						</div>723				</div>724				<div class="elementor-element elementor-element-dc39a97 elementor-widget elementor-widget-heading" data-id="dc39a97" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">725				<div class="elementor-widget-container">726					<h2 class="elementor-heading-title elementor-size-default">FORMULE TOUT INCLUS</h2>				</div>727				</div>728				<div class="elementor-element elementor-element-6fe288b elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-text-editor" data-id="6fe288b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">729				<div class="elementor-widget-container">730									<p>Chaque appartement est soigneusement conçu pour offrir tout ce dont vous avez besoin afin de vivre confortablement au quotidien. Grâce à des configurations réfléchies et des finitions modernes, chaque espace a été imaginé pour que vous vous y sentiez chez vous dès votre arrivée.</p>								</div>731				</div>732				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-953c934 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="953c934" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">733						<div class="elementor-container elementor-column-gap-default">734					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f74006b" data-id="f74006b" data-element_type="column" data-e-type="column">735			<div class="elementor-widget-wrap elementor-element-populated">736						<div class="elementor-element elementor-element-ce260cf elementor-widget-laptop__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box" data-id="ce260cf" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">737				<div class="elementor-widget-container">738							<div class="elementor-icon-box-wrapper">739740						<div class="elementor-icon-box-icon">741				<span  class="elementor-icon">742				<svg aria-hidden="true" class="e-font-icon-svg e-fas-lightbulb" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>				</span>743			</div>744			745						<div class="elementor-icon-box-content">746747									<h3 class="elementor-icon-box-title">748						<span  >749							ELECTRICITÉ						</span>750					</h3>751				752				753			</div>754			755		</div>756						</div>757				</div>758					</div>759		</div>760				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a995e08" data-id="a995e08" data-element_type="column" data-e-type="column">761			<div class="elementor-widget-wrap elementor-element-populated">762						<div class="elementor-element elementor-element-1f1fb0f elementor-widget-laptop__width-initial elementor-laptop-position-block-start elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box" data-id="1f1fb0f" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">763				<div class="elementor-widget-container">764							<div class="elementor-icon-box-wrapper">765766						<div class="elementor-icon-box-icon">767				<span  class="elementor-icon">768				<svg aria-hidden="true" class="e-font-icon-svg e-fas-wifi" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z"></path></svg>				</span>769			</div>770			771						<div class="elementor-icon-box-content">772773									<h3 class="elementor-icon-box-title">774						<span  >775							INTERNET						</span>776					</h3>777				778				779			</div>780			781		</div>782						</div>783				</div>784					</div>785		</div>786				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-813e579" data-id="813e579" data-element_type="column" data-e-type="column">787			<div class="elementor-widget-wrap elementor-element-populated">788						<div class="elementor-element elementor-element-4bef008 elementor-widget-laptop__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box" data-id="4bef008" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">789				<div class="elementor-widget-container">790							<div class="elementor-icon-box-wrapper">791792						<div class="elementor-icon-box-icon">793				<span  class="elementor-icon">794				<svg aria-hidden="true" class="e-font-icon-svg e-fas-home" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z"></path></svg>				</span>795			</div>796			797						<div class="elementor-icon-box-content">798799									<h3 class="elementor-icon-box-title">800						<span  >801							5 ÉLECTROMÉNAGERS						</span>802					</h3>803				804				805			</div>806			807		</div>808						</div>809				</div>810					</div>811		</div>812					</div>813		</section>814				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-0a14216 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0a14216" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">815						<div class="elementor-container elementor-column-gap-default">816					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a90618f" data-id="a90618f" data-element_type="column" data-e-type="column">817			<div class="elementor-widget-wrap elementor-element-populated">818						<div class="elementor-element elementor-element-7319b09 elementor-widget-laptop__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box" data-id="7319b09" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">819				<div class="elementor-widget-container">820							<div class="elementor-icon-box-wrapper">821822						<div class="elementor-icon-box-icon">823				<span  class="elementor-icon">824				<svg aria-hidden="true" class="e-font-icon-svg e-fas-thermometer-three-quarters" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z"></path></svg>				</span>825			</div>826			827						<div class="elementor-icon-box-content">828829									<h3 class="elementor-icon-box-title">830						<span  >831							CHAUFFAGE						</span>832					</h3>833				834				835			</div>836			837		</div>838						</div>839				</div>840					</div>841		</div>842				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6d9e434" data-id="6d9e434" data-element_type="column" data-e-type="column">843			<div class="elementor-widget-wrap elementor-element-populated">844						<div class="elementor-element elementor-element-4128a60 elementor-widget-laptop__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box" data-id="4128a60" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">845				<div class="elementor-widget-container">846							<div class="elementor-icon-box-wrapper">847848						<div class="elementor-icon-box-icon">849				<span  class="elementor-icon">850				<svg aria-hidden="true" class="e-font-icon-svg e-fas-parking" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z"></path></svg>				</span>851			</div>852			853						<div class="elementor-icon-box-content">854855									<h3 class="elementor-icon-box-title">856						<span  >857							STATIONNEMENT EXTÉRIEUR						</span>858					</h3>859				860				861			</div>862			863		</div>864						</div>865				</div>866					</div>867		</div>868				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d240479" data-id="d240479" data-element_type="column" data-e-type="column">869			<div class="elementor-widget-wrap elementor-element-populated">870						<div class="elementor-element elementor-element-bc175cc elementor-widget-laptop__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box" data-id="bc175cc" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">871				<div class="elementor-widget-container">872							<div class="elementor-icon-box-wrapper">873874						<div class="elementor-icon-box-icon">875				<span  class="elementor-icon">876				<svg aria-hidden="true" class="e-font-icon-svg e-fas-map" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z"></path></svg>				</span>877			</div>878			879						<div class="elementor-icon-box-content">880881									<h3 class="elementor-icon-box-title">882						<span  >883							TOILES AUX FENÊTRES						</span>884					</h3>885				886				887			</div>888			889		</div>890						</div>891				</div>892					</div>893		</div>894					</div>895		</section>896				<div class="elementor-element elementor-element-4c337a6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4c337a6" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">897				<div class="elementor-widget-container">898							<div class="elementor-divider">899			<span class="elementor-divider-separator">900						</span>901		</div>902						</div>903				</div>904				<div class="elementor-element elementor-element-09d4f17 elementor-widget elementor-widget-spacer" data-id="09d4f17" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">905				<div class="elementor-widget-container">906							<div class="elementor-spacer">907			<div class="elementor-spacer-inner"></div>908		</div>909						</div>910				</div>911				<div class="elementor-element elementor-element-4cfe04e elementor-widget elementor-widget-google_maps" data-id="4cfe04e" data-element_type="widget" data-e-type="widget" data-widget_type="google_maps.default">912				<div class="elementor-widget-container">913							<div class="elementor-custom-embed">914			<div class="pl25--root"> <div data-part="iframe-placeholder" class="pl25-iframe-placeholder" data-consent-type="preferences" style="width:100%;height:400px"> <button data-part="iframe-accept-button" class="pl25-accept-consent" data-consent-type="preferences"> Cliquez pour accepter les cookies de Préférences et activer ce contenu </button> </div> </div><iframe loading="lazy"915					data-src="https://maps.google.com/maps?q=699%20boulevard%20du%20Plateau%2C%20Gatineau%2C%20QC&#038;t=m&#038;z=15&#038;output=embed&#038;iwloc=near"916					title="699 boulevard du Plateau, Gatineau, QC"917					aria-label="699 boulevard du Plateau, Gatineau, QC"918			 data-pl25-consent="preferences"></iframe>919		</div>920						</div>921				</div>922				<div class="elementor-element elementor-element-a757eeb elementor-align-justify elementor-widget elementor-widget-button" data-id="a757eeb" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">923				<div class="elementor-widget-container">924									<div class="elementor-button-wrapper">925					<a class="elementor-button elementor-size-sm" role="button">926						<span class="elementor-button-content-wrapper">927									<span class="elementor-button-text">EMMÉNAGER DÈS MAINTENANT</span>928					</span>929					</a>930				</div>931								</div>932				</div>933				<div class="elementor-element elementor-element-bb79b0a elementor-widget elementor-widget-spacer" data-id="bb79b0a" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">934				<div class="elementor-widget-container">935							<div class="elementor-spacer">936			<div class="elementor-spacer-inner"></div>937		</div>938						</div>939				</div>940				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-a94ba26 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a94ba26" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">941						<div class="elementor-container elementor-column-gap-default">942					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7e359f3" data-id="7e359f3" data-element_type="column" data-e-type="column">943			<div class="elementor-widget-wrap">944							</div>945		</div>946				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b0c67e8" data-id="b0c67e8" data-element_type="column" data-e-type="column">947			<div class="elementor-widget-wrap elementor-element-populated">948						<div class="elementor-element elementor-element-5ec882d elementor-widget elementor-widget-heading" data-id="5ec882d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">949				<div class="elementor-widget-container">950					<h3 class="elementor-heading-title elementor-size-default">L’ALLIANCE PARFAITE DU CONFORTET D’UN MODE DE VIE CONNECTÉ.</h3>				</div>951				</div>952					</div>953		</div>954				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2a470e6" data-id="2a470e6" data-element_type="column" data-e-type="column">955			<div class="elementor-widget-wrap">956							</div>957		</div>958					</div>959		</section>960				<div class="elementor-element elementor-element-0594313 elementor-widget elementor-widget-spacer" data-id="0594313" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">961				<div class="elementor-widget-container">962							<div class="elementor-spacer">963			<div class="elementor-spacer-inner"></div>964		</div>965						</div>966				</div>967				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-17d47ce elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="17d47ce" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">968						<div class="elementor-container elementor-column-gap-default">969					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8edff60" data-id="8edff60" data-element_type="column" data-e-type="column">970			<div class="elementor-widget-wrap">971							</div>972		</div>973				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d5f39bd" data-id="d5f39bd" data-element_type="column" data-e-type="column">974			<div class="elementor-widget-wrap elementor-element-populated">975						<div class="elementor-element elementor-element-8c049ab elementor-widget elementor-widget-image" data-id="8c049ab" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">976				<div class="elementor-widget-container">977															<img decoding="async" src="https://eliteimmobilier.ca/wp-content/uploads/elementor/thumbs/nuvo-logo-rms7l6klhyxu9rzo6ueodgciw42oqe6ikzr4rtdam8.png" title="nuvo logo" alt="nuvo logo" loading="lazy" />															</div>978				</div>979				<div class="elementor-element elementor-element-ceb9916 elementor-widget elementor-widget-spacer" data-id="ceb9916" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">980				<div class="elementor-widget-container">981							<div class="elementor-spacer">982			<div class="elementor-spacer-inner"></div>983		</div>984						</div>985				</div>986				<div class="elementor-element elementor-element-1c3ce3d elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1c3ce3d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">987				<div class="elementor-widget-container">988									<p style="text-align: center;">Le Projet NUVO bénéficie d’un emplacement de choix au cœur du Plateau à Gatineau, offrant un milieu de vie dynamique et recherché, à proximité de toutes les commodités essentielles. Situé près de parcs, d’écoles, de services et de nombreux commerces, le complexe offre un parfait équilibre entre confort, accessibilité et modernité.<br />Profitez de la quiétude d’un quartier en pleine croissance tout en restant connecté à l’énergie urbaine. Découvrez tout ce qui entoure le Projet NUVO et comprenez pourquoi tant de résidents choisissent le Plateau pour y construire leur quotidien.</p>								</div>989				</div>990					</div>991		</div>992				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6c669ce" data-id="6c669ce" data-element_type="column" data-e-type="column">993			<div class="elementor-widget-wrap">994							</div>995		</div>996					</div>997		</section>998				<div class="elementor-element elementor-element-d4728a7 elementor-widget elementor-widget-text-editor" data-id="d4728a7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">999				<div class="elementor-widget-container">1000									<p style="text-align: center;"><span style="color: #f8cb15;"><strong>Épiceries  •  Pharmacies  •  Transport en commun  •  Écoles  •  Restaurants  •  Parcs</strong></span></p>								</div>1001				</div>1002				<div class="elementor-element elementor-element-e7bad3b elementor-widget elementor-widget-spacer" data-id="e7bad3b" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">1003				<div class="elementor-widget-container">1004							<div class="elementor-spacer">1005			<div class="elementor-spacer-inner"></div>1006		</div>1007						</div>1008				</div>1009				<div class="elementor-element elementor-element-8f8ab14 elementor-align-justify elementor-widget elementor-widget-button" data-id="8f8ab14" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">1010				<div class="elementor-widget-container">1011									<div class="elementor-button-wrapper">1012					<a class="elementor-button elementor-size-sm" role="button">1013						<span class="elementor-button-content-wrapper">1014									<span class="elementor-button-text">MODERNITÉ, EFFICACITÉ ET ESPRIT DE COMMUNAUTÉ — TOUT EST LÀ POUR VOUS.</span>1015					</span>1016					</a>1017				</div>1018								</div>1019				</div>1020					</div>1021		</div>1022					</div>1023		</section>1024				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-2171da02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="2171da02" data-element_type="section" data-e-type="section" id="contactfraser" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;jet_parallax_layout_list&quot;:[]}">1025						<div class="elementor-container elementor-column-gap-default">1026					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-133a99ec elementor-invisible" data-id="133a99ec" data-element_type="column" data-e-type="column" id="contactez-nous" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;}">1027			<div class="elementor-widget-wrap elementor-element-populated">1028						<div class="elementor-element elementor-element-4f7d542c elementor-widget elementor-widget-heading" data-id="4f7d542c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">1029				<div class="elementor-widget-container">1030					<h2 class="elementor-heading-title elementor-size-default">Réservez votre unité !</h2>				</div>1031				</div>1032				<div class="elementor-element elementor-element-437e7f61 elementor-widget elementor-widget-text-editor" data-id="437e7f61" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">1033				<div class="elementor-widget-container">1034									<p style="text-align: center;"><span style="font-weight: 400;">Notre équipe se fera un plaisir de vous offrir un service exceptionnel.</span></p><p>Remplissez le formulaire suivant pour nous contacter !</p>								</div>1035				</div>1036				<div class="elementor-element elementor-element-2a9cb36 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="2a9cb36" data-element_type="widget" data-e-type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Suivant&quot;,&quot;step_previous_label&quot;:&quot;Pr\u00e9c\u00e9dent&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">1037				<div class="elementor-widget-container">1038							<form class="elementor-form" method="post" name="Contact" aria-label="Contact" novalidate="">1039			<input type="hidden" name="post_id" value="8979"/>1040			<input type="hidden" name="form_id" value="2a9cb36"/>1041			<input type="hidden" name="referer_title" value="Projet NUVO &#8211; Plateau" />10421043							<input type="hidden" name="queried_id" value="8979"/>1044			1045			<div class="elementor-form-fields-wrapper elementor-labels-above">1046								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-firstName elementor-col-50 elementor-field-required">1047												<label for="form-field-firstName" class="elementor-field-label">1048								Prénom							</label>1049														<input size="1" type="text" name="form_fields[firstName]" id="form-field-firstName" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Prénom*" required="required">1050											</div>1051								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-lastName elementor-col-50 elementor-field-required">1052												<label for="form-field-lastName" class="elementor-field-label">1053								Nom							</label>1054														<input size="1" type="text" name="form_fields[lastName]" id="form-field-lastName" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Nom*" required="required">1055											</div>1056								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required">1057												<label for="form-field-email" class="elementor-field-label">1058								Courriel							</label>1059														<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Courriel*" required="required">1060											</div>1061								<div class="elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phoneNumber elementor-col-50 elementor-field-required">1062												<label for="form-field-phoneNumber" class="elementor-field-label">1063								Téléphone							</label>1064								<input size="1" type="tel" name="form_fields[phoneNumber]" id="form-field-phoneNumber" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Téléphone*" required="required" pattern="[0-9()#&amp;+*-=.]+" title="Seuls les caractères de numéros de téléphone (#, -, *, etc.) sont acceptés.">10651066						</div>1067								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_25362e8 elementor-col-100 elementor-field-required">1068												<label for="form-field-field_25362e8" class="elementor-field-label">1069								Type d'unité							</label>1070								<div class="elementor-field elementor-select-wrapper remove-before ">1071			<div class="select-caret-down-wrapper">1072				<svg aria-hidden="true" class="e-font-icon-svg e-eicon-caret-down" viewBox="0 0 571.4 571.4" xmlns="http://www.w3.org/2000/svg"><path d="M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z"></path></svg>			</div>1073			<select name="form_fields[field_25362e8]" id="form-field-field_25362e8" class="elementor-field-textual elementor-size-sm" required="required">1074									<option value="1 CHAMBRE">1 CHAMBRE</option>1075									<option value="2 CHAMBRES">2 CHAMBRES</option>1076									<option value="3 CHAMBRES">3 CHAMBRES</option>1077							</select>1078		</div>1079						</div>1080								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ebfffc3 elementor-col-100">1081												<label for="form-field-field_ebfffc3" class="elementor-field-label">1082								Immeuble / Projet							</label>1083								<div class="elementor-field elementor-select-wrapper remove-before ">1084			<div class="select-caret-down-wrapper">1085				<svg aria-hidden="true" class="e-font-icon-svg e-eicon-caret-down" viewBox="0 0 571.4 571.4" xmlns="http://www.w3.org/2000/svg"><path d="M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z"></path></svg>			</div>1086			<select name="form_fields[field_ebfffc3]" id="form-field-field_ebfffc3" class="elementor-field-textual elementor-size-sm">1087									<option value="NUVO">NUVO</option>1088							</select>1089		</div>1090						</div>1091								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-inquiryNote elementor-col-100">1092												<label for="form-field-inquiryNote" class="elementor-field-label">1093								Message							</label>1094						<textarea class="elementor-field-textual elementor-field  elementor-size-sm" name="form_fields[inquiryNote]" id="form-field-inquiryNote" rows="4" placeholder="Message"></textarea>				</div>1095								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_3105f24 elementor-col-100 elementor-field-required">1096							<div class="elementor-field-subgroup">1097			<span class="elementor-field-option">1098				<input type="checkbox" name="form_fields[field_3105f24]" id="form-field-field_3105f24" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">1099				<label for="form-field-field_3105f24">J'accepte et comprends que mes informations seront utilisées conformément à la <a href="/politique-de-protection-des-renseignements-personnels/">politique de confidentialité</a> de l'entreprise.</label>			</span>1100		</div>1101						</div>1102								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">1103					<button class="elementor-button elementor-size-sm" type="submit">1104						<span class="elementor-button-content-wrapper">1105																						<span class="elementor-button-text">Envoyer</span>1106													</span>1107					</button>1108				</div>1109			</div>1110		<input1111                    class="apbct_special_field apbct_email_id__elementor_form"1112                    name="apbct__email_id__elementor_form"1113                    aria-label="apbct__label_id__elementor_form"1114                    type="text" size="30" maxlength="200" autocomplete="off"1115                    value=""1116                /></form>1117						</div>1118				</div>1119					</div>1120		</div>1121					</div>1122		</section>1123				</div>1124				<footer data-elementor-type="footer" data-elementor-id="670" class="elementor elementor-670 elementor-location-footer" data-elementor-post-type="elementor_library">1125					<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-a31dbdc elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="a31dbdc" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;jet_parallax_layout_list&quot;:[]}">1126						<div class="elementor-container elementor-column-gap-default">1127					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-41bf619" data-id="41bf619" data-element_type="column" data-e-type="column">1128			<div class="elementor-widget-wrap elementor-element-populated">1129						<div class="elementor-element elementor-element-369b43a elementor-widget elementor-widget-image" data-id="369b43a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">1130				<div class="elementor-widget-container">1131																<a href="https://eliteimmobilier.ca">1132							<img width="1068" height="233" src="https://eliteimmobilier.ca/wp-content/uploads/2024/08/EE-03.svg" class="attachment-full size-full wp-image-348" alt="" />								</a>1133															</div>1134				</div>1135					</div>1136		</div>1137				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7fe2901" data-id="7fe2901" data-element_type="column" data-e-type="column">1138			<div class="elementor-widget-wrap elementor-element-populated">1139						<div class="elementor-element elementor-element-1e9184a elementor-widget elementor-widget-heading" data-id="1e9184a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">1140				<div class="elementor-widget-container">1141					<h2 class="elementor-heading-title elementor-size-default">Menu</h2>				</div>1142				</div>1143				<div class="elementor-element elementor-element-24faee8 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="24faee8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">1144				<div class="elementor-widget-container">1145								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">1146				<ul id="menu-1-24faee8" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-3301"><a href="https://eliteimmobilier.ca/trouver-un-logement/" class="elementor-item">Trouver un logement</a></li>1147<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2230"><a href="https://eliteimmobilier.ca/service-aux-locataires/" class="elementor-item">Service aux locataires</a></li>1148<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://eliteimmobilier.ca/service-aux-investisseurs/" class="elementor-item">Service aux investisseurs</a></li>1149<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://eliteimmobilier.ca/a-propos/" class="elementor-item">À propos</a></li>1150<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10694"><a href="https://eliteimmobilier.ca/carrieres/" class="elementor-item">Carrières</a></li>1151<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2832"><a href="https://eliteimmobilier.ca/tous-les-articles/" class="elementor-item">Blog</a></li>1152<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://eliteimmobilier.ca/nous-contacter/" class="elementor-item">Nous contacter</a></li>1153<li class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-2-en"><a href="https://eliteimmobilier.ca/en/find-a-rental/project-nuvo-plateau/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item"><span class="wpml-ls-display">EN</span></a></li>1154</ul>			</nav>1155						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">1156				<ul id="menu-2-24faee8" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-3301"><a href="https://eliteimmobilier.ca/trouver-un-logement/" class="elementor-item" tabindex="-1">Trouver un logement</a></li>1157<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2230"><a href="https://eliteimmobilier.ca/service-aux-locataires/" class="elementor-item" tabindex="-1">Service aux locataires</a></li>1158<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://eliteimmobilier.ca/service-aux-investisseurs/" class="elementor-item" tabindex="-1">Service aux investisseurs</a></li>1159<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://eliteimmobilier.ca/a-propos/" class="elementor-item" tabindex="-1">À propos</a></li>1160<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10694"><a href="https://eliteimmobilier.ca/carrieres/" class="elementor-item" tabindex="-1">Carrières</a></li>1161<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2832"><a href="https://eliteimmobilier.ca/tous-les-articles/" class="elementor-item" tabindex="-1">Blog</a></li>1162<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://eliteimmobilier.ca/nous-contacter/" class="elementor-item" tabindex="-1">Nous contacter</a></li>1163<li class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-2-en"><a href="https://eliteimmobilier.ca/en/find-a-rental/project-nuvo-plateau/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item" tabindex="-1"><span class="wpml-ls-display">EN</span></a></li>1164</ul>			</nav>1165						</div>1166				</div>1167					</div>1168		</div>1169				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c91b55e" data-id="c91b55e" data-element_type="column" data-e-type="column">1170			<div class="elementor-widget-wrap elementor-element-populated">1171						<div class="elementor-element elementor-element-b4b364b elementor-widget elementor-widget-heading" data-id="b4b364b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">1172				<div class="elementor-widget-container">1173					<h2 class="elementor-heading-title elementor-size-default">Coordonnées</h2>				</div>1174				</div>1175				<div class="elementor-element elementor-element-bc5e038 elementor-align-left elementor-widget elementor-widget-button" data-id="bc5e038" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">1176				<div class="elementor-widget-container">1177									<div class="elementor-button-wrapper">1178					<a class="elementor-button elementor-button-link elementor-size-sm" href="tel:+18736601498">1179						<span class="elementor-button-content-wrapper">1180									<span class="elementor-button-text">873.660.1498</span>1181					</span>1182					</a>1183				</div>1184								</div>1185				</div>1186				<div class="elementor-element elementor-element-00f19c1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="00f19c1" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">1187				<div class="elementor-widget-container">1188							<ul class="elementor-icon-list-items">1189							<li class="elementor-icon-list-item">1190											<a href="mailto:info@eliteimmobilier.ca">11911192												<span class="elementor-icon-list-icon">1193							<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>						</span>1194										<span class="elementor-icon-list-text">info@eliteimmobilier.ca</span>1195											</a>1196									</li>1197								<li class="elementor-icon-list-item">1198											<a href="https://maps.app.goo.gl/qynjtsRV4QjURgJt8" target="_blank">11991200												<span class="elementor-icon-list-icon">1201							<svg aria-hidden="true" class="e-font-icon-svg e-far-building" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z"></path></svg>						</span>1202										<span class="elementor-icon-list-text">10 allée de Hambourg, suite 205<br>Gatineau, Qc  J9J 0G5</span>1203											</a>1204									</li>1205						</ul>1206						</div>1207				</div>1208					</div>1209		</div>1210					</div>1211		</section>1212				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-781373b elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="781373b" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;jet_parallax_layout_list&quot;:[]}">1213						<div class="elementor-container elementor-column-gap-default">1214					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-764fce2" data-id="764fce2" data-element_type="column" data-e-type="column">1215			<div class="elementor-widget-wrap elementor-element-populated">1216						<div class="elementor-element elementor-element-4658409 footer_copy elementor-widget elementor-widget-text-editor" data-id="4658409" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">1217				<div class="elementor-widget-container">1218									Copyright <b>©</b> 2026 ELITE Immobilier. Tous droits réservés. | <a href="/politique-de-confidentialite/">Politique de confidentialité</a> | <a href="/politique-de-protection-des-renseignements-personnels/">Politique de protection des renseignements personnels</a>								</div>1219				</div>1220					</div>1221		</div>1222					</div>1223		</section>1224				</footer>1225		1226<script type="speculationrules">1227{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hello-theme-child-master/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}1228</script>1229		<div data-elementor-type="popup" data-elementor-id="1788" class="elementor elementor-1788 elementor-location-popup" data-elementor-settings="{&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">1230					<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-b853bc8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b853bc8" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">1231						<div class="elementor-container elementor-column-gap-default">1232					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-afa5543" data-id="afa5543" data-element_type="column" data-e-type="column">1233			<div class="elementor-widget-wrap elementor-element-populated">1234						<div class="elementor-element elementor-element-ccce807 elementor-widget elementor-widget-image" data-id="ccce807" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">1235				<div class="elementor-widget-container">1236																<a href="https://eliteimmobilier.ca">1237							<img width="1068" height="235" src="https://eliteimmobilier.ca/wp-content/uploads/2024/08/EE-01.svg" class="attachment-full size-full wp-image-346" alt="" />								</a>1238															</div>1239				</div>1240				<div class="elementor-element elementor-element-77bd8a6 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="77bd8a6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">1241				<div class="elementor-widget-container">1242								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">1243				<ul id="menu-1-77bd8a6" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-3301"><a href="https://eliteimmobilier.ca/trouver-un-logement/" class="elementor-item">Trouver un logement</a></li>1244<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2230"><a href="https://eliteimmobilier.ca/service-aux-locataires/" class="elementor-item">Service aux locataires</a></li>1245<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://eliteimmobilier.ca/service-aux-investisseurs/" class="elementor-item">Service aux investisseurs</a></li>1246<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://eliteimmobilier.ca/a-propos/" class="elementor-item">À propos</a></li>1247<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10694"><a href="https://eliteimmobilier.ca/carrieres/" class="elementor-item">Carrières</a></li>1248<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2832"><a href="https://eliteimmobilier.ca/tous-les-articles/" class="elementor-item">Blog</a></li>1249<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://eliteimmobilier.ca/nous-contacter/" class="elementor-item">Nous contacter</a></li>1250<li class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-2-en"><a href="https://eliteimmobilier.ca/en/find-a-rental/project-nuvo-plateau/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item"><span class="wpml-ls-display">EN</span></a></li>1251</ul>			</nav>1252						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">1253				<ul id="menu-2-77bd8a6" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-3301"><a href="https://eliteimmobilier.ca/trouver-un-logement/" class="elementor-item" tabindex="-1">Trouver un logement</a></li>1254<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2230"><a href="https://eliteimmobilier.ca/service-aux-locataires/" class="elementor-item" tabindex="-1">Service aux locataires</a></li>1255<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://eliteimmobilier.ca/service-aux-investisseurs/" class="elementor-item" tabindex="-1">Service aux investisseurs</a></li>1256<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://eliteimmobilier.ca/a-propos/" class="elementor-item" tabindex="-1">À propos</a></li>1257<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10694"><a href="https://eliteimmobilier.ca/carrieres/" class="elementor-item" tabindex="-1">Carrières</a></li>1258<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2832"><a href="https://eliteimmobilier.ca/tous-les-articles/" class="elementor-item" tabindex="-1">Blog</a></li>1259<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://eliteimmobilier.ca/nous-contacter/" class="elementor-item" tabindex="-1">Nous contacter</a></li>1260<li class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-2-en"><a href="https://eliteimmobilier.ca/en/find-a-rental/project-nuvo-plateau/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item" tabindex="-1"><span class="wpml-ls-display">EN</span></a></li>1261</ul>			</nav>1262						</div>1263				</div>1264				<div class="elementor-element elementor-element-cfa6ebd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="cfa6ebd" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">1265				<div class="elementor-widget-container">1266									<div class="elementor-button-wrapper">1267					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://eliteimmobilier.securecafe.com/residentservices/apartmentsforrent/userlogin.aspx">1268						<span class="elementor-button-content-wrapper">1269									<span class="elementor-button-text">Accès aux locataires</span>1270					</span>1271					</a>1272				</div>1273								</div>1274				</div>1275					</div>1276		</div>1277					</div>1278		</section>1279				</div>1280					<script>1281				( () => {1282					const lazyloadRunObserver = () => {1283						const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );1284						const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {1285							entries.forEach( ( entry ) => {1286								if ( entry.isIntersecting ) {1287									let lazyloadBackground = entry.target;1288									if( lazyloadBackground ) {1289										lazyloadBackground.classList.add( 'e-lazyloaded' );1290									}1291									lazyloadBackgroundObserver.unobserve( entry.target );1292								}1293							});1294						}, { rootMargin: '200px 0px 200px 0px' } );1295						lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {1296							lazyloadBackgroundObserver.observe( lazyloadBackground );1297						} );1298					};1299					const events = [1300						'DOMContentLoaded',1301						'elementor/lazyload/observe',1302					];1303					events.forEach( ( event ) => {1304						document.addEventListener( event, lazyloadRunObserver );1305					} );1306				} )();1307			</script>1308			<link rel='stylesheet' id='e-popup-css' href='https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.2.1' media='all' />1309<link rel='stylesheet' id='jet-elements-css' href='https://eliteimmobilier.ca/wp-content/plugins/jet-elements/assets/css/jet-elements.css?ver=2.9.1.2' media='all' />1310<script id="hello-theme-frontend-js" src="https://eliteimmobilier.ca/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.9"></script>1311<script id="elementor-webpack-runtime-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.2.1"></script>1312<script id="elementor-frontend-modules-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.2.1"></script>1313<script id="jquery-ui-core-js" src="https://eliteimmobilier.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script>1314<script id="elementor-frontend-js-extra">1315var EAELImageMaskingConfig = {"svg_dir_url":"https://eliteimmobilier.ca/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/image-masking/svg-shapes/"};1316//# sourceURL=elementor-frontend-js-extra1317</script>1318<script id="elementor-frontend-js-before">1319var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Partager sur Facebook","shareOnX":"Share on X","pinIt":"L\u2019\u00e9pingler","download":"T\u00e9l\u00e9charger","downloadImage":"T\u00e9l\u00e9charger une image","fullscreen":"Plein \u00e9cran","zoom":"Zoom","share":"Partager","playVideo":"Lire la vid\u00e9o","previous":"Pr\u00e9c\u00e9dent","next":"Suivant","close":"Fermer","a11yCarouselPrevSlideMessage":"Diapositive pr\u00e9c\u00e9dente","a11yCarouselNextSlideMessage":"Diapositive suivante","a11yCarouselFirstSlideMessage":"Ceci est la premi\u00e8re diapositive","a11yCarouselLastSlideMessage":"Ceci est la derni\u00e8re diapositive","a11yCarouselPaginationBulletMessage":"Aller \u00e0 la diapositive"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":425,"lg":1024,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Portrait mobile","value":424,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Paysage","value":767,"default_value":880,"direction":"max","is_enabled":true},"tablet":{"label":"Tablette en mode portrait","value":1023,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablette en mode paysage","value":1199,"default_value":1200,"direction":"max","is_enabled":true},"laptop":{"label":"Portable","value":1439,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":true},"version":"4.2.1","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"e_panel_promotions":true,"hello-theme-header-footer":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true,"e_pro_atomic_form":true,"e_pro_collection_loop":true,"e_pro_variables":true,"e_pro_interactions":true},"urls":{"assets":"https:\/\/eliteimmobilier.ca\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/eliteimmobilier.ca\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/eliteimmobilier.ca\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"19f2b5a983","atomicFormsSendForm":"f75b18df58"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"viewport_mobile":424,"viewport_mobile_extra":767,"viewport_tablet":1023,"viewport_tablet_extra":1199,"viewport_laptop":1439,"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"title","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":8979,"title":"Projet%20NUVO%20Plateau%20Gatineau%20%3A%20logements%20disponibles","excerpt":"","featuredImage":false}};1320//# sourceURL=elementor-frontend-js-before1321</script>1322<script id="elementor-frontend-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.2.1"></script>1323<script id="smartmenus-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1"></script>1324<script id="swiper-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5"></script>1325<script id="eael-general-js-extra">1326var localize = {"ajaxurl":"https://eliteimmobilier.ca/wp-admin/admin-ajax.php","nonce":"6733a8a3a8","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https://eliteimmobilier.ca/trouver-un-logement/projet-nuvo-plateau/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Portrait mobile","value":424,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Paysage","value":767,"default_value":880,"direction":"max","is_enabled":true},"tablet":{"label":"Tablette en mode portrait","value":1023,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablette en mode paysage","value":1199,"default_value":1200,"direction":"max","is_enabled":true},"laptop":{"label":"Portable","value":1439,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"ParticleThemesData":{"default":"{\"particles\":{\"number\":{\"value\":160,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":true,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"repulse\"},\"onclick\":{\"enable\":true,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nasa":"{\"particles\":{\"number\":{\"value\":250,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":1,\"random\":true,\"anim\":{\"enable\":true,\"speed\":1,\"opacity_min\":0,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":4,\"size_min\":0.3,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":1,\"direction\":\"none\",\"random\":true,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":600}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":250,\"size\":0,\"duration\":2,\"opacity\":0,\"speed\":3},\"repulse\":{\"distance\":400,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","bubble":"{\"particles\":{\"number\":{\"value\":15,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#1b1e34\"},\"shape\":{\"type\":\"polygon\",\"stroke\":{\"width\":0,\"color\":\"#000\"},\"polygon\":{\"nb_sides\":6},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":50,\"random\":false,\"anim\":{\"enable\":true,\"speed\":10,\"size_min\":40,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":200,\"color\":\"#ffffff\",\"opacity\":1,\"width\":2},\"move\":{\"enable\":true,\"speed\":8,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":false,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","snow":"{\"particles\":{\"number\":{\"value\":450,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#fff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":500,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":2},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"bottom\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":0.5}},\"bubble\":{\"distance\":400,\"size\":4,\"duration\":0.3,\"opacity\":1,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nyan_cat":"{\"particles\":{\"number\":{\"value\":150,\"density\":{\"enable\":false,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"star\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"http://wiki.lexisnexis.com/academic/images/f/fb/Itunes_podcast_icon_300.jpg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":4,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":14,\"direction\":\"left\",\"random\":false,\"straight\":true,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":200,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}"},"eael_login_nonce":"582fea535e","eael_register_nonce":"354ef02cf6","eael_lostpassword_nonce":"f4fe92dfc3","eael_resetpassword_nonce":"059a351b3d"};1327//# sourceURL=eael-general-js-extra1328</script>1329<script id="eael-general-js" src="https://eliteimmobilier.ca/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.7.2"></script>1330<script id="jet-tween-js-js" src="https://eliteimmobilier.ca/wp-content/plugins/jet-elements/assets/js/lib/tweenjs/tweenjs.min.js?ver=2.0.2"></script>1331<script id="jet-elements-js-extra">1332var jetElements = {"ajaxUrl":"https://eliteimmobilier.ca/wp-admin/admin-ajax.php","isMobile":"false","templateApiUrl":"https://eliteimmobilier.ca/wp-json/jet-elements-api/v1/elementor-template","devMode":"false","mapboxToken":"","messages":{"invalidMail":"Please specify a valid e-mail"}};1333//# sourceURL=jet-elements-js-extra1334</script>1335<script id="jet-elements-js" src="https://eliteimmobilier.ca/wp-content/plugins/jet-elements/assets/js/jet-elements.min.js?ver=2.9.1.2"></script>1336<script id="jet-tricks-ts-particles-js" src="https://eliteimmobilier.ca/wp-content/plugins/jet-tricks/assets/js/lib/ts-particles/1.18.11/tsparticles.min.js?ver=1.18.11"></script>1337<script id="elementor-pro-webpack-runtime-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.2.1"></script>1338<script id="wp-hooks-js" src="https://eliteimmobilier.ca/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>1339<script id="wp-i18n-js" src="https://eliteimmobilier.ca/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>1340<script id="wp-i18n-js-after">1341wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );1342//# sourceURL=wp-i18n-js-after1343</script>1344<script id="elementor-pro-frontend-js-before">1345var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/eliteimmobilier.ca\/wp-admin\/admin-ajax.php","nonce":"15e408510b","urls":{"assets":"https:\/\/eliteimmobilier.ca\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/eliteimmobilier.ca\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"fr_FR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/eliteimmobilier.ca\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};1346//# sourceURL=elementor-pro-frontend-js-before1347</script>1348<script id="elementor-pro-frontend-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.2.1"></script>1349<script id="pro-elements-handlers-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.2.1"></script>1350<script id="jet-plugins-js" src="https://eliteimmobilier.ca/wp-content/plugins/jet-tricks/assets/lib/jet-plugins/jet-plugins.js?ver=1.1.0"></script>1351<script id="jet-tricks-popperjs-js" src="https://eliteimmobilier.ca/wp-content/plugins/jet-tricks/assets/js/lib/tippy/popperjs.js?ver=2.11.8"></script>1352<script id="jet-tricks-tippy-bundle-js" src="https://eliteimmobilier.ca/wp-content/plugins/jet-tricks/assets/js/lib/tippy/tippy-bundle.js?ver=6.3.7"></script>1353<script id="jet-tricks-frontend-js-extra">1354var JetTricksSettings = {"elements_data":{"sections":[],"columns":[],"widgets":{"908a9e6":[],"2b679bf":[],"f0abf03":[],"eaed49c":[],"0e1d8a4":[],"ad92cf8":[],"3ab9891":[],"08fb62b":[],"34083b1":[],"ec98b2b":[],"659c23d":[],"e01db2d":[],"a7c564e":[],"0fefa20":[],"8d1a44e":[],"ab9d789":[],"8813e91":[],"5e8526c":[],"b872e68":[],"a7ab7e8":[],"9f59a07":[],"125f271":[],"ec1cac0":[],"0cc8ee3":[],"af5a46d":[],"f587939":[],"26307ec":[],"c944e73":[],"dbf6bfe":[],"e4dde4b":[],"18cbd6a":[],"6928cbd":[],"0d2f026":[],"c0af3a5":[],"b76e872":[],"dc39a97":[],"953c934":[],"f74006b":[],"ce260cf":[],"a995e08":[],"1f1fb0f":[],"813e579":[],"4bef008":[],"0a14216":[],"a90618f":[],"7319b09":[],"6d9e434":[],"4128a60":[],"d240479":[],"bc175cc":[],"4c337a6":[],"09d4f17":[],"4cfe04e":[],"a757eeb":[],"bb79b0a":[],"a94ba26":[],"7e359f3":[],"b0c67e8":[],"5ec882d":[],"2a470e6":[],"0594313":[],"17d47ce":[],"8edff60":[],"d5f39bd":[],"8c049ab":[],"ceb9916":[],"6c669ce":[],"e7bad3b":[],"8f8ab14":[],"2171da02":[],"133a99ec":[],"4f7d542c":[],"de6fae4":[],"ce72dc7":[],"23fbc31":[],"aa71ac4":[],"dbfca33":[],"d529814":[],"e964483":[],"05aee96":[],"6fe288b":[],"1c3ce3d":[],"d4728a7":[],"437e7f61":[],"2a9cb36":[],"369b43a":[],"24faee8":[],"4658409":[],"ccce807":[],"77bd8a6":[]}}};1355//# sourceURL=jet-tricks-frontend-js-extra1356</script>1357<script id="jet-tricks-frontend-js" src="https://eliteimmobilier.ca/wp-content/plugins/jet-tricks/assets/js/jet-tricks-frontend.js?ver=2.0.1"></script>1358<script>1359(function () {1360    var ID = "pl25";1361    var DISPLAY_ATTR = 'data-' + ID + '-display';1362    var POLL_MS = 150, MAX_TRIES = 60; // wait up to ~9s for the Maps API to load13631364    function ready() {1365        return typeof elementorFrontend !== 'undefined' && typeof jQuery !== 'undefined';1366    }13671368    function apiReady() {1369        return !!(window.google && window.google.maps);1370    }13711372    // The runtime reveals a gated map div by flipping data-<id>-display to1373    // "true" once its category is consented. If the attribute is absent the div1374    // was never gated, so Essential Addons handles it normally and we stay out.1375    function granted(mapEl) {1376        return !!mapEl && mapEl.getAttribute(DISPLAY_ATTR) === 'true';1377    }13781379    function initialized(mapEl) {1380        return !!mapEl && jQuery(mapEl).data('eael-map-initialized') === true;1381    }13821383    // Re-fire Essential Addons' per-widget init. EA registers it on the1384    // Elementor hook "frontend/element_ready/eael-google-map.default"; calling1385    // that hook directly is the most reliable re-trigger. Fall back to1386    // runReadyTrigger for builds where the hooks API differs.1387    function triggerReady($widget) {1388        var ef = window.elementorFrontend;1389        if (ef && ef.hooks && typeof ef.hooks.doAction === 'function') {1390            ef.hooks.doAction('frontend/element_ready/eael-google-map.default', $widget, jQuery);1391            return true;1392        }1393        if (ef && ef.elementsHandler && typeof ef.elementsHandler.runReadyTrigger === 'function') {1394            ef.elementsHandler.runReadyTrigger($widget);1395            return true;1396        }1397        return false;1398    }13991400    function reinitWidget(widget) {1401        var $ = jQuery;1402        var mapEl = widget.querySelector('.eael-google-map');1403        var noticeEl = widget.querySelector('.google-map-notice');14041405        if (noticeEl) {1406            noticeEl.innerHTML = '';1407            noticeEl.className = 'google-map-notice';1408            noticeEl.removeAttribute('style');1409        }1410        if (mapEl) {1411            // EA's pre-consent init (run before the Maps API finished loading)1412            // forces an inline display:none on the map element. Clear it so the1413            // re-initialised map is visible and sized correctly — otherwise the1414            // map builds into a 0x0 hidden box and renders blank.1415            mapEl.style.removeProperty('display');1416            // Clear EA's "already handled" flags and force init even if a1417            // visibility check would otherwise skip it.1418            $(mapEl).removeData('eael-map-initialized').removeData('eael-map-pending')1419                    .removeClass('eael-gmap-shown')1420                    .data('eael-force-init', true);1421        }14221423        triggerReady($(widget));14241425        // Stop EA's polling fallback from re-initialising this map.1426        if (mapEl) {1427            $(mapEl).addClass('eael-gmap-shown');1428        }1429    }14301431    // Re-init every consented-but-uninitialised map once the API is ready.1432    // Returns true when nothing is left waiting on the API (so polling stops):1433    // denied maps keep their placeholder and never hold the poll open.1434    function sweep() {1435        var widgets = document.querySelectorAll('.elementor-widget-eael-google-map');1436        // No map widgets on this page: nothing to do, stop polling. Checked1437        // before ready() so pages without Elementor/jQuery don't poll or warn.1438        if (widgets.length === 0) {1439            return true;1440        }1441        if (!ready()) {1442            return false;1443        }1444        var pending = 0;1445        widgets.forEach(function (widget) {1446            var mapEl = widget.querySelector('.eael-google-map');1447            if (!granted(mapEl) || initialized(mapEl)) {1448                return;1449            }1450            if (apiReady()) {1451                reinitWidget(widget);1452            } else {1453                pending++;1454            }1455        });1456        return pending === 0;1457    }14581459    function poll(triesLeft) {1460        if (sweep()) {1461            return;1462        }1463        if (triesLeft > 0) {1464            setTimeout(function () { poll(triesLeft - 1); }, POLL_MS);1465        } else {1466            console.warn('[SimpleConsent EA gmap] Google Maps API did not load; map not initialised.');1467        }1468    }14691470    // Path 1 — consent already stored: the runtime unblocks on boot WITHOUT1471    // firing a change event, so sweep once the page has loaded.1472    if (document.readyState === 'complete') {1473        poll(MAX_TRIES);1474    } else {1475        window.addEventListener('load', function () { poll(MAX_TRIES); });1476    }14771478    // Path 2 — consent granted live this session: the runtime fires the change1479    // event after revealing the div and re-injecting the API loader.1480    window.addEventListener(ID + 'ConsentChanged', function (e) {1481        // detail is the permissions object: { necessary, statistics, preferences, marketing }1482        if (!e.detail || e.detail.preferences !== true) {1483            return;1484        }1485        poll(MAX_TRIES);1486    });1487})();1488</script>1489        1490<div id="pl25--root"> <div data-part="wrapper" id="pl25-modal" class="pl25-modal pl25-hide pl25-position-left"> <div data-part="toggle" id="pl25-toggle" class="pl25-toggle pl25-hide" title="Paramètres de confidentialité"></div> <div data-part="body" id="pl25-body" class="pl25-body"> <div data-part="dismiss" id="pl25-dismiss" class="pl25-dismiss pl25-hide"></div> <div data-part="header" id="pl25-header" class="pl25-header"> <p data-part="title" class="pl25-title">Respect de la vie privée</p> <div data-part="desc-primary" id="pl25-desc-primary" class="pl25-desc-primary">En acceptant de partager certaines informations de navigation avec nous, vous nous aidez à nous améliorer et à vous offrir une meilleure expérience.</div> <div data-part="desc-secondary" id="pl25-desc-secondary" class="pl25-desc-secondary">Activez les catégories que vous souhaitez partager, merci de votre aide!</div> </div> <div data-part="permissions" id="pl25-permissions" class="pl25-permissions"> <div data-part="permission" class="pl25-permission"> <button type="button" data-part="permission-toggle" class="pl25-description-toggle"></button> <input type="checkbox" name="necessary" id="necessary" checked="checked" disabled="disabled"> <label data-part="permission-label" for="necessary"> <span>Nécessaires</span> <span data-part="permission-switch" class="necessary-custom-check"></span> </label> <div data-part="permission-description" class="pl25-description">Nécessaires au fonctionnement du site web.</div> </div> <div data-part="permission" class="pl25-permission"> <button type="button" data-part="permission-toggle" class="pl25-description-toggle"></button> <input type="checkbox" name="statistics" id="statistics"> <label data-part="permission-label" for="statistics"> <span>Statistiques</span> <span data-part="permission-switch" class="necessary-custom-check"></span> </label> <div data-part="permission-description" class="pl25-description"><ul><li>Google Analytics</li></ul></div> </div> <div data-part="permission" class="pl25-permission"> <button type="button" data-part="permission-toggle" class="pl25-description-toggle"></button> <input type="checkbox" name="preferences" id="preferences"> <label data-part="permission-label" for="preferences"> <span>Préférences</span> <span data-part="permission-switch" class="necessary-custom-check"></span> </label> <div data-part="permission-description" class="pl25-description"><ul><li>Vidéo</li></ul></div> </div> <div data-part="permission" class="pl25-permission"> <button type="button" data-part="permission-toggle" class="pl25-description-toggle"></button> <input type="checkbox" name="marketing" id="marketing"> <label data-part="permission-label" for="marketing"> <span>Marketing</span> <span data-part="permission-switch" class="necessary-custom-check"></span> </label> <div data-part="permission-description" class="pl25-description"><ul><li>Google Ads</li><li>Facebook Pixel</li><li>Conversion Linker</li><li>Google Tag Manager</li></ul></div> </div> </div> <div data-part="actions" id="pl25-actions" class="pl25-actions"> <button type="button" data-part="btn-reject" class="pl25-btn pl25-btn_reject" title="Tout refuser" id="pl25-btn_reject">Tout refuser</button> <button type="button" data-part="btn-customize" class="pl25-btn pl25-btn_customize" title="Personnaliser" id="pl25-btn_customize">Personnaliser</button> <button type="button" data-part="btn-save" class="pl25-btn pl25-btn_save" title="Enregistrer" id="pl25-btn_save">Enregistrer</button> <button type="button" data-part="btn-accept" class="pl25-btn pl25-btn_accept" title="Tout accepter" id="pl25-btn_accept">Tout accepter</button> </div> <div data-part="branding" id="pl25-branding" class="pl25-branding"> <div data-part="policy-links" class="pl25-policy-links"> <a href="https://eliteimmobilier.ca/politique-de-confidentialite/" target="_blank" rel="noopener noreferrer">Politique de confidentialité</a> <a href="https://eliteimmobilier.ca/politique-de-protection-des-renseignements-personnels/" target="_blank" rel="noopener noreferrer">Politique de protection des renseignements personnels</a> </div> <a data-part="powered-by" href="https://prosomo.com" target="_blank" title="Prosomo">Propulsé par<img src="https://api.consent.simplecommerce.app/assets/logos/prosomo-white.svg" alt="Prosomo"></a> </div> </div> </div> </div>1491</body>1492</html>1493