spb/lou-ka Public
Lou·Ka — tous les logements à louer du Québec, un seul endroit.
HTML 99.7%
1234<!doctype html>5<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->6<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->7<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->8<!--[if gt IE 8]><!-->9<html class="no-js" lang="fr">10<!--<![endif]-->11<head>12 <meta charset="utf-8">13 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">14 <title>Gestion Immobilière Summum</title>15 <meta name="viewport" content="width=device-width, initial-scale=1">16 <meta name="description" content="Logements à louer à Montréal">17 <meta name="keywords" content="Logement, Location, Montréal, Tenant, Appartement, Building Stack">18 <link rel="apple-touch-icon" href="apple-touch-icon.png">19 <!-- Chrome, Firefox OS, Opera and Vivaldi -->20 <meta name="theme-color" content="rgba(24,38,66,1)">21 <!-- Windows Phone -->22 <meta name="msapplication-navbutton-color" content="rgba(24,38,66,1)">23 <!-- iOS Safari -->24 <meta name="apple-mobile-web-app-status-bar-style" content="rgba(24,38,66,1)">2526 <link rel="stylesheet" href="/Content/Stylesheets/listings/normalize.min.css">2728 2930 <script type="text/javascript" class="optanon-category-C0001">31 var iniframe = false32 try {33 iniframe = window.self !== window.top34 } catch (e) {35 iniframe = true36 }3738 if (!iniframe && cookieManagerKey) {39 const scriptTag = document.createElement("script")4041 scriptTag.type = "text/javascript"42 scriptTag.src =43 `https://cdn.cookielaw.org/consent/${cookieManagerKey}/OtAutoBlock.js`4445 const stubTag = document.createElement("script")46 stubTag.type = "text/javascript"47 stubTag.src = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"48 stubTag.charset = "UTF-8"49 stubTag.setAttribute("data-domain-script", cookieManagerKey)5051 const wrapperTag = document.createElement("script")52 wrapperTag.type = "text/javascript"53 wrapperTag.innerHTML = "function OptanonWrapper() { }"5455 document.head.appendChild(scriptTag)56 document.head.appendChild(stubTag)57 document.head.appendChild(wrapperTag)58 }59 </script>60 61 <link rel="stylesheet" href="/Content/Stylesheets/listings/main.css">6263 64 <link href="https://wfiles.buildingstack.com/resources/image/RtTBPamrT6jrGoyRcgiiDZYyMTLP7Syd5" rel="shortcut icon" type="image/x-icon" />65 <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800' rel='stylesheet' type='text/css'>6667 <link rel="stylesheet" href="/Content/LightGallery/css/lightgallery.min.css" />68 <link rel="stylesheet" href="/Content/LightGallery/css/lightslider.min.css" />6970 <script src="/bundles/jquery?v=v8thH4gSPX5DyN6JlBJ_z2ldPWoOUIuUmdnIz2JydG41"></script>7172 <script src="/bundles/lightgallery?v=aDiV7xUmHD3FR903cMsQIwmP1dy6MT_AvRlLi2mG_X41"></script>7374 <script src="/bundles/listings?v=ACN7ICBuogrPYEmNE-Ty2sea_3KGwQ0r8MDOqXNc3vk1"></script>757677 7879 <script type="text/javascript" id="listingfullstory">80 window['_fs_debug'] = false;81 window['_fs_host'] = 'www.fullstory.com';82 window['_fs_org'] = '1yVu';83 window['_fs_namespace'] = 'FS';84 (function (m, n, e, t, l, o, g, y) {85 if (e in m && m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].'); return; }86 g = m[e] = function (a, b) { g.q ? g.q.push([a, b]) : g._api(a, b); }; g.q = [];87 o = n.createElement(t); o.async = 1; o.src = 'https://' + _fs_host + '/s/fs.js';88 y = n.getElementsByTagName(t)[0]; y.parentNode.insertBefore(o, y);89 g.identify = function (i, v) { g(l, { uid: i }); if (v) g(l, v) }; g.setUserVars = function (v) { g(l, v) };90 g.identifyAccount = function (i, v) { o = 'account'; v = v || {}; v.acctId = i; g(o, v) };91 g.clearUserCookie = function (c, d, i) {92 if (!c || document.cookie.match('fs_uid=[`;`]*`[`;`]*`[`;`]*`')) {93 d = n.domain; while (1) {94 n.cookie = 'fs_uid=;domain=' + d +95 ';path=/;expires=' + new Date(0).toUTCString(); i = d.indexOf('.'); if (i < 0) break; d = d.slice(i + 1)96 }97 }98 };99 })(window, document, window['_fs_namespace'], 'script', 'user');100 </script>101102 103104105106 <link href="/Content/WaitMe/waitMe.css" rel="stylesheet" />107108 <script src="/Scripts/WaitMe/waitMe.js"></script>109110 <script src="/Scripts/JQuery.InputMask/min/jquery.inputmask.bundle.min.js"></script>111 <script src="/Scripts/JQuery.InputMask/min/inputmask/phone-codes/phone.min.js"></script>112 <script src="/Scripts/GothamCommon/PhoneMaskedEditor.js"></script>113114 <script type="text/javascript">115 $(function () {116 Gotham.LoadingIndicator.initGlobal('/Content/Images/loading.gif');117 Gotham.PhoneMaskedEditor.initialize();118 if (window.OneTrust) {119 window.OneTrust.changeLanguage('fr');120 }121 });122 </script>123124 125126 127 <!-- Global site tag (gtag.js) - Google Analytics -->128 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-49572274-1"></script>129 <script>130 window.dataLayer = window.dataLayer || [];131 function gtag() { dataLayer.push(arguments); }132 gtag('js', new Date());133134 gtag('config', 'UA-49572274-1');135136 gtag('config', '<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-176051114-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-176051114-1'); </script>');137 </script>138139</head>140<body class="fr listing-page building-detail-firstpage">141 <div class="page-wrapper">142 <!--[if lt IE 8]>143 <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>144 <![endif]-->145146 147148149<script src="https://maps.googleapis.com/maps/api/js?key=AIza_CLE_CAVIARDEE_LOUKA_000000000000000&language=fr"></script>150151<!-- HEADER -->152<link href="/Customize/Css" rel="stylesheet" type="text/css" />153154 <div class="header wrapper apply">155 <div class="page-content clearfix">156 <div class="logo">157 <div class="app-logo-with-title">158 <a href="/">159 <div class="app-image-logo">160 <div id="image-logo">161 <img src="https://wfiles.buildingstack.com/resources/image/K6yPiAIheR4xbxUahA2Zf3OSegCsCvwU1" class="app-logo" />162 </div>163 </div>164 </a>165 <div class="app-title-name">166 <h1 id="type-user" class="app-title">Gestion Immobilière Summum</h1>167 </div>168 </div>169 </div>170 <div class="apply-now">171 <a href="https://app.buildingstack.com/application/start?company=summumpm" target="_blank" class="apply-now-button apply-now-button-backgroundColor">Envoyer une demande</a>172 </div>173 <div class="login">174 <a href="https://app.buildingstack.com/" target="_parent" class="login-button login-button-backgroundColor">Se connecter</a>175 </div>176177178 <div id="dd5" class="wrapper-dropdown-3 lang-selector" tabindex="1">179 <input data-val="true" data-val-required="The [[ListingModel_Language]] field is required." id="Language" name="Language" type="hidden" value="French" />180 <span>Anglais</span>181 <ul class="dropdown">182 <li data-val="English">183 <a href="/Header/SetLanguage?lang=English">English</a>184 </li>185 <li data-val="French">186 <a href="/Header/SetLanguage?lang=French">Français</a>187 </li>188 </ul>189 </div>190 <script type="text/javascript">191 // LANGUAGE-SELECTOR DROPDOWN192 $(function () {193 var dd = new GmListing.DropDown($('#dd5'), {194 navigateOnClick: true195 });196 });197 </script>198 </div>199 </div>200 <div class="navigation wrapper">201 <div class="page-content clearfix">202203 <div class="menu-icon">204 <div class="one"></div>205 <div class="two"></div>206 <div class="three"></div>207 </div>208 <div class="nav">209 <ul class="menu">210211 <li class=""><a href="/">ACCUEIL</a></li>212 <li class="active accent_color_1_border"><a href="/Listing/Listings">ANNONCES</a></li>213 <li class=""><a href="/ContactUs">CONTACT</a></li>214 </ul>215216 <a href="tel:+15148191529" class="contact">217 (514) 819-1529218 </a>219 </div>220 </div>221 </div>222<!-- END HEADER -->223<script type="text/javascript">224 $(function () {225 $(document).click(function () {226 // all dropdowns227 $('.wrapper-dropdown-3').removeClass('active');228 });229 });230</script>231232 233234235236<script src="https://cdn.jsdelivr.net/picturefill/2.3.1/picturefill.min.js"></script>237<script src="/Scripts/Clipboard/clipboard.js"></script>238239<link href="http://vjs.zencdn.net/4.12/video-js.css" rel="stylesheet">240<script src="http://vjs.zencdn.net/4.12/video.js"></script>241242<script type="text/javascript">243 var hasTouch;244 window.addEventListener('touchstart', function setHasTouch() {245 hasTouch = true;246 // Remove event listener once fired, otherwise it'll kill scrolling247 // performance248 window.removeEventListener('touchstart', setHasTouch);249 }, false);250 var params = new URLSearchParams(window.location.search);251 params.delete("lang");252</script>253<div class="p-content">254 <div class="banner wrapper">255 <div id="googleMap" class="banner-map">256 </div>257 </div>258 <script type="text/javascript">259 $(document).ready(function () {260 var pin = '/Customize/Svg?name=map-pin&accentColor=2&ver=rgba%2824%2C38%2C66%2C1%29';261 Gotham.GoogleMaps.setBuildingLocation(document.getElementById("googleMap"), "1150 Rue Bélanger, Montréal, QC H2S 1H5, Canada", '45.541286', '-73.60775009999999', pin);262263 //TOGGLE STREET VIEW BY CLICKING THE YELLOW STREET VIEW BUTTON264 $(".street-view-button").click(function () { Gotham.GoogleMaps.togglePanorama("1150 Rue Bélanger, Montréal, QC H2S 1H5, Canada", 'Vue de la Rue', 'Retour à la Carte'); });265 });266 </script>267 <!-- END BANNER -->268 <!-- PROFILE-BAR -->269 <div class="profile-bar wrapper">270 <div class="page-content">271 <div class="profile-image">272 <img src="https://wfiles.buildingstack.com/resources/image/BsffC4LcIb13E6yudAESiPiQ6QAyMSyd5/preview" width="170" height="170">273 </div>274 <div class="profile-name">275 <h3 class="accent_color_2">1150 Bélanger - Tour Andrea</h3>276 277 <ul>278 <li class="residential-icon1"></li>279 </ul>280 <p>2812821150 Rue Bélanger, Montréal, QC H2S 1H5, Canada</p>283 </div>284 <ul class="pull-right">285 <li>286 287 <a class="share-button">Partager</a>288 <div class="tooltip share-tooltip">289 <a class="close-tooltip"><img src="/Content/Images/listings/close.png" alt=""></a>290 <h3 class="accent_color_2">Partager</h3>291 <form action="#">292 <input id="share-url" class="share search-input" type="search" placeholder="https://location.summumpm.com/b/202229086501005617429">293 <input id="share-copy-button" class="copy-url" type="button" name="button" value="COPIER LE LIEN">294 </form>295 <ul class="share-social-icons">296 <li class="fb"><a target="_parent" href="https://www.facebook.com/sharer/sharer.php?u=https://location.summumpm.com/b/202229086501005617429"></a></li>297 <li class="tw"><a target="_parent" href="https://twitter.com/home?status=https://location.summumpm.com/b/202229086501005617429"></a></li>298 <li class="gp"><a target="_parent" href="https://plus.google.com/share?url=https://location.summumpm.com/b/202229086501005617429"></a></li>299 <li class="in"><a target="_parent" href="https://www.linkedin.com/shareArticle?mini=true&url=https://location.summumpm.com/b/202229086501005617429&title=1150 Bélanger - Tour Andrea&summary=&source="></a></li>300 <li class="sms"><a target="_parent" href="mailto:?subject=Regardez cet unité!&body=https://location.summumpm.com/b/202229086501005617429"></a></li>301 </ul>302 <span class="tooltip-arrow"></span>303 </div>304 </li>305 <li><a class="street-view-button upper-case accent_color_1_background" href="#">Vue de la Rue</a></li>306 </ul>307 </div>308 </div>309 <!-- END PROFILE-BAR -->310 <!-- SERVICES-BAR -->311 <div class="services wrapper">312 <div class="page-content">313 <ul class="services-item">314 <li class="parking-service">315 <h6>Stationnement</h6>316 <h4>Disponible</h4>317 </li>318 <li class="online-pay-service">319 <h6>Paiement en ligne</h6>320 <h4>Disponible</h4>321 </li>322 <li class="rent-range-service">323 <h6>Gamme de prix</h6>324 <h4 id="price_range-current">$ --</h4>325 </li>326 </ul>327 328 <div class="contact-numbers">329 <div class="vertical-middle">330 <ul>331 <li>332 <a href="tel:(438) 801-1080">(438) 801-1080</a>333 </li>334335 </ul>336 </div>337 </div>338 </div>339 </div>340 <!-- END SERVICES -->341 <!-- CONTENT -->342 <div class="content wrapper clearfix">343 <div class="page-content">344345346347 <script type="text/javascript">348 function updateGridTitlePosition(scrollTop, topBound) {349 if (!this.titleHieght) {350 this.titleHieght = $('.tab-title').height();351 }352353 // fixed state354 if (!this.gridTitlePinned && (scrollTop > topBound && scrollTop <= $('.tab-pagination').offset().top)) {355 this.gridTitlePinned = true;356 var contentWidth = $('#wpb-tab-container').outerWidth() / 2;357 $(".tab-title").addClass("tab-title-fixed").width(contentWidth);358 return;359 }360361 // initial state362 if (this.gridTitlePinned && scrollTop <= topBound) {363 this.gridTitlePinned = false;364 $('.tab-title').removeClass("tab-title-fixed").attr('style', '');365366 return;367 }368369 if (this.isMedia768) {370 // hidden state371 if (scrollTop > ($('.tab-pagination').offset().top - this.titleHieght)) {372 $(".tab-title").hide();373 }374 else {375 $(".tab-title").show();376 }377 }378 else {379 $(".tab-title").show();380 }381 };382383 function updateApartmentDetailsPosition(scrollTop, topBound, leftTabHeigh, rightTabHeigh) {384 // means aparment details haven't been loaded yet385 if (rightTabHeigh == 0 || $('.contact-button').length == 0) {386 return;387 }388389 var canBeFixedState = rightTabHeigh < leftTabHeigh;390 var detailsTopOffset = $('.contact-button').offset().top + $('.contact-button').height();391 var scrollValueToBottomPin = topBound + (leftTabHeigh - rightTabHeigh);392393 if (!this.toBottom && canBeFixedState && scrollTop > scrollValueToBottomPin) {394 $('.wpb-tab-wrapper').removeClass('wpb-tab-fixed').css({ top: leftTabHeigh - rightTabHeigh, width: '' });395 this.apartmentPinned = false;396 this.toBottom = true;397398 return;399 }400401 // fixed state402 if ((!this.apartmentPinned && canBeFixedState && scrollTop > topBound) && (scrollTop <= scrollValueToBottomPin)) {403 var widthTab = $('.wpb-tab').outerWidth(true) + 20;404 $('.wpb-tab-wrapper').addClass('wpb-tab-fixed').css({ 'top': '', width: widthTab });405406 this.apartmentPinned = true;407 this.toBottom = false;408 return;409 }410411 // initial state412 if ((this.apartmentPinned && scrollTop <= topBound) || !canBeFixedState) {413 $('.wpb-tab-wrapper').removeClass('wpb-tab-fixed').attr('style', '');414 this.apartmentPinned = false;415416 return;417 }418 };419420 function updateUnitsLayout(listingApartmentType) {421 var scrollTop = $(window).scrollTop();422 var leftTabHeigh = $('.tab-left-bar.' + listingApartmentType).outerHeight(true);423 var rightTabHeigh = $('.' + listingApartmentType + ' .wpb-tab-wrapper').outerHeight(true);424425 if (!this.topBound) {426 this.topBound = $('.tab-left-bar.' + listingApartmentType).offset().top - 20; // find out with magic number 20427 this.bottonBound = $('#wpb-tab-container').offset().top + $('#wpb-tab-container').height();428 //this.contentWidth = $('#wpb-tab-container').outerWidth() / 2;429 }430431 this.updateGridTitlePosition(scrollTop, this.topBound);432433 if (this.isMedia768) {434 this.updateApartmentDetailsPosition(scrollTop, this.topBound, leftTabHeigh, rightTabHeigh);435 }436 }437438 function updateCurrentLayoutMedia() {439 if (window.matchMedia('(min-width: 768px)').matches) {440 this.isMedia768 = true;441 }442 else {443 this.isMedia768 = false;444 }445 }446447 $(document).ready(function () {448 $('#share-copy-button').click(function () {449 var url = $('#share-url').attr('placeholder');450 clipboard.copy(url);451 });452453 var urls = {454 viewPotentialUrl: '/Listing/ApartmentView',455 };456457 Gotham.Listings.initialize(urls);458459 var $cs = $(".content-slider");460 $cs.lightGallery({461 zoom: false,462 download: false463 });464465 $("#main-content-slider").lightSlider({466 loop: false,467 keyPress: false,468 autoWidth: true,469 enableTouch: true470 });471 $(".content-slider").css("opacity", "1");472473 var unitId = "";474 if (unitId != "") {475 var tab_id = $(".tab2-content .wpb-mobileHide").find("li a[data-unitId=" + unitId + "]").parent().parent().parent().parent().attr('id');476 if (tab_id) {477 $('ul.tabs2').find("li[data-tab=" + tab_id + "]").trigger("click");478 $(".tab2-content .wpb-mobileHide").find("li a[data-unitId=" + unitId + "]").trigger("click");479 return;480 }481 }482483 $('ul.tabs2').find("li:first-child").trigger("click");484485 });486 </script>487488 <div id="wpb-tab-container">489 <h1 class="content-item">Unités disponibles</h1>490 <ul class="tabs2">491 <li class="tab2 residential-tab" data-tab="tab-9" data-price-range="$1 000 - $1 695">492 <span class="tab2-icon"></span>493 Résidentiel 494 </li>495 </ul>496 <div class="tab2-content current" id="tab-9">497 498499500<script type="text/javascript">501 $(document).ready(function () {502 var existUnitsToRender = $('#wpb-tab-container .tab2-content').length > 0;503504 if (existUnitsToRender) {505 updateCurrentLayoutMedia();506507 $(window).on('scroll.wpbtabscroll', function () {508 updateUnitsLayout('residential');509 });510511 $(window).on('resize.wpbtabscroll', function () {512 updateUnitsLayout('residential');513 });514515 $('.wpb-tab.residential').on('change.wpbtabscroll', function () {516 updateUnitsLayout('residential');517 });518519 $(window).resize(function () {520 updateCurrentLayoutMedia();521522 if (this.isMedia768) {523 var containerWidth = $('#wpb-tab-container').outerWidth();524 var contentWidth = containerWidth / 2;525 $('.residential .tab-title-fixed').css("width", contentWidth + "px");526 }527 });528 }529530 $(".residential .tab-next").click(function () {531 $(".residential .wpb-mobileHide .wpb-current").parent().next("li").find("a").trigger("click");532 });533534 $(".residential .tab-previous").click(function () {535 $(".residential .wpb-mobileHide .wpb-current").parent().prev("li").find("a").trigger("click");536 });537 });538</script>539<div class="tab-left-bar residential">540 <div class="tab-title accent_color_2_background">541 <div class="tab-heading">542 <span>Unité</span>543 <span>Loyer</span>544 <span>PI.CA</span>545 <span>CH.</span>546 <span>SDB</span>547 <span>Disponible</span>548 </div>549 </div>550 <ul class="wpb-tabs-menu wpb-mobileHide">551 <li>552 <a href="#residential-wpb-tab-1" data-unitId="410484" data-lang="fr-CA" class="apartment-view-potential">553 <span>402</span>554 <span>$1 575</span>555 <span>--</span>556 <span>2</span>557 <span>1</span>558 <span>août 16, 2026</span>559 </a>560 </li>561 <li>562 <a href="#residential-wpb-tab-2" data-unitId="410468" data-lang="fr-CA" class="apartment-view-potential">563 <span>206</span>564 <span>$1 000</span>565 <span>298</span>566 <span>0</span>567 <span>1</span>568 <span>sept. 01, 2026</span>569 </a>570 </li>571 <li>572 <a href="#residential-wpb-tab-3" data-unitId="410469" data-lang="fr-CA" class="apartment-view-potential">573 <span>207</span>574 <span>$1 325</span>575 <span>437</span>576 <span>1</span>577 <span>1</span>578 <span>sept. 01, 2026</span>579 </a>580 </li>581 <li>582 <a href="#residential-wpb-tab-4" data-unitId="410509" data-lang="fr-CA" class="apartment-view-potential">583 <span>607</span>584 <span>$1 425</span>585 <span>437</span>586 <span>1</span>587 <span>1</span>588 <span>sept. 01, 2026</span>589 </a>590 </li>591 <li>592 <a href="#residential-wpb-tab-5" data-unitId="410492" data-lang="fr-CA" class="apartment-view-potential">593 <span>410</span>594 <span>$1 575</span>595 <span>--</span>596 <span>2</span>597 <span>1</span>598 <span>oct. 01, 2026</span>599 </a>600 </li>601 <li>602 <a href="#residential-wpb-tab-6" data-unitId="410504" data-lang="fr-CA" class="apartment-view-potential">603 <span>602</span>604 <span>$1 695</span>605 <span>650</span>606 <span>2</span>607 <span>1</span>608 <span>oct. 01, 2026</span>609 </a>610 </li>611 <li>612 <a href="#residential-wpb-tab-7" data-unitId="410506" data-lang="fr-CA" class="apartment-view-potential">613 <span>604</span>614 <span>$1 425</span>615 <span>--</span>616 <span>1</span>617 <span>1</span>618 <span>oct. 01, 2026</span>619 </a>620 </li>621 <li>622 <a href="#residential-wpb-tab-8" data-unitId="410515" data-lang="fr-CA" class="apartment-view-potential">623 <span>703</span>624 <span>$1 250</span>625 <span>427</span>626 <span>0</span>627 <span>1</span>628 <span>nov. 01, 2026</span>629 </a>630 </li>631 <li>632 <a href="#residential-wpb-tab-9" data-unitId="410507" data-lang="fr-CA" class="apartment-view-potential">633 <span>605</span>634 <span>$1 050</span>635 <span>298</span>636 <span>0</span>637 <span>1</span>638 <span>juil. 01, 2027</span>639 </a>640 </li>641642 </ul>643 <div class="tab-pagination">644 <div class="tab-previous" href="#">Précédent</div>645 <div class="tab-next" href="#">Suivant</div>646 </div>647 <p><span class="bold">Note:</span> Les prix indiqués peuvent changer sans préavis.</p>648</div>649<div class="wpb-tab residential">650 <div class="wpb-tab-wrapper">651 <div id="residential-wpb-tab-1" data-unitid="410484" data-lang="fr-CA" class="wpb-tab-content">652653 </div>654 <div id="residential-wpb-tab-2" data-unitid="410468" data-lang="fr-CA" class="wpb-tab-content">655656 </div>657 <div id="residential-wpb-tab-3" data-unitid="410469" data-lang="fr-CA" class="wpb-tab-content">658659 </div>660 <div id="residential-wpb-tab-4" data-unitid="410509" data-lang="fr-CA" class="wpb-tab-content">661662 </div>663 <div id="residential-wpb-tab-5" data-unitid="410492" data-lang="fr-CA" class="wpb-tab-content">664665 </div>666 <div id="residential-wpb-tab-6" data-unitid="410504" data-lang="fr-CA" class="wpb-tab-content">667668 </div>669 <div id="residential-wpb-tab-7" data-unitid="410506" data-lang="fr-CA" class="wpb-tab-content">670671 </div>672 <div id="residential-wpb-tab-8" data-unitid="410515" data-lang="fr-CA" class="wpb-tab-content">673674 </div>675 <div id="residential-wpb-tab-9" data-unitid="410507" data-lang="fr-CA" class="wpb-tab-content">676677 </div>678679 </div>680</div>681 </div>682 </div>683 <div class="last-content">684 <div class="facilities">685 <h2>Commodités</h2>686 <ul>687 688689 <li><span><label for="Elevator">Ascenseur</label></span></li>690 <li><span><label for="SurveillanceCameras">Caméras de surveillance</label></span></li>691 <li><span><label for="BusStopNearby">Arrêt de bus à proximité</label></span></li>692 <li><span><label for="MetroStationNearby">Station de métro à proximité</label></span></li>693 <li><span><label for="BikeStandNearby">Station de vélo à proximité</label></span></li>694 695696 <li><span><label for="LaundryFacility">Salle de buanderie</label></span></li>697698 699 700701 702 703 </ul>704</div>705706707708 </div>709 </div>710 </div>711</div>712713 714<!-- FOOTER -->715716 <div class="footer wrapper accent_color_3_background">717 <div class="page-content section_2 clearfix">718 <div class="company-info ">719 <div class="company-title barFontColor">720 <img src="https://wfiles.buildingstack.com/resources/image/K6yPiAIheR4xbxUahA2Zf3OSegCsCvwU1" alt="" height="30" />Gestion Immobilière Summum721 </div>722 <div class="powered-by barFontColor">723 Réalisé par724 <a href="https://www.buildingstack.com/">725 <img src="/Content/Images/listings/footer-logo-bstk-white.svg" alt="" />726 </a>727 </div>728 <p class="copyrights barFontColor">©2026 BuildingStack™. Tous droits réservés.</p>729 <ul class="links">730 <li><a href="/legal/terms" target="_blank">Conditions D'utilisation</a></li>731 <li><a href="/legal/privacy" target="_blank">Politique de Confidentialité</a></li>732 733 </ul>734 </div>735 <div class="contact">736 <h3 class="upper-case accent_color_1">SIÈGE SOCIAL</h3>737 <p class="address barFontColor">73873977 Rue Omer Deserres, 6, Blainville, QC J7C5N3, Canada</p>740 <p class="phone barFontColor">(514) 819-1529</p>741 </div>742 </div>743 </div>744<!-- END FOOTER -->745 </div>746 747</body>748</html>749