summaryrefslogtreecommitdiff
path: root/fonts/glacial_tiny/←.svg
blob: 593f409b2e9899fb4b903c191790827beec4152a (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
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
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
<?xml version="1.0" encoding="UTF-8"?>

<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkstitch="http://inkstitch.org/namespace" version="1.1" id="svg451" sodipodi:docname="←.svg" width="32" height="32" viewBox="0 0 32 32" inkscape:version="1.1.2 (b8e25be8, 2022-02-05)">
  <sodipodi:namedview id="namedview453" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" showgrid="true" inkscape:zoom="22.627417" inkscape:cx="11.291611" inkscape:cy="10.960155" inkscape:window-width="1440" inkscape:window-height="800" inkscape:window-x="0" inkscape:window-y="25" inkscape:window-maximized="1" inkscape:current-layer="layer14" inkscape:document-units="px" inkscape:snap-global="false" inkscape:snap-grids="false">
    <sodipodi:guide position="0,-7.9370079" orientation="0,1" inkscape:label="descender" id="guide1505" inkscape:locked="true" inkscape:color="rgb(0,0,255)"/>
    <sodipodi:guide position="0,0" orientation="0,1" inkscape:label="baseline" id="guide1994" inkscape:locked="true" inkscape:color="rgb(0,0,255)"/>
    <sodipodi:guide position="0,24" orientation="0,1" inkscape:label="ascender" id="guide1996" inkscape:locked="true" inkscape:color="rgb(0,0,255)"/>
    <sodipodi:guide position="0,20.787402" orientation="0,1" inkscape:label="caps" id="guide1998" inkscape:locked="true" inkscape:color="rgb(0,0,255)"/>
    <sodipodi:guide position="0,13.984252" orientation="0,1" inkscape:label="xheight" id="guide2000" inkscape:locked="true" inkscape:color="rgb(0,0,255)"/>
    <inkscape:grid type="xygrid" id="grid10774"/>
  </sodipodi:namedview>
  <metadata id="metadata2">
Created by FontForge 20200314 at Fri Feb 11 23:21:47 2022
 By lyoga
Glacial Indifference is a trademark of Alfredo Marco Pradil
<inkstitch:collapse_len_mm/>
</metadata>
  <defs id="defs449">
    <font id="GlacialIndifference-Bold" horiz-adv-x="13">
      <font-face font-family="Glacial Indifference" font-weight="700" font-stretch="normal" units-per-em="32" panose-1="0 0 8 0 0 0 0 0 0 0" ascent="21" descent="-11" x-height="14" cap-height="21" bbox="-3 -8.59808 29 30" underline-thickness="0" underline-position="-2.66667" stemh="6" stemv="6" unicode-range="U+0020-F8FF" id="font-face4"/>
      <missing-glyph id="missing-glyph6"/>
      <glyph glyph-name="exclam" unicode="!" horiz-adv-x="2" d="M2 3c0 2 0 1 2 1s4 1 4 -1s-2 -3 -4 -3s-2 1 -2 3zM3 8l-1 16h5l-1 -16h-3z" id="glyph8"/>
      <glyph glyph-name="quotedbl" unicode="&quot;" horiz-adv-x="8" d="M1 24h3v-10h-2zM6 24h6l-1 -10h-3z" id="glyph10"/>
      <glyph glyph-name="numbersign" unicode="#" d="M12 13h-4l-1 -3h4zM18 13h-4l-1 -3h4v-4h-4l-1 -6h-3l2 6h-5l-1 -6h-2l1 6h-4v4h4v3h-2v3h2v6l4 -1v-5h4v6l2 -1v-5h4v-3z" id="glyph12"/>
      <glyph glyph-name="dollar" unicode="$" d="M12 -3h-4v3c-4 1 -6 3 -6 7h4c0 -3 3 -3 5 -3s3 0 3 2c0 4 -12 1 -12 9c0 4 3 5 6 6v3h4v-3c3 -1 7 -3 7 -7h-6c0 3 -1 4 -3 4s-4 0 -4 -2c0 -4 13 -2 13 -10c0 -4 -3 -5 -7 -6v-3z" id="glyph14"/>
      <glyph glyph-name="percent" unicode="%" horiz-adv-x="17" d="M14 21h4l-9 -21h-5zM4 12c-3 0 -3 4 -3 6s-1 3 3 3s7 -1 7 -3s-3 -6 -7 -6zM4 19c-2 0 0 0 0 -1c0 -2 -1 -4 0 -4c2 0 2 2 2 4c0 1 0 1 -2 1zM18 0c-3 0 -5 2 -5 4s1 7 5 7s3 -5 3 -7s1 -4 -3 -4zM18 7c-2 0 -2 -1 -2 -3s0 -1 2 -1c1 0 1 -1 1 1s1 3 -1 3z" id="glyph16"/>
      <glyph glyph-name="ampersand" unicode="&amp;" horiz-adv-x="17" d="M12 4l-4 6c-2 -1 -4 -2 -4 -4s2 -2 4 -2s3 -1 4 0zM9 18c-1 0 -1 1 -1 0c0 -2 0 -3 1 -4c1 0 3 2 3 4c0 1 -2 0 -3 0zM20 0h-4l-2 2c-2 -2 -3 -2 -6 -2c-4 0 -6 2 -6 6c0 3 0 4 2 6v1c-1 2 0 3 0 5c0 3 2 3 5 3s5 0 5 -3s0 -4 -2 -6l2 -4c1 2 2 2 3 4l2 -4 c-1 -1 0 -2 -1 -4z" id="glyph18"/>
      <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="0" d="M1 24h3v-10h-2z" id="glyph20"/>
      <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="2" d="M4 24h4s-4 -6 -4 -16s4 -14 4 -14h-4s-2 4 -2 14c0 11 2 16 2 16z" id="glyph22"/>
      <glyph glyph-name="parenright" unicode=")" horiz-adv-x="2" d="M2 24h2s4 -5 4 -16c0 -10 -4 -14 -4 -14h-2s2 4 2 14s-2 16 -2 16z" id="glyph24"/>
      <glyph glyph-name="asterisk" unicode="*" d="M3 20l5 -1l-2 5h4l-1 -5l4 1l1 -2h-5l4 -4l-1 -2l-4 5l-3 -5l-2 2l4 4h-5z" id="glyph26"/>
      <glyph glyph-name="plus" unicode="+" horiz-adv-x="8" d="M8 5v-4h-3v4h-5v3h5v6h3v-6h5v-3h-5z" id="glyph28"/>
      <glyph glyph-name="comma" unicode="," horiz-adv-x="2" d="M6 4l-3 -8h-3l2 8h4z" id="glyph30"/>
      <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="8" d="M12 5h-12v3h12v-3z" id="glyph32"/>
      <glyph glyph-name="period" unicode="." horiz-adv-x="2" d="M2 3c0 2 0 1 2 1s4 1 4 -1s-2 -3 -4 -3s-2 1 -2 3z" id="glyph34"/>
      <glyph glyph-name="slash" unicode="/" d="M0 -6l13 30h5l-14 -30h-4z" id="glyph36"/>
      <glyph glyph-name="zero" unicode="0" d="M11 18c-3 0 -5 -3 -5 -6s2 -8 5 -8s3 5 3 8s0 6 -3 6zM11 0c-6 0 -9 8 -9 12s3 9 9 9s8 -5 8 -9s-2 -12 -8 -12z" id="glyph38"/>
      <glyph glyph-name="one" unicode="1" horiz-adv-x="2" d="M8 21v-21h-5v16h-3v3z" id="glyph40"/>
      <glyph glyph-name="two" unicode="2" d="M15 0h-15l8 12c2 1 3 0 3 2s-1 4 -3 4s-4 -2 -4 -4h-3c0 4 3 7 7 7s6 -3 6 -7c0 -3 0 -4 -2 -6l-4 -4h7v-4z" id="glyph42"/>
      <glyph glyph-name="three" unicode="3" d="M0 6h4c1 -2 2 -2 4 -2s4 0 4 2s-2 4 -4 4h-2v3h2c2 0 4 0 4 2s-2 3 -4 3s-3 -1 -3 -3h-3c0 4 2 6 6 6s6 -2 6 -6c0 -2 1 -1 -1 -3c3 -1 3 -4 3 -6c0 -4 -4 -6 -8 -6s-8 2 -8 6z" id="glyph44"/>
      <glyph glyph-name="four" unicode="4" d="M12 8v7l-6 -7h6zM19 4h-4v-4h-3v4h-14l14 17h3v-13h4v-4z" id="glyph46"/>
      <glyph glyph-name="five" unicode="5" d="M8 18v-4c5 1 9 -2 9 -6s-5 -8 -9 -8c-3 0 -5 1 -8 4l4 3c2 -3 2 -3 4 -3s4 1 4 4s-2 4 -4 4c-1 0 -2 0 -4 -1l-1 1l1 9h11v-3h-7z" id="glyph48"/>
      <glyph glyph-name="six" unicode="6" d="M9 12c-2 0 -4 -2 -4 -4s2 -4 4 -4s3 2 3 4s-1 4 -3 4zM9 0c-4 0 -7 4 -7 8c0 2 -1 3 1 5l7 8h5l-4 -7c4 0 7 -2 7 -6s-5 -8 -9 -8z" id="glyph50"/>
      <glyph glyph-name="seven" unicode="7" d="M0 21h18l-12 -21h-5l11 18h-12v3z" id="glyph52"/>
      <glyph glyph-name="eight" unicode="8" d="M9 11c-2 0 -4 -2 -4 -4s2 -3 4 -3s3 1 3 3s-1 4 -3 4zM9 18c-2 0 -3 -1 -3 -3s1 -2 3 -2s3 0 3 2s-1 3 -3 3zM9 0c-4 0 -7 2 -7 6c0 2 0 4 2 6c-1 1 -2 1 -2 3c0 4 3 6 7 6c3 0 6 -2 6 -6c0 -2 0 -2 -1 -3c2 -2 3 -3 3 -5c0 -4 -4 -7 -8 -7z" id="glyph54"/>
      <glyph glyph-name="nine" unicode="9" d="M9 12c2 0 3 0 3 2s-1 4 -3 4s-4 -2 -4 -4s2 -2 4 -2zM9 21c4 0 9 -3 9 -7c0 -2 -2 -3 -4 -5l-6 -9h-5l5 7c-4 1 -6 3 -6 7s3 7 7 7z" id="glyph56"/>
      <glyph glyph-name="colon" unicode=":" horiz-adv-x="2" d="M2 14c0 2 0 3 2 3s4 -1 4 -3s-2 -2 -4 -2s-2 0 -2 2zM2 3c0 2 0 1 2 1s4 1 4 -1s-2 -3 -4 -3s-2 1 -2 3z" id="glyph58"/>
      <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="2" d="M8 4l-4 -8h-2l1 8h5zM2 14c0 2 0 3 2 3s4 -1 4 -3s-2 -2 -4 -2s-2 0 -2 2z" id="glyph60"/>
      <glyph glyph-name="less" unicode="&lt;" d="M14 -2l-12 6v5l12 6v-3l-10 -5l10 -5v-4z" id="glyph62"/>
      <glyph glyph-name="equal" unicode="=" horiz-adv-x="8" d="M12 8h-12v4h12v-4zM12 3h-12v1h12v-1z" id="glyph64"/>
      <glyph glyph-name="greater" unicode="&gt;" d="M14 4l-12 -6v4l10 5l-10 5v3l12 -6v-5z" id="glyph66"/>
      <glyph glyph-name="question" unicode="?" horiz-adv-x="8" d="M4 3c0 2 2 1 4 1s4 1 4 -1s-2 -3 -4 -3s-4 1 -4 3zM11 12v-5h-6v5c0 4 6 4 6 7c0 2 -1 1 -3 1s-4 0 -4 -2h-2c0 4 2 6 6 6c3 0 6 -1 6 -5s-3 -4 -3 -7z" id="glyph68"/>
      <glyph glyph-name="at" unicode="@" d="M11 6c2 0 2 3 0 3s-2 -3 0 -3zM14 12v-8h-2s0 -1 -1 -1c-3 0 -5 2 -5 5s3 6 6 4c0 1 0 1 -2 1c-3 0 -6 -2 -6 -5s4 -5 7 -5h3v-3h-3c-4 0 -9 4 -9 8s4 7 8 7c3 0 4 0 4 -3z" id="glyph70"/>
      <glyph glyph-name="A" unicode="A" horiz-adv-x="17" d="M14 8l-2 8l-4 -8h6zM21 0h-4l-3 4h-7l-3 -4h-4l9 21h4z" id="glyph72"/>
      <glyph glyph-name="B" unicode="B" d="M13 6c0 2 0 3 -2 3h-5v-5h5c2 0 2 0 2 2zM12 15c0 2 -2 3 -4 3h-2v-5h2c2 0 4 0 4 2zM18 6c0 -4 -2 -6 -6 -6h-10v21h7c4 0 6 -1 6 -4s0 -4 -2 -5c3 -1 5 -3 5 -6z" id="glyph74"/>
      <glyph glyph-name="C" unicode="C" horiz-adv-x="17" d="M18 8h5c-2 -4 -7 -8 -11 -8c-6 0 -10 6 -10 12s4 9 10 9c4 0 9 -3 11 -7h-5c-2 2 -4 4 -6 4c-4 0 -6 -2 -6 -6s2 -8 6 -8c2 0 4 2 6 4z" id="glyph76"/>
      <glyph glyph-name="D" unicode="D" d="M6 4h2c4 0 6 5 6 8c0 4 -2 6 -6 6h-2v-14zM2 21h6c6 0 11 -3 11 -9s-5 -12 -11 -12h-6v21z" id="glyph78"/>
      <glyph glyph-name="E" unicode="E" d="M14 4v-4h-12v21h12v-3h-8v-5h8v-5h-8v-4h8z" id="glyph80"/>
      <glyph glyph-name="F" unicode="F" d="M14 8h-8v-8h-4v21h12v-3h-8v-5h8v-5z" id="glyph82"/>
      <glyph glyph-name="G" unicode="G" horiz-adv-x="17" d="M13 18c-4 0 -7 -2 -7 -6s3 -8 7 -8c2 0 4 1 6 4h-6v4h11v0c0 -6 -5 -12 -11 -12s-11 6 -11 12s5 9 11 9c4 0 9 -3 11 -7h-6c-1 2 -3 4 -5 4z" id="glyph84"/>
      <glyph glyph-name="H" unicode="H" d="M14 21h5v-21h-5v8h-8v-8h-4v21h4v-8h8v8z" id="glyph86"/>
      <glyph glyph-name="I" unicode="I" horiz-adv-x="2" d="M6 0h-4v21h4v-21z" id="glyph88"/>
      <glyph glyph-name="J" unicode="J" horiz-adv-x="8" d="M4 4c4 0 4 2 4 4v13h4v-13c0 -6 -4 -8 -8 -8h-3v5v0c1 -2 1 -1 3 -1z" id="glyph90"/>
      <glyph glyph-name="K" unicode="K" d="M6 10v-10h-4v21h4v-9l7 9h7l-8 -9l8 -12h-7z" id="glyph92"/>
      <glyph glyph-name="L" unicode="L" horiz-adv-x="8" d="M2 0v21h4v-17h8v-4h-12z" id="glyph94"/>
      <glyph glyph-name="M" unicode="M" horiz-adv-x="24" d="M29 0h-5l-4 14l-2 -14h-6l-4 14l-4 -14h-4l4 21h7l3 -15l5 15h6z" id="glyph96"/>
      <glyph glyph-name="N" unicode="N" d="M19 0h-5l-8 13v-13h-4v21h4l8 -13v13h5v-21z" id="glyph98"/>
      <glyph glyph-name="O" unicode="O" horiz-adv-x="17" d="M19 12c0 4 -4 6 -7 6s-6 -2 -6 -6c0 -3 3 -8 6 -8s7 5 7 8zM24 12c0 -6 -7 -12 -12 -12c-6 0 -10 6 -10 12s4 9 10 9c5 0 12 -3 12 -9z" id="glyph100"/>
      <glyph glyph-name="P" unicode="P" d="M6 8v-8h-4v21h2h2h5c3 0 6 -3 6 -7s-3 -6 -6 -6h-5zM9 18h-3v-6h3c2 0 3 -1 3 2c0 2 -1 4 -3 4z" id="glyph102"/>
      <glyph glyph-name="Q" unicode="Q" horiz-adv-x="17" d="M19 12c0 4 -4 6 -7 6s-6 -2 -6 -6c0 -3 3 -8 6 -8s7 5 7 8zM20 3l1 1h4v-4h-11h-2c-6 0 -10 6 -10 12s4 9 10 9c5 0 12 -3 12 -9c0 -3 -1 -7 -4 -9z" id="glyph104"/>
      <glyph glyph-name="R" unicode="R" d="M6 8v-8h-4v21h2h2h5c3 0 6 -3 6 -7s-2 -5 -5 -6l6 -8h-6l-6 8v0zM9 18h-3v-6h3c2 0 3 -1 3 2c0 2 -1 4 -3 4z" id="glyph106"/>
      <glyph glyph-name="S" unicode="S" d="M11 4c2 0 3 0 3 2c0 4 -12 1 -12 9c0 4 5 6 9 6s7 -3 8 -7h-5c-1 3 0 4 -3 4c-2 0 -5 0 -5 -2c0 -4 13 -2 13 -10c0 -4 -4 -7 -8 -7s-9 4 -9 8h3c0 -3 4 -3 6 -3z" id="glyph108"/>
      <glyph glyph-name="T" unicode="T" d="M12 18v-18h-6v18h-6v3h18v-3h-6z" id="glyph110"/>
      <glyph glyph-name="U" unicode="U" d="M14 21h5v-13c0 -5 -2 -8 -7 -8s-10 3 -10 8v13h4v-12c0 -3 3 -5 6 -5s2 2 2 5v12z" id="glyph112"/>
      <glyph glyph-name="V" unicode="V" horiz-adv-x="17" d="M21 21l-8 -21h-4l-9 21h4l7 -11l1 -4v4l5 11h4z" id="glyph114"/>
      <glyph glyph-name="W" unicode="W" horiz-adv-x="24" d="M29 21l-4 -21h-6l-5 15l-3 -15h-7l-4 21h4l4 -15l4 15h6l2 -15l4 15h5z" id="glyph116"/>
      <glyph glyph-name="X" unicode="X" horiz-adv-x="17" d="M20 0h-5l-3 8l-6 -8h-6l8 12l-8 9h6l6 -7l3 7h5l-6 -9z" id="glyph118"/>
      <glyph glyph-name="Y" unicode="Y" horiz-adv-x="17" d="M8 0v12l-8 9h6l6 -7l3 7h5l-7 -9v-12h-5z" id="glyph120"/>
      <glyph glyph-name="Z" unicode="Z" d="M18 4v-4h-17l9 18h-8v3h16l-10 -17h10z" id="glyph122"/>
      <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="2" d="M6 -4h4v-3h-8v31h8v-4h-4v-24z" id="glyph124"/>
      <glyph glyph-name="backslash" unicode="\" d="M0 24h4l14 -30h-5z" id="glyph126"/>
      <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="2" d="M2 -7v3h2v24h-2v4h6v-31h-6z" id="glyph128"/>
      <glyph glyph-name="asciicircum" unicode="^" d="M18 11h-5l-4 8l-5 -8h-4l6 10h6z" id="glyph130"/>
      <glyph glyph-name="underscore" unicode="_" d="M18 -4h-18v2h18v-2z" id="glyph132"/>
      <glyph glyph-name="grave" unicode="`" horiz-adv-x="2" d="M2 30h2l5 -6h-4z" id="glyph134"/>
      <glyph glyph-name="a" unicode="a" d="M13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-14h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph136"/>
      <glyph glyph-name="b" unicode="b" d="M6 7c0 -2 3 -3 5 -3s2 1 2 3s0 5 -2 5s-5 -3 -5 -5zM6 0h-4v24h4v-11c2 2 4 1 6 1c4 0 7 -3 7 -7s-3 -7 -7 -7c-2 0 -4 0 -6 2v-2z" id="glyph138"/>
      <glyph glyph-name="c" unicode="c" d="M9 12c-3 0 -3 -3 -3 -5s0 -4 3 -4c2 0 3 -1 3 1h5c-1 -3 -4 -4 -8 -4s-7 3 -7 7s3 7 7 7s8 -3 8 -6h-5c0 2 -1 4 -3 4z" id="glyph140"/>
      <glyph glyph-name="d" unicode="d" d="M13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 24v-24h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v11h5z" id="glyph142"/>
      <glyph glyph-name="e" unicode="e" d="M6 8h7s-1 4 -4 4s-3 -4 -3 -4zM18 8v-2h-12c0 -2 1 -3 3 -3s3 0 3 1h6c-2 -4 -5 -4 -9 -4s-7 3 -7 7s3 7 7 7s9 -2 9 -6z" id="glyph144"/>
      <glyph glyph-name="f" unicode="f" horiz-adv-x="8" d="M8 24h4v-4h-3c-2 0 -1 0 -1 -2v-4h4v-2h-4v-12h-5v12h-1v2h1v5c0 4 2 5 5 5z" id="glyph146"/>
      <glyph glyph-name="g" unicode="g" d="M10 4c2 0 3 1 3 3s-1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3zM13 13v1h5v-14c0 -4 -4 -8 -8 -8s-8 2 -8 6h4c0 -2 1 -2 3 -2c3 0 4 1 4 3v3c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1z" id="glyph148"/>
      <glyph glyph-name="h" unicode="h" d="M17 8v-8h-5v8c0 2 -1 4 -3 4s-3 -3 -3 -5v-7h-4v24h4v-11c2 2 4 1 6 1c4 0 5 -2 5 -6z" id="glyph150"/>
      <glyph glyph-name="i" unicode="i" horiz-adv-x="2" d="M2 19c0 2 0 2 2 2s4 0 4 -2s-2 -3 -4 -3s-2 1 -2 3zM7 0h-5v14h5v-14z" id="glyph152"/>
      <glyph glyph-name="j" unicode="j" horiz-adv-x="2" d="M-1 -8v5s1 -1 2 -1c2 0 1 0 1 2v16h5v-16c0 -3 -1 -6 -5 -6h-3zM2 19c0 2 0 2 2 2s4 0 4 -2s-2 -3 -4 -3s-2 1 -2 3z" id="glyph154"/>
      <glyph glyph-name="k" unicode="k" d="M6 6v-6h-4v24h4v-16l6 6h6l-6 -6l6 -8h-6z" id="glyph156"/>
      <glyph glyph-name="l" unicode="l" horiz-adv-x="2" d="M6 0h-4v24h4v-24z" id="glyph158"/>
      <glyph glyph-name="m" unicode="m" horiz-adv-x="24" d="M17 7v-7h-5v8c0 2 -1 4 -3 4s-3 -3 -3 -5v-7h-4v14h4v-1c2 2 4 1 6 1s1 0 2 -2c2 2 3 2 6 2s6 -2 6 -6v-8h-6v8c0 2 1 4 -1 4s-2 -3 -2 -5z" id="glyph160"/>
      <glyph glyph-name="n" unicode="n" d="M17 8v-8h-5v8c0 2 -1 4 -3 4s-3 -3 -3 -5v-7h-4v14h4v-1c2 2 4 1 6 1c4 0 5 -2 5 -6z" id="glyph162"/>
      <glyph glyph-name="o" unicode="o" d="M9 3c3 0 4 2 4 4s-1 5 -4 5s-4 -3 -4 -5s1 -4 4 -4zM9 14c4 0 9 -3 9 -7s-5 -7 -9 -7s-7 3 -7 7s3 7 7 7z" id="glyph164"/>
      <glyph glyph-name="p" unicode="p" d="M6 7c0 -2 3 -3 5 -3s2 1 2 3s0 5 -2 5s-5 -3 -5 -5zM6 -8h-4v22h4v-1c2 2 4 1 6 1c4 0 7 -3 7 -7s-3 -7 -7 -7c-2 0 -4 0 -6 2v-10z" id="glyph166"/>
      <glyph glyph-name="q" unicode="q" d="M13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-22h-5v10c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph168"/>
      <glyph glyph-name="r" unicode="r" horiz-adv-x="8" d="M11 12c-2 0 -5 -3 -5 -5v-7h-4v14h4v-1c1 1 4 1 6 1v0v-3v0c0 1 0 1 -1 1z" id="glyph170"/>
      <glyph glyph-name="s" unicode="s" d="M14 11h-3c0 2 -1 1 -3 1s-2 1 -2 -1s8 -2 8 -7c0 -3 -2 -4 -6 -4s-6 0 -7 4h3c0 -3 3 -1 4 -1c2 0 3 0 3 1c0 3 -9 3 -9 7c0 3 2 3 6 3s6 0 6 -3z" id="glyph172"/>
      <glyph glyph-name="t" unicode="t" horiz-adv-x="8" d="M8 12v-12h-5v12h-2v2h2v5h5v-5h4v-2h-4z" id="glyph174"/>
      <glyph glyph-name="u" unicode="u" d="M2 6v8h4v-8c0 -2 0 -2 2 -2s4 1 4 3v7h4v-14h-4v2c-2 -2 -3 -2 -5 -2c-4 0 -5 2 -5 6z" id="glyph176"/>
      <glyph glyph-name="v" unicode="v" horiz-adv-x="8" d="M16 14l-4 -14h-8l-4 14h4l4 -10l4 10h4z" id="glyph178"/>
      <glyph glyph-name="w" unicode="w" horiz-adv-x="17" d="M26 14l-6 -14h-5l-2 9l-2 -9h-7l-5 14h5l4 -10l4 10h2l4 -10l2 10h6z" id="glyph180"/>
      <glyph glyph-name="x" unicode="x" d="M0 14h4l4 -3l4 3h5l-5 -7l6 -7h-6l-4 4l-4 -4h-5l5 7z" id="glyph182"/>
      <glyph glyph-name="y" unicode="y" horiz-adv-x="8" d="M8 -8h-5l2 8h-1l-4 14h4l4 -10l4 10h4l-4 -14z" id="glyph184"/>
      <glyph glyph-name="z" unicode="z" horiz-adv-x="8" d="M14 4v-4h-14l8 12h-6v2h12l-6 -10h6z" id="glyph186"/>
      <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="8" d="M7 -7c-3 0 -4 2 -4 5v6c0 2 0 2 -1 2v6c2 0 1 -1 1 1v6c0 3 1 5 4 5h4v-5c-2 0 -3 1 -3 -1v-6c0 -2 -1 -2 -2 -4c1 -1 2 -2 2 -4v-6v-1v0h3v-4h-2h-2z" id="glyph188"/>
      <glyph glyph-name="bar" unicode="|" horiz-adv-x="2" d="M6 -7h-4v31h4v-31z" id="glyph190"/>
      <glyph glyph-name="braceright" unicode="}" horiz-adv-x="8" d="M4 -7h-2v4h1v0c0 1 1 1 1 1v6c0 2 -1 3 1 4c-2 2 -1 2 -1 4v6c0 2 0 1 -2 1v5h2c3 0 4 -2 4 -5v-6c0 -2 1 -1 3 -1v-6c-1 0 -3 0 -3 -2v-6c0 -3 -1 -5 -4 -5z" id="glyph192"/>
      <glyph glyph-name="asciitilde" unicode="~" d="M14 18c-3 0 -5 2 -8 2c-1 0 -2 0 -2 -2l-2 1c2 2 3 5 5 5c3 0 4 -3 7 -3c1 0 3 2 3 3l2 -1c-1 -2 -3 -5 -5 -5z" id="glyph194"/>
      <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="17" d="M4 30h5l4 -6h-4zM14 8l-2 8l-4 -8h6zM21 0h-4l-3 4h-7l-3 -4h-4l9 21h4z" id="glyph196"/>
      <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="17" d="M18 30l-5 -6h-4l4 6h5zM14 8l-2 8l-4 -8h6zM21 0h-4l-3 4h-7l-3 -4h-4l9 21h4z" id="glyph198"/>
      <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="17" d="M13 30l5 -6h-5l-1 5l-4 -5h-4l5 6h4zM14 8l-2 8l-4 -8h6zM21 0h-4l-3 4h-7l-3 -4h-4l9 21h4z" id="glyph200"/>
      <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="17" d="M14 28h4c0 -3 -2 -5 -5 -5c-2 0 -2 2 -4 2s-1 0 -1 -1h-4c0 2 1 4 4 4s3 -1 5 -1c1 0 1 -1 1 1zM14 8l-2 8l-4 -8h6zM21 0h-4l-3 4h-7l-3 -4h-4l9 21h4z" id="glyph202"/>
      <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="17" d="M13 28c0 2 -1 2 1 2s4 0 4 -2s-2 -4 -4 -4s-1 2 -1 4zM4 28c0 2 0 2 2 2s4 0 4 -2s-2 -4 -4 -4s-2 2 -2 4zM14 8l-2 8l-4 -8h6zM21 0h-4l-3 4h-7l-3 -4h-4l9 21h4z" id="glyph204"/>
      <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="17" d="M12 29c3 0 3 -2 3 -4s0 -4 -2 -5l8 -20h-4l-3 4h-7l-3 -4h-4l9 20c-2 1 -3 3 -3 5s3 4 6 4zM12 23c2 0 1 0 1 2c0 1 1 3 -1 3s-3 -2 -3 -3c0 -2 1 -2 3 -2zM14 8l-2 8l-4 -8h6z" id="glyph206"/>
      <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="17" d="M23 4v-4h-11v0v4h-5l-3 -4h-4l9 21h14v-3h-9v-5h9v-5h-9v-4h9zM12 18l-4 -10h4v10z" id="glyph208"/>
      <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="17" d="M18 8h5c-2 -4 -6 -8 -10 -8l-1 -2h1c2 -1 2 -2 1 -4c-2 -3 -4 -3 -6 -2v0v4h1l2 -2c3 0 3 1 1 2h-2h-1l3 4c-5 1 -10 7 -10 12c0 6 4 9 10 9c4 0 9 -3 11 -7h-5c-2 2 -4 4 -6 4c-4 0 -6 -2 -6 -6s2 -8 6 -8c2 0 4 2 6 4z" id="glyph210"/>
      <glyph glyph-name="Egrave" unicode="È" d="M3 30h5l4 -6h-4zM14 4v-4h-12v21h12v-3h-8v-5h8v-5h-8v-4h8z" id="glyph212"/>
      <glyph glyph-name="Eacute" unicode="É" d="M14 30l-3 -6h-5l6 6h2zM14 4v-4h-12v21h12v-3h-8v-5h8v-5h-8v-4h8z" id="glyph214"/>
      <glyph glyph-name="Ecircumflex" unicode="Ê" d="M11 30l3 -6h-2l-4 5l-3 -5h-3l4 6h5zM14 4v-4h-12v21h12v-3h-8v-5h8v-5h-8v-4h8z" id="glyph216"/>
      <glyph glyph-name="Edieresis" unicode="Ë" d="M10 28c0 2 1 2 3 2s2 0 2 -2s0 -4 -2 -4s-3 2 -3 4zM2 28c0 2 0 2 2 2s3 0 3 -2s-1 -4 -3 -4s-2 2 -2 4zM14 4v-4h-12v21h12v-3h-8v-5h8v-5h-8v-4h8z" id="glyph218"/>
      <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="2" d="M-2 30h4l4 -6h-3zM6 0h-4v21h4v-21z" id="glyph220"/>
      <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="2" d="M12 30l-6 -6h-3l3 6h6zM6 0h-4v21h4v-21z" id="glyph222"/>
      <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="2" d="M6 30l5 -6h-5l-2 5l-2 -5h-4l5 6h3zM6 0h-4v21h4v-21z" id="glyph224"/>
      <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="2" d="M5 28c0 2 1 2 3 2s4 0 4 -2s-2 -4 -4 -4s-3 2 -3 4zM-3 28c0 2 1 2 3 2s3 0 3 -2s-1 -4 -3 -4s-3 2 -3 4zM6 0h-4v21h4v-21z" id="glyph226"/>
      <glyph glyph-name="Eth" unicode="Ð" d="M2 21h6c6 0 11 -3 11 -9s-5 -12 -11 -12h-6v9h-2v3h2v9zM6 4h2c4 0 6 5 6 8c0 4 -2 6 -6 6h-2v-6h6v-3h-6v-5z" id="glyph228"/>
      <glyph glyph-name="Ntilde" unicode="Ñ" d="M14 28h4c0 -3 -2 -5 -5 -5c-2 0 -2 2 -4 2s-1 0 -1 -1h-4c0 2 1 4 4 4s3 -1 5 -1c1 0 1 -1 1 1zM19 0h-5l-8 13v-13h-4v21h4l8 -13v13h5v-21z" id="glyph230"/>
      <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="17" d="M6 30h5l3 -6h-2zM19 12c0 4 -4 6 -7 6s-6 -2 -6 -6c0 -3 3 -8 6 -8s7 5 7 8zM24 12c0 -6 -7 -12 -12 -12c-6 0 -10 6 -10 12s4 9 10 9c5 0 12 -3 12 -9z" id="glyph232"/>
      <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="17" d="M18 30l-4 -6h-3l3 6h4zM19 12c0 4 -4 6 -7 6s-6 -2 -6 -6c0 -3 3 -8 6 -8s7 5 7 8zM24 12c0 -6 -7 -12 -12 -12c-6 0 -10 6 -10 12s4 9 10 9c5 0 12 -3 12 -9z" id="glyph234"/>
      <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="17" d="M14 30l4 -6h-4l-2 5l-1 -5h-5l6 6h2zM19 12c0 4 -4 6 -7 6s-6 -2 -6 -6c0 -3 3 -8 6 -8s7 5 7 8zM24 12c0 -6 -7 -12 -12 -12c-6 0 -10 6 -10 12s4 9 10 9c5 0 12 -3 12 -9z" id="glyph236"/>
      <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="17" d="M15 28h4c0 -3 -2 -5 -5 -5s-1 2 -3 2c-1 0 -3 0 -3 -1h-2c0 2 2 4 5 4s1 -1 3 -1c1 0 1 -1 1 1zM19 12c0 4 -4 6 -7 6s-6 -2 -6 -6c0 -3 3 -8 6 -8s7 5 7 8zM24 12c0 -6 -7 -12 -12 -12c-6 0 -10 6 -10 12s4 9 10 9c5 0 12 -3 12 -9z" id="glyph238"/>
      <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="17" d="M14 28c0 2 1 2 3 2s2 0 2 -2s0 -4 -2 -4s-3 2 -3 4zM4 28c0 2 2 2 4 2s4 0 4 -2s-2 -4 -4 -4s-4 2 -4 4zM19 12c0 4 -4 6 -7 6s-6 -2 -6 -6c0 -3 3 -8 6 -8s7 5 7 8zM24 12c0 -6 -7 -12 -12 -12c-6 0 -10 6 -10 12s4 9 10 9c5 0 12 -3 12 -9z" id="glyph240"/>
      <glyph glyph-name="multiply" unicode="×" horiz-adv-x="8" d="M4 7l-2 5l1 1l4 -4l5 4l1 -1l-4 -5l4 -4l-1 -1l-5 2l-4 -2l-1 1z" id="glyph242"/>
      <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="17" d="M3 0l-1 2l2 2c-2 2 -2 5 -2 8c0 6 4 9 10 9c3 0 5 0 7 -2l2 2l3 -1l-4 -2c2 -2 4 -3 4 -6c0 -6 -7 -12 -12 -12c-3 0 -6 0 -8 2zM7 8l8 9c-2 1 -1 1 -3 1c-3 0 -6 -2 -6 -6c0 -2 0 -3 1 -4zM8 5c2 -1 2 -1 4 -1c3 0 7 5 7 8c0 2 0 0 -1 2z" id="glyph244"/>
      <glyph glyph-name="Ugrave" unicode="Ù" d="M4 30h4l4 -6h-4zM14 21h5v-13c0 -5 -2 -8 -7 -8s-10 3 -10 8v13h4v-12c0 -3 3 -5 6 -5s2 2 2 5v12z" id="glyph246"/>
      <glyph glyph-name="Uacute" unicode="Ú" d="M16 30l-4 -6h-4l4 6h4zM14 21h5v-13c0 -5 -2 -8 -7 -8s-10 3 -10 8v13h4v-12c0 -3 3 -5 6 -5s2 2 2 5v12z" id="glyph248"/>
      <glyph glyph-name="Ucircumflex" unicode="Û" d="M12 30l5 -6h-4l-2 5l-3 -5h-4l4 6h4zM14 21h5v-13c0 -5 -2 -8 -7 -8s-10 3 -10 8v13h4v-12c0 -3 3 -5 6 -5s2 2 2 5v12z" id="glyph250"/>
      <glyph glyph-name="Udieresis" unicode="Ü" d="M12 28c0 2 0 2 2 2s4 0 4 -2s-2 -4 -4 -4s-2 2 -2 4zM4 28c0 2 0 2 2 2s3 0 3 -2s-1 -4 -3 -4s-2 2 -2 4zM14 21h5v-13c0 -5 -2 -8 -7 -8s-10 3 -10 8v13h4v-12c0 -3 3 -5 6 -5s2 2 2 5v12z" id="glyph252"/>
      <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="17" d="M18 30l-5 -6h-4l4 6h5zM8 0v12l-8 9h6l6 -7l3 7h5l-7 -9v-12h-5z" id="glyph254"/>
      <glyph glyph-name="Thorn" unicode="Þ" d="M6 19h5c3 0 6 -2 6 -6s-3 -9 -6 -9h-5v-4h-4v24h4v-5zM6 15v-6h3c2 0 3 2 3 4s-1 2 -3 2h-3z" id="glyph256"/>
      <glyph glyph-name="germandbls" unicode="ß" d="M8 9v4v0c2 0 4 0 4 2s-2 3 -4 3s-2 -1 -2 -2v-16h-4v14c0 4 3 7 7 7s6 -1 6 -4s0 -4 -2 -5c3 -1 5 -3 5 -6c0 -4 -2 -6 -6 -6h-4v4h3c2 0 2 0 2 2s0 3 -2 3h-3z" id="glyph258"/>
      <glyph glyph-name="agrave" unicode="à" d="M3 22h3l6 -4h-6zM13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-14h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph260"/>
      <glyph glyph-name="aacute" unicode="á" d="M14 22l-3 -4h-5l5 4h3zM13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-14h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph262"/>
      <glyph glyph-name="acircumflex" unicode="â" d="M12 24l2 -6h-2l-3 3l-3 -3h-3l5 6h4zM13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-14h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph264"/>
      <glyph glyph-name="atilde" unicode="ã" d="M12 20h2c0 -3 1 -3 -2 -3c-2 0 -4 1 -6 1c-1 0 -2 1 -2 0h-1c0 2 0 2 3 2h6c1 0 0 -2 0 0zM13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-14h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph266"/>
      <glyph glyph-name="adieresis" unicode="ä" d="M10 19c0 2 1 2 3 2s2 0 2 -2s0 -3 -2 -3s-3 1 -3 3zM2 19c0 2 0 2 2 2s3 0 3 -2s-1 -3 -3 -3s-2 1 -2 3zM13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-14h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph268"/>
      <glyph glyph-name="aring" unicode="å" d="M9 18c2 0 3 1 3 2c0 2 -1 1 -3 1s-2 1 -2 -1c0 -1 0 -2 2 -2zM9 24c2 0 4 -1 4 -4s-2 -4 -4 -4c-3 0 -5 1 -5 4s2 4 5 4zM13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM18 14v-14h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v1h5z" id="glyph270"/>
      <glyph glyph-name="ae" unicode="æ" horiz-adv-x="24" d="M12 6h-4c-1 0 -2 -1 -2 -2c0 -2 0 -1 2 -1s3 0 4 1v2v0zM5 11l-3 1c2 2 3 2 6 2s4 1 6 -1c2 2 4 1 6 1c4 0 8 -2 8 -6v-2h-11c0 -2 0 -3 2 -3s3 0 3 1h6c-2 -4 -4 -4 -8 -4c-3 0 -5 0 -7 2c-2 -2 -3 -2 -7 -2c-3 0 -4 1 -4 4c0 2 0 4 2 5h8v0c0 2 -2 3 -4 3 c-1 0 -2 0 -3 -1zM17 8h6s0 4 -3 4s-3 -4 -3 -4z" id="glyph272"/>
      <glyph glyph-name="ccedilla" unicode="ç" d="M9 12c-3 0 -3 -3 -3 -5s0 -4 3 -4c2 0 3 -1 3 1h5c0 -3 -3 -4 -7 -4l-2 -2h3c2 -1 2 -2 1 -4c-2 -3 -6 -3 -8 -2v0v4h1l2 -2c3 0 3 1 1 2h-2h-1l3 4c-4 1 -6 4 -6 7c0 4 3 7 7 7s8 -3 8 -6h-5c0 2 -1 4 -3 4z" id="glyph274"/>
      <glyph glyph-name="egrave" unicode="è" d="M4 22h4l4 -4h-4zM6 8h7s-1 4 -4 4s-3 -4 -3 -4zM18 8v-2h-12c0 -2 1 -3 3 -3s3 0 3 1h6c-2 -4 -5 -4 -9 -4s-7 3 -7 7s3 7 7 7s9 -2 9 -6z" id="glyph276"/>
      <glyph glyph-name="eacute" unicode="é" d="M15 22l-3 -4h-4l4 4h3zM6 8h7s-1 4 -4 4s-3 -4 -3 -4zM18 8v-2h-12c0 -2 1 -3 3 -3s3 0 3 1h6c-2 -4 -5 -4 -9 -4s-7 3 -7 7s3 7 7 7s9 -2 9 -6z" id="glyph278"/>
      <glyph glyph-name="ecircumflex" unicode="ê" d="M12 24l3 -6h-3l-2 3l-3 -3h-3l4 6h4zM6 8h7s-1 4 -4 4s-3 -4 -3 -4zM18 8v-2h-12c0 -2 1 -3 3 -3s3 0 3 1h6c-2 -4 -5 -4 -9 -4s-7 3 -7 7s3 7 7 7s9 -2 9 -6z" id="glyph280"/>
      <glyph glyph-name="edieresis" unicode="ë" d="M12 19c0 2 -1 2 1 2s3 0 3 -2s-1 -3 -3 -3s-1 1 -1 3zM2 19c0 2 0 2 2 2s4 0 4 -2s-2 -3 -4 -3s-2 1 -2 3zM6 8h7s-1 4 -4 4s-3 -4 -3 -4zM18 8v-2h-12c0 -2 1 -3 3 -3s3 0 3 1h6c-2 -4 -5 -4 -9 -4s-7 3 -7 7s3 7 7 7s9 -2 9 -6z" id="glyph282"/>
      <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="2" d="M-2 22h5l3 -4h-3zM7 0h-5v14h5v-14z" id="glyph284"/>
      <glyph glyph-name="iacute" unicode="í" horiz-adv-x="2" d="M12 22l-6 -4h-3l3 4h6zM7 0h-5v14h5v-14z" id="glyph286"/>
      <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="2" d="M6 24l6 -6h-5l-3 3l-2 -3h-4l5 6h3zM7 0h-5v14h5v-14z" id="glyph288"/>
      <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="2" d="M5 19c0 2 1 2 3 2s4 0 4 -2s-2 -3 -4 -3s-3 1 -3 3zM-3 19c0 2 1 2 3 2s3 0 3 -2s-1 -3 -3 -3s-3 1 -3 3zM7 0h-5v14h5v-14z" id="glyph290"/>
      <glyph glyph-name="eth" unicode="ð" d="M13 7c0 2 -1 5 -3 5s-4 -3 -4 -5s2 -3 4 -3s3 1 3 3zM13 17h-5v2h5v5h5v-5h2v-2h-2v-17h-5v2c-2 -2 -3 -2 -5 -2c-4 0 -6 3 -6 7s2 7 6 7c2 0 3 1 5 -1v4z" id="glyph292"/>
      <glyph glyph-name="ntilde" unicode="ñ" d="M14 20h3c0 -3 -1 -3 -4 -3c-2 0 -3 1 -5 1c-1 0 -1 1 -1 0h-3c0 2 1 2 4 2h5c1 0 1 -2 1 0zM17 8v-8h-5v8c0 2 -1 4 -3 4s-3 -3 -3 -5v-7h-4v14h4v-1c2 2 4 1 6 1c4 0 5 -2 5 -6z" id="glyph294"/>
      <glyph glyph-name="ograve" unicode="ò" d="M3 22h5l4 -4h-4zM9 3c3 0 4 2 4 4s-1 5 -4 5s-4 -3 -4 -5s1 -4 4 -4zM9 14c4 0 9 -3 9 -7s-5 -7 -9 -7s-7 3 -7 7s3 7 7 7z" id="glyph296"/>
      <glyph glyph-name="oacute" unicode="ó" d="M14 22l-2 -4h-4l4 4h2zM9 3c3 0 4 2 4 4s-1 5 -4 5s-4 -3 -4 -5s1 -4 4 -4zM9 14c4 0 9 -3 9 -7s-5 -7 -9 -7s-7 3 -7 7s3 7 7 7z" id="glyph298"/>
      <glyph glyph-name="ocircumflex" unicode="ô" d="M12 24l2 -6h-2l-3 3l-3 -3h-3l5 6h4zM9 3c3 0 4 2 4 4s-1 5 -4 5s-4 -3 -4 -5s1 -4 4 -4zM9 14c4 0 9 -3 9 -7s-5 -7 -9 -7s-7 3 -7 7s3 7 7 7z" id="glyph300"/>
      <glyph glyph-name="otilde" unicode="õ" d="M13 20h2c0 -3 0 -3 -3 -3s-3 1 -5 1c-1 0 -2 1 -2 0h-2c0 2 0 2 3 2h6c1 0 1 -2 1 0zM9 3c3 0 4 2 4 4s-1 5 -4 5s-4 -3 -4 -5s1 -4 4 -4zM9 14c4 0 9 -3 9 -7s-5 -7 -9 -7s-7 3 -7 7s3 7 7 7z" id="glyph302"/>
      <glyph glyph-name="odieresis" unicode="ö" d="M12 19c0 2 -1 2 1 2s3 0 3 -2s-1 -3 -3 -3s-1 1 -1 3zM2 19c0 2 0 2 2 2s4 0 4 -2s-2 -3 -4 -3s-2 1 -2 3zM9 3c3 0 4 2 4 4s-1 5 -4 5s-4 -3 -4 -5s1 -4 4 -4zM9 14c4 0 9 -3 9 -7s-5 -7 -9 -7s-7 3 -7 7s3 7 7 7z" id="glyph304"/>
      <glyph glyph-name="oslash" unicode="ø" d="M2 -2v2l1 2c-2 2 -1 3 -1 5c0 4 3 7 7 7c2 0 3 1 5 -1l3 1h1l-3 -2c2 -2 3 -3 3 -5c0 -4 -5 -7 -9 -7c-2 0 -3 0 -5 2zM9 3c3 0 4 2 4 4c0 1 -1 0 -1 1l-4 -4c1 0 -1 -1 1 -1zM6 4l6 7c-1 0 -2 1 -3 1c-3 0 -4 -3 -4 -5c0 -1 1 -2 1 -3z" id="glyph306"/>
      <glyph glyph-name="ugrave" unicode="ù" d="M3 22h4l5 -4h-5zM2 6v8h4v-8c0 -2 0 -2 2 -2s4 1 4 3v7h4v-14h-4v2c-2 -2 -3 -2 -5 -2c-4 0 -5 2 -5 6z" id="glyph308"/>
      <glyph glyph-name="uacute" unicode="ú" d="M14 22l-2 -4h-5l5 4h2zM2 6v8h4v-8c0 -2 0 -2 2 -2s4 1 4 3v7h4v-14h-4v2c-2 -2 -3 -2 -5 -2c-4 0 -5 2 -5 6z" id="glyph310"/>
      <glyph glyph-name="ucircumflex" unicode="û" d="M12 24l2 -6h-2l-3 3l-3 -3h-3l4 6h5zM2 6v8h4v-8c0 -2 0 -2 2 -2s4 1 4 3v7h4v-14h-4v2c-2 -2 -3 -2 -5 -2c-4 0 -5 2 -5 6z" id="glyph312"/>
      <glyph glyph-name="udieresis" unicode="ü" d="M11 19c0 2 0 2 2 2s3 0 3 -2s-1 -3 -3 -3s-2 1 -2 3zM2 19c0 2 0 2 2 2s4 0 4 -2s-2 -3 -4 -3s-2 1 -2 3zM2 6v8h4v-8c0 -2 0 -2 2 -2s4 1 4 3v7h4v-14h-4v2c-2 -2 -3 -2 -5 -2c-4 0 -5 2 -5 6z" id="glyph314"/>
      <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="8" d="M14 22l-4 -4h-4l5 4h3zM8 -8h-5l2 8h-1l-4 14h4l4 -10l4 10h4l-4 -14z" id="glyph316"/>
      <glyph glyph-name="thorn" unicode="þ" d="M6 7c0 -2 3 -3 5 -3s2 1 2 3s0 5 -2 5s-5 -3 -5 -5zM6 -8h-4v32h4v-11c2 2 4 1 6 1c4 0 7 -3 7 -7s-3 -7 -7 -7c-2 0 -4 0 -6 2v-10z" id="glyph318"/>
      <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="8" d="M9 19c0 2 1 2 3 2s2 0 2 -2s0 -3 -2 -3s-3 1 -3 3zM2 19c0 2 0 2 2 2s2 0 2 -2s0 -3 -2 -3s-2 1 -2 3zM8 -8h-5l2 8h-1l-4 14h4l4 -10l4 10h4l-4 -14z" id="glyph320"/>
      <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="24" d="M14 4v14h-1c-4 0 -7 -2 -7 -6c0 -3 3 -8 7 -8h1zM28 4v-4h-9h-5h-1c-6 0 -11 6 -11 12s5 9 11 9h1h5h9v-3h-9v-5h9v-5h-9v-4h9z" id="glyph322"/>
      <glyph glyph-name="oe" unicode="œ" horiz-adv-x="24" d="M28 8v-2h-10c0 -2 0 -3 2 -3s4 0 4 1h4c-2 -4 -4 -4 -8 -4c-3 0 -4 0 -6 2c-2 -2 -2 -2 -5 -2c-4 0 -7 3 -7 7s3 7 7 7c3 0 3 1 5 -1c2 2 4 1 6 1c4 0 8 -2 8 -6zM18 8h6s-1 4 -4 4s-2 -4 -2 -4zM13 7c0 2 -1 5 -4 5s-4 -3 -4 -5s1 -4 4 -4s4 2 4 4z" id="glyph324"/>
      <hkern u1="7" u2="6" k="6" id="hkern326"/>
      <hkern u1="A" u2="Y" k="6" id="hkern328"/>
      <hkern u1="A" u2="V" k="6" id="hkern330"/>
      <hkern u1="A" u2="T" k="6" id="hkern332"/>
      <hkern u1="C" u2="Y" k="6" id="hkern334"/>
      <hkern u1="G" u2="Y" k="6" id="hkern336"/>
      <hkern u1="G" u2="X" k="6" id="hkern338"/>
      <hkern u1="L" u2="Y" k="6" id="hkern340"/>
      <hkern u1="L" u2="V" k="6" id="hkern342"/>
      <hkern u1="L" u2="T" k="6" id="hkern344"/>
      <hkern u1="O" u2="Y" k="6" id="hkern346"/>
      <hkern u1="Q" u2="Y" k="6" id="hkern348"/>
      <hkern u1="T" u2="z" k="6" id="hkern350"/>
      <hkern u1="T" u2="y" k="6" id="hkern352"/>
      <hkern u1="T" u2="x" k="6" id="hkern354"/>
      <hkern u1="T" u2="w" k="6" id="hkern356"/>
      <hkern u1="T" u2="v" k="6" id="hkern358"/>
      <hkern u1="T" u2="u" k="6" id="hkern360"/>
      <hkern u1="T" u2="s" k="6" id="hkern362"/>
      <hkern u1="T" u2="r" k="6" id="hkern364"/>
      <hkern u1="T" u2="q" k="6" id="hkern366"/>
      <hkern u1="T" u2="p" k="6" id="hkern368"/>
      <hkern u1="T" u2="o" k="6" id="hkern370"/>
      <hkern u1="T" u2="n" k="6" id="hkern372"/>
      <hkern u1="T" u2="m" k="6" id="hkern374"/>
      <hkern u1="T" u2="g" k="6" id="hkern376"/>
      <hkern u1="T" u2="e" k="6" id="hkern378"/>
      <hkern u1="T" u2="d" k="6" id="hkern380"/>
      <hkern u1="T" u2="c" k="6" id="hkern382"/>
      <hkern u1="T" u2="a" k="6" id="hkern384"/>
      <hkern u1="T" u2="J" k="6" id="hkern386"/>
      <hkern u1="T" u2="A" k="6" id="hkern388"/>
      <hkern u1="V" u2="s" k="6" id="hkern390"/>
      <hkern u1="V" u2="q" k="6" id="hkern392"/>
      <hkern u1="V" u2="o" k="6" id="hkern394"/>
      <hkern u1="V" u2="g" k="6" id="hkern396"/>
      <hkern u1="V" u2="e" k="6" id="hkern398"/>
      <hkern u1="V" u2="d" k="6" id="hkern400"/>
      <hkern u1="V" u2="c" k="6" id="hkern402"/>
      <hkern u1="V" u2="a" k="6" id="hkern404"/>
      <hkern u1="V" u2="J" k="6" id="hkern406"/>
      <hkern u1="V" u2="A" k="6" id="hkern408"/>
      <hkern u1="Y" u2="z" k="6" id="hkern410"/>
      <hkern u1="Y" u2="u" k="6" id="hkern412"/>
      <hkern u1="Y" u2="s" k="6" id="hkern414"/>
      <hkern u1="Y" u2="r" k="6" id="hkern416"/>
      <hkern u1="Y" u2="q" k="6" id="hkern418"/>
      <hkern u1="Y" u2="p" k="6" id="hkern420"/>
      <hkern u1="Y" u2="o" k="6" id="hkern422"/>
      <hkern u1="Y" u2="n" k="6" id="hkern424"/>
      <hkern u1="Y" u2="m" k="6" id="hkern426"/>
      <hkern u1="Y" u2="g" k="6" id="hkern428"/>
      <hkern u1="Y" u2="e" k="6" id="hkern430"/>
      <hkern u1="Y" u2="d" k="6" id="hkern432"/>
      <hkern u1="Y" u2="c" k="6" id="hkern434"/>
      <hkern u1="Y" u2="a" k="6" id="hkern436"/>
      <hkern u1="Y" u2="Q" k="6" id="hkern438"/>
      <hkern u1="Y" u2="O" k="6" id="hkern440"/>
      <hkern u1="Y" u2="J" k="6" id="hkern442"/>
      <hkern u1="Y" u2="G" k="6" id="hkern444"/>
      <hkern u1="Y" u2="A" k="6" id="hkern446"/>
    </font>
    <symbol style="display:inline" id="inkstitch_satin_start">
      <title id="inkstitch_title9432-1">Satin column starting point</title>
      <path inkscape:connector-curvature="0" id="inkstitch_circle13166-6-2" d="M 9.2465269,-4.9265995e-6 C 9.246525,5.1067241 5.1067022,9.2465451 -2.715882e-5,9.2465451 -5.106756,9.2465451 -9.2465782,5.1067241 -9.2465801,-4.9265995e-6 -9.2465799,-5.1067349 -5.1067572,-9.2465579 -2.715882e-5,-9.2465579 c 2.45233855882,0 4.80423565882,0.974187 6.53830095882,2.708252 1.7340652,1.734066 2.708253,4.085963 2.7082531,6.5383009734005 0,0 0,0 0,0" style="opacity:1;vector-effect:none;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:#003399;stroke-width:1.06501234;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.19503705, 3.19503705;stroke-dashoffset:0;stroke-opacity:1"/>
      <path inkscape:connector-curvature="0" style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74180555;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 6.5728129,0.00355507 c 0,0 -10.4514,6.03412003 -10.4514,6.03412003 0,0 0,-12.06823 0,-12.06823 0,0 10.4514,6.03410997 10.4514,6.03410997" id="inkstitch_path4183-7"/>
      <path inkscape:connector-curvature="0" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" d="m -3.0312502,1.577739 c 0,0 0.25,-3.6875002 0.25,-3.6875002 0,0 1.0312501,3.8437502 1.0312501,3.8437502 0,0 0.34375,-3.6250002 0.34375,-3.6250002 0,0 0.96874997,3.5625002 0.96874997,3.5625002 0,0 0.28125,-3.3125002 0.28125,-3.3125002 0,0 0.9375001,3.3125002 0.9375001,3.3125002 0,0 0.21875,-3.0937502 0.21875,-3.0937502 0,0 1.03125013,2.9687502 1.03125013,2.9687502 0,0 0.0625,-2.7187501 0.0625,-2.7187501 0,0 0.96875,2.4687501 0.96875,2.4687501 0,0 0.15625,-2.18750023 0.15625,-2.18750023" id="path31975"/>
    </symbol>
    <symbol id="inkstitch_satin_end" style="display:inline">
      <title id="inkstitch_title9427-3">Satin column ending point</title>
      <path id="inkstitch_circle13166-60" d="m 9.220113,0.0792309 c -1.9e-6,5.106729 -4.1398241,9.24655 -9.246553,9.24655 -5.1067293,0 -9.2465521,-4.139821 -9.246554,-9.24655 1e-7,-2.452338 0.9741879,-4.804235 2.7082531,-6.538301 1.7340653,-1.734065 4.0859624,-2.708252 6.5383009,-2.708252 5.1067301,0 9.2465528,4.139823 9.246553,9.246553 0,0 0,0 0,0" style="opacity:1;vector-effect:none;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:#003399;stroke-width:1.06500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.19500017, 3.19500017;stroke-dashoffset:0;stroke-opacity:1" inkscape:connector-curvature="0"/>
      <path style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.27154255;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.81866985, 4.81866985;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" d="m -4.570439,-4.5704391 c 0,0 9.140878,0 9.140878,0 0,0 0,9.14087 0,9.14087 0,0 -9.140878,0 -9.140878,0 0,0 0,-9.14087 0,-9.14087" id="inkstitch_rect5371-2-6" inkscape:connector-curvature="0"/>
      <path style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" d="m -3.2964153,1.5777408 0.25,-3.6875001 1.0312501,3.8437501 0.34375,-3.6250001 0.9687501,3.5625001 0.28125,-3.3125001 0.9375,3.3125001 0.21875,-3.0937501 1.0312499,2.9687501 0.0625,-2.7187501 0.96875,2.4687501 0.15625,-2.1875" id="path31975-0-2" inkscape:connector-curvature="0"/>
    </symbol>
  </defs>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-!" id="g2232" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.66244,32.299 5.94853,32.0752 6.92695,31.5179 7.55211,30.6671 7.74797,29.7112 M 4.46244,32.299 3.24846,32.069 2.25813,31.4795 1.59095,30.6157 1.38036,29.7086 m -0.29363,0.0973 6.95742,0.0034" id="autosatin333" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.56312,29.5614 4.55728,28.735 4.52879,27.7846 4.46244,26.826" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun142" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="M 2.9715097,23.431518 4.5625,8.0275" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun183" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path d="M 6.96252,8.0275 6.32249,23.5641 M 2.16248,8.0275 2.8025,23.5641" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin334" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.66244,26.826 1.25591,0.2133 0.98934,0.5836 0.64572,0.8692 0.22503,1.0704 -0.03047,0.1487 M 4.26244,26.826 3.09949,27.0393 2.17571,27.6229 1.56629,28.4921 1.34644,29.5625 1.38036,29.7086 M 1.33644,29.5625 h 6.452" id="autosatin335" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-&quot;" style="display:inline" id="g2236">
    <path style="font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377952;stroke-miterlimit:4;stroke-dasharray:none" d="M 8.7175183,17.914247 7.9947783,8.0232715 M 11.355466,17.914247 12.078172,8.0232715" id="path20235-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377952;stroke-miterlimit:4;stroke-dasharray:none" d="M 5.06773,8.02327 4.34502,17.9142 M 0.984333,8.02327 1.70707,17.9142" id="path20235" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer21" inkscape:label="GlyphLayer-»" style="display:inline">
    <path style="font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377952;stroke-miterlimit:4;stroke-dasharray:none" d="M 8.7175183,17.914247 7.9947783,8.0232715 M 11.355466,17.914247 12.078172,8.0232715" id="path20235-6-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377952;stroke-miterlimit:4;stroke-dasharray:none" d="M 5.06773,8.02327 4.34502,17.9142 M 0.984333,8.02327 1.70707,17.9142" id="path20235-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer13" inkscape:label="GlyphLayer-Ø" style="display:inline">
    <path id="autosatin321" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7.74873,24.5115 -0.75201,-1.5452 -0.272,-1.7062 0.13718,-1.1883 0.39032,-1.129 0.61156,-1.0391 0.80093,-0.9188 0.95844,-0.7677 1.08405,-0.5862 1.1778,-0.3742 1.2397,-0.1315 1.8,0.2953 1.656,0.7783 m -12.28794,11.5947 -0.991,-1.4388 -0.74501,-1.5825 -0.469,-1.6976 -0.163,-1.7839 0.2345,-2.117 0.66949,-1.9933 1.0535,-1.8208 1.38649,-1.5994 1.66849,-1.329 1.89949,-1.0098 2.07949,-0.6418 2.2085,-0.2248 1.885,0.1668 1.795,0.4774 1.6749,0.7534 1.525,0.995 m -13.50806,-1.0558 3.0494,4.6845" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 18.3049,16.2903 c 1.727793,-1.637874 2.931761,-2.826778 4.67337,-4.449958" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun43" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 22.5966,10.5242 -2.592,2.4233 -2.4292,2.3068 m 6.8452,-2.9816 -2.592,2.4232 -2.4519,2.3068 m 0.6207,-4.0621 1.8384,1.7622" id="autosatin326" sodipodi:nodetypes="cccccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="M 18.3049,16.2903 C 13.111104,21.192796 8.2190045,25.822002 3.0341192,30.733935" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun52" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 1.82875,30.1249 2.46401,-2.3313 3.45597,-3.2821 8.83197,-8.3126 0.9947,-0.9446 m -13.95464,16.619 2.46397,-2.3312 3.45598,-3.2515 8.83189,-8.3433 1.0041,-0.9446 m -2.8032,-0.8108 1.8063,1.7624 M 7.74164,24.5045 9.5478,26.2977 m -5.2622,1.489 1.80629,1.7623" id="autosatin327" sodipodi:nodetypes="cccccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 5" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin328" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 21.8286,14.6959 1.038,1.4618 0.786,1.6056 0.498,1.7206 0.174,1.8069 -0.2345,2.117 -0.6695,1.9933 -1.0535,1.8208 -0.2795,0.3224 m -3.715,-9.597 0.824,1.5759 0.22,0.8526 0.076,0.8843 -0.1372,1.1896 -0.3903,1.1325 -0.6006,1.0253 m 3.6954,-9.993 -3.8143,3.5844" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 6" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin329" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.3645,24.6075 -0.0109,0.0188 -0.801,0.9243 -0.9584,0.7734 -1.084,0.5911 -1.1778,0.3776 -1.2397,0.1329 -0.951,-0.0782 -0.921,-0.2247 -1.67999,-0.8321 m 12.54689,1.2537 -1.107,1.2769 -1.6685,1.3291 -1.8994,1.0098 -2.0795,0.6418 -2.2085,0.2247 L 11.1922,31.8584 9.35271,31.371 7.63923,30.5902 6.08473,29.5421 M 21.4342,28.9064 17.6777,24.9289" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 8" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccccccccccccccccccccc" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer14" inkscape:label="GlyphLayer-ø" style="display:inline">
    <path id="autosatin321-4" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.1967136,27.117064 5.653983,26.056682 5.4576788,24.885815 l 0.099004,-0.815462 0.2816965,-0.774767 0.4413669,-0.713075 0.5780365,-0.63052 0.6917124,-0.526828 0.7823658,-0.402275 0.850026,-0.256792 0.8946991,-0.09024 1.299072,0.202647 1.195146,0.534103 M 3.7025173,29.369381 2.9873061,28.382015 2.4496274,27.296036 2.1111471,26.131071 1.9935089,24.906883 2.1627491,23.454108 2.6459244,22.08622 l 0.7603179,-1.24951 1.000639,-1.097576 1.2041602,-0.912016 1.3708744,-0.692968 1.5007813,-0.44043 1.5938888,-0.154268 1.360417,0.114466 1.295463,0.327612 1.208787,0.517015 1.100602,0.682811 m -9.7488552,-0.724535 2.2007721,3.214703" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 13.815171,21.475327 c 1.246959,-1.123978 2.115871,-1.939855 3.372802,-3.05375" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun43-8" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.912519,17.518385 -1.870664,1.662971 -1.753169,1.583024 m 4.940226,-2.0461 -1.870664,1.662902 -1.769552,1.583025 m 0.447963,-2.787586 1.326785,1.209296" id="autosatin326-1" sodipodi:nodetypes="cccccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="M 13.815171,21.475327 C 10.066774,24.839628 6.5361134,28.016386 2.7941478,31.387163" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun52-6" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 1.92423,30.9692 1.77829,-1.5998 2.49419,-2.2523 6.37409,-5.7045 0.7179,-0.6482 M 3.21753,32.169 4.99579,30.5693 7.49,28.338 l 6.374,-5.7256 0.7247,-0.6482 m -2.0231,-0.5564 1.3036,1.2094 m -7.6776,4.4951 1.30351,1.2305 m -3.79776,1.0218 1.30361,1.2094" id="autosatin327-6" sodipodi:nodetypes="cccccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 5" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin328-0" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.358248,20.381182 0.749132,1.00315 0.567261,1.101831 0.35941,1.180748 0.125577,1.239972 -0.16924,1.452775 -0.483183,1.367887 -0.760318,1.249511 -0.201717,0.221244 m -2.68114,-6.585869 0.594686,1.08145 0.158776,0.58509 0.05485,0.606844 -0.09902,0.816354 -0.281682,0.77717 -0.433457,0.703604 m 2.666995,-6.857621 -2.752806,2.459768" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 6" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin329-9" style="font-weight:bold;font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.858218,27.182942 -0.0079,0.0129 -0.578087,0.634294 -0.691684,0.53074 -0.78233,0.405638 -0.850026,0.259125 -0.894699,0.0912 L 9.3671486,29.063179 8.7024569,28.90898 7.4899973,28.337958 m 9.0552067,0.860341 -0.798929,0.876263 -1.204167,0.912085 -1.37081,0.692968 -1.500789,0.44043 L 10.07662,32.274244 8.6819222,32.158818 7.3543505,31.824343 6.1177207,31.288525 4.9958278,30.569275 M 16.073641,30.13303 13.36255,27.403501" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 8" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccccccccccccccccccccc" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-#" style="display:inline" id="g2240">
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 9.7445,31.925 0.768,-5.8949 m 2.272,6.3109 0.8,-6.3109" id="autosatin317" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 12.4325,22.2035 c 0.133435,-0.994153 0.266577,-1.988345 0.4,-2.9825" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun185" inkscape:label="Points droits pour auto-remplissage satin 4"/>
    <path id="autosatin318" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 11.2805,19.221 -0.384,2.9825 m 3.488,-2.9825 -0.416,2.9825" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc" inkscape:label="Auto-remplissage satin 5"/>
    <path d="m 13.7509,24.1168 2.827852,-0.04419" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun186" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 16.9765,22.2035 h -3.008 -3.072 -3.456 -0.8 m 10.336,3.8266 h -3.392 -3.072 -3.456 L 6.24816,26.0134 m 7.72134,-3.8199 -0.386,3.8466 m -2.686,-3.8466 -0.386,3.8466 m -3.07,-3.8466 -0.386,3.8466" id="autosatin319" sodipodi:nodetypes="cccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path d="M 5.9045,21.938335 C 6.1418729,20.41383 6.5293834,18.916583 6.7463485,17.388567 5.0479972,17.320232 3.8340714,17.318428 2.1346359,17.323897" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun187" inkscape:label="Points droits pour auto-remplissage satin 8" sodipodi:nodetypes="ccc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 1.6485,15.4268 h 3.52 m -3.52,3.7942 3.1036132,-0.06629 M 1.7485,15.2371 v 4.1736" id="autosatin320" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 10"/>
    <path d="m 6.6001117,16.089713 c 0.271138,-1.992143 0.5165941,-3.31883 0.7961941,-5.3098" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun190" inkscape:label="Points droits pour auto-remplissage satin 12" sodipodi:nodetypes="cc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 8.9445,10.325 -0.736,5.1018 M 5.9365,9.90901 5.1685,15.4268" id="autosatin322" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 13"/>
    <path d="m 8.5416417,17.368094 4.3838833,-0.04257 c 0.350418,-2.400941 0.543904,-4.363396 0.878392,-6.766583" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun191" inkscape:label="Points droits pour auto-remplissage satin 14" sodipodi:nodetypes="ccc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 15.4405,10.325 -0.704,5.1018 m -2.304,-5.51779 -0.768,5.51779" id="autosatin323" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 16"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 17.7765,19.221 h -3.392 -3.104 -3.4789888 M 17.7765,15.4268 h -3.04 -3.072 -3.456 m 1.5035219,-0.01 -0.35385,3.8142 M 11.6655,15.4168 11.2795,19.231 m 3.4579,-3.8142 -0.3538,3.8142" id="autosatin324" sodipodi:nodetypes="cccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 18"/>
    <path id="autosatin325" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 5.1685,15.4268 -0.8,6.7767 m 3.84,-6.7767 -0.768,6.7767" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 19" sodipodi:nodetypes="cccc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 0.848497,25.9661 5.4255414,0.05524 M 0.848497,22.2035 H 6.6405 m -3.00504,-0.1882 -0.3731,4.1389" id="autosatin331" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 22"/>
    <path d="M 5.5045,26.351653 C 5.2325089,28.396621 5.0267859,29.513509 4.7547913,31.558476" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun195" inkscape:label="Points droits pour auto-remplissage satin 23" sodipodi:nodetypes="cc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953" d="m 6.2245,32.341 0.832,-6.3109 m -3.904,5.8949 0.8,-5.9589" id="autosatin332" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 24" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-$" style="display:inline" id="g2244">
    <path d="m 16.1426,27.7659 c 0.860817,-1.68749 0.443823,-4.048573 -1.263604,-5.038463 -2.604672,-1.59525 -5.9153244,-1.444162 -8.4823143,-3.118458 -1.90836,-1.302113 -1.8321479,-4.39432 -0.01596,-5.736678 2.6740575,-1.667871 4.6675463,-2.086686 7.7140153,-0.261648 1.273638,0.812355 1.72799,1.471904 1.853018,2.927945" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun182" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cccccc"/>
    <path d="m 13.9289,17.3341 -0.3621,-1.3664 -0.7321,-0.8872 -1.1049,-0.4798 -1.4804,-0.1439 -0.99413,0.12 -0.97184,0.3812 -0.73815,0.6739 -0.21537,0.4566 -0.07766,0.5416 0.13097,0.624 0.37013,0.4996 0.57512,0.4001 0.74595,0.3253 1.86768,0.526 2.1411,0.5253 2.1411,0.7233 0.9851,0.4979 0.8826,0.6221 0.7459,0.7708 0.5752,0.9446 0.3701,1.1432 0.131,1.3665 -0.1448,1.5016 -0.4123,1.3039 -0.6464,1.1085 -0.8475,0.9156 -1.0152,0.7251 -1.1498,0.5372 -1.2512,0.3516 -1.3192,0.1685 -0.6903,3.7973 H 8.5 L 7.84524,32.002 6.63053,31.8651 5.51787,31.468 4.52539,30.8344 3.67121,29.9884 2.97346,28.9536 2.45024,27.7541 2.43124,27.677 M 18.2317,17.3341 18.0648,15.9085 17.6748,14.6713 17.0851,13.6154 16.3189,12.734 15.3995,12.0201 14.3502,11.4666 13.1944,11.0668 11.9553,10.8135 11.4375,6.86614 h -3 l -0.41145,4.06256 -2.0569,0.7371 -0.91129,0.5599 -0.80051,0.6893 -0.66526,0.8204 -0.50551,0.9529 -0.32127,1.0868 -0.11253,1.2223 0.13097,1.3242 0.37013,1.1079 0.57512,0.9165 0.74595,0.7498 0.88262,0.6079 0.98511,0.4909 2.14105,0.7297 2.14107,0.5589 1.8677,0.5865 0.746,0.3657 0.5751,0.4469 0.3701,0.553 0.131,0.6839 -0.0971,0.6413 -0.2678,0.529 -0.9074,0.7543 -1.1689,0.4041 L 10.7241,28.568 9.15603,28.3522 7.83831,27.6917 7.31681,27.1884 6.91007,26.5664 6.72387,26.0623 M 13.0625,10.625 11.875,15.25 m -5.1875,-4.4375 1.875,4.5 m 0.125,12.4375 -1.5,4.8125 m 4.6875,-4.8125 1.5625,4.8125 m -5.125,-15 -2.875,4.5625 m 9.5,-2.5625 -2.5,5.0625" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin315" sodipodi:nodetypes="csssccccccccccsssccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 6.51039,24.956 0.12507,0.867 0.08841,0.2393 M 1.99994,24.956 2.1197,26.4136 2.43124,27.677 M 2.1932,27.6605 6.90331,25.888" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin316" sodipodi:nodetypes="csssccccccccccsssccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer1" inkscape:label="GlyphLayer-€" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.7578,27.7155 H 8.871 L 8.01295,27.5772 7.40635,27.2268 M 18.7578,32.0675 H 8.82142 L 7.57984,31.9578 6.47429,31.6975 C 5.5050126,31.33707 4.4653739,30.781836 3.73262,30.0523 M 9.625,27.25 9.5,32.75" id="autosatin311" sodipodi:nodetypes="ccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.6964983,26.963864 C 4.2769509,25.62963 4.2788464,24.217183 4.2248048,22.832606 c -0.021203,-1.248557 0.040266,-2.498743 0.091495,-3.745478 0.1578173,-1.140302 0.2855248,-2.308669 0.7979243,-3.35602 0.2612485,-0.592411 0.6100953,-1.150827 1.0724856,-1.60785 0.4552557,-0.48198 1.0190631,-0.852048 1.6152037,-1.139473 0.5486293,-0.248765 1.1356573,-0.421534 1.7404342,-0.455567 1.2538514,-0.08828 2.5156754,-0.02543 3.7727144,-0.04472 l 3.940136,0.231458" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun180" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.7578,10.3075 H 9.8125 L 8.78465,10.3668 7.71008,10.5991 6.629,11.0116 5.58162,11.6111 4.60816,12.4047 3.74884,13.3995 3.04387,14.6025 2.53346,16.0207 1.99364,19.2243 1.82195,22.1486 M 18.7578,14.6595 h -8.7534 l -0.79814,0.1282 -0.69267,0.3189 -0.58664,0.473 -0.48008,0.5906 -0.63835,1.3883 -0.20569,1.421 v 3.1664 M 1.5,18.0625 7.3125,18.125 m 2.3125,-8.3125 0.125,5.25 m 8.9078,-4.9726 v 4.7872" id="autosatin312" sodipodi:nodetypes="cccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 7.4867135,21.243888 6.1857915,0.08839" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun181" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.468,18.9795 H 6.60283 m 7.86517,4.352 H 6.60283" id="autosatin313" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path id="autosatin314" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="Auto-remplissage satin 6" d="m 6.60283,22.1459 c 0.06025,1.6681 -0.22895,4.0908 0.9127,5.144 M 1.82195,22.1486 c -0.01741,2.9033 0.3302,6.0359 1.91067,7.9037 m -2.14423,-3.5921 5.6433,-0.7254" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" sodipodi:nodetypes="cccccc" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-%" style="display:inline" id="g2248">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:1.42848;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 21.488,26.7836 -0.118,-1.1143 -0.2719,-0.9977 -0.417,-0.8714 -0.5536,-0.7357 -0.6813,-0.5906 -0.8005,-0.4359 -0.911,-0.272 -1.0129,-0.0984 -0.9667,0.0905 -0.8975,0.279 -0.81,0.4516 -0.704,0.6086 -0.5796,0.7495 -0.4368,0.8748 -0.2756,0.9842 -0.0959,1.0778 m 9.5323,0.3281 -0.1128,1.0323 -0.2878,0.9609 -0.4444,0.8691 -0.5823,0.7569 -0.7018,0.6242 -0.8028,0.4712 -0.8852,0.2976 -0.9491,0.1038 -0.9667,-0.0928 -0.8976,-0.2682 -0.81,-0.428 -0.7039,-0.5725 -0.5796,-0.7016 -0.4368,-0.8151 -0.2756,-0.9134 -0.0959,-0.996 m 4.7661,4.7976 V 21.6576" id="autosatin307" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 8.6911,27.3502 c -0.8319994,2.072367 -0.7890037,2.082232 -1.621,4.1546" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun178" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="M 8.70811,32.1298 14.9665,16.5411 M 4.93209,32.1298 11.1905,16.5411 m -0.226,0.0928 h 4.1536" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin308" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 13.4351,15.6495 c 0.83201,-2.072396 0.976491,-2.332304 1.8085,-4.4047" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun179" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path d="m 13.6681,10.3698 -2.4776,6.1713 m 6.2536,-6.1713 -2.4776,6.1713 M 13.442,10.4626 h 4.1537" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin309" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:1.42848;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.1835,15.3439 10.0649,14.2234 9.79151,13.2204 9.37218,12.3442 8.81561,11.6045 8.13049,11.0107 7.32557,10.5724 6.40954,10.299 5.39114,10.2 4.4191,10.291 3.5166,10.5715 2.70217,11.0256 1.9943,11.6375 1.41152,12.3911 0.972324,13.2707 0.695234,14.2602 0.598757,15.3439 M 10.1835,15.6738 10.0701,16.7117 9.7807,17.6778 9.33392,18.5517 8.74838,19.3127 8.04271,19.9403 7.23553,20.414 6.34547,20.7133 5.39114,20.8177 4.41907,20.7243 3.51656,20.4547 2.70212,20.0244 1.99426,19.4487 1.41149,18.7434 0.972309,17.9238 0.695229,17.0055 0.598757,16.004 M 5.39114,20.8277 V 10.19" id="autosatin310" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-&amp;" style="display:inline" id="g2252">
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none" d="m 16.3465,31.787 -1.92,-2.4 -1.0396,-1.245 m 8.2396,3.645 -4.352,-5.376 -0.781,-0.9567 m -2.9935,3.1082 3.4375,-3" id="autosatin242" sodipodi:nodetypes="csssccccccsssccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 15.9945,24.843 c 0.773323,-0.944008 1.359217,-1.575459 2.1325,-2.5195" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun137" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none" d="m 19.7065,23.435 c -0.736,1.056 -1.568,2.016 -2.432,2.976 m -0.352,-5.824 c -0.704,0.928 -1.44,1.824 -2.208,2.688" id="autosatin243" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 14.3716,26.1097 C 12.028551,23.240844 9.6723133,20.381787 7.2362614,17.591652 6.3271887,16.525551 5.7388973,15.019249 6.2808491,13.646551 c 0.6668219,-1.863422 3.0598607,-2.556246 4.7754089,-1.77371 1.625257,0.588677 2.353488,2.67068 1.576178,4.182263 -0.440421,0.971214 -1.333799,1.614056 -2.141936,2.259898" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun138" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none" d="m 9.2425,16.971 1.16,-0.88 0.451,-0.578 0.181,-0.686 -0.1185,-0.63 -0.3255,-0.45 -0.4875,-0.27 -0.6045,-0.09 -0.5455,0.0935 -0.4825,0.2705 -0.3445,0.4325 -0.1315,0.5795 0.123,0.6465 0.309,0.5655 0.816,0.996 2.496,2.688 2.976,3.616 1.779,2.1793 m -4.755,-5.7953 1.207,-0.977 1.033,-1.103 0.721,-1.295 0.271,-1.553 L 14.8588,13.6226 14.539,12.6315 14.0339,11.7672 13.3665,11.039 12.5596,10.4563 11.636,10.0285 10.6187,9.76494 9.5305,9.675 8.395,9.77063 7.3525,10.05 6.421,10.5019 5.6185,11.115 4.963,11.8781 4.4725,12.78 4.165,13.8094 4.0585,14.955 l 0.136,1.1295 0.376,1.0425 0.568,0.9645 0.712,0.8955 2.528,3.072 3.456,4.224 1.5524,1.859 M 3.6875,14.4375 8.25,14.5 m -2.375,4.875 4,-2.625 M 10.6875,14.5 15.25,14.375 M 9.5,13.6875 9.375,9.125" id="autosatin244" sodipodi:nodetypes="csssccccccsssccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path id="autosatin245" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none" d="M 14.4265,29.387 13.156,30.455 11.7505,31.307 10.219,31.871 8.5705,32.075 7.15493,31.9504 5.832,31.588 4.63131,31.0051 3.5825,30.219 3.5355,30.1663 m 8.299,-3.8833 -1.556,1.256 L 9.364,27.993 8.4105,28.171 7.331,27.933 6.6005,27.4232 m 3.0245,0.1393 3,3.75" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="csscccssccccccc" inkscape:label="Auto-remplissage satin 7"/>
    <path d="M 4.71836,28.3849 C 3.2366222,26.751681 3.2284321,23.989365 4.8118394,22.419021 5.4860195,21.681597 6.3156553,21.11373 7.1145,20.523" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun139" inkscape:label="Points droits pour auto-remplissage satin 8"/>
    <path id="autosatin246" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.378;stroke-miterlimit:4;stroke-dasharray:none" d="m 8.3785,22.059 -1.78,1.38 -0.7355,0.9015 -0.3005,0.9825 0.2335,1.066 0.6265,0.91 0.178,0.1242 m -0.75,-8.4362 -1.152,0.8 L 3.375,20.896 2.3665,22.179 1.724,23.666 1.4985,25.387 1.64356,26.8136 2.059,28.106 2.71518,29.2469 3.5355,30.1663 M 6.8125,27.125 3,30.25 m 0.25,-9.9375 3.0625,3.875 M 8.42602,22.2741 5.6418,18.8902" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="csscccssccccccc" inkscape:label="Auto-remplissage satin 9" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-'" style="display:inline" id="g2256">
    <path style="font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377952;stroke-miterlimit:4;stroke-dasharray:none" d="M 5.06773,8.02327 4.34502,17.9142 M 0.984333,8.02327 1.70707,17.9142" id="path20235-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer20" inkscape:label="GlyphLayer-’" style="display:inline">
    <path style="font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377952;stroke-miterlimit:4;stroke-dasharray:none" d="M 5.06773,8.02327 4.34502,17.9142 M 0.984333,8.02327 1.70707,17.9142" id="path20235-4-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-(" style="display:inline" id="g2260">
    <path d="m 4.3002986,25.624796 c -0.4920282,-3.4253 -0.272677,-6.591952 1.4960998,-9.61625" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun176" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cc"/>
    <path d="m 5.2133136,15.508496 -0.289455,0.479075 -0.6368,1.424575 -0.34011,1.0609 -0.296695,1.29015 -0.209855,1.517 -0.0796,1.7415 0.0796,1.71915 0.124725,0.8954 m 3.18935,-10.12775 -0.301615,0.511955 -0.66356,1.479345 -0.354395,1.076 -0.30916,1.286 -0.21867,1.48555 -0.082945,1.67435 0.082945,1.7102 0.132665,0.91145 m -1.68394,-2.62165 h 1.47333" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin305" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 4.3002986,26.124796 c 0.2006684,1.45044 0.6275989,2.370346 1.2857695,3.679509" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun177" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path d="m 6.7544736,30.534946 -0.301615,-0.49445 -0.66356,-1.4501 -0.354395,-1.06795 -0.30916,-1.28825 -0.086005,-0.59085 m 0.173575,4.8916 -0.289455,-0.49005 -0.6368,-1.44285 -0.34011,-1.0659 -0.296695,-1.2888 -0.08513,-0.6111 m -0.06685,0.04915 1.622415,0.0078" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin306" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-)" style="display:inline" id="g2264">
    <path d="M 6.35939,27.9254 C 6.689041,25.965811 6.756517,23.973146 6.7425709,21.989639 6.6864287,20.455604 6.6095205,18.91973 6.3462055,17.404754 5.94404,14.697668 5.1820226,12.038794 3.9830986,9.5740456 3.6911672,8.9264819 3.6844597,9.1058983 3.3047,8.50531" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun174" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccccc"/>
    <path d="m 4.53336,7.69281 0.57891,0.95814 1.2736,2.84915 0.68022,2.1218 0.59339,2.5803 0.41971,3.034 0.1592,3.483 -0.1592,3.4383 -0.24945,1.7908 m -6.3787,-20.25549 0.60323,1.0239 1.32712,2.95869 0.7088,2.152 0.61831,2.572 0.43734,2.9711 0.16589,3.3487 -0.16589,3.4204 -0.26533,1.8229 M 8.24839,22.7192 H 5.30173" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin303" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 6.10939,28.7379 C 5.9441293,30.08869 5.8563095,30.598935 5.5170295,31.914043 5.15851,33.09177 4.7478619,34.255621 4.2118286,35.365424 3.8471331,36.17899 3.7307277,36.622022 3.2422,37.3707" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun175" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccc"/>
    <path d="m 4.53336,37.7457 0.57891,-0.9801 1.2736,-2.8857 0.68022,-2.1318 0.59339,-2.5775 0.17026,-1.2223 m -6.3787,9.7974 0.60323,-0.9889 1.32712,-2.9002 0.7088,-2.1359 0.61831,-2.5765 0.17201,-1.1817 m 3.08293,0.0841 -3.24483,0.0156" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin304" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-*" style="display:inline" id="g2268">
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="M 13.0521,17.9604 9.50011,14.4724 9.24255,13.6815 m 1.28155,6.1349 -2.30399,-4.416 -0.17374,-0.1216 m 2.16253,-0.4261 -1.81201,1.37" id="autosatin298" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 8.20411,13.0004 c 0.00534,-1.685333 0.010673,-2.589417 0.016,-4.27475" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun170" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 9.78811,7.9444 -0.8,5.056 m -2.336,-5.056 0.768,5.056" id="autosatin299" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 9.24411,13.7364 c 1.578663,-0.538667 2.563572,-0.827347 4.14224,-1.366" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun171" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 14.4601,13.6084 -4.95999,0.864 m 3.99999,-3.84 -4.51199,2.368" id="autosatin300" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="M 7.21107,13.82355 C 6.348186,13.379252 6.3033951,13.528372 5.4205431,13.127191 4.4352863,12.787035 3.9149204,12.583203 2.92886,12.2454" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun172" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="ccc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 1.98011,13.6084 4.96,0.896 1.10626,0.7744 m -5.10626,-4.6464 4.48,2.368 1.62193,0.0654 0.20051,0.6157 M 9.19239,12.5988 7.46882,15.2504 m -1.01647,-3.182 -0.44194,2.5633 m -3.97939,-0.8582 1.045,-3.2417" id="autosatin301" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path d="M 7.33011,15.4524 C 6.3594809,16.764428 5.9200273,17.23265 4.94936,18.54465" style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun173" inkscape:label="Points droits pour auto-remplissage satin 8" sodipodi:nodetypes="cc"/>
    <path style="font-size:32px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 5.94811,19.8164 2.272,-4.416 m -4.832,2.56 3.552,-3.456" id="autosatin302" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-+" style="display:inline" id="g2272">
    <path d="M 8,32 V 27 M 5,32 V 27" id="autosatin294" sodipodi:nodetypes="cccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 6.5,24 V 18.6875" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun168" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="m 5,18 v 6 m 3,-6 v 6" id="autosatin295" sodipodi:nodetypes="cccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 6.5,25.5 H 0.9375" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun169" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path d="M 0,24 H 5 6.65 M 0,27 H 5 6.65 M 5,23.99 v 3.02" id="autosatin296" sodipodi:nodetypes="cccccccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="M 13,24 H 8 6.65 M 13,27 H 8 6.65 M 8,23.99 v 3.02" id="autosatin297" sodipodi:nodetypes="cccccccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-," style="display:inline" id="g2276">
    <path d="M 6,28 3,36 M 2,28 0,36" id="path2274" sodipodi:nodetypes="cccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:label="GlyphLayer--" style="display:inline" id="g2280" inkscape:groupmode="layer">
    <path d="M 12,24 H 0 m 12,3 H 0" id="path2278" sodipodi:nodetypes="cccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-." style="display:inline" id="g2284">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.8057451,26.341031 c -1.6765985,0 -2.9159812,1.295852 -2.9159812,2.923986 0,1.594896 1.3924914,2.892741 3.1159938,2.92399 m 0.199937,-5.847976 c 1.8179905,0 3.1306583,1.295916 3.1159937,2.923986 -0.015118,1.735521 -1.2163654,2.861491 -3.1159937,2.92399" id="path145530-7-6" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-/" style="display:inline" id="g2288">
    <path d="M 6.5,28 C 9.4999945,21.333331 12.124999,15.416666 15.125,8.75" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun166" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cc"/>
    <path d="M 18,8 8.27363,28.8422 M 13,8 3.96837,28.8422 M 18.2076,8.09056 12.7104,8.09181" id="autosatin292" sodipodi:nodetypes="cccccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4,38 8.27363,28.8422 M 0,38 3.96837,28.8422 m 4.47811,0.0906 -4.733,0.0012" id="autosatin293" sodipodi:nodetypes="cccc" style="fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-0" style="display:inline" id="g2292">
    <path d="m 14.7488,28.7465 c 1.381344,-3.651302 2.016509,-10.930778 -0.321275,-14.112229 -1.542437,-2.02352 -4.6734359,-2.543827 -6.7474173,-1.0418 -2.201286,1.551328 -2.9977206,4.39372 -3.251157,6.945788 C 4.3082856,22.343377 4.530047,24.197061 5.184755,25.889" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun165" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccccc"/>
    <path d="M 7.14836,24.979 7.08918,24.8112 6.84954,23.6971 6.67735,21.4357 6.84954,19.2785 7.45289,17.1213 7.95695,16.1983 8.61763,15.462 9.45121,14.9745 10.474,14.7982 l 1.0405,0.1764 0.8419,0.4883 0.6617,0.7387 0.5001,0.9275 0.5889,2.1755 0.1635,2.1929 -0.1809,2.1996 -0.6178,2.1302 -0.508,0.8979 -0.6596,0.7113 -0.8253,0.4681 -1.005,0.1686 M 3.55341,27.6591 3.11839,26.8119 2.51323,25.0043 2.16127,23.1895 2.04733,21.4666 2.14608,19.9094 2.46114,18.1666 3.02073,16.3595 3.85305,14.6091 4.98632,13.0367 6.44876,11.7636 7.31223,11.2771 8.26857,10.9108 9.32131,10.6799 10.474,10.5996 l 1.1526,0.0803 1.0528,0.2309 0.9563,0.3663 0.8635,0.4865 1.4624,1.2731 1.1333,1.5724 0.8324,1.7504 0.5595,1.8071 0.3151,1.7428 0.0987,1.5572 -0.1139,1.7229 -0.352,1.8148 -0.6051,1.8076 -0.8736,1.7013 -1.1571,1.4957 -1.456,1.1911 -1.7699,0.7874 -1.0074,0.2113 -1.0916,0.0731 M 6.68735,21.4357 2.03733,21.4667 M 10.474,14.8082 v -4.2186 m 3.7866,10.9079 4.65,-0.031" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin289" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 10.474,32.2718 9.38235,32.1987 8.37491,31.9874 6.60502,31.2 5.85898,30.5897 M 10.474,28.0732 9.45121,27.9071 8.61763,27.4442 8.0639,26.8525 m 2.3102,5.6231 0.0012,-4.6288" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin290" sodipodi:nodetypes="cssscsssccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 8.0639,26.8525 7.95695,26.7383 7.45289,25.8427 7.08918,24.8112 6.97939,24.3008 M 5.85898,30.5897 5.14909,30.0089 3.99195,28.5132 3.11839,26.8119 3.02195,26.5238 m 5.08429,0.0684 -2.43535,4.1215" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin291" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-1" style="display:inline" id="g2296">
    <path d="m 8.61375,33.8119 v -1.9833 m -4.8,1.9833 v -1.9664 m -0.24,0.1008 5.28,-0.0185" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin287" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 6.21375,30.4283 V 15.1633 C 5.7761915,15.18054 5.3283489,15.12191 4.9101172,15.281744 3.712334,15.599377 3.2978165,15.684896 2.06699,15.8499" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun164" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cccc"/>
    <path d="m 1.28574,14.4519 7.32801,-2.4 V 31.8286 M 1.28574,17.7479 H 3.81375 V 31.8455 M 2.60746,13.571 2.65165,18.0788 m 0.88388,1.7236 5.3033,-0.1326 M 1.38599,17.9142 1.38052,14.2544" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin288" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-2" style="display:inline" id="g2300">
    <path d="M 14.9932,27.8524 H 8.71386 l 0.27145,-0.3393 m 6.00789,4.4858 H 1.41823 M 10.1647,27.669 v 4.5962" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin285" sodipodi:nodetypes="cssccccssccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 5.06213,29.0302 c 2.048712,-2.70402 4.3058761,-5.256183 6.185699,-8.084247 0.948572,-1.375277 1.533329,-3.138919 0.959648,-4.783013 C 11.731059,14.327392 9.8740666,13.117405 8.0192282,13.169709 6.2681405,13.067092 4.5170811,14.086017 3.8316037,15.71726 3.4347184,16.546899 3.2588606,16.993657 3.18063,17.90175" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun163" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cccccc"/>
    <path d="m 1.0629,18.3705 0.13842,-1.4651 0.34596,-1.3775 0.55243,-1.2567 0.75782,-1.1028 0.96215,-0.9156 1.1654,-0.6951 1.36758,-0.4414 1.56868,-0.1545 1.44468,0.1244 1.30538,0.3625 1.1496,0.5839 0.9775,0.789 0.7888,0.9776 0.5838,1.1499 0.3623,1.3057 0.1244,1.445 -0.0873,1.1274 -0.2456,1.0377 -0.8673,1.8708 -1.2045,1.7049 -1.3445,1.6679 -1.92329,2.4046 m -3.62445,-9.1426 0.23337,-1.3944 0.5363,-0.957 0.7992,-0.5512 1.02211,-0.1767 0.94541,0.1662 0.74252,0.4778 0.48533,0.758 0.1738,1.0066 -0.2129,1.0413 -0.53006,1.0014 -1.36026,1.7683 -8.19963767,10.4881 H 1.41823 M 7.99915,10.6542 v 4.9498 m 1.67937,2.6516 h 5.25908 m -10.56238,7.734 h 6.18718" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin286" sodipodi:nodetypes="cssccccssccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-3" style="display:inline" id="g2304">
    <path d="m 13.066,28.69155 c 0.383807,-1.522733 0.20994,-5.184981 -1.041564,-6.235006 -0.668003,-0.590882 -1.489484,-1.000038 -2.344743,-1.238846" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun157" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path d="m 10.3963,19.7938 c 1.377672,-0.526895 2.12767,-2.028965 2.011039,-3.454123 -0.03299,-1.601172 -1.111765,-3.122026 -2.6726718,-3.56677 C 7.6612696,12.030015 4.9280019,12.483489 3.6566717,14.416308 3.1769156,15.139521 2.9507931,15.493385 2.86363,16.3484" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun162" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 0.433215,16.8484 c 0.257552,-4.249 3.444445,-6.5666 7.210765,-6.5666 3.92722,0 7.17852,1.8991 7.17852,6.3091 0,1.352 -0.7725,3.0902 -1.9958,3.9593 M 5.29404,16.8484 c 0.12889,-1.5129 0.90136,-2.3176 2.47868,-2.3176 1.28765,0 2.28558,0.7725 2.28558,2.0601 0,1.3842 -0.61164,2.4464 -2.09243,2.4464 m -0.1877,-8.9134 v 4.5962 m 2.03294,2.0771 5.08229,0.0442" id="autosatin282" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.97005,22.7713 h 1.99582 l 1.23332,0.171 0.95571,0.5211 0.6176,0.8832 0.2193,1.2574 -0.2163,1.113 L 10.179,27.6279 9.28067,28.243 8.15901,28.4688 6.96745,28.3451 6.0143,27.9377 5.40699,27.285 m 0.56306,-8.2477 h 1.99582 l 2.82703,0.5802 1.1333,0.4146 0.9005,0.5181 1.3591,0.9209 0.9184,1.2076 0.5201,1.4068 0.164,1.5185 -0.1563,1.6221 -0.4483,1.4328 -0.7094,1.2352 -0.9394,1.0292 -1.1386,0.8149 -1.3069,0.5923 L 9.64521,32.692 8.09464,32.8144 6.57508,32.7299 5.13059,32.4643 3.79701,31.9996 2.61018,31.3176 1.60592,30.4002 1.1129,29.6656 m 7.1956,-10.968 v 4.4194 m 2.3423,2.7842 5.2591,-0.0884 m -8.17592,2.4749 0.04419,4.7288" id="autosatin283" sodipodi:nodetypes="csssccccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.90775,26.0546 0.41294,1.1377 0.0863,0.0927 M 0.0469257,26.0546 0.288457,27.7868 0.820065,29.2293 1.1129,29.6656 m 4.44006,-2.5723 -4.709877,2.6078" id="autosatin284" sodipodi:nodetypes="csssccccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-4" style="display:inline" id="g2308">
    <path id="autosatin276" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 10.8831,32.1396 v -4.11965 m 4.1876,4.11965 v -4.11965 m 0.2094,0.1 h -4.6064" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 15.10195,27.5608 2.712275,-1.65625" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun158" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.0486,28.0137 h -2.9779 m 2.9779,-4.2809 h -2.9779" id="autosatin277" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 13.00815,23.1706 12.9769,14.5607" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun159" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cc"/>
    <path d="M 10.8831,14.1471 C 7.6773115,18.777879 4.7820602,23.104238 1.56928,27.73015" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun160" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cc"/>
    <path id="autosatin278" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.29333,28.009 0.73054,-1.0357 m -4.866137,1.0404 1.644729,-2.3802 M 0.584583,25.6488 4.12726,27.122" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path d="m 5.30167,25.83965 c 2.0271433,9.51e-4 3.5542865,0.03305 5.58143,0.03365" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun161" inkscape:label="Points droits pour auto-remplissage satin 8" sodipodi:nodetypes="cc"/>
    <path id="autosatin279" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.8831,28.0137 3.29333,28.0089 M 10.8831,23.7328 H 6.31 M 7.84375,23.625 v 4.4688" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path id="autosatin280" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.02387,26.9733 10.8831,17.2492 M 0.802462,25.6335 10.8831,11.0449 m -4.35185,5.7363 3.1875,2.3126 m -8.40625,5.375 3.21875,2.1874 m 6.29505,-15.8392 -9e-4,6.8241" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 10"/>
    <path id="autosatin281" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 15.0707,11.0449 V 23.7328 28.0137 28.02 M 10.8831,11.0449 v 12.6879 4.2809 0.0063 m 4.1976,-4.28715 h -4.2076 m 4.2076,4.2809 h -4.2076 m 4.407,-16.8688 h -4.6064" sodipodi:nodetypes="cccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 12" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-5" style="display:inline" id="g2312">
    <path d="M 13.7024,27.8777 C 15.057796,25.970056 14.928071,23.084739 13.258954,21.403432 12.012647,20.183068 10.175541,19.800705 8.4829235,19.902894 7.999704,19.918946 7.5264417,20.021503 7.04555,20.058105" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun155" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="M 7.04555,20.0581 C 5.9512916,19.233069 5.9140104,17.808655 6.5274657,16.688102 c 0.580578,-1.19883 0.2730827,-3.404348 1.9369148,-3.650113 2.5678985,-0.01952 5.1429065,-0.0047 7.7140195,-0.0095" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun156" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16.1784,15.1125 H 9.25226 L 8.4791,17.9741 m 7.6993,-7.0296 H 5.8697 l -2.70604,9.4246 2.44834,1.773 m 4.9818,-11.3609 -0.125,4.4376 M 9.25,15.8438 4.28125,15.875" id="autosatin273" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.612,22.1421 1.75166,-0.4005 0.95438,-0.0972 1.48388,0.1871 1.25438,0.5866 0.492,0.455 0.3758,0.569 0.2398,0.6879 0.0843,0.8114 -0.0869,0.778 -0.2463,0.6577 -0.3837,0.5425 L 11.0321,27.352 9.77475,27.907 8.31804,28.083 7.36316,27.9809 6.33279,27.5697 5.2239,26.692 5.20176,26.6641 m 3.27734,-8.69 2.0423,-0.0386 1.7565,0.2835 1.4749,0.5752 1.1974,0.8362 0.9241,1.0665 0.655,1.2663 0.3899,1.4354 0.129,1.5739 -0.1836,1.6679 -0.5246,1.4751 -0.8258,1.2732 -1.0875,1.0621 -1.3094,0.8419 -1.4917,0.6127 L 9.99111,32.2797 8.25359,32.4065 6.09067,32.1664 5.03091,31.8455 3.99721,31.3722 2.99824,30.7328 2.47638,30.2852 m 9.61742,-4.9727 5.0624,-0.125 M 8.25,27.9062 8.21875,32.625 M 5.566,22.3272 8.72257,17.7648" id="autosatin274" sodipodi:nodetypes="csssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.03346,25.1903 1.1683,1.4738 m -4.905203,1.0145 0.842673,1.2212 0.90345,1.0135 0.4337,0.3719 M 5.2766,26.404 2.26352,30.4018" id="autosatin275" sodipodi:nodetypes="csssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-6" style="display:inline" id="g2316">
    <path d="M 14.652,26.631 C 15.461257,24.460511 14.472117,21.805394 12.411119,20.730631 11.309684,20.115751 9.9896155,20.00113 8.7793862,20.327175" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun153" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path id="autosatin269" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 10.7099,17.6621 1.359,0.2882 1.2451,0.5208 1.1104,0.7268 0.955,0.9062 0.7789,1.0591 0.5821,1.1853 0.3644,1.2851 0.1261,1.3583 -0.1615,1.5303 -0.461,1.4066 -0.7252,1.2581 -0.9541,1.0849 -1.1476,0.8869 -1.306,0.6641 -1.4289,0.4166 L 9.52997,32.3838 7.97632,32.2394 6.52711,31.8228 5.214,31.1587 4.06865,30.2718 3.1227,29.1869 2.40784,27.9288 2.35371,27.7604 m 4.49513,-4.7681 0.50558,-0.5084 0.61464,-0.3882 0.70517,-0.2479 0.77717,-0.0871 1.2801,0.2508 1.0425,0.6834 0.7015,1.0123 0.2568,1.2378 -0.2568,1.2378 -0.7015,1.0124 -1.0425,0.6833 L 9.4514,28.1293 8.1576,27.8785 7.11657,27.1952 6.42272,26.1828 6.37329,25.9403 M 9.3125,28 9.375,32.5938 m 3.1875,-7.9376 4.7813,-0.0312 M 6.5937,25.9474 2.18386,27.9465" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4.11308,25.9466 C 3.9447759,25.023584 3.9999701,24.049906 4.4162184,23.196963 5.3054723,21.24287 6.705966,19.585947 7.9196147,17.831067 9.5691276,15.538558 10.53109,13.996011 12.1806,11.7035" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun154" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccc"/>
    <path id="autosatin272" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 15.5851,10.9535 6.84884,22.9923 6.3493,23.8954 6.17045,24.945 6.37329,25.9403 M 10.151,10.9535 3.66108,20.0536 2.95077,21.1397 2.35689,22.3364 1.94933,23.6263 1.79795,24.9919 1.9557,26.5222 2.35371,27.7604 M 1.375,24.4062 6.34375,24.4688" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-7" style="display:inline" id="g2320">
    <path d="m 4.82396,28.9763 c 2.4623417,-4.371749 4.9601631,-8.723644 7.397231,-13.10954 0.467426,-0.846937 0.934746,-1.693933 1.402009,-2.54096 -0.512491,-0.11279 -1.023668,-0.23838 -1.552625,-0.1908 -4.0231915,0 -8.0463832,0 -12.0695749,0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun152" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="M 0.0010001,15.269 H 10.1472 L 1.56658,29.7995 M 0.0010001,11.001 H 17.3213 L 7.14722,29.8039 M 7.8125,15.5312 v -4.6874 m 0.875,6.4687 5.3437,0.0313 M 0.101,15.4824 v -4.6948" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin267" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 5.94174,32.0318 1.20548,-2.2279 m -6.89885,2.2279 1.31821,-2.2323 m -0.33004,0.0858 6.14229,0.0068" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin268" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-8" style="display:inline" id="g2324">
    <path d="M 14.56415,28.5955 C 15.069717,26.413927 13.616421,21.489668 11.311764,21.212747 9.5616103,20.906172 7.5607315,21.061421 6.1361329,19.80856 4.6984726,18.629716 4.4966505,16.382574 5.5315439,14.881094 c 1.1306986,-1.801167 3.577632,-2.604766 5.5468381,-1.767267 1.860558,0.657527 3.146354,2.740459 2.655491,4.691965 -0.225183,0.991809 -0.911818,1.814234 -1.814773,2.267108" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun150" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccccccc"/>
    <path id="autosatin264" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 14.4772,20.5579 c 0.8579,-0.9807 1.3787,-2.2678 1.3787,-3.6469 0,-3.555 -3.2781,-5.9761 -6.49497,-5.9761 -3.21685,0 -6.52561,2.4211 -6.52561,6.0067 0,1.3485 0.46697,2.6839 1.37865,3.647 0.72737,0.7684 3.44579,1.8646 5.52596,1.8681 1.59307,0 2.81737,1.3846 2.87987,2.7902 0.0721,1.6226 -1.072,3.257 -3.25887,3.257 m 0,-8.9159 c 1.66417,-0.0625 2.49167,-1.3286 2.49167,-2.4931 0,-1.1646 -0.6384,-2.5223 -2.49071,-2.5223 -1.44547,0 -2.52472,1.3577 -2.52472,2.5223 0,1.1645 1.11018,2.4306 2.52376,2.4931 1.99577,0.0029 3.93347,-0.0022 5.11627,0.9699 1.4706,1.0114 2.3284,2.8195 2.3284,4.689 0,4.1679 -3.5538,7.1406 -7.44467,7.1406 M 11.875,25.5312 h 5.25 M 2.4375,16.75 h 5.125 m 3.3125,0 h 5.5625 m -6.0781,2.7188 -0.4219,3.375" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="csssccsccsssscsccccccccc" inkscape:label="Auto-remplissage satin 2"/>
    <path id="autosatin265" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 9.36093,28.5039 7.80276,28.2103 6.78503,27.5431 6.24101,26.5421 6.21383,26.2853 M 9.36093,32.3875 7.96791,32.261 6.62085,31.8924 5.36283,31.2982 4.23694,30.4951 3.28625,29.4994 2.55384,28.3278 2.16299,27.2233 m 7.09974,1.0675 -0.00146,4.2823" sodipodi:nodetypes="csccsccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 4.065341,25.644777 C 4.046881,25.093792 4.139526,24.546574 4.3218942,24.02714 4.5179496,23.475489 5.2052001,22.30703 5.6407777,21.911266" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun151" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="ccc"/>
    <path id="autosatin266" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 9.36093,22.4567 -1.28052,0.2516 -1.02373,0.6519 -0.68585,0.8977 -0.26689,0.989 0.10989,1.0384 m -1.99986,-5.6967 -0.97942,0.9778 -0.72091,1.1904 -0.44519,1.3399 -0.15223,1.426 0.16659,1.474 0.08018,0.2266 M 1.59375,25.5312 h 5.125" sodipodi:nodetypes="csccsccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-9" style="display:inline" id="g2328">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 9.10241,31.9463 1.43809,-1.951 m -6.85982,1.951 1.49321,-2.0101 m -0.32798,0.0773 5.90359,0.0653" id="autosatin262" sodipodi:nodetypes="csscscccssscc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 8.52985,29.0568 c 1.997996,-2.803042 4.225432,-5.452808 6.001713,-8.407437 0.970437,-1.50328 0.998778,-3.492311 0.145766,-5.052913 -1.330313,-2.650447 -4.9104598,-3.625876 -7.5019209,-2.303358 -2.4482502,1.093524 -3.6937227,4.244848 -2.5614736,6.692428 0.7967869,1.912479 2.8934364,3.269324 4.9837318,2.881215 0.356207,-0.04878 0.6866717,-0.188976 1.0262337,-0.297637" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun149" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 8.62651,25.2516 7.25968,25.135 6.00557,24.7014 4.88561,23.9969 3.92122,23.0674 3.13384,21.9588 2.54489,20.7172 2.1758,19.3885 2.04801,18.0187 2.2083,16.5005 2.66604,15.105 3.3866,13.8568 l 0.9487,-1.0763 1.1422,-0.8799 1.30105,-0.6588 1.42523,-0.4133 1.51476,-0.1433 1.53696,0.148 1.4453,0.4258 1.3188,0.6766 1.1574,0.9002 0.961,1.0965 0.7297,1.2659 0.4634,1.408 0.1623,1.523 -0.1497,1.3548 -0.401,1.2797 -0.58,1.1873 -0.6868,1.0775 -5.1354,6.9668 m 2.0808,-10.1086 -0.5452,0.6146 -0.683,0.4776 -0.7946,0.314 L 9.71854,21.4173 9.02018,21.352 8.36743,21.1386 7.25732,20.3583 6.50535,19.2578 6.22866,18.0187 l 0.27349,-1.3076 0.74665,-1.082 1.10905,-0.7364 1.36069,-0.271 1.39436,0.2699 1.1057,0.731 0.7284,1.0798 0.2624,1.3163 -0.1461,0.9824 -0.3749,0.8194 -7.51451,10.1157 M 6.45235,18.0125 1.85616,18.0346 M 9.70062,14.7643 9.63433,10.5437 m 3.35877,7.4688 4.9055,0.0442" id="autosatin263" sodipodi:nodetypes="csscscccssscc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-:" style="display:inline" id="g2332">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.5834107,14.580339 c -1.6765985,0 -2.9159812,1.295852 -2.9159812,2.923986 0,1.594896 1.3924914,2.892741 3.1159938,2.92399 m 0.199937,-5.847976 c 1.8179905,0 3.1306583,1.295916 3.1159937,2.923986 -0.015118,1.735521 -1.2163654,2.861491 -3.1159937,2.92399" id="path145530-7-15" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.7834233,32.161863 c -1.7235024,-0.03125 -3.1159938,-1.329094 -3.1159938,-2.92399 0,-1.628134 1.2393827,-2.923986 2.9159812,-2.923986 m 0.3999496,5.847976 c 1.8996283,-0.0625 3.1008757,-1.188469 3.1159937,-2.92399 0.014665,-1.62807 -1.2980032,-2.923986 -3.1159937,-2.923986" id="path145530-7-17" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-;" style="display:inline" id="g2336">
    <path d="M 5.05457,30.6667 C 5.3323684,29.777807 5.6100976,28.888892 5.8879,28" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun145" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="M 5.69257,20.41225 C 5.740131,19.236858 5.65767,18.342098 5.65811,17.166368 5.65081,16.39195 5.626913,15.867373 5.561313,15.095498" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun147" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.36134,14.8455 c -1.6766,0 -2.91599,1.2959 -2.91599,2.924 0,1.5949 1.3925,2.8927 3.116,2.924 m 0.19994,-5.848 c 1.81799,0 3.13065,1.2959 3.11599,2.924 -0.01512,1.7355 -1.21637,2.8615 -3.11599,2.924" id="autosatin259" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 7.8879,28 6.83453,30.809 M 3.8879,28 3.18565,30.809 m 4.8666,-2.7155 -4.38806,0.0037" id="autosatin260" sodipodi:nodetypes="cccc" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 5.05457,30.6667 -0.04448,0.1423 -0.2926,0.9363 -0.2926,0.9363 -0.20366,0.6517 v 0 L 4.13228,33.618 3.83968,34.5543 3.54708,35.4906 3.3879,36" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun148" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path d="M 4.8879,36 6.83453,30.809 M 1.8879,36 3.18565,30.809 m 3.79567,0.0935 -4.00182,0.0037" id="autosatin261" sodipodi:nodetypes="cccc" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-&lt;" style="display:inline" id="g2340">
    <path style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.999996" d="m 14.0026,29.7576 -8.682,-4.6078 m 8.682,8.0918 -8.70929,-4.7004 m 0.08662,0.2171 0.03038,-3.7312" id="autosatin256" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 3.07453,25.9438 0.88094,-1.9523 c 3.3490094,-1.527908 6.260616,-2.899353 9.60963,-4.42725" style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.999996;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun146" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="ccc"/>
    <path style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.999996" d="M 14.0026,21.15 5.07481,25.1003 M 14.0026,17.666 1.94924,23.2873" id="autosatin257" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.999996" d="m 1.98702,23.3805 3.33358,1.7693 m -3.37136,1.5867 3.34407,1.8047 M 2.03534,26.9518 2.07725,23.2596" id="autosatin258" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-=" style="display:inline" id="g2344">
    <path id="autosatin253" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.9869,28.9398 H 2.92811 M 11.9869,26.1647 H 2.92811 m 0.1,-0.1388 v 3.0527" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 2.77405,28.58355 0.3281116,26.5523" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun141" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="m 0.0781116,21.534 h 0.5087504 0.949998 0.95 0.56844 v 0 h 0.38156 0.95 0.95 0.69563 v 0 h 0.25437 0.95 0.95 0.82281 v 0 h 0.12719 0.95004 0.95 0.95" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun144" inkscape:label="Points droits pour auto-remplissage satin 3"/>
    <path id="autosatin254" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.9869,20.1464 H 0.0781116 M 11.9869,22.9215 H 0.0781116" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatin255" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0.0781116,26.1647 H 2.92811 M 0.0781116,28.9398 H 2.92811 M 0.178112,26.0259 v 3.0527" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-&gt;" style="display:inline" id="g2348">
    <path d="M 11.15855,27.9438 C 11.437833,26.626367 11.717117,25.308933 11.9964,23.9915 8.6473659,22.463624 5.2982764,20.93587 1.94924,19.408" style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.999996;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun143" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccccccccccccccc"/>
    <path style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.999996" d="M 1.94924,21.15 10.877,25.1003 M 1.94924,17.666 14.0026,23.2873" id="autosatin250" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.999996" d="M 14.0026,26.7365 3.97041,32.1508 M 13.9648,23.3805 3.96408,28.6883 m 9.95242,-1.7365 -0.0419,-3.6922" id="autosatin251" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.999996" d="M 1.94924,29.7576 3.96408,28.6883 M 1.94924,33.2416 3.97041,32.1508 M 3.88274,32.3715 3.87541,28.562" id="autosatin252" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-?" style="display:inline" id="g2352">
    <path d="M 10.24723,29.47445 7.709357,26.864054" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun136" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cc"/>
    <path d="m 5.97883,24.773 c 1.24215,-2.323785 1.5208054,-5.863568 3.5800398,-7.338383 0.8534122,-0.733 1.8823372,-1.319133 2.5003512,-2.284072 0.360535,-0.522997 0.474014,-1.174596 0.439443,-1.800317 -0.1033,-0.954185 -0.527272,-1.883099 -1.231633,-2.542881 C 10.143995,9.8046528 8.5524575,9.4161192 7.0787256,9.6550142 6.0608787,9.7488003 5.1018553,10.223238 4.3565183,10.90843 3.7725823,11.580149 3.3158817,12.387755 3.2267609,13.286533" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun140" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cccccccc"/>
    <path d="m 1.29962,14.3583 c 0.03134,-4.3286 2.75989,-6.39884 6.58615,-6.39884 3.23033,0 6.46073,1.78791 6.46073,5.74014 0,3.7013 -4.45351,4.4854 -4.45351,6.6497 V 25.023 M 4.90583,14.3583 c -0.15669,-1.8193 1.22361,-3.2326 2.97994,-3.2326 1.22315,0 2.85563,0.9114 2.85563,2.5739 0,2.227 -4.86423,2.0702 -4.86423,6.6497 V 25.023 M 5.48008,20.7305 10.1647,20.6863 m -2.20975,-4.9056 3.44715,2.9169 m -1.37,-5.7011 4.3752,-0.0442 M 7.51301,7.64901 7.42462,11.6265" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin247" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.47813,26.6453 6.3152,26.8733 5.39142,27.4968 4.782,28.4256 4.56215,29.5693 4.75324,30.4488 m 3.12484,-3.8035 1.2559,0.228 0.98932,0.6235 0.6457,0.9288 0.2251,1.1437 -0.1714,0.8945 M 4.55215,29.5693 h 6.45195" id="autosatin248" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7.87808,32.4933 1.28616,-0.2392 0.97856,-0.5954 0.6252,-0.9091 0.0547,-0.2858 M 7.67815,32.4933 6.46417,32.2475 5.47384,31.6177 4.80666,30.6947 4.75324,30.4488 m -0.28024,0.097 6.6324,0.017" id="autosatin249" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-@" style="display:inline" id="g2356">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 11.434651,28.073907 c -1.7235026,-0.03125 -3.115994,-1.329094 -3.115994,-2.92399 0,-1.628134 1.2393827,-2.923986 2.915981,-2.923986 m 0.39995,5.847976 c 1.111372,-0.03656 1.983526,-0.437136 2.5191,-1.110814 l 0.11447,-3.428063 c -0.537845,-0.791685 -1.484829,-1.309099 -2.63357,-1.309099 m 2.772713,3.01236 H 8.131728" id="path145530-7-17-3-1" sodipodi:nodetypes="csccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 11.480476,22.259718 -0.01216,-1.550876 c -0.268162,-0.582308 -0.953453,-0.919414 -1.9963297,-0.919414 -2.8305895,0 -4.6481451,1.992062 -4.6481451,4.872892 0,2.819538 2.35388,4.903543 4.9461143,4.903543 h 1.6321415 m 2.841591,-6.028397 -0.09375,-2.491507 c -0.09104,-2.419412 -2.085717,-4.045419 -4.6779517,-4.045419 -4.4991427,0 -7.270152,3.371184 -7.270152,7.66178 0,4.535778 3.3371061,7.355312 7.5681212,7.355312 H 14.030744 M 5.2591067,25.32668 6.4081552,32.044194 M 10.385631,20.200156 5.2591067,17.327534" id="path38590" sodipodi:nodetypes="ccsssccssssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-A" style="display:inline" id="g2360">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 21.0017,32.06 18.379357,25.599217 M 16.0115,32.06 14.211657,27.108517 m -0.175,0.1697 4.5889,-1.6619" id="autosatin1" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="M 15.7238,24.8309 15.297,23.722 14.9809,22.9009 v 0 l -0.1108,-0.2878 -0.4269,-1.1089 -0.4268,-1.1089 -0.2107,-0.5474 v 0 l -0.2162,-0.5615 -0.4268,-1.1089 -0.4269,-1.1089 -0.1054,-0.2737 v 0 l -0.3215,-0.8352 -0.4268,-1.1089 -0.4269,-1.1089" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun1" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.447,10.9833 5.932357,14.615917 M 10.4634,16.5004 14.211657,27.108517 M 10.3976,16.8706 12.584,10.8" id="autosatin2" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin3" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4927,27.8136 H 6.465 m 6.6639,-3.8124 H 7.79779" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 5.12272,25.0328 0.16314,-0.4319 0.40398,-1.066 0.40552,-1.0654 0.36192,-0.9508 v 0 L 6.50088,21.4042 6.91585,20.3139 7.32157,19.248 7.7273,18.182 7.79443,18.0056 v 0 l 0.33859,-0.8896 0.40656,-1.0656 0.4077,-1.0653 0.18798,-0.4912 v 0 l 0.21972,-0.574 0.4077,-1.0653 0.40772,-1.0653 0.3085,-0.806" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun2" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.447,10.9833 10.4634,16.5004 7.79779,24.0012 6.465,27.8136 5.76253,29.7777 M 8.51067,10.9833 0.883383,29.7752 M 3.81549,21.0091 h 5.58087" id="autosatin6" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.94624,32.06 5.76253,29.7777 M -0.0439577,32.06 0.883383,29.7752 M 5.97301,29.872 0.601621,29.8677" id="autosatin5" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-B" style="display:inline" id="g2364">
    <path d="m 13.7097,29.1049 -0.8214,0.5234 -1.0933,0.4001 -1.1651,0.1342 -0.2152,0.0064 v 0 L 9.45921,30.1973 H 8.30945 7.1597 6.8888" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun3" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path id="autosatin4" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.8888,28.3945 h 3.09623 l 1.04147,-0.1998 0.8611,-0.5436 0.5861,-0.8036 0.2165,-0.9799 -0.2165,-0.9669 -0.5861,-0.805 -0.8611,-0.5509 -0.7806,-0.153 M 6.8888,32 h 4.074 l 1.505,-0.1103 1.3315,-0.3216 1.1498,-0.5188 0.9595,-0.7018 0.761,-0.8709 0.5539,-1.0257 0.3385,-1.1667 0.1147,-1.2933 -0.0916,-1.0177 -0.2628,-0.9237 -0.4155,-0.8256 -0.55,-0.723 -0.6661,-0.616 -0.7639,-0.5049 -1.7477,-0.6587 -2.0261,-0.7241 -0.6612,-0.115 m 1.5694,6.1985 5.8303,-0.089 m -7.8331,2.0472 v 4.4507 m 0.2733,-8.903 0.2709,-3.8629" sodipodi:nodetypes="csssccccssccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 12.2957,19.3775 0.7351,-0.9146 0.1696,-0.4987 v 0 l 0.1934,-0.5687 0.0051,-1.1537 -0.3089,-1.1265 -0.2234,-0.3144 v 0 l -0.4587,-0.6458 -0.9542,-0.681 -1.096,-0.4217 -0.1684,-0.0186 v 0 L 9.15815,12.92 8.02616,12.8632 H 6.8888" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun4" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="ccccccccccccccccc"/>
    <path id="autosatin7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.8888,11.0451 h 2.73772 c 3.78068,0 6.19248,2.3728 6.19248,5.2387 0,2.1263 -0.9778,3.7287 -2.6399,4.4375 M 6.8888,14.6814 h 1.69478 c 1.40145,0 2.57472,1.0785 2.57472,2.4344 0,1.3251 -1.17327,2.4345 -2.57472,2.4345 m 2.18692,-3.1275 5.2072,-0.089 M 9.16829,10.904 9.2128,15.0876" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatin8" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.4918,19.8822 8.58358,19.5503 H 6.8888 m 3.3571,3.8415 -0.26087,-0.0511 H 6.8888 m 2.94708,-4.114 0.17802,4.4506" sodipodi:nodetypes="csssccccssccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="m 4.4444,21.5225 v -0.1216 -1.1558 -1.15 -1.0651 0 -0.0849 -1.15 -1.15 -1.1075 0 -0.0425 -1.15 -1.15" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun5" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,11.0451 V 29.4509 M 6.8888,11.0451 v 18.4058 m -5.19756,-8.8 H 7.0765" id="autosatin9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8888,32 V 29.4509 M 2,32 v -2.5491 m -0.24444,0.1 h 5.37768" id="autosatin10" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-C" style="display:inline" id="g2368">
    <path d="M 17.591487,30.052807 19.1551,27.0771 19.7883,26.0935" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun7" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path d="m 17.8005,24.9445 -0.5016,0.7387 -0.3552,0.523 -1.208,0.9796 L 14.286,27.82 12.7038,28.0455 11.4729,27.9146 10.3291,27.5389 9.29613,26.9445 8.43712,26.1918 m 14.49078,-1.2473 -0.6496,1.5521 -0.1253,0.2031 -0.7492,1.2144 -1.0767,1.2606 -1.2563,1.0814 -1.4131,0.88 -1.5473,0.6561 -1.6589,0.4101 -1.7477,0.1416 -2.1631,-0.2187 -2.01586,-0.627 -1.82521,-0.9919 -1.39165,-1.1488 m 7.35132,3.2189 0.0445,-5.2085" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin12" sodipodi:nodetypes="csssccssscccccccccccccccccccccccsscccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4.61545,23.8336 4.53098,23.3908 v 0 l -0.13013,-0.682 -0.10756,-1.1329 0.11275,-1.1403 0.11364,-0.567 v 0 L 4.63012,19.3175 4.97068,18.2243 5.508,17.2123 5.90596,16.632 v 0 l 0.24713,-0.3604 0.74476,-0.8667 0.87507,-0.7395 0.70517,-0.4398 v 0 l 0.26342,-0.1643 1.02963,-0.4912 1.09186,-0.3476 0.9513,-0.1244 v 0 l 0.1821,-0.0238 1.1484,-0.0302 1.1587,0.1496 1.0226,0.2625 v 0 l 0.1064,0.0274 1.0689,0.4733 1.0044,0.5907 0.845,0.7235 v 0 l 0.043,0.0369 0.7979,0.8483 0.6239,0.9894" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun8" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"/>
    <path d="m 17.7698,18.1899 -0.8563,-1.2651 -1.2047,-0.957 -1.4406,-0.6059 -1.5644,-0.2116 -1.2309,0.1322 -1.1438,0.3787 -1.03297,0.5982 -0.89842,0.7906 -0.74011,0.9562 -0.55805,1.0947 -0.35224,1.2062 -0.12269,1.2908 0.12269,1.2996 0.35224,1.2104 0.55805,1.0952 0.74011,0.9542 0.03941,0.0345 m 14.46008,-8.0019 -0.6483,-1.5406 -0.871,-1.4064 -1.0718,-1.2503 -1.2506,-1.0721 -1.4075,-0.8721 -1.5424,-0.6501 -1.6554,-0.4062 -1.7464,-0.1402 -2.1631,0.2187 -2.01586,0.627 -1.82521,0.992 -1.59097,1.3132 -1.31321,1.5909 -0.99191,1.8252 -0.62707,2.0159 -0.2187,2.1631 0.2187,2.1631 0.62707,2.0159 0.99191,1.8252 1.31321,1.5909 0.19932,0.1645 M 12.7038,10.4858 v 5.2531 m -11.06757,5.948 5.35444,-0.089 m 16.12493,-3.5006 -5.6591,0.0103" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin13" sodipodi:nodetypes="csssccssscccccccccccccccccccccccsscccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-D" style="display:inline" id="g2372">
    <path d="m 13.5054,27.9582 -0.5678,0.4599 -0.8655,0.4936 -0.9055,0.41 -0.9026,0.2723 v 0 L 10.2108,29.61 9.22911,29.7672 8.23488,29.8533 7.2373,29.8691 H 6.61904" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun6" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path id="autosatin11" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.61904,32 h 1.68532 l 2.18264,-0.208 2.0068,-0.5988 1.7953,-0.952 1.5485,-1.2677 1.2661,-1.5455 0.9483,-1.7859 0.595,-1.9885 L 18.8532,21.5 18.6458,19.3464 18.0476,17.3579 17.0955,15.572 15.8259,14.0265 14.2754,12.7588 12.4806,11.8068 10.4781,11.208 8.30436,11 H 6.61904 m 0,16.7382 h 1.40444 l 1.29063,-0.1249 1.16959,-0.359 1.0328,-0.5697 0.8802,-0.7568 0.7121,-0.9204 0.528,-1.0605 L 13.9652,22.77 14.0782,21.5 13.9665,20.2314 13.6412,19.0579 13.117,18.0024 12.4084,17.0877 11.5302,16.3366 10.4968,15.7718 9.32307,15.4162 8.02348,15.2926 H 6.61904 m 7.16956,6.4544 5.2149,-0.0442" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.61904,11 V 32 M 2,11 v 21" id="autosatin14" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-E" style="display:inline" id="g2376">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,32 H 6.56853 M 14,27.8 H 6.56853" id="autosatin15" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.28426,28.5 V 28.1 27.15 26.2 25.25 25 25 24.3 23.35 22.4 21.5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun9" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 6.56853,21.4691 h 0.4769 0.95 0.95 0.95 0.23657 v 0 h 0.7134 0.95 0.95" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun10" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.6954,23.5691 H 6.56853 m 7.12687,-4.2 H 6.56853" id="autosatin16" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.28426,21.5 V 21.45 20.5 19.55 18.6 18 18 17.65 16.7 15.75 14.8 14.5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun11" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path d="M 6.56853,13.1 H 7.35 8.3 9.25 10.2 10.2843 v 0 h 0.8657 0.95 0.95" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun12" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,15.2 H 6.56853 M 14,11 H 6.56853" id="autosatin17" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,11 V 30 M 6.56853,11 V 30 M 1.77157,11.1 h 5.02538" id="autosatin18" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.56853,32 V 30 M 2,32 v -2 m -0.22843,0.1 h 5.02538" id="autosatin19" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 11" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-F" style="display:inline" id="g2380">
    <path d="M 4.28426,28.5 V 28.1 27.15 26.2 25.25 25 25 24.3 23.35 22.4 21.5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun13" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="m 6.56853,21.4691 h 0.4769 0.95 0.95 0.95 0.23657 v 0 h 0.7134 0.95" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun14" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.6954,23.5691 H 6.56853 m 7.12687,-4.2 H 6.56853" id="autosatin20" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 4.28426,21.5 V 21.45 20.5 19.55 18.6 18 18 17.65 16.7 15.75 14.8 14.5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun15" inkscape:label="Points droits pour auto-remplissage satin 4"/>
    <path d="M 6.56853,13.1 H 7.35 8.3 9.25 10.2 10.2843 v 0 H 11.15 12.1" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun16" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,15.2 H 6.56853 M 14,11 H 6.56853" id="autosatin21" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,11 V 30 M 6.56853,11 V 30 M 1.77157,11.1 h 5.02539" id="autosatin23" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.56853,32 V 30 M 2,32 v -2 m -0.22843,0.1 h 5.02539" id="autosatin24" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-G" style="display:inline" id="g2384">
    <path d="m 19.199459,28.414996 c 0.67996,-1.562699 1.674209,-3.007672 2.028596,-4.697486 0.137909,-0.58567 0.110621,-1.192233 0.104291,-1.78891" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun17" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.8183,20.8013 7e-4,1.6014 m 5.0927,-1.6014 v 0.7331 l -0.184,1.8544 m 0.2558,-0.0502 -5.4105,-1.0852" id="autosatin22" sodipodi:nodetypes="cssssccssscccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 18.8191,22.6021 h -0.6861 -0.9501 -0.9502 -0.132 v 0 h -0.8181" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun18" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="ccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.3823,20.8013 h 5.436 m -5.436,3.6017 h 5.4376" id="autosatin25" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.819,22.4027 9e-4,2.0003 -0.5014,1.0962 -0.6159,0.8475 -0.7065,0.6304 -0.7732,0.445 -1.6506,0.4597 -1.63,0.0971 L 11.7002,27.855 10.5378,27.4973 9.48139,26.9264 8.55761,26.163 8.45153,26.0333 m 15.27617,-2.6445 -0.0372,0.3749 -0.6353,2.0501 -1.0065,1.8346 -1.3351,1.5825 -1.6209,1.2942 -1.864,0.9694 -2.0644,0.6083 -2.222,0.2109 L 10.7369,32.1015 8.67744,31.49 6.8095,30.5167 5.17876,29.2189 5.05467,29.0731 m 7.98263,-1.4483 v 4.8613" id="autosatin26" sodipodi:nodetypes="cssssccssscccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="M 6.16998,26.8577 C 3.8805387,24.016525 3.8018072,19.741771 5.7678964,16.70876 c 1.6175063,-2.614065 4.6920586,-4.294897 7.7820476,-4.047024 2.843865,0.175583 5.557074,1.912097 6.836256,4.469764" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun19" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.1913,17.9964 -0.4383,-0.7945 -0.5278,-0.6668 -1.2695,-0.9773 -1.464,-0.547 -1.5494,-0.1704 -1.2421,0.1401 -1.1624,0.4004 -1.05641,0.6312 -0.92378,0.8326 -0.76466,1.0044 -0.57902,1.1467 -0.36686,1.2595 -0.12818,1.3428 0.12818,1.3266 0.36686,1.2168 0.57902,1.0863 0.65858,0.8055 M 23.3774,17.9964 22.6983,16.3787 21.7867,14.91 l -1.1171,-1.2991 -1.2957,-1.109 -1.4475,-0.8983 -1.5724,-0.6671 -1.6703,-0.4154 -1.7414,-0.143 -2.2054,0.2284 -2.05946,0.6542 -1.86794,1.0337 -1.63074,1.3669 -1.34786,1.6538 -1.0193,1.8943 -0.64508,2.0885 -0.22517,2.2365 0.22517,2.2202 0.64508,2.0458 1.0193,1.834 1.22377,1.4387 M 13.0373,9.9913 V 15.162 M 1.59099,21.747 h 5.3475 M 23.5985,17.9039 17.8832,17.909" id="autosatin27" sodipodi:nodetypes="cssssccssscccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-H" style="display:inline" id="g2388">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.9847,32 V 22.3916 M 13.8957,32 v -9.6084 m -0.2545,0.1 h 5.598" id="autosatin28" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 16.4402,21.4958 c 0,-2.868067 0,-5.736133 0,-8.6042" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun20" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.9847,10.9916 v 11.4 m -5.089,-11.4 v 11.4 m -0.2545,-11.3 h 5.598" id="autosatin29" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin30" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.8957,23.5658 H 6.77099 M 13.8957,19.3641 H 6.771" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 4.3855,21.4958 v -0.0542 -0.95 -0.95 -0.95 -0.5972 0 -0.3528 -0.95 -0.95 -0.95 -0.2986 0 -0.6514 -0.95" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun21" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 2,10.9916 v 19 m 4.771,-19 v 19 m -5.00955,-18.9 h 5.24809" id="autosatin31" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.771,32 V 29.9916 M 2,32 v -2.0084 m -0.23855,0.1 h 5.24809" id="autosatin32" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-I" style="display:inline" id="g2392">
    <path d="M 5.97684,32 V 26.2095 M 2,32 v -5.7905 m -0.19884,0.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin33" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 3.98842,25.0032 c 0,-4.286919 0,-8.573837 0,-12.860756" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun22" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 5.97684,11.0095 v 15.2 M 2,11.0095 v 15.2 m -0.19884,-15.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin34" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-J" style="display:inline" id="g2396">
    <path d="m 4.69839,30.0233 c 1.3923739,-0.09198 2.8740707,-0.534194 3.7685046,-1.670007 1.0812063,-1.38134 1.1500945,-3.221776 1.1670762,-4.902904 0.01296,-4.16963 0.2536854,-7.269571 0.2573554,-11.439286" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun24" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cccc"/>
    <path d="m 7.34182,10.9411 v 12.7858 l -0.07037,1.5706 -0.14128,0.6981 -0.25939,0.6143 -0.41306,0.5112 -0.60227,0.389 -0.82701,0.2475 -1.0873,0.0868 -0.84644,-0.0777 m 8.8426,-16.8256 v 13.1573 l -0.1388,2.0769 -0.4083,1.7387 -0.6662,1.4195 -0.9121,1.1191 -1.14618,0.8376 -1.36842,0.5749 -1.57881,0.3311 -1.77735,0.1062 -0.865,-0.05 m 4.25571,-8.5263 4.61545,0.3731 m -7.8802773,3.231669 -0.062941,5.296238 M 7.11205,11.0411 h 5.05505" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin37" sodipodi:nodetypes="cssccsscccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 1.32169,26.8227 0.35543,0.3817 0.56941,0.3265 0.76186,0.2279 0.08631,0.0079 M 1,31.9618 l 1.40164,0.2516 0.6745,0.039 m -0.07955,-4.722 -0.02125,4.9408" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin36" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-K" style="display:inline" id="g2400">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 20.144,32 11.472,21.6063 M 13.68,32 6.8,22.7068 v -2.201 M 9.1875,27 16.625,26.9375" id="autosatin35" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 10.824,18.8743 c 1.580834,-2.043107 3.161639,-4.086236 4.7424,-6.1294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun23" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.68,11.2126 6.8,20.5058 m 13.024,-9.2932 -8.352,10.3937" id="autosatin38" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 4.4,21.6063 c 0,-2.831233 0,-5.662467 0,-8.4937" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun25" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 2,11.2126 v 18.05 m 4.8,-18.05 v 18.05 m -5.04,-17.95 h 5.28" id="autosatin39" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,32 V 29.2626 M 2,32 v -2.7374 m -0.24,0.1 h 5.28" id="autosatin40" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-L" style="display:inline" id="g2404">
    <path d="M 14.0445,27.8425 H 6.58546 V 27.8178 M 14.0445,32 H 2.3625 M 8.875,27.25 v 5.4375" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin41" sodipodi:nodetypes="cccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 4.29273,28.8118 c 0,-5.937267 0,-11.874533 0,-17.8118" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun26" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="M 6.58546,11 V 27.8178 M 2,11 v 21 h 0.3625 m -1.05,-6.6875 h 5.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin42" sodipodi:nodetypes="cccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-M" style="display:inline" id="g2408">
    <path style="font-size:5.5px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.0999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 23.6448,32.0015 23.1547,29.226 21.0816,17.4779 m 7.8498,14.5206 -0.8076,-4.0238 -3.4217,-17.0324 m 0.2112,-0.1802 -3.9873,7.188" id="autosatin43" sodipodi:nodetypes="cccccccc" inkstitch:satin_column="True" inkstitch:center_walk_underlay="True" inkstitch:ties="3" inkstitch:zigzag_spacing_mm="0.25" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:force_lock_stitches="False" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:zigzag_underlay="False"/>
    <path id="autosatin44" style="font-size:5.5px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.0999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.9993,10.9423 -4.5175,14.7724 -1.4066,3.7305 m 11.6269,-18.5029 -3.6205,6.5356 -3.5045,11.9432 m 2.7231,-8.5004 h -4.9445" inkstitch:satin_column="True" inkstitch:center_walk_underlay="True" inkstitch:ties="3" inkstitch:zigzag_spacing_mm="0.25" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:force_lock_stitches="False" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:zigzag_underlay="False" sodipodi:nodetypes="cccccccc"/>
    <path id="autosatin45" style="font-size:5.5px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.0999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.82,32.0015 0.7571,-2.5804 m -5.4658,2.5804 0.9639,-2.5563 m -0.2607,0.0946 4.9599,-0.0238" inkstitch:satin_column="True" inkstitch:center_walk_underlay="True" inkstitch:ties="3" inkstitch:zigzag_spacing_mm="0.25" inkscape:label="Auto-remplissage satin 5" inkstitch:pull_compensation_mm="0.02" inkstitch:force_lock_stitches="False" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:zigzag_underlay="False" sodipodi:nodetypes="cccccccc"/>
    <path id="autosatin46" style="font-size:5.5px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.0999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.1113,32.0015 7.84965,17.4779 M 14.4818,25.7147 9.93193,10.9423" inkstitch:satin_column="True" inkstitch:center_walk_underlay="True" inkstitch:ties="3" inkstitch:zigzag_spacing_mm="0.25" inkscape:label="Auto-remplissage satin 6" inkstitch:pull_compensation_mm="0.02" inkstitch:force_lock_stitches="False" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:zigzag_underlay="False" sodipodi:nodetypes="cccc"/>
    <path id="autosatin47" style="font-size:5.5px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.0999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="Auto-remplissage satin 8" d="M 9.93193,10.9423 8.99945,13.8682 7.84965,17.4779 5.83917,28.8698 M 4.22916,10.9423 3.63422,13.9025 0.628644,28.8677 M 3.39532,13.758 9.31387,13.7237 m -8.10256,7.711 H 7.6986 m 2.4876,-10.3972 -6.26135,0.003" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" sodipodi:nodetypes="ccccccccccc"/>
    <path id="autosatin48" style="font-size:5.5px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.0999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="Auto-remplissage satin 10" d="M 5.28648,32.0015 5.83917,28.8698 M -1.4242e-4,31.9985 0.628644,28.8677 M 6.08244,28.9684 0.348311,28.9656" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" sodipodi:nodetypes="ccccccccccc" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-N" style="display:inline" id="g2412">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.9894,32 V 29.2626 M 14.2171,32 v -2.7374 m -0.2386,0.1 h 5.2495" id="autosatin49" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 16.6032,28.5354 c 0,-5.165835 0,-10.331669 0,-15.497504" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun31" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 14.2171,11.2126 v 18.05 m 4.7723,-18.05 v 18.05 m -5.0109,-17.95 h 5.2495" id="autosatin50" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin51" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.2171,32 6.7723,19.0384 m 7.4448,5.1358 -7.4448,-12.9616" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.7723,11.2126 V 28.2 M 2,11.2126 V 28.2 M 1.76138,28.1 h 5.24954" id="autosatin52" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.7723,32 V 28.2 M 2,32 v -3.8 m -0.23862,3.7 h 5.24954" id="autosatin53" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-O" style="display:inline" id="g2416">
    <path d="m 19.4431,27.0297 c 2.314607,-2.303409 3.063931,-6.105997 1.54404,-9.041282 -1.661937,-3.575526 -5.931356,-5.793282 -9.799909,-4.815686 -3.6361002,0.830246 -6.6286758,4.160827 -6.7746256,7.932365 -0.082313,2.188068 0.837129,4.352999 2.3316896,5.931103" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun32" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="M 8.69161,25.7019 8.6754,25.6886 7.88116,24.7593 7.27472,23.7096 6.88767,22.571 6.75163,21.375 6.88767,20.1803 7.27472,19.0452 7.88116,18.0004 8.6754,17.0768 l 0.95041,-0.7719 1.07499,-0.5894 1.168,-0.3761 1.2293,-0.1323 1.2293,0.1323 1.1679,0.3761 1.075,0.5894 0.9504,0.7719 0.7943,0.9236 0.6064,1.0448 0.3871,1.1351 0.136,1.1947 -0.136,1.196 -0.3871,1.1386 -0.6064,1.0497 -0.7943,0.9293 -0.9504,0.7776 -1.075,0.5943 -1.1679,0.3797 -1.2293,0.1335 M 5.36606,29.024 5.30782,28.977 3.93293,27.369 2.88824,25.5384 2.22435,23.5343 1.99181,21.406 l 0.23254,-2.1284 0.66389,-2.0041 1.04469,-1.8306 1.37489,-1.608 1.65454,-1.3362 1.8836,-1.0153 2.06214,-0.6452 2.19,-0.226 2.19,0.226 2.0621,0.6452 1.8836,1.0153 1.6545,1.3362 1.3749,1.608 1.0447,1.8306 0.6639,2.0041 0.2325,2.1284 v 0 l -0.2325,2.1283 -0.6639,2.0041 -1.0447,1.8306 -1.3749,1.608 -1.6545,1.3362 -1.8836,1.0153 -2.0621,0.6452 -2.19,0.226 M 13.2283,9.8125 v 6.0625 m 5.7092,5.375 H 24.75 m -17.6875,0 h -5.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin54" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 13.0981,27.5737 -1.2293,-0.1335 -1.168,-0.3797 -1.07499,-0.5943 -0.9342,-0.7643 m 4.40649,6.4978 -2.19,-0.226 -2.06214,-0.6452 -1.8836,-1.0153 -1.5963,-1.2892 m 7.63264,-1.6924 -10e-5,5.0892" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin55" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-P" style="display:inline" id="g2420">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,32 V 28.2 M 6.86075,32 v -3.8 m -5.10379,3.7 h 5.34683" id="autosatin56" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.43037,26.3 4.3674286,13.32883" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun33" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.86075,11 V 22.6 M 2,11 V 22.6 M 1.75696,22.5 h 5.34683" id="autosatin57" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 7.647517,22.767912 c 1.4975742,-0.04192 2.2458469,0.04133 3.707912,-0.366417 1.683681,-0.48487 2.982024,-2.028309 3.204254,-3.761447 0.112183,-0.639027 0.12299,-1.293094 -0.02588,-1.927527 -0.313135,-1.767437 -1.742362,-3.24828 -3.476547,-3.67944 -1.3556618,-0.31918 -1.8142053,-0.114266 -3.1937038,-0.148185" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun34" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cccccc"/>
    <path id="autosatin58" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.86075,14.6441 h 2.59239 c 1.42586,0 2.91646,1.1735 2.91646,3.0883 0,2.0073 -1.4906,3.1191 -2.91646,3.1191 H 6.86075 m 0,-9.8515 h 3.40255 c 3.5645,0 6.7402,2.7485 6.7402,6.7324 0,4.2617 -3.1757,6.7632 -6.7402,6.7632 H 6.86075 M 11.8125,18.0625 H 17.5 M 9.4375,10.75 v 4.125 m 0,5.375 v 4.5" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.86075,22.6 v 5.6 M 2,22.6 v 5.6 M 1.75696,28.1 h 5.34683" id="autosatin59" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Q" style="display:inline" id="g2424">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 25,32.0107 H 15.6032 M 25,28.3302 h -2.5053 l -6.8926,3.5762 M 19.6664,29.26 v 2.9168" id="autosatin60" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 16.3334,29.1497 0.3424,-0.1493 0.8496,-0.4807 0.7793,-0.5871 0.7093,-0.6684 0.1528,-0.1751 v 0 l 0.49,-0.5612 0.5354,-0.8142 0.4768,-0.8519 0.2856,-0.7865 v 0 l 0.0475,-0.1307 0.2662,-0.9367 0.1128,-0.9706 0.0178,-0.9707 -0.0506,-0.4689 v 0 L 21.2967,20.119 21.0642,19.1992 20.7669,18.2939 20.3147,17.4562 20.2119,17.2876 v 0 l -0.3921,-0.6429 -0.6099,-0.7324 -0.6683,-0.6741 -0.674,-0.5612 v 0 l -0.0584,-0.0487 -0.8066,-0.5019 -0.8353,-0.4575 -0.9039,-0.3003 -0.5816,-0.1537 v 0 l -0.336,-0.0888 -0.9476,-0.1022 -0.9731,0.0055 -0.943,0.1017 -0.2991,0.0822 v 0 l -0.612,0.1683 -0.89957,0.2987 -0.82819,0.4622 -0.79943,0.5041 -0.04336,0.0361 v 0 L 7.31497,15.2535 6.65283,15.927 6.04591,16.6559 5.65837,17.295 v 0 l -0.10289,0.1697 -0.45071,0.8333 -0.2941,0.9016 -0.23196,0.9151 -0.05299,0.4914 v 0 l -0.0487,0.4516 0.01294,0.9582 0.10771,0.9721 0.2676,0.9378 0.05587,0.157 v 0 l 0.27135,0.7626 0.47613,0.8546 0.54359,0.8084 0.49243,0.5927" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun35" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path id="autosatin61" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.02605,29.6545 5.34427,29.088 4.00415,27.4753 2.98589,25.6394 2.33878,23.6296 2.11213,21.495 2.33878,19.3605 2.98589,17.3506 4.00415,15.5147 5.34427,13.902 l 1.61269,-1.34 1.83596,-1.0183 2.00998,-0.647 2.1346,-0.2267 2.1346,0.2267 2.0099,0.647 1.836,1.0183 1.6127,1.34 1.3401,1.6127 1.0182,1.8359 0.6472,2.0099 0.2266,2.1345 -0.2513,2.2457 -0.7152,2.1036 -1.1212,1.9007 -1.4692,1.6368 -1.0218,0.8104 -1.1409,0.7072 -2.6314,1.1113 -1.2255,0.2359 -1.2488,0.0734 M 9.09104,26.1811 8.62666,25.7902 7.85252,24.8582 7.26141,23.8055 6.88416,22.6636 l -0.1326,-1.1995 0.1326,-1.1982 0.37725,-1.1384 0.59111,-1.0477 0.77414,-0.9264 0.92638,-0.7741 1.04776,-0.5911 1.1385,-0.3772 1.1982,-0.1326 1.1982,0.1326 1.1384,0.3772 1.0478,0.5911 0.9264,0.7741 0.7741,0.9264 0.5911,1.0477 0.3773,1.1384 0.1326,1.1982 -0.1326,1.1995 -0.3773,1.1419 -0.5911,1.0527 -0.7741,0.932 -0.9264,0.7798 -1.0478,0.5961 -1.1384,0.3807 -1.1982,0.1339 M 1.875,21.9465 h 5.0625 m 12.0313,0 h 4.9374 M 13.0312,10.5 v 5" sodipodi:nodetypes="csssccccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin62" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.9375,27.6807 11.7393,27.5468 10.6008,27.1661 9.55304,26.57 9.09104,26.1811 M 12.9375,32.32 10.8029,32.0934 8.79292,31.4463 6.95696,30.4281 6.02605,29.6545 m 3.29472,-3.5826 -3.37104,3.8202" sodipodi:nodetypes="csssccccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-R" style="display:inline" id="g2428">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.096,32 -6.24,-7.7206 M 12.016,32 6.83201,24.4956" id="autosatin63" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 10.3263,22.5416 c 0.303142,-0.05058 0.621562,-0.0447 0.914999,-0.131148 0.413905,-0.190093 0.855225,-0.329662 1.218959,-0.612217 0.243075,-0.167152 0.516975,-0.299716 0.681443,-0.555075 0.252388,-0.295788 0.513629,-0.58532 0.687799,-0.936493 0.14995,-0.254286 0.323469,-0.498553 0.369913,-0.79684 0.113281,-0.381574 0.219332,-0.764607 0.246921,-1.163466 0.05159,-0.29941 0.07348,-0.599492 0.02645,-0.901098 -0.01569,-0.345061 -0.0608,-0.685179 -0.165616,-1.015265 C 14.244219,16.119032 14.141911,15.82242 13.986877,15.545039 13.863593,15.265061 13.724132,14.995054 13.518118,14.766066 13.325546,14.50473 13.130724,14.245523 12.865031,14.053384 12.624992,13.837283 12.381932,13.625515 12.08481,13.49129 11.810997,13.333716 11.539133,13.171497 11.225163,13.109685 10.885296,12.997474 10.540682,12.90823 10.182204,12.886132 9.514435,12.783594 8.8365828,12.837067 8.1635636,12.8221 c -0.4542245,0 -0.9084491,0 -1.3626736,0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun36" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path id="autosatin64" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.80178,14.6441 h 2.55999 c 1.40803,0 2.88003,1.1735 2.88003,3.0883 0,2.0073 -1.472,3.1191 -2.88003,3.1191 H 6.80178 M 6.8,11 h 3.36 c 3.52,0 6.656,2.7485 6.656,6.7324 0,3.5514 -2.208,5.8985 -4.96,6.547 L 6.83201,24.4956 M 11.844,18.0157 h 5.1266 M 8.97142,10.6984 v 4.1101 m 0,5.701 v 4.1543" sodipodi:nodetypes="csssccsscccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 4.4,21.5 c 0,-2.833333 0,-5.666667 0,-8.5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun37" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cccccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,11 V 28.2 M 2,11 V 28.2 M 1.76,28.1 h 5.28" id="autosatin65" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,32 V 28.2 M 2,32 v -3.8 m -0.24,3.7 h 5.28" id="autosatin66" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-S" style="display:inline" id="g2432">
    <path d="m 15.0486,29.0699 c 1.785249,-1.282078 2.135865,-4.359148 0.212321,-5.686813 -2.831497,-2.412336 -7.1692602,-2.10265 -9.694535,-4.976673 -1.2442582,-1.655807 -0.2767124,-4.151338 1.4985975,-4.990966 2.2131656,-1.224089 6.4732915,-0.631661 8.4368235,2.033856" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun38" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccccc"/>
    <path d="m 13.9289,17.3341 -0.3621,-1.3664 -0.7321,-0.8872 -1.1049,-0.4798 -1.4804,-0.1439 -0.99413,0.12 -0.97184,0.3812 -0.73815,0.6739 -0.21537,0.4566 -0.07766,0.5416 0.13097,0.624 0.37013,0.4996 0.57512,0.4001 0.74595,0.3253 1.86768,0.526 2.1411,0.5253 2.1411,0.7233 0.9851,0.4979 0.8826,0.6221 0.7459,0.7708 0.5752,0.9446 0.3701,1.1432 0.131,1.3665 -0.1904,1.6942 -0.5371,1.4194 -0.8327,1.1597 -1.0771,0.9151 -1.2705,0.6855 -1.4127,0.471 -1.5038,0.2715 -1.5438,0.0872 L 8.90205,32.1951 7.33687,31.869 5.89336,31.3177 4.61435,30.5346 3.54268,29.5134 2.8195,28.399 M 18.2317,17.3341 18.014,15.6865 17.4968,14.2946 16.7175,13.1474 15.7131,12.2337 14.521,11.5424 13.1783,11.0624 11.7222,10.7826 10.19,10.6918 8.80967,10.7869 7.45996,11.0744 6.18815,11.557 5.04153,12.2376 4.06739,13.119 l -0.75436,1.0853 -0.48731,1.2918 -0.17294,1.5013 0.13097,1.3242 0.37013,1.1079 0.57512,0.9165 0.74595,0.7498 0.88262,0.6079 0.98511,0.4909 2.14105,0.7297 2.14107,0.5589 1.8677,0.5865 0.746,0.3657 0.5751,0.4469 0.3701,0.553 0.131,0.6839 -0.0971,0.6413 -0.2678,0.529 -0.9074,0.7543 -1.1689,0.4041 L 10.7241,28.568 9.15603,28.3522 7.83831,27.6917 7.31681,27.1884 6.95239,26.6311 m 3.29711,-12.1643 -0.0597,-3.785 m -2.92758,5.9475 -4.61941,0.3689 m 16.28129,8.5995 -4.6193,0.5226 m -3.7592,6.1921 0.179,-3.7544" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin67" sodipodi:nodetypes="cssssccssssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 6.51039,24.956 0.12507,0.867 0.27461,0.7434 0.04232,0.0647 m -4.95245,-1.6751 0.1927,1.7745 0.52852,1.517 0.09834,0.1515 m -0.2613,0.0046 4.55087,-1.947" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin68" sodipodi:nodetypes="cssssccssssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-T" style="display:inline" id="g2436">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.5022,32 V 28.2 M 6.51163,32 v -3.8 m 5.24007,3.7 H 6.2621" id="autosatin69" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 9.0069201,27.037525 c 0,-3.88915 0,-7.778301 0,-11.667451" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun39" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 10.7969,13.2913 6.341562,-0.06294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun40" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.9567,15.3701 h -7.6 m 7.6,-4.1575 h -7.6 m 7.5,4.3654 v -4.5733" id="autosatin70" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 9.5380729,13.2913 0.81247378,13.35424" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun41" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0.0571775,11.2126 H 10.3567 M 0.0571775,15.3701 H 10.3567 m -0.1,0.2079 v -4.5733" id="autosatin71" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.5022,15.3701 V 28.2 M 6.51163,15.3701 V 28.2 M 11.7517,28.1 H 6.2621" id="autosatin72" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-U" style="display:inline" id="g2440">
    <path d="m 16.3397,26.2257 c 0.109495,-0.451429 0.200213,-0.913928 0.260236,-1.375392 0.156056,-1.543404 0.08707,-3.096655 0.102864,-4.645186 v -8.05576" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun42" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cccc"/>
    <path d="m 14.4507,11.1423 v 12.0886 l -0.1798,1.9264 -0.2494,0.775 -0.3779,0.6438 -0.5229,0.5082 -0.6843,0.3684 -0.8625,0.2242 -1.0571,0.0757 L 9.46841,27.6769 8.61001,27.4527 7.92615,27.0843 7.40135,26.5761 7.02013,25.9323 6.767,25.1573 6.76019,25.086 M 18.955,11.1423 v 12.7653 l -0.1446,1.962 -0.4264,1.7086 -0.6975,1.4526 -0.9574,1.1942 -1.2066,0.9331 -1.4449,0.6697 -1.6722,0.4037 -1.8886,0.1351 L 8.62825,32.2315 6.95608,31.8278 5.51123,31.1581 4.30463,30.225 3.34716,29.0308 2.64976,27.5782 2.63081,27.5022 m 7.88599,4.8744 v -4.634 m 8.4481,-3.8335 -4.5241,-0.6797 m -11.98746,4.489 4.52831,-2.6548" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin73" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4.6198886,25.663228 C 4.4958377,25.055791 4.4301886,25.015477 4.4017707,24.394335 4.2845086,22.95437 4.3471154,21.507151 4.33091,20.063844 V 11.1423" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun44" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccc"/>
    <path d="M 6.58307,11.1423 V 23.2309 L 6.76019,25.086 M 2.07874,11.1423 v 12.7653 l 0.14457,1.962 0.4075,1.6326 M 2.06885,23.9091 6.59296,23.2294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin74" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-V" style="display:inline" id="g2444">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.4741,32.0004 1.4997,-3.7083 m -5.47861,3.7083 1.24537,-3.7167 m 2.97034,3.6241 -4.38317,-0.0024" id="autosatin75" sodipodi:nodetypes="cccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 12.347972,26.856125 c 1.370689,-3.748802 2.237128,-5.837732 3.684098,-9.557618 0.808612,-2.090814 1.113716,-3.2375 1.922399,-5.328287" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun46" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.9596,11.0261 -4.3491,11.7826 -1.1412,3.3004 -0.72874,2.1746 M 20.9564,11.0261 13.9738,28.2921 M 11.625,21.625 h 5.4375" id="autosatin76" sodipodi:nodetypes="cccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 8.49519,32.0004 7.43888,29.3884 M 10.4693,26.1091 9.99014,24.7235 m 0.15996,-0.1386 -2.80105,5.1293" id="autosatin77" sodipodi:nodetypes="ccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="M 8.32711,26.0474 C 6.9570526,22.481884 5.5444015,18.932878 4.1833662,15.363847 3.6260132,13.917939 3.5093454,13.919646 2.9519595,12.473751" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun47" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.00977,11.0261 4.31822,11.7826 0.66215,1.9148 M 0.0129631,11.0261 7.43888,29.3884 M 2.875,19.5 h 5.4375" id="autosatin78" sodipodi:nodetypes="ccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-W" style="display:inline" id="g2448">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 24.7532,32 0.7517,-3.7249 M 19.0384,32 20.1948,28.3243 m 4.8634,3.5775 -6.275,0.0029" id="autosatin79" sodipodi:nodetypes="ccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 23.104007,26.772042 c 0.389272,-1.546133 0.523621,-1.316791 0.787737,-2.891326 0.816382,-4.293301 1.13019,-7.012886 1.947125,-11.306082" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun45" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 23.6937,11.0011 -2.5685,14.3657 -0.9304,2.9575 m 8.7963,-17.3232 -3.4862,17.274 M 21.375,20.4375 h 6" id="autosatin80" sodipodi:nodetypes="ccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 19.0384,32 14.5115,17.2191 13.5163,14.6146 M 21.1252,25.3668 17.9379,14.6436 M 14.9375,20.5 h 5.1875" id="autosatin81" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.8552,11.0011 1.0827,3.6425 m -5.8023,-3.6425 1.3807,3.6135 m 3.603,-3.5175 -5.1836,-0.0027" id="autosatin82" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.5115,17.2191 11.0617,28.4039 M 12.1356,11.0011 7.86563,25.3668 6.70849,28.4433 M 7.875,23.75 12.8125,23.6875" id="autosatin83" sodipodi:nodetypes="ccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.37071,32 6.70849,28.4433 M 9.95248,32 11.0617,28.4039 m -5.88459,3.5026 5.03369,-0.0022" id="autosatin84" sodipodi:nodetypes="ccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.37071,32 H 4.23767 L 3.58978,28.7898 m 4.27585,-3.423 -0.2934,-1.641 m 0.21661,-0.1547 -4.37829,5.5698" id="autosatin85" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 10"/>
    <path d="M 5.41493,24.401138 C 4.4663247,19.603834 3.7535188,17.000528 2.8372641,12.196986" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun50" inkscape:label="Points droits pour auto-remplissage satin 11" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.29715,11.0011 7.57223,23.7258 M -2.68735e-4,11.0011 3.58978,28.7898 M 1.5625,20.625 h 5.625" id="autosatin86" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 12" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-X" style="display:inline" id="g2452">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4595,32 10.0268,24.7855 9.7322,24.4525 M 20.0537,32 12.8393,21.6063 12.5446,21.2732 m 0.3013,0.3256 -2.8257,3.1942" id="autosatin87" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 11.0719,22.7876 C 10.254786,21.863991 9.4377301,20.94033 8.62064,20.0167 6.6794821,17.081992 4.9900605,15.091423 3.0488954,12.15672" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun49" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.59426,11.2126 4.43254,7.2145 M 0,11.2126 7.21444,21.6063" id="autosatin88" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="M 11.936631,19.261404 C 13.87772,16.326657 15.315423,14.147292 17.2566,11.2126" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun53" inkscape:label="Points droits pour auto-remplissage satin 7" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 20.0537,11.2126 -7.2144,10.3937 m 1.6202,-10.3937 -4.4327,7.2145" id="autosatin90" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 10.0268,18.4271 2.5178,2.8461 m -5.33016,0.3331 2.51776,2.8462 m 0.5015,-6.1095 -3.09363,3.4972" id="autosatin89" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.0268,24.7855 7.20583,29.377 M 7.21444,21.6063 2.62298,28.2211 M 2.4511,28.0813 7.48709,29.3494" id="autosatin91" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.59426,32 7.20583,29.377 M 0,32 2.62298,28.2211 M -0.222458,31.918 5.92608,31.9146" id="autosatin92" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 11" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Y" style="display:inline" id="g2456">
    <path d="m 10,28.5643 c 6.3e-5,-2.290433 -1.279e-4,-4.580867 10e-5,-6.8713" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun48" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="M 8.84971,20.1103 C 6.814939,17.073536 5.3466455,15.421479 3.3118822,12.38471" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun51" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.49082,11 10,18.2574 M 0,11 7.69941,21.9632" id="autosatin93" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 11.1503,20.1103 c 2.03481,-3.036737 3.691872,-5.129422 5.726652,-8.16618" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun54" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 20,11 12.3006,21.9632 M 14.5092,11 10,18.2574" id="autosatin94" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 9.62268,18.2574 -1.92327,3.7058 v 7.8 m 2.67919,-11.5058 1.922,3.7058 v 7.8 m -4.61119,-7.8 h 4.62119" id="autosatin95" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.3006,32 V 29.7632 M 7.69941,32 v -2.2368 m -0.23007,0.1 h 5.06136" id="autosatin96" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Z" style="display:inline" id="g2460">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.0125,27.8027 H 9.11061 m 8.90189,4.1978 H 1.00595" id="autosatin97" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 5.6247522,28.95748 C 8.769202,23.360386 11.3471,18.707366 14.4916,13.1103" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun55" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="M 14.4916,13.1103 H 3.6214721" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun56" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 1.67029,11.0114 H 18.5439 M 1.67029,15.2092 h 8.76901" id="autosatin98" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatin99" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.5439,11.0114 9.11061,27.8027 M 10.4393,15.2092 1.00595,32.0005" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-^" style="display:inline" id="g2476">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.842435,20.872005 -5.879229,-9.843727 m 1.085429,9.888233 -4.2372828,-7.90666 -2.6614052,-2.026079 m 8.339095,3.33065 -5.4430609,0.07256" id="path7964-3" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.1499469,10.983767 0.2262114,21.005512 M 8.811352,13.00985 3.9954914,21.005512" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-`" style="display:inline" id="g2484">
    <path id="path2482-7" style="display:inline;fill:none;stroke:#000000;stroke-opacity:1" d="M 4,2 9,8 M 2,2 5,8" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:contour_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:pull_compensation_mm="0.02" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-a" style="display:inline" id="g2488">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.8,32.0021 V 21.8157 M 13.0319,32.0021 V 21.8157 m -0.2384,0.1 h 5.2449" id="autosatin100" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0319,18.0157 v 3.8 m 4.7681,-3.8 v 3.8 m -5.0065,-3.7 h 5.2449" id="autosatin101" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin102" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.0319,24.6299 12.7948,23.365 12.1392,22.3798 11.1489,21.7402 9.90747,21.5123 9.26055,21.587 l -0.5947,0.2125 -0.9908,0.77 -0.65603,1.1158 -0.23733,1.3242 0.23712,1.3241 0.06706,0.1141 M 13.0319,19.7005 12.0746,18.7389 10.975,18.1111 9.78053,17.7694 8.53866,17.6661 7.19071,17.8225 5.95121,18.2681 4.84213,18.9669 3.88543,19.8832 3.1031,20.9814 2.51708,22.2256 2.14937,23.58 l -0.12746,1.4289 0.12746,1.4276 0.36771,1.3508 0.38173,0.8072 M 9.41336,17.4159 v 4.5078 m -7.64771,3.0637 h 5.25911 m 5.99134,-0.2107 -0.0574,-5.3922" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.86665,29.649 0.03862,0.0197 v 0 l 0.81025,0.4117 0.91816,0.2309 0.95696,0.0398 0.85156,-0.1322 v 0 l 0.1093,-0.017 0.9017,-0.3501 0.757,-0.59 0.532,-0.7797 0.289,-0.6305" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun58" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccccccccccccc"/>
    <path id="autosatin103" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0306,25.3858 -0.2371,1.2654 -0.6556,0.9861 -0.9903,0.6405 L 9.90614,28.5061 9.25928,28.4315 8.66473,28.219 7.67439,27.4492 7.08587,26.4477 m 5.94603,3.8697 -0.8444,0.9164 -1.1121,0.6213 L 9.81819,32.2082 8.53866,32.32 7.19071,32.1649 5.95121,31.723 4.84213,31.0293 3.88543,30.1187 3.1031,29.0264 2.89881,28.5945 m 6.51455,-0.4394 v 4.3531" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-b" style="display:inline" id="g2492">
    <path d="m 15.2727,28.1242 -0.6236,0.7341 -0.7865,0.6285 -0.9085,0.4461 -0.3888,0.1188 v 0 L 12,30.2243 11.036,30.3331 10.0942,30.292 9.22879,30.1083 v 0 L 9.16607,30.0949 8.32173,29.6718 7.57724,29.0507 7.0901,28.2248 6.88914,27.8203" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun57" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path id="autosatin104" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.88914,30.304 0.92028,0.9225 1.21058,0.6255 1.3756,0.3555 1.4153,0.1125 1.4765,-0.1561 1.3577,-0.4449 1.2148,-0.6984 1.0479,-0.9166 0.857,-1.0996 0.6419,-1.2474 0.4027,-1.3599 L 18.949,24.96 18.8094,23.5215 18.4067,22.158 17.7648,20.9055 16.9078,19.8 15.8599,18.8775 14.6451,18.174 13.2874,17.7255 11.8109,17.568 10.4368,17.672 9.13001,18.016 7.93318,18.648 6.88914,19.616 m 0,5.7207 0.25974,1.2741 0.71809,0.9935 1.08478,0.6456 1.35975,0.2301 0.7086,-0.0751 0.6512,-0.2139 1.0848,-0.775 0.7181,-1.123 L 13.7339,24.96 13.4742,23.627 12.7561,22.504 11.6713,21.729 11.0201,21.5151 10.3115,21.44 8.95175,21.6697 7.86697,22.3144 7.14888,23.307 6.88914,24.5808 M 11.3438,17.25 v 4.7812 m 2.125,2.9376 h 5.5937 m -7.7187,3.0937 V 32.5" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 4.44457,21.7143 c 0,-3.889007 0,-7.778015 0,-11.667022" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun59" inkscape:label="Points droits pour auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,7.99999 V 29.85 M 6.88914,7.99999 V 29.85 M 1.75554,8.09999 H 7.1336" id="autosatin105" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.88914,32 V 29.85 M 2,32 v -2.15 m -0.24446,0.1 H 7.1336" id="autosatin106" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="True" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:label="GlyphLayer-c" style="display:inline" id="g2496" inkscape:groupmode="layer">
    <path d="m 12.8544,29.6721 c 0.274872,-0.227817 0.591663,-0.412278 0.814502,-0.697051 0.154647,-0.17709 0.536048,-0.75135 0.680141,-0.937327" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun60" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path d="m 12.424,26.951 -0.2848,0.8096 -0.5826,0.5783 -0.8198,0.347 L 9.74066,28.8015 9.00151,28.7137 8.3961,28.4685 7.91358,28.0941 7.5431,27.618 7.0949,26.4725 7.09004,26.427 m 9.83706,0.524 -0.2787,1.0984 -0.4822,1.0153 -0.6753,0.9126 -0.8577,0.7904 -1.0299,0.6487 L 12.412,31.904 11.0695,32.2109 9.58645,32.3175 7.90689,32.1721 6.41492,31.7556 5.12174,31.0977 4.03856,30.228 3.17658,29.1761 2.54701,27.9717 2.51663,27.8672 m 7.06939,4.4603 0.15507,-3.5359" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin107" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 4.71279,26.7458 c -0.6771149,-2.301866 0.3404693,-5.05498 2.470938,-6.220912 0.9491263,-0.491481 2.0516466,-0.650897 3.110566,-0.569399 1.564659,0.128893 3.171959,0.907705 3.935335,2.333028" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun61" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccc"/>
    <path d="M 12.424,23.8669 12.2043,22.9701 11.6607,22.2901 10.8279,21.8588 9.74066,21.708 9.01922,21.7971 8.42212,22.0453 7.94068,22.4236 7.56622,22.9031 7.10357,24.05 6.96478,25.2548 7.09004,26.427 m 9.92966,-2.5601 -0.2006,-1.151 -0.4318,-1.0773 -0.6516,-0.979 -0.8597,-0.8561 -1.0564,-0.7086 -1.2414,-0.5366 -1.4149,-0.34 -1.57685,-0.1188 -1.62643,0.1468 -1.46703,0.4199 -1.28993,0.6629 -1.09511,0.8754 -0.88258,1.0575 -0.65234,1.2093 -0.40439,1.3308 -0.13873,1.4218 0.13114,1.4205 0.35558,1.2228 m 7.0694,-9.7777 0.15505,3.6285 m -7.72117,3.5059 4.95487,0.0309 m 10.25782,-1.4865 -5.0625,0.0015" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin108" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-d" style="display:inline" id="g2500">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18,32 V 22.25 M 13.3442,32 v -9.75 m -0.2328,0.1 h 5.1214" id="autosatin109" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 15.6721,21.7143 15.716606,9.1126465" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun62" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.3442,7.99999 V 22.25 M 18,7.99999 V 22.25 M 13.1114,8.09999 h 5.1214" id="autosatin110" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin111" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.333073,24.146864 13.0969,23.4125 12.4131,22.4081 11.3801,21.7049 10.0852,21.44 9.41047,21.5151 8.79031,21.729 7.75731,22.504 7.07349,23.627 6.82615,24.96 7.01778,25.9927 M 13.3442,19.616 12.3457,18.648 11.1987,18.016 9.95278,17.672 8.65741,17.568 7.25141,17.7255 5.95852,18.174 4.80167,18.8775 3.80378,19.8 2.98774,20.9055 2.37649,22.158 1.99293,23.5215 1.85999,24.96 1.99293,26.3971 2.37649,27.757 2.58307,28.1786 M 1.75,24.4688 H 6.9375 M 9.25,17.5 v 4.2188 m 4.0761,3.011 -0.0562,-5.4302" sodipodi:nodetypes="csssccssscccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.54453,29.383 c 1.5034669,1.000736 3.568758,1.303477 5.195701,0.421723 0.726503,-0.374105 0.812114,-0.483808 1.114516,-1.22413" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun63" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccc"/>
    <path id="autosatin112" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.31082,25.937535 13.0969,26.6108 12.4131,27.6043 11.3801,28.2499 10.0852,28.48 9.41047,28.4049 8.79031,28.191 7.75731,27.416 7.07349,26.293 7.01778,25.9927 M 13.3442,30.304 12.4635,31.2265 11.3034,31.852 9.99206,32.2075 8.65741,32.32 7.25141,32.1639 5.95852,31.719 4.80167,31.0206 3.80378,30.104 2.98774,29.0044 2.58307,28.1786 M 9.25,28.125 v 4.25" sodipodi:nodetypes="csssccssscccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-e" style="display:inline" id="g2504">
    <path d="m 12.269537,29.403875 c 1.701351,-0.06879 2.203927,-0.617706 2.841926,-1.99375" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun64" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cc"/>
    <path d="m 17.7639,26.7427 -0.4112,1.2933 -0.5983,1.1208 -0.7685,0.9484 -0.922,0.776 -1.0584,0.6035 -1.1781,0.4311 -1.2808,0.2587 -1.3667,0.0862 L 8.43003,32.1294 6.8429,31.7454 5.44028,31.1235 4.24391,30.2787 3.27553,29.2257 2.55691,27.9795 2.46483,27.6862 m 10.40307,-0.9435 -0.2092,0.7601 -0.5581,0.6828 -0.8704,0.4926 -1.1463,0.1893 L 9.41121,28.7907 8.8124,28.5746 7.85591,27.8091 7.25341,26.7403 7.14895,26.1406 m 3.01705,2.5156 v 3.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin113" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 4.50986,24.9065 0.07439,-0.9601 0.11697,-0.606 v 0 l 0.06966,-0.3609 0.3316,-0.9178 0.52977,-0.8259 0.66116,-0.7171 0.16539,-0.1168 v 0 l 0.637,-0.4499 0.89706,-0.4097 0.95537,-0.2629 0.74255,-0.0666 v 0 l 0.24689,-0.0222 0.94963,0.0368 0.951,0.1722 0.9122,0.3128 0.3304,0.1741 v 0 l 0.5233,0.2755 0.7402,0.6201 0.5969,0.7546 0.4126,0.8671 0.0054,0.0224 v 0 l 0.2189,0.9104 0.1092,0.945 -0.9356,0.1251 -0.671,0.0036 v 0 l -0.2973,0.0016 h -0.9684 -0.9683 -0.9536 -0.3148 v 0 H 9.93889 8.98455 8.03022 7.07588" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun65" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccc"/>
    <path d="M 7.10787,23.2861 H 13.4119 L 13.3314,22.8798 12.9359,21.9859 12.5478,21.5085 11.9944,21.092 11.2467,20.7974 10.2759,20.6857 9.27608,20.7974 8.51182,21.092 7.95156,21.5085 7.56382,21.9859 7.17985,22.8798 7.10787,23.2861 7.04391,25.5377 7.14895,26.1406 M 7.04388,25.5377 h 8.94402 l 2.0302,-0.0483 v -0.8396 l -0.206,-1.6917 -0.5387,-1.4399 -0.8156,-1.1975 -1.0366,-0.9644 -1.2018,-0.7409 -1.3114,-0.5265 -1.3651,-0.3216 -1.363,-0.126 -1.71312,0.1352 -1.56987,0.394 -1.40037,0.6347 -1.20463,0.8577 -0.98262,1.0629 -0.73438,1.2502 -0.45988,1.4196 -0.15912,1.5712 0.15387,1.5881 0.35505,1.1313 M 10.166,20.8438 V 17.5 M 7.3125,24.75 H 1.84375 M 11.2812,23.0625 11.25,25.7812" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin114" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-f" style="display:inline" id="g2508">
    <path d="M 5.3554937,28.716213 5.4,21.6" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun66" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cc"/>
    <path d="M 5.4,17.888 C 5.4649983,15.905453 5.2337863,13.896349 5.6028393,11.934852 5.8708081,10.778557 6.9366749,9.9152515 8.1234766,9.9087549 9.1118931,9.8076437 9.4824964,9.8235019 10.472912,9.7829775" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun69" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.096,11.744 H 9.048 c -0.99212,0 -1.248,0.544 -1.248,1.92 v 4.224 M 11.096,7.99999 H 7.54402 C 4.98403,7.99999 3,9.59999 3,13.088 v 4.8" id="autosatin117" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path d="M 4.35467,19.744 H 1.5180791" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun67" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0.984004,17.888 H 3 4.8 M 0.984004,21.6 H 3 4.8 M 3,17.878 v 3.732" id="autosatin115" sodipodi:nodetypes="cccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 6.3129454,19.654987 10.606431,19.521469" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun68" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.096,21.6 H 7.8 4.8 m 6.296,-3.712 H 7.8 4.8 m 3,-0.01 v 3.732" id="autosatin116" sodipodi:nodetypes="cccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7.8,21.6 v 6.6 M 3,21.6 v 6.6 M 2.76,28.1 h 5.28" id="autosatin118" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.8,32 V 28.2 M 3,32 v -3.8 m -0.24,3.7 h 5.28" id="autosatin119" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 10" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-g" style="display:inline" id="g2512">
    <path d="m 15.8716,31.9303 c 0.06335,2.622016 -1.587865,5.324533 -4.20632,6.011163 -2.5804788,0.790767 -5.925643,-0.21523 -7.0397324,-2.820171" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun70" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 1.863,33.799 0.2616,1.4979 0.58296,1.2811 0.85369,1.0696 1.0738,0.8634 1.2433,0.6624 1.36217,0.4666 1.43043,0.2761 1.44805,0.0909 1.6369,-0.1548 1.5281,-0.4477 1.3856,-0.7154 1.2094,-0.9581 0.9994,-1.1755 0.7556,-1.368 0.4781,-1.5352 0.1669,-1.6773 v -3.6105 m -11.616,5.4345 0.4325,1.117 0.72351,0.835 0.9455,0.523 1.09851,0.181 0.76178,-0.0864 0.6942,-0.2451 1.144,-0.8805 0.748,-1.2585 0.268,-1.4655 v -2.24 -1.934 m -0.229,4.542 5.0625,0.0313 m -8.53125,3.375 v 3.8437 m 3.45775,-11.693 5.28,0.0215" id="autosatin120" sodipodi:nodetypes="cccssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 15.923506,27.086312 15.879,19.452719" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun71" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.479,17.895 v 1.728 8.722 m 4.8,-10.45 V 28.3645 M 13.239,17.995 h 5.28" id="autosatin121" sodipodi:nodetypes="cccssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatin122" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.479,25.0345 -0.255,1.336 -0.705,1.0983 -1.065,0.7443 L 10.119,28.487 9.42338,28.4118 8.784,28.1975 7.719,27.419 7.06326,26.3656 M 13.479,30.279 12.571,31.2045 11.375,31.8053 10.023,32.1301 8.647,32.2275 7.20603,32.0786 5.89576,31.6526 4.7351,30.981 3.743,30.095 2.93841,29.0261 2.71143,28.5629 M 9.6875,28.1683 v 4.1562" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="m 4.3316423,26.476268 c -0.576712,-2.350976 -0.035122,-4.81295 2.7246107,-6.256526 1.4438004,-0.766621 3.332362,-0.890417 4.769642,-0.04968 0.776521,0.471321 1.281588,1.250259 1.653104,2.058739" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun72" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cccc"/>
    <path id="autosatin123" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.479,24.8345 13.224,23.5172 12.519,22.4288 11.454,21.6883 10.119,21.415 9.42338,21.4901 8.784,21.704 7.719,22.479 7.014,23.602 6.759,24.935 7.014,26.2865 7.06326,26.3656 M 13.479,19.623 12.3955,18.6436 11.219,18.0488 9.9645,17.754 8.64699,17.6745 7.20603,17.8306 5.89575,18.2755 4.73509,18.9739 3.743,19.8905 2.93841,20.9901 2.34025,22.2375 1.96747,23.5974 1.839,25.0345 l 0.12847,1.43 0.37278,1.3409 0.37118,0.7575 M 9.6875,17.6058 v 4 m -8,3.1562 h 5.28125 m 0.26126,1.4082 -4.77985,2.4125" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-h" style="display:inline" id="g2516">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16.9834,32 V 24 L 16.9072,22.6211 16.673,21.375 16.2721,20.2774 15.696,19.344 14.9362,18.5906 13.984,18.033 12.8309,17.6869 11.4684,17.568 10.0949,17.717 8.87706,18.136 7.83367,18.783 6.98338,19.616 M 12,32 V 24 L 11.8718,22.898 11.4726,22.096 10.7806,21.606 9.77408,21.44 8.67929,21.72 7.79319,22.48 7.19985,23.6 6.98338,24.96 M 10.919,16.5 v 5.875 m 0.7685,2 h 5.5" id="autosatin124" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.49169,21.7143 V 9.1571528" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun73" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,7.99999 V 29.85 M 6.98338,7.99999 V 29.85 M 1.75083,8.09999 h 5.48172" id="autosatin125" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.98338,32 V 29.85 M 2,32 v -2.15 m -0.24917,0.1 h 5.48172" id="autosatin126" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-i" style="display:inline" id="g2520">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2.01595,32 V 28.2 M 7,32 V 28.2 M 1.76675,31.9 H 7.2492" id="autosatin127" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.50798,27.448356 4.4189675,18.555594" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun74" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="M 4.50792,15.1678 4.497751,11.169028" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun75" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.20792,10.032 c -1.67663,0 -3.1830376,1.2958 -3.1830376,2.9239 0,1.5949 1.6595376,2.8928 3.3830376,2.924 m 0.2,-5.8479 c 1.818,0 3.7537376,1.117875 3.7390876,2.745875 C 8.3313776,14.513475 6.50757,15.8174 4.60792,15.8799" id="autosatin128" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7,17.888 V 28.2 M 2.01595,17.888 V 28.2 M 1.76675,28.1 H 7.2492" id="autosatin129" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-j" style="display:inline" id="g2524">
    <path d="M 4.41071,28.4435 C 4.359316,30.61765 4.5393903,32.805441 4.2605049,34.968782 4.0283407,36.315548 3.173195,37.718062 1.7567643,38.030088 0.82836631,38.25517 0.31939636,38.193536 -0.55493739,37.874025" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun76" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m -1,35.392 0.45777,0.256 1.026873,0.256 L 0.956676,35.8412 1.29805,35.6655 1.67231,35.052 1.77441,34.2165 1.77133,33.312 v -6 M -1,40 0.212468,40.288 1.37543,40.384 2.78436,40.2287 3.97407,39.7895 4.95423,39.1066 5.73451,38.22 6.32457,37.1699 6.73407,35.9965 6.97269,34.7398 7.05008,33.44 v -6.0511 m -6.567387,8.5053 0.894687,4.4996 m 0.38396,-7.082 5.29873,0.1284 m -7.973292,1.7715 0.011016,5.0405" id="autosatin130" sodipodi:nodetypes="cssccsscccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4.41071,26.66325 V 18.761569" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun77" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path d="M 4.4189075,15.568356 C 4.4410325,14.945138 4.533005,14.633195 4.51122,14.009968 4.4969711,13.017849 4.5351445,12.024823 4.473089,11.033729 4.4575879,10.699415 4.3416343,10.677397 4.3189065,10.343544" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun78" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.20792,10.032 c -1.67663,0 -3.272055,1.2958 -3.272055,2.9239 0,1.5949 1.748555,2.8928 3.472055,2.924 m 0.2,-5.8479 c 1.818,0 3.4867,1.2959 3.47205,2.9239 -0.01563,1.7356 -1.5724,2.8615 -3.47205,2.924" id="autosatin131" sodipodi:nodetypes="csccsc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7.05008,18.272 v 9.1169 M 1.77133,18.272 v 9.04 M 1.5074,27.2082 7.31401,27.2928" id="autosatin132" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-k" style="display:inline" id="g2528">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.76,32 6.8,25.76 V 23.488 M 17.904,32 11.184,24.608 m -1.809,4.8295 3.9375,-3.125" id="autosatin133" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 9.78811,23.122 c 1.28576,-1.495378 2.571315,-2.990934 3.85709,-4.4863" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun79" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.264,17.888 -6.08,6.72 m 0.128,-6.72 -4.512,5.6" id="autosatin134" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 4.3109875,23.763206 4.3554937,8.6230776" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun80" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,7.99999 V 29.85 M 6.8,7.99999 V 29.85 M 1.76,8.09999 h 5.28" id="autosatin135" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,32 V 29.85 M 2,32 v -2.15 m -0.24,0.1 h 5.28" id="autosatin136" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-l" style="display:inline" id="g2532">
    <path d="M 6.8,32 V 29.85 M 2,32 v -2.15 m -0.24,0.1 h 5.28" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin137" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.4,28.5714 4.3554937,9.4241903" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun81" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="M 6.8,7.99999 V 29.85 M 2,7.99999 V 29.85 M 1.76,8.09999 h 5.28" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin138" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-m" style="display:inline" id="g2536">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 26,32 V 24.3949 L 25.9161,23.0975 25.663,21.8878 25.2389,20.792 24.6419,19.8365 23.87,19.0475 22.9215,18.4514 21.7942,18.0745 20.4865,17.943 l -1.5638,0.1242 -1.3632,0.4018 -1.2051,0.7232 -1.0895,1.0884 M 21.1351,32 v -7.6051 l -0.0962,-0.9843 -0.3335,-0.8586 -0.6375,-0.6073 -1.0084,-0.2303 -0.653,0.078 -0.5511,0.2191 -0.8149,0.7704 -0.4621,1.0627 -0.146,1.1736 m 2.7551,-2.8307 v -4.5 m 1.5,6.8125 h 5.4375" id="autosatin139" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 13.9902,24.4818 c 0.02031,1.28302 0.0051,2.566328 0.0098,3.849475 l 0.04451,3.090144" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun82" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16.4324,32 V 25.0182 L 16.3868,22.6408 16.0769,21.422 15.7482,20.8371 15.2649,20.2806 14.4019,19.2579 13.3473,18.5274 12.1407,18.0891 10.8216,17.943 9.66978,18.0881 8.61218,18.4962 7.67013,19.1264 6.8649,19.9378 M 11.5676,32 V 24.3949 L 11.4713,23.4106 11.1378,22.552 10.5004,21.9447 9.49192,21.7144 8.90415,21.8055 8.38365,22.0572 7.55814,22.9144 7.04277,24.0286 6.8649,25.1429 M 10,17.625 l -0.0625,4.5 m 1.25,2.3125 H 16.75" id="autosatin140" sodipodi:nodetypes="cssccsccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,18.2547 V 28.2 M 6.8649,18.2547 V 28.2 M 7.10814,28.1 H 1.75676" id="autosatin141" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8649,32 V 28.2 M 2,32 v -3.8 m 5.10814,3.7 H 1.75676" id="autosatin142" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-n" style="display:inline" id="g2540">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.0625,32 V 24.0346 L 16.9859,22.6617 16.7504,21.421 16.3474,20.3281 15.7683,19.3988 15.0045,18.6487 14.0473,18.0935 12.8881,17.7489 11.5184,17.6305 10.1376,17.7789 8.91339,18.196 7.86448,18.8402 7.0097,19.6696 M 12.0528,32 V 24.0346 L 11.9239,22.9374 11.5226,22.1389 10.827,21.651 9.81513,21.4857 8.71456,21.7645 7.82378,22.5212 7.22731,23.6364 7.0097,24.9905 m 3.6778,-3.053 v -4.625 M 11.5,23.625 h 5.6875" id="autosatin143" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.0097,17.9491 V 28.2 M 2,17.9491 V 28.2 M 1.74952,28.1 h 5.51066" id="autosatin144" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.0097,32 V 28.2 M 2,32 v -3.8 m -0.25048,3.7 h 5.51066" id="autosatin145" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-o" style="display:inline" id="g2544">
    <path d="M 14.6832,28.879313 C 16.543248,24.940971 15.124141,21.14843 12.715312,20.012464 10.446907,18.9676 7.4131221,19.295077 5.6987793,21.212239 4.4206585,22.697933 4.0903072,24.826785 4.6215664,26.6845" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun83" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cccc"/>
    <path d="M 2.58885,27.9588 2.57751,27.9395 2.11345,26.5013 1.95201,24.891 2.11738,23.3069 2.59101,21.878 3.33913,20.6216 4.32801,19.555 5.52388,18.6954 6.89301,18.06 8.40163,17.6661 10.016,17.531 l 1.6038,0.1351 1.5007,0.3939 1.3634,0.6354 1.1921,0.8596 0.9866,1.0666 0.7469,1.2564 0.4732,1.4289 0.1653,1.5841 -0.1614,1.6103 -0.4636,1.4382 -0.7351,1.2529 -0.9759,1.0546 -1.1859,0.8431 -1.3651,0.6184 -1.5136,0.3807 -1.6314,0.1298 M 6.91543,26.355 6.8705,26.254 6.72,24.923 6.8795,23.6105 7.42,22.439 7.86219,21.9652 8.4345,21.5975 9.14857,21.3596 10.016,21.275 l 0.8569,0.0846 0.7061,0.2379 0.5666,0.3677 0.4384,0.4738 0.537,1.1715 0.159,1.3125 -0.15,1.331 -0.522,1.181 -0.4342,0.4761 -0.5678,0.3689 -0.7147,0.2384 -0.8753,0.0846 m 3.254,-3.6799 4.788,-0.0322 M 10.016,21.285 V 17.521 M 6.73,24.9231 1.94201,24.8909" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin146" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 10.016,28.603 9.1302,28.5184 8.40751,28.28 7.83407,27.9111 7.396,27.435 6.91543,26.355 M 10.016,32.219 8.37407,32.0892 6.85251,31.7085 5.4817,31.0901 4.29201,30.247 3.31382,29.1924 2.58885,27.9588 M 7.17191,26.3664 2.42369,28.125" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin147" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-p" style="display:inline" id="g2548">
    <path d="M 15.2678,28.2488 C 13.685965,30.604447 9.8875075,31.283737 7.7925294,29.237404 7.3970646,28.823994 7.1167676,28.316135 6.89014,27.7948" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun84" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path id="autosatin148" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.89014,30.4166 0.92047,0.9225 1.21083,0.6255 1.37586,0.3555 1.4156,0.1125 1.4768,-0.1561 1.358,-0.4449 1.215,-0.6983 1.0482,-0.9167 0.8571,-1.0996 0.642,-1.2474 0.4029,-1.3598 0.1396,-1.4372 -0.1396,-1.4385 -0.4029,-1.3635 -0.642,-1.2525 -0.8571,-1.1055 -1.0482,-0.9225 -1.215,-0.7035 -1.358,-0.4485 -1.4768,-0.1575 -1.3743,0.104 -1.30713,0.344 -1.19707,0.632 -1.04426,0.968 m 0,5.4444 0.25979,1.3173 0.71824,1.0885 1.085,0.7405 1.36003,0.2733 0.7087,-0.0751 0.6514,-0.2139 1.085,-0.775 0.7183,-1.123 0.2597,-1.333 -0.2597,-1.333 -0.7183,-1.123 -1.085,-0.775 -0.6514,-0.2138 -0.7087,-0.0752 -1.36003,0.2735 -1.085,0.7407 -0.71824,1.0888 -0.25979,1.3174 m 4.20256,-2.9167 v -4.552 m 0,10.8276 v 4.331 m 2.3865,-7.5572 h 5.5243" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.89014,18.0006 v 10.712 M 2,18.0006 v 10.712 m -0.24451,-0.1 h 5.37916" id="autosatin149" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 4.44507,29.0566 v 9.98785" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun86" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.89014,40.1126 v -11.4 M 2,40.1126 v -11.4 m -0.24451,11.3 h 5.37916" id="autosatin150" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-q" style="display:inline" id="g2552">
    <path d="M 15.5549,29.056 V 39.488912" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun85" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18,40.112 v -19.95 m -4.8901,19.95 v -19.95 m 5.1346,19.85 h -5.3792" id="autosatin151" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18,18 v 2.162 M 13.1099,18 v 2.162 m 5.1346,-0.1 h -5.3792" id="autosatin152" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatin153" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.1211,24.9724 12.8798,23.6549 12.2129,22.5662 11.2054,21.8254 9.94243,21.552 9.28435,21.6271 8.67949,21.841 7.67198,22.616 7.00504,23.739 6.7638,25.072 7.00504,26.405 7.01983,26.4299 M 13.1211,19.728 12.1514,18.76 11.0398,18.128 9.82606,17.784 8.54988,17.68 7.17857,17.8375 5.91758,18.286 4.78928,18.9895 3.816,19.912 3.0201,21.0175 2.42393,22.27 2.04984,23.6335 1.92017,25.072 l 0.12967,1.4371 0.37409,1.3599 0.29621,0.6198 m 6.49847,-6.4331 v -4.552 M 7.00256,25.1051 H 1.87283 m 11.23287,0.0297 -0.0581,-5.7383" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="m 5.4037402,28.68345 c 0.9701128,1.28039 1.3113878,1.371637 3.1084275,1.67414 1.3184663,0.248636 2.8261013,-0.06767 3.7436133,-1.098688" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun88" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="ccc"/>
    <path id="autosatin154" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.1211,25.1724 -0.2413,1.3173 -0.6669,1.0885 -1.0075,0.7405 L 9.94243,28.592 9.28435,28.5169 8.67949,28.303 7.67198,27.528 7.01983,26.4299 M 13.1211,30.416 12.2663,31.3385 11.142,31.964 9.86437,32.3195 8.54988,32.432 7.17857,32.2759 5.91758,31.831 4.78928,31.1326 3.816,30.216 3.0201,29.1164 2.72014,28.4888 m 6.49847,-0.1575 v 4.331" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-r" style="display:inline" id="g2556">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,32 V 28.2 M 6.8,32 v -3.8 m -5.04,3.7 h 5.28" id="autosatin155" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.4890125,26.869775 4.4,18.644606" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun87" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,17.888 V 20.6 M 2,17.888 V 20.6 M 1.76,20.5 h 5.28" id="autosatin156" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 7.0670376,21.709419 c 0.3221446,-0.9683 0.6972642,-1.265542 1.6073275,-1.752039 0.8889058,-0.543096 1.5894579,-0.525696 2.5150659,-0.113116" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun89" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.952,17.888 11.244,17.656 10.512,17.568 9.29302,17.7395 8.27201,18.196 7.44301,18.8505 6.8,19.616 m 5.152,2.624 H 11.8882 L 11.4785,21.872 10.9901,21.624 9.9,21.44 H 9.968 L 9.31738,21.5217 8.71701,21.7515 7.712,22.564 7.043,23.6945 6.8,24.96 m 2.76804,-7.4557 v 4.1322" id="autosatin157" sodipodi:nodetypes="ccccccsccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.8,20.6 v 7.6 M 2,20.6 v 7.6 M 1.76,28.1 h 5.28" id="autosatin158" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-s" style="display:inline" id="g2560">
    <path d="M 11.5729,28.8412 C 12.107867,27.768549 11.497752,26.435152 10.516874,25.855258 8.7199307,24.6486 6.3990271,24.63111 4.6191806,23.39535 4.1165805,23.083329 3.7631442,22.532473 3.7879739,21.92881 3.7821139,21.010218 4.4005681,20.176766 5.2299322,19.817273 6.5931779,19.191377 8.1998888,19.227502 9.6045598,19.697565 10.743109,20.082067 11.3072,20.550939 11.49638,21.69961" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun90" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccccccc"/>
    <path d="M 13.7694,22.3672 13.5365,21.2682 13.125,20.3336 12.5484,19.5579 11.8205,18.9355 10.955,18.4609 9.96551,18.1288 7.66963,17.8696 6.21147,17.9422 4.95641,18.1576 3.90177,18.512 l -0.8569,0.4898 -0.66182,0.6216 -0.46942,0.7497 -0.2797,0.8742 -0.09263,0.9949 0.09123,0.8548 0.25783,0.7024 0.40062,0.5684 0.51963,0.4526 1.30104,0.6308 1.49143,0.3867 2.79248,0.6251 0.92025,0.5306 0.25782,0.3836 0.09124,0.4869 -0.1443,0.4968 L 9.13042,28.723 8.55857,28.9446 7.86913,29.0197 7.06256,28.968 6.20523,28.6996 5.69226,28.2063 M 9.57935,22.3672 9.31926,21.5912 8.82401,21.1022 8.20049,20.8475 7.5556,20.7743 6.93966,20.8602 6.39051,21.11 l -0.39415,0.4022 -0.15099,0.5426 0.09124,0.3202 0.25782,0.2458 0.92025,0.3369 2.79248,0.5338 1.49144,0.4709 1.301,0.7892 0.5197,0.5568 0.4006,0.6877 0.2578,0.8358 0.0912,1.001 -0.1161,1.1232 -0.3372,0.9401 -0.5417,0.7674 -0.7294,0.6049 -0.9005,0.4526 -1.0547,0.3107 -2.50568,0.2361 -1.35421,-0.0733 -1.249,-0.2268 -1.12407,-0.39 L 3.07689,31.0147 2.40852,30.4029 M 7.59979,17.6736 v 3.2008 m -6.45074,1.0051 h 5.12652 m 3.0494,5.9662 H 14.1863 M 7.6014,28.818 v 3.5487" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin161" sodipodi:nodetypes="cssssccssssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 5.2468,26.8334 0.07409,0.6858 0.20337,0.5255 0.168,0.1616 m -4.692545,-1.3729 0.203785,1.3545 0.42726,1.1417 0.63104,0.939 0.14672,0.1343 M 5.78446,28.027 2.17049,30.4453" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin160" sodipodi:nodetypes="cssssccssssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-t" style="display:inline" id="g2564">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.56003,32.112 v -3.8 m 4.76798,3.8 v -3.8 m -5.00638,3.7 h 5.24478" id="autosatin159" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 5.94402,27.354618 V 21.712" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun91" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="M 5.94402,18 V 13.558075" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun92" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 8.32801,13.024 V 18 M 3.56003,13.024 V 18" id="autosatin162" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.66267,19.856 H 1.4450626" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun93" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 1,18 H 4.8 M 1,21.712 H 4.8 M 1.1,17.8144 v 4.0832" id="autosatin163" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path d="m 5.864339,19.945013 5.456067,-0.04451" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun94" inkscape:label="Points droits pour auto-remplissage satin 7" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.988,18 H 4.8 m 7.188,3.712 H 4.8 m 0.1,-3.8976 v 4.0832" id="autosatin164" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 8.32801,21.712 v 6.6 m -4.76798,-6.6 v 6.6 m -0.2384,-0.1 h 5.24478" id="autosatin165" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-u" style="display:inline" id="g2568">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,32.0025 V 29.4 m -4.667,2.6025 V 29.4 m -0.2333,0.1 h 5.1336" id="autosatin166" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 13.6665,28.5019 V 18.756606" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun95" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,18 V 29.4 M 11.333,18 V 29.4 M 11.0997,18.1 h 5.1336" id="autosatin167" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.333,30.2879 10.5367,31.1144 9.55958,31.7564 8.41909,32.1722 7.13276,32.32 5.85676,32.2021 4.77691,31.8591 3.8852,31.307 3.17361,30.5618 2.63411,29.6394 2.25869,28.5559 2.21049,28.286 M 11.333,25.0171 11.1303,26.3532 10.5746,27.466 9.7448,28.2275 8.71953,28.5098 7.77689,28.3406 7.12886,27.847 6.75502,27.0497 6.75262,27.0282 M 8.375,28.25 v 4.0625" id="autosatin168" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.3245308,26.050751 C 4.2789453,25.255049 4.3110492,24.457364 4.30146,23.660744 v -4.99315" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun96" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.63494,18 v 7.9697 l 0.11768,1.0585 M 1.96798,18 v 7.9697 l 0.07134,1.3577 0.17117,0.9586 M 1.78125,26.5312 H 6.8125" id="autosatin169" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-v" style="display:inline" id="g2572">
    <path d="m 8.6264513,31.2814 c 0.6960229,-1.368017 1.2271695,-1.997058 1.8851427,-3.382886 0.914791,-2.48265 1.738478,-4.997807 2.619224,-7.492654 0.291451,-0.841456 0.182345,-0.837295 0.473826,-1.678741" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun97" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.3636,17.8815 -5.2134,14.112 m 0.4966,-14.112 -3.25838,10.08 -2.73082,4.032 m 2.9674,-5.0873 4.4688,0.0313" id="autosatin170" sodipodi:nodetypes="ccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.6576,31.9935 4.77494,29.6043 M 8.38842,27.9615 7.83676,26.2549 M 8.02042,26.1827 4.6567,29.8655" id="autosatin171" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 5.96404,26.9535 C 4.9050785,23.929499 4.0241492,21.706609 2.965175,18.682613" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun98" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.13007,17.8815 2.70669,8.3734 M 0.444236,17.8815 4.77494,29.6043 M 5.39492,17.9767 0.244792,17.9752" id="autosatin172" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-w" style="display:inline" id="g2576">
    <path d="m 19.15885,30.999343 c 0.708306,-1.727684 0.380883,-2.330159 1.065309,-4.067173 1.020597,-2.977487 1.863795,-4.975622 2.884616,-7.953032" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun99" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path id="autosatin173" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 26,18 20.9025,32.112 M 20.5737,18 17.581,27.216 15.2789,32.112 m 2.4711,-5.987 5.4688,-0.0625" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path id="autosatin174" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.581,27.216 14.3581,18 m 0.9208,14.112 -2.8282,-8.8" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin175" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.5432,18 7.35321,27.216 5.80094,29.4816 M 14.3581,18 12.4507,23.312 10.5181,29.3958 M 7.59375,25.5938 H 12" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path id="autosatin176" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 9.65529,32.112 10.5181,29.3958 M 3.99876,32.112 5.80094,29.4816 m 4.16614,2.5345 -6.19331,0.014" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path id="autosatin177" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 3.99876,32.112 2.87316,28.9343 M 7.35321,27.216 6.68673,25.1408 m 0.22111,-0.0944 -4.19183,4.1718" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8"/>
    <path d="M 4.5921475,25.902381 C 3.5973459,22.986375 2.9585435,21.539093 1.9637376,18.623088" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun102" inkscape:label="Points droits pour auto-remplissage satin 9" sodipodi:nodetypes="cc"/>
    <path id="autosatin178" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.3934,18 2.29333,7.1408 M -1,18 2.87316,28.9343 m 1.82035,-10.839 -5.92965,-0.0011" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 10" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-x" style="display:inline" id="g2580">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18,32 11.8163,24.896 10.8086,24.0889 M 11.6782,32 8.49998,27.648 7.49226,26.8118 m 1.00002,0.8426 3.33172,-2.7648" id="autosatin179" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 6.8418,23.568 C 5.3908852,21.685337 4.2960378,20.603774 2.8451201,18.721113" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun101" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.49453,17.92 3.00545,4.32 m -9.016358,-4.32 5.699998,6.976" id="autosatin180" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 10.1582,23.568 c 1.450763,-1.882772 2.189743,-3.142212 3.6406,-5.024912" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun103" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.5163,17.92 -5.7,6.976 M 11.5054,17.92 8.49998,22.24" id="autosatin182" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.18362,24.896 2.30864,1.9158 M 8.49998,22.24 10.8086,24.0889 m -5.7139,1.0038 3.64921,-2.9231" id="autosatin181" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 8.49998,27.648 7.00905,29.6896 M 5.18362,24.896 2.28278,28.2286 M 2.11245,28.0804 7.304,29.6816" id="autosatin183" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.32181,32 7.00905,29.6896 M -1,32 2.28278,28.2286 M -1.2501,31.9248 5.69655,31.919" id="autosatin184" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 10" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-y" style="display:inline" id="g2584">
    <path d="m 10.3099,27.5144 c 1.1076,-3.171525 2.037457,-5.541838 3.145275,-8.713287" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun100" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 11.2664,18 -3.27,10.0289 -1.74301,3.5639 M 16,18 10.9172,31.6403 M 8.09375,26.9062 12.875,26.875" id="autosatin185" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 8.2599236,32.750001 C 7.7412388,33.918767 8.0376239,32.975469 7.5845928,34.170837 6.8395411,36.113905 6.0944241,38.056948 5.34933,40" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun104" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7.77843,40 2.98967,-7.9595 0.1491,-0.4002 M 2.92023,40 6.03444,32.0405 6.25339,31.5928 m -0.27757,0.0873 5.14018,0.0564" id="autosatin186" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.03444,32.0405 H 5.25591 L 4.43922,29.8488 M 7.9964,28.0289 7.44612,26.3412 M 7.62727,26.261 4.32399,30.1179" id="autosatin187" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path d="M 5.62468,27.2007 C 4.5315318,24.137334 3.6352805,21.779402 2.553255,18.7121" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun105" inkscape:label="Points droits pour auto-remplissage satin 6" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.72646,18 2.71966,8.3412 M 0.024,18 4.43922,29.8488 M 2.5625,25.5 l 4.25,-1.8125" id="autosatin188" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-z" style="display:inline" id="g2588">
    <path d="M 14,28.192 H 8.708 M 14,32 H 0 l 0.411369,-0.6149 m -0.578212,0.2469 9.2053706,-3.492534" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin189" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 5.76306,28.9888 C 5.1941008,25.431445 9.5489261,23.563977 9.3763428,20.134505 6.600085,18.968738 3.5086085,20.215248 0.6034699,19.711939" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun106" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="M 0.603471,17.888 H 13.9397 L 7.5431,28.192 c 0,0 1.1049936,0 1.1649,0 M 0.603471,21.536 H 7 L 0.411369,31.3851 M 5.5,17.4375 V 21.75 m 0.1875,1.0625 h 5.75 M 0.703471,21.7184 v -4.0128" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin190" sodipodi:nodetypes="ccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-~" style="display:inline" id="g2604">
    <path d="m 14.998252,8.2063721 c 0,1.6623105 -1.049567,1.7839435 -1.792992,1.7839435 -1.443154,0 -2.973808,-2.0272087 -5.9475625,-2.0272087 -3.4548414,0 -5.2478334,3.0408161 -5.2478334,5.7978251 M 18.977877,8.2063721 c 0,3.4462579 -1.92424,5.8383659 -5.247834,5.8383659 -3.061254,0 -3.804679,-2.229929 -6.1662041,-2.229929 -1.3558625,0 -1.8367417,1.297413 -1.8367417,1.946123" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path145686-0" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-À" style="display:inline" id="g2608">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 21.0017,32.06 18.379357,25.599217 M 16.0115,32.06 14.211657,27.108517 m -0.175,0.1697 4.5889,-1.6619" id="autosatin1-2" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 15.781796,23.153208 11.533752,11.33762 M 12.171737,7.8753611 8.6832701,3.9825308" id="path10849-27-2-6-3-2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.8845807,2.3300608 8.9561901,7.9916307 M 8.7740171,2.3300608 12.359428,7.9916307" id="path145610-0-2" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-1" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 11.355727,11.293114 1.255831,4.757801" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.447,10.9833 5.932357,14.615917 M 10.4634,16.5004 14.211657,27.108517 M 10.3976,16.8706 12.584,10.8" id="autosatin2-8" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin3-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4927,27.8136 H 6.465 m 6.6639,-3.8124 H 7.79779" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="M 5.12272,25.0328 C 6.8994542,20.346343 8.6852489,15.663309 10.4789,10.9833" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun2-2" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.447,10.9833 10.4634,16.5004 7.79779,24.0012 6.465,27.8136 5.76253,29.7777 M 8.51067,10.9833 0.883383,29.7752 M 3.81549,21.0091 h 5.58087" id="autosatin6-6" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.94624,32.06 5.76253,29.7777 M -0.0439577,32.06 0.883383,29.7752 M 5.97301,29.872 0.601621,29.8677" id="autosatin5-2" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Á" style="display:inline" id="g2612">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 21.0017,32.06 18.379357,25.599217 M 16.0115,32.06 14.211657,27.108517 m -0.175,0.1697 4.5889,-1.6619" id="autosatin1-1" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 15.777777,22.731495 12.330846,10.960412 m 0.363969,-3.2726323 1.222904,-4.0199585" id="path10849-27-2-6-5" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.02987,2.0396798 9.4444208,7.9237394 M 17.186231,2.2177048 12.847545,7.9237394" id="path145610-4-6-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 12.454777,11.034771 2.022025,13.095127" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.447,10.9833 5.932357,14.615917 M 10.4634,16.5004 14.211657,27.108517 M 10.3976,16.8706 12.584,10.8" id="autosatin2-0" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin3-4" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4927,27.8136 H 6.465 m 6.6639,-3.8124 H 7.79779" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 5.12272,25.0328 0.16314,-0.4319 0.40398,-1.066 0.40552,-1.0654 0.36192,-0.9508 v 0 L 6.50088,21.4042 6.91585,20.3139 7.32157,19.248 7.7273,18.182 7.79443,18.0056 v 0 l 0.33859,-0.8896 0.40656,-1.0656 0.4077,-1.0653 0.18798,-0.4912 v 0 l 0.21972,-0.574 0.4077,-1.0653 0.40772,-1.0653 0.3085,-0.806" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun2-7" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.447,10.9833 10.4634,16.5004 7.79779,24.0012 6.465,27.8136 5.76253,29.7777 M 8.51067,10.9833 0.883383,29.7752 M 3.81549,21.0091 h 5.58087" id="autosatin6-7" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.94624,32.06 5.76253,29.7777 M -0.0439577,32.06 0.883383,29.7752 M 5.97301,29.872 0.601621,29.8677" id="autosatin5-7" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Â" style="display:inline" id="g2616">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 21.0017,32.06 18.379357,25.599217 M 16.0115,32.06 14.211657,27.108517 m -0.175,0.1697 4.5889,-1.6619" id="autosatin1-6" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <g id="g165326" style="display:inline" transform="translate(0.971999,-6.80017)">
      <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 13.757618,30.686468 8.143381,18.006767 M 7.380427,14.631689 9.5459415,8.6654762 13.214058,13.880389" id="path165361" sodipodi:nodetypes="ccccc"/>
      <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 15.80273,14.760212 11.83727,7.898404 M 12.032574,14.760212 9.7090602,9.8354713 7.5817301,7.898404 m 6.7813759,3.286144 -4.4194169,0.02805" id="path7964-2" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
      <path id="path145612-0-9" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.58173,7.8984 3.61627,14.7602 M 9.70906,9.83547 7.38555,14.7602" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 8.2261862,18.072574 14.62042,29.763053" id="path165361-8" sodipodi:nodetypes="cc"/>
    </g>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.447,10.9833 5.932357,14.615917 M 10.4634,16.5004 14.211657,27.108517 M 10.3976,16.8706 12.584,10.8" id="autosatin2-5" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin3-48" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4927,27.8136 H 6.465 m 6.6639,-3.8124 H 7.79779" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="M 5.12272,25.0328 C 6.8994542,20.346343 8.4627176,16.152878 10.256369,11.472869" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun2-6" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.447,10.9833 10.4634,16.5004 7.79779,24.0012 6.465,27.8136 5.76253,29.7777 M 8.51067,10.9833 0.883383,29.7752 M 3.81549,21.0091 h 5.58087" id="autosatin6-3" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.94624,32.06 5.76253,29.7777 M -0.0439577,32.06 0.883383,29.7752 M 5.97301,29.872 0.601621,29.8677" id="autosatin5-9" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ã" style="display:inline" id="g2620">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 21.0017,32.06 18.379357,25.599217 M 16.0115,32.06 14.211657,27.108517 m -0.175,0.1697 4.5889,-1.6619" id="autosatin1-7" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 14.932612,23.333793 -2.544374,-9.79577 M 15.183636,7.8345868 13.255601,6.3746655 9.2791379,5.6006131 l -3.1249891,1.5" id="path10849-27-2" sodipodi:nodetypes="cccccc"/>
    <path d="M 4.6505354,8.4391139 4.8950708,6.8061161 5.6225921,5.3351164 6.1646519,4.737214 6.8240661,4.2721167 7.5997764,3.9705104 8.4905732,3.8630962 9.9400597,4.113112 11.08658,4.6631126 l 0.936491,0.5499969 0.819515,0.2500157 0.434495,-0.035527 0.290267,-0.1203024 m -6.196611,3.1317997 0.070299,-0.456 0.2294173,-0.504 0.4154835,-0.408 0.6285354,-0.168 0.5981481,0.075591 0.5208564,0.1994078 0.9449963,0.6050004 1.040995,0.6049966 0.640895,0.1994079 0.76611,0.075591 0.863282,-0.0864 0.762708,-0.2511119 0.524788,-0.321789 M 8.4897417,3.853088 l 0.2256378,3.06 m 4.1260355,-1.4598992 0.386418,3.2197985 m -8.6984315,-0.3327874 2.9925166,9.83e-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin270" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 14.154233,4.0551945 14.025729,4.8284858 13.70069,5.251037 13.568407,5.307352 M 17.068249,4.0551945 16.807462,5.9226591 16.493761,6.7084228 16.059115,7.379289 15.511084,7.9224071 15.3788,8.0036669 m -1.810393,-2.8690393 1.984252,2.9510551" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin271" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatinrun22-05-7-29" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 12.459133,13.565094 9.7149734,12.782264" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.447,10.9833 5.932357,14.615917 M 10.4634,16.5004 14.211657,27.108517 M 10.3976,16.8706 12.584,10.8" id="autosatin2-2" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin3-1" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4927,27.8136 H 6.465 m 6.6639,-3.8124 H 7.79779" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 5.12272,25.0328 0.16314,-0.4319 0.40398,-1.066 0.40552,-1.0654 0.36192,-0.9508 v 0 L 6.50088,21.4042 6.91585,20.3139 7.32157,19.248 7.7273,18.182 7.79443,18.0056 v 0 l 0.33859,-0.8896 0.40656,-1.0656 0.4077,-1.0653 0.18798,-0.4912 v 0 l 0.21972,-0.574 0.4077,-1.0653 0.40772,-1.0653 0.3085,-0.806" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun2-4" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.447,10.9833 10.4634,16.5004 7.79779,24.0012 6.465,27.8136 5.76253,29.7777 M 8.51067,10.9833 0.883383,29.7752 M 3.81549,21.0091 h 5.58087" id="autosatin6-2" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.94624,32.06 5.76253,29.7777 M -0.0439577,32.06 0.883383,29.7752 M 5.97301,29.872 0.601621,29.8677" id="autosatin5-0" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ä" style="display:inline" id="g2624">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 21.0017,32.06 18.379357,25.599217 M 16.0115,32.06 14.211657,27.108517 m -0.175,0.1697 4.5889,-1.6619" id="autosatin1-74" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 16.239264,23.292792 12.255838,11.77317" id="path10849-27-91" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 15.909764,6.9047806 15.997454,5.0033872 7.7614105,4.9597332" id="path10853-54-22" sodipodi:nodetypes="ccc"/>
    <path id="path9612-9-05-1-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 1.9481135,4.1525097 10.268932,4.0219648 M 5.5699595,1.9764089 c -1.311156,0.072453 -2.590526,0.8920479 -2.495206,3.133595 m 3.199068,-3.1362633 c 1.577763,0.086135 2.6177,0.8476195 2.701152,2.8103131 0.0076,0.1635779 0.01134,0.31937 0.01134,0.4676976" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
    <path id="path72255-5-3-8" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 5.7139595,7.9523598 C 3.9413985,7.9905708 3.1364355,6.6281797 3.0747535,5.1099926 m 3.405014,2.8076372 C 8.3030115,7.8169053 8.9721395,7.1363182 8.9841205,5.25174" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 12.47251,4.7588631 15.693386,2.4029135" id="path10849-04-2-12" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 11.037197,4.9020203 8.321575,-0.01852 M 14.761921,1.9540905 c -1.311798,0.054803 -2.599596,0.8571553 -2.527483,3.0998287 0.04573,1.518909 0.83675,2.8920303 2.60965,2.8776492 m 0.621657,-5.9706861 c 1.576743,0.1073386 2.608743,0.8827578 2.671937,2.846434 0.07219,2.2426697 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 12.255838,11.77317 9.2577348,13.998288" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.447,10.9833 5.932357,14.615917 M 10.4634,16.5004 14.211657,27.108517 M 10.3976,16.8706 12.584,10.8" id="autosatin2-3" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin3-77" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4927,27.8136 H 6.465 m 6.6639,-3.8124 H 7.79779" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 5.12272,25.0328 0.16314,-0.4319 0.40398,-1.066 0.40552,-1.0654 0.36192,-0.9508 v 0 L 6.50088,21.4042 6.91585,20.3139 7.32157,19.248 7.7273,18.182 7.79443,18.0056 v 0 l 0.33859,-0.8896 0.40656,-1.0656 0.4077,-1.0653 0.18798,-0.4912 v 0 l 0.21972,-0.574 0.4077,-1.0653 0.40772,-1.0653 0.3085,-0.806" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun2-9" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.447,10.9833 10.4634,16.5004 7.79779,24.0012 6.465,27.8136 5.76253,29.7777 M 8.51067,10.9833 0.883383,29.7752 M 3.81549,21.0091 h 5.58087" id="autosatin6-75" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.94624,32.06 5.76253,29.7777 M -0.0439577,32.06 0.883383,29.7752 M 5.97301,29.872 0.601621,29.8677" id="autosatin5-8" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Å" style="display:inline" id="g2628">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 21.0017,32.06 18.379357,25.599217 M 16.0115,32.06 14.211657,27.108517 m -0.175,0.1697 4.5889,-1.6619" id="autosatin1-0" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 16.046666,23.736301 11.584002,11.815479" id="path10849-27-91-2" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 11.828382,8.0604903 11.937998,5.8334487" id="path10853-54-22-0" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 7.531675,5.5470453 4.026226,-2.75945" id="path10849-04-2-12-3" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0-6" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 5.737476,5.7147208 16.139782,5.6930288 M 10.393532,2.2619041 C 8.753731,2.3260901 7.143931,3.2658628 7.234076,5.8926355 7.291236,7.6716857 8.280047,9.2799793 10.496244,9.2631353 M 11.27334,2.2698594 c 1.970993,0.1257216 3.261035,1.0339454 3.34003,3.3339379 0.09024,2.6267681 -0.699755,3.534447 -3.159456,3.630727" inkstitch:satin_column="True" inkstitch:zigzag_underlay="False" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:contour_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 11.584002,11.815479 1.612156,3.036844" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 12.447,10.9833 5.932357,14.615917 M 10.4634,16.5004 14.211657,27.108517 M 10.3976,16.8706 12.584,10.8" id="autosatin2-6" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatin3-75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.4927,27.8136 H 6.465 m 6.6639,-3.8124 H 7.79779" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 5.12272,25.0328 0.16314,-0.4319 0.40398,-1.066 0.40552,-1.0654 0.36192,-0.9508 v 0 L 6.50088,21.4042 6.91585,20.3139 7.32157,19.248 7.7273,18.182 7.79443,18.0056 v 0 l 0.33859,-0.8896 0.40656,-1.0656 0.4077,-1.0653 0.18798,-0.4912 v 0 l 0.21972,-0.574 0.4077,-1.0653 0.40772,-1.0653 0.3085,-0.806" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="" id="autosatinrun2-0" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.447,10.9833 10.4634,16.5004 7.79779,24.0012 6.465,27.8136 5.76253,29.7777 M 8.51067,10.9833 0.883383,29.7752 M 3.81549,21.0091 h 5.58087" id="autosatin6-753" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;fill-opacity:0.283401;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.94624,32.06 5.76253,29.7777 M -0.0439577,32.06 0.883383,29.7752 M 5.97301,29.872 0.601621,29.8677" id="autosatin5-77" sodipodi:nodetypes="ccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Æ" style="display:inline" id="g2632">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 23,27.8 H 15.129 M 23,32 h -7.871" id="autosatin198" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.6129,32 V 27.7691 26.2058 M 15.129,32 v -5.7707 m 0.2258,0.1011 -4.9677,-0.0258" id="autosatin199" sodipodi:nodetypes="cccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 12.871,24.9856 c 0,-1.1691 0,-2.3382 0,-3.5073" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun112" inkscape:label="Points droits pour auto-remplissage satin 4"/>
    <path d="m 15.129,21.4691 7.044869,-0.06294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun113" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 22.6774,23.5691 H 15.129 m 7.5484,-4.2 H 15.129" id="autosatin200" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path d="m 12.871,21.4783 c 0.0011,-1.933008 -0.0021,-3.866254 0.0016,-5.799113 0.04803,-0.402157 0.08457,-0.805834 0.144315,-1.206487" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun114" inkscape:label="Points droits pour auto-remplissage satin 7"/>
    <path d="m 15.129,13.1 h 7.115704" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun115" inkscape:label="Points droits pour auto-remplissage satin 8" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 23,15.2 H 15.129 M 23,11 h -7.871" id="autosatin201" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.129,11 v 4.2 4.1691 4.2 2.6602 M 11.8866,11 10.6129,15.4471 v 8.5235 2.2352 m -0.8004,-5.5808 6.125,0.0625" id="autosatin202" sodipodi:nodetypes="cccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 11"/>
    <path id="autosatin203" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.6129,23.9706 H 8.16129 m 2.45161,3.7985 H 6.77419" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 12"/>
    <path d="M 5.35346,25.0592 C 6.0911552,23.209628 6.7103394,21.315932 7.3913346,19.445238 8.3938419,16.630627 8.9541998,14.948407 9.9543105,12.132944" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun117" inkscape:label="Points droits pour auto-remplissage satin 13" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 11.8866,11 -1.2737,4.4471 -2.45161,8.5235 -1.3871,3.7985 -0.83836,2.2441 M 8.90322,11 0.84551,30.0057 M 4.25,20.75 9.5625,20.6875" id="autosatin204" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 14"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.19357,32 5.93583,30.0132 M 0,32 0.84551,30.0057 m 5.31004,0.1016 -5.60379,-0.01" id="autosatin205" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 16" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer2" inkscape:label="GlyphLayer-Œ" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 25.7475,27.8405 h -7.936 m 7.936,4.352 h -7.936" id="autosatin206" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1"/>
    <path id="autosatin207" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.8115,32.1925 v -10.26 m -4.576,10.26 v -10.26 m -0.2288,0.1 h 5.0336" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 17.8115,21.2805 6.609038,-0.06294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun116" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 25.4276,23.4565 h -7.6161 m 7.6161,-4.352 h -7.6161" id="autosatin208" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 5"/>
    <path id="autosatin209" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.8115,21.9325 v -8.05 m -4.576,8.05 v -8.05 m -0.2288,0.1 h 5.0336" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 6"/>
    <path d="m 17.8115,12.6085 h 7.180704" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun118" inkscape:label="Points droits pour auto-remplissage satin 7" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 25.7475,14.7845 h -7.936 m 7.936,-4.352 h -7.936" id="autosatin210" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 8"/>
    <path id="autosatin211" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.2355,10.4325 v 3.45 m 4.576,-3.45 v 3.45 m -4.8047,-3.35 h 5.0335" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 10"/>
    <path id="autosatin212" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.1715,14.8805 h -1.44 l -1.3325,0.1281 -1.20347,0.3684 -1.0595,0.5852 -0.90049,0.7783 -0.7265,0.9478 -0.5375,1.0937 -0.3335,1.2159 -0.1145,1.3146 0.11581,1.3159 0.33669,1.2196 0.54144,1.0988 0.12079,0.1578 M 13.2355,10.4325 h -1.792 L 9.21477,10.648 7.16152,11.2685 5.32127,12.255 3.73153,13.5685 2.42978,15.17 1.45353,17.0205 0.840282,19.081 0.627532,21.3125 0.83897,23.544 1.44903,25.6045 2.42135,27.455 3.01528,28.1877 M 0.1875,20.625 h 5.625 M 11.25,10.0625 v 5.0625 m 1.8183,-0.0221 0.0704,-4.8928" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 11"/>
    <path d="m 6.3596506,28.170465 c 1.6299759,1.103505 2.6668775,1.660287 4.7613434,1.760355 0.693132,0.06243 1.387302,0.05779 2.082506,0.05367" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun120" inkscape:label="Points droits pour auto-remplissage satin 12" sodipodi:nodetypes="ccc" inkstitch:ties="3"/>
    <path id="autosatin213" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.1715,27.7765 h -1.44 L 10.4082,27.6471 9.20904,27.275 8.1501,26.6847 7.24754,25.9005 6.63827,25.1046 m 6.59723,7.0879 h -1.792 L 9.20559,31.977 7.14803,31.3565 5.30722,30.37 3.71954,29.0565 3.01528,28.1877 M 11.1875,27.375 V 32.5" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 13" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ç" style="display:inline" id="g2636">
    <path d="M 17.591487,30.052807 19.1551,27.0771 19.7883,26.0935" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun7-7" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path d="m 17.8005,24.9445 -0.5016,0.7387 -0.3552,0.523 -1.208,0.9796 -1.4497,0.6342 -1.5822,0.2255 -0.5527,-0.0588 m 10.7768,-3.0422 -0.6496,1.5521 -0.1253,0.2031 -0.7492,1.2144 -1.0767,1.2606 -1.2563,1.0814 -1.4131,0.88 -1.5473,0.6561 -1.6589,0.4101 -1.7477,0.1416 -0.9745,-0.0985 m 0.93,0.331 0.0445,-5.2085" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin214" sodipodi:nodetypes="csssccssscccccccccccccccccccccccsscccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 12.2308,31.9534 c -0.333669,0.722689 -0.674177,1.442464 -1.000097,2.168581 -0.134835,0.386566 0.309206,0.644116 0.641048,0.504186 0.667204,-0.127903 1.457795,0.111364 1.794702,0.736735 0.255232,0.559394 0.157223,1.240684 -0.155978,1.758248 -0.372044,0.636762 -1.124212,0.912826 -1.822846,0.990148 -0.989118,0.114474 -1.196988,0.06586 -2.1333427,-0.210433" style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun109" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccccccc"/>
    <path style="font-size:7.26743px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 9.21676,36.8185 0.17903,0.0593 c 0.41777,0.1484 0.83561,0.267 1.25331,0.3263 2.2979,0.356 2.835,-1.6019 1.4623,-1.8689 -0.6267,-0.1186 -1.4026,0.089 -2.0292,0.178 l -0.44767,0.0594 1.67117,-3.6489 m -2.92448,6.5561 0.26855,0.1186 c 2.11883,0.801 5.13283,0.801 5.99823,-1.2756 0.6267,-1.5129 0.0288,-3.2335 -1.2235,-3.5005 -0.3581,-0.0889 -0.6864,-0.0889 -1.134,0 l 0.8654,-1.8392 m -0.4684,4.2825 2.3281,0.0313 m -3.6718,0.7812 0.0624,2.0625 m -0.8906,-5.8125 2.1094,0.0469 m 0.125,0.2656 -0.625,1.75" id="autosatin215" sodipodi:nodetypes="ccccccccccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:contour_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 12.1511,27.9867 11.4729,27.9146 10.3291,27.5389 9.29613,26.9445 8.43712,26.1918 M 11.7293,32.2454 10.5407,32.1252 8.52484,31.4982 6.69963,30.5063 5.30798,29.3575 m 6.76482,-1.5943 -0.4641,4.6851" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin216" sodipodi:nodetypes="csssccssscccccccccccccccccccccccsscccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.61545,23.8336 C 3.8301042,20.932629 4.6703381,17.662335 6.7987221,15.533419 8.904091,13.340526 12.2458,12.492939 15.145659,13.40883 c 1.948156,0.599783 3.683489,1.943429 4.669941,3.736869" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun8-0" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"/>
    <path d="m 17.7698,18.1899 -0.8563,-1.2651 -1.2047,-0.957 -1.4406,-0.6059 -1.5644,-0.2116 -1.2309,0.1322 -1.1438,0.3787 -1.03297,0.5982 -0.89842,0.7906 -0.74011,0.9562 -0.55805,1.0947 -0.35224,1.2062 -0.12269,1.2908 0.12269,1.2996 0.35224,1.2104 0.55805,1.0952 0.74011,0.9542 0.03941,0.0345 m 14.46008,-8.0019 -0.6483,-1.5406 -0.871,-1.4064 -1.0718,-1.2503 -1.2506,-1.0721 -1.4075,-0.8721 -1.5424,-0.6501 -1.6554,-0.4062 -1.7464,-0.1402 -2.1631,0.2187 -2.01586,0.627 -1.82521,0.992 -1.59097,1.3132 -1.31321,1.5909 -0.99191,1.8252 -0.62707,2.0159 -0.2187,2.1631 0.2187,2.1631 0.62707,2.0159 0.99191,1.8252 1.31321,1.5909 0.19932,0.1645 M 12.7038,10.4858 v 5.2531 m -11.06757,5.948 5.35444,-0.089 m 16.12493,-3.5006 -5.6591,0.0103" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin13-9" sodipodi:nodetypes="csssccssscccccccccccccccccccccccsscccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-È" style="display:inline" id="g2640">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,32 H 6.56853 M 14,27.8 H 6.56853" id="autosatin15-7" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 4.28426,28.5 c 0,-2.333333 0,-4.666667 0,-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun9-3" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 6.56853,21.4691 c 2.0589567,0 4.117913,0 6.17687,0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun10-4" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.6954,23.5691 H 6.56853 m 7.12687,-4.2 H 6.56853" id="autosatin16-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 4.28426,21.5 c 0,-2.333333 0,-4.666667 0,-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun11-4" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 4.586015,13.254837 10.554666,11.24861 M 11.29493,7.8414246 7.7041841,3.8935206" id="path10849-27-2-6-3" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 3.9054943,2.2410506 7.9771038,7.9026205 M 7.7949305,2.2410506 11.380342,7.9026205" id="path145610-0" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 10.554666,11.24861 2.252861,3.092318" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,15.2 H 6.56853 M 14,11 H 6.56853" id="autosatin17-7" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,11 V 30 M 6.56853,11 V 30 M 1.77157,11.1 h 5.02538" id="autosatin18-0" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.56853,32 V 30 M 2,32 v -2 m -0.22843,0.1 h 5.02538" id="autosatin19-2" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 11" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-É" style="display:inline" id="g2644">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,32 H 6.56853 M 14,27.8 H 6.56853" id="autosatin15-0" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 4.28426,28.5 c 0,-2.333333 0,-4.666667 0,-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun9-33" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 6.56853,21.4691 c 2.0589567,0 4.117913,0 6.17687,0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun10-6" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.6954,23.5691 H 6.56853 m 7.12687,-4.2 H 6.56853" id="autosatin16-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 4.28426,21.5 c 0,-2.333333 0,-4.666667 0,-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun11-9" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 4.247499,14.243898 9.8385018,10.915903 M 10.202471,7.6432706 11.425375,3.6233121" id="path10849-27-2-6-5-7" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.537526,2.217702 6.9520767,7.8792303 M 14.426849,2.217702 10.355201,7.8792303" id="path145610-4-6-3-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-3" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 9.9624328,10.990262 3.0101092,2.262663" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,15.2 H 6.56853 M 14,11 H 6.56853" id="autosatin17-9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,11 V 30 M 6.56853,11 V 30 M 1.77157,11.1 h 5.02538" id="autosatin18-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.56853,32 V 30 M 2,32 v -2 m -0.22843,0.1 h 5.02538" id="autosatin19-9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 11" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ê" style="display:inline" id="g2648">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,32 H 6.56853 M 14,27.8 H 6.56853" id="autosatin15-09" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 4.28426,28.5 c 0,-2.333333 0,-4.666667 0,-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun9-4" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 6.56853,21.4691 c 2.0589567,0 4.117913,0 6.17687,0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun10-0" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.6954,23.5691 H 6.56853 m 7.12687,-4.2 H 6.56853" id="autosatin16-18" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <g id="g165326-3" style="display:inline" transform="translate(-1.34233,-6.71115)">
      <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 5.6314072,24.896724 6.5856619,18.140286 M 7.380427,14.631689 9.5459415,8.6654762 13.214058,13.880389" id="path165361-1" sodipodi:nodetypes="ccccc"/>
      <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 15.80273,14.760212 11.83727,7.898404 M 12.032574,14.760212 9.7090602,9.8354713 7.5817301,7.898404 m 6.7813759,3.286144 -4.4194169,0.02805" id="path7964-32" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
      <path id="path145612-0-1" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.58173,7.8984 3.61627,14.7602 M 9.70906,9.83547 7.38555,14.7602" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 6.6684671,18.206093 14.15855,20.723808" id="path165361-8-1" sodipodi:nodetypes="cc"/>
    </g>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,15.2 H 6.56853 M 14,11 H 6.56853" id="autosatin17-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,11 V 30 M 6.56853,11 V 30 M 1.77157,11.1 h 5.02538" id="autosatin18-55" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.56853,32 V 30 M 2,32 v -2 m -0.22843,0.1 h 5.02538" id="autosatin19-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 11" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ë" style="display:inline" id="g2652">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,32 H 6.56853 M 14,27.8 H 6.56853" id="autosatin15-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.28426,28.5 V 28.1 27.15 26.2 25.25 25 25 24.3 23.35 22.4 21.5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun9-6" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 6.56853,21.4691 h 0.4769 0.95 0.95 0.95 0.23657 v 0 h 0.7134 0.95 0.95" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun10-1" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.6954,23.5691 H 6.56853 m 7.12687,-4.2 H 6.56853" id="autosatin16-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.28426,21.5 V 21.45 20.5 19.55 18.6 18 18 17.65 16.7 15.75 14.8 14.5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun11-8" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <g id="g8817">
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 3.8897695,14.51382 3.6899136,12.265508 12.683439,11.805988" id="path10849-27-91-6" sodipodi:nodetypes="ccc"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 13.127527,6.9375988 13.215217,5.0362054 5.7342994,4.9925514" id="path10853-54-22-5" sodipodi:nodetypes="ccc"/>
      <path id="path9612-9-05-1-0-9" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M -0.07899803,4.1853279 8.2418204,4.054783 M 3.5428484,2.0092271 c -1.311156,0.072453 -2.59052603,0.8920479 -2.495206,3.133595 m 3.199068,-3.1362633 c 1.577763,0.086135 2.6177,0.8476195 2.701152,2.8103131 0.0076,0.1635779 0.01134,0.31937 0.01134,0.4676976" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
      <path id="path72255-5-3-8-1" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 3.6868484,7.985178 C 1.9142874,8.023389 1.1093244,6.6609979 1.0476424,5.1428108 m 3.405014,2.8076372 c 1.823244,-0.1007245 2.492372,-0.7813116 2.504353,-2.6658898" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 9.6902733,4.7916813 12.911149,2.4357317" id="path10849-04-2-12-0" sodipodi:nodetypes="cc"/>
      <path id="path9612-09-0-7" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 8.2549607,4.9348385 8.3215743,-0.01852 M 11.979684,1.9869087 c -1.311798,0.054803 -2.5995957,0.8571553 -2.5274827,3.0998287 0.04573,1.518909 0.8367497,2.8920303 2.6096497,2.8776492 m 0.621657,-5.9706861 c 1.576743,0.1073386 2.608743,0.8827578 2.671937,2.846434 0.07219,2.2426697 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
      <path id="autosatinrun22-05-7-8-6" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 12.683439,11.805988 9.0559227,13.968165" sodipodi:nodetypes="cc"/>
    </g>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14,15.2 H 6.56853 M 14,11 H 6.56853" id="autosatin17-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,11 V 30 M 6.56853,11 V 30 M 1.77157,11.1 h 5.02538" id="autosatin18-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.56853,32 V 30 M 2,32 v -2 m -0.22843,0.1 h 5.02538" id="autosatin19-8" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 11" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ì" style="display:inline" id="g2656">
    <path d="M 5.97684,32 V 26.2095 M 2,32 v -5.7905 m -0.19884,0.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin33-8" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 4.1056792,22.743708 4.7243149,10.981571 M 5.3622992,7.5193121 1.873833,3.6264819" id="path10849-27-2-6-3-4" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M -1.9248568,1.9740119 2.1467527,7.6355817 M 1.9645794,1.9740119 5.5499905,7.6355817" id="path145610-0-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-4" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 4.7243149,10.981571 3.7042251,15.836246" sodipodi:nodetypes="cc"/>
    <path d="m 5.97684,11.0095 v 15.2 M 2,11.0095 v 15.2 m -0.19884,-15.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin34-4" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Í" style="display:inline" id="g2660">
    <path d="M 5.97684,32 V 26.2095 M 2,32 v -5.7905 m -0.19884,0.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin33-4" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 4.0521816,22.659603 6.0555272,10.960408 M 6.4194957,7.6877756 7.6423997,3.6678171" id="path10849-27-2-6-5-4" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.5320196,2.084182 3.169102,7.9237353 m 7.74181,-5.7950471 -4.3386855,5.7950471" id="path145610-4-6-3-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-37" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 6.1794579,11.034766 3.5877863,16.318614" sodipodi:nodetypes="cc"/>
    <path d="m 5.97684,11.0095 v 15.2 M 2,11.0095 v 15.2 m -0.19884,-15.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin34-9" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Î" style="display:inline" id="g2664">
    <path d="M 5.97684,32 V 26.2095 M 2,32 v -5.7905 m -0.19884,0.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin33-45" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 3.9525538,23.968534 3.3332745,11.232669 M 1.9880335,7.7870125 4.153548,1.8207997 7.8216645,7.0357125" id="path165361-5" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.410337,7.9155355 6.4448765,1.0537275 M 6.6401805,7.9155355 4.3166667,2.9907948 2.1893366,1.0537275 m 6.7813759,3.286144 -4.4194169,0.02805" id="path7964-22" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 2.1893365,1.0537235 -3.96546,6.8618 m 6.09279,-4.92473 -2.32351,4.92473" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 3.4160797,11.298476 1.0071236,4.468896" id="path165361-8-4" sodipodi:nodetypes="cc"/>
    <path d="m 5.97684,11.0095 v 15.2 M 2,11.0095 v 15.2 m -0.19884,-15.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin34-7" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ï" style="display:inline" id="g2668">
    <path d="M 5.97684,32 V 26.2095 M 2,32 v -5.7905 m -0.19884,0.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin33-6" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 4.0328672,24.664955 5.5363712,11.42834" id="path10849-27-91-6-3" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 9.127527,6.9375988 9.215217,5.0362054 1.7342994,4.9925514" id="path10853-54-22-5-3" sodipodi:nodetypes="ccc"/>
    <path id="path9612-9-05-1-0-9-9" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M -4.078998,4.1853279 4.2418204,4.054783 m -4.698972,-2.0455559 c -1.311156,0.072453 -2.590526,0.8920479 -2.495206,3.133595 m 3.199068,-3.1362633 c 1.577763,0.086135 2.6177,0.8476195 2.701152,2.8103131 0.0076,0.1635779 0.01134,0.31937 0.01134,0.4676976" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
    <path id="path72255-5-3-8-1-3" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m -0.3131516,7.985178 c -1.772561,0.038211 -2.577524,-1.3241801 -2.639206,-2.8423672 m 3.405014,2.8076372 c 1.823244,-0.1007245 2.492372,-0.7813116 2.504353,-2.6658898" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 5.6902733,4.7916813 8.911149,2.4357317" id="path10849-04-2-12-0-9" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0-7-4" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 4.2549607,4.9348385 8.3215743,-0.01852 M 7.979684,1.9869087 C 6.667886,2.0417117 5.3800883,2.844064 5.4522013,5.0867374 5.4979313,6.6056464 6.288951,7.9787677 8.061851,7.9643866 M 8.683508,1.9937005 c 1.576743,0.1073386 2.608743,0.8827578 2.671937,2.846434 0.07219,2.2426697 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8-6-9" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 5.5363712,11.42834 3.9859196,15.667582" sodipodi:nodetypes="cc"/>
    <path d="m 5.97684,11.0095 v 15.2 M 2,11.0095 v 15.2 m -0.19884,-15.1 h 4.37452" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin34-5" sodipodi:nodetypes="cccc" inkstitch:running_stitch_length_mm="1.2" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ñ" style="display:inline" id="g2676">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.9894,32 V 29.2626 M 14.2171,32 v -2.7374 m -0.2386,0.1 h 5.2495" id="autosatin49-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 17.612526,25.963914 15.772822,12.898954 M 15.14383,7.1247269 13.238619,6.2231785 9.1455715,5.2000604 l -3.1249891,1.5" id="path10849-27-2-2" sodipodi:nodetypes="cccccc"/>
    <path d="M 4.516973,8.0385612 4.7615084,6.4055634 5.4890297,4.9345637 6.0310895,4.3366613 6.6905037,3.871564 7.466214,3.5699577 8.3570108,3.4625435 l 1.4494866,0.2500158 1.1465196,0.5500006 0.936491,0.5499969 0.819515,0.2500157 0.434495,-0.035527 0.290267,-0.1203024 m -6.1966104,3.1317997 0.070299,-0.456 0.2294173,-0.504 0.4154835,-0.408 0.6285354,-0.168 0.5981481,0.075591 0.5208567,0.1994078 0.9449954,0.6050003 1.040995,0.6049966 0.640895,0.1994079 0.76611,0.07559 0.863282,-0.0864 0.762708,-0.2511118 0.524788,-0.321789 m -6.8875087,-4.1506999 0.2256378,3.06 M 12.707852,5.0526361 13.09427,8.2724346 m -8.6984309,-0.3327874 2.9925166,9.83e-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin270-0" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 14.02067,3.6546418 -0.128504,0.7732913 -0.325039,0.4225512 -0.132283,0.056315 m 3.499842,-1.2521575 -0.260787,1.8674646 -0.313701,0.7857637 -0.434646,0.6708662 -0.548031,0.5431181 -0.132284,0.08126 M 13.434844,4.734075 15.419096,7.6851301" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin271-4" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatinrun22-05-7-29-6" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 15.768519,12.902673 0.183613,7.349666" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 14.2171,11.2126 v 18.05 m 4.7723,-18.05 v 18.05 m -5.0109,-17.95 h 5.2495" id="autosatin50-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin51-8" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.2171,32 6.7723,19.0384 m 7.4448,5.1358 -7.4448,-12.9616" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.7723,11.2126 V 28.2 M 2,11.2126 V 28.2 M 1.76138,28.1 h 5.24954" id="autosatin52-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.7723,32 V 28.2 M 2,32 v -3.8 m -0.23862,3.7 h 5.24954" id="autosatin53-0" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 8" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ò" style="display:inline" id="g2680">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 19.477837,28.397627 C 23.079275,23.23522 24.655286,15.496945 13.047041,11.159592 M 13.685026,7.6973332 10.196559,3.8045029" id="path10849-27-2-6-3-45" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.3978691,2.1520329 10.469479,7.8136028 M 10.287305,2.1520329 13.872717,7.8136028" id="path145610-0-0" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-2" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 13.047041,11.159592 C 3.6009225,14.593303 2.8250335,21.202744 5.6698741,26.147826" sodipodi:nodetypes="cc"/>
    <path d="M 8.69161,25.7019 8.6754,25.6886 7.88116,24.7593 7.27472,23.7096 6.88767,22.571 6.75163,21.375 6.88767,20.1803 7.27472,19.0452 7.88116,18.0004 8.6754,17.0768 l 0.95041,-0.7719 1.07499,-0.5894 1.168,-0.3761 1.2293,-0.1323 1.2293,0.1323 1.1679,0.3761 1.075,0.5894 0.9504,0.7719 0.7943,0.9236 0.6064,1.0448 0.3871,1.1351 0.136,1.1947 -0.136,1.196 -0.3871,1.1386 -0.6064,1.0497 -0.7943,0.9293 -0.9504,0.7776 -1.075,0.5943 -1.1679,0.3797 -1.2293,0.1335 M 5.36606,29.024 5.30782,28.977 3.93293,27.369 2.88824,25.5384 2.22435,23.5343 1.99181,21.406 l 0.23254,-2.1284 0.66389,-2.0041 1.04469,-1.8306 1.37489,-1.608 1.65454,-1.3362 1.8836,-1.0153 2.06214,-0.6452 2.19,-0.226 2.19,0.226 2.0621,0.6452 1.8836,1.0153 1.6545,1.3362 1.3749,1.608 1.0447,1.8306 0.6639,2.0041 0.2325,2.1284 v 0 l -0.2325,2.1283 -0.6639,2.0041 -1.0447,1.8306 -1.3749,1.608 -1.6545,1.3362 -1.8836,1.0153 -2.0621,0.6452 -2.19,0.226 M 13.2283,9.8125 v 6.0625 m 5.7092,5.375 H 24.75 m -17.6875,0 h -5.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin54-4" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 13.0981,27.5737 -1.2293,-0.1335 -1.168,-0.3797 -1.07499,-0.5943 -0.9342,-0.7643 m 4.40649,6.4978 -2.19,-0.226 -2.06214,-0.6452 -1.8836,-1.0153 -1.5963,-1.2892 m 7.63264,-1.6924 -10e-5,5.0892" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin55-6" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ó" style="display:inline" id="g2684">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 19.611796,26.795297 C 24.529434,17.664474 18.157607,14.848098 13.621589,11.004913 m 0.363969,-3.2726322 1.222904,-4.0199585" id="path10849-27-2-6-5-5" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.320613,2.3067122 10.735164,7.9682405 M 18.209936,2.3067122 14.138288,7.9682405" id="path145610-4-6-3-7" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-7" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 13.74552,11.079272 C 6.5072249,13.878799 1.9695691,18.110483 5.7408916,26.748444" sodipodi:nodetypes="cc"/>
    <path d="M 8.69161,25.7019 8.6754,25.6886 7.88116,24.7593 7.27472,23.7096 6.88767,22.571 6.75163,21.375 6.88767,20.1803 7.27472,19.0452 7.88116,18.0004 8.6754,17.0768 l 0.95041,-0.7719 1.07499,-0.5894 1.168,-0.3761 1.2293,-0.1323 1.2293,0.1323 1.1679,0.3761 1.075,0.5894 0.9504,0.7719 0.7943,0.9236 0.6064,1.0448 0.3871,1.1351 0.136,1.1947 -0.136,1.196 -0.3871,1.1386 -0.6064,1.0497 -0.7943,0.9293 -0.9504,0.7776 -1.075,0.5943 -1.1679,0.3797 -1.2293,0.1335 M 5.36606,29.024 5.30782,28.977 3.93293,27.369 2.88824,25.5384 2.22435,23.5343 1.99181,21.406 l 0.23254,-2.1284 0.66389,-2.0041 1.04469,-1.8306 1.37489,-1.608 1.65454,-1.3362 1.8836,-1.0153 2.06214,-0.6452 2.19,-0.226 2.19,0.226 2.0621,0.6452 1.8836,1.0153 1.6545,1.3362 1.3749,1.608 1.0447,1.8306 0.6639,2.0041 0.2325,2.1284 v 0 l -0.2325,2.1283 -0.6639,2.0041 -1.0447,1.8306 -1.3749,1.608 -1.6545,1.3362 -1.8836,1.0153 -2.0621,0.6452 -2.19,0.226 M 13.2283,9.8125 v 6.0625 m 5.7092,5.375 H 24.75 m -17.6875,0 h -5.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin54-8" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 13.0981,27.5737 -1.2293,-0.1335 -1.168,-0.3797 -1.07499,-0.5943 -0.9342,-0.7643 m 4.40649,6.4978 -2.19,-0.226 -2.06214,-0.6452 -1.8836,-1.0153 -1.5963,-1.2892 m 7.63264,-1.6924 -10e-5,5.0892" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin55-5" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ô" style="display:inline" id="g2688">
    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 19.905087,26.889906 C 24.716916,15.633251 17.221087,13.256803 9.026367,11.38462 M 9.8211321,7.8760229 11.986647,1.9098101 15.654763,7.1247229" id="path165361-3" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.243435,8.0045459 -3.96546,-6.861808 m 0.195304,6.861808 -2.323514,-4.9247407 -2.12733,-1.9370673 m 6.781376,3.286144 -4.419417,0.02805" id="path7964-5" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-3" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 10.022435,1.1427339 -3.9654599,6.8618 m 6.0927899,-4.92473 -2.3235099,4.92473" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 9.1091722,11.450427 C 1.2814618,20.322533 5.4998003,24.744976 6.4027557,26.619355" id="path165361-8-6" sodipodi:nodetypes="cc"/>
    <path d="M 8.69161,25.7019 8.6754,25.6886 7.88116,24.7593 7.27472,23.7096 6.88767,22.571 6.75163,21.375 6.88767,20.1803 7.27472,19.0452 7.88116,18.0004 8.6754,17.0768 l 0.95041,-0.7719 1.07499,-0.5894 1.168,-0.3761 1.2293,-0.1323 1.2293,0.1323 1.1679,0.3761 1.075,0.5894 0.9504,0.7719 0.7943,0.9236 0.6064,1.0448 0.3871,1.1351 0.136,1.1947 -0.136,1.196 -0.3871,1.1386 -0.6064,1.0497 -0.7943,0.9293 -0.9504,0.7776 -1.075,0.5943 -1.1679,0.3797 -1.2293,0.1335 M 5.36606,29.024 5.30782,28.977 3.93293,27.369 2.88824,25.5384 2.22435,23.5343 1.99181,21.406 l 0.23254,-2.1284 0.66389,-2.0041 1.04469,-1.8306 1.37489,-1.608 1.65454,-1.3362 1.8836,-1.0153 2.06214,-0.6452 2.19,-0.226 2.19,0.226 2.0621,0.6452 1.8836,1.0153 1.6545,1.3362 1.3749,1.608 1.0447,1.8306 0.6639,2.0041 0.2325,2.1284 v 0 l -0.2325,2.1283 -0.6639,2.0041 -1.0447,1.8306 -1.3749,1.608 -1.6545,1.3362 -1.8836,1.0153 -2.0621,0.6452 -2.19,0.226 M 13.2283,9.8125 v 6.0625 m 5.7092,5.375 H 24.75 m -17.6875,0 h -5.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin54-0" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 13.0981,27.5737 -1.2293,-0.1335 -1.168,-0.3797 -1.07499,-0.5943 -0.9342,-0.7643 m 4.40649,6.4978 -2.19,-0.226 -2.06214,-0.6452 -1.8836,-1.0153 -1.5963,-1.2892 m 7.63264,-1.6924 -10e-5,5.0892" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin55-1" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Õ" style="display:inline" id="g2692">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 19.566347,26.745283 c 3.89272,-6.260786 2.197085,-10.509764 -2.280293,-13.757315 L 17.072169,11.71196 M 16.56265,7.4969764 16.215242,6.1076324 10.658807,5.2890737 l -3.1249893,1.5" id="path10849-27-2-6" sodipodi:nodetypes="ccccccc"/>
    <path d="M 6.0302043,8.1275745 6.2747397,6.4945767 7.002261,5.023577 7.5443208,4.4256746 8.203735,3.9605773 8.9794453,3.658971 9.8702421,3.5515568 11.319729,3.8015726 12.466249,4.3515732 13.40274,4.90157 14.222255,5.1515858 14.65675,5.1160582 14.947017,4.9957558 m -6.1966111,3.1317998 0.070299,-0.456 0.2294173,-0.504 0.4154835,-0.408 0.6285353,-0.168 0.598149,0.075591 0.520856,0.1994079 0.944996,0.6050003 1.040995,0.6049966 0.640895,0.1994079 0.76611,0.07559 0.863282,-0.0864 0.762708,-0.2511118 0.524788,-0.321789 M 9.8694106,3.5415486 10.095048,6.6015487 m 4.126036,-1.4598993 0.386418,3.2197985 M 5.9090704,8.0286605 8.901587,8.0287588" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin270-04" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 15.533902,3.7436551 -0.128504,0.7732913 -0.325039,0.4225512 -0.132283,0.056315 m 3.499842,-1.2521575 -0.260787,1.8674646 -0.313701,0.7857638 -0.434646,0.6708661 -0.548031,0.5431181 -0.132284,0.08126 m -1.810393,-2.8690394 1.984252,2.9510551" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin271-9" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatinrun22-05-7-29-4" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 17.132265,13.031024 C 4.6362828,12.348392 3.4941036,18.351888 6.0100367,26.509606" sodipodi:nodetypes="cc"/>
    <path d="M 8.69161,25.7019 8.6754,25.6886 7.88116,24.7593 7.27472,23.7096 6.88767,22.571 6.75163,21.375 6.88767,20.1803 7.27472,19.0452 7.88116,18.0004 8.6754,17.0768 l 0.95041,-0.7719 1.07499,-0.5894 1.168,-0.3761 1.2293,-0.1323 1.2293,0.1323 1.1679,0.3761 1.075,0.5894 0.9504,0.7719 0.7943,0.9236 0.6064,1.0448 0.3871,1.1351 0.136,1.1947 -0.136,1.196 -0.3871,1.1386 -0.6064,1.0497 -0.7943,0.9293 -0.9504,0.7776 -1.075,0.5943 -1.1679,0.3797 -1.2293,0.1335 M 5.36606,29.024 5.30782,28.977 3.93293,27.369 2.88824,25.5384 2.22435,23.5343 1.99181,21.406 l 0.23254,-2.1284 0.66389,-2.0041 1.04469,-1.8306 1.37489,-1.608 1.65454,-1.3362 1.8836,-1.0153 2.06214,-0.6452 2.19,-0.226 2.19,0.226 2.0621,0.6452 1.8836,1.0153 1.6545,1.3362 1.3749,1.608 1.0447,1.8306 0.6639,2.0041 0.2325,2.1284 v 0 l -0.2325,2.1283 -0.6639,2.0041 -1.0447,1.8306 -1.3749,1.608 -1.6545,1.3362 -1.8836,1.0153 -2.0621,0.6452 -2.19,0.226 M 13.2283,9.8125 v 6.0625 m 5.7092,5.375 H 24.75 m -17.6875,0 h -5.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin54-6" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 13.0981,27.5737 -1.2293,-0.1335 -1.168,-0.3797 -1.07499,-0.5943 -0.9342,-0.7643 m 4.40649,6.4978 -2.19,-0.226 -2.06214,-0.6452 -1.8836,-1.0153 -1.5963,-1.2892 m 7.63264,-1.6924 -10e-5,5.0892" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin55-0" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ö" style="display:inline" id="g2696">
    <g id="g8817-0" style="display:inline" transform="translate(4)">
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 15.722745,26.59856 2.506622,-7.094796 -5.545928,-7.697776" id="path10849-27-91-6-5" sodipodi:nodetypes="ccc"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 13.127527,6.9375988 13.215217,5.0362054 5.7342994,4.9925514" id="path10853-54-22-5-5" sodipodi:nodetypes="ccc"/>
      <path id="path9612-9-05-1-0-9-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M -0.07899803,4.1853279 8.2418204,4.054783 M 3.5428484,2.0092271 c -1.311156,0.072453 -2.59052603,0.8920479 -2.495206,3.133595 m 3.199068,-3.1362633 c 1.577763,0.086135 2.6177,0.8476195 2.701152,2.8103131 0.0076,0.1635779 0.01134,0.31937 0.01134,0.4676976" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
      <path id="path72255-5-3-8-1-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 3.6868484,7.985178 C 1.9142874,8.023389 1.1093244,6.6609979 1.0476424,5.1428108 m 3.405014,2.8076372 c 1.823244,-0.1007245 2.492372,-0.7813116 2.504353,-2.6658898" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 9.6902733,4.7916813 12.911149,2.4357317" id="path10849-04-2-12-0-99" sodipodi:nodetypes="cc"/>
      <path id="path9612-09-0-7-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 8.2549607,4.9348385 8.3215743,-0.01852 M 11.979684,1.9869087 c -1.311798,0.054803 -2.5995957,0.8571553 -2.5274827,3.0998287 0.04573,1.518909 0.8367497,2.8920303 2.6096497,2.8776492 m 0.621657,-5.9706861 c 1.576743,0.1073386 2.608743,0.8827578 2.671937,2.846434 0.07219,2.2426697 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
      <path id="autosatinrun22-05-7-8-6-7" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 12.683439,11.805988 C 1.2176492,13.522808 -2.0734332,18.75563 2.0694321,27.18585" sodipodi:nodetypes="cc"/>
    </g>
    <path d="M 8.69161,25.7019 8.6754,25.6886 7.88116,24.7593 7.27472,23.7096 6.88767,22.571 6.75163,21.375 6.88767,20.1803 7.27472,19.0452 7.88116,18.0004 8.6754,17.0768 l 0.95041,-0.7719 1.07499,-0.5894 1.168,-0.3761 1.2293,-0.1323 1.2293,0.1323 1.1679,0.3761 1.075,0.5894 0.9504,0.7719 0.7943,0.9236 0.6064,1.0448 0.3871,1.1351 0.136,1.1947 -0.136,1.196 -0.3871,1.1386 -0.6064,1.0497 -0.7943,0.9293 -0.9504,0.7776 -1.075,0.5943 -1.1679,0.3797 -1.2293,0.1335 M 5.36606,29.024 5.30782,28.977 3.93293,27.369 2.88824,25.5384 2.22435,23.5343 1.99181,21.406 l 0.23254,-2.1284 0.66389,-2.0041 1.04469,-1.8306 1.37489,-1.608 1.65454,-1.3362 1.8836,-1.0153 2.06214,-0.6452 2.19,-0.226 2.19,0.226 2.0621,0.6452 1.8836,1.0153 1.6545,1.3362 1.3749,1.608 1.0447,1.8306 0.6639,2.0041 0.2325,2.1284 v 0 l -0.2325,2.1283 -0.6639,2.0041 -1.0447,1.8306 -1.3749,1.608 -1.6545,1.3362 -1.8836,1.0153 -2.0621,0.6452 -2.19,0.226 M 13.2283,9.8125 v 6.0625 m 5.7092,5.375 H 24.75 m -17.6875,0 h -5.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin54-69" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 13.0981,27.5737 -1.2293,-0.1335 -1.168,-0.3797 -1.07499,-0.5943 -0.9342,-0.7643 m 4.40649,6.4978 -2.19,-0.226 -2.06214,-0.6452 -1.8836,-1.0153 -1.5963,-1.2892 m 7.63264,-1.6924 -10e-5,5.0892" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin55-2" sodipodi:nodetypes="csssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-×" style="display:inline" id="g2700">
    <path d="M 12.968057,28.892881 9.4676127,25.322602 m 1.3582763,5.670545 -3.5004437,-3.570279" id="path2270-5" sodipodi:nodetypes="cccc" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="m 1.0246461,20.996366 4.2005328,4.284335 M 3.1668135,18.8961 7.3673463,23.180434" id="path146538-5" sodipodi:nodetypes="cccc" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path d="M 1.6549,28.781145 5.2251789,25.280701 7.3673463,23.180434 10.937625,19.67999 M 3.7551664,30.923312 7.3254453,27.422868 9.4676127,25.322602 13.037892,21.822158" id="path146536-2" sodipodi:nodetypes="cccccccc" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ù" style="display:inline" id="g2708">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 16.578549,27.875666 15.875416,11.392928 M 11.415151,7.7418446 7.926684,3.8490144" id="path10849-27-2-6-3-8" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.1279942,2.1965444 8.1996037,7.8581142 M 8.0174304,2.1965444 11.602842,7.8581142" id="path145610-0-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-5" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 15.875416,11.392928 1.497565,5.484088" sodipodi:nodetypes="cc"/>
    <path d="m 14.4507,11.1423 v 12.0886 l -0.1798,1.9264 -0.2494,0.775 -0.3779,0.6438 -0.5229,0.5082 -0.6843,0.3684 -0.8625,0.2242 -1.0571,0.0757 L 9.46841,27.6769 8.61001,27.4527 7.92615,27.0843 7.40135,26.5761 7.02013,25.9323 6.767,25.1573 6.76019,25.086 M 18.955,11.1423 v 12.7653 l -0.1446,1.962 -0.4264,1.7086 -0.6975,1.4526 -0.9574,1.1942 -1.2066,0.9331 -1.4449,0.6697 -1.6722,0.4037 -1.8886,0.1351 L 8.62825,32.2315 6.95608,31.8278 5.51123,31.1581 4.30463,30.225 3.34716,29.0308 2.64976,27.5782 2.63081,27.5022 m 7.88599,4.8744 v -4.634 m 8.4481,-3.8335 -4.5241,-0.6797 m -11.98746,4.489 4.52831,-2.6548" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin73-9" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4.6198886,25.663228 C 4.4958377,25.055791 4.4301886,25.015477 4.4017707,24.394335 4.2845086,22.95437 4.3471154,21.507151 4.33091,20.063844 L 4.393851,12.08642" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun44-3" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccc"/>
    <path d="M 6.58307,11.1423 V 23.2309 L 6.76019,25.086 M 2.07874,11.1423 v 12.7653 l 0.14457,1.962 0.4075,1.6326 M 2.06885,23.9091 6.59296,23.2294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin74-2" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ú" style="display:inline" id="g2712">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 16.63427,27.532167 15.931136,11.55296 M 11.448621,7.7767962 12.671525,3.7568377" id="path10849-27-2-6-5-8" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.783676,2.3512276 8.1982272,8.0127559 M 15.672999,2.3512276 11.601351,8.0127559" id="path145610-4-6-3-9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-9" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 16.055067,11.627318 0.995986,6.794441" sodipodi:nodetypes="cc"/>
    <path d="m 14.4507,11.1423 v 12.0886 l -0.1798,1.9264 -0.2494,0.775 -0.3779,0.6438 -0.5229,0.5082 -0.6843,0.3684 -0.8625,0.2242 -1.0571,0.0757 L 9.46841,27.6769 8.61001,27.4527 7.92615,27.0843 7.40135,26.5761 7.02013,25.9323 6.767,25.1573 6.76019,25.086 M 18.955,11.1423 v 12.7653 l -0.1446,1.962 -0.4264,1.7086 -0.6975,1.4526 -0.9574,1.1942 -1.2066,0.9331 -1.4449,0.6697 -1.6722,0.4037 -1.8886,0.1351 L 8.62825,32.2315 6.95608,31.8278 5.51123,31.1581 4.30463,30.225 3.34716,29.0308 2.64976,27.5782 2.63081,27.5022 m 7.88599,4.8744 v -4.634 m 8.4481,-3.8335 -4.5241,-0.6797 m -11.98746,4.489 4.52831,-2.6548" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin73-2" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4.6198886,25.663228 C 4.4958377,25.055791 4.4301886,25.015477 4.4017707,24.394335 4.2845086,22.95437 4.3471154,21.507151 4.33091,20.063844 V 11.1423" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun44-37" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccc"/>
    <path d="M 6.58307,11.1423 V 23.2309 L 6.76019,25.086 M 2.07874,11.1423 v 12.7653 l 0.14457,1.962 0.4075,1.6326 M 2.06885,23.9091 6.59296,23.2294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin74-1" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Û" style="display:inline" id="g2716">
    <path d="m 16.3397,26.2257 c 0.109495,-0.451429 0.200213,-0.913928 0.260236,-1.375392 0.156056,-1.543404 0.08707,-3.096655 0.102864,-4.645186 v -8.05576" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun42-5" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="cccc"/>
    <path d="m 14.4507,11.1423 v 12.0886 l -0.1798,1.9264 -0.2494,0.775 -0.3779,0.6438 -0.5229,0.5082 -0.6843,0.3684 -0.8625,0.2242 -1.0571,0.0757 L 9.46841,27.6769 8.61001,27.4527 7.92615,27.0843 7.40135,26.5761 7.02013,25.9323 6.767,25.1573 6.76019,25.086 M 18.955,11.1423 v 12.7653 l -0.1446,1.962 -0.4264,1.7086 -0.6975,1.4526 -0.9574,1.1942 -1.2066,0.9331 -1.4449,0.6697 -1.6722,0.4037 -1.8886,0.1351 L 8.62825,32.2315 6.95608,31.8278 5.51123,31.1581 4.30463,30.225 3.34716,29.0308 2.64976,27.5782 2.63081,27.5022 m 7.88599,4.8744 v -4.634 m 8.4481,-3.8335 -4.5241,-0.6797 m -11.98746,4.489 4.52831,-2.6548" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin73-8" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 2"/>
    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 5.0591131,22.609896 5.7616023,11.825211 m 2.368299,-3.9491857 2.1655147,-5.9662128 3.668116,5.2149128" id="path165361-33" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.552204,8.0045483 -3.96546,-6.861808 M 12.782048,8.0045483 10.458534,3.0798076 8.3312044,1.1427403 m 6.7813756,3.286144 -4.419417,0.02805" id="path7964-35" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-2" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 8.3312043,1.1427363 -3.96546,6.8618 m 6.0927897,-4.92473 -2.3235097,4.92473" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 5.8444075,11.891018 3.9562286,15.415795" id="path165361-8-5" sodipodi:nodetypes="cc"/>
    <path d="M 6.58307,11.1423 V 23.2309 L 6.76019,25.086 M 2.07874,11.1423 v 12.7653 l 0.14457,1.962 0.4075,1.6326 M 2.06885,23.9091 6.59296,23.2294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin74-6" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ü" style="display:inline" id="g2720">
    <g id="g8817-4" style="display:inline" transform="translate(2)">
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 15.711713,22.336125 13.061087,11.805988" id="path10849-27-91-6-54" sodipodi:nodetypes="cc"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 13.127527,6.9375988 13.215217,5.0362054 5.7342994,4.9925514" id="path10853-54-22-5-0" sodipodi:nodetypes="ccc"/>
      <path id="path9612-9-05-1-0-9-5" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M -0.07899803,4.1853279 8.2418204,4.054783 M 3.5428484,2.0092271 c -1.311156,0.072453 -2.59052603,0.8920479 -2.495206,3.133595 m 3.199068,-3.1362633 c 1.577763,0.086135 2.6177,0.8476195 2.701152,2.8103131 0.0076,0.1635779 0.01134,0.31937 0.01134,0.4676976" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
      <path id="path72255-5-3-8-1-2" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 3.6868484,7.985178 C 1.9142874,8.023389 1.1093244,6.6609979 1.0476424,5.1428108 m 3.405014,2.8076372 c 1.823244,-0.1007245 2.492372,-0.7813116 2.504353,-2.6658898" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 9.6902733,4.7916813 12.911149,2.4357317" id="path10849-04-2-12-0-8" sodipodi:nodetypes="cc"/>
      <path id="path9612-09-0-7-5" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 8.2549607,4.9348385 8.3215743,-0.01852 M 11.979684,1.9869087 c -1.311798,0.054803 -2.5995957,0.8571553 -2.5274827,3.0998287 0.04573,1.518909 0.8367497,2.8920303 2.6096497,2.8776492 m 0.621657,-5.9706861 c 1.576743,0.1073386 2.608743,0.8827578 2.671937,2.846434 0.07219,2.2426697 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
      <path id="autosatinrun22-05-7-8-6-8" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 13.061087,11.805988 3.17015,4.931597" sodipodi:nodetypes="cc"/>
    </g>
    <path d="m 14.4507,11.1423 v 12.0886 l -0.1798,1.9264 -0.2494,0.775 -0.3779,0.6438 -0.5229,0.5082 -0.6843,0.3684 -0.8625,0.2242 -1.0571,0.0757 L 9.46841,27.6769 8.61001,27.4527 7.92615,27.0843 7.40135,26.5761 7.02013,25.9323 6.767,25.1573 6.76019,25.086 M 18.955,11.1423 v 12.7653 l -0.1446,1.962 -0.4264,1.7086 -0.6975,1.4526 -0.9574,1.1942 -1.2066,0.9331 -1.4449,0.6697 -1.6722,0.4037 -1.8886,0.1351 L 8.62825,32.2315 6.95608,31.8278 5.51123,31.1581 4.30463,30.225 3.34716,29.0308 2.64976,27.5782 2.63081,27.5022 m 7.88599,4.8744 v -4.634 m 8.4481,-3.8335 -4.5241,-0.6797 m -11.98746,4.489 4.52831,-2.6548" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin73-0" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 4.6198886,25.663228 C 4.4958377,25.055791 4.4301886,25.015477 4.4017707,24.394335 4.2845086,22.95437 4.3471154,21.507151 4.33091,20.063844 V 11.1423" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun44-5" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccc"/>
    <path d="M 6.58307,11.1423 V 23.2309 L 6.76019,25.086 M 2.07874,11.1423 v 12.7653 l 0.14457,1.962 0.4075,1.6326 M 2.06885,23.9091 6.59296,23.2294" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin74-5" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-Ý" style="display:inline" id="g2724">
    <path d="m 10,28.5643 c 6.3e-5,-2.290433 -1.279e-4,-4.580867 10e-5,-6.8713" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun48-3" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="M 8.84971,20.1103 C 6.814939,17.073536 5.3466455,15.421479 3.3118822,12.38471" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun51-7" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.49082,11 10,18.2574 M 0,11 7.69941,21.9632" id="autosatin93-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 10.762431,21.090903 14.842842,11.84642 M 12.87798,7.6296669 14.100884,3.6097089" id="path10849-27-2-6-5-74-4" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.213035,2.2040985 9.6275857,7.8656269 M 17.102358,2.2040985 13.030711,7.8656269" id="path145610-4-6-3-0-9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-4-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 14.966772,11.920778 -0.514607,3.962081" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 20,11 12.3006,21.9632 M 14.5092,11 10,18.2574" id="autosatin94-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 9.62268,18.2574 -1.92327,3.7058 v 7.8 m 2.67919,-11.5058 1.922,3.7058 v 7.8 m -4.61119,-7.8 h 4.62119" id="autosatin95-1" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.3006,32 V 29.7632 M 7.69941,32 v -2.2368 m -0.23007,0.1 h 5.06136" id="autosatin96-7" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer22" inkscape:label="GlyphLayer-Ÿ" style="display:inline">
    <path d="m 10,28.5643 c 6.3e-5,-2.290433 -1.279e-4,-4.580867 10e-5,-6.8713" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun48-3-5" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path d="M 8.84971,20.1103 C 6.814939,17.073536 5.3466455,15.421479 3.3118822,12.38471" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun51-7-8" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.49082,11 10,18.2574 M 0,11 7.69941,21.9632" id="autosatin93-1-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 10.65919,19.800893 2.821328,-3.318314 3.202921,-4.676591" id="path10849-27-91-6-5-8" sodipodi:nodetypes="ccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 17.127527,6.9375988 17.215217,5.0362054 9.7342994,4.9925514" id="path10853-54-22-5-5-1" sodipodi:nodetypes="ccc"/>
    <path id="path9612-9-05-1-0-9-0-9" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 3.921002,4.1853279 12.24182,4.054783 M 7.5428484,2.0092271 c -1.311156,0.072453 -2.590526,0.8920479 -2.495206,3.133595 m 3.199068,-3.1362633 c 1.577763,0.086135 2.6176996,0.8476195 2.7011516,2.8103131 0.0076,0.1635779 0.01134,0.31937 0.01134,0.4676976" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
    <path id="path72255-5-3-8-1-0-2" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 7.6868484,7.985178 C 5.9142874,8.023389 5.1093244,6.6609979 5.0476424,5.1428108 M 8.4526564,7.950448 C 10.2759,7.8497235 10.945028,7.1691364 10.957009,5.2845582" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 13.690273,4.7916813 16.911149,2.4357317" id="path10849-04-2-12-0-99-7" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0-7-0-6" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 12.254961,4.9348385 8.321574,-0.01852 M 15.979684,1.9869087 c -1.311798,0.054803 -2.599596,0.8571553 -2.527483,3.0998287 0.04573,1.518909 0.83675,2.8920303 2.60965,2.8776492 m 0.621657,-5.9706861 c 1.576743,0.1073386 2.608743,0.8827578 2.671937,2.846434 0.07219,2.2426697 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8-6-7-1" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 16.683439,11.805988 -3.123985,3.106297" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 20,11 12.3006,21.9632 M 14.5092,11 10,18.2574" id="autosatin94-5-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 9.62268,18.2574 -1.92327,3.7058 v 7.8 m 2.67919,-11.5058 1.922,3.7058 v 7.8 m -4.61119,-7.8 h 4.62119" id="autosatin95-1-7" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.3006,32 V 29.7632 M 7.69941,32 v -2.2368 m -0.23007,0.1 h 5.06136" id="autosatin96-7-6" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 9" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ß" style="display:inline" id="g2732">
    <path d="m 15.4751,27.0203 c -0.42502,1.076145 -1.200413,2.024312 -2.254531,2.53182 -1.098638,0.565461 -1.600212,0.537172 -2.808273,0.521198" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun119" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path d="m 9.657,28.2642 h 0.9031 l 0.9273,-0.2075 0.9334,-0.5645 0.7207,-0.8345 0.2889,-1.0175 -0.274,-1.004 -0.7155,-0.836 -0.9971,-0.572 -1.1189,-0.212 v -3.936 l 0.7002,-0.2015 0.4771,-0.5465 0.2727,-0.8045 0.0867,-0.9755 -0.1841,-0.989 -0.5125,-0.803 -0.7817,-0.539 -0.99141,-0.197 -1.08878,0.1675 -0.9634,0.4445 -0.68803,0.6345 -0.26268,0.7375 v 12.2104 m 3.268,3.7896 h 1.5045 l 1.455,-0.1145 1.3232,-0.334 1.1722,-0.5386 1.0021,-0.7289 0.8128,-0.9043 0.6042,-1.0652 0.3766,-1.2114 0.1298,-1.3431 -0.0938,-1.0567 -0.2691,-0.9593 -0.4256,-0.8572 -0.5633,-0.7508 -0.6821,-0.6397 -0.7823,-0.5243 -1.79,-0.684 1.1406,-0.72 0.8496,-1.032 0.5304,-1.308 0.1831,-1.548 -0.1281,-1.0882 -0.3705,-1.0173 -0.5927,-0.9235 -0.7946,-0.807 -0.976,-0.6674 -1.1373,-0.5051 -1.278,-0.3198 -1.39848,-0.1117 -1.89291,0.1146 -1.58468,0.3399 -1.29366,0.5597 -1.01986,0.7738 -0.76326,0.9823 -0.52388,1.1852 -0.30171,1.3825 -0.09675,1.574 v 11.048 M 1.72357,16.8414 6.49654,16.8856 m 2.65165,-6.7617 v 4.331 m 2.43071,2.2097 h 5.1265 m -3.6681,9.4134 5.1707,-0.0442" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin217" sodipodi:nodetypes="cssscssccsssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 6.389,32.0082 v -3.7896 m -4.40649,3.7896 v -3.8 m -0.22032,3.7 h 4.84713" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin218" sodipodi:nodetypes="cssscssccsssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:label="GlyphLayer-à" style="display:inline" id="g2736" inkscape:groupmode="layer">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 16.973353,28.843687 9.9760843,18.592143 m 0.6379847,-3.462259 -3.4884666,-3.89283" id="path10849-27-2-6-3-3" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 3.3269126,9.5845839 7.3985221,15.246154 M 7.2163488,9.5845839 10.80176,15.246154" id="path145610-0-7" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-43" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 9.9760843,18.592143 c 6.4357597,3.242092 5.6325707,6.180651 5.5887527,9.764101" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.8,32.0021 V 21.8157 M 13.0319,32.0021 V 21.8157 m -0.2384,0.1 h 5.2449" id="autosatin100-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0319,18.0157 v 3.8 m 4.7681,-3.8 v 3.8 m -5.0065,-3.7 h 5.2449" id="autosatin101-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin102-8" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.0319,24.6299 12.7948,23.365 12.1392,22.3798 11.1489,21.7402 9.90747,21.5123 9.26055,21.587 l -0.5947,0.2125 -0.9908,0.77 -0.65603,1.1158 -0.23733,1.3242 0.23712,1.3241 0.06706,0.1141 M 13.0319,19.7005 12.0746,18.7389 10.975,18.1111 9.78053,17.7694 8.53866,17.6661 7.19071,17.8225 5.95121,18.2681 4.84213,18.9669 3.88543,19.8832 3.1031,20.9814 2.51708,22.2256 2.14937,23.58 l -0.12746,1.4289 0.12746,1.4276 0.36771,1.3508 0.38173,0.8072 M 9.41336,17.4159 v 4.5078 m -7.64771,3.0637 h 5.25911 m 5.99134,-0.2107 -0.0574,-5.3922" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.86665,29.649 c 1.3743118,0.854009 3.213402,0.942726 4.632626,0.148692 0.747342,-0.418517 0.710116,-0.671824 1.028393,-1.442563" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun58-7" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccc"/>
    <path id="autosatin103-1" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0306,25.3858 -0.2371,1.2654 -0.6556,0.9861 -0.9903,0.6405 L 9.90614,28.5061 9.25928,28.4315 8.66473,28.219 7.67439,27.4492 7.08587,26.4477 m 5.94603,3.8697 -0.8444,0.9164 -1.1121,0.6213 L 9.81819,32.2082 8.53866,32.32 7.19071,32.1649 5.95121,31.723 4.84213,31.0293 3.88543,30.1187 3.1031,29.0264 2.89881,28.5945 m 6.51455,-0.4394 v 4.3531" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-á" style="display:inline" id="g2740">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 16.69146,28.156242 c -0.990146,-3.805084 -3.841868,-6.67938 -6.8084447,-9.496248 m 0.3639687,-3.272633 1.222904,-4.019958" id="path10849-27-2-6-5-74" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.582039,9.9617926 6.9965901,15.623321 M 14.471362,9.9617926 10.399715,15.623321" id="path145610-4-6-3-0" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-4" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 10.006946,18.734352 c 4.814182,1.355343 5.935768,7.454032 5.464821,11.640927" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.8,32.0021 V 21.8157 M 13.0319,32.0021 V 21.8157 m -0.2384,0.1 h 5.2449" id="autosatin100-9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0319,18.0157 v 3.8 m 4.7681,-3.8 v 3.8 m -5.0065,-3.7 h 5.2449" id="autosatin101-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin102-82" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.0319,24.6299 12.7948,23.365 12.1392,22.3798 11.1489,21.7402 9.90747,21.5123 9.26055,21.587 l -0.5947,0.2125 -0.9908,0.77 -0.65603,1.1158 -0.23733,1.3242 0.23712,1.3241 0.06706,0.1141 M 13.0319,19.7005 12.0746,18.7389 10.975,18.1111 9.78053,17.7694 8.53866,17.6661 7.19071,17.8225 5.95121,18.2681 4.84213,18.9669 3.88543,19.8832 3.1031,20.9814 2.51708,22.2256 2.14937,23.58 l -0.12746,1.4289 0.12746,1.4276 0.36771,1.3508 0.38173,0.8072 M 9.41336,17.4159 v 4.5078 m -7.64771,3.0637 h 5.25911 m 5.99134,-0.2107 -0.0574,-5.3922" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.86665,29.649 c 1.3743118,0.854009 3.213402,0.942726 4.632626,0.148692 0.747342,-0.418517 0.710116,-0.483 1.028393,-1.253739" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun58-6" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccc"/>
    <path id="autosatin103-8" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0306,25.3858 -0.2371,1.2654 -0.6556,0.9861 -0.9903,0.6405 L 9.90614,28.5061 9.25928,28.4315 8.66473,28.219 7.67439,27.4492 7.08587,26.4477 m 5.94603,3.8697 -0.8444,0.9164 -1.1121,0.6213 L 9.81819,32.2082 8.53866,32.32 7.19071,32.1649 5.95121,31.723 4.84213,31.0293 3.88543,30.1187 3.1031,29.0264 2.89881,28.5945 m 6.51455,-0.4394 v 4.3531" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-â" style="display:inline" id="g2744">
    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 16.468618,28.519736 C 16.795199,24.670874 17.475685,20.78098 6.5340176,18.238582 M 7.3287827,14.729985 9.4942972,8.7637727 13.162414,13.978685" id="path165361-18" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 15.751086,14.858508 11.785626,7.9967005 M 11.98093,14.858508 9.6574159,9.9337678 7.5300858,7.9967005 m 6.7813762,3.2861435 -4.4194172,0.02805" id="path7964-9" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7.5300857,7.9966964 -3.96546,6.8617996 m 6.09279,-4.9247295 -2.32351,4.9247295" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 6.6168228,18.304389 c 7.6337092,1.908459 9.2147582,5.790612 9.1895002,10.196561" id="path165361-8-0" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.8,32.0021 V 21.8157 M 13.0319,32.0021 V 21.8157 m -0.2384,0.1 h 5.2449" id="autosatin100-7" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0319,18.0157 v 3.8 m 4.7681,-3.8 v 3.8 m -5.0065,-3.7 h 5.2449" id="autosatin101-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin102-0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.0319,24.6299 12.7948,23.365 12.1392,22.3798 11.1489,21.7402 9.90747,21.5123 9.26055,21.587 l -0.5947,0.2125 -0.9908,0.77 -0.65603,1.1158 -0.23733,1.3242 0.23712,1.3241 0.06706,0.1141 M 13.0319,19.7005 12.0746,18.7389 10.975,18.1111 9.78053,17.7694 8.53866,17.6661 7.19071,17.8225 5.95121,18.2681 4.84213,18.9669 3.88543,19.8832 3.1031,20.9814 2.51708,22.2256 2.14937,23.58 l -0.12746,1.4289 0.12746,1.4276 0.36771,1.3508 0.38173,0.8072 M 9.41336,17.4159 v 4.5078 m -7.64771,3.0637 h 5.25911 m 5.99134,-0.2107 -0.0574,-5.3922" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.86665,29.649 0.03862,0.0197 v 0 l 0.81025,0.4117 0.91816,0.2309 0.95696,0.0398 0.85156,-0.1322 v 0 l 0.1093,-0.017 0.9017,-0.3501 0.757,-0.59 0.532,-0.7797 0.289,-0.6305" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun58-66" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccccccccccccc"/>
    <path id="autosatin103-3" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0306,25.3858 -0.2371,1.2654 -0.6556,0.9861 -0.9903,0.6405 L 9.90614,28.5061 9.25928,28.4315 8.66473,28.219 7.67439,27.4492 7.08587,26.4477 m 5.94603,3.8697 -0.8444,0.9164 -1.1121,0.6213 L 9.81819,32.2082 8.53866,32.32 7.19071,32.1649 5.95121,31.723 4.84213,31.0293 3.88543,30.1187 3.1031,29.0264 2.89881,28.5945 m 6.51455,-0.4394 v 4.3531" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ã" style="display:inline" id="g2748">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 16.969698,29.834872 14.437639,20.42051 14.03493,18.389207 m -0.320695,-3.522629 -2.046825,-1.389344 -3.857018,-0.755618 -3.124989,1.5" id="path10849-27-2-5" sodipodi:nodetypes="ccccccc"/>
    <path d="M 3.18179,15.560117 3.426325,13.927119 4.153846,12.45612 4.695906,11.858217 5.35532,11.39312 6.131031,11.091514 7.021828,10.9841 l 1.449486,0.250015 1.14652,0.550001 0.936491,0.549997 0.819515,0.250016 0.434495,-0.03553 0.290267,-0.120303 m -6.196611,3.1318 0.0703,-0.456 0.229418,-0.504 0.415483,-0.408 0.628536,-0.168 0.598148,0.07559 0.520856,0.199408 0.944996,0.605 1.040995,0.604997 0.640895,0.199407 0.76611,0.07559 0.863282,-0.0864 0.762708,-0.251112 0.524788,-0.321789 m -6.88751,-4.1507 0.225638,3.06 m 4.126035,-1.459899 0.386418,3.219798 m -8.698431,-0.332787 2.992516,9.9e-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin270-5" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 12.685487,11.176198 -0.128504,0.773291 -0.325039,0.422551 -0.132283,0.05631 m 3.499842,-1.252157 -0.260787,1.867464 -0.313701,0.785764 -0.434646,0.670866 -0.548031,0.543118 -0.132284,0.08126 m -1.810393,-2.869039 1.984252,2.951055" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin271-7" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatinrun22-05-7-29-1" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 14.28385,20.463566 13.987535,28.02566" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.8,32.0021 V 21.8157 M 13.0319,32.0021 V 21.8157 m -0.2384,0.1 h 5.2449" id="autosatin100-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0319,18.0157 v 3.8 m 4.7681,-3.8 v 3.8 m -5.0065,-3.7 h 5.2449" id="autosatin101-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin102-6" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.0319,24.6299 12.7948,23.365 12.1392,22.3798 11.1489,21.7402 9.90747,21.5123 9.26055,21.587 l -0.5947,0.2125 -0.9908,0.77 -0.65603,1.1158 -0.23733,1.3242 0.23712,1.3241 0.06706,0.1141 M 13.0319,19.7005 12.0746,18.7389 10.975,18.1111 9.78053,17.7694 8.53866,17.6661 7.19071,17.8225 5.95121,18.2681 4.84213,18.9669 3.88543,19.8832 3.1031,20.9814 2.51708,22.2256 2.14937,23.58 l -0.12746,1.4289 0.12746,1.4276 0.36771,1.3508 0.38173,0.8072 M 9.41336,17.4159 v 4.5078 m -7.64771,3.0637 h 5.25911 m 5.99134,-0.2107 -0.0574,-5.3922" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.86665,29.649 0.03862,0.0197 v 0 l 0.81025,0.4117 0.91816,0.2309 0.95696,0.0398 0.85156,-0.1322 v 0 l 0.1093,-0.017 0.9017,-0.3501 0.757,-0.59 0.532,-0.7797 0.289,-0.6305" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun58-64" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccccccccccccc"/>
    <path id="autosatin103-6" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0306,25.3858 -0.2371,1.2654 -0.6556,0.9861 -0.9903,0.6405 L 9.90614,28.5061 9.25928,28.4315 8.66473,28.219 7.67439,27.4492 7.08587,26.4477 m 5.94603,3.8697 -0.8444,0.9164 -1.1121,0.6213 L 9.81819,32.2082 8.53866,32.32 7.19071,32.1649 5.95121,31.723 4.84213,31.0293 3.88543,30.1187 3.1031,29.0264 2.89881,28.5945 m 6.51455,-0.4394 v 4.3531" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ä" style="display:inline" id="g2752">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 16.55111,29.197206 15.753131,20.198895" id="path10849-27" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 15.12243,14.994567 13.911605,13.032768 7.0026196,13.013812" id="path10853-54" sodipodi:nodetypes="ccc"/>
    <path id="path9612-9-05-1" style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 0.85046161,12.217841 9.656309,12.089129 M 4.6834424,10.072168 c -1.3876096,0.07142 -2.7415581,0.879576 -2.6406932,3.089777 m 3.3855764,-3.092409 c 1.6696992,0.08494 2.7702804,0.835769 2.8586214,2.771015 0.00785,0.161273 0.010489,0.314896 0.010489,0.461159" inkstitch:satin_column="True" inkstitch:zigzag_underlay="False" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="False" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path72255-5-3" style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 4.8358407,15.964553 C 2.9599036,16.002245 2.1080359,14.658889 2.0427492,13.161934 m 3.6035254,2.768377 c 1.9295266,-0.09933 2.6376578,-0.770387 2.6503345,-2.628612" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="False" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 11.819129,12.815712 3.408623,-2.323003" id="path10849-04-2" sodipodi:nodetypes="cc"/>
    <path id="path9612-09" style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 10.300175,12.956868 8.806635,-0.0184 m -4.864784,-2.888449 c -1.388291,0.05403 -2.751165,0.845171 -2.674827,3.056482 0.04855,1.49767 0.885522,2.851593 2.761751,2.837411 m 0.657931,-5.887197 c 1.668623,0.105852 2.760806,0.870415 2.827649,2.806632 0.07639,2.21131 -0.592381,2.97543 -2.674827,3.056479" inkstitch:satin_column="True" inkstitch:zigzag_underlay="False" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="cccccccc" inkstitch:pull_compensation_mm="0.02" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7" style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 15.669352,20.554447 -0.627589,8.31651" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.8,32.0021 V 21.8157 M 13.0319,32.0021 V 21.8157 m -0.2384,0.1 h 5.2449" id="autosatin100-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0319,18.0157 v 3.8 m 4.7681,-3.8 v 3.8 m -5.0065,-3.7 h 5.2449" id="autosatin101-57" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin102-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.0319,24.6299 12.7948,23.365 12.1392,22.3798 11.1489,21.7402 9.90747,21.5123 9.26055,21.587 l -0.5947,0.2125 -0.9908,0.77 -0.65603,1.1158 -0.23733,1.3242 0.23712,1.3241 0.06706,0.1141 M 13.0319,19.7005 12.0746,18.7389 10.975,18.1111 9.78053,17.7694 8.53866,17.6661 7.19071,17.8225 5.95121,18.2681 4.84213,18.9669 3.88543,19.8832 3.1031,20.9814 2.51708,22.2256 2.14937,23.58 l -0.12746,1.4289 0.12746,1.4276 0.36771,1.3508 0.38173,0.8072 M 9.41336,17.4159 v 4.5078 m -7.64771,3.0637 h 5.25911 m 5.99134,-0.2107 -0.0574,-5.3922" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.86665,29.649 c 1.3597316,0.859185 3.151519,0.906192 4.586552,0.202808" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun58-4" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cccccccccc"/>
    <path id="autosatin103-64" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0306,25.3858 -0.2371,1.2654 -0.6556,0.9861 -0.9903,0.6405 L 9.90614,28.5061 9.25928,28.4315 8.66473,28.219 7.67439,27.4492 7.08587,26.4477 m 5.94603,3.8697 -0.8444,0.9164 -1.1121,0.6213 L 9.81819,32.2082 8.53866,32.32 7.19071,32.1649 5.95121,31.723 4.84213,31.0293 3.88543,30.1187 3.1031,29.0264 2.89881,28.5945 m 6.51455,-0.4394 v 4.3531" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-å" style="display:inline" id="g2756">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 17.068667,29.178143 15.759206,22.085709 9.0812866,18.012617" id="path10849-27-91-2-1" sodipodi:nodetypes="ccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 9.3256666,14.257628 0.109616,-2.227042" id="path10853-54-22-0-7" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 5.0289596,11.744183 4.026226,-2.75945" id="path10849-04-2-12-3-9" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0-6-3" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 3.2347606,11.911859 13.637067,11.890167 M 7.8908166,8.4590418 c -1.639801,0.064186 -3.249601,1.0039587 -3.159456,3.6307312 0.05716,1.77905 1.045971,3.387344 3.262168,3.3705 m 0.777096,-6.9932759 c 1.9709934,0.1257216 3.2610354,1.0339454 3.3400304,3.3339379 0.09024,2.626768 -0.699755,3.534447 -3.1594564,3.630727" inkstitch:satin_column="True" inkstitch:zigzag_underlay="False" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:contour_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8-0-2" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 9.0812866,18.012617 5.8890614,5.076264 1.261934,5.38766" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.8,32.0021 V 21.8157 M 13.0319,32.0021 V 21.8157 m -0.2384,0.1 h 5.2449" id="autosatin100-18" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0319,18.0157 v 3.8 m 4.7681,-3.8 v 3.8 m -5.0065,-3.7 h 5.2449" id="autosatin101-56" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path id="autosatin102-84" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.0319,24.6299 12.7948,23.365 12.1392,22.3798 11.1489,21.7402 9.90747,21.5123 9.26055,21.587 l -0.5947,0.2125 -0.9908,0.77 -0.65603,1.1158 -0.23733,1.3242 0.23712,1.3241 0.06706,0.1141 M 13.0319,19.7005 12.0746,18.7389 10.975,18.1111 9.78053,17.7694 8.53866,17.6661 7.19071,17.8225 5.95121,18.2681 4.84213,18.9669 3.88543,19.8832 3.1031,20.9814 2.51708,22.2256 2.14937,23.58 l -0.12746,1.4289 0.12746,1.4276 0.36771,1.3508 0.38173,0.8072 M 9.41336,17.4159 v 4.5078 m -7.64771,3.0637 h 5.25911 m 5.99134,-0.2107 -0.0574,-5.3922" sodipodi:nodetypes="csssccsssccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 6.86665,29.649 0.03862,0.0197 v 0 l 0.81025,0.4117 0.91816,0.2309 0.95696,0.0398 0.85156,-0.1322 v 0 l 0.1093,-0.017 0.9017,-0.3501 0.757,-0.59 0.532,-0.7797 0.289,-0.6305" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun58-3" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccccccccccccc"/>
    <path id="autosatin103-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 13.0306,25.3858 -0.2371,1.2654 -0.6556,0.9861 -0.9903,0.6405 L 9.90614,28.5061 9.25928,28.4315 8.66473,28.219 7.67439,27.4492 7.08587,26.4477 m 5.94603,3.8697 -0.8444,0.9164 -1.1121,0.6213 L 9.81819,32.2082 8.53866,32.32 7.19071,32.1649 5.95121,31.723 4.84213,31.0293 3.88543,30.1187 3.1031,29.0264 2.89881,28.5945 m 6.51455,-0.4394 v 4.3531" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer19" inkscape:label="GlyphLayer-œ" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 27.6821,27.382 -0.3926,1.2671 -0.5713,1.0449 -0.5826,0.6662 -0.1513,0.173 -0.8802,0.6497 -1.0107,0.4769 -1.1248,0.3202 -2.5279,0.2365 -1.6648,-0.1242 -1.5014,-0.3688 -1.3239,-0.6073 -1.1319,-0.84 m 8.1886,-2.8942 -0.2467,0.653 -0.3544,0.2475 -0.2816,0.1967 -0.9343,0.2534 -1.1413,0.0805 -0.6552,-0.077 -0.6058,-0.2168 -1.0165,-0.7678 -0.6785,-1.0721 -0.247,-1.2062 m 3.7485,6.9245 -0.0884,-3.8007" id="autosatin219" sodipodi:nodetypes="csccccccsccsccsccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 13.4739,28.672 c 1.338385,-1.859816 1.525115,-4.4333 0.592297,-6.508603" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun121" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 15.6926,21.2919 c 2.303815,-3.438686 8.57713,-2.688486 9.764935,1.363283 -1.512793,3.601149 -5.963973,0.836505 -8.750036,1.688775" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun122" inkscape:label="Points droits pour auto-remplissage satin 3"/>
    <path id="autosatin220" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.5689,23.2148 h 6.9578 l -0.1394,-0.4075 -0.5153,-0.8966 -0.444,-0.4789 -0.5926,-0.4177 -0.7592,-0.2955 -0.9442,-0.1121 -0.9792,0.104 -0.7944,0.2742 -0.6265,0.3877 -0.4751,0.4443 -0.563,0.8321 -0.158,0.3782 m 0.3102,2.4462 h 11.05 l 0.0288,-0.5902 0.0017,-0.3004 -0.1537,-1.5898 -0.4402,-1.4007 -0.6951,-1.2047 -0.9185,-1.0015 -1.1105,-0.7913 -1.2708,-0.574 -1.3998,-0.3496 -1.4972,-0.1181 -1.6341,0.1342 -1.4939,0.3907 -1.3277,0.6292 -1.1357,0.8498 m 5.8382,-2.3693 -0.0313,3.6563 m 2.125,2.125 0.0313,2.6562" sodipodi:nodetypes="cscccccscccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 14.0662,22.1634 c -1.0168,-2.466885 -4.2153099,-3.23801 -6.5626311,-2.386729 -2.165941,0.74371 -3.5381928,3.019013 -3.4209251,5.270292 0.019693,0.886811 0.2282288,1.77279 0.6340882,2.563238" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun123" inkscape:label="Points droits pour auto-remplissage satin 5"/>
    <path id="autosatin221" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="Auto-remplissage satin 6" d="M 3.42395,29.5392 3.07222,29.1445 2.36917,27.8991 1.92607,26.4695 1.77193,24.8688 1.92983,23.2942 2.38206,21.8739 3.09639,20.625 4.0406,19.5648 l 1.14185,-0.8545 1.30728,-0.6315 1.44048,-0.3916 1.54146,-0.1343 1.51913,0.1342 1.4217,0.3907 1.2957,0.6292 1.141,0.8498 0.8124,1.1747 0.4342,1.0168 0.2037,0.477 0.3915,1.6513 0.0731,1.6471 M 6.85168,27.1206 6.4683,26.2237 6.3246,24.9006 6.47689,23.596 l 0.51609,-1.1645 0.42221,-0.471 0.54646,-0.3654 0.68181,-0.2366 0.82825,-0.084 0.81819,0.084 0.6742,0.2366 0.541,0.3654 0.4186,0.471 0.431,0.8239 0.0817,0.3406 0.1519,1.3046 -0.0253,0.5818 M 1.23744,25.1057 h 5.39169 m 2.12132,-8.0433 0.17677,4.4194 m 8.22008,3.9775 h -5.1265" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False"/>
    <path id="autosatin222" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="Auto-remplissage satin 7" d="m 16.7641,25.5237 -0.1778,1.1878 -0.3762,1.1882 -0.3812,0.7738 -0.2043,0.4145 -0.8059,1.1882 -1.1234,0.8032 -1.2866,0.5885 -1.4184,0.3618 L 9.47167,32.1529 7.9039,32.0239 6.45106,31.6455 5.14217,31.0308 4.00622,30.1927 3.42395,29.5392 M 12.563,25.4824 12.3265,26.6319 12.157,26.9374 11.7811,27.615 10.8539,28.3009 9.47171,28.5586 8.62592,28.4745 7.93587,28.2375 7.38834,27.8709 6.97007,27.3976 6.85168,27.1206 M 9.104,27.9341 v 4.5962" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-æ" style="display:inline" id="g2760">
    <path id="autosatin223" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="Auto-remplissage satin 1" d="m 22.7814,27.3134 -0.2093,0.649 -0.5581,0.4293 -0.151,0.0412 -0.7194,0.1961 -1.1462,0.073 -0.6727,-0.0774 -0.5988,-0.2181 -0.9565,-0.7725 -0.0109,-0.0194 m 9.9189,-0.3012 -0.4292,1.2008 -0.6067,1.0117 -0.7697,0.8316 -0.7507,0.5402 -0.1672,0.1202 -1.0515,0.4982 -1.1703,0.3448 -2.6387,0.2651 -1.903,-0.1535 -1.705,-0.4505 -1.477,-0.7325 L 13.7894,29.79 12.867,28.9646 12.7687,28.78 m 12.5957,2.1809 -3.5671,-2.676 m -1.6723,0.0276 0.0625,4 m 2.3186,-4.9039 5.3823,-0.0011" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False"/>
    <path d="M 15.861,28.7458 C 15.562656,28.46885 15.184678,28.208093 15.101539,27.781474 14.713604,26.813057 14.470796,25.781629 14.449251,24.736232 14.388102,23.988918 14.390793,23.230312 14.230217,22.49562 14.110578,22.25658 13.990939,22.01754 13.8713,21.7785" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun124" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path d="m 16.489,20.573 c 0.836316,-1.235187 1.386117,-1.474419 2.887936,-1.586409 2.012938,-0.234741 4.321391,0.439988 5.411322,2.263912 0.418052,0.718179 0.694868,1.555292 0.668783,2.389489 -0.40141,0.657613 -1.332509,0.509646 -2.001408,0.556325 -2.155334,0.02496 -3.560831,0.001 -5.716235,0.0097" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun125" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cccccc"/>
    <path id="autosatin228" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.0214,23.07 h 6.304 l -0.0805,-0.41 -0.3955,-0.902 -0.3881,-0.4817 -0.5534,-0.4203 -0.7477,-0.2972 -0.9708,-0.1128 -0.9998,0.1128 -0.7643,0.2972 -0.5602,0.4203 -0.3878,0.4817 -0.384,0.902 z m -0.064,2.272 h 10.944 l 0.0302,-0.896 -0.161,-1.5993 -0.461,-1.4092 -0.728,-1.2119 -0.962,-1.0076 -1.163,-0.7961 -1.331,-0.5774 -1.466,-0.3517 -1.568,-0.1188 -1.6695,0.1295 -1.5345,0.3785 -1.3725,0.6125 -1.1835,0.8315 m 5.6059,-2.451 0.125,4 m 2.25,1.875 0.125,2.9375" sodipodi:nodetypes="csscccscccccc" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:contour_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 13.8713,21.7785 c -0.494552,-0.766234 -1.175693,-1.422487 -1.938833,-1.916833 -1.355058,-0.78946 -3.0183668,-0.95289 -4.5319668,-0.603625 -1.2269182,0.294146 -1.8233127,0.48962 -2.646529,1.425453" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun126" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cccc"/>
    <path id="autosatin225" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="Auto-remplissage satin 6" d="m 6.23735,22.014 0.4975,-0.529 0.6025,-0.415 0.66851,-0.271 0.69551,-0.097 1.02999,0.1285 1.01804,0.3955 0.778,0.6775 0.2503,0.5936 0.1131,2.4623 0.1345,1.2959 0.2919,1.2627 0.2165,0.8206 0.235,0.4414 m -10.37312,-8.302 1.27801,-1.3625 1.626,-0.9695 1.82999,-0.5795 1.89,-0.1925 1.53652,0.125 1.4195,0.371 1.2695,0.611 1.0865,0.845 1.1782,1.1893 0.9251,1.2293 0.2884,0.633 0.1928,0.9152 0.0625,1.0462 0.1883,2.2165 0.5916,1.0591 M 9.25,16.9375 l 0.0625,4.125 m 2,1.5 h 5.75 m -5.25,4.5625 H 17.75" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False"/>
    <path id="autosatin224" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 13.7894,29.79 12.5439,30.7355 10.9774,31.474 9.03288,31.9545 6.65336,32.126 5.63173,32.0528 4.69036,31.8345 3.84648,31.4729 3.11736,30.97 2.52024,30.3276 2.07237,29.5475 2.03206,29.4163 M 12.3172,27.518 11.6558,28.05 10.7933,28.534 9.75678,28.886 8.57325,29.022 7.77874,28.908 7.18525,28.566 6.89816,28.1255 m 0.29917,0.0187 -5.38047,1.4328" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:contour_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="ccsscccssccccc" inkscape:label="Auto-remplissage satin 7"/>
    <path d="M 4.27761,28.3334 C 4.0707702,27.644699 4.1561618,27.342922 4.3358062,26.636368 4.5043456,25.95937 4.874312,25.305099 5.4434956,24.889222 5.7929725,24.629037 6.2037255,24.428516 6.6483959,24.435036 7.4379402,24.342717 8.2285168,24.200618 9.0265623,24.254 H 11.3999" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun127" inkscape:label="Points droits pour auto-remplissage satin 8" sodipodi:nodetypes="cccccc"/>
    <path id="autosatin227" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.8374,25.534 H 7.70925 l -0.728,0.7 -0.21699,0.4565 -0.079,0.5075 0.1285,0.798 0.0844,0.1295 M 11.8374,22.974 H 4.73336 l -1.2445,0.765 -0.95949,1.083 -0.6175,1.311 -0.2185,1.449 0.09762,1.0497 0.24107,0.7846 M 1.375,27.0625 H 6.8125 M 7.5,22.625 7.5625,26.0625 m 4.1749,-0.4005 v -2.816" inkstitch:satin_column="True" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:contour_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="ccsscccssccccc" inkscape:label="Auto-remplissage satin 9" inkstitch:pull_compensation_mm="0.02" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ç" style="display:inline" id="g2764">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16.783,27.338 -0.1342,0.9853 -0.3775,0.9021 -0.5968,0.8078 -0.7919,0.7026 -0.963,0.5864 -1.1102,0.4592 -1.2332,0.3211 -1.3222,0.1707 m 2.1092,-4.9352 -0.1863,0.6488 -0.5823,0.4244 -0.8564,0.2314 -0.75624,0.0526 m 0.08614,-0.1855 0.2987,3.9293" id="autosatin226" sodipodi:nodetypes="cccssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 9.0617,32.7146 c -0.201691,0.529753 -0.41858,2.113367 -0.41858,2.113367 0.9758598,-0.634309 2.612925,1.435406 2.331857,2.704846 -0.334523,1.510868 -1.5413653,2.740952 -3.748755,2.93729" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun128" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="ccsc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.24802,38.7671 0.18164,0.0625 c 0.42381,0.1562 0.84762,0.2812 1.27146,0.3437 2.33098,0.3749 2.87588,-3.0872 1.48335,-3.3684 -0.63573,-0.125 -1.42281,0.0937 -2.05855,0.1874 l 0.42091,-1.625 0.82027,-2.1554 m -2.96674,8.3048 0.27246,0.125 c 2.14937,0.8436 5.006657,0.752098 6.08488,-1.3434 0.797712,-1.550331 0.801738,-4.4099 -0.8662,-4.86805 -0.3633,-0.0937 -0.57129,-0.4062 -1.02539,-0.3125 l 0.69049,-1.812 m -2.33648,6.61865 -0.0221,2.4085 m 1.25639,-3.31605 2.92689,-0.0184" id="autosatin229" sodipodi:nodetypes="cccccccccsccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.254,32.2732 10.2441,32.2745 8.3671,32.2119 6.97922,31.9097 5.74991,31.3933 4.98879,30.8864 M 9.98196,28.6952 9.72939,28.7128 9.00391,28.6237 8.40968,28.3754 7.93608,27.9961 7.83316,27.8596 m 2.00004,0.6933 -0.02209,3.8228" id="autosatin230" sodipodi:nodetypes="cccssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="m 5.64147,28.5039 c -1.7696059,-2.467013 -1.2488066,-6.412065 1.3784912,-8.073962 1.8062671,-1.073432 4.1838608,-0.853937 5.9623128,0.161454 0.902762,0.541919 1.457066,0.989143 1.604976,2.022605" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun129" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.3632,23.114 12.1661,22.4484 11.6305,21.9492 10.8027,21.6356 9.72939,21.5268 v 10e-5 l -0.7081,0.0903 -0.58607,0.2514 -0.47254,0.3832 -0.36753,0.4857 -0.4541,1.1619 -0.13623,1.2204 0.12772,1.2336 0.43991,1.1604 0.26071,0.3458 M 16.8738,23.114 16.7151,22.1134 16.3091,21.1555 15.6719,20.2684 14.8195,19.48 13.7679,18.8181 12.5332,18.3108 11.1312,17.9859 9.57803,17.8714 7.98167,18.0201 6.54175,18.4455 5.27567,19.117 4.2008,20.0037 3.33454,21.075 l -0.64029,1.2251 -0.39691,1.3481 -0.13617,1.4403 0.10648,1.3172 0.31402,1.2413 0.5134,1.1425 0.70461,1.0206 0.88767,0.8756 0.30144,0.2007 M 1.98874,25.1057 7.15946,25.0836 m 2.49697,-7.3362 0.06629,3.9554 m 2.38588,1.3155 4.9757,-0.0032" id="autosatin231" sodipodi:nodetypes="cccssccssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-è" style="display:inline" id="g2768">
    <path d="m 17.7639,26.7427 -0.4112,1.2933 -0.5983,1.1208 -0.7685,0.9484 -0.922,0.776 -1.0584,0.6035 -1.1781,0.4311 -1.2808,0.2587 -1.3667,0.0862 L 8.43003,32.1294 6.8429,31.7454 5.44028,31.1235 4.24391,30.2787 3.27553,29.2257 2.55691,27.9795 2.46483,27.6862 m 10.40307,-0.9435 -0.2092,0.7601 -0.5581,0.6828 -0.8704,0.4926 -1.1463,0.1893 L 9.41121,28.7907 8.8124,28.5746 7.85591,27.8091 7.25341,26.7403 7.14895,26.1406 m 3.01705,2.5156 v 3.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin113-0" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 4.5274538,25.160563 c -0.7505811,-2.50652 1.246978,-4.852312 6.6692362,-7.02009 m 0.262985,-4.212259 -3.4884665,-3.892829" id="path10849-27-2-6-3-40" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 4.1725187,8.3829146 8.2441282,14.044484 M 8.0619549,8.3829146 11.647366,14.044484" id="path145610-0-61" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-0" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 11.19669,18.140473 5.404311,5.449844 -6.951592,0.999109" sodipodi:nodetypes="ccc"/>
    <path d="M 7.10787,23.2861 H 13.4119 L 13.3314,22.8798 12.9359,21.9859 12.5478,21.5085 11.9944,21.092 11.2467,20.7974 10.2759,20.6857 9.27608,20.7974 8.51182,21.092 7.95156,21.5085 7.56382,21.9859 7.17985,22.8798 7.10787,23.2861 7.04391,25.5377 7.14895,26.1406 M 7.04388,25.5377 h 8.94402 l 2.0302,-0.0483 v -0.8396 l -0.206,-1.6917 -0.5387,-1.4399 -0.8156,-1.1975 -1.0366,-0.9644 -1.2018,-0.7409 -1.3114,-0.5265 -1.3651,-0.3216 -1.363,-0.126 -1.71312,0.1352 -1.56987,0.394 -1.40037,0.6347 -1.20463,0.8577 -0.98262,1.0629 -0.73438,1.2502 -0.45988,1.4196 -0.15912,1.5712 0.15387,1.5881 0.35505,1.1313 M 10.166,20.8438 V 17.5 M 7.3125,24.75 H 1.84375 M 11.2812,23.0625 11.25,25.7812" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin114-1" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-é" style="display:inline" id="g2772">
    <path d="m 17.7639,26.7427 -0.4112,1.2933 -0.5983,1.1208 -0.7685,0.9484 -0.922,0.776 -1.0584,0.6035 -1.1781,0.4311 -1.2808,0.2587 -1.3667,0.0862 L 8.43003,32.1294 6.8429,31.7454 5.44028,31.1235 4.24391,30.2787 3.27553,29.2257 2.55691,27.9795 2.46483,27.6862 m 10.40307,-0.9435 -0.2092,0.7601 -0.5581,0.6828 -0.8704,0.4926 -1.1463,0.1893 L 9.41121,28.7907 8.8124,28.5746 7.85591,27.8091 7.25341,26.7403 7.14895,26.1406 m 3.01705,2.5156 v 3.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin113-2" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 4.218469,25.912214 C 3.5401103,23.407832 3.6911418,20.949687 11.432265,18.343757 m 0.238969,-4.647633 1.222904,-4.0199586" id="path10849-27-2-6-5-2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 12.006289,8.2705553 8.4208399,13.932084 M 15.895612,8.2705553 11.823964,13.932084" id="path145610-4-6-3-01" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-2" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 11.556196,18.418115 c 2.678451,1.934681 4.812853,3.869361 4.683268,5.804042 l -6.10448,0.133053" sodipodi:nodetypes="ccc"/>
    <path d="M 7.10787,23.2861 H 13.4119 L 13.3314,22.8798 12.9359,21.9859 12.5478,21.5085 11.9944,21.092 11.2467,20.7974 10.2759,20.6857 9.27608,20.7974 8.51182,21.092 7.95156,21.5085 7.56382,21.9859 7.17985,22.8798 7.10787,23.2861 7.04391,25.5377 7.14895,26.1406 M 7.04388,25.5377 h 8.94402 l 2.0302,-0.0483 v -0.8396 l -0.206,-1.6917 -0.5387,-1.4399 -0.8156,-1.1975 -1.0366,-0.9644 -1.2018,-0.7409 -1.3114,-0.5265 -1.3651,-0.3216 -1.363,-0.126 -1.71312,0.1352 -1.56987,0.394 -1.40037,0.6347 -1.20463,0.8577 -0.98262,1.0629 -0.73438,1.2502 -0.45988,1.4196 -0.15912,1.5712 0.15387,1.5881 0.35505,1.1313 M 10.166,20.8438 V 17.5 M 7.3125,24.75 H 1.84375 M 11.2812,23.0625 11.25,25.7812" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin114-8" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ê" style="display:inline" id="g2776">
    <path d="m 17.7639,26.7427 -0.4112,1.2933 -0.5983,1.1208 -0.7685,0.9484 -0.922,0.776 -1.0584,0.6035 -1.1781,0.4311 -1.2808,0.2587 -1.3667,0.0862 L 8.43003,32.1294 6.8429,31.7454 5.44028,31.1235 4.24391,30.2787 3.27553,29.2257 2.55691,27.9795 2.46483,27.6862 m 10.40307,-0.9435 -0.2092,0.7601 -0.5581,0.6828 -0.8704,0.4926 -1.1463,0.1893 L 9.41121,28.7907 8.8124,28.5746 7.85591,27.8091 7.25341,26.7403 7.14895,26.1406 m 3.01705,2.5156 v 3.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin113-07" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 3.7583098,25.785032 c 0.2595673,-1.997398 0.4270235,-3.981636 2.954696,-6.303049 m 0.4822651,-5.508597 2.1655145,-5.966213 3.6681166,5.214913" id="path165361-0" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 15.617574,14.101909 11.652114,7.2401008 M 11.847418,14.101909 9.5239041,9.1771681 7.396574,7.2401008 m 6.781376,3.2861442 -4.419417,0.02805" id="path7964" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-4" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7.3965739,7.2400968 -3.96546,6.8618002 m 6.09279,-4.9247302 -2.32351,4.9247302" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 6.795811,19.54779 c 5.08971,-1.625782 7.971024,0.613129 9.735809,4.805966 l -6.408682,0.14616" id="path165361-8-7" sodipodi:nodetypes="ccc"/>
    <path d="M 7.10787,23.2861 H 13.4119 L 13.3314,22.8798 12.9359,21.9859 12.5478,21.5085 11.9944,21.092 11.2467,20.7974 10.2759,20.6857 9.27608,20.7974 8.51182,21.092 7.95156,21.5085 7.56382,21.9859 7.17985,22.8798 7.10787,23.2861 7.04391,25.5377 7.14895,26.1406 M 7.04388,25.5377 h 8.94402 l 2.0302,-0.0483 v -0.8396 l -0.206,-1.6917 -0.5387,-1.4399 -0.8156,-1.1975 -1.0366,-0.9644 -1.2018,-0.7409 -1.3114,-0.5265 -1.3651,-0.3216 -1.363,-0.126 -1.71312,0.1352 -1.56987,0.394 -1.40037,0.6347 -1.20463,0.8577 -0.98262,1.0629 -0.73438,1.2502 -0.45988,1.4196 -0.15912,1.5712 0.15387,1.5881 0.35505,1.1313 M 10.166,20.8438 V 17.5 M 7.3125,24.75 H 1.84375 M 11.2812,23.0625 11.25,25.7812" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin114-7" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ë" style="display:inline" id="g2780">
    <path d="m 17.7639,26.7427 -0.4112,1.2933 -0.5983,1.1208 -0.7685,0.9484 -0.922,0.776 -1.0584,0.6035 -1.1781,0.4311 -1.2808,0.2587 -1.3667,0.0862 L 8.43003,32.1294 6.8429,31.7454 5.44028,31.1235 4.24391,30.2787 3.27553,29.2257 2.55691,27.9795 2.46483,27.6862 m 10.40307,-0.9435 -0.2092,0.7601 -0.5581,0.6828 -0.8704,0.4926 -1.1463,0.1893 L 9.41121,28.7907 8.8124,28.5746 7.85591,27.8091 7.25341,26.7403 7.14895,26.1406 m 3.01705,2.5156 v 3.75" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin113-8" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <g id="g8817-3" style="display:inline" transform="translate(0.755818,8)">
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 3.2647695,18.45132 3.1751441,-6.310812 6.2435254,-0.33452" id="path10849-27-91-6-7" sodipodi:nodetypes="ccc"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 13.127527,6.9375988 13.215217,5.0362054 5.7342994,4.9925514" id="path10853-54-22-5-9" sodipodi:nodetypes="ccc"/>
      <path id="path9612-9-05-1-0-9-3" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M -0.07899803,4.1853279 8.2418204,4.054783 M 3.5428484,2.0092271 c -1.311156,0.072453 -2.59052603,0.8920479 -2.495206,3.133595 m 3.199068,-3.1362633 c 1.577763,0.086135 2.6177,0.8476195 2.701152,2.8103131 0.0076,0.1635779 0.01134,0.31937 0.01134,0.4676976" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
      <path id="path72255-5-3-8-1-7" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 3.6868484,7.985178 C 1.9142874,8.023389 1.1093244,6.6609979 1.0476424,5.1428108 m 3.405014,2.8076372 c 1.823244,-0.1007245 2.492372,-0.7813116 2.504353,-2.6658898" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
      <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 9.6902733,4.7916813 12.911149,2.4357317" id="path10849-04-2-12-0-5" sodipodi:nodetypes="cc"/>
      <path id="path9612-09-0-7-52" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 8.2549607,4.9348385 8.3215743,-0.01852 M 11.979684,1.9869087 c -1.311798,0.054803 -2.5995957,0.8571553 -2.5274827,3.0998287 0.04573,1.518909 0.8367497,2.8920303 2.6096497,2.8776492 m 0.621657,-5.9706861 c 1.576743,0.1073386 2.608743,0.8827578 2.671937,2.846434 0.07219,2.2426697 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
      <path id="autosatinrun22-05-7-8-6-2" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 12.683439,11.805988 3.176718,4.821308 -7.6167343,0.02837" sodipodi:nodetypes="ccc"/>
    </g>
    <path d="M 7.10787,23.2861 H 13.4119 L 13.3314,22.8798 12.9359,21.9859 12.5478,21.5085 11.9944,21.092 11.2467,20.7974 10.2759,20.6857 9.27608,20.7974 8.51182,21.092 7.95156,21.5085 7.56382,21.9859 7.17985,22.8798 7.10787,23.2861 7.04391,25.5377 7.14895,26.1406 M 7.04388,25.5377 h 8.94402 l 2.0302,-0.0483 v -0.8396 l -0.206,-1.6917 -0.5387,-1.4399 -0.8156,-1.1975 -1.0366,-0.9644 -1.2018,-0.7409 -1.3114,-0.5265 -1.3651,-0.3216 -1.363,-0.126 -1.71312,0.1352 -1.56987,0.394 -1.40037,0.6347 -1.20463,0.8577 -0.98262,1.0629 -0.73438,1.2502 -0.45988,1.4196 -0.15912,1.5712 0.15387,1.5881 0.35505,1.1313 M 10.166,20.8438 V 17.5 M 7.3125,24.75 H 1.84375 M 11.2812,23.0625 11.25,25.7812" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin114-2" sodipodi:nodetypes="ccsccsccccccssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ì" style="display:inline" id="g2784">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2.01595,32 V 28.2 M 7,32 V 28.2 M 1.76675,31.9 H 7.2492" id="autosatin127-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 3.9641011,26.248659 5.3028972,18.992701 M 5.9408815,15.530442 2.4524153,11.637612" id="path10849-27-2-6-3-5" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M -1.3462745,9.9851418 2.725335,15.646712 M 2.5431617,9.9851418 6.1285728,15.646712" id="path145610-0-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-6" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 5.3028972,18.992701 3.3806161,22.754154" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7,17.888 V 28.2 M 2.01595,17.888 V 28.2 M 1.76675,28.1 H 7.2492" id="autosatin129-8" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-í" style="display:inline" id="g2788">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2.01595,32 V 28.2 M 7,32 V 28.2 M 1.76675,31.9 H 7.2492" id="autosatin127-32" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 5.6551564,26.795729 5.6189525,18.789772 M 6.107921,13.829639 7.330825,9.809681" id="path10849-27-2-6-5-77" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.4429762,8.4040709 2.8575273,14.065599 M 10.332299,8.4040709 6.2606518,14.065599" id="path145610-4-6-3-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-35" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 5.7428832,18.86413 3.8216714,22.738725" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7,17.888 V 28.2 M 2.01595,17.888 V 28.2 M 1.76675,28.1 H 7.2492" id="autosatin129-2" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-î" style="display:inline" id="g2792">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2.01595,32 V 28.2 M 7,32 V 28.2 M 1.76675,31.9 H 7.2492" id="autosatin127-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 3.9345859,26.839008 2.5142819,18.473459 M 2.121547,13.839862 4.2870615,7.8736492 7.955178,13.088562" id="path165361-4" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 10.54385,13.968385 6.57839,7.106577 M 6.773694,13.968385 4.4501802,9.0436443 2.3228501,7.106577 m 6.7813759,3.286144 -4.4194169,0.02805" id="path7964-25" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-30" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 2.32285,7.106573 -3.96546,6.8618 m 6.09279,-4.92473 -2.32351,4.92473" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 2.5970871,18.539266 2.0771266,2.077126" id="path165361-8-72" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7,17.888 V 28.2 M 2.01595,17.888 V 28.2 M 1.76675,28.1 H 7.2492" id="autosatin129-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ï" style="display:inline" id="g2796">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2.01595,32 V 28.2 M 7,32 V 28.2 M 1.76675,31.9 H 7.2492" id="autosatin127-55" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 5.6607841,26.197002 0.3685254,-7.08452" id="path10849-27-91-6-2" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 8.9733975,15.494092 0.08769,-2.401393 -7.4809176,-0.04365" id="path10853-54-22-5-1" sodipodi:nodetypes="ccc"/>
    <path id="path9612-9-05-1-0-9-7" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m -4.2331275,12.241822 8.3208184,-0.130545 m -4.698972,-2.045556 c -1.311156,0.07245 -2.590526,0.892048 -2.495206,3.133595 m 3.199068,-3.136264 c 1.577763,0.08613 2.6177,0.84762 2.701152,2.810314 0.0076,0.163577 0.01134,0.31937 0.01134,0.467697" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
    <path id="path72255-5-3-8-1-8" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m -0.4672811,16.041672 c -1.772561,0.03821 -2.577524,-1.32418 -2.639206,-2.842368 m 3.405014,2.807638 c 1.823244,-0.100725 2.492372,-0.781312 2.504353,-2.66589" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 5.5361438,12.848175 3.2208757,-2.35595" id="path10849-04-2-12-0-7" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0-7-8" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 4.1008312,12.991332 8.3215748,-0.01852 m -4.5968515,-2.92941 c -1.311798,0.0548 -2.5995957,0.857156 -2.5274827,3.099829 0.04573,1.518909 0.8367497,2.89203 2.6096497,2.877649 m 0.621657,-5.970686 c 1.5767435,0.107339 2.6087435,0.882758 2.6719375,2.846434 0.07219,2.24267 -0.559786,3.017624 -2.5274835,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8-6-78" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 6.0293095,19.112482 4.9017932,22.024659" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7,17.888 V 28.2 M 2.01595,17.888 V 28.2 M 1.76675,28.1 H 7.2492" id="autosatin129-5" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ð" style="display:inline" id="g2800">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 18.0415,31.8678 v -9.868 m -4.8,9.868 v -1.696 -8.172 m -0.2457,2.5677 h 5.4298" id="autosatin191" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 15.686006,21.050394 15.6415,15.0998" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun107" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path d="M 15.6415,12.4438 V 8.2683663" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun108" inkscape:label="Points droits pour auto-remplissage satin 3" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 18.0415,7.86781 v 4.57599 m -4.8,-4.57599 v 4.57599 m -0.5127,-2.3409 h 5.7858" id="autosatin192" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 19.9615,15.0998 h -1.92 -1.53 m 3.45,-2.656 h -1.92 -1.53 m 3.35,2.7888 V 12.311" id="autosatin193" sodipodi:nodetypes="cccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 6"/>
    <path d="M 14.776187,13.7718 H 8.7000714" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun110" inkscape:label="Points droits pour auto-remplissage satin 7" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 8.12149,12.4438 h 5.12001 3.27 m -8.39001,2.656 h 5.12001 3.27 m -1.8689,-3.0386 v 3.427" id="autosatin194" sodipodi:nodetypes="cccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 8"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 13.2415,15.0998 v 4.384 2.516 m 4.8,-6.9 v 6.9 m -5.04,-6.8 h 5.28" id="autosatin195" sodipodi:nodetypes="cccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 9"/>
    <path id="autosatin196" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 13.2397,24.0706 -0.2923,-1.0457 -0.7002,-0.8815 -1.0435,-0.6086 -1.3222,-0.227 -0.69563,0.0751 -0.63937,0.2139 -1.065,0.775 -0.705,1.123 -0.255,1.333 0.255,1.333 0.58094,0.9254 m 5.88406,-7.6024 -1.0295,-0.968 -1.1825,-0.632 -1.28453,-0.344 -1.3355,-0.104 -1.44956,0.1575 -1.33293,0.4485 -1.19269,0.7035 -1.02881,0.9225 -0.84132,1.1055 -0.63019,1.2525 -0.39543,1.3635 -0.13707,1.4385 0.13707,1.4371 0.39543,1.3599 0.63019,1.2474 0.84132,1.0996 0.76962,0.6857 m -3.15146,-6.3571 5.83032,0.089 m 2.31433,-7.6105 v 5.2072 m 4.04671,2.2161 -0.0486,-5.0148" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 10"/>
    <path d="m 7.57848,29.9062 c 0.71855,0.249154 1.5014019,0.296396 2.256946,0.249885 0.750045,-0.06105 1.506531,-0.243678 2.125371,-0.688742" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun111" inkscape:label="Points droits pour auto-remplissage satin 11" sodipodi:nodetypes="ccc"/>
    <path id="autosatin197" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none" d="m 13.2415,25.5824 -0.255,1.1212 -0.705,0.874 -1.065,0.5678 -1.335,0.2024 L 9.18587,28.2727 8.5465,28.0588 7.4815,27.2838 7.35744,27.0862 m 5.88406,3.0856 -0.908,0.9225 -1.196,0.6255 -1.35203,0.3555 -1.376,0.1125 L 6.95991,32.0317 5.62698,31.5868 4.43429,30.8884 4.1751,30.6575 m 4.90418,-3.1526 -0.04451,5.2517" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 12" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ñ" style="display:inline" id="g2804">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 16.407198,29.147372 14.812639,19.10801 m -0.723404,-5.553932 -2.046825,-1.389344 -3.857018,-0.755618 -3.124989,1.5" id="path10849-27-2-5-8" sodipodi:nodetypes="cccccc"/>
    <path d="M 3.55679,14.247617 3.801325,12.614619 4.528846,11.14362 5.070906,10.545717 5.73032,10.08062 6.506031,9.779014 7.396828,9.6716 l 1.449486,0.250015 1.14652,0.550001 0.936491,0.549997 0.819515,0.250016 0.434495,-0.03553 0.290267,-0.120303 m -6.196611,3.1318 0.0703,-0.456 0.229418,-0.504 0.415483,-0.408 0.628536,-0.168 0.598148,0.07559 0.520856,0.199408 0.944996,0.605 1.040995,0.604997 0.640895,0.199407 0.76611,0.07559 0.863282,-0.0864 0.762708,-0.251112 0.524788,-0.321789 m -6.88751,-4.1507 0.225638,3.06 m 4.126035,-1.459899 0.386418,3.219798 m -8.698431,-0.332787 2.992516,9.9e-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin270-5-8" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 13.060487,9.863698 -0.128504,0.773291 -0.325039,0.422551 -0.132283,0.05631 m 3.499842,-1.252157 -0.260787,1.867464 -0.313701,0.785764 -0.434646,0.670866 -0.548031,0.543118 -0.132284,0.08126 m -1.810393,-2.869039 1.984252,2.951055" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin271-7-8" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatinrun22-05-7-29-1-5" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 14.65885,19.151066 14.362535,26.71316" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.0625,32 V 24.0346 L 16.9859,22.6617 16.7504,21.421 16.3474,20.3281 15.7683,19.3988 15.0045,18.6487 14.0473,18.0935 12.8881,17.7489 11.5184,17.6305 10.1376,17.7789 8.91339,18.196 7.86448,18.8402 7.0097,19.6696 M 12.0528,32 V 24.0346 L 11.9239,22.9374 11.5226,22.1389 10.827,21.651 9.81513,21.4857 8.71456,21.7645 7.82378,22.5212 7.22731,23.6364 7.0097,24.9905 m 3.6778,-3.053 v -4.625 M 11.5,23.625 h 5.6875" id="autosatin143-5" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.0097,17.9491 V 28.2 M 2,17.9491 V 28.2 M 1.74952,28.1 h 5.51066" id="autosatin144-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.0097,32 V 28.2 M 2,32 v -3.8 m -0.25048,3.7 h 5.51066" id="autosatin145-9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ò" style="display:inline" id="g2808">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 15.813438,27.71267 -5.036204,-8.630958 m 0.637985,-3.462259 -3.4884665,-3.89283" id="path10849-27-2-6-3-44" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.1280627,10.074153 4.0716095,5.66157 m -0.1821733,-5.66157 3.5854111,5.66157" id="path145610-0-9" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-11" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 10.777234,19.081712 C 8.5005859,19.075828 4.0975018,18.212667 4.479953,25.843165" sodipodi:nodetypes="cc"/>
    <path d="M 2.58885,27.9588 2.57751,27.9395 2.11345,26.5013 1.95201,24.891 2.11738,23.3069 2.59101,21.878 3.33913,20.6216 4.32801,19.555 5.52388,18.6954 6.89301,18.06 8.40163,17.6661 10.016,17.531 l 1.6038,0.1351 1.5007,0.3939 1.3634,0.6354 1.1921,0.8596 0.9866,1.0666 0.7469,1.2564 0.4732,1.4289 0.1653,1.5841 -0.1614,1.6103 -0.4636,1.4382 -0.7351,1.2529 -0.9759,1.0546 -1.1859,0.8431 -1.3651,0.6184 -1.5136,0.3807 -1.6314,0.1298 M 6.91543,26.355 6.8705,26.254 6.72,24.923 6.8795,23.6105 7.42,22.439 7.86219,21.9652 8.4345,21.5975 9.14857,21.3596 10.016,21.275 l 0.8569,0.0846 0.7061,0.2379 0.5666,0.3677 0.4384,0.4738 0.537,1.1715 0.159,1.3125 -0.15,1.331 -0.522,1.181 -0.4342,0.4761 -0.5678,0.3689 -0.7147,0.2384 -0.8753,0.0846 m 3.254,-3.6799 4.788,-0.0322 M 10.016,21.285 V 17.521 M 6.73,24.9231 1.94201,24.8909" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin146-9" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 10.016,28.603 9.1302,28.5184 8.40751,28.28 7.83407,27.9111 7.396,27.435 6.91543,26.355 M 10.016,32.219 8.37407,32.0892 6.85251,31.7085 5.4817,31.0901 4.29201,30.247 3.31382,29.1924 2.58885,27.9588 M 7.17191,26.3664 2.42369,28.125" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin147-9" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ó" style="display:inline" id="g2812">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 14.326425,28.787214 c 0.675024,-4.203245 4.869249,-5.908021 -3.161204,-9.818457 m 0.238969,-5.272633 1.222904,-4.0199584" id="path10849-27-2-6-5-0" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.739245,8.2705555 8.153796,13.932084 M 15.628568,8.2705555 11.55692,13.932084" id="path145610-4-6-3-2" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-31" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 11.226652,18.980615 C 8.5017278,19.357227 4.8077672,18.459566 4.18044,25.73021" sodipodi:nodetypes="cc"/>
    <path d="M 2.58885,27.9588 2.57751,27.9395 2.11345,26.5013 1.95201,24.891 2.11738,23.3069 2.59101,21.878 3.33913,20.6216 4.32801,19.555 5.52388,18.6954 6.89301,18.06 8.40163,17.6661 10.016,17.531 l 1.6038,0.1351 1.5007,0.3939 1.3634,0.6354 1.1921,0.8596 0.9866,1.0666 0.7469,1.2564 0.4732,1.4289 0.1653,1.5841 -0.1614,1.6103 -0.4636,1.4382 -0.7351,1.2529 -0.9759,1.0546 -1.1859,0.8431 -1.3651,0.6184 -1.5136,0.3807 -1.6314,0.1298 M 6.91543,26.355 6.8705,26.254 6.72,24.923 6.8795,23.6105 7.42,22.439 7.86219,21.9652 8.4345,21.5975 9.14857,21.3596 10.016,21.275 l 0.8569,0.0846 0.7061,0.2379 0.5666,0.3677 0.4384,0.4738 0.537,1.1715 0.159,1.3125 -0.15,1.331 -0.522,1.181 -0.4342,0.4761 -0.5678,0.3689 -0.7147,0.2384 -0.8753,0.0846 m 3.254,-3.6799 4.788,-0.0322 M 10.016,21.285 V 17.521 M 6.73,24.9231 1.94201,24.8909" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin146-2" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 10.016,28.603 9.1302,28.5184 8.40751,28.28 7.83407,27.9111 7.396,27.435 6.91543,26.355 M 10.016,32.219 8.37407,32.0892 6.85251,31.7085 5.4817,31.0901 4.29201,30.247 3.31382,29.1924 2.58885,27.9588 M 7.17191,26.3664 2.42369,28.125" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin147-5" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-ô" style="display:inline" id="g2816">
    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 14.572716,29.865527 C 17.83505,20.074401 12.967036,18.994363 7.0274119,19.062478 M 6.572177,13.928881 8.7376915,7.9626682 12.405808,13.177581" id="path165361-6" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.99448,14.057404 11.02902,7.195596 M 11.224324,14.057404 8.9008102,9.1326633 6.7734801,7.195596 m 6.7813759,3.286144 -4.4194169,0.02805" id="path7964-96" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-99" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.77348,7.195592 -3.96546,6.8618 m 6.09279,-4.92473 -2.32351,4.92473" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 7.1102171,19.128285 4.1248437,26.517911" id="path165361-8-55" sodipodi:nodetypes="cc"/>
    <path d="M 2.58885,27.9588 2.57751,27.9395 2.11345,26.5013 1.95201,24.891 2.11738,23.3069 2.59101,21.878 3.33913,20.6216 4.32801,19.555 5.52388,18.6954 6.89301,18.06 8.40163,17.6661 10.016,17.531 l 1.6038,0.1351 1.5007,0.3939 1.3634,0.6354 1.1921,0.8596 0.9866,1.0666 0.7469,1.2564 0.4732,1.4289 0.1653,1.5841 -0.1614,1.6103 -0.4636,1.4382 -0.7351,1.2529 -0.9759,1.0546 -1.1859,0.8431 -1.3651,0.6184 -1.5136,0.3807 -1.6314,0.1298 M 6.91543,26.355 6.8705,26.254 6.72,24.923 6.8795,23.6105 7.42,22.439 7.86219,21.9652 8.4345,21.5975 9.14857,21.3596 10.016,21.275 l 0.8569,0.0846 0.7061,0.2379 0.5666,0.3677 0.4384,0.4738 0.537,1.1715 0.159,1.3125 -0.15,1.331 -0.522,1.181 -0.4342,0.4761 -0.5678,0.3689 -0.7147,0.2384 -0.8753,0.0846 m 3.254,-3.6799 4.788,-0.0322 M 10.016,21.285 V 17.521 M 6.73,24.9231 1.94201,24.8909" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin146-5" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 10.016,28.603 9.1302,28.5184 8.40751,28.28 7.83407,27.9111 7.396,27.435 6.91543,26.355 M 10.016,32.219 8.37407,32.0892 6.85251,31.7085 5.4817,31.0901 4.29201,30.247 3.31382,29.1924 2.58885,27.9588 M 7.17191,26.3664 2.42369,28.125" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin147-6" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" inkscape:label="GlyphLayer-õ" style="display:inline" id="g2820">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 15.304179,29.013558 c 1.263279,-3.116552 1.885752,-6.233103 -1.133494,-9.349655 m -0.726052,-5.366433 -0.34476,-1.513902 -5.5564351,-0.818559 -3.1249891,1.5" id="path10849-27-2-7" sodipodi:nodetypes="cccccc"/>
    <path d="m 2.9148354,14.80351 0.2445354,-1.632998 0.7275213,-1.471 0.5420598,-0.597902 0.6594142,-0.465098 0.7757103,-0.301606 0.8907968,-0.107414 1.4494866,0.250016 1.1465197,0.55 0.9364915,0.549997 0.819515,0.250016 0.434495,-0.03553 0.290267,-0.120302 m -6.196611,3.131799 0.070299,-0.456 0.2294173,-0.504 0.4154835,-0.408 0.6285354,-0.168 0.5981481,0.07559 0.5208567,0.199408 0.9449953,0.605 1.0409957,0.604997 0.640895,0.199408 0.76611,0.07559 0.863282,-0.0864 0.762708,-0.251112 0.524788,-0.321789 m -6.8875093,-4.1507 0.2256378,3.06 m 4.1260355,-1.459899 0.386418,3.219798 m -8.6984315,-0.332787 2.9925166,9.8e-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin270-6" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 12.418533,10.41959 -0.128504,0.773292 -0.325039,0.422551 -0.132283,0.05631 m 3.499842,-1.252158 -0.260787,1.867465 -0.313701,0.785764 -0.434646,0.670866 -0.548031,0.543118 -0.132284,0.08126 m -1.810393,-2.86904 1.984252,2.951055" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin271-8" sodipodi:nodetypes="cssccssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatinrun22-05-7-29-8" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 14.016896,19.706959 C 9.0396332,19.031589 4.7979967,19.612914 3.783081,25.706553" sodipodi:nodetypes="cc"/>
    <path d="M 2.58885,27.9588 2.57751,27.9395 2.11345,26.5013 1.95201,24.891 2.11738,23.3069 2.59101,21.878 3.33913,20.6216 4.32801,19.555 5.52388,18.6954 6.89301,18.06 8.40163,17.6661 10.016,17.531 l 1.6038,0.1351 1.5007,0.3939 1.3634,0.6354 1.1921,0.8596 0.9866,1.0666 0.7469,1.2564 0.4732,1.4289 0.1653,1.5841 -0.1614,1.6103 -0.4636,1.4382 -0.7351,1.2529 -0.9759,1.0546 -1.1859,0.8431 -1.3651,0.6184 -1.5136,0.3807 -1.6314,0.1298 M 6.91543,26.355 6.8705,26.254 6.72,24.923 6.8795,23.6105 7.42,22.439 7.86219,21.9652 8.4345,21.5975 9.14857,21.3596 10.016,21.275 l 0.8569,0.0846 0.7061,0.2379 0.5666,0.3677 0.4384,0.4738 0.537,1.1715 0.159,1.3125 -0.15,1.331 -0.522,1.181 -0.4342,0.4761 -0.5678,0.3689 -0.7147,0.2384 -0.8753,0.0846 m 3.254,-3.6799 4.788,-0.0322 M 10.016,21.285 V 17.521 M 6.73,24.9231 1.94201,24.8909" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin146-3" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 10.016,28.603 9.1302,28.5184 8.40751,28.28 7.83407,27.9111 7.396,27.435 6.91543,26.355 M 10.016,32.219 8.37407,32.0892 6.85251,31.7085 5.4817,31.0901 4.29201,30.247 3.31382,29.1924 2.58885,27.9588 M 7.17191,26.3664 2.42369,28.125" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin147-67" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:label="GlyphLayer-ö" style="display:inline" id="g2824" inkscape:groupmode="layer">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 14.76954,29.12988 -0.01236,-5.998312 -1.381475,-3.20952" id="path10849-27-91-6-4" sodipodi:nodetypes="ccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 13.819797,15.053659 0.08769,-1.901394 -7.4809176,-0.04365" id="path10853-54-22-5-4" sodipodi:nodetypes="ccc"/>
    <path id="path9612-9-05-1-0-9-30" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 0.61327197,12.301388 8.9340904,12.170843 m -4.698972,-2.045556 c -1.311156,0.07245 -2.590526,0.892048 -2.495206,3.133595 m 3.199068,-3.136263 c 1.577763,0.08614 2.6177,0.847619 2.701152,2.810313 0.0076,0.163578 0.01134,0.31937 0.01134,0.467698" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
    <path id="path72255-5-3-8-1-33" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 4.3791184,16.101238 c -1.772561,0.03821 -2.577524,-1.32418 -2.639206,-2.842367 m 3.405014,2.807637 c 1.823244,-0.100725 2.492372,-0.781312 2.504353,-2.66589" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 10.382543,12.907741 3.220876,-2.355949" id="path10849-04-2-12-0-1" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0-7-3" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 8.9472307,13.050898 8.3215743,-0.01852 m -4.596851,-2.92941 c -1.311798,0.0548 -2.599596,0.857155 -2.527483,3.099828 0.04573,1.518909 0.83675,2.892031 2.60965,2.87765 m 0.621657,-5.970686 c 1.576743,0.107338 2.608743,0.882757 2.671937,2.846434 0.07219,2.242669 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8-6-4" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 13.375709,19.922048 C 8.3116259,18.710596 5.1059496,20.215277 4.3731927,25.334225" sodipodi:nodetypes="cc"/>
    <path d="M 2.58885,27.9588 2.57751,27.9395 2.11345,26.5013 1.95201,24.891 2.11738,23.3069 2.59101,21.878 3.33913,20.6216 4.32801,19.555 5.52388,18.6954 6.89301,18.06 8.40163,17.6661 10.016,17.531 l 1.6038,0.1351 1.5007,0.3939 1.3634,0.6354 1.1921,0.8596 0.9866,1.0666 0.7469,1.2564 0.4732,1.4289 0.1653,1.5841 -0.1614,1.6103 -0.4636,1.4382 -0.7351,1.2529 -0.9759,1.0546 -1.1859,0.8431 -1.3651,0.6184 -1.5136,0.3807 -1.6314,0.1298 M 6.91543,26.355 6.8705,26.254 6.72,24.923 6.8795,23.6105 7.42,22.439 7.86219,21.9652 8.4345,21.5975 9.14857,21.3596 10.016,21.275 l 0.8569,0.0846 0.7061,0.2379 0.5666,0.3677 0.4384,0.4738 0.537,1.1715 0.159,1.3125 -0.15,1.331 -0.522,1.181 -0.4342,0.4761 -0.5678,0.3689 -0.7147,0.2384 -0.8753,0.0846 m 3.254,-3.6799 4.788,-0.0322 M 10.016,21.285 V 17.521 M 6.73,24.9231 1.94201,24.8909" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin146-8" sodipodi:nodetypes="csssccssscccccccccccccccccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="M 10.016,28.603 9.1302,28.5184 8.40751,28.28 7.83407,27.9111 7.396,27.435 6.91543,26.355 M 10.016,32.219 8.37407,32.0892 6.85251,31.7085 5.4817,31.0901 4.29201,30.247 3.31382,29.1924 2.58885,27.9588 M 7.17191,26.3664 2.42369,28.125" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin147-3" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g id="layer15" inkscape:label="GlyphLayer-ú" inkscape:groupmode="layer" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,32.0025 V 29.4 m -4.667,2.6025 V 29.4 m -0.2333,0.1 h 5.1336" id="autosatin166-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 14.326425,28.787214 C 13.563949,25.646469 12.945674,25.129193 12.102721,18.906257 M 11.40419,13.696124 12.627094,9.6761656" id="path10849-27-2-6-5-0-6" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.739245,8.2705555 8.153796,13.932084 M 15.628568,8.2705555 11.55692,13.932084" id="path145610-4-6-3-2-2" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-79-31-1" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="M 12.164152,18.918115 14.18044,23.85521" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,18 V 29.4 M 11.333,18 V 29.4 M 11.0997,18.1 h 5.1336" id="autosatin167-7" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.333,30.2879 10.5367,31.1144 9.55958,31.7564 8.41909,32.1722 7.13276,32.32 5.85676,32.2021 4.77691,31.8591 3.8852,31.307 3.17361,30.5618 2.63411,29.6394 2.25869,28.5559 2.21049,28.286 M 11.333,25.0171 11.1303,26.3532 10.5746,27.466 9.7448,28.2275 8.71953,28.5098 7.77689,28.3406 7.12886,27.847 6.75502,27.0497 6.75262,27.0282 M 8.375,28.25 v 4.0625" id="autosatin168-3" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.3245308,26.050751 C 4.2789453,25.255049 4.3110492,24.457364 4.30146,23.660744 v -4.99315" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun96-8" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.63494,18 v 7.9697 l 0.11768,1.0585 M 1.96798,18 v 7.9697 l 0.07134,1.3577 0.17117,0.9586 M 1.78125,26.5312 H 6.8125" id="autosatin169-5" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer16" inkscape:label="GlyphLayer-ù" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,32.0025 V 29.4 m -4.667,2.6025 V 29.4 m -0.2333,0.1 h 5.1336" id="autosatin166-61" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="M 14.250938,28.40017 11.839734,18.769212 M 11.415219,15.619453 7.9267525,11.726623" id="path10849-27-2-6-3-44-5" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4.1280627,10.074153 4.0716095,5.66157 m -0.1821733,-5.66157 3.5854111,5.66157" id="path145610-0-9-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="autosatinrun22-05-7-29-7-7-11-4" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 11.839734,18.769212 2.702719,4.823953" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,18 V 29.4 M 11.333,18 V 29.4 M 11.0997,18.1 h 5.1336" id="autosatin167-79" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.333,30.2879 10.5367,31.1144 9.55958,31.7564 8.41909,32.1722 7.13276,32.32 5.85676,32.2021 4.77691,31.8591 3.8852,31.307 3.17361,30.5618 2.63411,29.6394 2.25869,28.5559 2.21049,28.286 M 11.333,25.0171 11.1303,26.3532 10.5746,27.466 9.7448,28.2275 8.71953,28.5098 7.77689,28.3406 7.12886,27.847 6.75502,27.0497 6.75262,27.0282 M 8.375,28.25 v 4.0625" id="autosatin168-0" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.3245308,26.050751 C 4.2789453,25.255049 4.3110492,24.457364 4.30146,23.660744 v -4.99315" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun96-1" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.63494,18 v 7.9697 l 0.11768,1.0585 M 1.96798,18 v 7.9697 l 0.07134,1.3577 0.17117,0.9586 M 1.78125,26.5312 H 6.8125" id="autosatin169-3" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer17" inkscape:label="GlyphLayer-û" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,32.0025 V 29.4 m -4.667,2.6025 V 29.4 m -0.2333,0.1 h 5.1336" id="autosatin166-2" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 13.6665,28.5019 V 18.756606" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun95-3" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,18 V 29.4 M 11.333,18 V 29.4 M 11.0997,18.1 h 5.1336" id="autosatin167-8" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.333,30.2879 10.5367,31.1144 9.55958,31.7564 8.41909,32.1722 7.13276,32.32 5.85676,32.2021 4.77691,31.8591 3.8852,31.307 3.17361,30.5618 2.63411,29.6394 2.25869,28.5559 2.21049,28.286 M 11.333,25.0171 11.1303,26.3532 10.5746,27.466 9.7448,28.2275 8.71953,28.5098 7.77689,28.3406 7.12886,27.847 6.75502,27.0497 6.75262,27.0282 M 8.375,28.25 v 4.0625" id="autosatin168-5" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 2.697716,25.428027 6.0899119,18.624978 M 6.572177,13.928881 8.7376915,7.9626682 12.405808,13.177581" id="path165361-6-0" sodipodi:nodetypes="ccccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.99448,14.057404 11.02902,7.195596 M 11.224324,14.057404 8.9008102,9.1326633 6.7734801,7.195596 m 6.7813759,3.286144 -4.4194169,0.02805" id="path7964-96-3" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path id="path145612-0-99-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.77348,7.195592 -3.96546,6.8618 m 6.09279,-4.92473 -2.32351,4.92473" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.1" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 6.1727171,18.690785 3.4373437,22.455411" id="path165361-8-55-4" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.63494,18 v 7.9697 l 0.11768,1.0585 M 1.96798,18 v 7.9697 l 0.07134,1.3577 0.17117,0.9586 M 1.78125,26.5312 H 6.8125" id="autosatin169-1" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer18" inkscape:label="GlyphLayer-ü" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,32.0025 V 29.4 m -4.667,2.6025 V 29.4 m -0.2333,0.1 h 5.1336" id="autosatin166-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 14.569684,26.756568 -0.881475,-7.70952" id="path10849-27-91-6-4-5" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 13.819797,15.053659 0.08769,-1.901393 -7.4809181,-0.04365" id="path10853-54-22-5-4-1" sodipodi:nodetypes="ccc"/>
    <path id="path9612-9-05-1-0-9-30-9" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 0.61327148,12.301388 8.9340899,12.170843 m -4.698972,-2.045556 c -1.311156,0.07245 -2.590526,0.892048 -2.495206,3.133595 m 3.199068,-3.136263 c 1.577763,0.08614 2.6177,0.847619 2.701152,2.810313 0.0076,0.163578 0.01134,0.31937 0.01134,0.467698" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccc"/>
    <path id="path72255-5-3-8-1-33-5" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 4.3791179,16.101238 c -1.772561,0.03821 -2.577524,-1.32418 -2.639206,-2.842367 m 3.405014,2.807637 c 1.823244,-0.100724 2.492372,-0.781311 2.504353,-2.66589" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999999, 0.999999;stroke-dashoffset:0;stroke-opacity:1" d="m 10.382543,12.907741 3.220876,-2.355949" id="path10849-04-2-12-0-1-1" sodipodi:nodetypes="cc"/>
    <path id="path9612-09-0-7-3-6" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 8.9472302,13.050899 8.3215748,-0.01852 m -4.596851,-2.92941 c -1.311798,0.0548 -2.599596,0.857155 -2.527483,3.099829 0.04573,1.518909 0.83675,2.89203 2.60965,2.877649 m 0.621657,-5.970686 c 1.576743,0.107338 2.608743,0.882757 2.671937,2.846434 0.07219,2.242669 -0.559786,3.017624 -2.527483,3.099825" inkstitch:satin_column="True" inkstitch:zigzag_underlay="True" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="2" inkstitch:zigzag_underlay_inset_mm="0.3" inkstitch:zigzag_underlay_max_stitch_length_mm="3" inkstitch:center_walk_underlay="False" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" sodipodi:nodetypes="ccccccsc"/>
    <path id="autosatinrun22-05-7-8-6-4-5" style="display:inline;fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.500001, 0.500001;stroke-opacity:1" inkscape:label="Points droits pour auto-remplissage satin 8" d="m 13.625709,18.734548 -0.940016,4.724677" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.333,18 V 29.4 M 16,18 V 29.4 M 11.0997,18.1 h 5.1336" id="autosatin167-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.333,30.2879 10.5367,31.1144 9.55958,31.7564 8.41909,32.1722 7.13276,32.32 5.85676,32.2021 4.77691,31.8591 3.8852,31.307 3.17361,30.5618 2.63411,29.6394 2.25869,28.5559 2.21049,28.286 M 11.333,25.0171 11.1303,26.3532 10.5746,27.466 9.7448,28.2275 8.71953,28.5098 7.77689,28.3406 7.12886,27.847 6.75502,27.0497 6.75262,27.0282 M 8.375,28.25 v 4.0625" id="autosatin168-4" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path d="M 4.3245308,26.050751 C 4.2789453,25.255049 4.3110492,24.457364 4.30146,23.660744 v -4.99315" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun96-2" inkscape:label="Points droits pour auto-remplissage satin 5" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.63494,18 v 7.9697 l 0.11768,1.0585 M 1.96798,18 v 7.9697 l 0.07134,1.3577 0.17117,0.9586 M 1.78125,26.5312 H 6.8125" id="autosatin169-4" sodipodi:nodetypes="cssccssccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer3" inkscape:label="GlyphLayer-Ð" style="display:inline">
    <path d="m 13.534,27.7015 c 2.199546,-1.912051 3.153867,-4.973356 2.819196,-7.825109 -0.275064,-2.870823 -2.046325,-5.611367 -4.69909,-6.820187 C 10.065798,12.270864 8.2450114,12.216942 6.50895,12.2354" style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun130" inkscape:label="Points droits pour auto-remplissage satin 1"/>
    <path id="autosatin232" style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.50895,9.98537 H 8.21084 C 14.262,9.98537 18.8634,14.7768 18.8634,20.9927 18.8634,27.2086 14.2935,32 8.21084,32 H 6.50895 m 0,-17.5146 h 1.41823 c 3.65592,0 6.11422,2.849 6.11422,6.5073 0,3.6583 -2.4898,6.5396 -6.11422,6.5396 H 6.50895 M 8.1875,9.6875 V 14.75 m 0,12.4375 V 32.5 M 13.5,20.5625 h 5.875" sodipodi:nodetypes="csssccsssccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 4.17674,28.8381 c 0,-2.107933 0,-4.215867 0,-6.3238" style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun131" inkscape:label="Points droits pour auto-remplissage satin 3"/>
    <path d="m 4.17674,19.8272 c 0,-3.28061 0,-6.56122 0,-9.84183" style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun132" inkscape:label="Points droits pour auto-remplissage satin 4"/>
    <path style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.50895,9.98537 V 19.8272 M 1.84454,9.98537 v 9.84183" id="autosatin233" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M -0.0464631,19.8272 H 2.80354 m -2.8500031,2.6871 H 2.80354 M 0.0535369,19.6929 v 2.9557" id="autosatin234" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 7"/>
    <path d="m 3.6813,21.1707 h 7.0583" style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun134" inkscape:label="Points droits pour auto-remplissage satin 8" sodipodi:nodetypes="cc"/>
    <path style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.6146,22.5143 H 2.80354 M 11.6146,19.8272 H 2.80354 m 0.1,-0.1343 v 2.9557" id="autosatin235" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 9"/>
    <path style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 1.84454,22.5143 v 6.65 m 4.66441,-6.65 v 6.65 m -4.89763,-6.55 h 5.13085" id="autosatin236" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 10"/>
    <path style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference Bold';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.50895,32 V 29.1643 M 1.84454,32 v -2.8357 m -0.23322,0.1 h 5.13085" id="autosatin237" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkstitch:force_lock_stitches="True" inkscape:label="Auto-remplissage satin 12" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer4" inkscape:label="GlyphLayer-Þ" style="display:inline">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,32 V 29.85 M 7,32 v -2.15 m 0.25,0.1 h -5.5" id="autosatin238" sodipodi:nodetypes="cccccc" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 1"/>
    <path d="M 4.5,28.5714 4.3125,9.125" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun133" inkscape:label="Points droits pour auto-remplissage satin 2" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7,8 V 24.05 M 2,8 V 24.05 M 7.25,8.1 h -5.5" id="autosatin239" sodipodi:nodetypes="cccccc" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 7.8125,24.4375 c 1.8926214,-0.02867 3.248642,0.278045 4.781227,-1.078317 2.322768,-1.964325 2.593514,-6.02603 0.224847,-8.065148 C 11.217249,13.906825 9.5526238,13.945654 7.5625,14" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun135" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cccc"/>
    <path id="autosatin240" style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7,12 h 3 c 4,0 7,3 7,7 0,4 -3,7 -7,7 H 7 M 7,16 h 2 c 1,0 3.0241,1.0001 3,3 -0.0312,2.5938 -1.0625,4 -3,4 H 7 M 9.40625,11.7812 v 4.4376 m 2.34375,3 h 5.3438 m -7.68755,3.4687 v 3.6875" sodipodi:nodetypes="csssccscsccccccc" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="False" inkscape:label="Auto-remplissage satin 5"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7,24.05 v 5.8 m -5,-5.8 v 5.8 m 5.25,-5.7 h -5.5" id="autosatin241" sodipodi:nodetypes="cccccc" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:contour_underlay="False" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:force_lock_stitches="True" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer5" inkscape:label="GlyphLayer-č" style="display:inline">
    <path d="m 12.424,26.951 -0.2848,0.8096 -0.5826,0.5783 -0.8198,0.347 L 9.74066,28.8015 9.00151,28.7137 8.3961,28.4685 7.91358,28.0941 7.5431,27.618 7.0949,26.4725 7.09004,26.427 m 9.83706,0.524 -0.2787,1.0984 -0.4822,1.0153 -0.6753,0.9126 -0.8577,0.7904 -1.0299,0.6487 L 12.412,31.904 11.0695,32.2109 9.58645,32.3175 7.90689,32.1721 6.41492,31.7556 5.12174,31.0977 4.03856,30.228 3.17658,29.1761 2.54701,27.9717 2.51663,27.8672 m 7.06939,4.4603 0.15507,-3.5359" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin107-9" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 3.5970337,24.071097 6.4265974,19.09794 M 7.4512561,13.283125 4.4125814,8.516436" id="path165361-6-8-34-5-4" sodipodi:nodetypes="cccc"/>
    <path id="path145612-0-3-3-4-7-3" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.156769,7.758569 4.15296,6.2368 m -0.38368,-6.2368 2.51101,4.29973" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.343229,7.758557 -3.77796,6.236808 m 0.0078,-6.236808 -2.1360098,4.299741 -2.1273301,1.937067 m 6.7813759,-3.286144 -4.4194169,-0.02805" id="path7964-7-8-4-9-6" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 6.5094026,19.163747 7.9957294,2.736136" id="path165361-8-4-1-85-0-9" sodipodi:nodetypes="cc"/>
    <path d="M 12.424,23.8669 12.2043,22.9701 11.6607,22.2901 10.8279,21.8588 9.74066,21.708 9.01922,21.7971 8.42212,22.0453 7.94068,22.4236 7.56622,22.9031 7.10357,24.05 6.96478,25.2548 7.09004,26.427 m 9.92966,-2.5601 -0.2006,-1.151 -0.4318,-1.0773 -0.6516,-0.979 -0.8597,-0.8561 -1.0564,-0.7086 -1.2414,-0.5366 -1.4149,-0.34 -1.57685,-0.1188 -1.62643,0.1468 -1.46703,0.4199 -1.28993,0.6629 -1.09511,0.8754 -0.88258,1.0575 -0.65234,1.2093 -0.40439,1.3308 -0.13873,1.4218 0.13114,1.4205 0.35558,1.2228 m 7.0694,-9.7777 0.15505,3.6285 m -7.72117,3.5059 4.95487,0.0309 m 10.25782,-1.4865 -5.0625,0.0015" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin108-1" sodipodi:nodetypes="csssccsssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer6" inkscape:label="GlyphLayer-Č" style="display:inline">
    <path d="M 17.591487,30.052807 19.1551,27.0771 19.7883,26.0935" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun7-2" inkscape:label="Points droits pour auto-remplissage satin 1" sodipodi:nodetypes="ccc"/>
    <path d="m 17.8005,24.9445 -0.5016,0.7387 -0.3552,0.523 -1.208,0.9796 L 14.286,27.82 12.7038,28.0455 11.4729,27.9146 10.3291,27.5389 9.29613,26.9445 8.43712,26.1918 m 14.49078,-1.2473 -0.6496,1.5521 -0.1253,0.2031 -0.7492,1.2144 -1.0767,1.2606 -1.2563,1.0814 -1.4131,0.88 -1.5473,0.6561 -1.6589,0.4101 -1.7477,0.1416 -2.1631,-0.2187 -2.01586,-0.627 -1.82521,-0.9919 -1.39165,-1.1488 m 7.35132,3.2189 0.0445,-5.2085" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin12-8" sodipodi:nodetypes="csssccssscccccccccccccccccccccccsscccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.3" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="M 5.3869618,28.445647 4.9205169,17.724066 9.025374,14.297705 M 10.049751,8.4828855 7.0119107,3.7161873" id="path165361-6-8-34-2-52" sodipodi:nodetypes="ccccc"/>
    <path id="path145612-0-3-3-4-1-51" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 5.7564431,2.9583203 4.15182,6.236811 M 9.5246884,2.9583203 12.035009,7.2580559" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 17.939557,2.9583083 -3.776922,6.236819 m 0.0076,-6.236819 -2.135422,4.2997466 -2.1267467,1.9370724 M 16.687579,5.908974 12.269377,5.880924" id="path7964-7-8-4-1-3" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="M 9.1081563,14.363512 18.261637,13.961861" id="path165361-8-4-1-85-3-7" sodipodi:nodetypes="cc"/>
    <path d="m 17.7698,18.1899 -0.8563,-1.2651 -1.2047,-0.957 -1.4406,-0.6059 -1.5644,-0.2116 -1.2309,0.1322 -1.1438,0.3787 -1.03297,0.5982 -0.89842,0.7906 -0.74011,0.9562 -0.55805,1.0947 -0.35224,1.2062 -0.12269,1.2908 0.12269,1.2996 0.35224,1.2104 0.55805,1.0952 0.74011,0.9542 0.03941,0.0345 m 14.46008,-8.0019 -0.6483,-1.5406 -0.871,-1.4064 -1.0718,-1.2503 -1.2506,-1.0721 -1.4075,-0.8721 -1.5424,-0.6501 -1.6554,-0.4062 -1.7464,-0.1402 -2.1631,0.2187 -2.01586,0.627 -1.82521,0.992 -1.59097,1.3132 -1.31321,1.5909 -0.99191,1.8252 -0.62707,2.0159 -0.2187,2.1631 0.2187,2.1631 0.62707,2.0159 0.99191,1.8252 1.31321,1.5909 0.19932,0.1645 M 12.7038,10.4858 v 5.2531 m -11.06757,5.948 5.35444,-0.089 m 16.12493,-3.5006 -5.6591,0.0103" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin13-0" sodipodi:nodetypes="csssccssscccccccccccccccccccccccsscccccccccccccccccccccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkstitch:contour_underlay="False" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer7" inkscape:label="GlyphLayer-ř" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 2,32 V 28.2 M 6.8,32 v -3.8 m -5.04,3.7 h 5.28" id="autosatin155-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 4.4151833,26.616756 5.3648007,21.728805 6.4265974,19.09794 M 7.4512561,13.283125 4.4125814,8.516436" id="path165361-6-8-34-5-3" sodipodi:nodetypes="ccccc"/>
    <path id="path145612-0-3-3-4-7-9" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.156769,7.758569 4.15296,6.2368 m -0.38368,-6.2368 2.51101,4.29973" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.343229,7.758557 -3.77796,6.236808 m 0.0078,-6.236808 -2.1360098,4.299741 -2.1273301,1.937067 m 6.7813759,-3.286144 -4.4194169,-0.02805" id="path7964-7-8-4-9-0" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 6.5094026,19.163747 -1.9385378,3.93566" id="path165361-8-4-1-85-0-2" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,17.888 V 20.6 M 2,17.888 V 20.6 M 1.76,20.5 h 5.28" id="autosatin156-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 7.0670376,21.709419 c 0.3221446,-0.9683 0.6972642,-1.265542 1.6073275,-1.752039 0.8889058,-0.543096 1.5894579,-0.525696 2.5150659,-0.113116" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun89-8" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="ccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 11.952,17.888 11.244,17.656 10.512,17.568 9.29302,17.7395 8.27201,18.196 7.44301,18.8505 6.8,19.616 m 5.152,2.624 H 11.8882 L 11.4785,21.872 10.9901,21.624 9.9,21.44 H 9.968 L 9.31738,21.5217 8.71701,21.7515 7.712,22.564 7.043,23.6945 6.8,24.96 m 2.76804,-7.4557 v 4.1322" id="autosatin157-6" sodipodi:nodetypes="ccccccsccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.8,20.6 v 7.6 M 2,20.6 v 7.6 M 1.76,28.1 h 5.28" id="autosatin158-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 6" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer8" inkscape:label="GlyphLayer-Ř" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 18.096,32 -6.24,-7.7206 M 12.016,32 6.83201,24.4956" id="autosatin63-0" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path d="m 10.3263,22.5416 c 0.303142,-0.05058 0.621562,-0.0447 0.914999,-0.131148 0.413905,-0.190093 0.855225,-0.329662 1.218959,-0.612217 0.243075,-0.167152 0.516975,-0.299716 0.681443,-0.555075 0.252388,-0.295788 0.513629,-0.58532 0.687799,-0.936493 0.14995,-0.254286 0.323469,-0.498553 0.369913,-0.79684 0.113281,-0.381574 0.219332,-0.764607 0.246921,-1.163466 0.05159,-0.29941 0.07348,-0.599492 0.02645,-0.901098 -0.01569,-0.345061 -0.0608,-0.685179 -0.165616,-1.015265 C 14.244219,16.119032 14.141911,15.82242 13.986877,15.545039 13.863593,15.265061 13.724132,14.995054 13.518118,14.766066 13.325546,14.50473 13.130724,14.245523 12.865031,14.053384 12.624992,13.837283 12.381932,13.625515 12.08481,13.49129 11.810997,13.333716 11.539133,13.171497 11.225163,13.109685 10.885296,12.997474 10.540682,12.90823 10.182204,12.886132 9.514435,12.783594 8.8365828,12.837067 8.1635636,12.8221 c -0.4542245,0 -0.9084491,0 -1.3626736,0" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun36-1" inkscape:label="Points droits pour auto-remplissage satin 2"/>
    <path id="autosatin64-7" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 6.80178,14.6441 h 2.55999 c 1.40803,0 2.88003,1.1735 2.88003,3.0883 0,2.0073 -1.472,3.1191 -2.88003,3.1191 H 6.80178 M 6.8,11 h 3.36 c 3.52,0 6.656,2.7485 6.656,6.7324 0,3.5514 -2.208,5.8985 -4.96,6.547 L 6.83201,24.4956 M 11.844,18.0157 h 5.1266 M 8.97142,10.6984 v 4.1101 m 0,5.701 v 4.1543" sodipodi:nodetypes="csssccsscccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="M 4.4,21.5 6.6331644,11.926403" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-opacity:1" inkstitch:running_stitch_length_mm="1.2" id="autosatinrun37-9" inkscape:label="Points droits pour auto-remplissage satin 4" sodipodi:nodetypes="cc"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="M 7.4497595,8.4828855 4.4119188,3.7161873" id="path165361-6-8-34-2-6" sodipodi:nodetypes="cc"/>
    <path id="path145612-0-3-3-4-1-5" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.1564512,2.9583203 4.15182,6.236811 M 6.9246965,2.9583203 9.4350172,7.2580559" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.339565,2.9583083 -3.776922,6.236819 m 0.0076,-6.236819 L 9.4348207,7.2580549 7.3080744,9.1951273 M 14.087587,5.908974 9.6693851,5.880924" id="path7964-7-8-4-1-8" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="M 6.6331644,11.926403 3.1472291,16.17157" id="path165361-8-4-1-85-3-8" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,11 V 28.2 M 2,11 V 28.2 M 1.76,28.1 h 5.28" id="autosatin65-6" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.8,32 V 28.2 M 2,32 v -3.8 m -0.24,3.7 h 5.28" id="autosatin66-3" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 7" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer9" inkscape:label="GlyphLayer-š" style="display:inline">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 5.1089649,30.275989 c 2.933275,0.363715 6.3624701,0.03389 6.7380691,-1.892392 C 12.600886,24.517417 8.0637651,25.442138 4.6699689,23.322176 1.701217,21.467721 3.7259383,19.214784 6.4265974,19.09794 M 7.4512561,13.283125 4.4125814,8.516436" id="path165361-6-8-34-5-4-7" sodipodi:nodetypes="cssccc"/>
    <path id="path145612-0-3-3-4-7-3-3" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.156769,7.758569 4.15296,6.2368 m -0.38368,-6.2368 2.51101,4.29973" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.343229,7.758557 -3.77796,6.236808 m 0.0078,-6.236808 -2.1360098,4.299741 -2.1273301,1.937067 m 6.7813759,-3.286144 -4.4194169,-0.02805" id="path7964-7-8-4-9-6-0" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="m 6.5094026,19.163747 4.8082294,1.173636" id="path165361-8-4-1-85-0-9-4" sodipodi:nodetypes="cc"/>
    <path d="M 13.7694,22.3672 13.5365,21.2682 13.125,20.3336 12.5484,19.5579 11.8205,18.9355 10.955,18.4609 9.96551,18.1288 7.66963,17.8696 6.21147,17.9422 4.95641,18.1576 3.90177,18.512 l -0.8569,0.4898 -0.66182,0.6216 -0.46942,0.7497 -0.2797,0.8742 -0.09263,0.9949 0.09123,0.8548 0.25783,0.7024 0.40062,0.5684 0.51963,0.4526 1.30104,0.6308 1.49143,0.3867 2.79248,0.6251 0.92025,0.5306 0.25782,0.3836 0.09124,0.4869 -0.1443,0.4968 L 9.13042,28.723 8.55857,28.9446 7.86913,29.0197 7.06256,28.968 6.20523,28.6996 5.69226,28.2063 M 9.57935,22.3672 9.31926,21.5912 8.82401,21.1022 8.20049,20.8475 7.5556,20.7743 6.93966,20.8602 6.39051,21.11 l -0.39415,0.4022 -0.15099,0.5426 0.09124,0.3202 0.25782,0.2458 0.92025,0.3369 2.79248,0.5338 1.49144,0.4709 1.301,0.7892 0.5197,0.5568 0.4006,0.6877 0.2578,0.8358 0.0912,1.001 -0.1161,1.1232 -0.3372,0.9401 -0.5417,0.7674 -0.7294,0.6049 -0.9005,0.4526 -1.0547,0.3107 -2.50568,0.2361 -1.35421,-0.0733 -1.249,-0.2268 -1.12407,-0.39 L 3.07689,31.0147 2.40852,30.4029 M 7.59979,17.6736 v 3.2008 m -6.45074,1.0051 h 5.12652 m 3.0494,5.9662 H 14.1863 M 7.6014,28.818 v 3.5487" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin161-0" sodipodi:nodetypes="cssssccssssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3"/>
    <path d="m 5.2468,26.8334 0.07409,0.6858 0.20337,0.5255 0.168,0.1616 m -4.692545,-1.3729 0.203785,1.3545 0.42726,1.1417 0.63104,0.939 0.14672,0.1343 M 5.78446,28.027 2.17049,30.4453" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin160-2" sodipodi:nodetypes="cssssccssssccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer10" inkscape:label="GlyphLayer-Š" style="display:inline">
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="M 16.17034,28.224676 6.7847936,18.969085 7.6186248,11.955414 M 7.4497595,8.4828855 4.4119188,3.7161873" id="path165361-6-8-34-2" sodipodi:nodetypes="ccccc"/>
    <path id="path145612-0-3-3-4-1" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.1564512,2.9583203 4.15182,6.236811 M 6.9246965,2.9583203 9.4350172,7.2580559" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.339565,2.9583083 -3.776922,6.236819 m 0.0076,-6.236819 L 9.4348207,7.2580549 7.3080744,9.1951273 M 14.087587,5.908974 9.6693851,5.880924" id="path7964-7-8-4-1" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="m 7.7014071,12.021221 c 4.0681049,-0.08062 8.1320459,-0.157427 8.1737439,3.443242" id="path165361-8-4-1-85-3" sodipodi:nodetypes="cc"/>
    <path d="m 13.9289,17.3341 -0.3621,-1.3664 -0.7321,-0.8872 -1.1049,-0.4798 -1.4804,-0.1439 -0.99413,0.12 -0.97184,0.3812 -0.73815,0.6739 -0.21537,0.4566 -0.07766,0.5416 0.13097,0.624 0.37013,0.4996 0.57512,0.4001 0.74595,0.3253 1.86768,0.526 2.1411,0.5253 2.1411,0.7233 0.9851,0.4979 0.8826,0.6221 0.7459,0.7708 0.5752,0.9446 0.3701,1.1432 0.131,1.3665 -0.1904,1.6942 -0.5371,1.4194 -0.8327,1.1597 -1.0771,0.9151 -1.2705,0.6855 -1.4127,0.471 -1.5038,0.2715 -1.5438,0.0872 L 8.90205,32.1951 7.33687,31.869 5.89336,31.3177 4.61435,30.5346 3.54268,29.5134 2.8195,28.399 M 18.2317,17.3341 18.014,15.6865 17.4968,14.2946 16.7175,13.1474 15.7131,12.2337 14.521,11.5424 13.1783,11.0624 11.7222,10.7826 10.19,10.6918 8.80967,10.7869 7.45996,11.0744 6.18815,11.557 5.04153,12.2376 4.06739,13.119 l -0.75436,1.0853 -0.48731,1.2918 -0.17294,1.5013 0.13097,1.3242 0.37013,1.1079 0.57512,0.9165 0.74595,0.7498 0.88262,0.6079 0.98511,0.4909 2.14105,0.7297 2.14107,0.5589 1.8677,0.5865 0.746,0.3657 0.5751,0.4469 0.3701,0.553 0.131,0.6839 -0.0971,0.6413 -0.2678,0.529 -0.9074,0.7543 -1.1689,0.4041 L 10.7241,28.568 9.15603,28.3522 7.83831,27.6917 7.31681,27.1884 6.95239,26.6311 m 3.29711,-12.1643 -0.0597,-3.785 m -2.92758,5.9475 -4.61941,0.3689 m 16.28129,8.5995 -4.6193,0.5226 m -3.7592,6.1921 0.179,-3.7544" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin67-4" sodipodi:nodetypes="cssssccssssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 2"/>
    <path d="m 6.51039,24.956 0.12507,0.867 0.27461,0.7434 0.04232,0.0647 m -4.95245,-1.6751 0.1927,1.7745 0.52852,1.517 0.09834,0.1515 m -0.2613,0.0046 4.55087,-1.947" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin68-0" sodipodi:nodetypes="cssssccssssc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer11" inkscape:label="GlyphLayer-ž" style="display:inline">
    <path d="M 14,28.192 H 8.708 M 14,32 H 0 l 0.411369,-0.6149 m -0.578212,0.2469 9.2053706,-3.492534" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin189-5" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 3.7964649,29.400989 9.5970337,21.571097 6.4265974,19.09794 M 7.4512561,13.283125 4.4125814,8.516436" id="path165361-6-8-34-5-4-3" sodipodi:nodetypes="ccccc"/>
    <path id="path145612-0-3-3-4-7-3-4" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.156769,7.758569 4.15296,6.2368 m -0.38368,-6.2368 2.51101,4.29973" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.343229,7.758557 -3.77796,6.236808 m 0.0078,-6.236808 -2.1360098,4.299741 -2.1273301,1.937067 m 6.7813759,-3.286144 -4.4194169,-0.02805" id="path7964-7-8-4-9-6-9" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" d="M 6.5094026,19.163747 2.604441,19.87258" id="path165361-8-4-1-85-0-9-7" sodipodi:nodetypes="cc"/>
    <path d="M 0.603471,17.888 H 13.9397 L 7.5431,28.192 c 0,0 1.1049936,0 1.1649,0 M 0.603471,21.536 H 7 L 0.411369,31.3851 M 5.5,17.4375 V 21.75 m 0.1875,1.0625 h 5.75 M 0.703471,21.7184 v -4.0128" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="autosatin190-3" sodipodi:nodetypes="ccccccccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 3" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
  <g inkscape:groupmode="layer" id="layer12" inkscape:label="GlyphLayer-Ž" style="display:inline">
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.0125,27.8027 H 9.11061 m 8.90189,4.1978 H 1.00595" id="autosatin97-1" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 1"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="M 5.9544424,28.171375 14.996881,12.757536 6.4253821,11.798096 M 7.4497595,8.4828855 4.4119188,3.7161873" id="path165361-6-8-34-2-6-8" sodipodi:nodetypes="ccccc"/>
    <path id="path145612-0-3-3-4-1-5-9" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3.1564512,2.9583203 4.15182,6.236811 M 6.9246965,2.9583203 9.4350172,7.2580559" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" sodipodi:nodetypes="cccc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 15.339565,2.9583083 -3.776922,6.236819 m 0.0076,-6.236819 L 9.4348207,7.2580549 7.3080744,9.1951273 M 14.087587,5.908974 9.6693851,5.880924" id="path7964-7-8-4-1-8-0" sodipodi:nodetypes="ccccccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2"/>
    <path style="display:inline;fill:none;stroke:#000000;stroke-width:0.999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.999994, 0.999994;stroke-dashoffset:0;stroke-opacity:1" d="M 6.5081644,11.863903 3.0222291,14.35907" id="path165361-8-4-1-85-3-8-6" sodipodi:nodetypes="cc"/>
    <path style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 1.67029,11.0114 H 18.5439 M 1.67029,15.2092 h 8.76901" id="autosatin98-4" sodipodi:nodetypes="cccc" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="3" inkstitch:force_lock_stitches="False" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 4"/>
    <path id="autosatin99-2" style="font-size:8.46667px;line-height:1.25;font-family:'Glacial Indifference';-inkscape-font-specification:'Glacial Indifference';display:inline;fill:none;stroke:#000000;stroke-width:0.377953;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18.5439,11.0114 9.11061,27.8027 M 10.4393,15.2092 1.00595,32.0005" inkstitch:satin_column="True" inkstitch:pull_compensation_mm="0.02" inkstitch:zigzag_spacing_mm="0.25" inkstitch:ties="2" inkstitch:force_lock_stitches="True" inkstitch:zigzag_underlay="False" inkstitch:center_walk_underlay="True" inkstitch:center_walk_underlay_stitch_length_mm="1.2" inkscape:label="Auto-remplissage satin 5" center_walk_underlay_stitch_length_m="1.2"/>
  </g>
</svg>