SPB Git

spb/lou-ka Public

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

HTML 99.7%
488.2 KB · 5,531 lines html
Raw Blame History
1<!doctype html>2<html lang="fr">3<head>4    <meta charset="utf-8">5    <meta name="viewport" content="width=device-width, initial-scale=1">67        <title>Le Roussin - 3½, 4½ &amp; 5½ à Louer à Joliette</title>8910<meta name="title" content="Le Roussin - 3½, 4½ &amp; 5½ à Louer à Joliette">11<meta name="description" content="Vous cherchez un logement neuf à louer ? Trouvez votre logement 3½, 4½  ou 5½ neuf à louer dans notre immeuble Le Roussin à Joliette.">121314<meta name="author" content="Groupe Evoludev">1516171819<meta property="og:type" content="website">20<meta property="og:url" content="https://location.groupeevoludev.com/projet/le-roussin"/>21<meta property="og:locale" content="fr"/>22<meta property="og:title" content="Le Roussin - 3½, 4½ &amp; 5½ à Louer à Joliette"/>23<meta property="og:description" content="Vous cherchez un logement neuf à louer ? Trouvez votre logement 3½, 4½  ou 5½ neuf à louer dans notre immeuble Le Roussin à Joliette.">24<meta property="og:image" content="https://location.groupeevoludev.com/images/frontend/headerHome.jpg">252627<meta name="twitter:card" content="summary_large_image"/>28<meta name="twitter:url" content="https://location.groupeevoludev.com/projet/le-roussin">29<meta name="twitter:title" content="Le Roussin - 3½, 4½ &amp; 5½ à Louer à Joliette">30<meta name="twitter:description" content="Vous cherchez un logement neuf à louer ? Trouvez votre logement 3½, 4½  ou 5½ neuf à louer dans notre immeuble Le Roussin à Joliette.">31<meta name="twitter:image" content="https://location.groupeevoludev.com/images/frontend/headerHome.jpg">3233    <link rel="canonical" href="https://location.groupeevoludev.com/projet/le-roussin"/>34    <link rel="icon" href="https://location.groupeevoludev.com/images/frontend/favicons/favicon_32x32.png" sizes="32x32" />35    <link rel="icon" href="https://location.groupeevoludev.com/images/frontend/favicons/favicon_192x192.png" sizes="192x192" />36    <link rel="apple-touch-icon" href="https://location.groupeevoludev.com/images/frontend/favicons/favicon_180x180.png" />37    <meta name="msapplication-TileImage" content="https://location.groupeevoludev.com/images/frontend/favicons/favicon_270x270.png" />3839    <!-- CSRF Token -->40    <meta name="csrf-token" content="7RqwmuaSFLctO1umdwTF0IjEBgIJxmDblzZ9dcJb">4142    <!-- Fonts -->43    <link rel="dns-prefetch" href="//fonts.gstatic.com">44    <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">4546    <!-- Styles -->47    <link href="https://location.groupeevoludev.com/css/app.css?id=5620839bf6e10cf274dde5d768b8e1e6" rel="stylesheet">4849    <!-- SELECT2 -->50    <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />5152    <!-- FONT AWESOME -->53    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />5455    <!-- BOOTSTRAP MULTISELECT -->56    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.16/css/bootstrap-multiselect.css" integrity="sha512-DJ1SGx61zfspL2OycyUiXuLtxNqA3GxsXNinUX3AnvnwxbZ+YQxBARtX8G/zHvWRG9aFZz+C7HxcWMB0+heo3w==" crossorigin="anonymous" referrerpolicy="no-referrer" />5758    <!-- app.js -->59    <script src="https://location.groupeevoludev.com/js/app.js"></script>6061    <!-- Marketing Bande noir dans le bas -->62    <script src="//futemarketing.ca/js/optimisation/of_65a99c1818d5e"></script>6364    <!-- Google Tag Manager -->65    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':66                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],67            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=68            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);69        })(window,document,'script','dataLayer','GTM-PGVXQHK');</script>70    <!-- End Google Tag Manager -->7172    <!-- Global site tag (gtag.js) - Google Analytics -->73    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-133905405-1"></script>74    <script>75        window.dataLayer = window.dataLayer || [];76        function gtag(){dataLayer.push(arguments);}77        gtag('js', new Date());78        gtag('config', 'UA-133905405-1');79    </script>8081    <!-- Facebook Pixel Code -->82    <script>83        !function(f,b,e,v,n,t,s)84        {if(f.fbq)return;n=f.fbq=function(){n.callMethod?85            n.callMethod.apply(n,arguments):n.queue.push(arguments)};86            if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';87            n.queue=[];t=b.createElement(e);t.async=!0;88            t.src=v;s=b.getElementsByTagName(e)[0];89            s.parentNode.insertBefore(t,s)}(window, document,'script',90            'https://connect.facebook.net/en_US/fbevents.js');91        fbq('init', '922526168359522');92        fbq('track', 'PageView');93    </script>94    <noscript><img height="1" width="1" style="display:none"95                   src="https://www.facebook.com/tr?id=922526168359522&ev=PageView&noscript=1"96        /></noscript>97    <!-- End Facebook Pixel Code -->9899    <!-- Recaptcha -->100    <script async src="https://www.google.com/recaptcha/api.js"></script>101102    <!-- Sweet Alert -->103    <link rel="stylesheet" href="https://location.groupeevoludev.com/css/sweetalert2.css">104105        <link rel="stylesheet" href="https://location.groupeevoludev.com/vendor/imagemappro/css/image-map-pro.css">106    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flickity/2.3.0/flickity.min.css">107        <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" defer></script>108    <script type="application/ld+json">109        {110          "@context": "https://schema.org",111          "@type": "ApartmentComplex",112          "name": "Le Roussin",113  "description": "Situé en périphérie du centre-ville de Joliette, cet immeuble de 28 unités de 3 ½, 4 ½ et 5 ½ est muni d’une belle fenestration à chaque unité.",114  "address": {115    "@type": "PostalAddress",116    "addressLocality": "Joliette",117    "addressRegion": "Lanaudière",118    "streetAddress": "350 Rue Richard, Joliette, QC, Canada"119  },120  "latitude": 46.0289929,121  "longitude": -73.4425577,122  "numberOfAccommodationUnits": 28,123  "numberOfAvailableAccommodationUnits": 4,124  "numberOfBedrooms": [1,2,3],125  "petsAllowed": "Sous certaines conditions",126  "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",127  "image": ["https:\/\/groupeevoludev.com\/location\/\/storage\/buildings\/82\/vue 1_1920x1080_interlace.jpg"],128  "accommodationFloorPlan": {129    "@type": "FloorPlan",130    "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"],131    "floorSize": {132      "@type": "QuantitativeValue",133      "value": {"0":714,"1":1075,"2":1218,"3":1029,"4":1055,"5":1050,"6":1064,"26":1005},134      "unitCode": "SQFT"135    },136    "numberOfBathroomsTotal": [1],137    "numberOfRooms": [1,2,3]        }138      }139    </script>140141    142        <script type="application/ld+json">143            {144                "@context": "https://schema.org",145                "@type": "Apartment",146                "name": "350 Rue Richard, Joliette, QC, Canada - unité 101 | 3 1/2",147        "description": "Unités locatives. Non disponible",148        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4242\/101.jpg"],149        "numberOfRooms": 1,150        "occupancy": {151            "@type": "QuantitativeValue",152            "minValue": 1,153            "maxValue": 2154            },155            "floorLevel": 1,156        "floorSize": {157            "@type": "QuantitativeValue",158            "value": 714,159            "unitCode": "SQFT"160        },161        "numberOfBathroomsTotal": 1,162        "numberOfBedrooms": 1,163        "petsAllowed": "Sous certaines conditions",164        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",165        "yearBuilt": 2024,166        "telephone": "450 585-6542",167        "address": {168            "@type": "PostalAddress",169            "addressLocality": "Joliette",170            "addressRegion": "Lanaudière",171            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"172        },173        "latitude": 46.0289929,174        "longitude": -73.4425577,175        "accommodationFloorPlan": {176            "@type": "FloorPlan",177            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4242\/101.jpg"],178            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }179        }180        </script>181182    183        <script type="application/ld+json">184            {185                "@context": "https://schema.org",186                "@type": "Apartment",187                "name": "350 Rue Richard, Joliette, QC, Canada - unité 102 | 4 1/2",188        "description": "Unités locatives. Disponible à partir du 01/09/2026",189        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4243\/102.jpg"],190        "numberOfRooms": 2,191        "occupancy": {192            "@type": "QuantitativeValue",193            "minValue": 1,194            "maxValue": 4195            },196            "floorLevel": 1,197        "floorSize": {198            "@type": "QuantitativeValue",199            "value": 1075,200            "unitCode": "SQFT"201        },202        "numberOfBathroomsTotal": 1,203        "numberOfBedrooms": 2,204        "petsAllowed": "Sous certaines conditions",205        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",206        "yearBuilt": 2024,207        "telephone": "450 585-6542",208        "address": {209            "@type": "PostalAddress",210            "addressLocality": "Joliette",211            "addressRegion": "Lanaudière",212            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"213        },214        "latitude": 46.0289929,215        "longitude": -73.4425577,216        "accommodationFloorPlan": {217            "@type": "FloorPlan",218            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4243\/102.jpg"],219            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }220        }221        </script>222223    224        <script type="application/ld+json">225            {226                "@context": "https://schema.org",227                "@type": "Apartment",228                "name": "350 Rue Richard, Joliette, QC, Canada - unité 103 | 5 1/2",229        "description": "Unités locatives. Non disponible",230        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4244\/103.jpg"],231        "numberOfRooms": 3,232        "occupancy": {233            "@type": "QuantitativeValue",234            "minValue": 1,235            "maxValue": 6236            },237            "floorLevel": 1,238        "floorSize": {239            "@type": "QuantitativeValue",240            "value": 1218,241            "unitCode": "SQFT"242        },243        "numberOfBathroomsTotal": 1,244        "numberOfBedrooms": 3,245        "petsAllowed": "Sous certaines conditions",246        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",247        "yearBuilt": 2024,248        "telephone": "450 585-6542",249        "address": {250            "@type": "PostalAddress",251            "addressLocality": "Joliette",252            "addressRegion": "Lanaudière",253            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"254        },255        "latitude": 46.0289929,256        "longitude": -73.4425577,257        "accommodationFloorPlan": {258            "@type": "FloorPlan",259            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4244\/103.jpg"],260            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }261        }262        </script>263264    265        <script type="application/ld+json">266            {267                "@context": "https://schema.org",268                "@type": "Apartment",269                "name": "350 Rue Richard, Joliette, QC, Canada - unité 104 | 4 1/2",270        "description": "Unités locatives. Disponible à partir du 01/08/2026",271        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4245\/104.jpg"],272        "numberOfRooms": 2,273        "occupancy": {274            "@type": "QuantitativeValue",275            "minValue": 1,276            "maxValue": 4277            },278            "floorLevel": 1,279        "floorSize": {280            "@type": "QuantitativeValue",281            "value": 1029,282            "unitCode": "SQFT"283        },284        "numberOfBathroomsTotal": 1,285        "numberOfBedrooms": 2,286        "petsAllowed": "Sous certaines conditions",287        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",288        "yearBuilt": 2024,289        "telephone": "450 585-6542",290        "address": {291            "@type": "PostalAddress",292            "addressLocality": "Joliette",293            "addressRegion": "Lanaudière",294            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"295        },296        "latitude": 46.0289929,297        "longitude": -73.4425577,298        "accommodationFloorPlan": {299            "@type": "FloorPlan",300            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4245\/104.jpg"],301            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }302        }303        </script>304305    306        <script type="application/ld+json">307            {308                "@context": "https://schema.org",309                "@type": "Apartment",310                "name": "350 Rue Richard, Joliette, QC, Canada - unité 105 | 4 1/2",311        "description": "Unités locatives. Non disponible",312        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4246\/105.jpg"],313        "numberOfRooms": 2,314        "occupancy": {315            "@type": "QuantitativeValue",316            "minValue": 1,317            "maxValue": 4318            },319            "floorLevel": 1,320        "floorSize": {321            "@type": "QuantitativeValue",322            "value": 1055,323            "unitCode": "SQFT"324        },325        "numberOfBathroomsTotal": 1,326        "numberOfBedrooms": 2,327        "petsAllowed": "Sous certaines conditions",328        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",329        "yearBuilt": 2024,330        "telephone": "450 585-6542",331        "address": {332            "@type": "PostalAddress",333            "addressLocality": "Joliette",334            "addressRegion": "Lanaudière",335            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"336        },337        "latitude": 46.0289929,338        "longitude": -73.4425577,339        "accommodationFloorPlan": {340            "@type": "FloorPlan",341            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4246\/105.jpg"],342            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }343        }344        </script>345346    347        <script type="application/ld+json">348            {349                "@context": "https://schema.org",350                "@type": "Apartment",351                "name": "350 Rue Richard, Joliette, QC, Canada - unité 106 | 4 1/2",352        "description": "Unités locatives. Non disponible",353        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4247\/106.jpg"],354        "numberOfRooms": 2,355        "occupancy": {356            "@type": "QuantitativeValue",357            "minValue": 1,358            "maxValue": 4359            },360            "floorLevel": 1,361        "floorSize": {362            "@type": "QuantitativeValue",363            "value": 1050,364            "unitCode": "SQFT"365        },366        "numberOfBathroomsTotal": 1,367        "numberOfBedrooms": 2,368        "petsAllowed": "Sous certaines conditions",369        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",370        "yearBuilt": 2024,371        "telephone": "450 585-6542",372        "address": {373            "@type": "PostalAddress",374            "addressLocality": "Joliette",375            "addressRegion": "Lanaudière",376            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"377        },378        "latitude": 46.0289929,379        "longitude": -73.4425577,380        "accommodationFloorPlan": {381            "@type": "FloorPlan",382            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4247\/106.jpg"],383            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }384        }385        </script>386387    388        <script type="application/ld+json">389            {390                "@context": "https://schema.org",391                "@type": "Apartment",392                "name": "350 Rue Richard, Joliette, QC, Canada - unité 107 | 4 1/2",393        "description": "Unités locatives. Disponible à partir du 01/06/2026",394        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4248\/107.jpg"],395        "numberOfRooms": 2,396        "occupancy": {397            "@type": "QuantitativeValue",398            "minValue": 1,399            "maxValue": 4400            },401            "floorLevel": 1,402        "floorSize": {403            "@type": "QuantitativeValue",404            "value": 1064,405            "unitCode": "SQFT"406        },407        "numberOfBathroomsTotal": 1,408        "numberOfBedrooms": 2,409        "petsAllowed": "Sous certaines conditions",410        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",411        "yearBuilt": 2024,412        "telephone": "450 585-6542",413        "address": {414            "@type": "PostalAddress",415            "addressLocality": "Joliette",416            "addressRegion": "Lanaudière",417            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"418        },419        "latitude": 46.0289929,420        "longitude": -73.4425577,421        "accommodationFloorPlan": {422            "@type": "FloorPlan",423            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4248\/107.jpg"],424            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }425        }426        </script>427428    429        <script type="application/ld+json">430            {431                "@context": "https://schema.org",432                "@type": "Apartment",433                "name": "350 Rue Richard, Joliette, QC, Canada - unité 201 | 3 1/2",434        "description": "Unités locatives. Non disponible",435        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4249\/201.jpg"],436        "numberOfRooms": 1,437        "occupancy": {438            "@type": "QuantitativeValue",439            "minValue": 1,440            "maxValue": 2441            },442            "floorLevel": 2,443        "floorSize": {444            "@type": "QuantitativeValue",445            "value": 714,446            "unitCode": "SQFT"447        },448        "numberOfBathroomsTotal": 1,449        "numberOfBedrooms": 1,450        "petsAllowed": "Sous certaines conditions",451        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",452        "yearBuilt": 2024,453        "telephone": "450 585-6542",454        "address": {455            "@type": "PostalAddress",456            "addressLocality": "Joliette",457            "addressRegion": "Lanaudière",458            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"459        },460        "latitude": 46.0289929,461        "longitude": -73.4425577,462        "accommodationFloorPlan": {463            "@type": "FloorPlan",464            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4249\/201.jpg"],465            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }466        }467        </script>468469    470        <script type="application/ld+json">471            {472                "@context": "https://schema.org",473                "@type": "Apartment",474                "name": "350 Rue Richard, Joliette, QC, Canada - unité 202 | 5 1/2",475        "description": "Unités locatives. Non disponible",476        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4250\/202.jpg"],477        "numberOfRooms": 3,478        "occupancy": {479            "@type": "QuantitativeValue",480            "minValue": 1,481            "maxValue": 6482            },483            "floorLevel": 2,484        "floorSize": {485            "@type": "QuantitativeValue",486            "value": 1218,487            "unitCode": "SQFT"488        },489        "numberOfBathroomsTotal": 1,490        "numberOfBedrooms": 3,491        "petsAllowed": "Sous certaines conditions",492        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",493        "yearBuilt": 2024,494        "telephone": "450 585-6542",495        "address": {496            "@type": "PostalAddress",497            "addressLocality": "Joliette",498            "addressRegion": "Lanaudière",499            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"500        },501        "latitude": 46.0289929,502        "longitude": -73.4425577,503        "accommodationFloorPlan": {504            "@type": "FloorPlan",505            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4250\/202.jpg"],506            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }507        }508        </script>509510    511        <script type="application/ld+json">512            {513                "@context": "https://schema.org",514                "@type": "Apartment",515                "name": "350 Rue Richard, Joliette, QC, Canada - unité 203 | 5 1/2",516        "description": "Unités locatives. Non disponible",517        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4251\/203.jpg"],518        "numberOfRooms": 3,519        "occupancy": {520            "@type": "QuantitativeValue",521            "minValue": 1,522            "maxValue": 6523            },524            "floorLevel": 2,525        "floorSize": {526            "@type": "QuantitativeValue",527            "value": 1218,528            "unitCode": "SQFT"529        },530        "numberOfBathroomsTotal": 1,531        "numberOfBedrooms": 3,532        "petsAllowed": "Sous certaines conditions",533        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",534        "yearBuilt": 2024,535        "telephone": "450 585-6542",536        "address": {537            "@type": "PostalAddress",538            "addressLocality": "Joliette",539            "addressRegion": "Lanaudière",540            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"541        },542        "latitude": 46.0289929,543        "longitude": -73.4425577,544        "accommodationFloorPlan": {545            "@type": "FloorPlan",546            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4251\/203.jpg"],547            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }548        }549        </script>550551    552        <script type="application/ld+json">553            {554                "@context": "https://schema.org",555                "@type": "Apartment",556                "name": "350 Rue Richard, Joliette, QC, Canada - unité 204 | 4 1/2",557        "description": "Unités locatives. Non disponible",558        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4252\/204.jpg"],559        "numberOfRooms": 2,560        "occupancy": {561            "@type": "QuantitativeValue",562            "minValue": 1,563            "maxValue": 4564            },565            "floorLevel": 2,566        "floorSize": {567            "@type": "QuantitativeValue",568            "value": 1029,569            "unitCode": "SQFT"570        },571        "numberOfBathroomsTotal": 1,572        "numberOfBedrooms": 2,573        "petsAllowed": "Sous certaines conditions",574        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",575        "yearBuilt": 2024,576        "telephone": "450 585-6542",577        "address": {578            "@type": "PostalAddress",579            "addressLocality": "Joliette",580            "addressRegion": "Lanaudière",581            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"582        },583        "latitude": 46.0289929,584        "longitude": -73.4425577,585        "accommodationFloorPlan": {586            "@type": "FloorPlan",587            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4252\/204.jpg"],588            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }589        }590        </script>591592    593        <script type="application/ld+json">594            {595                "@context": "https://schema.org",596                "@type": "Apartment",597                "name": "350 Rue Richard, Joliette, QC, Canada - unité 205 | 4 1/2",598        "description": "Unités locatives. Non disponible",599        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4253\/205.jpg"],600        "numberOfRooms": 2,601        "occupancy": {602            "@type": "QuantitativeValue",603            "minValue": 1,604            "maxValue": 4605            },606            "floorLevel": 2,607        "floorSize": {608            "@type": "QuantitativeValue",609            "value": 1055,610            "unitCode": "SQFT"611        },612        "numberOfBathroomsTotal": 1,613        "numberOfBedrooms": 2,614        "petsAllowed": "Sous certaines conditions",615        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",616        "yearBuilt": 2024,617        "telephone": "450 585-6542",618        "address": {619            "@type": "PostalAddress",620            "addressLocality": "Joliette",621            "addressRegion": "Lanaudière",622            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"623        },624        "latitude": 46.0289929,625        "longitude": -73.4425577,626        "accommodationFloorPlan": {627            "@type": "FloorPlan",628            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4253\/205.jpg"],629            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }630        }631        </script>632633    634        <script type="application/ld+json">635            {636                "@context": "https://schema.org",637                "@type": "Apartment",638                "name": "350 Rue Richard, Joliette, QC, Canada - unité 206 | 4 1/2",639        "description": "Unités locatives. Non disponible",640        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4254\/206.jpg"],641        "numberOfRooms": 2,642        "occupancy": {643            "@type": "QuantitativeValue",644            "minValue": 1,645            "maxValue": 4646            },647            "floorLevel": 2,648        "floorSize": {649            "@type": "QuantitativeValue",650            "value": 1050,651            "unitCode": "SQFT"652        },653        "numberOfBathroomsTotal": 1,654        "numberOfBedrooms": 2,655        "petsAllowed": "Sous certaines conditions",656        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",657        "yearBuilt": 2024,658        "telephone": "450 585-6542",659        "address": {660            "@type": "PostalAddress",661            "addressLocality": "Joliette",662            "addressRegion": "Lanaudière",663            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"664        },665        "latitude": 46.0289929,666        "longitude": -73.4425577,667        "accommodationFloorPlan": {668            "@type": "FloorPlan",669            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4254\/206.jpg"],670            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }671        }672        </script>673674    675        <script type="application/ld+json">676            {677                "@context": "https://schema.org",678                "@type": "Apartment",679                "name": "350 Rue Richard, Joliette, QC, Canada - unité 207 | 4 1/2",680        "description": "Unités locatives. Non disponible",681        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4255\/207.jpg"],682        "numberOfRooms": 2,683        "occupancy": {684            "@type": "QuantitativeValue",685            "minValue": 1,686            "maxValue": 4687            },688            "floorLevel": 2,689        "floorSize": {690            "@type": "QuantitativeValue",691            "value": 1064,692            "unitCode": "SQFT"693        },694        "numberOfBathroomsTotal": 1,695        "numberOfBedrooms": 2,696        "petsAllowed": "Sous certaines conditions",697        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",698        "yearBuilt": 2024,699        "telephone": "450 585-6542",700        "address": {701            "@type": "PostalAddress",702            "addressLocality": "Joliette",703            "addressRegion": "Lanaudière",704            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"705        },706        "latitude": 46.0289929,707        "longitude": -73.4425577,708        "accommodationFloorPlan": {709            "@type": "FloorPlan",710            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4255\/207.jpg"],711            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }712        }713        </script>714715    716        <script type="application/ld+json">717            {718                "@context": "https://schema.org",719                "@type": "Apartment",720                "name": "350 Rue Richard, Joliette, QC, Canada - unité 301 | 3 1/2",721        "description": "Unités locatives. Disponible à partir du 01/09/2026",722        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4256\/301.jpg"],723        "numberOfRooms": 1,724        "occupancy": {725            "@type": "QuantitativeValue",726            "minValue": 1,727            "maxValue": 2728            },729            "floorLevel": 3,730        "floorSize": {731            "@type": "QuantitativeValue",732            "value": 714,733            "unitCode": "SQFT"734        },735        "numberOfBathroomsTotal": 1,736        "numberOfBedrooms": 1,737        "petsAllowed": "Sous certaines conditions",738        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",739        "yearBuilt": 2024,740        "telephone": "450 585-6542",741        "address": {742            "@type": "PostalAddress",743            "addressLocality": "Joliette",744            "addressRegion": "Lanaudière",745            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"746        },747        "latitude": 46.0289929,748        "longitude": -73.4425577,749        "accommodationFloorPlan": {750            "@type": "FloorPlan",751            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4256\/301.jpg"],752            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }753        }754        </script>755756    757        <script type="application/ld+json">758            {759                "@context": "https://schema.org",760                "@type": "Apartment",761                "name": "350 Rue Richard, Joliette, QC, Canada - unité 302 | 5 1/2",762        "description": "Unités locatives. Non disponible",763        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4257\/302.jpg"],764        "numberOfRooms": 3,765        "occupancy": {766            "@type": "QuantitativeValue",767            "minValue": 1,768            "maxValue": 6769            },770            "floorLevel": 3,771        "floorSize": {772            "@type": "QuantitativeValue",773            "value": 1218,774            "unitCode": "SQFT"775        },776        "numberOfBathroomsTotal": 1,777        "numberOfBedrooms": 3,778        "petsAllowed": "Sous certaines conditions",779        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",780        "yearBuilt": 2024,781        "telephone": "450 585-6542",782        "address": {783            "@type": "PostalAddress",784            "addressLocality": "Joliette",785            "addressRegion": "Lanaudière",786            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"787        },788        "latitude": 46.0289929,789        "longitude": -73.4425577,790        "accommodationFloorPlan": {791            "@type": "FloorPlan",792            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4257\/302.jpg"],793            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }794        }795        </script>796797    798        <script type="application/ld+json">799            {800                "@context": "https://schema.org",801                "@type": "Apartment",802                "name": "350 Rue Richard, Joliette, QC, Canada - unité 303 | 5 1/2",803        "description": "Unités locatives. Non disponible",804        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4258\/303.jpg"],805        "numberOfRooms": 2,806        "occupancy": {807            "@type": "QuantitativeValue",808            "minValue": 1,809            "maxValue": 4810            },811            "floorLevel": 3,812        "floorSize": {813            "@type": "QuantitativeValue",814            "value": 1218,815            "unitCode": "SQFT"816        },817        "numberOfBathroomsTotal": 1,818        "numberOfBedrooms": 2,819        "petsAllowed": "Sous certaines conditions",820        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",821        "yearBuilt": 2024,822        "telephone": "450 585-6542",823        "address": {824            "@type": "PostalAddress",825            "addressLocality": "Joliette",826            "addressRegion": "Lanaudière",827            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"828        },829        "latitude": 46.0289929,830        "longitude": -73.4425577,831        "accommodationFloorPlan": {832            "@type": "FloorPlan",833            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4258\/303.jpg"],834            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }835        }836        </script>837838    839        <script type="application/ld+json">840            {841                "@context": "https://schema.org",842                "@type": "Apartment",843                "name": "350 Rue Richard, Joliette, QC, Canada - unité 304 | 4 1/2",844        "description": "Unités locatives. Non disponible",845        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4259\/304.jpg"],846        "numberOfRooms": 2,847        "occupancy": {848            "@type": "QuantitativeValue",849            "minValue": 1,850            "maxValue": 4851            },852            "floorLevel": 3,853        "floorSize": {854            "@type": "QuantitativeValue",855            "value": 1029,856            "unitCode": "SQFT"857        },858        "numberOfBathroomsTotal": 1,859        "numberOfBedrooms": 2,860        "petsAllowed": "Sous certaines conditions",861        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",862        "yearBuilt": 2024,863        "telephone": "450 585-6542",864        "address": {865            "@type": "PostalAddress",866            "addressLocality": "Joliette",867            "addressRegion": "Lanaudière",868            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"869        },870        "latitude": 46.0289929,871        "longitude": -73.4425577,872        "accommodationFloorPlan": {873            "@type": "FloorPlan",874            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4259\/304.jpg"],875            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }876        }877        </script>878879    880        <script type="application/ld+json">881            {882                "@context": "https://schema.org",883                "@type": "Apartment",884                "name": "350 Rue Richard, Joliette, QC, Canada - unité 305 | 4 1/2",885        "description": "Unités locatives. Non disponible",886        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4260\/305.jpg"],887        "numberOfRooms": 2,888        "occupancy": {889            "@type": "QuantitativeValue",890            "minValue": 1,891            "maxValue": 4892            },893            "floorLevel": 3,894        "floorSize": {895            "@type": "QuantitativeValue",896            "value": 1055,897            "unitCode": "SQFT"898        },899        "numberOfBathroomsTotal": 1,900        "numberOfBedrooms": 2,901        "petsAllowed": "Sous certaines conditions",902        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",903        "yearBuilt": 2024,904        "telephone": "450 585-6542",905        "address": {906            "@type": "PostalAddress",907            "addressLocality": "Joliette",908            "addressRegion": "Lanaudière",909            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"910        },911        "latitude": 46.0289929,912        "longitude": -73.4425577,913        "accommodationFloorPlan": {914            "@type": "FloorPlan",915            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4260\/305.jpg"],916            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }917        }918        </script>919920    921        <script type="application/ld+json">922            {923                "@context": "https://schema.org",924                "@type": "Apartment",925                "name": "350 Rue Richard, Joliette, QC, Canada - unité 306 | 4 1/2",926        "description": "Unités locatives. Non disponible",927        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4261\/306.jpg"],928        "numberOfRooms": 2,929        "occupancy": {930            "@type": "QuantitativeValue",931            "minValue": 1,932            "maxValue": 4933            },934            "floorLevel": 3,935        "floorSize": {936            "@type": "QuantitativeValue",937            "value": 1050,938            "unitCode": "SQFT"939        },940        "numberOfBathroomsTotal": 1,941        "numberOfBedrooms": 2,942        "petsAllowed": "Sous certaines conditions",943        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",944        "yearBuilt": 2024,945        "telephone": "450 585-6542",946        "address": {947            "@type": "PostalAddress",948            "addressLocality": "Joliette",949            "addressRegion": "Lanaudière",950            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"951        },952        "latitude": 46.0289929,953        "longitude": -73.4425577,954        "accommodationFloorPlan": {955            "@type": "FloorPlan",956            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4261\/306.jpg"],957            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }958        }959        </script>960961    962        <script type="application/ld+json">963            {964                "@context": "https://schema.org",965                "@type": "Apartment",966                "name": "350 Rue Richard, Joliette, QC, Canada - unité 307 | 4 1/2",967        "description": "Unités locatives. Non disponible",968        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4262\/307.jpg"],969        "numberOfRooms": 2,970        "occupancy": {971            "@type": "QuantitativeValue",972            "minValue": 1,973            "maxValue": 4974            },975            "floorLevel": 3,976        "floorSize": {977            "@type": "QuantitativeValue",978            "value": 1064,979            "unitCode": "SQFT"980        },981        "numberOfBathroomsTotal": 1,982        "numberOfBedrooms": 2,983        "petsAllowed": "Sous certaines conditions",984        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",985        "yearBuilt": 2024,986        "telephone": "450 585-6542",987        "address": {988            "@type": "PostalAddress",989            "addressLocality": "Joliette",990            "addressRegion": "Lanaudière",991            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"992        },993        "latitude": 46.0289929,994        "longitude": -73.4425577,995        "accommodationFloorPlan": {996            "@type": "FloorPlan",997            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4262\/307.jpg"],998            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }999        }1000        </script>10011002    1003        <script type="application/ld+json">1004            {1005                "@context": "https://schema.org",1006                "@type": "Apartment",1007                "name": "350 Rue Richard, Joliette, QC, Canada - unité 401 | 3 1/2",1008        "description": "Unités locatives. Non disponible",1009        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4263\/401.jpg"],1010        "numberOfRooms": 1,1011        "occupancy": {1012            "@type": "QuantitativeValue",1013            "minValue": 1,1014            "maxValue": 21015            },1016            "floorLevel": 4,1017        "floorSize": {1018            "@type": "QuantitativeValue",1019            "value": 714,1020            "unitCode": "SQFT"1021        },1022        "numberOfBathroomsTotal": 1,1023        "numberOfBedrooms": 1,1024        "petsAllowed": "Sous certaines conditions",1025        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",1026        "yearBuilt": 2024,1027        "telephone": "450 585-6542",1028        "address": {1029            "@type": "PostalAddress",1030            "addressLocality": "Joliette",1031            "addressRegion": "Lanaudière",1032            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"1033        },1034        "latitude": 46.0289929,1035        "longitude": -73.4425577,1036        "accommodationFloorPlan": {1037            "@type": "FloorPlan",1038            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4263\/401.jpg"],1039            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }1040        }1041        </script>10421043    1044        <script type="application/ld+json">1045            {1046                "@context": "https://schema.org",1047                "@type": "Apartment",1048                "name": "350 Rue Richard, Joliette, QC, Canada - unité 402 | 5 1/2",1049        "description": "Unités locatives. Non disponible",1050        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4264\/402.jpg"],1051        "numberOfRooms": 3,1052        "occupancy": {1053            "@type": "QuantitativeValue",1054            "minValue": 1,1055            "maxValue": 61056            },1057            "floorLevel": 4,1058        "floorSize": {1059            "@type": "QuantitativeValue",1060            "value": 1218,1061            "unitCode": "SQFT"1062        },1063        "numberOfBathroomsTotal": 1,1064        "numberOfBedrooms": 3,1065        "petsAllowed": "Sous certaines conditions",1066        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",1067        "yearBuilt": 2024,1068        "telephone": "450 585-6542",1069        "address": {1070            "@type": "PostalAddress",1071            "addressLocality": "Joliette",1072            "addressRegion": "Lanaudière",1073            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"1074        },1075        "latitude": 46.0289929,1076        "longitude": -73.4425577,1077        "accommodationFloorPlan": {1078            "@type": "FloorPlan",1079            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4264\/402.jpg"],1080            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }1081        }1082        </script>10831084    1085        <script type="application/ld+json">1086            {1087                "@context": "https://schema.org",1088                "@type": "Apartment",1089                "name": "350 Rue Richard, Joliette, QC, Canada - unité 403 | 5 1/2",1090        "description": "Unités locatives. Non disponible",1091        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4265\/403.jpg"],1092        "numberOfRooms": 3,1093        "occupancy": {1094            "@type": "QuantitativeValue",1095            "minValue": 1,1096            "maxValue": 61097            },1098            "floorLevel": 4,1099        "floorSize": {1100            "@type": "QuantitativeValue",1101            "value": 1218,1102            "unitCode": "SQFT"1103        },1104        "numberOfBathroomsTotal": 1,1105        "numberOfBedrooms": 3,1106        "petsAllowed": "Sous certaines conditions",1107        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",1108        "yearBuilt": 2024,1109        "telephone": "450 585-6542",1110        "address": {1111            "@type": "PostalAddress",1112            "addressLocality": "Joliette",1113            "addressRegion": "Lanaudière",1114            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"1115        },1116        "latitude": 46.0289929,1117        "longitude": -73.4425577,1118        "accommodationFloorPlan": {1119            "@type": "FloorPlan",1120            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4265\/403.jpg"],1121            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }1122        }1123        </script>11241125    1126        <script type="application/ld+json">1127            {1128                "@context": "https://schema.org",1129                "@type": "Apartment",1130                "name": "350 Rue Richard, Joliette, QC, Canada - unité 404 | 4 1/2",1131        "description": "Unités locatives. Non disponible",1132        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4266\/404.jpg"],1133        "numberOfRooms": 2,1134        "occupancy": {1135            "@type": "QuantitativeValue",1136            "minValue": 1,1137            "maxValue": 41138            },1139            "floorLevel": 4,1140        "floorSize": {1141            "@type": "QuantitativeValue",1142            "value": 1029,1143            "unitCode": "SQFT"1144        },1145        "numberOfBathroomsTotal": 1,1146        "numberOfBedrooms": 2,1147        "petsAllowed": "Sous certaines conditions",1148        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",1149        "yearBuilt": 2024,1150        "telephone": "450 585-6542",1151        "address": {1152            "@type": "PostalAddress",1153            "addressLocality": "Joliette",1154            "addressRegion": "Lanaudière",1155            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"1156        },1157        "latitude": 46.0289929,1158        "longitude": -73.4425577,1159        "accommodationFloorPlan": {1160            "@type": "FloorPlan",1161            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4266\/404.jpg"],1162            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }1163        }1164        </script>11651166    1167        <script type="application/ld+json">1168            {1169                "@context": "https://schema.org",1170                "@type": "Apartment",1171                "name": "350 Rue Richard, Joliette, QC, Canada - unité 405 | 4 1/2",1172        "description": "Unités locatives. Non disponible",1173        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4267\/405.jpg"],1174        "numberOfRooms": 2,1175        "occupancy": {1176            "@type": "QuantitativeValue",1177            "minValue": 1,1178            "maxValue": 41179            },1180            "floorLevel": 4,1181        "floorSize": {1182            "@type": "QuantitativeValue",1183            "value": 1055,1184            "unitCode": "SQFT"1185        },1186        "numberOfBathroomsTotal": 1,1187        "numberOfBedrooms": 2,1188        "petsAllowed": "Sous certaines conditions",1189        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",1190        "yearBuilt": 2024,1191        "telephone": "450 585-6542",1192        "address": {1193            "@type": "PostalAddress",1194            "addressLocality": "Joliette",1195            "addressRegion": "Lanaudière",1196            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"1197        },1198        "latitude": 46.0289929,1199        "longitude": -73.4425577,1200        "accommodationFloorPlan": {1201            "@type": "FloorPlan",1202            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4267\/405.jpg"],1203            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }1204        }1205        </script>12061207    1208        <script type="application/ld+json">1209            {1210                "@context": "https://schema.org",1211                "@type": "Apartment",1212                "name": "350 Rue Richard, Joliette, QC, Canada - unité 406 | 4 1/2",1213        "description": "Unités locatives. Non disponible",1214        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4268\/406.jpg"],1215        "numberOfRooms": 2,1216        "occupancy": {1217            "@type": "QuantitativeValue",1218            "minValue": 1,1219            "maxValue": 41220            },1221            "floorLevel": 4,1222        "floorSize": {1223            "@type": "QuantitativeValue",1224            "value": 1005,1225            "unitCode": "SQFT"1226        },1227        "numberOfBathroomsTotal": 1,1228        "numberOfBedrooms": 2,1229        "petsAllowed": "Sous certaines conditions",1230        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",1231        "yearBuilt": 2024,1232        "telephone": "450 585-6542",1233        "address": {1234            "@type": "PostalAddress",1235            "addressLocality": "Joliette",1236            "addressRegion": "Lanaudière",1237            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"1238        },1239        "latitude": 46.0289929,1240        "longitude": -73.4425577,1241        "accommodationFloorPlan": {1242            "@type": "FloorPlan",1243            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4268\/406.jpg"],1244            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }1245        }1246        </script>12471248    1249        <script type="application/ld+json">1250            {1251                "@context": "https://schema.org",1252                "@type": "Apartment",1253                "name": "350 Rue Richard, Joliette, QC, Canada - unité 407 | 4 1/2",1254        "description": "Unités locatives. Non disponible",1255        "image": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4269\/407.jpg"],1256        "numberOfRooms": 2,1257        "occupancy": {1258            "@type": "QuantitativeValue",1259            "minValue": 1,1260            "maxValue": 41261            },1262            "floorLevel": 4,1263        "floorSize": {1264            "@type": "QuantitativeValue",1265            "value": 1064,1266            "unitCode": "SQFT"1267        },1268        "numberOfBathroomsTotal": 1,1269        "numberOfBedrooms": 2,1270        "petsAllowed": "Sous certaines conditions",1271        "tourBookingPage": "https://location.groupeevoludev.com/projet/le-roussin#bottomForm",1272        "yearBuilt": 2024,1273        "telephone": "450 585-6542",1274        "address": {1275            "@type": "PostalAddress",1276            "addressLocality": "Joliette",1277            "addressRegion": "Lanaudière",1278            "streetAddress": "350 Rue Richard, Joliette, QC, Canada"1279        },1280        "latitude": 46.0289929,1281        "longitude": -73.4425577,1282        "accommodationFloorPlan": {1283            "@type": "FloorPlan",1284            "layoutimage": ["https:\/\/location.groupeevoludev.com\/storage\/apartments\/4269\/407.jpg"],1285            "amenityFeature": ["Stationnement ext\u00e9rieur","Internet sans fil illimit\u00e9","Rangement ext\u00e9rieur","Air climatis\u00e9","Cam\u00e9ras de s\u00e9curit\u00e9","Entr\u00e9e lave-vaisselle","Entr\u00e9es laveuse-s\u00e9cheuse","Service d\u2019appels d\u2019urgence 24\/7"]            }1286        }1287        </script>12881289    1290</head>1291<body>1292    <div id="app">1293        <nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">1294            <div class="container">1295                <a class="navbar-brand" href="https://location.groupeevoludev.com">1296                    Evoludev1297                </a>1298                <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">1299                    <span class="navbar-toggler-icon"></span>1300                </button>13011302                <div class="collapse navbar-collapse" id="navbarSupportedContent">1303                    <!-- Left Side Of Navbar -->1304                    <ul class="navbar-nav mr-auto">13051306                    </ul>13071308                    <!-- Right Side Of Navbar -->1309                    <ul class="navbar-nav ml-auto">1310                        <!-- Authentication Links -->1311                                                                                    <li class="nav-item">1312                                    <a class="nav-link" href="https://location.groupeevoludev.com/login">Login</a>1313                                </li>1314                            1315                                                            <li class="nav-item">1316                                    <a class="nav-link" href="https://location.groupeevoludev.com/register">Register</a>1317                                </li>1318                                                                        </ul>1319                </div>1320            </div>1321        </nav>1322    </div>13231324            <script>1325    function sendToForm() {1326                    window.location.href = "https://location.groupeevoludev.com/#scrollToForm";1327            }1328</script>1329<header style="opacity: 1;">1330    <div class="header-wrapper">1331        <a class="logo" href="https://location.groupeevoludev.com">1332            <img class="blanc" src="https://location.groupeevoludev.com/images/frontend/logo_couleur_evoludev.svg" alt="GroupeEvoludev" title="GroupeEvoludev">1333            <img class="couleur" src="https://location.groupeevoludev.com/images/frontend/logo_couleur_evoludev.svg" alt="GroupeEvoludev" title="GroupeEvoludev">1334        </a>1335        <nav class="MainNav">1336            <a href="https://location.groupeevoludev.com/search" class="">Recherche</a>1337            <a href="https://location.groupeevoludev.com/nouvelles" class="">Actualités</a>1338            <a href="https://location.groupeevoludev.com/a-propos" class="">À propos</a>1339            <a href="#" onclick="sendToForm()">Nous joindre</a>1340            <a href="tel:+15792592002" style="color:#0083c9;"><img src="https://location.groupeevoludev.com/images/frontend/phone-solid_blue.svg" style="width:13px; height:13px; margin-right:7px; position:relative; top:-1px;" />579-259-2002</a>1341            <a href="https://location.groupeevoludev.com/transactions/credit" class="">Analyse de crédit</a>1342                        <!-- <a href="https://location.groupeevoludev.com/login" class="btn btn-custom-login">1343                <i class="fas fa-sign-in-alt me-1"></i> Connexion1344            </a> -->1345                    </nav>1346        <div class="actions">1347            <div>1348                <button class="ico-pad menu-open block">1349                    <span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13" height="13" viewBox="0 0 13 13"><defs><style>.a{fill:none;}.b{clip-path:url(#a);}.c{fill:#000;}</style><clipPath id="a"><rect class="a" width="13" height="13"></rect></clipPath></defs><g class="b"><g transform="translate(-1102 -70)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1097 -70)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1092 -70)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1102 -65)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1097 -65)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1092 -65)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1102 -60)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1097 -60)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g><g transform="translate(-1092 -60)"><circle class="c" cx="1.5" cy="1.5" r="1.5" transform="translate(1102 70)"></circle></g></g></svg></span>1350                </button>1351                <button class="ico-close menu-close hidden" id="close_menu">1352                    <span><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><defs><style>.a{fill:#fff;}</style></defs><path class="a" d="M12.712,1.679,7.89,6.5l4.821,4.821a.983.983,0,0,1-1.39,1.39L6.5,7.89,1.679,12.712a.983.983,0,0,1-1.39-1.39L5.11,6.5.288,1.679A.983.983,0,0,1,1.679.288L6.5,5.11,11.321.3a.98.98,0,0,1,1.39,1.38Z" transform="translate(0 0)"></path></svg></span>1353                </button>1354            </div>1355        </div>1356    </div>1357    <div class="header-content">1358        <div class="header-menu">1359            <div class="bg-image" style="background-image: url(https://location.groupeevoludev.com/images/frontend/headerHome.jpg)">1360                <div class="overlay black"></div>1361                <div class="overlay gradient"></div>1362            </div>1363            <div class="header-menu-wrapper">1364                <div class="menu-principal">1365                    <ul id="menu-menu-principal-fr" class="menu">1366                        <li id="menu-item-150" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-150">1367                            <ul class="sub-menu">1368                                <li id="menu-item-166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-166"><a class="" href="https://location.groupeevoludev.com/search">Recherche</a></li>1369                                <li id="menu-item-163" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-163"><a class="" href="https://location.groupeevoludev.com/nouvelles">Actualités</a></li>1370                                <li id="menu-item-164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-164"><a class="" href="https://location.groupeevoludev.com/a-propos">À propos</a></li>1371                                <li id="menu-item-164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-164"><a href="#" onclick="document.getElementById('sendmail').scrollIntoView({behavior: 'smooth', block: 'center'});document.getElementById('close_menu').click();return false;">Nous joindre</a></li>1372                            </ul>1373                        </li>1374                    </ul>1375                </div>1376                <div class="header-menu-secondary">1377                    <div class="block__socials">1378                        <a href="https://www.facebook.com/Groupe-Evoludev-538303933259397/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="7.311" height="14" viewBox="0 0 7.311 14"><defs><style>.a{fill:#fff;fill-rule:evenodd;}</style></defs><path class="a" d="M84.744,14V7.622h2.178l.311-2.489H84.744V3.578c0-.7.233-1.244,1.244-1.244h1.322V.078C87,.078,86.222,0,85.367,0a3,3,0,0,0-3.189,3.267V5.133H80V7.622h2.178V14Z" transform="translate(-80)"></path></svg></a>1379                        <a href="https://www.linkedin.com/company/groupe-evoludev/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12.714" viewBox="0 0 14 12.714"><defs><style>.a{fill:#fff;}</style></defs><g transform="translate(-736.3 -792.1)"><rect class="a" width="2.724" height="8.627" transform="translate(736.678 796.187)"></rect><path class="a" d="M754.589,802.6a2.806,2.806,0,0,0-2.724,1.438v-1.362H748.8c.038.719,0,8.627,0,8.627h3.065v-4.654a2.1,2.1,0,0,1,.076-.719,1.545,1.545,0,0,1,1.476-1.06c1.059,0,1.551.795,1.551,1.968V811.3h3.1v-4.768C758.032,803.849,756.519,802.6,754.589,802.6Z" transform="translate(-7.77 -6.527)"></path><path class="a" d="M737.965,792.1a1.515,1.515,0,0,0-1.665,1.514,1.5,1.5,0,0,0,1.627,1.476h.038a1.5,1.5,0,1,0,0-2.989Z"></path></g></svg></a>1380                    </div>1381                </div>1382            </div>1383        </div>1384    </div>1385    <div class="nav-overlay overlay black"></div>1386</header>1387    1388        <!-- SVG DEFS -->1389    <svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">1390        <defs>1391            <symbol id="icon-plus" viewBox="0 0 32 32">1392                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M1.013 12.48h11.253v-11.253h6.72v11.253h11.253v6.72h-11.253v11.253h-6.72v-11.253h-11.253v-6.72z"></path>1393            </symbol>1394            <symbol id="icon-icon-salle-bain" viewBox="0 0 32 32">1395                <path fill="none" stroke="#d2d2d2" style="stroke: var(--color1, #d2d2d2)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1396                <path fill="#d2d2d2" style="fill: var(--color1, #d2d2d2)" d="M19.111 13.694c0.093-0.093 0.163-0.232 0.163-0.395 0-0.139-0.070-0.279-0.163-0.395l-0.279-0.278c-0.116-0.093-0.255-0.163-0.395-0.163-0.162 0-0.302 0.070-0.395 0.163-0.348-0.279-0.743-0.441-1.184-0.534s-0.859-0.070-1.277 0.046c-0.325-0.255-0.673-0.464-1.045-0.627-0.371-0.139-0.766-0.232-1.184-0.232-0.604 0-1.161 0.162-1.671 0.441-0.511 0.302-0.905 0.696-1.184 1.207-0.302 0.511-0.441 1.045-0.441 1.648v7.104h1.486v-7.104c0-0.488 0.162-0.905 0.534-1.277 0.348-0.348 0.766-0.534 1.277-0.534 0.325 0 0.65 0.093 0.952 0.279-0.371 0.488-0.557 1.045-0.534 1.648 0 0.604 0.209 1.138 0.604 1.602-0.116 0.116-0.163 0.255-0.163 0.395 0 0.163 0.046 0.302 0.163 0.395l0.278 0.279c0.093 0.116 0.232 0.163 0.395 0.163 0.139 0 0.279-0.046 0.395-0.163l3.668-3.668zM18.972 15.366c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.278s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.278zM19.714 15.366c0 0.116 0.023 0.209 0.093 0.278s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.278c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255zM21.943 15.366c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.278s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.278zM18.229 16.109c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM19.343 15.737c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116zM21.2 16.109c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 16.851c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM18.229 16.851c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255zM20.457 16.851c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 17.594c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255zM19.714 17.594c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 18.337c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM18.972 18.337c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM18.229 19.080c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 19.823c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279z"></path>1397            </symbol>1398            <symbol id="icon-icon-chambre" viewBox="0 0 32 32">1399                <path fill="none" stroke="#d2d2d2" style="stroke: var(--color1, #d2d2d2)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1400                <path fill="#d2d2d2" style="fill: var(--color1, #d2d2d2)" d="M12.657 16.48c-0.511 0-0.952-0.162-1.323-0.534s-0.534-0.813-0.534-1.323c0-0.511 0.162-0.929 0.534-1.3s0.813-0.557 1.323-0.557c0.511 0 0.929 0.186 1.3 0.557s0.557 0.789 0.557 1.3c0 0.511-0.186 0.952-0.557 1.323s-0.789 0.534-1.3 0.534zM20.829 13.508c0.464 0 0.882 0.116 1.3 0.348 0.395 0.232 0.72 0.557 0.952 0.952 0.232 0.418 0.348 0.836 0.348 1.3v4.457c0 0.116-0.046 0.209-0.116 0.279s-0.162 0.093-0.255 0.093h-0.743c-0.116 0-0.209-0.023-0.279-0.093s-0.093-0.162-0.093-0.279v-1.114h-11.886v1.114c0 0.116-0.046 0.209-0.116 0.279s-0.162 0.093-0.255 0.093h-0.743c-0.116 0-0.209-0.023-0.279-0.093s-0.093-0.162-0.093-0.279v-8.171c0-0.093 0.023-0.186 0.093-0.255s0.162-0.116 0.279-0.116h0.743c0.093 0 0.186 0.046 0.255 0.116s0.116 0.162 0.116 0.255v4.829h5.2v-3.343c0-0.093 0.023-0.186 0.093-0.255s0.162-0.116 0.278-0.116h5.2z"></path>1401            </symbol>1402            <symbol id="icon-icon-superficie" viewBox="0 0 32 32">1403                <path fill="none" stroke="#d2d2d2" style="stroke: var(--color1, #d2d2d2)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1404                <path fill="#d2d2d2" style="fill: var(--color1, #d2d2d2)" d="M10.8 14.716c0 0.093 0.023 0.162 0.070 0.209s0.116 0.070 0.209 0.070h0.929c0.070 0 0.139-0.023 0.186-0.070s0.093-0.116 0.093-0.209v-1.95h1.95c0.070 0 0.139-0.023 0.186-0.070s0.093-0.116 0.093-0.209v-0.929c0-0.070-0.046-0.139-0.093-0.186s-0.116-0.093-0.186-0.093h-2.879c-0.163 0-0.302 0.070-0.395 0.162-0.116 0.116-0.162 0.255-0.162 0.395v2.879zM17.486 11.559c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h2.879c0.139 0 0.279 0.070 0.395 0.162 0.093 0.116 0.162 0.255 0.162 0.395v2.879c0 0.093-0.046 0.162-0.093 0.209s-0.116 0.070-0.186 0.070h-0.929c-0.093 0-0.162-0.023-0.209-0.070s-0.070-0.116-0.070-0.209v-1.95h-1.95c-0.093 0-0.162-0.023-0.209-0.070s-0.070-0.116-0.070-0.209v-0.929zM20.922 17.966c0.070 0 0.139 0.046 0.186 0.093s0.093 0.116 0.093 0.186v2.879c0 0.163-0.070 0.302-0.162 0.395-0.116 0.116-0.255 0.162-0.395 0.162h-2.879c-0.093 0-0.162-0.023-0.209-0.070s-0.070-0.116-0.070-0.209v-0.929c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h1.95v-1.95c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h0.929zM14.514 21.401c0 0.093-0.046 0.162-0.093 0.209s-0.116 0.070-0.186 0.070h-2.879c-0.163 0-0.302-0.046-0.395-0.162-0.116-0.093-0.162-0.232-0.162-0.395v-2.879c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h0.929c0.070 0 0.139 0.046 0.186 0.093s0.093 0.116 0.093 0.186v1.95h1.95c0.070 0 0.139 0.046 0.186 0.093s0.093 0.116 0.093 0.186v0.929z"></path>1405            </symbol>1406            <symbol id="icon-chevron-right" viewBox="0 0 32 32">1407                <path d="M24.767 17.192c0.351-0.281 0.561-0.701 0.561-1.192 0-0.421-0.21-0.842-0.561-1.192l-13.606-13.606c-0.351-0.281-0.772-0.491-1.192-0.491-0.491 0-0.912 0.21-1.192 0.491l-1.543 1.543c-0.351 0.351-0.561 0.772-0.561 1.192 0 0.491 0.14 0.912 0.491 1.192l10.871 10.871-10.871 10.871c-0.351 0.351-0.491 0.772-0.491 1.192 0 0.491 0.21 0.912 0.561 1.192l1.543 1.543c0.281 0.351 0.701 0.491 1.192 0.491 0.421 0 0.842-0.14 1.192-0.491l13.606-13.606z"></path>1408            </symbol>1409            <symbol id="icon-map" viewBox="0 0 32 32">1410                <path d="M31.111 3.556c-0.111 0-0.222 0.056-0.333 0.111l-9.444 3.444-9.556-3.333c-0.389-0.111-0.778-0.167-1.167-0.222-0.333 0-0.722 0.111-1.111 0.222l-8.389 2.889c-0.667 0.278-1.111 0.944-1.111 1.667v19.222c0 0.556 0.389 0.889 0.833 0.889 0.111 0 0.222 0 0.333-0.056l9.5-3.5 9.555 3.389c0.333 0.111 0.722 0.167 1.111 0.167s0.722-0.056 1.111-0.167l8.389-2.889c0.667-0.278 1.167-0.944 1.167-1.667v-19.222c0-0.556-0.444-0.944-0.889-0.944zM12.444 6.833l7.111 2.5v15.889l-7.111-2.5v-15.889zM2.667 25.056v-16.056l7.111-2.5v15.889h-0.056l-7.056 2.667zM29.333 23.056l-7.111 2.5v-15.889l7.111-2.667v16.056z"></path>1411            </symbol>1412            <symbol id="icon-stationnement" viewBox="0 0 32 32">1413                <path d="M17.594 7.763h-5.719v16.469h1.875v-5.219h3.844c3.050 0 5.531-2.481 5.531-5.531v-0.194c0-3.044-2.481-5.525-5.531-5.525zM21.25 13.488c0 2.013-1.637 3.656-3.656 3.656h-3.844v-7.5h3.844c2.012 0 3.656 1.637 3.656 3.656v0.188z"></path>1414                <path d="M16 0c-8.825 0-16 7.175-16 16s7.175 16 16 16c8.825 0 16-7.175 16-16s-7.175-16-16-16zM16 30.769c-8.144 0-14.769-6.625-14.769-14.769s6.625-14.769 14.769-14.769c8.144 0 14.769 6.625 14.769 14.769s-6.625 14.769-14.769 14.769z"></path>1415            </symbol>1416            <symbol id="icon-hydro" viewBox="0 0 32 32">1417                <path d="M18.963 3.081c-0.909-1.060-1.726-1.999-2.362-2.786-0.030-0.061-0.091-0.091-0.121-0.121-0.333-0.273-0.818-0.212-1.090 0.121-0.636 0.787-1.453 1.726-2.362 2.786-3.997 4.633-9.539 11.053-9.539 16.413 0 3.452 1.393 6.571 3.664 8.842 2.271 2.241 5.39 3.664 8.842 3.664s6.571-1.393 8.842-3.664 3.664-5.39 3.664-8.842c0-5.36-5.541-11.78-9.539-16.413zM23.748 27.215c-1.999 1.999-4.724 3.24-7.752 3.24s-5.754-1.241-7.752-3.21c-1.968-1.968-3.21-4.724-3.21-7.752 0-4.785 5.33-10.962 9.175-15.413 0.636-0.757 1.242-1.454 1.787-2.12 0.545 0.666 1.151 1.363 1.787 2.089 3.846 4.451 9.175 10.599 9.175 15.413 0 3.028-1.241 5.753-3.21 7.752z"></path>1418            </symbol>1419            <symbol id="icon-eclaire" viewBox="0 0 32 32">1420                <path d="M29.025 3.112c-0.244-0.244-0.638-0.244-0.881 0l-1.163 1.163c-0.244 0.244-0.244 0.638 0 0.881 0.125 0.125 0.281 0.181 0.444 0.181s0.319-0.063 0.444-0.181l1.156-1.156c0.244-0.25 0.244-0.644 0-0.888z"></path>1421                <path d="M29.025 16.587l-1.163-1.162c-0.244-0.244-0.637-0.244-0.881 0s-0.244 0.637 0 0.881l1.163 1.163c0.125 0.125 0.281 0.181 0.444 0.181s0.319-0.062 0.444-0.181c0.238-0.244 0.238-0.638-0.006-0.881z"></path>1422                <path d="M31.375 9.669h-1.644c-0.344 0-0.625 0.281-0.625 0.625s0.281 0.625 0.625 0.625h1.644c0.344 0 0.625-0.281 0.625-0.625s-0.281-0.625-0.625-0.625z"></path>1423                <path d="M5.019 4.275l-1.163-1.163c-0.244-0.244-0.637-0.244-0.881 0s-0.244 0.637 0 0.881l1.162 1.162c0.125 0.125 0.281 0.181 0.444 0.181s0.319-0.063 0.444-0.181c0.237-0.237 0.237-0.638-0.006-0.881z"></path>1424                <path d="M5.019 15.419c-0.244-0.244-0.638-0.244-0.881 0l-1.163 1.162c-0.244 0.244-0.244 0.638 0 0.881 0.125 0.125 0.281 0.181 0.444 0.181s0.319-0.063 0.444-0.181l1.163-1.163c0.237-0.237 0.237-0.637-0.006-0.881z"></path>1425                <path d="M2.269 9.669h-1.644c-0.344 0-0.625 0.281-0.625 0.625s0.281 0.625 0.625 0.625h1.644c0.344 0 0.625-0.281 0.625-0.625s-0.275-0.625-0.625-0.625z"></path>1426                <path d="M23.256 2.987c-1.944-1.925-4.512-2.987-7.25-2.987-0.025 0-0.050 0-0.075 0-2.669 0.019-5.2 1.063-7.119 2.95-1.919 1.881-3.019 4.388-3.094 7.056-0.075 2.781 0.944 5.419 2.869 7.419 1.519 1.575 2.35 3.675 2.35 5.906v4.294c0 0.881 0.613 1.625 1.431 1.825v0.575c0 1.094 0.887 1.988 1.988 1.988h3.281c1.094 0 1.988-0.887 1.988-1.988v-0.569c0.831-0.194 1.45-0.938 1.45-1.825v-4.294c0-2.2 0.856-4.325 2.419-5.975 1.812-1.919 2.806-4.425 2.806-7.062 0-2.769-1.081-5.362-3.044-7.313zM17.638 30.756h-3.281c-0.406 0-0.738-0.331-0.738-0.738v-0.519h4.75v0.519h0.006c0 0.406-0.331 0.738-0.738 0.738zM19.825 27.619c0 0.344-0.281 0.625-0.625 0.625h-6.381c-0.344 0-0.625-0.281-0.625-0.625v-3.556h7.631v3.556zM22.581 16.5c-1.656 1.756-2.619 3.981-2.744 6.319h-7.663c-0.119-2.363-1.063-4.569-2.688-6.263-1.694-1.756-2.588-4.075-2.519-6.519 0.131-4.813 4.156-8.756 8.975-8.787 2.431-0.019 4.713 0.913 6.438 2.625s2.669 3.987 2.669 6.412c0 2.319-0.881 4.525-2.469 6.212z"></path>1427            </symbol>1428            <symbol id="icon-chauffe" viewBox="0 0 38 32">1429                <path d="M33.278 19.049l-0.027-0.313c-0.436-4.772-3.081-7.763-5.415-10.402-2.161-2.443-4.027-4.553-4.027-7.666 0-0.25-0.167-0.478-0.431-0.593s-0.584-0.096-0.825 0.051c-3.505 2.107-6.429 5.657-7.45 9.045-0.709 2.359-0.803 5.010-0.816 6.762-3.236-0.581-3.97-4.648-3.977-4.692-0.036-0.211-0.19-0.395-0.413-0.495-0.226-0.099-0.491-0.106-0.719-0.011-0.17 0.069-4.166 1.775-4.398 8.586-0.016 0.227-0.017 0.453-0.017 0.68 0 6.616 6.409 12 14.285 12s14.285-5.383 14.285-12c0-0.332-0.027-0.642-0.054-0.951zM19.047 30.667c-2.626 0-4.762-1.911-4.762-4.261 0-0.080-0.001-0.161 0.006-0.26 0.032-0.991 0.256-1.667 0.501-2.117 0.46 0.831 1.284 1.594 2.62 1.594 0.439 0 0.794-0.298 0.794-0.667 0-0.949 0.023-2.044 0.305-3.033 0.25-0.877 0.849-1.808 1.607-2.556 0.337 0.97 0.994 1.755 1.636 2.521 0.918 1.096 1.868 2.23 2.034 4.163 0.010 0.115 0.020 0.23 0.020 0.354-0 2.35-2.136 4.261-4.762 4.261zM24.063 29.796c0.824-0.944 1.334-2.11 1.334-3.39 0-0.157-0.012-0.303-0.035-0.575-0.188-2.176-1.314-3.521-2.309-4.708-0.847-1.010-1.578-1.883-1.578-3.122 0-0.253-0.171-0.484-0.44-0.597-0.268-0.113-0.592-0.088-0.832 0.065-1.522 0.966-2.792 2.592-3.235 4.145-0.226 0.796-0.305 1.658-0.333 2.366-0.55-0.497-0.721-1.419-0.722-1.432-0.036-0.214-0.192-0.401-0.421-0.501-0.227-0.099-0.499-0.102-0.728-0.003-0.2 0.086-1.957 0.932-2.058 4.045-0.007 0.105-0.008 0.211-0.008 0.316 0 1.28 0.51 2.446 1.333 3.39-4.514-1.637-7.682-5.41-7.682-9.795 0-0.2-0.001-0.399 0.015-0.621 0.136-3.996 1.659-5.978 2.652-6.852 0.693 2.083 2.508 4.806 6.062 4.806 0.439 0 0.794-0.298 0.794-0.667 0-2.231 0.060-4.809 0.77-7.17 0.806-2.674 3.014-5.562 5.679-7.517 0.443 2.855 2.294 4.949 4.24 7.149 2.313 2.616 4.705 5.321 5.106 9.701l0.027 0.319c0.025 0.277 0.050 0.554 0.050 0.852-0 4.385-3.169 8.158-7.683 9.795z"></path>1430            </symbol>1431            <symbol id="icon-share" viewBox="0 0 32 32">1432                <path d="M23.732 19.866c-1.389 0-2.658 0.483-3.625 1.269l-6.222-3.866c0.121-0.363 0.121-0.785 0.121-1.269 0-0.423 0-0.846-0.121-1.208l6.222-3.866c0.967 0.785 2.235 1.208 3.625 1.208 3.202 0 5.799-2.537 5.799-5.799 0-3.202-2.598-5.799-5.799-5.799-3.262 0-5.799 2.598-5.799 5.799 0 0.483 0 0.906 0.121 1.269l-6.222 3.866c-0.967-0.785-2.235-1.269-3.564-1.269-3.262 0-5.799 2.598-5.799 5.799 0 3.262 2.537 5.799 5.799 5.799 1.329 0 2.598-0.423 3.564-1.208l6.222 3.866c-0.121 0.363-0.121 0.785-0.121 1.269v-0.060c0 3.262 2.537 5.799 5.799 5.799 3.202 0 5.799-2.537 5.799-5.799 0-3.202-2.598-5.799-5.799-5.799z"></path>1433            </symbol>1434            <symbol id="icon-icon-stationnement" viewBox="0 0 32 32">1435                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1436                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M21.664 14.437c0.093 0 0.162 0.046 0.209 0.116 0.046 0.093 0.070 0.162 0.046 0.255l-0.186 0.557c-0.046 0.139-0.116 0.186-0.255 0.186h-0.673c0.232 0.139 0.418 0.325 0.557 0.557s0.209 0.464 0.209 0.743v1.114c0 0.371-0.139 0.696-0.371 0.975v1.439c0 0.163-0.070 0.302-0.162 0.395-0.116 0.116-0.255 0.162-0.395 0.162h-1.114c-0.163 0-0.302-0.046-0.395-0.162-0.116-0.093-0.162-0.232-0.162-0.395v-0.929h-5.943v0.929c0 0.163-0.070 0.302-0.162 0.395-0.116 0.116-0.255 0.162-0.395 0.162h-1.114c-0.163 0-0.302-0.046-0.395-0.162-0.116-0.093-0.162-0.232-0.162-0.395v-1.439c-0.255-0.279-0.371-0.604-0.371-0.975v-1.114c0-0.279 0.070-0.511 0.209-0.743s0.325-0.418 0.557-0.557h-0.673c-0.139 0-0.232-0.046-0.255-0.186l-0.186-0.557c-0.046-0.093-0.023-0.163 0.023-0.255 0.046-0.070 0.139-0.116 0.232-0.116h1.277l0.186-0.488c0.209-0.557 0.58-1.021 1.091-1.393 0.511-0.348 1.068-0.534 1.695-0.534h2.832c0.604 0 1.184 0.186 1.695 0.534 0.511 0.371 0.859 0.836 1.091 1.393l0.186 0.488h1.277zM13.191 14.483l-0.348 0.882h6.314l-0.348-0.882c-0.116-0.279-0.302-0.511-0.557-0.696s-0.534-0.279-0.836-0.279h-2.832c-0.325 0-0.604 0.093-0.859 0.279s-0.441 0.418-0.534 0.696zM12.1 18.151h0.093c0.302 0 0.534 0 0.673-0.046 0.232-0.046 0.348-0.139 0.348-0.325s-0.139-0.418-0.418-0.696c-0.279-0.279-0.511-0.418-0.696-0.418-0.209 0-0.395 0.093-0.534 0.232s-0.209 0.325-0.209 0.511c0 0.209 0.070 0.395 0.209 0.534s0.325 0.209 0.534 0.209zM19.9 18.151c0.186 0 0.371-0.070 0.511-0.209s0.232-0.325 0.232-0.534c0-0.186-0.093-0.371-0.232-0.511s-0.325-0.232-0.511-0.232c-0.209 0-0.441 0.139-0.72 0.418s-0.395 0.511-0.395 0.696 0.116 0.279 0.348 0.325c0.139 0.046 0.348 0.046 0.673 0.046h0.093z"></path>1437            </symbol>1438            <symbol id="icon-icon-buanderie" viewBox="0 0 32 32">1439                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1440                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M22.109 13.108c0.079 0.039 0.118 0.118 0.157 0.196 0.020 0.079 0.020 0.157-0.020 0.236l-1.12 2.239c-0.039 0.079-0.118 0.137-0.196 0.177s-0.157 0.020-0.216-0.020l-1.12-0.55c-0.118-0.039-0.216-0.039-0.314 0.020s-0.137 0.137-0.137 0.255v4.989c0 0.177-0.079 0.334-0.196 0.452s-0.275 0.177-0.432 0.177h-5.029c-0.177 0-0.334-0.059-0.452-0.177s-0.177-0.275-0.177-0.452v-4.989c0-0.118-0.059-0.196-0.157-0.255s-0.196-0.059-0.295-0.020l-1.12 0.55c-0.079 0.039-0.157 0.059-0.236 0.020s-0.137-0.098-0.177-0.177l-1.12-2.239c-0.039-0.079-0.059-0.157-0.020-0.236 0.020-0.079 0.079-0.157 0.157-0.196l3.83-1.886c0.196 0.275 0.491 0.511 0.904 0.668 0.413 0.177 0.864 0.255 1.375 0.255 0.491 0 0.943-0.079 1.355-0.255 0.413-0.157 0.727-0.393 0.943-0.668l3.811 1.886z"></path>1441            </symbol>1442            <symbol id="icon-icon-aspirateur" viewBox="0 0 32 32">1443                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1444                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M16 12.166c0.786 0 1.536 0.214 2.214 0.607s1.214 0.929 1.607 1.607c0.393 0.679 0.607 1.429 0.607 2.214 0 0.804-0.214 1.536-0.607 2.214s-0.929 1.232-1.607 1.625c-0.679 0.393-1.429 0.589-2.214 0.589-0.804 0-1.536-0.196-2.214-0.589s-1.232-0.946-1.625-1.625c-0.393-0.679-0.589-1.411-0.589-2.214 0-0.786 0.196-1.536 0.589-2.214s0.946-1.214 1.625-1.607c0.679-0.393 1.411-0.607 2.214-0.607zM17.429 16.594c0-0.393-0.143-0.714-0.429-1s-0.607-0.429-1-0.429c-0.393 0-0.732 0.143-1.018 0.429s-0.411 0.607-0.411 1c0 0.393 0.125 0.732 0.411 1.018s0.625 0.411 1.018 0.411c0.393 0 0.714-0.125 1-0.411s0.429-0.625 0.429-1.018z"></path>1445            </symbol>1446            <symbol id="icon-icon-climatisation" viewBox="0 0 32 32">1447                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1448                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M17.486 19.451c0-0.255-0.070-0.511-0.209-0.743s-0.302-0.395-0.534-0.534v-0.952c0-0.186-0.093-0.371-0.232-0.511s-0.325-0.232-0.511-0.232c-0.209 0-0.395 0.093-0.534 0.232s-0.209 0.325-0.209 0.511v0.952c-0.232 0.139-0.418 0.302-0.557 0.534s-0.186 0.488-0.186 0.743c0 0.418 0.139 0.789 0.418 1.068s0.65 0.418 1.068 0.418c0.418 0 0.766-0.139 1.045-0.418s0.441-0.65 0.441-1.068zM18.229 17.478v-4.713c0-0.604-0.232-1.137-0.65-1.579-0.441-0.418-0.975-0.65-1.579-0.65-0.627 0-1.161 0.232-1.579 0.65-0.441 0.441-0.65 0.975-0.65 1.579v4.713c-0.511 0.557-0.743 1.207-0.743 1.95 0 0.557 0.116 1.045 0.395 1.509 0.255 0.464 0.604 0.813 1.068 1.091s0.952 0.395 1.486 0.395h0.023c0.534 0 1.021-0.116 1.486-0.395 0.464-0.255 0.813-0.604 1.091-1.068 0.255-0.464 0.395-0.952 0.395-1.509 0-0.743-0.255-1.393-0.743-1.973zM17.857 19.451c0 0.511-0.186 0.952-0.557 1.323s-0.789 0.534-1.3 0.534h-0.023c-0.511 0-0.929-0.186-1.3-0.557s-0.534-0.789-0.534-1.3c0-0.325 0.070-0.604 0.232-0.882 0.070-0.139 0.209-0.325 0.418-0.557l0.093-0.116v-5.13c0-0.302 0.093-0.557 0.325-0.789 0.209-0.209 0.464-0.325 0.789-0.325 0.302 0 0.557 0.116 0.789 0.325 0.209 0.232 0.325 0.488 0.325 0.789v5.13l0.093 0.116c0.186 0.232 0.325 0.418 0.418 0.557 0.139 0.279 0.232 0.557 0.232 0.882z"></path>1449            </symbol>1450            <symbol id="icon-icon-internet" viewBox="0 0 32 32">1451                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1452                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M17.257 19.394c0-0.354-0.137-0.648-0.373-0.884s-0.53-0.373-0.884-0.373c-0.354 0-0.668 0.137-0.904 0.373s-0.354 0.53-0.354 0.884c0 0.354 0.118 0.668 0.354 0.904s0.55 0.354 0.904 0.354c0.354 0 0.648-0.118 0.884-0.354s0.373-0.55 0.373-0.904zM19.948 16.958l-0.668 0.668c-0.079 0.059-0.137 0.079-0.216 0.079s-0.157-0.020-0.216-0.079c-0.55-0.452-1.159-0.766-1.827-0.923-0.688-0.157-1.375-0.157-2.043 0-0.687 0.157-1.296 0.471-1.827 0.923-0.079 0.059-0.137 0.079-0.216 0.079s-0.157-0.020-0.216-0.079l-0.668-0.668c-0.079-0.059-0.098-0.137-0.098-0.236 0-0.079 0.039-0.157 0.118-0.236 0.727-0.648 1.571-1.080 2.514-1.316s1.886-0.236 2.829 0c0.943 0.236 1.768 0.668 2.514 1.316 0.059 0.079 0.098 0.157 0.098 0.236 0 0.098-0.020 0.177-0.079 0.236zM22.148 14.719l-0.668 0.668c-0.079 0.059-0.157 0.098-0.236 0.098s-0.157-0.020-0.196-0.098c-0.943-0.864-2.043-1.434-3.261-1.748-1.198-0.295-2.396-0.295-3.575 0-1.238 0.314-2.318 0.884-3.261 1.748-0.059 0.079-0.137 0.098-0.216 0.098s-0.157-0.039-0.216-0.098l-0.668-0.668c-0.079-0.059-0.098-0.137-0.098-0.236 0-0.079 0.039-0.157 0.118-0.216 1.12-1.061 2.436-1.768 3.948-2.141 1.454-0.354 2.907-0.354 4.361 0 1.493 0.373 2.809 1.080 3.948 2.141 0.059 0.059 0.098 0.137 0.098 0.216 0 0.098-0.020 0.177-0.079 0.236z"></path>1453            </symbol>1454            <symbol id="icon-icon-rangement" viewBox="0 0 32 32">1455                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1456                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M19.286 18.308c0.036 0 0.054 0.018 0.089 0.054s0.054 0.054 0.054 0.089v0.857c0 0.036-0.018 0.071-0.054 0.107s-0.054 0.036-0.089 0.036h-6.571c-0.036 0-0.071 0-0.107-0.036s-0.036-0.071-0.036-0.107v-0.857c0-0.036 0-0.054 0.036-0.089s0.071-0.054 0.107-0.054h6.571zM19.286 20.023c0.036 0 0.054 0.018 0.089 0.054s0.054 0.054 0.054 0.089v0.857c0 0.036-0.018 0.071-0.054 0.107s-0.054 0.036-0.089 0.036h-6.571c-0.036 0-0.071 0-0.107-0.036s-0.036-0.071-0.036-0.107v-0.857c0-0.036 0-0.054 0.036-0.089s0.071-0.054 0.107-0.054h6.571zM19.286 16.594c0.036 0 0.054 0.018 0.089 0.054s0.054 0.054 0.054 0.089v0.857c0 0.036-0.018 0.071-0.054 0.107s-0.054 0.036-0.089 0.036h-6.553c-0.054 0-0.089 0-0.107-0.036-0.036-0.036-0.036-0.071-0.036-0.107v-0.857c0-0.036 0-0.054 0.036-0.089 0.018-0.036 0.054-0.054 0.107-0.054h6.553zM21.197 14.112h-0.018c0.161 0.071 0.286 0.179 0.393 0.321 0.089 0.143 0.143 0.304 0.143 0.464v6.125c0 0.036-0.018 0.071-0.054 0.107s-0.054 0.036-0.089 0.036h-1.429c-0.036 0-0.071 0-0.107-0.036s-0.036-0.071-0.036-0.107v-4.429c0-0.143-0.071-0.286-0.179-0.393s-0.25-0.179-0.411-0.179h-6.822c-0.179 0-0.321 0.071-0.429 0.179s-0.161 0.25-0.161 0.393v4.429c0 0.036-0.018 0.071-0.054 0.107s-0.054 0.036-0.089 0.036h-1.429c-0.036 0-0.071 0-0.107-0.036s-0.036-0.071-0.036-0.107v-6.125c0-0.161 0.036-0.321 0.143-0.464 0.089-0.143 0.214-0.25 0.393-0.321l4.857-2.018c0.214-0.089 0.429-0.089 0.643 0l4.875 2.018z"></path>1457            </symbol>1458            <symbol id="icon-plus-white" viewBox="0 0 32 32">1459                <path d="M1.013 12.48h11.253v-11.253h6.72v11.253h11.253v6.72h-11.253v11.253h-6.72v-11.253h-11.253v-6.72z"></path>1460            </symbol>1461            <symbol id="icon-icon-download" viewBox="0 0 32 32">1462                <path fill="none" stroke="#d2d2d2" style="stroke: var(--color1, #d2d2d2)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1463            </symbol>1464            <symbol id="icon-loupe" viewBox="0 0 32 32">1465                <path d="M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z"></path>1466            </symbol>1467            <symbol id="icon-icon-chambre-bleu" viewBox="0 0 32 32">1468                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1469                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M12.657 16.48c-0.511 0-0.952-0.162-1.323-0.534s-0.534-0.813-0.534-1.323c0-0.511 0.162-0.929 0.534-1.3s0.813-0.557 1.323-0.557c0.511 0 0.929 0.186 1.3 0.557s0.557 0.789 0.557 1.3c0 0.511-0.186 0.952-0.557 1.323s-0.789 0.534-1.3 0.534zM20.829 13.508c0.464 0 0.882 0.116 1.3 0.348 0.395 0.232 0.72 0.557 0.952 0.952 0.232 0.418 0.348 0.836 0.348 1.3v4.457c0 0.116-0.046 0.209-0.116 0.279s-0.162 0.093-0.255 0.093h-0.743c-0.116 0-0.209-0.023-0.279-0.093s-0.093-0.162-0.093-0.279v-1.114h-11.886v1.114c0 0.116-0.046 0.209-0.116 0.279s-0.162 0.093-0.255 0.093h-0.743c-0.116 0-0.209-0.023-0.279-0.093s-0.093-0.162-0.093-0.279v-8.171c0-0.093 0.023-0.186 0.093-0.255s0.162-0.116 0.279-0.116h0.743c0.093 0 0.186 0.046 0.255 0.116s0.116 0.162 0.116 0.255v4.829h5.2v-3.343c0-0.093 0.023-0.186 0.093-0.255s0.162-0.116 0.278-0.116h5.2z"></path>1470            </symbol>1471            <symbol id="icon-icon-salle-bain-bleu" viewBox="0 0 32 32">1472                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1473                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M19.111 13.694c0.093-0.093 0.163-0.232 0.163-0.395 0-0.139-0.070-0.279-0.163-0.395l-0.279-0.278c-0.116-0.093-0.255-0.163-0.395-0.163-0.162 0-0.302 0.070-0.395 0.163-0.348-0.279-0.743-0.441-1.184-0.534s-0.859-0.070-1.277 0.046c-0.325-0.255-0.673-0.464-1.045-0.627-0.371-0.139-0.766-0.232-1.184-0.232-0.604 0-1.161 0.162-1.671 0.441-0.511 0.302-0.905 0.696-1.184 1.207-0.302 0.511-0.441 1.045-0.441 1.648v7.104h1.486v-7.104c0-0.488 0.162-0.905 0.534-1.277 0.348-0.348 0.766-0.534 1.277-0.534 0.325 0 0.65 0.093 0.952 0.279-0.371 0.488-0.557 1.045-0.534 1.648 0 0.604 0.209 1.138 0.604 1.602-0.116 0.116-0.163 0.255-0.163 0.395 0 0.163 0.046 0.302 0.163 0.395l0.278 0.279c0.093 0.116 0.232 0.163 0.395 0.163 0.139 0 0.279-0.046 0.395-0.163l3.668-3.668zM18.972 15.366c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.278s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.278zM19.714 15.366c0 0.116 0.023 0.209 0.093 0.278s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.278c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255zM21.943 15.366c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.278s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.278zM18.229 16.109c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM19.343 15.737c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116zM21.2 16.109c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 16.851c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM18.229 16.851c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255zM20.457 16.851c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 17.594c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255zM19.714 17.594c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 18.337c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM18.972 18.337c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM18.229 19.080c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279zM17.486 19.823c0-0.093-0.046-0.186-0.116-0.255s-0.162-0.116-0.255-0.116c-0.116 0-0.209 0.046-0.279 0.116s-0.093 0.162-0.093 0.255c0 0.116 0.023 0.209 0.093 0.279s0.162 0.093 0.279 0.093c0.093 0 0.186-0.023 0.255-0.093s0.116-0.162 0.116-0.279z"></path>1474            </symbol>1475            <symbol id="icon-icon-superficie-bleu" viewBox="0 0 32 32">1476                <path fill="none" stroke="#0083c9" style="stroke: var(--color1, #0083c9)" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.9143" d="M31.543 16c0 8.584-6.959 15.543-15.543 15.543s-15.543-6.959-15.543-15.543c0-8.584 6.959-15.543 15.543-15.543s15.543 6.959 15.543 15.543z"></path>1477                <path fill="#0083c9" style="fill: var(--color1, #0083c9)" d="M10.8 14.716c0 0.093 0.023 0.162 0.070 0.209s0.116 0.070 0.209 0.070h0.929c0.070 0 0.139-0.023 0.186-0.070s0.093-0.116 0.093-0.209v-1.95h1.95c0.070 0 0.139-0.023 0.186-0.070s0.093-0.116 0.093-0.209v-0.929c0-0.070-0.046-0.139-0.093-0.186s-0.116-0.093-0.186-0.093h-2.879c-0.163 0-0.302 0.070-0.395 0.162-0.116 0.116-0.162 0.255-0.162 0.395v2.879zM17.486 11.559c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h2.879c0.139 0 0.279 0.070 0.395 0.162 0.093 0.116 0.162 0.255 0.162 0.395v2.879c0 0.093-0.046 0.162-0.093 0.209s-0.116 0.070-0.186 0.070h-0.929c-0.093 0-0.162-0.023-0.209-0.070s-0.070-0.116-0.070-0.209v-1.95h-1.95c-0.093 0-0.162-0.023-0.209-0.070s-0.070-0.116-0.070-0.209v-0.929zM20.922 17.966c0.070 0 0.139 0.046 0.186 0.093s0.093 0.116 0.093 0.186v2.879c0 0.163-0.070 0.302-0.162 0.395-0.116 0.116-0.255 0.162-0.395 0.162h-2.879c-0.093 0-0.162-0.023-0.209-0.070s-0.070-0.116-0.070-0.209v-0.929c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h1.95v-1.95c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h0.929zM14.514 21.401c0 0.093-0.046 0.162-0.093 0.209s-0.116 0.070-0.186 0.070h-2.879c-0.163 0-0.302-0.046-0.395-0.162-0.116-0.093-0.162-0.232-0.162-0.395v-2.879c0-0.070 0.023-0.139 0.070-0.186s0.116-0.093 0.209-0.093h0.929c0.070 0 0.139 0.046 0.186 0.093s0.093 0.116 0.093 0.186v1.95h1.95c0.070 0 0.139 0.046 0.186 0.093s0.093 0.116 0.093 0.186v0.929z"></path>1478            </symbol>1479        </defs>1480    </svg>1481    <!-- FIN SVG DEFS -->14821483    <div id="single-project">1484        <style>1485    /* Modale principale */1486    .swal2-popup {1487        background-color: rgba(0, 0, 0, 0.8) !important;1488        display: block !important;1489        padding: 0 !important;1490        box-sizing: border-box !important;1491        height: auto !important;1492        max-height: 90vh !important;1493        overflow-y: auto !important;1494    }14951496    /* Simulation de la “grille” Bootstrap dans le container HTML */1497    .swal2-html-container .row {1498        display: flex;1499        flex-wrap: wrap;1500        margin: 0 -10px;1501    }1502    .swal2-html-container .row > * {1503        padding: 0 10px;1504        box-sizing: border-box;1505    }1506    .swal2-html-container .col-lg-6 {1507        flex: 0 0 50%;1508        max-width: 50%;1509    }1510    .swal2-html-container .col-lg-12 {1511        flex: 0 0 100%;1512        max-width: 100%;1513    }15141515    /* ————————————————————————————————————————————————————— */1516    /* Structure principale du popup (promo_orive)             */1517    /* ————————————————————————————————————————————————————— */1518    .promo_orive {1519        display: flex;1520        flex-wrap: wrap;1521        width: 100%;1522        height: 100%;1523    }1524    .promo_orive > div {1525        width: 100%;1526        box-sizing: border-box;1527    }1528    /* Colonne gauche – fond sombre */1529    .promo_orive > div {1530        background: #111;1531        min-height: 400px;1532        padding: 60px 60px 20px 60px;1533    }1534    /* Image toujours carré, en cover */1535    .image_orive {1536        width: 100%;1537        aspect-ratio: 1 / 1;1538        background-size: cover;1539        background-position: center;1540        background-repeat: no-repeat;1541    }15421543    /* ————————————————————————————————————————————————————— */1544    /* Breakpoints pour la largeur de la modale                */1545    /* ————————————————————————————————————————————————————— */1546    @media (min-width: 2301px) {1547        .swal2-popup { width: 40vw !important; max-width: 40vw !important; }1548    }1549    @media (min-width: 1801px) and (max-width: 2300px) {1550        .swal2-popup { width: 60vw !important; max-width: 60vw !important; }1551    }1552    @media (min-width: 1024px) and (max-width: 1800px) {1553        .swal2-popup { width: 60vw !important; max-width: 60vw !important; max-height: 80vh !important; }1554    }1555    @media (min-width: 769px) and (max-width: 1023px) {1556        .swal2-popup { width: 80vw !important; max-width: 80vw !important; max-height: 60vh !important; }1557    }15581559    /* Mobile (<768px) */1560    @media (max-width: 768px) {1561        .promo_orive { flex-direction: column; }1562        .promo_orive > div { width: 100%; padding: 0 20px 0 20px; }1563        .swal2-popup {1564            width: 80% !important;1565            padding: 0 !important;1566            background-color:#000;1567        }1568        .swal2-html-container form { padding:20px 0 20px 0 !important }1569        .swal-close-custom {1570            position: absolute !important;1571            top: -35px !important;1572            right: 0 !important;1573            padding: 10px !important;1574            background: none !important;1575            font-size: 36px !important;1576        }1577        .swal2-close { display:inline-block !important; }1578        .swal2-close:hover { color:#FFF; }1579        .swal2-close:focus { box-shadow: none; }1580        .mobile_only { display: block !important; }1581        .not_on_mobile { display: none !important; }1582        .swal2-container { margin-top:90px; }1583    }15841585    /* Desktop (≥768px) */1586    @media (min-width: 768px) {1587        .mobile_only { display: none !important; }1588        .not_on_mobile { display: block !important; }1589    }15901591    /* ————————————————————————————————————————————————————— */1592    /* Titres, contenus et footer                               */1593    /* ————————————————————————————————————————————————————— */1594    .swal2-title { color: #FFF !important; }1595    .swal2-html-container {1596        color: #FFF;1597        margin: 0;1598        padding: 0;1599    }1600    .swal2-footer { display: none !important; }1601    .swal2-actions button.swal2-styled:hover {1602        background-color: #BA6E03 !important;1603        top: -5px !important;1604    }1605    #custom-form-error-popup {1606        display: none;1607        color: #F00;1608        background-color: #FFF;1609        padding: 10px;1610        margin-bottom: 20px;1611        border-radius: 5px;1612    }16131614    /* ————————————————————————————————————————————————————— */1615    /* Champs de formulaire                                     */1616    /* ————————————————————————————————————————————————————— */1617    .swal2-html-container input,1618    .swal2-html-container select,1619    .swal2-html-container textarea {1620        width: 100%;1621        padding: 10px;1622        border: 1px solid #CCC;1623        background-color: #222;1624        color: #FFF;1625        margin-bottom: 20px;1626        font-size: 18px;1627        border-radius: 3px;1628    }16291630    .swal2-html-container input:focus,1631    .swal2-html-container select:focus,1632    .swal2-html-container textarea:focus {1633        border: 1px solid #0083c9;1634        outline: none;1635    }16361637    .swal2-html-container input::placeholder,1638    .swal2-html-container textarea::placeholder {1639        color: #ccc !important;1640    }16411642    /* Checkbox */1643    .swal2-html-container input[type="checkbox"] {1644        width: 20px;1645        height: 20px;1646    }1647    .swal2-html-container .checkbox-group {1648        display: flex;1649        align-items: center;1650        flex-wrap: wrap;1651        margin: 0 auto;1652        width: fit-content;1653    }1654    .swal2-html-container .checkbox-group input[type="checkbox"] {1655        margin-right: 5px;1656        position: relative;1657        top: 6px;1658    }1659    .swal2-html-container .checkbox-group label {1660        margin-right: 20px;1661        font-size: 16px;1662        cursor: pointer;1663    }16641665    /* Bouton Envoyer */1666    #sendingButton {1667        background-color: #0083c9;1668        color: #FFF;1669        border: none;1670        padding: 10px 20px;1671        border-radius: 3px;1672        margin: 40px auto;1673    }1674    #sendingButton:hover {1675        background-color: #FFF;1676        color: #000;1677        cursor:pointer;1678    }16791680    /* Croix de fermeture custom */1681    .swal-close-custom {1682        position: absolute;1683        top: 10px;1684        right: 15px;1685        background: #000 !important;1686        border: none;1687        font-size: 30px !important;1688        color: #fff;1689        cursor: pointer;1690        z-index: 9999;1691        transition: font-size 0.3s ease-in-out;1692    }1693    .swal-close-custom:hover {1694        font-size: 40px !important;1695    }16961697    /* Honeypot */1698    .honeypot-field {1699        position: absolute;1700        left: -9999px;1701    }17021703    .submit-consent {1704        margin: 20px 0 40px 0;1705    }1706</style>17071708<template id="single-popup-template">1709	<div class="promo_orive">1710		<div>1711			<button type="button" class="swal-close-custom" onclick="Swal.close()">×</button>1712			<form id="salesforce-form-popup" action="https://location.groupeevoludev.com/sendmail" method="POST">1713				<input type="hidden" name="_token" value="7RqwmuaSFLctO1umdwTF0IjEBgIJxmDblzZ9dcJb" autocomplete="off">				<input type="hidden" name="unit" value="">1714				<input type="hidden" name="language" value="Français">17151716				<div class="row">1717					<div class="col-lg-6">1718						<input type="text" name="firstname" placeholder="PRÉNOM*" required>1719					</div>1720					<div class="col-lg-6">1721                        <input type="text" name="lastname" placeholder="NOM*" required>1722					</div>1723                </div>17241725                <div class="row">1726					<div class="col-lg-6">1727						<input type="text" name="email" placeholder="COURRIEL*" required>1728					</div>1729					<div class="col-lg-6">1730						<input type="text" name="phone" placeholder="TÉLÉPHONE">1731					</div>1732				</div>17331734				<div class="row">1735					<div class="col-lg-12">1736						<select name="size[]">1737							<option value="" disabled selected>TYPE D'UNITÉ RECHERCHÉ</option>1738							<option value="Studio">Studio</option>1739							<option value="3 1/2">3½</option>1740							<option value="4 1/2">4½</option>1741							<option value="5 1/2">5½</option>1742						</select>1743					</div>1744				</div>17451746				<div class="row">1747					<div class="col-lg-12">1748						<select name="pub">1749							<option value="" disabled selected>OÙ AVEZ-VOUS ENTENDU PARLÉ DE NOUS ?</option>1750							<option value="Publication Facebook">Publication Facebook</option>1751							<option value="Publication Instagram">Publication Instagram</option>1752							<option value="Recherche Google ">Recherche Google </option>1753							<option value="Recommandation/Référence">Recommandation/Référence</option>1754							<option value="Affichage physique">Affichage physique (pancarte)</option>1755						</select>1756						<textarea name="message" rows="5" placeholder="COMMENTAIRES"></textarea>1757						<div class="checkbox-group">1758							<input type="hidden" name="accept" value="no">1759							<input type="checkbox" name="accept" id="accept-popup" value="yes">1760							<label for="accept-popup">J’autorise Groupe Evoludev à communiquer avec moi.</label>1761						</div>1762						<p id="custom-form-error-popup">Vous devez permettre Groupe Evoludev de communiquer avec vous pour envoyer.</p>1763						<p class="submit-consent">En soumettant votre demande, vous consentez au traitement de vos données.</p>1764						                            <div id="cf-turnstile-popup" class="cf-turnstile"></div>1765                        						<div class="honeypot-field">1766							<label for="honeypot">Pot de miel</label>1767							<input type="text" id="honeypot" name="honeypot" value="">1768						</div>1769					</div>1770				</div>17711772				<div class="row">1773					<button id="sendingButton">CONTACTEZ-NOUS</button>1774				</div>1775			</form>1776		</div>1777	</div>1778</template>17791780<script>1781    document.addEventListener("DOMContentLoaded", function () {1782        const template = document.getElementById('single-popup-template');1783        const wrapper = document.createElement('div');1784        wrapper.innerHTML = template.innerHTML;17851786        setTimeout(() => {17871788            Swal.fire({1789                title: "",1790                html: wrapper,1791                showConfirmButton: false,1792                width: '80vw',1793                background: 'transparent',1794            });17951796            function onSweetAlertDidOpen(callback) {1797                const obs = new MutationObserver((_, observer) => {1798                    const popup = document.querySelector('.swal2-popup');1799                    if (popup) {1800                        observer.disconnect();1801                        callback(popup);1802                    }1803                });1804                obs.observe(document.body, { childList: true, subtree: true });1805            }18061807            onSweetAlertDidOpen(() => {1808                if (typeof turnstile !== 'undefined') {1809                    turnstile.render('#cf-turnstile-popup', {1810                        sitekey: '0x4AAAAAAAxQUAaPUCBn3vTs',1811                        callback: token => window.turnstileToken = token,1812                        'error-callback': () => window.turnstileToken = null1813                    });1814                }18151816                document.getElementById('salesforce-form-popup').addEventListener('submit', e => {1817                    const accept = document.getElementById('accept-popup');1818                    const err = document.getElementById('custom-form-error-popup');1819                    if (!accept.checked) {1820                        e.preventDefault();1821                        err.style.display = 'block';1822                    } else {1823                        err.style.display = 'none';1824                    }1825                });1826            });18271828        }, 20000);1829    });1830</script>18311832        <!-- HERO -->1833        <div class="carousel js-flickity" data-flickity='{ "wrapAround": true, "imagesLoaded": true, "arrowShape": "M 0 51.85 L 42.5 4.25 L 52.7 12.75 L 23.8 46.75 L 134.3 46.75 L 134.3 56.95 L 23.8 56.95 L 52.7 89.25 L 42.5 99.45 Z" }'>1834                            <div class="carousel-cell">1835                    <img src="https://groupeevoludev.com/location//storage/buildings/82/vue 2_1920x1080.jpg" />1836                </div>1837                            <div class="carousel-cell">1838                    <img src="https://groupeevoludev.com/location//storage/buildings/82/vue 1_1920x1080.jpg" />1839                </div>1840                            <div class="carousel-cell">1841                    <img src="https://groupeevoludev.com/location//storage/buildings/82/vue 4_1920x1080.jpg" />1842                </div>1843                            <div class="carousel-cell">1844                    <img src="https://groupeevoludev.com/location//storage/buildings/82/vue 3_1920x1080.jpg" />1845                </div>1846                            <div class="carousel-cell">1847                    <img src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (2)_1920x1080.jpg" />1848                </div>1849                            <div class="carousel-cell">1850                    <img src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (3)_1920x1080.jpg" />1851                </div>1852                            <div class="carousel-cell">1853                    <img src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (1)_1920x1080.jpg" />1854                </div>1855                            <div class="carousel-cell">1856                    <img src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (4)_chambre_1920x1080.jpg" />1857                </div>1858                            <div class="carousel-cell">1859                    <img src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (5)_SdB_1920x1080.jpg" />1860                </div>1861                            <div class="carousel-cell">1862                    <img src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (6)_SdB2_1920x1080.jpg" />1863                </div>1864                            <div class="carousel-cell">1865                    <img src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin - implantation_1920x1080.jpg" />1866                </div>1867                    </div>1868                <div class="FicheHero__wrapper">1869            <div class="availability">1870                                    Disponible1871                            </div>1872            <h1 class="FicheHero__title">1873                <span>Le Roussin</span>1874                                    <span class="subTitle" style="padding-left:12px !important;">Logements 3½ 4½  5½ à louer | Joliette</span>1875                            </h1>1876                            <a href="tel:+15792592002" class="Button phoneButton"><img src="https://location.groupeevoludev.com/images/frontend/phone-solid_white.svg" alt="phone_solid_white"/>579-259-2002</a>1877                                        <a href="#contactSection" class="Button reserveButton">Planifiez une visite</a>1878                                                                                </div>1879                    <!-- INTRO -->1880            <div class="PageSection PageSection--white pt-4 pb-3">1881                <div class="PageSection__wrapper">1882                    <div class="intro">1883                        <div class="introItem">1884                            <img src="https://location.groupeevoludev.com/images/frontend/icon_parc.png" style="max-width: 50px"  alt="icone parc"/>1885                            <p class="introNumber">1</p>1886                            <p class="introText">min d'un parc</p>1887                        </div>1888                        <div class="introItem">1889                            <img src="https://location.groupeevoludev.com/images/frontend/icon_grocery.png" style="max-width: 50px"  alt="icone parc"/>1890                            <p class="introNumber">3</p>1891                            <p class="introText">min d'une épicerie</p>1892                        </div>1893                        <div class="introItem">1894                            <img src="https://location.groupeevoludev.com/images/frontend/icon_school.png" style="max-width: 50px"  alt="icone parc"/>1895                            <p class="introNumber">2</p>1896                            <p class="introText">min d'une école</p>1897                        </div>1898                        <div class="introItem">1899                            <img src="https://location.groupeevoludev.com/images/frontend/icon_drug_store.png" style="max-width: 50px"  alt="icone parc"/>1900                            <p class="introNumber">2</p>1901                            <p class="introText">min d'une pharmacie</p>1902                        </div>1903                    </div>1904                </div>1905            </div>19061907            <!-- FIFTYFIFTY-->1908            <div class="PageSection PageSection--grey">1909                <div class="PageSection__wrapper">1910                    <div class="FiftyFifty">1911                        <div class="FiftyFifty__left">1912                            <p class="Title">À propos de l'immeuble</p>1913                            <p class="aboutText">Situé en périphérie du centre-ville de Joliette, cet immeuble de 28 unités de 3 ½, 4 ½ et 5 ½ est muni d’une belle fenestration à chaque unité.</p>1914                            <ul class="Immeuble__infos">1915                                <li class="aboutText">Année de construction : 2024</li>1916                                <li class="aboutText">Nombre d’unités : 28</li>1917                                <li class="aboutText">Ville : Joliette</li>1918                                <li class="aboutText">Adresse :1919                                    <a target="_blank" href="https://maps.google.com/?q=46.0289929,-73.4425577">350 Rue Richard, Joliette, QC, Canada</a>1920                                </li>1921                            </ul>1922                            <div class="projectMapDiv">1923                                1924				<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&key=AIza_CLE_CAVIARDEE_LOUKA_000000000000000&&language=fr"></script>1925			<script type="text/javascript">1926			//<![CDATA[1927			1928			var map; // Global declaration of the map1929			var lat_longs_map = new Array();1930			var markers_map = new Array();1931            var iw_map;1932			1933            iw_map = new google.maps.InfoWindow({});19341935                 function initialize_map() {19361937				var styles_0 = {"featureType":"landscape","elementType":"geometry","stylers":{"color":"#FF0000","lightness":20}};1938				var myLatlng = new google.maps.LatLng(46.0289929,-73.4425577);1939				var myOptions = {1940			  		zoom: 12,1941					center: myLatlng,1942			  		mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);map.setOptions({styles: styles_0});1943				1944				1945			var myLatlng = new google.maps.LatLng(46.0289929,-73.4425577);1946			1947				var marker_icon = {1948					url: "https://location.groupeevoludev.com/images/frontend/markers/map-marker-disponible_200x159.png",1949					scaledSize: new google.maps.Size(50,50),1950					origin: new google.maps.Point(0,0)};1951			1952			var markerOptions = {1953				map: map,1954				position: myLatlng,1955				icon: marker_icon,1956				title: "Le Roussin",1957				animation:  google.maps.Animation.DROP1958			};1959			marker_0 = createMarker_map(markerOptions);1960			1961			marker_0.set("content", "<div class='mapInfoWindow'><div class='mapInfoWindow__left'><a href='https://location.groupeevoludev.com/projet/le-roussin' target='_blank'><img src='https://groupeevoludev.com/location//storage/buildings/82/vue 1_1920x1080.jpg' width='150' height='100'></a></div><div class='mapInfoWindow__right'><a id='googleMapMobileImage' style='display:none;' href='https://location.groupeevoludev.com/projet/le-roussin' target='_blank'><img src='https://groupeevoludev.com/location//storage/buildings/82/vue 1_1920x1080.jpg' width='150' height='100'></a><a href='https://location.groupeevoludev.com/projet/le-roussin' target='_blank'><p class='mapInfoWindow__right__name'>Le Roussin</p></a><p class='mapInfoWindow__right__price'><span>1285</span> $/ mois</p><p class='mapInfoWindow__right__infos desktop'><svg class='icon icon-icon-chambre'><use xlink:href='#icon-icon-chambre'></use></svg><span>3½ 4½ 5½</span><svg class='icon icon-icon-superficie'><use xlink:href='#icon-icon-superficie'></use></svg><span>714pi²</span></p><div class='mapInfoWindow__right__infos mobile' style='display:none;'><div><svg class='icon icon-icon-chambre'><use xlink:href='#icon-icon-chambre'></use></svg><span>3½ 4½ 5½</span></div><div class='pt-1'><svg class='icon icon-icon-superficie'><use xlink:href='#icon-icon-superficie'></use></svg><span>714pi²</span></div></div></div>");19621963			google.maps.event.addListener(marker_0, "click", function(event) {1964				iw_map.setContent(this.get("content"));1965				iw_map.open(map, this);1966			1967			});1968			19691970			}19711972		1973		function createMarker_map(markerOptions) {1974			var marker = new google.maps.Marker(markerOptions);1975			markers_map.push(marker);1976			lat_longs_map.push(marker.getPosition());1977			return marker;1978		}1979		1980			google.maps.event.addDomListener(window, "load", initialize_map);1981			1982			//]]>1983			</script><div id="map_canvas" style="width:100%; height:450px;"></div>1984                            </div>1985                        </div>1986                        <div class="FiftyFifty__right">1987                            <h3 class="subTitle">Options ($)</h3>1988                                                            <ul class="Immeuble__specs">1989                                                                            <li class="aboutText">1990                                                                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-stationnement-300x300.svg" alt="Stationnement extérieur">1991                                                                                        <div class="Immeuble__specs-content ">1992                                                Stationnement extérieur1993                                                                                                    <span>Stationnement supplémentaire</span>1994                                                                                            </div>1995                                        </li>1996                                                                            <li class="aboutText">1997                                                                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-animaux-300x300.svg" alt="Animaux de compagnie">1998                                                                                        <div class="Immeuble__specs-content ">1999                                                Animaux de compagnie2000                                                                                                    <span>Sous certaines conditions</span>2001                                                                                            </div>2002                                        </li>2003                                                                    </ul>2004                                                        <div class="desktop-inclusion-section">2005                                <h3 class="subTitle">Inclusions</h3>2006                                <ul class="Immeuble__specs">2007                                                                            <li class="aboutText">2008                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-stationnement-300x300.svg" alt="Stationnement extérieur">2009                                            <div class="Immeuble__specs-content noDescription">2010                                                Stationnement extérieur2011                                                                                            </div>2012                                        </li>2013                                                                            <li class="aboutText">2014                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-internet-sans-fil-300x300.svg" alt="Internet sans fil illimité">2015                                            <div class="Immeuble__specs-content noDescription">2016                                                Internet sans fil illimité2017                                                                                            </div>2018                                        </li>2019                                                                            <li class="aboutText">2020                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-rangement-exterieur-300x300.svg" alt="Rangement extérieur">2021                                            <div class="Immeuble__specs-content noDescription">2022                                                Rangement extérieur2023                                                                                            </div>2024                                        </li>2025                                                                            <li class="aboutText">2026                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-air-climatise-300x300.svg" alt="Air climatisé">2027                                            <div class="Immeuble__specs-content noDescription">2028                                                Air climatisé2029                                                                                            </div>2030                                        </li>2031                                                                            <li class="aboutText">2032                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-camera-securite-300x300.svg" alt="Caméras de sécurité">2033                                            <div class="Immeuble__specs-content noDescription">2034                                                Caméras de sécurité2035                                                                                            </div>2036                                        </li>2037                                                                            <li class="aboutText">2038                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-entree-lave-vaisselle-300x300.svg" alt="Entrée lave-vaisselle">2039                                            <div class="Immeuble__specs-content noDescription">2040                                                Entrée lave-vaisselle2041                                                                                            </div>2042                                        </li>2043                                                                            <li class="aboutText">2044                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-entree-laveuse-secheuse-300x300.svg" alt="Entrées laveuse-sécheuse">2045                                            <div class="Immeuble__specs-content noDescription">2046                                                Entrées laveuse-sécheuse2047                                                                                            </div>2048                                        </li>2049                                                                            <li class="aboutText">2050                                            <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-services-appels-urgence-300x300.svg" alt="Service d’appels d’urgence 24/7">2051                                            <div class="Immeuble__specs-content noDescription">2052                                                Service d’appels d’urgence 24/72053                                                                                            </div>2054                                        </li>2055                                                                    </ul>2056                            </div>2057                            <div class="mobile-inclusion-section">2058                                <div class="SmallToggles">2059                                    <div class="SmallToggles__item">2060                                        <div class="SmallToggles__header">2061                                            <span id="" class="SmallToggles__title"><h3 class="subTitle">Inclusions</h3></span>2062                                            <div class="SmallToggles__status">2063                                                <span class="Toggles__plus">+</span> <span class="Toggles__moins">-</span>2064                                            </div>2065                                        </div>2066                                        <div class="SmallToggles__content">2067                                            <ul class="Immeuble__specs">2068                                                                                                    <li>2069                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-stationnement-300x300.svg" alt="Stationnement extérieur">2070                                                        <div class="Immeuble__specs-content noDescription">2071                                                            Stationnement extérieur2072                                                                                                                    </div>2073                                                    </li>2074                                                                                                    <li>2075                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-internet-sans-fil-300x300.svg" alt="Internet sans fil illimité">2076                                                        <div class="Immeuble__specs-content noDescription">2077                                                            Internet sans fil illimité2078                                                                                                                    </div>2079                                                    </li>2080                                                                                                    <li>2081                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-rangement-exterieur-300x300.svg" alt="Rangement extérieur">2082                                                        <div class="Immeuble__specs-content noDescription">2083                                                            Rangement extérieur2084                                                                                                                    </div>2085                                                    </li>2086                                                                                                    <li>2087                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-air-climatise-300x300.svg" alt="Air climatisé">2088                                                        <div class="Immeuble__specs-content noDescription">2089                                                            Air climatisé2090                                                                                                                    </div>2091                                                    </li>2092                                                                                                    <li>2093                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-camera-securite-300x300.svg" alt="Caméras de sécurité">2094                                                        <div class="Immeuble__specs-content noDescription">2095                                                            Caméras de sécurité2096                                                                                                                    </div>2097                                                    </li>2098                                                                                                    <li>2099                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-entree-lave-vaisselle-300x300.svg" alt="Entrée lave-vaisselle">2100                                                        <div class="Immeuble__specs-content noDescription">2101                                                            Entrée lave-vaisselle2102                                                                                                                    </div>2103                                                    </li>2104                                                                                                    <li>2105                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-entree-laveuse-secheuse-300x300.svg" alt="Entrées laveuse-sécheuse">2106                                                        <div class="Immeuble__specs-content noDescription">2107                                                            Entrées laveuse-sécheuse2108                                                                                                                    </div>2109                                                    </li>2110                                                                                                    <li>2111                                                        <img src="https://location.groupeevoludev.com/images/frontend/inclusions/icone-services-appels-urgence-300x300.svg" alt="Service d’appels d’urgence 24/7">2112                                                        <div class="Immeuble__specs-content noDescription">2113                                                            Service d’appels d’urgence 24/72114                                                                                                                    </div>2115                                                    </li>2116                                                                                            </ul>2117                                        </div>2118                                    </div>2119                                </div>2120                            </div>2121                        </div>2122                    </div>2123                </div>2124            </div>21252126            <div class="PageSection PageSection--white">2127                <div class="PageSection__wrapper">2128                    <div class="row">2129                        <div class="col-lg-12">2130                            <p class="Title d-inline-block">Unités locatives</p>2131                            <p class="tagDispo disponible">Disponible</p>2132                        </div>2133                        <div class="col-lg-12">2134                                                                                                <p class="minAvailability">2135                                        Disponible dès2136                                        maintenant2137                                    </p>2138                                                                                    </div>2139                                            </div>2140                    <div class="FiftyFifty">2141                        <div class="FiftyFifty__toggles">2142                            <div class="SmallToggles">2143                                                                    <div class="SmallToggles__item SmallToggles__item--active ">2144                                        <div class="SmallToggles__header">2145                                            <span id="1" class="SmallToggles__title">Demi sous-sol </span>2146                                            <div class="SmallToggles__status">2147                                                <span class="Toggles__plus">+</span> <span class="Toggles__moins">-</span>2148                                            </div>2149                                        </div>2150                                        <div class="SmallToggles__content">2151                                                                                        <div class="desktop-apartments-section">2152                                                <table class="table ApartmentTable">2153                                                    <thead>2154                                                    <tr>2155                                                        <th scope="col">Unité</th>2156                                                        <th scope="col">À partir de</th>2157                                                        <th scope="col">Disponibilité</th>2158                                                        <th scope="col">Date</th>2159                                                        <th scope="col"><a class="help" title="Chambre">2160                                                                <svg class="icon icon-icon-chambre">2161                                                                    <use xlink:href="#icon-icon-chambre"></use>2162                                                                </svg>2163                                                            </a></th>2164                                                        <th scope="col"><a class="help" title="Salle de bain">2165                                                                <svg class="icon icon-icon-salle-bain">2166                                                                    <use xlink:href="#icon-icon-salle-bain"></use>2167                                                                </svg>2168                                                            </a></th>2169                                                        <th scope="col"><a class="help" title="Superficie">2170                                                                <svg class="icon icon-icon-superficie">2171                                                                    <use xlink:href="#icon-icon-superficie"></use>2172                                                                </svg>2173                                                            </a></th>2174                                                        <th scope="col"></th>2175                                                    </tr>2176                                                    </thead>2177                                                    <tbody>2178                                                                                                            <tr>2179                                                            <th scope="row">101 | 3 1/2</th>2180                                                            <td>N.D. $ / m</td>2181                                                            <td>2182                                                                                                                                    <span class="Toggles__available ">Louée</span>2183                                                                                                                            </td>2184                                                            <td>2185                                                                                                                                    N.D.2186                                                                                                                            </td>2187                                                            <td>1</td>2188                                                            <td>1</td>2189                                                            <td>714 pi²</td>2190                                                            <td>2191                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4242">2192                                                                    Plan2193                                                                </button>2194                                                            </td>2195                                                        </tr>2196                                                        <!-- Modal apartment plan -->2197                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4242" tabindex="-1" role="dialog" aria-hidden="true">2198                                                            <div class="modal-dialog modal-dialog-centered" role="document">2199                                                                <div class="modal-content">2200                                                                    <div class="modal-header">2201                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2202                                                                            <span aria-hidden="true">&times;</span>2203                                                                        </button>2204                                                                    </div>2205                                                                    <div class="modal-body">2206                                                                        <div class="row">2207                                                                            <div class="col-lg-7 p-0 bg-white">2208                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4242/101.jpg"                                                                                                                                                                             />2209                                                                                                                                                            </div>2210                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2211                                                                                <div class="apartmentModalInfos">2212                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>2213                                                                                    <p class="apartmentModalName">Unité 101 | 3½</p>2214                                                                                    <p class="apartmentModalRooms">2215                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2216                                                                                        <span>1 chambre</span>2217                                                                                    </p>2218                                                                                    <p class="apartmentModalWashrooms">2219                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2220                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2221                                                                                        </svg>2222                                                                                        <span>1 salle de bain</span>2223                                                                                    </p>2224                                                                                    <p class="apartmentModalArea">2225                                                                                        <svg class="icon icon-icon-superficie-bleu">2226                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2227                                                                                        </svg>2228                                                                                        <span>714 pi²</span>2229                                                                                    </p>2230                                                                                                                                                                    </div>2231                                                                            </div>2232                                                                        </div>2233                                                                    </div>2234                                                                </div>2235                                                            </div>2236                                                        </div>2237                                                        <!-- FIN Modal apartment plan -->2238                                                                                                            <tr>2239                                                            <th scope="row">102 | 4 1/2</th>2240                                                            <td>1395 $ / m</td>2241                                                            <td>2242                                                                                                                                    <span class="Toggles__available Toggles__available_disponible">Disponible</span>2243                                                                                                                            </td>2244                                                            <td>2245                                                                                                                                                                                                            <span class="Toggles__available Toggles__available_disponible">septembre 2026</span>2246                                                                                                                                                                                                </td>2247                                                            <td>2</td>2248                                                            <td>1</td>2249                                                            <td>1075 pi²</td>2250                                                            <td>2251                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4243">2252                                                                    Plan2253                                                                </button>2254                                                            </td>2255                                                        </tr>2256                                                        <!-- Modal apartment plan -->2257                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4243" tabindex="-1" role="dialog" aria-hidden="true">2258                                                            <div class="modal-dialog modal-dialog-centered" role="document">2259                                                                <div class="modal-content">2260                                                                    <div class="modal-header">2261                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2262                                                                            <span aria-hidden="true">&times;</span>2263                                                                        </button>2264                                                                    </div>2265                                                                    <div class="modal-body">2266                                                                        <div class="row">2267                                                                            <div class="col-lg-7 p-0 bg-white">2268                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4243/102.jpg"                                                                                                                                                                             />2269                                                                                                                                                            </div>2270                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2271                                                                                <div class="apartmentModalInfos">2272                                                                                    <p class="apartmentModalAvailability">Disponible</p>2273                                                                                    <p class="apartmentModalName">Unité 102 | 4½</p>2274                                                                                    <p class="apartmentModalRooms">2275                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2276                                                                                        <span>2 chambres</span>2277                                                                                    </p>2278                                                                                    <p class="apartmentModalWashrooms">2279                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2280                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2281                                                                                        </svg>2282                                                                                        <span>1 salle de bain</span>2283                                                                                    </p>2284                                                                                    <p class="apartmentModalArea">2285                                                                                        <svg class="icon icon-icon-superficie-bleu">2286                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2287                                                                                        </svg>2288                                                                                        <span>1075 pi²</span>2289                                                                                    </p>2290                                                                                                                                                                            <p class="apartmentModalPrice">1395$ <span>/mois</span></p>2291                                                                                        <button class="apartmentModalButton">Réservez mon unité2292                                                                                            <svg class="icon icon-chevron-right">2293                                                                                                <use xlink:href="#icon-chevron-right"></use>2294                                                                                            </svg>2295                                                                                        </button>2296                                                                                                                                                                    </div>2297                                                                            </div>2298                                                                        </div>2299                                                                    </div>2300                                                                </div>2301                                                            </div>2302                                                        </div>2303                                                        <!-- FIN Modal apartment plan -->2304                                                                                                            <tr>2305                                                            <th scope="row">103 | 5 1/2</th>2306                                                            <td>N.D. $ / m</td>2307                                                            <td>2308                                                                                                                                    <span class="Toggles__available ">Louée</span>2309                                                                                                                            </td>2310                                                            <td>2311                                                                                                                                    N.D.2312                                                                                                                            </td>2313                                                            <td>3</td>2314                                                            <td>1</td>2315                                                            <td>1218 pi²</td>2316                                                            <td>2317                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4244">2318                                                                    Plan2319                                                                </button>2320                                                            </td>2321                                                        </tr>2322                                                        <!-- Modal apartment plan -->2323                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4244" tabindex="-1" role="dialog" aria-hidden="true">2324                                                            <div class="modal-dialog modal-dialog-centered" role="document">2325                                                                <div class="modal-content">2326                                                                    <div class="modal-header">2327                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2328                                                                            <span aria-hidden="true">&times;</span>2329                                                                        </button>2330                                                                    </div>2331                                                                    <div class="modal-body">2332                                                                        <div class="row">2333                                                                            <div class="col-lg-7 p-0 bg-white">2334                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4244/103.jpg"                                                                                                                                                                             />2335                                                                                                                                                            </div>2336                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2337                                                                                <div class="apartmentModalInfos">2338                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>2339                                                                                    <p class="apartmentModalName">Unité 103 | 5½</p>2340                                                                                    <p class="apartmentModalRooms">2341                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2342                                                                                        <span>3 chambres</span>2343                                                                                    </p>2344                                                                                    <p class="apartmentModalWashrooms">2345                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2346                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2347                                                                                        </svg>2348                                                                                        <span>1 salle de bain</span>2349                                                                                    </p>2350                                                                                    <p class="apartmentModalArea">2351                                                                                        <svg class="icon icon-icon-superficie-bleu">2352                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2353                                                                                        </svg>2354                                                                                        <span>1218 pi²</span>2355                                                                                    </p>2356                                                                                                                                                                    </div>2357                                                                            </div>2358                                                                        </div>2359                                                                    </div>2360                                                                </div>2361                                                            </div>2362                                                        </div>2363                                                        <!-- FIN Modal apartment plan -->2364                                                                                                            <tr>2365                                                            <th scope="row">104 | 4 1/2</th>2366                                                            <td>1455 $ / m</td>2367                                                            <td>2368                                                                                                                                    <span class="Toggles__available Toggles__available_disponible">Disponible</span>2369                                                                                                                            </td>2370                                                            <td>2371                                                                                                                                                                                                            <span class="Toggles__available Toggles__available_disponible">Dès maintenant</span>2372                                                                                                                                                                                                </td>2373                                                            <td>2</td>2374                                                            <td>1</td>2375                                                            <td>1029 pi²</td>2376                                                            <td>2377                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4245">2378                                                                    Plan2379                                                                </button>2380                                                            </td>2381                                                        </tr>2382                                                        <!-- Modal apartment plan -->2383                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4245" tabindex="-1" role="dialog" aria-hidden="true">2384                                                            <div class="modal-dialog modal-dialog-centered" role="document">2385                                                                <div class="modal-content">2386                                                                    <div class="modal-header">2387                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2388                                                                            <span aria-hidden="true">&times;</span>2389                                                                        </button>2390                                                                    </div>2391                                                                    <div class="modal-body">2392                                                                        <div class="row">2393                                                                            <div class="col-lg-7 p-0 bg-white">2394                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4245/104.jpg"                                                                                                                                                                             />2395                                                                                                                                                            </div>2396                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2397                                                                                <div class="apartmentModalInfos">2398                                                                                    <p class="apartmentModalAvailability">Disponible</p>2399                                                                                    <p class="apartmentModalName">Unité 104 | 4½</p>2400                                                                                    <p class="apartmentModalRooms">2401                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2402                                                                                        <span>2 chambres</span>2403                                                                                    </p>2404                                                                                    <p class="apartmentModalWashrooms">2405                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2406                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2407                                                                                        </svg>2408                                                                                        <span>1 salle de bain</span>2409                                                                                    </p>2410                                                                                    <p class="apartmentModalArea">2411                                                                                        <svg class="icon icon-icon-superficie-bleu">2412                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2413                                                                                        </svg>2414                                                                                        <span>1029 pi²</span>2415                                                                                    </p>2416                                                                                                                                                                            <p class="apartmentModalPrice">1455$ <span>/mois</span></p>2417                                                                                        <button class="apartmentModalButton">Réservez mon unité2418                                                                                            <svg class="icon icon-chevron-right">2419                                                                                                <use xlink:href="#icon-chevron-right"></use>2420                                                                                            </svg>2421                                                                                        </button>2422                                                                                                                                                                    </div>2423                                                                            </div>2424                                                                        </div>2425                                                                    </div>2426                                                                </div>2427                                                            </div>2428                                                        </div>2429                                                        <!-- FIN Modal apartment plan -->2430                                                                                                            <tr>2431                                                            <th scope="row">105 | 4 1/2</th>2432                                                            <td>N.D. $ / m</td>2433                                                            <td>2434                                                                                                                                    <span class="Toggles__available ">Louée</span>2435                                                                                                                            </td>2436                                                            <td>2437                                                                                                                                    N.D.2438                                                                                                                            </td>2439                                                            <td>2</td>2440                                                            <td>1</td>2441                                                            <td>1055 pi²</td>2442                                                            <td>2443                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4246">2444                                                                    Plan2445                                                                </button>2446                                                            </td>2447                                                        </tr>2448                                                        <!-- Modal apartment plan -->2449                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4246" tabindex="-1" role="dialog" aria-hidden="true">2450                                                            <div class="modal-dialog modal-dialog-centered" role="document">2451                                                                <div class="modal-content">2452                                                                    <div class="modal-header">2453                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2454                                                                            <span aria-hidden="true">&times;</span>2455                                                                        </button>2456                                                                    </div>2457                                                                    <div class="modal-body">2458                                                                        <div class="row">2459                                                                            <div class="col-lg-7 p-0 bg-white">2460                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4246/105.jpg"                                                                                                                                                                             />2461                                                                                                                                                            </div>2462                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2463                                                                                <div class="apartmentModalInfos">2464                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>2465                                                                                    <p class="apartmentModalName">Unité 105 | 4½</p>2466                                                                                    <p class="apartmentModalRooms">2467                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2468                                                                                        <span>2 chambres</span>2469                                                                                    </p>2470                                                                                    <p class="apartmentModalWashrooms">2471                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2472                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2473                                                                                        </svg>2474                                                                                        <span>1 salle de bain</span>2475                                                                                    </p>2476                                                                                    <p class="apartmentModalArea">2477                                                                                        <svg class="icon icon-icon-superficie-bleu">2478                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2479                                                                                        </svg>2480                                                                                        <span>1055 pi²</span>2481                                                                                    </p>2482                                                                                                                                                                    </div>2483                                                                            </div>2484                                                                        </div>2485                                                                    </div>2486                                                                </div>2487                                                            </div>2488                                                        </div>2489                                                        <!-- FIN Modal apartment plan -->2490                                                                                                            <tr>2491                                                            <th scope="row">106 | 4 1/2</th>2492                                                            <td>N.D. $ / m</td>2493                                                            <td>2494                                                                                                                                    <span class="Toggles__available ">Louée</span>2495                                                                                                                            </td>2496                                                            <td>2497                                                                                                                                    N.D.2498                                                                                                                            </td>2499                                                            <td>2</td>2500                                                            <td>1</td>2501                                                            <td>1050 pi²</td>2502                                                            <td>2503                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4247">2504                                                                    Plan2505                                                                </button>2506                                                            </td>2507                                                        </tr>2508                                                        <!-- Modal apartment plan -->2509                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4247" tabindex="-1" role="dialog" aria-hidden="true">2510                                                            <div class="modal-dialog modal-dialog-centered" role="document">2511                                                                <div class="modal-content">2512                                                                    <div class="modal-header">2513                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2514                                                                            <span aria-hidden="true">&times;</span>2515                                                                        </button>2516                                                                    </div>2517                                                                    <div class="modal-body">2518                                                                        <div class="row">2519                                                                            <div class="col-lg-7 p-0 bg-white">2520                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4247/106.jpg"                                                                                                                                                                             />2521                                                                                                                                                            </div>2522                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2523                                                                                <div class="apartmentModalInfos">2524                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>2525                                                                                    <p class="apartmentModalName">Unité 106 | 4½</p>2526                                                                                    <p class="apartmentModalRooms">2527                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2528                                                                                        <span>2 chambres</span>2529                                                                                    </p>2530                                                                                    <p class="apartmentModalWashrooms">2531                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2532                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2533                                                                                        </svg>2534                                                                                        <span>1 salle de bain</span>2535                                                                                    </p>2536                                                                                    <p class="apartmentModalArea">2537                                                                                        <svg class="icon icon-icon-superficie-bleu">2538                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2539                                                                                        </svg>2540                                                                                        <span>1050 pi²</span>2541                                                                                    </p>2542                                                                                                                                                                    </div>2543                                                                            </div>2544                                                                        </div>2545                                                                    </div>2546                                                                </div>2547                                                            </div>2548                                                        </div>2549                                                        <!-- FIN Modal apartment plan -->2550                                                                                                            <tr>2551                                                            <th scope="row">107 | 4 1/2</th>2552                                                            <td>1395 $ / m</td>2553                                                            <td>2554                                                                                                                                    <span class="Toggles__available Toggles__available_disponible">Disponible</span>2555                                                                                                                            </td>2556                                                            <td>2557                                                                                                                                                                                                            <span class="Toggles__available Toggles__available_disponible">Dès maintenant</span>2558                                                                                                                                                                                                </td>2559                                                            <td>2</td>2560                                                            <td>1</td>2561                                                            <td>1064 pi²</td>2562                                                            <td>2563                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4248">2564                                                                    Plan2565                                                                </button>2566                                                            </td>2567                                                        </tr>2568                                                        <!-- Modal apartment plan -->2569                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4248" tabindex="-1" role="dialog" aria-hidden="true">2570                                                            <div class="modal-dialog modal-dialog-centered" role="document">2571                                                                <div class="modal-content">2572                                                                    <div class="modal-header">2573                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2574                                                                            <span aria-hidden="true">&times;</span>2575                                                                        </button>2576                                                                    </div>2577                                                                    <div class="modal-body">2578                                                                        <div class="row">2579                                                                            <div class="col-lg-7 p-0 bg-white">2580                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4248/107.jpg"                                                                                                                                                                             />2581                                                                                                                                                            </div>2582                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2583                                                                                <div class="apartmentModalInfos">2584                                                                                    <p class="apartmentModalAvailability">Disponible</p>2585                                                                                    <p class="apartmentModalName">Unité 107 | 4½</p>2586                                                                                    <p class="apartmentModalRooms">2587                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2588                                                                                        <span>2 chambres</span>2589                                                                                    </p>2590                                                                                    <p class="apartmentModalWashrooms">2591                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2592                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2593                                                                                        </svg>2594                                                                                        <span>1 salle de bain</span>2595                                                                                    </p>2596                                                                                    <p class="apartmentModalArea">2597                                                                                        <svg class="icon icon-icon-superficie-bleu">2598                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2599                                                                                        </svg>2600                                                                                        <span>1064 pi²</span>2601                                                                                    </p>2602                                                                                                                                                                            <p class="apartmentModalPrice">1395$ <span>/mois</span></p>2603                                                                                        <button class="apartmentModalButton">Réservez mon unité2604                                                                                            <svg class="icon icon-chevron-right">2605                                                                                                <use xlink:href="#icon-chevron-right"></use>2606                                                                                            </svg>2607                                                                                        </button>2608                                                                                                                                                                    </div>2609                                                                            </div>2610                                                                        </div>2611                                                                    </div>2612                                                                </div>2613                                                            </div>2614                                                        </div>2615                                                        <!-- FIN Modal apartment plan -->2616                                                                                                        </tbody>2617                                                </table>2618                                            </div>2619                                            <div class="mobile-apartments-section">2620                                                                                                    <div>2621                                                        <p class="area"><b>101 | 3 1/2</b>2622                                                            <span>714 pi²</span></p>2623                                                        <p class="price">À partir de N.D. $ / m</p>2624                                                    </div>2625                                                    <div class="second-row">2626                                                        <p>2627                                                                                                                            <span class="Toggles__available ">Louée</span>2628                                                                                                                    </p>2629                                                        <p>2630                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4242_mobile">2631                                                                Plan2632                                                            </button>2633                                                        </p>2634                                                    </div>2635                                                    <!-- Modal apartment plan MOBILE -->2636                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4242_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">2637                                                        <div class="modal-dialog modal-dialog-centered" role="document">2638                                                            <div class="modal-header">2639                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">2640                                                                    <span aria-hidden="true">&times;</span>2641                                                                </button>2642                                                            </div>2643                                                            <div class="modal-content">2644                                                                <div class="modal-body mobilePlan">2645                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4242/101.jpg" alt="imagePlan_4242_mobile"/>2646                                                                </div>2647                                                            </div>2648                                                        </div>2649                                                    </div>2650                                                    <!-- FIN Modal apartment plan MOBILE -->2651                                                                                                    <div>2652                                                        <p class="area"><b>102 | 4 1/2</b>2653                                                            <span>1075 pi²</span></p>2654                                                        <p class="price">À partir de 1395 $ / m</p>2655                                                    </div>2656                                                    <div class="second-row">2657                                                        <p>2658                                                                                                                            <span class="Toggles__available Toggles__available_disponible">Disponible - septembre 2026</span>2659                                                                                                                    </p>2660                                                        <p>2661                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4243_mobile">2662                                                                Plan2663                                                            </button>2664                                                        </p>2665                                                    </div>2666                                                    <!-- Modal apartment plan MOBILE -->2667                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4243_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">2668                                                        <div class="modal-dialog modal-dialog-centered" role="document">2669                                                            <div class="modal-header">2670                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">2671                                                                    <span aria-hidden="true">&times;</span>2672                                                                </button>2673                                                            </div>2674                                                            <div class="modal-content">2675                                                                <div class="modal-body mobilePlan">2676                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4243/102.jpg" alt="imagePlan_4243_mobile"/>2677                                                                </div>2678                                                            </div>2679                                                        </div>2680                                                    </div>2681                                                    <!-- FIN Modal apartment plan MOBILE -->2682                                                                                                    <div>2683                                                        <p class="area"><b>103 | 5 1/2</b>2684                                                            <span>1218 pi²</span></p>2685                                                        <p class="price">À partir de N.D. $ / m</p>2686                                                    </div>2687                                                    <div class="second-row">2688                                                        <p>2689                                                                                                                            <span class="Toggles__available ">Louée</span>2690                                                                                                                    </p>2691                                                        <p>2692                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4244_mobile">2693                                                                Plan2694                                                            </button>2695                                                        </p>2696                                                    </div>2697                                                    <!-- Modal apartment plan MOBILE -->2698                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4244_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">2699                                                        <div class="modal-dialog modal-dialog-centered" role="document">2700                                                            <div class="modal-header">2701                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">2702                                                                    <span aria-hidden="true">&times;</span>2703                                                                </button>2704                                                            </div>2705                                                            <div class="modal-content">2706                                                                <div class="modal-body mobilePlan">2707                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4244/103.jpg" alt="imagePlan_4244_mobile"/>2708                                                                </div>2709                                                            </div>2710                                                        </div>2711                                                    </div>2712                                                    <!-- FIN Modal apartment plan MOBILE -->2713                                                                                                    <div>2714                                                        <p class="area"><b>104 | 4 1/2</b>2715                                                            <span>1029 pi²</span></p>2716                                                        <p class="price">À partir de 1455 $ / m</p>2717                                                    </div>2718                                                    <div class="second-row">2719                                                        <p>2720                                                                                                                            <span class="Toggles__available Toggles__available_disponible">Disponible - août 2026</span>2721                                                                                                                    </p>2722                                                        <p>2723                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4245_mobile">2724                                                                Plan2725                                                            </button>2726                                                        </p>2727                                                    </div>2728                                                    <!-- Modal apartment plan MOBILE -->2729                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4245_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">2730                                                        <div class="modal-dialog modal-dialog-centered" role="document">2731                                                            <div class="modal-header">2732                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">2733                                                                    <span aria-hidden="true">&times;</span>2734                                                                </button>2735                                                            </div>2736                                                            <div class="modal-content">2737                                                                <div class="modal-body mobilePlan">2738                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4245/104.jpg" alt="imagePlan_4245_mobile"/>2739                                                                </div>2740                                                            </div>2741                                                        </div>2742                                                    </div>2743                                                    <!-- FIN Modal apartment plan MOBILE -->2744                                                                                                    <div>2745                                                        <p class="area"><b>105 | 4 1/2</b>2746                                                            <span>1055 pi²</span></p>2747                                                        <p class="price">À partir de N.D. $ / m</p>2748                                                    </div>2749                                                    <div class="second-row">2750                                                        <p>2751                                                                                                                            <span class="Toggles__available ">Louée</span>2752                                                                                                                    </p>2753                                                        <p>2754                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4246_mobile">2755                                                                Plan2756                                                            </button>2757                                                        </p>2758                                                    </div>2759                                                    <!-- Modal apartment plan MOBILE -->2760                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4246_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">2761                                                        <div class="modal-dialog modal-dialog-centered" role="document">2762                                                            <div class="modal-header">2763                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">2764                                                                    <span aria-hidden="true">&times;</span>2765                                                                </button>2766                                                            </div>2767                                                            <div class="modal-content">2768                                                                <div class="modal-body mobilePlan">2769                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4246/105.jpg" alt="imagePlan_4246_mobile"/>2770                                                                </div>2771                                                            </div>2772                                                        </div>2773                                                    </div>2774                                                    <!-- FIN Modal apartment plan MOBILE -->2775                                                                                                    <div>2776                                                        <p class="area"><b>106 | 4 1/2</b>2777                                                            <span>1050 pi²</span></p>2778                                                        <p class="price">À partir de N.D. $ / m</p>2779                                                    </div>2780                                                    <div class="second-row">2781                                                        <p>2782                                                                                                                            <span class="Toggles__available ">Louée</span>2783                                                                                                                    </p>2784                                                        <p>2785                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4247_mobile">2786                                                                Plan2787                                                            </button>2788                                                        </p>2789                                                    </div>2790                                                    <!-- Modal apartment plan MOBILE -->2791                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4247_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">2792                                                        <div class="modal-dialog modal-dialog-centered" role="document">2793                                                            <div class="modal-header">2794                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">2795                                                                    <span aria-hidden="true">&times;</span>2796                                                                </button>2797                                                            </div>2798                                                            <div class="modal-content">2799                                                                <div class="modal-body mobilePlan">2800                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4247/106.jpg" alt="imagePlan_4247_mobile"/>2801                                                                </div>2802                                                            </div>2803                                                        </div>2804                                                    </div>2805                                                    <!-- FIN Modal apartment plan MOBILE -->2806                                                                                                    <div>2807                                                        <p class="area"><b>107 | 4 1/2</b>2808                                                            <span>1064 pi²</span></p>2809                                                        <p class="price">À partir de 1395 $ / m</p>2810                                                    </div>2811                                                    <div class="second-row">2812                                                        <p>2813                                                                                                                            <span class="Toggles__available Toggles__available_disponible">Disponible - juin 2026</span>2814                                                                                                                    </p>2815                                                        <p>2816                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4248_mobile">2817                                                                Plan2818                                                            </button>2819                                                        </p>2820                                                    </div>2821                                                    <!-- Modal apartment plan MOBILE -->2822                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4248_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">2823                                                        <div class="modal-dialog modal-dialog-centered" role="document">2824                                                            <div class="modal-header">2825                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">2826                                                                    <span aria-hidden="true">&times;</span>2827                                                                </button>2828                                                            </div>2829                                                            <div class="modal-content">2830                                                                <div class="modal-body mobilePlan">2831                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4248/107.jpg" alt="imagePlan_4248_mobile"/>2832                                                                </div>2833                                                            </div>2834                                                        </div>2835                                                    </div>2836                                                    <!-- FIN Modal apartment plan MOBILE -->2837                                                                                            </div>2838                                        </div>2839                                    </div>2840                                                                    <div class="SmallToggles__item  ">2841                                        <div class="SmallToggles__header">2842                                            <span id="2" class="SmallToggles__title">Étage 1 </span>2843                                            <div class="SmallToggles__status">2844                                                <span class="Toggles__plus">+</span> <span class="Toggles__moins">-</span>2845                                            </div>2846                                        </div>2847                                        <div class="SmallToggles__content">2848                                                                                        <div class="desktop-apartments-section">2849                                                <table class="table ApartmentTable">2850                                                    <thead>2851                                                    <tr>2852                                                        <th scope="col">Unité</th>2853                                                        <th scope="col">À partir de</th>2854                                                        <th scope="col">Disponibilité</th>2855                                                        <th scope="col">Date</th>2856                                                        <th scope="col"><a class="help" title="Chambre">2857                                                                <svg class="icon icon-icon-chambre">2858                                                                    <use xlink:href="#icon-icon-chambre"></use>2859                                                                </svg>2860                                                            </a></th>2861                                                        <th scope="col"><a class="help" title="Salle de bain">2862                                                                <svg class="icon icon-icon-salle-bain">2863                                                                    <use xlink:href="#icon-icon-salle-bain"></use>2864                                                                </svg>2865                                                            </a></th>2866                                                        <th scope="col"><a class="help" title="Superficie">2867                                                                <svg class="icon icon-icon-superficie">2868                                                                    <use xlink:href="#icon-icon-superficie"></use>2869                                                                </svg>2870                                                            </a></th>2871                                                        <th scope="col"></th>2872                                                    </tr>2873                                                    </thead>2874                                                    <tbody>2875                                                                                                            <tr>2876                                                            <th scope="row">201 | 3 1/2</th>2877                                                            <td>N.D. $ / m</td>2878                                                            <td>2879                                                                                                                                    <span class="Toggles__available ">Louée</span>2880                                                                                                                            </td>2881                                                            <td>2882                                                                                                                                    N.D.2883                                                                                                                            </td>2884                                                            <td>1</td>2885                                                            <td>1</td>2886                                                            <td>714 pi²</td>2887                                                            <td>2888                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4249">2889                                                                    Plan2890                                                                </button>2891                                                            </td>2892                                                        </tr>2893                                                        <!-- Modal apartment plan -->2894                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4249" tabindex="-1" role="dialog" aria-hidden="true">2895                                                            <div class="modal-dialog modal-dialog-centered" role="document">2896                                                                <div class="modal-content">2897                                                                    <div class="modal-header">2898                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2899                                                                            <span aria-hidden="true">&times;</span>2900                                                                        </button>2901                                                                    </div>2902                                                                    <div class="modal-body">2903                                                                        <div class="row">2904                                                                            <div class="col-lg-7 p-0 bg-white">2905                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4249/201.jpg"                                                                                                                                                                             />2906                                                                                                                                                            </div>2907                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2908                                                                                <div class="apartmentModalInfos">2909                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>2910                                                                                    <p class="apartmentModalName">Unité 201 | 3½</p>2911                                                                                    <p class="apartmentModalRooms">2912                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2913                                                                                        <span>1 chambre</span>2914                                                                                    </p>2915                                                                                    <p class="apartmentModalWashrooms">2916                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2917                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2918                                                                                        </svg>2919                                                                                        <span>1 salle de bain</span>2920                                                                                    </p>2921                                                                                    <p class="apartmentModalArea">2922                                                                                        <svg class="icon icon-icon-superficie-bleu">2923                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2924                                                                                        </svg>2925                                                                                        <span>714 pi²</span>2926                                                                                    </p>2927                                                                                                                                                                    </div>2928                                                                            </div>2929                                                                        </div>2930                                                                    </div>2931                                                                </div>2932                                                            </div>2933                                                        </div>2934                                                        <!-- FIN Modal apartment plan -->2935                                                                                                            <tr>2936                                                            <th scope="row">202 | 5 1/2</th>2937                                                            <td>N.D. $ / m</td>2938                                                            <td>2939                                                                                                                                    <span class="Toggles__available ">Louée</span>2940                                                                                                                            </td>2941                                                            <td>2942                                                                                                                                    N.D.2943                                                                                                                            </td>2944                                                            <td>3</td>2945                                                            <td>1</td>2946                                                            <td>1218 pi²</td>2947                                                            <td>2948                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4250">2949                                                                    Plan2950                                                                </button>2951                                                            </td>2952                                                        </tr>2953                                                        <!-- Modal apartment plan -->2954                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4250" tabindex="-1" role="dialog" aria-hidden="true">2955                                                            <div class="modal-dialog modal-dialog-centered" role="document">2956                                                                <div class="modal-content">2957                                                                    <div class="modal-header">2958                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">2959                                                                            <span aria-hidden="true">&times;</span>2960                                                                        </button>2961                                                                    </div>2962                                                                    <div class="modal-body">2963                                                                        <div class="row">2964                                                                            <div class="col-lg-7 p-0 bg-white">2965                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4250/202.jpg"                                                                                                                                                                             />2966                                                                                                                                                            </div>2967                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">2968                                                                                <div class="apartmentModalInfos">2969                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>2970                                                                                    <p class="apartmentModalName">Unité 202 | 5½</p>2971                                                                                    <p class="apartmentModalRooms">2972                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>2973                                                                                        <span>3 chambres</span>2974                                                                                    </p>2975                                                                                    <p class="apartmentModalWashrooms">2976                                                                                        <svg class="icon icon-icon-salle-bain-bleu">2977                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>2978                                                                                        </svg>2979                                                                                        <span>1 salle de bain</span>2980                                                                                    </p>2981                                                                                    <p class="apartmentModalArea">2982                                                                                        <svg class="icon icon-icon-superficie-bleu">2983                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>2984                                                                                        </svg>2985                                                                                        <span>1218 pi²</span>2986                                                                                    </p>2987                                                                                                                                                                    </div>2988                                                                            </div>2989                                                                        </div>2990                                                                    </div>2991                                                                </div>2992                                                            </div>2993                                                        </div>2994                                                        <!-- FIN Modal apartment plan -->2995                                                                                                            <tr>2996                                                            <th scope="row">203 | 5 1/2</th>2997                                                            <td>N.D. $ / m</td>2998                                                            <td>2999                                                                                                                                    <span class="Toggles__available ">Louée</span>3000                                                                                                                            </td>3001                                                            <td>3002                                                                                                                                    N.D.3003                                                                                                                            </td>3004                                                            <td>3</td>3005                                                            <td>1</td>3006                                                            <td>1218 pi²</td>3007                                                            <td>3008                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4251">3009                                                                    Plan3010                                                                </button>3011                                                            </td>3012                                                        </tr>3013                                                        <!-- Modal apartment plan -->3014                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4251" tabindex="-1" role="dialog" aria-hidden="true">3015                                                            <div class="modal-dialog modal-dialog-centered" role="document">3016                                                                <div class="modal-content">3017                                                                    <div class="modal-header">3018                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3019                                                                            <span aria-hidden="true">&times;</span>3020                                                                        </button>3021                                                                    </div>3022                                                                    <div class="modal-body">3023                                                                        <div class="row">3024                                                                            <div class="col-lg-7 p-0 bg-white">3025                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4251/203.jpg"                                                                                                                                                                             />3026                                                                                                                                                            </div>3027                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3028                                                                                <div class="apartmentModalInfos">3029                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3030                                                                                    <p class="apartmentModalName">Unité 203 | 5½</p>3031                                                                                    <p class="apartmentModalRooms">3032                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3033                                                                                        <span>3 chambres</span>3034                                                                                    </p>3035                                                                                    <p class="apartmentModalWashrooms">3036                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3037                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3038                                                                                        </svg>3039                                                                                        <span>1 salle de bain</span>3040                                                                                    </p>3041                                                                                    <p class="apartmentModalArea">3042                                                                                        <svg class="icon icon-icon-superficie-bleu">3043                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3044                                                                                        </svg>3045                                                                                        <span>1218 pi²</span>3046                                                                                    </p>3047                                                                                                                                                                    </div>3048                                                                            </div>3049                                                                        </div>3050                                                                    </div>3051                                                                </div>3052                                                            </div>3053                                                        </div>3054                                                        <!-- FIN Modal apartment plan -->3055                                                                                                            <tr>3056                                                            <th scope="row">204 | 4 1/2</th>3057                                                            <td>N.D. $ / m</td>3058                                                            <td>3059                                                                                                                                    <span class="Toggles__available ">Louée</span>3060                                                                                                                            </td>3061                                                            <td>3062                                                                                                                                    N.D.3063                                                                                                                            </td>3064                                                            <td>2</td>3065                                                            <td>1</td>3066                                                            <td>1029 pi²</td>3067                                                            <td>3068                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4252">3069                                                                    Plan3070                                                                </button>3071                                                            </td>3072                                                        </tr>3073                                                        <!-- Modal apartment plan -->3074                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4252" tabindex="-1" role="dialog" aria-hidden="true">3075                                                            <div class="modal-dialog modal-dialog-centered" role="document">3076                                                                <div class="modal-content">3077                                                                    <div class="modal-header">3078                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3079                                                                            <span aria-hidden="true">&times;</span>3080                                                                        </button>3081                                                                    </div>3082                                                                    <div class="modal-body">3083                                                                        <div class="row">3084                                                                            <div class="col-lg-7 p-0 bg-white">3085                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4252/204.jpg"                                                                                                                                                                             />3086                                                                                                                                                            </div>3087                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3088                                                                                <div class="apartmentModalInfos">3089                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3090                                                                                    <p class="apartmentModalName">Unité 204 | 4½</p>3091                                                                                    <p class="apartmentModalRooms">3092                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3093                                                                                        <span>2 chambres</span>3094                                                                                    </p>3095                                                                                    <p class="apartmentModalWashrooms">3096                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3097                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3098                                                                                        </svg>3099                                                                                        <span>1 salle de bain</span>3100                                                                                    </p>3101                                                                                    <p class="apartmentModalArea">3102                                                                                        <svg class="icon icon-icon-superficie-bleu">3103                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3104                                                                                        </svg>3105                                                                                        <span>1029 pi²</span>3106                                                                                    </p>3107                                                                                                                                                                    </div>3108                                                                            </div>3109                                                                        </div>3110                                                                    </div>3111                                                                </div>3112                                                            </div>3113                                                        </div>3114                                                        <!-- FIN Modal apartment plan -->3115                                                                                                            <tr>3116                                                            <th scope="row">205 | 4 1/2</th>3117                                                            <td>N.D. $ / m</td>3118                                                            <td>3119                                                                                                                                    <span class="Toggles__available ">Louée</span>3120                                                                                                                            </td>3121                                                            <td>3122                                                                                                                                    N.D.3123                                                                                                                            </td>3124                                                            <td>2</td>3125                                                            <td>1</td>3126                                                            <td>1055 pi²</td>3127                                                            <td>3128                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4253">3129                                                                    Plan3130                                                                </button>3131                                                            </td>3132                                                        </tr>3133                                                        <!-- Modal apartment plan -->3134                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4253" tabindex="-1" role="dialog" aria-hidden="true">3135                                                            <div class="modal-dialog modal-dialog-centered" role="document">3136                                                                <div class="modal-content">3137                                                                    <div class="modal-header">3138                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3139                                                                            <span aria-hidden="true">&times;</span>3140                                                                        </button>3141                                                                    </div>3142                                                                    <div class="modal-body">3143                                                                        <div class="row">3144                                                                            <div class="col-lg-7 p-0 bg-white">3145                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4253/205.jpg"                                                                                                                                                                             />3146                                                                                                                                                            </div>3147                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3148                                                                                <div class="apartmentModalInfos">3149                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3150                                                                                    <p class="apartmentModalName">Unité 205 | 4½</p>3151                                                                                    <p class="apartmentModalRooms">3152                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3153                                                                                        <span>2 chambres</span>3154                                                                                    </p>3155                                                                                    <p class="apartmentModalWashrooms">3156                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3157                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3158                                                                                        </svg>3159                                                                                        <span>1 salle de bain</span>3160                                                                                    </p>3161                                                                                    <p class="apartmentModalArea">3162                                                                                        <svg class="icon icon-icon-superficie-bleu">3163                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3164                                                                                        </svg>3165                                                                                        <span>1055 pi²</span>3166                                                                                    </p>3167                                                                                                                                                                    </div>3168                                                                            </div>3169                                                                        </div>3170                                                                    </div>3171                                                                </div>3172                                                            </div>3173                                                        </div>3174                                                        <!-- FIN Modal apartment plan -->3175                                                                                                            <tr>3176                                                            <th scope="row">206 | 4 1/2</th>3177                                                            <td>N.D. $ / m</td>3178                                                            <td>3179                                                                                                                                    <span class="Toggles__available ">Louée</span>3180                                                                                                                            </td>3181                                                            <td>3182                                                                                                                                    N.D.3183                                                                                                                            </td>3184                                                            <td>2</td>3185                                                            <td>1</td>3186                                                            <td>1050 pi²</td>3187                                                            <td>3188                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4254">3189                                                                    Plan3190                                                                </button>3191                                                            </td>3192                                                        </tr>3193                                                        <!-- Modal apartment plan -->3194                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4254" tabindex="-1" role="dialog" aria-hidden="true">3195                                                            <div class="modal-dialog modal-dialog-centered" role="document">3196                                                                <div class="modal-content">3197                                                                    <div class="modal-header">3198                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3199                                                                            <span aria-hidden="true">&times;</span>3200                                                                        </button>3201                                                                    </div>3202                                                                    <div class="modal-body">3203                                                                        <div class="row">3204                                                                            <div class="col-lg-7 p-0 bg-white">3205                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4254/206.jpg"                                                                                                                                                                             />3206                                                                                                                                                            </div>3207                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3208                                                                                <div class="apartmentModalInfos">3209                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3210                                                                                    <p class="apartmentModalName">Unité 206 | 4½</p>3211                                                                                    <p class="apartmentModalRooms">3212                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3213                                                                                        <span>2 chambres</span>3214                                                                                    </p>3215                                                                                    <p class="apartmentModalWashrooms">3216                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3217                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3218                                                                                        </svg>3219                                                                                        <span>1 salle de bain</span>3220                                                                                    </p>3221                                                                                    <p class="apartmentModalArea">3222                                                                                        <svg class="icon icon-icon-superficie-bleu">3223                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3224                                                                                        </svg>3225                                                                                        <span>1050 pi²</span>3226                                                                                    </p>3227                                                                                                                                                                    </div>3228                                                                            </div>3229                                                                        </div>3230                                                                    </div>3231                                                                </div>3232                                                            </div>3233                                                        </div>3234                                                        <!-- FIN Modal apartment plan -->3235                                                                                                            <tr>3236                                                            <th scope="row">207 | 4 1/2</th>3237                                                            <td>N.D. $ / m</td>3238                                                            <td>3239                                                                                                                                    <span class="Toggles__available ">Louée</span>3240                                                                                                                            </td>3241                                                            <td>3242                                                                                                                                    N.D.3243                                                                                                                            </td>3244                                                            <td>2</td>3245                                                            <td>1</td>3246                                                            <td>1064 pi²</td>3247                                                            <td>3248                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4255">3249                                                                    Plan3250                                                                </button>3251                                                            </td>3252                                                        </tr>3253                                                        <!-- Modal apartment plan -->3254                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4255" tabindex="-1" role="dialog" aria-hidden="true">3255                                                            <div class="modal-dialog modal-dialog-centered" role="document">3256                                                                <div class="modal-content">3257                                                                    <div class="modal-header">3258                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3259                                                                            <span aria-hidden="true">&times;</span>3260                                                                        </button>3261                                                                    </div>3262                                                                    <div class="modal-body">3263                                                                        <div class="row">3264                                                                            <div class="col-lg-7 p-0 bg-white">3265                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4255/207.jpg"                                                                                                                                                                             />3266                                                                                                                                                            </div>3267                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3268                                                                                <div class="apartmentModalInfos">3269                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3270                                                                                    <p class="apartmentModalName">Unité 207 | 4½</p>3271                                                                                    <p class="apartmentModalRooms">3272                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3273                                                                                        <span>2 chambres</span>3274                                                                                    </p>3275                                                                                    <p class="apartmentModalWashrooms">3276                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3277                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3278                                                                                        </svg>3279                                                                                        <span>1 salle de bain</span>3280                                                                                    </p>3281                                                                                    <p class="apartmentModalArea">3282                                                                                        <svg class="icon icon-icon-superficie-bleu">3283                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3284                                                                                        </svg>3285                                                                                        <span>1064 pi²</span>3286                                                                                    </p>3287                                                                                                                                                                    </div>3288                                                                            </div>3289                                                                        </div>3290                                                                    </div>3291                                                                </div>3292                                                            </div>3293                                                        </div>3294                                                        <!-- FIN Modal apartment plan -->3295                                                                                                        </tbody>3296                                                </table>3297                                            </div>3298                                            <div class="mobile-apartments-section">3299                                                                                                    <div>3300                                                        <p class="area"><b>201 | 3 1/2</b>3301                                                            <span>714 pi²</span></p>3302                                                        <p class="price">À partir de N.D. $ / m</p>3303                                                    </div>3304                                                    <div class="second-row">3305                                                        <p>3306                                                                                                                            <span class="Toggles__available ">Louée</span>3307                                                                                                                    </p>3308                                                        <p>3309                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4249_mobile">3310                                                                Plan3311                                                            </button>3312                                                        </p>3313                                                    </div>3314                                                    <!-- Modal apartment plan MOBILE -->3315                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4249_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">3316                                                        <div class="modal-dialog modal-dialog-centered" role="document">3317                                                            <div class="modal-header">3318                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">3319                                                                    <span aria-hidden="true">&times;</span>3320                                                                </button>3321                                                            </div>3322                                                            <div class="modal-content">3323                                                                <div class="modal-body mobilePlan">3324                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4249/201.jpg" alt="imagePlan_4249_mobile"/>3325                                                                </div>3326                                                            </div>3327                                                        </div>3328                                                    </div>3329                                                    <!-- FIN Modal apartment plan MOBILE -->3330                                                                                                    <div>3331                                                        <p class="area"><b>202 | 5 1/2</b>3332                                                            <span>1218 pi²</span></p>3333                                                        <p class="price">À partir de N.D. $ / m</p>3334                                                    </div>3335                                                    <div class="second-row">3336                                                        <p>3337                                                                                                                            <span class="Toggles__available ">Louée</span>3338                                                                                                                    </p>3339                                                        <p>3340                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4250_mobile">3341                                                                Plan3342                                                            </button>3343                                                        </p>3344                                                    </div>3345                                                    <!-- Modal apartment plan MOBILE -->3346                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4250_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">3347                                                        <div class="modal-dialog modal-dialog-centered" role="document">3348                                                            <div class="modal-header">3349                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">3350                                                                    <span aria-hidden="true">&times;</span>3351                                                                </button>3352                                                            </div>3353                                                            <div class="modal-content">3354                                                                <div class="modal-body mobilePlan">3355                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4250/202.jpg" alt="imagePlan_4250_mobile"/>3356                                                                </div>3357                                                            </div>3358                                                        </div>3359                                                    </div>3360                                                    <!-- FIN Modal apartment plan MOBILE -->3361                                                                                                    <div>3362                                                        <p class="area"><b>203 | 5 1/2</b>3363                                                            <span>1218 pi²</span></p>3364                                                        <p class="price">À partir de N.D. $ / m</p>3365                                                    </div>3366                                                    <div class="second-row">3367                                                        <p>3368                                                                                                                            <span class="Toggles__available ">Louée</span>3369                                                                                                                    </p>3370                                                        <p>3371                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4251_mobile">3372                                                                Plan3373                                                            </button>3374                                                        </p>3375                                                    </div>3376                                                    <!-- Modal apartment plan MOBILE -->3377                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4251_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">3378                                                        <div class="modal-dialog modal-dialog-centered" role="document">3379                                                            <div class="modal-header">3380                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">3381                                                                    <span aria-hidden="true">&times;</span>3382                                                                </button>3383                                                            </div>3384                                                            <div class="modal-content">3385                                                                <div class="modal-body mobilePlan">3386                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4251/203.jpg" alt="imagePlan_4251_mobile"/>3387                                                                </div>3388                                                            </div>3389                                                        </div>3390                                                    </div>3391                                                    <!-- FIN Modal apartment plan MOBILE -->3392                                                                                                    <div>3393                                                        <p class="area"><b>204 | 4 1/2</b>3394                                                            <span>1029 pi²</span></p>3395                                                        <p class="price">À partir de N.D. $ / m</p>3396                                                    </div>3397                                                    <div class="second-row">3398                                                        <p>3399                                                                                                                            <span class="Toggles__available ">Louée</span>3400                                                                                                                    </p>3401                                                        <p>3402                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4252_mobile">3403                                                                Plan3404                                                            </button>3405                                                        </p>3406                                                    </div>3407                                                    <!-- Modal apartment plan MOBILE -->3408                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4252_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">3409                                                        <div class="modal-dialog modal-dialog-centered" role="document">3410                                                            <div class="modal-header">3411                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">3412                                                                    <span aria-hidden="true">&times;</span>3413                                                                </button>3414                                                            </div>3415                                                            <div class="modal-content">3416                                                                <div class="modal-body mobilePlan">3417                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4252/204.jpg" alt="imagePlan_4252_mobile"/>3418                                                                </div>3419                                                            </div>3420                                                        </div>3421                                                    </div>3422                                                    <!-- FIN Modal apartment plan MOBILE -->3423                                                                                                    <div>3424                                                        <p class="area"><b>205 | 4 1/2</b>3425                                                            <span>1055 pi²</span></p>3426                                                        <p class="price">À partir de N.D. $ / m</p>3427                                                    </div>3428                                                    <div class="second-row">3429                                                        <p>3430                                                                                                                            <span class="Toggles__available ">Louée</span>3431                                                                                                                    </p>3432                                                        <p>3433                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4253_mobile">3434                                                                Plan3435                                                            </button>3436                                                        </p>3437                                                    </div>3438                                                    <!-- Modal apartment plan MOBILE -->3439                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4253_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">3440                                                        <div class="modal-dialog modal-dialog-centered" role="document">3441                                                            <div class="modal-header">3442                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">3443                                                                    <span aria-hidden="true">&times;</span>3444                                                                </button>3445                                                            </div>3446                                                            <div class="modal-content">3447                                                                <div class="modal-body mobilePlan">3448                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4253/205.jpg" alt="imagePlan_4253_mobile"/>3449                                                                </div>3450                                                            </div>3451                                                        </div>3452                                                    </div>3453                                                    <!-- FIN Modal apartment plan MOBILE -->3454                                                                                                    <div>3455                                                        <p class="area"><b>206 | 4 1/2</b>3456                                                            <span>1050 pi²</span></p>3457                                                        <p class="price">À partir de N.D. $ / m</p>3458                                                    </div>3459                                                    <div class="second-row">3460                                                        <p>3461                                                                                                                            <span class="Toggles__available ">Louée</span>3462                                                                                                                    </p>3463                                                        <p>3464                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4254_mobile">3465                                                                Plan3466                                                            </button>3467                                                        </p>3468                                                    </div>3469                                                    <!-- Modal apartment plan MOBILE -->3470                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4254_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">3471                                                        <div class="modal-dialog modal-dialog-centered" role="document">3472                                                            <div class="modal-header">3473                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">3474                                                                    <span aria-hidden="true">&times;</span>3475                                                                </button>3476                                                            </div>3477                                                            <div class="modal-content">3478                                                                <div class="modal-body mobilePlan">3479                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4254/206.jpg" alt="imagePlan_4254_mobile"/>3480                                                                </div>3481                                                            </div>3482                                                        </div>3483                                                    </div>3484                                                    <!-- FIN Modal apartment plan MOBILE -->3485                                                                                                    <div>3486                                                        <p class="area"><b>207 | 4 1/2</b>3487                                                            <span>1064 pi²</span></p>3488                                                        <p class="price">À partir de N.D. $ / m</p>3489                                                    </div>3490                                                    <div class="second-row">3491                                                        <p>3492                                                                                                                            <span class="Toggles__available ">Louée</span>3493                                                                                                                    </p>3494                                                        <p>3495                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4255_mobile">3496                                                                Plan3497                                                            </button>3498                                                        </p>3499                                                    </div>3500                                                    <!-- Modal apartment plan MOBILE -->3501                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4255_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">3502                                                        <div class="modal-dialog modal-dialog-centered" role="document">3503                                                            <div class="modal-header">3504                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">3505                                                                    <span aria-hidden="true">&times;</span>3506                                                                </button>3507                                                            </div>3508                                                            <div class="modal-content">3509                                                                <div class="modal-body mobilePlan">3510                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4255/207.jpg" alt="imagePlan_4255_mobile"/>3511                                                                </div>3512                                                            </div>3513                                                        </div>3514                                                    </div>3515                                                    <!-- FIN Modal apartment plan MOBILE -->3516                                                                                            </div>3517                                        </div>3518                                    </div>3519                                                                    <div class="SmallToggles__item  ">3520                                        <div class="SmallToggles__header">3521                                            <span id="3" class="SmallToggles__title">Étage 2 </span>3522                                            <div class="SmallToggles__status">3523                                                <span class="Toggles__plus">+</span> <span class="Toggles__moins">-</span>3524                                            </div>3525                                        </div>3526                                        <div class="SmallToggles__content">3527                                                                                        <div class="desktop-apartments-section">3528                                                <table class="table ApartmentTable">3529                                                    <thead>3530                                                    <tr>3531                                                        <th scope="col">Unité</th>3532                                                        <th scope="col">À partir de</th>3533                                                        <th scope="col">Disponibilité</th>3534                                                        <th scope="col">Date</th>3535                                                        <th scope="col"><a class="help" title="Chambre">3536                                                                <svg class="icon icon-icon-chambre">3537                                                                    <use xlink:href="#icon-icon-chambre"></use>3538                                                                </svg>3539                                                            </a></th>3540                                                        <th scope="col"><a class="help" title="Salle de bain">3541                                                                <svg class="icon icon-icon-salle-bain">3542                                                                    <use xlink:href="#icon-icon-salle-bain"></use>3543                                                                </svg>3544                                                            </a></th>3545                                                        <th scope="col"><a class="help" title="Superficie">3546                                                                <svg class="icon icon-icon-superficie">3547                                                                    <use xlink:href="#icon-icon-superficie"></use>3548                                                                </svg>3549                                                            </a></th>3550                                                        <th scope="col"></th>3551                                                    </tr>3552                                                    </thead>3553                                                    <tbody>3554                                                                                                            <tr>3555                                                            <th scope="row">301 | 3 1/2</th>3556                                                            <td>1295 $ / m</td>3557                                                            <td>3558                                                                                                                                    <span class="Toggles__available Toggles__available_disponible">Disponible</span>3559                                                                                                                            </td>3560                                                            <td>3561                                                                                                                                                                                                            <span class="Toggles__available Toggles__available_disponible">septembre 2026</span>3562                                                                                                                                                                                                </td>3563                                                            <td>1</td>3564                                                            <td>1</td>3565                                                            <td>714 pi²</td>3566                                                            <td>3567                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4256">3568                                                                    Plan3569                                                                </button>3570                                                            </td>3571                                                        </tr>3572                                                        <!-- Modal apartment plan -->3573                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4256" tabindex="-1" role="dialog" aria-hidden="true">3574                                                            <div class="modal-dialog modal-dialog-centered" role="document">3575                                                                <div class="modal-content">3576                                                                    <div class="modal-header">3577                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3578                                                                            <span aria-hidden="true">&times;</span>3579                                                                        </button>3580                                                                    </div>3581                                                                    <div class="modal-body">3582                                                                        <div class="row">3583                                                                            <div class="col-lg-7 p-0 bg-white">3584                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4256/301.jpg"                                                                                                                                                                             />3585                                                                                                                                                            </div>3586                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3587                                                                                <div class="apartmentModalInfos">3588                                                                                    <p class="apartmentModalAvailability">Disponible</p>3589                                                                                    <p class="apartmentModalName">Unité 301 | 3½</p>3590                                                                                    <p class="apartmentModalRooms">3591                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3592                                                                                        <span>1 chambre</span>3593                                                                                    </p>3594                                                                                    <p class="apartmentModalWashrooms">3595                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3596                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3597                                                                                        </svg>3598                                                                                        <span>1 salle de bain</span>3599                                                                                    </p>3600                                                                                    <p class="apartmentModalArea">3601                                                                                        <svg class="icon icon-icon-superficie-bleu">3602                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3603                                                                                        </svg>3604                                                                                        <span>714 pi²</span>3605                                                                                    </p>3606                                                                                                                                                                            <p class="apartmentModalPrice">1295$ <span>/mois</span></p>3607                                                                                        <button class="apartmentModalButton">Réservez mon unité3608                                                                                            <svg class="icon icon-chevron-right">3609                                                                                                <use xlink:href="#icon-chevron-right"></use>3610                                                                                            </svg>3611                                                                                        </button>3612                                                                                                                                                                    </div>3613                                                                            </div>3614                                                                        </div>3615                                                                    </div>3616                                                                </div>3617                                                            </div>3618                                                        </div>3619                                                        <!-- FIN Modal apartment plan -->3620                                                                                                            <tr>3621                                                            <th scope="row">302 | 5 1/2</th>3622                                                            <td>N.D. $ / m</td>3623                                                            <td>3624                                                                                                                                    <span class="Toggles__available ">Louée</span>3625                                                                                                                            </td>3626                                                            <td>3627                                                                                                                                    N.D.3628                                                                                                                            </td>3629                                                            <td>3</td>3630                                                            <td>1</td>3631                                                            <td>1218 pi²</td>3632                                                            <td>3633                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4257">3634                                                                    Plan3635                                                                </button>3636                                                            </td>3637                                                        </tr>3638                                                        <!-- Modal apartment plan -->3639                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4257" tabindex="-1" role="dialog" aria-hidden="true">3640                                                            <div class="modal-dialog modal-dialog-centered" role="document">3641                                                                <div class="modal-content">3642                                                                    <div class="modal-header">3643                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3644                                                                            <span aria-hidden="true">&times;</span>3645                                                                        </button>3646                                                                    </div>3647                                                                    <div class="modal-body">3648                                                                        <div class="row">3649                                                                            <div class="col-lg-7 p-0 bg-white">3650                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4257/302.jpg"                                                                                                                                                                             />3651                                                                                                                                                            </div>3652                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3653                                                                                <div class="apartmentModalInfos">3654                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3655                                                                                    <p class="apartmentModalName">Unité 302 | 5½</p>3656                                                                                    <p class="apartmentModalRooms">3657                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3658                                                                                        <span>3 chambres</span>3659                                                                                    </p>3660                                                                                    <p class="apartmentModalWashrooms">3661                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3662                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3663                                                                                        </svg>3664                                                                                        <span>1 salle de bain</span>3665                                                                                    </p>3666                                                                                    <p class="apartmentModalArea">3667                                                                                        <svg class="icon icon-icon-superficie-bleu">3668                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3669                                                                                        </svg>3670                                                                                        <span>1218 pi²</span>3671                                                                                    </p>3672                                                                                                                                                                    </div>3673                                                                            </div>3674                                                                        </div>3675                                                                    </div>3676                                                                </div>3677                                                            </div>3678                                                        </div>3679                                                        <!-- FIN Modal apartment plan -->3680                                                                                                            <tr>3681                                                            <th scope="row">303 | 5 1/2</th>3682                                                            <td>N.D. $ / m</td>3683                                                            <td>3684                                                                                                                                    <span class="Toggles__available ">Louée</span>3685                                                                                                                            </td>3686                                                            <td>3687                                                                                                                                    N.D.3688                                                                                                                            </td>3689                                                            <td>2</td>3690                                                            <td>1</td>3691                                                            <td>1218 pi²</td>3692                                                            <td>3693                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4258">3694                                                                    Plan3695                                                                </button>3696                                                            </td>3697                                                        </tr>3698                                                        <!-- Modal apartment plan -->3699                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4258" tabindex="-1" role="dialog" aria-hidden="true">3700                                                            <div class="modal-dialog modal-dialog-centered" role="document">3701                                                                <div class="modal-content">3702                                                                    <div class="modal-header">3703                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3704                                                                            <span aria-hidden="true">&times;</span>3705                                                                        </button>3706                                                                    </div>3707                                                                    <div class="modal-body">3708                                                                        <div class="row">3709                                                                            <div class="col-lg-7 p-0 bg-white">3710                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4258/303.jpg"                                                                                                                                                                             />3711                                                                                                                                                            </div>3712                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3713                                                                                <div class="apartmentModalInfos">3714                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3715                                                                                    <p class="apartmentModalName">Unité 303 | 5½</p>3716                                                                                    <p class="apartmentModalRooms">3717                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3718                                                                                        <span>2 chambres</span>3719                                                                                    </p>3720                                                                                    <p class="apartmentModalWashrooms">3721                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3722                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3723                                                                                        </svg>3724                                                                                        <span>1 salle de bain</span>3725                                                                                    </p>3726                                                                                    <p class="apartmentModalArea">3727                                                                                        <svg class="icon icon-icon-superficie-bleu">3728                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3729                                                                                        </svg>3730                                                                                        <span>1218 pi²</span>3731                                                                                    </p>3732                                                                                                                                                                    </div>3733                                                                            </div>3734                                                                        </div>3735                                                                    </div>3736                                                                </div>3737                                                            </div>3738                                                        </div>3739                                                        <!-- FIN Modal apartment plan -->3740                                                                                                            <tr>3741                                                            <th scope="row">304 | 4 1/2</th>3742                                                            <td>N.D. $ / m</td>3743                                                            <td>3744                                                                                                                                    <span class="Toggles__available ">Louée</span>3745                                                                                                                            </td>3746                                                            <td>3747                                                                                                                                    N.D.3748                                                                                                                            </td>3749                                                            <td>2</td>3750                                                            <td>1</td>3751                                                            <td>1029 pi²</td>3752                                                            <td>3753                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4259">3754                                                                    Plan3755                                                                </button>3756                                                            </td>3757                                                        </tr>3758                                                        <!-- Modal apartment plan -->3759                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4259" tabindex="-1" role="dialog" aria-hidden="true">3760                                                            <div class="modal-dialog modal-dialog-centered" role="document">3761                                                                <div class="modal-content">3762                                                                    <div class="modal-header">3763                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3764                                                                            <span aria-hidden="true">&times;</span>3765                                                                        </button>3766                                                                    </div>3767                                                                    <div class="modal-body">3768                                                                        <div class="row">3769                                                                            <div class="col-lg-7 p-0 bg-white">3770                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4259/304.jpg"                                                                                                                                                                             />3771                                                                                                                                                            </div>3772                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3773                                                                                <div class="apartmentModalInfos">3774                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3775                                                                                    <p class="apartmentModalName">Unité 304 | 4½</p>3776                                                                                    <p class="apartmentModalRooms">3777                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3778                                                                                        <span>2 chambres</span>3779                                                                                    </p>3780                                                                                    <p class="apartmentModalWashrooms">3781                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3782                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3783                                                                                        </svg>3784                                                                                        <span>1 salle de bain</span>3785                                                                                    </p>3786                                                                                    <p class="apartmentModalArea">3787                                                                                        <svg class="icon icon-icon-superficie-bleu">3788                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3789                                                                                        </svg>3790                                                                                        <span>1029 pi²</span>3791                                                                                    </p>3792                                                                                                                                                                    </div>3793                                                                            </div>3794                                                                        </div>3795                                                                    </div>3796                                                                </div>3797                                                            </div>3798                                                        </div>3799                                                        <!-- FIN Modal apartment plan -->3800                                                                                                            <tr>3801                                                            <th scope="row">305 | 4 1/2</th>3802                                                            <td>N.D. $ / m</td>3803                                                            <td>3804                                                                                                                                    <span class="Toggles__available ">Louée</span>3805                                                                                                                            </td>3806                                                            <td>3807                                                                                                                                    N.D.3808                                                                                                                            </td>3809                                                            <td>2</td>3810                                                            <td>1</td>3811                                                            <td>1055 pi²</td>3812                                                            <td>3813                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4260">3814                                                                    Plan3815                                                                </button>3816                                                            </td>3817                                                        </tr>3818                                                        <!-- Modal apartment plan -->3819                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4260" tabindex="-1" role="dialog" aria-hidden="true">3820                                                            <div class="modal-dialog modal-dialog-centered" role="document">3821                                                                <div class="modal-content">3822                                                                    <div class="modal-header">3823                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3824                                                                            <span aria-hidden="true">&times;</span>3825                                                                        </button>3826                                                                    </div>3827                                                                    <div class="modal-body">3828                                                                        <div class="row">3829                                                                            <div class="col-lg-7 p-0 bg-white">3830                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4260/305.jpg"                                                                                                                                                                             />3831                                                                                                                                                            </div>3832                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3833                                                                                <div class="apartmentModalInfos">3834                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3835                                                                                    <p class="apartmentModalName">Unité 305 | 4½</p>3836                                                                                    <p class="apartmentModalRooms">3837                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3838                                                                                        <span>2 chambres</span>3839                                                                                    </p>3840                                                                                    <p class="apartmentModalWashrooms">3841                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3842                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3843                                                                                        </svg>3844                                                                                        <span>1 salle de bain</span>3845                                                                                    </p>3846                                                                                    <p class="apartmentModalArea">3847                                                                                        <svg class="icon icon-icon-superficie-bleu">3848                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3849                                                                                        </svg>3850                                                                                        <span>1055 pi²</span>3851                                                                                    </p>3852                                                                                                                                                                    </div>3853                                                                            </div>3854                                                                        </div>3855                                                                    </div>3856                                                                </div>3857                                                            </div>3858                                                        </div>3859                                                        <!-- FIN Modal apartment plan -->3860                                                                                                            <tr>3861                                                            <th scope="row">306 | 4 1/2</th>3862                                                            <td>N.D. $ / m</td>3863                                                            <td>3864                                                                                                                                    <span class="Toggles__available ">Louée</span>3865                                                                                                                            </td>3866                                                            <td>3867                                                                                                                                    N.D.3868                                                                                                                            </td>3869                                                            <td>2</td>3870                                                            <td>1</td>3871                                                            <td>1050 pi²</td>3872                                                            <td>3873                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4261">3874                                                                    Plan3875                                                                </button>3876                                                            </td>3877                                                        </tr>3878                                                        <!-- Modal apartment plan -->3879                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4261" tabindex="-1" role="dialog" aria-hidden="true">3880                                                            <div class="modal-dialog modal-dialog-centered" role="document">3881                                                                <div class="modal-content">3882                                                                    <div class="modal-header">3883                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3884                                                                            <span aria-hidden="true">&times;</span>3885                                                                        </button>3886                                                                    </div>3887                                                                    <div class="modal-body">3888                                                                        <div class="row">3889                                                                            <div class="col-lg-7 p-0 bg-white">3890                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4261/306.jpg"                                                                                                                                                                             />3891                                                                                                                                                            </div>3892                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3893                                                                                <div class="apartmentModalInfos">3894                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3895                                                                                    <p class="apartmentModalName">Unité 306 | 4½</p>3896                                                                                    <p class="apartmentModalRooms">3897                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3898                                                                                        <span>2 chambres</span>3899                                                                                    </p>3900                                                                                    <p class="apartmentModalWashrooms">3901                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3902                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3903                                                                                        </svg>3904                                                                                        <span>1 salle de bain</span>3905                                                                                    </p>3906                                                                                    <p class="apartmentModalArea">3907                                                                                        <svg class="icon icon-icon-superficie-bleu">3908                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3909                                                                                        </svg>3910                                                                                        <span>1050 pi²</span>3911                                                                                    </p>3912                                                                                                                                                                    </div>3913                                                                            </div>3914                                                                        </div>3915                                                                    </div>3916                                                                </div>3917                                                            </div>3918                                                        </div>3919                                                        <!-- FIN Modal apartment plan -->3920                                                                                                            <tr>3921                                                            <th scope="row">307 | 4 1/2</th>3922                                                            <td>N.D. $ / m</td>3923                                                            <td>3924                                                                                                                                    <span class="Toggles__available ">Louée</span>3925                                                                                                                            </td>3926                                                            <td>3927                                                                                                                                    N.D.3928                                                                                                                            </td>3929                                                            <td>2</td>3930                                                            <td>1</td>3931                                                            <td>1064 pi²</td>3932                                                            <td>3933                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4262">3934                                                                    Plan3935                                                                </button>3936                                                            </td>3937                                                        </tr>3938                                                        <!-- Modal apartment plan -->3939                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4262" tabindex="-1" role="dialog" aria-hidden="true">3940                                                            <div class="modal-dialog modal-dialog-centered" role="document">3941                                                                <div class="modal-content">3942                                                                    <div class="modal-header">3943                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">3944                                                                            <span aria-hidden="true">&times;</span>3945                                                                        </button>3946                                                                    </div>3947                                                                    <div class="modal-body">3948                                                                        <div class="row">3949                                                                            <div class="col-lg-7 p-0 bg-white">3950                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4262/307.jpg"                                                                                                                                                                             />3951                                                                                                                                                            </div>3952                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">3953                                                                                <div class="apartmentModalInfos">3954                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>3955                                                                                    <p class="apartmentModalName">Unité 307 | 4½</p>3956                                                                                    <p class="apartmentModalRooms">3957                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>3958                                                                                        <span>2 chambres</span>3959                                                                                    </p>3960                                                                                    <p class="apartmentModalWashrooms">3961                                                                                        <svg class="icon icon-icon-salle-bain-bleu">3962                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>3963                                                                                        </svg>3964                                                                                        <span>1 salle de bain</span>3965                                                                                    </p>3966                                                                                    <p class="apartmentModalArea">3967                                                                                        <svg class="icon icon-icon-superficie-bleu">3968                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>3969                                                                                        </svg>3970                                                                                        <span>1064 pi²</span>3971                                                                                    </p>3972                                                                                                                                                                    </div>3973                                                                            </div>3974                                                                        </div>3975                                                                    </div>3976                                                                </div>3977                                                            </div>3978                                                        </div>3979                                                        <!-- FIN Modal apartment plan -->3980                                                                                                        </tbody>3981                                                </table>3982                                            </div>3983                                            <div class="mobile-apartments-section">3984                                                                                                    <div>3985                                                        <p class="area"><b>301 | 3 1/2</b>3986                                                            <span>714 pi²</span></p>3987                                                        <p class="price">À partir de 1295 $ / m</p>3988                                                    </div>3989                                                    <div class="second-row">3990                                                        <p>3991                                                                                                                            <span class="Toggles__available Toggles__available_disponible">Disponible - septembre 2026</span>3992                                                                                                                    </p>3993                                                        <p>3994                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4256_mobile">3995                                                                Plan3996                                                            </button>3997                                                        </p>3998                                                    </div>3999                                                    <!-- Modal apartment plan MOBILE -->4000                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4256_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4001                                                        <div class="modal-dialog modal-dialog-centered" role="document">4002                                                            <div class="modal-header">4003                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4004                                                                    <span aria-hidden="true">&times;</span>4005                                                                </button>4006                                                            </div>4007                                                            <div class="modal-content">4008                                                                <div class="modal-body mobilePlan">4009                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4256/301.jpg" alt="imagePlan_4256_mobile"/>4010                                                                </div>4011                                                            </div>4012                                                        </div>4013                                                    </div>4014                                                    <!-- FIN Modal apartment plan MOBILE -->4015                                                                                                    <div>4016                                                        <p class="area"><b>302 | 5 1/2</b>4017                                                            <span>1218 pi²</span></p>4018                                                        <p class="price">À partir de N.D. $ / m</p>4019                                                    </div>4020                                                    <div class="second-row">4021                                                        <p>4022                                                                                                                            <span class="Toggles__available ">Louée</span>4023                                                                                                                    </p>4024                                                        <p>4025                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4257_mobile">4026                                                                Plan4027                                                            </button>4028                                                        </p>4029                                                    </div>4030                                                    <!-- Modal apartment plan MOBILE -->4031                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4257_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4032                                                        <div class="modal-dialog modal-dialog-centered" role="document">4033                                                            <div class="modal-header">4034                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4035                                                                    <span aria-hidden="true">&times;</span>4036                                                                </button>4037                                                            </div>4038                                                            <div class="modal-content">4039                                                                <div class="modal-body mobilePlan">4040                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4257/302.jpg" alt="imagePlan_4257_mobile"/>4041                                                                </div>4042                                                            </div>4043                                                        </div>4044                                                    </div>4045                                                    <!-- FIN Modal apartment plan MOBILE -->4046                                                                                                    <div>4047                                                        <p class="area"><b>303 | 5 1/2</b>4048                                                            <span>1218 pi²</span></p>4049                                                        <p class="price">À partir de N.D. $ / m</p>4050                                                    </div>4051                                                    <div class="second-row">4052                                                        <p>4053                                                                                                                            <span class="Toggles__available ">Louée</span>4054                                                                                                                    </p>4055                                                        <p>4056                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4258_mobile">4057                                                                Plan4058                                                            </button>4059                                                        </p>4060                                                    </div>4061                                                    <!-- Modal apartment plan MOBILE -->4062                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4258_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4063                                                        <div class="modal-dialog modal-dialog-centered" role="document">4064                                                            <div class="modal-header">4065                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4066                                                                    <span aria-hidden="true">&times;</span>4067                                                                </button>4068                                                            </div>4069                                                            <div class="modal-content">4070                                                                <div class="modal-body mobilePlan">4071                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4258/303.jpg" alt="imagePlan_4258_mobile"/>4072                                                                </div>4073                                                            </div>4074                                                        </div>4075                                                    </div>4076                                                    <!-- FIN Modal apartment plan MOBILE -->4077                                                                                                    <div>4078                                                        <p class="area"><b>304 | 4 1/2</b>4079                                                            <span>1029 pi²</span></p>4080                                                        <p class="price">À partir de N.D. $ / m</p>4081                                                    </div>4082                                                    <div class="second-row">4083                                                        <p>4084                                                                                                                            <span class="Toggles__available ">Louée</span>4085                                                                                                                    </p>4086                                                        <p>4087                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4259_mobile">4088                                                                Plan4089                                                            </button>4090                                                        </p>4091                                                    </div>4092                                                    <!-- Modal apartment plan MOBILE -->4093                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4259_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4094                                                        <div class="modal-dialog modal-dialog-centered" role="document">4095                                                            <div class="modal-header">4096                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4097                                                                    <span aria-hidden="true">&times;</span>4098                                                                </button>4099                                                            </div>4100                                                            <div class="modal-content">4101                                                                <div class="modal-body mobilePlan">4102                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4259/304.jpg" alt="imagePlan_4259_mobile"/>4103                                                                </div>4104                                                            </div>4105                                                        </div>4106                                                    </div>4107                                                    <!-- FIN Modal apartment plan MOBILE -->4108                                                                                                    <div>4109                                                        <p class="area"><b>305 | 4 1/2</b>4110                                                            <span>1055 pi²</span></p>4111                                                        <p class="price">À partir de N.D. $ / m</p>4112                                                    </div>4113                                                    <div class="second-row">4114                                                        <p>4115                                                                                                                            <span class="Toggles__available ">Louée</span>4116                                                                                                                    </p>4117                                                        <p>4118                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4260_mobile">4119                                                                Plan4120                                                            </button>4121                                                        </p>4122                                                    </div>4123                                                    <!-- Modal apartment plan MOBILE -->4124                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4260_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4125                                                        <div class="modal-dialog modal-dialog-centered" role="document">4126                                                            <div class="modal-header">4127                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4128                                                                    <span aria-hidden="true">&times;</span>4129                                                                </button>4130                                                            </div>4131                                                            <div class="modal-content">4132                                                                <div class="modal-body mobilePlan">4133                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4260/305.jpg" alt="imagePlan_4260_mobile"/>4134                                                                </div>4135                                                            </div>4136                                                        </div>4137                                                    </div>4138                                                    <!-- FIN Modal apartment plan MOBILE -->4139                                                                                                    <div>4140                                                        <p class="area"><b>306 | 4 1/2</b>4141                                                            <span>1050 pi²</span></p>4142                                                        <p class="price">À partir de N.D. $ / m</p>4143                                                    </div>4144                                                    <div class="second-row">4145                                                        <p>4146                                                                                                                            <span class="Toggles__available ">Louée</span>4147                                                                                                                    </p>4148                                                        <p>4149                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4261_mobile">4150                                                                Plan4151                                                            </button>4152                                                        </p>4153                                                    </div>4154                                                    <!-- Modal apartment plan MOBILE -->4155                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4261_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4156                                                        <div class="modal-dialog modal-dialog-centered" role="document">4157                                                            <div class="modal-header">4158                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4159                                                                    <span aria-hidden="true">&times;</span>4160                                                                </button>4161                                                            </div>4162                                                            <div class="modal-content">4163                                                                <div class="modal-body mobilePlan">4164                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4261/306.jpg" alt="imagePlan_4261_mobile"/>4165                                                                </div>4166                                                            </div>4167                                                        </div>4168                                                    </div>4169                                                    <!-- FIN Modal apartment plan MOBILE -->4170                                                                                                    <div>4171                                                        <p class="area"><b>307 | 4 1/2</b>4172                                                            <span>1064 pi²</span></p>4173                                                        <p class="price">À partir de N.D. $ / m</p>4174                                                    </div>4175                                                    <div class="second-row">4176                                                        <p>4177                                                                                                                            <span class="Toggles__available ">Louée</span>4178                                                                                                                    </p>4179                                                        <p>4180                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4262_mobile">4181                                                                Plan4182                                                            </button>4183                                                        </p>4184                                                    </div>4185                                                    <!-- Modal apartment plan MOBILE -->4186                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4262_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4187                                                        <div class="modal-dialog modal-dialog-centered" role="document">4188                                                            <div class="modal-header">4189                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4190                                                                    <span aria-hidden="true">&times;</span>4191                                                                </button>4192                                                            </div>4193                                                            <div class="modal-content">4194                                                                <div class="modal-body mobilePlan">4195                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4262/307.jpg" alt="imagePlan_4262_mobile"/>4196                                                                </div>4197                                                            </div>4198                                                        </div>4199                                                    </div>4200                                                    <!-- FIN Modal apartment plan MOBILE -->4201                                                                                            </div>4202                                        </div>4203                                    </div>4204                                                                    <div class="SmallToggles__item  ">4205                                        <div class="SmallToggles__header">4206                                            <span id="4" class="SmallToggles__title">Étage 3 </span>4207                                            <div class="SmallToggles__status">4208                                                <span class="Toggles__plus">+</span> <span class="Toggles__moins">-</span>4209                                            </div>4210                                        </div>4211                                        <div class="SmallToggles__content">4212                                                                                        <div class="desktop-apartments-section">4213                                                <table class="table ApartmentTable">4214                                                    <thead>4215                                                    <tr>4216                                                        <th scope="col">Unité</th>4217                                                        <th scope="col">À partir de</th>4218                                                        <th scope="col">Disponibilité</th>4219                                                        <th scope="col">Date</th>4220                                                        <th scope="col"><a class="help" title="Chambre">4221                                                                <svg class="icon icon-icon-chambre">4222                                                                    <use xlink:href="#icon-icon-chambre"></use>4223                                                                </svg>4224                                                            </a></th>4225                                                        <th scope="col"><a class="help" title="Salle de bain">4226                                                                <svg class="icon icon-icon-salle-bain">4227                                                                    <use xlink:href="#icon-icon-salle-bain"></use>4228                                                                </svg>4229                                                            </a></th>4230                                                        <th scope="col"><a class="help" title="Superficie">4231                                                                <svg class="icon icon-icon-superficie">4232                                                                    <use xlink:href="#icon-icon-superficie"></use>4233                                                                </svg>4234                                                            </a></th>4235                                                        <th scope="col"></th>4236                                                    </tr>4237                                                    </thead>4238                                                    <tbody>4239                                                                                                            <tr>4240                                                            <th scope="row">401 | 3 1/2</th>4241                                                            <td>N.D. $ / m</td>4242                                                            <td>4243                                                                                                                                    <span class="Toggles__available ">Louée</span>4244                                                                                                                            </td>4245                                                            <td>4246                                                                                                                                    N.D.4247                                                                                                                            </td>4248                                                            <td>1</td>4249                                                            <td>1</td>4250                                                            <td>714 pi²</td>4251                                                            <td>4252                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4263">4253                                                                    Plan4254                                                                </button>4255                                                            </td>4256                                                        </tr>4257                                                        <!-- Modal apartment plan -->4258                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4263" tabindex="-1" role="dialog" aria-hidden="true">4259                                                            <div class="modal-dialog modal-dialog-centered" role="document">4260                                                                <div class="modal-content">4261                                                                    <div class="modal-header">4262                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4263                                                                            <span aria-hidden="true">&times;</span>4264                                                                        </button>4265                                                                    </div>4266                                                                    <div class="modal-body">4267                                                                        <div class="row">4268                                                                            <div class="col-lg-7 p-0 bg-white">4269                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4263/401.jpg"                                                                                                                                                                             />4270                                                                                                                                                            </div>4271                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">4272                                                                                <div class="apartmentModalInfos">4273                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>4274                                                                                    <p class="apartmentModalName">Unité 401 | 3½</p>4275                                                                                    <p class="apartmentModalRooms">4276                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>4277                                                                                        <span>1 chambre</span>4278                                                                                    </p>4279                                                                                    <p class="apartmentModalWashrooms">4280                                                                                        <svg class="icon icon-icon-salle-bain-bleu">4281                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>4282                                                                                        </svg>4283                                                                                        <span>1 salle de bain</span>4284                                                                                    </p>4285                                                                                    <p class="apartmentModalArea">4286                                                                                        <svg class="icon icon-icon-superficie-bleu">4287                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>4288                                                                                        </svg>4289                                                                                        <span>714 pi²</span>4290                                                                                    </p>4291                                                                                                                                                                    </div>4292                                                                            </div>4293                                                                        </div>4294                                                                    </div>4295                                                                </div>4296                                                            </div>4297                                                        </div>4298                                                        <!-- FIN Modal apartment plan -->4299                                                                                                            <tr>4300                                                            <th scope="row">402 | 5 1/2</th>4301                                                            <td>N.D. $ / m</td>4302                                                            <td>4303                                                                                                                                    <span class="Toggles__available ">Louée</span>4304                                                                                                                            </td>4305                                                            <td>4306                                                                                                                                    N.D.4307                                                                                                                            </td>4308                                                            <td>3</td>4309                                                            <td>1</td>4310                                                            <td>1218 pi²</td>4311                                                            <td>4312                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4264">4313                                                                    Plan4314                                                                </button>4315                                                            </td>4316                                                        </tr>4317                                                        <!-- Modal apartment plan -->4318                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4264" tabindex="-1" role="dialog" aria-hidden="true">4319                                                            <div class="modal-dialog modal-dialog-centered" role="document">4320                                                                <div class="modal-content">4321                                                                    <div class="modal-header">4322                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4323                                                                            <span aria-hidden="true">&times;</span>4324                                                                        </button>4325                                                                    </div>4326                                                                    <div class="modal-body">4327                                                                        <div class="row">4328                                                                            <div class="col-lg-7 p-0 bg-white">4329                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4264/402.jpg"                                                                                                                                                                             />4330                                                                                                                                                            </div>4331                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">4332                                                                                <div class="apartmentModalInfos">4333                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>4334                                                                                    <p class="apartmentModalName">Unité 402 | 5½</p>4335                                                                                    <p class="apartmentModalRooms">4336                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>4337                                                                                        <span>3 chambres</span>4338                                                                                    </p>4339                                                                                    <p class="apartmentModalWashrooms">4340                                                                                        <svg class="icon icon-icon-salle-bain-bleu">4341                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>4342                                                                                        </svg>4343                                                                                        <span>1 salle de bain</span>4344                                                                                    </p>4345                                                                                    <p class="apartmentModalArea">4346                                                                                        <svg class="icon icon-icon-superficie-bleu">4347                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>4348                                                                                        </svg>4349                                                                                        <span>1218 pi²</span>4350                                                                                    </p>4351                                                                                                                                                                    </div>4352                                                                            </div>4353                                                                        </div>4354                                                                    </div>4355                                                                </div>4356                                                            </div>4357                                                        </div>4358                                                        <!-- FIN Modal apartment plan -->4359                                                                                                            <tr>4360                                                            <th scope="row">403 | 5 1/2</th>4361                                                            <td>N.D. $ / m</td>4362                                                            <td>4363                                                                                                                                    <span class="Toggles__available ">Louée</span>4364                                                                                                                            </td>4365                                                            <td>4366                                                                                                                                    N.D.4367                                                                                                                            </td>4368                                                            <td>3</td>4369                                                            <td>1</td>4370                                                            <td>1218 pi²</td>4371                                                            <td>4372                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4265">4373                                                                    Plan4374                                                                </button>4375                                                            </td>4376                                                        </tr>4377                                                        <!-- Modal apartment plan -->4378                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4265" tabindex="-1" role="dialog" aria-hidden="true">4379                                                            <div class="modal-dialog modal-dialog-centered" role="document">4380                                                                <div class="modal-content">4381                                                                    <div class="modal-header">4382                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4383                                                                            <span aria-hidden="true">&times;</span>4384                                                                        </button>4385                                                                    </div>4386                                                                    <div class="modal-body">4387                                                                        <div class="row">4388                                                                            <div class="col-lg-7 p-0 bg-white">4389                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4265/403.jpg"                                                                                                                                                                             />4390                                                                                                                                                            </div>4391                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">4392                                                                                <div class="apartmentModalInfos">4393                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>4394                                                                                    <p class="apartmentModalName">Unité 403 | 5½</p>4395                                                                                    <p class="apartmentModalRooms">4396                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>4397                                                                                        <span>3 chambres</span>4398                                                                                    </p>4399                                                                                    <p class="apartmentModalWashrooms">4400                                                                                        <svg class="icon icon-icon-salle-bain-bleu">4401                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>4402                                                                                        </svg>4403                                                                                        <span>1 salle de bain</span>4404                                                                                    </p>4405                                                                                    <p class="apartmentModalArea">4406                                                                                        <svg class="icon icon-icon-superficie-bleu">4407                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>4408                                                                                        </svg>4409                                                                                        <span>1218 pi²</span>4410                                                                                    </p>4411                                                                                                                                                                    </div>4412                                                                            </div>4413                                                                        </div>4414                                                                    </div>4415                                                                </div>4416                                                            </div>4417                                                        </div>4418                                                        <!-- FIN Modal apartment plan -->4419                                                                                                            <tr>4420                                                            <th scope="row">404 | 4 1/2</th>4421                                                            <td>N.D. $ / m</td>4422                                                            <td>4423                                                                                                                                    <span class="Toggles__available ">Louée</span>4424                                                                                                                            </td>4425                                                            <td>4426                                                                                                                                    N.D.4427                                                                                                                            </td>4428                                                            <td>2</td>4429                                                            <td>1</td>4430                                                            <td>1029 pi²</td>4431                                                            <td>4432                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4266">4433                                                                    Plan4434                                                                </button>4435                                                            </td>4436                                                        </tr>4437                                                        <!-- Modal apartment plan -->4438                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4266" tabindex="-1" role="dialog" aria-hidden="true">4439                                                            <div class="modal-dialog modal-dialog-centered" role="document">4440                                                                <div class="modal-content">4441                                                                    <div class="modal-header">4442                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4443                                                                            <span aria-hidden="true">&times;</span>4444                                                                        </button>4445                                                                    </div>4446                                                                    <div class="modal-body">4447                                                                        <div class="row">4448                                                                            <div class="col-lg-7 p-0 bg-white">4449                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4266/404.jpg"                                                                                                                                                                             />4450                                                                                                                                                            </div>4451                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">4452                                                                                <div class="apartmentModalInfos">4453                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>4454                                                                                    <p class="apartmentModalName">Unité 404 | 4½</p>4455                                                                                    <p class="apartmentModalRooms">4456                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>4457                                                                                        <span>2 chambres</span>4458                                                                                    </p>4459                                                                                    <p class="apartmentModalWashrooms">4460                                                                                        <svg class="icon icon-icon-salle-bain-bleu">4461                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>4462                                                                                        </svg>4463                                                                                        <span>1 salle de bain</span>4464                                                                                    </p>4465                                                                                    <p class="apartmentModalArea">4466                                                                                        <svg class="icon icon-icon-superficie-bleu">4467                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>4468                                                                                        </svg>4469                                                                                        <span>1029 pi²</span>4470                                                                                    </p>4471                                                                                                                                                                    </div>4472                                                                            </div>4473                                                                        </div>4474                                                                    </div>4475                                                                </div>4476                                                            </div>4477                                                        </div>4478                                                        <!-- FIN Modal apartment plan -->4479                                                                                                            <tr>4480                                                            <th scope="row">405 | 4 1/2</th>4481                                                            <td>N.D. $ / m</td>4482                                                            <td>4483                                                                                                                                    <span class="Toggles__available ">Louée</span>4484                                                                                                                            </td>4485                                                            <td>4486                                                                                                                                    N.D.4487                                                                                                                            </td>4488                                                            <td>2</td>4489                                                            <td>1</td>4490                                                            <td>1055 pi²</td>4491                                                            <td>4492                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4267">4493                                                                    Plan4494                                                                </button>4495                                                            </td>4496                                                        </tr>4497                                                        <!-- Modal apartment plan -->4498                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4267" tabindex="-1" role="dialog" aria-hidden="true">4499                                                            <div class="modal-dialog modal-dialog-centered" role="document">4500                                                                <div class="modal-content">4501                                                                    <div class="modal-header">4502                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4503                                                                            <span aria-hidden="true">&times;</span>4504                                                                        </button>4505                                                                    </div>4506                                                                    <div class="modal-body">4507                                                                        <div class="row">4508                                                                            <div class="col-lg-7 p-0 bg-white">4509                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4267/405.jpg"                                                                                                                                                                             />4510                                                                                                                                                            </div>4511                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">4512                                                                                <div class="apartmentModalInfos">4513                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>4514                                                                                    <p class="apartmentModalName">Unité 405 | 4½</p>4515                                                                                    <p class="apartmentModalRooms">4516                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>4517                                                                                        <span>2 chambres</span>4518                                                                                    </p>4519                                                                                    <p class="apartmentModalWashrooms">4520                                                                                        <svg class="icon icon-icon-salle-bain-bleu">4521                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>4522                                                                                        </svg>4523                                                                                        <span>1 salle de bain</span>4524                                                                                    </p>4525                                                                                    <p class="apartmentModalArea">4526                                                                                        <svg class="icon icon-icon-superficie-bleu">4527                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>4528                                                                                        </svg>4529                                                                                        <span>1055 pi²</span>4530                                                                                    </p>4531                                                                                                                                                                    </div>4532                                                                            </div>4533                                                                        </div>4534                                                                    </div>4535                                                                </div>4536                                                            </div>4537                                                        </div>4538                                                        <!-- FIN Modal apartment plan -->4539                                                                                                            <tr>4540                                                            <th scope="row">406 | 4 1/2</th>4541                                                            <td>N.D. $ / m</td>4542                                                            <td>4543                                                                                                                                    <span class="Toggles__available ">Louée</span>4544                                                                                                                            </td>4545                                                            <td>4546                                                                                                                                    N.D.4547                                                                                                                            </td>4548                                                            <td>2</td>4549                                                            <td>1</td>4550                                                            <td>1005 pi²</td>4551                                                            <td>4552                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4268">4553                                                                    Plan4554                                                                </button>4555                                                            </td>4556                                                        </tr>4557                                                        <!-- Modal apartment plan -->4558                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4268" tabindex="-1" role="dialog" aria-hidden="true">4559                                                            <div class="modal-dialog modal-dialog-centered" role="document">4560                                                                <div class="modal-content">4561                                                                    <div class="modal-header">4562                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4563                                                                            <span aria-hidden="true">&times;</span>4564                                                                        </button>4565                                                                    </div>4566                                                                    <div class="modal-body">4567                                                                        <div class="row">4568                                                                            <div class="col-lg-7 p-0 bg-white">4569                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4268/406.jpg"                                                                                                                                                                             />4570                                                                                                                                                            </div>4571                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">4572                                                                                <div class="apartmentModalInfos">4573                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>4574                                                                                    <p class="apartmentModalName">Unité 406 | 4½</p>4575                                                                                    <p class="apartmentModalRooms">4576                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>4577                                                                                        <span>2 chambres</span>4578                                                                                    </p>4579                                                                                    <p class="apartmentModalWashrooms">4580                                                                                        <svg class="icon icon-icon-salle-bain-bleu">4581                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>4582                                                                                        </svg>4583                                                                                        <span>1 salle de bain</span>4584                                                                                    </p>4585                                                                                    <p class="apartmentModalArea">4586                                                                                        <svg class="icon icon-icon-superficie-bleu">4587                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>4588                                                                                        </svg>4589                                                                                        <span>1005 pi²</span>4590                                                                                    </p>4591                                                                                                                                                                    </div>4592                                                                            </div>4593                                                                        </div>4594                                                                    </div>4595                                                                </div>4596                                                            </div>4597                                                        </div>4598                                                        <!-- FIN Modal apartment plan -->4599                                                                                                            <tr>4600                                                            <th scope="row">407 | 4 1/2</th>4601                                                            <td>N.D. $ / m</td>4602                                                            <td>4603                                                                                                                                    <span class="Toggles__available ">Louée</span>4604                                                                                                                            </td>4605                                                            <td>4606                                                                                                                                    N.D.4607                                                                                                                            </td>4608                                                            <td>2</td>4609                                                            <td>1</td>4610                                                            <td>1064 pi²</td>4611                                                            <td>4612                                                                <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4269">4613                                                                    Plan4614                                                                </button>4615                                                            </td>4616                                                        </tr>4617                                                        <!-- Modal apartment plan -->4618                                                        <div class="modal fade modal-slider planModalMobileLandscape" id="apartmentPlanModal_4269" tabindex="-1" role="dialog" aria-hidden="true">4619                                                            <div class="modal-dialog modal-dialog-centered" role="document">4620                                                                <div class="modal-content">4621                                                                    <div class="modal-header">4622                                                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4623                                                                            <span aria-hidden="true">&times;</span>4624                                                                        </button>4625                                                                    </div>4626                                                                    <div class="modal-body">4627                                                                        <div class="row">4628                                                                            <div class="col-lg-7 p-0 bg-white">4629                                                                                                                                                                                                                                                    <img class="apartmentPlanImage" src="https://location.groupeevoludev.com/storage/apartments/4269/407.jpg"                                                                                                                                                                             />4630                                                                                                                                                            </div>4631                                                                            <div class="col-lg-5 p-0" style="background-color:#f5f5f5;">4632                                                                                <div class="apartmentModalInfos">4633                                                                                    <p class="apartmentModalAvailability">Non Disponible</p>4634                                                                                    <p class="apartmentModalName">Unité 407 | 4½</p>4635                                                                                    <p class="apartmentModalRooms">4636                                                                                        <svg class="icon icon-icon-chambre-bleu"><use xlink:href="#icon-icon-chambre-bleu"></use></svg>4637                                                                                        <span>2 chambres</span>4638                                                                                    </p>4639                                                                                    <p class="apartmentModalWashrooms">4640                                                                                        <svg class="icon icon-icon-salle-bain-bleu">4641                                                                                            <use xlink:href="#icon-icon-salle-bain-bleu"></use>4642                                                                                        </svg>4643                                                                                        <span>1 salle de bain</span>4644                                                                                    </p>4645                                                                                    <p class="apartmentModalArea">4646                                                                                        <svg class="icon icon-icon-superficie-bleu">4647                                                                                            <use xlink:href="#icon-icon-superficie-bleu"></use>4648                                                                                        </svg>4649                                                                                        <span>1064 pi²</span>4650                                                                                    </p>4651                                                                                                                                                                    </div>4652                                                                            </div>4653                                                                        </div>4654                                                                    </div>4655                                                                </div>4656                                                            </div>4657                                                        </div>4658                                                        <!-- FIN Modal apartment plan -->4659                                                                                                        </tbody>4660                                                </table>4661                                            </div>4662                                            <div class="mobile-apartments-section">4663                                                                                                    <div>4664                                                        <p class="area"><b>401 | 3 1/2</b>4665                                                            <span>714 pi²</span></p>4666                                                        <p class="price">À partir de N.D. $ / m</p>4667                                                    </div>4668                                                    <div class="second-row">4669                                                        <p>4670                                                                                                                            <span class="Toggles__available ">Louée</span>4671                                                                                                                    </p>4672                                                        <p>4673                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4263_mobile">4674                                                                Plan4675                                                            </button>4676                                                        </p>4677                                                    </div>4678                                                    <!-- Modal apartment plan MOBILE -->4679                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4263_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4680                                                        <div class="modal-dialog modal-dialog-centered" role="document">4681                                                            <div class="modal-header">4682                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4683                                                                    <span aria-hidden="true">&times;</span>4684                                                                </button>4685                                                            </div>4686                                                            <div class="modal-content">4687                                                                <div class="modal-body mobilePlan">4688                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4263/401.jpg" alt="imagePlan_4263_mobile"/>4689                                                                </div>4690                                                            </div>4691                                                        </div>4692                                                    </div>4693                                                    <!-- FIN Modal apartment plan MOBILE -->4694                                                                                                    <div>4695                                                        <p class="area"><b>402 | 5 1/2</b>4696                                                            <span>1218 pi²</span></p>4697                                                        <p class="price">À partir de N.D. $ / m</p>4698                                                    </div>4699                                                    <div class="second-row">4700                                                        <p>4701                                                                                                                            <span class="Toggles__available ">Louée</span>4702                                                                                                                    </p>4703                                                        <p>4704                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4264_mobile">4705                                                                Plan4706                                                            </button>4707                                                        </p>4708                                                    </div>4709                                                    <!-- Modal apartment plan MOBILE -->4710                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4264_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4711                                                        <div class="modal-dialog modal-dialog-centered" role="document">4712                                                            <div class="modal-header">4713                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4714                                                                    <span aria-hidden="true">&times;</span>4715                                                                </button>4716                                                            </div>4717                                                            <div class="modal-content">4718                                                                <div class="modal-body mobilePlan">4719                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4264/402.jpg" alt="imagePlan_4264_mobile"/>4720                                                                </div>4721                                                            </div>4722                                                        </div>4723                                                    </div>4724                                                    <!-- FIN Modal apartment plan MOBILE -->4725                                                                                                    <div>4726                                                        <p class="area"><b>403 | 5 1/2</b>4727                                                            <span>1218 pi²</span></p>4728                                                        <p class="price">À partir de N.D. $ / m</p>4729                                                    </div>4730                                                    <div class="second-row">4731                                                        <p>4732                                                                                                                            <span class="Toggles__available ">Louée</span>4733                                                                                                                    </p>4734                                                        <p>4735                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4265_mobile">4736                                                                Plan4737                                                            </button>4738                                                        </p>4739                                                    </div>4740                                                    <!-- Modal apartment plan MOBILE -->4741                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4265_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4742                                                        <div class="modal-dialog modal-dialog-centered" role="document">4743                                                            <div class="modal-header">4744                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4745                                                                    <span aria-hidden="true">&times;</span>4746                                                                </button>4747                                                            </div>4748                                                            <div class="modal-content">4749                                                                <div class="modal-body mobilePlan">4750                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4265/403.jpg" alt="imagePlan_4265_mobile"/>4751                                                                </div>4752                                                            </div>4753                                                        </div>4754                                                    </div>4755                                                    <!-- FIN Modal apartment plan MOBILE -->4756                                                                                                    <div>4757                                                        <p class="area"><b>404 | 4 1/2</b>4758                                                            <span>1029 pi²</span></p>4759                                                        <p class="price">À partir de N.D. $ / m</p>4760                                                    </div>4761                                                    <div class="second-row">4762                                                        <p>4763                                                                                                                            <span class="Toggles__available ">Louée</span>4764                                                                                                                    </p>4765                                                        <p>4766                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4266_mobile">4767                                                                Plan4768                                                            </button>4769                                                        </p>4770                                                    </div>4771                                                    <!-- Modal apartment plan MOBILE -->4772                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4266_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4773                                                        <div class="modal-dialog modal-dialog-centered" role="document">4774                                                            <div class="modal-header">4775                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4776                                                                    <span aria-hidden="true">&times;</span>4777                                                                </button>4778                                                            </div>4779                                                            <div class="modal-content">4780                                                                <div class="modal-body mobilePlan">4781                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4266/404.jpg" alt="imagePlan_4266_mobile"/>4782                                                                </div>4783                                                            </div>4784                                                        </div>4785                                                    </div>4786                                                    <!-- FIN Modal apartment plan MOBILE -->4787                                                                                                    <div>4788                                                        <p class="area"><b>405 | 4 1/2</b>4789                                                            <span>1055 pi²</span></p>4790                                                        <p class="price">À partir de N.D. $ / m</p>4791                                                    </div>4792                                                    <div class="second-row">4793                                                        <p>4794                                                                                                                            <span class="Toggles__available ">Louée</span>4795                                                                                                                    </p>4796                                                        <p>4797                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4267_mobile">4798                                                                Plan4799                                                            </button>4800                                                        </p>4801                                                    </div>4802                                                    <!-- Modal apartment plan MOBILE -->4803                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4267_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4804                                                        <div class="modal-dialog modal-dialog-centered" role="document">4805                                                            <div class="modal-header">4806                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4807                                                                    <span aria-hidden="true">&times;</span>4808                                                                </button>4809                                                            </div>4810                                                            <div class="modal-content">4811                                                                <div class="modal-body mobilePlan">4812                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4267/405.jpg" alt="imagePlan_4267_mobile"/>4813                                                                </div>4814                                                            </div>4815                                                        </div>4816                                                    </div>4817                                                    <!-- FIN Modal apartment plan MOBILE -->4818                                                                                                    <div>4819                                                        <p class="area"><b>406 | 4 1/2</b>4820                                                            <span>1005 pi²</span></p>4821                                                        <p class="price">À partir de N.D. $ / m</p>4822                                                    </div>4823                                                    <div class="second-row">4824                                                        <p>4825                                                                                                                            <span class="Toggles__available ">Louée</span>4826                                                                                                                    </p>4827                                                        <p>4828                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4268_mobile">4829                                                                Plan4830                                                            </button>4831                                                        </p>4832                                                    </div>4833                                                    <!-- Modal apartment plan MOBILE -->4834                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4268_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4835                                                        <div class="modal-dialog modal-dialog-centered" role="document">4836                                                            <div class="modal-header">4837                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4838                                                                    <span aria-hidden="true">&times;</span>4839                                                                </button>4840                                                            </div>4841                                                            <div class="modal-content">4842                                                                <div class="modal-body mobilePlan">4843                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4268/406.jpg" alt="imagePlan_4268_mobile"/>4844                                                                </div>4845                                                            </div>4846                                                        </div>4847                                                    </div>4848                                                    <!-- FIN Modal apartment plan MOBILE -->4849                                                                                                    <div>4850                                                        <p class="area"><b>407 | 4 1/2</b>4851                                                            <span>1064 pi²</span></p>4852                                                        <p class="price">À partir de N.D. $ / m</p>4853                                                    </div>4854                                                    <div class="second-row">4855                                                        <p>4856                                                                                                                            <span class="Toggles__available ">Louée</span>4857                                                                                                                    </p>4858                                                        <p>4859                                                            <button class="btn btn-primary" data-toggle="modal" data-target="#apartmentPlanModal_4269_mobile">4860                                                                Plan4861                                                            </button>4862                                                        </p>4863                                                    </div>4864                                                    <!-- Modal apartment plan MOBILE -->4865                                                    <div class="modal fade modal-slider apartmentModalMobile" id="apartmentPlanModal_4269_mobile" tabindex="-1" role="dialog" aria-hidden="false" style="display:none;">4866                                                        <div class="modal-dialog modal-dialog-centered" role="document">4867                                                            <div class="modal-header">4868                                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">4869                                                                    <span aria-hidden="true">&times;</span>4870                                                                </button>4871                                                            </div>4872                                                            <div class="modal-content">4873                                                                <div class="modal-body mobilePlan">4874                                                                                                                                        <img class="" src="https://location.groupeevoludev.com/storage/apartments/4269/407.jpg" alt="imagePlan_4269_mobile"/>4875                                                                </div>4876                                                            </div>4877                                                        </div>4878                                                    </div>4879                                                    <!-- FIN Modal apartment plan MOBILE -->4880                                                                                            </div>4881                                        </div>4882                                    </div>4883                                                            </div>4884                        </div>4885                        <!-- Modal Plan -->4886                        <div class="modal fade modal-slider" id="planModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">4887                            <div class="modal-dialog modal-dialog-centered" role="document">4888                                <div class="modal-content">4889                                    <div class="modal-header">4890                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">4891                                            <span aria-hidden="true">&times;</span>4892                                        </button>4893                                    </div>4894                                    <div class="modal-body mobilePlan">4895                                        <img id="floor-plan" src="https://groupeevoludev.com/location//storage/plans/2qGyicmo7gRQExxj24bQnUMcDC1vxpZAnhaA4n6p.jpg"/>4896                                    </div>4897                                </div>4898                            </div>4899                        </div>4900                        <!-- FIN Modal plan -->4901                        <!-- Modal Carousel -->4902                        <div class="modal fade modal-slider" id="carouselModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">4903                            <div class="modal-dialog modal-dialog-centered" role="document">4904                                <div class="modal-header">4905                                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">4906                                        <span aria-hidden="true">&times;</span>4907                                    </button>4908                                </div>4909                                <div class="modal-content">4910                                    <div class="modal-body">4911                                        <div class="apartmentCarouselDiv">4912                                            <div class="carousel slide" id="apartment-carousel-modal" data-ride="carousel">4913      <ol class="carousel-indicators">4914              <li data-target="#apartment-carousel-modal" data-slide-to="0" class="active"></li>4915              <li data-target="#apartment-carousel-modal" data-slide-to="1"></li>4916              <li data-target="#apartment-carousel-modal" data-slide-to="2"></li>4917              <li data-target="#apartment-carousel-modal" data-slide-to="3"></li>4918              <li data-target="#apartment-carousel-modal" data-slide-to="4"></li>4919              <li data-target="#apartment-carousel-modal" data-slide-to="5"></li>4920              <li data-target="#apartment-carousel-modal" data-slide-to="6"></li>4921              <li data-target="#apartment-carousel-modal" data-slide-to="7"></li>4922              <li data-target="#apartment-carousel-modal" data-slide-to="8"></li>4923              <li data-target="#apartment-carousel-modal" data-slide-to="9"></li>4924              <li data-target="#apartment-carousel-modal" data-slide-to="10"></li>4925          </ol>4926  4927  <div class="carousel-inner">4928          <div class="carousel-item active">4929                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/vue 2_1920x1080.jpg" title="">4930                      </div>4931          <div class="carousel-item">4932                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/vue 1_1920x1080.jpg" title="">4933                      </div>4934          <div class="carousel-item">4935                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/vue 4_1920x1080.jpg" title="">4936                      </div>4937          <div class="carousel-item">4938                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/vue 3_1920x1080.jpg" title="">4939                      </div>4940          <div class="carousel-item">4941                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (2)_1920x1080.jpg" title="">4942                      </div>4943          <div class="carousel-item">4944                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (3)_1920x1080.jpg" title="">4945                      </div>4946          <div class="carousel-item">4947                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (1)_1920x1080.jpg" title="">4948                      </div>4949          <div class="carousel-item">4950                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (4)_chambre_1920x1080.jpg" title="">4951                      </div>4952          <div class="carousel-item">4953                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (5)_SdB_1920x1080.jpg" title="">4954                      </div>4955          <div class="carousel-item">4956                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin (6)_SdB2_1920x1080.jpg" title="">4957                      </div>4958          <div class="carousel-item">4959                  <img class="d-block" src="https://groupeevoludev.com/location//storage/buildings/82/Le Roussin - implantation_1920x1080.jpg" title="">4960                      </div>4961      </div>49624963      <a class="carousel-control-prev" href="#apartment-carousel-modal" role="button" data-slide="prev">4964      <span class="carousel-control-prev-icon" aria-hidden="true"></span>4965      <span class="sr-only">Previous</span>4966    </a>4967    <a class="carousel-control-next" href="#apartment-carousel-modal" role="button" data-slide="next">4968      <span class="carousel-control-next-icon" aria-hidden="true"></span>4969      <span class="sr-only">Next</span>4970    </a>4971  </div>4972                                            <p class="apartmentCarouselNotice">*Les illustrations sont à titre indicatif4973                                                seulement et peuvent être sujet à certains changements lors de la4974                                                construction.</p>4975                                        </div>4976                                    </div>4977                                </div>4978                            </div>4979                        </div>4980                        <!-- FIN Modal Carousel -->4981                        <div class="FiftyFifty__img">4982                            <div class="loupe" data-toggle="modal" data-target="#planModal">4983                                <img src="https://location.groupeevoludev.com/images/frontend/loupe.png"/>4984                            </div>4985                            <div id="image-map-pro-container"></div>4986                        </div>4987                    </div>4988                </div>4989            </div>4990                            <div class="addedValue">4991    <div class="PageSection dynamic-max-height" data-maxheight="250">4992        <div class="PageSection__wrapper dynamic-height-wrap">4993            <h2  class="Title">Valeur ajoutée</h2>4994            <h3 class="subTitle">Logements neufs à louer à Joliette - Le Roussin</h3>4995            <p class="valueText"><p>Le Roussin s'établit comme un projet immobilier multirésidentiel de choix à Joliette, mettant en avant-plan un immeuble contemporain de 28 unités locatives uniques. Vous êtes à la recherche d'un logement à louer ? Que ce soit un 3 ½, 4 ½ ou 5 ½, chaque appartement est optimisé pour vous offrir un espace de vie confortable, accompagné d’une belle fenestration. Les locataires du Roussin profitent d’une expérience de vie supérieure, avec un accent sur l'intimité.</p>49964997<p>Groupe Evoludev vous présente des logements contemporains, disponibles avec 1, 2 ou 3 chambres à coucher. Ces unités locatives offrent les commodités nécessaires pour garantir un confort de vie optimal. Soyez parmi les premiers à découvrir ces logements à louer à Joliette.</p>49984999<p><strong>Des espaces de vie contemporains pour une qualité de vie supérieure à Joliette</strong><br> Ce qui distingue vraiment nos logements à louer à Joliette, c'est leur proximité avec le centre-ville, tout en garantissant une atmosphère paisible. Le Roussin n'a pas uniquement été pensé pour son emplacement stratégique, mais également pour ses inclusions indispensables telles que la climatisation, les caméras de sécurité et les espaces de stationnement, assurant une sérénité à ses locataires. En optant pour un logement au sein du projet Le Roussin, vous faites le choix d'un cadre de vie répondant à vos attentes.</p>50005001<p>Le Roussin est une offre parfaite pour ceux et celles qui recherchent un logement à louer à Joliette. Vivez les avantages d’une construction neuve, nichée dans un cadre convivial et accessible. Pour toutes réservations ou informations complémentaires, n'hésitez pas à <a href="#" onclick="document.getElementById('sendmail').scrollIntoView({behavior: 'smooth', block: 'center'});return false;">nous contacter</a>.</p>50025003<p><strong>Pourquoi choisir un logement à louer à Joliette au sein du projet Le Roussin ?</strong><br> Idéalement situé aux abords du centre-ville de Joliette, Le Roussin est le choix parfait pour ceux et celles qui aspirent à la vie active de la ville. Que vous soyez seul, en couple ou une petite famille, un logement contemporain vous attend à Joliette. Offrant des superficies et des inclusions adaptées à vos besoins, nos logements incarnent l'alliance parfaite entre espace et confort.</p>50045005<p>Si vous avez des questions concernant Le Roussin à Joliette, n’hésitez pas à <a href="" onclick="document.getElementById('sendmail').scrollIntoView({behavior: 'smooth', block: 'center'});return false;">nous contacter</a>.</p>50065007<p>Nous sommes présents pour vous guider vers le logement qui correspondra parfaitement à vos besoins à Joliette ou ailleurs.</p>50085009<p><strong>Joliette : L'alliance de la modernité et de la tranquillité</strong><br> Située sur les rives de la rivière L'Assomption, <a target="_blank" href="https://www.joliette.ca/">Joliette</a> est une ville qui allie harmonieusement la vitalité urbaine à la douceur de la nature. Cette municipalité, riche de son histoire et de sa culture, est un véritable joyau pour ceux et celles qui recherchent un cadre de vie à la fois dynamique et serein.</p>50105011<p>Joliette est reconnue pour son effervescence culturelle. Elle abrite notamment le Musée d'art de Joliette, l'un des plus importants musées d'art contemporain au Québec. Tout au long de l'année, divers événements culturels, tels que le Festival de Lanaudière, captivent aussi bien ses résidents que les visiteurs, faisant de la ville un pôle artistique incontournable.</p>50125013<p>Outre son dynamisme culturel, Joliette se distingue par ses nombreux espaces verts. Que ce soit pour une balade le long de la rivière, une pause pique-nique dans l'un de ses parcs ombragés ou une sortie en vélo sur ses pistes cyclables, la nature est toujours à portée de main. Ces espaces offrent aux résidents un havre de paix où il est bon de se ressourcer, loin de l'agitation citadine.</p>50145015<p>La force de Joliette réside également dans sa communauté. Les Joliettains sont réputés pour leur accueil chaleureux et leur convivialité. La ville offre une multitude d'activités communautaires, sportives et sociales, favorisant ainsi les rencontres et le tissage de liens forts entre les résidents.</p>50165017<p>Offrant un centre-ville animé regorgeant de commerces, restaurants et services, Joliette est un centre économique majeur pour la région. Elle est également le siège de plusieurs institutions éducatives, dont le Cégep régional de Lanaudière à Joliette, proposant un accès à une éducation de qualité.</p>50185019<p>En choisissant de louer un logement à Joliette, au sein du projet Le Roussin, vous optez pour une ville qui offre le meilleur des deux mondes : une vie urbaine trépidante au cœur d'une verdure paisible.</p></p>5020        </div>5021        <button class="js-dynamic-show-hide Button mt-2" title="Afficher plus +" data-replace-text="Afficher moins -">Afficher plus +</button>5022    </div>5023</div>50245025    <div class="PageSection PageSection--grey">5026        <div class="PageSection__wrapper">5027            <h3 class="subTitle">Étymologie derrière Le Roussin</h3>5028            <p class="valueText">Le projet <strong>« Le Roussin »</strong> porte son nom en l’honneur de l’inauguration du Viaduc du boulevard Saint-Anne en 1957 pour relier les différents secteurs de Joliette, plus précisément la paroisse du Christ-Roi à la ville de Joliette. Le maire de Joliette de l’époque, Monsieur Camille-Aimé Roussin en a effectué la première pelletée de terre du chantier.</p>5029        </div>5030    </div>5031                    5032        <div id="contactSection">5033    <div class="container-fluid">5034        <div class="row">5035            <div class="col-lg-6 leftPart" style="background: url(https://location.groupeevoludev.com/images/frontend/les-jardiniers-formulaire_1920x1080_interlace.jpg);"></div>5036            <div class="col-lg-6 rightPart">5037                <div class="row">5038                    <div class="col-lg-12">5039                        <div class="d-flex justify-content-between">5040                                                                                                                                                                                                                                <p class="text-uppercase formText formProjectName">Le Roussin</p>5041                                    <p class="formText text-right"><a href="tel:+15792592002"><img width="28px" src="https://location.groupeevoludev.com/images/frontend/icons/phone-solid.svg" alt="téléphone">579-259-2002</a></p>5042                                                                                                                                                                                                            </div>5043                    </div>5044                </div>5045                <form action="https://location.groupeevoludev.com/sendmail" method="POST" id="sendmail">5046                    <input type="hidden" name="_token" value="7RqwmuaSFLctO1umdwTF0IjEBgIJxmDblzZ9dcJb" autocomplete="off">                                            <input type="hidden" name="building_id" id="building_id" value="82">5047                        <input type="hidden" name="building" id="building" value="Le Roussin">5048                        <input type="hidden" name="city[]" id="city" value="Joliette">5049                                        <div class="fields-group">5050                        <div class="row">5051                            <div class="col-lg-6">5052                                <p><label for="firstname">Prénom <span>*</span></label></p>5053                                <input type="text" name="firstname" id="firstname" value="" required>5054                            </div>5055                           <div class="col-lg-6">5056                                <p><label for="lastname">Nom <span>*</span></label></p>5057                                <input type="text" name="lastname" id="lastname" value="" required style="width:100%;">5058                            </div>5059                            <div class="col-lg-6">5060                                <p class="mt-3"><label for="email">Courriel <span>*</span></label></p>5061                                <input type="email" name="email" id="email" value="" required>5062                            </div>5063                            <div class="col-lg-6">5064                                <p class="mt-3"><label for="phone">Téléphone <span> </span></label></p>5065                                <input type="text" name="phone" id="phone" value="">5066                            </div>5067                            <div class="col-lg-6">5068                                <p class="mt-4"><label for="size">Grandeurs</label></p>5069                                <select id="select2_size" name="size[]" multiple>5070                                                                            <option value="3½" >50715072                                        </option>5073                                                                            <option value="4½" >50745075                                        </option>5076                                                                            <option value="5½" >50775078                                        </option>5079                                                                    </select>5080                            </div>5081                            <div class="col-lg-6">5082                                                                    <p class="mt-4"><label for="unit">Type d'unité recherchée</label></p>5083                                    <select id="select2_unit" name="unit[]" multiple>5084                                                                                    <option value="101" >5085                                                1015086                                            </option>5087                                                                                    <option value="102" >5088                                                1025089                                            </option>5090                                                                                    <option value="103" >5091                                                1035092                                            </option>5093                                                                                    <option value="104" >5094                                                1045095                                            </option>5096                                                                                    <option value="105" >5097                                                1055098                                            </option>5099                                                                                    <option value="106" >5100                                                1065101                                            </option>5102                                                                                    <option value="107" >5103                                                1075104                                            </option>5105                                                                                    <option value="201" >5106                                                2015107                                            </option>5108                                                                                    <option value="202" >5109                                                2025110                                            </option>5111                                                                                    <option value="203" >5112                                                2035113                                            </option>5114                                                                                    <option value="204" >5115                                                2045116                                            </option>5117                                                                                    <option value="205" >5118                                                2055119                                            </option>5120                                                                                    <option value="206" >5121                                                2065122                                            </option>5123                                                                                    <option value="207" >5124                                                2075125                                            </option>5126                                                                                    <option value="301" >5127                                                3015128                                            </option>5129                                                                                    <option value="302" >5130                                                3025131                                            </option>5132                                                                                    <option value="303" >5133                                                3035134                                            </option>5135                                                                                    <option value="304" >5136                                                3045137                                            </option>5138                                                                                    <option value="305" >5139                                                3055140                                            </option>5141                                                                                    <option value="306" >5142                                                3065143                                            </option>5144                                                                                    <option value="307" >5145                                                3075146                                            </option>5147                                                                                    <option value="401" >5148                                                4015149                                            </option>5150                                                                                    <option value="402" >5151                                                4025152                                            </option>5153                                                                                    <option value="403" >5154                                                4035155                                            </option>5156                                                                                    <option value="404" >5157                                                4045158                                            </option>5159                                                                                    <option value="405" >5160                                                4055161                                            </option>5162                                                                                    <option value="406" >5163                                                4065164                                            </option>5165                                                                                    <option value="407" >5166                                                4075167                                            </option>5168                                                                            </select>5169                                    <input type="hidden" name="level[]" id="level" value="">5170                                                            </div>5171                        </div>5172                        <div class="row">5173                            <div class="col-12">5174                                <p class="mt-4"><label for="pub">Où avez-vous entendu parler de nous ?</label></p>5175                                <select id="select2_pub" name="pub">5176                                    <option value="" disabled selected>Sélectionnez</option>5177                                    <option value="Publication Facebook">Publication Facebook</option>5178                                    <option value="Publication Instagram">Publication Instagram</option>5179                                    <option value="Recherche Google ">Recherche Google </option>5180                                    <option value="Recommandation/Référence">Recommandation/Référence</option>5181                                    <option value="Affichage physique">Affichage physique (pancarte)</option>5182                                </select>5183                                <p class="mt-4"><label for="message">Message</label></p>5184                                <textarea name="message" cols="30" rows="3"></textarea>5185                                <div class="row checkboxDiv">5186                                    <div class="col-1">5187                                        <input type="hidden" name="accept" value="no">5188                                        <input class="checkbox" type="checkbox" name="accept" value="yes" >5189                                    </div>5190                                    <div class="col-11">5191                                        <label class="checkboxLabel" for="accept"> J'autorise Groupe Evoludev à communiquer avec moi à titre promotionnel en lien avec son offre d'unités locatives.</label>5192                                    </div>5193                                    <p class="custom-form-error">Vous devez permettre Groupe Evoludev de communiquer avec vous en cochant la case ci-haut avant de cliquer sur le bouton "Envoyer".</p>5194                                </div>5195                                <input type="hidden" id="ads__landing_url__c" name="00N5f00000gEXR1EAO">5196                                <input type="hidden" id="ads__referral_url__c" name="00N5f00000gEXR2EAO">5197                                <small class="formNote">En soumettant votre demande, vous nous confiez des données personnelles et consentez à ce que nous traitions ces données dans le cadre du processus d’obtention d’informations.</small>5198                                <div class="formFooter">5199                                                                            <div class="cf-turnstile" data-sitekey="0x4AAAAAAAxQUAaPUCBn3vTs"></div>5200                                                                    </div>5201                                <div class="ButtonTools">5202                                    <button class="Button">Envoyer <svg class="icon icon-chevron-right"><use xlink:href="#icon-chevron-right"></use></svg></button>5203                                </div>5204                                <div id="my_name_i043EqL9KMYRydek_wrap" style="display: none" aria-hidden="true">5205        <input id="my_name_i043EqL9KMYRydek"5206               name="my_name_i043EqL9KMYRydek"5207               type="text"5208               value=""5209                              autocomplete="nope"5210               tabindex="-1">5211        <input name="valid_from"5212               type="text"5213               value="eyJpdiI6ImgvQzFHdVhMZWtpQlpyTU8yM1NndUE9PSIsInZhbHVlIjoiRjZncmhQTnlnRFZ5TlFWdVpjY1UyZz09IiwibWFjIjoiYzg4NTUzNGQwODY3MTYyY2I0ZjYwMDUwMTY0NWFhM2M3MzkyY2JiMTU4YWFkYjMwYzQxZDdjNjdlODQzZDdmYSIsInRhZyI6IiJ9"5214                              autocomplete="off"5215               tabindex="-1">5216    </div>5217                            </div>5218                        </div>5219                    </div>5220                </form>5221            </div>5222        </div>5223    </div>5224</div>52255226<!-- Permet d'effacer le formulaire et de monter dans le haut de la page -->5227<script>5228    window.addEventListener('pageshow', function(event) {5229        const fromBackButton = event.persisted || performance.getEntriesByType("navigation")[0].type === "back_forward";52305231        if (fromBackButton) {5232            document.querySelectorAll('form').forEach(form => form.reset());5233            $('#select2_size').multiselect('deselectAll', false).multiselect('updateButtonText');5234            $('#select2_city').multiselect('deselectAll', false).multiselect('updateButtonText');5235            $('#select2_level').multiselect('deselectAll', false).multiselect('updateButtonText');5236            $('#select2_unit').multiselect('deselectAll', false).multiselect('updateButtonText');5237            $('#select2_pub').multiselect('deselectAll', false).multiselect('updateButtonText');52385239            setTimeout(() => {5240                smoothScrollToTop(4000);5241            }, 1000);5242        }5243    });52445245    function smoothScrollToTop(duration) {5246        const start = window.scrollY;5247        const startTime = performance.now();52485249        function scrollStep(timestamp) {5250            const elapsed = timestamp - startTime;5251            const progress = Math.min(elapsed / duration, 1);5252            const ease = 1 - Math.pow(1 - progress, 3);5253            window.scrollTo(0, start * (1 - ease));52545255            if (progress < 1) {5256                requestAnimationFrame(scrollStep);5257            }5258        }52595260        requestAnimationFrame(scrollStep);5261    }5262</script>52635264<script>5265    document.addEventListener('DOMContentLoaded', function () {5266        const form = document.querySelector('#sendmail');5267        const checkbox = document.querySelector('input[name="accept"][type="checkbox"]');5268        const errorMsg = document.querySelector('.custom-form-error');52695270        errorMsg.style.display = 'none';52715272        form.addEventListener('submit', function (e) {5273            if (!checkbox.checked) {5274                e.preventDefault();5275                errorMsg.style.display = 'block';5276            }5277            else {5278                errorMsg.style.display = 'none';5279            }5280        });5281    });5282</script>5283    </div>52845285            <!-- FOOTER -->5286<footer>5287    <div class="PageSection">5288        <div class="PageSection__wrapper">5289            <div class="row">5290                <div class="col-lg-3">5291                    <a class="logo">5292                        <img src="https://groupeevoludev.com/wp-content/themes/evoludev/dist/images/footer/logo_74cfe2e8.svg" alt="Logo GE Groupe Evoludev" title="Logo GE Groupe Evoludev">5293                    </a>5294                    <p><a href="https://groupeevoludev.com" class="link">Site corporatif</a></p>5295                    <p><a href="tel:4505856542">450-585-6542</a></p>5296                    <p>182A, Boulevard Iberville</p>5297                    <p>Repentigny, Québec, J6A 1Y8</p>5298                </div>5299                <div class="col-lg-3 pt-5">5300                    <p class="greyText">Gestion locative</p>5301                    <p><a href="tel:5792592002">579-259-2002</a></p>5302                    <p>Lundi au vendredi : 8h - 20h</p>5303                    <p>Samedi & dimanche : 9h - 16h</p>5304                </div>5305                <div class="col-lg-3 offset-lg-3 pt-5 medias">5306                    <a class="social_link" href="https://www.facebook.com/Groupe-Evoludev-538303933259397/" target="_blank">5307                        <svg class="facebook" xmlns="http://www.w3.org/2000/svg" width="7.311" height="14" viewBox="0 0 7.311 14">5308                            <path class="a" d="M84.744,14V7.622h2.178l.311-2.489H84.744V3.578c0-.7.233-1.244,1.244-1.244h1.322V.078C87,.078,86.222,0,85.367,0a3,3,0,0,0-3.189,3.267V5.133H80V7.622h2.178V14Z" transform="translate(-80)"></path>5309                        </svg>5310                    </a>5311                    <a class="social_link" href="https://www.linkedin.com/company/groupe-evoludev/" target="_blank">5312                        <svg class="linkedin" xmlns="http://www.w3.org/2000/svg" width="10" height="12.714" viewBox="0 0 14 12.714">5313                            <g transform="translate(-736.3 -792.1)">5314                                <rect class="a" width="2.724" height="8.627" transform="translate(736.678 796.187)"></rect>5315                                <path class="a" d="M754.589,802.6a2.806,2.806,0,0,0-2.724,1.438v-1.362H748.8c.038.719,0,8.627,0,8.627h3.065v-4.654a2.1,2.1,0,0,1,.076-.719,1.545,1.545,0,0,1,1.476-1.06c1.059,0,1.551.795,1.551,1.968V811.3h3.1v-4.768C758.032,803.849,756.519,802.6,754.589,802.6Z" transform="translate(-7.77 -6.527)"></path>5316                                <path class="a" d="M737.965,792.1a1.515,1.515,0,0,0-1.665,1.514,1.5,1.5,0,0,0,1.627,1.476h.038a1.5,1.5,0,1,0,0-2.989Z"></path>5317                            </g>5318                        </svg>5319                    </a>5320                    <div class="copyright">5321                        <p>Site réalisé par <a href="https://webstep.ca/" target="_blank">Webstep</a></p>5322                        <a href="https://groupeevoludev.com/wp-content/uploads/2023/09/page-web-texte-temoins-et-donnees-personnelles.pdf" target="_blank">Politique de confidentialité</a>5323                    </div>5324                </div>5325            </div>5326        </div>5327    </div>5328    <script type="text/javascript" src="https://www.success-software.biz/adintel/ss_adintel.js" defer></script>5329</footer>5330<!-- FIN FOOTER -->5331    5332    <!-- Scripts -->5333    <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>5334    <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.16/js/bootstrap-multiselect.min.js" integrity="sha512-ljeReA8Eplz6P7m1hwWa+XdPmhawNmo9I0/qyZANCCFvZ845anQE+35TuZl9+velym0TKanM2DXVLxSJLLpQWw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>5335    <script type="text/javascript" charset="UTF-8" src="//cdn.cookie-script.com/s/5f460fe3e5c00524da172eee535519df.js"></script>5336        <!-- SELECT2 -->5337    <script>5338        $(document).ready(function () {5339            $.fn.multiselect.Constructor.prototype.defaults.selectAllText = " Sélectionner Tous";5340            $.fn.multiselect.Constructor.prototype.defaults.filterPlaceholder = "Recherche";5341            $.fn.multiselect.Constructor.prototype.defaults.nSelectedText = "sélectionnés";5342            $.fn.multiselect.Constructor.prototype.defaults.allSelectedText = "Tous sélectionnés";5343            $("#select2_size").multiselect({5344                nonSelectedText: "Grandeurs",5345                includeSelectAllOption: true,5346                buttonWidth: "180px"5347            });5348            $("#select2_unit").multiselect({5349                nonSelectedText: "Unités",5350                enableFiltering: true,5351                includeSelectAllOption: true,5352                buttonWidth: "180px"5353            });5354            $("#select2_level").multiselect({5355                nonSelectedText: "Étages",5356                enableFiltering: true,5357                includeSelectAllOption: true,5358                buttonWidth: "180px"5359            });5360            $("#select2_pub").multiselect({5361                nonSelectedText: 'Sélectionnez'5362            });5363        });5364    </script>5365    <!-- Image Map Pro Plugin -->5366    <script src="https://location.groupeevoludev.com/js/imagemappro.js"></script>5367    <script>5368        jQuery(".Toggles__status").click(function () {5369            jQuery(this).parent().parent().find(".Toggles__infos .MoreDetails").trigger("click");5370        });53715372        window.laravel = {5373            "apartments_data": {"4242":{"id":4242,"name":"101","availability":"Non Disponible","area":714,"starting_at":1295,"size":"3 1\/2"},"4243":{"id":4243,"name":"102","availability":"Disponible","area":1075,"starting_at":1395,"size":"4 1\/2"},"4244":{"id":4244,"name":"103","availability":"Non Disponible","area":1218,"starting_at":1580,"size":"5 1\/2"},"4245":{"id":4245,"name":"104","availability":"Disponible","area":1029,"starting_at":1455,"size":"4 1\/2"},"4246":{"id":4246,"name":"105","availability":"Non Disponible","area":1055,"starting_at":1395,"size":"4 1\/2"},"4247":{"id":4247,"name":"106","availability":"Non Disponible","area":1050,"starting_at":1395,"size":"4 1\/2"},"4248":{"id":4248,"name":"107","availability":"Disponible","area":1064,"starting_at":1395,"size":"4 1\/2"},"4249":{"id":4249,"name":"201","availability":"Non Disponible","area":714,"starting_at":1285,"size":"3 1\/2"},"4250":{"id":4250,"name":"202","availability":"Non Disponible","area":1218,"starting_at":1635,"size":"5 1\/2"},"4251":{"id":4251,"name":"203","availability":"Non Disponible","area":1218,"starting_at":1635,"size":"5 1\/2"},"4252":{"id":4252,"name":"204","availability":"Non Disponible","area":1029,"starting_at":1560,"size":"4 1\/2"},"4253":{"id":4253,"name":"205","availability":"Non Disponible","area":1055,"starting_at":1445,"size":"4 1\/2"},"4254":{"id":4254,"name":"206","availability":"Non Disponible","area":1050,"starting_at":1445,"size":"4 1\/2"},"4255":{"id":4255,"name":"207","availability":"Non Disponible","area":1064,"starting_at":1510,"size":"4 1\/2"},"4256":{"id":4256,"name":"301","availability":"Disponible","area":714,"starting_at":1295,"size":"3 1\/2"},"4257":{"id":4257,"name":"302","availability":"Non Disponible","area":1218,"starting_at":1645,"size":"5 1\/2"},"4258":{"id":4258,"name":"303","availability":"Non Disponible","area":1218,"starting_at":1645,"size":"5 1\/2"},"4259":{"id":4259,"name":"304","availability":"Non Disponible","area":1029,"starting_at":1570,"size":"4 1\/2"},"4260":{"id":4260,"name":"305","availability":"Non Disponible","area":1055,"starting_at":1455,"size":"4 1\/2"},"4261":{"id":4261,"name":"306","availability":"Non Disponible","area":1050,"starting_at":1520,"size":"4 1\/2"},"4262":{"id":4262,"name":"307","availability":"Non Disponible","area":1064,"starting_at":1520,"size":"4 1\/2"},"4263":{"id":4263,"name":"401","availability":"Non Disponible","area":714,"starting_at":1295,"size":"3 1\/2"},"4264":{"id":4264,"name":"402","availability":"Non Disponible","area":1218,"starting_at":1655,"size":"5 1\/2"},"4265":{"id":4265,"name":"403","availability":"Non Disponible","area":1218,"starting_at":1655,"size":"5 1\/2"},"4266":{"id":4266,"name":"404","availability":"Non Disponible","area":1029,"starting_at":1580,"size":"4 1\/2"},"4267":{"id":4267,"name":"405","availability":"Non Disponible","area":1055,"starting_at":1465,"size":"4 1\/2"},"4268":{"id":4268,"name":"406","availability":"Non Disponible","area":1005,"starting_at":1530,"size":"4 1\/2"},"4269":{"id":4269,"name":"407","availability":"Non Disponible","area":1064,"starting_at":1465,"size":"4 1\/2"}},5374            "plans": {"1":{"imagemappro":{"editor":{"selected_shape":"poly-6931","shapeCounter":{"polys":7}},"general":{"name":"building_82_floor_1","width":1920,"height":1080,"naturalWidth":1920,"naturalHeight":1080},"image":{"url":"https:\/\/groupeevoludev.com\/location\/storage\/plans\/2qGyicmo7gRQExxj24bQnUMcDC1vxpZAnhaA4n6p.jpg"},"spots":[{"id":"poly-6473","title":"Poly 0","type":"poly","x":11.087,"y":13.773,"width":21.263,"height":33.375,"x_image_background":11.087,"y_image_background":13.773,"width_image_background":21.262642225031605,"height_image_background":33.37547408343868,"apartment_id":"4248","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":17.42424242424243},{"x":34.78260869565218,"y":17.42424242424243},{"x":35.1170568561873,"y":0},{"x":67.22408026755852,"y":0},{"x":67.22408026755852,"y":18.560606060606062},{"x":100,"y":18.181818181818176},{"x":99.33110367892976,"y":99.62121212121212},{"x":0.0021166852471237577,"y":100}]},{"id":"poly-3881","title":"Poly 1","type":"poly","x":32.206,"y":13.392,"width":20.978,"height":33.755,"x_image_background":32.206,"y_image_background":13.392,"width_image_background":20.978192161820488,"height_image_background":33.75474083438685,"apartment_id":"4247","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":33.220338983050866,"y":19.850187265917604},{"x":32.881355932203405,"y":0.7490636704119851},{"x":65.76271186440678,"y":0},{"x":65.76271186440678,"y":19.101123595505616},{"x":100,"y":19.475655430711612},{"x":99.66101694915255,"y":100},{"x":0,"y":100},{"x":0.6779661016949151,"y":19.101123595505616}]},{"id":"poly-6931","title":"Poly 2","type":"poly","x":53.042,"y":13.9,"width":21.049,"height":33.123,"x_image_background":53.042,"y_image_background":13.9,"width_image_background":21.049304677623255,"height_image_background":33.122629582806574,"apartment_id":"4246","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":34.121621621621635,"y":19.083969465648856},{"x":33.7837837837838,"y":0},{"x":67.5675675675676,"y":0},{"x":67.5675675675676,"y":19.083969465648856},{"x":99.66216216216216,"y":19.083969465648856},{"x":100,"y":99.61832061068702},{"x":0,"y":100},{"x":0.675675675675676,"y":18.702290076335878}]},{"id":"poly-3773","title":"Poly 3","type":"poly","x":79.139,"y":28.817,"width":16.996,"height":40.834,"x_image_background":79.139,"y_image_background":28.817,"width_image_background":16.99589127686473,"height_image_background":40.83438685208597,"apartment_id":"4245","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.41841004184100417,"y":0},{"x":79.07949790794979,"y":0.9287925696594427},{"x":78.66108786610879,"y":43.653250773993804},{"x":100,"y":43.343653250774},{"x":99.16317991631799,"y":73.06501547987617},{"x":78.66108786610879,"y":73.37461300309597},{"x":78.66108786610879,"y":100},{"x":0,"y":98.76160990712074}]},{"id":"poly-967","title":"Poly 4","type":"poly","x":54.961,"y":52.96,"width":24.463,"height":33.502,"x_image_background":54.961,"y_image_background":52.96,"width_image_background":24.10714285714285,"height_image_background":33.501896333754736,"apartment_id":"4244","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0},{"x":98.54656255636307,"y":0.37735849056603277},{"x":100,"y":82.26335471698114},{"x":50.58142148910674,"y":81.50910188679248},{"x":50.58142148910674,"y":99.24528301886794},{"x":22.383732498052986,"y":100},{"x":22.383272549494865,"y":80.75518113207548},{"x":0,"y":80.37735849056604}]},{"id":"poly-6770","title":"Poly 5","type":"poly","x":30.569,"y":53.473,"width":24.249,"height":33.375,"x_image_background":30.569,"y_image_background":53.473,"width_image_background":24.249367888748424,"height_image_background":33.37547408343868,"apartment_id":"4243","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.586510263929618,"y":0},{"x":78.0044731182796,"y":0},{"x":77.71121798631476,"y":42.80396212121213},{"x":100,"y":42.42424242424242},{"x":100,"y":80.30303030303031},{"x":78.00586510263933,"y":81.0606060606061},{"x":77.41935483870968,"y":100},{"x":49.266862170087975,"y":100},{"x":48.97360703812317,"y":80.68181818181817},{"x":0,"y":81.0606060606061}]},{"id":"poly-6484","title":"Poly 6","type":"poly","x":16.275,"y":53.348,"width":14.436,"height":33.755,"x_image_background":16.275,"y_image_background":53.348,"width_image_background":14.222503160556258,"height_image_background":33.88116308470291,"apartment_id":"4242","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.0023383141175501603,"y":0},{"x":100,"y":0.749054300219605},{"x":98.5236918073968,"y":100},{"x":49.262235622718,"y":99.9987490793186},{"x":49.75485797894518,"y":81.27285224222288},{"x":0,"y":80.89786442371843}]}]},"floor":1,"pdf":null,"picture":"plans\/2qGyicmo7gRQExxj24bQnUMcDC1vxpZAnhaA4n6p.jpg"},"2":{"imagemappro":{"editor":{"selected_shape":"poly-7525","shapeCounter":{"polys":7}},"general":{"name":"building_82_floor_2","width":1920,"height":1080,"naturalWidth":1920,"naturalHeight":1080},"image":{"url":"https:\/\/groupeevoludev.com\/location\/storage\/plans\/NeTds8YbZ3HGWo3ElCW0oBc8yWmMtOtdFRMfyS49.jpg"},"spots":[{"id":"poly-3231","title":"Poly 0","type":"poly","x":11.157,"y":13.523,"width":20.978,"height":33.755,"x_image_background":11.157,"y_image_background":13.523,"width_image_background":20.97819216182048,"height_image_background":33.75474083438685,"apartment_id":"4255","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.6779661016949152,"y":99.625468164794},{"x":0,"y":19.101123595505616},{"x":33.22033898305084,"y":18.726591760299627},{"x":33.89830508474576,"y":0},{"x":67.45762711864406,"y":0},{"x":67.45762711864406,"y":18.726591760299627},{"x":99.66101694915255,"y":19.101123595505616},{"x":100,"y":100}]},{"id":"poly-5745","title":"Poly 1","type":"poly","x":32.064,"y":13.524,"width":20.978,"height":33.754,"x_image_background":32.064,"y_image_background":13.524,"width_image_background":20.978192161820488,"height_image_background":33.6283185840708,"apartment_id":"4254","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":31.864406779661042,"y":19.100111589410893},{"x":31.866015819209025,"y":0},{"x":66.4406779661017,"y":0.37328556844119154},{"x":66.4406779661017,"y":19.100111589410893},{"x":100,"y":19.474648109830284},{"x":100,"y":100},{"x":0,"y":100},{"x":0.33898305084745717,"y":19.100111589410893}]},{"id":"poly-7525","title":"Poly 2","type":"poly","x":53.041,"y":13.393,"width":20.907,"height":33.375,"x_image_background":53.041,"y_image_background":13.393,"width_image_background":20.907079646017692,"height_image_background":33.37547408343868,"apartment_id":"4253","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":32.99319727891158,"y":18.560606060606062},{"x":32.99319727891158,"y":0},{"x":67.687074829932,"y":0},{"x":68.02721088435378,"y":18.939393939393938},{"x":100,"y":18.939393939393938},{"x":99.65986394557824,"y":99.62121212121212},{"x":0,"y":100},{"x":0,"y":18.939393939393938}]},{"id":"poly-3736","title":"Poly 3","type":"poly","x":78.996,"y":29.2,"width":17.067,"height":40.455,"x_image_background":78.996,"y_image_background":29.2,"width_image_background":17.06700379266751,"height_image_background":40.4551201011378,"apartment_id":"4252","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.8333333333333334,"y":0},{"x":77.91666666666667,"y":0},{"x":78.33333333333333,"y":42.1875},{"x":99.58333333333333,"y":42.5},{"x":100,"y":73.4375},{"x":78.75,"y":74.0625},{"x":78.75,"y":100},{"x":0,"y":99.0625}]},{"id":"poly-8095","title":"Poly 4","type":"poly","x":54.817,"y":53.092,"width":24.178,"height":33.628,"x_image_background":54.817,"y_image_background":53.092,"width_image_background":24.17825537294563,"height_image_background":33.6283185840708,"apartment_id":"4251","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0},{"x":100,"y":0},{"x":99.41176470588235,"y":80.45075581041486},{"x":51.76470588235297,"y":80.45075581041486},{"x":51.47151895424841,"y":100},{"x":22.058823529411782,"y":99.99953759612313},{"x":22.058823529411782,"y":80.82669392167848},{"x":0.2941176470588234,"y":81.57857014420571}]},{"id":"poly-8318","title":"Poly 5","type":"poly","x":30.569,"y":53.092,"width":24.32,"height":33.628,"x_image_background":30.569,"y_image_background":53.092,"width_image_background":24.320480404551205,"height_image_background":33.6283185840708,"apartment_id":"4250","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0.3759398496240551},{"x":99.41520467836258,"y":0},{"x":100,"y":80.45112781954889},{"x":78.36118518518519,"y":80.82832330827067},{"x":78.36164782326188,"y":99.62406015037595},{"x":48.24561403508772,"y":100},{"x":48.24561403508772,"y":81.9548872180451},{"x":0,"y":80.82706766917293}]},{"id":"poly-8474","title":"Poly 6","type":"poly","x":16.204,"y":53.09,"width":14.293,"height":33.376,"x_image_background":16.204,"y_image_background":53.09,"width_image_background":14.222503160556258,"height_image_background":33.501896333754736,"apartment_id":"4249","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0},{"x":100,"y":0.0012651355092723198},{"x":100,"y":100},{"x":49.75005711577667,"y":100},{"x":49.75005711577667,"y":81.43962875621195},{"x":0.4951626054983531,"y":82.57597801603569}]}]},"floor":2,"pdf":null,"picture":"plans\/NeTds8YbZ3HGWo3ElCW0oBc8yWmMtOtdFRMfyS49.jpg"},"3":{"imagemappro":{"editor":{"selected_shape":"poly-8528","shapeCounter":{"polys":7}},"general":{"name":"building_82_floor_3","width":1920,"height":1080,"naturalWidth":1920,"naturalHeight":1080},"image":{"url":"https:\/\/groupeevoludev.com\/location\/storage\/plans\/hpYCHPIRKPfTKzGg6QJ0x5ghfPGqjcQ4S2mjnowo.jpg"},"spots":[{"id":"poly-1256","title":"Poly 0","type":"poly","x":11.169,"y":13.652,"width":21.049,"height":33.881,"x_image_background":11.169,"y_image_background":13.652,"width_image_background":21.04930467762326,"height_image_background":33.88116308470291,"apartment_id":"4262","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":19.029850746268657},{"x":34.121621621621614,"y":19.029850746268657},{"x":34.121621621621614,"y":0.37313432835820914},{"x":67.90540540540539,"y":0},{"x":67.90540540540539,"y":18.28358208955224},{"x":100,"y":18.656716417910445},{"x":100,"y":100},{"x":0.0005345345345354759,"y":99.62561940298505}]},{"id":"poly-1354","title":"Poly 1","type":"poly","x":32.219,"y":13.399,"width":21.049,"height":33.881,"x_image_background":32.219,"y_image_background":13.399,"width_image_background":21.04930467762327,"height_image_background":33.88116308470291,"apartment_id":"4261","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":32.094594594594604,"y":19.029850746268657},{"x":32.094594594594604,"y":0},{"x":66.55405405405406,"y":0},{"x":66.8918918918919,"y":19.776119402985074},{"x":100,"y":19.402985074626866},{"x":100,"y":99.6268656716418},{"x":0,"y":100},{"x":0,"y":19.402985074626866}]},{"id":"poly-8528","title":"Poly 2","type":"poly","x":53.052,"y":13.526,"width":20.978,"height":34.008,"x_image_background":53.052,"y_image_background":13.526,"width_image_background":20.978192161820473,"height_image_background":33.75474083438685,"apartment_id":"4260","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":32.542372881355945,"y":18.959021116743592},{"x":32.8813559322034,"y":0.3717455120930119},{"x":67.79661016949154,"y":0},{"x":67.11864406779662,"y":19.702512140929617},{"x":100,"y":19.3307666288366},{"x":99.32203389830508,"y":100},{"x":0,"y":99.628254487907},{"x":0,"y":18.959021116743592}]},{"id":"poly-4655","title":"Poly 3","type":"poly","x":79.294,"y":28.822,"width":16.996,"height":40.708,"x_image_background":79.294,"y_image_background":28.822,"width_image_background":16.99589127686473,"height_image_background":40.707964601769916,"apartment_id":"4259","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.8368200836820076,"y":0},{"x":78.6610878661088,"y":0},{"x":79.0794979079498,"y":42.54658385093168},{"x":100,"y":42.54658385093168},{"x":99.16317991631799,"y":73.91304347826086},{"x":78.6610878661088,"y":73.60248447204971},{"x":79.0794979079498,"y":100},{"x":0,"y":99.68840372670806}]},{"id":"poly-3762","title":"Poly 4","type":"poly","x":55.116,"y":53.222,"width":24.107,"height":33.881,"x_image_background":55.116,"y_image_background":53.222,"width_image_background":24.10714285714285,"height_image_background":33.501896333754736,"apartment_id":"4258","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0.7462745322360461},{"x":100,"y":0},{"x":99.11504424778761,"y":80.22451221537604},{"x":51.62241887905608,"y":80.22451221537604},{"x":52.21192264831205,"y":100},{"x":21.82937528679124,"y":100},{"x":21.828908554572287,"y":80.59764948149407},{"x":0,"y":80.9707867476121}]},{"id":"poly-2763","title":"Poly 5","type":"poly","x":30.653,"y":53.35,"width":24.392,"height":34.008,"x_image_background":30.653,"y_image_background":53.35,"width_image_background":24.39159292035399,"height_image_background":33.75474083438685,"apartment_id":"4257","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.2915451895043728,"y":0},{"x":99.70845481049562,"y":0.7434910241860132},{"x":100,"y":79.92528509999751},{"x":78.71581729834789,"y":80.29703061209047},{"x":78.71581729834789,"y":100},{"x":48.105878846776804,"y":99.62871173488683},{"x":48.104956268221585,"y":79.92528509999751},{"x":0,"y":79.55353958790445}]},{"id":"poly-6302","title":"Poly 6","type":"poly","x":16.43,"y":53.096,"width":14.364,"height":33.881,"x_image_background":16.43,"y_image_background":53.096,"width_image_background":14.222503160556258,"height_image_background":33.6283185840708,"apartment_id":"4256","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0.37313261584657154},{"x":99.01222761406144,"y":0},{"x":100,"y":100},{"x":49.505330510296695,"y":99.9987537370631},{"x":49.01105266896042,"y":80.9697776387071},{"x":0.9901222761406134,"y":80.9697776387071}]}]},"floor":3,"pdf":null,"picture":"plans\/hpYCHPIRKPfTKzGg6QJ0x5ghfPGqjcQ4S2mjnowo.jpg"},"4":{"imagemappro":{"editor":{"selected_shape":"poly-6870","shapeCounter":{"polys":7}},"general":{"name":"building_82_floor_4","width":1920,"height":1080,"naturalWidth":1920,"naturalHeight":1080},"image":{"url":"https:\/\/groupeevoludev.com\/location\/storage\/plans\/Urym34qVOay6X435KN8Ggb6s5vCQ39V6DvJ8JH5v.jpg"},"spots":[{"id":"poly-8386","title":"Poly 0","type":"poly","x":11.312,"y":13.782,"width":20.836,"height":33.881,"x_image_background":11.312,"y_image_background":13.782,"width_image_background":20.835967130214918,"height_image_background":33.501896333754736,"apartment_id":"4269","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":19.029213252387915},{"x":33.44763898369357,"y":19.774241506155146},{"x":33.78839590443685,"y":0.3718909876491922},{"x":68.60068259385665,"y":0},{"x":68.59960257868791,"y":20.148625050742005},{"x":100,"y":19.40235051850595},{"x":99.65870307167235,"y":100},{"x":0.6825938566552895,"y":99.25372546776396}]},{"id":"poly-5829","title":"Poly 1","type":"poly","x":32.219,"y":13.399,"width":20.836,"height":33.755,"x_image_background":32.219,"y_image_background":13.399,"width_image_background":20.83596713021492,"height_image_background":33.75474083438685,"apartment_id":"4268","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":31.399317406143368,"y":19.475655430711605},{"x":31.398777398558952,"y":0},{"x":66.8941979522184,"y":0},{"x":66.55290102389077,"y":19.101123595505616},{"x":100,"y":19.850187265917604},{"x":100,"y":99.625468164794},{"x":0,"y":100},{"x":0,"y":19.475655430711605}]},{"id":"poly-6870","title":"Poly 2","type":"poly","x":53.055,"y":13.654,"width":20.765,"height":33.755,"x_image_background":53.055,"y_image_background":13.654,"width_image_background":20.83596713021491,"height_image_background":33.6283185840708,"apartment_id":"4267","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":32.876534184989815,"y":19.85009582165595},{"x":32.876534184989815,"y":0.3757810404094413},{"x":68.4916958440834,"y":0},{"x":68.49115399009405,"y":19.85009582165595},{"x":99.65807795622904,"y":19.47635597034516},{"x":100,"y":99.998288397398},{"x":0,"y":100},{"x":0,"y":19.47556571181338}]},{"id":"poly-5696","title":"Poly 3","type":"poly","x":79.011,"y":29.076,"width":16.996,"height":40.455,"x_image_background":79.011,"y_image_background":29.076,"width_image_background":16.99589127686473,"height_image_background":40.4551201011378,"apartment_id":"4266","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.8368200836820076,"y":0},{"x":78.6610878661088,"y":0.31249999999999584},{"x":78.2426778242678,"y":42.50000000000001},{"x":100,"y":42.8125},{"x":100,"y":74.37500000000001},{"x":78.6610878661088,"y":74.06250000000001},{"x":79.0794979079498,"y":100},{"x":0,"y":99.37538437500002}]},{"id":"poly-9904","title":"Poly 4","type":"poly","x":54.905,"y":53.097,"width":24.178,"height":33.881,"x_image_background":54.905,"y_image_background":53.097,"width_image_background":24.17825537294563,"height_image_background":33.88116308470291,"apartment_id":"4265","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0.3731343283582038},{"x":100,"y":0},{"x":99.11764705882354,"y":80.59701492537312},{"x":52.35201045751635,"y":80.22388059701491},{"x":52.352941176470615,"y":99.25373134328355},{"x":22.05975424836602,"y":100},{"x":22.05975424836602,"y":80.2243395522388},{"x":0.2941176470588234,"y":80.59747388059697}]},{"id":"poly-781","title":"Poly 5","type":"poly","x":30.726,"y":53.35,"width":24.107,"height":33.375,"x_image_background":30.726,"y_image_background":53.35,"width_image_background":24.107142857142865,"height_image_background":33.37547408343868,"apartment_id":"4264","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0,"y":0},{"x":99.70501474926253,"y":0},{"x":100,"y":79.92424242424244},{"x":78.17109144542775,"y":80.30303030303031},{"x":78.46607669616522,"y":100},{"x":48.37758112094395,"y":100},{"x":48.37758112094395,"y":80.68181818181817},{"x":0.29451851851852473,"y":80.68354924242423}]},{"id":"poly-9663","title":"Poly 6","type":"poly","x":16.36,"y":53.224,"width":14.294,"height":33.628,"x_image_background":16.36,"y_image_background":53.224,"width_image_background":14.293615676359037,"height_image_background":33.6283185840708,"apartment_id":"4263","tooltip_content":{"squares_settings":{"containers":[{"id":"sq-container-403761","settings":{"elements":[{"settings":{"name":"AjaxContent","iconClass":"fa fa-globe"}}]}}]}},"points":[{"x":0.49751243781094534,"y":0},{"x":99.00497512437812,"y":0.37593984962406013},{"x":100,"y":100},{"x":49.75124378109452,"y":100},{"x":49.253731343283576,"y":80.07518796992481},{"x":0,"y":81.203007518797}]}]},"floor":4,"pdf":null,"picture":"plans\/Urym34qVOay6X435KN8Ggb6s5vCQ39V6DvJ8JH5v.jpg"}},5375            "building_slug": "le-roussin"5376        };53775378        ;(function ($, window, document, undefined) {5379            window.goToFloor = function (floor) {5380                if (typeof window.laravel.plans[floor] === "undefined") {5381                    //console.log("Floor:" + floor + " does not exists!");5382                    $("#image-map-pro-container").html("");5383                    return false;5384                }53855386                $("#image-map-pro-container").imageMapPro(window.laravel.plans[floor].imagemappro);53875388                if (window.laravel.plans[floor].pdf != "") {5389                    $("#floor-plan").attr("src", 'https://groupeevoludev.com/location//storage/' + window.laravel.plans[floor].picture).show();53905391                } else {5392                    $("#floor-plan").hide();5393                }53945395                return true;5396            };5397            window.goToFloor(1);5398        })(jQuery, window, document);53995400        $(".SmallToggles__title").on("click", function (target) {5401            $(".SmallToggles .SmallToggles__item--active").removeClass("SmallToggles__item--active");5402            window.goToFloor(target.target.id);5403        });5404    </script>5405    <!-- Check if header BG is loaded -->5406    <script type="text/javascript" src="https://location.groupeevoludev.com/js/bg-loaded.js"></script>5407    <script type="text/javascript">5408        /*5409 * jQuery TipTop v1.05410 * http://gilbitron.github.io/TipTop5411 *5412 * Copyright 2013, Dev7studios5413 * Free to use and abuse under the MIT license.5414 * http://www.opensource.org/licenses/mit-license.php5415 */54165417        ;(function ($, window, document, undefined) {54185419            var pluginName = "tipTop",5420                defaults = {5421                    offsetVertical: 10, // Vertical offset5422                    offsetHorizontal: 10  // Horizontal offset5423                };54245425            function TipTop(element, options) {5426                this.el = element;5427                this.$el = $(this.el);5428                this.options = $.extend({}, defaults, options);54295430                this.init();5431            }54325433            TipTop.prototype = {54345435                init: function () {5436                    var $this = this;54375438                    this.$el.mouseenter(function () {5439                        var title = $(this).attr("title"),5440                            tooltip = $("<div class=\"tiptop\"></div>").text(title);5441                        tooltip.appendTo("body");5442                        $(this).data("title", title).removeAttr("title");5443                    }).mouseleave(function () {5444                        $(".tiptop").remove();5445                        $(this).attr("title", $(this).data("title"));5446                    }).mousemove(function (e) {5447                        var tooltip = $(".tiptop"),5448                            top = e.pageY + $this.options.offsetVertical,5449                            bottom = "auto";5450                        left = e.pageX + $this.options.offsetHorizontal,5451                            right = "auto";54525453                        if (top + tooltip.outerHeight() >= $(window).scrollTop() + $(window).height()) {5454                            bottom = $(window).height() - top + ($this.options.offsetVertical * 2);5455                            top = "auto";5456                        }5457                        if (left + tooltip.outerWidth() >= $(window).width()) {5458                            right = $(window).width() - left + ($this.options.offsetHorizontal * 2);5459                            left = "auto";5460                        }54615462                        $(".tiptop").css({"top": top, "bottom": bottom, "left": left, "right": right});5463                    });54645465                }54665467            };54685469            $.fn[pluginName] = function (options) {5470                return this.each(function () {5471                    if (!$.data(this, pluginName)) {5472                        $.data(this, pluginName, new TipTop(this, options));5473                    }5474                });5475            };54765477        })(jQuery, window, document);547854795480        $(".FicheHero").bgLoaded({5481            afterLoaded: function () {5482                let header = $(".header-wrapper");5483                let title = $(".FicheHero__wrapper");5484                header.css("display", "flex");5485                title.show();5486            }5487        });54885489        !function(t,i,e,n){"use strict";t.fn.dynamicMaxHeight=function(i){function e(t,i){var e;e=t.hasClass(d)?i.data("replace-text"):i.attr("title"),i.text(e)}function n(t,i){t.find("."+c).css("max-height",i)}function a(t,i){i.css("display","inline-block")}var c="dynamic-height-wrap",d="dynamic-height-active",o="js-dynamic-show-hide";return this.each(function(i,s){var h=t(s),u=h.data("maxheight"),l=h.find("."+c).outerHeight(),r=h.find("."+o);h.attr("data-itemheight",l),l>u&&(n(h,u),h.toggleClass(d),a(h,r)),r.click(function(){h.hasClass(d)?n(h,l):n(h,u),e(h,r),h.toggleClass(d)})})}}(window.jQuery||window.$,document,window),"undefined"!=typeof module&&module.exports&&(module.exports=dynamicMaxHeight);5490    </script>54915492    <script src="https://cdnjs.cloudflare.com/ajax/libs/flickity/2.3.0/flickity.pkgd.js"></script>5493    <script>5494        $(document).ready(function () {5495            $('.FicheCTA button').on('click', function () {5496                $('html, body').animate({5497                    scrollTop: $("#bottomForm").offset().top - 2005498                }, 1000);5499                $('.GoToForm').hide();5500            });5501            $('.GoToForm').on('click', function () {5502                $('html, body').animate({5503                    scrollTop: $("#bottomForm").offset().top - 2005504                }, 1000);5505                $('.GoToForm').hide();5506            });5507        });5508    </script>55095510    <!-- Ferme le modal et envoi vers le formulaire de contact -->5511    <script>5512        $('.apartmentModalButton').on('click', function() {5513            let id = $(this).closest(".planModalMobileLandscape").attr('id');5514            $('#'+id).modal('toggle');5515            setTimeout(function (){5516                $('html, body').animate({5517                    scrollTop:$('#contactSection').offset().top5518                },'slow');5519            }, 500);5520        });5521    </script>55225523    <!-- button "Afficher plus" -->5524    <script>5525        jQuery(document).ready(function () {5526            $(".dynamic-max-height").dynamicMaxHeight();5527        });5528    </script>5529    </body>5530</html>5531