{"id":591,"date":"2026-02-24T15:25:09","date_gmt":"2026-02-24T20:25:09","guid":{"rendered":"https:\/\/boiseboise.httpcreations.cloud\/plans\/"},"modified":"2026-03-16T17:14:44","modified_gmt":"2026-03-16T21:14:44","slug":"the-plans","status":"publish","type":"page","link":"https:\/\/boiseboise.httpcreations.cloud\/en\/the-plans\/","title":{"rendered":"The Plans"},"content":{"rendered":"<div class=\"oxy-container-591-101 oxy-container bb_plans\"><h1 class=\"oxy-text-591-100 oxy-text bb_main_header\">\nPlans\n<\/h1><\/div><section class=\"oxy-container-591-108 oxy-container bb_section\"><div class=\"oxy-container-591-109 oxy-container bb_accueil_projet_wrap\"><div class=\"oxy-container-591-111 oxy-container bb_accueil_projet_content\"><div class=\"oxy-container-591-112 oxy-container bb_text_4_columns_bordertop\" data-entrance=\"fade\"><div class=\"oxy-container-591-113 oxy-container bb_text_4_columns_bordertop_wrap\"><h4 class=\"oxy-text-591-114 oxy-text bb_text_1_column_bordertop_content text-regular center\">\nStudio <br>starting at $1090\n<\/h4><\/div><div class=\"oxy-container-591-138 oxy-container bb_text_4_columns_bordertop_wrap\"><h4 class=\"oxy-text-591-139 oxy-text bb_text_1_column_bordertop_content text-regular center\">\n1 bedroom<br>starting at $1595 \n<\/h4><\/div><div class=\"oxy-container-591-140 oxy-container bb_text_4_columns_bordertop_wrap\"><h4 class=\"oxy-text-591-141 oxy-text bb_text_1_column_bordertop_content text-regular center\">\n2 bedrooms<br>starting at $2075\n<\/h4><\/div><div class=\"oxy-container-591-142 oxy-container bb_text_4_columns_bordertop_wrap\"><h4 class=\"oxy-text-591-143 oxy-text bb_text_1_column_bordertop_content text-regular center\">\n3 bedrooms<br>starting at $2500 \n<\/h4><\/div><\/div><\/div><\/div><\/section><section class=\"oxy-container-591-105 oxy-container bb_section no_bottom_spacing\"><div class=\"oxy-container-591-106 oxy-container no_top_spacing\"><div class=\"oxy-html-code-591-107 oxy-html-code\">\n<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\/boise\/boise?lang=English&style=Style%204&colorHover=rgba(119%2C%20114%2C%20109%2C%200.8)'> <\/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 f = params.get('f'); const u = params.get('u'); 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'); const token = params.get('token'); return { f, u, utm_source, utm_medium, utm_campaign, utm_term, utm_content, token }; }; const { f, u, utm_source, utm_medium, utm_campaign, utm_term, utm_content, token } = getURLParams(); const projectUrl = 'https:\/\/app.planpoint.io\/boise\/boise?lang=English&style=Style%204&colorHover=rgba(119%2C%20114%2C%20109%2C%200.8)'; const iframeSrc = projectUrl + (f ? `&f=${encodeURIComponent(f)}` : '') + (u ? `&u=${encodeURIComponent(u)}` : '') + (utm_source ? `&utm_source=${encodeURIComponent(utm_source)}` : '') + (utm_medium ? `&utm_medium=${encodeURIComponent(utm_medium)}` : '') + (utm_campaign ? `&utm_campaign=${encodeURIComponent(utm_campaign)}` : '') + (token ? `&token=${encodeURIComponent(token)}` : ''); 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'), token: urlParams.get('token'), parentURL: window.location.href || document.referrer, }; const interval = setInterval(() => { iframe = document.getElementById('planpoint'); if(iframe){ iframe.src = iframeSrc; 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(() => { document.documentElement.style.overflow = 'auto'; iframeContainer.style.position ='relative'; iframeContainer.style.top = 'auto'; iframeContainer.style.left = 'auto'; iframeContainer.style.zIndex = 'auto'; iframeContainer.scrollIntoView(); 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(h) + 'px'; iframeContainer.style.height = String(h) + 'px'; }else if (event.data?.type === 'scroll-to-top') { const iframeContainer = document.getElementById('planpoint-container'); iframeContainer.scrollIntoView({ behavior: 'smooth', block: 'start' }) }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(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 { top: iframeRelativeY } = iframeContainer.getBoundingClientRect(); const eventData = { type: event.type, pageY, iframeY: iframeContainer.offsetTop, iframeRelativeY, 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>\n<\/div><\/div><\/section><section class=\"oxy-container-591-144 oxy-container bb_contact no_top_spacing\"><section id=\"rendez-vous\" class=\"oxy-container-591-147 oxy-container bb_contact_formulaire-2-colonnes_nogap\"><div class=\"oxy-container-591-148 oxy-container bb_plan_formulaire_colonne_gauche\"><img decoding=\"async\" class=\"oxy-image-591-149 oxy-image bb_projet_photo_plans-contact\" src=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-terrasse-commune-vertical.jpg\" alt=\"Terrasse commune ext\u00e9rieure de Bois\u00e9 Bois\u00e9\" loading=\"lazy\" srcset=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-terrasse-commune-vertical.jpg 1200w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-terrasse-commune-vertical-240x300.jpg 240w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-terrasse-commune-vertical-819x1024.jpg 819w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-terrasse-commune-vertical-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"><\/div><div class=\"oxy-container-591-152 oxy-container bb_plan_formulaire_colonne_droite\"><h3 class=\"oxy-text-591-155 oxy-text bb_plans_contact_titre\">\nMove in starting July 2026\n<\/h3><div class=\"bde-form-builder-591-153 bde-form-builder bb_contact_formulaire\">\n\n<form id=\"formulaire-de-contact-boiseboise153\" class=\"breakdance-form breakdance-form--vertical\" data-options=\"{&quot;slug&quot;:&quot;custom&quot;,&quot;name&quot;:&quot;Formulaire de contact Bois\\u00e9Bois\\u00e9&quot;,&quot;ajaxUrl&quot;:&quot;https:\\\/\\\/boiseboise.httpcreations.cloud\\\/wp-admin\\\/admin-ajax.php&quot;,&quot;clearOnSuccess&quot;:true,&quot;hideOnSuccess&quot;:true,&quot;successMessage&quot;:&quot;Your message has been sent. Thank you for your interest, we will get back to you shortly.&quot;,&quot;errorMessage&quot;:&quot;Something went wrong. Please try again or contact us by phone.&quot;,&quot;redirect&quot;:false,&quot;redirectUrl&quot;:&quot;&quot;,&quot;customJavaScript&quot;:&quot;&quot;,&quot;recaptcha&quot;:{&quot;key&quot;:&quot;6LdAuowsAAAAALOwSzJj2LJRC5DnlOduTbFTYz5f&quot;,&quot;enabled&quot;:true},&quot;honeypot_enabled&quot;:true,&quot;popupsOnSuccess&quot;:[],&quot;popupsOnError&quot;:[]}\" data-steps=\"0\" >\n  \n  \n  \n<div class=\"breakdance-form-field breakdance-form-field--text\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"prenom\">\n            First Name<span class=\"breakdance-form-field__required\">*<\/span>\n        <\/label>\n    \n    <input\n    class=\"breakdance-form-field__input\"\n    id=\"prenom\"\n    aria-describedby=\"prenom\"\n    type=\"text\"\n    name=\"fields[prenom]\"\n    placeholder=\"\"\n    value=\"\"\n                \n        \n        \n    required\n    \n    \n    \n>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--text\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"nom\">\n            Last Name<span class=\"breakdance-form-field__required\">*<\/span>\n        <\/label>\n    \n    <input\n    class=\"breakdance-form-field__input\"\n    id=\"nom\"\n    aria-describedby=\"nom\"\n    type=\"text\"\n    name=\"fields[nom]\"\n    placeholder=\"\"\n    value=\"\"\n                \n        \n        \n    required\n    \n    \n    \n>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--email\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"email\">\n            Email<span class=\"breakdance-form-field__required\">*<\/span>\n        <\/label>\n    \n    <input\n    class=\"breakdance-form-field__input\"\n    id=\"email\"\n    aria-describedby=\"email\"\n    type=\"email\"\n    name=\"fields[email]\"\n    placeholder=\"\"\n    value=\"\"\n                \n        \n        \n    required\n    \n    \n    \n>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--select breakdance-form-field__hide-label\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"nombre_chambres\">\n            Number of bedrooms\n        <\/label>\n    \n    <select\n    class=\"breakdance-form-field__input\"\n    id=\"nombre_chambres\"\n    name=\"fields[nombre_chambres]\"\n    \n    \n        >\n      <option value=\"\">Bedrooms<\/option>\n          <option value=\"Studio\" >Studio<\/option>\n        <option value=\"1\" >1 bedroom<\/option>\n        <option value=\"2 bedrooms\" >2 bedrooms<\/option>\n        <option value=\"3 bedrooms\" >3 bedrooms<\/option>\n  <\/select>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--select breakdance-form-field__hide-label\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"salles_de_bain\">\n            Number of bathrooms\n        <\/label>\n    \n    <select\n    class=\"breakdance-form-field__input\"\n    id=\"salles_de_bain\"\n    name=\"fields[salles_de_bain]\"\n    \n    \n        >\n      <option value=\"\">Bathrooms<\/option>\n          <option value=\"1 bathroom\" >1 bathroom<\/option>\n        <option value=\"2 bathrooms\" >2 bathrooms<\/option>\n  <\/select>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--select breakdance-form-field__hide-label\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"stationnement\">\n            Parking Spaces\n        <\/label>\n    \n    <select\n    class=\"breakdance-form-field__input\"\n    id=\"stationnement\"\n    name=\"fields[stationnement]\"\n    \n    \n        >\n      <option value=\"\">Parking Spaces<\/option>\n          <option value=\"1 parking space\" >1 parking space<\/option>\n        <option value=\"2 parking spaces\" >2 parking spaces<\/option>\n  <\/select>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--select breakdance-form-field__hide-label\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"animaux\">\n            Pets\n        <\/label>\n    \n    <select\n    class=\"breakdance-form-field__input\"\n    id=\"animaux\"\n    name=\"fields[animaux]\"\n    \n    \n        >\n      <option value=\"\">Pets<\/option>\n          <option value=\"Yes\" >Yes<\/option>\n        <option value=\"No\" >No<\/option>\n  <\/select>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--select breakdance-form-field__hide-label\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"budget\">\n            Price range\n        <\/label>\n    \n    <select\n    class=\"breakdance-form-field__input\"\n    id=\"budget\"\n    name=\"fields[budget]\"\n    \n    \n        >\n      <option value=\"\">Price Range<\/option>\n          <option value=\"$1090-$1400\" >$1090-$1400<\/option>\n        <option value=\"$1500-$1800\" >$1500-$1800<\/option>\n        <option value=\"$1900-$2300\" >$1900-$2300<\/option>\n        <option value=\"$2400-$3000\" >$2400-$3000<\/option>\n  <\/select>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--select breakdance-form-field__hide-label\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"date_emmenagement\">\n            Preferred Move-in Date\n        <\/label>\n    \n    <select\n    class=\"breakdance-form-field__input\"\n    id=\"date_emmenagement\"\n    name=\"fields[date_emmenagement]\"\n    \n    \n        >\n      <option value=\"\">Preferred Move-in Date<\/option>\n          <option value=\"0-3 months\" >0-3 months<\/option>\n        <option value=\"3-6 months\" >3-6 months<\/option>\n        <option value=\"6-12 months\" >6-12 months<\/option>\n  <\/select>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--textarea\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"message\">\n            Message\n        <\/label>\n    \n    <textarea\n    class=\"breakdance-form-field__input\"\n    id=\"message\"\n    aria-describedby=\"message\"\n    type=\"textarea\"\n    name=\"fields[message]\"\n        placeholder=\"\"\n    \n    >\n<\/textarea>\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--checkbox breakdance-form-field__hide-label\" >\n    \n    \n    \n    <fieldset role=\"group\"\n    aria-label=\"Infolettre\"\n    >\n       <legend class=\"breakdance-form-field__label\">Infolettre<\/legend>\n          <div class=\"breakdance-form-checkbox\">\n          <input\n              type=\"checkbox\"\n              name=\"fields[infolettre]\"\n              value=\"inscription\"\n              id=\"infolettre-1\"\n              \n                        >\n          <label class=\"breakdance-form-checkbox__text\" for=\"infolettre-1\">Sign up for our newsletter (news and updates)<\/label>\n      <\/div>\n  <\/fieldset>\n\n\n\n    \n    \n<\/div>\n\n\n<div class=\"breakdance-form-field breakdance-form-field--hpinput\" >\n    \n    \n            <label class=\"breakdance-form-field__label\" for=\"hpname\">\n            HP Name\n        <\/label>\n    \n    <input\n    class=\"breakdance-form-field__input\"\n    id=\"hpname\"\n    aria-describedby=\"hpname\"\n    type=\"hpinput\"\n    name=\"fields[hpname]\"\n    placeholder=\"\"\n    value=\"\"\n                \n        \n        \n    \n    autocomplete=\"off\"\n    tabindex=\"-1\"\n    \n>\n\n\n    \n    \n<\/div>\n\n\n  \n\n<div class=\"breakdance-form-field breakdance-form-footer\">\n    \n    \n                                    \n    \n    \n    \n    \n            \n            <button type=\"submit\" class=\"button-atom button-atom--primary breakdance-form-button breakdance-form-button__submit\"  >\n    \n        <span class=\"button-atom__text\">Submit<\/span>\n\n        \n        \n            <\/button>\n    \n    <input type=\"hidden\" name=\"form_id\" value=\"153\">\n    <input type=\"hidden\" name=\"post_id\" value=\"591\">\n<\/div>\n\n  \n<\/form>\n\n\n<\/div><\/div><\/section><\/section><section class=\"oxy-container-591-160 oxy-container bb_section_fullwidth beige-pale no_top_spacing no_bottom_spacing\"><div class=\"oxy-container-591-161 oxy-container bb_section_wrap\"><div class=\"bde-gallery-591-162 bde-gallery bb_projet_gallery\" data-entrance=\"fade\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"ee-gallery ee-gallery--isotope ee-gallery--masonry ee-gallery--single ee-gallery--lightbox ee-gallery-- ee-gallery--caption- ee-gallery--caption-none ee-gallery--ratio\">\n                  \n      <a class=\"ee-gallery-item ee-gallery-item--image ee-gallery-item--single\" href=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-interieur-crop.jpg\"  data-sub-html=\"<span><\/span>\" data-category=\"1\"                  data-lg-size=\"1920-1200\"\n\n      >\n        <figure class=\"ee-gallery-item-figure\">\n                        <img decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-interieur-crop.jpg\" width=\"1920\" height=\"1200\" srcset=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-interieur-crop.jpg 1920w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-interieur-crop-300x188.jpg 300w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-interieur-crop-1024x640.jpg 1024w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-interieur-crop-768x480.jpg 768w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-interieur-crop-1536x960.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" alt=\"Une unit\u00e9 du projet Bois\u00e9 Bois\u00e9 avec sa lumineuse fenestration\" loading=\"lazy\">\n          \n                  <\/figure>\n      <\/a>\n\n                \n      <a class=\"ee-gallery-item ee-gallery-item--image ee-gallery-item--single\" href=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-chambre-a-coucher-square.jpg\"  data-sub-html=\"<span><\/span>\" data-category=\"1\"                  data-lg-size=\"1200-1200\"\n\n      >\n        <figure class=\"ee-gallery-item-figure\">\n                        <img decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-chambre-a-coucher-square.jpg\" width=\"1200\" height=\"1200\" srcset=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-chambre-a-coucher-square.jpg 1200w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-chambre-a-coucher-square-300x300.jpg 300w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-chambre-a-coucher-square-1024x1024.jpg 1024w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-chambre-a-coucher-square-150x150.jpg 150w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-chambre-a-coucher-square-768x768.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" alt=\"Un exemple de chambre \u00e0 coucher dans une unit\u00e9 du complexe locatif Bois\u00e9 Bois\u00e9.\" loading=\"lazy\">\n          \n                  <\/figure>\n      <\/a>\n\n                \n      <a class=\"ee-gallery-item ee-gallery-item--image ee-gallery-item--single\" href=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-salon.jpg\"  data-sub-html=\"<span><\/span>\" data-category=\"1\"                  data-lg-size=\"1920-1200\"\n\n      >\n        <figure class=\"ee-gallery-item-figure\">\n                        <img decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-salon.jpg\" width=\"1920\" height=\"1200\" srcset=\"https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-salon.jpg 1920w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-salon-300x188.jpg 300w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-salon-1024x640.jpg 1024w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-salon-768x480.jpg 768w, https:\/\/boiseboise.httpcreations.cloud\/wp-content\/uploads\/2026\/03\/boise-boise-unite-salon-1536x960.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" alt=\"Un exemple de salon tel qu'il pourrait \u00eatre am\u00e9nag\u00e9 dans le complexe locatif Bois\u00e9 Bois\u00e9.\" loading=\"lazy\">\n          \n                  <\/figure>\n      <\/a>\n\n      \n      <div class=\"ee-gallery-gutter\"><\/div>\n  <\/div>\n\n\n\n<\/div><\/div><\/section><section class=\"oxy-container-591-156 oxy-container bb_section_taupe bb_section_wrap_marge_double\" data-entrance=\"slideLeft\"><div class=\"oxy-container-591-157 oxy-container bb_text_width_70 center\"><p class=\"oxy-text-591-158 oxy-text\">\nHave you found your dream unit and would like to discuss it in person?\n<\/p><\/div><div class=\"bde-button-591-159 bde-button bb_call_to_action_button\">\n    \n                        \n                                                    \n    \n    \n    \n    \n            \n                    \n            \n            \n\n    \n    \n    \n    \n    \n    <a class=\"breakdance-link button-atom button-atom--custom button-atom--preset-8e3ee846-6b60-4548-9a39-3bc642946ebf bde-button__button\" href=\"tel:4382600745\" target=\"_self\" data-type=\"url\"  >\n\n    \n        <span class=\"button-atom__text\">Call Us!<\/span>\n\n        \n        \n                <\/a>\n\n    \n\n\n<\/div><\/section>","protected":false},"excerpt":{"rendered":"<p>Plans Studio starting at $1090 1 bedroomstarting at $1595 2 bedroomsstarting at $2075 3 bedroomsstarting at $2500 Move in starting July 2026 First Name* Last Name* Email* Number of bedrooms Bedrooms Studio 1 bedroom 2 bedrooms 3 bedrooms Number of bathrooms Bathrooms 1 bathroom 2 bathrooms Parking Spaces Parking Spaces 1 parking space 2 parking [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_oxygen_hide_in_design_set":false,"_oxygen_tags":"","footnotes":""},"class_list":["post-591","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/pages\/591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/comments?post=591"}],"version-history":[{"count":10,"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/pages\/591\/revisions"}],"predecessor-version":[{"id":675,"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/pages\/591\/revisions\/675"}],"wp:attachment":[{"href":"https:\/\/boiseboise.httpcreations.cloud\/en\/wp-json\/wp\/v2\/media?parent=591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}