{"id":4407,"date":"2025-03-26T20:29:25","date_gmt":"2025-03-26T20:29:25","guid":{"rendered":"https:\/\/lakami.ca\/?page_id=4407"},"modified":"2026-04-07T16:04:29","modified_gmt":"2026-04-07T16:04:29","slug":"unites","status":"publish","type":"page","link":"https:\/\/lakami.ca\/en\/unites\/","title":{"rendered":"Choose My Unit"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4407\" class=\"elementor elementor-4407\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb4f0f6 e-con-full e-flex e-con e-parent\" data-id=\"bb4f0f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1aee883 elementor-widget elementor-widget-heading\" data-id=\"1aee883\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Disponible d\u00e8s maintenant<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8caf2b e-con-full e-flex e-con e-parent\" data-id=\"d8caf2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bdfd392 elementor-widget elementor-widget-hendon_core_tabs\" data-id=\"bdfd392\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"hendon_core_tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-tabs clear qodef-orientation--horizontal qodef-layout--simple\">\n\t<ul class=\"qodef-tabs-navigation\">\n\t\t\t\t\t<li>\n\t\t\t\t<a href=\"#qodef-tab-phase-1\">Phase 1<\/a>\n\t\t\t<\/li>\n\t\t\t\t\t<li>\n\t\t\t\t<a href=\"#qodef-tab-phase-2\">Phase 2<\/a>\n\t\t\t<\/li>\n\t\t\t<\/ul>\n\t<div class=\"qodef-tabs-content\" id=\"qodef-tab-phase-1-1\">\n\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"4773\" class=\"elementor elementor-4773\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b72cbd7 e-con-full e-flex e-con e-parent\" data-id=\"1b72cbd7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f98a576 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"7f98a576\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id='planpoint-container' style=\"position: relative; overflow: hidden; width: 100%; height: 100vh; transition: all 0.2s ease\"> <iframe id='planpoint' frameBorder='0' allowFullScreen style=\"position: relative; top: 0; left: 0; bottom: 0; right: 0; width: 100%; min-height: 100vh;\" src=\"https:\/\/app.planpoint.io\/g\/armco\/La-Kami?lang=French\"> <\/iframe> <\/div> <script> (() => { if(typeof window !== 'undefined' && document !== 'undefined'){ let iframe; let enableResize = true; var onFullscreen = false; const interval = setInterval(() => { iframe = document.getElementById('planpoint'); if(iframe){ clearInterval(interval); function adjustSizeToContent () { let iframeWindow = iframe.contentWindow; if(iframeWindow && enableResize){ iframeWindow.postMessage('get_size', '*'); }; }; var intervalWindow = setInterval(adjustSizeToContent, 1000); function openFullscreen() { const element = document.querySelector('#planpoint-container'); if (element.requestFullscreen) { element.requestFullscreen(); } else if (element.mozRequestFullscreen) { element.mozRequestFullscreen(); } else if (element.webkitRequestFullscreen) { element.webkitRequestFullscreen(); } else if (element.msRequestFullscreen) { element.msRequestFullscreen(); } } function closeFullscreen() { if (document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement) { if (document.exitFullscreen) { document.exitFullscreen(); } else if (document.mozCancelFullscreen) { document.mozCancelFullscreen(); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); } else if (document.msExitFullscreen) { document.msExitFullscreen(); } } } function fullscreenHandler (e) { onFullscreen = !onFullscreen; if (!onFullscreen) { iframe.contentWindow.postMessage({ type: 'close-fs'}, '*'); const iframeContainer = document.getElementById('planpoint-container'); setTimeout(() => { iframeContainer.scrollIntoView(); document.documentElement.style.overflow = 'auto'; iframeContainer.style.position ='relative'; iframeContainer.style.top = 'auto'; iframeContainer.style.left = 'auto'; iframeContainer.style.zIndex = 'auto'; enableResize = true; }, 500); } else { const iframeContainer = document.getElementById('planpoint-container'); document.documentElement.scrollTop = 0; document.documentElement.style.overflow = 'hidden'; iframeContainer.style.position ='fixed'; iframeContainer.style.top = '0'; iframeContainer.style.left = '0'; iframeContainer.style.height = '100vh'; iframeContainer.style.width = '100%'; iframeContainer.style.zIndex = '1000000000000000000000000'; iframe.style.height = '100vh'; iframe.style.width = '100%'; enableResize = false; } } window.addEventListener('message', (event) => { if(event.data.type === 'fullscreen'){ if(event.data.active){ openFullscreen(); }else{ closeFullscreen(); }; return; }else if (event.data.type === 'resize'){ const {h, w} = event.data; const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(Math.max(window.innerHeight, h)) + 'px'; iframeContainer.style.height = String(h) + 'px'; }else{ if(typeof event.data === 'string'){ const [intendedHeight, intendedWidth] = event.data.split('x'); const h = parseInt(intendedHeight); const w = parseInt(intendedWidth); const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(Math.max(window.innerHeight, h)) + 'px'; iframeContainer.style.height = String(h) + 'px'; }; }; }); document.addEventListener('click', function(event) { const eventData = { type: event.type, }; iframe.contentWindow.postMessage({ type: 'click', data: eventData }, '*'); }); document.addEventListener('scroll', function(event) { const pageY = window.pageYOffset || document.documentElement.scrollTop; const iframeContainer = document.getElementById('planpoint-container'); const eventData = { type: event.type, pageY, iframeY: iframeContainer.offsetTop, iframeHeight: iframe.scrollHeight }; iframe.contentWindow.postMessage(eventData , '*'); }); document.addEventListener('fullscreenchange', fullscreenHandler); document.addEventListener('webkitfullscreenchange', fullscreenHandler); document.addEventListener('mozfullscreenchange', fullscreenHandler); document.addEventListener('MSFullscreenChange', fullscreenHandler); }; }, 1000); }; })(); <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"qodef-tabs-content\" id=\"qodef-tab-phase-2-2\">\n\t\t\t<div data-elementor-type=\"page\" data-elementor-id=\"4780\" class=\"elementor elementor-4780\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cee49c e-flex e-con-boxed e-con e-parent\" data-id=\"6cee49c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13168d8 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"13168d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id='planpoint-container' style=\"position: relative; overflow: hidden; width: 100%; height: 100vh; transition: all 0.2s ease\"> <iframe id='planpoint' frameBorder='0' allowFullScreen style=\"position: relative; top: 0; left: 0; bottom: 0; right: 0; width: 100%; min-height: 100vh;\" src=\"https:\/\/app.planpoint.io\/g\/la-kami-phase-2\/la-kami-phase-2?lang=French\"> <\/iframe> <\/div> <script> (() => { if(typeof window !== 'undefined' && document !== 'undefined'){ let iframe; let enableResize = true; var onFullscreen = false; function getURLParams() { const params = new URLSearchParams(window.location.search); const utm_source = params.get('utm_source'); const utm_medium = params.get('utm_medium'); const utm_campaign = params.get('utm_campaign'); const utm_term = params.get('utm_term'); const utm_content = params.get('utm_content'); return { utm_source, utm_medium, utm_campaign, utm_term, utm_content }; }; const { utm_source, utm_medium, utm_campaign, utm_term, utm_content } = getURLParams(); const urlParams = new URLSearchParams(window.location.search); const utmParams = { utm_source: urlParams.get('utm_source'), utm_medium: urlParams.get('utm_medium'), utm_campaign: urlParams.get('utm_campaign'), utm_term: urlParams.get('utm_term'), utm_content: urlParams.get('utm_content'), parentURL: window.location.href || document.referrer, }; const interval = setInterval(() => { iframe = document.getElementById('planpoint'); if(iframe){ clearInterval(interval); function adjustSizeToContent () { let iframeWindow = iframe.contentWindow; if(iframeWindow && enableResize){ iframeWindow.postMessage('get_size', '*'); }; }; const intervalWindow = setInterval(() => { adjustSizeToContent(); if (iframe.contentWindow) { iframe.contentWindow.postMessage({ type: 'utm', data: utmParams }, '*'); }; }, 1000); function openFullscreen() { const element = document.querySelector('#planpoint-container'); if (element.requestFullscreen) { element.requestFullscreen(); } else if (element.mozRequestFullscreen) { element.mozRequestFullscreen(); } else if (element.webkitRequestFullscreen) { element.webkitRequestFullscreen(); } else if (element.msRequestFullscreen) { element.msRequestFullscreen(); } } function closeFullscreen() { if (document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement) { if (document.exitFullscreen) { document.exitFullscreen(); } else if (document.mozCancelFullscreen) { document.mozCancelFullscreen(); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); } else if (document.msExitFullscreen) { document.msExitFullscreen(); } } } function fullscreenHandler (e) { onFullscreen = !onFullscreen; if (!onFullscreen) { iframe.contentWindow.postMessage({ type: 'close-fs'}, '*'); const iframeContainer = document.getElementById('planpoint-container'); setTimeout(() => { iframeContainer.scrollIntoView(); document.documentElement.style.overflow = 'auto'; iframeContainer.style.position ='relative'; iframeContainer.style.top = 'auto'; iframeContainer.style.left = 'auto'; iframeContainer.style.zIndex = 'auto'; enableResize = true; }, 500); } else { const iframeContainer = document.getElementById('planpoint-container'); document.documentElement.scrollTop = 0; document.documentElement.style.overflow = 'hidden'; iframeContainer.style.position ='fixed'; iframeContainer.style.top = '0'; iframeContainer.style.left = '0'; iframeContainer.style.height = '100vh'; iframeContainer.style.width = '100%'; iframeContainer.style.zIndex = '1000000000000000000000000'; iframe.style.height = '100vh'; iframe.style.width = '100%'; enableResize = false; } } window.addEventListener('message', (event) => { if(event.data.type === 'fullscreen'){ if(event.data.active){ openFullscreen(); }else{ closeFullscreen(); }; return; }else if (event.data.type === 'resize'){ const {h, w} = event.data; const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(Math.max(window.innerHeight, h)) + 'px'; iframeContainer.style.height = String(h) + 'px'; }else{ if(typeof event.data === 'string'){ const [intendedHeight, intendedWidth] = event.data.split('x'); const h = parseInt(intendedHeight); const w = parseInt(intendedWidth); const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(Math.max(window.innerHeight, h)) + 'px'; iframeContainer.style.height = String(h) + 'px'; }; }; }); document.addEventListener('click', function(event) { const eventData = { type: event.type, }; iframe.contentWindow.postMessage({ type: 'click', data: eventData }, '*'); }); document.addEventListener('scroll', function(event) { const pageY = window.pageYOffset || document.documentElement.scrollTop; const iframeContainer = document.getElementById('planpoint-container'); const eventData = { type: event.type, pageY, iframeY: iframeContainer.offsetTop, iframeHeight: iframe.scrollHeight }; iframe.contentWindow.postMessage(eventData , '*'); }); document.addEventListener('fullscreenchange', fullscreenHandler); document.addEventListener('webkitfullscreenchange', fullscreenHandler); document.addEventListener('mozfullscreenchange', fullscreenHandler); document.addEventListener('MSFullscreenChange', fullscreenHandler); }; }, 1000); }; })(); <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e964435 e-flex e-con-boxed e-con e-parent\" data-id=\"e964435\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e13a16a elementor-widget elementor-widget-text-editor\" data-id=\"e13a16a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Les photos sont celles d&rsquo;unit\u00e9s similaires. Les finitions peuvent varier l\u00e9g\u00e8rement en termes de style (y compris, mais sans s&rsquo;y limiter, la couleur du plancher de bois franc, la couleur des armoires, la couleur du comptoir, la couleur du carrelage, la disposition et la taille de la vanit\u00e9) par rapport \u00e0 ce qui est montr\u00e9 sur les fiches de caract\u00e9ristiques ou dans les suites mod\u00e8les. En outre, il est entendu que les appareils \u00e9lectrom\u00e9nagers peuvent diff\u00e9rer en raison de la disponibilit\u00e9 de l&rsquo;offre.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Disponible d\u00e8s maintenant Phase 1 Phase 2 Les photos sont celles d&rsquo;unit\u00e9s similaires. Les finitions peuvent varier l\u00e9g\u00e8rement en termes de style (y compris, mais sans s&rsquo;y limiter, la couleur du plancher de bois franc, la couleur des armoires, la couleur du comptoir, la couleur du carrelage, la disposition et la taille de la vanit\u00e9) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4344,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-4407","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/pages\/4407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/comments?post=4407"}],"version-history":[{"count":15,"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/pages\/4407\/revisions"}],"predecessor-version":[{"id":4801,"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/pages\/4407\/revisions\/4801"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/media\/4344"}],"wp:attachment":[{"href":"https:\/\/lakami.ca\/en\/wp-json\/wp\/v2\/media?parent=4407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}