summaryrefslogtreecommitdiff
path: root/play.html
blob: 7accadd7bcf1b359d47c1a883b63114df07b5c69 (plain)
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
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<!-- vim:set nowrap: -->
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, interactive-widget=resizes-content, viewport-fit=cover">
<meta name="theme-color" content="#444">
<meta charset="UTF-8">
<title>ALGERIA</title>
<link rel="icon" href="favicon.svg">
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/common/client.css?v=4134">
<script defer src="/common/client.js?v=4134"></script>
<script defer src="data.js"></script>
<script defer src="play.js?v=4135"></script>
<style>

:root {
	--highlight-color: yellow;
	--selected-color: blue;
	--tip-color: red;
	--target-color: indianred;

	--counter-french-color: #BCDDFF;
	--counter-elite-color: #FFCCCB;
	--counter-algerian-color: #FFE7BD;
	--counter-fln-color: #C1E1C1;
	--counter-remote-color: #DFD9C1;

	--stack-2-left: 10px;
	--stack-2-top: -13px;
	--stack-3-left: 8px;
	--stack-3-top: -10px;
	--stack-4-left: 6px;
	--stack-4-top: -7px;
	--stack-5-left: 4px;
	--stack-5-top: -4px;
}

main { background-color: dimgray }

#role_FLN .role_name { background-color: #C1E1C1;}
#role_Government .role_name { background-color: #BCDDFF;}

.role.active span { text-decoration: underline; }
.role_ap_text { color: #555; float: right; margin-right: 4px; }
.role_ap { float: right; margin-right: 8px;}
.role_psl_text { color: #555; float: right; margin-right: 4px;}
.role_psl { float: right; }

#log { background-color: whitesmoke; }
#log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin: 8px 0; text-align: center; }
#log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; }
#log .h3 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; }

#log .fln { background-color: #C1E1C1; }
#log .gov { background-color: #BCDDFF; }
#log .oas { background-color: black; color: whitesmoke }
#log .both { background-image: linear-gradient(60deg, #C1E1C1, #BCDDFF); text-shadow: 0 0 4px white; }
#log > .i { padding-left: 20px; }
#log .hr {
	background-color: darkgray;
	margin: 9px 0;
	padding: 0;
	height: 1px;
	min-height: 0;
}

#log .white, #log .black {
	display: inline-block;
	vertical-align: -2px;
	width: 12px;
	height: 12px;
	border-radius: 0px;
	box-shadow: none;
	border: none;
	background-size: 600% 100%;
	background-repeat: no-repeat;
}

#log .white {
	background-image: url(images/die_black_pips.svg);
	background-color: #fff;
	border: 1px solid #444;
}

#log .black {
	background-image: url(images/die_white_pips.svg);
	background-color: #666;
	border: 1px solid #222;
}

#mapwrap {
	width: 1500px;
	height: 1101px;
	box-shadow: 0px 1px 10px #0008;
}

#map {
	width: 1500px;
	height: 1101px;
	background-size: 1500px 1101px;
	background-position: center;
	background-image: url(map.svg?v=3);
}

#map svg {
	position: absolute;
}

#map svg image {
	pointer-events: none;
}

#map svg path.area {
	fill-opacity: 0;
	fill: white;
}
#map svg path.area.action {
	fill-opacity: 0.2;
	fill: var(--highlight-color);
	stroke: white;
	stroke-width: 8;
}
#map svg path.area.action:hover {
	fill-opacity: 0.6;
}
#map svg path.area.target {
	/* cursor: pointer; */
	fill-opacity: 0.4;
	fill: var(--target-color);
	stroke: var(--target-color);
	stroke-width: 8;
}
#map svg path.area.tip {
	fill-opacity: 0.4;
	fill: var(--tip-color);
	stroke: var(--tip-color);
	stroke-width: 8;
}

/* SPACES */

.space{position:absolute;box-sizing:border-box;border:4px solid transparent;}
.space.loc{border-radius:50%;}
.space.action{border-color:var(--highlight-color);}
.space.target{border-color:var(--target-color);}
.space.loc.action{border-color:var(--highlight-color);}
.space.selected{border-color:var(--selected-color);}
.space.tip { border-color: var(--tip-color);}

.stack {
	pointer-events: none;
}

.stack > div { position: absolute; transition: inset 200ms ease; }
.stack:hover > div { z-index: 100; }

.stack.m > div:nth-child(1 of :not(.hide)) { left: calc(0 * 8px); top: calc(0 * 8px); }
.stack.m > div:nth-child(2 of :not(.hide)) { left: calc(1 * 8px); top: calc(1 * 8px); }
.stack.m > div:nth-child(3 of :not(.hide)) { left: calc(2 * 8px); top: calc(2 * 8px); }
.stack.m > div:nth-child(4 of :not(.hide)) { left: calc(3 * 8px); top: calc(3 * 8px); }
.stack.m > div:nth-child(5 of :not(.hide)) { left: calc(4 * 8px); top: calc(4 * 8px); }
.stack.m > div:nth-child(6 of :not(.hide)) { left: calc(5 * 8px); top: calc(5 * 8px); }
.stack.m > div:nth-child(7 of :not(.hide)) { left: calc(6 * 8px); top: calc(6 * 8px); }
.stack.m > div:nth-child(8 of :not(.hide)) { left: calc(7 * 8px); top: calc(7 * 8px); }
.stack.m > div:nth-child(9 of :not(.hide)) { left: calc(8 * 8px); top: calc(8 * 8px); }

.stack.m:hover > div:nth-child(1 of :not(.hide)) { left: calc(0 * 30px); top: calc(0 * 30px); }
.stack.m:hover > div:nth-child(2 of :not(.hide)) { left: calc(1 * 30px); top: calc(1 * 30px); }
.stack.m:hover > div:nth-child(3 of :not(.hide)) { left: calc(2 * 30px); top: calc(2 * 30px); }
.stack.m:hover > div:nth-child(4 of :not(.hide)) { left: calc(3 * 30px); top: calc(3 * 30px); }
.stack.m:hover > div:nth-child(5 of :not(.hide)) { left: calc(4 * 30px); top: calc(4 * 30px); }
.stack.m:hover > div:nth-child(6 of :not(.hide)) { left: calc(5 * 30px); top: calc(5 * 30px); }
.stack.m:hover > div:nth-child(7 of :not(.hide)) { left: calc(6 * 30px); top: calc(6 * 30px); }
.stack.m:hover > div:nth-child(8 of :not(.hide)) { left: calc(7 * 30px); top: calc(7 * 30px); }
.stack.m:hover > div:nth-child(9 of :not(.hide)) { left: calc(8 * 30px); top: calc(8 * 30px); }

.stack > div:nth-child(1 of :not(.hide)) { left: calc(0 * 12px); top: calc(0 * -16px); }
.stack > div:nth-child(2 of :not(.hide)) { left: calc(1 * 12px); top: calc(1 * -16px); }
.stack > div:nth-child(3 of :not(.hide)) { left: calc(2 * 12px); top: calc(2 * -16px); }
.stack > div:nth-child(4 of :not(.hide)) { left: calc(3 * 12px); top: calc(3 * -16px); }
.stack > div:nth-child(5 of :not(.hide)) { left: calc(4 * 12px); top: calc(4 * -16px); }
.stack > div:nth-child(6 of :not(.hide)) { left: calc(5 * 12px); top: calc(5 * -16px); }
.stack > div:nth-child(7 of :not(.hide)) { left: calc(6 * 12px); top: calc(6 * -16px); }
.stack > div:nth-child(8 of :not(.hide)) { left: calc(7 * 12px); top: calc(7 * -16px); }
.stack > div:nth-child(9 of :not(.hide)) { left: calc(8 * 12px); top: calc(8 * -16px); }

/* stack of 2 */
.stack:not(:hover) > div:nth-last-child(2 of :not(.hide)) ~ div:nth-child(2 of :not(.hide)) { left: calc(1 * var(--stack-2-left)); top: calc(1 * var(--stack-2-top)); }

/* stack of 3 */
.stack:not(:hover) > div:nth-last-child(3 of :not(.hide)) ~ div:nth-child(2 of :not(.hide)) { left: calc(1 * var(--stack-3-left)); top: calc(1 * var(--stack-3-top)); }
.stack:not(:hover) > div:nth-last-child(3 of :not(.hide)) ~ div:nth-child(3 of :not(.hide)) { left: calc(2 * var(--stack-3-left)); top: calc(2 * var(--stack-3-top)); }

/* stack of 4 */
.stack:not(:hover) > div:nth-last-child(4 of :not(.hide)) ~ div:nth-child(2 of :not(.hide)) { left: calc(1 * var(--stack-4-left)); top: calc(1 * var(--stack-4-top)); }
.stack:not(:hover) > div:nth-last-child(4 of :not(.hide)) ~ div:nth-child(3 of :not(.hide)) { left: calc(2 * var(--stack-4-left)); top: calc(2 * var(--stack-4-top)); }
.stack:not(:hover) > div:nth-last-child(4 of :not(.hide)) ~ div:nth-child(4 of :not(.hide)) { left: calc(3 * var(--stack-4-left)); top: calc(3 * var(--stack-4-top)); }

/* stack of 5 or more */
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(2 of :not(.hide)) { left: calc(1 * var(--stack-5-left)); top: calc(1 * var(--stack-5-top)); }
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(3 of :not(.hide)) { left: calc(2 * var(--stack-5-left)); top: calc(2 * var(--stack-5-top)); }
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(4 of :not(.hide)) { left: calc(3 * var(--stack-5-left)); top: calc(3 * var(--stack-5-top)); }
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(5 of :not(.hide)) { left: calc(4 * var(--stack-5-left)); top: calc(4 * var(--stack-5-top)); }
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(6 of :not(.hide)) { left: calc(5 * var(--stack-5-left)); top: calc(5 * var(--stack-5-top)); }
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(7 of :not(.hide)) { left: calc(6 * var(--stack-5-left)); top: calc(6 * var(--stack-5-top)); }
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(8 of :not(.hide)) { left: calc(7 * var(--stack-5-left)); top: calc(7 * var(--stack-5-top)); }
.stack:not(:hover) > div:nth-last-child(n+5 of :not(.hide)) ~ div:nth-child(9 of :not(.hide)) { left: calc(8 * var(--stack-5-left)); top: calc(8 * var(--stack-5-top)); }

.stack:hover > div:nth-child(1 of :not(.hide)) { left: calc(0 * 30px); top: calc(0 * -30px); }
.stack:hover > div:nth-child(2 of :not(.hide)) { left: calc(1 * 30px); top: calc(1 * -30px); }
.stack:hover > div:nth-child(3 of :not(.hide)) { left: calc(2 * 30px); top: calc(2 * -30px); }
.stack:hover > div:nth-child(4 of :not(.hide)) { left: calc(3 * 30px); top: calc(3 * -30px); }
.stack:hover > div:nth-child(5 of :not(.hide)) { left: calc(4 * 30px); top: calc(4 * -30px); }
.stack:hover > div:nth-child(6 of :not(.hide)) { left: calc(5 * 30px); top: calc(5 * -30px); }
.stack:hover > div:nth-child(7 of :not(.hide)) { left: calc(6 * 30px); top: calc(6 * -30px); }
.stack:hover > div:nth-child(8 of :not(.hide)) { left: calc(7 * 30px); top: calc(7 * -30px); }
.stack:hover > div:nth-child(9 of :not(.hide)) { left: calc(8 * 30px); top: calc(8 * -30px); }

#tracker div {
  box-sizing: border-box;
}

/* COUNTERS */

.counter {
	background-size: 1000%;
	background-repeat: no-repeat;
	border-style: solid;
	pointer-events: auto;
	cursor: pointer;
}

.counter {
	width: 39px;
	height: 39px;
	border-width: 2px;
	border-radius: 8px;
	background-image: url(counters.svg?v=8);
	background-color: white;
}

.counter.m {
	width: 42px;
	height: 42px;
	border-width: 4px;
}

.counter.s {
	width: 26px;
	height: 26px;
	border-width: 1px;
}

.counter.action {
	box-shadow: 0 0 0 2px var(--highlight-color);
}

.counter.contacted {
	box-shadow: 0 0 0 2px var(--target-color);
}

.counter.tip {
	box-shadow: 0 0 0 2px var(--tip-color);
}

.counter.selected {
	box-shadow: 0 0 0 2px var(--selected-color);
}

.counter.neutralized {
	border-color:grey;
	background-color: lightgray;
}

.counter.oas_active {
	pointer-events: none;
}

.counter.turn_now{background-position:0% 0%;}
.counter.fln_psl{background-position:11.11111111111111% 0%;}
.counter.fln_ap{background-position:22.22222222222222% 0%;}
.counter.gov_psl{background-position:33.33333333333333% 0%;}
.counter.fln_control{background-position:44.44444444444444% 0%;}
.counter.gov_control{background-position:55.55555555555556% 0%;}
.counter.oas_active{background-position:66.66666666666666% 0%;}
.counter.remote{background-position:77.77777777777777% 0%; background-color: var(--counter-remote-color);}
.counter.terror{background-position:88.88888888888889% 0%}

.counter.air_avail{background-position:0% 11.11111111111111%;}
.counter.air_max{background-position:11.11111111111111% 11.11111111111111%;}
.counter.helo_avail{background-position:22.22222222222222% 11.11111111111111%;}
.counter.helo_max{background-position:33.33333333333333% 11.11111111111111%;}
.counter.naval_pts{background-position:44.44444444444444% 11.11111111111111%;}
.counter.border_zone{background-position:55.55555555555556% 11.11111111111111%;}
.counter.border_zone_inactive{background-position:66.66666666666666% 11.11111111111111%;}

.counter[class*=' fr_x'] {
	background-color: var(--counter-french-color);
}
.counter[class*=' fr_elite_x_'] {
	background-color: var(--counter-elite-color);
}
.counter[class*=' alg_'] {
	background-color: var(--counter-algerian-color);
}
.counter[class*=' fln_'] {
	background-color: var(--counter-fln-color);
}
.counter.neutralized[class*=' fr_x'] {
	background-color: color-mix(in srgb, var(--counter-french-color) 40%, white);
}
.counter.neutralized[class*=' fr_elite_x_'] {
	background-color: color-mix(in srgb, var(--counter-elite-color) 40%, white);
}
.counter.neutralized[class*=' alg_'] {
	background-color: color-mix(in srgb, var(--counter-algerian-color) 40%, white);
}
.counter.neutralized[class*=' fln_'] {
	background-color: color-mix(in srgb, var(--counter-fln-color) 40%, white);
}

.counter.fr_xx_2{background-position:0% 22.22222222222222%}
.counter.fr_xx_4{background-position:11.11111111111111% 22.22222222222222%}
.counter.fr_xx_9{background-position:22.22222222222222% 22.22222222222222%}
.counter.fr_xx_12{background-position:33.33333333333333% 22.22222222222222%}
.counter.fr_xx_13{background-position:44.44444444444444% 22.22222222222222%}
.counter.fr_xx_14{background-position:55.55555555555556% 22.22222222222222%}
.counter.fr_xx_19{background-position:66.66666666666666% 22.22222222222222%}
.counter.fr_xx_20{background-position:77.77777777777777% 22.22222222222222%}
.counter.fr_xx_21{background-position:88.88888888888889% 22.22222222222222%}
.counter.fr_xx_29{background-position:100% 22.22222222222222%}

.counter.fr_xx_27{background-position:0% 33.33333333333333%}
.counter.fr_xx_5{background-position:11.11111111111111% 33.33333333333333%}
.counter.fr_xx_7{background-position:22.22222222222222% 33.33333333333333%}
.counter.fr_xx_dispersed{background-position:33.33333333333333% 33.33333333333333%}
.counter.fr_x{background-position:44.44444444444444% 33.33333333333333%}
.counter.fr_x.airmobile{background-position:55.55555555555556% 33.33333333333333%}

.counter.fr_elite_x_para{background-position:0% 44.44444444444444%}
.counter.fr_elite_x_inf{background-position:11.11111111111111% 44.44444444444444%}
.counter.fr_elite_x_marine{background-position:22.22222222222222% 44.44444444444444%}
.counter.fr_elite_x_para.airmobile{background-position:33.33333333333333% 44.44444444444444%}
.counter.fr_elite_x_inf.airmobile{background-position:33.33333333333333% 44.44444444444444%}
.counter.fr_elite_x_marine.airmobile{background-position:33.33333333333333% 44.44444444444444%}
.counter.alg_x{background-position:44.44444444444444% 44.44444444444444%}
.counter.alg_x.airmobile{background-position:55.55555555555556% 44.44444444444444%}
.counter.alg_police{background-position:66.66666666666666% 44.44444444444444%}
/* .counter.alg_neut{background-position:77.77777777777777% 44.44444444444444%} */

.counter.fln_failek{background-position:0% 55.55555555555556%}
.counter.fln_band{background-position:11.11111111111111% 55.55555555555556%}
.counter.fln_cadre{background-position:22.22222222222222% 55.55555555555556%}
.counter.fln_front{background-position:33.33333333333333% 55.55555555555556%}
/* .counter.neut{background-position:44.44444444444444% 55.55555555555556%} */

.dice {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	border-width: 2px;
	border-style: solid;
	background-size: 600% 100%;
	background-repeat: no-repeat;
}

.d0 { background-position: -100% 0 }
.d1 { background-position: 0% 0; }
.d2 { background-position: 20% 0; }
.d3 { background-position: 40% 0; }
.d4 { background-position: 60% 0; }
.d5 { background-position: 80% 0; }
.d6 { background-position: 100% 0; }

.dice.black {
	background-image: url(images/die_white_pips.svg);
	background-color: #444;
}

.dice.white {
	background-image: url(images/die_black_pips.svg);
	background-color: #eee;
}

.dice.black { border-color: #595959 #303030 #303030 #595959; box-shadow: 0 0 0 1px #0c0c0c, 1px 2px 4px #0008; }
.dice.white { border-color: #ffffff #b1b1b1 #b1b1b1 #ffffff; box-shadow: 0 0 0 1px #424242, 1px 2px 4px #0008; }

.panel {
	max-width: 900px;
	margin: 36px auto;
	background-color: #555;
}

.panel_header {
	background-color: #444;
	color: white;
	user-select: none;
	font-weight: bold;
	text-align: center;
	padding: 3px 1em;
}

.panel_body {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding: 20px;
	gap: 14px;
}

</style>
</head>
<body>

<header>
	<div id="toolbar">
		<details>
			<summary><img src="/images/cog.svg"></summary>
			<menu>
				<li><a href="info/rules.html" target="_blank">Rules of Play</a>
				<li><a href="info/charts.html" target="_blank">Charts &amp; Tables</a>
				<li><a href="info/charts.html#fln-missions" target="_blank">FLN Missions</a>
				<li><a href="info/charts.html#gov-missions" target="_blank">Gov. Missions</a>
				<li class="debug separator">
				<li class="debug" onclick="send_save()">&#x1F41E; Save
				<li class="debug" onclick="send_restore()">&#x1F41E; Restore
				<li class="resign separator">
				<li class="resign" onclick="confirm_resign()">Resign
			</menu>
		</details>
	</div>
</header>

<aside>
	<div id="roles">
		<div class="role" id="role_FLN">
			<div class="role_name"><span>FLN</span>
				<div class="role_psl"></div>
				<div class="role_psl_text">PSL</div>
				<div class="role_ap"></div>
				<div class="role_ap_text">AP</div>
				<div class="role_user">-</div>
			</div>
		</div>
		<div class="role" id="role_Government">
			<div class="role_name"><span>Government</span>
				<div class="role_psl"></div>
				<div class="role_psl_text">PSL</div>
				<div class="role_user">-</div>
			</div>
		</div>
	</div>
	<div id="log"></div>
</aside>

<main>

<div id="mapwrap" class="">
<div id="map">

<svg id="svgmap" width="1500px" height="1101px" viewBox="0 0 1500 1101">
<g id="areas" transform="scale(0.5545,0.5545)">
<path id="France" class="area" d="M1871,187.422c-0,-1.172 -0.952,-2.124 -2.125,-2.124l-261.74,-0c-1.173,-0 -2.125,0.952 -2.125,2.124l0,208.171c0,1.173 0.952,2.124 2.125,2.124l261.74,0c1.173,0 2.125,-0.951 2.125,-2.124l-0,-208.171Z"/>
<path id="Philippeville" class="area" d="M2217.62,597.545c-1.036,0.257 -4.279,0.455 -7.518,0.455c-6.274,0 -8.158,0.545 -11.293,2.894c-1.963,1.453 -3.705,2.189 -5.257,1.954c-1.426,-0.217 -2.544,-1.316 -3.483,-3.085c-0.001,-0.002 -0.002,-0.003 -0.002,-0.004c-0.464,-0.869 -1.039,-1.379 -1.69,-1.636c-0.518,-0.205 -1.126,-0.282 -1.884,-0.089c-1.102,0.281 -3.089,1.617 -6.966,4.825c-0.001,0.001 -0.003,0.002 -0.004,0.003c-4.81,4.001 -7.587,6.287 -9.339,9.777c-2.533,5.047 -2.842,12.814 -3.581,33.189c0,0.002 0,0.005 0,0.008c-0.501,15.729 -0.901,36.567 -0.801,46.185c0.1,9.598 0.1,50.187 0.1,90.078c-0,-0 -0.1,72.598 -0.1,72.598c-0.001,1.019 0.763,1.876 1.776,1.99l6.201,0.701c10.163,1.139 15.865,3.888 22.799,10.917c0.001,-0 0.001,0 0.001,0.001c7.786,7.879 9.884,13.025 9.227,23.061c-0.747,11.114 -5.671,17.602 -17.346,23.019c-0.012,0.006 -0.025,0.012 -0.037,0.018c-4.47,2.187 -7.995,2.926 -14.272,3.402l-8.808,0.7c-0.891,0.071 -1.627,0.725 -1.802,1.602l-2.099,10.493c-3.076,14.77 -2.971,20.414 0.517,34.674c0,0 0,0.001 0,0.001c3.576,14.6 5.543,40.029 5.543,70.72c-0,-0 -0.1,21.495 -0.1,21.495c-0.003,0.632 0.293,1.229 0.799,1.608c0.506,0.38 1.161,0.498 1.768,0.319l17.597,-5.199c9.629,-2.809 21.661,-6.619 26.583,-8.327c10.361,-3.517 24.922,-5.378 35.672,-4.4c0.008,0.001 0.016,0.001 0.024,0.002c7.549,0.596 25.925,3.48 37.746,5.963c0.01,0.002 0.019,0.004 0.029,0.006c3.648,0.71 9.93,1.622 13.983,2.027l7.205,0.701c0.562,0.054 1.12,-0.131 1.538,-0.51c0.418,-0.379 0.656,-0.917 0.656,-1.481l-0,-16.8c-0,-9.844 0.896,-24.658 1.99,-35.696c2.503,-23.434 5.606,-63.883 6.508,-84.513c0.797,-16.935 0.804,-17.335 8.974,-65.356c-0,-0.001 0,-0.003 0,-0.004c3.1,-18.481 5.398,-30.651 7.951,-39.047c3.626,-11.923 7.743,-15.837 15.756,-19.788c10.626,-5.166 19.795,-6.996 34.321,-6.996c7.6,0 15.196,-0.589 16.966,-1.214c2.159,-0.762 3.755,-2.058 5.199,-5.312c1.171,-2.637 2.295,-6.801 3.788,-13.542c-0,-0 0,-0.001 0,-0.002c2.371,-10.768 4.16,-15.604 11.667,-32.102c0.001,-0.002 0.002,-0.004 0.003,-0.006c11.651,-25.833 14.176,-37.081 14.277,-62.812c-0,0 0.098,-17.119 0.098,-17.119l5.066,-12.666c2.816,-7.241 7.039,-19.409 9.352,-27.153c0.003,-0.007 0.005,-0.015 0.007,-0.023c2.174,-7.609 4.251,-14.34 4.492,-15.172c0.222,-0.709 0.066,-1.287 -0.219,-1.746c-0.269,-0.436 -0.773,-0.944 -1.735,-1.022c-0.337,-0.027 -0.911,0.02 -1.664,0.219c-1.118,0.296 -2.879,0.949 -4.904,1.842c-0.015,0.007 -0.029,0.013 -0.044,0.02c-12.643,5.944 -28.695,4.469 -37.285,-3.453c-3.125,-2.947 -3.61,-4.048 -4.594,-9.681c-1.035,-5.932 -1.038,-7.532 0.468,-13.464c0.002,-0.004 0.003,-0.008 0.004,-0.013c0.778,-3.152 1.176,-5.37 1.138,-6.973c-0.036,-1.496 -0.422,-2.594 -1.086,-3.466c-0.945,-1.241 -2.612,-2.07 -5.352,-2.691c-0.013,-0.002 -0.025,-0.005 -0.038,-0.008c-3.481,-0.718 -6.865,-2.258 -9.292,-4.077c-1.413,-1.059 -2.505,-2.181 -2.955,-3.307c-0.009,-0.023 -0.019,-0.046 -0.029,-0.069c-0.819,-1.842 -1.437,-3.478 -1.539,-3.682c-0.096,-0.193 -0.223,-0.368 -0.375,-0.52c-0.115,-0.115 -0.641,-0.669 -1.729,-0.583c-0.871,0.068 -5.105,0.823 -10.084,1.837c-0.001,0 -0.001,0.001 -0.002,0.001c-4.352,0.891 -7.228,1.475 -9.331,1.688c-1.681,0.17 -2.749,0.104 -3.753,-0.355c-0.97,-0.445 -1.877,-1.189 -3.148,-2.222c-5.123,-4.244 -14.062,-6.702 -19.615,-5.722c-0.021,0.004 -0.043,0.008 -0.064,0.013c-2.013,0.424 -6.365,2.102 -9.65,3.903c-1.992,1.093 -4.622,2.043 -5.542,2.362c-0.658,-0.628 -2.403,-2.338 -3.603,-3.917c0,0 -3.397,-4.497 -3.397,-4.497c-0.386,-0.51 -0.992,-0.805 -1.631,-0.794l-11.4,0.2c-6.417,0.102 -13.342,0.519 -15.277,0.824c-0.032,0.006 -0.064,0.011 -0.096,0.018c-2.106,0.439 -4.637,-0.084 -7.884,-1.313c-5.975,-2.272 -18.151,-2.985 -23.321,-1.783c-1.012,0.236 -1.808,0.557 -2.35,0.907c-0.687,0.443 -1.095,0.986 -1.304,1.529c-0,0.001 -0.001,0.002 -0.001,0.004c-0.712,1.861 -0.849,3.338 -0.439,4.726c0.534,1.809 2.171,3.605 5.667,6.031c0.007,0.005 0.015,0.01 0.022,0.015c3.012,2.031 5.092,3.498 6.519,4.78c1.146,1.03 1.81,1.878 2.142,2.893c0.309,0.945 0.357,2.003 0.357,3.369c0,2.467 -0.883,5.357 -2.496,8.584c-2.598,5.197 -7.076,11.168 -13.151,17.535c-0.001,0.001 -0.002,0.002 -0.003,0.003c-3.252,3.421 -5.653,5.784 -7.666,7.267c-1.61,1.186 -2.868,1.758 -4.197,1.705c-1.216,-0.049 -2.445,-0.571 -3.958,-1.365c-0.001,-0.001 -0.003,-0.001 -0.004,-0.002c-2.587,-1.35 -6.2,-2.427 -8.225,-2.427c-1.128,0 -1.998,0.117 -2.767,0.406c-1.607,0.603 -2.894,2.041 -5.167,5.998c-0.002,0.003 -0.004,0.007 -0.006,0.01c-1.249,2.204 -3.45,4.79 -3.742,5.131Zm235.956,-5.786l0.029,-0.091c-0.011,0.03 -0.02,0.061 -0.029,0.091Z"/>
<path id="Setif" class="area" d="M2037.72,572.443c0.08,0.385 0.273,1.395 0.284,2.212c0.039,2.813 -0.568,6.688 -1.719,9.212c-0.582,1.261 -0.967,2.096 -1.607,2.711c-1.035,0.996 -2.631,1.407 -6.036,2.402c-0.006,0.002 -0.012,0.004 -0.018,0.006c-8.134,2.459 -8.701,2.43 -18.727,-0.124c-0.001,-0 -0.002,-0.001 -0.003,-0.001c-8.949,-2.265 -10.118,-2.062 -12.827,-0.372c-1.442,0.826 -6.421,3.813 -11.004,6.603c-0.006,0.003 -0.012,0.007 -0.018,0.011c-7.154,4.46 -8.246,4.897 -13.542,4.897c-6.237,0 -7.595,0.649 -9.948,3.121c-1.635,1.717 -2.746,1.879 -6.752,1.879c-4.051,0 -5.179,-0.141 -6.712,-1.737c-0.013,-0.015 -2.187,-2.484 -2.187,-2.484c-0.659,-0.749 -1.769,-0.898 -2.602,-0.349l-4.696,3.098c-2.358,1.541 -5.6,3.127 -7.232,3.399c-0.033,0.006 -0.066,0.012 -0.098,0.019c-1.835,0.402 -2.87,0.827 -3.558,1.558c-0.499,0.531 -0.88,1.237 -1.104,2.333c-0.206,1.012 -0.293,2.523 -0.409,4.865c0,0.005 -0,0.011 -0,0.016c-0.208,5.097 0.384,8.847 3.192,17.687c0.001,0.003 0.001,0.006 0.002,0.008c1.857,5.764 3.729,12.208 4.022,14.357c0.004,0.024 0.007,0.048 0.011,0.071c0.876,5.057 -1.562,17.874 -5.744,31.781c-6.136,20.12 -10.87,48.487 -12.58,74.743c-1.567,22.615 -4.367,32.32 -13.766,46.32c-0,0.001 -0.001,0.002 -0.002,0.003c-11.198,16.749 -25.275,32.007 -42.618,46.476c-10.817,9.015 -25.745,23.335 -70.119,66.807c0,0.001 0,0.001 -0,0.001c-10.165,9.966 -22.921,21.926 -28.502,26.709c-0.001,0.002 -0.002,0.003 -0.004,0.004c-6.08,5.241 -11.251,10.654 -12.3,12.855c-0,0.001 -0.001,0.003 -0.001,0.004c-0.64,1.351 -1.839,3.128 -1.991,3.352c-0.815,0.584 -1.533,1.821 -1.719,3.624c-0.297,2.875 0.512,7.559 2.215,11.049c4.676,9.76 18.653,21.538 31.008,26.107c0.003,0.001 0.006,0.002 0.008,0.003c6.324,2.308 47.472,13.355 63.242,16.871c12.061,2.814 26.133,4.829 47.74,7.04c0.004,0 0.008,0 0.012,0.001c8.281,0.798 24.443,2.794 35.916,4.39c0.001,0 0.002,0 0.003,0c11.635,1.605 26.983,3.41 34.105,4.012c0,-0 0.001,0 0.002,0c7.201,0.6 16.202,1.3 20.005,1.601c10.837,0.886 25.416,4.137 35.267,7.782c0.009,0.003 0.019,0.007 0.028,0.01c5.095,1.798 15.283,5.594 22.676,8.291c10.189,3.77 16.408,5.391 23.949,6.308c0.008,0.001 0.016,0.002 0.024,0.003c5.479,0.598 20.919,3.09 34.367,5.481c0.001,0 0.001,0 0.002,0c21.634,3.824 27.169,4.426 45.281,5.03c0.002,-0 0.004,0 0.006,0c9.265,0.283 15.956,0.314 19.484,0.067c2.069,-0.145 3.309,-0.537 3.724,-0.828c0.594,-0.395 1.296,-1.209 1.654,-3.151c0.485,-2.628 0.628,-8.464 0.699,-21.276c-0,-0.004 -0,-0.007 -0,-0.011c-0,-30.697 -2.03,-56.059 -5.653,-71.458c-0.001,-0.004 -0.002,-0.008 -0.003,-0.011c-3.413,-14.14 -3.409,-17.845 -0.776,-32.374c0,-0.003 0.001,-0.005 0.001,-0.008c1.022,-5.756 1.768,-10.681 1.762,-11.683c-0.009,-1.344 -0.887,-1.83 -1.137,-1.955c-0.215,-0.108 -3.221,-0.813 -6.779,-1.567c-0.009,-0.002 -0.019,-0.004 -0.028,-0.006c-12.916,-2.546 -23.277,-10.353 -26.586,-20.061c-1.959,-6.081 -1.433,-16.629 1.275,-21.857c0,-0.001 0.001,-0.002 0.001,-0.002c2.211,-4.282 6.858,-8.574 12.092,-11.833c5.219,-3.248 11.04,-5.485 15.731,-5.485c2.159,0 4.547,-0.628 5.309,-1.136c0.222,-0.143 0.649,-0.485 0.894,-1.231c0.156,-0.476 0.343,-1.687 0.495,-3.549c1.491,-18.243 2.703,-107.806 1.802,-155.119c-0.2,-12.374 0.1,-35.524 0.699,-51.39c-0,-0.002 -0,-0.003 -0,-0.005c1.063,-30.541 0.917,-30.793 7.097,-37.843c1.654,-1.846 5.63,-5.425 8.733,-7.849c2.14,-1.654 3.643,-2.955 4.568,-4.104c0.841,-1.045 1.277,-2.029 1.41,-3.004c0.14,-1.031 -0.043,-2.084 -0.627,-3.24c-0.623,-1.233 -1.79,-2.667 -3.522,-4.499c-2.124,-2.28 -3.357,-3.087 -4.651,-3.244c-0.903,-0.11 -1.919,0.088 -3.402,0.638c-0.011,0.004 -0.022,0.008 -0.034,0.013c-0.78,0.305 -1.346,0.494 -1.932,0.435c-0.631,-0.064 -1.252,-0.388 -2.131,-0.901c-0.009,-0.005 -0.018,-0.01 -0.027,-0.015c-1.882,-1.058 -4.835,-1.957 -6.481,-1.957c-1.267,0 -4.33,-0.864 -6.864,-1.86c-0,0 -4.993,-1.997 -4.993,-1.997c-0.891,-0.356 -1.91,-0.03 -2.428,0.779l-1.598,2.497c-0.529,0.823 -1.453,1.581 -2.217,1.581c-3.626,0 -12.53,-3.586 -16.25,-6.561c-3.036,-2.451 -5.747,-3.439 -8.55,-3.439c-1.357,0 -2.344,-0.066 -3.077,-0.644c-0.537,-0.425 -0.898,-1.101 -1.253,-2.053c-0.481,-1.289 -0.877,-2.995 -1.297,-5.235c-1.065,-6.481 -1.986,-8.313 -7.614,-15.32c-0,-0.001 -0.001,-0.001 -0.001,-0.002c-3.265,-4.057 -6.828,-8.805 -8.02,-10.494c-2.159,-3.116 -3.56,-4.038 -8.601,-4.638c-7.167,-0.856 -12.406,-0.641 -15.08,0.429c-0.028,0.011 -0.057,0.024 -0.085,0.036c-1.019,0.464 -4.456,1.063 -7.699,1.434c-0.003,0 -0.006,0.001 -0.009,0.001c-4.084,0.484 -5.933,0.932 -7.384,2.006c-0.987,0.731 -1.814,1.775 -2.944,3.471c-1.719,2.578 -3.202,3.583 -6.631,4.7c-5.157,1.571 -6.427,2.546 -9.905,8.155c-2.513,3.918 -4.365,7.821 -5.206,10.601c-0.432,1.428 -0.6,2.617 -0.546,3.45c0.085,1.296 0.638,2.105 1.369,2.546Z"/>
<path id="Tizi-Ouzou" class="area" d="M1453.96,594.31c-0.41,0.206 -6.665,3.333 -12.173,5.42c-0.001,-0 -0.001,-0 -0.001,-0c-6.711,2.543 -16.636,7.063 -22.611,10.136c-2.787,1.433 -4.76,2.62 -5.353,3.18c-0.014,0.013 -0.028,0.026 -0.041,0.04c-0.265,0.264 -0.648,0.744 -0.585,1.589c0.013,0.174 0.223,0.924 0.794,2.081c3.78,7.665 24.527,45.184 32.285,58.264c7.836,13.224 10.317,18.208 11.69,23.203c1.387,5.176 1.425,61.96 0.037,78.611c-0.001,0.006 -0.001,0.011 -0.001,0.017c-0.77,10.299 -1.144,11.649 -5.09,19.446l-4.401,8.7c-0.389,0.77 -0.241,1.703 0.368,2.314c0.608,0.611 1.54,0.764 2.311,0.378l4.607,-2.304c9.764,-4.93 14.312,-5.879 27.169,-5.685c0,-0 0.001,-0 0.001,-0c6.841,0.099 20.126,1.291 29.743,2.679c0.002,0.001 0.003,0.001 0.005,0.001c15.553,2.208 23.58,2.616 69.738,3.62c-0,-0 0,-0 0,-0c37.738,0.805 54.241,0.878 59.072,0.073c9.867,-1.645 19.009,-4.746 25.484,-8.548c0.01,-0.006 0.019,-0.012 0.029,-0.018c8.144,-4.971 10.295,-9.09 12.939,-28.233c0,-0.001 0,-0.001 0,-0.002c1.097,-7.976 3.091,-20.737 4.487,-28.414c0.001,-0.005 0.001,-0.01 0.002,-0.015c3.523,-20.231 5.53,-39.557 5.53,-52.843c-0,-6.258 0.897,-20.563 2.089,-31.789c0,-0.004 0.001,-0.008 0.001,-0.012c1.809,-18.089 2.012,-24.219 1.409,-50.046c0,-0.001 0,-0.003 0,-0.005c-0.498,-19.228 -0.796,-26.09 -1.459,-28.479c-0.358,-1.292 -0.921,-1.875 -1.418,-2.203c-0.488,-0.323 -1.018,-0.466 -1.622,-0.466c-1.493,0 -3.46,0.989 -4.505,2.183c-0.005,0.005 -0.009,0.01 -0.014,0.015c-0.158,0.185 -0.427,0.284 -0.741,0.388c-0.571,0.189 -1.272,0.295 -2.068,0.339c-2.79,0.155 -6.603,-0.473 -10.522,-1.816c-5.602,-1.944 -7.33,-1.928 -10.304,-0.899c-0.016,0.006 -0.032,0.011 -0.048,0.017c-1.899,0.712 -3.171,0.707 -5.136,0.085c-1.794,-0.637 -2.98,-0.853 -4.153,-0.71c-1.145,0.139 -2.315,0.637 -4.047,1.688c-0.002,0.001 -0.003,0.002 -0.005,0.003c-1.517,0.928 -4.04,1.707 -5.557,1.707c-5.058,-0 -12.927,-2.431 -17.048,-5.335c-0.02,-0.014 -0.039,-0.027 -0.059,-0.04c-2.23,-1.454 -4.466,-2.99 -5.256,-3.437c-0.437,-0.287 -1.098,-0.479 -1.956,-0.28c-1.02,0.236 -3.052,1.539 -4.923,3.506l-0,0c-1.208,1.248 -1.924,1.995 -2.77,2.317c-0.801,0.305 -1.678,0.177 -3.127,-0.014c-0.021,-0.003 -0.041,-0.005 -0.062,-0.007c-1.643,-0.164 -2.74,-0.231 -3.502,-0.14c-0.954,0.112 -1.604,0.437 -2.119,0.91c-0.613,0.564 -1.059,1.478 -1.427,3.07c-0.006,0.027 -0.012,0.054 -0.017,0.081c-0.246,1.313 -1.93,3.265 -3.981,4.906c-1.086,0.863 -1.876,1.48 -2.53,1.882c-0.339,0.209 -0.587,0.357 -0.861,0.368c-0.523,0.021 -1.039,-0.263 -1.867,-0.622c-0.006,-0.003 -0.013,-0.006 -0.019,-0.008c-6.406,-2.698 -13.711,-2.483 -17.42,0.102c-0.011,0.008 -0.022,0.016 -0.032,0.024c-2.912,2.117 -4.866,2.06 -12.013,0.56c-0.009,-0.002 -0.018,-0.004 -0.026,-0.006c-2.186,-0.428 -3.619,-0.657 -4.611,-0.695c-1.167,-0.044 -1.935,0.158 -2.536,0.48c-0.642,0.343 -1.136,0.844 -1.62,1.596c-0.026,0.041 -0.051,0.082 -0.074,0.124c-0.267,0.49 -0.769,0.556 -1.576,0.534c-1.701,-0.047 -4.181,-0.664 -7.887,-1.79c-3.761,-1.149 -9.721,-2.086 -13.381,-2.086c-3.206,-0 -6.694,-0.442 -8.119,-1.243c-0.029,-0.016 -0.058,-0.031 -0.087,-0.046c-2.261,-1.131 -3.452,-1.309 -4.326,-1.083c-0.725,0.188 -1.4,0.641 -2.195,1.58c-0.008,0.01 -0.016,0.019 -0.023,0.029c-0.267,0.327 -0.757,0.42 -1.289,0.492c-0.878,0.119 -1.891,0.034 -2.878,-0.191c-1,-0.229 -1.975,-0.603 -2.752,-1.101c-0.522,-0.335 -0.978,-0.689 -1.128,-1.153c-0.007,-0.022 -0.015,-0.045 -0.023,-0.067c-0.511,-1.403 -2.127,-3.348 -3.658,-4.373c-1.089,-0.76 -1.928,-1.167 -2.79,-1.321c-1.207,-0.215 -2.553,0.061 -5.011,1.135c-1.792,0.711 -4.741,1.342 -6.621,1.342c-2.223,0 -6.886,0.927 -10.38,1.986c-3.211,0.973 -8.172,2.144 -10.993,2.533c-0.002,-0 -0.003,0 -0.004,0c-2.914,0.408 -4.523,0.782 -5.776,1.584c-1.28,0.819 -2.251,2.098 -3.679,4.598c-1.394,2.322 -2.877,4.745 -3.503,5.609Z"/>
<path id="Souk-Ahras" class="area" d="M2464.41,588.003c-0.594,0.019 -1.124,0.131 -1.635,0.376c-0.718,0.344 -1.468,0.978 -2.217,2.382c-1.182,2.217 -2.729,7.159 -5.977,18.068c-0,0.002 -0.001,0.003 -0.001,0.004c-2.582,8.74 -6.454,20.361 -8.639,25.824c-7.068,17.619 -7.256,18.954 -6.641,34.422c-0,0.002 -0,0.004 -0,0.005c0.887,20.997 -3.087,38.044 -14.917,63.575c-0.002,0.004 -0.003,0.008 -0.005,0.012c-6.67,14.653 -8.084,18.597 -11.722,33.549c-1.353,5.413 -3.068,11.121 -3.844,12.679c-1.005,1.965 -2.575,3.151 -5.435,3.904c-3.454,0.909 -8.521,1.197 -16.179,1.197c-15.808,0 -24.323,1.774 -35.101,7.215c-0.002,0 -0.003,0.001 -0.005,0.002c-6.568,3.338 -10.342,6.321 -13.666,15.689c-3.109,8.76 -5.82,23.482 -10.301,50.466c-5.222,31.43 -7.123,45.489 -7.625,56.033c0,0.004 -0,0.009 -0,0.014c-0.899,22.065 -3.395,54.815 -6.091,80.774c-0,0.002 -0.001,0.003 -0.001,0.004c-1.507,14.774 -2.41,30.252 -2.41,40.303l0,16.2c0,1.094 0.879,1.985 1.973,2l44.303,0.6c40.92,0.498 45.301,0.689 61.928,3.178c0.002,0 0.005,0.001 0.007,0.001c22.791,3.328 32.573,3.143 68.07,-1.899c0.001,0 0.001,-0 0.002,-0c13.97,-1.996 35.324,-4.491 47.398,-5.588c12.339,-1.122 22.94,-2.291 23.551,-2.495c0.053,-0.017 0.105,-0.037 0.156,-0.059c0.446,-0.191 1.104,-0.68 1.495,-1.797c0.518,-1.485 0.932,-5.379 1.017,-11.312c-0,-0.004 -0,-0.008 -0,-0.011c0.099,-11.143 1.394,-29.548 3.185,-44.073c0.001,-0.006 0.001,-0.013 0.002,-0.019c0.896,-7.863 2.692,-17.118 7.769,-40.807c4.123,-19.109 5.447,-39.525 4.844,-78.95c-0,-0.001 -0,-0.002 -0,-0.003c-0.804,-47.437 -2.216,-58.392 -12.869,-97.587c-2.198,-8.191 -6.891,-27.066 -10.487,-41.848c-8.856,-37.135 -10.276,-41.561 -20.542,-62.898c-0.001,-0.002 -0.002,-0.004 -0.003,-0.006c-4.919,-10.133 -9.565,-21.24 -10.45,-25.077c-0.002,-0.006 -0.003,-0.012 -0.005,-0.019c-2.648,-10.985 -2.224,-29.423 0.914,-44.823c1.544,-7.204 2.742,-13.59 2.742,-14.208c0,-0.604 -0.23,-1.333 -1.028,-1.913c-0.7,-0.51 -2.643,-1.087 -4.872,-1.087c-0.82,-0 -1.464,-0.022 -1.975,-0.109c-0.201,-0.035 -0.364,-0.054 -0.482,-0.138c-0.152,-0.108 -0.144,-0.317 -0.209,-0.562c-0.011,-0.042 -0.023,-0.083 -0.037,-0.123c-0.413,-1.24 -1.443,-3.822 -2.269,-5.68c-0.01,-0.022 -0.02,-0.044 -0.03,-0.065c-1.108,-2.271 -2.533,-3.557 -4.332,-4.046c-2.274,-0.619 -5.519,0.198 -10.28,2.999c-0.017,0.01 -0.035,0.021 -0.052,0.032c-2.358,1.484 -5.649,2.692 -7.134,2.692c-2.217,-0 -8.498,2.402 -16.731,6.73c-0.001,0.001 -0.003,0.002 -0.005,0.002c-5.961,3.157 -11.52,5.779 -13.142,6.268l-0.01,0.003Z"/>
<path id="Bougie" class="area" d="M1860.52,642.505c-0.075,0.106 -0.414,0.581 -0.727,0.947c-1.378,1.609 -3.928,4.097 -6.712,6.542c-6.2,5.391 -6.919,6.006 -10.784,6.006c-3.369,0 -6.513,0.9 -9.208,2.472c-0.024,0.015 -0.048,0.029 -0.071,0.044c-1.416,0.908 -3.951,1.633 -7.248,2.233c-5.354,0.974 -12.603,1.51 -20.558,1.451c-0.005,0 -0.01,0 -0.015,0c-6.151,0 -7.847,-0.501 -15.134,-4.003c-0.011,-0.005 -0.022,-0.01 -0.033,-0.015c-4.722,-2.164 -12.69,-6.691 -17.608,-10.036c-0.014,-0.009 -0.027,-0.018 -0.04,-0.026c-7.129,-4.602 -8.651,-5.778 -9.463,-8.574c-1.221,-4.275 -1.165,-7.943 0.318,-10.56c0.912,-1.596 1.643,-4.788 1.758,-7.191c0.001,-0.032 0.002,-0.063 0.002,-0.095l-0,-3.7c-0,-1.105 -0.895,-2 -2,-2l-4.4,0c-1.703,0 -2.995,-0.046 -3.998,-0.233c-0.642,-0.12 -1.119,-0.274 -1.471,-0.605c-0.581,-0.548 -0.846,-1.416 -1.193,-2.656c-0.528,-2.103 -1.121,-3.296 -1.938,-4.097c-0.861,-0.843 -2.02,-1.334 -3.948,-1.678c-0.01,-0.001 -0.019,-0.003 -0.028,-0.005c-6.099,-1.001 -13.349,-5.061 -15.579,-8.706c-1.082,-1.978 -2.026,-3.176 -3.274,-4.063c-1.202,-0.854 -2.721,-1.42 -5.097,-2c-0.008,-0.002 -0.016,-0.004 -0.024,-0.006c-2.297,-0.53 -5.578,-2.094 -7.079,-3.507c-0.03,-0.028 -0.06,-0.055 -0.091,-0.08c-1.914,-1.596 -6.16,-3.953 -9.458,-5.229c-2.67,-1.034 -5.573,-2.556 -6.395,-3.6c-0.886,-1.238 -1.982,-1.461 -2.572,-1.367c-0.587,0.092 -1.483,0.42 -1.899,1.834c-0.483,1.642 -0.485,8.352 -0.055,27.044c-0,0.001 -0,0.002 -0,0.002c0.596,24.672 0.4,31.04 -1.39,48.746c-1.208,11.374 -2.111,25.866 -2.111,32.206c-0,13.528 -1.8,29.542 -6.375,58.686c-1.901,11.803 -4.001,25.306 -4.701,29.807c-0.002,0.009 -0.003,0.018 -0.004,0.028c-1.037,7.353 -2.94,12.747 -6.44,16.919c-3.513,4.187 -8.606,7.119 -15.846,9.674l-6.41,2.304c-0.828,0.297 -1.365,1.101 -1.322,1.98c0.044,0.879 0.656,1.626 1.509,1.841l13.091,3.298c11.049,2.887 22.894,7.175 51.261,18.422c0.002,0.001 0.004,0.002 0.006,0.003c2.769,1.087 12.752,6.438 22.345,11.878c0.004,0.002 0.009,0.005 0.013,0.007c9.755,5.431 22.326,11.965 27.958,14.479c0.002,0.001 0.004,0.002 0.006,0.003c11.381,5.036 33.437,12.091 49.655,15.819c-0,-0 10.595,2.499 10.595,2.499c0.679,0.16 1.393,-0.046 1.883,-0.542l7.408,-7.508c3.968,-4.068 12.403,-11.607 18.654,-16.866c16.12,-13.499 21.155,-18.339 31.129,-29.925c23.795,-27.558 28.453,-38.753 30.182,-71.701c0,-0.004 0.001,-0.008 0.001,-0.012c0.894,-19.265 6.753,-52.232 12.314,-70.305c0.001,-0.003 0.002,-0.007 0.003,-0.01c3.598,-11.927 6.084,-26.131 5.364,-31.067c-0.001,-0.007 -0.002,-0.015 -0.003,-0.023c-0.307,-1.938 -2.03,-8.468 -3.968,-14.488c-2.023,-6.551 -3.308,-12.324 -3.308,-15.6c-0,-3.454 -0.871,-7.876 -2.165,-10.796c0.004,0.01 -1.886,-4.568 -1.886,-4.568c-0.31,-0.748 -1.039,-1.236 -1.849,-1.236l-5.5,0c-3.985,0 -7.65,0.852 -11.635,2.683c-0.012,0.005 -0.023,0.01 -0.034,0.016c-2.615,1.262 -6.118,2.301 -7.831,2.301c-2.826,0 -5.235,1.064 -8.532,4.008c-0.001,0.001 -0.002,0.002 -0.003,0.003c-2.395,2.147 -3.917,2.989 -6.065,2.989c-6.68,-0 -11.478,3.891 -14.762,12.27c-0.001,0.002 -0.001,0.003 -0.002,0.005c-1.433,3.684 -3.067,8.7 -3.681,11.258c-0.57,2.378 -1.23,5.035 -1.532,5.972Z"/>
<path id="Tunisia" class="area" d="M2594.06,577.7c-0.018,0.001 -0.035,0.001 -0.053,0.002c-9.571,0.435 -10.519,0.77 -14.543,3.924c-0.003,0.002 -0.006,0.005 -0.009,0.007c-2.659,2.109 -5.333,3.17 -10.192,3.995c-0.008,0.002 -0.016,0.003 -0.024,0.005c-11.498,2.098 -13.723,2.094 -18.285,-2.103c-2.39,-2.219 -3.716,-3.296 -5.382,-3.88c-1.608,-0.563 -3.581,-0.65 -7.374,-0.65l-7.1,0c-0.904,0 -1.695,0.606 -1.931,1.478l-1.002,3.709c-5.802,21.883 -7.261,45.092 -3.7,58.327c0.923,3.663 5.766,15.018 10.73,25.352c0.001,0.001 0.001,0.003 0.002,0.004c9.832,20.359 12.206,27.711 19.853,60.583c0,0.001 0,0.002 0.001,0.002c2.904,12.419 7.611,31.447 10.515,42.264c0.001,0.002 0.001,0.003 0.002,0.005c10.945,40.296 12.434,51.241 13.13,97.806c0,0.001 0,0.003 0,0.004c0.797,46.49 -0.494,60.428 -9.055,100.546c-5.326,24.618 -6.145,36.074 -6.145,86.92c-0,35.59 0.504,51.33 1.807,66.669c3.568,42.022 1.988,55.105 -11.193,92.666c-13.181,37.245 -28.058,74.59 -41.638,104.845c-17.414,38.708 -23.398,47.556 -64.295,95.319c-0.001,0.001 -0.002,0.002 -0.003,0.003c-8.124,9.529 -16.148,19.258 -17.953,21.565c-0.012,0.016 -0.024,0.031 -0.035,0.047c-8.231,11.177 -13.391,27.206 -18.065,56.57c-4.133,25.805 -4.432,31.351 -3.122,53.929c0.888,15.976 0.905,22.485 0.018,28.6c-0,0 -0,0.001 -0,0.001c-2.571,17.795 -8.213,34.796 -17.506,53.184c-0.004,0.007 -0.007,0.014 -0.011,0.022c-5.204,10.616 -7.598,16.798 -7.702,19.4c-0.001,0.02 -0.002,0.039 -0.002,0.059c-0.055,5.167 1.76,9.889 6.268,14.864c4.196,4.631 10.833,9.54 20.607,15.374c0.001,0.001 0.001,0.001 0.002,0.002c16.279,9.689 21.389,14.176 25.848,22.502c4.441,8.594 9.744,26.145 12.405,41.227c2.648,15.073 6.386,23.337 18.913,41.771c9.24,13.761 16.371,23.003 29.63,38.673c4.294,5.075 9.084,11.7 10.76,14.745c4.044,7.702 9.344,23.95 11.904,37.144l2.201,11.204c0.184,0.939 1.006,1.615 1.962,1.615l81.7,0c1.105,0 2,-0.895 2,-2l-0,-653.5c-0,-470.019 -0.244,-623.383 -0.948,-649.21c-0.082,-2.979 -0.252,-4.481 -0.344,-4.736c-0.218,-0.602 -0.579,-0.877 -0.799,-1.022c-0.47,-0.31 -0.95,-0.387 -1.424,-0.308c-0.787,0.102 -5.415,0.38 -10.423,0.476Zm10.919,3.494l-0,-0.004l0.171,-0.021c-0.057,0.011 -0.114,0.019 -0.171,0.025Z"/>
<path id="Algiers" class="area" d="M1290.49,595.093c0.868,-1.005 2.326,-1.666 4.252,-1.753c3.256,-0.147 8.17,1.361 12.571,4.296l0.007,0.004c6.33,4.257 9.21,10.743 8.883,21.22c-0.216,7.951 -3.768,15.577 -9.57,20.735c-0.005,0.004 -0.01,0.008 -0.015,0.013c-1.831,1.596 -3.044,2.498 -4.29,2.923c-1.851,0.631 -3.892,0.28 -8.5,-1.116c-7.497,-2.249 -13.024,-1.755 -20.896,1.806c-6.938,3.184 -8.929,3.387 -11.66,2.476c-0.007,-0.002 -0.013,-0.004 -0.02,-0.006c-2.234,-0.771 -6.747,-4.695 -9.213,-7.747c-0.814,-1.007 -1.413,-1.933 -1.711,-2.627c-0.236,-0.549 -0.324,-1.034 -0.324,-1.417c-0,-0.606 0.289,-1.732 0.874,-3.063c1.087,-2.471 3.145,-5.917 4.729,-7.665c0.904,-1.101 1.434,-3.299 1.6,-6.282l0.3,-5.499c0.054,-0.995 0.833,-1.798 1.825,-1.884l5.792,-0.499c1.47,-0.138 2.62,-0.28 3.531,-0.51c0.62,-0.156 1.094,-0.33 1.445,-0.643c0.33,-0.293 0.528,-0.701 0.714,-1.229c0.286,-0.816 0.492,-1.849 0.719,-3.163c0.415,-2.484 1.167,-4.133 2.46,-5.276c1.727,-1.528 4.708,-2.187 10.311,-2.187c2.126,0 3.698,-0.079 4.841,-0.31c0.606,-0.123 1.039,-0.197 1.259,-0.49c0.028,-0.037 0.056,-0.072 0.086,-0.107Zm116.641,-232.698l-0,151.153c-0,34.177 -27.747,61.924 -61.924,61.924l-126.153,-0c-34.176,-0 -61.923,-27.747 -61.923,-61.924l-0,-151.153c-0,-34.176 27.747,-61.923 61.923,-61.923l126.153,-0c34.177,-0 61.924,27.747 61.924,61.923Z"/>
<path id="Medea" class="area" d="M1345.68,601.998c-0.279,0.326 -0.633,0.949 -0.943,1.821c-0.501,1.408 -1.02,3.661 -1.32,5.917c-0.001,0.003 -0.001,0.006 -0.002,0.01c-0.419,3.272 -1.079,5.073 -2.589,6.499c-3.186,3.004 -11.302,5.1 -16.771,4.471c-2.113,-0.287 -3.419,-0.374 -4.223,-0.263c-1.266,0.174 -1.926,0.733 -2.353,1.459c-0.306,0.522 -0.48,1.257 -0.48,2.288c-0,0.811 -0.514,2.114 -1.223,3.657c-1.917,4.164 -5.495,9.702 -8.216,12.157c-2.166,1.949 -3.84,3.114 -5.778,3.515c-1.984,0.41 -4.193,0.033 -7.341,-0.854c-0.005,-0.002 -0.01,-0.003 -0.016,-0.005c-8.356,-2.278 -13.128,-2.055 -18.12,0.441c-1.937,0.968 -5.706,2.513 -8.232,3.389c-1.987,0.649 -3.072,1.022 -4.094,1c-0.981,-0.02 -1.87,-0.431 -3.481,-1.133c-0,-0.001 -0.001,-0.001 -0.002,-0.001c-2.105,-0.916 -5.386,-3.497 -7.217,-5.511c-0.004,-0.005 -0.008,-0.009 -0.012,-0.013c-2.126,-2.299 -3.33,-3.443 -4.782,-4.076c-1.442,-0.628 -3.174,-0.766 -6.486,-0.766c-6.526,0 -6.701,-0.034 -17.609,8.307c-5.641,4.255 -12.862,9.304 -16.128,11.283l-5.391,3.289c0,0 -15.597,-0.578 -15.597,-0.578c-8.575,-0.329 -14.115,-0.292 -15.989,0.091c-1.917,0.391 -2.286,1.717 -2.286,2.308c-0,0.506 0.9,9.404 2.012,19.617c-0,0.001 0,0.003 0,0.005c3.025,27.117 5.762,41.128 10.801,55.342c4.642,13.235 7.702,28.248 8.691,43.458c0.3,5.205 0.998,26.065 1.497,46.426c0.804,34.701 1.115,38.321 3.831,53.309c0.001,0.002 0.001,0.005 0.002,0.008c3.857,20.772 4.658,37.586 2.68,54.401c-6.711,56.994 -11.514,115.892 -11.514,141.534c-0,-0 -0,18.3 -0,18.3c0,0.708 0.374,1.363 0.984,1.723c0.609,0.359 1.364,0.37 1.983,0.027l3.8,-2.1c0.021,-0.011 0.042,-0.023 0.062,-0.035c2.012,-1.207 9.658,-6.135 16.801,-11.065c7.194,-4.896 18.281,-12.387 24.773,-16.682c6.516,-4.31 18.245,-12.53 26.063,-18.143c0.005,-0.004 0.01,-0.007 0.014,-0.01c16.931,-12.377 26.63,-18.228 39.996,-23.872c14.799,-6.183 27.27,-14.287 40.651,-26.146c0.007,-0.007 0.014,-0.013 0.022,-0.02c2.314,-2.113 13.486,-14.18 24.654,-26.957c21.203,-24.064 28.558,-30.916 39.604,-36.537c5.828,-2.962 8.032,-3.52 16.245,-4.189c6.144,-0.425 11.953,-1.571 13.894,-2.632c2.534,-1.308 5.635,-4.144 7.883,-6.997c1.593,-2.024 2.745,-4.07 3.114,-5.592c1.024,-4.201 -0.201,-17.936 -3.478,-35.245c-4.267,-22.624 -6.065,-36.516 -6.065,-47.928c0,-11.01 0.944,-13.397 10.795,-29.139c0.002,-0.002 0.003,-0.004 0.004,-0.006c8.349,-13.439 8.392,-12.807 8.901,-59.13c0.507,-35.897 0.226,-41.269 -1.194,-45.731c-0.003,-0.009 -0.006,-0.018 -0.009,-0.026c-0.916,-2.75 -5.682,-11.927 -10.672,-20.381c-4.796,-8.192 -14.283,-24.97 -21.076,-37.156c-7.2,-13.092 -11.113,-19.608 -12.789,-21.284c-1.644,-1.644 -3.032,-1.003 -3.674,-0.361c-0.277,0.277 -0.769,0.387 -1.376,0.501c-0.969,0.181 -2.174,0.226 -3.56,0.162c-4.546,-0.212 -10.873,-1.61 -17.377,-3.932c-0.001,-0.001 -0.002,-0.001 -0.002,-0.001c-6.045,-2.152 -14.038,-4.288 -17.633,-4.702c-5.211,-0.629 -6.202,-1.074 -9.975,-4.578c-2.694,-2.524 -4.948,-3.985 -6.758,-4.546c-2.523,-0.783 -4.46,-0.163 -5.947,1.636l0.023,-0.028Z"/>
<path id="Orleansville" class="area" d="M1135.82,643.719c-0.026,0.01 -0.052,0.019 -0.077,0.03c-2.144,0.877 -7.214,2.331 -11.306,3.305c-0.019,0.005 -0.037,0.009 -0.055,0.014c-4.168,1.119 -11.08,3.356 -15.248,5.085c-0.005,0.002 -0.01,0.004 -0.015,0.006c-9.021,3.824 -23.339,6.956 -33.93,7.544c-0.003,0 -0.005,0 -0.008,0.001c-6.359,0.379 -8.923,0.105 -14.238,-1.698c-0.004,-0.001 -0.007,-0.002 -0.011,-0.003c-6.679,-2.227 -7.844,-2.246 -15.796,-1.185c-0.017,0.002 -0.034,0.004 -0.05,0.007c-4.352,0.692 -17.011,1.175 -28.186,1.175c-19.959,0 -21.394,0.154 -28.657,2.711c-5.376,1.853 -7.873,2.269 -11.489,1.805c-0.011,-0.001 -0.022,-0.003 -0.033,-0.004c-2.847,-0.316 -8.223,-0.111 -11.913,0.627c-0.004,0.001 -0.007,0.001 -0.011,0.002c-6.892,1.416 -11.032,0.578 -20.848,-3.952c-4.922,-2.352 -8.353,-3.189 -12.849,-3.189c0,0 -5.6,0 -5.6,0c-0.606,0 -1.179,0.275 -1.559,0.747l-8.341,10.38c-0,0 -5.638,-0.42 -5.638,-0.42c0,-0 -6.786,-0.599 -6.786,-0.599c-0.559,-0.05 -1.113,0.138 -1.527,0.517c-0.413,0.379 -0.649,0.914 -0.649,1.475l0,6.9c0,5.7 0.799,9.542 4.116,18.87c2.189,6.171 5.574,16.623 7.566,23.198c1.93,6.698 5.785,16.836 8.523,22.413c0.002,0.005 0.004,0.009 0.006,0.013c2.768,5.536 6.522,14.427 8.504,19.776c1.918,5.543 7.531,19.18 12.344,30.512c0.002,0.005 0.004,0.009 0.006,0.014c4.871,11.232 10.241,24.848 12.032,30.321c0,-0 3.118,9.742 3.118,9.742c-0,-0 2.087,43.635 2.087,43.635c1.885,40.974 1.913,44.149 0.326,53.574c-0.001,0.005 -0.002,0.011 -0.003,0.017c-2.38,14.902 -2.129,19.559 1.596,29.699c5.372,14.825 7.438,25.677 15.298,82.192c0,0 0,0.001 0,0.001c1.386,9.9 2.481,22.175 2.481,27.323l0,9.3c0,0.554 0.229,1.082 0.634,1.46c0.404,0.379 0.947,0.572 1.499,0.536l6.007,-0.401c13.936,-0.981 32.964,3.583 52.003,12.612c0.005,0.002 0.01,0.005 0.015,0.007c15.46,7.175 19.503,8.687 33.347,12.224c0.001,0 0.003,0 0.004,0.001c7.977,2.019 11.61,2.257 48.968,2.661c42.123,0.506 47.08,0.026 57.814,-3.923l5.107,-1.903c0.783,-0.291 1.302,-1.039 1.302,-1.874l0,-19.3c0,-10.456 0.697,-28.78 1.693,-40.531c0,-0.003 0,-0.007 0.001,-0.01c1.997,-25.072 8.289,-89.399 9.588,-98.888c0.505,-3.636 1.018,-14.76 1.018,-24.771c0,-15.863 -0.406,-20.41 -2.932,-34.454c-0,-0.004 -0.001,-0.007 -0.002,-0.011c-3.582,-19.304 -5.066,-41.594 -5.066,-73.735c0,-33.729 -2.048,-49.28 -9.015,-68.668c-3.366,-9.604 -6.232,-21.485 -8.41,-34.949c-1.093,-6.855 -4.575,-40.011 -4.575,-43.883c0,-7.092 -4.058,-13.234 -9.174,-14.629c-5.705,-1.581 -18.047,-1.246 -23.006,0.548Z"/>
<path id="Mostaganem" class="area" d="M887.272,667.921c-0.01,0.008 -0.019,0.015 -0.029,0.023c-2.275,1.838 -3.531,2.056 -9.043,2.056c-5.645,0 -9.109,0.615 -11.934,2.131c-2.011,1.052 -6.411,2.569 -9.851,3.429c-0.004,0.001 -0.009,0.002 -0.013,0.003c-3.553,0.914 -10.05,3.044 -14.314,4.668c-0.012,0.004 -0.023,0.009 -0.034,0.014c-9.229,3.712 -11.193,5.568 -17.24,17.554c-0.002,0.005 -0.005,0.011 -0.007,0.016c-0.935,1.894 -1.632,3.317 -2.314,4.393c-0.515,0.812 -0.989,1.389 -1.636,1.778c-1.617,0.972 -3.989,1.002 -8.691,1.319c-0.015,0 -0.029,0.002 -0.044,0.003c-6.09,0.544 -7.196,0.938 -13.394,6.049l-5.554,4.643l-21.474,0c-0.431,0 -0.851,0.14 -1.197,0.398l-8.703,6.502c-5.799,4.349 -10.72,7.068 -15.456,8.71c-0.001,0.001 -0.003,0.002 -0.005,0.002c-4.165,1.458 -10.098,4.484 -13.222,6.775c-0.008,0.006 -0.015,0.012 -0.023,0.017c-8.174,6.179 -15.93,9.596 -22.394,9.596c-5.679,0 -7.254,0.504 -10.887,3.569c-2.797,2.221 -4.704,4.987 -5.174,7.339c-0.954,4.77 -1.309,7.19 -2.434,8.643c-0.421,0.546 -0.985,0.887 -1.755,1.219c-1.073,0.463 -2.464,0.866 -4.315,1.411c-7.166,2.101 -12.398,4.145 -15.865,6.186c-2.629,1.548 -4.317,3.154 -5.21,4.747c-1.037,1.83 -1.61,2.89 -1.107,6.886c0.416,3.305 1.672,9.033 4.195,20.234c6.48,29.511 8.376,39.482 10.769,57.529c0,0.001 0.001,0.002 0.001,0.003c1.103,8.221 3.408,22.958 5.113,32.583c-0,0.002 0,0.004 0.001,0.006c6.169,34.227 6.773,38.504 7.37,50.742c0.001,0.004 0.001,0.008 0.001,0.011c1.208,22.25 5.037,45.908 10.272,64.433c1.321,4.773 5.369,14.814 9.021,22.323c3.491,7.38 8.475,18.145 10.967,23.928c2.519,5.843 7.756,16.32 11.686,23.375c7.855,14.336 9.142,17.574 11.794,30.145c3.055,14.755 13.174,32.291 29.76,51.014c0,0.001 0.001,0.001 0.001,0.001c5.416,6.106 8.446,11.143 17.309,28.771c0.001,0.003 0.003,0.006 0.004,0.008c5.554,10.925 10.383,20.041 11.585,21.756c0.756,1.077 1.669,1.138 1.898,1.138c0.191,0 0.77,-0.082 1.571,-0.505c1.375,-0.727 4.653,-2.786 8.255,-5.242c13.109,-8.671 33.137,-16.345 53.059,-20.29c5.718,-1.104 17.142,-3.609 25.362,-5.514c22.205,-5.055 34.497,-6.548 52.242,-6.449l15.711,0c0.658,0 1.274,-0.323 1.647,-0.865c0.373,-0.542 0.456,-1.232 0.222,-1.847l-1.6,-4.2c-0.005,-0.014 -0.011,-0.027 -0.016,-0.041c-1.238,-3.046 -1.548,-6.956 -1.453,-15.525c-0,-0.003 -0,-0.005 -0,-0.008c0.098,-14.269 2.179,-24.5 8.575,-41.818c5.885,-15.728 7.612,-24.153 8.323,-41.605c0.606,-12.018 0.311,-16.367 -2.518,-36.371c-7.638,-54.072 -9.877,-65.938 -15.202,-80.208c-3.371,-9.347 -3.624,-15.519 -1.311,-28.048c1.512,-8.068 1.545,-11.806 0.031,-50.542c0,-0.002 0,-0.005 0,-0.007c-1.208,-28.394 -2.239,-44.007 -3.347,-48.853c-1.919,-8.685 -5.642,-18.791 -14.123,-37.774c-3.485,-7.867 -8.464,-20.113 -11.152,-27.382c-0.001,-0.003 -0.002,-0.005 -0.003,-0.008c-2.72,-7.251 -7.252,-17.926 -10.072,-23.767c-2.76,-5.719 -6.506,-15.677 -8.379,-22.184c-0.003,-0.009 -0.005,-0.018 -0.008,-0.027c-2.008,-6.626 -5.321,-17.266 -7.632,-23.596c-3.181,-9.257 -3.882,-12.345 -3.882,-18.624l-0,-7.7c0,-1.105 -0.895,-2 -2,-2l-3.2,0c-0.033,0 -0.067,0.001 -0.1,0.002c-2.355,0.118 -5.308,1.271 -7.428,2.919Z"/>
<path id="Sidi-Bel-Abbes" class="area" d="M656.435,788.397c-0.01,0.005 -0.02,0.009 -0.029,0.014c-1.687,0.843 -3.572,3.484 -4.897,7.339c-0.003,0.008 -0.006,0.017 -0.009,0.025c-2.334,7.1 -4.294,10.789 -10.713,19.542c-0.007,0.01 -0.015,0.021 -0.022,0.031c-3.176,4.508 -7.472,11.887 -9.316,16.395c-1.857,4.296 -5.579,11.249 -8.323,15.463c-4.056,6.179 -6.578,8.681 -14.014,14.185c-5.47,4.03 -11.014,7.331 -14.276,8.29c-0.023,0.007 -0.046,0.014 -0.068,0.022c-4.508,1.502 -5.039,1.506 -9.458,0.092c-0.012,-0.004 -0.024,-0.007 -0.035,-0.011c-3.181,-0.954 -7.637,-1.784 -10.075,-1.784c-1.983,0 -3.223,0.118 -4.199,0.546c-1.458,0.64 -2.509,1.998 -4.285,5.55c-2.411,4.728 -4.872,8.006 -7.944,10.069c-3.008,2.021 -6.585,2.835 -11.172,2.835c-4.087,0 -20.446,4.137 -30.562,7.713c-10.754,3.773 -18.679,3.021 -28.49,-3.016c-0.004,-0.003 -0.008,-0.005 -0.011,-0.007c-3.342,-2.025 -7.188,-4.249 -8.625,-4.97c-4.347,-2.269 -16.693,-5.486 -23.598,-6.209c-2.934,-0.351 -4.952,-0.825 -6.635,-1.958c-1.709,-1.15 -3.053,-2.948 -4.748,-5.756c-1.18,-2.079 -3.23,-3.901 -4.534,-4.306c-0.57,-0.178 -1.346,-0.232 -2.246,-0.097c-1.461,0.22 -3.39,0.94 -4.994,1.837c-1.86,1.041 -3.216,2.423 -3.554,3.437c-0.01,0.027 -0.018,0.055 -0.026,0.083c-0.196,0.687 -1.379,3.728 -2.459,6.773c-0,0 -1.621,4.476 -1.621,4.476c0,0 -2.897,0 -2.897,0c-2.579,0 -4.728,-0.694 -6.962,-2.145c-2.618,-1.821 -4.938,-2.529 -7.05,-2.311c-3.067,0.316 -5.953,2.66 -8.729,7.572l-2.157,3.928l-3.358,-0.429c-2.722,-0.334 -4.77,-0.178 -6.529,0.604c-2.517,1.117 -4.549,3.609 -7.009,8.596c-1.56,3.042 -2.386,4.415 -4.018,4.827c-1.501,0.302 -3.386,0.798 -4.38,0.997c-0.082,0.016 -0.162,0.037 -0.24,0.064c-0.411,0.137 -1.057,0.501 -1.805,1.116c-1.222,1.006 -2.952,2.784 -4.519,4.724c-0.003,0.004 -0.007,0.009 -0.01,0.013c-3.176,3.997 -4.795,5.969 -6.689,6.845c-1.149,0.531 -2.385,0.599 -4.145,0.599c-3.378,-0 -5.296,0.571 -6.303,1.562c-1.113,1.096 -1.538,2.914 -0.963,6.004c0.001,0.005 0.002,0.009 0.002,0.014c0.204,1.052 -0.069,2.747 -0.604,4.842c-0.917,3.589 -2.69,8.181 -5.016,12.775l-2.811,5.721c-0.3,0.61 -0.269,1.331 0.081,1.913l7.104,11.806c9.794,16.161 13.147,25.556 14.519,40.15c0.001,0.009 0.002,0.018 0.002,0.027c0.702,6.518 2.207,19.552 3.61,28.978c1.286,9.494 2.379,21.469 2.379,27.508c-0,12.838 2.329,33.357 5.058,44.279c2.227,9.202 10.479,25.999 23.517,48.134c5.097,8.695 13.492,23.185 18.689,32.279c5.241,9.173 11.092,18.848 13.109,21.67c0.006,0.01 0.013,0.019 0.02,0.028c1.984,2.679 6.346,9.325 9.719,14.583c3.399,5.399 8.993,14.189 12.29,19.484c0.005,0.008 0.01,0.015 0.015,0.023c3.377,5.264 10.028,17.382 14.895,27.017c11.664,23.426 21.016,38.509 36.4,58.618c0.003,0.004 0.006,0.009 0.009,0.013c0.633,0.813 1.568,1.598 4.454,1.804c4.503,0.321 15.782,-0.561 46.3,-3.24c21.066,-1.823 44.771,-9.612 65.028,-21.362c0.005,-0.002 0.009,-0.005 0.014,-0.008c6.047,-3.569 15.759,-8.523 21.618,-11.304c12.38,-5.482 15.854,-8.011 31.192,-21.622c0.002,-0.002 0.004,-0.003 0.006,-0.005c17.739,-15.856 40.422,-31.728 54.098,-37.972c0,0 0.001,-0 0.001,-0c9.269,-4.24 16.378,-5.574 44.283,-8.631c15.379,-1.629 28.102,-3.62 30.342,-4.537l3.737,-1.615c0.506,-0.219 0.899,-0.637 1.086,-1.155c0.188,-0.518 0.154,-1.09 -0.095,-1.582l-10.498,-20.797c-5.784,-11.567 -12.3,-23.221 -14.431,-25.859c-0.008,-0.01 -0.016,-0.02 -0.025,-0.029c-2.096,-2.496 -6.287,-7.686 -9.381,-11.478c-0.002,-0.002 -0.003,-0.004 -0.005,-0.005c-6.804,-8.284 -15.985,-21.786 -19.14,-28.393c-0.01,-0.02 -0.019,-0.039 -0.029,-0.059c-1.352,-2.606 -3.267,-8.498 -4.329,-13.035c-0.001,-0.004 -0.001,-0.008 -0.002,-0.012c-3.862,-16.055 -5.29,-19.813 -12.099,-32.007c-0,-0.001 -0.001,-0.002 -0.001,-0.003c-3.674,-6.552 -9.035,-17.274 -11.914,-23.827c-2.903,-6.607 -8.21,-18.121 -11.614,-25.53c-0.001,-0.004 -0.003,-0.008 -0.005,-0.012c-7.123,-15.234 -10.384,-25.622 -13.846,-44.021c-2.883,-15.507 -4.175,-26.839 -5.069,-42.744c-0.403,-7.243 -2.51,-22.839 -5.428,-39.238c-0,-0.002 -0.001,-0.005 -0.001,-0.007c-2.694,-14.866 -5.787,-34.121 -6.985,-42.907c-2.407,-18.653 -3.51,-24.274 -10.13,-54.365c-2.65,-12.074 -4.853,-22.077 -4.853,-22.371c-0,-0.647 -0.22,-1.151 -0.555,-1.546c-0.309,-0.366 -0.744,-0.668 -1.366,-0.797c-0.347,-0.072 -0.817,-0.091 -1.412,0.025c-0.718,0.14 -1.796,0.526 -3.232,1.215Z"/>
<path id="Bordj-Bou-Arreridj" class="area" d="M1822.66,876.538c-0.206,-0.172 -0.767,-0.526 -1.713,-0.85c-2.312,-0.792 -8.246,-2.429 -14.957,-4.127c-0.002,-0 -0.004,-0.001 -0.006,-0.001c-27.402,-6.851 -43.484,-13.507 -70.887,-29.293c-0.002,-0.002 -0.005,-0.003 -0.008,-0.005c-8.692,-4.952 -20.519,-10.809 -26.381,-13.032c-0.009,-0.004 -0.019,-0.007 -0.028,-0.011c-5.782,-2.093 -15.452,-5.882 -21.633,-8.374c-0.003,-0.001 -0.006,-0.002 -0.008,-0.003c-9.897,-3.939 -34.234,-10.603 -44.736,-12.219c-1.901,-0.3 -27.922,-1.02 -57.762,-1.623c-46.947,-0.996 -56.02,-1.488 -70.771,-3.482c-19.696,-2.74 -36.757,-3.694 -42.662,-2.479l-0,-0c-7.805,1.52 -18.746,6.717 -25.209,11.44c-3.114,2.277 -5.195,4.556 -5.789,6.263c-1.09,3.107 -1.486,8.692 -1.107,16.294c0.546,10.941 2.63,26.23 6.132,44.344c0.001,0.001 0.001,0.003 0.001,0.004c2.137,10.92 3.388,20.165 3.68,26.904c0.182,4.199 0.018,7.363 -0.607,9.258c-0.639,1.811 -2.546,4.671 -4.255,6.471c-5.258,5.443 -9.894,7.144 -20.317,7.99c-16.847,1.335 -27.108,7.773 -46.733,29.865c-0.003,0.003 -0.006,0.006 -0.009,0.01c-6.379,7.276 -12.958,14.653 -14.552,16.347l-2.905,3.105c-0.461,0.493 -0.642,1.185 -0.482,1.841c0.161,0.656 0.642,1.187 1.278,1.411l8.8,3.1c0.011,0.004 0.022,0.008 0.033,0.011c4.814,1.605 12.837,4.213 17.854,5.718c10.667,3.229 16.245,5.972 25.934,12.725c14.383,10.058 40.736,26.043 50.793,30.77c0.001,0 0.002,0.001 0.002,0.001c28.867,13.525 34.934,15.925 47.348,18.448c10.184,2.1 12.929,1.75 26.261,-4.653c13.018,-6.166 23.872,-9.725 31.803,-10.413c13.791,-1.057 30.075,5.047 41.068,15.365c0.002,0.002 0.005,0.004 0.007,0.006c8.19,7.619 11.523,14.477 12.571,25.525c-0,-0 0.8,8.498 0.8,8.498c0.078,0.829 0.661,1.523 1.465,1.743c0.803,0.219 1.658,-0.083 2.146,-0.758l8.907,-12.31c8.486,-11.879 23.262,-30.746 43.327,-55.603c12.041,-14.827 31.148,-34.127 50.153,-50.546c0.004,-0.002 0.007,-0.005 0.01,-0.008c8.133,-7.116 16.549,-15.167 18.601,-18.03c1.956,-2.635 7.817,-8.372 12.986,-12.858c5.329,-4.526 16.773,-15.266 25.31,-23.902c8.581,-8.482 20.352,-19.854 26.337,-25.341c4.226,-3.867 7.744,-7.44 9.303,-9.373c0.902,-1.118 1.238,-2.014 1.274,-2.393c0.085,-0.894 -0.29,-1.479 -0.779,-1.87l0.112,0.1Z"/>
<path id="Oran" class="area" d="M527.92,834.817c4.434,-2.881 7.23,-3.817 10.78,-3.817c2.712,0 4.098,0.256 5.008,0.934c0.927,0.691 1.555,1.938 2.228,4.564c0.587,2.263 1.883,3.91 4.129,5.576c2.097,1.499 3.212,2.543 3.946,3.952c0.694,1.331 1.036,3.046 1.376,6.049c0.002,0.011 0.003,0.023 0.004,0.034c0.312,3.257 0.556,5.146 1.415,6.674c0.856,1.522 2.304,2.65 4.794,4.517c0.003,0.003 0.007,0.005 0.01,0.008c1.94,1.474 3.647,3.18 4.506,4.404c0.65,0.927 0.884,1.759 0.884,2.288c0,1.152 -0.923,3.491 -2.382,5.917c-2.032,3.38 -5.007,6.97 -6.684,7.852c-1.225,0.649 -5.713,1.687 -10.026,2.121c-7.991,0.99 -19.318,3.757 -30.155,7.5c-0.004,0.002 -0.007,0.003 -0.011,0.004c-12.494,4.236 -19.377,3.389 -30.495,-3.493l-0.007,-0.005c-1.891,-1.182 -3.489,-2.494 -4.288,-3.433c-0.727,-0.854 -0.952,-1.661 -0.952,-2.163c-0,-0.304 0.135,-1.039 0.482,-2.058c0.576,-1.689 1.737,-4.534 3.102,-7.48l3.499,-7.599c0.358,-0.776 1.169,-1.239 2.019,-1.153l5.9,0.6l4.457,0.52l1.568,-4.332c1.185,-3.16 3.058,-9.177 4.242,-13.218c1.184,-4.517 2.766,-8.79 3.304,-9.542c0.064,-0.09 0.135,-0.174 0.213,-0.252c0.323,-0.323 0.946,-0.719 1.855,-1.013c1.324,-0.428 3.485,-0.773 5.759,-0.773c3.688,0 5.565,-0.667 9.52,-3.183Zm119.15,-234.422l0,151.153c0,34.177 -27.747,61.924 -61.923,61.924l-126.153,-0c-34.177,-0 -61.924,-27.747 -61.924,-61.924l0,-151.153c0,-34.176 27.747,-61.923 61.924,-61.923l126.153,-0c34.176,-0 61.923,27.747 61.923,61.923Z"/>
<path id="Constantine" class="area" d="M2154.75,862.131c7.88,-1.448 23.31,-0.59 29.215,1.482c0.007,0.002 0.014,0.005 0.021,0.007c7.031,2.557 15.871,10.865 18.854,17.789c0.003,0.008 0.007,0.017 0.01,0.025c1.826,4.403 2.272,6.978 1.95,12.777l-0,0.006c-0.543,9.222 -4.203,15.097 -12.665,20.196c-0.005,0.003 -0.011,0.007 -0.017,0.01c-7.586,4.469 -14.742,5.895 -29.187,5.376l-0.005,-0c-10.855,-0.418 -12.622,-0.77 -18.78,-3.692c-0.006,-0.003 -0.012,-0.005 -0.017,-0.008c-11.526,-5.601 -17.126,-13.65 -17.126,-24.099c0,-8.314 1.792,-13.476 6.003,-18.227c0.008,-0.008 0.015,-0.016 0.023,-0.024c4.641,-5.063 14.441,-10.348 21.721,-11.618Zm130.323,-536.707l0,151.152c0,34.177 -27.747,61.924 -61.923,61.924l-126.153,0c-34.177,0 -61.924,-27.747 -61.924,-61.924l0,-151.152c0,-34.177 27.747,-61.924 61.924,-61.924l126.153,0c34.176,0 61.923,27.747 61.923,61.924Z"/>
<path id="Tlemcen" class="area" d="M320.489,989.607c-0.916,0.216 -2.515,0.393 -3.789,0.393c-2.792,0 -5.107,1.095 -9.294,5.166c-0.012,0.011 -0.023,0.022 -0.034,0.034c-4.739,4.832 -8.038,5.607 -19.189,5.7c-0.008,0 -0.016,0 -0.025,0c-5.371,0.112 -7.923,0.769 -10.385,2.448c-0.042,0.028 -0.083,0.058 -0.122,0.09c-1.425,1.14 -5.805,3.193 -9.607,4.81c-5.154,2.106 -9.348,4.838 -12.915,8.196c-0.014,0.013 -0.029,0.028 -0.043,0.042c-2.548,2.547 -6.405,5.487 -8.48,6.525c-2.358,1.179 -6.346,4.58 -8.92,7.582c-2.84,3.283 -4.757,4.767 -7.499,5.573c-2.656,0.679 -6.719,3.051 -9.566,5.786c-2.447,2.248 -6.857,5.774 -9.8,7.932c-4.722,3.426 -5.57,3.665 -13.167,4.221c-9.104,0.658 -9.839,0.983 -14.006,4.821c-2.754,2.418 -3.988,3.074 -6.848,3.074c-2.425,-0 -7.596,1.028 -11.602,2.293c-0.002,0 -0.003,0.001 -0.004,0.001c-5.95,1.893 -6.218,1.937 -10.906,0.494c-3.344,-1.043 -8.978,-1.788 -13.988,-1.788c-6.854,0 -7.879,-0.257 -12.88,-3.221c-2.328,-1.382 -4.66,-2.608 -6.097,-3.222c-0.957,-0.408 -1.684,-0.557 -2.023,-0.557c-0.762,0 -1.861,0.298 -2.422,2.03c-0.605,1.868 -0.878,8.046 -0.878,23.17c-0,34.818 1.603,53.181 8.126,93.618c4.008,24.952 14.031,74.254 18.541,90.997c7.842,29.677 8.242,32.159 9.234,59.258c0,0.002 0,0.003 0.001,0.004c1.007,25.995 2.12,34.457 7.258,54.91c0.001,0.002 0.001,0.005 0.002,0.007c2.724,10.693 8.681,28.951 11.506,35.408l2.309,5.12c0.313,0.695 0.994,1.151 1.756,1.177l17.793,0.6c9.762,0.394 20.804,1.268 24.557,2.057c15.454,3.374 36.433,0.941 52.703,-6.017c0.004,-0.002 0.007,-0.003 0.01,-0.004c10.32,-4.479 11.396,-4.382 36.124,-2.143c0.002,0 0.003,0 0.005,0c23.425,2.055 24.454,2.056 29.796,0.309c0.002,-0 0.003,-0.001 0.004,-0.001c8.065,-2.654 16.7,-9.21 34.564,-26.461c0.003,-0.003 0.006,-0.006 0.008,-0.008c8.546,-8.347 19.076,-17.988 23.448,-21.466c4.432,-3.525 12.088,-10.273 17.024,-14.907c0.002,-0.001 0.003,-0.003 0.005,-0.005c14.152,-13.376 17.843,-14.915 38.39,-16.66c16.299,-1.275 42.665,-5.454 47.409,-7.229c1.151,-0.431 1.657,-1.079 1.814,-1.397c0.291,-0.589 0.284,-1.153 0.08,-1.685c-0.003,-0.008 -0.007,-0.017 -0.01,-0.025c-0.208,-0.519 -3.493,-5.43 -7.234,-10.626c-0,0 -0,0 -0,-0c-11.533,-16.006 -16.999,-25.054 -27.736,-46.429c0,0 0,-0 -0,-0c-9.537,-18.974 -21.784,-39.254 -35.537,-59.233c-2.59,-3.786 -10.952,-17.727 -18.62,-30.872c-7.6,-13.2 -17.798,-30.897 -22.697,-39.396c-0.001,-0.001 -0.001,-0.002 -0.002,-0.003c-9.066,-15.668 -13.718,-26.303 -16.182,-36.847c-2.275,-9.995 -4.449,-29.976 -4.449,-41.451c-0,-6.057 -1.106,-18.577 -2.418,-28.268c-0.001,-0.008 -0.002,-0.016 -0.003,-0.024c-1.395,-9.462 -2.989,-22.61 -3.587,-29.087c-0.723,-8.365 -1.891,-14.352 -3.542,-18.282c-2.55,-6.314 -11.695,-23.257 -14.756,-27.246c0,-0 -1.794,-2.393 -1.794,-2.393c-0.446,-0.595 -1.186,-0.893 -1.92,-0.774c-0.735,0.119 -1.342,0.636 -1.577,1.342l-1.3,3.9c-1.812,5.434 -9.43,20.506 -13.258,26.671c-0.499,0.803 -1.1,1.624 -1.356,1.968Z"/>
<path id="Barika" class="area" d="M1727.1,973.585c-0.004,0.003 -0.007,0.005 -0.01,0.008c-17.387,15.176 -33.064,31.057 -45.225,45.731c-0.002,0.002 -0.003,0.004 -0.005,0.006c-21.085,25.655 -45.888,58.046 -54.967,71.566c-1.657,2.468 -2.805,4.338 -3.348,5.457c-0.417,0.858 -0.54,1.5 -0.54,1.847c0,2.412 0.814,4.684 3.407,7.593c2.206,2.475 5.837,5.539 11.582,9.899c17.072,12.997 23.733,22.556 26.643,38.366c1.784,9.916 3.766,47.166 3.074,56.791c-0.8,9.985 -4.991,40.996 -8.68,63.832c-0.001,0.001 -0.001,0.002 -0.001,0.003c-5.208,32.528 -12.273,91.72 -13.969,114.967c-0.352,4.835 -0.46,8.174 -0.306,9.498c0.097,0.825 0.385,1.343 0.617,1.631c0.258,0.293 0.714,0.659 1.489,0.837c0.963,0.22 3.358,0.383 6.032,0.383c10.321,0.1 33.229,2.884 47.709,5.859c0.004,0.001 0.007,0.001 0.011,0.002c8.03,1.606 20.877,3.914 28.606,5.019c16.492,2.384 62.254,12.099 70.101,14.799c3.003,1.103 11.107,4.665 18.131,7.929c-0,0 12.688,6.095 12.688,6.095c0.859,0.413 1.891,0.161 2.464,-0.6l7.299,-9.699c11.231,-14.841 25.669,-35.496 33.792,-48.332c3.974,-6.261 11.526,-16.991 16.794,-23.849c12.622,-16.229 19.638,-26.349 43.18,-61.613c0.001,-0.001 0.002,-0.002 0.003,-0.004c16.195,-24.392 47.085,-68.577 106.965,-152.948c0.001,-0.001 0.001,-0.002 0.002,-0.003c28.842,-40.783 29.075,-41.245 31.3,-49.743c2.179,-8.148 2.29,-8.141 8.64,-15.06c0.003,-0.002 0.005,-0.004 0.007,-0.007c4.401,-4.841 5.144,-6.507 5.804,-11.896c0.345,-2.672 0.461,-5.276 0.337,-6.431c-0.071,-0.661 -0.267,-1.12 -0.433,-1.388c-0.295,-0.437 -0.88,-0.991 -2.076,-1.399c-2.472,-0.841 -9.563,-2.019 -25.231,-4.211c-10.391,-1.485 -15.433,-3.091 -41.759,-13.285c0,-0 0,-0 -0,-0c-12.539,-4.854 -28.209,-7.908 -51.063,-9.729c-11.237,-0.895 -23.071,-1.986 -26.357,-2.483c-10.93,-1.704 -43.992,-5.812 -51.106,-6.513c-0.008,-0.001 -0.015,-0.002 -0.023,-0.003c-17.206,-1.491 -33.019,-3.877 -47.738,-7.159c-0.004,-0.001 -0.009,-0.002 -0.013,-0.003c-7.845,-1.694 -14.648,-3.304 -16.146,-3.754c-0.046,-0.014 -0.11,-0.034 -0.11,-0.034c0,-0 0.289,0.143 0.343,0.179c-0.088,-0.059 -0.707,-0.334 -1.819,-0.652c-3.042,-0.869 -11.201,-3.033 -20.578,-5.517c-0.004,-0.001 -0.007,-0.002 -0.011,-0.003c-11.491,-2.972 -23.578,-6.529 -26.748,-7.817c-0.001,-0 -0.001,-0 -0.002,-0c-14.235,-5.772 -27.967,-19.066 -31.334,-30.416l-1.201,-4.006c-0.195,-0.649 -0.705,-1.155 -1.355,-1.345c-0.651,-0.19 -1.353,-0.037 -1.866,0.405l-13,11.2Z"/>
<path id="Sidi-Aissa" class="area" d="M1346.49,993.486c-0.002,0.001 -0.004,0.003 -0.005,0.005c-13.596,13.694 -28.073,23.654 -43.738,30.058c-0.006,0.002 -0.013,0.005 -0.019,0.008c-3.841,1.617 -10.816,4.852 -15.365,7.278l-8.114,4.408c-0.9,0.489 -1.285,1.579 -0.892,2.525l4.707,11.317c8.764,20.55 13.39,28.412 32.63,54.502c0,0 0.001,0 0.001,0.001c16.607,22.503 22.356,35.257 24.42,54.123c1.674,16.257 0.686,29.855 -3.551,46.801c-6.605,26.018 -8.255,46.148 -5.003,59.463c0.001,0.002 0.001,0.005 0.002,0.007c3.846,15.481 3.805,24.651 -0.041,53.049c-2.334,16.947 -1.936,25.575 1.92,44.959c0.001,0.004 0.002,0.007 0.002,0.01c1.885,9.226 3.87,22.315 4.568,29.176c0.605,6.945 2.509,20.884 4.013,31.115c0.001,0.005 0.002,0.01 0.003,0.015c4.792,30.95 6.989,47.523 8.986,67.79c-0,0.003 0,0.006 0,0.009c1,9.721 2.005,17.97 2.342,19.67c0.169,0.851 0.543,1.248 0.634,1.339c0.208,0.209 0.517,0.437 0.989,0.557c0.253,0.065 0.787,0.115 1.563,0.003c4.432,-0.64 24.6,-6.616 36.338,-10.892c6.202,-2.2 20.291,-7.196 31.285,-11.094c19.19,-6.632 31.251,-12.056 54.764,-24.315c0.002,-0.001 0.004,-0.002 0.005,-0.003c20.783,-10.922 27.056,-11.869 44.744,-6.07c13.133,4.344 17.374,6.53 35.741,18.38c15.934,10.319 27.655,16.725 36.799,19.862c9.697,3.326 16.672,3.051 22.68,0.047c0.003,-0.002 0.006,-0.003 0.009,-0.004c3.764,-1.904 7.466,-6.218 10.566,-12.137c4.405,-8.411 7.702,-20.101 8.625,-32.09c0.497,-6.166 1.292,-14.918 1.888,-19.394c0.602,-4.508 2.607,-26.049 4.51,-47.79c0,-0 0,-0.001 0.001,-0.001c3.395,-39.15 7.789,-75.303 13.482,-110.857c0,-0.001 0,-0.002 0,-0.003c8.134,-51.412 8.526,-55.027 8.325,-79.829c-0,-0.002 -0,-0.003 -0,-0.004c-0.305,-29.897 -1.889,-45.538 -8.315,-57.321c-4.333,-7.944 -10.857,-14.179 -20.771,-21.749c-0.001,-0 -0.002,-0.001 -0.003,-0.001c-6.446,-4.907 -12.463,-10.043 -13.329,-11.391c-0.01,-0.016 -0.021,-0.032 -0.031,-0.047c-0.407,-0.595 -0.66,-1.482 -0.907,-2.922c-0.464,-2.713 -0.751,-7.038 -1.045,-14.225c-0.52,-14.95 -0.907,-16.808 -3.503,-22.104c-7.812,-15.937 -31.635,-28.386 -50.699,-26.31c-6.547,0.621 -22.071,6.092 -32.584,11.298c-0.008,0.003 -0.015,0.007 -0.022,0.011c-9.069,4.629 -13.215,5.538 -20.582,4.405c-12.473,-1.981 -33.642,-10.129 -56.802,-21.907c-0.001,-0 -0.002,-0.001 -0.003,-0.001c-7.261,-3.68 -35.007,-20.99 -45.555,-28.353c-4.194,-2.966 -10.227,-6.539 -13.298,-7.973c-4.253,-2.021 -26.398,-9.383 -39.49,-13.21c-0.004,-0.001 -0.008,-0.002 -0.012,-0.003c-0.374,-0.107 -1.331,-0.143 -2.522,0.621c-1.839,1.179 -5.965,4.812 -10.341,9.188Z"/>
<path id="Ain-Qussera" class="area" d="M1279.98,1043.9c-0.035,-0.263 -0.114,-0.601 -0.263,-0.98c-0.255,-0.652 -0.751,-1.582 -1.252,-2.333c-0.045,-0.067 -0.093,-0.132 -0.145,-0.193c-0.448,-0.522 -0.945,-0.872 -1.533,-1.068c-0.706,-0.236 -1.643,-0.286 -3.02,0.299c-1.901,0.806 -5.411,3.238 -12.651,8.56c0,-0 -0,0 -0.001,0c-7.178,5.284 -18.543,13.26 -25.123,17.647c-6.603,4.402 -18.909,12.606 -27.313,18.308c-21.042,14.258 -27.212,17.55 -37.732,20.008c-8.518,1.981 -10.996,1.944 -49.525,1.548c-0.002,0 -0.004,0 -0.005,0c-37.308,-0.297 -41.071,-0.452 -48.394,-2.431c-0.003,-0.001 -0.006,-0.001 -0.009,-0.002c-13.08,-3.468 -24.574,-7.63 -37.851,-13.972c-0.006,-0.003 -0.013,-0.006 -0.019,-0.009c-7.238,-3.364 -15.094,-6.61 -17.438,-7.221c-0.003,-0.001 -0.005,-0.002 -0.008,-0.002c-7.535,-1.935 -21.791,-4.063 -27.697,-4.063c-3.03,0 -5.131,0.003 -6.643,0.306c-1.4,0.281 -2.415,0.804 -3.228,1.624c-0.74,0.746 -1.322,1.778 -1.78,3.271c-0.528,1.724 -0.932,4.203 -1.522,7.773c-0,0.001 -0.001,0.002 -0.001,0.002c-0.981,5.985 -3.239,14.226 -5.593,20.408c-8.895,22.905 -12.129,44.808 -8.654,56.673c3.561,12.407 13.385,28.396 27.213,44.157c8.4,9.671 13.824,22.487 17.242,40.656c0.003,0.015 0.006,0.03 0.01,0.045c0.69,3.255 1.463,14.304 1.857,24.661c0.001,0.003 0.001,0.005 0.001,0.008c0.902,21.558 5.609,57.656 12.628,97.263c2.384,13.609 4.676,28.806 4.974,33.773c0,0.014 0.001,0.028 0.003,0.043c0.404,4.947 1.716,15.145 3.129,22.416c1.287,7.236 2.773,21.122 3.368,30.744c-0,0.003 0,0.005 0,0.007c1.558,23.884 1.755,24.279 5.281,29.05c3.5,4.863 14.373,12.46 19.97,14.044c0.005,0.002 0.009,0.003 0.014,0.004c9.976,2.749 22.393,3.489 39.087,2.166c8.988,-0.699 23.469,-1.598 32.257,-2.097c8.817,-0.501 25.75,-1.804 37.573,-2.906c0.005,-0 0.011,-0.001 0.016,-0.001c11.751,-1.195 30.87,-2.191 42.425,-2.39c0,-0 20.696,-0.195 20.696,-0.195c0,-0 8.857,4.571 8.857,4.571c5.091,2.643 12.825,7.732 17.23,11.452c0,0 0,0.001 0.001,0.001c5.394,4.548 10.406,7.657 13.05,8.397c0.012,0.003 0.025,0.007 0.037,0.01c2.765,0.717 10.957,0.975 24.372,0.463c19.308,-0.61 20.429,-0.829 32.216,-4.487c6.532,-1.979 14.643,-4.258 18.106,-4.951c0.004,-0.001 0.008,-0.001 0.011,-0.002c2.968,-0.611 5.505,-1.332 6.406,-1.803c1.201,-0.628 1.391,-1.591 1.391,-2.056c0,-0.303 -0.899,-9.691 -2.01,-20.796c-2.003,-20.731 -3.805,-34.153 -8.912,-67.602c-1.594,-10.659 -3.488,-25.002 -4.086,-31.875c-0,-0.01 -0.001,-0.019 -0.002,-0.029c-0.705,-6.948 -2.718,-20.04 -4.632,-29.204c-3.84,-18.511 -4.242,-28.357 -1.879,-44.504c0,-0.003 0.001,-0.006 0.001,-0.009c3.651,-25.757 3.717,-38.128 0.066,-53.542c-3.248,-13.779 -1.601,-32.772 4.994,-59.154c0.001,-0.003 0.002,-0.006 0.003,-0.01c2.333,-9.535 3.748,-18.159 4.153,-24.854c0,-0.002 0.001,-0.004 0.001,-0.006c0.714,-12.447 -1.054,-30.805 -3.808,-38.571c-3.152,-9.246 -10.756,-22.863 -18.678,-33.629c-0.003,-0.004 -0.006,-0.009 -0.009,-0.013c-15.88,-21.239 -26.115,-37.507 -31.773,-50.31c0,-0.001 -0,-0.001 -0,-0.002c-2.744,-6.195 -5.018,-11.669 -5.443,-13.062l-0.007,-0.024Z"/>
<path id="Tebessa" class="area" d="M2230.76,1045.91c-3.672,0.412 -13.934,3.136 -22.871,5.98c-8.796,2.799 -22.287,6.996 -29.985,9.395c-0,0 -13.696,4.207 -13.696,4.207l-21.401,-0.296c-16.335,-0.099 -24.157,-0.686 -33.166,-2.27c-0.004,-0.001 -0.008,-0.001 -0.012,-0.002c-6.516,-1.103 -13.433,-2.305 -15.437,-2.606l-3.729,-0.504c-0.527,-0.071 -1.06,0.07 -1.482,0.393c-0.423,0.323 -0.699,0.8 -0.769,1.327l-0.698,5.289c-1.022,7.146 -1.86,9.007 -6.964,14.39c-3.477,3.588 -5.613,7.198 -6.483,10.351c-0.001,0.003 -0.001,0.005 -0.002,0.007c-2.728,10.037 -4.977,14.613 -11.895,24.259c-0.001,0.002 -0.003,0.004 -0.004,0.006c-24.312,34.127 -63.211,89.567 -70.529,100.533c-0.877,1.314 -1.341,2.116 -1.406,2.285c-0.464,1.215 0.217,1.924 0.45,2.156c0.152,0.152 0.327,0.279 0.52,0.375c0.199,0.1 5.085,2.793 10.871,5.785c14.838,7.777 22.736,10.699 31.742,11.518c0.002,-0 0.003,0 0.005,0c9.873,0.871 23.43,5.492 30.016,10.137c12.995,9.368 28.207,19.13 34.755,22.454c0.003,0.002 0.007,0.004 0.011,0.006c13.676,6.838 71.394,22.954 100.055,27.882c0.008,0.001 0.016,0.003 0.024,0.004c6.889,1.098 25.058,4.493 40.433,7.488c15.407,3.001 39.718,7.504 54.024,10.105c0.005,0.001 0.009,0.001 0.014,0.002c14.21,2.484 30.807,6.057 36.769,7.846c17.214,5.164 18.328,5.362 32.909,6.577c0.004,0 0.008,0.001 0.013,0.001c9.006,0.693 18.705,2.379 29.691,4.952c9.135,2.208 22.881,5.118 30.709,6.523c0.006,0.001 0.013,0.002 0.02,0.003c7.678,1.296 18.446,3.39 23.934,4.488c12.619,2.624 42.583,8.04 44.399,8.04c0.398,-0 0.863,-0.096 1.364,-0.379c0.474,-0.269 1.096,-0.81 1.784,-1.675c1.627,-2.046 4.075,-6.343 7.071,-12.329c16.659,-33.292 51.252,-119.94 60.314,-154.104c0.001,-0.003 0.001,-0.005 0.002,-0.007c4.043,-15.466 4.784,-32.75 2.359,-62.165c-0.898,-11.573 -1.895,-32.919 -2.194,-47.682c-0,-0 -0,-0.001 -0,-0.001c-0.357,-16.886 -0.604,-23.446 -1.22,-25.864c-0.311,-1.223 -0.803,-1.84 -1.239,-2.192c-0.523,-0.42 -1.094,-0.602 -1.741,-0.602c-0.007,-0 -0.014,0 -0.021,0c-9.527,0.1 -62.577,6.208 -94.868,10.921c-0,0 -0.001,0 -0.001,0c-10.734,1.576 -24.422,1.268 -38.898,-0.996c-11.847,-1.908 -20.187,-2.222 -67.781,-2.925c-56.273,-0.896 -54.581,-0.788 -84.262,-6.366c-0,0 -0.001,0 -0.002,-0c-15.219,-2.841 -31.454,-3.937 -41.502,-2.72l0,-0Z"/>
<path id="Morocco" class="area" d="M192.445,1529.04l0.023,0.101c-0.198,-1.088 -0.876,-12.866 -1.47,-26.228c-1.109,-27.123 -2.441,-40.533 -4.66,-49.206c-0.817,-3.26 -5.063,-13.321 -9.43,-22.562c-0.002,-0.004 -0.004,-0.008 -0.005,-0.012c-11.123,-23.139 -16.484,-39.328 -22.045,-66.042c0,0 -0,0 -0,0c-2.479,-11.898 -3.066,-17.55 -3.859,-39.165c-0,-0.002 -0,-0.004 -0.001,-0.006c-1.109,-28.147 -1.419,-30.266 -7.068,-50.946c-9.081,-33.432 -21.055,-95.803 -26.045,-135.821c-1.493,-12.146 -2.187,-25.288 -2.585,-47.49c-0.273,-15.348 -0.723,-28.162 -1.102,-30.571c-0.293,-1.865 -1.817,-2.093 -2.098,-2.093c-0.215,-0 -0.429,0.035 -0.632,0.103c-0.311,0.103 -3.737,1.744 -7.572,3.713l-6.79,3.395c-0.678,0.339 -1.106,1.031 -1.106,1.789l0,818c0,1.105 0.895,2 2,2l123.6,-0c0.578,-0 1.128,-0.25 1.508,-0.686l5.396,-6.196c5.373,-6.09 9.229,-11.136 11.066,-14.418c1.002,-1.788 1.43,-3.202 1.43,-4.1c0,-0.538 -0.243,-1.439 -0.863,-2.517c-0.942,-1.636 -2.824,-4.049 -4.976,-6.349c-0.005,-0.005 -0.009,-0.009 -0.013,-0.014c-5.912,-6.203 -13.457,-20.642 -15.699,-29.668c-0.99,-4.487 -1.453,-16.2 -1.849,-47.077c-0.803,-66.32 -2.416,-82.274 -13.753,-130.232c-6.071,-25.978 -6.361,-28.17 -8.85,-76.346c-1.093,-21.374 -2.227,-39.712 -2.552,-41.356Z"/>
<path id="Mascara" class="area" d="M918.288,1180.62c-7.721,1.204 -30.07,5.912 -57.227,12.025c-0.003,0 -0.006,0.001 -0.008,0.002c-17.232,3.953 -35.68,11.961 -50.176,21.894c-11.761,7.938 -14.925,8.633 -46.586,11.966c-0.002,0 -0.003,0 -0.005,0c-18.83,2.025 -27.229,3.363 -32.898,5.185c-0.011,0.004 -0.023,0.007 -0.034,0.011c-2.943,1.005 -5.733,2.063 -7.319,2.781c-0.993,0.449 -1.625,0.873 -1.849,1.098c-0.3,0.3 -0.68,0.889 -0.719,1.843c-0.047,1.153 0.458,3.74 1.455,6.46c0.002,0.003 0.003,0.007 0.004,0.01c2.467,6.611 3.619,13.72 6.086,35.919c1.793,16.54 1.886,22.421 1.288,68.256l-0.6,50.402c-0.002,0.19 0.023,0.38 0.074,0.563l2.798,9.994c5.363,19.663 6.36,24.033 7.95,34.76c-0,0.001 -0,0.002 0,0.004c0.894,5.959 2.082,21.453 2.479,34.265c0,0.003 0,0.006 0,0.009c0.905,25.539 2.007,33.282 9.045,65.355c6.959,32.133 6.655,30.765 14.433,39.873c0.003,0.003 0.006,0.007 0.01,0.011c2.57,2.966 8.006,10.186 12.06,16.118c0.007,0.01 0.013,0.02 0.02,0.03l7.6,10.7c0.323,0.454 0.819,0.753 1.371,0.825c0.552,0.072 1.108,-0.088 1.537,-0.443l4.098,-3.399c2.286,-1.888 10.73,-8.144 18.776,-13.805c0.004,-0.004 0.009,-0.007 0.013,-0.01c8.159,-5.842 18.228,-13.6 22.367,-17.333c11.683,-10.319 16.971,-12.298 40.44,-15.511c16.937,-2.319 39.315,-7.068 48.791,-10.395c0.012,-0.004 0.024,-0.008 0.035,-0.013c4.351,-1.618 14.268,-6.368 22.058,-10.617c14.95,-8.118 20.597,-10.288 43.863,-16.525c0.001,-0.001 0.003,-0.001 0.004,-0.001c8.659,-2.343 18.431,-5.723 21.705,-7.459c5.563,-2.888 15.172,-11.911 21.659,-20.354c0.009,-0.011 0.017,-0.022 0.025,-0.033c1.531,-2.082 2.227,-3.24 2.426,-4.481c0.197,-1.227 -0.085,-2.612 -0.933,-5.216c-0.782,-2.449 -1.82,-12.527 -2.407,-22.504c-0.605,-10.682 -2.019,-24.283 -3.43,-31.746c-1.286,-7.123 -2.672,-17.106 -3.071,-22.266c-0.308,-5.267 -2.614,-20.648 -5.027,-34.222c-2.393,-13.461 -4.887,-28.217 -5.485,-32.903c-0.6,-4.702 -2.501,-18.406 -4.101,-30.509c-0.001,-0.003 -0.001,-0.006 -0.001,-0.009c-1.884,-13.778 -2.981,-25.573 -2.982,-32.12c0.304,-29.282 -6.724,-52.417 -20.295,-67.926c-0,-0 -0.001,-0.001 -0.001,-0.001c-7.002,-7.989 -15.591,-19.72 -19.043,-26.13l-2.513,-4.523c-0.349,-0.628 -1.008,-1.021 -1.726,-1.029l-18.405,-0.2c-11.84,-0.101 -21.959,0.414 -27.629,1.324l0,0Z"/>
<path id="Batna" class="area" d="M1836.66,1444.98l0.102,0.038c2.338,0.911 12.439,5.762 24.151,11.574c0.001,0 0.002,0 0.003,0.001c26.207,12.953 32.029,15.166 72.996,27.818c0.002,0.001 0.004,0.001 0.006,0.002c15.346,4.683 36.472,11.956 46.835,16.141c0.007,0.003 0.014,0.006 0.022,0.009c10.522,4.109 25.352,9.719 33.075,12.328c7.694,2.698 22.566,7.988 32.949,11.881c40.521,15.233 52.966,21.606 91.098,46.895c0.001,0.001 0.003,0.002 0.005,0.003c25.66,16.906 56.751,30.3 94.084,40.262c0,0 0.001,0 0.001,0c10.474,2.794 25.238,7.083 32.92,9.477c7.728,2.409 21.278,6.223 30.11,8.431c8.744,2.186 20.57,5.563 26.333,7.551c5.839,2.013 16.711,5.135 24.261,7.048c0.004,0.001 0.009,0.002 0.013,0.003c12.425,3.057 24.754,7.384 31.461,10.835c-0,0 2.696,1.399 2.696,1.399c0.62,0.321 1.363,0.296 1.96,-0.067c0.597,-0.363 0.961,-1.011 0.961,-1.709l0,-5.3c0,-4.501 1.062,-6.953 7.286,-19.399c7.882,-15.463 12.427,-27.795 15.863,-42.753c0,-0 0,-0 0,-0c3.145,-13.693 3.466,-18.764 2.147,-40.367c-1.289,-21.827 -0.887,-29.268 3.577,-56.255c0.001,-0.002 0.001,-0.005 0.002,-0.008c3.257,-20.235 6.688,-33.075 11.129,-42.454c4.738,-9.772 6.444,-12.131 24.516,-33.264c0,-0 0,-0 0,-0.001c19.827,-23.197 35.731,-42.931 41.302,-51.128c1.063,-1.564 1.77,-2.749 2.105,-3.496c0.291,-0.649 0.373,-1.155 0.373,-1.475c-0,-0.948 -0.313,-1.841 -1.599,-2.594c-1.124,-0.658 -3.9,-1.325 -10.064,-2.377c-0.003,-0.001 -0.006,-0.001 -0.008,-0.002c-3.594,-0.599 -16.571,-3.095 -28.949,-5.491c-12.413,-2.402 -26.727,-5.105 -31.832,-6.006c-5.074,-0.895 -16.514,-3.283 -25.368,-5.472c-0.005,-0.001 -0.011,-0.002 -0.016,-0.003c-11.012,-2.627 -20.812,-4.241 -29.804,-4.949c-13.536,-1.086 -18.574,-2.079 -34.777,-7.019c-5.227,-1.609 -22.433,-5.238 -38.232,-8.056c-15.69,-2.798 -39.674,-7.295 -53.466,-9.994c-13.717,-2.703 -31.738,-6.107 -39.948,-7.508c-16.843,-2.891 -25.313,-4.987 -58.403,-14.156c-0.001,-0.001 -0.001,-0.001 -0.002,-0.001c-26.512,-7.32 -34.839,-10.165 -42.556,-14.418c-8.036,-4.564 -21.517,-13.286 -27.764,-18.045c-10.486,-8.018 -19.011,-11.331 -34.638,-13.49c-0.004,-0.001 -0.007,-0.001 -0.011,-0.002c-11.067,-1.469 -17.131,-3.648 -32.214,-11.778c-0.002,-0 -0.003,-0.001 -0.005,-0.002c-4.564,-2.445 -8.74,-4.495 -10.54,-5.219c-0.813,-0.327 -1.383,-0.418 -1.604,-0.418c-0.208,-0 -1.007,0.07 -1.838,0.959c-1.812,1.937 -9.477,12.236 -18.195,24.586l-0,0c-9.708,13.712 -25.721,37.231 -35.829,52.343c-0.001,0.001 -0.002,0.002 -0.002,0.003c-22.356,33.533 -29.54,43.814 -42.016,59.882c-0.002,0.003 -0.004,0.006 -0.006,0.009c-5.331,6.941 -12.976,17.804 -17,24.143c-8.279,12.967 -17.158,25.734 -30.623,43.988c-0.003,0.003 -0.005,0.006 -0.007,0.009c-4.113,5.645 -7.644,10.582 -8.892,12.537c-0.657,1.029 -0.792,1.771 -0.792,1.941c-0,0.547 0.195,1.129 0.66,1.627c0.422,0.452 1.181,0.861 1.998,0.953Z"/>
<path id="Saida" class="area" d="M707.73,1243.71c-13.787,8.655 -24.055,16.603 -40.057,30.794c-0.002,0.001 -0.004,0.003 -0.006,0.005c-12.985,11.608 -15.736,13.483 -28.918,19.681c-0,0 -0,0 -0.001,0c-6.84,3.219 -17.703,8.852 -24.04,12.474c-0.004,0.001 -0.007,0.003 -0.011,0.005c-12.452,7.215 -24.314,11.953 -40.72,16.401c-11.024,2.979 -15.099,3.457 -54.127,6.536c-11.348,0.803 -28.714,2.811 -38.658,4.418c-9.852,1.492 -21.49,3.086 -25.968,3.484c-0,-0 -7.998,0.7 -7.998,0.7c-0.587,0.051 -1.12,0.358 -1.46,0.838c-0.339,0.481 -0.45,1.087 -0.302,1.656l3.403,13.111c3.347,12.602 3.435,13.589 3.533,32.192c-0,10.68 -0.299,29.338 -0.798,41.412c-0,0.002 -0,0.004 -0,0.005c-1.005,25.811 0.199,51.32 4.015,79.54c3.789,29.217 5.186,46.969 5.984,75.089c-0,0 0.6,26.494 0.6,26.494c0.003,0.149 0.023,0.297 0.059,0.442l6.4,25.499c6.051,24.206 6.965,26.727 14.73,43.165c4.463,9.533 8.737,18.146 9.346,19.058c0.029,0.044 0.059,0.086 0.091,0.127c0.954,1.214 1.805,1.857 3.973,1.749c1.324,-0.066 3.447,-0.544 7.203,-1.549c11.137,-2.81 23.881,-6.922 45.65,-14.446c0.003,-0.001 0.006,-0.002 0.009,-0.003c19.294,-6.763 44.058,-13.43 59.175,-16.016c0.001,0 0.002,0 0.003,-0c5.724,-0.987 15.003,-1.571 25.86,-1.571c19.26,-0 23.216,-0.603 43.89,-7.089c6.876,-2.093 18.927,-5.479 26.895,-7.471c27.403,-6.851 36.768,-9.686 45.735,-13.716c0.001,-0 0.003,-0.001 0.005,-0.002c9.659,-4.372 22.671,-12.612 29.891,-18.916l4.308,-3.807c0.763,-0.674 0.898,-1.813 0.314,-2.646l-7.703,-11.005c-4.335,-6.149 -10.183,-13.909 -13.109,-17.341c-7.472,-8.849 -7.53,-9.585 -17.069,-54.82c-0,-0 -0,-0 -0,-0.001c-4.37,-20.656 -6.857,-42.106 -6.857,-59.386c-0,-17.31 -1.932,-32.594 -5.778,-45.854c-6.137,-21.281 -6.125,-21.777 -6.422,-51.966c-0,-0.002 -0,-0.004 -0,-0.005c-0.2,-15.666 0.099,-38.116 0.598,-49.89c0,-0.004 0.001,-0.008 0.001,-0.011c0.705,-19.14 0.602,-23.875 -1.312,-40.799c0,-0 0,-0.001 0,-0.001c-2.742,-24.07 -4.011,-31.374 -6.347,-36.858c-0.002,-0.004 -0.004,-0.009 -0.006,-0.013c-1.036,-2.385 -2.146,-4.357 -2.511,-4.736c-0.585,-0.607 -1.191,-0.667 -1.523,-0.667c-0.119,0 -0.51,0.005 -1.061,0.279c-0.854,0.425 -4.593,2.677 -8.909,5.431l0,0Z"/>
<path id="Mecheria" class="area" d="M432.451,1339.98c-0.022,0.006 -0.043,0.012 -0.064,0.019c-6.11,1.968 -11.634,5.646 -20.851,14.241c-0.007,0.007 -0.015,0.014 -0.022,0.021c-5.059,4.86 -12.895,11.705 -17.259,15.177c-4.427,3.521 -14.792,13.076 -23.143,21.125c-0.001,0.001 -0.003,0.003 -0.004,0.004c-22.219,21.537 -29.506,26.778 -40.421,27.947c-0.017,0.002 -0.034,0.004 -0.051,0.007c-2.949,0.393 -14.544,-0.328 -25.945,-1.409c-23.145,-2.263 -24.689,-2.072 -34.972,2.35c-17.057,7.155 -34.509,9 -54.998,5.667c-0.003,-0.001 -0.006,-0.001 -0.009,-0.002c-6.905,-1.09 -18.752,-1.965 -27.125,-2.205c-4.683,-0.134 -8.328,-0.036 -9.599,0.273c-1.68,0.408 -1.988,1.626 -1.988,2.208c-0,0.125 0.066,0.643 0.388,1.428c0.623,1.516 2.38,5.356 4.397,9.712c0.001,0.002 0.002,0.004 0.002,0.005c8.205,17.596 9.436,25.612 11.215,66.043c0.605,13.822 1.323,26.03 1.525,27.241c0.011,0.066 0.026,0.132 0.043,0.197c0.297,1.089 1.344,19.1 2.433,40.078c2.712,52.33 2.418,49.818 10.051,81.86c0.001,0.002 0.002,0.004 0.002,0.007c4.677,19.303 6.669,29.75 8.36,42.884c1.993,15.547 4.584,57.004 4.584,74.345c-0,7.005 0.185,12.848 0.367,13.947c0.286,1.718 1.745,1.853 2.033,1.853c0.138,0 0.411,-0.018 0.792,-0.135c0.429,-0.131 1.387,-0.512 2.7,-1.074c6.13,-2.625 20.57,-9.361 23.608,-11.159c4.256,-2.34 13.569,-9.602 24.683,-18.898c0.006,-0.005 0.012,-0.01 0.019,-0.015c3.329,-2.854 7.498,-5.73 9.21,-6.491c1.738,-0.773 9.567,-1.965 17.482,-2.737l14.722,-1.603c0.222,-0.024 0.437,-0.085 0.639,-0.18l14.603,-6.902c17.944,-8.525 31.925,-12.78 57.104,-17.439c15.493,-2.835 22.682,-4.671 30.883,-8.011c15.208,-6.044 18.814,-6.741 32.757,-6.058c0.003,-0 0.007,-0 0.01,0c6.939,0.306 15.51,0.191 18.979,-0.319c0.006,-0.001 0.012,-0.002 0.018,-0.003c10.444,-1.635 19.006,-3.031 20.614,-3.44c1.672,-0.424 1.777,-1.847 1.777,-2.036c0,-0.041 0.003,-0.442 -0.285,-1.074c-0.624,-1.373 -3.944,-8.285 -7.914,-16.495c-8.125,-16.845 -10.8,-24.177 -15.358,-42.904c-0,-0.003 -0.001,-0.006 -0.002,-0.009c-7.244,-29.176 -7.147,-28.282 -7.842,-56.168c0,-0 0,-0 0,-0.001c-0.702,-27.776 -2.105,-44.423 -6.116,-75.107c-3.684,-28.28 -4.88,-53.473 -3.885,-79.064c0.001,-0.004 0.001,-0.008 0.001,-0.012c0.401,-12.221 0.801,-30.952 0.701,-41.675c-0,-19.308 -0.117,-20.124 -3.572,-32.522c0,0 -3.398,-12.494 -3.398,-12.494c-0.226,-0.829 -0.955,-1.421 -1.813,-1.472l-3.412,-0.2c-2.107,-0.111 -5.102,0.23 -6.654,0.674Z"/>
<path id="Biskra" class="area" d="M1643.61,1410c-0.301,2.903 -1.298,11.383 -2.097,18.771c-0.903,7.425 -2.005,18.753 -2.507,25.07c-0,0.004 -0,0.009 -0.001,0.014c-0.584,8.088 -1.649,13.546 -3.793,19.685l-2.909,8.727c-0.211,0.631 -0.093,1.326 0.313,1.853l3.716,4.82c7.433,9.39 11.485,20.072 15.202,39.927c0.001,0.006 0.003,0.013 0.004,0.019c1.401,7.108 3.604,18.319 5.006,24.829c1.568,7.449 2.456,14.604 2.456,20.584c-0,5.045 0.704,15.638 1.511,23.407c1.096,10.668 1.389,28.319 1.389,74.291c-0.199,130.941 -2.348,168.641 -11.822,201.65c-0.001,0.004 -0.003,0.008 -0.004,0.011c-1.676,5.971 -3.074,11.122 -3.074,11.541c-0,0.223 0.068,1.778 1.806,1.999c0.366,0.046 2.368,0.102 5.891,0.145c33.875,0.413 214.011,0.656 429.303,0.656c-0,0 435.1,0 435.1,0c0.596,0 1.16,-0.265 1.54,-0.724c0.38,-0.459 0.536,-1.063 0.425,-1.648l-0.697,-3.685c-3.045,-17.551 -8.552,-35.394 -13.624,-44.423c-0.003,-0.004 -0.005,-0.008 -0.008,-0.012c-1.633,-2.858 -6.216,-8.988 -10.197,-13.785c-0.003,-0.004 -0.006,-0.007 -0.009,-0.011c-13.24,-15.729 -18.816,-22.895 -27.178,-35.14c-0.002,-0.002 -0.003,-0.004 -0.005,-0.007c-15.25,-22.136 -18.824,-29.894 -21.874,-48.39c-0,-0.004 -0.001,-0.008 -0.002,-0.012c-2.135,-12.51 -8.57,-32.739 -12.741,-39.867c-3.814,-6.596 -9.104,-11.013 -25.801,-21.011c-7.335,-4.401 -14.289,-9.474 -17.713,-12.897c-8.873,-8.972 -21.068,-14.478 -48.499,-21.82c-0.004,-0.001 -0.008,-0.002 -0.012,-0.003c-9.148,-2.387 -20.582,-5.766 -25.557,-7.457c-4.938,-1.712 -16.307,-4.934 -25.163,-7.148c-8.768,-2.192 -22.218,-5.978 -29.89,-8.369c-7.725,-2.408 -20.367,-6.02 -28.092,-8.027c-0.001,0 -0.001,-0 -0.002,-0c-36.468,-9.44 -71.947,-24.532 -96.889,-41.226c-25.935,-17.391 -44.336,-27.839 -62.33,-35.479c-0.001,-0 -0.003,-0.001 -0.004,-0.001c-11.63,-4.913 -49.628,-19.15 -60.656,-22.759c-0.007,-0.002 -0.013,-0.004 -0.02,-0.006c-3.783,-1.195 -16.622,-6.075 -28.369,-10.654c-11.842,-4.716 -28.797,-10.735 -37.627,-13.545c-0.004,-0.001 -0.008,-0.002 -0.012,-0.004c-61.505,-19.139 -60.411,-18.734 -92.708,-34.683c-0.001,-0.001 -0.002,-0.001 -0.003,-0.001c-31.871,-15.685 -55.407,-26.521 -60.334,-27.929c-0.004,-0.001 -0.008,-0.003 -0.013,-0.004c-9.735,-2.71 -57.509,-12.347 -70.255,-14.153c-7.662,-1.095 -19.504,-3.185 -26.376,-4.578c-12.811,-2.723 -36.301,-5.441 -46.585,-5.542l-5.72,0c-1.03,0 -1.892,0.783 -1.991,1.809l-0.499,5.192Z"/>
<path id="Laghouat" class="area" d="M1485.62,1463.01c-0.004,0.002 -0.008,0.004 -0.012,0.006c-6.624,3.312 -14.752,7.527 -18.064,9.333c-0.009,0.006 -0.019,0.011 -0.029,0.016c-10.311,5.85 -23.203,11.397 -39.661,17.048c-8.808,3.003 -22.517,7.806 -30.527,10.709c-17.919,6.371 -40.215,13.043 -53.256,15.93c-5.575,1.217 -13.986,3.549 -18.749,5.272c-0.001,0.001 -0.002,0.001 -0.003,0.001c-7.539,2.742 -9.991,3.001 -27.418,3.883c-0,-0 -0,-0 -0,-0c-17.298,0.876 -24.887,1.149 -30.922,-1.186c-3.951,-1.529 -7.201,-4.189 -12.174,-8.434c-3.901,-3.386 -11.074,-8.103 -15.893,-10.564l-8.507,-4.304c-0.289,-0.146 -0.609,-0.22 -0.932,-0.215l-20.495,0.3c-11.346,0.101 -30.317,1.204 -42.162,2.309c-11.777,1.098 -28.644,2.395 -37.427,2.894c-8.812,0.501 -23.332,1.402 -32.244,2.103c-0.003,0 -0.007,0.001 -0.01,0.001c-12.885,1.082 -17.902,1.093 -25.967,0.011c-0.006,-0.001 -0.012,-0.002 -0.018,-0.003c-13.105,-1.638 -17.84,-3.236 -25.742,-9.21l-7.013,-5.21c-0.821,-0.61 -1.969,-0.503 -2.662,0.248l-8.502,9.202c-4.572,4.961 -10.394,10.427 -12.923,12.081c-4.813,3.143 -6.7,3.773 -32.534,10.845l-15.301,4.2c-0.869,0.239 -1.471,1.028 -1.471,1.929l-0,59.2c-0,32.482 -0.5,77.258 -1.099,99.546c-0,0.001 -0,0.001 -0,0.002c-1.005,38.469 -0.998,41.683 0.91,59.762c0.001,0.006 0.001,0.013 0.002,0.019c1.195,10.357 2.391,23.403 2.69,28.88c0,0.005 0,0.009 0.001,0.014c2.416,39.26 5.537,53.655 19.429,89.795l6.702,17.304c0.298,0.77 1.039,1.278 1.865,1.278l647.5,-0c0.818,-0 1.553,-0.498 1.857,-1.257l1.008,-2.521c2.431,-6.279 8.005,-29.265 9.018,-36.961c4.907,-36.851 6.619,-107.854 5.017,-203.794c-0,-0.001 -0,-0.001 -0,-0.001c-1.106,-64.915 -2.046,-81.494 -4.759,-92.447c-0,-0.001 -0,-0.003 -0.001,-0.004c-1.091,-4.366 -2.976,-13.295 -4.067,-19.844c-0.002,-0.008 -0.003,-0.017 -0.005,-0.025c-3.478,-19.334 -8.155,-32.402 -14.701,-40.589c0,0 -2.997,-3.796 -2.997,-3.796c-0.4,-0.507 -1.02,-0.789 -1.665,-0.759c-0.645,0.031 -1.235,0.371 -1.585,0.913l-3.08,4.769c-2.101,3.007 -4.392,5.01 -7.953,6.836c-0.008,0.005 -0.016,0.009 -0.024,0.013c-4.5,2.388 -5.792,2.538 -11.944,2.171c-0,-0 -0.001,-0.001 -0.002,-0.001c-11.682,-0.687 -25.082,-6.978 -49.821,-23.176c-0.001,-0 -0.001,-0.001 -0.001,-0.001c-21.826,-14.278 -34.91,-19.51 -49.699,-20.224l-9.007,-0.4c-0.336,-0.015 -0.67,0.055 -0.971,0.203l-12,5.9Z"/>
<path id="Ain-Sefra" class="area" d="M959.739,1533.31l-0.114,0.062c-1.264,0.68 -7.596,3.908 -15.062,7.866c-0.003,0.002 -0.006,0.003 -0.009,0.005c-8.09,4.341 -18.149,8.985 -22.197,10.368c-9.138,3.078 -31.38,7.534 -50.938,10.314c-0.003,0 -0.006,0.001 -0.008,0.001c-21.791,3.186 -24.868,4.552 -38.531,16.777c-2.993,2.591 -12.815,10.126 -21.842,16.575c-0.002,0 -0.003,0.001 -0.004,0.002c-9.255,6.639 -20.621,15.493 -25.349,19.618c-0.011,0.009 -0.021,0.019 -0.032,0.029c-8.865,8.077 -20.682,16.356 -29.547,20.789c-0.003,0.001 -0.006,0.003 -0.008,0.004c-9.203,4.651 -17.125,7.206 -39.882,12.944c-12.231,3.008 -28.771,7.619 -36.791,10.025c-0.006,0.002 -0.013,0.004 -0.02,0.007c-21.221,6.612 -25.464,7.309 -45.105,7.309c-15.898,0 -19.544,0.308 -32.604,3.041c-17.767,3.614 -37.843,9.532 -65.345,18.967c-0.001,0.001 -0.002,0.001 -0.003,0.001c-37.991,13.094 -59.115,17.488 -83.12,17.191c-18.262,-0.306 -18.673,-0.209 -36.938,6.73c-0.005,0.002 -0.01,0.004 -0.015,0.006c-7.102,2.762 -15.587,4.924 -27.128,6.995c-0.003,0.001 -0.005,0.001 -0.007,0.002c-27.548,5.045 -42.881,9.702 -59.53,17.976c-0.005,0.003 -0.01,0.005 -0.016,0.008c-12.507,6.351 -14.951,7.03 -29.902,8.594c-0.001,-0 -0.003,0 -0.004,0c-7.716,0.823 -15.22,1.991 -16.661,2.506c-0.039,0.013 -0.077,0.028 -0.115,0.045c-1.473,0.631 -5.705,3.546 -9.388,6.598c-0.007,0.006 -0.014,0.011 -0.02,0.017c-18.609,15.837 -25.439,20.093 -47.709,29.892l-5.813,2.606c-0.738,0.331 -1.205,1.074 -1.181,1.883l0.5,17.199c0.412,15.139 0.883,18.634 2.737,23.372c0.003,0.008 0.006,0.016 0.009,0.024c4.013,9.877 10.218,20.043 15.054,24.776c0.002,0.002 0.004,0.005 0.007,0.007c1.869,1.812 3.228,3.226 4.127,4.486c0.687,0.964 1.075,1.786 1.121,2.679c0.073,1.38 -0.547,2.841 -1.55,4.915c-1.355,2.704 -4.929,7.703 -7.916,11.173c-0,-0 -5.694,6.492 -5.694,6.492c-0.517,0.59 -0.642,1.429 -0.318,2.144c0.324,0.715 1.036,1.174 1.82,1.175l380.301,0.3c188.285,0.09 345.871,0.099 375.651,-0.046c3.037,-0.015 4.77,-0.033 5.101,-0.051c0.932,-0.051 1.312,-0.537 1.363,-0.589c0.152,-0.152 0.279,-0.327 0.375,-0.52c0.076,-0.152 0.336,-0.684 0.133,-1.553c-0.247,-1.052 -1.95,-5.847 -4.165,-11.384c-0,-0 -0,-0 -0,-0.001c-14.209,-35.472 -17.882,-51.57 -20.962,-93.303c-0.803,-11.041 -2.009,-23.889 -2.611,-28.606c-0.001,-0.004 -0.001,-0.008 -0.002,-0.011c-0.798,-5.986 -1.082,-39.406 -0.882,-112.531c-0,-0 -0,-0.001 -0,-0.002c0.09,-51.591 0.018,-94.755 -0.143,-102.872c-0.021,-1.037 -0.072,-1.624 -0.094,-1.732c-0.329,-1.551 -1.631,-1.599 -1.963,-1.599c-0.378,-0 -0.746,0.107 -1.061,0.305Z"/>
</g>
</svg>

<!-- scale 1.80333333333333333333 -->

<div id="tracker"></div>
<div id="drm"></div>

<div id="areas"></div>
<div id="area_markers"></div>
<div id="boxes"></div>

<div id="markers">
	<div id="turn_now" class="counter turn_now"></div>
	<div id="fln_psl" class="counter fln_psl"></div>
	<div id="fln_ap" class="counter fln_ap"></div>
	<div id="gov_psl" class="counter gov_psl"></div>
	<div id="air_avail" class="counter air_avail"></div>
	<div id="air_max" class="counter air_max"></div>
	<div id="helo_avail" class="counter helo_avail"></div>
	<div id="helo_max" class="counter helo_max"></div>
	<div id="naval" class="counter naval_pts"></div>
	<div id="border_zone" class="counter border_zone"></div>
</div>

<div id="units"></div>

</div>
</div>

<div id="gov_supply_panel" class="panel">
<div id="gov_supply_header" class="panel_header">Government Available Forces</div>
<div id="gov_supply" class="panel_body">

</div>
</div>

<div id="fln_supply_panel" class="panel">
<div id="fln_supply_header" class="panel_header">FLN Available Forces</div>
<div id="fln_supply" class="panel_body">

</div>
</div>

<div id="eliminated_panel" class="panel">
<div id="eliminated_header" class="panel_header">Eliminated / Out of Play</div>
<div id="eliminated" class="panel_body">

</div>
</div>

</main>

<footer id="status"></footer>

</body>