map update

This commit is contained in:
ed barz 2022-05-19 12:09:40 +02:00
parent 121030289a
commit 05e9a4acf9
3738 changed files with 3011 additions and 401 deletions

View File

@ -62,7 +62,6 @@ div#list {
height: 100%; height: 100%;
width: 100%; width: 100%;
padding-left: 10px; padding-left: 10px;
padding-top: 10px
scrollbar-width: none; scrollbar-width: none;
overflow-x: hidden; overflow-x: hidden;
} }

Binary file not shown.

View File

@ -119,7 +119,7 @@ Vue.component('Accordeon', {
<span <span
v-on:click="toggleActive()" v-on:click="toggleActive()"
class="listname" class="listname"
:class="{ active: isActive }"> :class="{ active: this.list.isActive }">
<h3 class="b9h-lang-fr">{{ this.list.nameFR }}</h3> <h3 class="b9h-lang-fr">{{ this.list.nameFR }}</h3>
<h3 class="b9h-lang-en">{{ this.list.nameEN }}</h3> <h3 class="b9h-lang-en">{{ this.list.nameEN }}</h3>
@ -128,19 +128,22 @@ Vue.component('Accordeon', {
</span> </span>
</a> </a>
<section class="listchild" :class="{ active: isActive }"> <section class="listchild" :class="{ active: this.list.isActive }">
<Accordeon v-for="i in this.list.sub" v-bind:list="i"></Accordeon> <Accordeon v-for="i in this.list.sub" v-bind:list="i"></Accordeon>
</section> </section>
</nav> </nav>
<section v-if="this.list.type === 'item'" class="lastlistitem"> <section
<aside> v-if="this.list.type === 'item'"
class="lastlistitem"
>
<aside v-on:click="setMap()">
<img v-bind:src="this.list.img"></img> <img v-bind:src="this.list.img"></img>
</aside> </aside>
<aside class="txt"> <aside class="txt">
<h3 v-on:click="setMap()">{{ this.list.name }}</h3> <h3 v-on:click="setMap()">{{ this.list.name }}</h3>
<p class="b9h-lang-fr">{{ this.list.txtFR }}</p> <p class="b9h-lang-fr" v-on:click="setMap()">{{ this.list.txtFR }}</p>
<p class="b9h-lang-en">{{ this.list.txtEN }}</p> <p class="b9h-lang-en" v-on:click="setMap()">{{ this.list.txtEN }}</p>
<p class="b9h-lang-it">{{ this.list.txtIT }}</p> <p class="b9h-lang-it" v-on:click="setMap()">{{ this.list.txtIT }}</p>
<section <section
v-if="'card' in this.list" v-if="'card' in this.list"
@ -208,6 +211,27 @@ Vue.component('Accordeon', {
} }
}, },
computed: { computed: {
xy: function () {
if ('xy' in this.list) {
return this.list.xy
} else {
return [0,0]
}
},
dirxy: function () {
if ('dirxy' in this.list) {
return this.list.dirxy
} else {
return [0,0]
}
},
dirzl: function () {
if ('dirzl' in this.list) {
return this.list.dirzl
} else {
return 1
}
},
href: function () { href: function () {
return "#" + this.list.id; return "#" + this.list.id;
}, },
@ -268,6 +292,7 @@ Vue.component('Accordeon', {
this.cardTop = "0vh" this.cardTop = "0vh"
this.setTab(0) this.setTab(0)
this.setTab(0) this.setTab(0)
this.setMap()
this.setTab(0) this.setTab(0)
}, },
hideCard() { hideCard() {
@ -277,13 +302,15 @@ Vue.component('Accordeon', {
}, },
toggleActive () { toggleActive () {
this.isActive = !this.isActive this.list.isActive = !this.list.isActive
document.getElementById(this.list.id).scrollIntoView(); document.getElementById(this.list.id).scrollIntoView();
}, },
setMap () { setMap () {
map.setView([14,54],3) map.setView(this.dirxy, this.dirzl)
} this.list.marker.openPopup()
console.log("setMap")
} }
},
}) })
@ -299,107 +326,7 @@ fetch(jsonurl)
let vm = new Vue({ let vm = new Vue({
el: '#root', el: '#root',
data: { data : jdb.data,
currentLang: 'fr',
fdata: {},
db : {
parking : {
id : "parking",
type : "list",
nameFR : "Parking",
nameEN : "Car park",
nameIT : "Parcheggio",
sub : {
lamy : {
id: "lamy",
type: "item",
name: "Parking Lamy"
}
}
},
resto : {
id : "resto",
type : "list",
nameFR : "Restaurant",
nameEN : "Restaurant",
nameIT : "Ristoranti",
sub : {
italiens : {
id: "restoital",
type : "list",
nameFR : "Italien",
nameEN : "Italian",
nameIT : "Italiano",
sub : {
SanTelmo : {
id: "santelmo",
type : "item",
name: "San Telmo",
img: "https://ed.brz9.dev/proj/map/asset/img/santelmo.jpg",
txtFR: "Français Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
txtEN: "English Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
txtIT: "Italiano Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
card : {
tabs : {
menu : {
tabtype : "menu",
priceRange : "18-32€",
dishes : {
divola : {
name : "Pizza Divola",
},
regina : {
name : "Pizza Regina",
}
}
},
time : {
tabtype : "time",
mon : "11h30-14h00 18h30-22h00",
tue : "11h30-14h00 18h30-22h00",
wed : "11h30-14h00 18h30-22h00",
thu : "11h30-14h00 18h30-22h00",
fri : "11h30-14h00 18h30-22h00",
sat : "11h30-14h00 18h30-22h00",
sun : "",
}
}
}
},
Salsamenteria : {
id: "salsamenteria",
type : "item",
name: "Salsamenteria di Parma",
img: "https://ed.brz9.dev/proj/map/asset/img/salsamentiera.jpg",
txtFR: "Français Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
txtEN: "English Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
txtIT: "Italiano Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
},
},
},
vege : {
id : "restovege",
type : "list",
nameFR : "Végétarien",
nameEN : "Vegan",
nameIT : "Vegetariano",
sub : {
SanTelmo : {
id: "santelmo",
type : "item",
name: "San Telmo",
},
Salsamenteria : {
id: "salsamenteria",
type : "item",
name: "Salsamenteria di Parma",
},
}
}
}
}
}
},
methods: { methods: {
hidelang: function(lang) { hidelang: function(lang) {
langClass = "b9h-lang-" + lang; langClass = "b9h-lang-" + lang;

View File

@ -35,6 +35,13 @@ var markPointerIcon = L.icon({
popupAnchor: [0, -38], popupAnchor: [0, -38],
}); });
var markRestoIcon = L.icon({
iconUrl: 'asset/markers/resto-42x56.png',
iconSize: [41, 32],
iconAnchor: [20.5, 32],
popupAnchor: [0, -38],
});
var marker = L.marker(hotelxy, { var marker = L.marker(hotelxy, {
icon: markPointerIcon, icon: markPointerIcon,
@ -44,9 +51,39 @@ var marker = L.marker(hotelxy, {
marker.bindPopup("check"); marker.bindPopup("check");
marker.on('click', function(e) { marker.on('click', function(e) {
console.log("hello from marker") console.log(marker.getLatLng())
}) })
console.log("looping resto from map.js")
var layResto = L.layerGroup()
let resto = jdb.data.db.resto.sub
Object.entries(resto).forEach(item => {
console.log(item)
console.log(item[1]['sub'])
Object.entries(item[1]['sub']).forEach(r => {
console.log(r[1]['name'])
console.log(r[1]['xy'])
if (typeof r[1]['xy'] !== "undefined") {
r[1]['marker'] = L.marker(r[1]['xy'], {
icon: markRestoIcon,
}).addTo(layResto);
r[1]['marker'].bindPopup(r[1]['name'])
r[1]['marker'].on('click', function(e) {
console.log("hello")
jdb.data.db.resto.isActive = true
item[1]['isActive'] = true
let target = document.getElementById(r[1]['id'])
target.scrollIntoView({ behavior: 'smooth' })
})
}
})
})
layResto.addTo(map)
/* /*
min/max = 163 min/max = 163
map.setView([-163,-163],2) map.setView([-163,-163],2)

View File

@ -23,11 +23,11 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="0.65301815" inkscape:zoom="0.27158394"
inkscape:cx="1526.5028" inkscape:cx="-1819.0801"
inkscape:cy="-3721.8606" inkscape:cy="-7889.7699"
inkscape:document-units="mm" inkscape:document-units="mm"
inkscape:current-layer="layer1" inkscape:current-layer="g5160"
inkscape:document-rotation="0" inkscape:document-rotation="0"
showgrid="false" showgrid="false"
inkscape:snap-bbox="true" inkscape:snap-bbox="true"
@ -51,21 +51,29 @@
type="xygrid" type="xygrid"
id="grid889" /> id="grid889" />
<sodipodi:guide <sodipodi:guide
position="-100.54166,681.96877" position="690.5625,1117.2083"
orientation="0,-1"
id="guide5125" />
<sodipodi:guide
position="703.79165,1540.5417"
orientation="0,-1"
id="guide5127" />
<sodipodi:guide
position="1387.2591,2447.7334"
orientation="0,-1"
id="guide5141" />
<sodipodi:guide
position="-993.152,2245.7546"
orientation="0,-1"
id="guide5143" />
<sodipodi:guide
position="-1061.9437,2378.9418"
orientation="1,0" orientation="1,0"
id="guide5004" /> id="guide5145" />
<sodipodi:guide <sodipodi:guide
position="-100.54166,681.96879" position="-924.36032,2378.9418"
orientation="0,-1" orientation="1,0"
id="guide5006" /> id="guide5147" />
<sodipodi:guide
position="335.33357,1295.2542"
orientation="0,-1"
id="guide5088" />
<sodipodi:guide
position="334.65107,1278.1309"
orientation="0,-1"
id="guide5090" />
</sodipodi:namedview> </sodipodi:namedview>
<metadata <metadata
id="metadata5"> id="metadata5">
@ -197,7 +205,7 @@
<path <path
id="path4998" id="path4998"
style="opacity:0.999987;fill:#ff5821;fill-opacity:1;stroke:none;stroke-width:3.11801;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" style="opacity:0.999987;fill:#ff5821;fill-opacity:1;stroke:none;stroke-width:3.11801;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
d="m -31.749992,-460.375 c -2e-6,37.99259 -29.65778,75.40621 -68.791668,133.18728 -39.13488,-57.78107 -68.79166,-95.1947 -68.79166,-133.18728 0,-37.99258 30.79908,-68.79166 68.79166,-68.79166 37.992587,0 68.791666,30.79907 68.791668,68.79166 z" d="m -924.36034,-2081.9417 c 0,37.9926 -29.65778,75.4062 -68.79167,133.1872 -39.13489,-57.781 -68.79169,-95.1947 -68.79169,-133.1872 0,-37.9926 30.7991,-68.7917 68.79169,-68.7917 37.99259,0 68.79167,30.7991 68.79167,68.7917 z"
sodipodi:nodetypes="scsss" sodipodi:nodetypes="scsss"
inkscape:export-filename="/home/ed/code/web/html-css/ed.brz9.dev/assets/marker/png/pointer.png" inkscape:export-filename="/home/ed/code/web/html-css/ed.brz9.dev/assets/marker/png/pointer.png"
inkscape:export-xdpi="4" inkscape:export-xdpi="4"
@ -205,14 +213,13 @@
<circle <circle
style="opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke:none;stroke-width:1.67893;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" style="opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke:none;stroke-width:1.67893;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="circle5001" id="circle5001"
cx="-100.54166" cx="-993.15198"
cy="-460.375" cy="-2081.9417"
r="37.041656" /> r="37.041656" />
<path <path
id="path5027" id="path5027"
style="opacity:0.999987;fill:#ff5821;fill-opacity:1;stroke:none;stroke-width:11.7846;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" style="opacity:0.999987;fill:#ff5821;fill-opacity:1;stroke:none;stroke-width:3.11801;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
d="M 2555.7852 -2499.6113 C 2412.1912 -2499.6113 2295.7852 -2383.2053 2295.7852 -2239.6113 C 2295.7852 -2096.0173 2407.8738 -1954.6117 2555.7852 -1736.2266 C 2703.6928 -1954.6117 2815.7852 -2096.0173 2815.7852 -2239.6113 C 2815.7852 -2383.2054 2699.3792 -2499.6113 2555.7852 -2499.6113 z M 2555.7598 -2379.6113 A 139.99996 139.99996 0 0 1 2555.7852 -2379.6113 A 139.99996 139.99996 0 0 1 2695.7852 -2239.6113 A 139.99996 139.99996 0 0 1 2555.7852 -2099.6113 A 139.99996 139.99996 0 0 1 2415.7852 -2239.6113 A 139.99996 139.99996 0 0 1 2555.7598 -2379.6113 z " d="m -768.04489,-2150.7335 c -37.99258,0 -68.79167,30.7991 -68.79167,68.7917 0,37.9926 29.65678,75.4061 68.79167,133.1872 39.13388,-57.7811 68.79166,-95.1946 68.79166,-133.1872 0,-37.9926 -30.79909,-68.7917 -68.79166,-68.7917 z m -0.007,31.75 a 37.041656,37.041656 0 0 1 0.007,0 37.041656,37.041656 0 0 1 37.04166,37.0417 37.041656,37.041656 0 0 1 -37.04166,37.0416 37.041656,37.041656 0 0 1 -37.04167,-37.0416 37.041656,37.041656 0 0 1 37.03495,-37.0417 z"
transform="scale(0.26458333)"
inkscape:export-xdpi="4" inkscape:export-xdpi="4"
inkscape:export-ydpi="4" /> inkscape:export-ydpi="4" />
<path <path
@ -224,13 +231,16 @@
inkscape:export-xdpi="4" inkscape:export-xdpi="4"
inkscape:export-ydpi="4" /> inkscape:export-ydpi="4" />
<circle <circle
style="opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke:none;stroke-width:1.23055;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" style="opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke:#b3bfb6;stroke-width:6.231;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="circle5034" id="circle5034"
cx="445.21695" cx="445.21695"
cy="-951.47681" cy="-951.47681"
r="27.149168" /> r="27.149168" />
<g
id="g5119"
transform="translate(63.703324,5.3297506)">
<path <path
style="fill:none;stroke:#1c2729;stroke-width:4.165;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" style="fill:none;stroke:#1c2729;stroke-width:4.165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 343.13891,-975.49963 v 46.24665" d="m 343.13891,-975.49963 v 46.24665"
id="path5036" /> id="path5036" />
<g <g
@ -256,13 +266,76 @@
</g> </g>
<path <path
style="fill:#1c2729;fill-opacity:1;stroke:none;stroke-width:0.466203;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:#1c2729;fill-opacity:1;stroke:none;stroke-width:0.466203;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 341.10207,-975.48735 -3.14186,-5.67037 h 10.43257 l -3.22048,5.91196 -2.00781,0.21737" d="m 341.10207,-975.48735 -3.14186,-5.67037 0.21336,-7.16102 10.12931,-0.0742 0.0899,7.23519 -3.22048,5.91196 -2.00781,0.21737"
id="path5104" id="path5104"
sodipodi:nodetypes="ccccc" /> sodipodi:nodetypes="ccccccc" />
</g>
<path <path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#1c2729;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#1c2729;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
d="m 360.13344,-998.2542 -0.98611,27.70746 0.4972,12.22664 v 29.06619 h 5.08789 l -0.18924,-29.09422 2.77509,-22.78277 -4.31069,-17.1233 z" d="m 482.10348,-990.27623 -0.98611,27.70746 0.4972,12.22664 v 29.06619 h 5.08789 l -0.18924,-29.09422 2.77509,-22.78277 -4.31069,-17.1233 z"
id="path5106" id="path5106"
sodipodi:nodetypes="ccccccccc" /> sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#1c2729;fill-opacity:1;stroke:#b3bfb6;stroke-width:16.365;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
d="m 640.29166,-1243.5416 -21.16666,137.5833 42.33333,42.3333 -10.58333,243.41667 h 42.33333 L 682.625,-1063.625 l 42.33333,-42.3333 -21.16667,-137.5833 -10.58333,95.25 h -5.29167 l -15.875,-95.25 -15.875,95.25 H 650.875 Z"
id="path5121"
sodipodi:nodetypes="cccccccccccccc" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#1c2729;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.13524;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
d="m 756.70833,-1243.5417 -10.58333,105.8334 10.58333,142.87497 -10.84449,174.62504 h 42.33333 l -10.32217,-174.62504 21.16667,-121.70837 -42.5945,-127 z"
id="path5123"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#1c2729;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m 952.49999,-1217.0833 v 116.4166 h 31.75 v 222.25004 h 21.16671 v -222.25004 h 31.75 v -116.4166 h -10.5834 v 63.5 H 1016 v -63.5 h -10.5833 v 63.5 h -10.58338 v -63.5 h -10.58333 v 63.5 h -10.58334 v -63.5 h -10.58333 v 63.5 h -10.58333"
id="path5129" />
<path
style="fill:#1c2729;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m 1164.1667,-867.83332 31.75,-1e-5 v -232.83337 l 10.5833,0 v -116.4166 h -10.5833 V -1143 h -10.5834 v -74.0833 H 1174.75 V -1143 h -10.5833 v -74.0833 h -10.5834 v 116.4166 h 10.5834 z"
id="path5131"
sodipodi:nodetypes="ccccccccccccccccc" />
<path
style="fill:#1c2729;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1259.4167,-867.83332 v -349.24998 l 31.75,0 21.1666,201.0833 h -21.1666 v 148.16668 z"
id="path5133"
sodipodi:nodetypes="ccccccc" />
<g
id="g5160"
transform="matrix(0.55619998,0,0,0.55619998,-1313.5096,-1012.2411)"
style="stroke-width:14.27094622;stroke-miterlimit:4;stroke-dasharray:none">
<path
style="fill:#1c2729;fill-opacity:1;stroke:#b3bfb6;stroke-width:28.5419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
d="m 1344.0297,-1692.7927 h 40.9884 l 2.4565,-300.5819 h 13.6628 v -150.2909 h -13.6628 v 95.6397 h -16.1194 v -95.6397 h -13.6627 v 95.6397 h -16.1193 v -95.6397 h -13.6629 v 150.2909 h 13.6629 z"
id="path5135"
sodipodi:nodetypes="ccccccccccccccccc"
inkscape:export-xdpi="4.0456319"
inkscape:export-ydpi="4.0456319" />
<path
style="fill:#1c2729;fill-opacity:1;stroke:#b3bfb6;stroke-width:28.5419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
d="m 1856.6876,-1692.7927 v -450.8728 h 45.9013 l 27.3256,259.5934 h -27.3256 v 191.2794 z"
id="path5137"
sodipodi:nodetypes="ccccccc"
inkscape:export-xdpi="4.0456319"
inkscape:export-ydpi="4.0456319" />
<g
id="g5153"
style="stroke-width:22.10880158;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:export-xdpi="4.0456319"
inkscape:export-ydpi="4.0456319"
transform="matrix(1.2909742,0,0,1.2909742,-386.47561,489.87865)">
<circle
style="opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke:#b3bfb6;stroke-width:22.10880158;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="path5139"
cx="1554.7484"
cy="-1858.869"
r="149.92163" />
<circle
style="opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke:#b3bfb6;stroke-width:22.10880158;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="circle5149"
cx="1554.7484"
cy="-1858.869"
r="89.885574" />
</g>
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -14,14 +14,14 @@
width="2048" width="2048"
height="2048" height="2048"
viewBox="0 0 2048 2048" viewBox="0 0 2048 2048"
sodipodi:docname="1.svg" sodipodi:docname="2.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)" inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
inkscape:export-filename="/home/ed/code/web/js/map/asset/tmp/7.png" inkscape:export-filename="/home/ed/code/web/js/map/asset/tmp/7.png"
inkscape:export-xdpi="768.00006" inkscape:export-xdpi="768.00006"
inkscape:export-ydpi="768.00006"><metadata inkscape:export-ydpi="768.00006"><metadata
id="metadata3463"><rdf:RDF><cc:Work id="metadata3463"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs3461"><clipPath id="defs3461"><clipPath
clipPathUnits="userSpaceOnUse" clipPathUnits="userSpaceOnUse"
id="clipPath3499"><path id="clipPath3499"><path
@ -40,9 +40,9 @@
id="namedview3459" id="namedview3459"
showgrid="false" showgrid="false"
inkscape:snap-page="true" inkscape:snap-page="true"
inkscape:zoom="0.29367048" inkscape:zoom="0.82008413"
inkscape:cx="979.11032" inkscape:cx="1061.847"
inkscape:cy="1031.0096" inkscape:cy="1045.6161"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="21" inkscape:window-y="21"
inkscape:window-maximized="0" inkscape:window-maximized="0"
@ -1943,8 +1943,8 @@
x="748.60846" x="748.60846"
y="1207.1136">Suquet</tspan></text><text y="1207.1136">Suquet</tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:start;text-anchor:start;fill:#b3bfb6;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#b3bfb6;fill-opacity:1;"
x="1173.3416" x="1226.097"
y="1156.6211" y="1156.6211"
id="text3306"><tspan id="text3306"><tspan
sodipodi:role="line" sodipodi:role="line"
@ -1970,12 +1970,8 @@
y="925.09961" y="925.09961"
id="text3316"><tspan id="text3316"><tspan
sodipodi:role="line" sodipodi:role="line"
id="tspan3314"
x="1156.2321" x="1156.2321"
y="925.09961">Prado</tspan><tspan y="925.09961"
sodipodi:role="line"
x="1156.2321"
y="967.09949"
id="tspan3318">République</tspan></text><text id="tspan3318">République</tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#b3bfb6;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#b3bfb6;fill-opacity:1"
@ -1989,10 +1985,10 @@
sodipodi:role="line" sodipodi:role="line"
x="1613.1509" x="1613.1509"
y="967.53516" y="967.53516"
id="tspan3328">Pézou</tspan></text><text id="tspan3328" /></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:start;text-anchor:start;fill:#b3bfb6;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#b3bfb6;fill-opacity:1;"
x="1579.7621" x="1667.3398"
y="1481.986" y="1481.986"
id="text3334"><tspan id="text3334"><tspan
sodipodi:role="line" sodipodi:role="line"
@ -2004,8 +2000,8 @@
y="1523.9858" y="1523.9858"
id="tspan3332">Croisette</tspan></text><text id="tspan3332">Croisette</tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#b3bfb6;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#b3bfb6;fill-opacity:1;text-anchor:middle;text-align:center;"
x="163.76199" x="272.00021"
y="921.24084" y="921.24084"
id="text3951"><tspan id="text3951"><tspan
sodipodi:role="line" sodipodi:role="line"
@ -2026,8 +2022,8 @@
x="77.936501" x="77.936501"
y="1173.4313">La Bocca</tspan></text><text y="1173.4313">La Bocca</tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:start;text-anchor:start;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.05;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#1c2729;fill-opacity:1;"
x="928.5589" x="982.41522"
y="1227.8301" y="1227.8301"
id="text3963"><tspan id="text3963"><tspan
sodipodi:role="line" sodipodi:role="line"

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 9.4 MiB

View File

@ -21,7 +21,7 @@
inkscape:export-ydpi="768.00006"><metadata inkscape:export-ydpi="768.00006"><metadata
id="metadata3463"><rdf:RDF><cc:Work id="metadata3463"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs3461"><clipPath id="defs3461"><clipPath
clipPathUnits="userSpaceOnUse" clipPathUnits="userSpaceOnUse"
id="clipPath3499"><path id="clipPath3499"><path
@ -40,13 +40,13 @@
id="namedview3459" id="namedview3459"
showgrid="false" showgrid="false"
inkscape:snap-page="true" inkscape:snap-page="true"
inkscape:zoom="1.1941132" inkscape:zoom="0.62937983"
inkscape:cx="1170.7967" inkscape:cx="993.07157"
inkscape:cy="1134.0329" inkscape:cy="984.76142"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="21" inkscape:window-y="21"
inkscape:window-maximized="0" inkscape:window-maximized="0"
inkscape:current-layer="layer5" inkscape:current-layer="layer4"
inkscape:snap-global="false" inkscape:snap-global="false"
showguides="true" showguides="true"
inkscape:guide-bbox="true" inkscape:guide-bbox="true"
@ -100,7 +100,7 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer5" id="layer5"
inkscape:label="ground" inkscape:label="ground"
style="display:inline;opacity:0.85845395" style="display:inline;opacity:1"
sodipodi:insensitive="true"><path sodipodi:insensitive="true"><path
style="display:inline;opacity:1;fill:#1c2729;fill-opacity:0.989716;stroke:none;stroke-width:0.448;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="display:inline;opacity:1;fill:#1c2729;fill-opacity:0.989716;stroke:none;stroke-width:0.448;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 992.16081,1183.1367 42.56099,-5.2249 13.4382,91.2049 -26.6602,39.6693 10.6288,7.1483 22.8685,-32.9555 17.5173,-10.7603 18.4781,0.9283 4.6673,-6.821 -4.8023,-0.2681 0.4446,-5.4868 3.9389,-7.2506 17.3551,-16.8868 22.4927,-8.5491 0.067,17.3491 -1.8552,-0.015 -0.7027,2.9571 9.1614,0.1981 -0.688,-3.0676 -1.8125,-0.091 -0.063,-17.9929 10.9268,-2.4662 23.4124,0.6007 0.4437,16.21 3.0319,0.024 -0.1983,-9.8439 30.5174,0.3705 52.7175,11.7149 7.4327,-1.1709 -4.5659,13.6208 -1.1712,-0.4322 -1.4998,3.9066 4.9114,1.4843 1.2396,-3.7754 -1.0333,-0.3511 4.6849,-13.9254 55.8877,25.6357 -4.9806,9.5665 2.472,1.3721 5.5907,-10.7167 92.3163,53.7084 -8.4089,13.2993 2.4267,1.6037 7.7598,-12.3973 2.0466,1.0915 77.647,50.9203 2.5232,69.2302 50.9332,4.2029 -2.8261,28.2204 -20.9097,-0.4002 -2.6434,39.0979 18.7288,0.6015 -6.7909,59.9332 -14.873,-1.5178 -5.5836,36.1869 -21.8286,-10.8136 -6.0409,10.8712 19.0717,10.9411 -19.0699,39.1337 -48.3133,-22.0614 -22.8255,-77.6189 -11.9615,4.5929 25.7184,83.1203 62.8423,30.3373 4.2559,-13.7464 14.5444,-18.7343 35.1273,14.7014 -3.7486,11.8404 11.2696,9.5324 0.9648,-11.9352 8.3258,-10.0408 23.208,22.3479 4.6891,16.1465 -6.5224,7.9331 4.6767,3.1095 23.7841,-4.9108 2.1069,15.2802 -13.4592,15.1714 -7.0745,49.8705 43.0355,29.3179 29.4472,-2.5923 11.7715,-26.6718 -0.6468,-28.1948 -8.0501,-10.0293 4.0365,-43.6874 36.1213,-67.2362 27.1291,-89.4018 78.9182,-52.723 144.2315,-153.3081 72.9493,-5.6828 7.9548,-1.3315 C 2048,0 2048,1336.3547 2048,0 H 0 c -1.450955,1329.8191 0,0 0,1329.8191 l 81.148711,-26.2576 163.506899,-36.737 115.6599,-6.4567 113.5235,-0.7274 62.6093,1.6176 45.4964,1.8258 -2.3442,19.036 7.593,1.0933 3.059,-19.7868 57.7435,5.3741 -2.4129,17.4382 8.0583,2.1348 3.7095,-18.2954 125.7984,14.1007 68.1162,17.0228 -4.1856,16.7451 10.0532,2.2352 3.6318,-16.4262 11.7504,-0.5304 23.1118,14.7458 3.7837,12.6108 -17.8462,4.4606 2.8206,8.4389 29.0281,-7.9869 118.10489,89.4645 7.3755,-15.3663 -66.99529,-55.6187 18.3059,-27.619 -61.3617,-44.9159 -10.5326,-85.233 z" d="m 992.16081,1183.1367 42.56099,-5.2249 13.4382,91.2049 -26.6602,39.6693 10.6288,7.1483 22.8685,-32.9555 17.5173,-10.7603 18.4781,0.9283 4.6673,-6.821 -4.8023,-0.2681 0.4446,-5.4868 3.9389,-7.2506 17.3551,-16.8868 22.4927,-8.5491 0.067,17.3491 -1.8552,-0.015 -0.7027,2.9571 9.1614,0.1981 -0.688,-3.0676 -1.8125,-0.091 -0.063,-17.9929 10.9268,-2.4662 23.4124,0.6007 0.4437,16.21 3.0319,0.024 -0.1983,-9.8439 30.5174,0.3705 52.7175,11.7149 7.4327,-1.1709 -4.5659,13.6208 -1.1712,-0.4322 -1.4998,3.9066 4.9114,1.4843 1.2396,-3.7754 -1.0333,-0.3511 4.6849,-13.9254 55.8877,25.6357 -4.9806,9.5665 2.472,1.3721 5.5907,-10.7167 92.3163,53.7084 -8.4089,13.2993 2.4267,1.6037 7.7598,-12.3973 2.0466,1.0915 77.647,50.9203 2.5232,69.2302 50.9332,4.2029 -2.8261,28.2204 -20.9097,-0.4002 -2.6434,39.0979 18.7288,0.6015 -6.7909,59.9332 -14.873,-1.5178 -5.5836,36.1869 -21.8286,-10.8136 -6.0409,10.8712 19.0717,10.9411 -19.0699,39.1337 -48.3133,-22.0614 -22.8255,-77.6189 -11.9615,4.5929 25.7184,83.1203 62.8423,30.3373 4.2559,-13.7464 14.5444,-18.7343 35.1273,14.7014 -3.7486,11.8404 11.2696,9.5324 0.9648,-11.9352 8.3258,-10.0408 23.208,22.3479 4.6891,16.1465 -6.5224,7.9331 4.6767,3.1095 23.7841,-4.9108 2.1069,15.2802 -13.4592,15.1714 -7.0745,49.8705 43.0355,29.3179 29.4472,-2.5923 11.7715,-26.6718 -0.6468,-28.1948 -8.0501,-10.0293 4.0365,-43.6874 36.1213,-67.2362 27.1291,-89.4018 78.9182,-52.723 144.2315,-153.3081 72.9493,-5.6828 7.9548,-1.3315 C 2048,0 2048,1336.3547 2048,0 H 0 c -1.450955,1329.8191 0,0 0,1329.8191 l 81.148711,-26.2576 163.506899,-36.737 115.6599,-6.4567 113.5235,-0.7274 62.6093,1.6176 45.4964,1.8258 -2.3442,19.036 7.593,1.0933 3.059,-19.7868 57.7435,5.3741 -2.4129,17.4382 8.0583,2.1348 3.7095,-18.2954 125.7984,14.1007 68.1162,17.0228 -4.1856,16.7451 10.0532,2.2352 3.6318,-16.4262 11.7504,-0.5304 23.1118,14.7458 3.7837,12.6108 -17.8462,4.4606 2.8206,8.4389 29.0281,-7.9869 118.10489,89.4645 7.3755,-15.3663 -66.99529,-55.6187 18.3059,-27.619 -61.3617,-44.9159 -10.5326,-85.233 z"
@ -1933,7 +1933,8 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer12" id="layer12"
inkscape:label="quartiers" inkscape:label="quartiers"
style="display:none"><text style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#b3bfb6;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:39.9999px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#b3bfb6;fill-opacity:1"
x="748.60846" x="748.60846"
@ -2059,7 +2060,8 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer10" id="layer10"
inkscape:label="streenames_small" inkscape:label="streenames_small"
style="display:none"><text style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.93984px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.734959" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.93984px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.734959"
x="1520.48" x="1520.48"
@ -2129,7 +2131,8 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="g4027" id="g4027"
inkscape:label="streenames_medium" inkscape:label="streenames_medium"
style="display:none"><text style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="1241.0697" x="1241.0697"
@ -2193,7 +2196,7 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer4" id="layer4"
inkscape:label="streenames_big" inkscape:label="streenames_big"
style="display:inline"><text style="display:none"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="1455.4248" x="1455.4248"
@ -2243,4 +2246,320 @@
sodipodi:role="line" sodipodi:role="line"
id="tspan7498" id="tspan7498"
x="582.92407" x="582.92407"
y="1300.3771">Avenue Bachaga Saïd Boualam</tspan></text></g></g></g></svg> y="1300.3771">Avenue Bachaga Saïd Boualam</tspan></text><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="816.31171"
y="1178.675"
id="text8953"
transform="rotate(6.2793147)"><tspan
sodipodi:role="line"
id="tspan8951"
x="816.31171"
y="1178.675">Boulevard du Midi</tspan></text><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="551.6272"
y="1194.6361"
id="text8957"
transform="rotate(-0.31975394)"><tspan
sodipodi:role="line"
id="tspan8955"
x="551.6272"
y="1194.6361">Avenue du Dr. Picaud</tspan></text></g><g
inkscape:groupmode="layer"
id="g1544"
inkscape:label="streenames_big flat"
style="display:inline"><g
aria-label="Boulevard de la Croisette"
transform="rotate(16.766663)"
id="text1518"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1456.19,805.90985 h 3.1401 c 1.7765,0 2.6478,-0.9053 2.6478,-2.11364 0,-1.17425 -0.8334,-1.86364 -1.6591,-1.90531 v -0.0758 c 0.7575,-0.17803 1.356,-0.70833 1.356,-1.65152 0,-1.15531 -0.8333,-2.01137 -2.5151,-2.01137 h -2.9697 z m 1.4053,-1.17425 v -2.27273 h 1.5492 c 0.8674,0 1.4053,0.53031 1.4053,1.22349 0,0.61743 -0.4242,1.04924 -1.4432,1.04924 z m 0,-3.2841 v -2.14015 h 1.4204 c 0.8258,0 1.2538,0.4356 1.2538,1.03409 0,0.68182 -0.553,1.10606 -1.2841,1.10606 z"
id="path1772" /><path
d="m 1465.6786,806.02349 c 1.7046,0 2.7879,-1.20076 2.7879,-3.00001 0,-1.80304 -1.0833,-3.00759 -2.7879,-3.00759 -1.7045,0 -2.7879,1.20455 -2.7879,3.00759 0,1.79925 1.0834,3.00001 2.7879,3.00001 z m 0.01,-1.09849 c -0.9432,0 -1.4053,-0.84091 -1.4053,-1.90531 0,-1.0644 0.4621,-1.91667 1.4053,-1.91667 0.928,0 1.3901,0.85227 1.3901,1.91667 0,1.0644 -0.4621,1.90531 -1.3901,1.90531 z"
id="path1774" /><path
d="m 1473.3339,803.46287 c 0,0.88637 -0.6325,1.32577 -1.2386,1.32577 -0.6591,0 -1.0985,-0.46592 -1.0985,-1.20455 v -3.49244 h -1.3712 v 3.70456 c 0,1.39773 0.7954,2.1894 1.9394,2.1894 0.8712,0 1.4848,-0.45834 1.75,-1.10985 h 0.061 v 1.03409 h 1.3296 v -5.8182 h -1.3713 z"
id="path1776" /><path
d="m 1477.4855,798.15225 h -1.3713 v 7.7576 h 1.3713 z"
id="path1778" /><path
d="m 1481.4703,806.02349 c 1.3561,0 2.2879,-0.66288 2.5303,-1.67425 l -1.2803,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.2311,0.75 -0.8863,0 -1.4734,-0.58333 -1.4848,-1.57955 h 4.053 v -0.42045 c 0,-2.04168 -1.2272,-2.93941 -2.6591,-2.93941 -1.6666,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.072,2.98865 2.8258,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3257,1.36743 z"
id="path1780" /><path
d="m 1490.243,800.09165 h -1.4583 l -1.3409,4.32198 h -0.061 l -1.3371,-4.32198 h -1.4622 l 2.072,5.8182 h 1.5152 z"
id="path1782" /><path
d="m 1492.6938,806.02728 c 0.9128,0 1.4583,-0.42804 1.7083,-0.91667 h 0.045 v 0.79924 h 1.3181 v -3.89395 c 0,-1.53788 -1.2537,-2.00001 -2.3636,-2.00001 -1.2235,0 -2.1629,0.54546 -2.4659,1.60607 l 1.2803,0.18182 c 0.1364,-0.39773 0.5227,-0.73864 1.1932,-0.73864 0.6363,0 0.9848,0.32576 0.9848,0.89773 v 0.0227 c 0,0.39394 -0.4128,0.41288 -1.4394,0.52273 -1.1288,0.12121 -2.2083,0.45833 -2.2083,1.76894 0,1.14394 0.8371,1.75001 1.947,1.75001 z m 0.356,-1.00758 c -0.5719,0 -0.981,-0.26137 -0.981,-0.76516 0,-0.52651 0.4583,-0.74621 1.0719,-0.83333 0.3599,-0.0493 1.0796,-0.14016 1.2576,-0.28409 v 0.6856 c 0,0.64773 -0.5227,1.19698 -1.3485,1.19698 z"
id="path1784" /><path
d="m 1497.1483,805.90985 h 1.3712 v -3.42046 c 0,-0.73864 0.5569,-1.26137 1.3106,-1.26137 0.2311,0 0.519,0.0417 0.6364,0.0795 v -1.26136 c -0.125,-0.0227 -0.3409,-0.0379 -0.4924,-0.0379 -0.6667,0 -1.2235,0.37879 -1.4356,1.05303 h -0.061 v -0.9697 h -1.3296 z"
id="path1786" /><path
d="m 1503.2961,806.01212 c 1,0 1.4507,-0.59469 1.6666,-1.01894 h 0.083 v 0.91667 h 1.3485 v -7.7576 h -1.375 v 2.90153 h -0.057 c -0.2083,-0.42046 -0.6363,-1.03789 -1.6629,-1.03789 -1.3447,0 -2.4015,1.05304 -2.4015,2.99244 0,1.91667 1.0265,3.00379 2.3978,3.00379 z m 0.3825,-1.125 c -0.9053,0 -1.3825,-0.79546 -1.3825,-1.88637 0,-1.08334 0.4697,-1.85985 1.3825,-1.85985 0.8826,0 1.3675,0.73106 1.3675,1.85985 0,1.12879 -0.4925,1.88637 -1.3675,1.88637 z"
id="path1788" /><path
d="m 1512.6673,806.01212 c 1,0 1.4507,-0.59469 1.6667,-1.01894 h 0.083 v 0.91667 h 1.3485 v -7.7576 h -1.375 v 2.90153 h -0.057 c -0.2084,-0.42046 -0.6364,-1.03789 -1.6629,-1.03789 -1.3447,0 -2.4016,1.05304 -2.4016,2.99244 0,1.91667 1.0266,3.00379 2.3978,3.00379 z m 0.3826,-1.125 c -0.9053,0 -1.3826,-0.79546 -1.3826,-1.88637 0,-1.08334 0.4697,-1.85985 1.3826,-1.85985 0.8825,0 1.3674,0.73106 1.3674,1.85985 0,1.12879 -0.4924,1.88637 -1.3674,1.88637 z"
id="path1790" /><path
d="m 1519.8074,806.02349 c 1.3561,0 2.2879,-0.66288 2.5304,-1.67425 l -1.2804,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.231,0.75 -0.8864,0 -1.4735,-0.58333 -1.4849,-1.57955 h 4.0531 v -0.42045 c 0,-2.04168 -1.2273,-2.93941 -2.6591,-2.93941 -1.6667,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.072,2.98865 2.8257,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3258,1.36743 z"
id="path1792" /><path
d="m 1527.5726,798.15225 h -1.3712 v 7.7576 h 1.3712 z"
id="path1794" /><path
d="m 1530.6559,806.02728 c 0.9129,0 1.4584,-0.42804 1.7084,-0.91667 h 0.045 v 0.79924 h 1.3182 v -3.89395 c 0,-1.53788 -1.2538,-2.00001 -2.3636,-2.00001 -1.2235,0 -2.1629,0.54546 -2.4659,1.60607 l 1.2803,0.18182 c 0.1363,-0.39773 0.5227,-0.73864 1.1932,-0.73864 0.6363,0 0.9848,0.32576 0.9848,0.89773 v 0.0227 c 0,0.39394 -0.4129,0.41288 -1.4394,0.52273 -1.1288,0.12121 -2.2083,0.45833 -2.2083,1.76894 0,1.14394 0.8371,1.75001 1.9469,1.75001 z m 0.3561,-1.00758 c -0.572,0 -0.9811,-0.26137 -0.9811,-0.76516 0,-0.52651 0.4584,-0.74621 1.072,-0.83333 0.3599,-0.0493 1.0796,-0.14016 1.2576,-0.28409 v 0.6856 c 0,0.64773 -0.5227,1.19698 -1.3485,1.19698 z"
id="path1796" /><path
d="m 1544.459,800.76968 c -0.2386,-1.72349 -1.5644,-2.72349 -3.2841,-2.72349 -2.0265,0 -3.553,1.47728 -3.553,3.98486 0,2.5038 1.5075,3.98486 3.553,3.98486 1.8447,0 3.0682,-1.19318 3.2841,-2.67425 l -1.4167,-0.008 c -0.178,0.90909 -0.9204,1.42045 -1.8485,1.42045 -1.2575,0 -2.1591,-0.94318 -2.1591,-2.72349 0,-1.75 0.894,-2.72349 2.1629,-2.72349 0.9432,0 1.6819,0.53409 1.8447,1.46212 z"
id="path1798" /><path
d="m 1545.6901,805.90985 h 1.3712 v -3.42046 c 0,-0.73864 0.5568,-1.26137 1.3106,-1.26137 0.231,0 0.5189,0.0417 0.6364,0.0795 v -1.26136 c -0.125,-0.0227 -0.341,-0.0379 -0.4925,-0.0379 -0.6666,0 -1.2235,0.37879 -1.4356,1.05303 h -0.061 v -0.9697 h -1.3295 z"
id="path1800" /><path
d="m 1552.2166,806.02349 c 1.7045,0 2.7879,-1.20076 2.7879,-3.00001 0,-1.80304 -1.0834,-3.00759 -2.7879,-3.00759 -1.7046,0 -2.7879,1.20455 -2.7879,3.00759 0,1.79925 1.0833,3.00001 2.7879,3.00001 z m 0.01,-1.09849 c -0.9432,0 -1.4053,-0.84091 -1.4053,-1.90531 0,-1.0644 0.4621,-1.91667 1.4053,-1.91667 0.928,0 1.3901,0.85227 1.3901,1.91667 0,1.0644 -0.4621,1.90531 -1.3901,1.90531 z"
id="path1802" /><path
d="m 1556.1636,805.90985 h 1.3712 v -5.8182 h -1.3712 z m 0.6894,-6.64396 c 0.4356,0 0.7916,-0.33333 0.7916,-0.74243 0,-0.41288 -0.356,-0.74621 -0.7916,-0.74621 -0.4394,0 -0.7955,0.33333 -0.7955,0.74621 0,0.4091 0.3561,0.74243 0.7955,0.74243 z"
id="path1804" /><path
d="m 1563.5424,801.62953 c -0.1894,-0.98485 -0.9773,-1.61364 -2.341,-1.61364 -1.4015,0 -2.356,0.6894 -2.3522,1.76516 0,0.84849 0.5189,1.4091 1.6363,1.64016 l 0.9925,0.20833 c 0.5341,0.11743 0.7841,0.33334 0.7841,0.66288 0,0.39773 -0.4319,0.69697 -1.0834,0.69697 -0.6288,0 -1.0379,-0.27272 -1.1553,-0.79545 l -1.3371,0.12878 c 0.1704,1.06819 1.0682,1.70077 2.4962,1.70077 1.4546,0 2.4811,-0.75379 2.4849,-1.85607 0,-0.82955 -0.5379,-1.33712 -1.6364,-1.57576 l -0.9924,-0.21212 c -0.5909,-0.13258 -0.8258,-0.33713 -0.822,-0.67425 0,-0.39394 0.4318,-0.66667 1.0038,-0.66667 0.6326,0 0.9659,0.3447 1.072,0.72728 z"
id="path1806" /><path
d="m 1567.3757,806.02349 c 1.3561,0 2.2879,-0.66288 2.5303,-1.67425 l -1.2803,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.231,0.75 -0.8864,0 -1.4735,-0.58333 -1.4849,-1.57955 h 4.053 v -0.42045 c 0,-2.04168 -1.2272,-2.93941 -2.6591,-2.93941 -1.6666,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.072,2.98865 2.8258,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3257,1.36743 z"
id="path1808" /><path
d="m 1574.0272,800.09165 h -1.1477 v -1.39394 h -1.3712 v 1.39394 h -0.8258 v 1.06061 h 0.8258 v 3.23486 c -0.01,1.0947 0.7879,1.63258 1.8182,1.60228 0.3901,-0.0114 0.6591,-0.0871 0.8068,-0.13637 l -0.2311,-1.07197 c -0.076,0.0189 -0.231,0.053 -0.4015,0.053 -0.3447,0 -0.6212,-0.12121 -0.6212,-0.67424 v -3.00759 h 1.1477 z"
id="path1810" /><path
d="m 1578.0803,800.09165 h -1.1478 v -1.39394 h -1.3712 v 1.39394 h -0.8257 v 1.06061 h 0.8257 v 3.23486 c -0.01,1.0947 0.7879,1.63258 1.8182,1.60228 0.3902,-0.0114 0.6591,-0.0871 0.8068,-0.13637 l -0.231,-1.07197 c -0.076,0.0189 -0.2311,0.053 -0.4016,0.053 -0.3446,0 -0.6212,-0.12121 -0.6212,-0.67424 v -3.00759 h 1.1478 z"
id="path1812" /><path
d="m 1581.7431,806.02349 c 1.3561,0 2.2879,-0.66288 2.5304,-1.67425 l -1.2804,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.231,0.75 -0.8864,0 -1.4735,-0.58333 -1.4849,-1.57955 h 4.0531 v -0.42045 c 0,-2.04168 -1.2273,-2.93941 -2.6591,-2.93941 -1.6667,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.0719,2.98865 2.8257,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3258,1.36743 z"
id="path1814" /></g><g
aria-label="Bd. de la République "
transform="rotate(-86.166102)"
id="text1522"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m -1025.7696,1353.6066 h 2.3551 c 1.3324,0 1.9858,-0.679 1.9858,-1.5853 0,-0.8806 -0.625,-1.3977 -1.2444,-1.4289 v -0.057 c 0.5682,-0.1335 1.0171,-0.5312 1.0171,-1.2386 0,-0.8665 -0.625,-1.5085 -1.8864,-1.5085 h -2.2272 z m 1.0539,-0.8807 v -1.7046 h 1.162 c 0.6505,0 1.0539,0.3978 1.0539,0.9177 0,0.463 -0.3181,0.7869 -1.0823,0.7869 z m 0,-2.4631 v -1.6051 h 1.0654 c 0.6193,0 0.9403,0.3267 0.9403,0.7756 0,0.5113 -0.4148,0.8295 -0.9631,0.8295 z"
id="path1737" /><path
d="m -1018.9373,1353.6833 c 0.75,0 1.0881,-0.4461 1.25,-0.7642 h 0.062 v 0.6875 h 1.0114 v -5.8182 h -1.0313 v 2.1761 h -0.043 c -0.1562,-0.3153 -0.4772,-0.7784 -1.2471,-0.7784 -1.0085,0 -1.8012,0.7898 -1.8012,2.2443 0,1.4375 0.7699,2.2529 1.7983,2.2529 z m 0.287,-0.8438 c -0.679,0 -1.037,-0.5966 -1.037,-1.4148 0,-0.8125 0.3523,-1.3948 1.037,-1.3948 0.6619,0 1.0255,0.5483 1.0255,1.3948 0,0.8466 -0.3693,1.4148 -1.0255,1.4148 z"
id="path1739" /><path
d="m -1014.8805,1353.6691 c 0.3353,0 0.6222,-0.2784 0.625,-0.625 0,-0.3409 -0.2897,-0.6194 -0.625,-0.6194 -0.3465,0 -0.6278,0.2785 -0.625,0.6194 0,0.3466 0.2785,0.625 0.625,0.625 z"
id="path1741" /><path
d="m -1009.7668,1353.6833 c 0.75,0 1.088,-0.4461 1.25,-0.7642 h 0.062 v 0.6875 h 1.0113 v -5.8182 h -1.0312 v 2.1761 h -0.043 c -0.1563,-0.3153 -0.4773,-0.7784 -1.2472,-0.7784 -1.0085,0 -1.8011,0.7898 -1.8011,2.2443 0,1.4375 0.7699,2.2529 1.7983,2.2529 z m 0.2869,-0.8438 c -0.679,0 -1.0369,-0.5966 -1.0369,-1.4148 0,-0.8125 0.3522,-1.3948 1.0369,-1.3948 0.6619,0 1.0256,0.5483 1.0256,1.3948 0,0.8466 -0.3694,1.4148 -1.0256,1.4148 z"
id="path1743" /><path
d="m -1004.4117,1353.6918 c 1.017,0 1.7159,-0.4972 1.8977,-1.2557 l -0.9602,-0.1079 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1137,-1.1847 h 3.0398 v -0.3153 c 0,-1.5313 -0.9204,-2.2046 -1.9943,-2.2046 -1.25,0 -2.0654,0.9176 -2.0654,2.2642 0,1.3693 0.804,2.2415 2.1194,2.2415 z m -1.0966,-2.679 c 0.031,-0.5568 0.4432,-1.0256 1.0568,-1.0256 0.5909,0 0.9886,0.4319 0.9943,1.0256 z"
id="path1745" /><path
d="m -998.58788,1347.7884 h -1.02841 v 5.8182 h 1.02841 z"
id="path1747" /><path
d="m -996.27539,1353.6946 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39204,-0.554 0.89488,-0.554 0.47728,0 0.73864,0.2444 0.73864,0.6733 v 0.017 c 0,0.2954 -0.30966,0.3096 -1.07955,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62785,1.3125 1.46023,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path1749" /><path
d="m -990.90323,1353.6066 h 1.05397 v -2.1307 h 1.07387 l 1.14204,2.1307 h 1.17614 l -1.25852,-2.3069 c 0.68466,-0.2755 1.04545,-0.8607 1.04545,-1.6505 0,-1.1108 -0.71591,-1.8608 -2.05113,-1.8608 h -2.18182 z m 1.05397,-3.0057 v -1.9318 h 0.96591 c 0.78694,0 1.13921,0.3608 1.13921,0.9801 0,0.6193 -0.35227,0.9517 -1.13352,0.9517 z"
id="path1751" /><path
d="m -983.87483,1353.6918 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11364,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44319,-1.0256 1.05682,-1.0256 0.59091,0 0.98864,0.4319 0.99432,1.0256 z m 0.61932,-2.3437 h 0.76989 l 0.87216,-1.2983 h -1.00568 z"
id="path1753" /><path
d="m -981.06517,1355.2429 h 1.02841 v -2.3238 h 0.0426 c 0.16193,0.3181 0.5,0.7642 1.25,0.7642 1.02841,0 1.7983,-0.8154 1.7983,-2.2529 0,-1.4545 -0.79262,-2.2443 -1.80114,-2.2443 -0.76989,0 -1.09091,0.4631 -1.24716,0.7784 h -0.0597 v -0.7216 h -1.01136 z m 1.00852,-3.8182 c 0,-0.8465 0.36364,-1.3948 1.02557,-1.3948 0.68466,0 1.03693,0.5823 1.03693,1.3948 0,0.8182 -0.35795,1.4148 -1.03693,1.4148 -0.65625,0 -1.02557,-0.5682 -1.02557,-1.4148 z"
id="path1755" /><path
d="m -973.28678,1351.7713 c 0,0.6648 -0.47443,0.9944 -0.92897,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9035 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0454 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path1757" /><path
d="m -971.1561,1353.6066 h 1.01136 v -0.6875 h 0.0597 c 0.16193,0.3181 0.5,0.7642 1.25,0.7642 1.02841,0 1.7983,-0.8154 1.7983,-2.2529 0,-1.4545 -0.79262,-2.2443 -1.80114,-2.2443 -0.76989,0 -1.09091,0.4631 -1.24716,0.7784 h -0.0426 v -2.1761 h -1.02841 z m 1.00852,-2.1819 c 0,-0.8465 0.36364,-1.3948 1.02557,-1.3948 0.68466,0 1.03693,0.5823 1.03693,1.3948 0,0.8182 -0.35795,1.4148 -1.03693,1.4148 -0.65625,0 -1.02557,-0.5682 -1.02557,-1.4148 z"
id="path1759" /><path
d="m -965.13054,1347.7884 h -1.02841 v 5.8182 h 1.02841 z"
id="path1761" /><path
d="m -964.07373,1353.6066 h 1.02841 v -4.3637 h -1.02841 z m 0.51704,-4.983 c 0.32671,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3097 -0.26704,-0.5597 -0.59375,-0.5597 -0.32954,0 -0.59659,0.25 -0.59659,0.5597 0,0.3068 0.26705,0.5568 0.59659,0.5568 z"
id="path1763" /><path
d="m -959.07658,1355.2429 h 1.03125 v -6 h -1.01136 v 0.7216 h -0.0625 c -0.15625,-0.3153 -0.47728,-0.7784 -1.24716,-0.7784 -1.00853,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2529 1.7983,2.2529 0.75,0 1.08806,-0.4461 1.25,-0.7642 h 0.0426 z m -1.00568,-2.4034 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4148 0,-0.8125 0.35227,-1.3948 1.03693,-1.3948 0.66193,0 1.02557,0.5483 1.02557,1.3948 0,0.8466 -0.36932,1.4148 -1.02557,1.4148 z"
id="path1765" /><path
d="m -954.21012,1351.7713 c 0,0.6648 -0.47443,0.9944 -0.92897,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9035 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path1767" /><path
d="m -950.19308,1353.6918 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66478,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0256 1.05682,-1.0256 0.59091,0 0.98864,0.4319 0.99432,1.0256 z"
id="path1769" /></g><g
aria-label="Division Française Libre"
transform="rotate(5.9909432)"
id="text1526"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1256.2946,925.19934 c 1.7727,0 2.8239,-1.09659 2.8239,-2.91477 0,-1.8125 -1.0512,-2.90341 -2.7841,-2.90341 h -2.0114 v 5.81818 z m -0.9176,-0.91193 v -3.99432 h 0.8977 c 1.1818,0 1.7983,0.65909 1.7983,1.99148 0,1.33807 -0.6165,2.00284 -1.8295,2.00284 z"
id="path1692" /><path
d="m 1260.073,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.2671,0.55682 0.5966,0.55682 z"
id="path1694" /><path
d="m 1266.0559,920.8357 h -1.0937 l -1.0057,3.24148 h -0.045 l -1.0029,-3.24148 h -1.0966 l 1.554,4.36364 h 1.1364 z"
id="path1696" /><path
d="m 1266.7662,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.2671,0.55682 0.5966,0.55682 z"
id="path1698" /><path
d="m 1272.3002,921.98911 c -0.142,-0.73863 -0.7329,-1.21022 -1.7556,-1.21022 -1.0512,0 -1.7671,0.51704 -1.7642,1.32386 0,0.63636 0.3892,1.05682 1.2272,1.23011 l 0.7443,0.15625 c 0.4006,0.0881 0.5881,0.25 0.5881,0.49716 0,0.2983 -0.3239,0.52273 -0.8125,0.52273 -0.4716,0 -0.7784,-0.20455 -0.8665,-0.59659 l -1.0028,0.0966 c 0.1278,0.80114 0.8011,1.27557 1.8722,1.27557 1.0909,0 1.8607,-0.56534 1.8636,-1.39205 0,-0.62216 -0.4034,-1.00284 -1.2273,-1.18182 l -0.7443,-0.15909 c -0.4432,-0.0994 -0.6193,-0.25284 -0.6165,-0.50568 0,-0.29545 0.3239,-0.5 0.7529,-0.5 0.4744,0 0.7244,0.25852 0.8039,0.54546 z"
id="path1700" /><path
d="m 1273.2434,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.5171,-4.98295 c 0.3267,0 0.5937,-0.25 0.5937,-0.55682 0,-0.30966 -0.267,-0.55966 -0.5937,-0.55966 -0.3296,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.267,0.55682 0.5966,0.55682 z"
id="path1702" /><path
d="m 1277.2321,925.28457 c 1.2784,0 2.0909,-0.90057 2.0909,-2.25 0,-1.35227 -0.8125,-2.25568 -2.0909,-2.25568 -1.2785,0 -2.091,0.90341 -2.091,2.25568 0,1.34943 0.8125,2.25 2.091,2.25 z m 0.01,-0.82387 c -0.7074,0 -1.0539,-0.63068 -1.0539,-1.42897 0,-0.7983 0.3465,-1.4375 1.0539,-1.4375 0.6961,0 1.0426,0.6392 1.0426,1.4375 0,0.79829 -0.3465,1.42897 -1.0426,1.42897 z"
id="path1704" /><path
d="m 1281.2207,922.64252 c 0,-0.63068 0.3807,-0.99432 0.9233,-0.99432 0.5312,0 0.8494,0.34944 0.8494,0.93182 v 2.61932 h 1.0284 v -2.77841 c 0,-1.04545 -0.5937,-1.64204 -1.4943,-1.64204 -0.6534,0 -1.1023,0.3125 -1.3011,0.79829 h -0.051 v -0.74148 h -0.9829 v 4.36364 h 1.0284 z"
id="path1706" /><path
d="m 1287.1014,925.19934 h 1.0539 v -2.47159 h 2.4177 v -0.88352 h -2.4177 v -1.57955 h 2.6733 v -0.88352 h -3.7272 z"
id="path1708" /><path
d="m 1291.6781,925.19934 h 1.0284 V 922.634 c 0,-0.55398 0.4176,-0.94602 0.9829,-0.94602 0.1733,0 0.3892,0.0312 0.4773,0.0597 v -0.94603 c -0.094,-0.017 -0.2557,-0.0284 -0.3693,-0.0284 -0.5,0 -0.9176,0.2841 -1.0767,0.78978 h -0.046 v -0.72728 h -0.9971 z"
id="path1710" /><path
d="m 1296.0246,925.28741 c 0.6847,0 1.0938,-0.32102 1.2813,-0.6875 h 0.034 v 0.59943 h 0.9886 v -2.92045 c 0,-1.15341 -0.9403,-1.5 -1.7727,-1.5 -0.9176,0 -1.6222,0.40909 -1.8495,1.20454 l 0.9603,0.13637 c 0.1022,-0.2983 0.392,-0.55398 0.8949,-0.55398 0.4772,0 0.7386,0.24432 0.7386,0.67329 v 0.0171 c 0,0.29545 -0.3097,0.30966 -1.0795,0.39204 -0.8466,0.0909 -1.6563,0.34375 -1.6563,1.32671 0,0.85795 0.6278,1.3125 1.4602,1.3125 z m 0.2671,-0.75568 c -0.429,0 -0.7358,-0.19603 -0.7358,-0.57387 0,-0.39488 0.3437,-0.55966 0.804,-0.625 0.2698,-0.0369 0.8096,-0.10511 0.9431,-0.21306 v 0.5142 c 0,0.4858 -0.392,0.89773 -1.0113,0.89773 z"
id="path1712" /><path
d="m 1300.3939,922.64252 c 0,-0.63068 0.3807,-0.99432 0.9233,-0.99432 0.5313,0 0.8495,0.34944 0.8495,0.93182 v 2.61932 h 1.0284 v -2.77841 c 0,-1.04545 -0.5938,-1.64204 -1.4943,-1.64204 -0.6534,0 -1.1023,0.3125 -1.3012,0.79829 h -0.051 v -0.74148 h -0.983 v 4.36364 h 1.0284 z"
id="path1714" /><path
d="m 1306.3911,925.2732 c 0.9545,-0.0881 1.5568,-0.71022 1.625,-1.56534 h -0.983 c -0.088,0.46875 -0.4261,0.73864 -0.8778,0.73864 -0.642,0 -1.0568,-0.53693 -1.0568,-1.42898 0,-0.88068 0.4233,-1.40909 1.0568,-1.40909 0.4943,0 0.7983,0.31818 0.8778,0.73864 h 0.983 c -0.071,-0.94602 -0.8097,-1.56818 -1.875,-1.56818 -1.2784,0 -2.0852,0.92329 -2.0852,2.25568 0,1.21023 0.6619,2.09375 1.7755,2.23011 l -0.1022,0.48296 c 0.4034,0.0426 0.5852,0.1392 0.5795,0.38068 -0.01,0.25 -0.2812,0.36079 -0.7159,0.36079 l 0.011,0.50569 c 0.8977,0 1.4005,-0.35512 1.3977,-0.89205 0,-0.41477 -0.2841,-0.63068 -0.6392,-0.68466 z"
id="path1716" /><path
d="m 1310.1184,925.28741 c 0.6846,0 1.0937,-0.32102 1.2812,-0.6875 h 0.034 v 0.59943 h 0.9886 v -2.92045 c 0,-1.15341 -0.9403,-1.5 -1.7727,-1.5 -0.9176,0 -1.6221,0.40909 -1.8494,1.20454 l 0.9602,0.13637 c 0.1023,-0.2983 0.3921,-0.55398 0.8949,-0.55398 0.4773,0 0.7386,0.24432 0.7386,0.67329 v 0.0171 c 0,0.29545 -0.3096,0.30966 -1.0795,0.39204 -0.8466,0.0909 -1.6563,0.34375 -1.6563,1.32671 0,0.85795 0.6279,1.3125 1.4603,1.3125 z m 0.267,-0.75568 c -0.429,0 -0.7358,-0.19603 -0.7358,-0.57387 0,-0.39488 0.3438,-0.55966 0.804,-0.625 0.2699,-0.0369 0.8097,-0.10511 0.9432,-0.21306 v 0.5142 c 0,0.4858 -0.3921,0.89773 -1.0114,0.89773 z"
id="path1718" /><path
d="m 1313.4593,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.2671,0.55682 0.5966,0.55682 z"
id="path1720" /><path
d="m 1318.9934,921.98911 c -0.1421,-0.73863 -0.733,-1.21022 -1.7557,-1.21022 -1.0512,0 -1.7671,0.51704 -1.7642,1.32386 0,0.63636 0.3892,1.05682 1.2272,1.23011 l 0.7444,0.15625 c 0.4005,0.0881 0.588,0.25 0.588,0.49716 0,0.2983 -0.3238,0.52273 -0.8125,0.52273 -0.4716,0 -0.7784,-0.20455 -0.8664,-0.59659 l -1.0029,0.0966 c 0.1279,0.80114 0.8011,1.27557 1.8722,1.27557 1.0909,0 1.8608,-0.56534 1.8636,-1.39205 0,-0.62216 -0.4034,-1.00284 -1.2273,-1.18182 l -0.7443,-0.15909 c -0.4432,-0.0994 -0.6193,-0.25284 -0.6165,-0.50568 0,-0.29545 0.3239,-0.5 0.7529,-0.5 0.4744,0 0.7244,0.25852 0.804,0.54546 z"
id="path1722" /><path
d="m 1321.8684,925.28457 c 1.017,0 1.7159,-0.49716 1.8977,-1.25568 l -0.9602,-0.10796 c -0.1393,0.36932 -0.4802,0.5625 -0.9233,0.5625 -0.6648,0 -1.1052,-0.4375 -1.1137,-1.18466 h 3.0398 v -0.31534 c 0,-1.53125 -0.9205,-2.20454 -1.9943,-2.20454 -1.25,0 -2.0654,0.91761 -2.0654,2.2642 0,1.36932 0.804,2.24148 2.1194,2.24148 z m -1.0966,-2.67898 c 0.031,-0.55682 0.4431,-1.02557 1.0568,-1.02557 0.5909,0 0.9886,0.43182 0.9943,1.02557 z"
id="path1724" /><path
d="m 1326.7093,925.19934 h 3.6164 v -0.88352 h -2.5625 v -4.93466 h -1.0539 z"
id="path1726" /><path
d="m 1331.1922,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5965,0.25 -0.5965,0.55966 0,0.30682 0.267,0.55682 0.5965,0.55682 z"
id="path1728" /><path
d="m 1333.3229,925.19934 h 1.0113 v -0.6875 h 0.06 c 0.1619,0.31818 0.5,0.76421 1.25,0.76421 1.0284,0 1.7983,-0.81535 1.7983,-2.25285 0,-1.45454 -0.7926,-2.24431 -1.8011,-2.24431 -0.7699,0 -1.091,0.46306 -1.2472,0.77841 h -0.043 v -2.17614 h -1.0284 z m 1.0085,-2.18182 c 0,-0.84659 0.3636,-1.39488 1.0256,-1.39488 0.6846,0 1.0369,0.58238 1.0369,1.39488 0,0.81818 -0.358,1.41478 -1.0369,1.41478 -0.6563,0 -1.0256,-0.56819 -1.0256,-1.41478 z"
id="path1730" /><path
d="m 1338.32,925.19934 h 1.0284 V 922.634 c 0,-0.55398 0.4176,-0.94602 0.983,-0.94602 0.1733,0 0.3892,0.0312 0.4773,0.0597 v -0.94603 c -0.094,-0.017 -0.2557,-0.0284 -0.3694,-0.0284 -0.5,0 -0.9176,0.2841 -1.0767,0.78978 h -0.045 v -0.72728 h -0.9972 z"
id="path1732" /><path
d="m 1343.2433,925.28457 c 1.0171,0 1.7159,-0.49716 1.8977,-1.25568 l -0.9602,-0.10796 c -0.1392,0.36932 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1136,-1.18466 h 3.0397 v -0.31534 c 0,-1.53125 -0.9204,-2.20454 -1.9943,-2.20454 -1.25,0 -2.0653,0.91761 -2.0653,2.2642 0,1.36932 0.804,2.24148 2.1193,2.24148 z m -1.0966,-2.67898 c 0.031,-0.55682 0.4432,-1.02557 1.0568,-1.02557 0.5909,0 0.9887,0.43182 0.9944,1.02557 z"
id="path1734" /></g><g
aria-label="Bd. de la Première "
transform="rotate(-7.3187382)"
id="text1530"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 933.93495,1188.0265 h 2.35511 c 1.33239,0 1.9858,-0.679 1.9858,-1.5852 0,-0.8807 -0.625,-1.3978 -1.24432,-1.429 v -0.057 c 0.56818,-0.1336 1.01704,-0.5313 1.01704,-1.2387 0,-0.8664 -0.625,-1.5085 -1.88636,-1.5085 h -2.22727 z m 1.05397,-0.8807 v -1.7045 h 1.16194 c 0.65056,0 1.05397,0.3977 1.05397,0.9176 0,0.463 -0.31818,0.7869 -1.08238,0.7869 z m 0,-2.4631 v -1.6051 h 1.06535 c 0.61931,0 0.94034,0.3267 0.94034,0.7756 0,0.5114 -0.41478,0.8295 -0.96307,0.8295 z"
id="path1661" /><path
d="m 940.76733,1188.1032 c 0.75,0 1.08806,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47728,-0.7784 -1.24716,-0.7784 -1.00853,0 -1.80114,0.7898 -1.80114,2.2444 0,1.4375 0.76989,2.2528 1.7983,2.2528 z m 0.28693,-0.8438 c -0.67898,0 -1.03693,-0.5965 -1.03693,-1.4147 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4147 -1.02557,1.4147 z"
id="path1663" /><path
d="m 944.82413,1188.089 c 0.33523,0 0.62216,-0.2784 0.625,-0.625 -0.003,-0.3409 -0.28977,-0.6193 -0.625,-0.6193 -0.34659,0 -0.62784,0.2784 -0.625,0.6193 -0.003,0.3466 0.27841,0.625 0.625,0.625 z"
id="path1665" /><path
d="m 949.93775,1188.1032 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80113,0.7898 -1.80113,2.2444 0,1.4375 0.76988,2.2528 1.79829,2.2528 z m 0.28693,-0.8438 c -0.67897,0 -1.03693,-0.5965 -1.03693,-1.4147 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4147 -1.02557,1.4147 z"
id="path1667" /><path
d="m 955.29285,1188.1117 c 1.01705,0 1.71591,-0.4971 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99431,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3694 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path1669" /><path
d="m 961.11671,1182.2083 h -1.02841 v 5.8182 h 1.02841 z"
id="path1671" /><path
d="m 963.4292,1188.1146 c 0.68466,0 1.09375,-0.3211 1.28125,-0.6875 h 0.0341 v 0.5994 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39204,-0.5539 0.89488,-0.5539 0.47728,0 0.73864,0.2443 0.73864,0.6733 v 0.017 c 0,0.2955 -0.30966,0.3097 -1.07955,0.3921 -0.84659,0.091 -1.65625,0.3437 -1.65625,1.3267 0,0.8579 0.62785,1.3125 1.46023,1.3125 z m 0.26705,-0.7557 c -0.42898,0 -0.7358,-0.196 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5596 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path1673" /><path
d="m 968.80136,1188.0265 h 1.05397 v -1.9659 h 1.11364 c 1.34375,0 2.06534,-0.8068 2.06534,-1.9262 0,-1.1108 -0.71307,-1.9261 -2.05113,-1.9261 h -2.18182 z m 1.05397,-2.8324 v -2.1051 h 0.96591 c 0.78978,0 1.13921,0.4261 1.13921,1.0454 0,0.6194 -0.34943,1.0597 -1.13352,1.0597 z"
id="path1675" /><path
d="m 973.90362,1188.0265 h 1.02841 v -2.5654 c 0,-0.5539 0.41762,-0.946 0.98296,-0.946 0.17329,0 0.3892,0.031 0.47727,0.06 v -0.946 c -0.0937,-0.017 -0.25568,-0.028 -0.36932,-0.028 -0.5,0 -0.91761,0.284 -1.0767,0.7897 h -0.0455 v -0.7272 h -0.99716 z"
id="path1677" /><path
d="m 978.82691,1188.1117 c 1.01705,0 1.71591,-0.4971 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66478,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3694 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98863,0.4318 0.99432,1.0255 z"
id="path1679" /><path
d="m 981.63656,1188.0265 h 1.02841 v -2.6534 c 0,-0.537 0.35796,-0.9006 0.80114,-0.9006 0.43466,0 0.73295,0.2926 0.73295,0.7415 v 2.8125 h 1.00853 v -2.7216 c 0,-0.4915 0.29261,-0.8324 0.78977,-0.8324 0.41477,0 0.74432,0.2443 0.74432,0.7841 v 2.7699 h 1.03125 v -2.929 c 0,-0.9744 -0.5625,-1.4915 -1.36364,-1.4915 -0.63352,0 -1.11648,0.3125 -1.30966,0.7983 h -0.0455 c -0.16762,-0.4943 -0.59091,-0.7983 -1.17898,-0.7983 -0.58523,0 -1.02273,0.3012 -1.20455,0.7983 h -0.0511 v -0.7414 h -0.98296 z"
id="path1681" /><path
d="m 988.81837,1188.0265 h 1.02841 v -4.3636 h -1.02841 z m 0.51705,-4.983 c 0.3267,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3096 -0.26705,-0.5596 -0.59375,-0.5596 -0.32955,0 -0.59659,0.25 -0.59659,0.5596 0,0.3068 0.26704,0.5568 0.59659,0.5568 z"
id="path1683" /><path
d="m 992.83541,1188.1117 c 1.01705,0 1.71591,-0.4971 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.9233,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11363,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3694 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98863,0.4318 0.99432,1.0255 z m 0.63636,-2.3437 h 0.76989 l -0.63352,-1.2983 h -1.00853 z"
id="path1685" /><path
d="m 995.64506,1188.0265 h 1.02841 v -2.5654 c 0,-0.5539 0.41762,-0.946 0.98296,-0.946 0.17329,0 0.3892,0.031 0.47727,0.06 v -0.946 c -0.0937,-0.017 -0.25568,-0.028 -0.36932,-0.028 -0.5,0 -0.91761,0.284 -1.0767,0.7897 h -0.0455 v -0.7272 h -0.99716 z"
id="path1687" /><path
d="m 1000.5684,1188.1117 c 1.017,0 1.7159,-0.4971 1.8977,-1.2557 l -0.9602,-0.1079 c -0.1393,0.3693 -0.4802,0.5625 -0.9233,0.5625 -0.66482,0 -1.10516,-0.4375 -1.11368,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.9205,-2.2046 -1.9943,-2.2046 -1.25003,0 -2.06537,0.9176 -2.06537,2.2642 0,1.3694 0.80398,2.2415 2.11937,2.2415 z m -1.09664,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05684,-1.0255 0.5909,0 0.9886,0.4318 0.9943,1.0255 z"
id="path1689" /></g><g
aria-label="Avenue Bachaga Saïd Boualam"
transform="rotate(-15.110875)"
id="text1534"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 584.24509,1300.3771 0.48012,-1.4347 h 2.1875 l 0.48295,1.4347 h 1.125 l -2.05113,-5.8182 h -1.30114 l -2.0483,5.8182 z m 0.76421,-2.2813 0.78693,-2.3437 h 0.0455 l 0.78693,2.3437 z"
id="path1612" /><path
d="m 592.59452,1296.0134 h -1.09375 l -1.00568,3.2415 h -0.0455 l -1.00284,-3.2415 h -1.09659 l 1.55398,4.3637 h 1.13636 z"
id="path1614" /><path
d="m 595.08597,1300.4623 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11364,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44319,-1.0255 1.05682,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path1616" /><path
d="m 598.92404,1297.8203 c 0,-0.6307 0.38068,-0.9944 0.92329,-0.9944 0.53125,0 0.84943,0.3495 0.84943,0.9319 v 2.6193 h 1.02841 v -2.7784 c 0.003,-1.0455 -0.59375,-1.6421 -1.49432,-1.6421 -0.6534,0 -1.10227,0.3125 -1.30113,0.7983 h -0.0511 v -0.7415 h -0.98295 v 4.3637 h 1.02841 z"
id="path1618" /><path
d="m 605.55472,1298.5418 c 0,0.6648 -0.47444,0.9944 -0.92898,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9034 v -2.6194 h -1.0284 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45454,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99715 v -4.3637 h -1.0284 z"
id="path1620" /><path
d="m 609.57175,1300.4623 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99431,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path1622" /><path
d="m 614.41265,1300.3771 h 2.35512 c 1.33238,0 1.98579,-0.679 1.98579,-1.5853 0,-0.8806 -0.625,-1.3977 -1.24431,-1.4289 v -0.057 c 0.56818,-0.1336 1.01704,-0.5313 1.01704,-1.2387 0,-0.8665 -0.625,-1.5085 -1.88636,-1.5085 h -2.22728 z m 1.05398,-0.8807 v -1.7046 h 1.16193 c 0.65057,0 1.05398,0.3978 1.05398,0.9177 0,0.463 -0.31818,0.7869 -1.08239,0.7869 z m 0,-2.4631 v -1.6051 h 1.06534 c 0.61932,0 0.94034,0.3267 0.94034,0.7756 0,0.5113 -0.41477,0.8295 -0.96306,0.8295 z"
id="path1624" /><path
d="m 620.8814,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77272,-1.5 -0.91762,0 -1.62216,0.4091 -1.84944,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30965,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42898,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80397,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94319,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01137,0.8978 z"
id="path1626" /><path
d="m 626.12571,1300.4623 c 1.09659,0 1.79546,-0.6506 1.86932,-1.5767 h -0.98295 c -0.0881,0.4687 -0.42614,0.7386 -0.87785,0.7386 -0.64204,0 -1.05681,-0.5369 -1.05681,-1.4289 0,-0.8807 0.42329,-1.4091 1.05681,-1.4091 0.49432,0 0.7983,0.3181 0.87785,0.7386 h 0.98295 c -0.071,-0.946 -0.80966,-1.5682 -1.875,-1.5682 -1.27841,0 -2.08523,0.9233 -2.08523,2.2557 0,1.321 0.78693,2.25 2.09091,2.25 z"
id="path1628" /><path
d="m 629.87002,1297.8203 c 0,-0.6307 0.39205,-0.9944 0.94318,-0.9944 0.53977,0 0.85796,0.3438 0.85796,0.9319 v 2.6193 h 1.02841 v -2.7784 c 0,-1.054 -0.5966,-1.6421 -1.50285,-1.6421 -0.67045,0 -1.09659,0.304 -1.29829,0.7983 h -0.0511 v -2.196 h -1.00568 v 5.8182 h 1.02841 z"
id="path1630" /><path
d="m 635.00069,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96022,0.1363 c 0.10228,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73864,0.2443 0.73864,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07955,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42897,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26988,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01137,0.8978 z"
id="path1632" /><path
d="m 640.23932,1302.1043 c 1.17898,0 2.0483,-0.5397 2.0483,-1.6562 v -4.4347 h -1.01421 v 0.7216 h -0.0568 c -0.15625,-0.3153 -0.48296,-0.7784 -1.25285,-0.7784 -1.00852,0 -1.80113,0.7898 -1.80113,2.2245 0,1.4232 0.79261,2.1335 1.79829,2.1335 0.74716,0 1.09659,-0.4006 1.25569,-0.7216 h 0.0511 v 0.8267 c 0,0.642 -0.42613,0.9062 -1.01136,0.9062 -0.61932,0 -0.89205,-0.2926 -1.01705,-0.5483 l -0.92613,0.2245 c 0.1875,0.6108 0.81534,1.1022 1.92613,1.1022 z m 0.009,-2.5965 c -0.67898,0 -1.03694,-0.5285 -1.03694,-1.3324 0,-0.7926 0.35228,-1.375 1.03694,-1.375 0.66193,0 1.02556,0.5483 1.02556,1.375 0,0.8324 -0.36931,1.3324 -1.02556,1.3324 z"
id="path1634" /><path
d="m 644.60012,1300.4651 c 0.68465,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77272,-1.5 -0.91762,0 -1.62216,0.4091 -1.84944,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42898,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80397,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path1636" /><path
d="m 653.1342,1296.1583 h 1.01421 c -0.0199,-0.9829 -0.85796,-1.679 -2.09659,-1.679 -1.22159,0 -2.13921,0.6875 -2.13637,1.716 0,0.8352 0.59375,1.3153 1.55114,1.5625 l 0.66193,0.1704 c 0.62784,0.1591 1.04261,0.3551 1.04546,0.8068 -0.003,0.4972 -0.47444,0.8296 -1.16194,0.8296 -0.65909,0 -1.17045,-0.2955 -1.21306,-0.9063 h -1.03694 c 0.0426,1.1563 0.90341,1.8068 2.25853,1.8068 1.39488,0 2.20454,-0.696 2.20738,-1.7215 -0.003,-1.0086 -0.83522,-1.4688 -1.71022,-1.6762 l -0.54546,-0.1363 c -0.47727,-0.1137 -0.99432,-0.3154 -0.98864,-0.8012 0.003,-0.4375 0.39489,-0.7585 1.05398,-0.7585 0.62784,0 1.04262,0.2926 1.09659,0.7869 z"
id="path1638" /><path
d="m 656.37567,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62215,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46022,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path1640" /><path
d="m 659.71658,1300.3771 h 1.02841 v -4.3637 h -1.02841 z m -0.33239,-5.0057 c 0.30682,0 0.54546,-0.2472 0.54546,-0.5341 0,-0.304 -0.23864,-0.5369 -0.54546,-0.5369 -0.29829,0 -0.55113,0.2329 -0.55113,0.5369 0,0.2869 0.25284,0.5341 0.55113,0.5341 z m 1.70455,0 c 0.30682,0 0.54545,-0.2472 0.54545,-0.5341 0,-0.304 -0.23863,-0.5369 -0.54545,-0.5369 -0.2983,0 -0.55114,0.2329 -0.55114,0.5369 0,0.2869 0.25284,0.5341 0.55114,0.5341 z"
id="path1642" /><path
d="m 663.42112,1300.4538 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2529 1.7983,2.2529 z m 0.28693,-0.8438 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4147 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8465 -0.36932,1.4147 -1.02557,1.4147 z"
id="path1644" /><path
d="m 668.87565,1300.3771 h 2.35512 c 1.33238,0 1.98579,-0.679 1.98579,-1.5853 0,-0.8806 -0.625,-1.3977 -1.24432,-1.4289 v -0.057 c 0.56818,-0.1336 1.01705,-0.5313 1.01705,-1.2387 0,-0.8665 -0.625,-1.5085 -1.88637,-1.5085 h -2.22727 z m 1.05398,-0.8807 v -1.7046 h 1.16193 c 0.65057,0 1.05398,0.3978 1.05398,0.9177 0,0.463 -0.31818,0.7869 -1.08239,0.7869 z m 0,-2.4631 v -1.6051 h 1.06534 c 0.61932,0 0.94034,0.3267 0.94034,0.7756 0,0.5113 -0.41477,0.8295 -0.96307,0.8295 z"
id="path1646" /><path
d="m 675.99212,1300.4623 c 1.27841,0 2.09091,-0.9006 2.09091,-2.25 0,-1.3523 -0.8125,-2.2557 -2.09091,-2.2557 -1.27841,0 -2.09091,0.9034 -2.09091,2.2557 0,1.3494 0.8125,2.25 2.09091,2.25 z m 0.006,-0.8239 c -0.70738,0 -1.05397,-0.6306 -1.05397,-1.4289 0,-0.7983 0.34659,-1.4375 1.05397,-1.4375 0.69603,0 1.04262,0.6392 1.04262,1.4375 0,0.7983 -0.34659,1.4289 -1.04262,1.4289 z"
id="path1648" /><path
d="m 681.73359,1298.5418 c 0,0.6648 -0.47443,0.9944 -0.92897,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9034 v -2.6194 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path1650" /><path
d="m 685.0745,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77272,-1.5 -0.91762,0 -1.62216,0.4091 -1.84944,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30965,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42898,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80397,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94319,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01137,0.8978 z"
id="path1652" /><path
d="m 689.44381,1294.5589 h -1.02841 v 5.8182 h 1.02841 z"
id="path1654" /><path
d="m 691.7563,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62215,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46022,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path1656" /><path
d="m 695.09721,1300.3771 h 1.02841 v -2.6534 c 0,-0.537 0.35795,-0.9006 0.80114,-0.9006 0.43466,0 0.73295,0.2926 0.73295,0.7415 v 2.8125 h 1.00852 v -2.7216 c 0,-0.4915 0.29262,-0.8324 0.78978,-0.8324 0.41477,0 0.74431,0.2443 0.74431,0.7841 v 2.7699 h 1.03125 v -2.929 c 0,-0.9744 -0.5625,-1.4915 -1.36363,-1.4915 -0.63352,0 -1.11648,0.3125 -1.30966,0.7983 h -0.0455 c -0.16761,-0.4943 -0.5909,-0.7983 -1.17897,-0.7983 -0.58523,0 -1.02273,0.3012 -1.20455,0.7983 h -0.0511 v -0.7415 h -0.98296 z"
id="path1658" /></g><g
aria-label="Boulevard du Midi"
transform="rotate(6.2793147)"
id="text1538"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 817.07686,1178.675 h 3.14016 c 1.77652,0 2.64774,-0.9053 2.64774,-2.1136 0,-1.1742 -0.83334,-1.8636 -1.6591,-1.9053 v -0.076 c 0.75758,-0.178 1.35607,-0.7083 1.35607,-1.6515 0,-1.1553 -0.83334,-2.0114 -2.51516,-2.0114 h -2.96971 z m 1.40531,-1.1742 v -2.2727 h 1.54925 c 0.86742,0 1.4053,0.5303 1.4053,1.2235 0,0.6174 -0.42424,1.0492 -1.44318,1.0492 z m 0,-3.2841 v -2.1402 h 1.42046 c 0.82576,0 1.25379,0.4357 1.25379,1.0341 0,0.6819 -0.55303,1.1061 -1.2841,1.1061 z"
id="path1581" /><path
d="m 826.56552,1178.7887 c 1.70455,0 2.78788,-1.2008 2.78788,-3 0,-1.8031 -1.08333,-3.0076 -2.78788,-3.0076 -1.70456,0 -2.78789,1.2045 -2.78789,3.0076 0,1.7992 1.08333,3 2.78789,3 z m 0.008,-1.0985 c -0.94318,0 -1.40531,-0.8409 -1.40531,-1.9053 0,-1.0644 0.46213,-1.9167 1.40531,-1.9167 0.92803,0 1.39016,0.8523 1.39016,1.9167 0,1.0644 -0.46213,1.9053 -1.39016,1.9053 z"
id="path1583" /><path
d="m 834.22084,1176.2281 c 0,0.8863 -0.63258,1.3257 -1.23864,1.3257 -0.6591,0 -1.09849,-0.4659 -1.09849,-1.2045 v -3.4925 h -1.37122 v 3.7046 c 0,1.3977 0.79546,2.1894 1.9394,2.1894 0.87122,0 1.48486,-0.4583 1.75001,-1.1098 h 0.0606 v 1.034 h 1.32955 v -5.8182 h -1.37121 z"
id="path1585" /><path
d="m 838.37236,1170.9174 h -1.37122 v 7.7576 h 1.37122 z"
id="path1587" /><path
d="m 842.35721,1178.7887 c 1.35606,0 2.28788,-0.6629 2.53031,-1.6743 l -1.28031,-0.1439 c -0.1856,0.4924 -0.64015,0.75 -1.23106,0.75 -0.88637,0 -1.47349,-0.5833 -1.48486,-1.5796 h 4.05305 v -0.4204 c 0,-2.0417 -1.22728,-2.9394 -2.6591,-2.9394 -1.66667,0 -2.7538,1.2235 -2.7538,3.0189 0,1.8258 1.07197,2.9887 2.82577,2.9887 z m -1.46213,-3.572 c 0.0417,-0.7424 0.59091,-1.3674 1.4091,-1.3674 0.78788,0 1.31818,0.5757 1.32576,1.3674 z"
id="path1589" /><path
d="m 851.12994,1172.8568 h -1.45834 l -1.34091,4.322 h -0.0606 l -1.33713,-4.322 h -1.46212 l 2.07197,5.8182 h 1.51516 z"
id="path1591" /><path
d="m 853.58067,1178.7925 c 0.91288,0 1.45834,-0.4281 1.70834,-0.9167 h 0.0455 v 0.7992 h 1.31819 v -3.8939 c 0,-1.5379 -1.25379,-2 -2.36365,-2 -1.22348,0 -2.16288,0.5454 -2.46591,1.6061 l 1.2803,0.1818 c 0.13637,-0.3978 0.52273,-0.7387 1.19319,-0.7387 0.63637,0 0.98485,0.3258 0.98485,0.8978 v 0.023 c 0,0.3939 -0.41288,0.4129 -1.4394,0.5227 -1.12879,0.1212 -2.20834,0.4584 -2.20834,1.769 0,1.1439 0.83713,1.75 1.94698,1.75 z m 0.35606,-1.0076 c -0.57197,0 -0.98106,-0.2614 -0.98106,-0.7652 0,-0.5265 0.45833,-0.7462 1.07197,-0.8333 0.35985,-0.049 1.07955,-0.1401 1.25758,-0.2841 v 0.6856 c 0,0.6478 -0.52273,1.197 -1.34849,1.197 z"
id="path1593" /><path
d="m 858.03522,1178.675 h 1.37122 v -3.4204 c 0,-0.7387 0.55682,-1.2614 1.31061,-1.2614 0.23106,0 0.51894,0.042 0.63637,0.08 v -1.2614 c -0.125,-0.023 -0.34091,-0.038 -0.49243,-0.038 -0.66667,0 -1.22349,0.3788 -1.43561,1.053 h -0.0606 v -0.9697 h -1.32955 z"
id="path1595" /><path
d="m 864.18296,1178.7773 c 1.00001,0 1.45076,-0.5947 1.66667,-1.0189 h 0.0833 v 0.9166 h 1.34849 v -7.7576 h -1.37501 v 2.9016 h -0.0568 c -0.20833,-0.4205 -0.63636,-1.0379 -1.66288,-1.0379 -1.3447,0 -2.40152,1.053 -2.40152,2.9924 0,1.9167 1.02652,3.0038 2.39773,3.0038 z m 0.38258,-1.125 c -0.90531,0 -1.38258,-0.7954 -1.38258,-1.8864 0,-1.0833 0.4697,-1.8598 1.38258,-1.8598 0.88258,0 1.36743,0.7311 1.36743,1.8598 0,1.1288 -0.49243,1.8864 -1.36743,1.8864 z"
id="path1597" /><path
d="m 873.55419,1178.7773 c 1,0 1.45076,-0.5947 1.66667,-1.0189 h 0.0833 v 0.9166 h 1.34849 v -7.7576 h -1.375 v 2.9016 h -0.0568 c -0.20834,-0.4205 -0.63637,-1.0379 -1.66289,-1.0379 -1.3447,0 -2.40152,1.053 -2.40152,2.9924 0,1.9167 1.02652,3.0038 2.39774,3.0038 z m 0.38257,-1.125 c -0.9053,0 -1.38258,-0.7954 -1.38258,-1.8864 0,-1.0833 0.4697,-1.8598 1.38258,-1.8598 0.88258,0 1.36743,0.7311 1.36743,1.8598 0,1.1288 -0.49242,1.8864 -1.36743,1.8864 z"
id="path1599" /><path
d="m 881.82692,1176.2281 c 0,0.8863 -0.63257,1.3257 -1.23864,1.3257 -0.65909,0 -1.09848,-0.4659 -1.09848,-1.2045 v -3.4925 h -1.37122 v 3.7046 c 0,1.3977 0.79546,2.1894 1.9394,2.1894 0.87121,0 1.48485,-0.4583 1.75001,-1.1098 h 0.0606 v 1.034 h 1.32955 v -5.8182 h -1.37122 z"
id="path1601" /><path
d="m 887.31557,1170.9174 v 7.7576 h 1.34849 v -5.3409 h 0.072 l 2.14394,5.3182 h 1.00758 l 2.14395,-5.3068 h 0.072 v 5.3295 h 1.34849 v -7.7576 h -1.7197 l -2.30304,5.6213 h -0.0909 l -2.30304,-5.6213 z"
id="path1603" /><path
d="m 896.92163,1178.675 h 1.37122 v -5.8182 h -1.37122 z m 0.6894,-6.6439 c 0.43561,0 0.79167,-0.3333 0.79167,-0.7424 0,-0.4129 -0.35606,-0.7463 -0.79167,-0.7463 -0.43939,0 -0.79546,0.3334 -0.79546,0.7463 0,0.4091 0.35607,0.7424 0.79546,0.7424 z"
id="path1605" /><path
d="m 901.86104,1178.7773 c 1,0 1.45076,-0.5947 1.66667,-1.0189 h 0.0833 v 0.9166 h 1.34849 v -7.7576 h -1.375 v 2.9016 h -0.0568 c -0.20834,-0.4205 -0.63637,-1.0379 -1.66289,-1.0379 -1.3447,0 -2.40152,1.053 -2.40152,2.9924 0,1.9167 1.02652,3.0038 2.39774,3.0038 z m 0.38257,-1.125 c -0.9053,0 -1.38258,-0.7954 -1.38258,-1.8864 0,-1.0833 0.4697,-1.8598 1.38258,-1.8598 0.88258,0 1.36743,0.7311 1.36743,1.8598 0,1.1288 -0.49242,1.8864 -1.36743,1.8864 z"
id="path1607" /><path
d="m 906.42543,1178.675 h 1.37122 v -5.8182 h -1.37122 z m 0.6894,-6.6439 c 0.43561,0 0.79167,-0.3333 0.79167,-0.7424 0,-0.4129 -0.35606,-0.7463 -0.79167,-0.7463 -0.4394,0 -0.79546,0.3334 -0.79546,0.7463 0,0.4091 0.35606,0.7424 0.79546,0.7424 z"
id="path1609" /></g><g
aria-label="Avenue du Dr. Picaud"
transform="rotate(-0.31975394)"
id="text1542"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 553.38857,1194.6361 0.64015,-1.9129 h 2.91668 l 0.64394,1.9129 h 1.5 l -2.73486,-7.7576 h -1.73485 l -2.73107,7.7576 z m 1.01894,-3.0417 1.04924,-3.125 h 0.0606 l 1.04925,3.125 z"
id="path1546" /><path
d="m 564.52116,1188.8179 h -1.45833 l -1.34092,4.322 h -0.0606 l -1.33713,-4.322 h -1.46212 l 2.07197,5.8182 h 1.51516 z"
id="path1548" /><path
d="m 567.84312,1194.7497 c 1.35606,0 2.28788,-0.6628 2.53031,-1.6742 l -1.28031,-0.1439 c -0.1856,0.4924 -0.64015,0.75 -1.23106,0.75 -0.88637,0 -1.47349,-0.5834 -1.48486,-1.5796 h 4.05305 v -0.4204 c 0,-2.0417 -1.22728,-2.9394 -2.6591,-2.9394 -1.66667,0 -2.7538,1.2234 -2.7538,3.0189 0,1.8258 1.07198,2.9886 2.82577,2.9886 z m -1.46213,-3.5719 c 0.0417,-0.7425 0.59091,-1.3675 1.4091,-1.3675 0.78788,0 1.31818,0.5758 1.32576,1.3675 z"
id="path1550" /><path
d="m 572.96055,1191.227 c 0,-0.8409 0.50758,-1.3258 1.23107,-1.3258 0.70833,0 1.13257,0.466 1.13257,1.2425 v 3.4924 h 1.37122 v -3.7045 c 0.004,-1.394 -0.79167,-2.1894 -1.99243,-2.1894 -0.87121,0 -1.4697,0.4166 -1.73485,1.0643 h -0.0682 v -0.9886 h -1.31061 v 5.8182 h 1.37122 z"
id="path1552" /><path
d="m 581.80148,1192.1891 c 0,0.8864 -0.63257,1.3258 -1.23864,1.3258 -0.65909,0 -1.09848,-0.4659 -1.09848,-1.2046 v -3.4924 h -1.37122 v 3.7046 c 0,1.3977 0.79546,2.1894 1.9394,2.1894 0.87121,0 1.48485,-0.4584 1.75001,-1.1099 h 0.0606 v 1.0341 h 1.32955 v -5.8182 h -1.37122 z"
id="path1554" /><path
d="m 587.15755,1194.7497 c 1.35607,0 2.28789,-0.6628 2.53031,-1.6742 l -1.2803,-0.1439 c -0.18561,0.4924 -0.64016,0.75 -1.23107,0.75 -0.88636,0 -1.47349,-0.5834 -1.48485,-1.5796 h 4.05304 v -0.4204 c 0,-2.0417 -1.22727,-2.9394 -2.6591,-2.9394 -1.66667,0 -2.75379,1.2234 -2.75379,3.0189 0,1.8258 1.07197,2.9886 2.82576,2.9886 z m -1.46212,-3.5719 c 0.0417,-0.7425 0.59091,-1.3675 1.40909,-1.3675 0.78788,0 1.31819,0.5758 1.32576,1.3675 z"
id="path1556" /><path
d="m 595.7106,1194.7384 c 1,0 1.45076,-0.5947 1.66667,-1.019 h 0.0833 v 0.9167 h 1.34848 v -7.7576 h -1.375 v 2.9015 h -0.0568 c -0.20833,-0.4204 -0.63636,-1.0378 -1.66288,-1.0378 -1.3447,0 -2.40153,1.053 -2.40153,2.9924 0,1.9167 1.02652,3.0038 2.39774,3.0038 z m 0.38258,-1.125 c -0.90531,0 -1.38258,-0.7955 -1.38258,-1.8864 0,-1.0833 0.4697,-1.8598 1.38258,-1.8598 0.88258,0 1.36743,0.731 1.36743,1.8598 0,1.1288 -0.49243,1.8864 -1.36743,1.8864 z"
id="path1558" /><path
d="m 603.98333,1192.1891 c 0,0.8864 -0.63257,1.3258 -1.23864,1.3258 -0.65909,0 -1.09848,-0.4659 -1.09848,-1.2046 v -3.4924 h -1.37122 v 3.7046 c 0,1.3977 0.79546,2.1894 1.9394,2.1894 0.87121,0 1.48485,-0.4584 1.75001,-1.1099 h 0.0606 v 1.0341 h 1.32955 v -5.8182 h -1.37122 z"
id="path1560" /><path
d="m 612.10078,1194.6361 c 2.36364,0 3.76516,-1.4621 3.76516,-3.8864 0,-2.4166 -1.40152,-3.8712 -3.71213,-3.8712 h -2.68183 v 7.7576 z m -1.22349,-1.2159 v -5.3258 h 1.19697 c 1.57576,0 2.39773,0.8788 2.39773,2.6553 0,1.7841 -0.82197,2.6705 -2.4394,2.6705 z"
id="path1562" /><path
d="m 617.13865,1194.6361 h 1.37122 v -3.4205 c 0,-0.7386 0.55682,-1.2613 1.31061,-1.2613 0.23106,0 0.51894,0.042 0.63636,0.079 v -1.2613 c -0.125,-0.023 -0.34091,-0.038 -0.49242,-0.038 -0.66667,0 -1.22349,0.3788 -1.43561,1.053 h -0.0606 v -0.9697 h -1.32955 z"
id="path1564" /><path
d="m 621.54775,1194.7194 c 0.44697,0 0.82955,-0.3712 0.83334,-0.8333 -0.004,-0.4545 -0.38637,-0.8258 -0.83334,-0.8258 -0.46212,0 -0.83712,0.3713 -0.83333,0.8258 -0.004,0.4621 0.37121,0.8333 0.83333,0.8333 z"
id="path1566" /><path
d="m 626.26744,1194.6361 h 1.40531 v -2.6212 h 1.48485 c 1.79168,0 2.7538,-1.0758 2.7538,-2.5682 0,-1.4811 -0.95076,-2.5682 -2.73486,-2.5682 h -2.9091 z m 1.40531,-3.7765 v -2.8068 h 1.28788 c 1.05304,0 1.51895,0.5681 1.51895,1.3939 0,0.8258 -0.46591,1.4129 -1.51137,1.4129 z"
id="path1568" /><path
d="m 633.07048,1194.6361 h 1.37122 v -5.8182 h -1.37122 z m 0.6894,-6.644 c 0.43561,0 0.79167,-0.3333 0.79167,-0.7424 0,-0.4129 -0.35606,-0.7462 -0.79167,-0.7462 -0.4394,0 -0.79546,0.3333 -0.79546,0.7462 0,0.4091 0.35606,0.7424 0.79546,0.7424 z"
id="path1570" /><path
d="m 638.38867,1194.7497 c 1.46213,0 2.39395,-0.8674 2.49244,-2.1022 h -1.31061 c -0.11743,0.625 -0.56819,0.9848 -1.17046,0.9848 -0.85606,0 -1.4091,-0.7159 -1.4091,-1.9053 0,-1.1742 0.5644,-1.8788 1.4091,-1.8788 0.65909,0 1.0644,0.4243 1.17046,0.9849 h 1.31061 c -0.0947,-1.2614 -1.07955,-2.0909 -2.50001,-2.0909 -1.70455,0 -2.78031,1.231 -2.78031,3.0075 0,1.7614 1.04924,3 2.78788,3 z"
id="path1572" /><path
d="m 643.68413,1194.7535 c 0.91288,0 1.45834,-0.428 1.70834,-0.9166 h 0.0454 v 0.7992 h 1.31819 v -3.8939 c 0,-1.5379 -1.25379,-2 -2.36364,-2 -1.22349,0 -2.16289,0.5454 -2.46592,1.606 l 1.28031,0.1818 c 0.13636,-0.3977 0.52273,-0.7386 1.19318,-0.7386 0.63637,0 0.98485,0.3258 0.98485,0.8977 v 0.023 c 0,0.3939 -0.41288,0.4128 -1.43939,0.5227 -1.1288,0.1212 -2.20834,0.4583 -2.20834,1.7689 0,1.144 0.83712,1.75 1.94697,1.75 z m 0.35606,-1.0075 c -0.57197,0 -0.98106,-0.2614 -0.98106,-0.7652 0,-0.5265 0.45833,-0.7462 1.07197,-0.8333 0.35985,-0.049 1.07955,-0.1402 1.25758,-0.2841 v 0.6856 c 0,0.6477 -0.52273,1.197 -1.34849,1.197 z"
id="path1574" /><path
d="m 651.84704,1192.1891 c 0,0.8864 -0.63258,1.3258 -1.23864,1.3258 -0.6591,0 -1.09849,-0.4659 -1.09849,-1.2046 v -3.4924 h -1.37122 v 3.7046 c 0,1.3977 0.79546,2.1894 1.9394,2.1894 0.87122,0 1.48485,-0.4584 1.75001,-1.1099 h 0.0606 v 1.0341 h 1.32955 v -5.8182 h -1.37121 z"
id="path1576" /><path
d="m 656.78644,1194.7384 c 1,0 1.45076,-0.5947 1.66667,-1.019 h 0.0833 v 0.9167 h 1.34849 v -7.7576 h -1.375 v 2.9015 h -0.0568 c -0.20834,-0.4204 -0.63637,-1.0378 -1.66289,-1.0378 -1.3447,0 -2.40152,1.053 -2.40152,2.9924 0,1.9167 1.02652,3.0038 2.39774,3.0038 z m 0.38257,-1.125 c -0.9053,0 -1.38258,-0.7955 -1.38258,-1.8864 0,-1.0833 0.4697,-1.8598 1.38258,-1.8598 0.88258,0 1.36743,0.731 1.36743,1.8598 0,1.1288 -0.49242,1.8864 -1.36743,1.8864 z"
id="path1578" /></g></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 9.4 MiB

View File

@ -21,7 +21,7 @@
inkscape:export-ydpi="768.00006"><metadata inkscape:export-ydpi="768.00006"><metadata
id="metadata3463"><rdf:RDF><cc:Work id="metadata3463"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs3461"><clipPath id="defs3461"><clipPath
clipPathUnits="userSpaceOnUse" clipPathUnits="userSpaceOnUse"
id="clipPath3499"><path id="clipPath3499"><path
@ -40,13 +40,13 @@
id="namedview3459" id="namedview3459"
showgrid="false" showgrid="false"
inkscape:snap-page="true" inkscape:snap-page="true"
inkscape:zoom="1.8377541" inkscape:zoom="0.92656822"
inkscape:cx="1229.5199" inkscape:cx="1043.6138"
inkscape:cy="1130.8105" inkscape:cy="1093.7586"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="21" inkscape:window-y="21"
inkscape:window-maximized="0" inkscape:window-maximized="0"
inkscape:current-layer="layer5" inkscape:current-layer="text3986"
inkscape:snap-global="false" inkscape:snap-global="false"
showguides="true" showguides="true"
inkscape:guide-bbox="true" inkscape:guide-bbox="true"
@ -100,7 +100,7 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer5" id="layer5"
inkscape:label="ground" inkscape:label="ground"
style="display:inline;opacity:0.7354029" style="display:inline;opacity:1"
sodipodi:insensitive="true"><path sodipodi:insensitive="true"><path
style="display:inline;opacity:1;fill:#1c2729;fill-opacity:0.989716;stroke:none;stroke-width:0.448;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="display:inline;opacity:1;fill:#1c2729;fill-opacity:0.989716;stroke:none;stroke-width:0.448;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 992.16081,1183.1367 42.56099,-5.2249 13.4382,91.2049 -26.6602,39.6693 10.6288,7.1483 22.8685,-32.9555 17.5173,-10.7603 18.4781,0.9283 4.6673,-6.821 -4.8023,-0.2681 0.4446,-5.4868 3.9389,-7.2506 17.3551,-16.8868 22.4927,-8.5491 0.067,17.3491 -1.8552,-0.015 -0.7027,2.9571 9.1614,0.1981 -0.688,-3.0676 -1.8125,-0.091 -0.063,-17.9929 10.9268,-2.4662 23.4124,0.6007 0.4437,16.21 3.0319,0.024 -0.1983,-9.8439 30.5174,0.3705 52.7175,11.7149 7.4327,-1.1709 -4.5659,13.6208 -1.1712,-0.4322 -1.4998,3.9066 4.9114,1.4843 1.2396,-3.7754 -1.0333,-0.3511 4.6849,-13.9254 55.8877,25.6357 -4.9806,9.5665 2.472,1.3721 5.5907,-10.7167 92.3163,53.7084 -8.4089,13.2993 2.4267,1.6037 7.7598,-12.3973 2.0466,1.0915 77.647,50.9203 2.5232,69.2302 50.9332,4.2029 -2.8261,28.2204 -20.9097,-0.4002 -2.6434,39.0979 18.7288,0.6015 -6.7909,59.9332 -14.873,-1.5178 -5.5836,36.1869 -21.8286,-10.8136 -6.0409,10.8712 19.0717,10.9411 -19.0699,39.1337 -48.3133,-22.0614 -22.8255,-77.6189 -11.9615,4.5929 25.7184,83.1203 62.8423,30.3373 4.2559,-13.7464 14.5444,-18.7343 35.1273,14.7014 -3.7486,11.8404 11.2696,9.5324 0.9648,-11.9352 8.3258,-10.0408 23.208,22.3479 4.6891,16.1465 -6.5224,7.9331 4.6767,3.1095 23.7841,-4.9108 2.1069,15.2802 -13.4592,15.1714 -7.0745,49.8705 43.0355,29.3179 29.4472,-2.5923 11.7715,-26.6718 -0.6468,-28.1948 -8.0501,-10.0293 4.0365,-43.6874 36.1213,-67.2362 27.1291,-89.4018 78.9182,-52.723 144.2315,-153.3081 72.9493,-5.6828 7.9548,-1.3315 C 2048,0 2048,1336.3547 2048,0 H 0 c -1.450955,1329.8191 0,0 0,1329.8191 l 81.148711,-26.2576 163.506899,-36.737 115.6599,-6.4567 113.5235,-0.7274 62.6093,1.6176 45.4964,1.8258 -2.3442,19.036 7.593,1.0933 3.059,-19.7868 57.7435,5.3741 -2.4129,17.4382 8.0583,2.1348 3.7095,-18.2954 125.7984,14.1007 68.1162,17.0228 -4.1856,16.7451 10.0532,2.2352 3.6318,-16.4262 11.7504,-0.5304 23.1118,14.7458 3.7837,12.6108 -17.8462,4.4606 2.8206,8.4389 29.0281,-7.9869 118.10489,89.4645 7.3755,-15.3663 -66.99529,-55.6187 18.3059,-27.619 -61.3617,-44.9159 -10.5326,-85.233 z" d="m 992.16081,1183.1367 42.56099,-5.2249 13.4382,91.2049 -26.6602,39.6693 10.6288,7.1483 22.8685,-32.9555 17.5173,-10.7603 18.4781,0.9283 4.6673,-6.821 -4.8023,-0.2681 0.4446,-5.4868 3.9389,-7.2506 17.3551,-16.8868 22.4927,-8.5491 0.067,17.3491 -1.8552,-0.015 -0.7027,2.9571 9.1614,0.1981 -0.688,-3.0676 -1.8125,-0.091 -0.063,-17.9929 10.9268,-2.4662 23.4124,0.6007 0.4437,16.21 3.0319,0.024 -0.1983,-9.8439 30.5174,0.3705 52.7175,11.7149 7.4327,-1.1709 -4.5659,13.6208 -1.1712,-0.4322 -1.4998,3.9066 4.9114,1.4843 1.2396,-3.7754 -1.0333,-0.3511 4.6849,-13.9254 55.8877,25.6357 -4.9806,9.5665 2.472,1.3721 5.5907,-10.7167 92.3163,53.7084 -8.4089,13.2993 2.4267,1.6037 7.7598,-12.3973 2.0466,1.0915 77.647,50.9203 2.5232,69.2302 50.9332,4.2029 -2.8261,28.2204 -20.9097,-0.4002 -2.6434,39.0979 18.7288,0.6015 -6.7909,59.9332 -14.873,-1.5178 -5.5836,36.1869 -21.8286,-10.8136 -6.0409,10.8712 19.0717,10.9411 -19.0699,39.1337 -48.3133,-22.0614 -22.8255,-77.6189 -11.9615,4.5929 25.7184,83.1203 62.8423,30.3373 4.2559,-13.7464 14.5444,-18.7343 35.1273,14.7014 -3.7486,11.8404 11.2696,9.5324 0.9648,-11.9352 8.3258,-10.0408 23.208,22.3479 4.6891,16.1465 -6.5224,7.9331 4.6767,3.1095 23.7841,-4.9108 2.1069,15.2802 -13.4592,15.1714 -7.0745,49.8705 43.0355,29.3179 29.4472,-2.5923 11.7715,-26.6718 -0.6468,-28.1948 -8.0501,-10.0293 4.0365,-43.6874 36.1213,-67.2362 27.1291,-89.4018 78.9182,-52.723 144.2315,-153.3081 72.9493,-5.6828 7.9548,-1.3315 C 2048,0 2048,1336.3547 2048,0 H 0 c -1.450955,1329.8191 0,0 0,1329.8191 l 81.148711,-26.2576 163.506899,-36.737 115.6599,-6.4567 113.5235,-0.7274 62.6093,1.6176 45.4964,1.8258 -2.3442,19.036 7.593,1.0933 3.059,-19.7868 57.7435,5.3741 -2.4129,17.4382 8.0583,2.1348 3.7095,-18.2954 125.7984,14.1007 68.1162,17.0228 -4.1856,16.7451 10.0532,2.2352 3.6318,-16.4262 11.7504,-0.5304 23.1118,14.7458 3.7837,12.6108 -17.8462,4.4606 2.8206,8.4389 29.0281,-7.9869 118.10489,89.4645 7.3755,-15.3663 -66.99529,-55.6187 18.3059,-27.619 -61.3617,-44.9159 -10.5326,-85.233 z"
@ -2129,7 +2129,8 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="g4027" id="g4027"
inkscape:label="streenames_medium" inkscape:label="streenames_medium"
style="display:inline"><text style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="1241.0697" x="1241.0697"
@ -2189,11 +2190,284 @@
sodipodi:role="line" sodipodi:role="line"
id="tspan7504" id="tspan7504"
x="574.72168" x="574.72168"
y="1394.345">Promenade de la Pantiero</tspan></text></g><g y="1394.345">Promenade de la Pantiero</tspan></text><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="604.14911"
y="1195.5374"
id="text8973"
transform="rotate(-0.52881557)"><tspan
sodipodi:role="line"
id="tspan8971"
x="604.14911"
y="1195.5374">Avenue du Dr. Picaud</tspan></text><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;inline-size:101.757;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="809.58392"
y="1189.4128"
id="text8977"
transform="rotate(6.5162904,117.95068,272.46236)"><tspan
x="809.58392"
y="1189.4128"><tspan>Boulevard du Midi</tspan></tspan></text></g><g
inkscape:groupmode="layer"
id="g4040"
inkscape:label="streenames_medium flat"
style="display:inline"><g
aria-label="Rue d'Antibes "
transform="rotate(2.8861733)"
id="text4008"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1241.6436,1060.72 h 1.0539 v -2.1307 h 1.0739 l 1.1421,2.1307 h 1.1761 l -1.2585,-2.3068 c 0.6846,-0.2756 1.0454,-0.8608 1.0454,-1.6506 0,-1.1108 -0.7159,-1.8608 -2.0511,-1.8608 h -2.1818 z m 1.0539,-3.0057 v -1.9318 h 0.966 c 0.7869,0 1.1392,0.3608 1.1392,0.9801 0,0.6193 -0.3523,0.9517 -1.1336,0.9517 z"
id="path4243" /><path
d="m 1249.5839,1058.8847 c 0,0.6648 -0.4744,0.9944 -0.929,0.9944 -0.4943,0 -0.8238,-0.3495 -0.8238,-0.9034 v -2.6194 h -1.0284 v 2.7784 c 0,1.0483 0.5965,1.6421 1.4545,1.6421 0.6534,0 1.1136,-0.3438 1.3125,-0.8324 h 0.045 v 0.7756 h 0.9971 v -4.3637 h -1.0284 z"
id="path4245" /><path
d="m 1253.6009,1060.8052 c 1.0171,0 1.716,-0.4972 1.8978,-1.2557 l -0.9603,-0.1079 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6647,0 -1.1051,-0.4375 -1.1136,-1.1847 h 3.0398 v -0.3153 c 0,-1.5313 -0.9205,-2.2046 -1.9943,-2.2046 -1.25,0 -2.0654,0.9176 -2.0654,2.2642 0,1.3693 0.804,2.2415 2.1193,2.2415 z m -1.0965,-2.679 c 0.031,-0.5568 0.4431,-1.0255 1.0568,-1.0255 0.5909,0 0.9886,0.4318 0.9943,1.0255 z"
id="path4247" /><path
d="m 1260.0157,1060.7967 c 0.75,0 1.0881,-0.446 1.25,-0.7642 h 0.062 v 0.6875 h 1.0114 v -5.8182 h -1.0313 v 2.1761 h -0.043 c -0.1562,-0.3153 -0.4773,-0.7784 -1.2472,-0.7784 -1.0085,0 -1.8011,0.7898 -1.8011,2.2443 0,1.4375 0.7699,2.2529 1.7983,2.2529 z m 0.2869,-0.8438 c -0.6789,0 -1.0369,-0.5966 -1.0369,-1.4147 0,-0.8125 0.3523,-1.3949 1.0369,-1.3949 0.662,0 1.0256,0.5483 1.0256,1.3949 0,0.8465 -0.3693,1.4147 -1.0256,1.4147 z"
id="path4249" /><path
d="m 1264.1492,1054.9018 h -0.7841 v 2.142 h 0.7841 z"
id="path4251" /><path
d="m 1265.2998,1060.72 0.4801,-1.4347 h 2.1875 l 0.483,1.4347 h 1.125 l -2.0512,-5.8182 h -1.3011 l -2.0483,5.8182 z m 0.7642,-2.2813 0.7869,-2.3437 h 0.046 l 0.7869,2.3437 z"
id="path4253" /><path
d="m 1271.3253,1058.1632 c 0,-0.6307 0.3807,-0.9944 0.9233,-0.9944 0.5313,0 0.8495,0.3495 0.8495,0.9319 v 2.6193 h 1.0284 v -2.7784 c 0,-1.0455 -0.5938,-1.6421 -1.4943,-1.6421 -0.6534,0 -1.1023,0.3125 -1.3012,0.7983 h -0.051 v -0.7415 h -0.983 v 4.3637 h 1.0284 z"
id="path4255" /><path
d="m 1277.3537,1056.3563 h -0.8607 v -1.0454 h -1.0285 v 1.0454 h -0.6193 v 0.7955 h 0.6193 v 2.4261 c -0.01,0.821 0.591,1.2245 1.3637,1.2017 0.2926,-0.01 0.4943,-0.065 0.6051,-0.1022 l -0.1733,-0.804 c -0.057,0.014 -0.1733,0.04 -0.3011,0.04 -0.2586,0 -0.4659,-0.091 -0.4659,-0.5057 v -2.2557 h 0.8607 z"
id="path4257" /><path
d="m 1278.2145,1060.72 h 1.0284 v -4.3637 h -1.0284 z m 0.5171,-4.983 c 0.3267,0 0.5937,-0.25 0.5937,-0.5568 0,-0.3097 -0.267,-0.5597 -0.5937,-0.5597 -0.3296,0 -0.5966,0.25 -0.5966,0.5597 0,0.3068 0.267,0.5568 0.5966,0.5568 z"
id="path4259" /><path
d="m 1280.3452,1060.72 h 1.0114 v -0.6875 h 0.06 c 0.162,0.3182 0.5,0.7642 1.25,0.7642 1.0284,0 1.7983,-0.8154 1.7983,-2.2529 0,-1.4545 -0.7926,-2.2443 -1.8011,-2.2443 -0.7699,0 -1.0909,0.4631 -1.2472,0.7784 h -0.043 v -2.1761 h -1.0284 z m 1.0085,-2.1818 c 0,-0.8466 0.3637,-1.3949 1.0256,-1.3949 0.6847,0 1.0369,0.5824 1.0369,1.3949 0,0.8181 -0.3579,1.4147 -1.0369,1.4147 -0.6562,0 -1.0256,-0.5682 -1.0256,-1.4147 z"
id="path4261" /><path
d="m 1287.2742,1060.8052 c 1.017,0 1.7159,-0.4972 1.8977,-1.2557 l -0.9602,-0.1079 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1137,-1.1847 h 3.0398 v -0.3153 c 0,-1.5313 -0.9204,-2.2046 -1.9943,-2.2046 -1.25,0 -2.0653,0.9176 -2.0653,2.2642 0,1.3693 0.8039,2.2415 2.1193,2.2415 z m -1.0966,-2.679 c 0.031,-0.5568 0.4432,-1.0255 1.0568,-1.0255 0.5909,0 0.9886,0.4318 0.9943,1.0255 z"
id="path4263" /><path
d="m 1293.5327,1057.5097 c -0.1421,-0.7386 -0.733,-1.2102 -1.7557,-1.2102 -1.0511,0 -1.767,0.5171 -1.7642,1.3239 -0,0.6363 0.3892,1.0568 1.2273,1.2301 l 0.7443,0.1562 c 0.4006,0.088 0.5881,0.25 0.5881,0.4972 0,0.2983 -0.3239,0.5227 -0.8125,0.5227 -0.4716,0 -0.7784,-0.2045 -0.8665,-0.5966 l -1.0029,0.097 c 0.1279,0.8012 0.8012,1.2756 1.8722,1.2756 1.0909,0 1.8608,-0.5653 1.8636,-1.392 -0,-0.6222 -0.4034,-1.0029 -1.2272,-1.1819 l -0.7443,-0.1591 c -0.4432,-0.099 -0.6194,-0.2528 -0.6165,-0.5056 -0,-0.2955 0.3238,-0.5 0.7528,-0.5 0.4744,0 0.7244,0.2585 0.804,0.5454 z"
id="path4265" /></g><g
aria-label="Rue Hoche"
transform="rotate(2.0956176)"
id="text4012"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1174.7191,1054.8629 h 1.054 v -2.1307 h 1.0739 l 1.142,2.1307 h 1.1762 l -1.2586,-2.3068 c 0.6847,-0.2756 1.0455,-0.8608 1.0455,-1.6506 0,-1.1108 -0.7159,-1.8608 -2.0512,-1.8608 h -2.1818 z m 1.054,-3.0057 v -1.9318 h 0.9659 c 0.7869,0 1.1392,0.3608 1.1392,0.9801 0,0.6193 -0.3523,0.9517 -1.1335,0.9517 z"
id="path4226" /><path
d="m 1182.6595,1053.0277 c 0,0.6648 -0.4745,0.9943 -0.929,0.9943 -0.4943,0 -0.8239,-0.3494 -0.8239,-0.9034 v -2.6193 h -1.0284 v 2.7784 c 0,1.0483 0.5966,1.642 1.4546,1.642 0.6534,0 1.1136,-0.3437 1.3125,-0.8324 h 0.045 v 0.7756 h 0.9972 v -4.3636 h -1.0284 z"
id="path4228" /><path
d="m 1186.6765,1054.9481 c 1.0171,0 1.7159,-0.4971 1.8977,-1.2556 l -0.9602,-0.108 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1136,-1.1847 h 3.0397 v -0.3153 c 0,-1.5312 -0.9204,-2.2045 -1.9943,-2.2045 -1.25,0 -2.0653,0.9176 -2.0653,2.2642 0,1.3693 0.804,2.2414 2.1193,2.2414 z m -1.0966,-2.6789 c 0.031,-0.5569 0.4432,-1.0256 1.0568,-1.0256 0.5909,0 0.9887,0.4318 0.9944,1.0256 z"
id="path4230" /><path
d="m 1191.5174,1054.8629 h 1.054 v -2.4716 h 2.696 v 2.4716 h 1.0568 v -5.8182 h -1.0568 v 2.4631 h -2.696 v -2.4631 h -1.054 z"
id="path4232" /><path
d="m 1199.3271,1054.9481 c 1.2784,0 2.0909,-0.9005 2.0909,-2.25 0,-1.3522 -0.8125,-2.2556 -2.0909,-2.2556 -1.2785,0 -2.091,0.9034 -2.091,2.2556 0,1.3495 0.8125,2.25 2.091,2.25 z m 0.01,-0.8238 c -0.7074,0 -1.0539,-0.6307 -1.0539,-1.429 0,-0.7983 0.3465,-1.4375 1.0539,-1.4375 0.6961,0 1.0426,0.6392 1.0426,1.4375 0,0.7983 -0.3465,1.429 -1.0426,1.429 z"
id="path4234" /><path
d="m 1204.1907,1054.9481 c 1.0966,0 1.7954,-0.6505 1.8693,-1.5767 h -0.983 c -0.088,0.4688 -0.4261,0.7387 -0.8778,0.7387 -0.642,0 -1.0568,-0.537 -1.0568,-1.429 0,-0.8807 0.4233,-1.4091 1.0568,-1.4091 0.4943,0 0.7983,0.3182 0.8778,0.7386 h 0.983 c -0.071,-0.946 -0.8097,-1.5681 -1.875,-1.5681 -1.2784,0 -2.0852,0.9233 -2.0852,2.2556 0,1.3211 0.7869,2.25 2.0909,2.25 z"
id="path4236" /><path
d="m 1207.935,1052.3061 c 0,-0.6307 0.392,-0.9943 0.9432,-0.9943 0.5397,0 0.8579,0.3437 0.8579,0.9318 v 2.6193 h 1.0284 v -2.7784 c 0,-1.054 -0.5966,-1.642 -1.5028,-1.642 -0.6705,0 -1.0966,0.3039 -1.2983,0.7983 h -0.051 v -2.1961 h -1.0057 v 5.8182 h 1.0284 z"
id="path4238" /><path
d="m 1213.7418,1054.9481 c 1.017,0 1.7159,-0.4971 1.8977,-1.2556 l -0.9602,-0.108 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1136,-1.1847 h 3.0397 v -0.3153 c 0,-1.5312 -0.9204,-2.2045 -1.9943,-2.2045 -1.25,0 -2.0653,0.9176 -2.0653,2.2642 0,1.3693 0.804,2.2414 2.1193,2.2414 z m -1.0966,-2.6789 c 0.031,-0.5569 0.4432,-1.0256 1.0568,-1.0256 0.5909,0 0.9887,0.4318 0.9943,1.0256 z"
id="path4240" /></g><g
aria-label="Rue d'Antibes "
transform="rotate(17.783757)"
id="text4016"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1586.6782,678.96106 h 1.054 v -2.13068 h 1.0739 l 1.142,2.13068 h 1.1762 l -1.2586,-2.30682 c 0.6847,-0.27557 1.0455,-0.86079 1.0455,-1.65057 0,-1.11079 -0.7159,-1.86079 -2.0511,-1.86079 h -2.1819 z m 1.054,-3.00568 v -1.93182 h 0.9659 c 0.787,0 1.1392,0.3608 1.1392,0.98011 0,0.61932 -0.3522,0.95171 -1.1335,0.95171 z"
id="path4201" /><path
d="m 1594.6186,677.12583 c 0,0.66478 -0.4745,0.99432 -0.929,0.99432 -0.4943,0 -0.8239,-0.34943 -0.8239,-0.90341 v -2.61932 h -1.0284 v 2.77841 c 0,1.0483 0.5966,1.64205 1.4546,1.64205 0.6534,0 1.1136,-0.34375 1.3125,-0.83239 h 0.045 v 0.77557 h 0.9972 v -4.36364 h -1.0284 z"
id="path4203" /><path
d="m 1598.6356,679.04629 c 1.0171,0 1.7159,-0.49716 1.8977,-1.25568 l -0.9602,-0.10796 c -0.1392,0.36932 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1136,-1.18466 h 3.0398 v -0.31534 c 0,-1.53125 -0.9205,-2.20454 -1.9944,-2.20454 -1.25,0 -2.0653,0.91761 -2.0653,2.2642 0,1.36932 0.804,2.24148 2.1193,2.24148 z m -1.0966,-2.67898 c 0.031,-0.55682 0.4432,-1.02557 1.0568,-1.02557 0.5909,0 0.9887,0.43182 0.9944,1.02557 z"
id="path4205" /><path
d="m 1605.0504,679.03776 c 0.75,0 1.088,-0.44602 1.25,-0.7642 h 0.062 v 0.6875 h 1.0113 v -5.81818 h -1.0312 v 2.17613 h -0.043 c -0.1563,-0.31534 -0.4773,-0.7784 -1.2472,-0.7784 -1.0085,0 -1.8011,0.78977 -1.8011,2.24431 0,1.4375 0.7699,2.25284 1.7983,2.25284 z m 0.2869,-0.84375 c -0.679,0 -1.0369,-0.59659 -1.0369,-1.41477 0,-0.8125 0.3522,-1.39488 1.0369,-1.39488 0.6619,0 1.0256,0.54829 1.0256,1.39488 0,0.84659 -0.3693,1.41477 -1.0256,1.41477 z"
id="path4207" /><path
d="m 1609.1839,673.14288 h -0.7841 v 2.14204 h 0.7841 z"
id="path4209" /><path
d="m 1610.3345,678.96106 0.4801,-1.43466 h 2.1875 l 0.4829,1.43466 h 1.125 l -2.0511,-5.81818 h -1.3012 l -2.0482,5.81818 z m 0.7642,-2.28125 0.7869,-2.34375 h 0.045 l 0.787,2.34375 z"
id="path4211" /><path
d="m 1616.36,676.40424 c 0,-0.63068 0.3807,-0.99432 0.9233,-0.99432 0.5313,0 0.8494,0.34944 0.8494,0.93182 v 2.61932 h 1.0284 v -2.77841 c 0,-1.04545 -0.5937,-1.64204 -1.4943,-1.64204 -0.6534,0 -1.1022,0.3125 -1.3011,0.79829 h -0.051 v -0.74148 h -0.983 v 4.36364 h 1.0284 z"
id="path4213" /><path
d="m 1622.3884,674.59742 h -0.8608 v -1.04545 h -1.0284 v 1.04545 h -0.6193 v 0.79546 h 0.6193 v 2.42613 c -0.01,0.82103 0.5909,1.22444 1.3636,1.20171 0.2927,-0.009 0.4944,-0.0653 0.6052,-0.10227 l -0.1733,-0.80398 c -0.057,0.0142 -0.1733,0.0398 -0.3012,0.0398 -0.2585,0 -0.4659,-0.0909 -0.4659,-0.50568 v -2.25568 h 0.8608 z"
id="path4215" /><path
d="m 1623.2492,678.96106 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3268,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.267,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5965,0.25 -0.5965,0.55966 0,0.30682 0.267,0.55682 0.5965,0.55682 z"
id="path4217" /><path
d="m 1625.3799,678.96106 h 1.0113 v -0.6875 h 0.06 c 0.1619,0.31818 0.5,0.7642 1.25,0.7642 1.0284,0 1.7983,-0.81534 1.7983,-2.25284 0,-1.45454 -0.7926,-2.24431 -1.8011,-2.24431 -0.7699,0 -1.0909,0.46306 -1.2472,0.7784 h -0.043 v -2.17613 h -1.0284 z m 1.0085,-2.18182 c 0,-0.84659 0.3636,-1.39488 1.0256,-1.39488 0.6846,0 1.0369,0.58238 1.0369,1.39488 0,0.81818 -0.358,1.41477 -1.0369,1.41477 -0.6563,0 -1.0256,-0.56818 -1.0256,-1.41477 z"
id="path4219" /><path
d="m 1632.3088,679.04629 c 1.0171,0 1.716,-0.49716 1.8978,-1.25568 l -0.9603,-0.10796 c -0.1392,0.36932 -0.4801,0.5625 -0.9233,0.5625 -0.6647,0 -1.1051,-0.4375 -1.1136,-1.18466 h 3.0398 v -0.31534 c 0,-1.53125 -0.9205,-2.20454 -1.9943,-2.20454 -1.25,0 -2.0654,0.91761 -2.0654,2.2642 0,1.36932 0.804,2.24148 2.1193,2.24148 z m -1.0965,-2.67898 c 0.031,-0.55682 0.4431,-1.02557 1.0568,-1.02557 0.5909,0 0.9886,0.43182 0.9943,1.02557 z"
id="path4221" /><path
d="m 1638.5674,675.75083 c -0.1421,-0.73863 -0.733,-1.21022 -1.7557,-1.21022 -1.0512,0 -1.7671,0.51704 -1.7642,1.32386 -0,0.63636 0.3892,1.05682 1.2272,1.23011 l 0.7444,0.15625 c 0.4005,0.0881 0.588,0.25 0.588,0.49716 0,0.2983 -0.3238,0.52273 -0.8125,0.52273 -0.4716,0 -0.7784,-0.20455 -0.8664,-0.59659 l -1.0029,0.0966 c 0.1279,0.80114 0.8012,1.27557 1.8722,1.27557 1.0909,0 1.8608,-0.56534 1.8636,-1.39205 -0,-0.62216 -0.4034,-1.00284 -1.2273,-1.18182 l -0.7443,-0.15909 c -0.4432,-0.0994 -0.6193,-0.25284 -0.6165,-0.50568 -0,-0.29545 0.3239,-0.5 0.7529,-0.5 0.4744,0 0.7244,0.25852 0.804,0.54546 z"
id="path4223" /></g><g
aria-label="Rue d'Antibes "
transform="rotate(-7.3767813)"
id="text4020"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 890.89991,1252.3547 h 1.05398 v -2.1306 h 1.07386 l 1.14205,2.1306 h 1.17614 l -1.25853,-2.3068 c 0.68466,-0.2756 1.04546,-0.8608 1.04546,-1.6506 0,-1.1107 -0.71591,-1.8607 -2.05114,-1.8607 h -2.18182 z m 1.05398,-3.0056 v -1.9319 h 0.96591 c 0.78693,0 1.1392,0.3608 1.1392,0.9801 0,0.6194 -0.35227,0.9518 -1.13352,0.9518 z"
id="path4176" /><path
d="m 898.84025,1250.5195 c 0,0.6648 -0.47443,0.9943 -0.92897,0.9943 -0.49432,0 -0.82387,-0.3494 -0.82387,-0.9034 v -2.6193 H 896.059 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11363,-0.3438 1.3125,-0.8324 h 0.0454 v 0.7755 h 0.99716 v -4.3636 h -1.02841 z"
id="path4178" /><path
d="m 902.85729,1252.44 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.108 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66478,0 -1.10512,-0.4375 -1.11364,-1.1846 h 3.03977 v -0.3154 c 0,-1.5312 -0.92045,-2.2045 -1.99432,-2.2045 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0256 1.05682,-1.0256 0.59091,0 0.98864,0.4318 0.99432,1.0256 z"
id="path4180" /><path
d="m 909.27206,1252.4314 c 0.75,0 1.08806,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8181 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3154 -0.47728,-0.7784 -1.24716,-0.7784 -1.00853,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2528 1.7983,2.2528 z m 0.28693,-0.8437 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4148 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4148 -1.02557,1.4148 z"
id="path4182" /><path
d="m 913.40557,1246.5366 h -0.78409 v 2.142 h 0.78409 z"
id="path4184" /><path
d="m 914.55613,1252.3547 0.48011,-1.4346 h 2.1875 l 0.48296,1.4346 h 1.125 l -2.05114,-5.8181 h -1.30113 l -2.0483,5.8181 z m 0.7642,-2.2812 0.78694,-2.3438 h 0.0455 l 0.78693,2.3438 z"
id="path4186" /><path
d="m 920.58169,1249.7979 c 0,-0.6307 0.38068,-0.9943 0.9233,-0.9943 0.53125,0 0.84943,0.3494 0.84943,0.9318 v 2.6193 h 1.02841 v -2.7784 c 0.003,-1.0454 -0.59375,-1.642 -1.49432,-1.642 -0.65341,0 -1.10227,0.3125 -1.30114,0.7983 h -0.0511 v -0.7415 h -0.98296 v 4.3636 h 1.02841 z"
id="path4188" /><path
d="m 926.6101,1247.9911 h -0.8608 v -1.0455 h -1.02841 v 1.0455 h -0.61932 v 0.7955 h 0.61932 v 2.4261 c -0.006,0.821 0.59091,1.2244 1.36364,1.2017 0.29261,-0.01 0.49432,-0.065 0.60511,-0.1023 l -0.17329,-0.804 c -0.0568,0.014 -0.1733,0.04 -0.30114,0.04 -0.25852,0 -0.46591,-0.091 -0.46591,-0.5057 v -2.2556 h 0.8608 z"
id="path4190" /><path
d="m 927.47088,1252.3547 h 1.02841 v -4.3636 h -1.02841 z m 0.51705,-4.9829 c 0.3267,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3097 -0.26705,-0.5597 -0.59375,-0.5597 -0.32955,0 -0.59659,0.25 -0.59659,0.5597 0,0.3068 0.26704,0.5568 0.59659,0.5568 z"
id="path4192" /><path
d="m 929.60156,1252.3547 h 1.01136 v -0.6875 h 0.0597 c 0.16193,0.3182 0.5,0.7642 1.25,0.7642 1.02841,0 1.7983,-0.8153 1.7983,-2.2528 0,-1.4545 -0.79262,-2.2443 -1.80114,-2.2443 -0.76989,0 -1.09091,0.463 -1.24716,0.7784 h -0.0426 v -2.1761 h -1.02841 z m 1.00852,-2.1818 c 0,-0.8466 0.36364,-1.3949 1.02557,-1.3949 0.68466,0 1.03693,0.5824 1.03693,1.3949 0,0.8182 -0.35795,1.4148 -1.03693,1.4148 -0.65625,0 -1.02557,-0.5682 -1.02557,-1.4148 z"
id="path4194" /><path
d="m 936.53052,1252.44 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.108 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11364,-1.1846 h 3.03978 v -0.3154 c 0,-1.5312 -0.92046,-2.2045 -1.99432,-2.2045 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44319,-1.0256 1.05682,-1.0256 0.59091,0 0.98864,0.4318 0.99432,1.0256 z"
id="path4196" /><path
d="m 942.78904,1249.1445 c -0.14205,-0.7386 -0.73295,-1.2102 -1.75568,-1.2102 -1.05114,0 -1.76705,0.517 -1.76421,1.3238 -0.003,0.6364 0.38921,1.0569 1.22728,1.2302 l 0.74431,0.1562 c 0.40057,0.088 0.58807,0.25 0.58807,0.4972 0,0.2983 -0.32386,0.5227 -0.8125,0.5227 -0.47159,0 -0.77841,-0.2046 -0.86647,-0.5966 l -1.00285,0.097 c 0.12785,0.8011 0.80114,1.2756 1.87216,1.2756 1.09091,0 1.8608,-0.5654 1.86364,-1.3921 -0.003,-0.6221 -0.40341,-1.0028 -1.22727,-1.1818 l -0.74432,-0.1591 c -0.44318,-0.099 -0.61932,-0.2528 -0.61648,-0.5057 -0.003,-0.2954 0.32387,-0.5 0.75284,-0.5 0.47443,0 0.72443,0.2585 0.80398,0.5455 z"
id="path4198" /></g><g
aria-label="Rue des Serbes"
transform="rotate(-91.688204)"
id="text4024"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m -1203.5577,1124.2611 h 1.0539 v -2.1307 h 1.0739 l 1.1421,2.1307 h 1.1761 l -1.2585,-2.3068 c 0.6846,-0.2756 1.0454,-0.8608 1.0454,-1.6506 0,-1.1108 -0.7159,-1.8608 -2.0511,-1.8608 h -2.1818 z m 1.0539,-3.0057 v -1.9318 h 0.966 c 0.7869,0 1.1392,0.3608 1.1392,0.9801 0,0.6193 -0.3523,0.9517 -1.1336,0.9517 z"
id="path4151" /><path
d="m -1195.6174,1122.4259 c 0,0.6648 -0.4744,0.9943 -0.929,0.9943 -0.4943,0 -0.8238,-0.3494 -0.8238,-0.9034 v -2.6193 h -1.0284 v 2.7784 c 0,1.0483 0.5966,1.642 1.4545,1.642 0.6534,0 1.1136,-0.3437 1.3125,-0.8324 h 0.045 v 0.7756 h 0.9971 v -4.3636 h -1.0284 z"
id="path4153" /><path
d="m -1191.6004,1124.3463 c 1.0171,0 1.716,-0.4971 1.8978,-1.2556 l -0.9603,-0.108 c -0.1392,0.3693 -0.4801,0.5625 -0.9232,0.5625 -0.6648,0 -1.1052,-0.4375 -1.1137,-1.1847 h 3.0398 v -0.3153 c 0,-1.5313 -0.9205,-2.2045 -1.9943,-2.2045 -1.25,0 -2.0654,0.9176 -2.0654,2.2642 0,1.3693 0.804,2.2414 2.1193,2.2414 z m -1.0965,-2.6789 c 0.031,-0.5569 0.4431,-1.0256 1.0568,-1.0256 0.5909,0 0.9886,0.4318 0.9943,1.0256 z"
id="path4155" /><path
d="m -1185.1856,1124.3378 c 0.75,0 1.0881,-0.446 1.25,-0.7642 h 0.062 v 0.6875 h 1.0114 v -5.8182 h -1.0313 v 2.1762 h -0.043 c -0.1562,-0.3154 -0.4773,-0.7784 -1.2471,-0.7784 -1.0086,0 -1.8012,0.7897 -1.8012,2.2443 0,1.4375 0.7699,2.2528 1.7983,2.2528 z m 0.2869,-0.8437 c -0.6789,0 -1.0369,-0.5966 -1.0369,-1.4148 0,-0.8125 0.3523,-1.3949 1.0369,-1.3949 0.662,0 1.0256,0.5483 1.0256,1.3949 0,0.8466 -0.3693,1.4148 -1.0256,1.4148 z"
id="path4157" /><path
d="m -1179.8305,1124.3463 c 1.0171,0 1.7159,-0.4971 1.8977,-1.2556 l -0.9602,-0.108 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1136,-1.1847 h 3.0398 v -0.3153 c 0,-1.5313 -0.9205,-2.2045 -1.9944,-2.2045 -1.25,0 -2.0653,0.9176 -2.0653,2.2642 0,1.3693 0.804,2.2414 2.1193,2.2414 z m -1.0966,-2.6789 c 0.031,-0.5569 0.4432,-1.0256 1.0568,-1.0256 0.591,0 0.9887,0.4318 0.9944,1.0256 z"
id="path4159" /><path
d="m -1173.572,1121.0509 c -0.142,-0.7387 -0.7329,-1.2102 -1.7556,-1.2102 -1.0512,0 -1.7671,0.517 -1.7643,1.3238 -0,0.6364 0.3893,1.0568 1.2273,1.2301 l 0.7443,0.1563 c 0.4006,0.088 0.5881,0.25 0.5881,0.4971 0,0.2983 -0.3239,0.5228 -0.8125,0.5228 -0.4716,0 -0.7784,-0.2046 -0.8665,-0.5966 l -1.0028,0.097 c 0.1278,0.8011 0.8011,1.2755 1.8721,1.2755 1.091,0 1.8608,-0.5653 1.8637,-1.392 -0,-0.6222 -0.4034,-1.0029 -1.2273,-1.1818 l -0.7443,-0.1591 c -0.4432,-0.1 -0.6193,-0.2529 -0.6165,-0.5057 -0,-0.2955 0.3239,-0.5 0.7529,-0.5 0.4744,0 0.7244,0.2585 0.8039,0.5455 z"
id="path4161" /><path
d="m -1167.4356,1120.0424 h 1.0142 c -0.02,-0.983 -0.858,-1.679 -2.0966,-1.679 -1.2216,0 -2.1392,0.6875 -2.1364,1.7159 0,0.8352 0.5938,1.3153 1.5512,1.5625 l 0.6619,0.1704 c 0.6279,0.1591 1.0426,0.3552 1.0455,0.8069 -0,0.4971 -0.4745,0.8295 -1.162,0.8295 -0.6591,0 -1.1704,-0.2954 -1.213,-0.9062 h -1.037 c 0.043,1.1562 0.9034,1.8068 2.2586,1.8068 1.3948,0 2.2045,-0.696 2.2073,-1.7216 -0,-1.0085 -0.8352,-1.4688 -1.7102,-1.6762 l -0.5454,-0.1363 c -0.4773,-0.1137 -0.9944,-0.3154 -0.9887,-0.8012 0,-0.4375 0.3949,-0.7585 1.054,-0.7585 0.6278,0 1.0426,0.2926 1.0966,0.787 z"
id="path4163" /><path
d="m -1163.518,1124.3463 c 1.017,0 1.7159,-0.4971 1.8977,-1.2556 l -0.9602,-0.108 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1136,-1.1847 h 3.0397 v -0.3153 c 0,-1.5313 -0.9204,-2.2045 -1.9943,-2.2045 -1.25,0 -2.0653,0.9176 -2.0653,2.2642 0,1.3693 0.804,2.2414 2.1193,2.2414 z m -1.0966,-2.6789 c 0.031,-0.5569 0.4432,-1.0256 1.0568,-1.0256 0.5909,0 0.9887,0.4318 0.9943,1.0256 z"
id="path4165" /><path
d="m -1160.7083,1124.2611 h 1.0284 v -2.5653 c 0,-0.554 0.4176,-0.9461 0.9829,-0.9461 0.1733,0 0.3892,0.031 0.4773,0.06 v -0.946 c -0.094,-0.017 -0.2557,-0.028 -0.3693,-0.028 -0.5,0 -0.9176,0.2841 -1.0767,0.7897 h -0.045 v -0.7272 h -0.9971 z"
id="path4167" /><path
d="m -1157.4896,1124.2611 h 1.0114 v -0.6875 h 0.06 c 0.162,0.3182 0.5,0.7642 1.25,0.7642 1.0284,0 1.7983,-0.8153 1.7983,-2.2528 0,-1.4546 -0.7926,-2.2443 -1.8011,-2.2443 -0.7699,0 -1.0909,0.463 -1.2472,0.7784 h -0.043 v -2.1762 h -1.0284 z m 1.0085,-2.1818 c 0,-0.8466 0.3637,-1.3949 1.0256,-1.3949 0.6847,0 1.0369,0.5824 1.0369,1.3949 0,0.8182 -0.3579,1.4148 -1.0369,1.4148 -0.6563,0 -1.0256,-0.5682 -1.0256,-1.4148 z"
id="path4169" /><path
d="m -1150.5606,1124.3463 c 1.017,0 1.7159,-0.4971 1.8977,-1.2556 l -0.9602,-0.108 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1137,-1.1847 h 3.0398 v -0.3153 c 0,-1.5313 -0.9204,-2.2045 -1.9943,-2.2045 -1.25,0 -2.0653,0.9176 -2.0653,2.2642 0,1.3693 0.8039,2.2414 2.1193,2.2414 z m -1.0966,-2.6789 c 0.031,-0.5569 0.4432,-1.0256 1.0568,-1.0256 0.5909,0 0.9886,0.4318 0.9943,1.0256 z"
id="path4171" /><path
d="m -1144.3021,1121.0509 c -0.1421,-0.7387 -0.733,-1.2102 -1.7557,-1.2102 -1.0511,0 -1.767,0.517 -1.7642,1.3238 -0,0.6364 0.3892,1.0568 1.2273,1.2301 l 0.7443,0.1563 c 0.4006,0.088 0.5881,0.25 0.5881,0.4971 0,0.2983 -0.3239,0.5228 -0.8125,0.5228 -0.4716,0 -0.7785,-0.2046 -0.8665,-0.5966 l -1.0029,0.097 c 0.1279,0.8011 0.8012,1.2755 1.8722,1.2755 1.0909,0 1.8608,-0.5653 1.8636,-1.392 -0,-0.6222 -0.4034,-1.0029 -1.2272,-1.1818 l -0.7444,-0.1591 c -0.4431,-0.1 -0.6193,-0.2529 -0.6164,-0.5057 -0,-0.2955 0.3238,-0.5 0.7528,-0.5 0.4744,0 0.7244,0.2585 0.804,0.5455 z"
id="path4173" /></g><g
aria-label="Promenade de la Pantiero"
transform="rotate(-15.698253)"
id="text4028"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 575.29554,1394.345 h 1.05398 v -1.9659 h 1.11364 c 1.34375,0 2.06534,-0.8069 2.06534,-1.9262 0,-1.1108 -0.71307,-1.9261 -2.05114,-1.9261 h -2.18182 z m 1.05398,-2.8324 v -2.1051 h 0.96591 c 0.78977,0 1.1392,0.4261 1.1392,1.0454 0,0.6193 -0.34943,1.0597 -1.13352,1.0597 z"
id="path4108" /><path
d="m 580.39781,1394.345 h 1.02841 v -2.5654 c 0,-0.5539 0.41761,-0.946 0.98295,-0.946 0.1733,0 0.38921,0.031 0.47728,0.06 v -0.9461 c -0.0937,-0.017 -0.25569,-0.028 -0.36932,-0.028 -0.5,0 -0.91762,0.2841 -1.07671,0.7898 h -0.0455 v -0.7273 h -0.99716 z"
id="path4110" /><path
d="m 585.29269,1394.4302 c 1.27841,0 2.09091,-0.9006 2.09091,-2.25 0,-1.3523 -0.8125,-2.2557 -2.09091,-2.2557 -1.27841,0 -2.09091,0.9034 -2.09091,2.2557 0,1.3494 0.8125,2.25 2.09091,2.25 z m 0.006,-0.8239 c -0.70739,0 -1.05398,-0.6306 -1.05398,-1.4289 0,-0.7983 0.34659,-1.4375 1.05398,-1.4375 0.69602,0 1.04261,0.6392 1.04261,1.4375 0,0.7983 -0.34659,1.4289 -1.04261,1.4289 z"
id="path4112" /><path
d="m 588.25291,1394.345 h 1.02841 v -2.6534 c 0,-0.537 0.35796,-0.9006 0.80114,-0.9006 0.43466,0 0.73295,0.2926 0.73295,0.7415 v 2.8125 h 1.00852 v -2.7216 c 0,-0.4915 0.29262,-0.8324 0.78978,-0.8324 0.41477,0 0.74432,0.2443 0.74432,0.7841 v 2.7699 h 1.03125 v -2.929 c 0,-0.9744 -0.5625,-1.4915 -1.36364,-1.4915 -0.63352,0 -1.11648,0.3125 -1.30966,0.7983 h -0.0454 c -0.16762,-0.4943 -0.59091,-0.7983 -1.17898,-0.7983 -0.58523,0 -1.02273,0.3012 -1.20455,0.7983 h -0.0511 v -0.7415 h -0.98296 z"
id="path4114" /><path
d="m 597.36654,1394.4302 c 1.01704,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.13921,0.3693 -0.48012,0.5625 -0.9233,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11363,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.5909,0 0.98863,0.4318 0.99431,1.0255 z"
id="path4116" /><path
d="m 601.2046,1391.7882 c 0,-0.6307 0.38068,-0.9944 0.9233,-0.9944 0.53125,0 0.84943,0.3495 0.84943,0.9319 v 2.6193 h 1.02841 v -2.7784 c 0.003,-1.0455 -0.59375,-1.6421 -1.49432,-1.6421 -0.65341,0 -1.10227,0.3125 -1.30114,0.7983 h -0.0511 v -0.7415 h -0.98296 v 4.3637 h 1.02841 z"
id="path4118" /><path
d="m 606.30971,1394.433 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39204,-0.554 0.89488,-0.554 0.47727,0 0.73864,0.2444 0.73864,0.6733 v 0.017 c 0,0.2954 -0.30966,0.3096 -1.07955,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26988,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01136,0.8978 z"
id="path4120" /><path
d="m 611.26993,1394.4217 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01137 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24715,-0.7784 -1.00853,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2529 1.79829,2.2529 z m 0.28694,-0.8438 c -0.67898,0 -1.03694,-0.5966 -1.03694,-1.4147 0,-0.8125 0.35228,-1.3949 1.03694,-1.3949 0.66193,0 1.02556,0.5483 1.02556,1.3949 0,0.8465 -0.36931,1.4147 -1.02556,1.4147 z"
id="path4122" /><path
d="m 616.62504,1394.4302 c 1.01704,0 1.71591,-0.4972 1.89772,-1.2557 l -0.96022,-0.1079 c -0.13921,0.3693 -0.48012,0.5625 -0.9233,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11363,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05681,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path4124" /><path
d="m 623.0398,1394.4217 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01137 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80113,0.7898 -1.80113,2.2443 0,1.4375 0.76988,2.2529 1.79829,2.2529 z m 0.28693,-0.8438 c -0.67897,0 -1.03693,-0.5966 -1.03693,-1.4147 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66194,0 1.02557,0.5483 1.02557,1.3949 0,0.8465 -0.36932,1.4147 -1.02557,1.4147 z"
id="path4126" /><path
d="m 628.3949,1394.4302 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11364,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44319,-1.0255 1.05682,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path4128" /><path
d="m 634.21876,1388.5268 h -1.02841 v 5.8182 h 1.02841 z"
id="path4130" /><path
d="m 636.53125,1394.433 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39204,-0.554 0.89488,-0.554 0.47728,0 0.73864,0.2444 0.73864,0.6733 v 0.017 c 0,0.2954 -0.30966,0.3096 -1.07954,0.392 -0.8466,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46022,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path4132" /><path
d="m 641.90341,1394.345 h 1.05397 v -1.9659 h 1.11364 c 1.34375,0 2.06534,-0.8069 2.06534,-1.9262 0,-1.1108 -0.71307,-1.9261 -2.05113,-1.9261 h -2.18182 z m 1.05397,-2.8324 v -2.1051 h 0.96591 c 0.78978,0 1.13921,0.4261 1.13921,1.0454 0,0.6193 -0.34943,1.0597 -1.13352,1.0597 z"
id="path4134" /><path
d="m 648.18465,1394.433 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96022,0.1363 c 0.10228,-0.2983 0.39205,-0.554 0.89489,-0.554 0.47727,0 0.73864,0.2444 0.73864,0.6733 v 0.017 c 0,0.2954 -0.30966,0.3096 -1.07955,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42897,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26988,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01137,0.8978 z"
id="path4136" /><path
d="m 652.55396,1391.7882 c 0,-0.6307 0.38069,-0.9944 0.9233,-0.9944 0.53125,0 0.84943,0.3495 0.84943,0.9319 v 2.6193 h 1.02841 v -2.7784 c 0.003,-1.0455 -0.59375,-1.6421 -1.49432,-1.6421 -0.65341,0 -1.10227,0.3125 -1.30113,0.7983 h -0.0511 v -0.7415 h -0.98295 v 4.3637 h 1.0284 z"
id="path4138" /><path
d="m 658.58237,1389.9813 h -0.86079 v -1.0454 h -1.02841 v 1.0454 h -0.61932 v 0.7955 h 0.61932 v 2.4261 c -0.006,0.821 0.59091,1.2245 1.36363,1.2017 0.29262,-0.01 0.49432,-0.065 0.60512,-0.1022 l -0.1733,-0.804 c -0.0568,0.014 -0.17329,0.04 -0.30114,0.04 -0.25852,0 -0.4659,-0.091 -0.4659,-0.5057 v -2.2557 h 0.86079 z"
id="path4140" /><path
d="m 659.44316,1394.345 h 1.02841 v -4.3637 h -1.02841 z m 0.51704,-4.983 c 0.32671,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3097 -0.26704,-0.5597 -0.59375,-0.5597 -0.32954,0 -0.59659,0.25 -0.59659,0.5597 0,0.3068 0.26705,0.5568 0.59659,0.5568 z"
id="path4142" /><path
d="m 663.4602,1394.4302 c 1.01704,0 1.71591,-0.4972 1.89772,-1.2557 l -0.96022,-0.1079 c -0.13921,0.3693 -0.48012,0.5625 -0.9233,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11364,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05681,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path4144" /><path
d="m 666.26985,1394.345 h 1.02841 v -2.5654 c 0,-0.5539 0.41761,-0.946 0.98295,-0.946 0.1733,0 0.38921,0.031 0.47728,0.06 v -0.9461 c -0.0937,-0.017 -0.25569,-0.028 -0.36932,-0.028 -0.5,0 -0.91762,0.2841 -1.07671,0.7898 h -0.0454 v -0.7273 h -0.99716 z"
id="path4146" /><path
d="m 671.16473,1394.4302 c 1.27841,0 2.09091,-0.9006 2.09091,-2.25 0,-1.3523 -0.8125,-2.2557 -2.09091,-2.2557 -1.27841,0 -2.09091,0.9034 -2.09091,2.2557 0,1.3494 0.8125,2.25 2.09091,2.25 z m 0.006,-0.8239 c -0.70739,0 -1.05398,-0.6306 -1.05398,-1.4289 0,-0.7983 0.34659,-1.4375 1.05398,-1.4375 0.69602,0 1.04261,0.6392 1.04261,1.4375 0,0.7983 -0.34659,1.4289 -1.04261,1.4289 z"
id="path4148" /></g><g
aria-label="Avenue du Dr. Picaud"
transform="rotate(-0.52881557)"
id="text4032"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 605.47013,1195.5374 0.48012,-1.4347 h 2.1875 l 0.48295,1.4347 h 1.125 l -2.05114,-5.8182 h -1.30113 l -2.0483,5.8182 z m 0.76421,-2.2813 0.78693,-2.3437 h 0.0455 l 0.78693,2.3437 z"
id="path4073" /><path
d="m 613.81955,1191.1737 h -1.09375 l -1.00568,3.2415 h -0.0454 l -1.00284,-3.2415 h -1.09659 l 1.55397,4.3637 h 1.13637 z"
id="path4075" /><path
d="m 616.31101,1195.6226 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.108 c -0.1392,0.3694 -0.48011,0.5625 -0.92329,0.5625 -0.66478,0 -1.10512,-0.4375 -1.11364,-1.1846 h 3.03977 v -0.3154 c 0,-1.5312 -0.92045,-2.2045 -1.99432,-2.2045 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0256 1.05682,-1.0256 0.59091,0 0.98864,0.4319 0.99432,1.0256 z"
id="path4077" /><path
d="m 620.14907,1192.9805 c 0,-0.6306 0.38068,-0.9943 0.9233,-0.9943 0.53125,0 0.84943,0.3494 0.84943,0.9318 v 2.6194 h 1.02841 v -2.7785 c 0.003,-1.0454 -0.59375,-1.642 -1.49432,-1.642 -0.65341,0 -1.10227,0.3125 -1.30114,0.7983 h -0.0511 v -0.7415 h -0.98296 v 4.3637 h 1.02841 z"
id="path4079" /><path
d="m 626.77975,1193.7021 c 0,0.6648 -0.47443,0.9943 -0.92898,0.9943 -0.49431,0 -0.82386,-0.3494 -0.82386,-0.9034 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11363,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path4081" /><path
d="m 630.79679,1195.6226 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.108 c -0.1392,0.3694 -0.48011,0.5625 -0.9233,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11363,-1.1846 h 3.03977 v -0.3154 c 0,-1.5312 -0.92045,-2.2045 -1.99432,-2.2045 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0256 1.05682,-1.0256 0.59091,0 0.98863,0.4319 0.99432,1.0256 z"
id="path4083" /><path
d="m 637.21155,1195.6141 c 0.75,0 1.08807,-0.4461 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01137 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24715,-0.7784 -1.00853,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2529 1.79829,2.2529 z m 0.28694,-0.8438 c -0.67898,0 -1.03694,-0.5966 -1.03694,-1.4148 0,-0.8125 0.35228,-1.3949 1.03694,-1.3949 0.66193,0 1.02556,0.5483 1.02556,1.3949 0,0.8466 -0.36931,1.4148 -1.02556,1.4148 z"
id="path4085" /><path
d="m 643.41609,1193.7021 c 0,0.6648 -0.47443,0.9943 -0.92898,0.9943 -0.49432,0 -0.82386,-0.3494 -0.82386,-0.9034 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45454,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path4087" /><path
d="m 649.50415,1195.5374 c 1.77273,0 2.82386,-1.0966 2.82386,-2.9148 0,-1.8125 -1.05113,-2.9034 -2.78409,-2.9034 h -2.01136 v 5.8182 z m -0.91761,-0.912 v -3.9943 h 0.89772 c 1.18182,0 1.7983,0.6591 1.7983,1.9915 0,1.338 -0.61648,2.0028 -1.82955,2.0028 z"
id="path4089" /><path
d="m 653.28254,1195.5374 h 1.02841 v -2.5654 c 0,-0.554 0.41762,-0.946 0.98296,-0.946 0.17329,0 0.3892,0.031 0.47727,0.06 v -0.946 c -0.0937,-0.017 -0.25568,-0.028 -0.36932,-0.028 -0.5,0 -0.91761,0.2841 -1.0767,0.7898 h -0.0455 v -0.7273 h -0.99716 z"
id="path4091" /><path
d="m 656.58936,1195.5999 c 0.33523,0 0.62216,-0.2785 0.625,-0.625 -0.003,-0.341 -0.28977,-0.6194 -0.625,-0.6194 -0.34659,0 -0.62784,0.2784 -0.625,0.6194 -0.003,0.3465 0.27841,0.625 0.625,0.625 z"
id="path4093" /><path
d="m 660.12912,1195.5374 h 1.05397 v -1.966 h 1.11364 c 1.34375,0 2.06534,-0.8068 2.06534,-1.9261 0,-1.1108 -0.71307,-1.9261 -2.05114,-1.9261 h -2.18181 z m 1.05397,-2.8324 v -2.1051 h 0.96591 c 0.78977,0 1.13921,0.4261 1.13921,1.0454 0,0.6193 -0.34944,1.0597 -1.13353,1.0597 z"
id="path4095" /><path
d="m 665.23138,1195.5374 h 1.02841 v -4.3637 h -1.02841 z m 0.51705,-4.983 c 0.3267,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3097 -0.26705,-0.5597 -0.59375,-0.5597 -0.32955,0 -0.59659,0.25 -0.59659,0.5597 0,0.3068 0.26704,0.5568 0.59659,0.5568 z"
id="path4097" /><path
d="m 669.22001,1195.6226 c 1.09659,0 1.79546,-0.6506 1.86932,-1.5767 h -0.98296 c -0.0881,0.4687 -0.42613,0.7386 -0.87784,0.7386 -0.64204,0 -1.05681,-0.5369 -1.05681,-1.429 0,-0.8806 0.42329,-1.4091 1.05681,-1.4091 0.49432,0 0.7983,0.3182 0.87784,0.7387 h 0.98296 c -0.071,-0.946 -0.80966,-1.5682 -1.875,-1.5682 -1.27841,0 -2.08523,0.9233 -2.08523,2.2557 0,1.321 0.78693,2.25 2.09091,2.25 z"
id="path4099" /><path
d="m 673.19159,1195.6254 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2045 l 0.96023,0.1364 c 0.10227,-0.2983 0.39204,-0.554 0.89488,-0.554 0.47728,0 0.73864,0.2443 0.73864,0.6733 v 0.017 c 0,0.2954 -0.30966,0.3096 -1.07955,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62785,1.3125 1.46023,1.3125 z m 0.26705,-0.7557 c -0.42898,0 -0.7358,-0.196 -0.7358,-0.5738 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8977 -1.01136,0.8977 z"
id="path4101" /><path
d="m 679.31375,1193.7021 c 0,0.6648 -0.47443,0.9943 -0.92898,0.9943 -0.49432,0 -0.82386,-0.3494 -0.82386,-0.9034 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45454,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path4103" /><path
d="m 683.01829,1195.6141 c 0.75,0 1.08807,-0.4461 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47728,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2529 1.7983,2.2529 z m 0.28693,-0.8438 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4148 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4148 -1.02557,1.4148 z"
id="path4105" /></g><g
aria-label="Boulevard du Midi"
transform="rotate(6.5162904,117.95068,272.46236)"
id="text4038"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;inline-size:101.757;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 810.15785,1189.4128 h 2.35511 c 1.33239,0 1.9858,-0.6789 1.9858,-1.5852 0,-0.8807 -0.625,-1.3977 -1.24432,-1.429 v -0.057 c 0.56818,-0.1335 1.01704,-0.5312 1.01704,-1.2386 0,-0.8665 -0.625,-1.5085 -1.88636,-1.5085 h -2.22727 z m 1.05398,-0.8806 v -1.7046 h 1.16193 c 0.65057,0 1.05397,0.3977 1.05397,0.9176 0,0.4631 -0.31818,0.787 -1.08238,0.787 z m 0,-2.4631 v -1.6051 h 1.06534 c 0.61931,0 0.94034,0.3267 0.94034,0.7755 0,0.5114 -0.41478,0.8296 -0.96307,0.8296 z"
id="path4042" /><path
d="m 817.27432,1189.4981 c 1.27841,0 2.09091,-0.9006 2.09091,-2.25 0,-1.3523 -0.8125,-2.2557 -2.09091,-2.2557 -1.27841,0 -2.09091,0.9034 -2.09091,2.2557 0,1.3494 0.8125,2.25 2.09091,2.25 z m 0.006,-0.8239 c -0.70739,0 -1.05398,-0.6307 -1.05398,-1.429 0,-0.7983 0.34659,-1.4375 1.05398,-1.4375 0.69602,0 1.04261,0.6392 1.04261,1.4375 0,0.7983 -0.34659,1.429 -1.04261,1.429 z"
id="path4044" /><path
d="m 823.01579,1187.5776 c 0,0.6648 -0.47443,0.9943 -0.92898,0.9943 -0.49432,0 -0.82386,-0.3494 -0.82386,-0.9034 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.6534,0 1.11363,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7755 h 0.99716 v -4.3636 h -1.02841 z"
id="path4046" /><path
d="m 826.12942,1183.5947 h -1.02841 v 5.8181 h 1.02841 z"
id="path4048" /><path
d="m 829.11805,1189.4981 c 1.01704,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.108 c -0.13921,0.3694 -0.48011,0.5625 -0.9233,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11363,-1.1846 h 3.03977 v -0.3154 c 0,-1.5312 -0.92045,-2.2045 -1.99432,-2.2045 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0256 1.05682,-1.0256 0.59091,0 0.98863,0.4318 0.99431,1.0256 z"
id="path4050" /><path
d="m 835.69757,1185.0492 h -1.09375 l -1.00568,3.2415 h -0.0454 l -1.00284,-3.2415 h -1.09659 l 1.55397,4.3636 h 1.13637 z"
id="path4052" /><path
d="m 837.53562,1189.5009 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5994 h 0.98863 v -2.9204 c 0,-1.1534 -0.94034,-1.5 -1.77272,-1.5 -0.91762,0 -1.62216,0.4091 -1.84944,1.2045 l 0.96023,0.1364 c 0.10227,-0.2983 0.39205,-0.554 0.89489,-0.554 0.47727,0 0.73863,0.2443 0.73863,0.6733 v 0.017 c 0,0.2954 -0.30965,0.3096 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7557 c -0.42898,0 -0.73579,-0.196 -0.73579,-0.5738 0,-0.3949 0.34375,-0.5597 0.80397,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94319,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8977 -1.01137,0.8977 z"
id="path4054" /><path
d="m 840.87652,1189.4128 h 1.02841 v -2.5653 c 0,-0.554 0.41762,-0.946 0.98296,-0.946 0.17329,0 0.3892,0.031 0.47727,0.06 v -0.946 c -0.0937,-0.017 -0.25568,-0.028 -0.36932,-0.028 -0.5,0 -0.91761,0.2841 -1.0767,0.7898 h -0.0455 v -0.7273 h -0.99716 z"
id="path4056" /><path
d="m 845.48731,1189.4895 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01137 v -5.8181 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80113,0.7898 -1.80113,2.2443 0,1.4375 0.76988,2.2528 1.79829,2.2528 z m 0.28693,-0.8437 c -0.67897,0 -1.03693,-0.5966 -1.03693,-1.4148 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66194,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4148 -1.02557,1.4148 z"
id="path4058" /><path
d="m 852.51571,1189.4895 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8181 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2528 1.7983,2.2528 z m 0.28693,-0.8437 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4148 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4148 -1.02557,1.4148 z"
id="path4060" /><path
d="m 858.72024,1187.5776 c 0,0.6648 -0.47443,0.9943 -0.92897,0.9943 -0.49432,0 -0.82387,-0.3494 -0.82387,-0.9034 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11363,-0.3438 1.3125,-0.8324 h 0.0454 v 0.7755 h 0.99716 v -4.3636 h -1.02841 z"
id="path4062" /><path
d="m 862.83671,1183.5947 v 5.8181 h 1.01137 v -4.0056 h 0.054 l 1.60796,3.9886 h 0.75568 l 1.60795,-3.9801 h 0.054 v 3.9971 h 1.01136 v -5.8181 h -1.28977 l -1.72727,4.2159 h -0.0682 l -1.72728,-4.2159 z"
id="path4064" /><path
d="m 870.04124,1189.4128 h 1.02841 v -4.3636 h -1.02841 z m 0.51705,-4.9829 c 0.3267,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3097 -0.26705,-0.5597 -0.59375,-0.5597 -0.32955,0 -0.59659,0.25 -0.59659,0.5597 0,0.3068 0.26704,0.5568 0.59659,0.5568 z"
id="path4066" /><path
d="m 873.74578,1189.4895 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8181 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2528 1.7983,2.2528 z m 0.28693,-0.8437 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4148 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4148 -1.02557,1.4148 z"
id="path4068" /><path
d="m 877.16906,1189.4128 h 1.02841 v -4.3636 h -1.02841 z m 0.51705,-4.9829 c 0.3267,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3097 -0.26705,-0.5597 -0.59375,-0.5597 -0.32955,0 -0.59659,0.25 -0.59659,0.5597 0,0.3068 0.26704,0.5568 0.59659,0.5568 z"
id="path4070" /></g></g><g
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer4" id="layer4"
inkscape:label="streenames_big" inkscape:label="streenames_big"
style="display:inline"><text style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="1455.4248" x="1455.4248"
@ -2243,4 +2517,228 @@
sodipodi:role="line" sodipodi:role="line"
id="tspan7498" id="tspan7498"
x="582.92407" x="582.92407"
y="1300.3771">Avenue Bachaga Saïd Boualam</tspan></text></g></g></g></svg> y="1300.3771">Avenue Bachaga Saïd Boualam</tspan></text></g><g
inkscape:groupmode="layer"
id="g4004"
inkscape:label="streenames_big flat"
style="display:inline"><g
aria-label="Boulevard de la Croisette"
transform="rotate(16.766663)"
id="text3986"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10.6667px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1456.19,805.90985 h 3.1401 c 1.7765,0 2.6478,-0.9053 2.6478,-2.11364 0,-1.17425 -0.8334,-1.86364 -1.6591,-1.90531 v -0.0758 c 0.7575,-0.17803 1.356,-0.70833 1.356,-1.65152 0,-1.15531 -0.8333,-2.01137 -2.5151,-2.01137 h -2.9697 z m 1.4053,-1.17425 v -2.27273 h 1.5492 c 0.8674,0 1.4053,0.53031 1.4053,1.22349 0,0.61743 -0.4242,1.04924 -1.4432,1.04924 z m 0,-3.2841 v -2.14015 h 1.4204 c 0.8258,0 1.2538,0.4356 1.2538,1.03409 0,0.68182 -0.553,1.10606 -1.2841,1.10606 z"
id="path4429" /><path
d="m 1465.6786,806.02349 c 1.7046,0 2.7879,-1.20076 2.7879,-3.00001 0,-1.80304 -1.0833,-3.00759 -2.7879,-3.00759 -1.7045,0 -2.7879,1.20455 -2.7879,3.00759 0,1.79925 1.0834,3.00001 2.7879,3.00001 z m 0.01,-1.09849 c -0.9432,0 -1.4053,-0.84091 -1.4053,-1.90531 0,-1.0644 0.4621,-1.91667 1.4053,-1.91667 0.928,0 1.3901,0.85227 1.3901,1.91667 0,1.0644 -0.4621,1.90531 -1.3901,1.90531 z"
id="path4431" /><path
d="m 1473.3339,803.46287 c 0,0.88637 -0.6325,1.32577 -1.2386,1.32577 -0.6591,0 -1.0985,-0.46592 -1.0985,-1.20455 v -3.49244 h -1.3712 v 3.70456 c 0,1.39773 0.7954,2.1894 1.9394,2.1894 0.8712,0 1.4848,-0.45834 1.75,-1.10985 h 0.061 v 1.03409 h 1.3296 v -5.8182 h -1.3713 z"
id="path4433" /><path
d="m 1477.4855,798.15225 h -1.3713 v 7.7576 h 1.3713 z"
id="path4435" /><path
d="m 1481.4703,806.02349 c 1.3561,0 2.2879,-0.66288 2.5303,-1.67425 l -1.2803,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.2311,0.75 -0.8863,0 -1.4734,-0.58333 -1.4848,-1.57955 h 4.053 v -0.42045 c 0,-2.04168 -1.2272,-2.93941 -2.6591,-2.93941 -1.6666,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.072,2.98865 2.8258,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3257,1.36743 z"
id="path4437" /><path
d="m 1490.243,800.09165 h -1.4583 l -1.3409,4.32198 h -0.061 l -1.3371,-4.32198 h -1.4622 l 2.072,5.8182 h 1.5152 z"
id="path4439" /><path
d="m 1492.6938,806.02728 c 0.9128,0 1.4583,-0.42804 1.7083,-0.91667 h 0.045 v 0.79924 h 1.3181 v -3.89395 c 0,-1.53788 -1.2537,-2.00001 -2.3636,-2.00001 -1.2235,0 -2.1629,0.54546 -2.4659,1.60607 l 1.2803,0.18182 c 0.1364,-0.39773 0.5227,-0.73864 1.1932,-0.73864 0.6363,0 0.9848,0.32576 0.9848,0.89773 v 0.0227 c 0,0.39394 -0.4128,0.41288 -1.4394,0.52273 -1.1288,0.12121 -2.2083,0.45833 -2.2083,1.76894 0,1.14394 0.8371,1.75001 1.947,1.75001 z m 0.356,-1.00758 c -0.5719,0 -0.981,-0.26137 -0.981,-0.76516 0,-0.52651 0.4583,-0.74621 1.0719,-0.83333 0.3599,-0.0493 1.0796,-0.14016 1.2576,-0.28409 v 0.6856 c 0,0.64773 -0.5227,1.19698 -1.3485,1.19698 z"
id="path4441" /><path
d="m 1497.1483,805.90985 h 1.3712 v -3.42046 c 0,-0.73864 0.5569,-1.26137 1.3106,-1.26137 0.2311,0 0.519,0.0417 0.6364,0.0795 v -1.26136 c -0.125,-0.0227 -0.3409,-0.0379 -0.4924,-0.0379 -0.6667,0 -1.2235,0.37879 -1.4356,1.05303 h -0.061 v -0.9697 h -1.3296 z"
id="path4443" /><path
d="m 1503.2961,806.01212 c 1,0 1.4507,-0.59469 1.6666,-1.01894 h 0.083 v 0.91667 h 1.3485 v -7.7576 h -1.375 v 2.90153 h -0.057 c -0.2083,-0.42046 -0.6363,-1.03789 -1.6629,-1.03789 -1.3447,0 -2.4015,1.05304 -2.4015,2.99244 0,1.91667 1.0265,3.00379 2.3978,3.00379 z m 0.3825,-1.125 c -0.9053,0 -1.3825,-0.79546 -1.3825,-1.88637 0,-1.08334 0.4697,-1.85985 1.3825,-1.85985 0.8826,0 1.3675,0.73106 1.3675,1.85985 0,1.12879 -0.4925,1.88637 -1.3675,1.88637 z"
id="path4445" /><path
d="m 1512.6673,806.01212 c 1,0 1.4507,-0.59469 1.6667,-1.01894 h 0.083 v 0.91667 h 1.3485 v -7.7576 h -1.375 v 2.90153 h -0.057 c -0.2084,-0.42046 -0.6364,-1.03789 -1.6629,-1.03789 -1.3447,0 -2.4016,1.05304 -2.4016,2.99244 0,1.91667 1.0266,3.00379 2.3978,3.00379 z m 0.3826,-1.125 c -0.9053,0 -1.3826,-0.79546 -1.3826,-1.88637 0,-1.08334 0.4697,-1.85985 1.3826,-1.85985 0.8825,0 1.3674,0.73106 1.3674,1.85985 0,1.12879 -0.4924,1.88637 -1.3674,1.88637 z"
id="path4447" /><path
d="m 1519.8074,806.02349 c 1.3561,0 2.2879,-0.66288 2.5304,-1.67425 l -1.2804,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.231,0.75 -0.8864,0 -1.4735,-0.58333 -1.4849,-1.57955 h 4.0531 v -0.42045 c 0,-2.04168 -1.2273,-2.93941 -2.6591,-2.93941 -1.6667,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.072,2.98865 2.8257,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3258,1.36743 z"
id="path4449" /><path
d="m 1527.5726,798.15225 h -1.3712 v 7.7576 h 1.3712 z"
id="path4451" /><path
d="m 1530.6559,806.02728 c 0.9129,0 1.4584,-0.42804 1.7084,-0.91667 h 0.045 v 0.79924 h 1.3182 v -3.89395 c 0,-1.53788 -1.2538,-2.00001 -2.3636,-2.00001 -1.2235,0 -2.1629,0.54546 -2.4659,1.60607 l 1.2803,0.18182 c 0.1363,-0.39773 0.5227,-0.73864 1.1932,-0.73864 0.6363,0 0.9848,0.32576 0.9848,0.89773 v 0.0227 c 0,0.39394 -0.4129,0.41288 -1.4394,0.52273 -1.1288,0.12121 -2.2083,0.45833 -2.2083,1.76894 0,1.14394 0.8371,1.75001 1.9469,1.75001 z m 0.3561,-1.00758 c -0.572,0 -0.9811,-0.26137 -0.9811,-0.76516 0,-0.52651 0.4584,-0.74621 1.072,-0.83333 0.3599,-0.0493 1.0796,-0.14016 1.2576,-0.28409 v 0.6856 c 0,0.64773 -0.5227,1.19698 -1.3485,1.19698 z"
id="path4453" /><path
d="m 1544.459,800.76968 c -0.2386,-1.72349 -1.5644,-2.72349 -3.2841,-2.72349 -2.0265,0 -3.553,1.47728 -3.553,3.98486 0,2.5038 1.5075,3.98486 3.553,3.98486 1.8447,0 3.0682,-1.19318 3.2841,-2.67425 l -1.4167,-0.008 c -0.178,0.90909 -0.9204,1.42045 -1.8485,1.42045 -1.2575,0 -2.1591,-0.94318 -2.1591,-2.72349 0,-1.75 0.894,-2.72349 2.1629,-2.72349 0.9432,0 1.6819,0.53409 1.8447,1.46212 z"
id="path4455" /><path
d="m 1545.6901,805.90985 h 1.3712 v -3.42046 c 0,-0.73864 0.5568,-1.26137 1.3106,-1.26137 0.231,0 0.5189,0.0417 0.6364,0.0795 v -1.26136 c -0.125,-0.0227 -0.341,-0.0379 -0.4925,-0.0379 -0.6666,0 -1.2235,0.37879 -1.4356,1.05303 h -0.061 v -0.9697 h -1.3295 z"
id="path4457" /><path
d="m 1552.2166,806.02349 c 1.7045,0 2.7879,-1.20076 2.7879,-3.00001 0,-1.80304 -1.0834,-3.00759 -2.7879,-3.00759 -1.7046,0 -2.7879,1.20455 -2.7879,3.00759 0,1.79925 1.0833,3.00001 2.7879,3.00001 z m 0.01,-1.09849 c -0.9432,0 -1.4053,-0.84091 -1.4053,-1.90531 0,-1.0644 0.4621,-1.91667 1.4053,-1.91667 0.928,0 1.3901,0.85227 1.3901,1.91667 0,1.0644 -0.4621,1.90531 -1.3901,1.90531 z"
id="path4459" /><path
d="m 1556.1636,805.90985 h 1.3712 v -5.8182 h -1.3712 z m 0.6894,-6.64396 c 0.4356,0 0.7916,-0.33333 0.7916,-0.74243 0,-0.41288 -0.356,-0.74621 -0.7916,-0.74621 -0.4394,0 -0.7955,0.33333 -0.7955,0.74621 0,0.4091 0.3561,0.74243 0.7955,0.74243 z"
id="path4461" /><path
d="m 1563.5424,801.62953 c -0.1894,-0.98485 -0.9773,-1.61364 -2.341,-1.61364 -1.4015,0 -2.356,0.6894 -2.3522,1.76516 -0,0.84849 0.5189,1.4091 1.6363,1.64016 l 0.9925,0.20833 c 0.5341,0.11743 0.7841,0.33334 0.7841,0.66288 0,0.39773 -0.4319,0.69697 -1.0834,0.69697 -0.6288,0 -1.0379,-0.27272 -1.1553,-0.79545 l -1.3371,0.12878 c 0.1704,1.06819 1.0682,1.70077 2.4962,1.70077 1.4546,0 2.4811,-0.75379 2.4849,-1.85607 -0,-0.82955 -0.5379,-1.33712 -1.6364,-1.57576 l -0.9924,-0.21212 c -0.5909,-0.13258 -0.8258,-0.33713 -0.822,-0.67425 -0,-0.39394 0.4318,-0.66667 1.0038,-0.66667 0.6326,0 0.9659,0.3447 1.072,0.72728 z"
id="path4463" /><path
d="m 1567.3757,806.02349 c 1.3561,0 2.2879,-0.66288 2.5303,-1.67425 l -1.2803,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.231,0.75 -0.8864,0 -1.4735,-0.58333 -1.4849,-1.57955 h 4.053 v -0.42045 c 0,-2.04168 -1.2272,-2.93941 -2.6591,-2.93941 -1.6666,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.072,2.98865 2.8258,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3257,1.36743 z"
id="path4465" /><path
d="m 1574.0272,800.09165 h -1.1477 v -1.39394 h -1.3712 v 1.39394 h -0.8258 v 1.06061 h 0.8258 v 3.23486 c -0.01,1.0947 0.7879,1.63258 1.8182,1.60228 0.3901,-0.0114 0.6591,-0.0871 0.8068,-0.13637 l -0.2311,-1.07197 c -0.076,0.0189 -0.231,0.053 -0.4015,0.053 -0.3447,0 -0.6212,-0.12121 -0.6212,-0.67424 v -3.00759 h 1.1477 z"
id="path4467" /><path
d="m 1578.0803,800.09165 h -1.1478 v -1.39394 h -1.3712 v 1.39394 h -0.8257 v 1.06061 h 0.8257 v 3.23486 c -0.01,1.0947 0.7879,1.63258 1.8182,1.60228 0.3902,-0.0114 0.6591,-0.0871 0.8068,-0.13637 l -0.231,-1.07197 c -0.076,0.0189 -0.2311,0.053 -0.4016,0.053 -0.3446,0 -0.6212,-0.12121 -0.6212,-0.67424 v -3.00759 h 1.1478 z"
id="path4469" /><path
d="m 1581.7431,806.02349 c 1.3561,0 2.2879,-0.66288 2.5304,-1.67425 l -1.2804,-0.14394 c -0.1856,0.49243 -0.6401,0.75 -1.231,0.75 -0.8864,0 -1.4735,-0.58333 -1.4849,-1.57955 h 4.0531 v -0.42045 c 0,-2.04168 -1.2273,-2.93941 -2.6591,-2.93941 -1.6667,0 -2.7538,1.22349 -2.7538,3.01895 0,1.82577 1.0719,2.98865 2.8257,2.98865 z m -1.4621,-3.57198 c 0.042,-0.74243 0.5909,-1.36743 1.4091,-1.36743 0.7879,0 1.3182,0.57576 1.3258,1.36743 z"
id="path4471" /></g><g
aria-label="Bd. de la République "
transform="rotate(-86.166102)"
id="text3990"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m -1025.7696,1353.6066 h 2.3551 c 1.3324,0 1.9858,-0.679 1.9858,-1.5853 0,-0.8806 -0.625,-1.3977 -1.2444,-1.4289 v -0.057 c 0.5682,-0.1335 1.0171,-0.5312 1.0171,-1.2386 0,-0.8665 -0.625,-1.5085 -1.8864,-1.5085 h -2.2272 z m 1.0539,-0.8807 v -1.7046 h 1.162 c 0.6505,0 1.0539,0.3978 1.0539,0.9177 0,0.463 -0.3181,0.7869 -1.0823,0.7869 z m 0,-2.4631 v -1.6051 h 1.0654 c 0.6193,0 0.9403,0.3267 0.9403,0.7756 0,0.5113 -0.4148,0.8295 -0.9631,0.8295 z"
id="path4393" /><path
d="m -1018.9373,1353.6833 c 0.75,0 1.0881,-0.4461 1.25,-0.7642 h 0.062 v 0.6875 h 1.0114 v -5.8182 h -1.0313 v 2.1761 h -0.043 c -0.1562,-0.3153 -0.4772,-0.7784 -1.2471,-0.7784 -1.0085,0 -1.8012,0.7898 -1.8012,2.2443 0,1.4375 0.7699,2.2529 1.7983,2.2529 z m 0.287,-0.8438 c -0.679,0 -1.037,-0.5966 -1.037,-1.4148 0,-0.8125 0.3523,-1.3948 1.037,-1.3948 0.6619,0 1.0255,0.5483 1.0255,1.3948 0,0.8466 -0.3693,1.4148 -1.0255,1.4148 z"
id="path4395" /><path
d="m -1014.8805,1353.6691 c 0.3353,0 0.6222,-0.2784 0.625,-0.625 -0,-0.3409 -0.2897,-0.6194 -0.625,-0.6194 -0.3465,0 -0.6278,0.2785 -0.625,0.6194 -0,0.3466 0.2785,0.625 0.625,0.625 z"
id="path4397" /><path
d="m -1009.7668,1353.6833 c 0.75,0 1.088,-0.4461 1.25,-0.7642 h 0.062 v 0.6875 h 1.0113 v -5.8182 h -1.0312 v 2.1761 h -0.043 c -0.1563,-0.3153 -0.4773,-0.7784 -1.2472,-0.7784 -1.0085,0 -1.8011,0.7898 -1.8011,2.2443 0,1.4375 0.7699,2.2529 1.7983,2.2529 z m 0.2869,-0.8438 c -0.679,0 -1.0369,-0.5966 -1.0369,-1.4148 0,-0.8125 0.3522,-1.3948 1.0369,-1.3948 0.6619,0 1.0256,0.5483 1.0256,1.3948 0,0.8466 -0.3694,1.4148 -1.0256,1.4148 z"
id="path4399" /><path
d="m -1004.4117,1353.6918 c 1.017,0 1.7159,-0.4972 1.8977,-1.2557 l -0.9602,-0.1079 c -0.1392,0.3693 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1137,-1.1847 h 3.0398 v -0.3153 c 0,-1.5313 -0.9204,-2.2046 -1.9943,-2.2046 -1.25,0 -2.0654,0.9176 -2.0654,2.2642 0,1.3693 0.804,2.2415 2.1194,2.2415 z m -1.0966,-2.679 c 0.031,-0.5568 0.4432,-1.0256 1.0568,-1.0256 0.5909,0 0.9886,0.4319 0.9943,1.0256 z"
id="path4401" /><path
d="m -998.58788,1347.7884 h -1.02841 v 5.8182 h 1.02841 z"
id="path4403" /><path
d="m -996.27539,1353.6946 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39204,-0.554 0.89488,-0.554 0.47728,0 0.73864,0.2444 0.73864,0.6733 v 0.017 c 0,0.2954 -0.30966,0.3096 -1.07955,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62785,1.3125 1.46023,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path4405" /><path
d="m -990.90323,1353.6066 h 1.05397 v -2.1307 h 1.07387 l 1.14204,2.1307 h 1.17614 l -1.25852,-2.3069 c 0.68466,-0.2755 1.04545,-0.8607 1.04545,-1.6505 0,-1.1108 -0.71591,-1.8608 -2.05113,-1.8608 h -2.18182 z m 1.05397,-3.0057 v -1.9318 h 0.96591 c 0.78694,0 1.13921,0.3608 1.13921,0.9801 0,0.6193 -0.35227,0.9517 -1.13352,0.9517 z"
id="path4407" /><path
d="m -983.87483,1353.6918 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11364,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44319,-1.0256 1.05682,-1.0256 0.59091,0 0.98864,0.4319 0.99432,1.0256 z m 0.61932,-2.3437 h 0.76989 l 0.87216,-1.2983 h -1.00568 z"
id="path4409" /><path
d="m -981.06517,1355.2429 h 1.02841 v -2.3238 h 0.0426 c 0.16193,0.3181 0.5,0.7642 1.25,0.7642 1.02841,0 1.7983,-0.8154 1.7983,-2.2529 0,-1.4545 -0.79262,-2.2443 -1.80114,-2.2443 -0.76989,0 -1.09091,0.4631 -1.24716,0.7784 h -0.0597 v -0.7216 h -1.01136 z m 1.00852,-3.8182 c 0,-0.8465 0.36364,-1.3948 1.02557,-1.3948 0.68466,0 1.03693,0.5823 1.03693,1.3948 0,0.8182 -0.35795,1.4148 -1.03693,1.4148 -0.65625,0 -1.02557,-0.5682 -1.02557,-1.4148 z"
id="path4411" /><path
d="m -973.28678,1351.7713 c 0,0.6648 -0.47443,0.9944 -0.92897,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9035 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0454 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path4413" /><path
d="m -971.1561,1353.6066 h 1.01136 v -0.6875 h 0.0597 c 0.16193,0.3181 0.5,0.7642 1.25,0.7642 1.02841,0 1.7983,-0.8154 1.7983,-2.2529 0,-1.4545 -0.79262,-2.2443 -1.80114,-2.2443 -0.76989,0 -1.09091,0.4631 -1.24716,0.7784 h -0.0426 v -2.1761 h -1.02841 z m 1.00852,-2.1819 c 0,-0.8465 0.36364,-1.3948 1.02557,-1.3948 0.68466,0 1.03693,0.5823 1.03693,1.3948 0,0.8182 -0.35795,1.4148 -1.03693,1.4148 -0.65625,0 -1.02557,-0.5682 -1.02557,-1.4148 z"
id="path4415" /><path
d="m -965.13054,1347.7884 h -1.02841 v 5.8182 h 1.02841 z"
id="path4417" /><path
d="m -964.07373,1353.6066 h 1.02841 v -4.3637 h -1.02841 z m 0.51704,-4.983 c 0.32671,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3097 -0.26704,-0.5597 -0.59375,-0.5597 -0.32954,0 -0.59659,0.25 -0.59659,0.5597 0,0.3068 0.26705,0.5568 0.59659,0.5568 z"
id="path4419" /><path
d="m -959.07658,1355.2429 h 1.03125 v -6 h -1.01136 v 0.7216 h -0.0625 c -0.15625,-0.3153 -0.47728,-0.7784 -1.24716,-0.7784 -1.00853,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2529 1.7983,2.2529 0.75,0 1.08806,-0.4461 1.25,-0.7642 h 0.0426 z m -1.00568,-2.4034 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4148 0,-0.8125 0.35227,-1.3948 1.03693,-1.3948 0.66193,0 1.02557,0.5483 1.02557,1.3948 0,0.8466 -0.36932,1.4148 -1.02557,1.4148 z"
id="path4421" /><path
d="m -954.21012,1351.7713 c 0,0.6648 -0.47443,0.9944 -0.92897,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9035 v -2.6193 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path4423" /><path
d="m -950.19308,1353.6918 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66478,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0256 1.05682,-1.0256 0.59091,0 0.98864,0.4319 0.99432,1.0256 z"
id="path4425" /></g><g
aria-label="Division Française Libre"
transform="rotate(5.9909432)"
id="text3994"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1256.2946,925.19934 c 1.7727,0 2.8239,-1.09659 2.8239,-2.91477 0,-1.8125 -1.0512,-2.90341 -2.7841,-2.90341 h -2.0114 v 5.81818 z m -0.9176,-0.91193 v -3.99432 h 0.8977 c 1.1818,0 1.7983,0.65909 1.7983,1.99148 0,1.33807 -0.6165,2.00284 -1.8295,2.00284 z"
id="path4348" /><path
d="m 1260.073,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.2671,0.55682 0.5966,0.55682 z"
id="path4350" /><path
d="m 1266.0559,920.8357 h -1.0937 l -1.0057,3.24148 h -0.045 l -1.0029,-3.24148 h -1.0966 l 1.554,4.36364 h 1.1364 z"
id="path4352" /><path
d="m 1266.7662,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.2671,0.55682 0.5966,0.55682 z"
id="path4354" /><path
d="m 1272.3002,921.98911 c -0.142,-0.73863 -0.7329,-1.21022 -1.7556,-1.21022 -1.0512,0 -1.7671,0.51704 -1.7642,1.32386 -0,0.63636 0.3892,1.05682 1.2272,1.23011 l 0.7443,0.15625 c 0.4006,0.0881 0.5881,0.25 0.5881,0.49716 0,0.2983 -0.3239,0.52273 -0.8125,0.52273 -0.4716,0 -0.7784,-0.20455 -0.8665,-0.59659 l -1.0028,0.0966 c 0.1278,0.80114 0.8011,1.27557 1.8722,1.27557 1.0909,0 1.8607,-0.56534 1.8636,-1.39205 -0,-0.62216 -0.4034,-1.00284 -1.2273,-1.18182 l -0.7443,-0.15909 c -0.4432,-0.0994 -0.6193,-0.25284 -0.6165,-0.50568 -0,-0.29545 0.3239,-0.5 0.7529,-0.5 0.4744,0 0.7244,0.25852 0.8039,0.54546 z"
id="path4356" /><path
d="m 1273.2434,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.5171,-4.98295 c 0.3267,0 0.5937,-0.25 0.5937,-0.55682 0,-0.30966 -0.267,-0.55966 -0.5937,-0.55966 -0.3296,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.267,0.55682 0.5966,0.55682 z"
id="path4358" /><path
d="m 1277.2321,925.28457 c 1.2784,0 2.0909,-0.90057 2.0909,-2.25 0,-1.35227 -0.8125,-2.25568 -2.0909,-2.25568 -1.2785,0 -2.091,0.90341 -2.091,2.25568 0,1.34943 0.8125,2.25 2.091,2.25 z m 0.01,-0.82387 c -0.7074,0 -1.0539,-0.63068 -1.0539,-1.42897 0,-0.7983 0.3465,-1.4375 1.0539,-1.4375 0.6961,0 1.0426,0.6392 1.0426,1.4375 0,0.79829 -0.3465,1.42897 -1.0426,1.42897 z"
id="path4360" /><path
d="m 1281.2207,922.64252 c 0,-0.63068 0.3807,-0.99432 0.9233,-0.99432 0.5312,0 0.8494,0.34944 0.8494,0.93182 v 2.61932 h 1.0284 v -2.77841 c 0,-1.04545 -0.5937,-1.64204 -1.4943,-1.64204 -0.6534,0 -1.1023,0.3125 -1.3011,0.79829 h -0.051 v -0.74148 h -0.9829 v 4.36364 h 1.0284 z"
id="path4362" /><path
d="m 1287.1014,925.19934 h 1.0539 v -2.47159 h 2.4177 v -0.88352 h -2.4177 v -1.57955 h 2.6733 v -0.88352 h -3.7272 z"
id="path4364" /><path
d="m 1291.6781,925.19934 h 1.0284 V 922.634 c 0,-0.55398 0.4176,-0.94602 0.9829,-0.94602 0.1733,0 0.3892,0.0312 0.4773,0.0597 v -0.94603 c -0.094,-0.017 -0.2557,-0.0284 -0.3693,-0.0284 -0.5,0 -0.9176,0.2841 -1.0767,0.78978 h -0.046 v -0.72728 h -0.9971 z"
id="path4366" /><path
d="m 1296.0246,925.28741 c 0.6847,0 1.0938,-0.32102 1.2813,-0.6875 h 0.034 v 0.59943 h 0.9886 v -2.92045 c 0,-1.15341 -0.9403,-1.5 -1.7727,-1.5 -0.9176,0 -1.6222,0.40909 -1.8495,1.20454 l 0.9603,0.13637 c 0.1022,-0.2983 0.392,-0.55398 0.8949,-0.55398 0.4772,0 0.7386,0.24432 0.7386,0.67329 v 0.0171 c 0,0.29545 -0.3097,0.30966 -1.0795,0.39204 -0.8466,0.0909 -1.6563,0.34375 -1.6563,1.32671 0,0.85795 0.6278,1.3125 1.4602,1.3125 z m 0.2671,-0.75568 c -0.429,0 -0.7358,-0.19603 -0.7358,-0.57387 0,-0.39488 0.3437,-0.55966 0.804,-0.625 0.2698,-0.0369 0.8096,-0.10511 0.9431,-0.21306 v 0.5142 c 0,0.4858 -0.392,0.89773 -1.0113,0.89773 z"
id="path4368" /><path
d="m 1300.3939,922.64252 c 0,-0.63068 0.3807,-0.99432 0.9233,-0.99432 0.5313,0 0.8495,0.34944 0.8495,0.93182 v 2.61932 h 1.0284 v -2.77841 c 0,-1.04545 -0.5938,-1.64204 -1.4943,-1.64204 -0.6534,0 -1.1023,0.3125 -1.3012,0.79829 h -0.051 v -0.74148 h -0.983 v 4.36364 h 1.0284 z"
id="path4370" /><path
d="m 1306.3911,925.2732 c 0.9545,-0.0881 1.5568,-0.71022 1.625,-1.56534 h -0.983 c -0.088,0.46875 -0.4261,0.73864 -0.8778,0.73864 -0.642,0 -1.0568,-0.53693 -1.0568,-1.42898 0,-0.88068 0.4233,-1.40909 1.0568,-1.40909 0.4943,0 0.7983,0.31818 0.8778,0.73864 h 0.983 c -0.071,-0.94602 -0.8097,-1.56818 -1.875,-1.56818 -1.2784,0 -2.0852,0.92329 -2.0852,2.25568 0,1.21023 0.6619,2.09375 1.7755,2.23011 l -0.1022,0.48296 c 0.4034,0.0426 0.5852,0.1392 0.5795,0.38068 -0.01,0.25 -0.2812,0.36079 -0.7159,0.36079 l 0.011,0.50569 c 0.8977,0 1.4005,-0.35512 1.3977,-0.89205 0,-0.41477 -0.2841,-0.63068 -0.6392,-0.68466 z"
id="path4372" /><path
d="m 1310.1184,925.28741 c 0.6846,0 1.0937,-0.32102 1.2812,-0.6875 h 0.034 v 0.59943 h 0.9886 v -2.92045 c 0,-1.15341 -0.9403,-1.5 -1.7727,-1.5 -0.9176,0 -1.6221,0.40909 -1.8494,1.20454 l 0.9602,0.13637 c 0.1023,-0.2983 0.3921,-0.55398 0.8949,-0.55398 0.4773,0 0.7386,0.24432 0.7386,0.67329 v 0.0171 c 0,0.29545 -0.3096,0.30966 -1.0795,0.39204 -0.8466,0.0909 -1.6563,0.34375 -1.6563,1.32671 0,0.85795 0.6279,1.3125 1.4603,1.3125 z m 0.267,-0.75568 c -0.429,0 -0.7358,-0.19603 -0.7358,-0.57387 0,-0.39488 0.3438,-0.55966 0.804,-0.625 0.2699,-0.0369 0.8097,-0.10511 0.9432,-0.21306 v 0.5142 c 0,0.4858 -0.3921,0.89773 -1.0114,0.89773 z"
id="path4374" /><path
d="m 1313.4593,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5966,0.25 -0.5966,0.55966 0,0.30682 0.2671,0.55682 0.5966,0.55682 z"
id="path4376" /><path
d="m 1318.9934,921.98911 c -0.1421,-0.73863 -0.733,-1.21022 -1.7557,-1.21022 -1.0512,0 -1.7671,0.51704 -1.7642,1.32386 -0,0.63636 0.3892,1.05682 1.2272,1.23011 l 0.7444,0.15625 c 0.4005,0.0881 0.588,0.25 0.588,0.49716 0,0.2983 -0.3238,0.52273 -0.8125,0.52273 -0.4716,0 -0.7784,-0.20455 -0.8664,-0.59659 l -1.0029,0.0966 c 0.1279,0.80114 0.8011,1.27557 1.8722,1.27557 1.0909,0 1.8608,-0.56534 1.8636,-1.39205 -0,-0.62216 -0.4034,-1.00284 -1.2273,-1.18182 l -0.7443,-0.15909 c -0.4432,-0.0994 -0.6193,-0.25284 -0.6165,-0.50568 -0,-0.29545 0.3239,-0.5 0.7529,-0.5 0.4744,0 0.7244,0.25852 0.804,0.54546 z"
id="path4378" /><path
d="m 1321.8684,925.28457 c 1.017,0 1.7159,-0.49716 1.8977,-1.25568 l -0.9602,-0.10796 c -0.1393,0.36932 -0.4802,0.5625 -0.9233,0.5625 -0.6648,0 -1.1052,-0.4375 -1.1137,-1.18466 h 3.0398 v -0.31534 c 0,-1.53125 -0.9205,-2.20454 -1.9943,-2.20454 -1.25,0 -2.0654,0.91761 -2.0654,2.2642 0,1.36932 0.804,2.24148 2.1194,2.24148 z m -1.0966,-2.67898 c 0.031,-0.55682 0.4431,-1.02557 1.0568,-1.02557 0.5909,0 0.9886,0.43182 0.9943,1.02557 z"
id="path4380" /><path
d="m 1326.7093,925.19934 h 3.6164 v -0.88352 h -2.5625 v -4.93466 h -1.0539 z"
id="path4382" /><path
d="m 1331.1922,925.19934 h 1.0284 v -4.36364 h -1.0284 z m 0.517,-4.98295 c 0.3267,0 0.5938,-0.25 0.5938,-0.55682 0,-0.30966 -0.2671,-0.55966 -0.5938,-0.55966 -0.3295,0 -0.5965,0.25 -0.5965,0.55966 0,0.30682 0.267,0.55682 0.5965,0.55682 z"
id="path4384" /><path
d="m 1333.3229,925.19934 h 1.0113 v -0.6875 h 0.06 c 0.1619,0.31818 0.5,0.76421 1.25,0.76421 1.0284,0 1.7983,-0.81535 1.7983,-2.25285 0,-1.45454 -0.7926,-2.24431 -1.8011,-2.24431 -0.7699,0 -1.091,0.46306 -1.2472,0.77841 h -0.043 v -2.17614 h -1.0284 z m 1.0085,-2.18182 c 0,-0.84659 0.3636,-1.39488 1.0256,-1.39488 0.6846,0 1.0369,0.58238 1.0369,1.39488 0,0.81818 -0.358,1.41478 -1.0369,1.41478 -0.6563,0 -1.0256,-0.56819 -1.0256,-1.41478 z"
id="path4386" /><path
d="m 1338.32,925.19934 h 1.0284 V 922.634 c 0,-0.55398 0.4176,-0.94602 0.983,-0.94602 0.1733,0 0.3892,0.0312 0.4773,0.0597 v -0.94603 c -0.094,-0.017 -0.2557,-0.0284 -0.3694,-0.0284 -0.5,0 -0.9176,0.2841 -1.0767,0.78978 h -0.045 v -0.72728 h -0.9972 z"
id="path4388" /><path
d="m 1343.2433,925.28457 c 1.0171,0 1.7159,-0.49716 1.8977,-1.25568 l -0.9602,-0.10796 c -0.1392,0.36932 -0.4801,0.5625 -0.9233,0.5625 -0.6648,0 -1.1051,-0.4375 -1.1136,-1.18466 h 3.0397 v -0.31534 c 0,-1.53125 -0.9204,-2.20454 -1.9943,-2.20454 -1.25,0 -2.0653,0.91761 -2.0653,2.2642 0,1.36932 0.804,2.24148 2.1193,2.24148 z m -1.0966,-2.67898 c 0.031,-0.55682 0.4432,-1.02557 1.0568,-1.02557 0.5909,0 0.9887,0.43182 0.9944,1.02557 z"
id="path4390" /></g><g
aria-label="Bd. de la Première "
transform="rotate(-7.3187382)"
id="text3998"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 933.93495,1188.0265 h 2.35511 c 1.33239,0 1.9858,-0.679 1.9858,-1.5852 0,-0.8807 -0.625,-1.3978 -1.24432,-1.429 v -0.057 c 0.56818,-0.1336 1.01704,-0.5313 1.01704,-1.2387 0,-0.8664 -0.625,-1.5085 -1.88636,-1.5085 h -2.22727 z m 1.05397,-0.8807 v -1.7045 h 1.16194 c 0.65056,0 1.05397,0.3977 1.05397,0.9176 0,0.463 -0.31818,0.7869 -1.08238,0.7869 z m 0,-2.4631 v -1.6051 h 1.06535 c 0.61931,0 0.94034,0.3267 0.94034,0.7756 0,0.5114 -0.41478,0.8295 -0.96307,0.8295 z"
id="path4317" /><path
d="m 940.76733,1188.1032 c 0.75,0 1.08806,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47728,-0.7784 -1.24716,-0.7784 -1.00853,0 -1.80114,0.7898 -1.80114,2.2444 0,1.4375 0.76989,2.2528 1.7983,2.2528 z m 0.28693,-0.8438 c -0.67898,0 -1.03693,-0.5965 -1.03693,-1.4147 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4147 -1.02557,1.4147 z"
id="path4319" /><path
d="m 944.82413,1188.089 c 0.33523,0 0.62216,-0.2784 0.625,-0.625 -0.003,-0.3409 -0.28977,-0.6193 -0.625,-0.6193 -0.34659,0 -0.62784,0.2784 -0.625,0.6193 -0.003,0.3466 0.27841,0.625 0.625,0.625 z"
id="path4321" /><path
d="m 949.93775,1188.1032 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80113,0.7898 -1.80113,2.2444 0,1.4375 0.76988,2.2528 1.79829,2.2528 z m 0.28693,-0.8438 c -0.67897,0 -1.03693,-0.5965 -1.03693,-1.4147 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8466 -0.36932,1.4147 -1.02557,1.4147 z"
id="path4323" /><path
d="m 955.29285,1188.1117 c 1.01705,0 1.71591,-0.4971 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99431,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3694 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path4325" /><path
d="m 961.11671,1182.2083 h -1.02841 v 5.8182 h 1.02841 z"
id="path4327" /><path
d="m 963.4292,1188.1146 c 0.68466,0 1.09375,-0.3211 1.28125,-0.6875 h 0.0341 v 0.5994 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39204,-0.5539 0.89488,-0.5539 0.47728,0 0.73864,0.2443 0.73864,0.6733 v 0.017 c 0,0.2955 -0.30966,0.3097 -1.07955,0.3921 -0.84659,0.091 -1.65625,0.3437 -1.65625,1.3267 0,0.8579 0.62785,1.3125 1.46023,1.3125 z m 0.26705,-0.7557 c -0.42898,0 -0.7358,-0.196 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5596 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path4329" /><path
d="m 968.80136,1188.0265 h 1.05397 v -1.9659 h 1.11364 c 1.34375,0 2.06534,-0.8068 2.06534,-1.9262 0,-1.1108 -0.71307,-1.9261 -2.05113,-1.9261 h -2.18182 z m 1.05397,-2.8324 v -2.1051 h 0.96591 c 0.78978,0 1.13921,0.4261 1.13921,1.0454 0,0.6194 -0.34943,1.0597 -1.13352,1.0597 z"
id="path4331" /><path
d="m 973.90362,1188.0265 h 1.02841 v -2.5654 c 0,-0.5539 0.41762,-0.946 0.98296,-0.946 0.17329,0 0.3892,0.031 0.47727,0.06 v -0.946 c -0.0937,-0.017 -0.25568,-0.028 -0.36932,-0.028 -0.5,0 -0.91761,0.284 -1.0767,0.7897 h -0.0455 v -0.7272 h -0.99716 z"
id="path4333" /><path
d="m 978.82691,1188.1117 c 1.01705,0 1.71591,-0.4971 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66478,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3694 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98863,0.4318 0.99432,1.0255 z"
id="path4335" /><path
d="m 981.63656,1188.0265 h 1.02841 v -2.6534 c 0,-0.537 0.35796,-0.9006 0.80114,-0.9006 0.43466,0 0.73295,0.2926 0.73295,0.7415 v 2.8125 h 1.00853 v -2.7216 c 0,-0.4915 0.29261,-0.8324 0.78977,-0.8324 0.41477,0 0.74432,0.2443 0.74432,0.7841 v 2.7699 h 1.03125 v -2.929 c 0,-0.9744 -0.5625,-1.4915 -1.36364,-1.4915 -0.63352,0 -1.11648,0.3125 -1.30966,0.7983 h -0.0455 c -0.16762,-0.4943 -0.59091,-0.7983 -1.17898,-0.7983 -0.58523,0 -1.02273,0.3012 -1.20455,0.7983 h -0.0511 v -0.7414 h -0.98296 z"
id="path4337" /><path
d="m 988.81837,1188.0265 h 1.02841 v -4.3636 h -1.02841 z m 0.51705,-4.983 c 0.3267,0 0.59375,-0.25 0.59375,-0.5568 0,-0.3096 -0.26705,-0.5596 -0.59375,-0.5596 -0.32955,0 -0.59659,0.25 -0.59659,0.5596 0,0.3068 0.26704,0.5568 0.59659,0.5568 z"
id="path4339" /><path
d="m 992.83541,1188.1117 c 1.01705,0 1.71591,-0.4971 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.9233,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11363,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3694 0.80398,2.2415 2.11932,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98863,0.4318 0.99432,1.0255 z m 0.63636,-2.3437 h 0.76989 l -0.63352,-1.2983 h -1.00853 z"
id="path4341" /><path
d="m 995.64506,1188.0265 h 1.02841 v -2.5654 c 0,-0.5539 0.41762,-0.946 0.98296,-0.946 0.17329,0 0.3892,0.031 0.47727,0.06 v -0.946 c -0.0937,-0.017 -0.25568,-0.028 -0.36932,-0.028 -0.5,0 -0.91761,0.284 -1.0767,0.7897 h -0.0455 v -0.7272 h -0.99716 z"
id="path4343" /><path
d="m 1000.5684,1188.1117 c 1.017,0 1.7159,-0.4971 1.8977,-1.2557 l -0.9602,-0.1079 c -0.1393,0.3693 -0.4802,0.5625 -0.9233,0.5625 -0.66482,0 -1.10516,-0.4375 -1.11368,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.9205,-2.2046 -1.9943,-2.2046 -1.25003,0 -2.06537,0.9176 -2.06537,2.2642 0,1.3694 0.80398,2.2415 2.11937,2.2415 z m -1.09664,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05684,-1.0255 0.5909,0 0.9886,0.4318 0.9943,1.0255 z"
id="path4345" /></g><g
aria-label="Avenue Bachaga Saïd Boualam"
transform="rotate(-15.110875)"
id="text4002"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:8px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 584.24509,1300.3771 0.48012,-1.4347 h 2.1875 l 0.48295,1.4347 h 1.125 l -2.05113,-5.8182 h -1.30114 l -2.0483,5.8182 z m 0.76421,-2.2813 0.78693,-2.3437 h 0.0455 l 0.78693,2.3437 z"
id="path4268" /><path
d="m 592.59452,1296.0134 h -1.09375 l -1.00568,3.2415 h -0.0455 l -1.00284,-3.2415 h -1.09659 l 1.55398,4.3637 h 1.13636 z"
id="path4270" /><path
d="m 595.08597,1300.4623 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10511,-0.4375 -1.11364,-1.1847 h 3.03978 v -0.3153 c 0,-1.5313 -0.92046,-2.2046 -1.99432,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44319,-1.0255 1.05682,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path4272" /><path
d="m 598.92404,1297.8203 c 0,-0.6307 0.38068,-0.9944 0.92329,-0.9944 0.53125,0 0.84943,0.3495 0.84943,0.9319 v 2.6193 h 1.02841 v -2.7784 c 0.003,-1.0455 -0.59375,-1.6421 -1.49432,-1.6421 -0.6534,0 -1.10227,0.3125 -1.30113,0.7983 h -0.0511 v -0.7415 h -0.98295 v 4.3637 h 1.02841 z"
id="path4274" /><path
d="m 605.55472,1298.5418 c 0,0.6648 -0.47444,0.9944 -0.92898,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9034 v -2.6194 h -1.0284 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45454,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99715 v -4.3637 h -1.0284 z"
id="path4276" /><path
d="m 609.57175,1300.4623 c 1.01705,0 1.71591,-0.4972 1.89773,-1.2557 l -0.96023,-0.1079 c -0.1392,0.3693 -0.48011,0.5625 -0.92329,0.5625 -0.66477,0 -1.10512,-0.4375 -1.11364,-1.1847 h 3.03977 v -0.3153 c 0,-1.5313 -0.92045,-2.2046 -1.99431,-2.2046 -1.25,0 -2.06534,0.9176 -2.06534,2.2642 0,1.3693 0.80397,2.2415 2.11931,2.2415 z m -1.09659,-2.679 c 0.0312,-0.5568 0.44318,-1.0255 1.05682,-1.0255 0.59091,0 0.98864,0.4318 0.99432,1.0255 z"
id="path4278" /><path
d="m 614.41265,1300.3771 h 2.35512 c 1.33238,0 1.98579,-0.679 1.98579,-1.5853 0,-0.8806 -0.625,-1.3977 -1.24431,-1.4289 v -0.057 c 0.56818,-0.1336 1.01704,-0.5313 1.01704,-1.2387 0,-0.8665 -0.625,-1.5085 -1.88636,-1.5085 h -2.22728 z m 1.05398,-0.8807 v -1.7046 h 1.16193 c 0.65057,0 1.05398,0.3978 1.05398,0.9177 0,0.463 -0.31818,0.7869 -1.08239,0.7869 z m 0,-2.4631 v -1.6051 h 1.06534 c 0.61932,0 0.94034,0.3267 0.94034,0.7756 0,0.5113 -0.41477,0.8295 -0.96306,0.8295 z"
id="path4280" /><path
d="m 620.8814,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77272,-1.5 -0.91762,0 -1.62216,0.4091 -1.84944,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30965,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42898,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80397,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94319,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01137,0.8978 z"
id="path4282" /><path
d="m 626.12571,1300.4623 c 1.09659,0 1.79546,-0.6506 1.86932,-1.5767 h -0.98295 c -0.0881,0.4687 -0.42614,0.7386 -0.87785,0.7386 -0.64204,0 -1.05681,-0.5369 -1.05681,-1.4289 0,-0.8807 0.42329,-1.4091 1.05681,-1.4091 0.49432,0 0.7983,0.3181 0.87785,0.7386 h 0.98295 c -0.071,-0.946 -0.80966,-1.5682 -1.875,-1.5682 -1.27841,0 -2.08523,0.9233 -2.08523,2.2557 0,1.321 0.78693,2.25 2.09091,2.25 z"
id="path4284" /><path
d="m 629.87002,1297.8203 c 0,-0.6307 0.39205,-0.9944 0.94318,-0.9944 0.53977,0 0.85796,0.3438 0.85796,0.9319 v 2.6193 h 1.02841 v -2.7784 c 0,-1.054 -0.5966,-1.6421 -1.50285,-1.6421 -0.67045,0 -1.09659,0.304 -1.29829,0.7983 h -0.0511 v -2.196 h -1.00568 v 5.8182 h 1.02841 z"
id="path4286" /><path
d="m 635.00069,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98864 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62216,0.4091 -1.84943,1.2046 l 0.96022,0.1363 c 0.10228,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73864,0.2443 0.73864,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07955,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42897,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26988,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01137,0.8978 z"
id="path4288" /><path
d="m 640.23932,1302.1043 c 1.17898,0 2.0483,-0.5397 2.0483,-1.6562 v -4.4347 h -1.01421 v 0.7216 h -0.0568 c -0.15625,-0.3153 -0.48296,-0.7784 -1.25285,-0.7784 -1.00852,0 -1.80113,0.7898 -1.80113,2.2245 0,1.4232 0.79261,2.1335 1.79829,2.1335 0.74716,0 1.09659,-0.4006 1.25569,-0.7216 h 0.0511 v 0.8267 c 0,0.642 -0.42613,0.9062 -1.01136,0.9062 -0.61932,0 -0.89205,-0.2926 -1.01705,-0.5483 l -0.92613,0.2245 c 0.1875,0.6108 0.81534,1.1022 1.92613,1.1022 z m 0.009,-2.5965 c -0.67898,0 -1.03694,-0.5285 -1.03694,-1.3324 0,-0.7926 0.35228,-1.375 1.03694,-1.375 0.66193,0 1.02556,0.5483 1.02556,1.375 0,0.8324 -0.36931,1.3324 -1.02556,1.3324 z"
id="path4290" /><path
d="m 644.60012,1300.4651 c 0.68465,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77272,-1.5 -0.91762,0 -1.62216,0.4091 -1.84944,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42898,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80397,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path4292" /><path
d="m 653.1342,1296.1583 h 1.01421 c -0.0199,-0.9829 -0.85796,-1.679 -2.09659,-1.679 -1.22159,0 -2.13921,0.6875 -2.13637,1.716 0,0.8352 0.59375,1.3153 1.55114,1.5625 l 0.66193,0.1704 c 0.62784,0.1591 1.04261,0.3551 1.04546,0.8068 -0.003,0.4972 -0.47444,0.8296 -1.16194,0.8296 -0.65909,0 -1.17045,-0.2955 -1.21306,-0.9063 h -1.03694 c 0.0426,1.1563 0.90341,1.8068 2.25853,1.8068 1.39488,0 2.20454,-0.696 2.20738,-1.7215 -0.003,-1.0086 -0.83522,-1.4688 -1.71022,-1.6762 l -0.54546,-0.1363 c -0.47727,-0.1137 -0.99432,-0.3154 -0.98864,-0.8012 0.003,-0.4375 0.39489,-0.7585 1.05398,-0.7585 0.62784,0 1.04262,0.2926 1.09659,0.7869 z"
id="path4294" /><path
d="m 656.37567,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62215,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46022,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path4296" /><path
d="m 659.71658,1300.3771 h 1.02841 v -4.3637 h -1.02841 z m -0.33239,-5.0057 c 0.30682,0 0.54546,-0.2472 0.54546,-0.5341 0,-0.304 -0.23864,-0.5369 -0.54546,-0.5369 -0.29829,0 -0.55113,0.2329 -0.55113,0.5369 0,0.2869 0.25284,0.5341 0.55113,0.5341 z m 1.70455,0 c 0.30682,0 0.54545,-0.2472 0.54545,-0.5341 0,-0.304 -0.23863,-0.5369 -0.54545,-0.5369 -0.2983,0 -0.55114,0.2329 -0.55114,0.5369 0,0.2869 0.25284,0.5341 0.55114,0.5341 z"
id="path4298" /><path
d="m 663.42112,1300.4538 c 0.75,0 1.08807,-0.446 1.25,-0.7642 h 0.0625 v 0.6875 h 1.01136 v -5.8182 h -1.03125 v 2.1761 h -0.0426 c -0.15625,-0.3153 -0.47727,-0.7784 -1.24716,-0.7784 -1.00852,0 -1.80114,0.7898 -1.80114,2.2443 0,1.4375 0.76989,2.2529 1.7983,2.2529 z m 0.28693,-0.8438 c -0.67898,0 -1.03693,-0.5966 -1.03693,-1.4147 0,-0.8125 0.35227,-1.3949 1.03693,-1.3949 0.66193,0 1.02557,0.5483 1.02557,1.3949 0,0.8465 -0.36932,1.4147 -1.02557,1.4147 z"
id="path4300" /><path
d="m 668.87565,1300.3771 h 2.35512 c 1.33238,0 1.98579,-0.679 1.98579,-1.5853 0,-0.8806 -0.625,-1.3977 -1.24432,-1.4289 v -0.057 c 0.56818,-0.1336 1.01705,-0.5313 1.01705,-1.2387 0,-0.8665 -0.625,-1.5085 -1.88637,-1.5085 h -2.22727 z m 1.05398,-0.8807 v -1.7046 h 1.16193 c 0.65057,0 1.05398,0.3978 1.05398,0.9177 0,0.463 -0.31818,0.7869 -1.08239,0.7869 z m 0,-2.4631 v -1.6051 h 1.06534 c 0.61932,0 0.94034,0.3267 0.94034,0.7756 0,0.5113 -0.41477,0.8295 -0.96307,0.8295 z"
id="path4302" /><path
d="m 675.99212,1300.4623 c 1.27841,0 2.09091,-0.9006 2.09091,-2.25 0,-1.3523 -0.8125,-2.2557 -2.09091,-2.2557 -1.27841,0 -2.09091,0.9034 -2.09091,2.2557 0,1.3494 0.8125,2.25 2.09091,2.25 z m 0.006,-0.8239 c -0.70738,0 -1.05397,-0.6306 -1.05397,-1.4289 0,-0.7983 0.34659,-1.4375 1.05397,-1.4375 0.69603,0 1.04262,0.6392 1.04262,1.4375 0,0.7983 -0.34659,1.4289 -1.04262,1.4289 z"
id="path4304" /><path
d="m 681.73359,1298.5418 c 0,0.6648 -0.47443,0.9944 -0.92897,0.9944 -0.49432,0 -0.82387,-0.3495 -0.82387,-0.9034 v -2.6194 h -1.02841 v 2.7784 c 0,1.0483 0.59659,1.6421 1.45455,1.6421 0.65341,0 1.11364,-0.3438 1.3125,-0.8324 h 0.0455 v 0.7756 h 0.99716 v -4.3637 h -1.02841 z"
id="path4306" /><path
d="m 685.0745,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77272,-1.5 -0.91762,0 -1.62216,0.4091 -1.84944,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30965,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46023,1.3125 z m 0.26704,-0.7556 c -0.42898,0 -0.73579,-0.1961 -0.73579,-0.5739 0,-0.3949 0.34375,-0.5597 0.80397,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94319,-0.2131 v 0.5142 c 0,0.4858 -0.39205,0.8978 -1.01137,0.8978 z"
id="path4308" /><path
d="m 689.44381,1294.5589 h -1.02841 v 5.8182 h 1.02841 z"
id="path4310" /><path
d="m 691.7563,1300.4651 c 0.68466,0 1.09375,-0.321 1.28125,-0.6875 h 0.0341 v 0.5995 h 0.98863 v -2.9205 c 0,-1.1534 -0.94034,-1.5 -1.77273,-1.5 -0.91761,0 -1.62215,0.4091 -1.84943,1.2046 l 0.96023,0.1363 c 0.10227,-0.2983 0.39205,-0.5539 0.89489,-0.5539 0.47727,0 0.73863,0.2443 0.73863,0.6732 v 0.017 c 0,0.2954 -0.30966,0.3097 -1.07954,0.392 -0.84659,0.091 -1.65625,0.3438 -1.65625,1.3267 0,0.858 0.62784,1.3125 1.46022,1.3125 z m 0.26705,-0.7556 c -0.42898,0 -0.7358,-0.1961 -0.7358,-0.5739 0,-0.3949 0.34375,-0.5597 0.80398,-0.625 0.26989,-0.037 0.80966,-0.1051 0.94318,-0.2131 v 0.5142 c 0,0.4858 -0.39204,0.8978 -1.01136,0.8978 z"
id="path4312" /><path
d="m 695.09721,1300.3771 h 1.02841 v -2.6534 c 0,-0.537 0.35795,-0.9006 0.80114,-0.9006 0.43466,0 0.73295,0.2926 0.73295,0.7415 v 2.8125 h 1.00852 v -2.7216 c 0,-0.4915 0.29262,-0.8324 0.78978,-0.8324 0.41477,0 0.74431,0.2443 0.74431,0.7841 v 2.7699 h 1.03125 v -2.929 c 0,-0.9744 -0.5625,-1.4915 -1.36363,-1.4915 -0.63352,0 -1.11648,0.3125 -1.30966,0.7983 h -0.0455 c -0.16761,-0.4943 -0.5909,-0.7983 -1.17897,-0.7983 -0.58523,0 -1.02273,0.3012 -1.20455,0.7983 h -0.0511 v -0.7415 h -0.98296 z"
id="path4314" /></g></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 9.4 MiB

View File

@ -21,7 +21,7 @@
inkscape:export-ydpi="768.00006"><metadata inkscape:export-ydpi="768.00006"><metadata
id="metadata3463"><rdf:RDF><cc:Work id="metadata3463"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs3461"><clipPath id="defs3461"><clipPath
clipPathUnits="userSpaceOnUse" clipPathUnits="userSpaceOnUse"
id="clipPath3499"><path id="clipPath3499"><path
@ -40,13 +40,13 @@
id="namedview3459" id="namedview3459"
showgrid="false" showgrid="false"
inkscape:snap-page="true" inkscape:snap-page="true"
inkscape:zoom="3.3149742" inkscape:zoom="1.1429073"
inkscape:cx="1130.1114" inkscape:cx="1105.0357"
inkscape:cy="1139.6495" inkscape:cy="1143.9617"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="21" inkscape:window-y="21"
inkscape:window-maximized="0" inkscape:window-maximized="0"
inkscape:current-layer="layer9" inkscape:current-layer="g7005"
inkscape:snap-global="false" inkscape:snap-global="false"
showguides="true" showguides="true"
inkscape:guide-bbox="true" inkscape:guide-bbox="true"
@ -590,8 +590,9 @@
d="m 2417.7817,1682.7518 -40.1027,2.4355" d="m 2417.7817,1682.7518 -40.1027,2.4355"
id="path11403" /><path id="path11403" /><path
style="display:inline;fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="display:inline;fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 2441.1055,1716.3189 14.9665,-68.4696" d="m 2440.5566,1717.7642 15.5154,-69.9149"
id="path11405" /><path id="path11405"
sodipodi:nodetypes="cc" /><path
style="display:inline;fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="display:inline;fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 2452.18,1721.9289 23.9521,-73.0286" d="m 2452.18,1721.9289 23.9521,-73.0286"
id="path11407" /><path id="path11407" /><path
@ -667,11 +668,11 @@
d="m 2167.1355,1657.4578 -15.8661,-20.1519" d="m 2167.1355,1657.4578 -15.8661,-20.1519"
id="path5755" /><path id="path5755" /><path
style="fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 2066.3787,1746.4589 18.2653,-27.429 11.5454,-0.8122 7.5314,5.2476 -2.0092,31.4958 12.3138,9.9881 12.4159,3.7492 8.3701,-5.092 2.2839,-42.7602 4.6485,0.3645 4.2743,23.8549 4.0903,-0.094 1.0265,-28.0062 2.8165,-3.1205" d="m 2064.9229,1748.7095 19.7211,-29.6796 11.5454,-0.8122 7.5314,5.2476 -2.0092,31.4958 12.3138,9.9881 12.4159,3.7492 8.3701,-5.092 2.2839,-42.7602 4.6485,0.3645 4.2743,23.8549 4.0903,-0.094 1.0265,-28.0062 2.8165,-3.1205"
id="path5757" id="path5757"
sodipodi:nodetypes="cccccccccccccc" /><path sodipodi:nodetypes="cccccccccccccc" /><path
style="fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 2075.8839,1764.1023 16.7479,-27.9494 3.5576,-17.9352 3.4965,-23.1434 -2.795,-4.2776 -42.2946,14.4659 -6.261,0.2049" d="m 2074.9261,1765.8693 17.7057,-29.7164 3.5576,-17.9352 3.4965,-23.1434 -2.795,-4.2776 -42.2946,14.4659 -6.261,0.2049"
id="path5759" id="path5759"
sodipodi:nodetypes="ccccccc" /><path sodipodi:nodetypes="ccccccc" /><path
style="fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:none;stroke:#b3bfb6;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
@ -2115,7 +2116,8 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer4" id="layer4"
inkscape:label="streenames_big" inkscape:label="streenames_big"
style="display:inline"><text style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="1494.3121" x="1494.3121"
@ -2167,9 +2169,288 @@
x="583.13171" x="583.13171"
y="1299.7529">Avenue Bachaga Saïd Boualam</tspan></text></g><g y="1299.7529">Avenue Bachaga Saïd Boualam</tspan></text></g><g
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="g6459"
inkscape:label="streenames_big flat"
style="display:inline"><g
aria-label="Boulevard de la Croisette"
transform="rotate(16.766663)"
id="text6441"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1494.6947,803.98395 h 1.5701 c 0.8882,0 1.3238,-0.45265 1.3238,-1.05682 0,-0.58712 -0.4166,-0.93182 -0.8295,-0.95265 v -0.0379 c 0.3788,-0.089 0.678,-0.35417 0.678,-0.82576 0,-0.57765 -0.4166,-1.00568 -1.2575,-1.00568 h -1.4849 z m 0.7027,-0.58712 v -1.13637 h 0.7746 c 0.4337,0 0.7026,0.26516 0.7026,0.61175 0,0.30871 -0.2121,0.52462 -0.7216,0.52462 z m 0,-1.64205 v -1.07007 h 0.7102 c 0.4129,0 0.6269,0.2178 0.6269,0.51704 0,0.34091 -0.2765,0.55303 -0.6421,0.55303 z"
id="path6675" /><path
d="m 1499.439,804.04077 c 0.8523,0 1.394,-0.60038 1.394,-1.5 0,-0.90152 -0.5417,-1.50379 -1.394,-1.50379 -0.8523,0 -1.3939,0.60227 -1.3939,1.50379 0,0.89962 0.5416,1.5 1.3939,1.5 z m 0,-0.54925 c -0.4716,0 -0.7026,-0.42045 -0.7026,-0.95265 0,-0.53219 0.231,-0.95833 0.7026,-0.95833 0.464,0 0.6951,0.42614 0.6951,0.95833 0,0.5322 -0.2311,0.95265 -0.6951,0.95265 z"
id="path6677" /><path
d="m 1503.2667,802.76046 c 0,0.44319 -0.3163,0.66288 -0.6194,0.66288 -0.3295,0 -0.5492,-0.23295 -0.5492,-0.60227 v -1.74621 h -0.6856 v 1.85227 c 0,0.69886 0.3977,1.0947 0.9697,1.0947 0.4356,0 0.7424,-0.22917 0.875,-0.55493 h 0.03 v 0.51705 h 0.6648 v -2.90909 h -0.6856 z"
id="path6679" /><path
d="m 1505.3424,800.10516 h -0.6856 v 3.87879 h 0.6856 z"
id="path6681" /><path
d="m 1507.3348,804.04077 c 0.6781,0 1.144,-0.33144 1.2652,-0.83712 l -0.6402,-0.072 c -0.093,0.24621 -0.32,0.375 -0.6155,0.375 -0.4432,0 -0.7367,-0.29167 -0.7424,-0.78978 h 2.0265 v -0.21022 c 0,-1.02084 -0.6136,-1.4697 -1.3295,-1.4697 -0.8334,0 -1.3769,0.61174 -1.3769,1.50947 0,0.91288 0.5359,1.49432 1.4128,1.49432 z m -0.731,-1.78599 c 0.021,-0.37121 0.2954,-0.68371 0.7045,-0.68371 0.394,0 0.6591,0.28788 0.6629,0.68371 z"
id="path6683" /><path
d="m 1511.7212,801.07486 h -0.7292 l -0.6704,2.16098 h -0.03 l -0.6686,-2.16098 h -0.7311 l 1.036,2.90909 h 0.7576 z"
id="path6685" /><path
d="m 1512.9465,804.04266 c 0.4565,0 0.7292,-0.21402 0.8542,-0.45833 h 0.023 v 0.39962 h 0.6591 v -1.94697 c 0,-0.76894 -0.6269,-1 -1.1818,-1 -0.6117,0 -1.0814,0.27273 -1.2329,0.80303 l 0.6401,0.0909 c 0.068,-0.19886 0.2614,-0.36932 0.5966,-0.36932 0.3182,0 0.4924,0.16288 0.4924,0.44886 v 0.0114 c 0,0.19697 -0.2064,0.20644 -0.7197,0.26136 -0.5644,0.0606 -1.1041,0.22917 -1.1041,0.88447 0,0.57197 0.4185,0.875 0.9734,0.875 z m 0.1781,-0.50379 c -0.286,0 -0.4906,-0.13068 -0.4906,-0.38257 0,-0.26326 0.2292,-0.37311 0.536,-0.41667 0.18,-0.0246 0.5398,-0.0701 0.6288,-0.14205 v 0.34281 c 0,0.32386 -0.2613,0.59848 -0.6742,0.59848 z"
id="path6687" /><path
d="m 1515.1738,803.98395 h 0.6856 v -1.71023 c 0,-0.36932 0.2784,-0.63068 0.6553,-0.63068 0.1156,0 0.2595,0.0208 0.3182,0.0398 v -0.63068 c -0.062,-0.0114 -0.1705,-0.0189 -0.2462,-0.0189 -0.3333,0 -0.6118,0.1894 -0.7178,0.52652 h -0.03 v -0.48485 h -0.6648 z"
id="path6689" /><path
d="m 1518.2477,804.03508 c 0.5,0 0.7253,-0.29734 0.8333,-0.50947 h 0.042 v 0.45834 h 0.6742 v -3.87879 h -0.6875 v 1.45076 h -0.028 c -0.1042,-0.21023 -0.3182,-0.51894 -0.8314,-0.51894 -0.6724,0 -1.2008,0.52651 -1.2008,1.49621 0,0.95833 0.5133,1.50189 1.1989,1.50189 z m 0.1913,-0.5625 c -0.4527,0 -0.6913,-0.39772 -0.6913,-0.94318 0,-0.54166 0.2348,-0.92992 0.6913,-0.92992 0.4412,0 0.6837,0.36553 0.6837,0.92992 0,0.5644 -0.2462,0.94318 -0.6837,0.94318 z"
id="path6691" /><path
d="m 1522.9333,804.03508 c 0.5,0 0.7253,-0.29734 0.8333,-0.50947 h 0.042 v 0.45834 h 0.6742 v -3.87879 h -0.6875 v 1.45076 h -0.028 c -0.1042,-0.21023 -0.3182,-0.51894 -0.8314,-0.51894 -0.6724,0 -1.2008,0.52651 -1.2008,1.49621 0,0.95833 0.5133,1.50189 1.1989,1.50189 z m 0.1913,-0.5625 c -0.4527,0 -0.6913,-0.39772 -0.6913,-0.94318 0,-0.54166 0.2348,-0.92992 0.6913,-0.92992 0.4412,0 0.6837,0.36553 0.6837,0.92992 0,0.5644 -0.2462,0.94318 -0.6837,0.94318 z"
id="path6693" /><path
d="m 1526.5033,804.04077 c 0.6781,0 1.144,-0.33144 1.2652,-0.83712 l -0.6402,-0.072 c -0.093,0.24621 -0.32,0.375 -0.6155,0.375 -0.4432,0 -0.7367,-0.29167 -0.7424,-0.78978 h 2.0265 v -0.21022 c 0,-1.02084 -0.6136,-1.4697 -1.3296,-1.4697 -0.8333,0 -1.3768,0.61174 -1.3768,1.50947 0,0.91288 0.5359,1.49432 1.4128,1.49432 z m -0.731,-1.78599 c 0.021,-0.37121 0.2954,-0.68371 0.7045,-0.68371 0.394,0 0.6591,0.28788 0.6629,0.68371 z"
id="path6695" /><path
d="m 1530.3859,800.10516 h -0.6856 v 3.87879 h 0.6856 z"
id="path6697" /><path
d="m 1531.9276,804.04266 c 0.4564,0 0.7291,-0.21402 0.8541,-0.45833 h 0.023 v 0.39962 h 0.659 v -1.94697 c 0,-0.76894 -0.6268,-1 -1.1818,-1 -0.6117,0 -1.0814,0.27273 -1.2329,0.80303 l 0.6401,0.0909 c 0.068,-0.19886 0.2614,-0.36932 0.5966,-0.36932 0.3182,0 0.4924,0.16288 0.4924,0.44886 v 0.0114 c 0,0.19697 -0.2064,0.20644 -0.7197,0.26136 -0.5644,0.0606 -1.1041,0.22917 -1.1041,0.88447 0,0.57197 0.4185,0.875 0.9735,0.875 z m 0.178,-0.50379 c -0.286,0 -0.4905,-0.13068 -0.4905,-0.38257 0,-0.26326 0.2291,-0.37311 0.5359,-0.41667 0.18,-0.0246 0.5398,-0.0701 0.6288,-0.14205 v 0.34281 c 0,0.32386 -0.2613,0.59848 -0.6742,0.59848 z"
id="path6699" /><path
d="m 1538.8291,801.41387 c -0.1193,-0.86174 -0.7822,-1.36174 -1.6421,-1.36174 -1.0132,0 -1.7765,0.73864 -1.7765,1.99242 0,1.2519 0.7538,1.99243 1.7765,1.99243 0.9224,0 1.5341,-0.59659 1.6421,-1.33712 l -0.7084,-0.004 c -0.089,0.45454 -0.4602,0.71023 -0.9242,0.71023 -0.6288,0 -1.0796,-0.47159 -1.0796,-1.36175 0,-0.87499 0.447,-1.36174 1.0815,-1.36174 0.4716,0 0.8409,0.26705 0.9223,0.73106 z"
id="path6701" /><path
d="m 1539.4446,803.98395 h 0.6856 v -1.71023 c 0,-0.36932 0.2784,-0.63068 0.6553,-0.63068 0.1155,0 0.2595,0.0208 0.3182,0.0398 v -0.63068 c -0.062,-0.0114 -0.1705,-0.0189 -0.2462,-0.0189 -0.3334,0 -0.6118,0.1894 -0.7178,0.52652 h -0.03 v -0.48485 h -0.6648 z"
id="path6703" /><path
d="m 1542.7078,804.04077 c 0.8523,0 1.394,-0.60038 1.394,-1.5 0,-0.90152 -0.5417,-1.50379 -1.394,-1.50379 -0.8522,0 -1.3939,0.60227 -1.3939,1.50379 0,0.89962 0.5417,1.5 1.3939,1.5 z m 0,-0.54925 c -0.4716,0 -0.7026,-0.42045 -0.7026,-0.95265 0,-0.53219 0.231,-0.95833 0.7026,-0.95833 0.464,0 0.6951,0.42614 0.6951,0.95833 0,0.5322 -0.2311,0.95265 -0.6951,0.95265 z"
id="path6705" /><path
d="m 1544.6813,803.98395 h 0.6856 v -2.90909 h -0.6856 z m 0.3447,-3.32197 c 0.2178,0 0.3959,-0.16667 0.3959,-0.37121 0,-0.20644 -0.1781,-0.37311 -0.3959,-0.37311 -0.2197,0 -0.3977,0.16667 -0.3977,0.37311 0,0.20454 0.178,0.37121 0.3977,0.37121 z"
id="path6707" /><path
d="m 1548.3707,801.8438 c -0.095,-0.49243 -0.4886,-0.80682 -1.1704,-0.80682 -0.7008,0 -1.1781,0.3447 -1.1762,0.88258 -0,0.42424 0.2595,0.70454 0.8182,0.82007 l 0.4962,0.10417 c 0.2671,0.0587 0.3921,0.16666 0.3921,0.33144 0,0.19886 -0.216,0.34848 -0.5417,0.34848 -0.3144,0 -0.5189,-0.13636 -0.5777,-0.39773 l -0.6685,0.0644 c 0.085,0.53409 0.5341,0.85038 1.2481,0.85038 0.7273,0 1.2405,-0.3769 1.2424,-0.92803 -0,-0.41478 -0.2689,-0.66856 -0.8182,-0.78788 l -0.4962,-0.10606 c -0.2954,-0.0663 -0.4129,-0.16856 -0.411,-0.33712 -0,-0.19697 0.2159,-0.33334 0.5019,-0.33334 0.3163,0 0.483,0.17235 0.536,0.36364 z"
id="path6709" /><path
d="m 1550.2874,804.04077 c 0.678,0 1.1439,-0.33144 1.2651,-0.83712 l -0.6401,-0.072 c -0.093,0.24621 -0.3201,0.375 -0.6156,0.375 -0.4431,0 -0.7367,-0.29167 -0.7424,-0.78978 h 2.0265 v -0.21022 c 0,-1.02084 -0.6136,-1.4697 -1.3295,-1.4697 -0.8333,0 -1.3769,0.61174 -1.3769,1.50947 0,0.91288 0.536,1.49432 1.4129,1.49432 z m -0.7311,-1.78599 c 0.021,-0.37121 0.2955,-0.68371 0.7046,-0.68371 0.3939,0 0.6591,0.28788 0.6628,0.68371 z"
id="path6711" /><path
d="m 1553.6131,801.07486 h -0.5738 v -0.69697 h -0.6856 v 0.69697 h -0.4129 v 0.5303 h 0.4129 v 1.61742 c -0,0.54735 0.3939,0.81629 0.909,0.80114 0.1951,-0.006 0.3296,-0.0436 0.4035,-0.0682 l -0.1156,-0.53599 c -0.038,0.009 -0.1155,0.0265 -0.2007,0.0265 -0.1724,0 -0.3106,-0.0606 -0.3106,-0.33712 v -1.50379 h 0.5738 z"
id="path6713" /><path
d="m 1555.6396,801.07486 h -0.5738 v -0.69697 h -0.6856 v 0.69697 h -0.4129 v 0.5303 h 0.4129 v 1.61742 c -0,0.54735 0.3939,0.81629 0.9091,0.80114 0.195,-0.006 0.3295,-0.0436 0.4034,-0.0682 l -0.1156,-0.53599 c -0.038,0.009 -0.1155,0.0265 -0.2007,0.0265 -0.1724,0 -0.3106,-0.0606 -0.3106,-0.33712 v -1.50379 h 0.5738 z"
id="path6715" /><path
d="m 1557.4711,804.04077 c 0.678,0 1.1439,-0.33144 1.2651,-0.83712 l -0.6401,-0.072 c -0.093,0.24621 -0.3201,0.375 -0.6156,0.375 -0.4431,0 -0.7367,-0.29167 -0.7424,-0.78978 h 2.0265 v -0.21022 c 0,-1.02084 -0.6136,-1.4697 -1.3295,-1.4697 -0.8333,0 -1.3769,0.61174 -1.3769,1.50947 0,0.91288 0.536,1.49432 1.4129,1.49432 z m -0.7311,-1.78599 c 0.021,-0.37121 0.2955,-0.68371 0.7046,-0.68371 0.3939,0 0.659,0.28788 0.6628,0.68371 z"
id="path6717" /></g><g
aria-label="Bd. de la République "
transform="rotate(-86.166102)"
id="text6445"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m -1027.1306,1352.9006 h 1.5701 c 0.8882,0 1.3238,-0.4526 1.3238,-1.0568 0,-0.5871 -0.4166,-0.9318 -0.8295,-0.9526 v -0.038 c 0.3788,-0.089 0.678,-0.3542 0.678,-0.8258 0,-0.5776 -0.4167,-1.0057 -1.2576,-1.0057 h -1.4848 z m 0.7026,-0.5871 v -1.1363 h 0.7747 c 0.4337,0 0.7026,0.2651 0.7026,0.6117 0,0.3087 -0.2121,0.5246 -0.7216,0.5246 z m 0,-1.642 v -1.0701 h 0.7103 c 0.4128,0 0.6269,0.2178 0.6269,0.517 0,0.3409 -0.2766,0.5531 -0.6421,0.5531 z"
id="path6640" /><path
d="m -1022.5757,1352.9518 c 0.5,0 0.7254,-0.2974 0.8333,-0.5095 h 0.042 v 0.4583 h 0.6742 v -3.8788 h -0.6875 v 1.4508 h -0.028 c -0.1041,-0.2102 -0.3181,-0.5189 -0.8314,-0.5189 -0.6723,0 -1.2008,0.5265 -1.2008,1.4962 0,0.9583 0.5133,1.5019 1.1989,1.5019 z m 0.1913,-0.5625 c -0.4527,0 -0.6913,-0.3978 -0.6913,-0.9432 0,-0.5417 0.2349,-0.9299 0.6913,-0.9299 0.4413,0 0.6837,0.3655 0.6837,0.9299 0,0.5644 -0.2462,0.9432 -0.6837,0.9432 z"
id="path6642" /><path
d="m -1019.8712,1352.9423 c 0.2235,0 0.4148,-0.1856 0.4167,-0.4167 -0,-0.2272 -0.1932,-0.4128 -0.4167,-0.4128 -0.231,0 -0.4185,0.1856 -0.4166,0.4128 -0,0.2311 0.1856,0.4167 0.4166,0.4167 z"
id="path6644" /><path
d="m -1016.4621,1352.9518 c 0.5,0 0.7254,-0.2974 0.8334,-0.5095 h 0.042 v 0.4583 h 0.6743 v -3.8788 h -0.6875 v 1.4508 h -0.028 c -0.1042,-0.2102 -0.3182,-0.5189 -0.8315,-0.5189 -0.6723,0 -1.2007,0.5265 -1.2007,1.4962 0,0.9583 0.5132,1.5019 1.1988,1.5019 z m 0.1913,-0.5625 c -0.4526,0 -0.6913,-0.3978 -0.6913,-0.9432 0,-0.5417 0.2349,-0.9299 0.6913,-0.9299 0.4413,0 0.6837,0.3655 0.6837,0.9299 0,0.5644 -0.2462,0.9432 -0.6837,0.9432 z"
id="path6646" /><path
d="m -1012.892,1352.9575 c 0.678,0 1.1439,-0.3315 1.2651,-0.8372 l -0.6401,-0.072 c -0.093,0.2462 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7368,-0.2917 -0.7425,-0.7898 h 2.0265 v -0.2102 c 0,-1.0209 -0.6136,-1.4697 -1.3295,-1.4697 -0.8333,0 -1.3769,0.6117 -1.3769,1.5094 0,0.9129 0.536,1.4944 1.4129,1.4944 z m -0.7311,-1.786 c 0.021,-0.3712 0.2955,-0.6837 0.7046,-0.6837 0.3939,0 0.6591,0.2878 0.6629,0.6837 z"
id="path6648" /><path
d="m -1009.0094,1349.0218 h -0.6857 v 3.8788 h 0.6857 z"
id="path6650" /><path
d="m -1007.4678,1352.9593 c 0.4565,0 0.7292,-0.214 0.8542,-0.4583 h 0.023 v 0.3996 h 0.6591 v -1.9469 c 0,-0.769 -0.6269,-1 -1.1818,-1 -0.6118,0 -1.0815,0.2727 -1.233,0.803 l 0.6402,0.091 c 0.068,-0.1989 0.2613,-0.3693 0.5966,-0.3693 0.3182,0 0.4924,0.1629 0.4924,0.4489 v 0.011 c 0,0.197 -0.2064,0.2065 -0.7197,0.2614 -0.5644,0.061 -1.1042,0.2291 -1.1042,0.8844 0,0.572 0.4186,0.875 0.9735,0.875 z m 0.178,-0.5037 c -0.2859,0 -0.4905,-0.1307 -0.4905,-0.3826 0,-0.2633 0.2292,-0.3731 0.536,-0.4167 0.1799,-0.025 0.5398,-0.07 0.6288,-0.142 v 0.3428 c 0,0.3238 -0.2614,0.5985 -0.6743,0.5985 z"
id="path6652" /><path
d="m -1003.8863,1352.9006 h 0.7026 v -1.4204 h 0.7159 l 0.7614,1.4204 h 0.7841 l -0.8391,-1.5378 c 0.4565,-0.1838 0.697,-0.5739 0.697,-1.1004 0,-0.7406 -0.4773,-1.2406 -1.3674,-1.2406 h -1.4545 z m 0.7026,-2.0038 v -1.2878 h 0.6439 c 0.5247,0 0.7595,0.2405 0.7595,0.6534 0,0.4129 -0.2348,0.6344 -0.7557,0.6344 z"
id="path6654" /><path
d="m -999.20075,1352.9575 c 0.67803,0 1.14394,-0.3315 1.26515,-0.8372 l -0.64015,-0.072 c -0.0928,0.2462 -0.32007,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2917 -0.74242,-0.7898 h 2.02651 v -0.2102 c 0,-1.0209 -0.61363,-1.4697 -1.32954,-1.4697 -0.83337,0 -1.37687,0.6117 -1.37687,1.5094 0,0.9129 0.536,1.4944 1.41285,1.4944 z m -0.73106,-1.786 c 0.0208,-0.3712 0.29546,-0.6837 0.70455,-0.6837 0.39394,0 0.65909,0.2878 0.66288,0.6837 z m 0.41288,-1.5625 h 0.51326 l 0.58144,-0.8656 h -0.67046 z"
id="path6656" /><path
d="m -997.32765,1353.9915 h 0.68561 v -1.5492 h 0.0284 c 0.10795,0.2121 0.33333,0.5095 0.83333,0.5095 0.68561,0 1.19886,-0.5436 1.19886,-1.5019 0,-0.9697 -0.5284,-1.4962 -1.20075,-1.4962 -0.51326,0 -0.72727,0.3087 -0.83144,0.5189 h -0.0398 v -0.4811 h -0.67425 z m 0.67235,-2.5454 c 0,-0.5644 0.24243,-0.9299 0.68371,-0.9299 0.45644,0 0.69129,0.3882 0.69129,0.9299 0,0.5454 -0.23863,0.9432 -0.69129,0.9432 -0.4375,0 -0.68371,-0.3788 -0.68371,-0.9432 z"
id="path6658" /><path
d="m -992.14205,1351.6772 c 0,0.4431 -0.31629,0.6628 -0.61932,0.6628 -0.32955,0 -0.54924,-0.2329 -0.54924,-0.6022 v -1.7463 h -0.68561 v 1.8523 c 0,0.6989 0.39773,1.0947 0.9697,1.0947 0.4356,0 0.74242,-0.2292 0.875,-0.5549 h 0.0303 v 0.517 h 0.66477 v -2.9091 h -0.6856 z"
id="path6660" /><path
d="m -990.7216,1352.9006 h 0.67424 v -0.4583 h 0.0398 c 0.10796,0.2121 0.33333,0.5095 0.83333,0.5095 0.68561,0 1.19887,-0.5436 1.19887,-1.5019 0,-0.9697 -0.52841,-1.4962 -1.20076,-1.4962 -0.51326,0 -0.72727,0.3087 -0.83144,0.5189 h -0.0284 v -1.4508 h -0.6856 z m 0.67234,-1.4545 c 0,-0.5644 0.24243,-0.9299 0.68372,-0.9299 0.45644,0 0.69128,0.3882 0.69128,0.9299 0,0.5454 -0.23863,0.9432 -0.69128,0.9432 -0.4375,0 -0.68372,-0.3788 -0.68372,-0.9432 z"
id="path6662" /><path
d="m -986.70457,1349.0218 h -0.6856 v 3.8788 h 0.6856 z"
id="path6664" /><path
d="m -986.00003,1352.9006 h 0.68561 v -2.9091 h -0.68561 z m 0.3447,-3.3219 c 0.2178,0 0.39583,-0.1667 0.39583,-0.3712 0,-0.2065 -0.17803,-0.3732 -0.39583,-0.3732 -0.2197,0 -0.39773,0.1667 -0.39773,0.3732 0,0.2045 0.17803,0.3712 0.39773,0.3712 z"
id="path6666" /><path
d="m -982.6686,1353.9915 h 0.6875 v -4 h -0.67424 v 0.4811 h -0.0417 c -0.10417,-0.2102 -0.31819,-0.5189 -0.83144,-0.5189 -0.67235,0 -1.20076,0.5265 -1.20076,1.4962 0,0.9583 0.51326,1.5019 1.19886,1.5019 0.5,0 0.72538,-0.2974 0.83334,-0.5095 h 0.0284 z m -0.67045,-1.6022 c -0.45265,0 -0.69129,-0.3978 -0.69129,-0.9432 0,-0.5417 0.23485,-0.9299 0.69129,-0.9299 0.44129,0 0.68371,0.3655 0.68371,0.9299 0,0.5644 -0.24621,0.9432 -0.68371,0.9432 z"
id="path6668" /><path
d="m -979.42429,1351.6772 c 0,0.4431 -0.31629,0.6628 -0.61932,0.6628 -0.32954,0 -0.54924,-0.2329 -0.54924,-0.6022 v -1.7463 h -0.6856 v 1.8523 c 0,0.6989 0.39772,1.0947 0.96969,1.0947 0.43561,0 0.74243,-0.2292 0.875,-0.5549 h 0.0303 v 0.517 h 0.66477 v -2.9091 h -0.68561 z"
id="path6670" /><path
d="m -976.74626,1352.9575 c 0.67803,0 1.14394,-0.3315 1.26515,-0.8372 l -0.64015,-0.072 c -0.0928,0.2462 -0.32008,0.375 -0.61553,0.375 -0.44318,0 -0.73675,-0.2917 -0.74243,-0.7898 h 2.02652 v -0.2102 c 0,-1.0209 -0.61364,-1.4697 -1.32955,-1.4697 -0.83333,0 -1.37689,0.6117 -1.37689,1.5094 0,0.9129 0.53598,1.4944 1.41288,1.4944 z m -0.73106,-1.786 c 0.0208,-0.3712 0.29545,-0.6837 0.70454,-0.6837 0.39394,0 0.65909,0.2878 0.66288,0.6837 z"
id="path6672" /></g><g
aria-label="Bd. de la 1re Division Française Libre"
transform="rotate(5.9909432)"
id="text6449"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1283.6477,924.36908 h 1.5701 c 0.8882,0 1.3238,-0.45265 1.3238,-1.05682 0,-0.58712 -0.4166,-0.93182 -0.8295,-0.95265 v -0.0379 c 0.3788,-0.089 0.678,-0.35416 0.678,-0.82575 0,-0.57766 -0.4166,-1.00569 -1.2575,-1.00569 h -1.4849 z m 0.7027,-0.58712 v -1.13636 h 0.7746 c 0.4337,0 0.7026,0.26515 0.7026,0.61174 0,0.30871 -0.2121,0.52462 -0.7216,0.52462 z m 0,-1.64205 v -1.07007 h 0.7102 c 0.4129,0 0.6269,0.2178 0.6269,0.51704 0,0.34091 -0.2765,0.55303 -0.6421,0.55303 z"
id="path6575" /><path
d="m 1288.2026,924.42022 c 0.5,0 0.7254,-0.29735 0.8334,-0.50947 h 0.042 v 0.45833 h 0.6743 v -3.87879 h -0.6875 v 1.45076 h -0.028 c -0.1042,-0.21023 -0.3182,-0.51894 -0.8315,-0.51894 -0.6723,0 -1.2007,0.52652 -1.2007,1.49621 0,0.95834 0.5132,1.5019 1.1988,1.5019 z m 0.1913,-0.5625 c -0.4526,0 -0.6913,-0.39773 -0.6913,-0.94318 0,-0.54167 0.2349,-0.92993 0.6913,-0.92993 0.4413,0 0.6837,0.36553 0.6837,0.92993 0,0.56439 -0.2462,0.94318 -0.6837,0.94318 z"
id="path6577" /><path
d="m 1290.9072,924.41075 c 0.2234,0 0.4147,-0.18561 0.4166,-0.41667 -0,-0.22727 -0.1932,-0.41288 -0.4166,-0.41288 -0.2311,0 -0.4186,0.18561 -0.4167,0.41288 -0,0.23106 0.1856,0.41667 0.4167,0.41667 z"
id="path6579" /><path
d="m 1294.3162,924.42022 c 0.5,0 0.7254,-0.29735 0.8334,-0.50947 h 0.042 v 0.45833 h 0.6743 v -3.87879 h -0.6875 v 1.45076 h -0.028 c -0.1042,-0.21023 -0.3182,-0.51894 -0.8315,-0.51894 -0.6723,0 -1.2007,0.52652 -1.2007,1.49621 0,0.95834 0.5132,1.5019 1.1988,1.5019 z m 0.1913,-0.5625 c -0.4526,0 -0.6913,-0.39773 -0.6913,-0.94318 0,-0.54167 0.2349,-0.92993 0.6913,-0.92993 0.4413,0 0.6837,0.36553 0.6837,0.92993 0,0.56439 -0.2462,0.94318 -0.6837,0.94318 z"
id="path6581" /><path
d="m 1297.8863,924.4259 c 0.678,0 1.1439,-0.33144 1.2652,-0.83712 l -0.6402,-0.072 c -0.093,0.24621 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7368,-0.29167 -0.7424,-0.78978 h 2.0265 v -0.21022 c 0,-1.02083 -0.6137,-1.4697 -1.3296,-1.4697 -0.8333,0 -1.3769,0.61174 -1.3769,1.50947 0,0.91288 0.536,1.49432 1.4129,1.49432 z m -0.7311,-1.78599 c 0.021,-0.37121 0.2955,-0.68371 0.7046,-0.68371 0.3939,0 0.6591,0.28788 0.6629,0.68371 z"
id="path6583" /><path
d="m 1301.7689,920.49029 h -0.6856 v 3.87879 h 0.6856 z"
id="path6585" /><path
d="m 1303.3105,924.42779 c 0.4565,0 0.7292,-0.21401 0.8542,-0.45833 h 0.023 v 0.39962 h 0.6591 v -1.94697 c 0,-0.76894 -0.6269,-1 -1.1818,-1 -0.6117,0 -1.0814,0.27273 -1.233,0.80303 l 0.6402,0.0909 c 0.068,-0.19886 0.2614,-0.36932 0.5966,-0.36932 0.3182,0 0.4924,0.16288 0.4924,0.44887 v 0.0114 c 0,0.19697 -0.2064,0.20644 -0.7197,0.26136 -0.5644,0.0606 -1.1041,0.22917 -1.1041,0.88447 0,0.57197 0.4185,0.875 0.9734,0.875 z m 0.1781,-0.50379 c -0.286,0 -0.4906,-0.13068 -0.4906,-0.38257 0,-0.26326 0.2292,-0.37311 0.536,-0.41667 0.1799,-0.0246 0.5398,-0.0701 0.6288,-0.14204 v 0.3428 c 0,0.32386 -0.2614,0.59848 -0.6742,0.59848 z"
id="path6587" /><path
d="m 1308.4317,920.49029 h -0.6685 l -0.964,0.61932 v 0.64394 l 0.9072,-0.57954 h 0.023 v 3.19507 h 0.7026 z"
id="path6589" /><path
d="m 1309.4261,924.36908 h 0.6856 v -1.71023 c 0,-0.36931 0.2784,-0.63068 0.6553,-0.63068 0.1155,0 0.2594,0.0208 0.3181,0.0398 v -0.63068 c -0.062,-0.0114 -0.1704,-0.0189 -0.2462,-0.0189 -0.3333,0 -0.6117,0.1894 -0.7178,0.52652 h -0.03 v -0.48485 h -0.6647 z"
id="path6591" /><path
d="m 1312.7082,924.4259 c 0.6781,0 1.144,-0.33144 1.2652,-0.83712 l -0.6402,-0.072 c -0.093,0.24621 -0.32,0.375 -0.6155,0.375 -0.4432,0 -0.7367,-0.29167 -0.7424,-0.78978 h 2.0265 v -0.21022 c 0,-1.02083 -0.6136,-1.4697 -1.3295,-1.4697 -0.8334,0 -1.3769,0.61174 -1.3769,1.50947 0,0.91288 0.536,1.49432 1.4128,1.49432 z m -0.731,-1.78599 c 0.021,-0.37121 0.2954,-0.68371 0.7045,-0.68371 0.394,0 0.6591,0.28788 0.6629,0.68371 z"
id="path6593" /><path
d="m 1317.2499,924.36908 c 1.1818,0 1.8826,-0.73106 1.8826,-1.94318 0,-1.20833 -0.7008,-1.93561 -1.8561,-1.93561 h -1.3409 v 3.87879 z m -0.6117,-0.60795 v -2.66288 h 0.5985 c 0.7878,0 1.1988,0.43939 1.1988,1.32765 0,0.89204 -0.411,1.33523 -1.2197,1.33523 z"
id="path6595" /><path
d="m 1319.7688,924.36908 h 0.6856 v -2.90909 h -0.6856 z m 0.3447,-3.32197 c 0.2178,0 0.3959,-0.16666 0.3959,-0.37121 0,-0.20644 -0.1781,-0.37311 -0.3959,-0.37311 -0.2197,0 -0.3977,0.16667 -0.3977,0.37311 0,0.20455 0.178,0.37121 0.3977,0.37121 z"
id="path6597" /><path
d="m 1323.7575,921.45999 h -0.7292 l -0.6705,2.16098 h -0.03 l -0.6685,-2.16098 h -0.7311 l 1.036,2.90909 h 0.7576 z"
id="path6599" /><path
d="m 1324.2309,924.36908 h 0.6856 v -2.90909 h -0.6856 z m 0.3447,-3.32197 c 0.2178,0 0.3959,-0.16666 0.3959,-0.37121 0,-0.20644 -0.1781,-0.37311 -0.3959,-0.37311 -0.2197,0 -0.3977,0.16667 -0.3977,0.37311 0,0.20455 0.178,0.37121 0.3977,0.37121 z"
id="path6601" /><path
d="m 1327.9203,922.22893 c -0.095,-0.49242 -0.4886,-0.80682 -1.1704,-0.80682 -0.7008,0 -1.1781,0.3447 -1.1762,0.88258 -0,0.42424 0.2595,0.70454 0.8182,0.82007 l 0.4962,0.10417 c 0.2671,0.0587 0.3921,0.16667 0.3921,0.33144 0,0.19886 -0.2159,0.34848 -0.5417,0.34848 -0.3144,0 -0.5189,-0.13636 -0.5776,-0.39772 l -0.6686,0.0644 c 0.085,0.53409 0.5341,0.85038 1.2481,0.85038 0.7273,0 1.2405,-0.3769 1.2424,-0.92803 -0,-0.41477 -0.2689,-0.66856 -0.8182,-0.78788 l -0.4962,-0.10606 c -0.2954,-0.0663 -0.4128,-0.16856 -0.411,-0.33712 -0,-0.19697 0.216,-0.33334 0.5019,-0.33334 0.3163,0 0.483,0.17235 0.536,0.36364 z"
id="path6603" /><path
d="m 1328.5491,924.36908 h 0.6856 v -2.90909 h -0.6856 z m 0.3447,-3.32197 c 0.2178,0 0.3958,-0.16666 0.3958,-0.37121 0,-0.20644 -0.178,-0.37311 -0.3958,-0.37311 -0.2197,0 -0.3977,0.16667 -0.3977,0.37311 0,0.20455 0.178,0.37121 0.3977,0.37121 z"
id="path6605" /><path
d="m 1331.2082,924.4259 c 0.8523,0 1.3939,-0.60038 1.3939,-1.5 0,-0.90152 -0.5416,-1.50379 -1.3939,-1.50379 -0.8523,0 -1.3939,0.60227 -1.3939,1.50379 0,0.89962 0.5416,1.5 1.3939,1.5 z m 0,-0.54924 c -0.4716,0 -0.7027,-0.42046 -0.7027,-0.95266 0,-0.53219 0.2311,-0.95833 0.7027,-0.95833 0.464,0 0.6951,0.42614 0.6951,0.95833 0,0.5322 -0.2311,0.95266 -0.6951,0.95266 z"
id="path6607" /><path
d="m 1333.8673,922.66454 c 0,-0.42046 0.2538,-0.66288 0.6155,-0.66288 0.3542,0 0.5663,0.23295 0.5663,0.62121 v 1.74621 h 0.6856 v -1.85227 c 0,-0.69697 -0.3958,-1.0947 -0.9962,-1.0947 -0.4356,0 -0.7349,0.20833 -0.8674,0.5322 h -0.034 v -0.49432 h -0.6553 v 2.90909 h 0.6856 z"
id="path6609" /><path
d="m 1337.7877,924.36908 h 0.7027 v -1.64773 h 1.6117 v -0.58901 h -1.6117 v -1.05303 h 1.7822 v -0.58902 h -2.4849 z"
id="path6611" /><path
d="m 1340.8389,924.36908 h 0.6856 v -1.71023 c 0,-0.36931 0.2784,-0.63068 0.6553,-0.63068 0.1155,0 0.2594,0.0208 0.3181,0.0398 v -0.63068 c -0.062,-0.0114 -0.1704,-0.0189 -0.2462,-0.0189 -0.3333,0 -0.6117,0.1894 -0.7178,0.52652 h -0.03 v -0.48485 h -0.6647 z"
id="path6613" /><path
d="m 1343.7366,924.42779 c 0.4564,0 0.7291,-0.21401 0.8541,-0.45833 h 0.023 v 0.39962 h 0.6591 v -1.94697 c 0,-0.76894 -0.6269,-1 -1.1819,-1 -0.6117,0 -1.0814,0.27273 -1.2329,0.80303 l 0.6401,0.0909 c 0.068,-0.19886 0.2614,-0.36932 0.5966,-0.36932 0.3182,0 0.4925,0.16288 0.4925,0.44887 v 0.0114 c 0,0.19697 -0.2065,0.20644 -0.7197,0.26136 -0.5644,0.0606 -1.1042,0.22917 -1.1042,0.88447 0,0.57197 0.4186,0.875 0.9735,0.875 z m 0.178,-0.50379 c -0.286,0 -0.4905,-0.13068 -0.4905,-0.38257 0,-0.26326 0.2291,-0.37311 0.536,-0.41667 0.1799,-0.0246 0.5397,-0.0701 0.6287,-0.14204 v 0.3428 c 0,0.32386 -0.2613,0.59848 -0.6742,0.59848 z"
id="path6615" /><path
d="m 1346.6495,922.66454 c 0,-0.42046 0.2537,-0.66288 0.6155,-0.66288 0.3542,0 0.5663,0.23295 0.5663,0.62121 v 1.74621 h 0.6856 v -1.85227 c 0,-0.69697 -0.3959,-1.0947 -0.9962,-1.0947 -0.4356,0 -0.7349,0.20833 -0.8675,0.5322 h -0.034 v -0.49432 h -0.6554 v 2.90909 h 0.6857 z"
id="path6617" /><path
d="m 1350.6476,924.41832 c 0.6363,-0.0587 1.0378,-0.47348 1.0833,-1.04356 h -0.6553 c -0.059,0.3125 -0.2841,0.49243 -0.5852,0.49243 -0.4281,0 -0.7046,-0.35796 -0.7046,-0.95265 0,-0.58713 0.2822,-0.9394 0.7046,-0.9394 0.3295,0 0.5322,0.21212 0.5852,0.49243 h 0.6553 c -0.047,-0.63069 -0.5398,-1.04546 -1.25,-1.04546 -0.8523,0 -1.3902,0.61553 -1.3902,1.50379 0,0.80682 0.4413,1.39583 1.1837,1.48674 l -0.068,0.32197 c 0.2689,0.0284 0.3901,0.0928 0.3863,0.25379 -0,0.16666 -0.1875,0.24053 -0.4772,0.24053 l 0.01,0.33712 c 0.5985,0 0.9337,-0.23674 0.9319,-0.5947 0,-0.27651 -0.1894,-0.42045 -0.4262,-0.45644 z"
id="path6619" /><path
d="m 1353.1324,924.42779 c 0.4564,0 0.7292,-0.21401 0.8542,-0.45833 h 0.023 v 0.39962 h 0.6591 v -1.94697 c 0,-0.76894 -0.6269,-1 -1.1818,-1 -0.6118,0 -1.0815,0.27273 -1.233,0.80303 l 0.6402,0.0909 c 0.068,-0.19886 0.2613,-0.36932 0.5965,-0.36932 0.3182,0 0.4925,0.16288 0.4925,0.44887 v 0.0114 c 0,0.19697 -0.2065,0.20644 -0.7197,0.26136 -0.5644,0.0606 -1.1042,0.22917 -1.1042,0.88447 0,0.57197 0.4186,0.875 0.9735,0.875 z m 0.178,-0.50379 c -0.286,0 -0.4905,-0.13068 -0.4905,-0.38257 0,-0.26326 0.2292,-0.37311 0.536,-0.41667 0.1799,-0.0246 0.5398,-0.0701 0.6288,-0.14204 v 0.3428 c 0,0.32386 -0.2614,0.59848 -0.6743,0.59848 z"
id="path6621" /><path
d="m 1355.3597,924.36908 h 0.6856 v -2.90909 h -0.6856 z m 0.3447,-3.32197 c 0.2178,0 0.3958,-0.16666 0.3958,-0.37121 0,-0.20644 -0.178,-0.37311 -0.3958,-0.37311 -0.2197,0 -0.3978,0.16667 -0.3978,0.37311 0,0.20455 0.1781,0.37121 0.3978,0.37121 z"
id="path6623" /><path
d="m 1359.0491,922.22893 c -0.095,-0.49242 -0.4887,-0.80682 -1.1705,-0.80682 -0.7008,0 -1.178,0.3447 -1.1761,0.88258 -0,0.42424 0.2594,0.70454 0.8181,0.82007 l 0.4963,0.10417 c 0.267,0.0587 0.392,0.16667 0.392,0.33144 0,0.19886 -0.2159,0.34848 -0.5417,0.34848 -0.3144,0 -0.5189,-0.13636 -0.5776,-0.39772 l -0.6686,0.0644 c 0.085,0.53409 0.5341,0.85038 1.2481,0.85038 0.7273,0 1.2406,-0.3769 1.2425,-0.92803 -0,-0.41477 -0.269,-0.66856 -0.8182,-0.78788 l -0.4962,-0.10606 c -0.2955,-0.0663 -0.4129,-0.16856 -0.411,-0.33712 -0,-0.19697 0.2159,-0.33334 0.5019,-0.33334 0.3163,0 0.4829,0.17235 0.536,0.36364 z"
id="path6625" /><path
d="m 1360.9657,924.4259 c 0.678,0 1.144,-0.33144 1.2652,-0.83712 l -0.6402,-0.072 c -0.093,0.24621 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7368,-0.29167 -0.7424,-0.78978 h 2.0265 v -0.21022 c 0,-1.02083 -0.6137,-1.4697 -1.3296,-1.4697 -0.8333,0 -1.3769,0.61174 -1.3769,1.50947 0,0.91288 0.536,1.49432 1.4129,1.49432 z m -0.731,-1.78599 c 0.021,-0.37121 0.2954,-0.68371 0.7045,-0.68371 0.3939,0 0.6591,0.28788 0.6629,0.68371 z"
id="path6627" /><path
d="m 1364.193,924.36908 h 2.411 v -0.58902 h -1.7084 v -3.28977 h -0.7026 z"
id="path6629" /><path
d="m 1367.1816,924.36908 h 0.6856 v -2.90909 h -0.6856 z m 0.3447,-3.32197 c 0.2178,0 0.3958,-0.16666 0.3958,-0.37121 0,-0.20644 -0.178,-0.37311 -0.3958,-0.37311 -0.2197,0 -0.3977,0.16667 -0.3977,0.37311 0,0.20455 0.178,0.37121 0.3977,0.37121 z"
id="path6631" /><path
d="m 1368.6021,924.36908 h 0.6742 v -0.45833 h 0.04 c 0.1079,0.21212 0.3333,0.50947 0.8333,0.50947 0.6856,0 1.1989,-0.54356 1.1989,-1.5019 0,-0.96969 -0.5284,-1.49621 -1.2008,-1.49621 -0.5132,0 -0.7273,0.30871 -0.8314,0.51894 h -0.028 v -1.45076 h -0.6856 z m 0.6723,-1.45454 c 0,-0.5644 0.2424,-0.92993 0.6837,-0.92993 0.4565,0 0.6913,0.38826 0.6913,0.92993 0,0.54545 -0.2386,0.94318 -0.6913,0.94318 -0.4375,0 -0.6837,-0.37879 -0.6837,-0.94318 z"
id="path6633" /><path
d="m 1371.9335,924.36908 h 0.6856 v -1.71023 c 0,-0.36931 0.2784,-0.63068 0.6553,-0.63068 0.1155,0 0.2595,0.0208 0.3182,0.0398 v -0.63068 c -0.062,-0.0114 -0.1705,-0.0189 -0.2462,-0.0189 -0.3334,0 -0.6118,0.1894 -0.7178,0.52652 h -0.03 v -0.48485 h -0.6648 z"
id="path6635" /><path
d="m 1375.2157,924.4259 c 0.678,0 1.1439,-0.33144 1.2651,-0.83712 l -0.6401,-0.072 c -0.093,0.24621 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7368,-0.29167 -0.7425,-0.78978 h 2.0265 v -0.21022 c 0,-1.02083 -0.6136,-1.4697 -1.3295,-1.4697 -0.8333,0 -1.3769,0.61174 -1.3769,1.50947 0,0.91288 0.536,1.49432 1.4129,1.49432 z m -0.7311,-1.78599 c 0.021,-0.37121 0.2955,-0.68371 0.7046,-0.68371 0.3939,0 0.6591,0.28788 0.6628,0.68371 z"
id="path6637" /></g><g
aria-label="Bd. de la 1re Division Française Libre "
transform="rotate(-7.3187382)"
id="text6453"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 910.57246,1187.5366 h 1.57007 c 0.88826,0 1.32386,-0.4526 1.32386,-1.0568 0,-0.5871 -0.41666,-0.9318 -0.82954,-0.9526 v -0.038 c 0.37879,-0.089 0.67803,-0.3542 0.67803,-0.8258 0,-0.5776 -0.41667,-1.0057 -1.25758,-1.0057 h -1.48484 z m 0.70265,-0.5871 v -1.1364 h 0.77462 c 0.43371,0 0.70265,0.2652 0.70265,0.6118 0,0.3087 -0.21212,0.5246 -0.72159,0.5246 z m 0,-1.642 v -1.0701 h 0.71022 c 0.41288,0 0.6269,0.2178 0.6269,0.517 0,0.3409 -0.27652,0.5531 -0.64205,0.5531 z"
id="path6510" /><path
d="m 915.12737,1187.5878 c 0.5,0 0.72538,-0.2974 0.83333,-0.5095 h 0.0417 v 0.4583 h 0.67424 v -3.8788 h -0.6875 v 1.4508 h -0.0284 c -0.10416,-0.2102 -0.31818,-0.5189 -0.83143,-0.5189 -0.67235,0 -1.20076,0.5265 -1.20076,1.4962 0,0.9583 0.51326,1.5019 1.19886,1.5019 z m 0.19129,-0.5625 c -0.45265,0 -0.69129,-0.3978 -0.69129,-0.9432 0,-0.5417 0.23485,-0.9299 0.69129,-0.9299 0.44129,0 0.68371,0.3655 0.68371,0.9299 0,0.5644 -0.24621,0.9432 -0.68371,0.9432 z"
id="path6512" /><path
d="m 917.83191,1187.5783 c 0.22348,0 0.41477,-0.1856 0.41666,-0.4167 -0.002,-0.2273 -0.19318,-0.4129 -0.41666,-0.4129 -0.23106,0 -0.41856,0.1856 -0.41667,0.4129 -0.002,0.2311 0.18561,0.4167 0.41667,0.4167 z"
id="path6514" /><path
d="m 921.24099,1187.5878 c 0.49999,0 0.72537,-0.2974 0.83333,-0.5095 h 0.0417 v 0.4583 h 0.67425 v -3.8788 h -0.6875 v 1.4508 h -0.0284 c -0.10417,-0.2102 -0.31818,-0.5189 -0.83144,-0.5189 -0.67235,0 -1.20076,0.5265 -1.20076,1.4962 0,0.9583 0.51326,1.5019 1.19887,1.5019 z m 0.19128,-0.5625 c -0.45265,0 -0.69128,-0.3978 -0.69128,-0.9432 0,-0.5417 0.23484,-0.9299 0.69128,-0.9299 0.44129,0 0.68371,0.3655 0.68371,0.9299 0,0.5644 -0.24621,0.9432 -0.68371,0.9432 z"
id="path6516" /><path
d="m 924.81105,1187.5934 c 0.67803,0 1.14394,-0.3314 1.26515,-0.8371 l -0.64015,-0.072 c -0.0928,0.2463 -0.32008,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2916 -0.74242,-0.7897 h 2.02651 v -0.2103 c 0,-1.0208 -0.61364,-1.4696 -1.32954,-1.4696 -0.83334,0 -1.3769,0.6117 -1.3769,1.5094 0,0.9129 0.53599,1.4943 1.41288,1.4943 z m -0.73106,-1.7859 c 0.0208,-0.3713 0.29546,-0.6838 0.70455,-0.6838 0.39393,0 0.65909,0.2879 0.66287,0.6838 z"
id="path6518" /><path
d="m 928.69362,1183.6578 h -0.68561 v 3.8788 h 0.68561 z"
id="path6520" /><path
d="m 930.23528,1187.5953 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.62689,-1 -1.18181,-1 -0.61175,0 -1.08144,0.2727 -1.23296,0.803 l 0.64015,0.091 c 0.0682,-0.1989 0.26137,-0.3693 0.59659,-0.3693 0.31819,0 0.49243,0.1629 0.49243,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10416,0.2291 -1.10416,0.8844 0,0.572 0.41856,0.875 0.97348,0.875 z m 0.17803,-0.5038 c -0.28598,0 -0.49053,-0.1306 -0.49053,-0.3825 0,-0.2633 0.22917,-0.3731 0.53598,-0.4167 0.17993,-0.025 0.53978,-0.07 0.62879,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5984 -0.67424,0.5984 z"
id="path6522" /><path
d="m 935.35649,1183.6578 h -0.66856 l -0.96402,0.6194 v 0.6439 l 0.9072,-0.5796 h 0.0227 v 3.1951 h 0.70265 z"
id="path6524" /><path
d="m 936.3508,1187.5366 h 0.68561 v -1.7102 c 0,-0.3693 0.27841,-0.6307 0.6553,-0.6307 0.11553,0 0.25947,0.021 0.31818,0.04 v -0.6307 c -0.0625,-0.011 -0.17045,-0.019 -0.24621,-0.019 -0.33333,0 -0.61174,0.1894 -0.7178,0.5265 h -0.0303 v -0.4849 h -0.66477 z"
id="path6526" /><path
d="m 939.63299,1187.5934 c 0.67803,0 1.14394,-0.3314 1.26515,-0.8371 l -0.64015,-0.072 c -0.0928,0.2463 -0.32007,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2916 -0.74242,-0.7897 h 2.02651 v -0.2103 c 0,-1.0208 -0.61363,-1.4696 -1.32954,-1.4696 -0.83334,0 -1.3769,0.6117 -1.3769,1.5094 0,0.9129 0.53599,1.4943 1.41288,1.4943 z m -0.73106,-1.7859 c 0.0208,-0.3713 0.29546,-0.6838 0.70455,-0.6838 0.39394,0 0.65909,0.2879 0.66288,0.6838 z"
id="path6528" /><path
d="m 944.17465,1187.5366 c 1.18182,0 1.88258,-0.731 1.88258,-1.9432 0,-1.2083 -0.70076,-1.9356 -1.85606,-1.9356 h -1.34091 v 3.8788 z m -0.61174,-0.6079 v -2.6629 h 0.59849 c 0.78787,0 1.19886,0.4394 1.19886,1.3276 0,0.8921 -0.41099,1.3353 -1.2197,1.3353 z"
id="path6530" /><path
d="m 946.69358,1187.5366 h 0.68561 v -2.9091 h -0.68561 z m 0.3447,-3.3219 c 0.2178,0 0.39583,-0.1667 0.39583,-0.3713 0,-0.2064 -0.17803,-0.3731 -0.39583,-0.3731 -0.2197,0 -0.39773,0.1667 -0.39773,0.3731 0,0.2046 0.17803,0.3713 0.39773,0.3713 z"
id="path6532" /><path
d="m 950.68221,1184.6275 h -0.72917 l -0.67045,2.161 h -0.0303 l -0.66856,-2.161 h -0.73107 l 1.03599,2.9091 h 0.75757 z"
id="path6534" /><path
d="m 951.15569,1187.5366 h 0.6856 v -2.9091 h -0.6856 z m 0.34469,-3.3219 c 0.21781,0 0.39584,-0.1667 0.39584,-0.3713 0,-0.2064 -0.17803,-0.3731 -0.39584,-0.3731 -0.21969,0 -0.39772,0.1667 -0.39772,0.3731 0,0.2046 0.17803,0.3713 0.39772,0.3713 z"
id="path6536" /><path
d="m 954.84507,1185.3965 c -0.0947,-0.4925 -0.48863,-0.8068 -1.17045,-0.8068 -0.70076,0 -1.17803,0.3446 -1.17614,0.8825 -0.002,0.4243 0.25947,0.7046 0.81818,0.8201 l 0.49621,0.1042 c 0.26705,0.059 0.39205,0.1666 0.39205,0.3314 0,0.1989 -0.21591,0.3485 -0.54167,0.3485 -0.31439,0 -0.51894,-0.1364 -0.57765,-0.3977 l -0.66856,0.064 c 0.0852,0.5341 0.53409,0.8503 1.24811,0.8503 0.72727,0 1.24053,-0.3769 1.24242,-0.928 -0.002,-0.4148 -0.26894,-0.6686 -0.81818,-0.7879 l -0.49621,-0.106 c -0.29546,-0.066 -0.41288,-0.1686 -0.41099,-0.3372 -0.002,-0.1969 0.21591,-0.3333 0.5019,-0.3333 0.31628,0 0.48295,0.1724 0.53598,0.3637 z"
id="path6538" /><path
d="m 955.47386,1187.5366 h 0.6856 v -2.9091 h -0.6856 z m 0.3447,-3.3219 c 0.2178,0 0.39583,-0.1667 0.39583,-0.3713 0,-0.2064 -0.17803,-0.3731 -0.39583,-0.3731 -0.2197,0 -0.39773,0.1667 -0.39773,0.3731 0,0.2046 0.17803,0.3713 0.39773,0.3713 z"
id="path6540" /><path
d="m 958.13294,1187.5934 c 0.85227,0 1.39394,-0.6003 1.39394,-1.5 0,-0.9015 -0.54167,-1.5037 -1.39394,-1.5037 -0.85227,0 -1.39394,0.6022 -1.39394,1.5037 0,0.8997 0.54167,1.5 1.39394,1.5 z m 0.004,-0.5492 c -0.47159,0 -0.70265,-0.4205 -0.70265,-0.9527 0,-0.5322 0.23106,-0.9583 0.70265,-0.9583 0.46401,0 0.69507,0.4261 0.69507,0.9583 0,0.5322 -0.23106,0.9527 -0.69507,0.9527 z"
id="path6542" /><path
d="m 960.79203,1185.8321 c 0,-0.4205 0.25379,-0.6629 0.61553,-0.6629 0.35416,0 0.56629,0.233 0.56629,0.6212 v 1.7462 h 0.6856 v -1.8523 c 0.002,-0.6969 -0.39583,-1.0946 -0.99621,-1.0946 -0.43561,0 -0.73485,0.2083 -0.86742,0.5321 h -0.0341 v -0.4943 h -0.65531 v 2.9091 h 0.68561 z"
id="path6544" /><path
d="m 964.71248,1187.5366 h 0.70265 v -1.6477 h 1.61174 v -0.589 h -1.61174 v -1.053 h 1.7822 v -0.5891 h -2.48485 z"
id="path6546" /><path
d="m 967.7636,1187.5366 h 0.68561 v -1.7102 c 0,-0.3693 0.27841,-0.6307 0.6553,-0.6307 0.11553,0 0.25947,0.021 0.31818,0.04 v -0.6307 c -0.0625,-0.011 -0.17045,-0.019 -0.24621,-0.019 -0.33333,0 -0.61174,0.1894 -0.7178,0.5265 h -0.0303 v -0.4849 h -0.66478 z"
id="path6548" /><path
d="m 970.66132,1187.5953 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.62689,-1 -1.18181,-1 -0.61174,0 -1.08144,0.2727 -1.23296,0.803 l 0.64015,0.091 c 0.0682,-0.1989 0.26137,-0.3693 0.5966,-0.3693 0.31818,0 0.49242,0.1629 0.49242,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10416,0.2291 -1.10416,0.8844 0,0.572 0.41856,0.875 0.97348,0.875 z m 0.17803,-0.5038 c -0.28598,0 -0.49053,-0.1306 -0.49053,-0.3825 0,-0.2633 0.22917,-0.3731 0.53599,-0.4167 0.17992,-0.025 0.53977,-0.07 0.62878,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5984 -0.67424,0.5984 z"
id="path6550" /><path
d="m 973.5742,1185.8321 c 0,-0.4205 0.25379,-0.6629 0.61553,-0.6629 0.35416,0 0.56629,0.233 0.56629,0.6212 v 1.7462 h 0.6856 v -1.8523 c 0.002,-0.6969 -0.39583,-1.0946 -0.99621,-1.0946 -0.43561,0 -0.73485,0.2083 -0.86742,0.5321 h -0.0341 v -0.4943 h -0.6553 v 2.9091 h 0.68561 z"
id="path6552" /><path
d="m 977.5723,1187.5859 c 0.63636,-0.059 1.03788,-0.4735 1.08333,-1.0436 h -0.6553 c -0.0587,0.3125 -0.28409,0.4924 -0.58523,0.4924 -0.42803,0 -0.70454,-0.3579 -0.70454,-0.9526 0,-0.5871 0.28219,-0.9394 0.70454,-0.9394 0.32955,0 0.5322,0.2121 0.58523,0.4924 h 0.6553 c -0.0473,-0.6307 -0.53977,-1.0454 -1.25,-1.0454 -0.85227,0 -1.39015,0.6155 -1.39015,1.5037 0,0.8069 0.44129,1.3959 1.18371,1.4868 l -0.0682,0.322 c 0.26894,0.028 0.39015,0.093 0.38636,0.2537 -0.004,0.1667 -0.1875,0.2406 -0.47727,0.2406 l 0.008,0.3371 c 0.59848,0 0.93371,-0.2368 0.93181,-0.5947 0,-0.2765 -0.18939,-0.4205 -0.42613,-0.4564 z"
id="path6554" /><path
d="m 980.05714,1187.5953 c 0.45644,0 0.72916,-0.214 0.85416,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.62689,-1 -1.18182,-1 -0.61174,0 -1.08143,0.2727 -1.23295,0.803 l 0.64015,0.091 c 0.0682,-0.1989 0.26136,-0.3693 0.59659,-0.3693 0.31818,0 0.49243,0.1629 0.49243,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10417,0.2291 -1.10417,0.8844 0,0.572 0.41856,0.875 0.97349,0.875 z m 0.17803,-0.5038 c -0.28599,0 -0.49053,-0.1306 -0.49053,-0.3825 0,-0.2633 0.22916,-0.3731 0.53598,-0.4167 0.17993,-0.025 0.53977,-0.07 0.62879,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5984 -0.67424,0.5984 z"
id="path6556" /><path
d="m 982.28441,1187.5366 h 0.6856 v -2.9091 h -0.6856 z m 0.3447,-3.3219 c 0.2178,0 0.39583,-0.1667 0.39583,-0.3713 0,-0.2064 -0.17803,-0.3731 -0.39583,-0.3731 -0.2197,0 -0.39773,0.1667 -0.39773,0.3731 0,0.2046 0.17803,0.3713 0.39773,0.3713 z"
id="path6558" /><path
d="m 985.97379,1185.3965 c -0.0947,-0.4925 -0.48863,-0.8068 -1.17045,-0.8068 -0.70076,0 -1.17803,0.3446 -1.17614,0.8825 -0.002,0.4243 0.25947,0.7046 0.81819,0.8201 l 0.49621,0.1042 c 0.26704,0.059 0.39204,0.1666 0.39204,0.3314 0,0.1989 -0.21591,0.3485 -0.54166,0.3485 -0.3144,0 -0.51894,-0.1364 -0.57765,-0.3977 l -0.66856,0.064 c 0.0852,0.5341 0.53409,0.8503 1.2481,0.8503 0.72727,0 1.24053,-0.3769 1.24242,-0.928 -0.002,-0.4148 -0.26893,-0.6686 -0.81818,-0.7879 l -0.49621,-0.106 c -0.29545,-0.066 -0.41288,-0.1686 -0.41098,-0.3372 -0.002,-0.1969 0.21591,-0.3333 0.50189,-0.3333 0.31629,0 0.48295,0.1724 0.53598,0.3637 z"
id="path6560" /><path
d="m 987.89046,1187.5934 c 0.67803,0 1.14394,-0.3314 1.26515,-0.8371 l -0.64015,-0.072 c -0.0928,0.2463 -0.32007,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2916 -0.74242,-0.7897 h 2.02651 v -0.2103 c 0,-1.0208 -0.61363,-1.4696 -1.32954,-1.4696 -0.83333,0 -1.37689,0.6117 -1.37689,1.5094 0,0.9129 0.53598,1.4943 1.41287,1.4943 z m -0.73106,-1.7859 c 0.0208,-0.3713 0.29546,-0.6838 0.70455,-0.6838 0.39394,0 0.65909,0.2879 0.66288,0.6838 z"
id="path6562" /><path
d="m 991.11773,1187.5366 h 2.41098 v -0.589 h -1.70833 v -3.2898 h -0.70265 z"
id="path6564" /><path
d="m 994.10635,1187.5366 h 0.68561 v -2.9091 h -0.68561 z m 0.3447,-3.3219 c 0.2178,0 0.39583,-0.1667 0.39583,-0.3713 0,-0.2064 -0.17803,-0.3731 -0.39583,-0.3731 -0.2197,0 -0.39773,0.1667 -0.39773,0.3731 0,0.2046 0.17803,0.3713 0.39773,0.3713 z"
id="path6566" /><path
d="m 995.5268,1187.5366 h 0.67424 v -0.4583 h 0.0398 c 0.10795,0.2121 0.33333,0.5095 0.83333,0.5095 0.6856,0 1.19886,-0.5436 1.19886,-1.5019 0,-0.9697 -0.52841,-1.4962 -1.20075,-1.4962 -0.51326,0 -0.72728,0.3087 -0.83144,0.5189 h -0.0284 v -1.4508 h -0.68561 z m 0.67235,-1.4545 c 0,-0.5644 0.24242,-0.9299 0.68371,-0.9299 0.45644,0 0.69129,0.3882 0.69129,0.9299 0,0.5454 -0.23864,0.9432 -0.69129,0.9432 -0.4375,0 -0.68371,-0.3788 -0.68371,-0.9432 z"
id="path6568" /><path
d="m 998.85823,1187.5366 h 0.68561 v -1.7102 c 0,-0.3693 0.27841,-0.6307 0.65526,-0.6307 0.1156,0 0.2595,0.021 0.3182,0.04 v -0.6307 c -0.062,-0.011 -0.1704,-0.019 -0.2462,-0.019 -0.33332,0 -0.61173,0.1894 -0.71779,0.5265 h -0.0303 v -0.4849 h -0.66477 z"
id="path6570" /><path
d="m 1002.1404,1187.5934 c 0.6781,0 1.144,-0.3314 1.2652,-0.8371 l -0.6402,-0.072 c -0.093,0.2463 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7367,-0.2916 -0.7424,-0.7897 h 2.0265 v -0.2103 c 0,-1.0208 -0.6137,-1.4696 -1.3296,-1.4696 -0.8333,0 -1.3769,0.6117 -1.3769,1.5094 0,0.9129 0.536,1.4943 1.4129,1.4943 z m -0.731,-1.7859 c 0.021,-0.3713 0.2954,-0.6838 0.7045,-0.6838 0.3939,0 0.6591,0.2879 0.6629,0.6838 z"
id="path6572" /></g><g
aria-label="Avenue Bachaga Saïd Boualam"
transform="rotate(-15.110875)"
id="text6457"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 584.0124,1299.7529 0.32007,-0.9564 h 1.45833 l 0.32197,0.9564 h 0.75 l -1.36742,-3.8788 h -0.86742 l -1.36553,3.8788 z m 0.50946,-1.5208 0.52463,-1.5625 h 0.0303 l 0.52462,1.5625 z"
id="path6461" /><path
d="m 589.57867,1296.8438 h -0.72916 l -0.67046,2.161 h -0.0303 l -0.66856,-2.161 h -0.73106 l 1.03598,2.9091 h 0.75758 z"
id="path6463" /><path
d="m 591.23964,1299.8097 c 0.67803,0 1.14394,-0.3314 1.26516,-0.8371 l -0.64016,-0.072 c -0.0928,0.2462 -0.32007,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2917 -0.74242,-0.7898 h 2.02651 v -0.2102 c 0,-1.0209 -0.61363,-1.4697 -1.32954,-1.4697 -0.83333,0 -1.37689,0.6117 -1.37689,1.5094 0,0.9129 0.53598,1.4943 1.41287,1.4943 z m -0.73106,-1.7859 c 0.0208,-0.3712 0.29546,-0.6837 0.70455,-0.6837 0.39394,0 0.65909,0.2878 0.66288,0.6837 z"
id="path6465" /><path
d="m 593.79835,1298.0484 c 0,-0.4205 0.25379,-0.6629 0.61553,-0.6629 0.35417,0 0.56629,0.233 0.56629,0.6212 v 1.7462 h 0.6856 v -1.8522 c 0.002,-0.697 -0.39583,-1.0947 -0.99621,-1.0947 -0.4356,0 -0.73485,0.2083 -0.86742,0.5322 h -0.0341 v -0.4944 h -0.65531 v 2.9091 h 0.68561 z"
id="path6467" /><path
d="m 598.2188,1298.5294 c 0,0.4432 -0.31629,0.6629 -0.61932,0.6629 -0.32954,0 -0.54924,-0.2329 -0.54924,-0.6022 v -1.7463 h -0.68561 v 1.8523 c 0,0.6989 0.39773,1.0947 0.9697,1.0947 0.43561,0 0.74243,-0.2292 0.875,-0.5549 h 0.0303 v 0.517 h 0.66478 v -2.9091 h -0.68561 z"
id="path6469" /><path
d="m 600.89682,1299.8097 c 0.67803,0 1.14394,-0.3314 1.26516,-0.8371 l -0.64016,-0.072 c -0.0928,0.2462 -0.32007,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2917 -0.74242,-0.7898 h 2.02651 v -0.2102 c 0,-1.0209 -0.61363,-1.4697 -1.32954,-1.4697 -0.83333,0 -1.37689,0.6117 -1.37689,1.5094 0,0.9129 0.53598,1.4943 1.41287,1.4943 z m -0.73106,-1.7859 c 0.0208,-0.3712 0.29546,-0.6837 0.70455,-0.6837 0.39394,0 0.65909,0.2878 0.66288,0.6837 z"
id="path6471" /><path
d="m 604.12409,1299.7529 h 1.57007 c 0.88826,0 1.32387,-0.4526 1.32387,-1.0568 0,-0.5871 -0.41667,-0.9318 -0.82955,-0.9526 v -0.038 c 0.37879,-0.089 0.67803,-0.3542 0.67803,-0.8258 0,-0.5776 -0.41666,-1.0057 -1.25757,-1.0057 h -1.48485 z m 0.70265,-0.5871 v -1.1364 h 0.77462 c 0.43371,0 0.70265,0.2652 0.70265,0.6118 0,0.3087 -0.21212,0.5246 -0.72159,0.5246 z m 0,-1.642 v -1.0701 h 0.71023 c 0.41288,0 0.62689,0.2178 0.62689,0.517 0,0.3409 -0.27651,0.5531 -0.64204,0.5531 z"
id="path6473" /><path
d="m 608.43658,1299.8116 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.6269,-1 -1.18182,-1 -0.61174,0 -1.08144,0.2727 -1.23296,0.803 l 0.64016,0.091 c 0.0682,-0.1989 0.26136,-0.3693 0.59659,-0.3693 0.31818,0 0.49242,0.1629 0.49242,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10416,0.2291 -1.10416,0.8844 0,0.572 0.41856,0.875 0.97348,0.875 z m 0.17803,-0.5037 c -0.28598,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2633 0.22917,-0.3731 0.53599,-0.4167 0.17992,-0.025 0.53977,-0.07 0.62878,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5985 -0.67424,0.5985 z"
id="path6475" /><path
d="m 611.93279,1299.8097 c 0.73106,0 1.19697,-0.4337 1.24621,-1.0511 h -0.6553 c -0.0587,0.3125 -0.28409,0.4924 -0.58523,0.4924 -0.42803,0 -0.70454,-0.3579 -0.70454,-0.9526 0,-0.5871 0.28219,-0.9394 0.70454,-0.9394 0.32955,0 0.5322,0.2121 0.58523,0.4924 h 0.6553 c -0.0473,-0.6307 -0.53977,-1.0454 -1.25,-1.0454 -0.85227,0 -1.39015,0.6155 -1.39015,1.5037 0,0.8807 0.52462,1.5 1.39394,1.5 z"
id="path6477" /><path
d="m 614.42899,1298.0484 c 0,-0.4205 0.26137,-0.6629 0.62879,-0.6629 0.35985,0 0.57197,0.2292 0.57197,0.6212 v 1.7462 h 0.68561 v -1.8522 c 0,-0.7027 -0.39773,-1.0947 -1.0019,-1.0947 -0.44697,0 -0.73106,0.2026 -0.86553,0.5322 h -0.0341 v -1.4641 h -0.67045 v 3.8788 h 0.6856 z"
id="path6479" /><path
d="m 617.84944,1299.8116 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.62689,-1 -1.18181,-1 -0.61175,0 -1.08144,0.2727 -1.23296,0.803 l 0.64015,0.091 c 0.0682,-0.1989 0.26137,-0.3693 0.59659,-0.3693 0.31818,0 0.49243,0.1629 0.49243,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10417,0.2291 -1.10417,0.8844 0,0.572 0.41856,0.875 0.97349,0.875 z m 0.17803,-0.5037 c -0.28599,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2633 0.22917,-0.3731 0.53598,-0.4167 0.17993,-0.025 0.53978,-0.07 0.62879,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5985 -0.67424,0.5985 z"
id="path6481" /><path
d="m 621.34186,1300.9044 c 0.78598,0 1.36553,-0.3598 1.36553,-1.1041 v -2.9565 h -0.67614 v 0.4811 h -0.0379 c -0.10416,-0.2102 -0.32197,-0.5189 -0.83522,-0.5189 -0.67235,0 -1.20076,0.5265 -1.20076,1.4829 0,0.9489 0.52841,1.4224 1.19886,1.4224 0.49811,0 0.73106,-0.2671 0.83712,-0.4811 h 0.0341 v 0.5511 c 0,0.4281 -0.28409,0.6042 -0.67424,0.6042 -0.41288,0 -0.5947,-0.1951 -0.67803,-0.3655 l -0.61742,0.1496 c 0.125,0.4072 0.54356,0.7348 1.28409,0.7348 z m 0.006,-1.731 c -0.45265,0 -0.69129,-0.3523 -0.69129,-0.8883 0,-0.5284 0.23485,-0.9166 0.69129,-0.9166 0.44129,0 0.68371,0.3655 0.68371,0.9166 0,0.555 -0.24621,0.8883 -0.68371,0.8883 z"
id="path6483" /><path
d="m 624.24905,1299.8116 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.6591 v -1.9469 c 0,-0.769 -0.6269,-1 -1.18182,-1 -0.61174,0 -1.08144,0.2727 -1.23296,0.803 l 0.64016,0.091 c 0.0682,-0.1989 0.26136,-0.3693 0.59659,-0.3693 0.31818,0 0.49242,0.1629 0.49242,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10416,0.2291 -1.10416,0.8844 0,0.572 0.41856,0.875 0.97348,0.875 z m 0.17803,-0.5037 c -0.28598,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2633 0.22917,-0.3731 0.53599,-0.4167 0.17992,-0.025 0.53977,-0.07 0.62878,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5985 -0.67424,0.5985 z"
id="path6485" /><path
d="m 629.93844,1296.9404 h 0.67614 c -0.0133,-0.6553 -0.57197,-1.1193 -1.39773,-1.1193 -0.81439,0 -1.42614,0.4583 -1.42424,1.144 0,0.5568 0.39583,0.8768 1.03409,1.0416 l 0.44128,0.1137 c 0.41857,0.106 0.69508,0.2367 0.69697,0.5378 -0.002,0.3315 -0.31628,0.5531 -0.77462,0.5531 -0.43939,0 -0.7803,-0.197 -0.80871,-0.6042 h -0.69129 c 0.0284,0.7708 0.60228,1.2045 1.50569,1.2045 0.92992,0 1.46969,-0.464 1.47159,-1.1477 -0.002,-0.6723 -0.55682,-0.9792 -1.14016,-1.1174 l -0.36363,-0.091 c -0.31818,-0.076 -0.66288,-0.2102 -0.65909,-0.5341 0.002,-0.2917 0.26326,-0.5057 0.70265,-0.5057 0.41856,0 0.69507,0.1951 0.73106,0.5246 z"
id="path6487" /><path
d="m 632.09942,1299.8116 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.62689,-1 -1.18181,-1 -0.61175,0 -1.08144,0.2727 -1.23296,0.803 l 0.64015,0.091 c 0.0682,-0.1989 0.26137,-0.3693 0.59659,-0.3693 0.31819,0 0.49243,0.1629 0.49243,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10416,0.2291 -1.10416,0.8844 0,0.572 0.41856,0.875 0.97348,0.875 z m 0.17803,-0.5037 c -0.28598,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2633 0.22917,-0.3731 0.53598,-0.4167 0.17993,-0.025 0.53978,-0.07 0.62879,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5985 -0.67424,0.5985 z"
id="path6489" /><path
d="m 634.32669,1299.7529 h 0.6856 v -2.9091 h -0.6856 z m -0.22159,-3.3371 c 0.20454,0 0.36363,-0.1648 0.36363,-0.356 0,-0.2027 -0.15909,-0.358 -0.36363,-0.358 -0.19887,0 -0.36743,0.1553 -0.36743,0.358 0,0.1912 0.16856,0.356 0.36743,0.356 z m 1.13636,0 c 0.20454,0 0.36364,-0.1648 0.36364,-0.356 0,-0.2027 -0.1591,-0.358 -0.36364,-0.358 -0.19886,0 -0.36742,0.1553 -0.36742,0.358 0,0.1912 0.16856,0.356 0.36742,0.356 z"
id="path6491" /><path
d="m 636.79638,1299.8041 c 0.5,0 0.72538,-0.2974 0.83333,-0.5095 h 0.0417 v 0.4583 h 0.67424 v -3.8788 h -0.6875 v 1.4508 h -0.0284 c -0.10416,-0.2102 -0.31818,-0.5189 -0.83144,-0.5189 -0.67234,0 -1.20075,0.5265 -1.20075,1.4962 0,0.9583 0.51325,1.5019 1.19886,1.5019 z m 0.19129,-0.5625 c -0.45265,0 -0.69129,-0.3978 -0.69129,-0.9432 0,-0.5417 0.23485,-0.9299 0.69129,-0.9299 0.44129,0 0.68371,0.3655 0.68371,0.9299 0,0.5644 -0.24621,0.9432 -0.68371,0.9432 z"
id="path6493" /><path
d="m 640.43273,1299.7529 h 1.57008 c 0.88825,0 1.32386,-0.4526 1.32386,-1.0568 0,-0.5871 -0.41667,-0.9318 -0.82955,-0.9526 v -0.038 c 0.37879,-0.089 0.67803,-0.3542 0.67803,-0.8258 0,-0.5776 -0.41666,-1.0057 -1.25757,-1.0057 h -1.48485 z m 0.70265,-0.5871 v -1.1364 H 641.91 c 0.43371,0 0.70265,0.2652 0.70265,0.6118 0,0.3087 -0.21212,0.5246 -0.72159,0.5246 z m 0,-1.642 v -1.0701 h 0.71023 c 0.41288,0 0.62689,0.2178 0.62689,0.517 0,0.3409 -0.27651,0.5531 -0.64204,0.5531 z"
id="path6495" /><path
d="m 645.17704,1299.8097 c 0.85228,0 1.39394,-0.6003 1.39394,-1.5 0,-0.9015 -0.54166,-1.5037 -1.39394,-1.5037 -0.85227,0 -1.39394,0.6022 -1.39394,1.5037 0,0.8997 0.54167,1.5 1.39394,1.5 z m 0.004,-0.5492 c -0.47159,0 -0.70265,-0.4204 -0.70265,-0.9526 0,-0.5322 0.23106,-0.9584 0.70265,-0.9584 0.46402,0 0.69508,0.4262 0.69508,0.9584 0,0.5322 -0.23106,0.9526 -0.69508,0.9526 z"
id="path6497" /><path
d="m 649.00469,1298.5294 c 0,0.4432 -0.31629,0.6629 -0.61932,0.6629 -0.32954,0 -0.54924,-0.2329 -0.54924,-0.6022 v -1.7463 h -0.68561 v 1.8523 c 0,0.6989 0.39773,1.0947 0.9697,1.0947 0.43561,0 0.74242,-0.2292 0.875,-0.5549 h 0.0303 v 0.517 h 0.66478 v -2.9091 h -0.68561 z"
id="path6499" /><path
d="m 651.23196,1299.8116 c 0.45644,0 0.72916,-0.214 0.85416,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.62689,-1 -1.18182,-1 -0.61174,0 -1.08143,0.2727 -1.23295,0.803 l 0.64015,0.091 c 0.0682,-0.1989 0.26136,-0.3693 0.59659,-0.3693 0.31818,0 0.49243,0.1629 0.49243,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.7197,0.2614 -0.56439,0.061 -1.10417,0.2291 -1.10417,0.8844 0,0.572 0.41856,0.875 0.97349,0.875 z m 0.17803,-0.5037 c -0.28599,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2633 0.22916,-0.3731 0.53598,-0.4167 0.17993,-0.025 0.53977,-0.07 0.62879,-0.142 v 0.3428 c 0,0.3238 -0.26136,0.5985 -0.67424,0.5985 z"
id="path6501" /><path
d="m 654.14483,1295.8741 h -0.68561 v 3.8788 h 0.68561 z"
id="path6503" /><path
d="m 655.68649,1299.8116 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.9469 c 0,-0.769 -0.6269,-1 -1.18182,-1 -0.61174,0 -1.08144,0.2727 -1.23295,0.803 l 0.64015,0.091 c 0.0682,-0.1989 0.26136,-0.3693 0.59659,-0.3693 0.31818,0 0.49242,0.1629 0.49242,0.4488 v 0.011 c 0,0.197 -0.20644,0.2064 -0.71969,0.2614 -0.5644,0.061 -1.10417,0.2291 -1.10417,0.8844 0,0.572 0.41856,0.875 0.97348,0.875 z m 0.17803,-0.5037 c -0.28598,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2633 0.22917,-0.3731 0.53599,-0.4167 0.17992,-0.025 0.53977,-0.07 0.62879,-0.142 v 0.3428 c 0,0.3238 -0.26137,0.5985 -0.67425,0.5985 z"
id="path6505" /><path
d="m 657.91376,1299.7529 h 0.6856 v -1.7689 c 0,-0.358 0.23864,-0.6004 0.53409,-0.6004 0.28978,0 0.48864,0.1951 0.48864,0.4943 v 1.875 h 0.67235 v -1.8144 c 0,-0.3276 0.19507,-0.5549 0.52651,-0.5549 0.27652,0 0.49621,0.1629 0.49621,0.5227 v 1.8466 h 0.6875 v -1.9526 c 0,-0.6496 -0.375,-0.9943 -0.90909,-0.9943 -0.42234,0 -0.74431,0.2083 -0.8731,0.5322 h -0.0303 c -0.11175,-0.3296 -0.39394,-0.5322 -0.78599,-0.5322 -0.39015,0 -0.68182,0.2007 -0.80303,0.5322 h -0.0341 v -0.4944 h -0.6553 z"
id="path6507" /></g></g><g
inkscape:groupmode="layer"
id="g4027" id="g4027"
inkscape:label="streenames_medium" inkscape:label="streenames_medium"
style="display:inline"><text style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="1194.8259" x="1194.8259"
@ -2191,7 +2472,7 @@
x="1213.6853" x="1213.6853"
y="1053.4792">Rue Hoche</tspan></text><text y="1053.4792">Rue Hoche</tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.459708;" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.459708"
x="1600.3557" x="1600.3557"
y="677.44977" y="677.44977"
id="text7468" id="text7468"
@ -2200,9 +2481,9 @@
id="tspan7466" id="tspan7466"
x="1600.3557" x="1600.3557"
y="677.44977" y="677.44977"
style="stroke-width:0.459708;-inkscape-font-specification:'Inter, Semi-Bold';font-family:Inter;font-weight:600;font-style:normal;font-stretch:normal;font-variant:normal;font-size:4px;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;">Rue d'Antibes </tspan></text><text style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708">Rue d'Antibes </tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.435764;" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.435764"
x="905.36163" x="905.36163"
y="1251.054" y="1251.054"
id="text7472" id="text7472"
@ -2211,7 +2492,7 @@
id="tspan7470" id="tspan7470"
x="905.36163" x="905.36163"
y="1251.054" y="1251.054"
style="stroke-width:0.435764;-inkscape-font-specification:'Inter, Semi-Bold';font-family:Inter;font-weight:600;font-style:normal;font-stretch:normal;font-variant:normal;font-size:4px;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;">Rue d'Antibes </tspan></text><text style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764">Rue d'Antibes </tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"
x="-1203.7717" x="-1203.7717"
@ -2251,22 +2532,311 @@
sodipodi:role="line" sodipodi:role="line"
id="tspan4162" id="tspan4162"
x="1147.9852" x="1147.9852"
y="1053.3623">Rue Hoche</tspan></text></g><g y="1053.3623">Rue Hoche</tspan></text><text
inkscape:groupmode="layer"
id="layer10"
inkscape:label="streenames_small"
style="display:inline"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.93984px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.734959" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:3.56074px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.890184"
x="1520.48" x="1518.6761"
y="815.53528" y="815.69391"
id="text7508" id="text7508"
transform="rotate(13.532264)"><tspan transform="rotate(13.532264)"><tspan
sodipodi:role="line" sodipodi:role="line"
id="tspan7506" id="tspan7506"
x="1520.48" x="1518.6761"
y="815.53528" y="815.69391"
style="stroke-width:0.734959">Rue Molière </tspan></text><text style="stroke-width:0.890184">Rue Molière </tspan></text></g><g
inkscape:groupmode="layer"
id="g6756"
inkscape:label="streenames_medium flat"
style="display:inline"><g
aria-label="Rue d'Antibes "
transform="rotate(2.8861733)"
id="text6722"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1195.1129,1059.0771 h 0.5269 v -1.0653 h 0.537 l 0.571,1.0653 h 0.5881 l -0.6293,-1.1534 c 0.3423,-0.1377 0.5227,-0.4304 0.5227,-0.8252 0,-0.5554 -0.3579,-0.9304 -1.0255,-0.9304 h -1.0909 z m 0.5269,-1.5028 v -0.9659 h 0.483 c 0.3935,0 0.5696,0.1804 0.5696,0.4901 0,0.3096 -0.1761,0.4758 -0.5668,0.4758 z"
id="path6956" /><path
d="m 1199.083,1058.1595 c 0,0.3324 -0.2372,0.4972 -0.4645,0.4972 -0.2471,0 -0.4119,-0.1747 -0.4119,-0.4517 v -1.3097 h -0.5142 v 1.3892 c 0,0.5242 0.2983,0.8211 0.7273,0.8211 0.3267,0 0.5568,-0.1719 0.6562,-0.4162 h 0.023 v 0.3877 h 0.4985 v -2.1818 h -0.5142 z"
id="path6958" /><path
d="m 1201.0915,1059.1198 c 0.5086,0 0.858,-0.2486 0.9489,-0.6279 l -0.4801,-0.054 c -0.07,0.1847 -0.2401,0.2813 -0.4616,0.2813 -0.3324,0 -0.5526,-0.2188 -0.5569,-0.5923 h 1.5199 v -0.1577 c 0,-0.7656 -0.4602,-1.1023 -0.9971,-1.1023 -0.625,0 -1.0327,0.4588 -1.0327,1.1321 0,0.6847 0.402,1.1208 1.0596,1.1208 z m -0.5482,-1.3395 c 0.016,-0.2784 0.2215,-0.5128 0.5284,-0.5128 0.2954,0 0.4943,0.2159 0.4971,0.5128 z"
id="path6960" /><path
d="m 1204.2989,1059.1155 c 0.375,0 0.5441,-0.223 0.625,-0.3821 h 0.031 v 0.3437 h 0.5057 v -2.909 h -0.5157 v 1.088 h -0.021 c -0.078,-0.1576 -0.2386,-0.3892 -0.6235,-0.3892 -0.5043,0 -0.9006,0.3949 -0.9006,1.1222 0,0.7187 0.3849,1.1264 0.8991,1.1264 z m 0.1435,-0.4219 c -0.3395,0 -0.5185,-0.2983 -0.5185,-0.7074 0,-0.4062 0.1762,-0.6974 0.5185,-0.6974 0.331,0 0.5128,0.2741 0.5128,0.6974 0,0.4233 -0.1847,0.7074 -0.5128,0.7074 z"
id="path6962" /><path
d="m 1206.3657,1056.1681 h -0.3921 v 1.071 h 0.3921 z"
id="path6964" /><path
d="m 1206.941,1059.0771 0.24,-0.7173 h 1.0938 l 0.2415,0.7173 h 0.5625 l -1.0256,-2.909 h -0.6506 l -1.0241,2.909 z m 0.3821,-1.1406 0.3934,-1.1719 h 0.023 l 0.3934,1.1719 z"
id="path6966" /><path
d="m 1209.9537,1057.7987 c 0,-0.3153 0.1904,-0.4971 0.4617,-0.4971 0.2656,0 0.4247,0.1747 0.4247,0.4659 v 1.3096 h 0.5142 v -1.3892 c 0,-0.5227 -0.2969,-0.821 -0.7471,-0.821 -0.3267,0 -0.5512,0.1563 -0.6506,0.3992 h -0.026 v -0.3708 h -0.4915 v 2.1818 h 0.5142 z"
id="path6968" /><path
d="m 1212.968,1056.8953 h -0.4304 v -0.5227 h -0.5143 v 0.5227 h -0.3096 v 0.3978 h 0.3096 v 1.213 c -0,0.4105 0.2955,0.6122 0.6819,0.6009 0.1463,-0 0.2471,-0.033 0.3025,-0.051 l -0.087,-0.4019 c -0.028,0.01 -0.087,0.02 -0.1506,0.02 -0.1293,0 -0.2329,-0.045 -0.2329,-0.2528 v -1.1278 h 0.4304 z"
id="path6970" /><path
d="m 1213.3983,1059.0771 h 0.5142 v -2.1818 h -0.5142 z m 0.2586,-2.4914 c 0.1633,0 0.2968,-0.125 0.2968,-0.2784 0,-0.1549 -0.1335,-0.2799 -0.2968,-0.2799 -0.1648,0 -0.2983,0.125 -0.2983,0.2799 0,0.1534 0.1335,0.2784 0.2983,0.2784 z"
id="path6972" /><path
d="m 1214.4637,1059.0771 h 0.5057 v -0.3437 h 0.03 c 0.081,0.1591 0.25,0.3821 0.625,0.3821 0.5142,0 0.8991,-0.4077 0.8991,-1.1264 0,-0.7273 -0.3963,-1.1222 -0.9005,-1.1222 -0.385,0 -0.5455,0.2316 -0.6236,0.3892 h -0.021 v -1.088 h -0.5142 z m 0.5042,-1.0909 c 0,-0.4233 0.1819,-0.6974 0.5128,-0.6974 0.3424,0 0.5185,0.2912 0.5185,0.6974 0,0.4091 -0.179,0.7074 -0.5185,0.7074 -0.3281,0 -0.5128,-0.2841 -0.5128,-0.7074 z"
id="path6974" /><path
d="m 1217.9282,1059.1198 c 0.5085,0 0.8579,-0.2486 0.9488,-0.6279 l -0.4801,-0.054 c -0.07,0.1847 -0.24,0.2813 -0.4616,0.2813 -0.3324,0 -0.5526,-0.2188 -0.5569,-0.5923 h 1.5199 v -0.1577 c 0,-0.7656 -0.4602,-1.1023 -0.9971,-1.1023 -0.625,0 -1.0327,0.4588 -1.0327,1.1321 0,0.6847 0.402,1.1208 1.0597,1.1208 z m -0.5483,-1.3395 c 0.016,-0.2784 0.2216,-0.5128 0.5284,-0.5128 0.2954,0 0.4943,0.2159 0.4971,0.5128 z"
id="path6976" /><path
d="m 1221.0574,1057.472 c -0.071,-0.3693 -0.3665,-0.6051 -0.8778,-0.6051 -0.5256,0 -0.8835,0.2585 -0.8821,0.662 -0,0.3181 0.1946,0.5284 0.6136,0.615 l 0.3722,0.078 c 0.2003,0.044 0.294,0.125 0.294,0.2486 0,0.1492 -0.1619,0.2614 -0.4062,0.2614 -0.2358,0 -0.3892,-0.1023 -0.4333,-0.2983 l -0.5014,0.048 c 0.064,0.4005 0.4006,0.6378 0.9361,0.6378 0.5454,0 0.9304,-0.2827 0.9318,-0.6961 -0,-0.311 -0.2017,-0.5014 -0.6136,-0.5909 l -0.3722,-0.079 c -0.2216,-0.05 -0.3097,-0.1264 -0.3082,-0.2529 -0,-0.1477 0.1619,-0.25 0.3764,-0.25 0.2372,0 0.3622,0.1293 0.402,0.2728 z"
id="path6978" /></g><g
aria-label="Rue Hoche"
transform="rotate(2.0956176)"
id="text6726"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1213.9722,1053.4792 h 0.527 v -1.0653 h 0.537 l 0.571,1.0653 h 0.588 l -0.6292,-1.1534 c 0.3423,-0.1377 0.5227,-0.4304 0.5227,-0.8252 0,-0.5554 -0.3579,-0.9304 -1.0256,-0.9304 h -1.0909 z m 0.527,-1.5028 v -0.9659 h 0.483 c 0.3934,0 0.5696,0.1804 0.5696,0.4901 0,0.3096 -0.1762,0.4758 -0.5668,0.4758 z"
id="path6939" /><path
d="m 1217.9424,1052.5616 c 0,0.3324 -0.2372,0.4972 -0.4645,0.4972 -0.2471,0 -0.4119,-0.1747 -0.4119,-0.4517 v -1.3097 h -0.5142 v 1.3892 c 0,0.5242 0.2983,0.8211 0.7273,0.8211 0.3267,0 0.5568,-0.1719 0.6562,-0.4162 h 0.023 v 0.3877 h 0.4986 v -2.1818 h -0.5142 z"
id="path6941" /><path
d="m 1219.9509,1053.5219 c 0.5085,0 0.858,-0.2486 0.9489,-0.6279 l -0.4801,-0.054 c -0.07,0.1847 -0.2401,0.2813 -0.4617,0.2813 -0.3324,0 -0.5525,-0.2188 -0.5568,-0.5923 h 1.5199 v -0.1577 c 0,-0.7656 -0.4602,-1.1023 -0.9972,-1.1023 -0.625,0 -1.0326,0.4588 -1.0326,1.1321 0,0.6847 0.402,1.1208 1.0596,1.1208 z m -0.5483,-1.3395 c 0.016,-0.2784 0.2216,-0.5128 0.5284,-0.5128 0.2955,0 0.4944,0.2159 0.4972,0.5128 z"
id="path6943" /><path
d="m 1222.3714,1053.4792 h 0.527 v -1.2357 h 1.348 v 1.2357 h 0.5284 v -2.909 h -0.5284 v 1.2315 h -1.348 v -1.2315 h -0.527 z"
id="path6945" /><path
d="m 1226.2762,1053.5219 c 0.6392,0 1.0455,-0.4503 1.0455,-1.125 0,-0.6762 -0.4063,-1.1279 -1.0455,-1.1279 -0.6392,0 -1.0455,0.4517 -1.0455,1.1279 0,0.6747 0.4063,1.125 1.0455,1.125 z m 0,-0.412 c -0.3537,0 -0.527,-0.3153 -0.527,-0.7145 0,-0.3991 0.1733,-0.7187 0.527,-0.7187 0.348,0 0.5213,0.3196 0.5213,0.7187 0,0.3992 -0.1733,0.7145 -0.5213,0.7145 z"
id="path6947" /><path
d="m 1228.708,1053.5219 c 0.5483,0 0.8977,-0.3253 0.9347,-0.7884 h -0.4915 c -0.044,0.2344 -0.2131,0.3693 -0.4389,0.3693 -0.321,0 -0.5284,-0.2684 -0.5284,-0.7145 0,-0.4403 0.2116,-0.7045 0.5284,-0.7045 0.2471,0 0.3991,0.1591 0.4389,0.3693 h 0.4915 c -0.036,-0.473 -0.4049,-0.7841 -0.9375,-0.7841 -0.6392,0 -1.0426,0.4617 -1.0426,1.1279 0,0.6605 0.3934,1.125 1.0454,1.125 z"
id="path6949" /><path
d="m 1230.5802,1052.2008 c 0,-0.3153 0.196,-0.4971 0.4716,-0.4971 0.2698,0 0.4289,0.1719 0.4289,0.4659 v 1.3096 h 0.5142 v -1.3892 c 0,-0.5269 -0.2983,-0.821 -0.7514,-0.821 -0.3352,0 -0.5483,0.152 -0.6491,0.3992 h -0.026 v -1.098 h -0.5028 v 2.909 h 0.5142 z"
id="path6951" /><path
d="m 1233.4836,1053.5219 c 0.5085,0 0.8579,-0.2486 0.9488,-0.6279 l -0.4801,-0.054 c -0.07,0.1847 -0.24,0.2813 -0.4616,0.2813 -0.3324,0 -0.5526,-0.2188 -0.5568,-0.5923 h 1.5198 v -0.1577 c 0,-0.7656 -0.4602,-1.1023 -0.9971,-1.1023 -0.625,0 -1.0327,0.4588 -1.0327,1.1321 0,0.6847 0.402,1.1208 1.0597,1.1208 z m -0.5483,-1.3395 c 0.016,-0.2784 0.2216,-0.5128 0.5284,-0.5128 0.2954,0 0.4943,0.2159 0.4971,0.5128 z"
id="path6953" /></g><g
aria-label="Rue d'Antibes "
transform="rotate(17.783757)"
id="text6730"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.459708"><path
d="m 1600.6426,677.44977 h 0.527 v -1.06534 h 0.537 l 0.571,1.06534 h 0.5881 l -0.6293,-1.15341 c 0.3423,-0.13779 0.5227,-0.4304 0.5227,-0.82529 0,-0.55539 -0.3579,-0.93039 -1.0255,-0.93039 h -1.091 z m 0.527,-1.50284 v -0.96591 h 0.483 c 0.3935,0 0.5696,0.1804 0.5696,0.49005 0,0.30966 -0.1761,0.47586 -0.5668,0.47586 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6914" /><path
d="m 1604.6128,676.53215 c 0,0.33239 -0.2372,0.49716 -0.4645,0.49716 -0.2471,0 -0.4119,-0.17471 -0.4119,-0.4517 v -1.30966 h -0.5142 v 1.3892 c 0,0.52415 0.2983,0.82103 0.7273,0.82103 0.3267,0 0.5568,-0.17188 0.6562,-0.4162 h 0.023 v 0.38779 h 0.4986 v -2.18182 h -0.5142 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6916" /><path
d="m 1606.6213,677.49238 c 0.5086,0 0.858,-0.24858 0.9489,-0.62784 l -0.4801,-0.054 c -0.07,0.18466 -0.2401,0.28125 -0.4617,0.28125 -0.3324,0 -0.5525,-0.21875 -0.5568,-0.59233 h 1.5199 v -0.15767 c 0,-0.76562 -0.4602,-1.10227 -0.9972,-1.10227 -0.625,0 -1.0326,0.45881 -1.0326,1.1321 0,0.68466 0.402,1.12074 1.0596,1.12074 z m -0.5483,-1.33949 c 0.016,-0.27841 0.2216,-0.51278 0.5284,-0.51278 0.2955,0 0.4944,0.21591 0.4972,0.51278 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6918" /><path
d="m 1609.8287,677.48812 c 0.375,0 0.5441,-0.22301 0.625,-0.3821 h 0.031 v 0.34375 h 0.5056 v -2.90909 h -0.5156 v 1.08807 h -0.021 c -0.078,-0.15768 -0.2386,-0.38921 -0.6236,-0.38921 -0.5042,0 -0.9005,0.39489 -0.9005,1.12216 0,0.71875 0.3849,1.12642 0.8991,1.12642 z m 0.1435,-0.42187 c -0.3395,0 -0.5185,-0.2983 -0.5185,-0.70739 0,-0.40625 0.1762,-0.69744 0.5185,-0.69744 0.3309,0 0.5128,0.27414 0.5128,0.69744 0,0.42329 -0.1847,0.70739 -0.5128,0.70739 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6920" /><path
d="m 1611.8955,674.54068 h -0.3921 v 1.07102 h 0.3921 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6922" /><path
d="m 1612.4708,677.44977 0.24,-0.71733 h 1.0938 l 0.2414,0.71733 h 0.5625 l -1.0255,-2.90909 h -0.6506 l -1.0241,2.90909 z m 0.3821,-1.14063 0.3934,-1.17187 h 0.023 l 0.3935,1.17187 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6924" /><path
d="m 1615.4835,676.17136 c 0,-0.31534 0.1904,-0.49716 0.4617,-0.49716 0.2656,0 0.4247,0.17472 0.4247,0.46591 v 1.30966 h 0.5142 v -1.38921 c 0,-0.52272 -0.2969,-0.82102 -0.7472,-0.82102 -0.3267,0 -0.5511,0.15625 -0.6505,0.39915 h -0.026 v -0.37074 h -0.4915 v 2.18182 h 0.5142 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6926" /><path
d="m 1618.4977,675.26795 h -0.4304 v -0.52273 h -0.5142 v 0.52273 h -0.3096 v 0.39773 h 0.3096 v 1.21307 c -0,0.41051 0.2955,0.61221 0.6819,0.60085 0.1463,-0.004 0.2471,-0.0327 0.3025,-0.0511 l -0.087,-0.40199 c -0.028,0.007 -0.087,0.0199 -0.1506,0.0199 -0.1293,0 -0.233,-0.0455 -0.233,-0.25284 v -1.12784 h 0.4304 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6928" /><path
d="m 1618.9281,677.44977 h 0.5142 v -2.18182 h -0.5142 z m 0.2586,-2.49148 c 0.1633,0 0.2968,-0.125 0.2968,-0.27841 0,-0.15483 -0.1335,-0.27983 -0.2968,-0.27983 -0.1648,0 -0.2983,0.125 -0.2983,0.27983 0,0.15341 0.1335,0.27841 0.2983,0.27841 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6930" /><path
d="m 1619.9935,677.44977 h 0.5056 v -0.34375 h 0.03 c 0.081,0.15909 0.25,0.3821 0.625,0.3821 0.5142,0 0.8991,-0.40767 0.8991,-1.12642 0,-0.72727 -0.3963,-1.12216 -0.9005,-1.12216 -0.385,0 -0.5455,0.23153 -0.6236,0.38921 h -0.021 v -1.08807 h -0.5142 z m 0.5042,-1.09091 c 0,-0.4233 0.1818,-0.69744 0.5128,-0.69744 0.3423,0 0.5185,0.29119 0.5185,0.69744 0,0.40909 -0.179,0.70739 -0.5185,0.70739 -0.3281,0 -0.5128,-0.2841 -0.5128,-0.70739 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6932" /><path
d="m 1623.458,677.49238 c 0.5085,0 0.8579,-0.24858 0.9488,-0.62784 l -0.4801,-0.054 c -0.07,0.18466 -0.2401,0.28125 -0.4616,0.28125 -0.3324,0 -0.5526,-0.21875 -0.5569,-0.59233 h 1.5199 v -0.15767 c 0,-0.76562 -0.4602,-1.10227 -0.9971,-1.10227 -0.625,0 -1.0327,0.45881 -1.0327,1.1321 0,0.68466 0.402,1.12074 1.0597,1.12074 z m -0.5483,-1.33949 c 0.016,-0.27841 0.2215,-0.51278 0.5284,-0.51278 0.2954,0 0.4943,0.21591 0.4971,0.51278 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6934" /><path
d="m 1626.5872,675.84465 c -0.071,-0.36931 -0.3665,-0.60511 -0.8778,-0.60511 -0.5256,0 -0.8836,0.25852 -0.8821,0.66193 -0,0.31818 0.1946,0.52841 0.6136,0.61506 l 0.3722,0.0781 c 0.2002,0.044 0.294,0.125 0.294,0.24858 0,0.14915 -0.1619,0.26137 -0.4063,0.26137 -0.2358,0 -0.3892,-0.10228 -0.4332,-0.2983 l -0.5014,0.0483 c 0.064,0.40057 0.4006,0.63778 0.9361,0.63778 0.5454,0 0.9304,-0.28267 0.9318,-0.69602 -0,-0.31108 -0.2017,-0.50142 -0.6137,-0.59091 l -0.3721,-0.0796 c -0.2216,-0.0497 -0.3097,-0.12642 -0.3083,-0.25284 -0,-0.14772 0.162,-0.25 0.3765,-0.25 0.2372,0 0.3622,0.12926 0.402,0.27273 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.459708"
id="path6936" /></g><g
aria-label="Rue d'Antibes "
transform="rotate(-7.3767813)"
id="text6734"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.435764"><path
d="m 905.64857,1251.054 h 0.52698 v -1.0654 h 0.53694 l 0.57102,1.0654 h 0.58807 l -0.62926,-1.1535 c 0.34232,-0.1377 0.52272,-0.4304 0.52272,-0.8252 0,-0.5554 -0.35795,-0.9304 -1.02557,-0.9304 h -1.0909 z m 0.52698,-1.5029 v -0.9659 h 0.48296 c 0.39346,0 0.5696,0.1804 0.5696,0.4901 0,0.3096 -0.17614,0.4758 -0.56676,0.4758 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6889" /><path
d="m 909.61873,1250.1363 c 0,0.3324 -0.23721,0.4972 -0.46448,0.4972 -0.24716,0 -0.41194,-0.1747 -0.41194,-0.4517 v -1.3097 h -0.5142 v 1.3892 c 0,0.5242 0.2983,0.8211 0.72727,0.8211 0.32671,0 0.55682,-0.1719 0.65625,-0.4162 h 0.0227 v 0.3878 h 0.49858 v -2.1819 h -0.51421 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6891" /><path
d="m 911.62725,1251.0966 c 0.50853,0 0.85796,-0.2486 0.94887,-0.6279 l -0.48012,-0.054 c -0.0696,0.1846 -0.24005,0.2812 -0.46164,0.2812 -0.33239,0 -0.55256,-0.2187 -0.55682,-0.5923 h 1.51988 v -0.1577 c 0,-0.7656 -0.46022,-1.1023 -0.99715,-1.1023 -0.625,0 -1.03267,0.4588 -1.03267,1.1321 0,0.6847 0.40198,1.1208 1.05965,1.1208 z m -0.54829,-1.3395 c 0.0156,-0.2784 0.22159,-0.5128 0.52841,-0.5128 0.29545,0 0.49432,0.2159 0.49716,0.5128 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6893" /><path
d="m 914.83464,1251.0923 c 0.375,0 0.54403,-0.223 0.625,-0.3821 h 0.0312 v 0.3438 h 0.50568 v -2.9091 h -0.51563 v 1.088 h -0.0213 c -0.0781,-0.1576 -0.23864,-0.3892 -0.62358,-0.3892 -0.50426,0 -0.90057,0.3949 -0.90057,1.1222 0,0.7187 0.38494,1.1264 0.89915,1.1264 z m 0.14346,-0.4219 c -0.33949,0 -0.51846,-0.2983 -0.51846,-0.7074 0,-0.4062 0.17613,-0.6974 0.51846,-0.6974 0.33097,0 0.51279,0.2742 0.51279,0.6974 0,0.4233 -0.18466,0.7074 -0.51279,0.7074 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6895" /><path
d="m 916.90139,1248.1449 h -0.39204 v 1.071 h 0.39204 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6897" /><path
d="m 917.47667,1251.054 0.24006,-0.7174 h 1.09375 l 0.24148,0.7174 h 0.5625 l -1.02557,-2.9091 h -0.65057 l -1.02415,2.9091 z m 0.38211,-1.1407 0.39346,-1.1718 h 0.0227 l 0.39346,1.1718 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6899" /><path
d="m 920.48945,1249.7755 c 0,-0.3153 0.19034,-0.4971 0.46165,-0.4971 0.26563,0 0.42472,0.1747 0.42472,0.4659 v 1.3097 h 0.5142 v -1.3892 c 0.001,-0.5228 -0.29687,-0.8211 -0.74716,-0.8211 -0.3267,0 -0.55113,0.1563 -0.65057,0.3992 h -0.0256 v -0.3708 h -0.49148 v 2.1819 h 0.5142 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6901" /><path
d="m 923.50366,1248.8721 h -0.4304 v -0.5227 h -0.51421 v 0.5227 h -0.30965 v 0.3978 h 0.30965 v 1.213 c -0.003,0.4105 0.29546,0.6122 0.68182,0.6009 0.14631,-0 0.24716,-0.033 0.30256,-0.051 l -0.0866,-0.4019 c -0.0284,0.01 -0.0866,0.02 -0.15057,0.02 -0.12926,0 -0.23295,-0.045 -0.23295,-0.2528 v -1.1278 h 0.4304 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6903" /><path
d="m 923.93405,1251.054 h 0.5142 v -2.1819 h -0.5142 z m 0.25852,-2.4915 c 0.16336,0 0.29688,-0.125 0.29688,-0.2784 0,-0.1549 -0.13352,-0.2799 -0.29688,-0.2799 -0.16477,0 -0.29829,0.125 -0.29829,0.2799 0,0.1534 0.13352,0.2784 0.29829,0.2784 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6905" /><path
d="m 924.99939,1251.054 h 0.50568 v -0.3438 h 0.0298 c 0.081,0.1591 0.25,0.3821 0.625,0.3821 0.5142,0 0.89915,-0.4077 0.89915,-1.1264 0,-0.7273 -0.39631,-1.1222 -0.90057,-1.1222 -0.38494,0 -0.54546,0.2316 -0.62358,0.3892 h -0.0213 v -1.088 h -0.5142 z m 0.50426,-1.091 c 0,-0.4232 0.18182,-0.6974 0.51278,-0.6974 0.34233,0 0.51847,0.2912 0.51847,0.6974 0,0.4091 -0.17898,0.7074 -0.51847,0.7074 -0.32812,0 -0.51278,-0.2841 -0.51278,-0.7074 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6907" /><path
d="m 928.46387,1251.0966 c 0.50852,0 0.85796,-0.2486 0.94886,-0.6279 l -0.48011,-0.054 c -0.0696,0.1846 -0.24006,0.2812 -0.46165,0.2812 -0.33238,0 -0.55255,-0.2187 -0.55682,-0.5923 h 1.51989 v -0.1577 c 0,-0.7656 -0.46023,-1.1023 -0.99716,-1.1023 -0.625,0 -1.03267,0.4588 -1.03267,1.1321 0,0.6847 0.40199,1.1208 1.05966,1.1208 z m -0.54829,-1.3395 c 0.0156,-0.2784 0.22159,-0.5128 0.5284,-0.5128 0.29546,0 0.49432,0.2159 0.49716,0.5128 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6909" /><path
d="m 931.59313,1249.4488 c -0.071,-0.3693 -0.36648,-0.6051 -0.87784,-0.6051 -0.52557,0 -0.88353,0.2586 -0.8821,0.662 -0.001,0.3181 0.1946,0.5284 0.61363,0.615 l 0.37216,0.078 c 0.20028,0.044 0.29403,0.125 0.29403,0.2486 0,0.1492 -0.16193,0.2614 -0.40625,0.2614 -0.23579,0 -0.3892,-0.1023 -0.43323,-0.2983 l -0.50142,0.048 c 0.0639,0.4006 0.40056,0.6378 0.93608,0.6378 0.54545,0 0.93039,-0.2827 0.93181,-0.6961 -0.001,-0.311 -0.2017,-0.5014 -0.61363,-0.5909 l -0.37216,-0.08 c -0.22159,-0.05 -0.30966,-0.1264 -0.30824,-0.2528 -0.001,-0.1478 0.16193,-0.25 0.37642,-0.25 0.23722,0 0.36222,0.1292 0.40199,0.2727 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.435764"
id="path6911" /></g><g
aria-label="Rue des Serbes"
transform="rotate(-91.688204)"
id="text6738"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m -1203.3892,1123.4534 h 0.7027 v -1.4205 h 0.7159 l 0.7614,1.4205 h 0.7841 l -0.8391,-1.5379 c 0.4565,-0.1837 0.697,-0.5739 0.697,-1.1004 0,-0.7405 -0.4773,-1.2405 -1.3674,-1.2405 h -1.4546 z m 0.7027,-2.0038 v -1.2879 h 0.6439 c 0.5247,0 0.7595,0.2405 0.7595,0.6534 0,0.4129 -0.2348,0.6345 -0.7557,0.6345 z"
id="path6864" /><path
d="m -1198.0956,1122.2299 c 0,0.4432 -0.3163,0.6629 -0.6193,0.6629 -0.3296,0 -0.5493,-0.233 -0.5493,-0.6023 v -1.7462 h -0.6856 v 1.8523 c 0,0.6988 0.3978,1.0946 0.9697,1.0946 0.4356,0 0.7425,-0.2291 0.875,-0.5549 h 0.03 v 0.5171 h 0.6648 v -2.9091 h -0.6856 z"
id="path6866" /><path
d="m -1195.4176,1123.5102 c 0.6781,0 1.144,-0.3315 1.2652,-0.8371 l -0.6402,-0.072 c -0.093,0.2462 -0.32,0.375 -0.6155,0.375 -0.4432,0 -0.7367,-0.2917 -0.7424,-0.7898 h 2.0265 v -0.2102 c 0,-1.0208 -0.6136,-1.4697 -1.3296,-1.4697 -0.8333,0 -1.3769,0.6117 -1.3769,1.5095 0,0.9128 0.536,1.4943 1.4129,1.4943 z m -0.731,-1.786 c 0.021,-0.3712 0.2954,-0.6837 0.7045,-0.6837 0.394,0 0.6591,0.2879 0.6629,0.6837 z"
id="path6868" /><path
d="m -1191.1411,1123.5045 c 0.5,0 0.7254,-0.2973 0.8334,-0.5095 h 0.042 v 0.4584 h 0.6743 v -3.8788 h -0.6875 v 1.4507 h -0.028 c -0.1042,-0.2102 -0.3182,-0.5189 -0.8315,-0.5189 -0.6723,0 -1.2007,0.5265 -1.2007,1.4962 0,0.9583 0.5132,1.5019 1.1988,1.5019 z m 0.1913,-0.5625 c -0.4526,0 -0.6913,-0.3977 -0.6913,-0.9432 0,-0.5416 0.2349,-0.9299 0.6913,-0.9299 0.4413,0 0.6837,0.3655 0.6837,0.9299 0,0.5644 -0.2462,0.9432 -0.6837,0.9432 z"
id="path6870" /><path
d="m -1187.571,1123.5102 c 0.678,0 1.1439,-0.3315 1.2652,-0.8371 l -0.6402,-0.072 c -0.093,0.2462 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7368,-0.2917 -0.7425,-0.7898 h 2.0266 v -0.2102 c 0,-1.0208 -0.6137,-1.4697 -1.3296,-1.4697 -0.8333,0 -1.3769,0.6117 -1.3769,1.5095 0,0.9128 0.536,1.4943 1.4129,1.4943 z m -0.7311,-1.786 c 0.021,-0.3712 0.2955,-0.6837 0.7046,-0.6837 0.3939,0 0.6591,0.2879 0.6629,0.6837 z"
id="path6872" /><path
d="m -1183.3987,1121.3132 c -0.095,-0.4924 -0.4886,-0.8068 -1.1704,-0.8068 -0.7008,0 -1.178,0.3447 -1.1761,0.8826 -0,0.4242 0.2594,0.7045 0.8181,0.8201 l 0.4962,0.1041 c 0.2671,0.059 0.3921,0.1667 0.3921,0.3315 0,0.1988 -0.2159,0.3484 -0.5417,0.3484 -0.3144,0 -0.5189,-0.1363 -0.5776,-0.3977 l -0.6686,0.064 c 0.085,0.5341 0.5341,0.8504 1.2481,0.8504 0.7273,0 1.2405,-0.3769 1.2424,-0.928 -0,-0.4148 -0.2689,-0.6686 -0.8181,-0.7879 l -0.4963,-0.1061 c -0.2954,-0.066 -0.4128,-0.1685 -0.4109,-0.3371 -0,-0.197 0.2159,-0.3333 0.5019,-0.3333 0.3162,0 0.4829,0.1723 0.5359,0.3636 z"
id="path6874" /><path
d="m -1179.3078,1120.6409 h 0.6762 c -0.013,-0.6553 -0.572,-1.1193 -1.3977,-1.1193 -0.8144,0 -1.4262,0.4583 -1.4243,1.1439 0,0.5568 0.3958,0.8769 1.0341,1.0417 l 0.4413,0.1136 c 0.4186,0.1061 0.6951,0.2367 0.697,0.5379 -0,0.3314 -0.3163,0.553 -0.7747,0.553 -0.4394,0 -0.7803,-0.197 -0.8087,-0.6042 h -0.6913 c 0.029,0.7709 0.6023,1.2046 1.5057,1.2046 0.9299,0 1.4697,-0.464 1.4716,-1.1477 -0,-0.6724 -0.5568,-0.9792 -1.1401,-1.1175 l -0.3637,-0.091 c -0.3182,-0.076 -0.6629,-0.2102 -0.6591,-0.5341 0,-0.2916 0.2633,-0.5057 0.7027,-0.5057 0.4185,0 0.6951,0.1951 0.731,0.5247 z"
id="path6876" /><path
d="m -1176.696,1123.5102 c 0.678,0 1.1439,-0.3315 1.2651,-0.8371 l -0.6401,-0.072 c -0.093,0.2462 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7368,-0.2917 -0.7425,-0.7898 h 2.0265 v -0.2102 c 0,-1.0208 -0.6136,-1.4697 -1.3295,-1.4697 -0.8333,0 -1.3769,0.6117 -1.3769,1.5095 0,0.9128 0.536,1.4943 1.4129,1.4943 z m -0.7311,-1.786 c 0.021,-0.3712 0.2955,-0.6837 0.7046,-0.6837 0.3939,0 0.6591,0.2879 0.6628,0.6837 z"
id="path6878" /><path
d="m -1174.8229,1123.4534 h 0.6856 v -1.7103 c 0,-0.3693 0.2784,-0.6306 0.6553,-0.6306 0.1155,0 0.2595,0.021 0.3182,0.04 v -0.6306 c -0.062,-0.011 -0.1705,-0.019 -0.2462,-0.019 -0.3334,0 -0.6118,0.1894 -0.7178,0.5265 h -0.03 v -0.4848 h -0.6648 z"
id="path6880" /><path
d="m -1172.6771,1123.4534 h 0.6743 v -0.4584 h 0.04 c 0.108,0.2122 0.3334,0.5095 0.8334,0.5095 0.6856,0 1.1988,-0.5436 1.1988,-1.5019 0,-0.9697 -0.5284,-1.4962 -1.2007,-1.4962 -0.5133,0 -0.7273,0.3087 -0.8315,0.5189 h -0.028 v -1.4507 h -0.6856 z m 0.6724,-1.4546 c 0,-0.5644 0.2424,-0.9299 0.6837,-0.9299 0.4564,0 0.6913,0.3883 0.6913,0.9299 0,0.5455 -0.2387,0.9432 -0.6913,0.9432 -0.4375,0 -0.6837,-0.3788 -0.6837,-0.9432 z"
id="path6882" /><path
d="m -1168.0578,1123.5102 c 0.6781,0 1.144,-0.3315 1.2652,-0.8371 l -0.6402,-0.072 c -0.093,0.2462 -0.3201,0.375 -0.6155,0.375 -0.4432,0 -0.7367,-0.2917 -0.7424,-0.7898 h 2.0265 v -0.2102 c 0,-1.0208 -0.6137,-1.4697 -1.3296,-1.4697 -0.8333,0 -1.3769,0.6117 -1.3769,1.5095 0,0.9128 0.536,1.4943 1.4129,1.4943 z m -0.731,-1.786 c 0.021,-0.3712 0.2954,-0.6837 0.7045,-0.6837 0.3939,0 0.6591,0.2879 0.6629,0.6837 z"
id="path6884" /><path
d="m -1163.8854,1121.3132 c -0.095,-0.4924 -0.4887,-0.8068 -1.1705,-0.8068 -0.7007,0 -1.178,0.3447 -1.1761,0.8826 -0,0.4242 0.2594,0.7045 0.8182,0.8201 l 0.4962,0.1041 c 0.267,0.059 0.392,0.1667 0.392,0.3315 0,0.1988 -0.2159,0.3484 -0.5417,0.3484 -0.3143,0 -0.5189,-0.1363 -0.5776,-0.3977 l -0.6686,0.064 c 0.085,0.5341 0.5341,0.8504 1.2481,0.8504 0.7273,0 1.2406,-0.3769 1.2425,-0.928 -0,-0.4148 -0.269,-0.6686 -0.8182,-0.7879 l -0.4962,-0.1061 c -0.2955,-0.066 -0.4129,-0.1685 -0.411,-0.3371 -0,-0.197 0.2159,-0.3333 0.5019,-0.3333 0.3163,0 0.4829,0.1723 0.536,0.3636 z"
id="path6886" /></g><g
aria-label="Promenade de la Pantiero"
transform="rotate(-15.698253)"
id="text6742"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:5.33333px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 576.66737,1393.0796 h 0.70265 v -1.3106 h 0.74242 c 0.89583,0 1.37689,-0.5379 1.37689,-1.2841 0,-0.7405 -0.47537,-1.2841 -1.36742,-1.2841 h -1.45454 z m 0.70265,-1.8883 v -1.4034 h 0.64394 c 0.52651,0 0.75946,0.2841 0.75946,0.697 0,0.4129 -0.23295,0.7064 -0.75568,0.7064 z"
id="path6821" /><path
d="m 580.06887,1393.0796 h 0.68561 v -1.7102 c 0,-0.3694 0.27841,-0.6307 0.6553,-0.6307 0.11553,0 0.25947,0.021 0.31818,0.04 v -0.6307 c -0.0625,-0.011 -0.17045,-0.019 -0.24621,-0.019 -0.33333,0 -0.61174,0.1894 -0.7178,0.5265 h -0.0303 v -0.4848 h -0.66478 z"
id="path6823" /><path
d="m 583.33213,1393.1364 c 0.85227,0 1.39393,-0.6004 1.39393,-1.5 0,-0.9015 -0.54166,-1.5038 -1.39393,-1.5038 -0.85228,0 -1.39394,0.6023 -1.39394,1.5038 0,0.8996 0.54166,1.5 1.39394,1.5 z m 0.004,-0.5492 c -0.47159,0 -0.70265,-0.4205 -0.70265,-0.9527 0,-0.5322 0.23106,-0.9583 0.70265,-0.9583 0.46402,0 0.69508,0.4261 0.69508,0.9583 0,0.5322 -0.23106,0.9527 -0.69508,0.9527 z"
id="path6825" /><path
d="m 585.30561,1393.0796 h 0.6856 v -1.7689 c 0,-0.358 0.23864,-0.6004 0.53409,-0.6004 0.28978,0 0.48864,0.195 0.48864,0.4943 v 1.875 h 0.67235 v -1.8144 c 0,-0.3277 0.19507,-0.5549 0.52651,-0.5549 0.27652,0 0.49621,0.1629 0.49621,0.5227 v 1.8466 h 0.6875 v -1.9527 c 0,-0.6496 -0.375,-0.9943 -0.90909,-0.9943 -0.42235,0 -0.74432,0.2084 -0.8731,0.5322 h -0.0303 c -0.11174,-0.3295 -0.39394,-0.5322 -0.78598,-0.5322 -0.39015,0 -0.68182,0.2008 -0.80303,0.5322 h -0.0341 v -0.4943 h -0.6553 z"
id="path6827" /><path
d="m 591.38135,1393.1364 c 0.67803,0 1.14394,-0.3314 1.26515,-0.8371 l -0.64015,-0.072 c -0.0928,0.2462 -0.32007,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2916 -0.74242,-0.7898 h 2.02651 v -0.2102 c 0,-1.0208 -0.61363,-1.4697 -1.32954,-1.4697 -0.83333,0 -1.37689,0.6118 -1.37689,1.5095 0,0.9129 0.53598,1.4943 1.41287,1.4943 z m -0.73106,-1.786 c 0.0208,-0.3712 0.29546,-0.6837 0.70455,-0.6837 0.39394,0 0.65909,0.2879 0.66288,0.6837 z"
id="path6829" /><path
d="m 593.94006,1391.375 c 0,-0.4204 0.25379,-0.6628 0.61553,-0.6628 0.35417,0 0.56629,0.2329 0.56629,0.6212 v 1.7462 h 0.6856 v -1.8523 c 0.002,-0.697 -0.39583,-1.0947 -0.99621,-1.0947 -0.4356,0 -0.73485,0.2084 -0.86742,0.5322 h -0.0341 v -0.4943 h -0.65531 v 2.9091 h 0.68561 z"
id="path6831" /><path
d="m 597.34347,1393.1383 c 0.45643,0 0.72916,-0.214 0.85416,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.947 c 0,-0.7689 -0.62689,-1 -1.18182,-1 -0.61174,0 -1.08144,0.2727 -1.23295,0.8031 l 0.64015,0.091 c 0.0682,-0.1989 0.26136,-0.3694 0.59659,-0.3694 0.31818,0 0.49242,0.1629 0.49242,0.4489 v 0.011 c 0,0.1969 -0.20644,0.2064 -0.71969,0.2613 -0.5644,0.061 -1.10417,0.2292 -1.10417,0.8845 0,0.572 0.41856,0.875 0.97349,0.875 z m 0.17803,-0.5038 c -0.28599,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2632 0.22916,-0.3731 0.53598,-0.4166 0.17992,-0.025 0.53977,-0.07 0.62879,-0.1421 v 0.3428 c 0,0.3239 -0.26137,0.5985 -0.67424,0.5985 z"
id="path6833" /><path
d="m 600.65028,1393.1307 c 0.5,0 0.72538,-0.2973 0.83333,-0.5094 h 0.0417 v 0.4583 h 0.67424 v -3.8788 h -0.6875 v 1.4508 h -0.0284 c -0.10416,-0.2103 -0.31818,-0.519 -0.83144,-0.519 -0.67234,0 -1.20075,0.5265 -1.20075,1.4962 0,0.9584 0.51325,1.5019 1.19886,1.5019 z m 0.19129,-0.5625 c -0.45265,0 -0.69129,-0.3977 -0.69129,-0.9432 0,-0.5416 0.23485,-0.9299 0.69129,-0.9299 0.44128,0 0.68371,0.3656 0.68371,0.9299 0,0.5644 -0.24621,0.9432 -0.68371,0.9432 z"
id="path6835" /><path
d="m 604.22035,1393.1364 c 0.67802,0 1.14393,-0.3314 1.26515,-0.8371 l -0.64016,-0.072 c -0.0928,0.2462 -0.32007,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2916 -0.74242,-0.7898 h 2.02651 v -0.2102 c 0,-1.0208 -0.61363,-1.4697 -1.32954,-1.4697 -0.83333,0 -1.37689,0.6118 -1.37689,1.5095 0,0.9129 0.53598,1.4943 1.41288,1.4943 z m -0.73107,-1.786 c 0.0208,-0.3712 0.29546,-0.6837 0.70455,-0.6837 0.39394,0 0.65909,0.2879 0.66288,0.6837 z"
id="path6837" /><path
d="m 608.49685,1393.1307 c 0.5,0 0.72538,-0.2973 0.83334,-0.5094 h 0.0417 v 0.4583 h 0.67424 v -3.8788 h -0.6875 v 1.4508 h -0.0284 c -0.10417,-0.2103 -0.31819,-0.519 -0.83144,-0.519 -0.67235,0 -1.20076,0.5265 -1.20076,1.4962 0,0.9584 0.51326,1.5019 1.19886,1.5019 z m 0.19129,-0.5625 c -0.45265,0 -0.69129,-0.3977 -0.69129,-0.9432 0,-0.5416 0.23485,-0.9299 0.69129,-0.9299 0.44129,0 0.68371,0.3656 0.68371,0.9299 0,0.5644 -0.24621,0.9432 -0.68371,0.9432 z"
id="path6839" /><path
d="m 612.06692,1393.1364 c 0.67803,0 1.14394,-0.3314 1.26515,-0.8371 l -0.64015,-0.072 c -0.0928,0.2462 -0.32008,0.375 -0.61553,0.375 -0.44318,0 -0.73674,-0.2916 -0.74242,-0.7898 h 2.02651 v -0.2102 c 0,-1.0208 -0.61364,-1.4697 -1.32955,-1.4697 -0.83333,0 -1.37689,0.6118 -1.37689,1.5095 0,0.9129 0.53599,1.4943 1.41288,1.4943 z m -0.73106,-1.786 c 0.0208,-0.3712 0.29545,-0.6837 0.70454,-0.6837 0.39394,0 0.6591,0.2879 0.66288,0.6837 z"
id="path6841" /><path
d="m 615.94949,1389.2008 h -0.68561 v 3.8788 h 0.68561 z"
id="path6843" /><path
d="m 617.49115,1393.1383 c 0.45644,0 0.72916,-0.214 0.85416,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.947 c 0,-0.7689 -0.62689,-1 -1.18182,-1 -0.61174,0 -1.08144,0.2727 -1.23295,0.8031 l 0.64015,0.091 c 0.0682,-0.1989 0.26136,-0.3694 0.59659,-0.3694 0.31818,0 0.49243,0.1629 0.49243,0.4489 v 0.011 c 0,0.1969 -0.20644,0.2064 -0.7197,0.2613 -0.56439,0.061 -1.10417,0.2292 -1.10417,0.8845 0,0.572 0.41856,0.875 0.97349,0.875 z m 0.17803,-0.5038 c -0.28599,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2632 0.22916,-0.3731 0.53598,-0.4166 0.17993,-0.025 0.53977,-0.07 0.62879,-0.1421 v 0.3428 c 0,0.3239 -0.26136,0.5985 -0.67424,0.5985 z"
id="path6845" /><path
d="m 621.07258,1393.0796 h 0.70265 v -1.3106 h 0.74243 c 0.89583,0 1.37689,-0.5379 1.37689,-1.2841 0,-0.7405 -0.47538,-1.2841 -1.36742,-1.2841 h -1.45455 z m 0.70265,-1.8883 v -1.4034 h 0.64394 c 0.52652,0 0.75947,0.2841 0.75947,0.697 0,0.4129 -0.23295,0.7064 -0.75568,0.7064 z"
id="path6847" /><path
d="m 625.26007,1393.1383 c 0.45644,0 0.72917,-0.214 0.85417,-0.4583 h 0.0227 v 0.3996 h 0.65909 v -1.947 c 0,-0.7689 -0.6269,-1 -1.18182,-1 -0.61174,0 -1.08144,0.2727 -1.23296,0.8031 l 0.64016,0.091 c 0.0682,-0.1989 0.26136,-0.3694 0.59659,-0.3694 0.31818,0 0.49242,0.1629 0.49242,0.4489 v 0.011 c 0,0.1969 -0.20644,0.2064 -0.7197,0.2613 -0.56439,0.061 -1.10416,0.2292 -1.10416,0.8845 0,0.572 0.41856,0.875 0.97348,0.875 z m 0.17803,-0.5038 c -0.28598,0 -0.49053,-0.1307 -0.49053,-0.3826 0,-0.2632 0.22917,-0.3731 0.53599,-0.4166 0.17992,-0.025 0.53977,-0.07 0.62878,-0.1421 v 0.3428 c 0,0.3239 -0.26136,0.5985 -0.67424,0.5985 z"
id="path6849" /><path
d="m 628.17295,1391.375 c 0,-0.4204 0.25379,-0.6628 0.61553,-0.6628 0.35417,0 0.56629,0.2329 0.56629,0.6212 v 1.7462 h 0.6856 v -1.8523 c 0.002,-0.697 -0.39583,-1.0947 -0.99621,-1.0947 -0.43561,0 -0.73485,0.2084 -0.86742,0.5322 h -0.0341 v -0.4943 h -0.65531 v 2.9091 h 0.68561 z"
id="path6851" /><path
d="m 632.19189,1390.1705 h -0.57387 v -0.697 h -0.6856 v 0.697 h -0.41288 v 0.5303 h 0.41288 v 1.6174 c -0.004,0.5474 0.39394,0.8163 0.90909,0.8012 0.19507,-0.01 0.32954,-0.044 0.40341,-0.068 l -0.11553,-0.536 c -0.0379,0.01 -0.11553,0.026 -0.20076,0.026 -0.17235,0 -0.31061,-0.061 -0.31061,-0.3371 v -1.5038 h 0.57387 z"
id="path6853" /><path
d="m 632.76574,1393.0796 h 0.68561 v -2.9091 h -0.68561 z m 0.3447,-3.322 c 0.2178,0 0.39583,-0.1666 0.39583,-0.3712 0,-0.2064 -0.17803,-0.3731 -0.39583,-0.3731 -0.2197,0 -0.39773,0.1667 -0.39773,0.3731 0,0.2046 0.17803,0.3712 0.39773,0.3712 z"
id="path6855" /><path
d="m 635.44377,1393.1364 c 0.67803,0 1.14393,-0.3314 1.26515,-0.8371 l -0.64015,-0.072 c -0.0928,0.2462 -0.32008,0.375 -0.61553,0.375 -0.44319,0 -0.73675,-0.2916 -0.74243,-0.7898 h 2.02652 v -0.2102 c 0,-1.0208 -0.61364,-1.4697 -1.32955,-1.4697 -0.83333,0 -1.37689,0.6118 -1.37689,1.5095 0,0.9129 0.53598,1.4943 1.41288,1.4943 z m -0.73106,-1.786 c 0.0208,-0.3712 0.29545,-0.6837 0.70454,-0.6837 0.39394,0 0.65909,0.2879 0.66288,0.6837 z"
id="path6857" /><path
d="m 637.31686,1393.0796 h 0.68561 v -1.7102 c 0,-0.3694 0.27841,-0.6307 0.6553,-0.6307 0.11553,0 0.25947,0.021 0.31818,0.04 v -0.6307 c -0.0625,-0.011 -0.17045,-0.019 -0.24621,-0.019 -0.33333,0 -0.61174,0.1894 -0.7178,0.5265 h -0.0303 v -0.4848 h -0.66478 z"
id="path6859" /><path
d="m 640.58012,1393.1364 c 0.85227,0 1.39393,-0.6004 1.39393,-1.5 0,-0.9015 -0.54166,-1.5038 -1.39393,-1.5038 -0.85228,0 -1.39394,0.6023 -1.39394,1.5038 0,0.8996 0.54166,1.5 1.39394,1.5 z m 0.004,-0.5492 c -0.47159,0 -0.70265,-0.4205 -0.70265,-0.9527 0,-0.5322 0.23106,-0.9583 0.70265,-0.9583 0.46402,0 0.69508,0.4261 0.69508,0.9583 0,0.5322 -0.23106,0.9527 -0.69508,0.9527 z"
id="path6861" /></g><g
aria-label="Rue d'Antibes "
transform="rotate(2.8861733)"
id="text6746"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1292.779,1059.2813 h 0.527 v -1.0654 h 0.5369 l 0.571,1.0654 h 0.5881 l -0.6293,-1.1535 c 0.3424,-0.1377 0.5228,-0.4304 0.5228,-0.8252 0,-0.5554 -0.358,-0.9304 -1.0256,-0.9304 h -1.0909 z m 0.527,-1.5029 v -0.9659 h 0.4829 c 0.3935,0 0.5696,0.1804 0.5696,0.4901 0,0.3096 -0.1761,0.4758 -0.5667,0.4758 z"
id="path6796" /><path
d="m 1296.7492,1058.3636 c 0,0.3324 -0.2372,0.4972 -0.4645,0.4972 -0.2472,0 -0.412,-0.1747 -0.412,-0.4517 v -1.3097 h -0.5142 v 1.3892 c 0,0.5242 0.2983,0.8211 0.7273,0.8211 0.3267,0 0.5568,-0.1719 0.6563,-0.4162 h 0.023 v 0.3878 h 0.4986 v -2.1819 h -0.5142 z"
id="path6798" /><path
d="m 1298.7577,1059.3239 c 0.5085,0 0.8579,-0.2486 0.9488,-0.6279 l -0.4801,-0.054 c -0.07,0.1847 -0.24,0.2813 -0.4616,0.2813 -0.3324,0 -0.5526,-0.2188 -0.5568,-0.5923 h 1.5199 v -0.1577 c 0,-0.7656 -0.4603,-1.1023 -0.9972,-1.1023 -0.625,0 -1.0327,0.4588 -1.0327,1.1321 0,0.6847 0.402,1.1208 1.0597,1.1208 z m -0.5483,-1.3395 c 0.016,-0.2784 0.2216,-0.5128 0.5284,-0.5128 0.2955,0 0.4943,0.2159 0.4972,0.5128 z"
id="path6800" /><path
d="m 1301.9651,1059.3196 c 0.375,0 0.544,-0.223 0.625,-0.3821 h 0.031 v 0.3438 h 0.5057 v -2.9091 h -0.5156 v 1.088 h -0.021 c -0.078,-0.1576 -0.2387,-0.3892 -0.6236,-0.3892 -0.5043,0 -0.9006,0.3949 -0.9006,1.1222 0,0.7187 0.385,1.1264 0.8992,1.1264 z m 0.1434,-0.4219 c -0.3395,0 -0.5184,-0.2983 -0.5184,-0.7074 0,-0.4062 0.1761,-0.6974 0.5184,-0.6974 0.331,0 0.5128,0.2741 0.5128,0.6974 0,0.4233 -0.1846,0.7074 -0.5128,0.7074 z"
id="path6802" /><path
d="m 1304.0318,1056.3722 h -0.392 v 1.071 h 0.392 z"
id="path6804" /><path
d="m 1304.6071,1059.2813 0.2401,-0.7174 h 1.0937 l 0.2415,0.7174 h 0.5625 l -1.0256,-2.9091 h -0.6505 l -1.0242,2.9091 z m 0.3821,-1.1407 0.3935,-1.1718 h 0.023 l 0.3935,1.1718 z"
id="path6806" /><path
d="m 1307.6199,1058.0028 c 0,-0.3153 0.1903,-0.4971 0.4616,-0.4971 0.2657,0 0.4247,0.1747 0.4247,0.4659 v 1.3097 h 0.5143 v -1.3893 c 0,-0.5227 -0.2969,-0.821 -0.7472,-0.821 -0.3267,0 -0.5511,0.1563 -0.6506,0.3992 h -0.025 v -0.3708 h -0.4915 v 2.1819 h 0.5142 z"
id="path6808" /><path
d="m 1310.6341,1057.0994 h -0.4304 v -0.5227 h -0.5142 v 0.5227 h -0.3097 v 0.3978 h 0.3097 v 1.213 c -0,0.4105 0.2954,0.6122 0.6818,0.6009 0.1463,-0 0.2472,-0.033 0.3026,-0.051 l -0.087,-0.4019 c -0.028,0.01 -0.087,0.02 -0.1506,0.02 -0.1292,0 -0.2329,-0.045 -0.2329,-0.2528 v -1.1278 h 0.4304 z"
id="path6810" /><path
d="m 1311.0645,1059.2813 h 0.5142 v -2.1819 h -0.5142 z m 0.2585,-2.4915 c 0.1634,0 0.2969,-0.125 0.2969,-0.2784 0,-0.1549 -0.1335,-0.2799 -0.2969,-0.2799 -0.1648,0 -0.2983,0.125 -0.2983,0.2799 0,0.1534 0.1335,0.2784 0.2983,0.2784 z"
id="path6812" /><path
d="m 1312.1298,1059.2813 h 0.5057 v -0.3438 h 0.03 c 0.081,0.1591 0.25,0.3821 0.625,0.3821 0.5142,0 0.8992,-0.4077 0.8992,-1.1264 0,-0.7273 -0.3963,-1.1222 -0.9006,-1.1222 -0.3849,0 -0.5454,0.2316 -0.6236,0.3892 h -0.021 v -1.088 h -0.5142 z m 0.5043,-1.091 c 0,-0.4233 0.1818,-0.6974 0.5128,-0.6974 0.3423,0 0.5184,0.2912 0.5184,0.6974 0,0.4091 -0.1789,0.7074 -0.5184,0.7074 -0.3282,0 -0.5128,-0.2841 -0.5128,-0.7074 z"
id="path6814" /><path
d="m 1315.5943,1059.3239 c 0.5085,0 0.858,-0.2486 0.9489,-0.6279 l -0.4801,-0.054 c -0.07,0.1847 -0.2401,0.2813 -0.4617,0.2813 -0.3324,0 -0.5526,-0.2188 -0.5568,-0.5923 h 1.5199 v -0.1577 c 0,-0.7656 -0.4603,-1.1023 -0.9972,-1.1023 -0.625,0 -1.0327,0.4588 -1.0327,1.1321 0,0.6847 0.402,1.1208 1.0597,1.1208 z m -0.5483,-1.3395 c 0.016,-0.2784 0.2216,-0.5128 0.5284,-0.5128 0.2955,0 0.4943,0.2159 0.4972,0.5128 z"
id="path6816" /><path
d="m 1318.7236,1057.6761 c -0.071,-0.3693 -0.3665,-0.6051 -0.8779,-0.6051 -0.5255,0 -0.8835,0.2585 -0.8821,0.662 -0,0.3181 0.1946,0.5284 0.6137,0.615 l 0.3721,0.078 c 0.2003,0.044 0.294,0.125 0.294,0.2486 0,0.1492 -0.1619,0.2614 -0.4062,0.2614 -0.2358,0 -0.3892,-0.1023 -0.4332,-0.2983 l -0.5015,0.048 c 0.064,0.4005 0.4006,0.6378 0.9361,0.6378 0.5455,0 0.9304,-0.2827 0.9318,-0.6961 -0,-0.311 -0.2017,-0.5014 -0.6136,-0.5909 l -0.3722,-0.08 c -0.2216,-0.05 -0.3096,-0.1264 -0.3082,-0.2529 -0,-0.1477 0.1619,-0.25 0.3764,-0.25 0.2372,0 0.3622,0.1293 0.402,0.2728 z"
id="path6818" /></g><g
aria-label="Rue Hoche"
transform="rotate(2.0956176)"
id="text6750"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1"><path
d="m 1148.2722,1053.3623 h 0.5269 v -1.0653 h 0.537 l 0.571,1.0653 h 0.5881 l -0.6293,-1.1534 c 0.3423,-0.1378 0.5227,-0.4304 0.5227,-0.8253 0,-0.5554 -0.3579,-0.9304 -1.0255,-0.9304 h -1.0909 z m 0.5269,-1.5028 v -0.9659 h 0.483 c 0.3935,0 0.5696,0.1804 0.5696,0.49 0,0.3097 -0.1761,0.4759 -0.5668,0.4759 z"
id="path6779" /><path
d="m 1152.2423,1052.4447 c 0,0.3324 -0.2372,0.4972 -0.4645,0.4972 -0.2471,0 -0.4119,-0.1748 -0.4119,-0.4518 v -1.3096 h -0.5142 v 1.3892 c 0,0.5241 0.2983,0.821 0.7273,0.821 0.3267,0 0.5568,-0.1719 0.6562,-0.4162 h 0.023 v 0.3878 h 0.4985 v -2.1818 h -0.5142 z"
id="path6781" /><path
d="m 1154.2509,1053.4049 c 0.5085,0 0.8579,-0.2486 0.9488,-0.6278 l -0.4801,-0.054 c -0.07,0.1847 -0.2401,0.2813 -0.4616,0.2813 -0.3324,0 -0.5526,-0.2188 -0.5569,-0.5924 h 1.5199 v -0.1576 c 0,-0.7657 -0.4602,-1.1023 -0.9971,-1.1023 -0.625,0 -1.0327,0.4588 -1.0327,1.1321 0,0.6846 0.402,1.1207 1.0597,1.1207 z m -0.5483,-1.3395 c 0.016,-0.2784 0.2215,-0.5128 0.5284,-0.5128 0.2954,0 0.4943,0.216 0.4971,0.5128 z"
id="path6783" /><path
d="m 1156.6713,1053.3623 h 0.527 v -1.2358 h 1.348 v 1.2358 h 0.5284 v -2.9091 h -0.5284 v 1.2315 h -1.348 v -1.2315 h -0.527 z"
id="path6785" /><path
d="m 1160.5761,1053.4049 c 0.6392,0 1.0455,-0.4503 1.0455,-1.125 0,-0.6761 -0.4063,-1.1278 -1.0455,-1.1278 -0.6392,0 -1.0454,0.4517 -1.0454,1.1278 0,0.6747 0.4062,1.125 1.0454,1.125 z m 0,-0.4119 c -0.3537,0 -0.527,-0.3154 -0.527,-0.7145 0,-0.3991 0.1733,-0.7188 0.527,-0.7188 0.348,0 0.5213,0.3197 0.5213,0.7188 0,0.3991 -0.1733,0.7145 -0.5213,0.7145 z"
id="path6787" /><path
d="m 1163.0079,1053.4049 c 0.5483,0 0.8978,-0.3253 0.9347,-0.7883 h -0.4915 c -0.044,0.2343 -0.213,0.3693 -0.4389,0.3693 -0.321,0 -0.5284,-0.2685 -0.5284,-0.7145 0,-0.4403 0.2116,-0.7045 0.5284,-0.7045 0.2472,0 0.3991,0.159 0.4389,0.3693 h 0.4915 c -0.036,-0.473 -0.4048,-0.7841 -0.9375,-0.7841 -0.6392,0 -1.0426,0.4616 -1.0426,1.1278 0,0.6605 0.3935,1.125 1.0454,1.125 z"
id="path6789" /><path
d="m 1164.8801,1052.0839 c 0,-0.3153 0.196,-0.4972 0.4716,-0.4972 0.2699,0 0.429,0.1719 0.429,0.4659 v 1.3097 h 0.5142 v -1.3892 c 0,-0.527 -0.2983,-0.821 -0.7515,-0.821 -0.3352,0 -0.5482,0.152 -0.6491,0.3991 h -0.026 v -1.098 h -0.5028 v 2.9091 h 0.5142 z"
id="path6791" /><path
d="m 1167.7835,1053.4049 c 0.5085,0 0.858,-0.2486 0.9489,-0.6278 l -0.4802,-0.054 c -0.07,0.1847 -0.24,0.2813 -0.4616,0.2813 -0.3324,0 -0.5526,-0.2188 -0.5568,-0.5924 h 1.5199 v -0.1576 c 0,-0.7657 -0.4603,-1.1023 -0.9972,-1.1023 -0.625,0 -1.0327,0.4588 -1.0327,1.1321 0,0.6846 0.402,1.1207 1.0597,1.1207 z m -0.5483,-1.3395 c 0.016,-0.2784 0.2216,-0.5128 0.5284,-0.5128 0.2955,0 0.4943,0.216 0.4972,0.5128 z"
id="path6793" /></g><g
aria-label="Rue Molière "
transform="rotate(13.532264)"
id="text6754"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:3.56074px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.890184"><path
d="m 1518.9316,815.69391 h 0.4691 v -0.94835 h 0.478 l 0.5083,0.94835 h 0.5235 l -0.5602,-1.02675 c 0.3047,-0.12265 0.4653,-0.38313 0.4653,-0.73465 0,-0.49441 -0.3186,-0.82823 -0.9129,-0.82823 h -0.9711 z m 0.4691,-1.33781 v -0.85984 h 0.4299 c 0.3503,0 0.5071,0.16059 0.5071,0.43625 0,0.27565 -0.1568,0.42359 -0.5046,0.42359 z"
style="stroke-width:0.890184"
id="path6758" /><path
d="m 1522.4658,814.87706 c 0,0.29589 -0.2112,0.44257 -0.4135,0.44257 -0.22,0 -0.3667,-0.15553 -0.3667,-0.4021 v -1.16584 h -0.4578 v 1.23665 c 0,0.46658 0.2656,0.73086 0.6474,0.73086 0.2909,0 0.4957,-0.153 0.5842,-0.37049 h 0.02 v 0.3452 h 0.4438 v -1.94222 h -0.4577 z"
style="stroke-width:0.890184"
id="path6760" /><path
d="m 1524.2537,815.73184 c 0.4527,0 0.7637,-0.22128 0.8447,-0.55889 l -0.4274,-0.048 c -0.062,0.16438 -0.2137,0.25036 -0.411,0.25036 -0.2959,0 -0.4918,-0.19473 -0.4956,-0.52728 h 1.3529 v -0.14036 c 0,-0.68154 -0.4096,-0.98122 -0.8876,-0.98122 -0.5564,0 -0.9193,0.40842 -0.9193,1.00778 0,0.60947 0.3579,0.99766 0.9433,0.99766 z m -0.4881,-1.19239 c 0.014,-0.24784 0.1973,-0.45647 0.4704,-0.45647 0.263,0 0.44,0.1922 0.4426,0.45647 z"
style="stroke-width:0.890184"
id="path6762" /><path
d="m 1526.4084,813.10428 v 2.58963 h 0.4501 v -1.7829 h 0.024 l 0.7157,1.77531 h 0.3364 l 0.7157,-1.77152 h 0.024 v 1.77911 h 0.4501 v -2.58963 h -0.574 l -0.7688,1.87647 h -0.03 l -0.7688,-1.87647 z"
style="stroke-width:0.890184"
id="path6764" /><path
d="m 1530.4622,815.73184 c 0.569,0 0.9307,-0.40083 0.9307,-1.00146 0,-0.60188 -0.3617,-1.00398 -0.9307,-1.00398 -0.569,0 -0.9306,0.4021 -0.9306,1.00398 0,0.60063 0.3616,1.00146 0.9306,1.00146 z m 0,-0.36669 c -0.3149,0 -0.4692,-0.28071 -0.4692,-0.63603 0,-0.35532 0.1543,-0.63982 0.4692,-0.63982 0.3098,0 0.464,0.2845 0.464,0.63982 0,0.35532 -0.1542,0.63603 -0.464,0.63603 z"
style="stroke-width:0.890184"
id="path6766" /><path
d="m 1532.2375,813.10428 h -0.4577 v 2.58963 h 0.4577 z"
style="stroke-width:0.890184"
id="path6768" /><path
d="m 1532.7079,815.69391 h 0.4578 v -1.94222 h -0.4578 z m 0.2302,-2.21788 c 0.1454,0 0.2642,-0.11127 0.2642,-0.24783 0,-0.13783 -0.1188,-0.2491 -0.2642,-0.2491 -0.1467,0 -0.2656,0.11127 -0.2656,0.2491 0,0.13656 0.1189,0.24783 0.2656,0.24783 z"
style="stroke-width:0.890184"
id="path6770" /><path
d="m 1534.4959,815.73184 c 0.4527,0 0.7637,-0.22128 0.8446,-0.55889 l -0.4273,-0.048 c -0.062,0.16438 -0.2137,0.25036 -0.411,0.25036 -0.2959,0 -0.4919,-0.19473 -0.4957,-0.52728 h 1.353 v -0.14036 c 0,-0.68154 -0.4097,-0.98122 -0.8876,-0.98122 -0.5564,0 -0.9193,0.40842 -0.9193,1.00778 0,0.60947 0.3578,0.99766 0.9433,0.99766 z m -0.4881,-1.19239 c 0.014,-0.24784 0.1972,-0.45647 0.4704,-0.45647 0.263,0 0.44,0.1922 0.4425,0.45647 z m 0.2832,-1.04319 h 0.3427 l -0.282,-0.57786 h -0.4489 z"
style="stroke-width:0.890184"
id="path6772" /><path
d="m 1535.7464,815.69391 h 0.4578 v -1.14182 c 0,-0.24657 0.1858,-0.42106 0.4375,-0.42106 0.077,0 0.1732,0.0139 0.2124,0.0266 v -0.42107 c -0.042,-0.008 -0.1138,-0.0126 -0.1644,-0.0126 -0.2225,0 -0.4084,0.12645 -0.4792,0.35152 h -0.02 v -0.3237 h -0.4439 z"
style="stroke-width:0.890184"
id="path6774" /><path
d="m 1537.9378,815.73184 c 0.4526,0 0.7637,-0.22128 0.8446,-0.55889 l -0.4274,-0.048 c -0.062,0.16438 -0.2137,0.25036 -0.4109,0.25036 -0.2959,0 -0.4919,-0.19473 -0.4957,-0.52728 h 1.353 v -0.14036 c 0,-0.68154 -0.4097,-0.98122 -0.8877,-0.98122 -0.5563,0 -0.9192,0.40842 -0.9192,1.00778 0,0.60947 0.3578,0.99766 0.9433,0.99766 z m -0.4881,-1.19239 c 0.014,-0.24784 0.1972,-0.45647 0.4703,-0.45647 0.2631,0 0.4401,0.1922 0.4426,0.45647 z"
style="stroke-width:0.890184"
id="path6776" /></g></g><g
inkscape:groupmode="layer"
id="layer10"
inkscape:label="streenames_small"
style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"
x="-1055.7172" x="-1055.7172"
@ -2321,7 +2891,283 @@
id="tspan7526" id="tspan7526"
x="-1097.444" x="-1097.444"
y="1317.7566" y="1317.7566"
style="stroke-width:0.544708">Rue du Batéguier</tspan></text></g></g></g><g style="stroke-width:0.544708">Rue du Batéguier</tspan></text><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"
x="1271.3623"
y="1097.4888"
id="text8981"
transform="rotate(1.9804162)"><tspan
sodipodi:role="line"
id="tspan8979"
x="1271.3623"
y="1097.4888"
style="stroke-width:0.544708">Rue Florian</tspan></text></g><g
inkscape:groupmode="layer"
id="g7005"
inkscape:label="streenames_small flat"
style="display:inline"><g
aria-label="Rue Florian"
transform="rotate(1.9804162)"
id="text7003"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"><path
d="m 1271.5186,1097.4888 h 0.2871 v -0.5803 h 0.2924 l 0.3111,0.5803 h 0.3203 l -0.3428,-0.6283 c 0.1865,-0.075 0.2848,-0.2344 0.2848,-0.4495 0,-0.3026 -0.195,-0.5068 -0.5587,-0.5068 h -0.5942 z m 0.2871,-0.8186 v -0.5262 h 0.263 c 0.2144,0 0.3103,0.098 0.3103,0.267 0,0.1686 -0.096,0.2592 -0.3087,0.2592 z"
style="stroke-width:0.544708"
id="path7007" /><path
d="m 1273.6812,1096.9889 c 0,0.1811 -0.1292,0.2708 -0.253,0.2708 -0.1347,0 -0.2244,-0.095 -0.2244,-0.246 v -0.7134 h -0.2801 v 0.7567 c 0,0.2855 0.1625,0.4472 0.3962,0.4472 0.1779,0 0.3033,-0.094 0.3574,-0.2267 h 0.012 v 0.2113 h 0.2716 v -1.1885 h -0.2801 z"
style="stroke-width:0.544708"
id="path7009" /><path
d="m 1274.7753,1097.512 c 0.2769,0 0.4673,-0.1354 0.5168,-0.342 l -0.2615,-0.029 c -0.038,0.1006 -0.1308,0.1532 -0.2515,0.1532 -0.181,0 -0.301,-0.1192 -0.3033,-0.3227 h 0.8279 v -0.086 c 0,-0.4171 -0.2507,-0.6005 -0.5432,-0.6005 -0.3404,0 -0.5625,0.25 -0.5625,0.6167 0,0.3729 0.219,0.6105 0.5773,0.6105 z m -0.2987,-0.7297 c 0.01,-0.1516 0.1207,-0.2793 0.2878,-0.2793 0.161,0 0.2693,0.1176 0.2708,0.2793 z"
style="stroke-width:0.544708"
id="path7011" /><path
d="m 1276.0937,1097.4888 h 0.2871 v -0.6732 h 0.6584 v -0.2406 h -0.6584 v -0.4302 h 0.728 v -0.2406 h -1.0151 z"
style="stroke-width:0.544708"
id="path7013" /><path
d="m 1277.6373,1095.9042 h -0.2801 v 1.5846 h 0.2801 z"
style="stroke-width:0.544708"
id="path7015" /><path
d="m 1278.4435,1097.512 c 0.3482,0 0.5695,-0.2453 0.5695,-0.6128 0,-0.3683 -0.2213,-0.6144 -0.5695,-0.6144 -0.3482,0 -0.5694,0.2461 -0.5694,0.6144 0,0.3675 0.2212,0.6128 0.5694,0.6128 z m 0,-0.2244 c -0.1927,0 -0.2871,-0.1718 -0.2871,-0.3892 0,-0.2174 0.094,-0.3915 0.2871,-0.3915 0.1895,0 0.2839,0.1741 0.2839,0.3915 0,0.2174 -0.094,0.3892 -0.2839,0.3892 z"
style="stroke-width:0.544708"
id="path7017" /><path
d="m 1279.2498,1097.4888 h 0.28 v -0.6987 c 0,-0.1509 0.1138,-0.2577 0.2678,-0.2577 0.047,0 0.106,0.01 0.1299,0.016 v -0.2577 c -0.025,-0 -0.07,-0.01 -0.1005,-0.01 -0.1362,0 -0.25,0.077 -0.2933,0.2151 h -0.012 v -0.1981 h -0.2715 z"
style="stroke-width:0.544708"
id="path7019" /><path
d="m 1280.114,1097.4888 h 0.2801 v -1.1885 h -0.2801 z m 0.1408,-1.3572 c 0.089,0 0.1617,-0.068 0.1617,-0.1516 0,-0.084 -0.073,-0.1524 -0.1617,-0.1524 -0.09,0 -0.1624,0.068 -0.1624,0.1524 0,0.083 0.073,0.1516 0.1624,0.1516 z"
style="stroke-width:0.544708"
id="path7021" /><path
d="m 1281.0239,1097.5128 c 0.1865,0 0.2979,-0.087 0.349,-0.1873 h 0.01 v 0.1633 h 0.2692 v -0.7954 c 0,-0.3142 -0.2561,-0.4086 -0.4828,-0.4086 -0.2499,0 -0.4418,0.1115 -0.5037,0.3281 l 0.2615,0.037 c 0.028,-0.081 0.1068,-0.1508 0.2438,-0.1508 0.13,0 0.2011,0.067 0.2011,0.1833 v 0 c 0,0.08 -0.084,0.084 -0.294,0.1068 -0.2306,0.025 -0.4511,0.094 -0.4511,0.3613 0,0.2337 0.171,0.3575 0.3977,0.3575 z m 0.073,-0.2059 c -0.1169,0 -0.2004,-0.053 -0.2004,-0.1563 0,-0.1075 0.094,-0.1524 0.2189,-0.1702 0.073,-0.01 0.2205,-0.029 0.2569,-0.058 v 0.14 c 0,0.1323 -0.1068,0.2445 -0.2754,0.2445 z"
style="stroke-width:0.544708"
id="path7023" /><path
d="m 1282.2139,1096.7924 c 0,-0.1718 0.1037,-0.2708 0.2515,-0.2708 0.1447,0 0.2313,0.095 0.2313,0.2538 v 0.7134 h 0.2801 v -0.7567 c 8e-4,-0.2848 -0.1617,-0.4473 -0.4069,-0.4473 -0.178,0 -0.3003,0.085 -0.3544,0.2175 h -0.014 v -0.202 h -0.2678 v 1.1885 h 0.2801 z"
style="stroke-width:0.544708"
id="path7025" /></g><g
aria-label="Rue la Fontaine"
transform="rotate(-86.156067)"
id="text6983"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"><path
d="m -1055.5609,1354.4749 h 0.2871 v -0.5803 h 0.2925 l 0.311,0.5803 h 0.3203 l -0.3427,-0.6283 c 0.1864,-0.075 0.2847,-0.2345 0.2847,-0.4496 0,-0.3025 -0.195,-0.5068 -0.5586,-0.5068 h -0.5943 z m 0.2871,-0.8187 v -0.5261 h 0.2631 c 0.2143,0 0.3102,0.098 0.3102,0.2669 0,0.1687 -0.096,0.2592 -0.3087,0.2592 z"
style="stroke-width:0.544708"
id="path7144" /><path
d="m -1053.3983,1353.975 c 0,0.1811 -0.1292,0.2708 -0.253,0.2708 -0.1346,0 -0.2244,-0.095 -0.2244,-0.246 v -0.7134 h -0.2801 v 0.7567 c 0,0.2855 0.1625,0.4472 0.3962,0.4472 0.1779,0 0.3033,-0.094 0.3575,-0.2267 h 0.012 v 0.2113 h 0.2716 v -1.1885 h -0.2801 z"
style="stroke-width:0.544708"
id="path7146" /><path
d="m -1052.3042,1354.4981 c 0.277,0 0.4673,-0.1354 0.5168,-0.342 l -0.2615,-0.029 c -0.038,0.1006 -0.1307,0.1532 -0.2514,0.1532 -0.1811,0 -0.301,-0.1192 -0.3034,-0.3227 h 0.8279 v -0.086 c 0,-0.417 -0.2506,-0.6004 -0.5431,-0.6004 -0.3405,0 -0.5625,0.2499 -0.5625,0.6167 0,0.3729 0.2189,0.6105 0.5772,0.6105 z m -0.2987,-0.7297 c 0.01,-0.1516 0.1207,-0.2793 0.2879,-0.2793 0.1609,0 0.2692,0.1176 0.2708,0.2793 z"
style="stroke-width:0.544708"
id="path7148" /><path
d="m -1050.7181,1352.8902 h -0.2801 v 1.5847 h 0.2801 z"
style="stroke-width:0.544708"
id="path7150" /><path
d="m -1050.0882,1354.4988 c 0.1864,0 0.2978,-0.087 0.3489,-0.1872 h 0.01 v 0.1633 h 0.2693 v -0.7954 c 0,-0.3142 -0.2561,-0.4086 -0.4829,-0.4086 -0.2499,0 -0.4418,0.1114 -0.5037,0.3281 l 0.2616,0.037 c 0.028,-0.081 0.1067,-0.1509 0.2437,-0.1509 0.13,0 0.2012,0.067 0.2012,0.1834 v 0 c 0,0.08 -0.084,0.084 -0.2941,0.1067 -0.2305,0.025 -0.451,0.094 -0.451,0.3614 0,0.2336 0.171,0.3574 0.3977,0.3574 z m 0.073,-0.2058 c -0.1168,0 -0.2004,-0.053 -0.2004,-0.1563 0,-0.1075 0.094,-0.1524 0.219,-0.1702 0.074,-0.01 0.2205,-0.029 0.2568,-0.058 v 0.14 c 0,0.1323 -0.1067,0.2445 -0.2754,0.2445 z"
style="stroke-width:0.544708"
id="path7152" /><path
d="m -1048.6251,1354.4749 h 0.287 v -0.6732 h 0.6585 v -0.2406 h -0.6585 v -0.4302 h 0.7281 v -0.2407 h -1.0151 z"
style="stroke-width:0.544708"
id="path7154" /><path
d="m -1046.9299,1354.4981 c 0.3482,0 0.5695,-0.2453 0.5695,-0.6128 0,-0.3683 -0.2213,-0.6144 -0.5695,-0.6144 -0.3481,0 -0.5694,0.2461 -0.5694,0.6144 0,0.3675 0.2213,0.6128 0.5694,0.6128 z m 0,-0.2244 c -0.1927,0 -0.2871,-0.1718 -0.2871,-0.3892 0,-0.2174 0.094,-0.3915 0.2871,-0.3915 0.1896,0 0.2839,0.1741 0.2839,0.3915 0,0.2174 -0.094,0.3892 -0.2839,0.3892 z"
style="stroke-width:0.544708"
id="path7156" /><path
d="m -1045.8435,1353.7785 c 0,-0.1718 0.1036,-0.2708 0.2514,-0.2708 0.1447,0 0.2314,0.095 0.2314,0.2538 v 0.7134 h 0.2801 v -0.7568 c 7e-4,-0.2847 -0.1617,-0.4472 -0.407,-0.4472 -0.178,0 -0.3002,0.085 -0.3544,0.2174 h -0.014 v -0.2019 h -0.2677 v 1.1885 h 0.2801 z"
style="stroke-width:0.544708"
id="path7158" /><path
d="m -1044.2017,1353.2864 h -0.2344 v -0.2847 h -0.2801 v 0.2847 h -0.1687 v 0.2166 h 0.1687 v 0.6608 c -0,0.2236 0.1609,0.3335 0.3714,0.3273 0.08,-0 0.1346,-0.018 0.1648,-0.028 l -0.047,-0.2189 c -0.015,0 -0.047,0.011 -0.082,0.011 -0.07,0 -0.1269,-0.025 -0.1269,-0.1377 v -0.6144 h 0.2344 z"
style="stroke-width:0.544708"
id="path7160" /><path
d="m -1043.6252,1354.4988 c 0.1864,0 0.2979,-0.087 0.3489,-0.1872 h 0.01 v 0.1633 h 0.2693 v -0.7954 c 0,-0.3142 -0.2561,-0.4086 -0.4828,-0.4086 -0.25,0 -0.4419,0.1114 -0.5038,0.3281 l 0.2616,0.037 c 0.028,-0.081 0.1067,-0.1509 0.2437,-0.1509 0.13,0 0.2012,0.067 0.2012,0.1834 v 0 c 0,0.08 -0.084,0.084 -0.2941,0.1067 -0.2305,0.025 -0.451,0.094 -0.451,0.3614 0,0.2336 0.171,0.3574 0.3977,0.3574 z m 0.073,-0.2058 c -0.1168,0 -0.2004,-0.053 -0.2004,-0.1563 0,-0.1075 0.094,-0.1524 0.219,-0.1702 0.073,-0.01 0.2205,-0.029 0.2568,-0.058 v 0.14 c 0,0.1323 -0.1067,0.2445 -0.2754,0.2445 z"
style="stroke-width:0.544708"
id="path7162" /><path
d="m -1042.7153,1354.4749 h 0.2801 v -1.1885 h -0.2801 z m 0.1408,-1.3572 c 0.089,0 0.1617,-0.068 0.1617,-0.1516 0,-0.084 -0.073,-0.1525 -0.1617,-0.1525 -0.09,0 -0.1625,0.068 -0.1625,0.1525 0,0.083 0.073,0.1516 0.1625,0.1516 z"
style="stroke-width:0.544708"
id="path7164" /><path
d="m -1041.8673,1353.7785 c 0,-0.1718 0.1037,-0.2708 0.2515,-0.2708 0.1446,0 0.2313,0.095 0.2313,0.2538 v 0.7134 h 0.2801 v -0.7568 c 8e-4,-0.2847 -0.1617,-0.4472 -0.407,-0.4472 -0.178,0 -0.3002,0.085 -0.3544,0.2174 h -0.014 v -0.2019 h -0.2677 v 1.1885 h 0.2801 z"
style="stroke-width:0.544708"
id="path7166" /><path
d="m -1040.2928,1354.4981 c 0.277,0 0.4674,-0.1354 0.5169,-0.342 l -0.2615,-0.029 c -0.038,0.1006 -0.1308,0.1532 -0.2515,0.1532 -0.181,0 -0.301,-0.1192 -0.3033,-0.3227 h 0.8279 v -0.086 c 0,-0.417 -0.2507,-0.6004 -0.5432,-0.6004 -0.3404,0 -0.5625,0.2499 -0.5625,0.6167 0,0.3729 0.219,0.6105 0.5772,0.6105 z m -0.2986,-0.7297 c 0.01,-0.1516 0.1207,-0.2793 0.2878,-0.2793 0.1609,0 0.2693,0.1176 0.2708,0.2793 z"
style="stroke-width:0.544708"
id="path7168" /></g><g
aria-label="Rue Tony Allard"
transform="rotate(-86.156067)"
id="text6987"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"><path
d="m -1056.4434,1345.55 h 0.287 v -0.5803 h 0.2925 l 0.311,0.5803 h 0.3204 l -0.3428,-0.6282 c 0.1865,-0.075 0.2847,-0.2345 0.2847,-0.4496 0,-0.3025 -0.195,-0.5068 -0.5586,-0.5068 h -0.5942 z m 0.287,-0.8186 v -0.5261 h 0.2631 c 0.2143,0 0.3103,0.098 0.3103,0.2669 0,0.1687 -0.096,0.2592 -0.3088,0.2592 z"
style="stroke-width:0.544708"
id="path7117" /><path
d="m -1054.2808,1345.0502 c 0,0.1811 -0.1293,0.2708 -0.2531,0.2708 -0.1346,0 -0.2243,-0.095 -0.2243,-0.246 v -0.7134 h -0.2801 v 0.7567 c 0,0.2855 0.1625,0.4472 0.3961,0.4472 0.178,0 0.3033,-0.094 0.3575,-0.2267 h 0.012 v 0.2112 h 0.2715 v -1.1884 h -0.28 z"
style="stroke-width:0.544708"
id="path7119" /><path
d="m -1053.1868,1345.5733 c 0.277,0 0.4674,-0.1354 0.5169,-0.342 l -0.2616,-0.029 c -0.038,0.1006 -0.1307,0.1532 -0.2514,0.1532 -0.1811,0 -0.301,-0.1192 -0.3033,-0.3227 h 0.8279 v -0.086 c 0,-0.417 -0.2507,-0.6004 -0.5432,-0.6004 -0.3404,0 -0.5625,0.2499 -0.5625,0.6167 0,0.3729 0.219,0.6105 0.5772,0.6105 z m -0.2986,-0.7297 c 0.01,-0.1516 0.1207,-0.2793 0.2878,-0.2793 0.1609,0 0.2692,0.1176 0.2708,0.2793 z"
style="stroke-width:0.544708"
id="path7121" /><path
d="m -1051.938,1344.2061 h 0.4898 v 1.3439 h 0.2847 v -1.3439 h 0.4898 v -0.2407 h -1.2643 z"
style="stroke-width:0.544708"
id="path7123" /><path
d="m -1050.098,1345.5733 c 0.3481,0 0.5694,-0.2453 0.5694,-0.6128 0,-0.3683 -0.2213,-0.6144 -0.5694,-0.6144 -0.3482,0 -0.5695,0.2461 -0.5695,0.6144 0,0.3675 0.2213,0.6128 0.5695,0.6128 z m 0,-0.2244 c -0.1927,0 -0.287,-0.1718 -0.287,-0.3892 0,-0.2174 0.094,-0.3915 0.287,-0.3915 0.1896,0 0.284,0.1741 0.284,0.3915 0,0.2174 -0.094,0.3892 -0.284,0.3892 z"
style="stroke-width:0.544708"
id="path7125" /><path
d="m -1049.0117,1344.8537 c 0,-0.1718 0.1037,-0.2708 0.2514,-0.2708 0.1447,0 0.2314,0.095 0.2314,0.2538 v 0.7133 h 0.2801 v -0.7567 c 8e-4,-0.2847 -0.1617,-0.4472 -0.407,-0.4472 -0.178,0 -0.3002,0.085 -0.3544,0.2174 h -0.014 v -0.2019 h -0.2677 v 1.1884 h 0.2801 z"
style="stroke-width:0.544708"
id="path7127" /><path
d="m -1047.8325,1345.9957 c 0.2181,0 0.3443,-0.1122 0.4116,-0.3017 l 0.4758,-1.3324 h -0.2979 l -0.2746,0.8975 h -0.012 l -0.2739,-0.8975 h -0.2971 l 0.4309,1.2132 -0.024,0.064 c -0.052,0.1354 -0.1339,0.1447 -0.2562,0.1091 l -0.065,0.2182 c 0.038,0.015 0.106,0.029 0.1826,0.029 z"
style="stroke-width:0.544708"
id="path7129" /><path
d="m -1045.9949,1345.55 0.1307,-0.3907 h 0.5958 l 0.1315,0.3907 h 0.3064 l -0.5586,-1.5846 h -0.3544 l -0.5578,1.5846 z m 0.2081,-0.6213 0.2143,-0.6383 h 0.012 l 0.2143,0.6383 z"
style="stroke-width:0.544708"
id="path7131" /><path
d="m -1044.3538,1343.9654 h -0.2801 v 1.5846 h 0.2801 z"
style="stroke-width:0.544708"
id="path7133" /><path
d="m -1043.7859,1343.9654 h -0.2801 v 1.5846 h 0.2801 z"
style="stroke-width:0.544708"
id="path7135" /><path
d="m -1043.1561,1345.574 c 0.1865,0 0.2979,-0.087 0.349,-0.1872 h 0.01 v 0.1632 h 0.2693 v -0.7954 c 0,-0.3141 -0.2561,-0.4085 -0.4828,-0.4085 -0.2499,0 -0.4418,0.1114 -0.5037,0.3281 l 0.2615,0.037 c 0.028,-0.081 0.1068,-0.1509 0.2437,-0.1509 0.13,0 0.2012,0.067 0.2012,0.1834 v 0 c 0,0.08 -0.084,0.084 -0.294,0.1067 -0.2306,0.025 -0.4511,0.094 -0.4511,0.3614 0,0.2336 0.171,0.3574 0.3977,0.3574 z m 0.073,-0.2058 c -0.1168,0 -0.2004,-0.053 -0.2004,-0.1563 0,-0.1075 0.094,-0.1524 0.219,-0.1702 0.074,-0.01 0.2205,-0.029 0.2569,-0.058 v 0.14 c 0,0.1323 -0.1068,0.2445 -0.2755,0.2445 z"
style="stroke-width:0.544708"
id="path7137" /><path
d="m -1042.2462,1345.55 h 0.2801 v -0.6986 c 0,-0.1509 0.1137,-0.2577 0.2677,-0.2577 0.047,0 0.106,0.01 0.13,0.016 v -0.2577 c -0.025,-0 -0.07,-0.01 -0.1006,-0.01 -0.1362,0 -0.2499,0.077 -0.2932,0.2151 h -0.012 v -0.1981 h -0.2716 z"
style="stroke-width:0.544708"
id="path7139" /><path
d="m -1040.9904,1345.5709 c 0.2043,0 0.2963,-0.1214 0.3404,-0.2081 h 0.017 v 0.1872 h 0.2754 v -1.5846 h -0.2809 v 0.5927 h -0.012 c -0.043,-0.086 -0.13,-0.212 -0.3396,-0.212 -0.2747,0 -0.4906,0.2151 -0.4906,0.6113 0,0.3915 0.2097,0.6135 0.4898,0.6135 z m 0.078,-0.2298 c -0.1849,0 -0.2824,-0.1624 -0.2824,-0.3853 0,-0.2213 0.096,-0.3799 0.2824,-0.3799 0.1803,0 0.2794,0.1493 0.2794,0.3799 0,0.2306 -0.1006,0.3853 -0.2794,0.3853 z"
style="stroke-width:0.544708"
id="path7141" /></g><g
aria-label="Rue Victor Cousin"
transform="rotate(-86.156067)"
id="text6991"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"><path
d="m -1097.9574,1328.4939 h 0.2871 v -0.5803 h 0.2925 l 0.311,0.5803 h 0.3203 l -0.3427,-0.6283 c 0.1864,-0.075 0.2847,-0.2344 0.2847,-0.4495 0,-0.3025 -0.195,-0.5068 -0.5586,-0.5068 h -0.5943 z m 0.2871,-0.8186 v -0.5262 h 0.2631 c 0.2143,0 0.3102,0.098 0.3102,0.267 0,0.1687 -0.096,0.2592 -0.3087,0.2592 z"
style="stroke-width:0.544708"
id="path7086" /><path
d="m -1095.7948,1327.9941 c 0,0.181 -0.1292,0.2708 -0.253,0.2708 -0.1346,0 -0.2244,-0.095 -0.2244,-0.2461 v -0.7134 h -0.28 v 0.7568 c 0,0.2855 0.1624,0.4472 0.3961,0.4472 0.178,0 0.3033,-0.094 0.3575,-0.2267 h 0.012 v 0.2112 h 0.2716 v -1.1885 h -0.2801 z"
style="stroke-width:0.544708"
id="path7088" /><path
d="m -1094.7007,1328.5171 c 0.277,0 0.4673,-0.1354 0.5169,-0.342 l -0.2616,-0.029 c -0.038,0.1006 -0.1307,0.1532 -0.2514,0.1532 -0.1811,0 -0.301,-0.1191 -0.3033,-0.3226 h 0.8279 v -0.086 c 0,-0.4171 -0.2507,-0.6004 -0.5432,-0.6004 -0.3404,0 -0.5625,0.2499 -0.5625,0.6166 0,0.373 0.219,0.6105 0.5772,0.6105 z m -0.2987,-0.7296 c 0.01,-0.1517 0.1207,-0.2793 0.2879,-0.2793 0.1609,0 0.2692,0.1176 0.2708,0.2793 z"
style="stroke-width:0.544708"
id="path7090" /><path
d="m -1093.1703,1326.9093 h -0.3149 l 0.5579,1.5846 h 0.3544 l 0.5586,-1.5846 h -0.3157 l -0.4116,1.2472 h -0.016 z"
style="stroke-width:0.544708"
id="path7092" /><path
d="m -1091.8178,1328.4939 h 0.2801 v -1.1885 h -0.2801 z m 0.1409,-1.3571 c 0.089,0 0.1617,-0.068 0.1617,-0.1517 0,-0.084 -0.073,-0.1524 -0.1617,-0.1524 -0.09,0 -0.1625,0.068 -0.1625,0.1524 0,0.084 0.073,0.1517 0.1625,0.1517 z"
style="stroke-width:0.544708"
id="path7094" /><path
d="m -1090.7314,1328.5171 c 0.2986,0 0.489,-0.1772 0.5091,-0.4294 h -0.2677 c -0.024,0.1277 -0.1161,0.2012 -0.2391,0.2012 -0.1749,0 -0.2879,-0.1463 -0.2879,-0.3892 0,-0.2399 0.1153,-0.3838 0.2879,-0.3838 0.1346,0 0.2174,0.087 0.2391,0.2012 h 0.2677 c -0.019,-0.2577 -0.2205,-0.4271 -0.5107,-0.4271 -0.3482,0 -0.5679,0.2514 -0.5679,0.6143 0,0.3598 0.2143,0.6128 0.5695,0.6128 z"
style="stroke-width:0.544708"
id="path7096" /><path
d="m -1089.3983,1327.3054 h -0.2344 v -0.2847 h -0.2801 v 0.2847 h -0.1687 v 0.2167 h 0.1687 v 0.6608 c -0,0.2236 0.1609,0.3334 0.3714,0.3272 0.08,-0 0.1346,-0.018 0.1648,-0.028 l -0.047,-0.219 c -0.015,0 -0.047,0.011 -0.082,0.011 -0.071,0 -0.1269,-0.025 -0.1269,-0.1378 v -0.6143 h 0.2344 z"
style="stroke-width:0.544708"
id="path7098" /><path
d="m -1088.6578,1328.5171 c 0.3481,0 0.5694,-0.2453 0.5694,-0.6128 0,-0.3683 -0.2213,-0.6143 -0.5694,-0.6143 -0.3482,0 -0.5695,0.246 -0.5695,0.6143 0,0.3675 0.2213,0.6128 0.5695,0.6128 z m 0,-0.2244 c -0.1926,0 -0.287,-0.1717 -0.287,-0.3892 0,-0.2174 0.094,-0.3915 0.287,-0.3915 0.1896,0 0.284,0.1741 0.284,0.3915 0,0.2175 -0.094,0.3892 -0.284,0.3892 z"
style="stroke-width:0.544708"
id="path7100" /><path
d="m -1087.8516,1328.4939 h 0.2801 v -0.6987 c 0,-0.1509 0.1137,-0.2576 0.2677,-0.2576 0.047,0 0.106,0.01 0.13,0.016 v -0.2576 c -0.025,-0 -0.07,-0.01 -0.1006,-0.01 -0.1362,0 -0.2499,0.077 -0.2932,0.2151 h -0.012 v -0.1981 h -0.2716 z"
style="stroke-width:0.544708"
id="path7102" /><path
d="m -1085.0778,1327.4439 c -0.049,-0.352 -0.3195,-0.5563 -0.6708,-0.5563 -0.4139,0 -0.7258,0.3018 -0.7258,0.814 0,0.5114 0.308,0.814 0.7258,0.814 0.3768,0 0.6267,-0.2438 0.6708,-0.5463 l -0.2893,-0 c -0.036,0.1857 -0.1881,0.2901 -0.3776,0.2901 -0.2569,0 -0.4411,-0.1927 -0.4411,-0.5563 0,-0.3575 0.1826,-0.5563 0.4419,-0.5563 0.1926,0 0.3435,0.1091 0.3768,0.2986 z"
style="stroke-width:0.544708"
id="path7104" /><path
d="m -1084.3079,1328.5171 c 0.3482,0 0.5695,-0.2453 0.5695,-0.6128 0,-0.3683 -0.2213,-0.6143 -0.5695,-0.6143 -0.3482,0 -0.5695,0.246 -0.5695,0.6143 0,0.3675 0.2213,0.6128 0.5695,0.6128 z m 0,-0.2244 c -0.1926,0 -0.287,-0.1717 -0.287,-0.3892 0,-0.2174 0.094,-0.3915 0.287,-0.3915 0.1896,0 0.284,0.1741 0.284,0.3915 0,0.2175 -0.094,0.3892 -0.284,0.3892 z"
style="stroke-width:0.544708"
id="path7106" /><path
d="m -1082.7442,1327.9941 c 0,0.181 -0.1292,0.2708 -0.253,0.2708 -0.1346,0 -0.2244,-0.095 -0.2244,-0.2461 v -0.7134 h -0.2801 v 0.7568 c 0,0.2855 0.1625,0.4472 0.3962,0.4472 0.1779,0 0.3033,-0.094 0.3575,-0.2267 h 0.012 v 0.2112 h 0.2716 v -1.1885 h -0.2801 z"
style="stroke-width:0.544708"
id="path7108" /><path
d="m -1081.2369,1327.6196 c -0.039,-0.2012 -0.1997,-0.3296 -0.4782,-0.3296 -0.2863,0 -0.4813,0.1408 -0.4805,0.3605 -8e-4,0.1733 0.106,0.2879 0.3343,0.3351 l 0.2027,0.043 c 0.1091,0.024 0.1601,0.068 0.1601,0.1354 0,0.081 -0.088,0.1424 -0.2213,0.1424 -0.1284,0 -0.212,-0.056 -0.2359,-0.1625 l -0.2732,0.026 c 0.035,0.2182 0.2182,0.3474 0.5099,0.3474 0.2971,0 0.5068,-0.154 0.5076,-0.3791 -8e-4,-0.1695 -0.1099,-0.2732 -0.3343,-0.3219 l -0.2027,-0.043 c -0.1207,-0.027 -0.1687,-0.069 -0.1679,-0.1378 -8e-4,-0.08 0.088,-0.1361 0.2051,-0.1361 0.1292,0 0.1973,0.07 0.2189,0.1485 z"
style="stroke-width:0.544708"
id="path7110" /><path
d="m -1080.9801,1328.4939 h 0.2801 v -1.1885 h -0.2801 z m 0.1409,-1.3571 c 0.089,0 0.1617,-0.068 0.1617,-0.1517 0,-0.084 -0.073,-0.1524 -0.1617,-0.1524 -0.09,0 -0.1625,0.068 -0.1625,0.1524 0,0.084 0.073,0.1517 0.1625,0.1517 z"
style="stroke-width:0.544708"
id="path7112" /><path
d="m -1080.1321,1327.7975 c 0,-0.1717 0.1037,-0.2708 0.2515,-0.2708 0.1447,0 0.2314,0.095 0.2314,0.2538 v 0.7134 h 0.2801 v -0.7567 c 7e-4,-0.2848 -0.1618,-0.4472 -0.407,-0.4472 -0.178,0 -0.3002,0.085 -0.3544,0.2174 h -0.014 v -0.202 h -0.2677 v 1.1885 h 0.28 z"
style="stroke-width:0.544708"
id="path7114" /></g><g
aria-label="Rue Gérard Monod"
transform="rotate(12.889802)"
id="text6995"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"><path
d="m 1462.3842,880.40222 h 0.2871 v -0.5803 h 0.2924 l 0.3111,0.5803 h 0.3203 l -0.3428,-0.62827 c 0.1865,-0.0751 0.2848,-0.23444 0.2848,-0.44954 0,-0.30253 -0.195,-0.5068 -0.5587,-0.5068 h -0.5942 z m 0.2871,-0.81861 v -0.52614 h 0.263 c 0.2144,0 0.3103,0.0983 0.3103,0.26694 0,0.16867 -0.096,0.2592 -0.3087,0.2592 z"
style="stroke-width:0.544708"
id="path7057" /><path
d="m 1464.5468,879.90239 c 0,0.18105 -0.1292,0.27081 -0.253,0.27081 -0.1347,0 -0.2244,-0.0952 -0.2244,-0.24605 v -0.71339 h -0.2801 v 0.75672 c 0,0.28551 0.1625,0.44722 0.3962,0.44722 0.1779,0 0.3033,-0.0936 0.3574,-0.22671 h 0.012 v 0.21123 h 0.2716 v -1.18846 h -0.2801 z"
style="stroke-width:0.544708"
id="path7059" /><path
d="m 1465.6409,880.42543 c 0.2769,0 0.4673,-0.1354 0.5168,-0.34199 l -0.2615,-0.0294 c -0.038,0.10059 -0.1308,0.1532 -0.2515,0.1532 -0.181,0 -0.301,-0.11916 -0.3033,-0.32265 h 0.8279 v -0.0859 c 0,-0.41705 -0.2507,-0.60042 -0.5431,-0.60042 -0.3405,0 -0.5626,0.24992 -0.5626,0.61667 0,0.37294 0.219,0.61047 0.5773,0.61047 z m -0.2987,-0.72963 c 0.01,-0.15165 0.1207,-0.27932 0.2878,-0.27932 0.161,0 0.2693,0.11761 0.2708,0.27932 z"
style="stroke-width:0.544708"
id="path7061" /><path
d="m 1468.0209,879.32363 h 0.2924 c -0.049,-0.31104 -0.318,-0.52768 -0.6685,-0.52768 -0.4147,0 -0.7257,0.30485 -0.7257,0.81551 0,0.50138 0.2971,0.81243 0.7342,0.81243 0.3923,0 0.6732,-0.25224 0.6732,-0.66077 v -0.19034 h -0.643 v 0.22438 h 0.3652 c -0,0.22593 -0.1555,0.36907 -0.3938,0.36907 -0.2654,0 -0.4472,-0.19885 -0.4472,-0.55786 0,-0.35669 0.1849,-0.55477 0.441,-0.55477 0.1911,0 0.3211,0.10213 0.3722,0.27003 z"
style="stroke-width:0.544708"
id="path7063" /><path
d="m 1469.118,880.42543 c 0.277,0 0.4674,-0.1354 0.5169,-0.34199 l -0.2616,-0.0294 c -0.038,0.10059 -0.1307,0.1532 -0.2514,0.1532 -0.1811,0 -0.301,-0.11916 -0.3033,-0.32265 h 0.8279 v -0.0859 c 0,-0.41705 -0.2507,-0.60042 -0.5432,-0.60042 -0.3404,0 -0.5625,0.24992 -0.5625,0.61667 0,0.37294 0.219,0.61047 0.5772,0.61047 z m -0.2986,-0.72963 c 0.01,-0.15165 0.1207,-0.27932 0.2878,-0.27932 0.1609,0 0.2692,0.11761 0.2708,0.27932 z m 0.1686,-0.63833 h 0.2097 l 0.2375,-0.3536 h -0.2739 z"
style="stroke-width:0.544708"
id="path7065" /><path
d="m 1469.8832,880.40222 h 0.2801 v -0.69868 c 0,-0.15088 0.1138,-0.25766 0.2677,-0.25766 0.047,0 0.106,0.009 0.13,0.0163 v -0.25765 c -0.025,-0.005 -0.07,-0.008 -0.1006,-0.008 -0.1361,0 -0.2499,0.0774 -0.2932,0.2151 h -0.012 v -0.19808 h -0.2716 z"
style="stroke-width:0.544708"
id="path7067" /><path
d="m 1471.0671,880.42621 c 0.1864,0 0.2978,-0.0874 0.3489,-0.18725 h 0.01 v 0.16326 h 0.2693 v -0.7954 c 0,-0.31414 -0.2562,-0.40853 -0.4829,-0.40853 -0.2499,0 -0.4418,0.11142 -0.5037,0.32806 l 0.2616,0.0371 c 0.028,-0.0812 0.1067,-0.15088 0.2437,-0.15088 0.13,0 0.2012,0.0665 0.2012,0.18338 v 0.005 c 0,0.0805 -0.084,0.0843 -0.2941,0.10678 -0.2305,0.0248 -0.451,0.0936 -0.451,0.36133 0,0.23367 0.1709,0.35747 0.3977,0.35747 z m 0.073,-0.20582 c -0.1169,0 -0.2004,-0.0534 -0.2004,-0.15629 0,-0.10755 0.094,-0.15243 0.219,-0.17022 0.073,-0.0101 0.2205,-0.0286 0.2568,-0.058 v 0.14004 c 0,0.13231 -0.1067,0.2445 -0.2754,0.2445 z"
style="stroke-width:0.544708"
id="path7069" /><path
d="m 1471.977,880.40222 h 0.2801 v -0.69868 c 0,-0.15088 0.1137,-0.25766 0.2677,-0.25766 0.047,0 0.106,0.009 0.13,0.0163 v -0.25765 c -0.026,-0.005 -0.07,-0.008 -0.1006,-0.008 -0.1362,0 -0.2499,0.0774 -0.2933,0.2151 h -0.012 v -0.19808 h -0.2715 z"
style="stroke-width:0.544708"
id="path7071" /><path
d="m 1473.2327,880.42311 c 0.2043,0 0.2964,-0.12147 0.3405,-0.20813 h 0.017 v 0.18724 h 0.2755 v -1.58461 h -0.2809 v 0.59268 h -0.012 c -0.043,-0.0859 -0.13,-0.212 -0.3397,-0.212 -0.2747,0 -0.4905,0.2151 -0.4905,0.61125 0,0.39151 0.2096,0.61357 0.4897,0.61357 z m 0.078,-0.2298 c -0.1849,0 -0.2824,-0.16248 -0.2824,-0.38532 0,-0.22129 0.096,-0.3799 0.2824,-0.3799 0.1803,0 0.2793,0.14933 0.2793,0.3799 0,0.23058 -0.1006,0.38532 -0.2793,0.38532 z"
style="stroke-width:0.544708"
id="path7073" /><path
d="m 1474.7183,878.81761 v 1.58461 h 0.2755 v -1.09097 h 0.015 l 0.4379,1.08633 h 0.2058 l 0.4379,-1.084 h 0.015 v 1.08864 h 0.2755 v -1.58461 h -0.3513 l -0.4704,1.14822 h -0.019 l -0.4704,-1.14822 z"
style="stroke-width:0.544708"
id="path7075" /><path
d="m 1477.1989,880.42543 c 0.3482,0 0.5695,-0.24527 0.5695,-0.61279 0,-0.3683 -0.2213,-0.61435 -0.5695,-0.61435 -0.3482,0 -0.5695,0.24605 -0.5695,0.61435 0,0.36752 0.2213,0.61279 0.5695,0.61279 z m 0,-0.22438 c -0.1926,0 -0.287,-0.17177 -0.287,-0.38919 0,-0.21742 0.094,-0.39151 0.287,-0.39151 0.1896,0 0.284,0.17409 0.284,0.39151 0,0.21742 -0.094,0.38919 -0.284,0.38919 z"
style="stroke-width:0.544708"
id="path7077" /><path
d="m 1478.2852,879.70586 c 0,-0.17177 0.1037,-0.27081 0.2515,-0.27081 0.1447,0 0.2313,0.0952 0.2313,0.25379 v 0.71338 h 0.2801 v -0.75671 c 8e-4,-0.28474 -0.1617,-0.44722 -0.407,-0.44722 -0.1779,0 -0.3002,0.0851 -0.3543,0.21742 h -0.014 v -0.20195 h -0.2677 v 1.18846 h 0.2801 z"
style="stroke-width:0.544708"
id="path7079" /><path
d="m 1479.852,880.42543 c 0.3482,0 0.5695,-0.24527 0.5695,-0.61279 0,-0.3683 -0.2213,-0.61435 -0.5695,-0.61435 -0.3481,0 -0.5694,0.24605 -0.5694,0.61435 0,0.36752 0.2213,0.61279 0.5694,0.61279 z m 0,-0.22438 c -0.1927,0 -0.2871,-0.17177 -0.2871,-0.38919 0,-0.21742 0.094,-0.39151 0.2871,-0.39151 0.1895,0 0.2839,0.17409 0.2839,0.39151 0,0.21742 -0.094,0.38919 -0.2839,0.38919 z"
style="stroke-width:0.544708"
id="path7081" /><path
d="m 1481.0993,880.42311 c 0.2043,0 0.2963,-0.12147 0.3404,-0.20813 h 0.017 v 0.18724 h 0.2754 v -1.58461 h -0.2809 v 0.59268 h -0.012 c -0.042,-0.0859 -0.1299,-0.212 -0.3396,-0.212 -0.2747,0 -0.4906,0.2151 -0.4906,0.61125 0,0.39151 0.2097,0.61357 0.4898,0.61357 z m 0.078,-0.2298 c -0.1849,0 -0.2824,-0.16248 -0.2824,-0.38532 0,-0.22129 0.096,-0.3799 0.2824,-0.3799 0.1803,0 0.2794,0.14933 0.2794,0.3799 0,0.23058 -0.1006,0.38532 -0.2794,0.38532 z"
style="stroke-width:0.544708"
id="path7083" /></g><g
aria-label="Rue du Batéguier"
transform="rotate(-86.156067)"
id="text6999"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:2.17884px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;display:inline;opacity:0.999987;fill:#1c2729;fill-opacity:1;stroke-width:0.544708"><path
d="m -1097.2877,1317.7566 h 0.2871 v -0.5803 h 0.2925 l 0.311,0.5803 h 0.3203 l -0.3427,-0.6283 c 0.1864,-0.075 0.2847,-0.2344 0.2847,-0.4495 0,-0.3026 -0.195,-0.5068 -0.5586,-0.5068 h -0.5943 z m 0.2871,-0.8186 v -0.5262 h 0.2631 c 0.2143,0 0.3102,0.098 0.3102,0.267 0,0.1687 -0.096,0.2592 -0.3087,0.2592 z"
style="stroke-width:0.544708"
id="path7028" /><path
d="m -1095.1251,1317.2568 c 0,0.181 -0.1292,0.2708 -0.253,0.2708 -0.1346,0 -0.2244,-0.095 -0.2244,-0.2461 v -0.7134 h -0.2801 v 0.7567 c 0,0.2856 0.1625,0.4473 0.3962,0.4473 0.1779,0 0.3033,-0.094 0.3574,-0.2267 h 0.012 v 0.2112 h 0.2716 v -1.1885 h -0.2801 z"
style="stroke-width:0.544708"
id="path7030" /><path
d="m -1094.031,1317.7798 c 0.277,0 0.4673,-0.1354 0.5168,-0.342 l -0.2615,-0.029 c -0.038,0.1006 -0.1308,0.1532 -0.2515,0.1532 -0.181,0 -0.3009,-0.1191 -0.3033,-0.3226 h 0.8279 v -0.086 c 0,-0.4171 -0.2507,-0.6004 -0.5431,-0.6004 -0.3405,0 -0.5625,0.2499 -0.5625,0.6166 0,0.373 0.2189,0.6105 0.5772,0.6105 z m -0.2987,-0.7296 c 0.01,-0.1517 0.1207,-0.2793 0.2878,-0.2793 0.161,0 0.2693,0.1176 0.2709,0.2793 z"
style="stroke-width:0.544708"
id="path7032" /><path
d="m -1092.2839,1317.7775 c 0.2042,0 0.2963,-0.1215 0.3404,-0.2082 h 0.017 v 0.1873 h 0.2755 v -1.5846 h -0.2809 v 0.5927 h -0.012 c -0.043,-0.086 -0.13,-0.212 -0.3397,-0.212 -0.2746,0 -0.4905,0.2151 -0.4905,0.6112 0,0.3915 0.2097,0.6136 0.4898,0.6136 z m 0.078,-0.2298 c -0.1849,0 -0.2824,-0.1625 -0.2824,-0.3853 0,-0.2213 0.096,-0.3799 0.2824,-0.3799 0.1803,0 0.2793,0.1493 0.2793,0.3799 0,0.2305 -0.1006,0.3853 -0.2793,0.3853 z"
style="stroke-width:0.544708"
id="path7034" /><path
d="m -1090.5941,1317.2568 c 0,0.181 -0.1292,0.2708 -0.253,0.2708 -0.1346,0 -0.2244,-0.095 -0.2244,-0.2461 v -0.7134 h -0.2801 v 0.7567 c 0,0.2856 0.1625,0.4473 0.3962,0.4473 0.1779,0 0.3033,-0.094 0.3574,-0.2267 h 0.012 v 0.2112 h 0.2716 v -1.1885 h -0.2801 z"
style="stroke-width:0.544708"
id="path7036" /><path
d="m -1089.473,1317.7566 h 0.6415 c 0.3629,0 0.5408,-0.1849 0.5408,-0.4318 0,-0.2398 -0.1702,-0.3806 -0.3389,-0.3891 v -0.015 c 0.1548,-0.036 0.277,-0.1447 0.277,-0.3374 0,-0.236 -0.1702,-0.4108 -0.5137,-0.4108 h -0.6067 z m 0.2871,-0.2399 v -0.4642 h 0.3165 c 0.1771,0 0.287,0.1083 0.287,0.2499 0,0.1261 -0.087,0.2143 -0.2948,0.2143 z m 0,-0.6708 v -0.4372 h 0.2902 c 0.1686,0 0.2561,0.089 0.2561,0.2113 0,0.1392 -0.113,0.2259 -0.2623,0.2259 z"
style="stroke-width:0.544708"
id="path7038" /><path
d="m -1087.7112,1317.7806 c 0.1865,0 0.2979,-0.088 0.349,-0.1873 h 0.01 v 0.1633 h 0.2692 v -0.7954 c 0,-0.3141 -0.2561,-0.4085 -0.4828,-0.4085 -0.2499,0 -0.4418,0.1114 -0.5037,0.328 l 0.2616,0.037 c 0.028,-0.081 0.1067,-0.1509 0.2437,-0.1509 0.13,0 0.2011,0.066 0.2011,0.1834 v 0 c 0,0.081 -0.084,0.084 -0.294,0.1068 -0.2305,0.025 -0.4511,0.094 -0.4511,0.3613 0,0.2337 0.171,0.3575 0.3977,0.3575 z m 0.073,-0.2058 c -0.1169,0 -0.2004,-0.053 -0.2004,-0.1563 0,-0.1076 0.094,-0.1525 0.2189,-0.1703 0.073,-0.01 0.2206,-0.029 0.2569,-0.058 v 0.1401 c 0,0.1323 -0.1068,0.2445 -0.2754,0.2445 z"
style="stroke-width:0.544708"
id="path7040" /><path
d="m -1086.2078,1316.5681 h -0.2344 v -0.2847 h -0.2801 v 0.2847 h -0.1687 v 0.2167 h 0.1687 v 0.6608 c -0,0.2236 0.1609,0.3334 0.3714,0.3272 0.08,-0 0.1346,-0.018 0.1648,-0.028 l -0.047,-0.219 c -0.015,0 -0.047,0.011 -0.082,0.011 -0.071,0 -0.1269,-0.025 -0.1269,-0.1378 v -0.6143 h 0.2344 z"
style="stroke-width:0.544708"
id="path7042" /><path
d="m -1085.4596,1317.7798 c 0.277,0 0.4673,-0.1354 0.5169,-0.342 l -0.2616,-0.029 c -0.038,0.1006 -0.1307,0.1532 -0.2514,0.1532 -0.1811,0 -0.301,-0.1191 -0.3033,-0.3226 h 0.8279 v -0.086 c 0,-0.4171 -0.2507,-0.6004 -0.5432,-0.6004 -0.3404,0 -0.5625,0.2499 -0.5625,0.6166 0,0.373 0.219,0.6105 0.5772,0.6105 z m -0.2987,-0.7296 c 0.01,-0.1517 0.1207,-0.2793 0.2879,-0.2793 0.1609,0 0.2692,0.1176 0.2708,0.2793 z m 0.1687,-0.6384 h 0.2097 l 0.2375,-0.3536 h -0.2739 z"
style="stroke-width:0.544708"
id="path7044" /><path
d="m -1084.1775,1318.227 c 0.3211,0 0.5579,-0.147 0.5579,-0.4511 v -1.2078 h -0.2763 v 0.1966 h -0.015 c -0.043,-0.086 -0.1316,-0.212 -0.3413,-0.212 -0.2746,0 -0.4905,0.2151 -0.4905,0.6058 0,0.3876 0.2159,0.5811 0.4898,0.5811 0.2035,0 0.2986,-0.1091 0.342,-0.1966 h 0.014 v 0.2252 c 0,0.1749 -0.1161,0.2468 -0.2755,0.2468 -0.1686,0 -0.2429,-0.08 -0.277,-0.1493 l -0.2522,0.061 c 0.051,0.1664 0.2221,0.3002 0.5246,0.3002 z m 0,-0.7072 c -0.1849,0 -0.2824,-0.1439 -0.2824,-0.3629 0,-0.2158 0.096,-0.3744 0.2824,-0.3744 0.1803,0 0.2793,0.1493 0.2793,0.3744 0,0.2268 -0.1006,0.3629 -0.2793,0.3629 z"
style="stroke-width:0.544708"
id="path7046" /><path
d="m -1082.5743,1317.2568 c 0,0.181 -0.1292,0.2708 -0.253,0.2708 -0.1347,0 -0.2244,-0.095 -0.2244,-0.2461 v -0.7134 h -0.2801 v 0.7567 c 0,0.2856 0.1625,0.4473 0.3961,0.4473 0.178,0 0.3033,-0.094 0.3575,-0.2267 h 0.012 v 0.2112 h 0.2716 v -1.1885 h -0.2801 z"
style="stroke-width:0.544708"
id="path7048" /><path
d="m -1082.0064,1317.7566 h 0.2801 v -1.1885 h -0.2801 z m 0.1408,-1.3571 c 0.089,0 0.1617,-0.068 0.1617,-0.1517 0,-0.084 -0.073,-0.1524 -0.1617,-0.1524 -0.09,0 -0.1625,0.068 -0.1625,0.1524 0,0.084 0.073,0.1517 0.1625,0.1517 z"
style="stroke-width:0.544708"
id="path7050" /><path
d="m -1080.9124,1317.7798 c 0.277,0 0.4674,-0.1354 0.5169,-0.342 l -0.2615,-0.029 c -0.038,0.1006 -0.1308,0.1532 -0.2515,0.1532 -0.181,0 -0.301,-0.1191 -0.3033,-0.3226 h 0.8279 v -0.086 c 0,-0.4171 -0.2507,-0.6004 -0.5432,-0.6004 -0.3404,0 -0.5625,0.2499 -0.5625,0.6166 0,0.373 0.219,0.6105 0.5772,0.6105 z m -0.2986,-0.7296 c 0.01,-0.1517 0.1207,-0.2793 0.2878,-0.2793 0.161,0 0.2693,0.1176 0.2708,0.2793 z"
style="stroke-width:0.544708"
id="path7052" /><path
d="m -1080.1471,1317.7566 h 0.2801 v -0.6987 c 0,-0.1509 0.1137,-0.2576 0.2677,-0.2576 0.047,0 0.106,0.01 0.13,0.016 v -0.2577 c -0.026,-0 -0.07,-0.01 -0.1006,-0.01 -0.1362,0 -0.2499,0.077 -0.2933,0.2151 h -0.012 v -0.1981 h -0.2715 z"
style="stroke-width:0.544708"
id="path7054" /></g></g></g></g><g
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer13" id="layer13"
inkscape:label="marker-test"><g inkscape:label="marker-test"><g

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 9.5 MiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 9.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Some files were not shown because too many files have changed in this diff Show More