SPB Git

spb/lou-ka Public

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

HTML 99.7%
45.2 KB · 1,020 lines html
Raw Blame History
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>Urban Services</title>15    <meta name="viewport" content="width=device-width, initial-scale=1">16    <meta name="description" content="L’optimisation des propri&#233;t&#233;s &#224; l’aide de notre connaissance approfondie du march&#233; locatif ainsi qu’&#224; l’aide des outils &#224; la fine pointe de la technologie nous permet de servir les locataires et propri&#233;taires de notre portfolio immobilier. ">17    <meta name="keywords" content="Property Management, Gestion immobili&#232;re, location, rental, 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(255,255,255,1)">21    <!-- Windows Phone -->22    <meta name="msapplication-navbutton-color" content="rgba(255,255,255,1)">23    <!-- iOS Safari -->24    <meta name="apple-mobile-web-app-status-bar-style" content="rgba(255,255,255,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/TJXBGd5ILb9QD6GnBrb4E7PnIp9qKJqy1" 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', 'https://analytics.sitebuilderhost.net/#sites/11ea8a3aa82ac5ccb75b0026b952c5b1');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/AserK59wTsTgQ7flKdHqKJbLDpH8GJqy1" class="app-logo" />162                            </div>163                        </div>164                    </a>165                    <div class="app-title-name">166                        <h1 id="type-user" class="app-title">Urban Services</h1>167                    </div>168                </div>169            </div>170                <div class="apply-now">171                    <a href="https://docs.google.com/forms/d/e/1FAIpQLSfefiCu6IRDlyBCnlareDGRibCuIRR0zriwgEO4AqnJa7TJng/viewform?usp=sf_link" 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&#231;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 class="social">199                        <ul class="social-icons">200                                <li class="fb"><a href="https://www.facebook.com/urbanserviceslocataires" target="_blank"></a></li>201                                                                                                                                                                            <li class="ig"><a href="https://www.instagram.com/urbanservices.ca/" target="_blank"></a></li>202                        </ul>203                    </div>204        </div>205    </div>206        <div class="navigation wrapper">207            <div class="page-content clearfix">208209                <div class="menu-icon">210                    <div class="one"></div>211                    <div class="two"></div>212                    <div class="three"></div>213                </div>214                <div class="nav">215                    <ul class="menu">216217                        <li class=""><a href="/">ACCUEIL</a></li>218                            <li class="active accent_color_1_border"><a href="/Listing/Listings">ANNONCES</a></li>219                                                                    </ul>220221                                    </div>222            </div>223        </div>224<!-- END HEADER -->225<script type="text/javascript">226    $(function () {227        $(document).click(function () {228            // all dropdowns229            $('.wrapper-dropdown-3').removeClass('active');230        });231    });232</script>233234        235236237238<script src="https://cdn.jsdelivr.net/picturefill/2.3.1/picturefill.min.js"></script>239<script src="/Scripts/Clipboard/clipboard.js"></script>240241<link href="http://vjs.zencdn.net/4.12/video-js.css" rel="stylesheet">242<script src="http://vjs.zencdn.net/4.12/video.js"></script>243244<script type="text/javascript">245    var hasTouch;246    window.addEventListener('touchstart', function setHasTouch() {247        hasTouch = true;248        // Remove event listener once fired, otherwise it'll kill scrolling249        // performance250        window.removeEventListener('touchstart', setHasTouch);251    }, false);252    var params = new URLSearchParams(window.location.search);253    params.delete("lang");254</script>255<div class="p-content">256    <div class="banner wrapper">257        <div id="googleMap" class="banner-map">258        </div>259    </div>260    <script type="text/javascript">261        $(document).ready(function () {262             var pin = '/Customize/Svg?name=map-pin&accentColor=2&ver=rgba%2842%2C83%2C89%2C1%29';263            Gotham.GoogleMaps.setBuildingLocation(document.getElementById("googleMap"), "19 Rue du Patrimoine, Gatineau, QC J9H 3N6, Canada", '45.3938386', '-75.85264529999999', pin);264265            //TOGGLE STREET VIEW BY CLICKING THE YELLOW STREET VIEW BUTTON266            $(".street-view-button").click(function () { Gotham.GoogleMaps.togglePanorama("19 Rue du Patrimoine, Gatineau, QC J9H 3N6, Canada", 'Vue de la Rue', 'Retour &#224; la Carte'); });267        });268    </script>269    <!-- END BANNER -->270    <!-- PROFILE-BAR -->271    <div class="profile-bar wrapper">272        <div class="page-content">273            <div class="profile-image">274                <img src="https://wfiles.buildingstack.com/resources/image/KdfZRKfgPMaoCNTOPqfiTsqsC4XsGJqy1/preview" width="170" height="170">275            </div>276            <div class="profile-name">277                <h3 class="accent_color_2">19-21 Patrimoine (Ambiance 2)</h3>278                279                    <ul>280                            <li class="residential-icon1"></li>281                                                                                            </ul>282                <p>28328419 Rue du Patrimoine, Gatineau, QC J9H 3N6, Canada</p>285            </div>286            <ul class="pull-right">287                <li>288                    289                    <a class="share-button">Partager</a>290                    <div class="tooltip share-tooltip">291                        <a class="close-tooltip"><img src="/Content/Images/listings/close.png" alt=""></a>292                        <h3 class="accent_color_2">Partager</h3>293                        <form action="#">294                            <input id="share-url" class="share search-input" type="search" placeholder="https://rent.urbanservices.ca/b/202645762902008641819">295                            <input id="share-copy-button" class="copy-url" type="button" name="button" value="COPIER LE LIEN">296                        </form>297                        <ul class="share-social-icons">298                            <li class="fb"><a target="_parent" href="https://www.facebook.com/sharer/sharer.php?u=https://rent.urbanservices.ca/b/202645762902008641819"></a></li>299                            <li class="tw"><a target="_parent" href="https://twitter.com/home?status=https://rent.urbanservices.ca/b/202645762902008641819"></a></li>300                            <li class="gp"><a target="_parent" href="https://plus.google.com/share?url=https://rent.urbanservices.ca/b/202645762902008641819"></a></li>301                            <li class="in"><a target="_parent" href="https://www.linkedin.com/shareArticle?mini=true&url=https://rent.urbanservices.ca/b/202645762902008641819&title=19-21 Patrimoine (Ambiance 2)&summary=&source="></a></li>302                            <li class="sms"><a target="_parent" href="mailto:?subject=Regardez cet unit&#233;!&body=https://rent.urbanservices.ca/b/202645762902008641819"></a></li>303                        </ul>304                        <span class="tooltip-arrow"></span>305                    </div>306                </li>307                <li><a class="street-view-button upper-case accent_color_1_background" href="#">Vue de la Rue</a></li>308            </ul>309        </div>310    </div>311    <!-- END PROFILE-BAR -->312    <!-- SERVICES-BAR -->313    <div class="services wrapper">314        <div class="page-content">315            <ul class="services-item">316                                <li class="online-pay-service">317                    <h6>Paiement en ligne</h6>318                    <h4>Non Disponible</h4>319                </li>320                <li class="rent-range-service">321                    <h6>Gamme de prix</h6>322                    <h4 id="price_range-current">$ --</h4>323                </li>324            </ul>325            326                <div class="contact-numbers">327                    <div class="vertical-middle">328                        <ul>329                                    <li>330                                        <a href="tel:(819) 213-2821">(819) 213-2821</a>331                                    </li>332333                        </ul>334                    </div>335                </div>336        </div>337    </div>338    <!-- END SERVICES -->339    <!-- CONTENT -->340    <div class="content wrapper clearfix">341        <div class="page-content">342343344345            <script type="text/javascript">346            function updateGridTitlePosition(scrollTop, topBound) {347                if (!this.titleHieght) {348                    this.titleHieght = $('.tab-title').height();349                }350351                // fixed state352                if (!this.gridTitlePinned && (scrollTop > topBound && scrollTop <= $('.tab-pagination').offset().top)) {353                    this.gridTitlePinned = true;354                    var contentWidth = $('#wpb-tab-container').outerWidth() / 2;355                    $(".tab-title").addClass("tab-title-fixed").width(contentWidth);356                    return;357                }358359                // initial state360                if (this.gridTitlePinned && scrollTop <= topBound) {361                    this.gridTitlePinned = false;362                    $('.tab-title').removeClass("tab-title-fixed").attr('style', '');363364                    return;365                }366367                if (this.isMedia768) {368                    // hidden state369                    if (scrollTop > ($('.tab-pagination').offset().top - this.titleHieght)) {370                        $(".tab-title").hide();371                    }372                    else {373                        $(".tab-title").show();374                    }375                }376                else {377                    $(".tab-title").show();378                }379            };380381            function updateApartmentDetailsPosition(scrollTop, topBound, leftTabHeigh, rightTabHeigh) {382                // means aparment details haven't been loaded yet383                if (rightTabHeigh == 0 || $('.contact-button').length == 0) {384                    return;385                }386387                var canBeFixedState = rightTabHeigh < leftTabHeigh;388                var detailsTopOffset = $('.contact-button').offset().top + $('.contact-button').height();389                var scrollValueToBottomPin = topBound + (leftTabHeigh - rightTabHeigh);390391                if (!this.toBottom && canBeFixedState && scrollTop > scrollValueToBottomPin) {392                    $('.wpb-tab-wrapper').removeClass('wpb-tab-fixed').css({ top: leftTabHeigh - rightTabHeigh, width: '' });393                    this.apartmentPinned = false;394                    this.toBottom = true;395396                    return;397                }398399                // fixed state400                if ((!this.apartmentPinned && canBeFixedState && scrollTop > topBound) && (scrollTop <= scrollValueToBottomPin)) {401                    var widthTab = $('.wpb-tab').outerWidth(true) + 20;402                    $('.wpb-tab-wrapper').addClass('wpb-tab-fixed').css({ 'top': '', width: widthTab });403404                    this.apartmentPinned = true;405                    this.toBottom = false;406                    return;407                }408409                // initial state410                if ((this.apartmentPinned && scrollTop <= topBound) || !canBeFixedState) {411                    $('.wpb-tab-wrapper').removeClass('wpb-tab-fixed').attr('style', '');412                    this.apartmentPinned = false;413414                    return;415                }416            };417418            function updateUnitsLayout(listingApartmentType) {419                var scrollTop = $(window).scrollTop();420                var leftTabHeigh = $('.tab-left-bar.' + listingApartmentType).outerHeight(true);421                var rightTabHeigh = $('.' + listingApartmentType + ' .wpb-tab-wrapper').outerHeight(true);422423                if (!this.topBound) {424                    this.topBound = $('.tab-left-bar.' + listingApartmentType).offset().top - 20; // find out with magic number 20425                    this.bottonBound = $('#wpb-tab-container').offset().top + $('#wpb-tab-container').height();426                    //this.contentWidth = $('#wpb-tab-container').outerWidth() / 2;427                }428429                this.updateGridTitlePosition(scrollTop, this.topBound);430431                if (this.isMedia768) {432                    this.updateApartmentDetailsPosition(scrollTop, this.topBound, leftTabHeigh, rightTabHeigh);433                }434            }435436            function updateCurrentLayoutMedia() {437                if (window.matchMedia('(min-width: 768px)').matches) {438                    this.isMedia768 = true;439                }440                else {441                    this.isMedia768 = false;442                }443            }444445            $(document).ready(function () {446                $('#share-copy-button').click(function () {447                    var url = $('#share-url').attr('placeholder');448                    clipboard.copy(url);449                });450451                var urls = {452                    viewPotentialUrl: '/Listing/ApartmentView',453                };454455                Gotham.Listings.initialize(urls);456457                var $cs = $(".content-slider");458                $cs.lightGallery({459                    zoom: false,460                    download: false461                });462463                $("#main-content-slider").lightSlider({464                    loop: false,465                    keyPress: false,466                    autoWidth: true,467                    enableTouch: true468                });469                $(".content-slider").css("opacity", "1");470471                var unitId = "";472                if (unitId != "") {473                    var tab_id = $(".tab2-content .wpb-mobileHide").find("li a[data-unitId=" + unitId + "]").parent().parent().parent().parent().attr('id');474                    if (tab_id) {475                        $('ul.tabs2').find("li[data-tab=" + tab_id + "]").trigger("click");476                        $(".tab2-content .wpb-mobileHide").find("li a[data-unitId=" + unitId + "]").trigger("click");477                        return;478                    }479                }480481                $('ul.tabs2').find("li:first-child").trigger("click");482483            });484            </script>485486                <div id="wpb-tab-container">487                    <h1 class="content-item">Unit&#233;s disponibles</h1>488                    <ul class="tabs2">489                            <li class="tab2 residential-tab" data-tab="tab-9" data-price-range="$1&#160;700 - $4&#160;600">490                                <span class="tab2-icon"></span>491                                R&#233;sidentiel 492                            </li>493                                                                                            </ul>494                        <div class="tab2-content current" id="tab-9">495                            496497498<script type="text/javascript">499    $(document).ready(function () {500        var existUnitsToRender = $('#wpb-tab-container .tab2-content').length > 0;501502        if (existUnitsToRender) {503            updateCurrentLayoutMedia();504505            $(window).on('scroll.wpbtabscroll', function () {506                updateUnitsLayout('residential');507            });508509            $(window).on('resize.wpbtabscroll', function () {510                updateUnitsLayout('residential');511            });512513            $('.wpb-tab.residential').on('change.wpbtabscroll', function () {514                updateUnitsLayout('residential');515            });516517            $(window).resize(function () {518                updateCurrentLayoutMedia();519520                if (this.isMedia768) {521                    var containerWidth = $('#wpb-tab-container').outerWidth();522                    var contentWidth = containerWidth / 2;523                    $('.residential .tab-title-fixed').css("width", contentWidth + "px");524                }525            });526        }527528        $(".residential .tab-next").click(function () {529            $(".residential .wpb-mobileHide .wpb-current").parent().next("li").find("a").trigger("click");530        });531532        $(".residential .tab-previous").click(function () {533            $(".residential .wpb-mobileHide .wpb-current").parent().prev("li").find("a").trigger("click");534        });535    });536</script>537<div class="tab-left-bar residential">538    <div class="tab-title accent_color_2_background">539        <div class="tab-heading">540            <span>Unit&#233;</span>541            <span>Loyer</span>542            <span>PI.CA</span>543            <span>CH.</span>544            <span>SDB</span>545            <span>Disponible</span>546        </div>547    </div>548    <ul class="wpb-tabs-menu wpb-mobileHide">549                <li>550                    <a href="#residential-wpb-tab-1" data-unitId="935861" data-lang="fr-CA" class="apartment-view-potential">551                        <span>101</span>552                        <span>$1&#160;700</span>553                        <span>866</span>554                        <span>1</span>555                        <span>1</span>556                        <span>Disponible d&#232;s maintenant!</span>557                    </a>558                </li>559                <li>560                    <a href="#residential-wpb-tab-2" data-unitId="935862" data-lang="fr-CA" class="apartment-view-potential">561                        <span>102</span>562                        <span>$1&#160;700</span>563                        <span>894</span>564                        <span>1</span>565                        <span>1</span>566                        <span>Disponible d&#232;s maintenant!</span>567                    </a>568                </li>569                <li>570                    <a href="#residential-wpb-tab-3" data-unitId="935865" data-lang="fr-CA" class="apartment-view-potential">571                        <span>105</span>572                        <span>$1&#160;890</span>573                        <span>916</span>574                        <span>1</span>575                        <span>1</span>576                        <span>Disponible d&#232;s maintenant!</span>577                    </a>578                </li>579                <li>580                    <a href="#residential-wpb-tab-4" data-unitId="935868" data-lang="fr-CA" class="apartment-view-potential">581                        <span>109</span>582                        <span>$1&#160;900</span>583                        <span>953</span>584                        <span>1</span>585                        <span>1</span>586                        <span>Disponible d&#232;s maintenant!</span>587                    </a>588                </li>589                <li>590                    <a href="#residential-wpb-tab-5" data-unitId="935869" data-lang="fr-CA" class="apartment-view-potential">591                        <span>110</span>592                        <span>$1&#160;700</span>593                        <span>885</span>594                        <span>1</span>595                        <span>1</span>596                        <span>Disponible d&#232;s maintenant!</span>597                    </a>598                </li>599                <li>600                    <a href="#residential-wpb-tab-6" data-unitId="935870" data-lang="fr-CA" class="apartment-view-potential">601                        <span>111</span>602                        <span>$1&#160;700</span>603                        <span>824</span>604                        <span>1</span>605                        <span>1</span>606                        <span>Disponible d&#232;s maintenant!</span>607                    </a>608                </li>609                <li>610                    <a href="#residential-wpb-tab-7" data-unitId="935872" data-lang="fr-CA" class="apartment-view-potential">611                        <span>201</span>612                        <span>$2&#160;100</span>613                        <span>866</span>614                        <span>1</span>615                        <span>1</span>616                        <span>Disponible d&#232;s maintenant!</span>617                    </a>618                </li>619                <li>620                    <a href="#residential-wpb-tab-8" data-unitId="935873" data-lang="fr-CA" class="apartment-view-potential">621                        <span>202</span>622                        <span>$2&#160;100</span>623                        <span>893</span>624                        <span>1</span>625                        <span>1</span>626                        <span>Disponible d&#232;s maintenant!</span>627                    </a>628                </li>629                <li>630                    <a href="#residential-wpb-tab-9" data-unitId="935874" data-lang="fr-CA" class="apartment-view-potential">631                        <span>203</span>632                        <span>$3&#160;000</span>633                        <span>1144</span>634                        <span>2</span>635                        <span>1</span>636                        <span>Disponible d&#232;s maintenant!</span>637                    </a>638                </li>639                <li>640                    <a href="#residential-wpb-tab-10" data-unitId="935877" data-lang="fr-CA" class="apartment-view-potential">641                        <span>206</span>642                        <span>$2&#160;250</span>643                        <span>951</span>644                        <span>1</span>645                        <span>1</span>646                        <span>Disponible d&#232;s maintenant!</span>647                    </a>648                </li>649                <li>650                    <a href="#residential-wpb-tab-11" data-unitId="935880" data-lang="fr-CA" class="apartment-view-potential">651                        <span>209</span>652                        <span>$3&#160;600</span>653                        <span>1139</span>654                        <span>2</span>655                        <span>1</span>656                        <span>Disponible d&#232;s maintenant!</span>657                    </a>658                </li>659                <li>660                    <a href="#residential-wpb-tab-12" data-unitId="935881" data-lang="fr-CA" class="apartment-view-potential">661                        <span>210</span>662                        <span>$3&#160;500</span>663                        <span>1250</span>664                        <span>2</span>665                        <span>1</span>666                        <span>Disponible d&#232;s maintenant!</span>667                    </a>668                </li>669                <li>670                    <a href="#residential-wpb-tab-13" data-unitId="935882" data-lang="fr-CA" class="apartment-view-potential">671                        <span>211</span>672                        <span>$3&#160;300</span>673                        <span>1228</span>674                        <span>2</span>675                        <span>1</span>676                        <span>Disponible d&#232;s maintenant!</span>677                    </a>678                </li>679                <li>680                    <a href="#residential-wpb-tab-14" data-unitId="935883" data-lang="fr-CA" class="apartment-view-potential">681                        <span>212</span>682                        <span>$2&#160;100</span>683                        <span>824</span>684                        <span>1</span>685                        <span>1</span>686                        <span>Disponible d&#232;s maintenant!</span>687                    </a>688                </li>689                <li>690                    <a href="#residential-wpb-tab-15" data-unitId="935884" data-lang="fr-CA" class="apartment-view-potential">691                        <span>301</span>692                        <span>$2&#160;200</span>693                        <span>866</span>694                        <span>1</span>695                        <span>1</span>696                        <span>Disponible d&#232;s maintenant!</span>697                    </a>698                </li>699                <li>700                    <a href="#residential-wpb-tab-16" data-unitId="935889" data-lang="fr-CA" class="apartment-view-potential">701                        <span>302</span>702                        <span>$2&#160;300</span>703                        <span>893</span>704                        <span>1</span>705                        <span>1</span>706                        <span>Disponible d&#232;s maintenant!</span>707                    </a>708                </li>709                <li>710                    <a href="#residential-wpb-tab-17" data-unitId="935894" data-lang="fr-CA" class="apartment-view-potential">711                        <span>303</span>712                        <span>$3&#160;400</span>713                        <span>1144</span>714                        <span>2</span>715                        <span>1</span>716                        <span>Disponible d&#232;s maintenant!</span>717                    </a>718                </li>719                <li>720                    <a href="#residential-wpb-tab-18" data-unitId="935903" data-lang="fr-CA" class="apartment-view-potential">721                        <span>309</span>722                        <span>$3&#160;800</span>723                        <span>1139</span>724                        <span>2</span>725                        <span>1</span>726                        <span>Disponible d&#232;s maintenant!</span>727                    </a>728                </li>729                <li>730                    <a href="#residential-wpb-tab-19" data-unitId="935905" data-lang="fr-CA" class="apartment-view-potential">731                        <span>311</span>732                        <span>$3&#160;400</span>733                        <span>1228</span>734                        <span>2</span>735                        <span>1</span>736                        <span>Disponible d&#232;s maintenant!</span>737                    </a>738                </li>739                <li>740                    <a href="#residential-wpb-tab-20" data-unitId="935906" data-lang="fr-CA" class="apartment-view-potential">741                        <span>312</span>742                        <span>$2&#160;200</span>743                        <span>824</span>744                        <span>1</span>745                        <span>1</span>746                        <span>Disponible d&#232;s maintenant!</span>747                    </a>748                </li>749                <li>750                    <a href="#residential-wpb-tab-21" data-unitId="935908" data-lang="fr-CA" class="apartment-view-potential">751                        <span>402</span>752                        <span>$2&#160;400</span>753                        <span>866</span>754                        <span>1</span>755                        <span>1</span>756                        <span>Disponible d&#232;s maintenant!</span>757                    </a>758                </li>759                <li>760                    <a href="#residential-wpb-tab-22" data-unitId="935910" data-lang="fr-CA" class="apartment-view-potential">761                        <span>404</span>762                        <span>$2&#160;600</span>763                        <span>913</span>764                        <span>1</span>765                        <span>1</span>766                        <span>Disponible d&#232;s maintenant!</span>767                    </a>768                </li>769                <li>770                    <a href="#residential-wpb-tab-23" data-unitId="935914" data-lang="fr-CA" class="apartment-view-potential">771                        <span>408</span>772                        <span>$2&#160;600</span>773                        <span>962</span>774                        <span>1</span>775                        <span>1</span>776                        <span>Disponible d&#232;s maintenant!</span>777                    </a>778                </li>779                <li>780                    <a href="#residential-wpb-tab-24" data-unitId="935916" data-lang="fr-CA" class="apartment-view-potential">781                        <span>410</span>782                        <span>$4&#160;600</span>783                        <span>1583</span>784                        <span>2</span>785                        <span>1</span>786                        <span>Disponible d&#232;s maintenant!</span>787                    </a>788                </li>789                <li>790                    <a href="#residential-wpb-tab-25" data-unitId="935917" data-lang="fr-CA" class="apartment-view-potential">791                        <span>411</span>792                        <span>$3&#160;400</span>793                        <span>1228</span>794                        <span>2</span>795                        <span>1</span>796                        <span>Disponible d&#232;s maintenant!</span>797                    </a>798                </li>799                <li>800                    <a href="#residential-wpb-tab-26" data-unitId="935911" data-lang="fr-CA" class="apartment-view-potential">801                        <span>405</span>802                        <span>$2&#160;600</span>803                        <span>913</span>804                        <span>1</span>805                        <span>1</span>806                        <span>ao&#251;t 01, 2027</span>807                    </a>808                </li>809                <li>810                    <a href="#residential-wpb-tab-27" data-unitId="935863" data-lang="fr-CA" class="apartment-view-potential">811                        <span>103</span>812                        <span>$2&#160;000</span>813                        <span>1149</span>814                        <span>2</span>815                        <span>1</span>816                        <span>oct. 01, 2027</span>817                    </a>818                </li>819                <li>820                    <a href="#residential-wpb-tab-28" data-unitId="935901" data-lang="fr-CA" class="apartment-view-potential">821                        <span>307</span>822                        <span>$2&#160;350</span>823                        <span>962</span>824                        <span>1</span>825                        <span>1</span>826                        <span>juil. 01, 2028</span>827                    </a>828                </li>829                <li>830                    <a href="#residential-wpb-tab-29" data-unitId="935866" data-lang="fr-CA" class="apartment-view-potential">831                        <span>106</span>832                        <span>$1&#160;890</span>833                        <span>945</span>834                        <span>0</span>835                        <span>0</span>836                        <span>sept. 01, 2028</span>837                    </a>838                </li>839                <li>840                    <a href="#residential-wpb-tab-30" data-unitId="935879" data-lang="fr-CA" class="apartment-view-potential">841                        <span>208</span>842                        <span>$2&#160;300</span>843                        <span>924</span>844                        <span>1</span>845                        <span>1</span>846                        <span>oct. 01, 2028</span>847                    </a>848                </li>849850    </ul>851    <div class="tab-pagination">852        <div class="tab-previous" href="#">Pr&#233;c&#233;dent</div>853        <div class="tab-next" href="#">Suivant</div>854    </div>855    <p><span class="bold">Note:</span> Les prix indiqu&#233;s peuvent changer sans pr&#233;avis.</p>856</div>857<div class="wpb-tab residential">858    <div class="wpb-tab-wrapper">859                <div id="residential-wpb-tab-1" data-unitid="935861" data-lang="fr-CA" class="wpb-tab-content">860861                </div>862                <div id="residential-wpb-tab-2" data-unitid="935862" data-lang="fr-CA" class="wpb-tab-content">863864                </div>865                <div id="residential-wpb-tab-3" data-unitid="935865" data-lang="fr-CA" class="wpb-tab-content">866867                </div>868                <div id="residential-wpb-tab-4" data-unitid="935868" data-lang="fr-CA" class="wpb-tab-content">869870                </div>871                <div id="residential-wpb-tab-5" data-unitid="935869" data-lang="fr-CA" class="wpb-tab-content">872873                </div>874                <div id="residential-wpb-tab-6" data-unitid="935870" data-lang="fr-CA" class="wpb-tab-content">875876                </div>877                <div id="residential-wpb-tab-7" data-unitid="935872" data-lang="fr-CA" class="wpb-tab-content">878879                </div>880                <div id="residential-wpb-tab-8" data-unitid="935873" data-lang="fr-CA" class="wpb-tab-content">881882                </div>883                <div id="residential-wpb-tab-9" data-unitid="935874" data-lang="fr-CA" class="wpb-tab-content">884885                </div>886                <div id="residential-wpb-tab-10" data-unitid="935877" data-lang="fr-CA" class="wpb-tab-content">887888                </div>889                <div id="residential-wpb-tab-11" data-unitid="935880" data-lang="fr-CA" class="wpb-tab-content">890891                </div>892                <div id="residential-wpb-tab-12" data-unitid="935881" data-lang="fr-CA" class="wpb-tab-content">893894                </div>895                <div id="residential-wpb-tab-13" data-unitid="935882" data-lang="fr-CA" class="wpb-tab-content">896897                </div>898                <div id="residential-wpb-tab-14" data-unitid="935883" data-lang="fr-CA" class="wpb-tab-content">899900                </div>901                <div id="residential-wpb-tab-15" data-unitid="935884" data-lang="fr-CA" class="wpb-tab-content">902903                </div>904                <div id="residential-wpb-tab-16" data-unitid="935889" data-lang="fr-CA" class="wpb-tab-content">905906                </div>907                <div id="residential-wpb-tab-17" data-unitid="935894" data-lang="fr-CA" class="wpb-tab-content">908909                </div>910                <div id="residential-wpb-tab-18" data-unitid="935903" data-lang="fr-CA" class="wpb-tab-content">911912                </div>913                <div id="residential-wpb-tab-19" data-unitid="935905" data-lang="fr-CA" class="wpb-tab-content">914915                </div>916                <div id="residential-wpb-tab-20" data-unitid="935906" data-lang="fr-CA" class="wpb-tab-content">917918                </div>919                <div id="residential-wpb-tab-21" data-unitid="935908" data-lang="fr-CA" class="wpb-tab-content">920921                </div>922                <div id="residential-wpb-tab-22" data-unitid="935910" data-lang="fr-CA" class="wpb-tab-content">923924                </div>925                <div id="residential-wpb-tab-23" data-unitid="935914" data-lang="fr-CA" class="wpb-tab-content">926927                </div>928                <div id="residential-wpb-tab-24" data-unitid="935916" data-lang="fr-CA" class="wpb-tab-content">929930                </div>931                <div id="residential-wpb-tab-25" data-unitid="935917" data-lang="fr-CA" class="wpb-tab-content">932933                </div>934                <div id="residential-wpb-tab-26" data-unitid="935911" data-lang="fr-CA" class="wpb-tab-content">935936                </div>937                <div id="residential-wpb-tab-27" data-unitid="935863" data-lang="fr-CA" class="wpb-tab-content">938939                </div>940                <div id="residential-wpb-tab-28" data-unitid="935901" data-lang="fr-CA" class="wpb-tab-content">941942                </div>943                <div id="residential-wpb-tab-29" data-unitid="935866" data-lang="fr-CA" class="wpb-tab-content">944945                </div>946                <div id="residential-wpb-tab-30" data-unitid="935879" data-lang="fr-CA" class="wpb-tab-content">947948                </div>949950    </div>951</div>952                        </div>953                                                                            </div>954            <div class="last-content">955                    <div class="notes">956                        <h2>Remarques</h2>957                        <p>false</p>958                    </div>959                <div class="facilities">960    <h2>Commodit&#233;s</h2>961    <ul>962        963964            <li><span><label for="Elevator">Ascenseur</label></span></li>965                                            <li><span><label for="IndoorParking">Stationnement int&#233;rieur</label></span></li>966                                                                                                967968969        970        971972                                973                        974                                                                                                            </ul>975</div>976977978979            </div>980        </div>981    </div>982</div>983984        985<!-- FOOTER -->986987    <div class="footer wrapper accent_color_3_background">988        <div class="page-content section_2 clearfix">989            <div class="company-info ">990                <div class="company-title barFontColor">991                    <img src="https://wfiles.buildingstack.com/resources/image/AserK59wTsTgQ7flKdHqKJbLDpH8GJqy1" alt="" height="30" />Urban Services992                </div>993                <div class="powered-by barFontColor">994                    R&#233;alis&#233; par995                    <a href="https://www.buildingstack.com/">996                        <img src="/Content/Images/listings/footer-logo-bstk.svg" alt="" />997                    </a>998                </div>999                <p class="copyrights barFontColor">&#169;2026 BuildingStack™. Tous droits r&#233;serv&#233;s.</p>1000                <ul class="links">1001                    <li><a href="/legal/terms" target="_blank">Conditions D&#39;utilisation</a></li>1002                    <li><a href="/legal/privacy" target="_blank">Politique de Confidentialit&#233;</a></li>1003                    1004                </ul>1005            </div>1006                            <div class="socialmedia">1007                    <h3 class="upper-case accent_color_1">M&#201;DIAS SOCIAUX</h3>1008                    <ul class="social-icons">1009                            <li class="fb"><a href="https://www.facebook.com/urbanserviceslocataires"></a></li>1010                                                                                                                                                    <li class="ig"><a href="https://www.instagram.com/urbanservices.ca/"></a></li>1011                    </ul>1012                </div>1013        </div>1014    </div>1015<!-- END FOOTER -->1016    </div>1017    1018</body>1019</html>1020