SPB Git

spb/lou-ka Public

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

HTML 99.7%
216.2 KB · 1,745 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>Complexe Fraser Aylmer : emménagez dès le 1er juillet</title>10<link rel="alternate" hreflang="fr" href="https://eliteimmobilier.ca/trouver-un-logement/complexe-chemin-fraser/" />11<link rel="alternate" hreflang="en" href="https://eliteimmobilier.ca/en/find-a-rental/complexe-chemin-fraser/" />12<link rel="alternate" hreflang="x-default" href="https://eliteimmobilier.ca/trouver-un-logement/complexe-chemin-fraser/" />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":"216f7b3d584f389aebbaad911e0739a1","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="Complexe Fraser Aylmer : emménagez dès le 1er juillet">22<meta name="dc.description" content="Studios, 1 et 2 chambres à Aylmer. Électricité, internet et 5 électroménagers inclus. Réservez votre unité avant qu&#039;il n&#039;en reste plus.">23<meta name="dc.relation" content="https://eliteimmobilier.ca/trouver-un-logement/complexe-chemin-fraser/">24<meta name="dc.source" content="https://eliteimmobilier.ca/">25<meta name="dc.language" content="fr_FR">26<meta name="description" content="Studios, 1 et 2 chambres à Aylmer. Électricité, internet et 5 électroménagers inclus. Réservez votre unité avant qu&#039;il n&#039;en reste plus.">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/complexe-chemin-fraser/">29<meta property="og:url" content="https://eliteimmobilier.ca/trouver-un-logement/complexe-chemin-fraser/">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="Complexe Fraser Aylmer : emménagez dès le 1er juillet">37<meta property="og:description" content="Studios, 1 et 2 chambres à Aylmer. Électricité, internet et 5 électroménagers inclus. Réservez votre unité avant qu&#039;il n&#039;en reste plus.">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="Complexe Fraser Aylmer : emménagez dès le 1er juillet">44<meta name="twitter:description" content="Studios, 1 et 2 chambres à Aylmer. Électricité, internet et 5 électroménagers inclus. Réservez votre unité avant qu&#039;il n&#039;en reste plus.">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%2Fcomplexe-chemin-fraser%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%2Fcomplexe-chemin-fraser%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-8237-css' href='https://eliteimmobilier.ca/wp-content/uploads/elementor/css/post-8237.css?ver=1786046434' 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/8237" /><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-8237 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-8237 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/complexe-chemin-fraser/" 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/complexe-chemin-fraser/" 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="8237" class="elementor elementor-8237" 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: right;"><span style="color: #192051;"><strong><a href="#galerie">GALERIE</a>          <a href="#floorplan">PLANS D&rsquo;UNITÉS</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/phase-1b-complexe-fraser-2-scaled-rl4l442jw9xypyj87tmgce49szemrrim1u9fvqaoe8.png" title="phase 1b complexe fraser 2" alt="phase 1b complexe fraser 2" 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">EMMÉNAGER À PARTIR DU 1ER JUILLET 2026</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/cf2-cover-rl34wshdgugtq4s8yl71q58tmy3h5zc9k2ipsdm92q.png" title="cf2 cover" alt="cf2 cover" 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					<h1 class="elementor-heading-title elementor-size-default">Complexe Fraser : Appartements à louer à Gatineau</h1>				</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/phase-1b-complexe-fraser-2-scaled-rl4l442jw9xlmjfon4va31l2cx755lg96t586mx3wg.png" title="phase 1b complexe fraser 2" alt="phase 1b complexe fraser 2" 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 Complexe Fraser, un tout nouveau complexe résidentiel situé en plein cœur de Aylmer. Ce projet propose une sélection d’appartements modernes et fonctionnels, allant de chaleureux logements studio à de vastes unités de deux chambres, offrant ainsi confort, élégance et adaptabilité pour chaque mode de vie.</p><p>Dotés de finitions actuelles, d’espaces lumineux et de balcons privés, les appartements ont été pensés pour rehausser votre quotidien. Vous profiterez également d’un accès rapide aux commerces, aux parcs, aux écoles et au transport en commun, le tout dans un environnement accueillant et harmonieux, entouré d’une nature splendide.</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">STUDIO À PARTIR DE $1399/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">1 CHAMBRE À PARTIR DE $1499/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-c0e1895 elementor-align-justify elementor-widget elementor-widget-button" data-id="c0e1895" 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">1 CHAMBRES + BUREAU À PARTIR DE $1599/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 CHAMBRES À PARTIR DE $1749/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 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/3-1-768x432.png" alt="3" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/4-1-768x432.png" alt="4" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/1-1-768x432.png" alt="1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 sur 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/2-1-768x432.png" alt="2" /></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				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-bb6afea elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bb6afea" data-element_type="section" data-e-type="section" id="floorplan" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">710						<div class="elementor-container elementor-column-gap-default">711					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1ead67f" data-id="1ead67f" data-element_type="column" data-e-type="column">712			<div class="elementor-widget-wrap elementor-element-populated">713						<div class="elementor-element elementor-element-e94d528 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="e94d528" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&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;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">714				<div class="elementor-widget-container">715							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">716			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">717								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 6"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="e94d528" data-elementor-lightbox-title="A - Studio" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI3NiwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2Etc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU5NGQ1MjgifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a-768x432.jpg" alt="A" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 6"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="e94d528" data-elementor-lightbox-title="C2 - Studio" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI3OCwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2MyLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJlOTRkNTI4In0%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_c2-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_c2-768x432.jpg" alt="C2" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 6"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="e94d528" data-elementor-lightbox-title="G - Studio" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI4MCwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2ctc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU5NGQ1MjgifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_g-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_g-768x432.jpg" alt="G" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 sur 6"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="e94d528" data-elementor-lightbox-title="D - Studio" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI4MiwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2Qtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU5NGQ1MjgifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_d-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_d-768x432.jpg" alt="D" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 sur 6"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="e94d528" data-elementor-lightbox-title="F - Studio" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI4NCwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2Ytc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU5NGQ1MjgifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_f-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_f-768x432.jpg" alt="F" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="6 sur 6"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="e94d528" data-elementor-lightbox-title="C - Studio" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI4NiwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2Mtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU5NGQ1MjgifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_c-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_c-768x432.jpg" alt="C" /></figure></a></div>			</div>718												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">719						<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>720					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">721						<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>722				723									<div class="swiper-pagination"></div>724									</div>725						</div>726				</div>727				<div class="elementor-element elementor-element-69b1985 elementor-widget elementor-widget-heading" data-id="69b1985" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">728				<div class="elementor-widget-container">729					<h2 class="elementor-heading-title elementor-size-default">2 1/2</h2>				</div>730				</div>731					</div>732		</div>733				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d082272" data-id="d082272" data-element_type="column" data-e-type="column">734			<div class="elementor-widget-wrap elementor-element-populated">735						<div class="elementor-element elementor-element-b8b9dba elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="b8b9dba" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&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;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">736				<div class="elementor-widget-container">737							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">738			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">739								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 5"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="b8b9dba" data-elementor-lightbox-title="A4 - 1 Chambre" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI5MSwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2E0LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJiOGI5ZGJhIn0%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a4-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a4-768x432.jpg" alt="A4" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 5"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="b8b9dba" data-elementor-lightbox-title="G - 1 Chambre" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI5MywidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2ctMS1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiYjhiOWRiYSJ9" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_g-1-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_g-1-768x432.jpg" alt="G" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 5"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="b8b9dba" data-elementor-lightbox-title="G2 - 1 Chambre" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI5NSwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2cyLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJiOGI5ZGJhIn0%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_g2-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_g2-768x432.jpg" alt="G2" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 sur 5"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="b8b9dba" data-elementor-lightbox-title="E - 1 Chambre" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI5NywidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2Utc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImI4YjlkYmEifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_e-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_e-768x432.jpg" alt="E" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 sur 5"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="b8b9dba" data-elementor-lightbox-title="H - 1 Chambre" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODI5OSwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2gtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImI4YjlkYmEifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_h-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_h-768x432.jpg" alt="H" /></figure></a></div>			</div>740												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">741						<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>742					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">743						<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>744				745									<div class="swiper-pagination"></div>746									</div>747						</div>748				</div>749				<div class="elementor-element elementor-element-053a635 elementor-widget elementor-widget-heading" data-id="053a635" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">750				<div class="elementor-widget-container">751					<h2 class="elementor-heading-title elementor-size-default">3 1/2</h2>				</div>752				</div>753					</div>754		</div>755				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-426af3b" data-id="426af3b" data-element_type="column" data-e-type="column">756			<div class="elementor-widget-wrap elementor-element-populated">757						<div class="elementor-element elementor-element-52224e6 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="52224e6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&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;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">758				<div class="elementor-widget-container">759							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">760			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">761								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="52224e6" data-elementor-lightbox-title="A3 - 1 Chambre + Bureau" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODMwMSwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2EzLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI1MjIyNGU2In0%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a3-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a3-768x432.jpg" alt="A3" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="52224e6" data-elementor-lightbox-title="A - 1 Chambre + Bureau" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODMwMywidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2EtMS1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiNTIyMjRlNiJ9" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a-1-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a-1-768x432.jpg" alt="A" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="52224e6" data-elementor-lightbox-title="A2 - 1 Chambre + Bureau" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODMwNSwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2EyLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI1MjIyNGU2In0%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a2-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_a2-768x432.jpg" alt="A2" /></figure></a></div>			</div>762												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">763						<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>764					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">765						<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>766				767									<div class="swiper-pagination"></div>768									</div>769						</div>770				</div>771				<div class="elementor-element elementor-element-a24f322 elementor-widget elementor-widget-heading" data-id="a24f322" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">772				<div class="elementor-widget-container">773					<h2 class="elementor-heading-title elementor-size-default">3 1/2 + BUREAU</h2>				</div>774				</div>775					</div>776		</div>777				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-fa68908" data-id="fa68908" data-element_type="column" data-e-type="column">778			<div class="elementor-widget-wrap elementor-element-populated">779						<div class="elementor-element elementor-element-38796c0 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="38796c0" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&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;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">780				<div class="elementor-widget-container">781							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">782			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">783								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="38796c0" data-elementor-lightbox-title="J2 - 2 Chambres" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODMwOCwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2oyLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiIzODc5NmMwIn0%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_j2-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_j2-768x432.jpg" alt="J2" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="38796c0" data-elementor-lightbox-title="J - 2 Chambres" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODMxMCwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2otc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6IjM4Nzk2YzAifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_j-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_j-768x432.jpg" alt="J" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="38796c0" data-elementor-lightbox-title="B - 2 Chambres" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODMxMiwidXJsIjoiaHR0cHM6XC9cL2VsaXRlaW1tb2JpbGllci5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL3BsYW5jaGVyX2Itc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6IjM4Nzk2YzAifQ%3D%3D" href="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_b-scaled.jpg"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/plancher_b-768x432.jpg" alt="B" /></figure></a></div>			</div>784												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">785						<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>786					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">787						<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>788				789									<div class="swiper-pagination"></div>790									</div>791						</div>792				</div>793				<div class="elementor-element elementor-element-1ccc1c0 elementor-widget elementor-widget-heading" data-id="1ccc1c0" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">794				<div class="elementor-widget-container">795					<h2 class="elementor-heading-title elementor-size-default">4 1/2</h2>				</div>796				</div>797					</div>798		</div>799					</div>800		</section>801				<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">802				<div class="elementor-widget-container">803							<div class="elementor-spacer">804			<div class="elementor-spacer-inner"></div>805		</div>806						</div>807				</div>808				<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">809				<div class="elementor-widget-container">810							<div class="elementor-divider">811			<span class="elementor-divider-separator">812						</span>813		</div>814						</div>815				</div>816				<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">817				<div class="elementor-widget-container">818					<h2 class="elementor-heading-title elementor-size-default">INCLUSIONS</h2>				</div>819				</div>820				<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">821				<div class="elementor-widget-container">822									<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>823				</div>824				<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;:[]}">825						<div class="elementor-container elementor-column-gap-default">826					<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">827			<div class="elementor-widget-wrap elementor-element-populated">828						<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">829				<div class="elementor-widget-container">830							<div class="elementor-icon-box-wrapper">831832						<div class="elementor-icon-box-icon">833				<span  class="elementor-icon">834				<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>835			</div>836			837						<div class="elementor-icon-box-content">838839									<h3 class="elementor-icon-box-title">840						<span  >841							ELECTRICITÉ						</span>842					</h3>843				844				845			</div>846			847		</div>848						</div>849				</div>850					</div>851		</div>852				<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">853			<div class="elementor-widget-wrap elementor-element-populated">854						<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">855				<div class="elementor-widget-container">856							<div class="elementor-icon-box-wrapper">857858						<div class="elementor-icon-box-icon">859				<span  class="elementor-icon">860				<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>861			</div>862			863						<div class="elementor-icon-box-content">864865									<h3 class="elementor-icon-box-title">866						<span  >867							INTERNET						</span>868					</h3>869				870				871			</div>872			873		</div>874						</div>875				</div>876					</div>877		</div>878				<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">879			<div class="elementor-widget-wrap elementor-element-populated">880						<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">881				<div class="elementor-widget-container">882							<div class="elementor-icon-box-wrapper">883884						<div class="elementor-icon-box-icon">885				<span  class="elementor-icon">886				<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>887			</div>888			889						<div class="elementor-icon-box-content">890891									<h3 class="elementor-icon-box-title">892						<span  >893							5 ÉLECTROMÉNAGERS						</span>894					</h3>895				896				897			</div>898			899		</div>900						</div>901				</div>902					</div>903		</div>904					</div>905		</section>906				<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;:[]}">907						<div class="elementor-container elementor-column-gap-default">908					<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">909			<div class="elementor-widget-wrap elementor-element-populated">910						<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">911				<div class="elementor-widget-container">912							<div class="elementor-icon-box-wrapper">913914						<div class="elementor-icon-box-icon">915				<span  class="elementor-icon">916				<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>917			</div>918			919						<div class="elementor-icon-box-content">920921									<h3 class="elementor-icon-box-title">922						<span  >923							CHAUFFAGE						</span>924					</h3>925				926				927			</div>928			929		</div>930						</div>931				</div>932					</div>933		</div>934				<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">935			<div class="elementor-widget-wrap elementor-element-populated">936						<div class="elementor-element elementor-element-f82c3e0 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="f82c3e0" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">937				<div class="elementor-widget-container">938							<div class="elementor-icon-box-wrapper">939940						<div class="elementor-icon-box-icon">941				<span  class="elementor-icon">942				<svg aria-hidden="true" class="e-font-icon-svg e-fas-angle-double-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z"></path></svg>				</span>943			</div>944			945						<div class="elementor-icon-box-content">946947									<h3 class="elementor-icon-box-title">948						<span  >949							ASCENSEUR						</span>950					</h3>951				952				953			</div>954			955		</div>956						</div>957				</div>958					</div>959		</div>960				<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">961			<div class="elementor-widget-wrap elementor-element-populated">962						<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">963				<div class="elementor-widget-container">964							<div class="elementor-icon-box-wrapper">965966						<div class="elementor-icon-box-icon">967				<span  class="elementor-icon">968				<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>969			</div>970			971						<div class="elementor-icon-box-content">972973									<h3 class="elementor-icon-box-title">974						<span  >975							TOILES AUX FENÊTRES						</span>976					</h3>977				978				979			</div>980			981		</div>982						</div>983				</div>984					</div>985		</div>986					</div>987		</section>988				<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">989				<div class="elementor-widget-container">990							<div class="elementor-divider">991			<span class="elementor-divider-separator">992						</span>993		</div>994						</div>995				</div>996				<div class="elementor-element elementor-element-ecb8932 elementor-widget elementor-widget-heading" data-id="ecb8932" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">997				<div class="elementor-widget-container">998					<h2 class="elementor-heading-title elementor-size-default">DISPONIBLE EN SUPPLÉMENT ($)</h2>				</div>999				</div>1000				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-d49d199 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d49d199" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}">1001						<div class="elementor-container elementor-column-gap-default">1002					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0dfcb55" data-id="0dfcb55" data-element_type="column" data-e-type="column">1003			<div class="elementor-widget-wrap elementor-element-populated">1004						<div class="elementor-element elementor-element-b13eff4 elementor-widget elementor-widget-spacer" data-id="b13eff4" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">1005				<div class="elementor-widget-container">1006							<div class="elementor-spacer">1007			<div class="elementor-spacer-inner"></div>1008		</div>1009						</div>1010				</div>1011				<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">1012				<div class="elementor-widget-container">1013							<div class="elementor-icon-box-wrapper">10141015						<div class="elementor-icon-box-icon">1016				<span  class="elementor-icon">1017				<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>1018			</div>1019			1020						<div class="elementor-icon-box-content">10211022									<h3 class="elementor-icon-box-title">1023						<span  >1024							STATIONNEMENT INTÉRIEUR ($)*						</span>1025					</h3>1026				1027				1028			</div>1029			1030		</div>1031						</div>1032				</div>1033					</div>1034		</div>1035				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1b76df7" data-id="1b76df7" data-element_type="column" data-e-type="column">1036			<div class="elementor-widget-wrap elementor-element-populated">1037						<div class="elementor-element elementor-element-d0e7848 elementor-widget elementor-widget-spacer" data-id="d0e7848" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">1038				<div class="elementor-widget-container">1039							<div class="elementor-spacer">1040			<div class="elementor-spacer-inner"></div>1041		</div>1042						</div>1043				</div>1044				<div class="elementor-element elementor-element-4c1c18d 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="4c1c18d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">1045				<div class="elementor-widget-container">1046							<div class="elementor-icon-box-wrapper">10471048						<div class="elementor-icon-box-icon">1049				<span  class="elementor-icon">1050				<svg aria-hidden="true" class="e-font-icon-svg e-fas-charging-station" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z"></path></svg>				</span>1051			</div>1052			1053						<div class="elementor-icon-box-content">10541055									<h3 class="elementor-icon-box-title">1056						<span  >1057							CHARGEURS ÉLECTRIQUES ($)*						</span>1058					</h3>1059				1060				1061			</div>1062			1063		</div>1064						</div>1065				</div>1066					</div>1067		</div>1068					</div>1069		</section>1070				<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">1071				<div class="elementor-widget-container">1072							<div class="elementor-spacer">1073			<div class="elementor-spacer-inner"></div>1074		</div>1075						</div>1076				</div>1077				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-ccee079 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ccee079" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}">1078						<div class="elementor-container elementor-column-gap-default">1079					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c08ef14" data-id="c08ef14" data-element_type="column" data-e-type="column">1080			<div class="elementor-widget-wrap elementor-element-populated">1081						<div class="elementor-element elementor-element-2c82d09 elementor-align-justify elementor-widget elementor-widget-button" data-id="2c82d09" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">1082				<div class="elementor-widget-container">1083									<div class="elementor-button-wrapper">1084					<a class="elementor-button elementor-size-sm" role="button">1085						<span class="elementor-button-content-wrapper">1086									<span class="elementor-button-text">JUILLET 2026</span>1087					</span>1088					</a>1089				</div>1090								</div>1091				</div>1092				<div class="elementor-element elementor-element-aa3a1ba elementor-widget elementor-widget-image" data-id="aa3a1ba" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">1093				<div class="elementor-widget-container">1094															<img alt="" decoding="async" width="768" height="432" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/63-unites-04-768x432.jpg" class="attachment-medium_large size-medium_large wp-image-8344" alt="" srcset="https://eliteimmobilier.ca/wp-content/uploads/2026/03/63-unites-04-768x432.jpg 768w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/63-unites-04-300x169.jpg 300w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/63-unites-04-1024x576.jpg 1024w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/63-unites-04-1536x864.jpg 1536w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/63-unites-04-2048x1152.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" />															</div>1095				</div>1096				<div class="elementor-element elementor-element-cab64f3 elementor-widget elementor-widget-heading" data-id="cab64f3" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">1097				<div class="elementor-widget-container">1098					<h4 class="elementor-heading-title elementor-size-default">515 chemin Fraser</h4>				</div>1099				</div>1100				<div class="elementor-element elementor-element-1fdd2da elementor-widget elementor-widget-text-editor" data-id="1fdd2da" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">1101				<div class="elementor-widget-container">1102									<p style="text-align: center;">63 unités</p>								</div>1103				</div>1104					</div>1105		</div>1106				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-04c741f" data-id="04c741f" data-element_type="column" data-e-type="column">1107			<div class="elementor-widget-wrap elementor-element-populated">1108						<div class="elementor-element elementor-element-ec6db4c elementor-align-justify elementor-widget elementor-widget-button" data-id="ec6db4c" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">1109				<div class="elementor-widget-container">1110									<div class="elementor-button-wrapper">1111					<a class="elementor-button elementor-size-sm" role="button">1112						<span class="elementor-button-content-wrapper">1113									<span class="elementor-button-text">SEPTEMBRE 2026</span>1114					</span>1115					</a>1116				</div>1117								</div>1118				</div>1119				<div class="elementor-element elementor-element-b04caba elementor-widget elementor-widget-image" data-id="b04caba" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">1120				<div class="elementor-widget-container">1121															<img alt="" decoding="async" width="800" height="450" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/79-unites-02-1024x576.jpg" class="attachment-large size-large wp-image-8350" alt="" srcset="https://eliteimmobilier.ca/wp-content/uploads/2026/03/79-unites-02-1024x576.jpg 1024w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/79-unites-02-300x169.jpg 300w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/79-unites-02-768x432.jpg 768w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/79-unites-02-1536x864.jpg 1536w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/79-unites-02-2048x1152.jpg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															</div>1122				</div>1123				<div class="elementor-element elementor-element-fc13c64 elementor-widget elementor-widget-heading" data-id="fc13c64" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">1124				<div class="elementor-widget-container">1125					<h4 class="elementor-heading-title elementor-size-default">495 chemin Fraser</h4>				</div>1126				</div>1127				<div class="elementor-element elementor-element-124f625 elementor-widget elementor-widget-text-editor" data-id="124f625" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">1128				<div class="elementor-widget-container">1129									<p style="text-align: center;">77 unités</p>								</div>1130				</div>1131					</div>1132		</div>1133				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ac6f48e" data-id="ac6f48e" data-element_type="column" data-e-type="column">1134			<div class="elementor-widget-wrap elementor-element-populated">1135						<div class="elementor-element elementor-element-3dde0e0 elementor-align-justify elementor-widget elementor-widget-button" data-id="3dde0e0" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">1136				<div class="elementor-widget-container">1137									<div class="elementor-button-wrapper">1138					<a class="elementor-button elementor-size-sm" role="button">1139						<span class="elementor-button-content-wrapper">1140									<span class="elementor-button-text">DÉCEMBRE 2026</span>1141					</span>1142					</a>1143				</div>1144								</div>1145				</div>1146				<div class="elementor-element elementor-element-83ee903 elementor-widget elementor-widget-image" data-id="83ee903" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">1147				<div class="elementor-widget-container">1148															<img alt="" loading="lazy" decoding="async" width="768" height="432" src="https://eliteimmobilier.ca/wp-content/uploads/2026/03/39-unites-01-768x432.jpg" class="attachment-medium_large size-medium_large wp-image-8352" alt="" srcset="https://eliteimmobilier.ca/wp-content/uploads/2026/03/39-unites-01-768x432.jpg 768w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/39-unites-01-300x169.jpg 300w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/39-unites-01-1024x576.jpg 1024w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/39-unites-01-1536x864.jpg 1536w, https://eliteimmobilier.ca/wp-content/uploads/2026/03/39-unites-01-2048x1152.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" />															</div>1149				</div>1150				<div class="elementor-element elementor-element-68fc122 elementor-widget elementor-widget-heading" data-id="68fc122" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">1151				<div class="elementor-widget-container">1152					<h4 class="elementor-heading-title elementor-size-default">475 chemin Fraser</h4>				</div>1153				</div>1154				<div class="elementor-element elementor-element-7935d61 elementor-widget elementor-widget-text-editor" data-id="7935d61" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">1155				<div class="elementor-widget-container">1156									<p style="text-align: center;">39 unités</p>								</div>1157				</div>1158					</div>1159		</div>1160					</div>1161		</section>1162				<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">1163				<div class="elementor-widget-container">1164							<div class="elementor-custom-embed">1165			<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"1166					data-src="https://maps.google.com/maps?q=515%20chemin%20Fraser&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near"1167					title="515 chemin Fraser"1168					aria-label="515 chemin Fraser"1169			 data-pl25-consent="preferences"></iframe>1170		</div>1171						</div>1172				</div>1173				<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">1174				<div class="elementor-widget-container">1175									<div class="elementor-button-wrapper">1176					<a class="elementor-button elementor-size-sm" role="button">1177						<span class="elementor-button-content-wrapper">1178									<span class="elementor-button-text">EMMÉNAGER À PARTIR DU 1ER JUILLET 2026</span>1179					</span>1180					</a>1181				</div>1182								</div>1183				</div>1184				<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">1185				<div class="elementor-widget-container">1186							<div class="elementor-spacer">1187			<div class="elementor-spacer-inner"></div>1188		</div>1189						</div>1190				</div>1191				<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;:[]}">1192						<div class="elementor-container elementor-column-gap-default">1193					<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">1194			<div class="elementor-widget-wrap">1195							</div>1196		</div>1197				<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">1198			<div class="elementor-widget-wrap elementor-element-populated">1199						<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">1200				<div class="elementor-widget-container">1201					<h3 class="elementor-heading-title elementor-size-default">L’ALLIANCE PARFAITE DU CONFORTET D’UN MODE DE VIE CONNECTÉ.</h3>				</div>1202				</div>1203					</div>1204		</div>1205				<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">1206			<div class="elementor-widget-wrap">1207							</div>1208		</div>1209					</div>1210		</section>1211				<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">1212				<div class="elementor-widget-container">1213							<div class="elementor-spacer">1214			<div class="elementor-spacer-inner"></div>1215		</div>1216						</div>1217				</div>1218				<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;:[]}">1219						<div class="elementor-container elementor-column-gap-default">1220					<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">1221			<div class="elementor-widget-wrap">1222							</div>1223		</div>1224				<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">1225			<div class="elementor-widget-wrap elementor-element-populated">1226						<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">1227				<div class="elementor-widget-container">1228															<img decoding="async" src="https://eliteimmobilier.ca/wp-content/uploads/elementor/thumbs/phase-1b-complexe-fraser-2-scaled-rl4l442jw9xlmjfon4va31l2cx755lg96t586mx3wg.png" title="phase 1b complexe fraser 2" alt="phase 1b complexe fraser 2" loading="lazy" />															</div>1229				</div>1230				<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">1231				<div class="elementor-widget-container">1232							<div class="elementor-spacer">1233			<div class="elementor-spacer-inner"></div>1234		</div>1235						</div>1236				</div>1237				<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">1238				<div class="elementor-widget-container">1239									<p style="text-align: center;">Complexe Fraser bénéficie d’un emplacement privilégié au cœur de Aylmer, offrant un cadre de vie accueillant et à proximité de toutes les commodités essentielles. Situé près de parcs, écoles, services et commerces, le complexe combine parfaitement confort, accessibilité et qualité de vie.</p><p>Vivez la tranquillité d’un quartier résidentiel tout en restant connecté à l’énergie urbaine de la ville. Explorez tout ce qui entoure Complexe Fraser et découvrez pourquoi tant de résidents choisissent Aylmer pour y bâtir leur quotidien.</p>								</div>1240				</div>1241					</div>1242		</div>1243				<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">1244			<div class="elementor-widget-wrap">1245							</div>1246		</div>1247					</div>1248		</section>1249				<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">1250				<div class="elementor-widget-container">1251									<h4 style="text-align: center;"><span style="color: #345344;"><strong>Épiceries  •  Pharmacies  •  Transport en commun  •  Écoles  •  Restaurants  •  Parcs</strong></span></h4>								</div>1252				</div>1253				<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">1254				<div class="elementor-widget-container">1255							<div class="elementor-spacer">1256			<div class="elementor-spacer-inner"></div>1257		</div>1258						</div>1259				</div>1260				<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">1261				<div class="elementor-widget-container">1262									<div class="elementor-button-wrapper">1263					<a class="elementor-button elementor-size-sm" role="button">1264						<span class="elementor-button-content-wrapper">1265									<span class="elementor-button-text">MODERNITÉ, EFFICACITÉ ET ESPRIT DE COMMUNAUTÉ — TOUT EST LÀ POUR VOUS.</span>1266					</span>1267					</a>1268				</div>1269								</div>1270				</div>1271					</div>1272		</div>1273					</div>1274		</section>1275				<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;:[]}">1276						<div class="elementor-container elementor-column-gap-default">1277					<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;}">1278			<div class="elementor-widget-wrap elementor-element-populated">1279						<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">1280				<div class="elementor-widget-container">1281					<h2 class="elementor-heading-title elementor-size-default">Réservez votre unité !</h2>				</div>1282				</div>1283				<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">1284				<div class="elementor-widget-container">1285									<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>1286				</div>1287				<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">1288				<div class="elementor-widget-container">1289							<form class="elementor-form" method="post" name="Contact" aria-label="Contact" novalidate="">1290			<input type="hidden" name="post_id" value="8237"/>1291			<input type="hidden" name="form_id" value="2a9cb36"/>1292			<input type="hidden" name="referer_title" value="Complexe Fraser &#8211; chemin Fraser" />12931294							<input type="hidden" name="queried_id" value="8237"/>1295			1296			<div class="elementor-form-fields-wrapper elementor-labels-above">1297								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-firstName elementor-col-50 elementor-field-required">1298												<label for="form-field-firstName" class="elementor-field-label">1299								Prénom							</label>1300														<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">1301											</div>1302								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-lastName elementor-col-50 elementor-field-required">1303												<label for="form-field-lastName" class="elementor-field-label">1304								Nom							</label>1305														<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">1306											</div>1307								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required">1308												<label for="form-field-email" class="elementor-field-label">1309								Courriel							</label>1310														<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">1311											</div>1312								<div class="elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phoneNumber elementor-col-50 elementor-field-required">1313												<label for="form-field-phoneNumber" class="elementor-field-label">1314								Téléphone							</label>1315								<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.">13161317						</div>1318								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_25362e8 elementor-col-100 elementor-field-required">1319												<label for="form-field-field_25362e8" class="elementor-field-label">1320								Type d'unité							</label>1321								<div class="elementor-field elementor-select-wrapper remove-before ">1322			<div class="select-caret-down-wrapper">1323				<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>1324			<select name="form_fields[field_25362e8]" id="form-field-field_25362e8" class="elementor-field-textual elementor-size-sm" required="required">1325									<option value="STUDIO">STUDIO</option>1326									<option value="1 CHAMBRE">1 CHAMBRE</option>1327									<option value="1 CHAMBRE + BUREAU">1 CHAMBRE + BUREAU</option>1328									<option value="2 CHAMBRES">2 CHAMBRES</option>1329							</select>1330		</div>1331						</div>1332								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ebfffc3 elementor-col-100">1333												<label for="form-field-field_ebfffc3" class="elementor-field-label">1334								Immeuble / Projet							</label>1335								<div class="elementor-field elementor-select-wrapper remove-before ">1336			<div class="select-caret-down-wrapper">1337				<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>1338			<select name="form_fields[field_ebfffc3]" id="form-field-field_ebfffc3" class="elementor-field-textual elementor-size-sm">1339									<option value="Complexe Fraser">Complexe Fraser</option>1340							</select>1341		</div>1342						</div>1343								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-inquiryNote elementor-col-100">1344												<label for="form-field-inquiryNote" class="elementor-field-label">1345								Message							</label>1346						<textarea class="elementor-field-textual elementor-field  elementor-size-sm" name="form_fields[inquiryNote]" id="form-field-inquiryNote" rows="4" placeholder="Message"></textarea>				</div>1347								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_3105f24 elementor-col-100 elementor-field-required">1348							<div class="elementor-field-subgroup">1349			<span class="elementor-field-option">1350				<input type="checkbox" name="form_fields[field_3105f24]" id="form-field-field_3105f24" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">1351				<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>1352		</div>1353						</div>1354								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">1355					<button class="elementor-button elementor-size-sm" type="submit">1356						<span class="elementor-button-content-wrapper">1357																						<span class="elementor-button-text">Envoyer</span>1358													</span>1359					</button>1360				</div>1361			</div>1362		<input1363                    class="apbct_special_field apbct_email_id__elementor_form"1364                    name="apbct__email_id__elementor_form"1365                    aria-label="apbct__label_id__elementor_form"1366                    type="text" size="30" maxlength="200" autocomplete="off"1367                    value=""1368                /></form>1369						</div>1370				</div>1371					</div>1372		</div>1373					</div>1374		</section>1375				</div>1376				<footer data-elementor-type="footer" data-elementor-id="670" class="elementor elementor-670 elementor-location-footer" data-elementor-post-type="elementor_library">1377					<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;:[]}">1378						<div class="elementor-container elementor-column-gap-default">1379					<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">1380			<div class="elementor-widget-wrap elementor-element-populated">1381						<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">1382				<div class="elementor-widget-container">1383																<a href="https://eliteimmobilier.ca">1384							<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>1385															</div>1386				</div>1387					</div>1388		</div>1389				<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">1390			<div class="elementor-widget-wrap elementor-element-populated">1391						<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">1392				<div class="elementor-widget-container">1393					<h2 class="elementor-heading-title elementor-size-default">Menu</h2>				</div>1394				</div>1395				<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">1396				<div class="elementor-widget-container">1397								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">1398				<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>1399<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>1400<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>1401<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>1402<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>1403<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>1404<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>1405<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/complexe-chemin-fraser/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item"><span class="wpml-ls-display">EN</span></a></li>1406</ul>			</nav>1407						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">1408				<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>1409<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>1410<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>1411<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>1412<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>1413<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>1414<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>1415<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/complexe-chemin-fraser/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item" tabindex="-1"><span class="wpml-ls-display">EN</span></a></li>1416</ul>			</nav>1417						</div>1418				</div>1419					</div>1420		</div>1421				<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">1422			<div class="elementor-widget-wrap elementor-element-populated">1423						<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">1424				<div class="elementor-widget-container">1425					<h2 class="elementor-heading-title elementor-size-default">Coordonnées</h2>				</div>1426				</div>1427				<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">1428				<div class="elementor-widget-container">1429									<div class="elementor-button-wrapper">1430					<a class="elementor-button elementor-button-link elementor-size-sm" href="tel:+18736601498">1431						<span class="elementor-button-content-wrapper">1432									<span class="elementor-button-text">873.660.1498</span>1433					</span>1434					</a>1435				</div>1436								</div>1437				</div>1438				<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">1439				<div class="elementor-widget-container">1440							<ul class="elementor-icon-list-items">1441							<li class="elementor-icon-list-item">1442											<a href="mailto:info@eliteimmobilier.ca">14431444												<span class="elementor-icon-list-icon">1445							<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>1446										<span class="elementor-icon-list-text">info@eliteimmobilier.ca</span>1447											</a>1448									</li>1449								<li class="elementor-icon-list-item">1450											<a href="https://maps.app.goo.gl/qynjtsRV4QjURgJt8" target="_blank">14511452												<span class="elementor-icon-list-icon">1453							<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>1454										<span class="elementor-icon-list-text">10 allée de Hambourg, suite 205<br>Gatineau, Qc  J9J 0G5</span>1455											</a>1456									</li>1457						</ul>1458						</div>1459				</div>1460					</div>1461		</div>1462					</div>1463		</section>1464				<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;:[]}">1465						<div class="elementor-container elementor-column-gap-default">1466					<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">1467			<div class="elementor-widget-wrap elementor-element-populated">1468						<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">1469				<div class="elementor-widget-container">1470									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>1471				</div>1472					</div>1473		</div>1474					</div>1475		</section>1476				</footer>1477		1478<script type="speculationrules">1479{"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"}]}1480</script>1481		<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">1482					<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;:[]}">1483						<div class="elementor-container elementor-column-gap-default">1484					<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">1485			<div class="elementor-widget-wrap elementor-element-populated">1486						<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">1487				<div class="elementor-widget-container">1488																<a href="https://eliteimmobilier.ca">1489							<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>1490															</div>1491				</div>1492				<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">1493				<div class="elementor-widget-container">1494								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">1495				<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>1496<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>1497<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>1498<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>1499<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>1500<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>1501<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>1502<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/complexe-chemin-fraser/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item"><span class="wpml-ls-display">EN</span></a></li>1503</ul>			</nav>1504						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">1505				<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>1506<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>1507<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>1508<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>1509<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>1510<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>1511<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>1512<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/complexe-chemin-fraser/" title="Passer à EN" aria-label="Passer à EN" class="elementor-item" tabindex="-1"><span class="wpml-ls-display">EN</span></a></li>1513</ul>			</nav>1514						</div>1515				</div>1516				<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">1517				<div class="elementor-widget-container">1518									<div class="elementor-button-wrapper">1519					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://eliteimmobilier.securecafe.com/residentservices/apartmentsforrent/userlogin.aspx">1520						<span class="elementor-button-content-wrapper">1521									<span class="elementor-button-text">Accès aux locataires</span>1522					</span>1523					</a>1524				</div>1525								</div>1526				</div>1527					</div>1528		</div>1529					</div>1530		</section>1531				</div>1532					<script>1533				( () => {1534					const lazyloadRunObserver = () => {1535						const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );1536						const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {1537							entries.forEach( ( entry ) => {1538								if ( entry.isIntersecting ) {1539									let lazyloadBackground = entry.target;1540									if( lazyloadBackground ) {1541										lazyloadBackground.classList.add( 'e-lazyloaded' );1542									}1543									lazyloadBackgroundObserver.unobserve( entry.target );1544								}1545							});1546						}, { rootMargin: '200px 0px 200px 0px' } );1547						lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {1548							lazyloadBackgroundObserver.observe( lazyloadBackground );1549						} );1550					};1551					const events = [1552						'DOMContentLoaded',1553						'elementor/lazyload/observe',1554					];1555					events.forEach( ( event ) => {1556						document.addEventListener( event, lazyloadRunObserver );1557					} );1558				} )();1559			</script>1560			<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' />1561<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' />1562<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>1563<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>1564<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>1565<script id="jquery-ui-core-js" src="https://eliteimmobilier.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script>1566<script id="elementor-frontend-js-extra">1567var EAELImageMaskingConfig = {"svg_dir_url":"https://eliteimmobilier.ca/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/image-masking/svg-shapes/"};1568//# sourceURL=elementor-frontend-js-extra1569</script>1570<script id="elementor-frontend-js-before">1571var 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":8237,"title":"Complexe%20Fraser%20Aylmer%20%3A%20emm%C3%A9nagez%20d%C3%A8s%20le%201er%20juillet","excerpt":"","featuredImage":false}};1572//# sourceURL=elementor-frontend-js-before1573</script>1574<script id="elementor-frontend-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.2.1"></script>1575<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>1576<script id="swiper-js" src="https://eliteimmobilier.ca/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5"></script>1577<script id="eael-general-js-extra">1578var 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/complexe-chemin-fraser/","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"};1579//# sourceURL=eael-general-js-extra1580</script>1581<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>1582<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>1583<script id="jet-elements-js-extra">1584var 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"}};1585//# sourceURL=jet-elements-js-extra1586</script>1587<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>1588<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>1589<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>1590<script id="wp-hooks-js" src="https://eliteimmobilier.ca/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>1591<script id="wp-i18n-js" src="https://eliteimmobilier.ca/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>1592<script id="wp-i18n-js-after">1593wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );1594//# sourceURL=wp-i18n-js-after1595</script>1596<script id="elementor-pro-frontend-js-before">1597var 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"}};1598//# sourceURL=elementor-pro-frontend-js-before1599</script>1600<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>1601<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>1602<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>1603<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>1604<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>1605<script id="jet-tricks-frontend-js-extra">1606var JetTricksSettings = {"elements_data":{"sections":[],"columns":[],"widgets":{"908a9e6":[],"2b679bf":[],"f0abf03":[],"eaed49c":[],"0e1d8a4":[],"de6fae4":[],"ce72dc7":[],"23fbc31":[],"aa71ac4":[],"dbfca33":[],"d529814":[],"e964483":[],"05aee96":[],"6fe288b":[],"1fdd2da":[],"124f625":[],"7935d61":[],"1c3ce3d":[],"d4728a7":[],"437e7f61":[],"2a9cb36":[],"369b43a":[],"24faee8":[],"4658409":[],"ccce807":[],"77bd8a6":[]}}};1607//# sourceURL=jet-tricks-frontend-js-extra1608</script>1609<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>1610<script>1611(function () {1612    var ID = "pl25";1613    var DISPLAY_ATTR = 'data-' + ID + '-display';1614    var POLL_MS = 150, MAX_TRIES = 60; // wait up to ~9s for the Maps API to load16151616    function ready() {1617        return typeof elementorFrontend !== 'undefined' && typeof jQuery !== 'undefined';1618    }16191620    function apiReady() {1621        return !!(window.google && window.google.maps);1622    }16231624    // The runtime reveals a gated map div by flipping data-<id>-display to1625    // "true" once its category is consented. If the attribute is absent the div1626    // was never gated, so Essential Addons handles it normally and we stay out.1627    function granted(mapEl) {1628        return !!mapEl && mapEl.getAttribute(DISPLAY_ATTR) === 'true';1629    }16301631    function initialized(mapEl) {1632        return !!mapEl && jQuery(mapEl).data('eael-map-initialized') === true;1633    }16341635    // Re-fire Essential Addons' per-widget init. EA registers it on the1636    // Elementor hook "frontend/element_ready/eael-google-map.default"; calling1637    // that hook directly is the most reliable re-trigger. Fall back to1638    // runReadyTrigger for builds where the hooks API differs.1639    function triggerReady($widget) {1640        var ef = window.elementorFrontend;1641        if (ef && ef.hooks && typeof ef.hooks.doAction === 'function') {1642            ef.hooks.doAction('frontend/element_ready/eael-google-map.default', $widget, jQuery);1643            return true;1644        }1645        if (ef && ef.elementsHandler && typeof ef.elementsHandler.runReadyTrigger === 'function') {1646            ef.elementsHandler.runReadyTrigger($widget);1647            return true;1648        }1649        return false;1650    }16511652    function reinitWidget(widget) {1653        var $ = jQuery;1654        var mapEl = widget.querySelector('.eael-google-map');1655        var noticeEl = widget.querySelector('.google-map-notice');16561657        if (noticeEl) {1658            noticeEl.innerHTML = '';1659            noticeEl.className = 'google-map-notice';1660            noticeEl.removeAttribute('style');1661        }1662        if (mapEl) {1663            // EA's pre-consent init (run before the Maps API finished loading)1664            // forces an inline display:none on the map element. Clear it so the1665            // re-initialised map is visible and sized correctly — otherwise the1666            // map builds into a 0x0 hidden box and renders blank.1667            mapEl.style.removeProperty('display');1668            // Clear EA's "already handled" flags and force init even if a1669            // visibility check would otherwise skip it.1670            $(mapEl).removeData('eael-map-initialized').removeData('eael-map-pending')1671                    .removeClass('eael-gmap-shown')1672                    .data('eael-force-init', true);1673        }16741675        triggerReady($(widget));16761677        // Stop EA's polling fallback from re-initialising this map.1678        if (mapEl) {1679            $(mapEl).addClass('eael-gmap-shown');1680        }1681    }16821683    // Re-init every consented-but-uninitialised map once the API is ready.1684    // Returns true when nothing is left waiting on the API (so polling stops):1685    // denied maps keep their placeholder and never hold the poll open.1686    function sweep() {1687        var widgets = document.querySelectorAll('.elementor-widget-eael-google-map');1688        // No map widgets on this page: nothing to do, stop polling. Checked1689        // before ready() so pages without Elementor/jQuery don't poll or warn.1690        if (widgets.length === 0) {1691            return true;1692        }1693        if (!ready()) {1694            return false;1695        }1696        var pending = 0;1697        widgets.forEach(function (widget) {1698            var mapEl = widget.querySelector('.eael-google-map');1699            if (!granted(mapEl) || initialized(mapEl)) {1700                return;1701            }1702            if (apiReady()) {1703                reinitWidget(widget);1704            } else {1705                pending++;1706            }1707        });1708        return pending === 0;1709    }17101711    function poll(triesLeft) {1712        if (sweep()) {1713            return;1714        }1715        if (triesLeft > 0) {1716            setTimeout(function () { poll(triesLeft - 1); }, POLL_MS);1717        } else {1718            console.warn('[SimpleConsent EA gmap] Google Maps API did not load; map not initialised.');1719        }1720    }17211722    // Path 1 — consent already stored: the runtime unblocks on boot WITHOUT1723    // firing a change event, so sweep once the page has loaded.1724    if (document.readyState === 'complete') {1725        poll(MAX_TRIES);1726    } else {1727        window.addEventListener('load', function () { poll(MAX_TRIES); });1728    }17291730    // Path 2 — consent granted live this session: the runtime fires the change1731    // event after revealing the div and re-injecting the API loader.1732    window.addEventListener(ID + 'ConsentChanged', function (e) {1733        // detail is the permissions object: { necessary, statistics, preferences, marketing }1734        if (!e.detail || e.detail.preferences !== true) {1735            return;1736        }1737        poll(MAX_TRIES);1738    });1739})();1740</script>1741        1742<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>1743</body>1744</html>1745