-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
721 lines (699 loc) · 85.4 KB
/
index.html
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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Last Spaceship</title>
<!-- META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="assets/images/icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/images/icons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/images/icons/manifest.json">
<link rel="mask-icon" href="assets/images/icons/safari-pinned-tab.svg" color="#ff0000">
<link rel="shortcut icon" href="assets/images/icons/favicon.ico">
<meta name="msapplication-config" content="assets/images/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- CSS -->
<link href="https://fonts.googleapis.com/css?family=Nova+Mono" rel="stylesheet">
<!-- build:css assets/css/style.css -->
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/font-awesome.css">
<link rel="stylesheet" href="assets/css/main.css">
<!-- endbuild -->
</head>
<body>
<!-- STARS BACKGROUND-->
<div class="background-game">
<canvas id="canvas"></canvas>
</div>
<div class="background-obstacles">
</div>
<!-- Container -->
<div class="container-game">
<audio src="assets/musics/1.mp3" class="game-player"></audio>
<div class="game-statut-obstacle">
<div class="game-statut-content">
<h4>Vous venez de rencontrer : <span class="bg-obstacle-name"></span> pour vous sortir de là il vous faut : <span class="bg-obstacle-how"></span></h4>
<div class="game-statut-fix">
<a href=""></a>
</div>
</div>
</div>
<nav class="navbar">
<ul>
<li><a href="" class="menu-icon menu-icon-mute"><i class="fa fa-volume-off" aria-hidden="true"></i></a></li>
<li><a href="" class="menu-icon menu-icon-shop"><i class="fa fa-shopping-basket" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/joZephhh/TheLastSpaceship" target="_blank" class="menu-icon"><i class="fa fa-github" aria-hidden="true"></i></i></a></li>
</ul>
</nav>
<!-- Landing page -->
<div class="landing-page">
<div class="landing-page-content">
<img src="assets/images/spaceship.png" alt="" class="lg-spaceship">
<h1>The Last Spaceship</h1>
<a href="" class="ld-start">
<div class="ld-start-button"><span>Démarer l'aventure</span></div>
</a>
<div class="ld-earth"><img src="assets/images/Earth.png" alt=""></div>
</div>
</div>
<div class="game">
<div class="game-menu">
<div class="game-menu-content">
<div class="game-menu-item" data-store="reactors"><img src="assets/images/reactors.png" alt="">
<div class="game-menu-item-details"><span class="item-name"></span> <span class="item-lvl"></span></div>
</div>
<div class="game-menu-item" data-store="starsContainer"><img src="assets/images/starsContainer.png" alt="">
<div class="game-menu-item-details"><span class="item-name"></span> <span class="item-lvl"></span></div>
</div>
<div class="game-menu-item" data-store="goFull"><img src="assets/images/goFull.png" alt="">
<div class="game-menu-item-details"><span class="item-name" style="margin:0"></span> <span class="item-lvl" style="display:none"></span></div>
</div>
<div class="game-menu-item" data-store="armor"><img src="assets/images/armor.png" alt="">
<div class="game-menu-item-details"><span class="item-name"></span> <span class="item-lvl"></span></div>
</div>
<div class="game-menu-item" data-store="tank"><img src="assets/images/tank.png" alt="">
<div class="game-menu-item-details"><span class="item-name"></span> <span class="item-lvl"></span></div>
</div>
<div class="game-menu-item" data-store="solarResist"><img src="assets/images/solarResist.png" alt="">
<div class="game-menu-item-details"><span class="item-name"></span> <span class="item-lvl"></span></div>
</div>
<div class="game-menu-item" data-store="radar"><img src="assets/images/radar.png" alt="">
<div class="game-menu-item-details"><span class="item-name"></span> <span class="item-lvl"></span></div>
</div>
</div>
</div>
<h3 class="game-progression">Encore <span class="galaxy-still-dist"></span><span class="units-still"></span> dans la galaxie <span class="galaxy-name"></span></h3>
<div class="game-spaceship spaceship-lvl-1 ">
<div class="svg-container">
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.97 431.63">
<title>ship_V1+flamme</title>
<path d="M391.86,597.49s51.5,8.3,89.27-.27S429,572,429,572Z" transform="translate(-233.79 -198.12)" style="fill: #1c1c1c"/>
<path d="M434,615.32c11.52,0,20.86,4.56,20.86,8.55s-9.34,5.89-20.86,5.89-21.69-3.23-21.69-7.22S422.47,615.32,434,615.32Z" transform="translate(-233.79 -198.12)" style="fill: #1c1c1c"/>
<polygon points="181.6 355.81 160.07 390.5 179.34 426.5 220.15 427.8 241.69 393.11 222.41 357.12 181.6 355.81" style="fill: #3a3a3a"/>
<line x1="19.56" y1="115.28" x2="384.63" y2="115.28" style="fill: none;stroke: #959696;stroke-miterlimit: 10"/>
<line x1="186.08" y1="382.86" x2="179.34" y2="426.5" style="fill: none;stroke: #9b9b9b;stroke-miterlimit: 10"/>
<line x1="220.15" y1="427.8" x2="214.7" y2="381.82" style="fill: none;stroke: #9b9b9b;stroke-miterlimit: 10"/>
<line x1="200.88" y1="427.19" x2="200.88" y2="381.82" style="fill: none;stroke: #9b9b9b;stroke-miterlimit: 10"/>
<path d="M233.79,400.22c0,96.49,67.63,177.18,158.07,197.27a74.43,74.43,0,0,1,89.27-.27C571,576.68,638,496.28,638,400.22c0-111.61-90.48-202.1-202.1-202.1S233.79,288.6,233.79,400.22Z" transform="translate(-233.79 -198.12)" style="fill: #ddd"/>
<line x1="23.57" y1="107.32" x2="380.19" y2="107.32" style="fill: none;stroke: #959696;stroke-miterlimit: 10"/>
<path d="M236.67,370.12a203.73,203.73,0,0,0-2.09,29.1,201.3,201.3,0,0,0,19,85.66H619.75a201.3,201.3,0,0,0,19-85.66,203.73,203.73,0,0,0-2.09-29.1h-400Z" transform="translate(-233.79 -198.12)" style="fill: #333"/>
<path d="M609.14,296.12a202.14,202.14,0,0,0-346.5,0h346.5Z" transform="translate(-233.79 -198.12)" style="fill: #333"/>
<rect x="376.53" y="469.67" width="118.28" height="67.75" rx="12" ry="12" transform="translate(-301.67 741.1) rotate(-90)" style="fill: #b7b7b7;stroke: #a7a8a8;stroke-miterlimit: 10"/>
<rect x="382.56" y="473.12" width="106.23" height="60.85" rx="12" ry="12" transform="translate(-301.67 741.1) rotate(-90)" style="fill: #7f7f7f;stroke: #a7a8a8;stroke-miterlimit: 10"/>
<polyline points="176.28 305.43 179.01 305.43 179.01 301.44" style="fill: none;stroke: #3a3a3a;stroke-miterlimit: 10"/>
<circle cx="44.91" cy="229.38" r="27.28" style="fill: #a7dae8;stroke: #7e8281;stroke-miterlimit: 10"/>
<circle cx="136.23" cy="229.38" r="27.28" style="fill: #a7dae8;stroke: #7e8281;stroke-miterlimit: 10"/>
<circle cx="267.53" cy="229.38" r="27.28" style="fill: #a7dae8;stroke: #7e8281;stroke-miterlimit: 10"/>
<circle cx="358.85" cy="229.38" r="27.28" style="fill: #a7dae8;stroke: #7e8281;stroke-miterlimit: 10"/>
<path d="M508.93,588.7l6.51-32s20.18-3.34,49.93-33.84c21.75,8,23.88,9,23.88,9S556.55,570.72,508.93,588.7Z" transform="translate(-233.79 -198.12)" style="fill: #afafaf"/>
<path d="M364.17,588.7l-6.51-32s-20.18-3.34-49.93-33.84c-21.75,8-23.88,9-23.88,9S316.54,570.72,364.17,588.7Z" transform="translate(-233.79 -198.12)" style="fill: #afafaf"/>
<circle cx="36.1" cy="213.21" r="2.97" style="fill: #f7f7f7"/>
<circle cx="129.63" cy="213.21" r="2.97" style="fill: #f7f7f7"/>
<circle cx="257.58" cy="213.21" r="2.97" style="fill: #f7f7f7"/>
<circle cx="348.17" cy="213.21" r="2.97" style="fill: #f7f7f7"/>
<line x1="19.56" y1="115.28" x2="384.63" y2="115.28" style="fill: none;stroke: #959696;stroke-miterlimit: 10"/>
</svg>
</div>
<div class="svg-container">
<svg id="v2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 397.97 587.79">
<title>v2</title>
<path d="M416.62,240.44h169S641.51,330,627.31,458.53H375.73S361.7,336.85,416.62,240.44Z" transform="translate(-303.04 -88.48)" style="fill: #fe000c"/>
<circle cx="198.32" cy="259.82" r="79.71" style="fill: #fbfeff"/>
<circle cx="197.88" cy="260.09" r="61" style="fill: #101318"/>
<circle cx="199.08" cy="259.83" r="54.02" style="fill: #212936"/>
<ellipse cx="192.24" cy="254.77" rx="44.99" ry="45.89" style="fill: #2e3651"/>
<path d="M426.85,596.74h148.6s51.13-90.81,51.86-138.21H375.73S377,509.1,426.85,596.74Z" transform="translate(-303.04 -88.48)" style="fill: #d6ddf1"/>
<polygon points="132.21 508.48 263.42 508.48 248.06 538.76 148.44 538.76 132.21 508.48" style="fill: #fa0312"/>
<path d="M376.92,471.81l-60.6,22a20.13,20.13,0,0,0-12.37,24.87l48.4,156.64,18.68,1L406.4,556.35S384.3,508.78,376.92,471.81Z" transform="translate(-303.04 -88.48)" style="fill: #ff8500"/>
<path d="M627.13,470.21l60.6,22A20.13,20.13,0,0,1,700.1,517L651.7,673.69l-18.68,1L597.64,554.75S619.75,507.18,627.13,470.21Z" transform="translate(-303.04 -88.48)" style="fill: #ff8500"/>
<path d="M487.05,674.22h26l12.16-147.58c1.2-14.52-1.48-29.29-8.82-41.91-7.05-12.14-17.34-19.86-29.43,1.23a74,74,0,0,0-9.17,41.51Z" transform="translate(-303.04 -88.48)" style="fill: #ff8500"/>
<path d="M330.63,495.84s-20.22,2.57-16.36,23.42,42.68,145.68,42.68,145.68h8.34L327.74,518.3S323.89,503.87,330.63,495.84Z" transform="translate(-303.04 -88.48)" style="fill: #ffb301"/>
<path d="M491.79,667.68L485,517.77a57,57,0,0,1,1.24-14.9c1.54-7,4.5-16.05,9.92-20.34,3.55-2.81,3.82-1.57,2.78,1.07-4.24,10.79-6.84,22.15-6.49,33.73l4.49,150.35h-5.12Z" transform="translate(-303.04 -88.48)" style="fill: #f8b700"/>
<path d="M433.4,580.46h8.87S402,486.88,406.78,459.72H390.14S405.67,545.23,433.4,580.46Z" transform="translate(-303.04 -88.48)" style="fill: #eceffb"/>
<path d="M473.34,459.55H595s-14.79,81.81-52.51,137.19c0,0-.37-165.79-61-113.66Z" transform="translate(-303.04 -88.48)" style="fill: #eceffb"/>
<circle cx="202.63" cy="241.1" r="12.2" style="fill: #4a5376"/>
<path d="M464.85,376.3s-18.72-20.06-8.72-45.48c6.18-15.7,20.47-27.4,37.27-29,9.57-.89,21.33,1.16,34,10.45C528.35,313.66,446.33,290.52,464.85,376.3Z" transform="translate(-303.04 -88.48)" style="fill: #4d547a"/>
<polygon points="113.58 151.96 129.61 126.16 265.69 126.16 282.61 151.96 113.58 151.96" style="fill: #d2d7ed"/>
<path d="M432.65,214.64s44.11-52.34,57.14-60.93l20.78,0.55s47.87,38.73,58.16,60.38H432.65Z" transform="translate(-303.04 -88.48)" style="fill: #ff8500"/>
<path d="M490.34,169.22S452.1,203,448.77,214.64h8.31Z" transform="translate(-303.04 -88.48)" style="fill: #f8b700"/>
<polygon points="189.22 38.4 189.22 65.29 205.09 65.72 205.09 38.55 189.22 38.4" style="fill: #b0bbcb"/>
<circle cx="197.41" cy="20.47" r="20.47" style="fill: #b0bbcb"/>
<ellipse cx="197.65" cy="20.15" rx="15.34" ry="15.56" style="fill: #e0ebf8"/>
<circle cx="194.58" cy="17.08" r="6.04" style="fill: #fff"/>
</svg>
</div>
<div class="svg-container">
<svg id="v3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 577.39 514.06">
<title>v3</title>
<polygon points="173.11 231.62 0 438.77 571.39 438.77 389.29 223.21 173.11 231.62" style="fill: #d0d3d0"/>
<path d="M494.68,133.21s-85.14,79.41-73.14,212.94V548.4H651.62V344.62s5.71-139.2-77.15-211.83c0,0-15.28,11-41.47,9.93C522,142.25,509.15,139.65,494.68,133.21Z" transform="translate(-250.14 -109.6)" style="fill: #f0f0f0"/>
<path d="M252,548.37v23.5c0,7.58,9.45,13.73,17,16.78H810.62c9.34-3,16.91-10.61,16.91-20V544.57Z" transform="translate(-250.14 -109.6)" style="fill: none"/>
<path d="M208.33,479.51H362.18a0,0,0,0,1,0,0v33.17a1.39,1.39,0,0,1-1.39,1.39H210a1.67,1.67,0,0,1-1.67-1.67V479.51A0,0,0,0,1,208.33,479.51Z" style="fill: #363431"/>
<path d="M0,438.77H571.39a0,0,0,0,1,0,0v38.32a2,2,0,0,1-2,2H1.78A1.78,1.78,0,0,1,0,477.28V438.77A0,0,0,0,1,0,438.77Z" style="fill: #363431"/>
<path d="M531.69,394.23V142h6.42l0,252.56Z" transform="translate(-250.14 -109.6)" style="fill: #d9d9d9"/>
<path d="M469.64,243.7c-3.64.93,31.55-120.11,86.47-82,0,0,35.48,18.06,42.76,82.36C598.87,244,542.28,142.92,469.64,243.7Z" transform="translate(-250.14 -109.6)" style="fill: #0ba3d7"/>
<path d="M534.08,392.5s-82.28,16.62-75.61,196.62H612.31S626.19,424.45,534.08,392.5Z" transform="translate(-250.14 -109.6)" style="fill: #2499c2"/>
<path d="M494.68,133.21s26.7-23,39.16-23.59,40.63,23.18,40.63,23.18S543.55,154.56,494.68,133.21Z" transform="translate(-250.14 -109.6)" style="fill: #363431"/>
</svg>
</div>
<div class="svg-container">
<svg id="Calque_2" data-name="Calque 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 316.22 627.14">
<title>v4</title>
<path d="M347.28,581.23l41.24,147.71h15l24.74-57.73H444v21.74H568.47V670.45h15L606,728.19h18l39-147-56.24-69s-6-114-6-120.72l51.74,9.75,8.25-12.75-74.23-78s-11.25-57-17.25-70.48l-124.59-2s-20.12,52.25-19.37,72.5l-75,78L357,401.27l53.24-7.5S402.76,486,405,514.49Z" transform="translate(-347 -102.04)" style="fill: #9a0000;stroke: #4a0000;stroke-miterlimit: 10;stroke-width: 0.5px"/>
<rect x="105" y="560.91" width="106.72" height="23.24" style="fill: #ff5e00"/>
<path d="M471,189.08s-86.26,153.54-48.39,473.08h14.2S393.94,385.85,471,189.08Z" transform="translate(-347 -102.04)" style="fill: #e23b21"/>
<path d="M504.27,239.66v422.5h84s48.25-227.6-19.07-422.1Z" transform="translate(-347 -102.04)" style="fill: #4a0000"/>
<path d="M428.26,588" transform="translate(-347 -102.04)" style="fill: none"/>
<path d="M568.77,239.27L444.63,238s39.55-112.57,62.68-135.7C507.31,102.35,551.73,165,568.77,239.27Z" transform="translate(-347 -102.04)" style="fill: #9a0000;stroke: #4a0000;stroke-miterlimit: 10;stroke-width: 0.400000005960465px"/>
<ellipse cx="159.36" cy="223.59" rx="33.67" ry="33.68" style="fill: #460409"/>
<circle cx="159.36" cy="223.59" r="29.41" style="fill: #5eaeff"/>
<path d="M524.24,318.16s-9.57-14.37-24.26-7.76c-5.25,2.36-9.48,7-10.26,12.73-0.74,5.41.94,12.91,10.63,21.33,0,0-22-6.7-15-25.36,3-8.07,10.1-14.37,18.66-15.35C510.83,303,519,305.39,524.24,318.16Z" transform="translate(-347 -102.04)" style="fill: #ffffd5"/>
<ellipse cx="157.98" cy="330.63" rx="52.58" ry="52.6" style="fill: #460409"/>
<circle cx="157.98" cy="330.63" r="45.93" style="fill: #5eaeff"/>
<path d="M532.89,421S517.94,398.58,495,408.9c-8.2,3.69-14.8,11-16,19.88-1.16,8.44,1.47,20.17,16.6,33.31,0,0-34.31-10.47-23.43-39.6,4.71-12.6,15.78-22.44,29.14-24C511.95,397.3,524.66,401.07,532.89,421Z" transform="translate(-347 -102.04)" style="fill: #ffffd5"/>
<polygon points="81.96 486.18 84.19 511.84 249.03 511.68 252.16 486.07 81.96 486.18" style="fill: #fefefe"/>
</svg>
</div>
<div class="svg-container">
<svg id="Calque_2" data-name="Calque 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576.27 737.3">
<title>ship_v5+flamme</title>
<ellipse cx="286.06" cy="651.1" rx="54.13" ry="1.94" style="fill: #262626"/>
<path d="M407.72,555.81L395,487.91s-78,37.84-128.79,96.44c-5.26-21-13.45-34.49-22.65-34.49-15.86,0-28.72,40.09-28.72,89.53s12.86,89.53,28.72,89.53c12.49,0,23.11-24.85,27.07-59.54C279.13,642.83,316.2,582.68,407.72,555.81Z" transform="translate(-199.15 -18.72)" style="fill: #bc9f82;stroke: #967659;stroke-miterlimit: 10"/>
<path d="M567.62,557.82l7.49-77.26s82.41,45.19,133.16,103.79c5.26-21,13.45-34.49,22.65-34.49,15.86,0,28.72,40.09,28.72,89.53s-12.86,89.53-28.72,89.53c-12.49,0-23.11-24.85-27.07-59.54C695.29,642.83,659.14,584.69,567.62,557.82Z" transform="translate(-199.15 -18.72)" style="fill: #bc9f82;stroke: #967659;stroke-miterlimit: 10"/>
<polygon points="318.7 611.54 340.19 651.16 231.92 651.16 250.68 611.53 239.56 577.89 340.19 567.46 318.7 611.54" style="fill: #514e4c"/>
<path d="M550.76,86.5c0-.2,0-0.4,0-0.6C531,62,508.15,19.22,483.84,19.22s-46.94,42.7-66.68,66.37c0,0.3,0,.61,0,0.91A50.6,50.6,0,0,1,388,132.33C362.48,186,346.6,261,346.6,343.9A621.85,621.85,0,0,0,351.33,421c0.26,0,.52,0,0.79,0,26.11,0,47.31,69.86,47.61,156.4,14.63,24.47,31.62,42.7,50.11,52.85a47.26,47.26,0,0,1,68,0c20.92-11.48,39.92-33.31,55.75-62.81,1.7-76.57,19.79-138,42.65-145.65a621.47,621.47,0,0,0,4.83-77.89c0-83-15.91-158-41.52-211.73A50.6,50.6,0,0,1,550.76,86.5Z" transform="translate(-199.15 -18.72)" style="fill: #bc9f82;stroke: #967659;stroke-miterlimit: 10"/>
<path d="M417.16,85.59s57.94-30.8,133.62.31c2.16,15.32,1.28,29.76,28.78,46.27-48.11-8-77.72-31.07-191.51.15C401.37,123.24,416.61,116.2,417.16,85.59Z" transform="translate(-199.15 -18.72)" style="fill: #b7ebf7;stroke: #967659;stroke-miterlimit: 10"/>
<ellipse cx="179.22" cy="242.09" rx="9.67" ry="34.47" style="fill: #b7ebf7;stroke: #967659;stroke-miterlimit: 10"/>
<rect x="278.55" y="97.91" width="18.03" height="312.09" style="fill: #f7d786;stroke: #967659;stroke-miterlimit: 10"/>
<ellipse cx="391.08" cy="242.09" rx="9.67" ry="34.47" style="fill: #b7ebf7;stroke: #967659;stroke-miterlimit: 10"/>
<ellipse cx="286.81" cy="470.51" rx="35.17" ry="89.9" style="fill: #c6a88d;stroke: #967659;stroke-miterlimit: 10"/>
<path d="M512.9,547h-0.48a28.51,28.51,0,0,1-53.15,0H459l-17,64.2h87.84Z" transform="translate(-199.15 -18.72)" style="fill: #514e4c"/>
<path d="M754.57,690.13h-1.5a25.65,25.65,0,0,1-44.27,0h-1.55L687,754.32h87.84Z" transform="translate(-199.15 -18.72)" style="fill: #514e4c"/>
<path d="M267.16,690.13h-1.5a25.65,25.65,0,0,1-44.27,0h-1.55l-20.24,64.2h87.84Z" transform="translate(-199.15 -18.72)" style="fill: #514e4c"/>
<path d="M553.24,102.16s-66.21-25.79-138.53,0" transform="translate(-199.15 -18.72)" style="fill: none;stroke: #fff;stroke-miterlimit: 10"/>
<line x1="287.57" y1="53.28" x2="287.57" y2="97.72" style="fill: none;stroke: #fff;stroke-miterlimit: 10"/>
<path d="M370.6,243.28s5.75-23.5,15.66,0c-2.22-10.41-5-16.87-7.88-16.47C373.2,227.52,370.6,243.28,370.6,243.28Z" transform="translate(-199.15 -18.72)" style="fill: #fff"/>
<path d="M582.4,243.28s5.75-23.5,15.66,0c-2.22-10.41-5-16.87-7.88-16.47C585,227.52,582.4,243.28,582.4,243.28Z" transform="translate(-199.15 -18.72)" style="fill: #fff"/>
<path d="M451.24,475s34.64-113.64,69.46,0c-4.26-30.73-10.1-71.25-34.73-75.71C469.23,404,458.76,421.55,451.24,475Z" transform="translate(-199.15 -18.72)" style="fill: #9e8877"/>
<path d="M215.48,619s19.44-59.14,28-56.39,23,41.13,23,41.13,47-63.55,124.71-115.52c-61,38.1-80.12,49.83-125.12,95.12-4.51-14.37-9.94-31.05-22.65-34.49s-28.72,43.9-28.72,66.72" transform="translate(-199.15 -18.72)" style="fill: #d8b89a"/>
<path d="M757.12,620.73S739.56,561,730.87,563.49s-24.34,40.39-24.34,40.39-45-65-121-119.39c59.78,40,78.51,52.33,122.05,99,5-14.22,10.91-30.72,23.73-33.76s27.32,44.79,26.6,67.59" transform="translate(-199.15 -18.72)" style="fill: #d8b89a"/>
<polyline points="231.92 651.16 284.69 598.3 340.19 651.16" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="284.69" y1="651.16" x2="284.69" y2="597.62" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="242.89" y1="592.5" x2="269.52" y2="540.74" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="330.74" y1="592.5" x2="303.85" y2="540.74" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="286.69" y1="546.49" x2="286.69" y2="592.5" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="0.44" y1="736.09" x2="29.6" y2="679.41" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="88.29" y1="736.09" x2="58.93" y2="679.56" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="44.37" y1="684.1" x2="44.24" y2="736.09" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="487.98" y1="736.09" x2="517.14" y2="679.41" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="575.83" y1="736.09" x2="546.47" y2="679.56" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<line x1="531.91" y1="684.1" x2="531.78" y2="736.09" style="fill: none;stroke: #b2b1b1;stroke-miterlimit: 10"/>
<ellipse cx="44.24" cy="736.09" rx="43.86" ry="1.21" style="fill: #262626"/>
<ellipse cx="531.84" cy="736.09" rx="43.86" ry="1.21" style="fill: #262626"/>
<ellipse cx="286.81" cy="592.25" rx="43.92" ry="0.74" style="fill: #262626"/>
</svg>
</div>
<div class="svg-container">
<svg id="Calque_2" data-name="Calque 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 401.19 679.97">
<title>ship_V6+flamme</title>
<path d="M216.91,687.16s46.4,18.54,93.31,0c-11.34-20-58.14-37.64-58.14-37.64Z" transform="translate(-216.05 -77.59)" style="fill: #3f3f3d;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M523.23,687.16s46.6,14.24,93.31,0c-7.33-16.19-40.68-31.74-40.68-31.74L530.56,671Z" transform="translate(-216.05 -77.59)" style="fill: #3f3f3d;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="5 598.91 26.26 635.74 68.78 635.74 90.05 598.91 68.78 562.09 26.26 562.09 5 598.91" style="fill: #515151;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="311.31 598.91 332.58 635.74 375.1 635.74 396.37 598.91 375.1 562.09 332.58 562.09 311.31 598.91" style="fill: #515151;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M616.55,687.16s-45.63-36.91-93.31,0V492.33s49.22-44.61,89.72,0C613,531.29,616.55,687.16,616.55,687.16Z" transform="translate(-216.05 -77.59)" style="fill: #91918b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M216.91,687.16s45.63-36.91,93.31,0V492.33s-49.22-44.61-89.72,0C220.5,531.29,216.91,687.16,216.91,687.16Z" transform="translate(-216.05 -77.59)" style="fill: #91918b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="50.57 395.13 50.57 330.4 63.11 316.3 79.94 315.43 79.94 416.04 50.57 395.13" style="fill: #b2ae8a;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="350.7 395.14 350.7 329.64 338.58 316.21 314.28 316.21 314.28 415.97 350.7 395.14" style="fill: #b2ae8a;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="26.26" y1="635.74" x2="16.02" y2="600.63" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="32.16" y1="635.74" x2="29.59" y2="595.73" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="42.33" y1="635.74" x2="42.33" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="53.33" y1="635.74" x2="53.33" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="64.06" y1="635.74" x2="64.06" y2="594.87" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="68.78" y1="635.74" x2="78.73" y2="599.99" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="332.74" y1="635.74" x2="322.5" y2="600.63" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="338.64" y1="635.74" x2="336.07" y2="595.73" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="348.81" y1="635.74" x2="348.81" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="359.81" y1="635.74" x2="359.81" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="370.54" y1="635.74" x2="370.54" y2="594.87" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="375.26" y1="635.74" x2="385.21" y2="599.99" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="133.77 599.99 271.51 599.99 308.05 467.86 293.24 285.6 245.08 178.93 149.99 174.91 94.18 353.31 99.97 491.78 133.77 599.99" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M363.58,756.94H394.8s2.07,1.64,9.13-7.9h26.13s2.07,8,9.13,8h28.21l29-28.33-35.29-67.8H375.41L336,726.7Z" transform="translate(-216.05 -77.59)" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="119.99 502.24 159.36 583.32 119.99 649.11 94.18 517.97 119.99 502.24" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="245.08 583.32 283.38 504.52 312.66 519.62 280.37 651.13 245.08 583.32" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polyline points="119.99 502.24 119.99 319.93 79.94 319.93 79.94 432.6 94.18 517.97" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polyline points="283.38 504.52 283.38 319.93 320.85 319.93 320.85 486.53 312.66 519.62" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="79.94 315.43 126.77 223.44 159.36 189.45 166.12 292.44 138.12 319.93 119.99 319.93 79.94 319.93 79.94 315.43" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="320.85 319.93 273.11 222.44 245.08 189.45 240.11 281.44 283.38 319.93 320.85 319.93" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="159.36 189.45 159.36 148.62 128.62 178.93 126.77 223.44 159.36 189.45" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="245.08 189.45 245.08 148.62 271.51 176.33 273.11 222.44 245.08 189.45" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="245.08 42.97 245.08 148.62 271.51 176.33 254.29 37.52 245.08 42.97" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="159.36 148.62 159.36 46.4 147.82 37.52 128.62 178.93 159.36 148.62" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="171.14 1.18 230.49 1.18 220.6 34.31 181.74 31.86 171.14 1.18" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="147.82 37.52 171.14 1.18 183.94 37.52 166.12 49.72 154.9 42.97 147.82 37.52" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="254.29 37.52 230.49 1.18 219.24 39.81 236.77 51.73 254.29 37.52" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<rect x="395.99" y="430.9" width="41.6" height="41.6" transform="translate(-250.96 790.9) rotate(-90)" style="fill: #a0a0a0;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M242.31,712.87l1.07-.53,41.72,0.53s-1.47-10.61-21.39-10.61S242.31,712.87,242.31,712.87Z" transform="translate(-216.05 -77.59)" style="fill: #232323;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M549.78,712.87l1.07-.53,41.72,0.53s-1.47-10.61-21.39-10.61S549.78,712.87,549.78,712.87Z" transform="translate(-216.05 -77.59)" style="fill: #232323;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M411.92,687.16h25.31l29.49,69.79-27.54.11s-6,.74-9.13-8H403.92s-4.43,7.9-9.13,7.9H363.58l29.49-69.79h25.31" transform="translate(-216.05 -77.59)" style="fill: #494949;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="180.42" y1="393.1" x2="221.1" y2="393.1" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="390.91" x2="221.1" y2="390.91" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="388.66" x2="221.1" y2="388.66" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="386.26" x2="221.1" y2="386.26" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="383.78" x2="221.1" y2="383.78" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="381.2" x2="221.1" y2="381.2" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="379" x2="221.1" y2="379" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="376.65" x2="221.1" y2="376.65" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="374.5" x2="221.1" y2="374.5" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="372.39" x2="221.1" y2="372.39" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="370.33" x2="221.1" y2="370.33" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="368.36" x2="221.1" y2="368.36" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="366.2" x2="221.1" y2="366.2" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="364" x2="221.1" y2="364" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="361.75" x2="221.1" y2="361.75" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="359.73" x2="221.1" y2="359.73" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="357.48" x2="221.1" y2="357.48" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="355.18" x2="221.1" y2="355.18" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="155.53" y1="679.35" x2="182.14" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="164.27" y1="679.35" x2="191.65" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="172.62" y1="679.47" x2="200.18" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="244.95" y1="679.35" x2="218.35" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="236.22" y1="679.35" x2="208.84" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="227.87" y1="679.47" x2="200.31" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M401.09,753" transform="translate(-216.05 -77.59)" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="160.56 189.45 202.32 235.97 244.08 189.45 244.08 42.97 201.21 20.26 160.56 46.4 160.56 189.45" style="fill: #d9f8f9"/>
<polyline points="160.56 46.4 202.32 71.34 244.08 42.97" style="fill: none;stroke: #fff;stroke-miterlimit: 10"/>
<line x1="202.32" y1="71.35" x2="202.32" y2="235.97" style="fill: none;stroke: #fff;stroke-miterlimit: 10"/>
<ellipse cx="102.11" cy="388.81" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M318.16,452.54c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C311.61,459.28,314.58,452.54,318.16,452.54Z" transform="translate(-216.05 -77.59)" style="fill: #fff"/>
<ellipse cx="342.82" cy="639.71" rx="7.93" ry="20.46" transform="translate(-441.92 111.18) rotate(-23.4)" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<ellipse cx="302.11" cy="388.81" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<ellipse cx="499.43" cy="639.71" rx="20.46" ry="7.93" transform="translate(-450.12 909.44) rotate(-77.36)" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M253.58,671.65V473.15s7.57-1.09,13-.43V670.78A52.51,52.51,0,0,0,253.58,671.65Z" transform="translate(-216.05 -77.59)" style="fill: #ffd9a1;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M569.48,670.76V473.15a114.86,114.86,0,0,1,13,.5V672.11A38.79,38.79,0,0,0,569.48,670.76Z" transform="translate(-216.05 -77.59)" style="fill: #ffd9a1;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M337.55,627.24c3.31-1.36,8.62,3.73,12.51,11.68-0.32-.95-0.67-1.9-1.07-2.87-3.92-9.51-10.08-16-13.77-14.47s-3.5,10.46.42,20c0.4,1,.82,1.89,1.26,2.79C334.06,636,334.23,628.6,337.55,627.24Z" transform="translate(-216.05 -77.59)" style="fill: #fff"/>
<path d="M502.45,626.31c3.5,0.78,4.93,8,3.56,16.74,0.28-1,.54-1.94.77-3,2.24-10,.9-18.88-3-19.75s-8.86,6.57-11.1,16.6c-0.23,1-.41,2-0.56,3C494.59,631.46,499,625.53,502.45,626.31Z" transform="translate(-216.05 -77.59)" style="fill: #fff"/>
<path d="M518.23,452.86c3.58,0,6.51,6.77,7,15.6,0.07-1,.12-2,0.12-3.06,0.06-10.28-3.13-18.64-7.12-18.66s-7.27,8.3-7.33,18.58c0,1,0,2.06.09,3.06C511.65,459.56,514.65,452.84,518.23,452.86Z" transform="translate(-216.05 -77.59)" style="fill: #fff"/>
</svg>
</div>
<div class="svg-container">
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 401.19 679.97">
<title>ship_V7</title>
<path d="M250.17,719.05s46.4,18.54,93.31,0c-11.34-20-58.14-37.64-58.14-37.64Z" transform="translate(-249.3 -109.49)" style="fill: #3f3f3d;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M556.49,719.05s46.6,14.24,93.31,0c-7.33-16.19-40.68-31.74-40.68-31.74l-45.3,15.55Z" transform="translate(-249.3 -109.49)" style="fill: #3f3f3d;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="5 598.91 26.26 635.74 68.78 635.74 90.05 598.91 68.78 562.09 26.26 562.09 5 598.91" style="fill: #515151;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="311.31 598.91 332.58 635.74 375.1 635.74 396.37 598.91 375.1 562.09 332.58 562.09 311.31 598.91" style="fill: #515151;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M649.8,719.05s-45.63-36.91-93.31,0V524.23s49.22-44.61,89.72,0C646.21,563.19,649.8,719.05,649.8,719.05Z" transform="translate(-249.3 -109.49)" style="fill: #91918b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M250.17,719.05s45.63-36.91,93.31,0V524.23s-49.22-44.61-89.72,0C253.76,563.19,250.17,719.05,250.17,719.05Z" transform="translate(-249.3 -109.49)" style="fill: #91918b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="50.57 395.13 50.57 330.4 63.11 316.3 79.94 315.43 79.94 416.04 50.57 395.13" style="fill: #b2ae8a;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="350.7 395.14 350.7 329.64 338.58 316.21 314.28 316.21 314.28 415.97 350.7 395.14" style="fill: #b2ae8a;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="26.26" y1="635.74" x2="16.02" y2="600.63" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="32.16" y1="635.74" x2="29.59" y2="595.73" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="42.33" y1="635.74" x2="42.33" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="53.33" y1="635.74" x2="53.33" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="64.06" y1="635.74" x2="64.06" y2="594.87" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="68.78" y1="635.74" x2="78.73" y2="599.99" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="332.74" y1="635.74" x2="322.5" y2="600.63" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="338.64" y1="635.74" x2="336.07" y2="595.73" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="348.81" y1="635.74" x2="348.81" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="359.81" y1="635.74" x2="359.81" y2="593.37" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="370.54" y1="635.74" x2="370.54" y2="594.87" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="375.26" y1="635.74" x2="385.21" y2="599.99" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="133.77 599.99 271.51 599.99 308.05 467.86 293.24 285.6 245.08 178.93 149.99 174.91 94.18 353.31 99.97 491.78 133.77 599.99" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M396.83,788.84h31.22s2.07,1.64,9.13-7.9h26.13s2.07,8,9.13,8h28.21l29-28.33-35.29-67.8H408.67L369.29,758.6Z" transform="translate(-249.3 -109.49)" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="119.99 502.24 159.36 583.32 119.99 649.11 94.18 517.97 119.99 502.24" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="245.08 583.32 283.38 504.52 312.66 519.62 280.37 651.13 245.08 583.32" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polyline points="119.99 502.24 119.99 319.93 79.94 319.93 79.94 432.6 94.18 517.97" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polyline points="283.38 504.52 283.38 319.93 320.85 319.93 320.85 486.53 312.66 519.62" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="79.94 315.43 94.89 215.63 159.36 189.45 166.12 292.44 138.12 319.93 119.99 319.93 79.94 319.93 79.94 315.43" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="320.85 315.43 305.9 215.63 241.42 189.45 234.66 292.44 262.66 319.93 280.8 319.93 320.85 319.93 320.85 315.43" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="159.36 189.45 160.56 137.54 94.13 189.98 92.28 234.5 159.36 189.45" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="240.17 187.26 238.97 135.36 305.4 187.8 307.25 232.31 240.17 187.26" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="159.36 148.62 159.36 46.4 147.82 37.52 94.13 189.98 159.36 148.62" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="243.49 148.62 243.49 46.4 255.03 37.52 305.4 187.8 243.49 148.62" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="171.14 1.18 230.49 1.18 220.6 34.31 181.74 31.86 171.14 1.18" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="147.82 37.52 171.14 1.18 183.94 37.52 166.12 49.72 154.9 42.97 147.82 37.52" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="254.29 37.52 230.49 1.18 219.24 39.81 236.77 51.73 254.29 37.52" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<rect x="429.24" y="462.8" width="41.6" height="41.6" transform="translate(-282.86 824.16) rotate(-90)" style="fill: #a0a0a0;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M275.56,744.77l1.07-.53,41.72,0.53s-1.47-10.61-21.39-10.61S275.56,744.77,275.56,744.77Z" transform="translate(-249.3 -109.49)" style="fill: #232323;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M583,744.77l1.07-.53,41.72,0.53s-1.47-10.61-21.39-10.61S583,744.77,583,744.77Z" transform="translate(-249.3 -109.49)" style="fill: #232323;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M445.18,719.05h25.31L500,788.84l-27.54.11s-6,.74-9.13-8H437.18s-4.43,7.9-9.13,7.9H396.83l29.49-69.79h25.31" transform="translate(-249.3 -109.49)" style="fill: #494949;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="180.42" y1="393.1" x2="221.1" y2="393.1" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="390.91" x2="221.1" y2="390.91" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="388.66" x2="221.1" y2="388.66" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="386.26" x2="221.1" y2="386.26" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="383.78" x2="221.1" y2="383.78" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="381.2" x2="221.1" y2="381.2" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="379" x2="221.1" y2="379" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="376.65" x2="221.1" y2="376.65" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="374.5" x2="221.1" y2="374.5" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="372.39" x2="221.1" y2="372.39" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="370.33" x2="221.1" y2="370.33" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="368.36" x2="221.1" y2="368.36" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="366.2" x2="221.1" y2="366.2" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="364" x2="221.1" y2="364" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="361.75" x2="221.1" y2="361.75" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="359.73" x2="221.1" y2="359.73" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="357.48" x2="221.1" y2="357.48" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="180.42" y1="355.18" x2="221.1" y2="355.18" style="fill: none;stroke: #353530;stroke-miterlimit: 10"/>
<line x1="155.53" y1="679.35" x2="182.14" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="164.27" y1="679.35" x2="191.65" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="172.62" y1="679.47" x2="200.18" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="244.95" y1="679.35" x2="218.35" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="236.22" y1="679.35" x2="208.84" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="227.87" y1="679.47" x2="200.31" y2="609.57" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M434.35,784.92" transform="translate(-249.3 -109.49)" style="fill: #9b9989;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="160.56 189.45 202.32 235.97 244.08 189.45 244.08 42.97 201.21 20.26 160.56 46.4 160.56 189.45" style="fill: #d9f8f9"/>
<polyline points="160.56 46.4 202.32 71.34 244.08 42.97" style="fill: none;stroke: #fff;stroke-miterlimit: 10"/>
<line x1="202.32" y1="71.35" x2="202.32" y2="235.97" style="fill: none;stroke: #fff;stroke-miterlimit: 10"/>
<ellipse cx="102.11" cy="388.81" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M351.41,484.44c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C344.87,491.18,347.83,484.44,351.41,484.44Z" transform="translate(-249.3 -109.49)" style="fill: #fff"/>
<ellipse cx="376.07" cy="671.61" rx="7.93" ry="20.46" transform="matrix(0.92, -0.4, 0.4, 0.92, -485.11, 95.11)" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<ellipse cx="302.11" cy="388.81" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<ellipse cx="532.68" cy="671.61" rx="20.46" ry="7.93" transform="translate(-488.53 934.91) rotate(-77.36)" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M286.84,703.55V505s7.57-1.09,13-.43V702.68A52.51,52.51,0,0,0,286.84,703.55Z" transform="translate(-249.3 -109.49)" style="fill: #ffd9a1;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M399.86,747.49s46.4,18.54,93.31,0c-11.34-20-58.14-37.64-58.14-37.64Z" transform="translate(-249.3 -109.49)" style="fill: #3f3f3d;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="154.69 627.35 175.95 664.18 218.48 664.18 239.74 627.35 218.48 590.53 175.95 590.53 154.69 627.35" style="fill: #515151;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M399.86,747.49s45.63-36.91,93.31,0V552.67s-49.22-44.61-89.72,0C403.45,591.63,399.86,747.49,399.86,747.49Z" transform="translate(-249.3 -109.49)" style="fill: #91918b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="175.95" y1="664.18" x2="165.71" y2="629.07" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="181.86" y1="664.18" x2="179.29" y2="624.17" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="192.03" y1="664.18" x2="192.03" y2="621.81" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="203.03" y1="664.18" x2="203.03" y2="621.81" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="213.75" y1="664.18" x2="213.75" y2="623.31" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="218.48" y1="664.18" x2="228.42" y2="628.43" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M425.25,773.21l1.07-.53L468,773.21s-1.47-10.61-21.39-10.61S425.25,773.21,425.25,773.21Z" transform="translate(-249.3 -109.49)" style="fill: #232323;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M436.53,732V533.49s7.57-1.09,13-.43V731.12A52.51,52.51,0,0,0,436.53,732Z" transform="translate(-249.3 -109.49)" style="fill: #ffd9a1;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M602.74,702.65V505a114.86,114.86,0,0,1,13,.5V704A38.79,38.79,0,0,0,602.74,702.65Z" transform="translate(-249.3 -109.49)" style="fill: #ffd9a1;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M370.8,659.14c3.31-1.36,8.62,3.73,12.51,11.68-0.32-.95-0.67-1.9-1.07-2.87-3.92-9.51-10.08-16-13.77-14.47s-3.5,10.46.42,20c0.4,1,.82,1.89,1.26,2.79C367.31,667.86,367.49,660.5,370.8,659.14Z" transform="translate(-249.3 -109.49)" style="fill: #fff"/>
<path d="M535.71,658.2c3.5,0.78,4.93,8,3.56,16.74,0.28-1,.54-1.94.77-3,2.24-10,.9-18.88-3-19.75s-8.86,6.57-11.1,16.6c-0.23,1-.41,2-0.56,3C527.85,663.35,532.21,657.42,535.71,658.2Z" transform="translate(-249.3 -109.49)" style="fill: #fff"/>
<path d="M551.49,484.75c3.58,0,6.51,6.77,7,15.6,0.07-1,.12-2,0.12-3.06,0.06-10.28-3.13-18.64-7.12-18.66s-7.27,8.3-7.33,18.58c0,1,0,2.06.09,3.06C544.9,491.45,547.9,484.73,551.49,484.75Z" transform="translate(-249.3 -109.49)" style="fill: #fff"/>
</svg>
</div>
<div class="svg-container">
<svg id="v6" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 319.49 822.97">
<defs>
<clipPath id="clip-path" transform="translate(0.01 0)">
<rect x="24.67" y="610.12" width="269.26" height="269.26" style="fill: none"/>
</clipPath>
</defs>
<title>v6</title>
<g style="clip-path: url(#clip-path)">
<g>
<polygon points="159.73 698.47 159.1 698.47 131.65 698.47 132.97 713.28 136.96 710.58 136.96 726.82 138.75 722.54 136.96 752.88 140.96 748.61 138.75 769.55 142.97 766.56 140.96 786.64 147.24 781.09 145.53 795.62 149.8 788.35 151.73 808.01 157.5 801.6 159.41 822.97 159.42 822.37 159.42 822.97 161.33 801.6 167.1 808.01 169.02 788.35 173.3 795.62 171.59 781.09 177.87 786.64 175.86 766.56 180.08 769.55 177.87 748.61 181.87 752.88 180.08 722.54 181.87 726.82 181.87 710.58 185.86 713.28 187.18 698.47 159.73 698.47" style="fill: #5babd3"/>
<polygon points="159.65 698.47 159.18 698.47 138.81 698.47 139.79 709.47 142.75 707.46 142.75 719.51 144.07 716.34 142.75 738.86 145.72 735.69 144.07 751.23 147.21 749.01 145.72 763.91 150.38 759.79 149.11 770.58 152.28 765.18 153.71 779.77 157.99 775.02 159.41 790.88 159.42 790.43 159.42 790.88 160.84 775.02 165.12 779.77 166.55 765.18 169.72 770.58 168.45 759.79 173.11 763.91 171.62 749.01 174.76 751.23 173.11 735.69 176.08 738.86 174.76 716.34 176.08 719.51 176.08 707.46 179.04 709.47 180.02 698.47 159.65 698.47" style="fill: #6ec8ff"/>
<polygon points="159.58 698.41 159.25 698.41 144.88 698.41 145.57 706.16 147.66 704.75 147.66 713.25 148.6 711.01 147.66 726.89 149.76 724.65 148.6 735.61 150.81 734.05 149.76 744.56 153.04 741.65 152.15 749.25 154.39 745.45 155.39 755.74 158.41 752.38 159.41 763.57 159.42 763.25 159.42 763.57 160.42 752.38 163.44 755.74 164.44 745.45 166.68 749.25 165.79 741.65 169.07 744.56 168.02 734.05 170.23 735.61 169.07 724.65 171.17 726.89 170.23 711.01 171.17 713.25 171.17 704.75 173.26 706.16 173.95 698.41 159.58 698.41" style="fill: #8ad4f9"/>
<polygon points="159.54 698.47 159.29 698.47 148.83 698.47 149.33 704.12 150.85 703.09 150.85 709.28 151.53 707.65 150.85 719.22 152.38 717.59 151.53 725.58 153.14 724.43 152.38 732.09 154.77 729.98 154.12 735.52 155.75 732.75 156.48 740.24 158.68 737.8 159.41 745.95 159.42 745.72 159.42 745.95 160.15 737.8 162.35 740.24 163.08 732.75 164.71 735.52 164.06 729.98 166.45 732.09 165.69 724.43 167.3 725.58 166.45 717.59 167.98 719.22 167.3 707.65 167.98 709.28 167.98 703.09 169.5 704.12 170 698.47 159.54 698.47" style="fill: #b2e4f9"/>
</g>
</g>
<polygon points="109.07 656.86 109.07 674.62 120.1 674.62 120.1 676.64 127.19 676.64 127.19 700.56 191 700.56 191 676.94 197.64 677.2 197.54 674.57 209.26 674.52 209.26 656.86 109.07 656.86" style="fill: #e0c68a"/>
<path d="M159.3,0V416.59h-49V109.71S111.63,56.44,159.3,0Z" transform="translate(0.01 0)" style="fill: #f26933"/>
<path d="M159.34,0.13V416.67h49V109.79S207,56.53,159.34.13Z" transform="translate(0.01 0)" style="fill: #eb5826"/>
<path d="M159.63,220v369.1h29v67.68h21.5V646.75L316.54,634,311,589.13l-62.65-59.9-24.1-40.62-11-43.38-2.75-27.54H192.63V316.51S183.8,227.51,159.63,220Z" transform="translate(0.01 0)" style="fill: #e0c68a"/>
<path d="M159.63,220V589.4h-29v67.73H109.1V647.06L2.72,634.32l5.51-44.93,62.65-59.94L95,488.8l11-43.4,2.75-27.56h17.9V316.57S135.43,227.51,159.63,220Z" transform="translate(0.01 0)" style="fill: #fee9a9"/>
<rect x="163.4" y="587.22" width="25.14" height="69.65" style="fill: #fee9a9"/>
<polygon points="50.62 728.78 40.99 755.92 101.67 755.92 91.68 728.78 50.62 728.78" style="fill: #534b4e"/>
<polygon points="39.54 638.63 39.89 698.25 39.47 699.95 32.04 730.02 109.15 730.02 99.87 697.89 99.87 646.49 39.54 638.63" style="fill: #feeaac"/>
<rect x="39.89" y="691.53" width="60.01" height="6.73" style="fill: #cb5d24"/>
<rect x="39.79" y="672.98" width="60.09" height="6.73" style="fill: #a95c2e"/>
<rect x="39.71" y="660.19" width="60.19" height="6.45" style="fill: #bf461f"/>
<rect x="39.62" y="649.24" width="60.25" height="6.09" style="fill: #f5966b"/>
<polygon points="267.99 731.18 277.63 758.31 216.94 758.31 226.94 731.18 267.99 731.18" style="fill: #534b4e"/>
<polygon points="279.08 639.72 278.72 700.19 279.14 701.91 286.58 732.42 209.47 732.42 218.75 699.83 218.75 647.69 279.08 639.72" style="fill: #feeaac"/>
<rect x="218.72" y="693.92" width="60.01" height="6.73" style="fill: #cb5d24"/>
<rect x="218.74" y="675.37" width="60.09" height="6.73" style="fill: #a95c2e"/>
<rect x="218.71" y="662.6" width="60.19" height="6.45" style="fill: #bf461f"/>
<rect x="218.75" y="651.64" width="60.25" height="6.09" style="fill: #f5966b"/>
<path d="M6,608.47h104.2v8.06H4.94S7,608.47,6,608.47Z" transform="translate(0.01 0)" style="fill: #534d50"/>
<path d="M313.52,608.38H208.19v8.06H314.55S312.5,608.38,313.52,608.38Z" transform="translate(0.01 0)" style="fill: #534d50"/>
<polygon points="0.09 633.62 110.94 651.95 111.16 645.27 0.04 631.03 0.09 633.62" style="fill: #534d50"/>
<polygon points="319.39 633.25 208.66 652.42 208.46 645.46 319.45 630.55 319.39 633.25" style="fill: #534d50"/>
<polygon points="45.24 615.66 45.24 637.79 50.52 637.79 50.52 615.51 45.24 615.66" style="fill: #534d50"/>
<polygon points="53.71 615.8 53.71 638.69 58.99 638.69 58.99 615.65 53.71 615.8" style="fill: #534d50"/>
<polygon points="273.2 615.28 273.2 638.27 267.93 638.27 267.93 615.12 273.2 615.28" style="fill: #534d50"/>
<polygon points="264.73 615.43 264.73 638.27 259.46 638.27 259.46 615.27 264.73 615.43" style="fill: #534d50"/>
<path d="M164.31,295v9.71s13.84-3.4,11.41,11.65h8.74S190,291.64,164.31,295Z" transform="translate(0.01 0)" style="fill: #433e3f"/>
<path d="M154.38,295.28V305s-13.84-3.4-11.41,11.65h-8.74S128.63,291.88,154.38,295.28Z" transform="translate(0.01 0)" style="fill: #433e3f"/>
<rect x="130.69" y="587.19" width="25.95" height="69.74" style="fill: #e0c68a"/>
<path d="M165.27,587.22c1.7,46.9-4.38,131-5.94,132.31s-8.24-129.4-6.79-132.31h12.73Z" transform="translate(0.01 0)" style="fill: #534d50"/>
<polygon points="113 365.82 129.05 294.92 129.05 417.5 110.33 417.5 113 365.82" style="fill: #534d50"/>
<polygon points="207.02 367.49 190.97 298.86 190.97 417.52 209.69 417.52 207.02 367.49" style="fill: #534d50"/>
<polygon points="109.11 656.86 109.11 674.62 123.38 674.62 123.38 656.72 112.01 656.83 109.11 656.86" style="fill: #feeaac"/>
<polygon points="112.01 658.63 112.01 656.83 119.27 656.83 119.27 658.67 112.01 658.63" style="fill: #584c34"/>
<polygon points="111.99 666.13 112.01 659.19 119.27 659.19 119.27 666.2 111.99 666.13" style="fill: #584c34"/>
<polygon points="111.97 673.75 111.99 666.81 119.24 666.81 119.24 673.82 111.97 673.75" style="fill: #584c34"/>
<polygon points="195.95 656.99 195.95 674.53 210.09 674.53 210.09 656.85 198.82 656.97 195.95 656.99" style="fill: #feeaac"/>
<polygon points="198.73 658.76 198.73 656.97 205.98 656.97 205.98 658.8 198.73 658.76" style="fill: #584c34"/>
<polygon points="198.71 666.26 198.73 659.32 205.98 659.32 205.98 666.33 198.71 666.26" style="fill: #584c34"/>
<polygon points="198.69 673.88 198.7 666.94 205.96 666.94 205.96 673.95 198.69 673.88" style="fill: #584c34"/>
<polygon points="120.17 674.62 120.17 676.64 136.42 676.64 136.42 672.74 120.15 672.74 120.17 674.62" style="fill: #6a6762"/>
<polygon points="181.44 675.18 181.44 677.2 197.69 677.2 197.69 673.3 181.42 673.3 181.44 675.18" style="fill: #6a6762"/>
<polygon points="39.82 549.88 39.82 206.9 67.15 137.47 71.69 137.47 71.69 519.25 39.82 549.88" style="fill: #ffeba9"/>
<polygon points="71.69 137.47 71.69 519.25 103.03 466.5 100.71 452.58 100.71 205.23 76.55 137.66 71.69 137.47" style="fill: #e0c68a"/>
<rect x="39.94" y="206.2" width="60.79" height="5.42" style="fill: #e3c990"/>
<rect x="39.81" y="252.89" width="60.92" height="5.93" style="fill: #524222"/>
<rect x="39.94" y="298.91" width="60.81" height="5.93" style="fill: #423a1a"/>
<rect x="39.74" y="344.44" width="61.02" height="5.93" style="fill: #d8c183"/>
<rect x="39.91" y="391.18" width="60.76" height="5.93" style="fill: #888074"/>
<rect x="39.95" y="482.2" width="56.91" height="5.93" style="fill: #362b22"/>
<rect x="39.78" y="437.13" width="60.89" height="5.93" style="fill: #d9c185"/>
<polygon points="279.34 550.78 279.34 207.8 252.01 138.37 247.47 138.37 247.47 520.15 279.34 550.78" style="fill: #e0c68a"/>
<polygon points="247.47 138.37 247.47 520.15 216.13 467.4 218.45 453.48 218.45 206.13 242.61 138.56 247.47 138.37" style="fill: #fee9a9"/>
<rect x="218.43" y="207.1" width="60.79" height="5.42" style="fill: #e3c990"/>
<rect x="218.43" y="253.79" width="60.92" height="5.93" style="fill: #524222"/>
<rect x="218.41" y="299.81" width="60.81" height="5.93" style="fill: #423a1a"/>
<rect x="218.41" y="345.34" width="61.02" height="5.93" style="fill: #d8c183"/>
<rect x="222.3" y="483.1" width="56.91" height="5.93" style="fill: #362b22"/>
<rect x="218.49" y="392.08" width="60.76" height="5.93" style="fill: #888074"/>
<rect x="218.49" y="438.03" width="60.89" height="5.93" style="fill: #d9c185"/>
<path d="M39.8,548.6S97.42,517,108.35,406.23c11.53-116.93,0,55.28,0,55.28s-8,55.28-60.85,95.85c0,0-45.74,29.43-43,76.36l-4.33-1.59S-5,580.84,39.8,548.6Z" transform="translate(0.01 0)" style="fill: #534d50"/>
<path d="M279.84,549s-57.36-31.45-68.21-141.72c-11.48-116.39,0,55,0,55s7.92,55,60.57,95.41c0,0,45.53,29.3,42.76,76l4.35-1.58S324.39,581.13,279.84,549Z" transform="translate(0.01 0)" style="fill: #534d50"/>
</svg>
</div>
<div class="svg-container">
<svg id="Calque_2" data-name="Calque 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 284.41 524.29">
<title>ship_v9+flamme</title>
<path d="M461.12,154.56l-15.54,1.21L430,154.56l-10.86-5.43,0.6-17.49-21.71,9.65v6L382.4,163.61l-0.6,6.63-3,4.82-4,15.68-8.63,9,0.6,37.39,8,6v49.45l4,7.84-1.19,41.61-37.28,28.63s-23.86,78.13-25.65,78.13-7.46,8.65-7.46,8.65-1,113-1,120.2c-2.53,2.79-3.45,13.55,0,20.44,22.06-16.17,55.14-9.56,60.29,0s-19.12,14.7-19.12,14.7v30.89a40.36,40.36,0,0,1,4.09-.15c15.75-15.19,32.63-1.13,32.63-1.13h4.5V626.18l24.19,23.07h17.44l6.19-6.75h18.4l6.19,6.75h17.44l24.19-23.07v16.32h4.5s16.88-14.07,32.63,1.13a40.36,40.36,0,0,1,4.09.15V612.88s-24.26-5.15-19.12-14.7,38.23-16.17,60.29,0c3.45-6.88,2.53-17.65,0-20.44,0-7.18-1-120.2-1-120.2s-5.67-8.65-7.46-8.65-25.65-78.13-25.65-78.13l-37.28-28.63-1.19-41.61,4-7.84V243.22l8-6,0.6-37.39-8.63-9-4-15.68-3-4.82-0.6-6.63-15.68-16.28v-6l-21.71-9.65,0.6,17.49Z" transform="translate(-303.34 -130.86)" style="fill: #99988d;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="241.06 437.59 269.17 441.02 280.25 467.07 263.23 489.69 235.13 486.26 224.04 460.21 241.06 437.59" style="fill: #3a3a3a"/>
<polygon points="23.25 437.59 51.36 441.02 62.44 467.07 45.42 489.69 17.32 486.26 6.24 460.21 23.25 437.59" style="fill: #3a3a3a"/>
<polygon points="211.93 486.75 231.91 489.18 239.79 507.71 227.69 523.79 207.7 521.36 199.82 502.83 211.93 486.75" style="fill: #3a3a3a"/>
<polygon points="56.55 486.75 76.53 489.18 84.41 507.71 72.31 523.79 52.33 521.36 44.45 502.83 56.55 486.75" style="fill: #3a3a3a"/>
<path d="M314.67,448.89s45.57-12.12,61.7,5.48l-9.92,143.8s-15.48-22.89-60.29,0c-2.26-9-3.84-9.69,0-20.44,0.07-10.75,1-120.2,1-120.2S313.06,449.29,314.67,448.89Z" transform="translate(-303.34 -130.86)" style="fill: #91918b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M576.43,448.89s-45.57-12.12-61.7,5.48l9.92,143.8s15.48-22.89,60.29,0c2.26-9,3.84-9.69,0-20.44-0.07-10.75-1-120.2-1-120.2S578,449.29,576.43,448.89Z" transform="translate(-303.34 -130.86)" style="fill: #91918b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M502.54,626.18s6.56-42.41,8.55-44,12.45,0,12.45,0l1.1,16s-2.84,4.22,2.68,8.07c11.51-3.7,6.58,15.06,16.43,14.36v23.17l-4.09-.15s-13.57-15.09-32.63-1.13h-4.5V626.18Z" transform="translate(-303.34 -130.86)" style="fill: #777774;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M388.39,626.18s-6.56-42.41-8.55-44-12.45,0-12.45,0l-1.1,16s2.84,4.22-2.68,8.07c-8.3-.1-6.58,15.06-16.43,14.36v23.17l4.09-.15s13.57-15.09,32.63-1.13h4.5V626.18Z" transform="translate(-303.34 -130.86)" style="fill: #777774;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="142.24 453.96 132.39 454.13 124.96 448.18 110.99 450.4 84.47 490.56 85.22 495.31 109.41 518.38 126.85 518.38 133.04 511.63 142.24 511.63 151.44 511.63 157.63 518.38 175.07 518.38 199.27 495.31 200.02 490.56 173.5 450.4 159.53 448.18 152.09 454.13 142.24 453.96" style="fill: #2b2b2b"/>
<polygon points="142.24 24.91 126.7 23.7 115.85 18.27 111.78 202.28 115.85 241.91 97.67 262.37 57.66 262.37 51.79 259.58 44.85 259.58 36.76 266.84 36.76 330.65 65.66 330.65 76.31 365.87 142.24 365.87 208.18 365.87 218.82 330.65 247.72 330.65 247.72 266.84 239.63 259.58 232.69 259.58 226.83 262.37 186.81 262.37 168.63 241.91 172.7 202.28 168.63 18.27 157.78 23.7 142.24 24.91" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M443.57,569.12c14.25-16.66,24.95-.42,24.95-0.42s8.43-1.33,12.42-.89,2.66-9.76,11.59-12,31.43,4.88,31.43,4.88l4.43,18.18s8.87,5.32,9.64,0,7.23-13,7.23-13v-77s-8.74-2.41-13.55,0S509,473.26,509,473.26s-4.95,11.43-3.75,18C490.82,478.07,480,476.86,469.17,448c-3.61,0-3.31.9-4.81-.6s-6.16-2.57-6.16-2.57l-11.65-1,0-.58-3.4.29-3.4-.29,0,0.58-11.65,1s-4.66,1.07-6.16,2.57-1.2.6-4.81,0.6c-10.83,28.87-21.65,30.07-36.08,43.3,1.2-6.62-3.75-18-3.75-18s-17.91,18-22.72,15.64-13.55,0-13.55,0v77s6.46,7.7,7.23,13,9.64,0,9.64,0l4.43-18.18s22.5-7.1,31.43-4.88,7.59,12.42,11.59,12,12.42,0.89,12.42.89,10.7-16.24,24.95.42h0.77Z" transform="translate(-303.34 -130.86)" style="fill: #afad9a;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="72.24 59.56 114.7 83.53 139.84 83.53 139.84 25.05 126.86 24.05 116.14 18.72 116.74 1.56 95.29 11.03 95.29 16.95 79.8 32.93 79.21 39.44 76.23 44.17 72.24 59.56" style="fill: #d9f8f9"/>
<polygon points="212.22 59.56 169.76 83.53 144.62 83.53 144.62 25.05 157.59 24.05 168.31 18.72 167.72 1.56 189.16 11.03 189.16 16.95 204.65 32.93 205.25 39.44 208.23 44.17 212.22 59.56" style="fill: #d9f8f9"/>
<rect x="416.33" y="182.77" width="58.48" height="4.78" transform="translate(-42.93 499.86) rotate(-90)" style="fill: #adadad"/>
<line x1="114.7" y1="83.53" x2="139.84" y2="25.05" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="169.76" y1="83.53" x2="144.62" y2="25.05" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="72.24" y1="59.56" x2="126.87" y2="24.05" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="212.21" y1="59.56" x2="157.59" y2="24.05" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="189.16" y1="16.95" x2="168.31" y2="18.72" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="95.29" y1="16.95" x2="116.14" y2="18.72" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="133.04" y1="511.63" x2="124.96" y2="448.18" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="151.44" y1="511.63" x2="159.52" y2="448.18" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="157.63" y1="518.38" x2="173.5" y2="450.4" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="175.07" y1="518.38" x2="194.2" y2="481.75" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<line x1="126.85" y1="518.38" x2="110.99" y2="450.4" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<polygon points="116.73 434.34 121.78 443.91 132.59 444.32 138.35 435.16 133.3 425.59 122.48 425.18 116.73 434.34" style="fill: #3a3a3a"/>
<polygon points="141.63 434.34 146.68 443.91 157.5 444.32 163.26 435.16 158.2 425.59 147.39 425.18 141.63 434.34" style="fill: #3a3a3a"/>
<line x1="109.41" y1="518.38" x2="89.27" y2="483.28" style="fill: none;stroke: #adadad;stroke-miterlimit: 10"/>
<path d="M443.8,568.42c13.87-15.65,24.33.28,24.33,0.28s11.18-1,12.42-.89,1.51-.47,2.47-1.78c3.08-9,9.11-10.2,9.11-10.2V489l-20.92-16.39-0.31-19.31L468.77,448l-3.66.23L464,447.4s-4-2.39-6.16-2.57l-11.65-1,0-.58-2.71.23-2.71-.23,0,0.58-11.65,1C427,445,423,447.4,423,447.4l-1.14.83L418.2,448l-2.13,5.33-0.31,19.31L394.85,489v66.82s6,1.2,9.11,10.2c1,1.3,1.23,1.85,2.47,1.78s12.42,0.89,12.42.89,10.46-15.93,24.33-.28h0.62Z" transform="translate(-303.34 -130.86)" style="fill: #9b9981;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<rect x="421.68" y="504.21" width="47.8" height="32.57" transform="translate(-378.26 835.22) rotate(-90)" style="fill: #999"/>
<rect x="427.29" y="508.03" width="36.59" height="24.93" transform="translate(-378.26 835.22) rotate(-90)" style="fill: #7f7f7f"/>
<rect x="421.68" y="381.55" width="47.8" height="32.57" transform="translate(-255.59 712.55) rotate(-90)" style="fill: #999"/>
<rect x="427.29" y="385.37" width="36.59" height="24.93" transform="translate(-255.59 712.55) rotate(-90)" style="fill: #7f7f7f"/>
<path d="M327,589.12v-143l12.48-1.32V587.19A45,45,0,0,0,327,589.12Z" transform="translate(-303.34 -130.86)" style="fill: #e0a269"/>
<path d="M564.86,589.78v-143l-12.48-1.32V587.85A45,45,0,0,1,564.86,589.78Z" transform="translate(-303.34 -130.86)" style="fill: #e0a269"/>
<path d="M374,637.25s-2.51-1.66-9.07-1.12V606.38s5.49-5.8,1.39-8.21c0.37-5.31,1.49-15.14,1.49-15.14l6.18-1.53v55.74Z" transform="translate(-303.34 -130.86)" style="fill: #e0a269"/>
<path d="M517.18,637.25s2.51-1.66,9.07-1.12V606.38s-5.49-5.8-1.39-8.21c-0.37-5.31-1.49-15.14-1.49-15.14l-6.18-1.53v55.74Z" transform="translate(-303.34 -130.86)" style="fill: #e0a269"/>
<line x1="115.85" y1="241.91" x2="74.25" y2="211.26" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="57.66" y1="262.37" x2="36.97" y2="239.89" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="75.44" y1="169.65" x2="112.5" y2="169.65" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="71.4" y1="112.36" x2="114.04" y2="83.16" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="168.31" y1="241.91" x2="209.92" y2="211.26" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="226.51" y1="262.37" x2="247.19" y2="239.89" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="208.72" y1="169.65" x2="171.66" y2="169.65" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="212.76" y1="112.36" x2="170.12" y2="83.16" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<ellipse cx="95.05" cy="196.29" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M398.39,313.29c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C391.84,320,394.81,313.29,398.39,313.29Z" transform="translate(-303.34 -130.86)" style="fill: #fff"/>
<ellipse cx="95.05" cy="135.41" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M398.39,252.42c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C391.84,259.15,394.81,252.42,398.39,252.42Z" transform="translate(-303.34 -130.86)" style="fill: #fff"/>
<ellipse cx="191.44" cy="135.41" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M494.78,252.42c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C488.24,259.15,491.2,252.42,494.78,252.42Z" transform="translate(-303.34 -130.86)" style="fill: #fff"/>
<ellipse cx="191.44" cy="196.29" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M494.78,313.29c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C488.24,320,491.2,313.29,494.78,313.29Z" transform="translate(-303.34 -130.86)" style="fill: #fff"/>
<rect x="366.22" y="288.36" width="159.53" height="11.6" transform="translate(-151.52 609.28) rotate(-90)" style="fill: #e0a269"/>
<rect x="435.22" y="426.69" width="21.53" height="11.6" transform="translate(-289.85 747.62) rotate(-90)" style="fill: #e0a269"/>
<ellipse cx="334.92" cy="618.21" rx="2.82" ry="14.5" transform="translate(-622.63 744.94) rotate(-83.05)" style="fill: #1c1c1c"/>
<ellipse cx="552.38" cy="618.21" rx="2.82" ry="14.5" transform="translate(-431.51 960.8) rotate(-83.05)" style="fill: #1c1c1c"/>
<ellipse cx="521.04" cy="653.44" rx="1.22" ry="9.99" transform="translate(-494.03 960.66) rotate(-83.05)" style="fill: #1c1c1c"/>
<ellipse cx="365.7" cy="653.45" rx="1.22" ry="9.99" transform="translate(-630.56 806.47) rotate(-83.05)" style="fill: #1c1c1c"/>
<ellipse cx="430.51" cy="574.99" rx="0.3" ry="5.39" transform="translate(-463.59 852.74) rotate(-87.85)" style="fill: #1c1c1c"/>
<ellipse cx="455.59" cy="574.99" rx="0.3" ry="5.39" transform="translate(-439.46 877.79) rotate(-87.85)" style="fill: #1c1c1c"/>
<line x1="129.78" y1="284.58" x2="154.7" y2="284.58" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="282.31" x2="154.7" y2="282.31" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="279.83" x2="154.7" y2="279.83" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="277.27" x2="154.7" y2="277.27" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="274.97" x2="154.7" y2="274.97" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="272.69" x2="154.7" y2="272.69" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="270.21" x2="154.7" y2="270.21" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="267.65" x2="154.7" y2="267.65" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="265.59" x2="154.7" y2="265.59" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="263.31" x2="154.7" y2="263.31" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="260.83" x2="154.7" y2="260.83" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="258.27" x2="154.7" y2="258.27" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="256.52" x2="154.7" y2="256.52" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="254.24" x2="154.7" y2="254.24" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="251.76" x2="154.7" y2="251.76" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="249.2" x2="154.7" y2="249.2" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="407.33" x2="154.71" y2="407.33" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="405.05" x2="154.71" y2="405.05" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="402.57" x2="154.71" y2="402.57" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="400.01" x2="154.71" y2="400.01" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="397.71" x2="154.71" y2="397.71" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="395.44" x2="154.71" y2="395.44" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="392.95" x2="154.71" y2="392.95" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="390.4" x2="154.71" y2="390.4" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="388.33" x2="154.71" y2="388.33" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="386.05" x2="154.71" y2="386.05" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="383.57" x2="154.71" y2="383.57" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="381.02" x2="154.71" y2="381.02" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="379.26" x2="154.71" y2="379.26" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="376.98" x2="154.71" y2="376.98" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="374.5" x2="154.71" y2="374.5" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="129.78" y1="371.94" x2="154.71" y2="371.94" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
</svg>
</div>
<div class="svg-container">
<svg id="Calque_2" data-name="Calque 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 474.05 558.03">
<title>ship_v10+flamme</title>
<polygon points="113.78 453.36 74.08 453.36 54.23 487.75 74.08 522.13 113.78 522.13 133.64 487.75 113.78 453.36" style="fill: #3f3f3f"/>
<polygon points="212.02 487.69 172.32 487.69 152.47 522.08 172.32 556.46 212.02 556.46 231.87 522.08 212.02 487.69" style="fill: #3f3f3f"/>
<polygon points="306.67 487.69 266.97 487.69 247.12 522.08 266.97 556.46 306.67 556.46 326.52 522.08 306.67 487.69" style="fill: #3f3f3f"/>
<polygon points="399.16 450.17 359.45 450.17 339.6 484.56 359.45 518.94 399.16 518.94 419.01 484.56 399.16 450.17" style="fill: #3f3f3f"/>
<path d="M643.19,400.93l41.09-31.61-35.82-70.59,2.11-46.36-14.75-6.32-1.25-4h-9.7l-2.5,15H592.64l-1.25-15.33-7.82.31-3.13,4.07L565.34,254l1.82,14.22-25.79-26.83V215.6H563l15.48-14.44V187.74l11.35-11.35V146.76l-16.51-11.63-0.78-9.31-38-36.45h-5.43l-34.9-38.78H402.16l-34.9,38.78h-5.43l-38,36.45-0.78,9.31-16.51,11.63v29.64l11.35,11.35v13.41l15.48,14.44H355v25.79l-25.79,26.83L331.06,254,316,246.18l-3.13-4.07L305,241.8l-1.25,15.33H274l-2.5-15h-9.7l-1.25,4-14.75,6.32,2.11,46.36-35.82,70.59,41.09,31.61V435.7l-6.32,8.43v7.37l13.7,12.64V501l-5.27,7.37v28.45c52.68-22.12,100.09,0,100.09,0s-2.11,11.59,1.05,35.82c18.25-9.13,75.07-2.44,89.94-.49v0.49l1.8-.25,1.8,0.25v-0.49c14.88-2,71.69-8.64,89.94.49,3.16-24.23,1.05-35.82,1.05-35.82s47.41-22.12,100.09,0V508.39L635.81,501V464.14l13.7-12.64v-7.37l-6.32-8.43V400.93Z" transform="translate(-211.49 -50.09)" style="fill: #99988d;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M253.21,400.93L274.76,393l23.32,22.59L364,415.77,355.4,536.84s-47.8-22.85-100.09,0V508.39l5.27-7.37V464.14l-13.7-12.64v-7.37l6.32-8.43V400.93Z" transform="translate(-211.49 -50.09)" style="fill: #6d6d6c;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M643,401.93L621.45,394l-23.32,22.59-65.87.18,8.55,121.07s47.8-22.85,100.09,0V509.39L635.63,502V465.14l13.7-12.64v-7.37L643,436.7V401.93Z" transform="translate(-211.49 -50.09)" style="fill: #6d6d6c;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="402.19 334.84 361.83 331.25 361.83 304.35 395.01 304.35 386.05 271.71 334.03 271.71 334.03 261.53 354.66 229.91 308.92 229.91 308.92 61.29 272.14 14.66 238.71 14.66 237.51 14.66 204.08 14.66 167.31 61.29 167.31 229.91 121.57 229.91 142.2 261.53 142.2 271.71 90.18 271.71 81.21 304.35 114.39 304.35 114.39 331.25 74.04 334.84 63.27 342.91 86.59 365.5 235.71 365.5 240.51 365.5 389.63 365.5 412.95 342.91 402.19 334.84" style="fill: #aaa99b;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="204.5 434.12 211.65 443.68 226.94 444.09 235.09 434.93 227.94 425.36 212.64 424.95 204.5 434.12" style="fill: #3a3a3a"/>
<polygon points="239.72 434.12 246.87 443.68 262.16 444.09 270.31 434.93 263.16 425.36 247.86 424.95 239.72 434.12" style="fill: #3a3a3a"/>
<rect x="430.38" y="421.87" width="36.59" height="35.26" transform="translate(-202.31 838.08) rotate(-90)" style="fill: #7f7f7f"/>
<path d="M430.77,493.69c4.21,0.11,7.61.34,7.6,0.51s-3.43.21-7.63,0.1-7.61-.34-7.6-0.51S426.56,493.57,430.77,493.69Z" transform="translate(-211.49 -50.09)" style="fill: #1c1c1c"/>
<path d="M466.24,493.69c4.21,0.11,7.61.34,7.6,0.51s-3.43.21-7.63,0.1-7.61-.34-7.6-0.51S462,493.57,466.24,493.69Z" transform="translate(-211.49 -50.09)" style="fill: #1c1c1c"/>
<rect x="424.77" y="274.87" width="47.8" height="46.06" transform="translate(-60.71 696.49) rotate(-90)" style="fill: #999"/>
<rect x="430.38" y="280.27" width="36.59" height="35.26" transform="translate(-60.71 696.49) rotate(-90)" style="fill: #7f7f7f"/>
<line x1="219.56" y1="265.5" x2="254.82" y2="265.5" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="263.23" x2="254.82" y2="263.23" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="260.75" x2="254.82" y2="260.75" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="258.19" x2="254.82" y2="258.19" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="255.89" x2="254.82" y2="255.89" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="253.61" x2="254.82" y2="253.61" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="251.13" x2="254.82" y2="251.13" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="248.57" x2="254.82" y2="248.57" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="246.51" x2="254.82" y2="246.51" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="244.23" x2="254.82" y2="244.23" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="241.75" x2="254.82" y2="241.75" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="239.19" x2="254.82" y2="239.19" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="237.44" x2="254.82" y2="237.44" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="235.16" x2="254.82" y2="235.16" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="232.68" x2="254.82" y2="232.68" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="230.12" x2="254.82" y2="230.12" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<polygon points="121.57 229.91 58.93 258.55 28.85 320.3 63.27 342.91 41.72 350.84 0.63 319.24 36.45 248.65 117.76 218.13 121.57 229.91" style="fill: #9b9981;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<polygon points="352.48 230.17 415.12 258.82 445.2 320.56 410.78 343.18 432.33 351.11 473.42 319.5 437.6 248.92 356.3 218.4 352.48 230.17" style="fill: #9b9981;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<ellipse cx="379.26" cy="518.51" rx="19.81" ry="1.57" style="fill: #212121"/>
<ellipse cx="286.82" cy="556.46" rx="19.81" ry="1.57" style="fill: #212121"/>
<ellipse cx="192.17" cy="556.46" rx="19.81" ry="1.57" style="fill: #212121"/>
<rect x="86.59" y="366.21" width="11.69" height="108.42" style="fill: #ffd880"/>
<rect x="375.72" y="366.21" width="11.69" height="108.42" style="fill: #ffd880"/>
<ellipse cx="93.93" cy="522.57" rx="19.81" ry="1.57" style="fill: #212121"/>
<path d="M449.22,488.12c20.15-16.66,35.29-.42,35.29-0.42s11.92-1.33,17.56-.89,3.76-9.76,16.39-12,44.45,4.88,44.45,4.88l6.27,18.18s12.54,5.32,13.64,0,10.23-13,10.23-13v-77s-12.36-2.41-19.16,0-32.13-15.64-32.13-15.64-7,11.43-5.3,18c-20.41-13.23-35.73-14.43-51-43.3-5.1,0-4.68.9-6.8-.6s-8.71-2.57-8.71-2.57l-16.47-1,0-.58-4.81.29-4.81-.29,0,0.58-16.47,1s-6.59,1.07-8.71,2.57-1.69.6-6.8,0.6c-15.31,28.87-30.62,30.07-51,43.3,1.7-6.62-5.3-18-5.3-18s-25.32,18-32.13,15.64-19.16,0-19.16,0v77s9.13,7.7,10.23,13,13.64,0,13.64,0l6.27-18.18s31.83-7.1,44.45-4.88,10.74,12.42,16.39,12,17.56,0.89,17.56.89,15.13-16.24,35.29.42h1.09Z" transform="translate(-211.49 -50.09)" style="fill: #afad9a;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M449.54,487.42c19.62-15.65,34.41.28,34.41,0.28s15.81-1,17.56-.89,2.13-.47,3.5-1.78a18.33,18.33,0,0,1,12.89-10.2V408l-29.58-16.39-0.44-19.31-3-5.33-5.18.23-1.62-.83s-5.67-2.39-8.71-2.57l-16.47-1,0-.58-3.83.23-3.83-.23,0,0.58-16.47,1c-3,.18-8.71,2.57-8.71,2.57l-1.62.83-5.18-.23-3,5.33-0.44,19.31L380.31,408v66.82A18.33,18.33,0,0,1,393.2,485c1.36,1.3,1.75,1.85,3.5,1.78s17.56,0.89,17.56.89,14.79-15.93,34.41-.28h0.88Z" transform="translate(-211.49 -50.09)" style="fill: #9b9981;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<rect x="424.77" y="416.46" width="47.8" height="46.06" transform="translate(-202.31 838.08) rotate(-90)" style="fill: #999"/>
<line x1="219.56" y1="407.1" x2="254.82" y2="407.1" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="404.82" x2="254.82" y2="404.82" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="402.34" x2="254.82" y2="402.34" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="399.78" x2="254.82" y2="399.78" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="397.48" x2="254.82" y2="397.48" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="395.21" x2="254.82" y2="395.21" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="392.73" x2="254.82" y2="392.73" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="390.17" x2="254.82" y2="390.17" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="388.1" x2="254.82" y2="388.1" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="385.83" x2="254.82" y2="385.83" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="383.35" x2="254.82" y2="383.35" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="380.79" x2="254.82" y2="380.79" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="379.03" x2="254.82" y2="379.03" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="376.76" x2="254.82" y2="376.76" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="374.28" x2="254.82" y2="374.28" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<line x1="219.56" y1="371.72" x2="254.82" y2="371.72" style="fill: none;stroke: #1c1c1c;stroke-miterlimit: 10"/>
<polygon points="224.24 15.22 249.28 15.22 249.28 35.95 279.5 67.9 279.5 81.71 194.88 81.71 194.88 67.03 224.24 36.81 224.24 15.22" style="fill: #d9f8f9"/>
<rect x="167.31" y="76.9" width="16.16" height="152.51" style="fill: #ffd880"/>
<rect x="293.97" y="76.9" width="16.16" height="152.51" style="fill: #ffd880"/>
<polyline points="183.47 229.41 211.65 200.17 262.35 200.17 292.78 230.6" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="143.55" y1="165.51" x2="167.31" y2="179.43" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="106.41" y1="151.07" x2="167.31" y2="130.39" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="111.57" y1="85.04" x2="167.31" y2="102.36" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="155.77" y1="39.28" x2="167.31" y2="61.29" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="330.17" y1="165.51" x2="310.14" y2="177.25" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="367.32" y1="151.07" x2="310.14" y2="131.65" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="362.16" y1="85.04" x2="310.14" y2="101.21" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="317.95" y1="39.28" x2="306.41" y2="61.29" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<line x1="237.18" y1="437.33" x2="234.91" y2="522.08" style="fill: none;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<ellipse cx="342.55" cy="117.27" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M554,153.5c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C547.49,160.23,550.45,153.5,554,153.5Z" transform="translate(-211.49 -50.09)" style="fill: #fff"/>
<ellipse cx="137.44" cy="117.27" rx="7.93" ry="20.46" style="fill: #d9f8f9;stroke: #c1bfa4;stroke-miterlimit: 10"/>
<path d="M348.92,153.5c3.58,0,6.55,6.74,7.12,15.56,0.06-1,.11-2,0.11-3.06,0-10.28-3.23-18.62-7.22-18.62s-7.22,8.34-7.22,18.62c0,1,0,2.06.11,3.06C342.38,160.23,345.34,153.5,348.92,153.5Z" transform="translate(-211.49 -50.09)" style="fill: #fff"/>
</svg>
</div>
<div class="game-data game-data-speed">
<div class="game-data-stroke"></div>
<p class="game-data-info game-data-info-r"><span class=" units unit-sec-nb reactors">0</span><br> <span class="units-sec">mètres /s.</span></p>
</div>
<div class="game-data game-data-radar">
<div class="game-data-stroke"></div>
<p class="game-data-info game-data-info-r"><span class=" units unit-meters-nb radar units-min">0</span><br> <span class="units-sec units-min-data">Portée du radar</span></p>
</div>
<div class="game-data game-data-armor">
<div class="game-data-stroke"></div>
<p class="game-data-info game-data-info-l"><span class=" units unit-arm armor units-min">Carcasse</span><br> <span class="units-sec units-min-data">État de la carrosserie</span></p>
</div>
<div class="game-data game-data-tank">
<div class="game-data-stroke"></div>
<p class="game-data-info game-data-info-r"><span class=" units unit-per-nb goFull">100% </span><span class="unit-loose-nb units tank"><span class="units">-3</span></span><br>de carburant disponible </p>
</div>
<div class="game-data game-data-temp">
<div class="game-data-stroke"></div>
<p class="game-data-info game-data-info-l"><span class=" units unit-temp-nb solarResist units-min">230</span><br> <span class="units-temp units-min-data">Résistance maximum</span></p>
</div>
<div class="game-data game-data-money">
<div class="game-data-stroke"></div>
<p class="game-data-info game-data-info-l"><span class=" units unit-stars-nb money">0</span> <span class="units unit-stars-nb-max starsContainer"></span><br>poussières d'étoiles</p>
</div>
</div>
<h1 class="game-total-data"><span class="number cantBuy">0</span><br><span class="units-total">mètres parcourus</span></h1>
<h1 class="game-stars-shop"><span class="number">0</span><br><span class="units-total">poussières d'étoiles</span></h1>
<div class="game-bonus">
<div class="game-bonus-item autopilot"><i class="fa fa-power-off" aria-hidden="true"></i>
<div class="game-bonus-item-details"><span>Autopilot</span></div>
</div>
<div class="game-bonus-item hyperboost"><i class="fa fa-fighter-jet" aria-hidden="true"></i>
<div class="game-bonus-item-details"><span>Hyperboost</span></div>
</div>
<div class="game-bonus-item jump"><i class="fa fa-refresh" aria-hidden="true"></i>
<div class="game-bonus-item-details"><span>Jump</span></div>
</div>
</div>
</div>
</div>
<!-- SCRIPTS -->
<!-- build:js assets/scripts/main.js -->
<script src="assets/scripts/chance.js" charset="utf-8"></script>
<script src="assets/scripts/Probability.js" charset="utf-8"></script>
<script src="assets/scripts/main.js" charset="utf-8"></script>
<!-- endbuild -->
</body>
</html>