-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.aspx
423 lines (405 loc) · 139 KB
/
Home.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Home.aspx.cs" Inherits="PlotArqus.Home" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="PlotArqus:weather data INM" />
<meta name="author" content="Aymen Zelaiti" />
<title>Arqus 2.0 - Dashboard</title>
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css" />
<!-- Page level plugin CSS-->
<link href="vendor/datatables/dataTables.bootstrap4.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/x-icon" href="~/images/cloud.ico" />
<!-- Custom styles for this template-->
<link href="css/sb-admin.css" rel="stylesheet" />
<style>
path:hover {
fill: #ae0cc7;
}
#gouv-name {
font-weight: bold;
}
</style>
</head>
<body id="page-top">
<form id="form1" runat="server">
<nav class="navbar navbar-expand navbar-dark bg-dark static-top">
<asp:HyperLink ID="dashbord" NavigateUrl="~/Home.aspx" Text="Arqus-Dashbord" CssClass="navbar-brand mr-1" runat="server"></asp:HyperLink>
<button class="btn btn-link btn-sm text-white order-1 order-sm-0" id="sidebarToggle">
<i class="fas fa-bars"></i>
</button>
<!-- Navbar Search -->
<div class="d-none d-md-inline-block form-inline ml-auto mr-0 mr-md-3 my-2 my-md-0">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for..." aria-label="Search" aria-describedby="basic-addon2" />
<div class="input-group-append">
<button class="btn btn-primary" type="button">
<i class="fas fa-search"></i>
</button>
</div>
</div>
</div>
<!-- Navbar -->
<ul class="navbar-nav ml-auto ml-md-0">
<li class="nav-item dropdown no-arrow mx-1">
<a class="nav-link dropdown-toggle" href="#" id="alertsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-bell fa-fw"></i>
<span class="badge badge-danger">9+</span>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="alertsDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown no-arrow mx-1">
<a class="nav-link dropdown-toggle" href="#" id="messagesDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-envelope fa-fw"></i>
<span class="badge badge-danger">7</span>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="messagesDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown no-arrow">
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-user-circle fa-fw"></i>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">
<a class="dropdown-item" href="#">Settings</a>
<a class="dropdown-item" href="#">Activity Log</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal">Logout</a>
</div>
</li>
</ul>
</nav>
<div id="wrapper">
<!-- Sidebar -->
<ul class="sidebar navbar-nav">
<li class="nav-item active">
<button runat="server" id="btndashbord" class="nav-link" title="Dashboard" onserverclick="btndashbord_ServerClick" style="background-color: black; border: none">
<i class="fas fa-fw fa-tachometer-alt"></i><span>Dashboard</span>
</button>
</li>
<li class="nav-item">
<button runat="server" id="btnCharts" class="nav-link" title="Charts" onserverclick="btnCharts_ServerClick" style="background-color: black; border: none">
<i class="fas fa-fw fa-chart-area"></i><span>Charts</span>
</button>
</li>
<li class="nav-item">
<button runat="server" id="btnTables" class="nav-link" title="Tables" onserverclick="btnTables_ServerClick" style="background-color: black; border: none">
<i class="fas fa-fw fa-table"></i><span>Tables</span>
</button>
</li>
<li class="nav-item">
<button runat="server" id="btnCalcul" class="nav-link" title="Calculs" onserverclick="btnCalcul_ServerClick" style="background-color: black; border: none">
<i class="fas fa-fw fa-calculator"></i><span>Calculs</span>
</button>
</li>
</ul>
<div id="content-wrapper">
<div class="container-fluid">
<!-- Breadcrumbs-->
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Dashboard</a> </li>
<li class="breadcrumb-item active">Overview</li>
</ol>
<!-- Icon Cards-->
<!-- Area Chart Example-->
<!--svg map-->
<div class="row">
<div class="col-xl-4 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-map"></i>Carte Tunisie
</div>
<div class="card-body">
<svg height="452.22222222222223" version="1.1" width="417" xmlns="http://www.w3.org/2000/svg"
style="overflow: hidden; position: relative; top: 4.28125px;" viewBox="-106.91540438033431 14.656691180290856 455 505.55555555555554"
preserveAspectRatio="xMinYMin">
<path id="tatouine" onmouseover="displayName('Tataouine')" fill="#88a4bc" stroke="#ffffff" d="M905.7,1575.7L830.2,1612L823.5,1619.1L813.7,1642.1L805.7,1650.1L796.8000000000001,1655.6L788.6,1662.3L783.8000000000001,1663.8L779.4000000000001,1662L775.0000000000001,1659.5L770.4000000000001,1658.8L764.9000000000001,1664.7L762.8000000000001,1687.8L759.6,1697.3999999999999L749.3000000000001,1706.9999999999998L745.2,1716.9999999999998L742.3000000000001,1721.2999999999997L738.7,1724.9999999999998L734.7,1728.1999999999998L721.3000000000001,1733.4999999999998L693.9000000000001,1733.0999999999997L681.3000000000001,1743.2999999999997L664.8000000000001,1772.4999999999998L649.2,1790.0999999999997L645.4000000000001,1796.6999999999996L642.8000000000001,1815.3999999999996L643.2,1820.2999999999997L661.5,1869.2999999999997L668.9,1899.3999999999996L676.6,1915.6999999999996L677,1920.9999999999995L675.6,1931.9999999999995L676.7,1942.0999999999995L682.8000000000001,1962.0999999999995L682.7,1971.5999999999995L678.9000000000001,1983.0999999999995L663.8000000000001,2014.4999999999995L641.5000000000001,2039.9999999999995L615.7000000000002,2081.7999999999997L585.4000000000002,2121.2999999999997L579.1000000000003,2124.8999999999996L561.3000000000003,2126.0999999999995L554.1000000000003,2127.9999999999995L499.40000000000026,2156.9999999999995L492.5000000000003,2125.7999999999997L478.7000000000003,2063.4999999999995L464.8000000000003,2000.8999999999996L457.9000000000003,1969.5999999999997L444.00000000000034,1906.7999999999997L437.10000000000036,1875.3999999999996L430.2000000000004,1843.8999999999996L423.2000000000004,1812.3999999999996L409.4000000000004,1749.2999999999997L402.4000000000004,1717.6999999999998L395.5000000000004,1686.1L388.6000000000004,1654.3999999999999L383.5000000000004,1630.6999999999998L380.7000000000004,1625.1999999999998L377.3000000000004,1621.1L336.2000000000004,1591.3L285.10000000000036,1554.2L246.00000000000037,1525.8L216.10000000000036,1506.6L209.40000000000038,1499.3L213.90000000000038,1497.8999999999999L500.5000000000004,1438.6L506.7000000000004,1435.8L509.3000000000004,1434.2L519.2000000000004,1425.7L524.3000000000004,1422.6000000000001L530.2000000000004,1420.5000000000002L536.7000000000004,1419.1000000000001L544.6000000000004,1418.4L547.6000000000004,1418.6000000000001L551.3000000000004,1419.5000000000002L555.8000000000004,1421.1000000000001L557.8000000000004,1422.3000000000002L561.0000000000005,1425.0000000000002L568.7000000000005,1434.8000000000002L595.1000000000005,1456.1000000000001L601.2000000000005,1459.6000000000001L603.9000000000005,1460.7L605.1000000000006,1461L607.4000000000005,1460.9L608.3000000000005,1460.3000000000002L608.9000000000005,1459.2000000000003L607.6000000000006,1455.8000000000002L597.8000000000006,1438.4L597.5000000000007,1437.4L597.3000000000006,1434.9L597.7000000000006,1423.1000000000001L598.4000000000007,1417.0000000000002L599.6000000000007,1414.7000000000003L605.7000000000007,1407.4000000000003L608.5000000000007,1402.8000000000004L609.0000000000007,1401.7000000000005L609.1000000000007,1400.3000000000004L608.8000000000008,1398.7000000000005L607.5000000000008,1396.2000000000005L605.7000000000008,1393.2000000000005L605.0000000000008,1391.1000000000006L604.0000000000008,1381.7000000000005L603.7000000000008,1376.4000000000005L603.9000000000009,1375.2000000000005L604.8000000000009,1373.2000000000005L605.5000000000009,1372.3000000000004L607.5000000000009,1371.1000000000004L610.6000000000009,1370.3000000000004L612.800000000001,1369.4000000000003L613.800000000001,1368.8000000000004L613.800000000001,1367.2000000000005L612.800000000001,1365.1000000000006L606.900000000001,1358.7000000000005L597.000000000001,1351.1000000000006L594.7000000000011,1348.6000000000006L593.7000000000011,1346.9000000000005L593.500000000001,1344.0000000000005L594.7000000000011,1339.8000000000004L615.8000000000011,1339.3000000000004L621.100000000001,1338.5000000000005L627.2000000000011,1336.8000000000004L635.500000000001,1333.3000000000004L637.300000000001,1331.7000000000005L642.400000000001,1324.4000000000005L645.400000000001,1321.7000000000005L648.400000000001,1319.5000000000005L650.100000000001,1318.7000000000005L651.600000000001,1318.2000000000005L656.100000000001,1318.5000000000005L668.600000000001,1321.0000000000005L671.600000000001,1321.0000000000005L673.3000000000011,1320.4000000000005L674.4000000000011,1319.6000000000006L676.1000000000012,1317.3000000000006L678.3000000000012,1315.9000000000005L695.0000000000013,1308.7000000000005L698.2000000000013,1306.5000000000005L741.1000000000013,1287.4000000000005L743.1000000000013,1286.8000000000006L745.3000000000013,1286.6000000000006L753.8000000000013,1287.8000000000006L772.7000000000013,1285.5000000000007L775.1000000000013,1285.8000000000006L775.8000000000013,1286.8000000000006L775.8000000000013,1288.8000000000006L773.4000000000013,1292.8000000000006L772.7000000000013,1295.9000000000005L772.1000000000013,1296.8000000000006L767.2000000000013,1298.6000000000006L766.1000000000013,1300.4000000000005L766.6000000000013,1302.5000000000005L768.3000000000013,1304.6000000000004L770.7000000000013,1306.5000000000005L773.0000000000013,1307.8000000000004L777.3000000000012,1309.1000000000004L788.6000000000012,1310.5000000000005L793.9000000000011,1311.7000000000005L861.5000000000011,1343.6000000000006L864.0000000000011,1345.6000000000006L865.5000000000011,1348.0000000000007L868.7000000000012,1361.7000000000007L869.4000000000012,1363.2000000000007L870.9000000000012,1365.6000000000008L872.7000000000012,1367.8000000000009L883.1000000000012,1377.3000000000009L886.2000000000012,1379.4000000000008L889.2000000000012,1381.0000000000007L892.1000000000012,1383.2000000000007L893.3000000000012,1385.3000000000006L894.0000000000013,1388.3000000000006L894.0000000000013,1390.3000000000006L893.2000000000013,1395.3000000000006L891.9000000000013,1400.0000000000007L888.7000000000013,1408.5000000000007L888.3000000000013,1410.6000000000006L888.0000000000014,1413.0000000000007L889.0000000000014,1438.0000000000007L888.7000000000014,1441.6000000000006L886.4000000000015,1450.7000000000005L886.2000000000014,1453.0000000000005L886.6000000000014,1454.1000000000004L887.4000000000013,1455.2000000000003L951.7000000000013,1508.6000000000004L953.9000000000013,1509.9000000000003L955.7000000000013,1510.6000000000004L957.5000000000013,1510.8000000000004L964.5000000000013,1509.5000000000005L966.5000000000013,1509.6000000000004L967.6000000000013,1510.3000000000004L968.1000000000013,1511.5000000000005L967.2000000000013,1513.9000000000005L965.6000000000013,1516.1000000000006L963.4000000000012,1518.2000000000005L954.6000000000013,1524.7000000000005L950.8000000000013,1526.6000000000006L939.2000000000013,1530.9000000000005L934.4000000000013,1533.8000000000006L930.0000000000014,1537.1000000000006L925.7000000000014,1541.0000000000007L921.6000000000014,1545.8000000000006L905.7000000000014,1575.7000000000007Z" class="sm_state_TUN98" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="Kairouan" onmouseover="displayName('Kairouan')" fill="#88a4bc" stroke="#ffffff" d="M691.5,599.4L680.8,603L676.0999999999999,606.2L674.4999999999999,608.5L673.7999999999998,609.9L673.4999999999999,611.3L673.5999999999999,612.5L677.3,622.4L677.5,624.6999999999999L677.3,626.9999999999999L676.1999999999999,629.0999999999999L671.0999999999999,635.4999999999999L668.3999999999999,639.9999999999999L660.7999999999998,658.7999999999998L659.7999999999998,662.1999999999998L659.3999999999999,664.5999999999998L660.4999999999999,667.8999999999997L662.4999999999999,672.0999999999998L663.1999999999999,674.0999999999998L663.8,676.2999999999998L664.4,681.0999999999998L664.5,684.0999999999998L663.7,692.3999999999997L663.7,695.2999999999997L663.9000000000001,696.7999999999997L664.5000000000001,698.7999999999997L665.6000000000001,700.8999999999997L671.5000000000001,709.4999999999998L672.8000000000001,712.7999999999997L673.1,716.6999999999997L672.7,728.1999999999997L666.6,728.7999999999997L663.6,729.9999999999998L658.4,733.3999999999997L648.6999999999999,741.9999999999998L635.9,756.8999999999997L631.3,764.0999999999998L629.4,767.7999999999998L624.8,761.2999999999998L623.5,758.7999999999998L614.9,728.3999999999999L613.5,726.0999999999999L612,725.0999999999999L599.8,729.4999999999999L598.8,729.6999999999999L596.4,729.4L574.5,722.4L556.6,718.8L549.7,716.1999999999999L547.4000000000001,714.8L545.4000000000001,713.4L543.2,711L541.6,708.9L539.6,704.6L538.9,703.6L523.8,687.7L522.4,687.1L520.9,686.9L517.5,687.3L514.8,687.1999999999999L510.49999999999994,686.0999999999999L508.8999999999999,685.1999999999999L490.49999999999994,667.9999999999999L489.3999999999999,666.4999999999999L488.2999999999999,664.2999999999998L488.0999999999999,662.4999999999999L489.69999999999993,653.3999999999999L490.69999999999993,649.7999999999998L491.8999999999999,640.3999999999999L491.8999999999999,638.3999999999999L490.0999999999999,634.6999999999998L483.3999999999999,625.9999999999998L482.7999999999999,622.2999999999997L473.0999999999999,603.6999999999997L440.2999999999999,563.3999999999997L439.2999999999999,561.1999999999997L438.9999999999999,559.8999999999997L439.2999999999999,558.5999999999998L440.3999999999999,557.2999999999998L442.99999999999994,555.8999999999999L444.79999999999995,555.4999999999999L446.4,555.5999999999999L463.5,561.3L466.5,561.8L469.2,561.9L471.7,561.6L474.3,560.8000000000001L484.6,554.2L489.20000000000005,552.2L495.40000000000003,550.8000000000001L497.1,549.0000000000001L497.20000000000005,546.3000000000001L496.6,544.8000000000001L495.8,543.6L494.2,541.9L492.4,539.6L490.9,537.2L490.29999999999995,535.5L489.9,532.5L490.2,530.1L493.7,520.6L494.3,516.9L494.2,514.3L493.8,511.79999999999995L492,504.59999999999997L492,502.2L493.8,499.59999999999997L497.1,495.7L550.4,451.59999999999997L555.6,453.49999999999994L557.8000000000001,453.99999999999994L562.8000000000001,454.29999999999995L584.5000000000001,451.19999999999993L593.1000000000001,450.99999999999994L600.8000000000002,455.69999999999993L603.1000000000001,456.69999999999993L612.8000000000002,458.49999999999994L616.2000000000002,460.29999999999995L617.9000000000002,461.69999999999993L624.5000000000002,468.29999999999995L625.7000000000003,468.99999999999994L627.2000000000003,468.8999999999999L628.7000000000003,467.8999999999999L630.6000000000003,464.7999999999999L631.4000000000002,462.6999999999999L631.9000000000002,460.9999999999999L633.5000000000002,450.2999999999999L634.2000000000003,447.4999999999999L635.5000000000002,446.0999999999999L638.1000000000003,449.2999999999999L639.7000000000003,449.4999999999999L641.6000000000003,448.5999999999999L645.0000000000002,445.19999999999993L646.6000000000003,443.19999999999993L648.7000000000003,439.19999999999993L652.7000000000003,436.3999999999999L667.3000000000003,431.49999999999994L659.2000000000003,446.3999999999999L659.3000000000003,450.7999999999999L672.8000000000003,457.9999999999999L674.1000000000003,459.2999999999999L675.5000000000002,461.3999999999999L677.7000000000003,465.5999999999999L678.5000000000002,467.7999999999999L678.8000000000002,469.7999999999999L676.6000000000001,483.6999999999999L673.7000000000002,494.7999999999999L672.1000000000001,499.4999999999999L671.6000000000001,500.4999999999999L669.0000000000001,504.6999999999999L657.4000000000001,519.2999999999998L656.1000000000001,521.5999999999998L655.8000000000002,522.6999999999998L655.8000000000002,523.9999999999998L656.5000000000002,526.0999999999998L684.2000000000003,582.3999999999997L686.6000000000003,585.7999999999997L688.5000000000002,589.5999999999997L691.5000000000002,599.3999999999996Z" class="sm_state_TUN118" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="sousse" onmouseover="displayName('Sousse')" fill="#88a4bc" stroke="#ffffff" d="M746.2,365.7L743.6,369.59999999999997L740.2,381.09999999999997L736.8000000000001,393.7L733.9000000000001,406.09999999999997L733.3000000000001,421.7L732.8000000000001,437.7L734.0000000000001,447.8L737.1000000000001,458L738.9000000000001,463.5L740.1000000000001,465.4L741.2000000000002,468.4L742.6000000000001,475L743.5000000000001,477.8L748.9000000000001,486L752.8000000000001,490.5L756.2,492.4L759.1,495.29999999999995L765.5,515.1999999999999L768.8,519.1999999999999L785.6999999999999,535.1999999999999L785.0999999999999,535.9999999999999L775.4999999999999,547.7999999999998L773.0999999999999,552.2999999999998L772.9999999999999,553.5999999999998L773.0999999999999,559.1999999999998L773.9999999999999,568.5999999999998L773.8999999999999,570.7999999999998L772.3999999999999,580.5999999999998L771.2999999999998,583.7999999999998L770.0999999999998,585.9999999999999L768.1999999999998,587.5999999999999L764.1999999999998,590.0999999999999L755.4999999999998,593.1999999999999L749.9999999999998,594.4L747.2999999999997,595.6L745.1999999999997,597.2L744.4999999999997,598.5L744.4999999999997,599.7L746.7999999999996,603L747.3999999999996,604.4L747.4999999999997,606.5L746.8999999999996,607.9L745.9999999999997,609.1L743.7999999999996,610.6L735.9999999999997,614.1L734.9999999999997,615L734.3999999999996,616.5L733.9999999999997,619.8L733.9999999999997,621.6999999999999L735.4999999999997,624.4999999999999L737.5999999999997,626.1999999999999L739.6999999999997,626.9L744.6999999999997,627.5L746.5999999999997,627.1L748.1999999999997,626.2L750.0999999999997,622.8000000000001L750.8999999999996,620.0000000000001L751.8999999999996,618.3000000000001L752.8999999999996,617.5000000000001L754.1999999999996,617.1000000000001L755.6999999999996,617.3000000000002L761.4999999999995,619.6000000000001L763.6999999999996,621.7000000000002L761.3999999999996,630.6000000000001L759.8999999999996,633.4000000000001L753.8999999999996,636.6000000000001L752.7999999999996,638.1000000000001L752.0999999999996,639.7000000000002L750.7999999999996,643.1000000000001L749.6999999999996,644.9000000000001L748.4999999999995,646.3000000000001L747.0999999999996,646.8000000000001L745.5999999999996,647.0000000000001L744.1999999999996,646.7000000000002L729.9999999999995,640.4000000000002L728.7999999999995,639.4000000000002L727.9999999999995,638.2000000000002L727.5999999999996,636.6000000000001L727.1999999999996,631.0000000000001L726.0999999999996,628.2000000000002L725.1999999999996,627.0000000000001L722.5999999999996,625.5000000000001L713.9999999999995,623.0000000000001L711.6999999999996,622.9000000000001L703.9999999999995,624.7L702.2999999999995,624.3000000000001L700.8999999999995,623.6L697.9999999999995,620.1L692.2999999999995,615.7L690.3999999999995,613.5L689.7999999999995,612.1L689.3999999999995,609L689.6999999999995,606.5L691.4999999999994,599.4L688.4999999999994,589.6L686.5999999999995,585.8000000000001L684.1999999999995,582.4000000000001L656.4999999999994,526.1000000000001L655.7999999999994,524.0000000000001L655.7999999999994,522.7000000000002L656.0999999999993,521.6000000000001L657.3999999999993,519.3000000000002L668.9999999999993,504.70000000000016L671.5999999999993,500.50000000000017L672.0999999999993,499.50000000000017L673.6999999999994,494.8000000000002L676.5999999999993,483.70000000000016L678.7999999999994,469.8000000000002L678.4999999999994,467.8000000000002L677.6999999999995,465.6000000000002L675.4999999999994,461.4000000000002L674.0999999999995,459.3000000000002L672.7999999999995,458.00000000000017L659.2999999999995,450.8000000000002L659.1999999999995,446.4000000000002L667.2999999999995,431.5000000000002L673.6999999999995,428.7000000000002L676.0999999999995,427.4000000000002L678.1999999999995,425.8000000000002L679.0999999999995,424.8000000000002L680.0999999999995,423.00000000000017L681.0999999999995,420.40000000000015L682.2999999999995,415.40000000000015L682.6999999999995,412.90000000000015L682.6999999999995,410.90000000000015L681.4999999999994,407.10000000000014L681.5999999999995,405.90000000000015L682.1999999999995,404.8000000000001L683.8999999999995,403.7000000000001L685.1999999999995,403.1000000000001L702.7999999999995,399.50000000000006L703.6999999999995,398.40000000000003L704.0999999999995,396.70000000000005L703.3999999999994,393.50000000000006L702.1999999999994,391.6000000000001L700.3999999999994,389.00000000000006L700.5999999999995,387.80000000000007L701.9999999999994,386.30000000000007L705.2999999999994,383.70000000000005L706.2999999999994,378.6L706.0999999999993,361.20000000000005L721.1999999999994,358.50000000000006L726.0999999999993,359.6000000000001L727.6999999999994,360.80000000000007L730.1999999999994,362.20000000000005L731.7999999999994,362.1L733.4999999999994,361.40000000000003L735.2999999999994,360.20000000000005L738.4999999999994,358.70000000000005L740.3999999999994,358.30000000000007L741.7999999999994,358.4000000000001L743.5999999999993,360.1000000000001L746.1999999999994,365.7000000000001Z" class="sm_state_TUN119" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="kasserine" onmouseover="displayName('Kasserine')" fill="#88a4bc" stroke="#ffffff" d="M373,561.2L388.1,582.8000000000001L392.70000000000005,588.1L394.80000000000007,588.6L397.00000000000006,588.2L400.30000000000007,586.8000000000001L402.50000000000006,586.4000000000001L403.50000000000006,586.5000000000001L413.20000000000005,591.0000000000001L415.50000000000006,592.5000000000001L417.00000000000006,594.0000000000001L419.90000000000003,600.9000000000001L421.70000000000005,603.8000000000001L423.1,605.1L424.5,605.9L430.6,607L435.6,609.5L444.5,614.9L446.5,616.5L448.4,618.5L449.79999999999995,620.6L451.4,624L452,626L452.3,628.1L451.8,633.3000000000001L450.8,637.6L449.90000000000003,639.4L448.6,641.4L445.8,644.5L442.5,647.6L434,652.6L431.6,654.4L429.5,656.6L428.5,658.2L427.6,660.2L424.8,668.4000000000001L422.7,671.4000000000001L418.9,674.7L416.5,676.3000000000001L415.2,677.8000000000001L413.8,679.9000000000001L410,689.4000000000001L408.9,694.0000000000001L408.7,697.4000000000001L409.2,699.3000000000001L410.3,700.8000000000001L413.2,702.7L431.5,708.5L434.1,709.9L435.20000000000005,710.6999999999999L436.70000000000005,712.9L437.30000000000007,715.5L437.20000000000005,718.7L435.1,731.3000000000001L434.90000000000003,734.9000000000001L435.20000000000005,740.1000000000001L435.70000000000005,743.2000000000002L436.80000000000007,746.2000000000002L438.80000000000007,750.9000000000002L439.20000000000005,752.4000000000002L439.20000000000005,754.4000000000002L438.70000000000005,756.4000000000002L437.6,757.8000000000002L435.8,759.5000000000002L429.5,763.1000000000003L417.2,767.0000000000002L407.59999999999997,772.0000000000002L406.29999999999995,772.2000000000003L404.29999999999995,771.9000000000003L400.09999999999997,770.7000000000003L398.7,771.3000000000003L397.3,772.6000000000003L394.90000000000003,775.9000000000002L393.1,779.5000000000002L390.8,784.8000000000002L389.3,787.2000000000002L381.3,796.2000000000002L379.7,798.6000000000001L379,800.4000000000001L379.3,801.6000000000001L380.5,803.9000000000001L382.4,805.9000000000001L385.9,807.8000000000001L386.7,808.6L387.09999999999997,809.6L384.9,811.6L325,846.2L317.8,850.1L313.2,851.8000000000001L302.2,853.4000000000001L300,854.1000000000001L275,866.7000000000002L272.5,868.3000000000002L270.5,870.3000000000002L269.5,872.2000000000002L268.1,877.7000000000002L267.3,879.9000000000002L265.2,879.8000000000002L261.8,878.5000000000002L244.8,868.8000000000002L241.4,866.3000000000002L214.70000000000002,857.4000000000002L209.8,854.7000000000002L206.8,852.1000000000001L203.4,850.4000000000001L194.3,849.3000000000001L191.3,849.0000000000001L193.20000000000002,846.3000000000001L193.9,842.3000000000001L189.4,812.3000000000001L188.9,801.2L191.4,789.6L197.20000000000002,773.7L201.50000000000003,751.7L204.80000000000004,741.2L216.30000000000004,728.4000000000001L231.10000000000005,705.6000000000001L233.50000000000006,699.7000000000002L225.10000000000005,693.1000000000001L214.90000000000006,690.0000000000001L205.70000000000007,685.4000000000001L200.00000000000009,674.8000000000001L198.50000000000009,662.5000000000001L199.00000000000009,651.5000000000001L201.60000000000008,641.1000000000001L210.4000000000001,619.8000000000002L210.50000000000009,610.9000000000002L208.10000000000008,585.8000000000002L212.50000000000009,585.2000000000002L219.8000000000001,584.5000000000001L222.9000000000001,583.2000000000002L227.10000000000008,579.2000000000002L235.80000000000007,572.6000000000001L238.70000000000007,571.0000000000001L240.80000000000007,570.2000000000002L243.00000000000006,570.3000000000002L245.30000000000007,570.9000000000002L256.00000000000006,576.6000000000003L258.80000000000007,577.5000000000002L270.1000000000001,578.2000000000003L275.30000000000007,577.5000000000002L276.00000000000006,576.7000000000003L277.30000000000007,574.7000000000003L277.9000000000001,572.6000000000003L278.6000000000001,568.7000000000003L279.6000000000001,556.3000000000003L280.2000000000001,553.8000000000003L281.0000000000001,551.0000000000003L282.5000000000001,547.5000000000003L284.0000000000001,545.7000000000004L286.4000000000001,543.4000000000004L291.9000000000001,539.0000000000005L294.6000000000001,537.4000000000004L296.6000000000001,536.7000000000004L299.00000000000006,536.9000000000004L318.90000000000003,542.5000000000005L360.90000000000003,560.4000000000004L373.00000000000006,561.2000000000004Z" class="sm_state_TUN110" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="Gabes" onmouseover="displayName('Gabes')" fill="#88a4bc" stroke="#ffffff" d="M546.8,995.1L549.8,999.7L551.9,1001.8000000000001L554.1999999999999,1003.0000000000001L558.3,1004.5000000000001L562.4,1005.2000000000002L567.8,1004.8000000000002L572.0999999999999,1003.8000000000002L574.1999999999999,1003.5000000000002L578.3,1003.6000000000003L580.5,1004.3000000000003L582.3,1005.4000000000003L584.1999999999999,1007.8000000000003L587.1999999999999,1012.6000000000003L590.9999999999999,1016.2000000000003L595.4999999999999,1019.5000000000002L599.7999999999998,1021.8000000000002L605.3999999999999,1022.7000000000002L607.3999999999999,1022.6000000000001L608.5999999999999,1022.2000000000002L609.5999999999999,1021.4000000000002L610.1999999999999,1019.3000000000002L610.0999999999999,1015.9000000000002L610.5999999999999,1013.3000000000002L611.6999999999999,1012.2000000000002L613.1999999999999,1012.1000000000001L614.0999999999999,1012.7000000000002L619.3,1017.4000000000002L618.0999999999999,1018.2000000000002L620.3999999999999,1023.2000000000002L621.2999999999998,1029.1000000000001L621.2999999999998,1041.5000000000002L622.0999999999998,1046.9000000000003L625.5999999999998,1058.3000000000004L626.3999999999997,1063.8000000000004L628.6999999999997,1073.4000000000003L634.1999999999997,1084.4000000000003L656.6999999999997,1116.7000000000003L658.9999999999997,1119.1000000000004L662.4999999999997,1121.0000000000005L697.4999999999997,1156.0000000000005L706.5999999999997,1161.5000000000005L725.7999999999997,1169.9000000000005L729.2999999999997,1170.7000000000005L723.2999999999997,1175.1000000000006L708.0999999999997,1193.9000000000005L706.2999999999997,1196.6000000000006L705.3999999999997,1199.0000000000007L691.7999999999997,1220.6000000000006L686.5999999999997,1231.2000000000005L684.8999999999996,1233.0000000000005L683.4999999999997,1234.0000000000005L667.2999999999996,1238.8000000000004L659.3999999999996,1242.2000000000005L631.2999999999996,1265.6000000000006L628.5999999999996,1266.6000000000006L610.4999999999995,1270.6000000000006L603.2999999999995,1273.8000000000006L601.1999999999995,1274.4000000000005L596.9999999999994,1274.5000000000005L583.5999999999995,1273.3000000000004L579.0999999999995,1274.1000000000004L568.7999999999995,1277.4000000000003L566.4999999999995,1277.7000000000003L564.2999999999995,1277.6000000000004L557.8999999999995,1276.7000000000003L553.3999999999995,1276.6000000000004L543.5999999999996,1266.0000000000005L540.1999999999996,1261.5000000000005L530.4999999999995,1243.0000000000005L527.1999999999996,1238.4000000000005L507.8999999999996,1220.5000000000005L507.09999999999957,1219.0000000000005L506.59999999999957,1217.2000000000005L506.6999999999996,1214.6000000000006L507.59999999999957,1211.4000000000005L513.3999999999995,1202.3000000000006L515.5999999999996,1196.9000000000005L516.1999999999996,1193.5000000000005L515.8999999999996,1191.9000000000005L514.9999999999997,1190.1000000000006L512.8999999999996,1187.0000000000007L501.2999999999996,1174.7000000000007L499.9999999999996,1174.0000000000007L497.8999999999996,1173.8000000000006L494.59999999999957,1174.5000000000007L492.29999999999956,1174.1000000000006L490.09999999999957,1172.7000000000005L488.29999999999956,1170.7000000000005L484.99999999999955,1164.4000000000005L483.49999999999955,1162.1000000000006L482.49999999999955,1161.0000000000007L480.3999999999995,1159.3000000000006L477.8999999999995,1157.9000000000005L467.0999999999995,1153.4000000000005L465.0999999999995,1151.8000000000006L464.2999999999995,1150.8000000000006L451.4999999999995,1128.3000000000006L444.9999999999995,1114.3000000000006L441.0999999999995,1103.7000000000007L438.0999999999995,1092.7000000000007L436.0999999999995,1079.6000000000008L435.7999999999995,1067.000000000001L437.2999999999995,1055.000000000001L437.8999999999995,1053.000000000001L438.99999999999955,1051.000000000001L440.69999999999953,1049.000000000001L445.19999999999953,1045.000000000001L454.3999999999995,1038.3000000000009L458.69999999999953,1034.000000000001L459.8999999999995,1031.900000000001L459.5999999999995,1030.700000000001L458.4999999999995,1029.400000000001L447.2999999999995,1022.600000000001L445.9999999999995,1021.400000000001L441.7999999999995,1016.900000000001L439.3999999999995,1013.100000000001L437.8999999999995,1008.100000000001L452.8999999999995,1001.500000000001L457.99999999999955,1000.2000000000011L485.59999999999957,1003.600000000001L488.09999999999957,1003.600000000001L489.99999999999955,1003.3000000000011L500.09999999999957,997.7000000000011L504.59999999999957,996.2000000000011L508.8999999999996,994.000000000001L516.1999999999996,987.800000000001L519.3999999999996,985.800000000001L529.1999999999996,982.500000000001L531.6999999999996,982.100000000001L533.6999999999996,982.100000000001L535.9999999999995,983.100000000001L540.7999999999995,986.2000000000011L543.1999999999995,988.100000000001L544.7999999999995,990.2000000000011L545.9999999999995,992.600000000001L546.7999999999995,995.100000000001Z" class="sm_state_TUN111" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="gafsa" onmouseover="displayName('Gafsa')" fill="#88a4bc" stroke="#ffffff" d="M508.9,994L504.59999999999997,996.2L500.09999999999997,997.7L489.99999999999994,1003.3000000000001L488.09999999999997,1003.6L485.59999999999997,1003.6L457.99999999999994,1000.2L452.8999999999999,1001.5L437.8999999999999,1008.1L405.3999999999999,1013.3000000000001L401.5999999999999,1013.0000000000001L397.2999999999999,1011.5000000000001L395.0999999999999,1012.0000000000001L385.4999999999999,1015.7000000000002L379.9999999999999,1018.4000000000002L378.1999999999999,1020.5000000000002L377.4999999999999,1021.6000000000003L376.7999999999999,1023.8000000000003L376.4999999999999,1026.0000000000002L376.39999999999986,1032.5000000000002L375.6999999999999,1034.8000000000002L374.09999999999985,1036.8000000000002L372.49999999999983,1037.6000000000001L370.8999999999998,1037.7L355.5999999999998,1036.1000000000001L346.1999999999998,1033.6000000000001L344.3999999999998,1033.6000000000001L342.2999999999998,1034.0000000000002L333.5999999999998,1037.8000000000002L291.5999999999998,1041.7000000000003L278.3999999999998,1038.9000000000003L269.0999999999998,1038.1000000000004L215.4999999999998,1041.3000000000004L214.3999999999998,1040.3000000000004L213.19999999999982,1038.4000000000003L210.99999999999983,1031.4000000000003L209.99999999999983,1027.3000000000004L209.39999999999984,1025.9000000000003L208.39999999999984,1024.3000000000004L205.19999999999985,1021.0000000000005L200.99999999999986,1017.8000000000004L199.59999999999985,1016.9000000000004L181.19999999999985,1010.6000000000005L172.09999999999985,1009.7000000000005L170.99999999999986,1009.3000000000005L168.79999999999987,1007.6000000000005L166.79999999999987,1004.6000000000005L163.79999999999987,999.4000000000004L160.19999999999987,994.1000000000005L158.09999999999988,991.8000000000005L153.59999999999988,987.5000000000006L135.69999999999987,975.6000000000006L134.89999999999986,974.4000000000005L134.79999999999987,972.7000000000005L136.29999999999987,969.6000000000005L137.59999999999988,967.5000000000005L146.29999999999987,956.8000000000004L147.39999999999986,955.8000000000004L149.69999999999987,955.1000000000004L161.39999999999986,953.6000000000004L162.59999999999985,953.0000000000003L163.29999999999984,952.1000000000004L163.39999999999984,950.7000000000004L162.19999999999985,948.5000000000003L161.29999999999984,947.2000000000004L152.69999999999985,938.7000000000004L152.19999999999985,937.0000000000003L152.19999999999985,934.7000000000004L156.19999999999985,919.3000000000004L156.09999999999985,916.4000000000004L154.19999999999985,910.9000000000004L153.09999999999985,909.9000000000004L163.19999999999985,900.9000000000004L168.99999999999986,897.4000000000004L170.89999999999986,895.4000000000004L171.99999999999986,893.3000000000004L173.69999999999985,888.2000000000004L175.19999999999985,885.7000000000004L183.99999999999986,880.2000000000004L185.89999999999986,876.8000000000004L179.59999999999985,866.9000000000004L180.29999999999984,862.3000000000004L183.09999999999985,857.8000000000004L190.99999999999986,849.5000000000005L191.29999999999987,849.0000000000005L194.29999999999987,849.3000000000004L203.39999999999986,850.4000000000004L206.79999999999987,852.1000000000005L209.79999999999987,854.7000000000005L214.69999999999987,857.4000000000005L241.39999999999986,866.3000000000005L244.79999999999987,868.8000000000005L261.79999999999984,878.5000000000006L265.1999999999998,879.8000000000005L267.29999999999984,879.9000000000005L268.09999999999985,877.7000000000005L269.49999999999983,872.2000000000005L270.49999999999983,870.3000000000005L272.49999999999983,868.3000000000005L274.99999999999983,866.7000000000005L299.99999999999983,854.1000000000005L302.1999999999998,853.4000000000004L313.1999999999998,851.8000000000004L317.79999999999984,850.1000000000004L324.99999999999983,846.2000000000004L364.49999999999983,862.0000000000003L387.99999999999983,862.2000000000004L413.29999999999984,866.9000000000004L428.29999999999984,874.9000000000004L430.1999999999998,875.7000000000004L431.6999999999998,876.0000000000003L432.6999999999998,875.9000000000003L434.79999999999984,875.1000000000004L438.29999999999984,873.3000000000004L439.89999999999986,872.6000000000004L442.1999999999999,872.3000000000004L443.39999999999986,872.8000000000004L444.09999999999985,873.7000000000004L443.89999999999986,876.1000000000004L438.09999999999985,891.1000000000004L437.59999999999985,893.4000000000003L437.39999999999986,895.8000000000003L437.4999999999999,897.3000000000003L437.9999999999999,899.7000000000003L439.4999999999999,903.6000000000003L440.39999999999986,905.3000000000003L443.09999999999985,909.0000000000003L448.29999999999984,914.6000000000004L454.79999999999984,920.2000000000004L457.09999999999985,921.8000000000004L458.89999999999986,922.8000000000004L474.29999999999984,928.5000000000005L476.1999999999998,929.8000000000004L478.29999999999984,932.1000000000004L481.89999999999986,937.8000000000004L483.29999999999984,939.6000000000004L485.29999999999984,941.6000000000004L491.6999999999998,946.6000000000004L493.3999999999998,947.6000000000004L504.8999999999998,953.2000000000004L507.6999999999998,955.1000000000004L509.3999999999998,956.8000000000004L509.99999999999983,959.0000000000005L508.8999999999998,994.0000000000005Z" class="sm_state_TUN112" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="sidibouzid" onmouseover="displayName('Sidi Bouzid')" fill="#88a4bc" stroke="#ffffff" d="M483.4,626L490.09999999999997,634.7L491.9,638.4000000000001L491.9,640.4000000000001L490.7,649.8000000000001L489.7,653.4000000000001L488.09999999999997,662.5000000000001L488.29999999999995,664.3000000000001L489.4,666.5000000000001L490.5,668.0000000000001L508.9,685.2000000000002L510.5,686.1000000000001L514.8,687.2000000000002L517.5,687.3000000000002L520.9,686.9000000000002L522.4,687.1000000000003L523.8,687.7000000000003L538.9,703.6000000000003L539.6,704.6000000000003L541.6,708.9000000000002L543.2,711.0000000000002L545.4000000000001,713.4000000000002L547.4000000000001,714.8000000000002L549.7,716.2000000000002L556.6,718.8000000000002L574.5,722.4000000000002L596.4,729.4000000000002L598.8,729.7000000000002L599.8,729.5000000000001L612,725.1000000000001L613.5,726.1000000000001L614.9,728.4000000000001L623.5,758.8000000000001L624.8,761.3000000000001L629.4,767.8000000000001L610.4,810.8000000000001L582.3,857.2L576.8,869L575.0999999999999,873.4L574.3999999999999,876L573.7999999999998,880.1L573.7999999999998,883.1L575.1999999999998,889.1L576.0999999999998,891.1L577.5999999999998,892.2L603.9999999999998,895.4000000000001L609.2999999999997,896.9000000000001L629.0999999999997,906.9000000000001L630.0999999999997,907.8000000000001L631.2999999999997,909.3000000000001L631.5999999999997,911.7L630.7999999999997,917L629.4999999999998,922.1L628.0999999999998,925.4L626.3999999999997,927.4L625.3999999999997,928.3L613.6999999999997,934.3L611.4999999999997,936.1999999999999L607.7999999999996,940.4L606.7999999999996,941.3L604.3999999999996,942L598.8999999999996,941.9L595.5999999999997,942.4L593.5999999999997,943.4L591.9999999999997,944.5L582.8999999999996,952.5L580.5999999999997,954.1L575.7999999999997,956.7L561.1999999999997,961.7L554.2999999999997,965.4000000000001L551.2999999999997,968.3000000000001L548.9999999999998,971.1L548.0999999999998,972.7L547.7999999999998,974.1L549.0999999999998,976.1L553.1999999999998,979.7L554.7999999999998,981.9000000000001L556.1999999999998,984.2L557.8999999999999,988.3000000000001L558.6999999999998,991.8000000000001L558.8999999999999,995.0000000000001L558.4999999999999,996.7000000000002L557.5999999999999,997.8000000000002L555.5999999999999,998.5000000000002L553.5999999999999,998.3000000000002L551.5999999999999,997.5000000000002L546.8,995.1000000000003L546,992.6000000000003L544.8,990.2000000000003L543.1999999999999,988.1000000000003L540.8,986.2000000000003L536,983.1000000000003L533.7,982.1000000000003L531.7,982.1000000000003L529.2,982.5000000000002L519.4000000000001,985.8000000000002L516.2,987.8000000000002L508.90000000000003,994.0000000000002L510.00000000000006,959.0000000000002L509.40000000000003,956.8000000000002L507.70000000000005,955.1000000000001L504.90000000000003,953.2000000000002L493.40000000000003,947.6000000000001L491.70000000000005,946.6000000000001L485.30000000000007,941.6000000000001L483.30000000000007,939.6000000000001L481.9000000000001,937.8000000000002L478.30000000000007,932.1000000000001L476.20000000000005,929.8000000000002L474.30000000000007,928.5000000000002L458.9000000000001,922.8000000000002L457.1000000000001,921.8000000000002L454.80000000000007,920.2000000000002L448.30000000000007,914.6000000000001L443.1000000000001,909.0000000000001L440.4000000000001,905.3000000000001L439.5000000000001,903.6L438.0000000000001,899.7L437.5000000000001,897.3000000000001L437.4000000000001,895.8000000000001L437.6000000000001,893.4000000000001L438.1000000000001,891.1000000000001L443.9000000000001,876.1000000000001L444.1000000000001,873.7000000000002L443.4000000000001,872.8000000000002L442.2000000000001,872.3000000000002L439.9000000000001,872.6000000000001L438.30000000000007,873.3000000000002L434.80000000000007,875.1000000000001L432.70000000000005,875.9000000000001L431.70000000000005,876.0000000000001L430.20000000000005,875.7000000000002L428.30000000000007,874.9000000000002L413.30000000000007,866.9000000000002L388.00000000000006,862.2000000000002L364.50000000000006,862.0000000000001L325.00000000000006,846.2000000000002L384.90000000000003,811.6000000000001L387.1,809.6000000000001L386.70000000000005,808.6000000000001L385.90000000000003,807.8000000000002L382.40000000000003,805.9000000000002L380.50000000000006,803.9000000000002L379.30000000000007,801.6000000000003L379.00000000000006,800.4000000000002L379.70000000000005,798.6000000000003L381.30000000000007,796.2000000000003L389.30000000000007,787.2000000000003L390.80000000000007,784.8000000000003L393.1000000000001,779.5000000000003L394.9000000000001,775.9000000000003L397.30000000000007,772.6000000000004L398.70000000000005,771.3000000000004L400.1,770.7000000000004L404.3,771.9000000000004L406.3,772.2000000000004L407.6,772.0000000000003L417.20000000000005,767.0000000000003L429.50000000000006,763.1000000000004L435.80000000000007,759.5000000000003L437.6000000000001,757.8000000000003L438.7000000000001,756.4000000000003L439.2000000000001,754.4000000000003L439.2000000000001,752.4000000000003L438.8000000000001,750.9000000000003L436.8000000000001,746.2000000000003L435.7000000000001,743.2000000000003L435.2000000000001,740.1000000000003L434.9000000000001,734.9000000000002L435.1000000000001,731.3000000000002L437.2000000000001,718.7000000000002L437.3000000000001,715.5000000000001L436.7000000000001,712.9000000000001L435.2000000000001,710.7L434.1000000000001,709.9000000000001L431.50000000000006,708.5000000000001L413.20000000000005,702.7000000000002L410.30000000000007,700.8000000000002L409.20000000000005,699.3000000000002L408.70000000000005,697.4000000000002L408.90000000000003,694.0000000000002L410.00000000000006,689.4000000000002L413.80000000000007,679.9000000000002L415.20000000000005,677.8000000000002L416.50000000000006,676.3000000000002L418.90000000000003,674.7000000000002L422.70000000000005,671.4000000000002L424.80000000000007,668.4000000000002L427.6000000000001,660.2000000000002L428.50000000000006,658.2000000000002L429.50000000000006,656.6000000000001L431.6000000000001,654.4000000000001L434.00000000000006,652.6000000000001L442.50000000000006,647.6000000000001L445.80000000000007,644.5000000000001L448.6000000000001,641.4000000000001L449.9000000000001,639.4000000000001L450.80000000000007,637.6000000000001L451.80000000000007,633.3000000000002L452.30000000000007,628.1000000000001L465.30000000000007,624.3000000000002L469.9000000000001,624.3000000000002L483.4000000000001,626.0000000000002Z" class="sm_state_TUN113" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="sfax" onmouseover="displayName('Sfax')" fill="#88a4bc" stroke="#ffffff" d="M884.6,877L874.8000000000001,884.8L870.1,883.8L857.1,877.4L852.4,874.1999999999999L858,869.6999999999999L885.9,869.9L888.1999999999999,873.3L884.5999999999999,877ZM929.7,842.6L935.6,848.7L933.7,852.8000000000001L909.9000000000001,862.9000000000001L897.6000000000001,870.4000000000001L893.1000000000001,872.2L891.0000000000001,867.1L894.4000000000001,863.1L898.5000000000001,859.2L902.9000000000001,852.8000000000001L903.5000000000001,848.7L903.2000000000002,846.8000000000001L903.4000000000002,844.0000000000001L905.4000000000002,842.9000000000001L905.9000000000002,845.8000000000001L909.6000000000003,848.2L915.4000000000002,847.1L916.0000000000002,840.5L914.3000000000002,837L916.2000000000002,833L919.1000000000001,830.3L921.1000000000001,827.0999999999999L923.3000000000002,823.8999999999999L927.3000000000002,826.1999999999998L934.3000000000002,827.2999999999998L935.5000000000002,829.9999999999999L929.1000000000003,832.1999999999999L928.2000000000003,833.9999999999999L926.7000000000003,835.8999999999999L926.1000000000003,839.4999999999999L928.3000000000003,840.3999999999999L929.7000000000003,842.5999999999999ZM865,744.2L866.6,752.7L865.6,761.7L857.3000000000001,772.1L847.9000000000001,776.9L841.0000000000001,784.6L842.8000000000001,791.6L840.8000000000001,797.8000000000001L840.7,809.6L830.7,816.9L828.6,819.3L827,820.5999999999999L826,822.3999999999999L828.7,828.2999999999998L829.7,832.2999999999998L820.8000000000001,836.4999999999999L815.0000000000001,840.7999999999998L807.2000000000002,849.4999999999999L803.4000000000002,857.2999999999998L798.6000000000003,861.6999999999998L796.3000000000003,866.9999999999998L792.1000000000003,871.7999999999997L788.1000000000003,874.3999999999997L771.8000000000003,879.6999999999997L769.6000000000003,881.0999999999997L768.7000000000003,883.1999999999997L768.3000000000003,886.2999999999997L767.1000000000003,889.8999999999997L765.2000000000003,892.9999999999998L764.8000000000003,898.7999999999997L763.1000000000003,902.0999999999997L762.7000000000003,907.3999999999996L758.9000000000003,910.9999999999997L753.5000000000003,913.6999999999997L730.7000000000004,917.0999999999997L722.3000000000004,921.7999999999997L709.3000000000004,943.4999999999998L697.5000000000005,946.5999999999998L695.1000000000005,946.3999999999997L692.9000000000004,945.2999999999997L690.1000000000005,945.0999999999997L687.2000000000005,946.1999999999997L685.7000000000005,947.6999999999997L684.7000000000005,949.4999999999997L679.5000000000005,956.4999999999997L677.2000000000005,958.5999999999997L674.0000000000005,959.3999999999996L662.4000000000004,964.4999999999997L657.5000000000005,968.3999999999996L647.8000000000004,972.2999999999996L641.8000000000004,978.6999999999996L638.7000000000004,987.8999999999996L630.0000000000003,1005.5999999999997L624.8000000000003,1013.9999999999997L621.4000000000003,1015.1999999999997L619.3000000000003,1017.3999999999997L614.1000000000003,1012.6999999999997L613.2000000000003,1012.0999999999997L611.7000000000003,1012.1999999999997L610.6000000000003,1013.2999999999997L610.1000000000003,1015.8999999999997L610.2000000000003,1019.2999999999997L609.6000000000003,1021.3999999999997L608.6000000000003,1022.1999999999997L607.4000000000002,1022.5999999999997L605.4000000000002,1022.6999999999997L599.8000000000002,1021.7999999999997L595.5000000000002,1019.4999999999998L591.0000000000002,1016.1999999999998L587.2000000000003,1012.5999999999998L584.2000000000003,1007.7999999999998L582.3000000000003,1005.3999999999999L580.5000000000003,1004.2999999999998L578.3000000000003,1003.5999999999998L574.2000000000003,1003.4999999999998L572.1000000000003,1003.7999999999997L567.8000000000003,1004.7999999999997L562.4000000000003,1005.1999999999997L558.3000000000003,1004.4999999999997L554.2000000000003,1002.9999999999997L551.9000000000003,1001.7999999999996L549.8000000000003,999.6999999999996L546.8000000000003,995.0999999999996L551.6000000000003,997.4999999999995L553.6000000000003,998.2999999999995L555.6000000000003,998.4999999999995L557.6000000000003,997.7999999999995L558.5000000000002,996.6999999999995L558.9000000000002,994.9999999999994L558.7000000000002,991.7999999999994L557.9000000000002,988.2999999999994L556.2000000000002,984.1999999999994L554.8000000000002,981.8999999999994L553.2000000000002,979.6999999999994L549.1000000000001,976.0999999999993L547.8000000000002,974.0999999999993L548.1000000000001,972.6999999999994L549.0000000000001,971.0999999999993L551.3000000000001,968.2999999999994L554.3000000000001,965.3999999999994L561.2,961.6999999999994L575.8000000000001,956.6999999999994L580.6,954.0999999999993L582.9,952.4999999999993L592,944.4999999999993L593.6,943.3999999999993L595.6,942.3999999999993L598.9,941.8999999999993L604.4,941.9999999999993L606.8,941.2999999999993L607.8,940.3999999999993L611.5,936.1999999999992L613.7,934.2999999999993L625.4000000000001,928.2999999999993L626.4000000000001,927.3999999999993L628.1000000000001,925.3999999999993L629.5000000000001,922.0999999999993L630.8000000000001,916.9999999999993L631.6,911.6999999999994L631.3000000000001,909.2999999999994L630.1,907.7999999999994L629.1,906.8999999999994L609.3000000000001,896.8999999999994L604.0000000000001,895.3999999999994L577.6000000000001,892.1999999999994L576.1000000000001,891.0999999999993L575.2000000000002,889.0999999999993L573.8000000000002,883.0999999999993L573.8000000000002,880.0999999999993L574.4000000000002,875.9999999999993L575.1000000000003,873.3999999999993L576.8000000000003,868.9999999999993L582.3000000000003,857.1999999999994L610.4000000000003,810.7999999999994L629.4000000000003,767.7999999999994L631.3000000000003,764.0999999999993L635.9000000000003,756.8999999999993L648.7000000000003,741.9999999999993L658.4000000000003,733.3999999999993L663.6000000000004,729.9999999999993L666.6000000000004,728.7999999999993L672.7000000000004,728.1999999999992L700.8000000000004,733.0999999999992L702.8000000000004,733.6999999999992L704.0000000000005,734.3999999999993L710.9000000000004,739.1999999999992L712.9000000000004,740.2999999999993L716.2000000000004,740.3999999999993L719.6000000000004,739.4999999999993L746.7000000000004,726.5999999999993L751.5000000000003,723.0999999999993L755.7000000000004,719.0999999999993L757.0000000000003,717.0999999999993L757.4000000000003,715.6999999999994L757.2000000000003,713.6999999999994L757.4000000000003,711.3999999999994L758.6000000000004,709.4999999999994L763.2000000000004,706.7999999999994L764.3000000000004,705.8999999999994L765.5000000000005,703.7999999999994L766.0000000000005,701.7999999999994L767.2000000000005,700.0999999999993L769.2000000000005,699.4999999999993L791.0000000000005,705.8999999999993L794.1000000000005,706.0999999999993L796.5000000000005,704.6999999999994L798.8000000000004,702.5999999999993L799.7000000000004,701.4999999999993L801.3000000000004,699.0999999999993L805.1000000000004,690.8999999999993L806.2000000000004,690.5999999999993L807.7000000000004,691.3999999999993L810.7000000000004,694.9999999999993L813.1000000000004,699.4999999999993L814.9000000000003,710.0999999999993L815.8000000000003,713.3999999999993L819.2000000000003,722.4999999999993L820.4000000000003,724.9999999999993L821.8000000000003,726.1999999999994L823.7000000000003,727.0999999999993L827.1000000000003,727.2999999999994L829.1000000000003,726.7999999999994L830.5000000000002,725.9999999999994L833.6000000000003,721.6999999999995L834.5000000000002,720.6999999999995L835.8000000000002,720.5999999999995L837.5000000000002,721.4999999999994L840.3000000000002,724.5999999999995L842.9000000000002,728.1999999999995L849.7000000000002,739.8999999999995L853.2000000000002,741.9999999999995L864.7000000000002,744.1999999999996L865.0000000000001,744.1999999999996Z" class="sm_state_TUN114" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="siliana" onmouseover="displayName('Siliana')" fill="#88a4bc" stroke="#ffffff" d="M375.3,335.6L395.2,354.8L401.2,358.8L403.7,358.3L417.8,353.1L421.3,352.6L424.6,352.6L426.5,353L428.1,353.7L432.40000000000003,356.7L445.1,363.7L448.20000000000005,364.3L450.20000000000005,363.90000000000003L459.90000000000003,346.20000000000005L462.8,342.20000000000005L463.7,341.20000000000005L465.7,339.50000000000006L467.9,338.40000000000003L475.2,337.1L489.2,336.20000000000005L492.3,336.40000000000003L494.6,337.20000000000005L497.90000000000003,339.00000000000006L500.1,340.50000000000006L505.5,346.20000000000005L507,347.30000000000007L509.2,348.6000000000001L512.1,349.1000000000001L514.2,348.7000000000001L516.4000000000001,347.8000000000001L526.9000000000001,342.10000000000014L530.9000000000001,340.40000000000015L536.3000000000001,339.20000000000016L551.0000000000001,337.60000000000014L554.5000000000001,344.20000000000016L555.6000000000001,350.00000000000017L555.3000000000002,353.8000000000002L552.8000000000002,361.6000000000002L550.8000000000002,365.2000000000002L547.5000000000002,369.80000000000024L542.6000000000003,375.7000000000002L537.8000000000003,380.2000000000002L521.8000000000003,390.2000000000002L515.8000000000003,392.6000000000002L514.5000000000003,393.4000000000002L512.6000000000004,395.2000000000002L512.3000000000004,396.6000000000002L512.6000000000004,398.00000000000017L513.4000000000003,399.20000000000016L522.4000000000003,407.8000000000002L524.9000000000003,409.70000000000016L527.5000000000003,411.3000000000002L538.5000000000003,414.20000000000016L550.5000000000003,418.70000000000016L552.9000000000003,420.20000000000016L553.9000000000003,421.00000000000017L554.9000000000003,423.00000000000017L555.9000000000003,426.1000000000002L557.2000000000003,432.7000000000002L557.6000000000003,438.1000000000002L556.9000000000002,440.6000000000002L556.1000000000003,443.00000000000017L554.8000000000003,445.40000000000015L550.4000000000003,451.60000000000014L497.1000000000003,495.70000000000016L493.8000000000003,499.60000000000014L492.0000000000003,502.20000000000016L492.0000000000003,504.60000000000014L493.8000000000003,511.8000000000001L494.2000000000003,514.3000000000002L494.3000000000003,516.9000000000002L493.7000000000003,520.6000000000003L490.2000000000003,530.1000000000003L489.90000000000026,532.5000000000002L490.30000000000024,535.5000000000002L490.90000000000026,537.2000000000003L492.40000000000026,539.6000000000003L494.2000000000003,541.9000000000002L495.8000000000003,543.6000000000003L496.6000000000003,544.8000000000003L497.20000000000033,546.3000000000003L497.1000000000003,549.0000000000003L495.4000000000003,550.8000000000003L489.20000000000033,552.2000000000003L484.6000000000003,554.2000000000003L474.3000000000003,560.8000000000003L471.7000000000003,561.6000000000003L469.2000000000003,561.9000000000002L466.5000000000003,561.8000000000002L463.5000000000003,561.3000000000002L446.40000000000026,555.6000000000001L444.80000000000024,555.5000000000001L443.0000000000002,555.9000000000001L440.4000000000002,557.3000000000001L439.3000000000002,558.6L439.00000000000017,559.9L439.3000000000002,561.1999999999999L440.3000000000002,563.4L473.1000000000002,603.6999999999999L482.8000000000002,622.3L483.4000000000002,626L469.9000000000002,624.3L465.3000000000002,624.3L452.3000000000002,628.0999999999999L452.00000000000017,625.9999999999999L451.40000000000015,623.9999999999999L449.8000000000001,620.5999999999999L448.40000000000015,618.4999999999999L446.50000000000017,616.4999999999999L444.50000000000017,614.8999999999999L435.6000000000002,609.4999999999999L430.6000000000002,606.9999999999999L424.50000000000017,605.8999999999999L423.1000000000002,605.0999999999999L421.7000000000002,603.8L419.9000000000002,600.9L417.0000000000002,594L415.5000000000002,592.5L413.2000000000002,591L403.5000000000002,586.5L402.5000000000002,586.4L400.30000000000024,586.8L397.0000000000002,588.1999999999999L394.80000000000024,588.5999999999999L392.7000000000002,588.0999999999999L388.1000000000002,582.8L373.00000000000017,561.1999999999999L376.40000000000015,549.5999999999999L376.70000000000016,547.3999999999999L377.8000000000002,536.1999999999998L377.8000000000002,524.2999999999998L378.1000000000002,521.7999999999998L378.7000000000002,519.7999999999998L379.5000000000002,518.2999999999998L380.4000000000002,517.2999999999998L389.1000000000002,509.99999999999983L390.50000000000017,507.49999999999983L391.40000000000015,505.09999999999985L392.10000000000014,502.49999999999983L392.90000000000015,497.99999999999983L393.8000000000001,495.79999999999984L397.3000000000001,490.39999999999986L403.2000000000001,483.89999999999986L404.5000000000001,481.6999999999999L405.9000000000001,478.2999999999999L407.6000000000001,471.5999999999999L408.9000000000001,463.3999999999999L409.2000000000001,458.0999999999999L408.4000000000001,455.5999999999999L407.0000000000001,452.5999999999999L403.2000000000001,446.4999999999999L401.1000000000001,443.89999999999986L399.2000000000001,442.09999999999985L384.2000000000001,434.39999999999986L381.0000000000001,432.09999999999985L380.0000000000001,430.49999999999983L379.2000000000001,428.3999999999998L378.8000000000001,424.2999999999998L378.7000000000001,422.0999999999998L379.2000000000001,415.7999999999998L379.2000000000001,411.4999999999998L378.9000000000001,408.9999999999998L377.2000000000001,404.7999999999998L372.4000000000001,396.8999999999998L366.1000000000001,389.0999999999998L363.6000000000001,384.8999999999998L363.1000000000001,383.1999999999998L362.80000000000007,380.99999999999983L363.00000000000006,376.99999999999983L363.6000000000001,374.99999999999983L364.30000000000007,373.29999999999984L365.1000000000001,372.09999999999985L366.7000000000001,368.59999999999985L367.0000000000001,366.29999999999984L366.9000000000001,363.99999999999983L366.6000000000001,362.59999999999985L363.6000000000001,356.39999999999986L352.2000000000001,338.9999999999999L362.6000000000001,334.9999999999999L367.30000000000007,334.0999999999999L371.4000000000001,334.4999999999999L375.30000000000007,335.5999999999999Z" class="sm_state_TUN115" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="mahdia" onmouseover="displayName('Mahdia')" fill="#88a4bc" stroke="#ffffff" d="M763.7,621.7L792.1,631.2L808.8000000000001,634.5L818.0000000000001,634.9L820.4000000000001,634.6L822.1000000000001,634.2L822.8000000000002,633.3000000000001L824.8000000000002,628.5000000000001L827.6000000000001,624.2000000000002L829.6000000000001,621.8000000000002L833.4000000000001,618.1000000000001L838.8000000000001,614.1000000000001L844.3000000000001,611.0000000000001L864.6,603.4000000000001L864.8000000000001,605.7L867.0000000000001,612.2L870.7000000000002,616.8000000000001L881.9000000000002,620.3000000000001L875.3000000000002,626.3000000000001L873.5000000000002,634.4000000000001L872.3000000000002,641.9000000000001L873.2000000000002,654.9000000000001L870.2000000000002,661.1000000000001L871.5000000000001,672.0000000000001L877.3000000000001,681.3000000000001L885.9000000000001,692.2L891.0000000000001,696.2L897.1000000000001,699L900.4000000000001,700.8L900.0000000000001,706.5999999999999L893.3000000000001,706.8L888.4000000000001,710.5L883.7,720L876.5,726.1L873.1,732.8000000000001L869.7,740.0000000000001L865,744.2000000000002L864.7,744.2000000000002L853.2,742.0000000000001L849.7,739.9000000000001L842.9000000000001,728.2L840.3000000000001,724.6L837.5000000000001,721.5L835.8000000000001,720.6L834.5000000000001,720.7L833.6000000000001,721.7L830.5000000000001,726L829.1000000000001,726.8L827.1000000000001,727.3L823.7000000000002,727.0999999999999L821.8000000000002,726.1999999999999L820.4000000000002,724.9999999999999L819.2000000000002,722.4999999999999L815.8000000000002,713.3999999999999L814.9000000000002,710.0999999999999L813.1000000000003,699.4999999999999L810.7000000000003,694.9999999999999L807.7000000000003,691.3999999999999L806.2000000000003,690.5999999999999L805.1000000000003,690.8999999999999L801.3000000000003,699.0999999999999L799.7000000000003,701.4999999999999L798.8000000000003,702.5999999999999L796.5000000000003,704.6999999999999L794.1000000000004,706.0999999999999L791.0000000000003,705.8999999999999L769.2000000000004,699.4999999999999L767.2000000000004,700.0999999999999L766.0000000000003,701.8L765.5000000000003,703.8L764.3000000000003,705.9L763.2000000000003,706.8L758.6000000000003,709.5L757.4000000000002,711.4L757.2000000000002,713.6999999999999L757.4000000000002,715.6999999999999L757.0000000000002,717.0999999999999L755.7000000000003,719.0999999999999L751.5000000000002,723.0999999999999L746.7000000000003,726.5999999999999L719.6000000000003,739.4999999999999L716.2000000000003,740.3999999999999L712.9000000000003,740.2999999999998L710.9000000000003,739.1999999999998L704.0000000000003,734.3999999999999L702.8000000000003,733.6999999999998L700.8000000000003,733.0999999999998L672.7000000000003,728.1999999999998L673.1000000000003,716.6999999999998L672.8000000000003,712.7999999999998L671.5000000000003,709.4999999999999L665.6000000000004,700.8999999999999L664.5000000000003,698.7999999999998L663.9000000000003,696.7999999999998L663.7000000000003,695.2999999999998L663.7000000000003,692.3999999999999L664.5000000000002,684.0999999999999L664.4000000000002,681.0999999999999L663.8000000000002,676.3L663.2000000000002,674.0999999999999L662.5000000000001,672.0999999999999L660.5000000000001,667.8999999999999L659.4000000000001,664.5999999999999L659.8000000000001,662.1999999999999L660.8000000000001,658.8L668.4000000000001,640L671.1000000000001,635.5L676.2000000000002,629.1L677.3000000000002,627L677.5000000000002,624.7L677.3000000000002,622.4000000000001L673.6000000000001,612.5000000000001L673.5000000000001,611.3000000000001L673.8000000000001,609.9000000000001L674.5000000000001,608.5000000000001L676.1000000000001,606.2000000000002L680.8000000000002,603.0000000000001L691.5000000000002,599.4000000000001L689.7000000000003,606.5000000000001L689.4000000000003,609.0000000000001L689.8000000000003,612.1000000000001L690.4000000000003,613.5000000000001L692.3000000000003,615.7000000000002L698.0000000000003,620.1000000000001L700.9000000000003,623.6000000000001L702.3000000000003,624.3000000000002L704.0000000000003,624.7000000000002L711.7000000000004,622.9000000000002L714.0000000000003,623.0000000000002L722.6000000000004,625.5000000000002L725.2000000000004,627.0000000000002L726.1000000000004,628.2000000000003L727.2000000000004,631.0000000000002L727.6000000000004,636.6000000000003L728.0000000000003,638.2000000000003L728.8000000000003,639.4000000000003L730.0000000000003,640.4000000000003L744.2000000000004,646.7000000000003L745.6000000000004,647.0000000000002L747.1000000000004,646.8000000000002L748.5000000000003,646.3000000000002L749.7000000000004,644.9000000000002L750.8000000000004,643.1000000000003L752.1000000000004,639.7000000000003L752.8000000000004,638.1000000000003L753.9000000000004,636.6000000000003L759.9000000000004,633.4000000000002L761.4000000000004,630.6000000000003L763.7000000000004,621.7000000000003Z" class="sm_state_TUN116" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="monastir" onmouseover="displayName('Monastir')" fill="#88a4bc" stroke="#ffffff" d="M864.6,603.4L844.3000000000001,611L838.8000000000001,614.1L833.4000000000001,618.1L829.6000000000001,621.8000000000001L827.6000000000001,624.2L824.8000000000002,628.5L822.8000000000002,633.3L822.1000000000001,634.1999999999999L820.4000000000001,634.5999999999999L818.0000000000001,634.8999999999999L808.8000000000001,634.4999999999999L792.1,631.1999999999999L763.7,621.6999999999999L761.5,619.5999999999999L755.7,617.3L754.2,617.0999999999999L752.9000000000001,617.4999999999999L751.9000000000001,618.2999999999998L750.9000000000001,619.9999999999999L750.1000000000001,622.7999999999998L748.2000000000002,626.1999999999998L746.6000000000001,627.0999999999998L744.7000000000002,627.4999999999998L739.7000000000002,626.8999999999997L737.6000000000001,626.1999999999997L735.5000000000001,624.4999999999997L734.0000000000001,621.6999999999997L734.0000000000001,619.7999999999997L734.4000000000001,616.4999999999998L735.0000000000001,614.9999999999998L736.0000000000001,614.0999999999998L743.8000000000001,610.5999999999998L746.0000000000001,609.0999999999998L746.9000000000001,607.8999999999997L747.5000000000001,606.4999999999998L747.4000000000001,604.3999999999997L746.8000000000001,602.9999999999998L744.5000000000001,599.6999999999998L744.5000000000001,598.4999999999998L745.2000000000002,597.1999999999998L747.3000000000002,595.5999999999998L750.0000000000002,594.3999999999997L755.5000000000002,593.1999999999997L764.2000000000003,590.0999999999997L768.2000000000003,587.5999999999997L770.1000000000003,585.9999999999997L771.3000000000003,583.7999999999996L772.4000000000003,580.5999999999996L773.9000000000003,570.7999999999996L774.0000000000003,568.5999999999996L773.1000000000004,559.1999999999996L773.0000000000003,553.5999999999996L773.1000000000004,552.2999999999996L775.5000000000003,547.7999999999996L785.1000000000004,535.9999999999997L785.7000000000004,535.1999999999997L786.3000000000004,535.7999999999997L791.0000000000005,538.2999999999997L798.5000000000005,541.1999999999997L813.2000000000005,535.9999999999997L815.7000000000005,536.5999999999997L817.9000000000005,537.9999999999997L822.4000000000005,542.1999999999997L819.7000000000005,546.1999999999997L818.3000000000005,552.0999999999997L819.5000000000006,558.1999999999997L822.3000000000005,562.5999999999997L832.2000000000005,567.2999999999997L854.3000000000005,575.9999999999998L864.1000000000005,574.8999999999997L871.2000000000005,580.8999999999997L874.6000000000005,587.8999999999997L865.3000000000005,591.5999999999998L864.1000000000005,598.5999999999998L864.6000000000005,603.3999999999997Z" class="sm_state_TUN117" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="jendouba" onmouseover="displayName('Jendouba')" fill="#88a4bc" stroke="#ffffff" d="M375.3,335.6L371.40000000000003,334.5L367.3,334.1L362.6,335L352.20000000000005,339L331.00000000000006,346.3L272.6000000000001,349.3L270.4000000000001,349.7L261.1000000000001,353.09999999999997L239.10000000000008,364.49999999999994L234.20000000000007,364.79999999999995L218.90000000000006,363.49999999999994L215.00000000000006,363.8999999999999L215.60000000000005,359.69999999999993L216.00000000000006,347.19999999999993L215.50000000000006,341.3999999999999L213.40000000000006,335.7999999999999L209.70000000000007,333.4999999999999L205.10000000000008,332.1999999999999L200.30000000000007,329.6999999999999L179.10000000000008,326.9999999999999L169.10000000000008,322.7999999999999L169.60000000000008,312.3999999999999L175.4000000000001,305.2999999999999L182.4000000000001,300.7999999999999L198.2000000000001,294.7999999999999L227.8000000000001,276.7999999999999L233.3000000000001,270.6999999999999L238.8000000000001,259.9999999999999L240.9000000000001,249.2999999999999L236.00000000000009,243.0999999999999L227.50000000000009,238.5999999999999L229.00000000000009,233.6999999999999L236.60000000000008,229.99999999999991L246.00000000000009,228.79999999999993L255.20000000000007,229.49999999999991L263.6000000000001,227.6999999999999L280.50000000000006,220.8999999999999L284.90000000000003,217.6999999999999L285.1,213.99999999999991L276.70000000000005,201.0999999999999L275.90000000000003,197.99999999999991L276.1,194.29999999999993L275.3,186.19999999999993L279.90000000000003,184.29999999999993L297.20000000000005,177.09999999999994L303.20000000000005,175.89999999999995L324.1,175.89999999999995L329.5,173.99999999999994L339.6,165.39999999999995L347,161.89999999999995L357.6,173.19999999999996L359.20000000000005,176.39999999999995L358.40000000000003,177.09999999999994L353.8,178.79999999999993L352.2,179.59999999999994L351.4,180.49999999999994L350.79999999999995,182.69999999999993L351.09999999999997,184.19999999999993L351.79999999999995,185.49999999999994L361.09999999999997,196.19999999999993L365.7,203.79999999999993L366.59999999999997,206.29999999999993L366.79999999999995,208.29999999999993L365.19999999999993,210.59999999999994L356.19999999999993,218.09999999999994L355.19999999999993,219.09999999999994L354.0999999999999,221.59999999999994L353.7999999999999,223.29999999999993L353.6999999999999,225.99999999999991L352.89999999999986,229.29999999999993L351.6999999999999,231.89999999999992L351.1999999999999,233.5999999999999L351.4999999999999,234.89999999999992L352.39999999999986,236.0999999999999L354.89999999999986,237.89999999999992L356.1999999999999,238.39999999999992L370.1999999999999,240.69999999999993L373.89999999999986,242.79999999999993L376.1999999999999,244.69999999999993L377.4999999999999,246.29999999999993L378.0999999999999,248.99999999999991L376.4999999999999,264.2999999999999L376.9999999999999,269.9999999999999L377.6999999999999,272.0999999999999L378.59999999999985,273.7999999999999L380.49999999999983,276.2999999999999L388.6999999999998,298.2999999999999L390.1999999999998,303.8999999999999L390.49999999999983,307.3999999999999L389.6999999999998,308.49999999999994L385.79999999999984,312.8999999999999L384.1999999999998,315.0999999999999L383.29999999999984,317.2999999999999L382.79999999999984,320.1999999999999L382.59999999999985,328.89999999999986L381.99999999999983,331.09999999999985L381.09999999999985,332.1999999999999L379.89999999999986,332.9999999999999L375.29999999999984,335.5999999999999Z" class="sm_state_TUN106" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="nabeul" onmouseover="displayName('Nabeul')" fill="#88a4bc" stroke="#ffffff" d="M746.2,365.7L743.6,360.09999999999997L741.8000000000001,358.4L740.4000000000001,358.29999999999995L738.5000000000001,358.69999999999993L735.3000000000001,360.19999999999993L733.5000000000001,361.3999999999999L731.8000000000001,362.0999999999999L730.2,362.19999999999993L727.7,360.79999999999995L726.1,359.59999999999997L721.2,358.49999999999994L706.1,361.19999999999993L704.6,360.99999999999994L702.7,359.99999999999994L701.8000000000001,359.09999999999997L700.4000000000001,356.79999999999995L699.7,350.59999999999997L700.2,329.09999999999997L704.6,302.29999999999995L703.7,294.99999999999994L703.1,292.79999999999995L703.6,289.79999999999995L712.9,271.19999999999993L718.3,251.89999999999992L718.5999999999999,250.29999999999993L723.5999999999999,250.49999999999991L735.9999999999999,244.1999999999999L743.5999999999999,242.2999999999999L748.3,237.3999999999999L751.8,221.7999999999999L755.3,209.4999999999999L759.6999999999999,205.59999999999988L764.9,204.4999999999999L776.3,205.2999999999999L786.5,203.2999999999999L796,199.5999999999999L808.2,190.7999999999999L815.7,182.8999999999999L817.9000000000001,181.7999999999999L818.9000000000001,178.9999999999999L819.6000000000001,177.3999999999999L833.7000000000002,165.8999999999999L835.7000000000002,163.3999999999999L836.3000000000002,159.9999999999999L835.4000000000002,157.8999999999999L835.0000000000002,155.8999999999999L837.2000000000003,152.7999999999999L842.5000000000002,150.1999999999999L854.8000000000002,148.8999999999999L864.3000000000002,141.6999999999999L869.3000000000002,140.8999999999999L873.6000000000001,143.09999999999988L875.9000000000001,148.59999999999988L875.6000000000001,151.19999999999987L873.0000000000001,154.89999999999986L872.4000000000001,158.09999999999985L873.0000000000001,161.49999999999986L875.4000000000001,165.89999999999986L875.9000000000001,168.59999999999985L876.8000000000001,170.69999999999985L881.0000000000001,177.09999999999985L882.6000000000001,180.09999999999985L883.2000000000002,183.09999999999985L883.6000000000001,189.69999999999985L884.2000000000002,192.59999999999985L885.4000000000002,194.99999999999986L887.0000000000002,197.79999999999987L888.8000000000002,199.99999999999986L890.1000000000001,200.99999999999986L891.5000000000001,202.69999999999985L894.4000000000001,207.29999999999984L893.1000000000001,212.29999999999984L889.7000000000002,217.09999999999985L879.9000000000002,221.09999999999985L866.6000000000003,232.39999999999986L859.3000000000003,245.89999999999986L848.9000000000003,261.1999999999999L831.7000000000003,293.2999999999999L818.6000000000003,326.2999999999999L812.3000000000003,334.7999999999999L792.0000000000003,340.0999999999999L768.4000000000003,353.4999999999999L759.9000000000003,351.1999999999999L751.4000000000003,357.4999999999999L746.2000000000003,365.6999999999999Z" class="sm_state_TUN107" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="zaghouan" onmouseover="displayName('Zaghouan')" fill="#88a4bc" stroke="#ffffff" d="M609.8,279L614.6999999999999,288.1L616.3,290L618.8,292.5L620.4,293.3L621.6999999999999,293.6L623.8,293.20000000000005L626.3,292.00000000000006L629.1999999999999,292.6000000000001L633.4999999999999,294.00000000000006L643.2999999999998,298.6000000000001L649.9999999999999,303.6000000000001L650.5999999999999,304.9000000000001L672.8,325.30000000000007L674.9,328.30000000000007L674.4,330.6000000000001L674.6999999999999,332.1000000000001L675.3,333.9000000000001L677.1999999999999,336.9000000000001L678.4999999999999,337.4000000000001L679.8999999999999,337.30000000000007L680.8999999999999,336.50000000000006L689.9999999999999,331.20000000000005L692.2999999999998,330.30000000000007L694.4999999999999,329.70000000000005L700.1999999999999,329.1L699.6999999999999,350.6L700.4,356.8L701.8,359.1L702.6999999999999,360L704.5999999999999,361L706.0999999999999,361.2L706.3,378.59999999999997L705.3,383.7L702,386.3L700.6,387.8L700.4,389L702.1999999999999,391.6L703.4,393.5L704.1,396.7L703.7,398.4L702.8000000000001,399.5L685.2,403.1L683.9000000000001,403.70000000000005L682.2,404.80000000000007L681.6,405.9000000000001L681.5,407.1000000000001L682.7,410.9000000000001L682.7,412.9000000000001L682.3000000000001,415.4000000000001L681.1,420.4000000000001L680.1,423.0000000000001L679.1,424.8000000000001L678.2,425.8000000000001L676.1,427.40000000000015L673.7,428.70000000000016L667.3000000000001,431.50000000000017L652.7,436.40000000000015L648.7,439.20000000000016L646.6,443.20000000000016L645,445.20000000000016L641.6,448.60000000000014L639.7,449.5000000000001L638.1,449.3000000000001L635.5,446.10000000000014L634.2,447.5000000000001L633.5,450.3000000000001L631.9,461.0000000000001L631.4,462.7000000000001L630.6,464.8000000000001L628.7,467.90000000000015L627.2,468.90000000000015L625.7,469.00000000000017L624.5,468.3000000000002L617.9,461.70000000000016L616.1999999999999,460.3000000000002L612.8,458.50000000000017L603.0999999999999,456.70000000000016L600.8,455.70000000000016L593.0999999999999,451.00000000000017L584.4999999999999,451.20000000000016L562.7999999999998,454.3000000000002L557.7999999999998,454.00000000000017L555.5999999999998,453.50000000000017L550.3999999999997,451.6000000000002L554.7999999999997,445.4000000000002L556.0999999999997,443.0000000000002L556.8999999999996,440.60000000000025L557.5999999999997,438.10000000000025L557.1999999999997,432.7000000000003L555.8999999999997,426.10000000000025L554.8999999999997,423.0000000000002L553.8999999999997,421.0000000000002L552.8999999999997,420.2000000000002L550.4999999999998,418.7000000000002L538.4999999999998,414.2000000000002L527.4999999999998,411.30000000000024L524.8999999999997,409.7000000000002L522.3999999999997,407.80000000000024L513.3999999999997,399.2000000000002L512.5999999999998,398.0000000000002L512.2999999999998,396.60000000000025L512.5999999999998,395.2000000000003L514.4999999999998,393.40000000000026L515.7999999999997,392.60000000000025L521.7999999999997,390.2000000000003L537.7999999999997,380.2000000000003L542.5999999999997,375.7000000000003L547.4999999999997,369.8000000000003L550.7999999999996,365.2000000000003L552.7999999999996,361.60000000000025L555.2999999999996,353.80000000000024L555.5999999999996,350.0000000000002L554.4999999999995,344.2000000000002L550.9999999999995,337.6000000000002L553.9999999999995,330.2000000000002L561.1999999999996,319.80000000000024L562.6999999999996,315.80000000000024L567.1999999999996,310.90000000000026L581.5999999999996,298.80000000000024L589.0999999999996,296.40000000000026L591.4999999999995,294.2000000000003L595.4999999999995,284.60000000000025L599.4999999999995,277.30000000000024L600.8999999999995,275.7000000000002L602.1999999999995,274.7000000000002L604.2999999999995,274.2000000000002L606.2999999999995,274.30000000000024L607.2999999999995,274.90000000000026L608.7999999999995,276.80000000000024L609.7999999999995,279.0000000000002Z" class="sm_state_TUN120" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="bizerte" onmouseover="displayName('Bizerte')" fill="#88a4bc" stroke="#ffffff" d="M670.1,128.2L668.5,128.5L656.9,132.5L644.1,133.8L642.3000000000001,134.70000000000002L640.6,136.10000000000002L638.1,139.20000000000002L636.6,141.70000000000002L634.5,144.50000000000003L633.1,146.90000000000003L631.5,151.40000000000003L623,169.00000000000003L621,172.00000000000003L617.1,179.50000000000003L615.2,184.60000000000002L614.2,186.70000000000002L613.3000000000001,187.70000000000002L611.9000000000001,188.60000000000002L609.9000000000001,189.3L606.6000000000001,189.4L603.1000000000001,189.1L601.4000000000001,188.7L588.4000000000001,182.6L583.7,181.2L578.8000000000001,180.6L569.9000000000001,181L568.1000000000001,181.9L565.8000000000002,183.5L561.5000000000002,187.3L558.2000000000003,191.3L555.3000000000003,196.5L553.7000000000003,197.7L551.4000000000003,198.89999999999998L538.5000000000003,201.79999999999998L517.3000000000003,211.49999999999997L507.6000000000003,219.89999999999998L504.9000000000003,220.79999999999998L502.6000000000003,222.2L500.3000000000003,224.2L476.8000000000003,249L474.5000000000003,250.9L472.2000000000003,251.8L470.10000000000025,251.8L467.90000000000026,251.4L466.80000000000024,250.9L463.5000000000002,248.8L462.2000000000002,246.9L460.7000000000002,244.20000000000002L458.7000000000002,238.50000000000003L458.2000000000002,235.70000000000002L458.0000000000002,233.8L459.4000000000002,229.8L460.0000000000002,228.60000000000002L461.9000000000002,223.40000000000003L462.7000000000002,219.50000000000003L462.80000000000024,215.80000000000004L461.40000000000026,212.90000000000003L458.90000000000026,210.80000000000004L456.0000000000003,208.90000000000003L447.2000000000003,206.00000000000003L444.90000000000026,204.80000000000004L442.7000000000003,203.30000000000004L434.60000000000025,195.60000000000005L433.40000000000026,193.90000000000006L432.10000000000025,191.60000000000005L428.90000000000026,182.80000000000004L423.0000000000003,169.90000000000003L420.7000000000003,162.30000000000004L419.8000000000003,160.00000000000003L417.3000000000003,156.70000000000002L414.2000000000003,154.00000000000003L412.5000000000003,152.90000000000003L410.90000000000026,152.30000000000004L395.7000000000003,152.60000000000005L394.60000000000025,152.40000000000006L393.40000000000026,151.60000000000005L392.40000000000026,150.30000000000004L391.30000000000024,147.60000000000005L390.60000000000025,144.10000000000005L391.0000000000002,139.80000000000004L392.4000000000002,133.20000000000005L392.8000000000002,128.50000000000006L392.20000000000016,118.00000000000006L391.90000000000015,116.60000000000005L411.40000000000015,108.60000000000005L414.3000000000001,106.80000000000005L419.5000000000001,98.40000000000005L423.9000000000001,96.00000000000004L456.2000000000001,95.60000000000004L465.5000000000001,91.90000000000003L471.4000000000001,85.40000000000003L474.9000000000001,83.10000000000004L478.2000000000001,84.50000000000004L480.7000000000001,86.00000000000004L483.4000000000001,85.50000000000004L486.0000000000001,84.20000000000005L493.10000000000014,82.40000000000005L498.90000000000015,79.80000000000005L504.10000000000014,76.30000000000005L507.5000000000001,72.80000000000005L512.5000000000001,75.60000000000005L517.0000000000001,74.80000000000005L526.0000000000001,68.60000000000005L531.1000000000001,65.90000000000005L535.3000000000002,64.80000000000005L546.0000000000002,64.60000000000005L551.4000000000002,62.40000000000005L554.4000000000002,61.80000000000005L557.0000000000002,63.40000000000005L558.9000000000002,65.40000000000005L561.4000000000002,66.30000000000005L582.3000000000002,66.90000000000005L582.9000000000002,70.70000000000005L583.0000000000002,84.60000000000005L575.4000000000002,90.70000000000005L566.2000000000002,94.70000000000005L561.0000000000001,102.30000000000004L561.8000000000001,104.60000000000004L565.7,113.00000000000004L566.9000000000001,114.90000000000005L568.3000000000001,115.90000000000005L569.8000000000001,120.20000000000005L571.8000000000001,121.20000000000005L582.5000000000001,122.70000000000005L587.5000000000001,121.70000000000005L592.9000000000001,117.20000000000005L595.9000000000001,113.10000000000005L598.6000000000001,107.40000000000005L598.5000000000001,102.40000000000005L582.9000000000001,96.00000000000004L580.5000000000001,96.30000000000004L575.5000000000001,97.90000000000003L572.7000000000002,97.90000000000003L572.7000000000002,96.00000000000003L578.7000000000002,91.90000000000003L581.0000000000001,91.20000000000003L582.5000000000001,89.80000000000003L584.4000000000001,87.50000000000003L588.1000000000001,86.90000000000003L611.9000000000001,92.30000000000004L616.3000000000001,91.90000000000003L629.3000000000001,86.00000000000003L631.4000000000001,86.50000000000003L635.3000000000001,92.60000000000002L652.5000000000001,95.20000000000002L660.5000000000001,102.50000000000001L678.6000000000001,109.10000000000001L683.3000000000002,113.00000000000001L675.5000000000002,115.10000000000001L671.8000000000002,116.60000000000001L668.4000000000002,119.10000000000001L667.1000000000003,114.10000000000001L660.3000000000003,113.2L652.5000000000003,115.2L648.1000000000004,119.10000000000001L649.9000000000003,124.10000000000001L656.3000000000003,126.60000000000001L663.7000000000003,126.9L668.4000000000003,125.60000000000001L670.1000000000004,128.20000000000002Z" class="sm_state_TUN105" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="benarous" onmouseover="displayName('Ben Arous')" fill="#88a4bc" stroke="#ffffff" d="M718.6,250.3L718.3000000000001,251.9L712.9000000000001,271.2L703.6000000000001,289.8L703.1000000000001,292.8L703.7000000000002,295L704.6000000000001,302.3L700.2000000000002,329.1L694.5000000000001,329.70000000000005L692.3000000000001,330.30000000000007L690.0000000000001,331.20000000000005L680.9000000000001,336.50000000000006L679.9000000000001,337.30000000000007L678.5000000000001,337.4000000000001L677.2000000000002,336.9000000000001L675.3000000000002,333.9000000000001L674.7000000000002,332.1000000000001L674.4000000000002,330.6000000000001L674.9000000000002,328.30000000000007L672.8000000000002,325.30000000000007L650.6000000000001,304.9000000000001L650.0000000000001,303.6000000000001L643.3000000000001,298.6000000000001L633.5000000000001,294.00000000000006L629.2000000000002,292.6000000000001L626.3000000000002,292.00000000000006L623.8000000000002,293.20000000000005L621.7000000000002,293.6L620.4000000000002,293.3L618.8000000000002,292.5L616.3000000000002,290L614.7000000000002,288.1L609.8000000000002,279L613.5000000000002,278.2L618.0000000000002,275L630.2000000000003,262.5L633.0000000000002,263.3L635.5000000000002,263.7L638.8000000000002,263.8L644.2000000000002,262.90000000000003L645.6000000000001,262.00000000000006L647.1000000000001,260.70000000000005L650.7000000000002,255.90000000000003L652.2000000000002,254.70000000000005L654.1000000000001,254.30000000000004L658.0000000000001,255.10000000000005L660.2000000000002,255.10000000000005L663.0000000000001,254.60000000000005L664.7000000000002,254.40000000000006L666.4000000000002,253.90000000000006L668.4000000000002,252.60000000000005L671.7000000000002,249.20000000000005L675.0000000000001,246.60000000000005L676.4000000000001,243.70000000000005L679.4000000000001,232.90000000000003L678.8000000000001,231.40000000000003L679.6,230.70000000000005L683.3000000000001,223.90000000000003L688.6,235.60000000000002L695,244.50000000000003L703.6,249.80000000000004L715.3000000000001,251.20000000000005L718.6,250.30000000000004Z" class="sm_state_TUN104" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="beja" onmouseover="displayName('Beja')" fill="#88a4bc" stroke="#ffffff" d="M507.6,219.9L536.2,246.70000000000002L550,251.50000000000003L556.6,252.00000000000003L558,252.80000000000004L558.8,253.80000000000004L559.6999999999999,257.20000000000005L561.4999999999999,262.1L569.4999999999999,278.90000000000003L579.0999999999999,293.1L581.5999999999999,298.8L567.1999999999999,310.90000000000003L562.6999999999999,315.8L561.1999999999999,319.8L553.9999999999999,330.2L550.9999999999999,337.59999999999997L536.2999999999998,339.2L530.8999999999999,340.4L526.8999999999999,342.09999999999997L516.3999999999999,347.79999999999995L514.1999999999998,348.69999999999993L512.0999999999998,349.0999999999999L509.1999999999998,348.5999999999999L506.99999999999983,347.2999999999999L505.49999999999983,346.1999999999999L500.09999999999985,340.4999999999999L497.89999999999986,338.9999999999999L494.59999999999985,337.1999999999999L492.29999999999984,336.39999999999986L489.1999999999998,336.1999999999999L475.1999999999998,337.09999999999985L467.8999999999998,338.39999999999986L465.6999999999998,339.4999999999999L463.6999999999998,341.1999999999999L462.79999999999984,342.1999999999999L459.89999999999986,346.1999999999999L450.1999999999999,363.89999999999986L448.1999999999999,364.29999999999984L445.09999999999985,363.6999999999998L432.39999999999986,356.6999999999998L428.09999999999985,353.6999999999998L426.49999999999983,352.99999999999983L424.59999999999985,352.59999999999985L421.29999999999984,352.59999999999985L417.79999999999984,353.09999999999985L403.6999999999998,358.29999999999984L401.1999999999998,358.79999999999984L395.1999999999998,354.79999999999984L375.29999999999984,335.59999999999985L379.89999999999986,332.99999999999983L381.09999999999985,332.1999999999998L381.99999999999983,331.0999999999998L382.59999999999985,328.8999999999998L382.79999999999984,320.1999999999998L383.29999999999984,317.29999999999984L384.1999999999998,315.09999999999985L385.79999999999984,312.89999999999986L389.6999999999998,308.4999999999999L390.49999999999983,307.39999999999986L390.1999999999998,303.89999999999986L388.6999999999998,298.29999999999984L380.49999999999983,276.29999999999984L378.59999999999985,273.79999999999984L377.6999999999999,272.09999999999985L376.9999999999999,269.99999999999983L376.4999999999999,264.29999999999984L378.0999999999999,248.99999999999983L377.4999999999999,246.29999999999984L376.1999999999999,244.69999999999985L373.89999999999986,242.79999999999984L370.1999999999999,240.69999999999985L356.1999999999999,238.39999999999984L354.89999999999986,237.89999999999984L352.39999999999986,236.09999999999982L351.4999999999999,234.89999999999984L351.1999999999999,233.59999999999982L351.6999999999999,231.89999999999984L352.89999999999986,229.29999999999984L353.6999999999999,225.99999999999983L353.7999999999999,223.29999999999984L354.0999999999999,221.59999999999985L355.19999999999993,219.09999999999985L356.19999999999993,218.09999999999985L365.19999999999993,210.59999999999985L366.79999999999995,208.29999999999984L366.59999999999997,206.29999999999984L365.7,203.79999999999984L361.09999999999997,196.19999999999985L351.79999999999995,185.49999999999986L351.09999999999997,184.19999999999985L350.79999999999995,182.69999999999985L351.4,180.49999999999986L352.2,179.59999999999985L353.8,178.79999999999984L358.40000000000003,177.09999999999985L359.20000000000005,176.39999999999986L357.6,173.19999999999987L347,161.89999999999986L348.9,161.09999999999985L354.29999999999995,155.79999999999984L361.9,146.49999999999983L369.4,131.89999999999984L372.7,129.69999999999985L375.09999999999997,128.49999999999986L381.9,121.19999999999986L384.5,119.59999999999987L391.9,116.59999999999987L392.2,117.99999999999987L392.8,128.4999999999999L392.40000000000003,133.19999999999987L391.00000000000006,139.79999999999987L390.6000000000001,144.09999999999988L391.30000000000007,147.59999999999988L392.4000000000001,150.29999999999987L393.4000000000001,151.59999999999988L394.6000000000001,152.3999999999999L395.7000000000001,152.59999999999988L410.9000000000001,152.29999999999987L412.5000000000001,152.89999999999986L414.2000000000001,153.99999999999986L417.3000000000001,156.69999999999985L419.8000000000001,159.99999999999986L420.7000000000001,162.29999999999987L423.0000000000001,169.89999999999986L428.9000000000001,182.79999999999987L432.1000000000001,191.59999999999988L433.4000000000001,193.8999999999999L434.6000000000001,195.59999999999988L442.7000000000001,203.29999999999987L444.9000000000001,204.79999999999987L447.2000000000001,205.99999999999986L456.0000000000001,208.89999999999986L458.9000000000001,210.79999999999987L461.4000000000001,212.89999999999986L462.80000000000007,215.79999999999987L462.70000000000005,219.49999999999986L461.90000000000003,223.39999999999986L460.00000000000006,228.59999999999985L459.40000000000003,229.79999999999984L458.00000000000006,233.79999999999984L458.20000000000005,235.69999999999985L458.70000000000005,238.49999999999986L460.70000000000005,244.19999999999985L462.20000000000005,246.89999999999984L463.50000000000006,248.79999999999984L466.80000000000007,250.89999999999984L467.9000000000001,251.39999999999984L470.1000000000001,251.79999999999984L472.2000000000001,251.79999999999984L474.5000000000001,250.89999999999984L476.8000000000001,248.99999999999983L500.3000000000001,224.19999999999982L502.60000000000014,222.19999999999982L504.90000000000015,220.7999999999998L507.60000000000014,219.8999999999998Z" class="sm_state_TUN103" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="manouba" onmouseover="displayName('Manouba')" fill="#88a4bc" stroke="#ffffff" d="M699.2,200.8L698.1,201.5L663.7,212.6L633.4000000000001,229.29999999999998L623.1000000000001,233.29999999999998L618.5000000000001,235.79999999999998L616.3000000000001,237.39999999999998L616.1,238.49999999999997L616.5,239.49999999999997L617.8,240.79999999999998L619.6999999999999,242.1L620.9,243.5L621.6,247.1L623.1,249.2L627.5,252.39999999999998L629.6,254.39999999999998L630.8000000000001,256.7L630.9000000000001,259.3L630.2,262.5L618,275L613.5,278.2L609.8,279L608.8,276.8L607.3,274.90000000000003L606.3,274.3L604.3,274.2L602.1999999999999,274.7L600.9,275.7L599.5,277.3L595.5,284.6L591.5,294.20000000000005L589.1,296.40000000000003L581.6,298.8L579.1,293.1L569.5,278.90000000000003L561.5,262.1L559.7,257.20000000000005L558.8000000000001,253.80000000000004L558.0000000000001,252.80000000000004L556.6000000000001,252.00000000000003L550.0000000000001,251.50000000000003L536.2000000000002,246.70000000000002L507.60000000000014,219.9L517.3000000000002,211.5L538.5000000000002,201.8L551.4000000000002,198.9L553.7000000000002,197.70000000000002L555.3000000000002,196.50000000000003L558.2000000000002,191.30000000000004L561.5000000000001,187.30000000000004L565.8000000000001,183.50000000000003L568.1,181.90000000000003L569.9,181.00000000000003L578.8,180.60000000000002L583.6999999999999,181.20000000000002L588.4,182.60000000000002L601.4,188.70000000000002L603.1,189.10000000000002L606.6,189.40000000000003L609.9,189.30000000000004L611.9,188.60000000000005L613.3,187.70000000000005L614.1999999999999,186.70000000000005L615.1999999999999,184.60000000000005L617.0999999999999,179.50000000000006L620.9999999999999,172.00000000000006L622.9999999999999,169.00000000000006L631.4999999999999,151.40000000000006L633.0999999999999,146.90000000000006L634.4999999999999,144.50000000000006L636.5999999999999,141.70000000000005L638.0999999999999,139.20000000000005L640.5999999999999,136.10000000000005L642.3,134.70000000000005L644.0999999999999,133.80000000000004L656.8999999999999,132.50000000000003L668.4999999999999,128.50000000000003L670.0999999999999,128.20000000000002L672.3,131.70000000000002L673.0999999999999,134.60000000000002L671.5999999999999,138.3L669.9999999999999,133.9L659.3999999999999,144.4L661.3999999999999,159.4L670.5999999999999,174.9L681.8,186.4L690.9,190.8L693.5,192.60000000000002L699.2,200.8Z" class="sm_state_TUN102" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="tozeur" onmouseover="displayName('Tozeur')" fill="#88a4bc" stroke="#ffffff" d="M291.6,1041.7L271.90000000000003,1077.2L258.6,1093.8L108.10000000000002,1215.7L60.90000000000002,1239.1000000000001L56.80000000000002,1241.6000000000001L56.80000000000002,1240.4L53.100000000000016,1228.9L18.900000000000013,1168.9L16.80000000000001,1161.4L14.300000000000011,1146.1000000000001L7.300000000000011,1132.4L5.600000000000011,1127.4L2.2000000000000113,1111.2L1.0000000000000113,1099.8L6.100000000000011,1070.2L6.800000000000011,1048.5L10.200000000000012,1040.5L25.400000000000013,1024.7L31.400000000000013,1016.7L38.000000000000014,1009.7L47.500000000000014,1005L63.100000000000016,1002.5L67.70000000000002,1000L70.80000000000001,996.3L72.9,991.5L82.10000000000001,956.4L86.9,946L96.5,939.1L117.7,929.7L127.9,922.4000000000001L151.1,911.7L153.1,909.9000000000001L154.2,910.9000000000001L156.1,916.4000000000001L156.2,919.3000000000001L152.2,934.7L152.2,937L152.7,938.7L161.29999999999998,947.2L162.2,948.5L163.39999999999998,950.7L163.29999999999998,952.1L162.6,953L161.4,953.6L149.70000000000002,955.1L147.4,955.8000000000001L146.3,956.8000000000001L137.60000000000002,967.5000000000001L136.3,969.6000000000001L134.8,972.7000000000002L134.9,974.4000000000002L135.70000000000002,975.6000000000003L153.60000000000002,987.5000000000002L158.10000000000002,991.8000000000002L160.20000000000002,994.1000000000001L163.8,999.4000000000001L166.8,1004.6000000000001L168.8,1007.6000000000001L171,1009.3000000000002L172.1,1009.7000000000002L181.2,1010.6000000000001L199.6,1016.9000000000001L201,1017.8000000000001L205.2,1021.0000000000001L208.39999999999998,1024.3000000000002L209.39999999999998,1025.9L209.99999999999997,1027.3000000000002L210.99999999999997,1031.4L213.19999999999996,1038.4L214.39999999999995,1040.3000000000002L215.49999999999994,1041.3000000000002L269.09999999999997,1038.1000000000001L278.4,1038.9L291.59999999999997,1041.7Z" class="sm_state_TUN101" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="elkef" onmouseover="displayName('El Kef')" fill="#88a4bc" stroke="#ffffff" d="M373,561.2L360.9,560.4000000000001L318.9,542.5000000000001L299,536.9000000000001L296.6,536.7L294.6,537.4000000000001L291.90000000000003,539.0000000000001L286.40000000000003,543.4000000000001L284.00000000000006,545.7L282.50000000000006,547.5L281.00000000000006,551L280.20000000000005,553.8L279.6,556.3L278.6,568.6999999999999L277.90000000000003,572.5999999999999L277.3,574.6999999999999L276,576.6999999999999L275.3,577.4999999999999L270.1,578.1999999999999L258.8,577.4999999999999L256,576.5999999999999L245.3,570.8999999999999L243,570.2999999999998L240.8,570.1999999999998L238.70000000000002,570.9999999999998L235.8,572.5999999999998L227.10000000000002,579.1999999999998L222.90000000000003,583.1999999999998L219.80000000000004,584.4999999999998L212.50000000000003,585.1999999999998L208.10000000000002,585.7999999999998L207.20000000000002,576.5999999999998L203.00000000000003,566.6999999999998L191.10000000000002,546.9999999999998L188.20000000000002,536.4999999999998L187.10000000000002,523.6999999999998L188.50000000000003,499.6999999999998L194.70000000000002,477.29999999999984L195.50000000000003,460.59999999999985L200.60000000000002,438.39999999999986L203.40000000000003,433.29999999999984L205.60000000000002,427.59999999999985L205.00000000000003,422.1999999999999L203.10000000000002,416.4999999999999L202.00000000000003,410.4999999999999L203.10000000000002,397.9999999999999L214.70000000000002,365.4999999999999L215.00000000000003,363.89999999999986L218.90000000000003,363.4999999999999L234.20000000000005,364.7999999999999L239.10000000000005,364.4999999999999L261.1,353.0999999999999L270.40000000000003,349.69999999999993L272.6,349.29999999999995L331,346.29999999999995L352.2,338.99999999999994L363.59999999999997,356.3999999999999L366.59999999999997,362.5999999999999L366.9,363.9999999999999L367,366.2999999999999L366.7,368.5999999999999L365.09999999999997,372.0999999999999L364.29999999999995,373.2999999999999L363.59999999999997,374.9999999999999L362.99999999999994,376.9999999999999L362.79999999999995,380.9999999999999L363.09999999999997,383.1999999999999L363.59999999999997,384.89999999999986L366.09999999999997,389.09999999999985L372.4,396.89999999999986L377.2,404.79999999999984L378.9,408.99999999999983L379.2,411.49999999999983L379.2,415.79999999999984L378.7,422.09999999999985L378.8,424.29999999999984L379.2,428.39999999999986L380,430.4999999999999L381,432.0999999999999L384.2,434.3999999999999L399.2,442.0999999999999L401.09999999999997,443.8999999999999L403.2,446.49999999999994L407,452.59999999999997L408.4,455.59999999999997L409.2,458.09999999999997L408.9,463.4L407.59999999999997,471.59999999999997L405.9,478.29999999999995L404.5,481.69999999999993L403.2,483.8999999999999L397.3,490.3999999999999L393.8,495.7999999999999L392.90000000000003,497.9999999999999L392.1,502.4999999999999L391.40000000000003,505.0999999999999L390.50000000000006,507.4999999999999L389.1000000000001,509.9999999999999L380.4000000000001,517.2999999999998L379.5000000000001,518.2999999999998L378.7000000000001,519.7999999999998L378.1000000000001,521.7999999999998L377.80000000000007,524.2999999999998L377.80000000000007,536.1999999999998L376.70000000000005,547.3999999999999L376.40000000000003,549.5999999999999L373.00000000000006,561.1999999999999Z" class="sm_state_TUN109" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="tunis" onmouseover="displayName('Tunis')" fill="#88a4bc" stroke="#ffffff" d="M678.8,231.4L679.4,232.9L676.4,243.70000000000002L675,246.60000000000002L671.7,249.20000000000002L668.4000000000001,252.60000000000002L666.4000000000001,253.90000000000003L664.7,254.40000000000003L663,254.60000000000002L660.2,255.10000000000002L658,255.10000000000002L654.1,254.3L652.2,254.70000000000002L650.7,255.9L647.1,260.7L645.6,262L644.2,262.9L638.8000000000001,263.79999999999995L635.5000000000001,263.69999999999993L633.0000000000001,263.29999999999995L630.2000000000002,262.49999999999994L630.9000000000002,259.29999999999995L630.8000000000002,256.69999999999993L629.6000000000001,254.39999999999992L627.5000000000001,252.39999999999992L623.1000000000001,249.19999999999993L621.6000000000001,247.09999999999994L620.9000000000001,243.49999999999994L619.7,242.09999999999994L617.8000000000001,240.79999999999993L616.5000000000001,239.49999999999991L616.1000000000001,238.49999999999991L616.3000000000002,237.39999999999992L618.5000000000002,235.79999999999993L623.1000000000003,233.29999999999993L633.4000000000002,229.29999999999993L663.7000000000002,212.59999999999994L698.1000000000001,201.49999999999994L699.2000000000002,200.79999999999995L701.6000000000001,204.29999999999995L700.4000000000001,207.89999999999995L694.8000000000001,213.49999999999994L692.4000000000001,219.69999999999993L689.8000000000001,222.19999999999993L686.5000000000001,222.69999999999993L683.3000000000001,219.89999999999992L685.1,215.29999999999993L682.8000000000001,213.99999999999991L678.6,214.6999999999999L670.7,217.2999999999999L668.3000000000001,219.0999999999999L664.1,225.0999999999999L662.9,229.5999999999999L666.4,231.0999999999999L674,231.2999999999999L677.2,232.9999999999999L678.8000000000001,231.3999999999999Z" class="sm_state_TUN108" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="mednine" onmouseover="displayName('Mednine')" fill="#88a4bc" stroke="#ffffff" d="M905.7,1575.7L921.6,1545.8L925.7,1541L930,1537.1L934.4,1533.8L939.1999999999999,1530.8999999999999L950.8,1526.6L954.5999999999999,1524.6999999999998L963.3999999999999,1518.1999999999998L965.5999999999999,1516.1L967.1999999999999,1513.8999999999999L968.0999999999999,1511.4999999999998L967.5999999999999,1510.2999999999997L966.4999999999999,1509.5999999999997L964.4999999999999,1509.4999999999998L957.4999999999999,1510.7999999999997L955.6999999999999,1510.5999999999997L953.9,1509.8999999999996L951.6999999999999,1508.5999999999997L887.4,1455.1999999999996L886.6,1454.0999999999997L886.2,1452.9999999999998L886.4000000000001,1450.6999999999998L888.7,1441.6L889,1438L888,1413L888.3,1410.6L888.6999999999999,1408.5L891.9,1400L893.1999999999999,1395.3L893.9999999999999,1390.3L893.9999999999999,1388.3L893.2999999999998,1385.3L892.0999999999998,1383.2L889.1999999999998,1381L886.1999999999998,1379.4L883.0999999999998,1377.3000000000002L872.6999999999998,1367.8000000000002L870.8999999999999,1365.6000000000001L869.3999999999999,1363.2L868.6999999999998,1361.7L865.4999999999998,1348L863.9999999999998,1345.6L861.4999999999998,1343.6L793.8999999999997,1311.6999999999998L788.5999999999998,1310.4999999999998L777.2999999999998,1309.0999999999997L772.9999999999999,1307.7999999999997L770.6999999999999,1306.4999999999998L768.3,1304.5999999999997L766.5999999999999,1302.4999999999998L766.0999999999999,1300.3999999999999L767.1999999999999,1298.6L772.0999999999999,1296.8L772.6999999999999,1295.8999999999999L773.4,1292.8L775.8,1288.8L775.8,1286.8L775.0999999999999,1285.8L772.6999999999999,1285.5L753.8,1287.8L745.3,1286.6L743.0999999999999,1286.8L741.0999999999999,1287.3999999999999L698.1999999999999,1306.4999999999998L694.9999999999999,1308.6999999999998L678.2999999999998,1315.8999999999999L676.0999999999998,1317.3L674.3999999999997,1319.6L673.2999999999997,1320.3999999999999L671.5999999999997,1320.9999999999998L668.5999999999997,1320.9999999999998L656.0999999999997,1318.4999999999998L651.5999999999997,1318.1999999999998L650.0999999999997,1318.6999999999998L648.3999999999996,1319.4999999999998L645.3999999999996,1321.6999999999998L642.3999999999996,1324.3999999999999L637.2999999999996,1331.6999999999998L635.4999999999997,1333.2999999999997L627.1999999999997,1336.7999999999997L621.0999999999997,1338.4999999999998L615.7999999999997,1339.2999999999997L594.6999999999997,1339.7999999999997L598.0999999999997,1331.6999999999998L598.7999999999997,1329.6L599.0999999999997,1327.5L599.0999999999997,1305.4L598.6999999999997,1303.3000000000002L597.4999999999997,1302.1000000000001L595.3999999999996,1300.7L590.5999999999997,1299.1000000000001L587.9999999999997,1298.5000000000002L586.1999999999997,1298.4000000000003L583.9999999999997,1298.6000000000004L581.6999999999997,1298.5000000000005L577.3999999999997,1297.4000000000005L572.1999999999997,1295.6000000000006L567.5999999999997,1291.6000000000006L553.3999999999996,1276.6000000000006L557.8999999999996,1276.7000000000005L564.2999999999996,1277.6000000000006L566.4999999999997,1277.7000000000005L568.7999999999996,1277.4000000000005L579.0999999999996,1274.1000000000006L583.5999999999996,1273.3000000000006L596.9999999999995,1274.5000000000007L601.1999999999996,1274.4000000000008L603.2999999999996,1273.8000000000009L610.4999999999997,1270.6000000000008L628.5999999999997,1266.6000000000008L631.2999999999997,1265.6000000000008L659.3999999999997,1242.2000000000007L667.2999999999997,1238.8000000000006L683.4999999999998,1234.0000000000007L684.8999999999997,1233.0000000000007L686.5999999999998,1231.2000000000007L691.7999999999998,1220.6000000000008L705.3999999999999,1199.000000000001L706.2999999999998,1196.6000000000008L708.0999999999998,1193.9000000000008L723.2999999999998,1175.1000000000008L729.2999999999998,1170.7000000000007L736.3999999999999,1172.3000000000006L753.1999999999998,1169.8000000000006L771.6999999999998,1164.5000000000007L787.2999999999998,1156.0000000000007L791.8999999999999,1154.8000000000006L797.5999999999999,1165.1000000000006L796.8999999999999,1185.3000000000006L789.6999999999998,1191.5000000000007L785.7999999999998,1193.2000000000007L782.6999999999998,1197.1000000000008L781.4999999999998,1202.1000000000008L782.8999999999997,1206.7000000000007L788.6999999999997,1216.6000000000008L791.9999999999997,1220.3000000000009L797.1999999999997,1221.9000000000008L807.4999999999997,1219.7000000000007L825.9999999999997,1208.3000000000006L834.7999999999996,1205.7000000000007L838.9999999999997,1203.9000000000008L842.8999999999996,1199.3000000000009L844.6999999999996,1193.8000000000009L843.0999999999996,1188.700000000001L838.9999999999995,1183.8000000000009L838.2999999999995,1181.3000000000009L845.5999999999995,1175.500000000001L848.3999999999994,1177.500000000001L851.4999999999994,1178.000000000001L854.1999999999995,1176.8000000000009L855.6999999999995,1173.500000000001L857.3999999999995,1173.500000000001L861.2999999999995,1176.1000000000008L871.5999999999995,1180.9000000000008L875.8999999999994,1183.7000000000007L879.0999999999995,1187.8000000000006L887.5999999999995,1200.9000000000005L888.3999999999994,1203.7000000000005L889.6999999999994,1218.4000000000005L883.0999999999993,1228.9000000000005L888.1999999999994,1246.8000000000006L886.0999999999993,1255.3000000000006L893.1999999999994,1253.1000000000006L897.9999999999993,1258.2000000000005L902.8999999999993,1264.7000000000005L908.4999999999993,1267.9000000000005L914.3999999999993,1269.3000000000006L926.8999999999993,1275.7000000000007L932.8999999999993,1277.9000000000008L931.3999999999993,1279.3000000000009L929.5999999999993,1279.9000000000008L905.5999999999993,1272.0000000000007L893.7999999999994,1270.7000000000007L890.8999999999994,1279.9000000000008L893.2999999999994,1283.4000000000008L897.1999999999994,1286.6000000000008L901.0999999999993,1290.8000000000009L902.6999999999994,1297.1000000000008L904.9999999999993,1300.000000000001L910.3999999999993,1300.000000000001L921.0999999999993,1298.000000000001L931.4999999999993,1300.3000000000009L952.0999999999993,1308.000000000001L962.9999999999993,1308.000000000001L966.9999999999993,1305.1000000000008L965.5999999999993,1301.2000000000007L961.4999999999993,1297.7000000000007L957.0999999999993,1296.2000000000007L954.2999999999994,1294.3000000000006L950.8999999999994,1290.0000000000007L947.0999999999995,1286.1000000000006L969.2999999999995,1301.9000000000005L982.7999999999995,1308.3000000000006L984.5999999999995,1308.7000000000007L984.7999999999995,1321.8000000000006L977.7999999999995,1349.6000000000006L977.1999999999995,1354.1000000000006L977.0999999999995,1370.4000000000005L972.6999999999995,1390.1000000000006L974.4999999999994,1420.3000000000006L970.8999999999994,1450.9000000000005L971.0999999999995,1466.9000000000005L976.0999999999995,1478.1000000000006L992.4999999999994,1494.3000000000006L998.0999999999995,1504.7000000000007L998.9999999999994,1516.9000000000008L994.6999999999995,1525.9000000000008L986.6999999999995,1533.5000000000007L969.6999999999995,1545.0000000000007L905.6999999999995,1575.7000000000007ZM844,1099.1L851.3,1107.8999999999999L859.0999999999999,1115.1L863.8,1118.1L868.8,1120.3999999999999L873,1123.1L875.9,1127.1999999999998L859.6999999999999,1142.1999999999998L855.5999999999999,1144.1L854.0999999999999,1145.3999999999999L852.9999999999999,1147.8999999999999L850.5999999999999,1157.4999999999998L848.9999999999999,1157.4999999999998L849.7999999999998,1149.6999999999998L850.5999999999998,1147.1999999999998L846.7999999999998,1148.4999999999998L843.6999999999998,1157.7999999999997L839.2999999999998,1164.4999999999998L835.1999999999998,1169.0999999999997L833.6999999999998,1174.3999999999996L829.5999999999998,1170.1999999999996L829.5999999999998,1165.0999999999997L831.0999999999998,1160.2999999999997L826.6999999999998,1153.4999999999998L822.5999999999998,1151.4999999999998L818.6999999999998,1147.9999999999998L814.4999999999998,1146.6999999999998L809.8999999999997,1151.2999999999997L807.8999999999997,1155.6999999999998L803.2999999999997,1156.6999999999998L797.6999999999997,1152.1999999999998L796.0999999999997,1147.7999999999997L794.5999999999997,1139.6999999999998L794.7999999999997,1131.8999999999999L799.4999999999998,1123.6L796.4999999999998,1111.6L796.5999999999998,1102.5L805.6999999999998,1099.1L825.4999999999998,1103.3999999999999L836.1999999999998,1104.1L843.9999999999998,1099.1Z" class="sm_state_TUN96" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<path id="kebili" onmouseover="displayName('Kebili')" fill="#88a4bc" stroke="#ffffff" d="M553.4,1276.6L567.6,1291.6L572.2,1295.6L577.4000000000001,1297.3999999999999L581.7,1298.4999999999998L584,1298.5999999999997L586.2,1298.3999999999996L588,1298.4999999999995L590.6,1299.0999999999995L595.4,1300.6999999999994L597.5,1302.0999999999995L598.7,1303.2999999999995L599.1,1305.3999999999994L599.1,1327.4999999999993L598.8000000000001,1329.5999999999992L598.1,1331.6999999999991L594.7,1339.799999999999L593.5,1343.999999999999L593.7,1346.8999999999992L594.7,1348.5999999999992L597,1351.0999999999992L606.9,1358.6999999999991L612.8,1365.0999999999992L613.8,1367.1999999999991L613.8,1368.799999999999L612.8,1369.399999999999L610.5999999999999,1370.299999999999L607.4999999999999,1371.099999999999L605.4999999999999,1372.299999999999L604.7999999999998,1373.1999999999991L603.8999999999999,1375.1999999999991L603.6999999999998,1376.3999999999992L603.9999999999998,1381.6999999999991L604.9999999999998,1391.0999999999992L605.6999999999998,1393.1999999999991L607.4999999999998,1396.1999999999991L608.7999999999997,1398.6999999999991L609.0999999999997,1400.299999999999L608.9999999999997,1401.6999999999991L608.4999999999997,1402.799999999999L605.6999999999997,1407.399999999999L599.5999999999997,1414.699999999999L598.3999999999996,1416.9999999999989L597.6999999999996,1423.0999999999988L597.2999999999996,1434.8999999999987L597.4999999999997,1437.3999999999987L597.7999999999996,1438.3999999999987L607.5999999999996,1455.7999999999988L608.8999999999995,1459.199999999999L608.2999999999995,1460.2999999999988L607.3999999999995,1460.8999999999987L605.0999999999996,1460.9999999999986L603.8999999999995,1460.6999999999987L601.1999999999995,1459.5999999999988L595.0999999999995,1456.0999999999988L568.6999999999995,1434.7999999999988L560.9999999999994,1424.9999999999989L557.7999999999994,1422.2999999999988L555.7999999999994,1421.0999999999988L551.2999999999994,1419.4999999999989L547.5999999999993,1418.5999999999988L544.5999999999993,1418.3999999999987L536.6999999999994,1419.0999999999988L530.1999999999994,1420.4999999999989L524.2999999999994,1422.5999999999988L519.1999999999994,1425.6999999999987L509.2999999999994,1434.1999999999987L506.69999999999936,1435.7999999999986L500.4999999999994,1438.5999999999985L213.89999999999935,1497.8999999999985L209.39999999999935,1499.2999999999986L208.99999999999935,1498.8999999999985L206.19999999999933,1489.2999999999986L203.79999999999933,1459.3999999999985L200.49999999999932,1418.4999999999984L197.1999999999993,1409.1999999999985L172.3999999999993,1370.3999999999985L149.2999999999993,1334.0999999999985L143.8999999999993,1330.7999999999986L138.7999999999993,1331.8999999999985L133.5999999999993,1331.4999999999984L128.5999999999993,1329.9999999999984L123.89999999999931,1327.4999999999984L96.7999999999993,1307.8999999999985L87.8999999999993,1304.7999999999986L76.19999999999929,1303.6999999999987L67.19999999999929,1300.9999999999986L60.899999999999295,1294.0999999999985L57.19999999999929,1280.3999999999985L56.799999999999294,1241.5999999999985L60.899999999999295,1239.0999999999985L108.0999999999993,1215.6999999999985L258.5999999999993,1093.7999999999984L271.8999999999993,1077.1999999999985L291.5999999999993,1041.6999999999985L333.5999999999993,1037.7999999999984L342.2999999999993,1033.9999999999984L344.3999999999993,1033.5999999999983L346.1999999999993,1033.5999999999983L355.5999999999993,1036.0999999999983L370.8999999999993,1037.6999999999982L372.4999999999993,1037.5999999999983L374.09999999999934,1036.7999999999984L375.69999999999936,1034.7999999999984L376.39999999999935,1032.4999999999984L376.4999999999994,1025.9999999999984L376.7999999999994,1023.7999999999984L377.4999999999994,1021.5999999999983L378.19999999999936,1020.4999999999983L379.9999999999994,1018.3999999999983L385.4999999999994,1015.6999999999982L395.0999999999994,1011.9999999999982L397.2999999999994,1011.4999999999982L401.5999999999994,1012.9999999999982L405.3999999999994,1013.2999999999981L437.8999999999994,1008.0999999999981L439.3999999999994,1013.0999999999981L441.7999999999994,1016.899999999998L445.9999999999994,1021.399999999998L447.2999999999994,1022.5999999999981L458.4999999999994,1029.399999999998L459.5999999999994,1030.699999999998L459.8999999999994,1031.899999999998L458.6999999999994,1033.999999999998L454.3999999999994,1038.299999999998L445.1999999999994,1044.999999999998L440.6999999999994,1048.999999999998L438.99999999999943,1050.999999999998L437.8999999999994,1052.999999999998L437.2999999999994,1054.999999999998L435.7999999999994,1066.999999999998L436.0999999999994,1079.5999999999979L438.0999999999994,1092.6999999999978L441.0999999999994,1103.6999999999978L444.9999999999994,1114.2999999999977L451.4999999999994,1128.2999999999977L464.2999999999994,1150.7999999999977L465.0999999999994,1151.7999999999977L467.0999999999994,1153.3999999999976L477.8999999999994,1157.8999999999976L480.3999999999994,1159.2999999999977L482.49999999999943,1160.9999999999977L483.49999999999943,1162.0999999999976L484.99999999999943,1164.3999999999976L488.29999999999944,1170.6999999999975L490.09999999999945,1172.6999999999975L492.29999999999944,1174.0999999999976L494.59999999999945,1174.4999999999977L497.89999999999947,1173.7999999999977L499.9999999999995,1173.9999999999977L501.2999999999995,1174.6999999999978L512.8999999999995,1186.9999999999977L514.9999999999995,1190.0999999999976L515.8999999999995,1191.8999999999976L516.1999999999995,1193.4999999999975L515.5999999999995,1196.8999999999976L513.3999999999994,1202.2999999999977L507.5999999999994,1211.3999999999976L506.6999999999994,1214.5999999999976L506.5999999999994,1217.1999999999975L507.0999999999994,1218.9999999999975L507.8999999999994,1220.4999999999975L527.1999999999994,1238.3999999999976L530.4999999999993,1242.9999999999975L540.1999999999994,1261.4999999999975L543.5999999999993,1265.9999999999975L553.3999999999993,1276.5999999999974Z" class="sm_state_TUN97" opacity="1" stroke-opacity="1" stroke-width="3.572758125" stroke-linejoin="round" transform="matrix(0.2388,0,0,0.2388,0,0)" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 1; cursor: pointer; stroke-opacity: 1; stroke-linejoin: round; fill-opacity: 1;" fill-opacity="1">
</path>
<circle id="station60715" onclick="Gettemperature('60715')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="155.800" cy="45.800" r="8" data-toggle="tooltip" data-placement="left" title="Tunis-Carthage | 60715" />
<circle id="station60714" onclick="Gettemperature('60714')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="128.970" cy="22.680" r="8" data-toggle="tooltip" data-placement="left" title="Bizerte | 60714" />
<circle id="station60710" onclick="Gettemperature('60710')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="75.310" cy="44.040" r="8" data-toggle="tooltip" data-placement="bottom" title="Tabarka | 60710" />
<circle id="station60731" onclick="Gettemperature('60731')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="171.454" cy="104.406" r="8" data-toggle="tooltip" data-placement="left" title="Enfidha | 60731" />
<circle id="station60740" onclick="Gettemperature('60740')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="191.577" cy="131.240" r="8" data-toggle="tooltip" data-placement="left" title="Monastir | 60740" />
<circle id="station60750" onclick="Gettemperature('60750')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="177.515" cy="209.496" r="8" data-toggle="tooltip" data-placement="left" title="Sfax | 60750" />
<circle id="station60769" onclick="Gettemperature('60769')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="193.188" cy="266.515" r="8" data-toggle="tooltip" data-placement="left" title="Jerba | 60769" />
<circle id="station60767" onclick="Gettemperature('60767')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="133.442" cy="274.823" r="8" data-toggle="tooltip" data-placement="left" title="Matmata | 60767" />
<circle id="station60745" onclick="Gettemperature('60745')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="70.838" cy="219.558" r="8" data-toggle="tooltip" data-placement="top" title="Gafsa | 60745" />
<circle id="station60760" onclick="Gettemperature('60760')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="23.238" cy="253.096" r="8" data-toggle="tooltip" data-placement="right" title="Tozeur | 60760" />
<circle id="station60775" onclick="Gettemperature('60775')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="170.334" cy="381.028" r="8" data-toggle="tooltip" data-placement="top" title="Remada | 60775" />
<circle id="station60780" onclick="Gettemperature('60780')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="102.141" cy="404.019" r="8" data-toggle="tooltip" data-placement="top" title="El-Borma | 60780" />
<circle id="station60720" onclick="Gettemperature('60720')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="207.227" cy="47.880" r="8" data-toggle="tooltip" data-placement="left" title="Kelibia | 60720" />
<circle id="station60717" onclick="Gettemperature('60717')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="142.386" cy="59.060" r="8" data-toggle="tooltip" data-placement="bottom" title="Borj-El Amri | 60717" />
<circle id="station60728" onclick="Gettemperature('60728')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="185.986" cy="71.357" r="8" data-toggle="tooltip" data-placement="left" title="Nabeul | 60728" />
<circle id="station60729" onclick="Gettemperature('60729')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="149.093" cy="84.772" r="8" data-toggle="tooltip" data-placement="bottom" title="Zaghouan | 60729" />
<circle id="station60723" onclick="Gettemperature('60723')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="99.904" cy="60.178" r="8" data-toggle="tooltip" data-placement="bottom" title="Béja | 60723" />
<circle id="station60725" onclick="Gettemperature('60725')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="76.427" cy="68.004" r="8" data-toggle="tooltip" data-placement="bottom" title="Jendouba | 60725" />
<circle id="station60732" onclick="Gettemperature('60732')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="64.130" cy="101.541" r="8" data-toggle="tooltip" data-placement="bottom" title="El-Kef | 60732" />
<circle id="station60734" onclick="Gettemperature('60734')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="108.847" cy="98.188" r="8" data-toggle="tooltip" data-placement="bottom" title="Siliana | 60734" />
<circle id="station60735" onclick="Gettemperature('60735')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="150.211" cy="136.198" r="8" data-toggle="tooltip" data-placement="bottom" title="Kairouan | 60735" />
<circle id="station60742" onclick="Gettemperature('60742')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="201.637" cy="155.203" r="8" data-toggle="tooltip" data-placement="bottom" title="Mahdia | 60742" />
<circle id="station60748" onclick="Gettemperature('60748')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="116.673" cy="182.033" r="8" data-toggle="tooltip" data-placement="bottom" title="Sidi-Bouzid | 60748" />
<circle id="station60765" onclick="Gettemperature('60765')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="146.858" cy="256.936" r="8" data-toggle="tooltip" data-placement="bottom" title="Gabes | 60765" />
<circle id="station60770" onclick="Gettemperature('60770')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="175.924" cy="299.418" r="8" data-toggle="tooltip" data-placement="bottom" title="Mednine | 60770" />
<circle id="station60772" onclick="Gettemperature('60772')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="175.924" cy="329.602" r="8" data-toggle="tooltip" data-placement="bottom" title="Tataouine | 60772" />
<circle id="station60739" onclick="Gettemperature('60739')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="67.483" cy="170.854" r="8" data-toggle="tooltip" data-placement="bottom" title="Kasserine | 60739" />
<circle id="station60738" onclick="Gettemperature('60738')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="61.894" cy="146.259" r="8" data-toggle="tooltip" data-placement="right" title="Thala | 60738" />
<circle id="station60764" onclick="Gettemperature('60764')" style="cursor: pointer; opacity: 0.8;" opacity="0.8" fill="#ff0067" stroke="#ffffff" stroke-width="1.5" cx="94.314" cy="271.469" r="8" data-toggle="tooltip" data-placement="bottom" title="Kébili | 60764" />
</svg>
<label class="label" id="gouv-name" x="10" y="10"> </label>
</div>
</div>
</div>
<div class="col align-self-end ">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-area"></i>
Températures
</div>
<div class="card-body">
<canvas id="TempChart" width="100%" height="40"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt"></label>
</div>
</div>
</div>
</div>
<div class="row justify-content-end">
<div class="col-xl-8 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-bar"></i>
Precipitations
</div>
<div class="card-body">
<canvas id="RainChart" width="100%" height="30"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt1"></label>
</div>
</div>
</div>
</div>
<div class="row justify-content-end">
<div class="col-xl-8 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-area"></i>
Humidité
</div>
<div class="card-body">
<canvas id="HrChart" width="100%" height="30"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt2"></label>
</div>
</div>
</div>
</div>
<div class="row justify-content-end">
<div class="col-xl-8 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-area"></i>
Vent vitesse
</div>
<div class="card-body">
<canvas id="FFChart" width="100%" height="30"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt3"></label>
</div>
</div>
</div>
</div>
<div class="row justify-content-end">
<div class="col-xl-8 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-area"></i>
Vent direction
</div>
<div class="card-body">
<canvas id="DDChart" width="100%" height="30"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt4"></label>
</div>
</div>
</div>
</div>
<div class="row justify-content-end">
<div class="col-xl-8 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-area"></i>
Pression Mer
</div>
<div class="card-body">
<canvas id="PmerChart" width="100%" height="30"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt5"></label>
</div>
</div>
</div>
</div>
<div class="row justify-content-end">
<div class="col-xl-8 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-bar"></i>
Durée Insolation
</div>
<div class="card-body">
<canvas id="DiChart" width="100%" height="30"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt6"></label>
</div>
</div>
</div>
</div>
<div class="row justify-content-end">
<div class="col-xl-8 text-xs-center">
<div class="card mb-3">
<div class="card-header">
<i class="fas fa-chart-bar"></i>
Rayonnement Global
</div>
<div class="card-body">
<canvas id="RgChart" width="100%" height="30"></canvas>
</div>
<div class="card-footer small text-muted">
<label class="label" id="updatedAt7"></label>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->
<!-- Sticky Footer -->
<div class="row">
<footer class="sticky-footer">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<p>Copyright © Aymen Zelaiti 2019-<%: DateTime.Now.Year %></p>
</div>
</div>
</footer>
</div>
</div>
<!-- /.content-wrapper -->
</div>
</div>
<!-- /#wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Logout Modal-->
<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Ready to Leave?
</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Select "Logout" below if you are ready to end your current session.
</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-dismiss="modal">
Cancel
</button>
<asp:Button ID="btnLogout" Text="Logout" OnClick="btnLogout_Click" runat="server" CssClass="btn btn-primary" />
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Page level plugin JavaScript-->
<script src="Scripts/moment.js"></script>
<script src="vendor/chart.js/Chart.min.js"></script>
<script src="vendor/datatables/jquery.dataTables.js"></script>
<script src="vendor/datatables/dataTables.bootstrap4.js"></script>
<!-- Custom scripts for all pages-->
<script src="js/sb-admin.min.js"></script>
<!-- Demo scripts for this page-->
<script src="js/demo/datatables-demo.js"></script>
<script src="js/demo/chart-area-demo.js"></script>
<script type="text/javascript">
function displayName(name) {
document.getElementById('gouv-name').firstChild.data = name;
}
</script>
<script type="text/javascript">
$(document).ready(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</form>
</body>
</html>