summaryrefslogtreecommitdiff
path: root/docs/fr/media-src/graphique_structure_ishtar_layers.svg
blob: d973d383acfbd2632e9e3e1340576dfb2ce090ac (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
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
 -->

<!-- Title: structure_Ishtar Pages: 1 -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="1061pt"
   height="716pt"
   viewBox="0.00 0.00 1060.93 716.00"
   version="1.1"
   id="svg428"
   sodipodi:docname="graphique_structure_ishtar_layers.svg"
   inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
  <metadata
     id="metadata434">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs432" />
  <sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="1920"
     inkscape:window-height="1080"
     id="namedview430"
     showgrid="true"
     inkscape:zoom="1.9776536"
     inkscape:cx="968.62699"
     inkscape:cy="801.77766"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1"
     inkscape:current-layer="layer2"
     showguides="true">
    <inkscape:grid
       type="xygrid"
       id="grid4645" />
  </sodipodi:namedview>
  <g
     inkscape:groupmode="layer"
     id="layer3"
     inkscape:label="Modules"
     style="display:inline">
    <path
       transform="translate(4.2732163,712.48476)"
       style="fill:#ffffff"
       d="M -4,4 V -712 H 1056.9341 V 4 Z"
       id="polygon4" />
    <g
       class="node"
       id="node1"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title6">module_file</title>
      <path
         style="fill:none;stroke:#114d00"
         d="M 218,-708 H 0 v 48 h 245 v -48 l -3,-4 h -21 z"
         id="polygon8" />
      <g
         aria-label="Module"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text10">
        <path
           d="m 93.570312,-701.26404 h 2.351563 l 2.976562,7.9375 2.992193,-7.9375 h 2.35156 v 11.66406 h -1.53906 v -10.24218 l -3.007818,8 h -1.585937 l -3.007813,-8 v 10.24218 h -1.53125 z"
           style="font-size:16px"
           id="path753" />
        <path
           d="m 110.71094,-697.34216 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path755" />
        <path
           d="m 122.85938,-697.02185 v -4.73438 h 1.4375 v 12.15625 h -1.4375 v -1.3125 q -0.45313,0.78125 -1.14844,1.16407 -0.6875,0.375 -1.65625,0.375 -1.58594,0 -2.58594,-1.26563 -0.99219,-1.26562 -0.99219,-3.32812 0,-2.0625 0.99219,-3.32813 1,-1.26562 2.58594,-1.26562 0.96875,0 1.65625,0.38281 0.69531,0.375 1.14844,1.15625 z m -4.89844,3.05469 q 0,1.58593 0.64844,2.49218 0.65625,0.89844 1.79687,0.89844 1.14063,0 1.79688,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.79688,-0.90625 -1.14062,0 -1.79687,0.90625 -0.64844,0.89844 -0.64844,2.48438 z"
           style="font-size:16px"
           id="path757" />
        <path
           d="m 127.10938,-693.0531 v -5.29688 h 1.43749 v 5.24219 q 0,1.24219 0.48438,1.86719 0.48437,0.61719 1.45312,0.61719 1.16407,0 1.83594,-0.74219 Q 133,-692.10779 133,-693.38904 v -4.96094 h 1.4375 v 8.75 H 133 v -1.34375 q -0.52344,0.79688 -1.21875,1.1875 -0.6875,0.38282 -1.60156,0.38282 -1.50782,0 -2.28906,-0.9375 -0.78125,-0.9375 -0.78125,-2.74219 z m 3.61718,-5.50781 z"
           style="font-size:16px"
           id="path759" />
        <path
           d="m 137.41406,-701.75623 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path761" />
        <path
           d="m 149.33594,-694.33435 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path763" />
      </g>
      <g
         aria-label="Dossier"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text12">
        <path
           d="m 95.648437,-679.96716 v 9.07031 h 1.90625 q 2.414063,0 3.531253,-1.09375 1.125,-1.09375 1.125,-3.45313 0,-2.34375 -1.125,-3.42968 -1.11719,-1.09375 -3.531253,-1.09375 z m -1.578125,-1.29688 H 97.3125 q 3.39063,0 4.97656,1.41406 1.58594,1.40625 1.58594,4.40625 0,3.01563 -1.59375,4.42969 -1.59375,1.41406 -4.96875,1.41406 h -3.242188 z"
           style="font-size:16px"
           id="path766" />
        <path
           d="m 109.71094,-677.34216 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path768" />
        <path
           d="m 121.67969,-678.09216 v 1.35937 q -0.60938,-0.3125 -1.26563,-0.46875 -0.65625,-0.15625 -1.35937,-0.15625 -1.07031,0 -1.60938,0.32813 -0.53125,0.32812 -0.53125,0.98437 0,0.5 0.38282,0.78906 0.38281,0.28125 1.53906,0.53907 l 0.49219,0.10937 q 1.53125,0.32813 2.17187,0.92969 0.64844,0.59375 0.64844,1.66406 0,1.21875 -0.96875,1.92969 -0.96094,0.71094 -2.64844,0.71094 -0.70312,0 -1.46875,-0.14063 -0.75781,-0.13281 -1.60156,-0.40625 v -1.48437 q 0.79687,0.41406 1.57031,0.625 0.77344,0.20312 1.53125,0.20312 1.01563,0 1.5625,-0.34375 0.54688,-0.35156 0.54688,-0.98437 0,-0.58594 -0.39844,-0.89844 -0.39063,-0.3125 -1.72656,-0.60156 l -0.5,-0.11719 q -1.33594,-0.28125 -1.92969,-0.85938 -0.59375,-0.58593 -0.59375,-1.60156 0,-1.23437 0.875,-1.90625 0.875,-0.67187 2.48437,-0.67187 0.79688,0 1.5,0.11718 0.70313,0.11719 1.29688,0.35157 z"
           style="font-size:16px"
           id="path770" />
        <path
           d="m 130.02344,-678.09216 v 1.35937 q -0.60938,-0.3125 -1.26563,-0.46875 -0.65625,-0.15625 -1.35937,-0.15625 -1.07031,0 -1.60938,0.32813 -0.53125,0.32812 -0.53125,0.98437 0,0.5 0.38282,0.78906 0.38281,0.28125 1.53906,0.53907 l 0.49219,0.10937 q 1.53124,0.32813 2.17187,0.92969 0.64844,0.59375 0.64844,1.66406 0,1.21875 -0.96875,1.92969 -0.96094,0.71094 -2.64844,0.71094 -0.70312,0 -1.46875,-0.14063 -0.75781,-0.13281 -1.60156,-0.40625 v -1.48437 q 0.79687,0.41406 1.57031,0.625 0.77344,0.20312 1.53125,0.20312 1.01563,0 1.5625,-0.34375 0.54687,-0.35156 0.54687,-0.98437 0,-0.58594 -0.39843,-0.89844 -0.39063,-0.3125 -1.72656,-0.60156 l -0.5,-0.11719 q -1.33594,-0.28125 -1.92969,-0.85938 -0.59375,-0.58593 -0.59375,-1.60156 0,-1.23437 0.875,-1.90625 0.875,-0.67187 2.48437,-0.67187 0.79688,0 1.5,0.11718 0.70313,0.11719 1.29688,0.35157 z"
           style="font-size:16px"
           id="path772" />
        <path
           d="m 132.78906,-678.34998 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path774" />
        <path
           d="m 144.71094,-674.33435 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path776" />
        <path
           d="m 152.14062,-677.00623 q -0.24218,-0.14062 -0.53125,-0.20312 -0.28125,-0.0703 -0.625,-0.0703 -1.21875,0 -1.875,0.79687 -0.64843,0.78906 -0.64843,2.27344 v 4.60937 h -1.44532 v -8.75 h 1.44532 v 1.35938 q 0.45312,-0.79688 1.17968,-1.17969 0.72657,-0.39062 1.76563,-0.39062 0.14844,0 0.32812,0.0234 0.17969,0.0156 0.39844,0.0547 z"
           style="font-size:16px"
           id="path778" />
      </g>
    </g>
    <g
       class="node"
       id="node2"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title15">module_AO</title>
      <path
         style="fill:none;stroke:#ee0000"
         d="M 218,-624 H 0 v 48 h 245 v -48 l -3,-4 h -21 z"
         id="polygon17" />
      <g
         aria-label="Module"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text19">
        <path
           d="m 93.570312,-617.26404 h 2.351563 l 2.976562,7.9375 2.992193,-7.9375 h 2.35156 v 11.66406 h -1.53906 v -10.24218 l -3.007818,8 h -1.585937 l -3.007813,-8 v 10.24218 h -1.53125 z"
           style="font-size:16px"
           id="path782" />
        <path
           d="m 110.71094,-613.34216 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path784" />
        <path
           d="m 122.85938,-613.02185 v -4.73438 h 1.4375 v 12.15625 h -1.4375 v -1.3125 q -0.45313,0.78125 -1.14844,1.16407 -0.6875,0.375 -1.65625,0.375 -1.58594,0 -2.58594,-1.26563 -0.99219,-1.26562 -0.99219,-3.32812 0,-2.0625 0.99219,-3.32813 1,-1.26562 2.58594,-1.26562 0.96875,0 1.65625,0.38281 0.69531,0.375 1.14844,1.15625 z m -4.89844,3.05469 q 0,1.58593 0.64844,2.49218 0.65625,0.89844 1.79687,0.89844 1.14063,0 1.79688,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.79688,-0.90625 -1.14062,0 -1.79687,0.90625 -0.64844,0.89844 -0.64844,2.48438 z"
           style="font-size:16px"
           id="path786" />
        <path
           d="m 127.10938,-609.0531 v -5.29688 h 1.43749 v 5.24219 q 0,1.24219 0.48438,1.86719 0.48437,0.61719 1.45312,0.61719 1.16407,0 1.83594,-0.74219 Q 133,-608.10779 133,-609.38904 v -4.96094 h 1.4375 v 8.75 H 133 v -1.34375 q -0.52344,0.79688 -1.21875,1.1875 -0.6875,0.38282 -1.60156,0.38282 -1.50782,0 -2.28906,-0.9375 -0.78125,-0.9375 -0.78125,-2.74219 z m 3.61718,-5.50781 z"
           style="font-size:16px"
           id="path788" />
        <path
           d="m 137.41406,-617.75623 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path790" />
        <path
           d="m 149.33594,-610.33435 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path792" />
      </g>
      <g
         aria-label="Opération"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text21">
        <path
           d="m 89.804687,-596.19373 q -1.71875,0 -2.734375,1.28125 -1.007812,1.28125 -1.007812,3.49219 0,2.20313 1.007812,3.48438 1.015625,1.28125 2.734375,1.28125 1.71875,0 2.71875,-1.28125 1.007813,-1.28125 1.007813,-3.48438 0,-2.21094 -1.007813,-3.49219 -1,-1.28125 -2.71875,-1.28125 z m 0,-1.28125 q 2.453125,0 3.921875,1.64844 1.46875,1.64063 1.46875,4.40625 0,2.75781 -1.46875,4.40625 -1.46875,1.64063 -3.921875,1.64063 -2.460937,0 -3.9375,-1.64063 -1.46875,-1.64062 -1.46875,-4.40625 0,-2.76562 1.46875,-4.40625 1.476563,-1.64844 3.9375,-1.64844 z"
           style="font-size:16px"
           id="path795" />
        <path
           d="m 98.992187,-586.91248 v 4.64063 h -1.445312 v -12.07813 h 1.445312 v 1.32813 q 0.453125,-0.78125 1.140623,-1.15625 0.69532,-0.38281 1.65625,-0.38281 1.59375,0 2.58594,1.26562 1,1.26563 1,3.32813 0,2.0625 -1,3.32812 -0.99219,1.26563 -2.58594,1.26563 -0.96093,0 -1.65625,-0.375 -0.687498,-0.38282 -1.140623,-1.16407 z m 4.890623,-3.05468 q 0,-1.58594 -0.65625,-2.48438 -0.64843,-0.90625 -1.78906,-0.90625 -1.14062,0 -1.796875,0.90625 -0.648438,0.89844 -0.648438,2.48438 0,1.58593 0.648438,2.49218 0.656255,0.89844 1.796875,0.89844 1.14063,0 1.78906,-0.89844 0.65625,-0.90625 0.65625,-2.49218 z"
           style="font-size:16px"
           id="path797" />
        <path
           d="m 115.24219,-590.33435 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80469,0.77344 2.23437,0.77344 0.82813,0 1.60157,-0.20313 0.78125,-0.20312 1.54687,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64843,0.17188 -2.09375,0 -3.32032,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16407,-1.26562 3.13282,-1.26562 1.76562,0 2.78906,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66406,-1.88281 -0.64063,-0.70312 -1.70313,-0.70312 -1.20312,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z m -1.38281,-7.64062 h 1.55468 l -2.54687,2.9375 h -1.19531 z"
           style="font-size:16px"
           id="path799" />
        <path
           d="m 122.67188,-593.00623 q -0.24219,-0.14062 -0.53125,-0.20312 -0.28125,-0.0703 -0.625,-0.0703 -1.21875,0 -1.875,0.79687 -0.64844,0.78906 -0.64844,2.27344 v 4.60937 h -1.44531 v -8.75 h 1.44531 v 1.35938 q 0.45312,-0.79688 1.17969,-1.17969 0.72656,-0.39062 1.76562,-0.39062 0.14844,0 0.32813,0.0234 0.17968,0.0156 0.39843,0.0547 z"
           style="font-size:16px"
           id="path801" />
        <path
           d="m 128.17187,-589.99841 q -1.74218,0 -2.41406,0.39843 -0.67187,0.39844 -0.67187,1.35938 0,0.76562 0.5,1.21875 0.50781,0.44531 1.375,0.44531 1.19531,0 1.91406,-0.84375 0.72656,-0.85156 0.72656,-2.25781 v -0.32031 z m 2.86719,-0.59375 v 4.99218 h -1.4375 v -1.32812 q -0.49219,0.79687 -1.22656,1.17969 -0.73437,0.375 -1.79687,0.375 -1.34375,0 -2.14063,-0.75 -0.78906,-0.75782 -0.78906,-2.02344 0,-1.47656 0.98437,-2.22656 0.99219,-0.75 2.95313,-0.75 h 2.01562 v -0.14063 q 0,-0.99219 -0.65625,-1.53125 -0.64844,-0.54687 -1.82812,-0.54687 -0.75,0 -1.46094,0.17968 -0.71094,0.17969 -1.36719,0.53907 v -1.32813 q 0.78907,-0.30469 1.53125,-0.45312 0.74219,-0.15625 1.44532,-0.15625 1.89843,0 2.83593,0.98437 0.9375,0.98438 0.9375,2.98438 z"
           style="font-size:16px"
           id="path803" />
        <path
           d="m 135.42969,-596.83435 v 2.48437 h 2.96093 v 1.11719 h -2.96093 v 4.75 q 0,1.07031 0.28906,1.375 0.29687,0.30469 1.19531,0.30469 h 1.47656 v 1.20312 h -1.47656 q -1.66406,0 -2.29687,-0.61718 -0.63282,-0.625 -0.63282,-2.26563 v -4.75 h -1.05468 v -1.11719 h 1.05468 v -2.48437 z"
           style="font-size:16px"
           id="path805" />
        <path
           d="m 140.28906,-594.34998 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path807" />
        <path
           d="m 148.11719,-593.34216 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67187,0.89844 1.83594,0.89844 1.14843,0 1.82031,-0.90625 0.67187,-0.90625 0.67187,-2.46875 0,-1.55469 -0.67187,-2.46094 -0.67188,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88282,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07031,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path809" />
        <path
           d="m 161.78125,-590.88123 v 5.28125 h -1.4375 v -5.23437 q 0,-1.24219 -0.48438,-1.85938 -0.48437,-0.61718 -1.45312,-0.61718 -1.16406,0 -1.83594,0.74218 -0.67187,0.74219 -0.67187,2.02344 v 4.94531 h -1.44532 v -8.75 h 1.44532 v 1.35938 q 0.51562,-0.78906 1.21093,-1.17969 0.70313,-0.39062 1.61719,-0.39062 1.50781,0 2.28125,0.9375 0.77344,0.92968 0.77344,2.74218 z"
           style="font-size:16px"
           id="path811" />
      </g>
    </g>
    <g
       class="node"
       id="node3"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title24">module_AS</title>
      <path
         style="fill:none;stroke:#8943d6"
         d="M 218,-540 H 0 v 48 h 245 v -48 l -3,-4 h -21 z"
         id="polygon26" />
      <g
         aria-label="Module"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text28">
        <path
           d="m 93.570312,-533.26404 h 2.351563 l 2.976562,7.9375 2.992193,-7.9375 h 2.35156 v 11.66406 h -1.53906 v -10.24218 l -3.007818,8 h -1.585937 l -3.007813,-8 v 10.24218 h -1.53125 z"
           style="font-size:16px"
           id="path815" />
        <path
           d="m 110.71094,-529.34216 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path817" />
        <path
           d="m 122.85938,-529.02185 v -4.73438 h 1.4375 v 12.15625 h -1.4375 v -1.3125 q -0.45313,0.78125 -1.14844,1.16407 -0.6875,0.375 -1.65625,0.375 -1.58594,0 -2.58594,-1.26563 -0.99219,-1.26562 -0.99219,-3.32812 0,-2.0625 0.99219,-3.32813 1,-1.26562 2.58594,-1.26562 0.96875,0 1.65625,0.38281 0.69531,0.375 1.14844,1.15625 z m -4.89844,3.05469 q 0,1.58593 0.64844,2.49218 0.65625,0.89844 1.79687,0.89844 1.14063,0 1.79688,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.79688,-0.90625 -1.14062,0 -1.79687,0.90625 -0.64844,0.89844 -0.64844,2.48438 z"
           style="font-size:16px"
           id="path819" />
        <path
           d="m 127.10938,-525.0531 v -5.29688 h 1.43749 v 5.24219 q 0,1.24219 0.48438,1.86719 0.48437,0.61719 1.45312,0.61719 1.16407,0 1.83594,-0.74219 Q 133,-524.10779 133,-525.38904 v -4.96094 h 1.4375 v 8.75 H 133 v -1.34375 q -0.52344,0.79688 -1.21875,1.1875 -0.6875,0.38282 -1.60156,0.38282 -1.50782,0 -2.28906,-0.9375 -0.78125,-0.9375 -0.78125,-2.74219 z m 3.61718,-5.50781 z"
           style="font-size:16px"
           id="path821" />
        <path
           d="m 137.41406,-533.75623 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path823" />
        <path
           d="m 149.33594,-526.33435 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path825" />
      </g>
      <g
         aria-label="Site/Entité archéologique"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text30">
        <path
           d="m 35.5625,-512.88126 v 1.53907 q -0.898438,-0.42969 -1.695313,-0.64063 -0.796875,-0.21094 -1.539062,-0.21094 -1.289063,0 -1.992188,0.5 -0.695312,0.5 -0.695312,1.42188 0,0.77344 0.460937,1.17187 0.46875,0.39063 1.765625,0.63282 l 0.953125,0.19531 q 1.765625,0.33594 2.601563,1.1875 0.84375,0.84375 0.84375,2.26562 0,1.69532 -1.140625,2.57032 -1.132813,0.875 -3.328125,0.875 -0.828125,0 -1.765625,-0.1875 -0.929688,-0.1875 -1.929688,-0.55469 v -1.625 q 0.960938,0.53906 1.882813,0.8125 0.921875,0.27344 1.8125,0.27344 1.351562,0 2.085937,-0.53125 0.734375,-0.53125 0.734375,-1.51563 0,-0.85937 -0.53125,-1.34375 -0.523437,-0.48437 -1.726562,-0.72656 l -0.960938,-0.1875 q -1.765625,-0.35156 -2.554687,-1.10156 -0.789063,-0.75 -0.789063,-2.08594 0,-1.54688 1.085938,-2.4375 1.09375,-0.89063 3.007812,-0.89063 0.820313,0 1.671875,0.14844 0.851563,0.14844 1.742188,0.44531 z"
           style="font-size:16px"
           id="path828" />
        <path
           d="m 38.664062,-510.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path830" />
        <path
           d="m 44.523437,-512.83438 v 2.48437 h 2.960938 v 1.11719 h -2.960938 v 4.75 q 0,1.07031 0.289063,1.375 0.296875,0.30469 1.195312,0.30469 h 1.476563 v 1.20312 h -1.476563 q -1.664062,0 -2.296875,-0.61718 -0.632812,-0.625 -0.632812,-2.26563 v -4.75 h -1.054688 v -1.11719 h 1.054688 v -2.48437 z"
           style="font-size:16px"
           id="path832" />
        <path
           d="m 56.867187,-506.33438 v 0.70312 h -6.609375 q 0.09375,1.48438 0.890625,2.26563 0.804688,0.77344 2.234375,0.77344 0.828125,0 1.601563,-0.20313 0.78125,-0.20312 1.546875,-0.60937 v 1.35937 q -0.773438,0.32813 -1.585938,0.5 -0.8125,0.17188 -1.648437,0.17188 -2.09375,0 -3.320313,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.164063,-1.26562 3.132813,-1.26562 1.765625,0 2.789062,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.01563,-1.17968 -0.664062,-1.88281 -0.640625,-0.70312 -1.703125,-0.70312 -1.203125,0 -1.929688,0.67968 -0.71875,0.67969 -0.828125,1.91407 z"
           style="font-size:16px"
           id="path834" />
        <path
           d="m 61.78125,-513.26407 h 1.328125 l -4.0625,13.14844 H 57.71875 Z"
           style="font-size:16px"
           id="path836" />
        <path
           d="m 64.695312,-513.26407 h 7.375 v 1.32813 h -5.796875 v 3.45312 h 5.554688 v 1.32813 h -5.554688 v 4.22656 h 5.9375 v 1.32812 h -7.515625 z"
           style="font-size:16px"
           id="path838" />
        <path
           d="m 82.03125,-506.88126 v 5.28125 h -1.4375 v -5.23437 q 0,-1.24219 -0.484375,-1.85938 -0.484375,-0.61718 -1.453125,-0.61718 -1.164063,0 -1.835938,0.74218 -0.671875,0.74219 -0.671875,2.02344 v 4.94531 h -1.445312 v -8.75 h 1.445312 v 1.35938 q 0.515625,-0.78906 1.210938,-1.17969 0.703125,-0.39062 1.617187,-0.39062 1.507813,0 2.28125,0.9375 0.773438,0.92968 0.773438,2.74218 z"
           style="font-size:16px"
           id="path840" />
        <path
           d="m 86.335937,-512.83438 v 2.48437 h 2.960938 v 1.11719 h -2.960938 v 4.75 q 0,1.07031 0.289063,1.375 0.296875,0.30469 1.195312,0.30469 h 1.476563 v 1.20312 h -1.476563 q -1.664062,0 -2.296875,-0.61718 -0.632812,-0.625 -0.632812,-2.26563 v -4.75 h -1.054688 v -1.11719 h 1.054688 v -2.48437 z"
           style="font-size:16px"
           id="path842" />
        <path
           d="m 91.195312,-510.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path844" />
        <path
           d="m 97.054687,-512.83438 v 2.48437 h 2.960943 v 1.11719 h -2.960943 v 4.75 q 0,1.07031 0.289063,1.375 0.296875,0.30469 1.195312,0.30469 h 1.476568 v 1.20312 h -1.476568 q -1.664062,0 -2.296875,-0.61718 -0.632812,-0.625 -0.632812,-2.26563 v -4.75 h -1.054688 v -1.11719 h 1.054688 v -2.48437 z"
           style="font-size:16px"
           id="path846" />
        <path
           d="m 109.39844,-506.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80469,0.77344 2.23437,0.77344 0.82813,0 1.60157,-0.20313 0.78125,-0.20312 1.54687,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64843,0.17188 -2.09375,0 -3.32032,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16407,-1.26562 3.13282,-1.26562 1.76562,0 2.78906,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66406,-1.88281 -0.64063,-0.70312 -1.70313,-0.70312 -1.20312,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z m -1.38281,-7.64062 h 1.55468 l -2.54687,2.9375 h -1.19531 z"
           style="font-size:16px"
           id="path848" />
        <path
           d="m 120.82813,-505.99844 q -1.74219,0 -2.41407,0.39843 -0.67187,0.39844 -0.67187,1.35938 0,0.76562 0.5,1.21875 0.50781,0.44531 1.375,0.44531 1.19531,0 1.91406,-0.84375 0.72656,-0.85156 0.72656,-2.25781 v -0.32031 z m 2.86718,-0.59375 v 4.99218 h -1.4375 v -1.32812 q -0.49218,0.79687 -1.22656,1.17969 -0.73437,0.375 -1.79687,0.375 -1.34375,0 -2.14063,-0.75 -0.78906,-0.75782 -0.78906,-2.02344 0,-1.47656 0.98437,-2.22656 0.99219,-0.75 2.95313,-0.75 h 2.01562 v -0.14063 q 0,-0.99219 -0.65625,-1.53125 -0.64843,-0.54687 -1.82812,-0.54687 -0.75,0 -1.46094,0.17968 -0.71094,0.17969 -1.36719,0.53907 v -1.32813 q 0.78907,-0.30469 1.53125,-0.45312 0.74219,-0.15625 1.44532,-0.15625 1.89843,0 2.83593,0.98437 0.9375,0.98438 0.9375,2.98438 z"
           style="font-size:16px"
           id="path850" />
        <path
           d="m 131.73437,-509.00626 q -0.24218,-0.14062 -0.53125,-0.20312 -0.28125,-0.0703 -0.625,-0.0703 -1.21875,0 -1.875,0.79687 -0.64843,0.78906 -0.64843,2.27344 v 4.60937 h -1.44531 v -8.75 h 1.44531 v 1.35938 q 0.45312,-0.79688 1.17968,-1.17969 0.72657,-0.39062 1.76563,-0.39062 0.14844,0 0.32812,0.0234 0.17969,0.0156 0.39844,0.0547 z"
           style="font-size:16px"
           id="path852" />
        <path
           d="m 139.21094,-510.01407 v 1.34375 q -0.60938,-0.33594 -1.22657,-0.5 -0.60937,-0.17187 -1.23437,-0.17187 -1.39844,0 -2.17188,0.89062 -0.77343,0.88281 -0.77343,2.48438 0,1.60156 0.77343,2.49218 0.77344,0.88282 2.17188,0.88282 0.625,0 1.23437,-0.16407 0.61719,-0.17187 1.22657,-0.50781 v 1.32813 q -0.60157,0.28125 -1.25,0.42187 -0.64063,0.14063 -1.36719,0.14063 -1.97656,0 -3.14063,-1.24219 -1.16406,-1.24219 -1.16406,-3.35156 0,-2.14063 1.17188,-3.36719 1.17968,-1.22656 3.22656,-1.22656 0.66406,0 1.29687,0.14062 0.63282,0.13281 1.22657,0.40625 z"
           style="font-size:16px"
           id="path854" />
        <path
           d="m 149,-506.88126 v 5.28125 h -1.4375 v -5.23437 q 0,-1.24219 -0.48438,-1.85938 -0.48437,-0.61718 -1.45312,-0.61718 -1.16406,0 -1.83594,0.74218 -0.67187,0.74219 -0.67187,2.02344 v 4.94531 h -1.44532 v -12.15625 h 1.44532 v 4.76563 q 0.51562,-0.78906 1.21093,-1.17969 0.70313,-0.39062 1.61719,-0.39062 1.50781,0 2.28125,0.9375 0.77344,0.92968 0.77344,2.74218 z"
           style="font-size:16px"
           id="path856" />
        <path
           d="m 159.36719,-506.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z m -1.38282,-7.64062 h 1.55469 l -2.54687,2.9375 h -1.19532 z"
           style="font-size:16px"
           id="path858" />
        <path
           d="m 165.11719,-509.34219 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67187,0.89844 1.83594,0.89844 1.14843,0 1.82031,-0.90625 0.67187,-0.90625 0.67187,-2.46875 0,-1.55469 -0.67187,-2.46094 -0.67188,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88282,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07031,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path860" />
        <path
           d="m 171.50781,-513.75626 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path862" />
        <path
           d="m 179.33594,-509.34219 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67187,0.89844 1.83594,0.89844 1.14843,0 1.82031,-0.90625 0.67187,-0.90625 0.67187,-2.46875 0,-1.55469 -0.67187,-2.46094 -0.67188,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88282,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07031,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path864" />
        <path
           d="m 191.48437,-506.07657 q 0,-1.5625 -0.64843,-2.42187 -0.64063,-0.85938 -1.80469,-0.85938 -1.15625,0 -1.80469,0.85938 -0.64062,0.85937 -0.64062,2.42187 0,1.55469 0.64062,2.41406 0.64844,0.85938 1.80469,0.85938 1.16406,0 1.80469,-0.85938 0.64843,-0.85937 0.64843,-2.41406 z m 1.4375,3.39063 q 0,2.23437 -0.99218,3.32031 -0.99219,1.09375 -3.03907,1.09375 -0.75781,0 -1.42968,-0.11719 -0.67188,-0.10937 -1.30469,-0.34375 v -1.39844 q 0.63281,0.34375 1.25,0.50782 0.61719,0.16406 1.25781,0.16406 1.41406,0 2.11719,-0.74219 0.70312,-0.73437 0.70312,-2.22656 v -0.71094 q -0.44531,0.77344 -1.14062,1.15625 -0.69531,0.38281 -1.66406,0.38281 -1.60938,0 -2.59375,-1.22656 -0.98438,-1.22656 -0.98438,-3.25 0,-2.03125 0.98438,-3.25781 0.98437,-1.22656 2.59375,-1.22656 0.96875,0 1.66406,0.38281 0.69531,0.38281 1.14062,1.15625 v -1.32813 h 1.4375 z"
           style="font-size:16px"
           id="path866" />
        <path
           d="m 195.88281,-510.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path868" />
        <path
           d="m 201.17969,-505.96719 q 0,1.58593 0.64843,2.49218 0.65625,0.89844 1.79688,0.89844 1.14062,0 1.79687,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.79687,-0.90625 -1.14063,0 -1.79688,0.90625 -0.64843,0.89844 -0.64843,2.48438 z m 4.89843,3.05468 q -0.45312,0.78125 -1.14843,1.16407 -0.6875,0.375 -1.65625,0.375 -1.58594,0 -2.58594,-1.26563 -0.99219,-1.26562 -0.99219,-3.32812 0,-2.0625 0.99219,-3.32813 1,-1.26562 2.58594,-1.26562 0.96875,0 1.65625,0.38281 0.69531,0.375 1.14843,1.15625 v -1.32813 h 1.4375 v 12.07813 h -1.4375 z"
           style="font-size:16px"
           id="path870" />
        <path
           d="m 210.32812,-505.05313 v -5.29688 h 1.4375 v 5.24219 q 0,1.24219 0.48438,1.86719 0.48437,0.61719 1.45312,0.61719 1.16407,0 1.83594,-0.74219 0.67969,-0.74219 0.67969,-2.02344 v -4.96094 h 1.4375 v 8.75 h -1.4375 v -1.34375 q -0.52344,0.79688 -1.21875,1.1875 -0.6875,0.38282 -1.60156,0.38282 -1.50782,0 -2.28907,-0.9375 -0.78125,-0.9375 -0.78125,-2.74219 z m 3.61719,-5.50781 z"
           style="font-size:16px"
           id="path872" />
        <path
           d="m 228.11719,-506.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path874" />
      </g>
    </g>
    <g
       class="node"
       id="node4"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title33">module_CR</title>
      <path
         style="fill:none;stroke:#ffa500"
         d="M 218,-456 H 0 v 48 h 245 v -48 l -3,-4 h -21 z"
         id="polygon35" />
      <g
         aria-label="Module"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text37">
        <path
           d="m 93.570312,-449.26407 h 2.351563 l 2.976562,7.9375 2.992193,-7.9375 h 2.35156 v 11.66406 h -1.53906 v -10.24218 l -3.007818,8 h -1.585937 l -3.007813,-8 v 10.24218 h -1.53125 z"
           style="font-size:16px"
           id="path878" />
        <path
           d="m 110.71094,-445.34219 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path880" />
        <path
           d="m 122.85938,-445.02188 v -4.73438 h 1.4375 v 12.15625 h -1.4375 v -1.3125 q -0.45313,0.78125 -1.14844,1.16407 -0.6875,0.375 -1.65625,0.375 -1.58594,0 -2.58594,-1.26563 -0.99219,-1.26562 -0.99219,-3.32812 0,-2.0625 0.99219,-3.32813 1,-1.26562 2.58594,-1.26562 0.96875,0 1.65625,0.38281 0.69531,0.375 1.14844,1.15625 z m -4.89844,3.05469 q 0,1.58593 0.64844,2.49218 0.65625,0.89844 1.79687,0.89844 1.14063,0 1.79688,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.79688,-0.90625 -1.14062,0 -1.79687,0.90625 -0.64844,0.89844 -0.64844,2.48438 z"
           style="font-size:16px"
           id="path882" />
        <path
           d="m 127.10938,-441.05313 v -5.29688 h 1.43749 v 5.24219 q 0,1.24219 0.48438,1.86719 0.48437,0.61719 1.45312,0.61719 1.16407,0 1.83594,-0.74219 Q 133,-440.10782 133,-441.38907 v -4.96094 h 1.4375 v 8.75 H 133 v -1.34375 q -0.52344,0.79688 -1.21875,1.1875 -0.6875,0.38282 -1.60156,0.38282 -1.50782,0 -2.28906,-0.9375 -0.78125,-0.9375 -0.78125,-2.74219 z m 3.61718,-5.50781 z"
           style="font-size:16px"
           id="path884" />
        <path
           d="m 137.41406,-449.75626 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path886" />
        <path
           d="m 149.33594,-442.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path888" />
      </g>
      <g
         aria-label="Unité d'enregistrement"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text39">
        <path
           d="m 38.390625,-429.26407 h 1.585937 v 7.08594 q 0,1.875 0.679688,2.70312 0.679687,0.82032 2.203125,0.82032 1.515625,0 2.195312,-0.82032 0.679688,-0.82812 0.679688,-2.70312 v -7.08594 h 1.585937 v 7.28125 q 0,2.28125 -1.132812,3.44531 -1.125,1.16407 -3.328125,1.16407 -2.210938,0 -3.34375,-1.16407 -1.125,-1.16406 -1.125,-3.44531 z"
           style="font-size:16px"
           id="path891" />
        <path
           d="m 57.5,-422.88126 v 5.28125 h -1.4375 v -5.23437 q 0,-1.24219 -0.484375,-1.85938 -0.484375,-0.61718 -1.453125,-0.61718 -1.164063,0 -1.835938,0.74218 -0.671875,0.74219 -0.671875,2.02344 v 4.94531 h -1.445312 v -8.75 h 1.445312 v 1.35938 q 0.515625,-0.78906 1.210938,-1.17969 0.703125,-0.39062 1.617187,-0.39062 1.507813,0 2.28125,0.9375 0.773438,0.92968 0.773438,2.74218 z"
           style="font-size:16px"
           id="path893" />
        <path
           d="m 60.382812,-426.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path895" />
        <path
           d="m 66.242187,-428.83438 v 2.48437 h 2.960938 v 1.11719 h -2.960938 v 4.75 q 0,1.07031 0.289063,1.375 0.296875,0.30469 1.195312,0.30469 h 1.476563 v 1.20312 h -1.476563 q -1.664062,0 -2.296875,-0.61718 -0.632812,-0.625 -0.632812,-2.26563 v -4.75 h -1.054688 v -1.11719 h 1.054688 v -2.48437 z"
           style="font-size:16px"
           id="path897" />
        <path
           d="m 78.585937,-422.33438 v 0.70312 h -6.609375 q 0.09375,1.48438 0.890625,2.26563 0.804688,0.77344 2.234375,0.77344 0.828125,0 1.601563,-0.20313 0.78125,-0.20312 1.546875,-0.60937 v 1.35937 q -0.773438,0.32813 -1.585938,0.5 -0.8125,0.17188 -1.648437,0.17188 -2.09375,0 -3.320313,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.164063,-1.26562 3.132813,-1.26562 1.765625,0 2.789062,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.01563,-1.17968 -0.664062,-1.88281 -0.640625,-0.70312 -1.703125,-0.70312 -1.203125,0 -1.929688,0.67968 -0.71875,0.67969 -0.828125,1.91407 z m -1.382812,-7.64062 h 1.554687 l -2.546875,2.9375 h -1.195312 z"
           style="font-size:16px"
           id="path899" />
        <path
           d="m 91.796875,-425.02188 v -4.73438 h 1.4375 v 12.15625 h -1.4375 v -1.3125 q -0.453125,0.78125 -1.148438,1.16407 -0.6875,0.375 -1.65625,0.375 -1.585937,0 -2.585937,-1.26563 -0.992188,-1.26562 -0.992188,-3.32812 0,-2.0625 0.992188,-3.32813 1,-1.26562 2.585937,-1.26562 0.96875,0 1.65625,0.38281 0.695313,0.375 1.148438,1.15625 z m -4.898438,3.05469 q 0,1.58593 0.648438,2.49218 0.65625,0.89844 1.796875,0.89844 1.140625,0 1.796875,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.796875,-0.90625 -1.140625,0 -1.796875,0.90625 -0.648438,0.89844 -0.648438,2.48438 z"
           style="font-size:16px"
           id="path901" />
        <path
           d="m 97.554687,-429.26407 v 4.33594 h -1.328125 v -4.33594 z"
           style="font-size:16px"
           id="path903" />
        <path
           d="m 108.08594,-422.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80469,0.77344 2.23437,0.77344 0.82813,0 1.60157,-0.20313 0.78125,-0.20312 1.54687,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64843,0.17188 -2.09375,0 -3.32032,-1.21875 -1.218748,-1.21875 -1.218748,-3.29688 0,-2.14844 1.156248,-3.40625 1.16407,-1.26562 3.13282,-1.26562 1.76562,0 2.78906,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66406,-1.88281 -0.64063,-0.70312 -1.70313,-0.70312 -1.20312,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path905" />
        <path
           d="m 117.71875,-422.88126 v 5.28125 h -1.4375 v -5.23437 q 0,-1.24219 -0.48437,-1.85938 -0.48438,-0.61718 -1.45313,-0.61718 -1.16406,0 -1.83594,0.74218 -0.67187,0.74219 -0.67187,2.02344 v 4.94531 h -1.44531 v -8.75 h 1.44531 v 1.35938 q 0.51562,-0.78906 1.21094,-1.17969 0.70312,-0.39062 1.61718,-0.39062 1.50782,0 2.28125,0.9375 0.77344,0.92968 0.77344,2.74218 z"
           style="font-size:16px"
           id="path907" />
        <path
           d="m 125.67188,-425.00626 q -0.24219,-0.14062 -0.53125,-0.20312 -0.28125,-0.0703 -0.625,-0.0703 -1.21875,0 -1.875,0.79687 -0.64844,0.78906 -0.64844,2.27344 v 4.60937 h -1.44531 v -8.75 h 1.44531 v 1.35938 q 0.45312,-0.79688 1.17969,-1.17969 0.72656,-0.39062 1.76562,-0.39062 0.14844,0 0.32813,0.0234 0.17968,0.0156 0.39843,0.0547 z"
           style="font-size:16px"
           id="path909" />
        <path
           d="m 134.33594,-422.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path911" />
        <path
           d="m 142.45312,-422.07657 q 0,-1.5625 -0.64843,-2.42187 -0.64063,-0.85938 -1.80469,-0.85938 -1.15625,0 -1.80469,0.85938 -0.64062,0.85937 -0.64062,2.42187 0,1.55469 0.64062,2.41406 0.64844,0.85938 1.80469,0.85938 1.16406,0 1.80469,-0.85938 0.64843,-0.85937 0.64843,-2.41406 z m 1.4375,3.39063 q 0,2.23437 -0.99218,3.32031 -0.99219,1.09375 -3.03907,1.09375 -0.75781,0 -1.42968,-0.11719 -0.67188,-0.10937 -1.30469,-0.34375 v -1.39844 q 0.63281,0.34375 1.25,0.50782 0.61719,0.16406 1.25781,0.16406 1.41406,0 2.11719,-0.74219 0.70312,-0.73437 0.70312,-2.22656 v -0.71094 q -0.44531,0.77344 -1.14062,1.15625 -0.69531,0.38281 -1.66406,0.38281 -1.60938,0 -2.59375,-1.22656 -0.98438,-1.22656 -0.98438,-3.25 0,-2.03125 0.98438,-3.25781 0.98437,-1.22656 2.59375,-1.22656 0.96875,0 1.66406,0.38281 0.69531,0.38281 1.14062,1.15625 v -1.32813 h 1.4375 z"
           style="font-size:16px"
           id="path913" />
        <path
           d="m 146.85156,-426.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path915" />
        <path
           d="m 156.86719,-426.09219 v 1.35937 q -0.60938,-0.3125 -1.26563,-0.46875 -0.65625,-0.15625 -1.35937,-0.15625 -1.07032,0 -1.60938,0.32813 -0.53125,0.32812 -0.53125,0.98437 0,0.5 0.38281,0.78906 0.38282,0.28125 1.53907,0.53907 l 0.49218,0.10937 q 1.53125,0.32813 2.17188,0.92969 0.64844,0.59375 0.64844,1.66406 0,1.21875 -0.96875,1.92969 -0.96094,0.71094 -2.64844,0.71094 -0.70313,0 -1.46875,-0.14063 -0.75781,-0.13281 -1.60156,-0.40625 v -1.48437 q 0.79687,0.41406 1.57031,0.625 0.77344,0.20312 1.53125,0.20312 1.01562,0 1.5625,-0.34375 0.54687,-0.35156 0.54687,-0.98437 0,-0.58594 -0.39843,-0.89844 -0.39063,-0.3125 -1.72657,-0.60156 l -0.5,-0.11719 q -1.33593,-0.28125 -1.92968,-0.85938 -0.59375,-0.58593 -0.59375,-1.60156 0,-1.23437 0.875,-1.90625 0.875,-0.67187 2.48437,-0.67187 0.79688,0 1.5,0.11718 0.70313,0.11719 1.29688,0.35157 z"
           style="font-size:16px"
           id="path917" />
        <path
           d="m 161.05469,-428.83438 v 2.48437 h 2.96093 v 1.11719 h -2.96093 v 4.75 q 0,1.07031 0.28906,1.375 0.29687,0.30469 1.19531,0.30469 h 1.47656 v 1.20312 h -1.47656 q -1.66406,0 -2.29687,-0.61718 -0.63282,-0.625 -0.63282,-2.26563 v -4.75 h -1.05468 v -1.11719 h 1.05468 v -2.48437 z"
           style="font-size:16px"
           id="path919" />
        <path
           d="m 170.98437,-425.00626 q -0.24218,-0.14062 -0.53125,-0.20312 -0.28125,-0.0703 -0.625,-0.0703 -1.21875,0 -1.875,0.79687 -0.64843,0.78906 -0.64843,2.27344 v 4.60937 h -1.44532 v -8.75 h 1.44532 v 1.35938 q 0.45312,-0.79688 1.17968,-1.17969 0.72657,-0.39062 1.76563,-0.39062 0.14844,0 0.32812,0.0234 0.17969,0.0156 0.39844,0.0547 z"
           style="font-size:16px"
           id="path921" />
        <path
           d="m 179.64844,-422.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path923" />
        <path
           d="m 188.82031,-424.67032 q 0.53906,-0.96875 1.28906,-1.42969 0.75,-0.46093 1.76563,-0.46093 1.36719,0 2.10937,0.96093 0.74219,0.95313 0.74219,2.71875 v 5.28125 h -1.44531 v -5.23437 q 0,-1.25781 -0.44531,-1.86719 -0.44532,-0.60937 -1.35938,-0.60937 -1.11719,0 -1.76562,0.74218 -0.64844,0.74219 -0.64844,2.02344 v 4.94531 h -1.44531 v -5.23437 q 0,-1.26563 -0.44532,-1.86719 -0.44531,-0.60937 -1.375,-0.60937 -1.10156,0 -1.75,0.75 -0.64843,0.74218 -0.64843,2.01562 v 4.94531 h -1.44532 v -8.75 h 1.44532 v 1.35938 q 0.49218,-0.80469 1.17968,-1.1875 0.6875,-0.38281 1.63282,-0.38281 0.95312,0 1.61718,0.48437 0.67188,0.48438 0.99219,1.40625 z"
           style="font-size:16px"
           id="path925" />
        <path
           d="m 205.08594,-422.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path927" />
        <path
           d="m 214.71875,-422.88126 v 5.28125 h -1.4375 v -5.23437 q 0,-1.24219 -0.48438,-1.85938 -0.48437,-0.61718 -1.45312,-0.61718 -1.16406,0 -1.83594,0.74218 -0.67187,0.74219 -0.67187,2.02344 v 4.94531 h -1.44532 v -8.75 h 1.44532 v 1.35938 q 0.51562,-0.78906 1.21093,-1.17969 0.70313,-0.39062 1.61719,-0.39062 1.50781,0 2.28125,0.9375 0.77344,0.92968 0.77344,2.74218 z"
           style="font-size:16px"
           id="path929" />
        <path
           d="m 219.02344,-428.83438 v 2.48437 h 2.96093 v 1.11719 h -2.96093 v 4.75 q 0,1.07031 0.28906,1.375 0.29687,0.30469 1.19531,0.30469 h 1.47656 v 1.20312 h -1.47656 q -1.66406,0 -2.29687,-0.61718 -0.63282,-0.625 -0.63282,-2.26563 v -4.75 h -1.05468 v -1.11719 h 1.05468 v -2.48437 z"
           style="font-size:16px"
           id="path931" />
      </g>
    </g>
    <g
       class="node"
       id="node5"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title42">module_find</title>
      <path
         style="fill:none;stroke:#c71585"
         d="M 218,-372 H 0 v 48 h 245 v -48 l -3,-4 h -21 z"
         id="polygon44" />
      <g
         aria-label="Module"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text46">
        <path
           d="m 93.570312,-365.26407 h 2.351563 l 2.976562,7.9375 2.992193,-7.9375 h 2.35156 v 11.66406 h -1.53906 v -10.24218 l -3.007818,8 h -1.585937 l -3.007813,-8 v 10.24218 h -1.53125 z"
           style="font-size:16px"
           id="path935" />
        <path
           d="m 110.71094,-361.34219 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path937" />
        <path
           d="m 122.85938,-361.02188 v -4.73438 h 1.4375 v 12.15625 h -1.4375 v -1.3125 q -0.45313,0.78125 -1.14844,1.16407 -0.6875,0.375 -1.65625,0.375 -1.58594,0 -2.58594,-1.26563 -0.99219,-1.26562 -0.99219,-3.32812 0,-2.0625 0.99219,-3.32813 1,-1.26562 2.58594,-1.26562 0.96875,0 1.65625,0.38281 0.69531,0.375 1.14844,1.15625 z m -4.89844,3.05469 q 0,1.58593 0.64844,2.49218 0.65625,0.89844 1.79687,0.89844 1.14063,0 1.79688,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.79688,-0.90625 -1.14062,0 -1.79687,0.90625 -0.64844,0.89844 -0.64844,2.48438 z"
           style="font-size:16px"
           id="path939" />
        <path
           d="m 127.10938,-357.05313 v -5.29688 h 1.43749 v 5.24219 q 0,1.24219 0.48438,1.86719 0.48437,0.61719 1.45312,0.61719 1.16407,0 1.83594,-0.74219 Q 133,-356.10782 133,-357.38907 v -4.96094 h 1.4375 v 8.75 H 133 v -1.34375 q -0.52344,0.79688 -1.21875,1.1875 -0.6875,0.38282 -1.60156,0.38282 -1.50782,0 -2.28906,-0.9375 -0.78125,-0.9375 -0.78125,-2.74219 z m 3.61718,-5.50781 z"
           style="font-size:16px"
           id="path941" />
        <path
           d="m 137.41406,-365.75626 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path943" />
        <path
           d="m 149.33594,-358.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path945" />
      </g>
      <g
         aria-label="Mobilier"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text48">
        <path
           d="m 89.570312,-345.26407 h 2.351563 l 2.976562,7.9375 2.992188,-7.9375 h 2.351565 v 11.66406 h -1.539065 v -10.24218 l -3.007813,8 h -1.585937 l -3.007813,-8 v 10.24218 h -1.53125 z"
           style="font-size:16px"
           id="path948" />
        <path
           d="m 106.71094,-341.34219 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path950" />
        <path
           d="m 119.38281,-337.96719 q 0,-1.58594 -0.65625,-2.48438 -0.64843,-0.90625 -1.78906,-0.90625 -1.14062,0 -1.79687,0.90625 -0.64844,0.89844 -0.64844,2.48438 0,1.58593 0.64844,2.49218 0.65625,0.89844 1.79687,0.89844 1.14063,0 1.78906,-0.89844 0.65625,-0.90625 0.65625,-2.49218 z m -4.89062,-3.05469 q 0.45312,-0.78125 1.14062,-1.15625 0.69532,-0.38281 1.65625,-0.38281 1.59375,0 2.58594,1.26562 1,1.26563 1,3.32813 0,2.0625 -1,3.32812 -0.99219,1.26563 -2.58594,1.26563 -0.96093,0 -1.65625,-0.375 -0.6875,-0.38282 -1.14062,-1.16407 v 1.3125 h -1.44531 v -12.15625 h 1.44531 z"
           style="font-size:16px"
           id="path952" />
        <path
           d="m 123.25781,-342.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path954" />
        <path
           d="m 127.69531,-345.75626 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path956" />
        <path
           d="m 132.13281,-342.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path958" />
        <path
           d="m 144.05469,-338.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path960" />
        <path
           d="m 151.48437,-341.00626 q -0.24218,-0.14062 -0.53125,-0.20312 -0.28125,-0.0703 -0.625,-0.0703 -1.21875,0 -1.875,0.79687 -0.64843,0.78906 -0.64843,2.27344 v 4.60937 h -1.44532 v -8.75 h 1.44532 v 1.35938 q 0.45312,-0.79688 1.17968,-1.17969 0.72657,-0.39062 1.76563,-0.39062 0.14844,0 0.32812,0.0234 0.17969,0.0156 0.39844,0.0547 z"
           style="font-size:16px"
           id="path962" />
      </g>
    </g>
    <g
       class="node"
       id="node6"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title51">module_treatment</title>
      <path
         style="fill:none;stroke:#200fff"
         d="M 218,-288 H 0 v 48 h 245 v -48 l -3,-4 h -21 z"
         id="polygon53" />
      <g
         aria-label="Module"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text55">
        <path
           d="m 93.570312,-281.26407 h 2.351563 l 2.976562,7.9375 2.992193,-7.9375 h 2.35156 v 11.66406 h -1.53906 v -10.24218 l -3.007818,8 h -1.585937 l -3.007813,-8 v 10.24218 h -1.53125 z"
           style="font-size:16px"
           id="path966" />
        <path
           d="m 110.71094,-277.34219 q -1.15625,0 -1.82813,0.90625 -0.67187,0.89843 -0.67187,2.46875 0,1.57031 0.66406,2.47656 0.67188,0.89844 1.83594,0.89844 1.14844,0 1.82031,-0.90625 0.67188,-0.90625 0.67188,-2.46875 0,-1.55469 -0.67188,-2.46094 -0.67187,-0.91406 -1.82031,-0.91406 z m 0,-1.21875 q 1.875,0 2.94531,1.21875 1.07031,1.21875 1.07031,3.375 0,2.14843 -1.07031,3.375 -1.07031,1.21875 -2.94531,1.21875 -1.88281,0 -2.95313,-1.21875 -1.0625,-1.22657 -1.0625,-3.375 0,-2.15625 1.0625,-3.375 1.07032,-1.21875 2.95313,-1.21875 z"
           style="font-size:16px"
           id="path968" />
        <path
           d="m 122.85938,-277.02188 v -4.73438 h 1.4375 v 12.15625 h -1.4375 v -1.3125 q -0.45313,0.78125 -1.14844,1.16407 -0.6875,0.375 -1.65625,0.375 -1.58594,0 -2.58594,-1.26563 -0.99219,-1.26562 -0.99219,-3.32812 0,-2.0625 0.99219,-3.32813 1,-1.26562 2.58594,-1.26562 0.96875,0 1.65625,0.38281 0.69531,0.375 1.14844,1.15625 z m -4.89844,3.05469 q 0,1.58593 0.64844,2.49218 0.65625,0.89844 1.79687,0.89844 1.14063,0 1.79688,-0.89844 0.65625,-0.90625 0.65625,-2.49218 0,-1.58594 -0.65625,-2.48438 -0.65625,-0.90625 -1.79688,-0.90625 -1.14062,0 -1.79687,0.90625 -0.64844,0.89844 -0.64844,2.48438 z"
           style="font-size:16px"
           id="path970" />
        <path
           d="m 127.10938,-273.05313 v -5.29688 h 1.43749 v 5.24219 q 0,1.24219 0.48438,1.86719 0.48437,0.61719 1.45312,0.61719 1.16407,0 1.83594,-0.74219 Q 133,-272.10782 133,-273.38907 v -4.96094 h 1.4375 v 8.75 H 133 v -1.34375 q -0.52344,0.79688 -1.21875,1.1875 -0.6875,0.38282 -1.60156,0.38282 -1.50782,0 -2.28906,-0.9375 -0.78125,-0.9375 -0.78125,-2.74219 z m 3.61718,-5.50781 z"
           style="font-size:16px"
           id="path972" />
        <path
           d="m 137.41406,-281.75626 h 1.4375 v 12.15625 h -1.4375 z"
           style="font-size:16px"
           id="path974" />
        <path
           d="m 149.33594,-274.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path976" />
      </g>
      <g
         aria-label="Traitement"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-anchor:start;fill:#000000"
         id="text57">
        <path
           d="m 79.453125,-261.26407 h 9.867187 v 1.32813 h -4.140625 v 10.33593 H 83.59375 v -10.33593 h -4.140625 z"
           style="font-size:16px"
           id="path979" />
        <path
           d="m 93.515625,-257.00626 q -0.242188,-0.14062 -0.53125,-0.20312 -0.28125,-0.0703 -0.625,-0.0703 -1.21875,0 -1.875,0.79687 -0.648438,0.78906 -0.648438,2.27344 v 4.60937 h -1.445312 v -8.75 h 1.445312 v 1.35938 q 0.453125,-0.79688 1.179688,-1.17969 0.726562,-0.39062 1.765625,-0.39062 0.148437,0 0.328125,0.0234 0.179687,0.0156 0.398437,0.0547 z"
           style="font-size:16px"
           id="path981" />
        <path
           d="m 99.015625,-253.99844 q -1.742188,0 -2.414063,0.39843 -0.671875,0.39844 -0.671875,1.35938 0,0.76562 0.5,1.21875 0.507813,0.44531 1.375,0.44531 1.195313,0 1.914063,-0.84375 0.72656,-0.85156 0.72656,-2.25781 v -0.32031 z m 2.867185,-0.59375 v 4.99218 h -1.4375 v -1.32812 q -0.492185,0.79687 -1.22656,1.17969 -0.734375,0.375 -1.796875,0.375 -1.34375,0 -2.140625,-0.75 -0.789063,-0.75782 -0.789063,-2.02344 0,-1.47656 0.984375,-2.22656 0.992188,-0.75 2.953125,-0.75 h 2.015623 v -0.14063 q 0,-0.99219 -0.656248,-1.53125 -0.648437,-0.54687 -1.828125,-0.54687 -0.75,0 -1.460937,0.17968 -0.710938,0.17969 -1.367188,0.53907 v -1.32813 q 0.789063,-0.30469 1.53125,-0.45312 0.742188,-0.15625 1.445313,-0.15625 1.898435,0 2.835935,0.98437 0.9375,0.98438 0.9375,2.98438 z"
           style="font-size:16px"
           id="path983" />
        <path
           d="m 104.85156,-258.35001 h 1.4375 v 8.75 h -1.4375 z m 0,-3.40625 h 1.4375 v 1.82032 h -1.4375 z"
           style="font-size:16px"
           id="path985" />
        <path
           d="m 110.71094,-260.83438 v 2.48437 h 2.96094 v 1.11719 h -2.96094 v 4.75 q 0,1.07031 0.28906,1.375 0.29688,0.30469 1.19531,0.30469 h 1.47657 v 1.20312 h -1.47657 q -1.66406,0 -2.29687,-0.61718 -0.63281,-0.625 -0.63281,-2.26563 v -4.75 h -1.05469 v -1.11719 h 1.05469 v -2.48437 z"
           style="font-size:16px"
           id="path987" />
        <path
           d="m 123.05469,-254.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80469,0.77344 2.23437,0.77344 0.82813,0 1.60157,-0.20313 0.78125,-0.20312 1.54687,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64843,0.17188 -2.09375,0 -3.32032,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16407,-1.26562 3.13282,-1.26562 1.76562,0 2.78906,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66406,-1.88281 -0.64063,-0.70312 -1.70313,-0.70312 -1.20312,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path989" />
        <path
           d="m 132.22656,-256.67032 q 0.53906,-0.96875 1.28906,-1.42969 0.75,-0.46093 1.76563,-0.46093 1.36719,0 2.10937,0.96093 0.74219,0.95313 0.74219,2.71875 v 5.28125 h -1.44531 v -5.23437 q 0,-1.25781 -0.44531,-1.86719 -0.44532,-0.60937 -1.35938,-0.60937 -1.11719,0 -1.76562,0.74218 -0.64844,0.74219 -0.64844,2.02344 v 4.94531 h -1.44531 v -5.23437 q 0,-1.26563 -0.44532,-1.86719 -0.44531,-0.60937 -1.375,-0.60937 -1.10156,0 -1.74999,0.75 -0.64844,0.74218 -0.64844,2.01562 v 4.94531 h -1.44531 v -8.75 h 1.44531 v 1.35938 q 0.49219,-0.80469 1.17969,-1.1875 0.68749,-0.38281 1.63281,-0.38281 0.95312,0 1.61718,0.48437 0.67188,0.48438 0.99219,1.40625 z"
           style="font-size:16px"
           id="path991" />
        <path
           d="m 148.49219,-254.33438 v 0.70312 h -6.60938 q 0.0937,1.48438 0.89063,2.26563 0.80468,0.77344 2.23437,0.77344 0.82813,0 1.60156,-0.20313 0.78125,-0.20312 1.54688,-0.60937 v 1.35937 q -0.77344,0.32813 -1.58594,0.5 -0.8125,0.17188 -1.64844,0.17188 -2.09375,0 -3.32031,-1.21875 -1.21875,-1.21875 -1.21875,-3.29688 0,-2.14844 1.15625,-3.40625 1.16406,-1.26562 3.13281,-1.26562 1.76563,0 2.78907,1.14062 1.03125,1.13281 1.03125,3.08594 z m -1.4375,-0.42188 q -0.0156,-1.17968 -0.66407,-1.88281 -0.64062,-0.70312 -1.70312,-0.70312 -1.20313,0 -1.92969,0.67968 -0.71875,0.67969 -0.82812,1.91407 z"
           style="font-size:16px"
           id="path993" />
        <path
           d="m 158.125,-254.88126 v 5.28125 h -1.4375 v -5.23437 q 0,-1.24219 -0.48438,-1.85938 -0.48437,-0.61718 -1.45312,-0.61718 -1.16406,0 -1.83594,0.74218 -0.67187,0.74219 -0.67187,2.02344 v 4.94531 h -1.44532 v -8.75 h 1.44532 v 1.35938 q 0.51562,-0.78906 1.21093,-1.17969 0.70313,-0.39062 1.61719,-0.39062 1.50781,0 2.28125,0.9375 0.77344,0.92968 0.77344,2.74218 z"
           style="font-size:16px"
           id="path995" />
        <path
           d="m 162.42969,-260.83438 v 2.48437 h 2.96093 v 1.11719 h -2.96093 v 4.75 q 0,1.07031 0.28906,1.375 0.29687,0.30469 1.19531,0.30469 h 1.47656 v 1.20312 h -1.47656 q -1.66406,0 -2.29687,-0.61718 -0.63282,-0.625 -0.63282,-2.26563 v -4.75 h -1.05468 v -1.11719 h 1.05468 v -2.48437 z"
           style="font-size:16px"
           id="path997" />
      </g>
    </g>
    <g
       class="node"
       id="node7"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title60">module_warehouse</title>
      <polygon
         style="fill:none;stroke:#9acd32"
         id="polygon62"
         points="218,-132 0,-132 0,-84 245,-84 245,-132 242,-136 221,-136 " />
      <text
         style="font-size:18px;font-family:sans-serif;text-anchor:start;fill:#000000;-inkscape-font-specification:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;"
         id="text64"
         font-size="18.00"
         y="-113.6"
         x="92">
        <tspan
           style="font-size:15.99999966px"
           id="tspan281">Module</tspan>
      </text>
      <text
         style="font-size:18px;font-family:sans-serif;text-anchor:start;fill:#000000;-inkscape-font-specification:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;"
         id="text66"
         font-size="18.00"
         y="-93.599998"
         x="43.5">
        <tspan
           style="font-size:15.99999966px"
           id="tspan283">Lieu de conservation</tspan>
      </text>
    </g>
    <g
       class="node"
       id="node8"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title69">no_module</title>
      <polygon
         style="fill:none;stroke:#ffffff"
         id="polygon71"
         points="218,-42 0,-42 0,-6 245,-6 245,-42 242,-46 221,-46 " />
      <text
         style="font-size:18px;font-family:sans-serif;text-anchor:middle;fill:#000000;-inkscape-font-specification:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;"
         id="text73"
         font-size="18.00"
         y="-19.6"
         x="122.5" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer10"
     inkscape:label="Documents">
    <g
       style="display:inline"
       class="node"
       id="node20"
       transform="translate(3.9650104,712.99999)">
      <title
         id="title126">Document</title>
      <path
         style="fill:none;stroke:#d1d1d1;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path128"
         d="m 753.5,-42 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Document"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
         id="text130">
        <path
           d="m 669.76953,-25.919336 q 0,1.546875 -0.38672,2.733398 -0.37793,1.177734 -1.0459,1.977539 -0.65918,0.791016 -1.56445,1.204102 Q 665.86719,-19.6 664.83008,-19.6 h -3.79688 v -12.383789 h 3.35742 q 1.17774,0 2.16211,0.360351 0.98438,0.351563 1.69629,1.098633 0.72071,0.738281 1.11621,1.880859 0.4043,1.142578 0.4043,2.72461 z m -1.38867,0 q 0,-1.256836 -0.29883,-2.144532 -0.29004,-0.896484 -0.82617,-1.467773 -0.52734,-0.571289 -1.27441,-0.834961 -0.73829,-0.272461 -1.62598,-0.272461 h -1.95117 v 9.694336 h 2.26757 q 0.79981,0 1.47657,-0.316406 0.67676,-0.316406 1.16894,-0.94043 0.50098,-0.624023 0.78223,-1.555664 0.28125,-0.931641 0.28125,-2.162109 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path699" />
        <path
           d="m 678.05762,-24.363672 q 0,2.496093 -0.90528,3.717773 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45898,-0.298828 -0.63281,-0.298828 -1.08106,-0.914063 -0.43945,-0.615234 -0.67675,-1.538086 -0.22852,-0.93164 -0.22852,-2.188476 0,-4.921875 3.48926,-4.921875 0.90527,0 1.56445,0.307617 0.66797,0.307617 1.08984,0.922851 0.42188,0.615235 0.61524,1.538086 0.20215,0.922852 0.20215,2.153321 z m -1.36231,0 q 0,-1.107422 -0.14062,-1.828125 -0.13184,-0.720703 -0.4043,-1.151367 -0.27246,-0.430665 -0.66797,-0.597657 -0.38672,-0.175781 -0.87012,-0.175781 -0.50097,0 -0.90527,0.18457 -0.39551,0.175782 -0.67676,0.615235 -0.28125,0.430664 -0.43066,1.151367 -0.14063,0.720703 -0.14063,1.801758 0,1.107422 0.15821,1.836914 0.1582,0.720703 0.43066,1.151367 0.28125,0.430664 0.65918,0.606445 0.37793,0.175782 0.82617,0.175782 0.50098,0 0.89649,-0.166993 0.40429,-0.175781 0.68554,-0.606445 0.28125,-0.430664 0.43067,-1.160156 0.14941,-0.729492 0.14941,-1.836914 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path701" />
        <path
           d="m 680.68555,-24.398829 q 0,0.817383 0.0967,1.50293 0.0967,0.685547 0.32519,1.186524 0.22852,0.492187 0.60645,0.764648 0.37793,0.272461 0.94043,0.272461 0.69433,0 1.15136,-0.457031 0.46582,-0.457032 0.57129,-1.40625 l 1.31836,0.105468 q -0.0615,0.588868 -0.28125,1.13379 -0.21972,0.544921 -0.58886,0.958007 -0.36915,0.413086 -0.90528,0.667969 -0.53613,0.246094 -1.23047,0.246094 -0.91406,0 -1.56445,-0.37793 -0.6416,-0.37793 -1.0459,-1.037109 -0.39551,-0.667969 -0.58008,-1.564453 -0.17578,-0.905274 -0.17578,-1.959961 0,-0.958008 0.13184,-1.6875 0.13183,-0.738282 0.36035,-1.283203 0.2373,-0.553711 0.55371,-0.922852 0.31641,-0.37793 0.68555,-0.597656 0.37793,-0.228516 0.78222,-0.325196 0.41309,-0.105468 0.83496,-0.105468 0.65918,0 1.16895,0.219726 0.50977,0.219727 0.87891,0.606446 0.37793,0.377929 0.60644,0.896484 0.22852,0.518555 0.3252,1.116211 l -1.33594,0.123047 q -0.0967,-0.791016 -0.50977,-1.256836 -0.41308,-0.46582 -1.16894,-0.46582 -0.55371,0 -0.93164,0.228515 -0.36914,0.219727 -0.59766,0.676758 -0.22851,0.448242 -0.32519,1.133789 -0.0967,0.685547 -0.0967,1.608398 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path703" />
        <path
           d="m 688.34082,-29.109766 v 6.029297 q 0,0.694336 0.0791,1.160156 0.0879,0.46582 0.27246,0.755859 0.19336,0.28125 0.50098,0.404297 0.30762,0.114258 0.75586,0.114258 0.45703,0 0.82617,-0.193359 0.37793,-0.202149 0.6416,-0.571289 0.26367,-0.37793 0.4043,-0.922852 0.14941,-0.553711 0.14941,-1.265625 v -5.510742 h 1.30078 v 7.479492 q 0,0 0,0.624024 0,0.333984 0.009,0.632812 0.009,0.290039 0.0176,0.500977 0.009,0.210937 0.009,0.272461 h -1.22168 q -0.009,-0.04395 -0.0176,-0.237305 0,-0.193359 -0.0176,-0.439453 -0.009,-0.254883 -0.0176,-0.509766 0,-0.263672 0,-0.439453 h -0.0264 q -0.18457,0.413086 -0.41309,0.74707 -0.21972,0.333985 -0.51855,0.571289 -0.29004,0.228516 -0.67676,0.351563 -0.37793,0.131836 -0.88769,0.131836 -0.6504,0 -1.11622,-0.19336 -0.46582,-0.193359 -0.77343,-0.597656 -0.29883,-0.404297 -0.43946,-1.037109 -0.14062,-0.632813 -0.14062,-1.520508 v -6.336914 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path705" />
        <path
           d="m 699.8457,-19.6 v -6.029297 q 0,-0.694336 -0.0791,-1.160157 -0.0703,-0.46582 -0.2373,-0.74707 -0.167,-0.290039 -0.43946,-0.404297 -0.27246,-0.123047 -0.67675,-0.123047 -0.41309,0 -0.74707,0.202149 -0.3252,0.193359 -0.5625,0.571289 -0.22852,0.369141 -0.36036,0.922851 -0.12304,0.544922 -0.12304,1.256836 V -19.6 h -1.292 v -7.479493 q 0,0 0,-0.624023 0,-0.333984 -0.009,-0.624023 -0.009,-0.298829 -0.0176,-0.509766 -0.009,-0.210938 -0.009,-0.272461 h 1.22168 q 0.009,0.04395 0.009,0.237305 0.009,0.193359 0.0176,0.448242 0.0176,0.246094 0.0176,0.509765 0.009,0.254883 0.009,0.430665 h 0.0264 q 0.17578,-0.413086 0.37793,-0.747071 0.20215,-0.333984 0.46582,-0.5625 0.27246,-0.237304 0.62402,-0.360351 0.35157,-0.131836 0.8086,-0.131836 0.88769,0 1.39746,0.430664 0.51855,0.430664 0.7207,1.371094 h 0.0264 q 0.17578,-0.413086 0.38672,-0.747071 0.21972,-0.333984 0.50097,-0.5625 0.29004,-0.237304 0.65039,-0.360351 0.36036,-0.131836 0.82618,-0.131836 0.58886,0 1.01074,0.193359 0.43066,0.193359 0.70312,0.597656 0.28125,0.404297 0.4043,1.045899 0.13184,0.632812 0.13184,1.511719 V -19.6 h -1.28321 v -6.029297 q 0,-0.694336 -0.0703,-1.160157 -0.0703,-0.46582 -0.24609,-0.74707 -0.167,-0.290039 -0.43946,-0.404297 -0.27246,-0.123047 -0.66797,-0.123047 -0.41308,0 -0.74707,0.19336 -0.32519,0.18457 -0.5625,0.553711 -0.2373,0.36914 -0.36035,0.922851 -0.12304,0.553711 -0.12304,1.283203 V -19.6 Z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path707" />
        <path
           d="m 708.53809,-24.020899 q 0,0.74707 0.1582,1.379883 0.1582,0.624023 0.42187,1.081055 0.26368,0.448242 0.66797,0.703125 0.41309,0.246093 0.99317,0.246093 0.84375,0 1.35351,-0.413086 0.50977,-0.413085 0.68555,-1.045898 l 1.14258,0.395508 q -0.12305,0.395508 -0.34278,0.799805 -0.21972,0.395507 -0.58886,0.720703 -0.36914,0.316406 -0.92285,0.527343 -0.54493,0.202149 -1.32715,0.202149 -1.73145,0 -2.63672,-1.256836 -0.90528,-1.256836 -0.90528,-3.735352 0,-1.335937 0.27247,-2.258789 0.28125,-0.93164 0.75585,-1.511718 0.47461,-0.580079 1.10743,-0.834961 0.63281,-0.263672 1.35351,-0.263672 0.98438,0 1.64356,0.386718 1.27441,0.747071 1.62597,2.671875 0.167,0.922852 0.167,1.995118 v 0.210937 z m 4.32421,-1.21289 q 0,-1.590821 -0.59765,-2.232422 -0.58887,-0.650391 -1.55567,-0.650391 -0.68554,0 -1.33593,0.580078 -0.79102,0.676758 -0.83496,2.302735 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path709" />
        <path
           d="m 720.79004,-19.6 v -6.029297 q 0,-0.694336 -0.0879,-1.160157 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.290039 -0.49219,-0.404297 -0.30762,-0.123047 -0.75586,-0.123047 -0.45703,0 -0.83496,0.202149 -0.36914,0.193359 -0.63281,0.571289 -0.26367,0.369141 -0.41309,0.922851 -0.14062,0.544922 -0.14062,1.256836 V -19.6 h -1.30079 v -7.479493 q 0,0 0,-0.624023 0,-0.333984 -0.009,-0.624023 -0.009,-0.298829 -0.0176,-0.509766 -0.009,-0.210938 -0.009,-0.272461 h 1.22168 q 0.009,0.04395 0.009,0.237305 0.009,0.193359 0.0176,0.448242 0.0176,0.246094 0.0176,0.509765 0.009,0.254883 0.009,0.430665 h 0.0264 q 0.18457,-0.413086 0.4043,-0.747071 0.22851,-0.333984 0.51855,-0.5625 0.29883,-0.237304 0.67676,-0.360351 0.38672,-0.131836 0.89648,-0.131836 0.65039,0 1.11621,0.193359 0.46582,0.193359 0.76465,0.597656 0.30762,0.404297 0.44825,1.045899 0.14062,0.632812 0.14062,1.511719 V -19.6 Z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path711" />
        <path
           d="m 727.06543,-19.670313 q -0.29883,0.09668 -0.60645,0.149414 -0.30761,0.06152 -0.71191,0.06152 -1.55566,0 -1.55566,-2.153321 v -6.345703 h -0.90528 v -1.151367 h 0.95801 l 0.37793,-2.126953 h 0.87012 v 2.126953 h 1.4414 v 1.151367 h -1.4414 v 6.00293 q 0,0.685547 0.18457,0.966797 0.18457,0.272461 0.63281,0.272461 0.18457,0 0.36035,-0.03516 0.18457,-0.03516 0.39551,-0.08789 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path713" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge28"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title133">File-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path135"
         d="m 869.7131,-668.484 c 74.4655,20.7428 179.7869,65.4625 179.7869,152.484 0,0 0,0 0,330 0,46.1131 13.7366,69.5233 -19,102 -35.0523,34.7741 -166.5897,49.6843 -254.5857,55.8666" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon137"
         points="775.4159,-31.6078 775.8893,-24.6238 765.6755,-27.4394 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge29"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title204">AO-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path206"
         d="M 744.8088,-577.8403 C 786.881,-549.7043 849.5,-496.9225 849.5,-432 c 0,0 0,0 0,246 0,47.7855 -2.5723,66.0034 -34,102 -14.2723,16.3472 -34.0288,28.6914 -53.4894,37.7994" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon208"
         points="760.528,-49.3719 763.3697,-42.9746 752.8099,-42.1138 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge30"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title225">AS-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path227"
         d="M 605.5174,-491.6409 C 576.3662,-444.4396 518.6023,-336.6466 530.5,-240 c 8.7321,70.9317 -6.08,100.5442 39,156 13.4178,16.5061 32.4806,28.7853 51.646,37.7823" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon229"
         points="619.9775,-42.9074 622.8107,-49.3085 630.5384,-42.0605 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge31"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title262">CR-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path264"
         d="m 759.5037,-407.9004 c 12.3613,9.6925 24.9543,21.9085 32.9963,35.9004 24.2866,42.2548 19,59.2629 19,108 0,0 0,0 0,78 0,46.1131 7.2292,64.0731 -19,102 -10.8029,15.6207 -27.1204,27.8848 -43.4092,37.1419" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon266"
         points="747.2361,-49.835 750.5461,-43.667 740.0797,-42.0224 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge33"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title311">Find-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path313"
         d="m 636.0044,-167.9663 c -9.0147,9.6769 -18.7595,22.3906 -23.5044,35.9663 -7.0387,20.1387 -9.5973,28.9474 0,48 7.4977,14.8846 20.6267,26.9982 34.1595,36.3426" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon315"
         points="644.7949,-44.6951 648.6,-50.5706 655.091,-42.197 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge35"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title325">Treatment-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path327"
         d="m 596.5876,-245.8267 c -8.2741,11.2874 -17.7477,26.5206 -22.0876,41.8267 -14.9396,52.6889 -5.3532,76.5619 28,120 11.3681,14.8054 27.4861,27.1094 43.0059,36.6415" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon329"
         points="644.1367,-44.1042 647.6756,-50.1438 654.5341,-42.0685 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge36"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title355">TreatmentFile-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path357"
         d="m 417.377,-239.7353 c 11.4708,46.5344 36.7154,144.7106 48.123,155.7353 20.9975,20.2927 89.416,36.6036 145.872,47.0675" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon359"
         points="610.9344,-33.4548 612.1853,-40.3422 621.3989,-35.1114 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge32"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title392">Container-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path394"
         d="m 687.8216,-89.7733 c -1.106,10.8975 -1.3559,24.9787 -0.7496,37.3146" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon396"
         points="683.6029,-51.9083 690.5841,-52.4205 687.8252,-42.1912 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge34"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title399">Warehouse-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path401"
         d="m 877.1672,-84.2658 c -37.3012,12.2395 -82.4356,27.0492 -118.6273,38.9246" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon403"
         points="756.9934,-48.5174 759.1758,-41.8663 748.583,-42.0741 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge26"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title406">Document-&gt;Container</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path408"
         d="m 699.1748,-42.1912 c 1.1079,-10.8905 1.3596,-24.9701 0.7552,-37.3098" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon410"
         points="703.3989,-80.0553 696.4175,-79.5445 699.1784,-89.7733 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge27"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title413">Document-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path415"
         d="m 765.5261,-38.2879 c 10.722,2.2245 17.9739,6.9871 17.9739,14.2879 0,4.7911 -3.1231,8.4892 -8.3006,11.0941" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon417"
         points="773.9246,-16.1709 776.1192,-9.5238 765.5261,-9.7121 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge37"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title420">AdminAct-&gt;Document</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path422"
         d="m 475.7168,-24 c 45.0813,0 90.1626,0 135.2438,0" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon424"
         points="611.1891,-20.5001 611.1892,-27.5001 621.1892,-24 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer11"
     inkscape:label="Actes admin">
    <g
       style="display:inline"
       class="node"
       id="node21"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title140">AdminAct</title>
      <path
         style="fill:none;stroke:#d1d1d1;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path142"
         d="m 463.5,-48 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Acte"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text144">
        <path
           d="m 395.41113,-29.6 -1.16015,-3.621094 h -4.63184 L 388.45898,-29.6 h -1.43261 l 4.14843,-12.383789 h 1.56446 L 396.81738,-29.6 Z m -2.87402,-9.017579 q -0.11426,-0.351562 -0.21973,-0.711914 l -0.18457,-0.659179 -0.14062,-0.492188 q -0.0527,-0.193359 -0.0527,-0.237304 -0.0176,0.04395 -0.0703,0.246093 -0.0439,0.202149 -0.12305,0.500977 l -0.19336,0.65918 -0.21093,0.711914 -1.30078,4.069336 h 3.79687 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path716" />
        <path
           d="m 398.83008,-34.398829 q 0,0.817383 0.0967,1.50293 0.0967,0.685547 0.32519,1.186524 0.22852,0.492187 0.60645,0.764648 0.37793,0.272461 0.94043,0.272461 0.69433,0 1.15137,-0.457031 0.46582,-0.457032 0.57128,-1.40625 l 1.31836,0.105468 q -0.0615,0.588868 -0.28125,1.13379 -0.21972,0.544921 -0.58886,0.958007 -0.36914,0.413086 -0.90528,0.667969 -0.53613,0.246094 -1.23047,0.246094 -0.91406,0 -1.56445,-0.37793 -0.6416,-0.37793 -1.0459,-1.037109 -0.39551,-0.667969 -0.58008,-1.564453 -0.17578,-0.905274 -0.17578,-1.959961 0,-0.958008 0.13184,-1.6875 0.13184,-0.738282 0.36035,-1.283203 0.23731,-0.553711 0.55371,-0.922852 0.31641,-0.37793 0.68555,-0.597656 0.37793,-0.228516 0.78223,-0.325196 0.41308,-0.105468 0.83496,-0.105468 0.65918,0 1.16894,0.219726 0.50977,0.219727 0.87891,0.606446 0.37793,0.377929 0.60644,0.896484 0.22852,0.518555 0.3252,1.116211 l -1.33594,0.123047 q -0.0967,-0.791016 -0.50976,-1.256836 -0.41309,-0.46582 -1.16895,-0.46582 -0.55371,0 -0.93164,0.228515 -0.36914,0.219727 -0.59766,0.676758 -0.22851,0.448242 -0.32519,1.133789 -0.0967,0.685547 -0.0967,1.608398 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path718" />
        <path
           d="m 408.22559,-29.670313 q -0.29883,0.09668 -0.60645,0.149414 -0.30762,0.06152 -0.71191,0.06152 -1.55567,0 -1.55567,-2.153321 v -6.345703 h -0.90527 v -1.151367 h 0.95801 l 0.37793,-2.126953 h 0.87011 v 2.126953 h 1.44141 v 1.151367 h -1.44141 v 6.00293 q 0,0.685547 0.18457,0.966797 0.18457,0.272461 0.63282,0.272461 0.18457,0 0.36035,-0.03516 0.18457,-0.03516 0.39551,-0.08789 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path720" />
        <path
           d="m 410.26465,-34.020899 q 0,0.74707 0.1582,1.379883 0.1582,0.624023 0.42188,1.081055 0.26367,0.448242 0.66797,0.703125 0.41308,0.246093 0.99316,0.246093 0.84375,0 1.35351,-0.413086 0.50977,-0.413085 0.68555,-1.045898 l 1.14258,0.395508 q -0.12305,0.395508 -0.34277,0.799805 -0.21973,0.395507 -0.58887,0.720703 -0.36914,0.316406 -0.92285,0.527343 -0.54492,0.202149 -1.32715,0.202149 -1.73145,0 -2.63672,-1.256836 -0.90527,-1.256836 -0.90527,-3.735352 0,-1.335937 0.27246,-2.258789 0.28125,-0.93164 0.75586,-1.511718 0.47461,-0.580079 1.10742,-0.834961 0.63281,-0.263672 1.35351,-0.263672 0.98438,0 1.64356,0.386718 1.27441,0.747071 1.62598,2.671875 0.16699,0.922852 0.16699,1.995118 v 0.210937 z m 4.32422,-1.21289 q 0,-1.590821 -0.59766,-2.232422 -0.58887,-0.650391 -1.55566,-0.650391 -0.68555,0 -1.33594,0.580078 -0.79102,0.676758 -0.83496,2.302735 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path722" />
      </g>
      <g
         aria-label="administratif"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text146">
        <path
           d="m 365.47949,-9.4242191 q -1.17773,0 -1.7666,-0.7558599 -0.58887,-0.755859 -0.58887,-2.074218 0,-0.94043 0.29004,-1.538086 0.29883,-0.606446 0.76465,-0.949219 0.47461,-0.342773 1.08106,-0.474609 0.60644,-0.131836 1.23046,-0.149414 l 1.75782,-0.03516 v -0.518554 q 0,-0.588868 -0.10547,-1.001953 -0.0967,-0.413086 -0.30762,-0.667969 -0.21094,-0.254883 -0.52734,-0.369141 -0.30762,-0.123047 -0.73828,-0.123047 -0.37793,0 -0.67676,0.07031 -0.29883,0.06152 -0.52735,0.237304 -0.21972,0.166993 -0.36035,0.465821 -0.13183,0.290039 -0.17578,0.738281 l -1.35351,-0.149414 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.817383 0.36914,-0.342774 0.92285,-0.527344 0.5625,-0.193359 1.3623,-0.193359 1.46778,0 2.20606,0.826172 0.74707,0.817382 0.74707,2.373046 v 4.095704 q 0,0.703125 0.14941,1.063476 0.14942,0.351563 0.58008,0.351563 0.10547,0 0.21094,-0.01758 0.11425,-0.01758 0.21093,-0.04395 v 0.9843752 q -0.24609,0.070312 -0.49218,0.1054688 -0.23731,0.035156 -0.50977,0.035156 -0.36914,0 -0.63281,-0.1142578 -0.26367,-0.1230468 -0.43067,-0.3603515 -0.1582,-0.2460939 -0.24609,-0.5976559 -0.0879,-0.360352 -0.11426,-0.834961 h -0.0352 q -0.21094,0.457031 -0.46582,0.826172 -0.2461,0.36914 -0.58008,0.6328121 -0.3252,0.2548828 -0.75586,0.3955078 -0.42188,0.140625 -0.9668,0.140625 z m 0.29883,-1.1865239 q 0.62402,0 1.08105,-0.272461 0.46583,-0.28125 0.77344,-0.711914 0.30762,-0.430664 0.45703,-0.940429 0.15821,-0.509766 0.15821,-0.975586 v -0.782227 l -1.42383,0.03516 q -0.47461,0.0088 -0.90527,0.08789 -0.43067,0.07031 -0.75586,0.290039 -0.31641,0.219727 -0.50977,0.615235 -0.19336,0.395507 -0.19336,1.037109 0,0.773437 0.34277,1.195312 0.34278,0.421875 0.97559,0.421875 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path725" />
        <path
           d="m 376.6416,-11.129297 q -0.36035,0.914062 -0.95801,1.3095701 -0.58886,0.3955078 -1.46777,0.3955078 -1.47656,0 -2.1709,-1.2128909 -0.69433,-1.21289 -0.69433,-3.673828 0,-4.974609 2.86523,-4.974609 0.8877,0 1.47656,0.395508 0.58887,0.395507 0.94922,1.256835 h 0.0176 q 0,-0.08789 -0.009,-0.28125 v -0.386718 q -0.009,-0.210938 -0.009,-0.395508 v -0.263672 -3.682617 h 1.30078 v 11.083008 q 0,0.342773 0,0.659179 0.009,0.316407 0.009,0.580078 0.009,0.263672 0.0176,0.4570317 0.009,0.1845704 0.0176,0.2636719 h -1.23926 q -0.0176,-0.087891 -0.0264,-0.2460937 -0.009,-0.1669919 -0.0264,-0.3779299 -0.009,-0.210937 -0.0176,-0.439453 0,-0.237305 0,-0.46582 z m -3.92871,-3.234375 q 0,0.984375 0.0967,1.6875 0.0967,0.703125 0.31641,1.160156 0.22851,0.448242 0.57129,0.65918 0.35156,0.210937 0.85253,0.210937 0.50977,0 0.89649,-0.202148 0.39551,-0.202149 0.65918,-0.650391 0.26367,-0.457031 0.39551,-1.186523 0.14062,-0.729493 0.14062,-1.78418 0,-1.010742 -0.14062,-1.705078 -0.13184,-0.703125 -0.4043,-1.133789 -0.26367,-0.430664 -0.65039,-0.615235 -0.37793,-0.193359 -0.8877,-0.193359 -0.47461,0 -0.82617,0.202148 -0.34277,0.202149 -0.57129,0.650391 -0.22851,0.448242 -0.34277,1.168945 -0.10547,0.711914 -0.10547,1.731446 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path727" />
        <path
           d="m 384.49023,-9.6000004 v -6.0292966 q 0,-0.694336 -0.0791,-1.160157 -0.0703,-0.46582 -0.2373,-0.74707 -0.16699,-0.290039 -0.43946,-0.404297 -0.27246,-0.123047 -0.67675,-0.123047 -0.41309,0 -0.74707,0.202149 -0.3252,0.193359 -0.5625,0.571289 -0.22852,0.369141 -0.36035,0.922851 -0.12305,0.544922 -0.12305,1.256836 v 5.5107426 h -1.29199 v -7.4794926 q 0,0 0,-0.624023 0,-0.333984 -0.009,-0.624023 -0.009,-0.298829 -0.0176,-0.509766 -0.009,-0.210938 -0.009,-0.272461 h 1.22168 q 0.009,0.04395 0.009,0.237305 0.009,0.193359 0.0176,0.448242 0.0176,0.246094 0.0176,0.509765 0.009,0.254883 0.009,0.430665 h 0.0264 q 0.17578,-0.413086 0.37793,-0.747071 0.20215,-0.333984 0.46582,-0.5625 0.27246,-0.237304 0.62402,-0.360351 0.35157,-0.131836 0.8086,-0.131836 0.88769,0 1.39746,0.430664 0.51855,0.430664 0.7207,1.371094 h 0.0264 q 0.17578,-0.413086 0.38672,-0.747071 0.21972,-0.333984 0.50097,-0.5625 0.29004,-0.237304 0.6504,-0.360351 0.36035,-0.131836 0.82617,-0.131836 0.58886,0 1.01074,0.193359 0.43066,0.193359 0.70312,0.597656 0.28125,0.404297 0.4043,1.045899 0.13184,0.632812 0.13184,1.511719 v 6.3369136 h -1.28321 v -6.0292966 q 0,-0.694336 -0.0703,-1.160157 -0.0703,-0.46582 -0.24609,-0.74707 -0.16699,-0.290039 -0.43946,-0.404297 -0.27246,-0.123047 -0.66796,-0.123047 -0.41309,0 -0.74707,0.19336 -0.3252,0.18457 -0.5625,0.553711 -0.23731,0.36914 -0.36036,0.922851 -0.12304,0.553711 -0.12304,1.283203 v 5.5107426 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path729" />
        <path
           d="m 392.24219,-21.13125 v -1.511719 h 1.30078 v 1.511719 z m 0,11.5312496 v -9.5097656 h 1.30078 v 9.5097656 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path731" />
        <path
           d="m 400.47754,-9.6000004 v -6.0292966 q 0,-0.694336 -0.0879,-1.160157 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.290039 -0.49219,-0.404297 -0.30762,-0.123047 -0.75586,-0.123047 -0.45703,0 -0.83496,0.202149 -0.36914,0.193359 -0.63281,0.571289 -0.26367,0.369141 -0.41309,0.922851 -0.14062,0.544922 -0.14062,1.256836 v 5.5107426 h -1.30079 v -7.4794926 q 0,0 0,-0.624023 0,-0.333984 -0.009,-0.624023 -0.009,-0.298829 -0.0176,-0.509766 -0.009,-0.210938 -0.009,-0.272461 h 1.22168 q 0.009,0.04395 0.009,0.237305 0.009,0.193359 0.0176,0.448242 0.0176,0.246094 0.0176,0.509765 0.009,0.254883 0.009,0.430665 h 0.0264 q 0.18457,-0.413086 0.4043,-0.747071 0.22851,-0.333984 0.51855,-0.5625 0.29883,-0.237304 0.67676,-0.360351 0.38672,-0.131836 0.89648,-0.131836 0.65039,0 1.11621,0.193359 0.46582,0.193359 0.76465,0.597656 0.30762,0.404297 0.44825,1.045899 0.14062,0.632812 0.14062,1.511719 v 6.3369136 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path733" />
        <path
           d="m 403.73828,-21.13125 v -1.511719 h 1.30078 v 1.511719 z m 0,11.5312496 v -9.5097656 h 1.30078 v 9.5097656 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path735" />
        <path
           d="m 412.87012,-12.22793 q 0,0.667969 -0.21094,1.195312 -0.21094,0.518555 -0.61523,0.878907 -0.4043,0.3515622 -0.99317,0.5449216 -0.58887,0.1845703 -1.34473,0.1845703 -0.67675,0 -1.22168,-0.131836 -0.54492,-0.1230468 -0.958,-0.4042968 -0.4043,-0.2812501 -0.68555,-0.7382811 -0.27246,-0.465821 -0.4043,-1.133789 l 1.14258,-0.272461 q 0.16699,0.764648 0.68555,1.125 0.51855,0.351562 1.4414,0.351562 0.42188,0 0.76465,-0.07031 0.35157,-0.07031 0.60645,-0.237305 0.25488,-0.175781 0.39551,-0.457031 0.14062,-0.290039 0.14062,-0.711914 0,-0.430664 -0.16699,-0.703125 -0.16699,-0.28125 -0.46582,-0.465821 -0.29004,-0.18457 -0.71192,-0.316406 l -0.93164,-0.307617 q -0.46582,-0.149414 -0.93164,-0.333984 -0.45703,-0.184571 -0.82617,-0.483399 -0.36914,-0.307617 -0.60644,-0.755859 -0.22852,-0.448242 -0.22852,-1.125 0,-1.300781 0.75586,-1.977539 0.76465,-0.685547 2.22363,-0.685547 1.29199,0 2.04785,0.553711 0.76465,0.553711 0.9668,1.77539 l -1.16894,0.175782 q -0.0615,-0.369141 -0.23731,-0.615235 -0.17578,-0.254882 -0.42187,-0.404297 -0.2461,-0.158203 -0.55371,-0.219726 -0.29883,-0.07031 -0.63282,-0.07031 -0.8789,0 -1.30078,0.325196 -0.41308,0.325195 -0.41308,0.984375 0,0.386718 0.14941,0.641601 0.1582,0.246094 0.43066,0.421875 0.28125,0.166992 0.66797,0.290039 l 0.86133,0.272461 q 0,0 0.63281,0.202149 0.3252,0.114258 0.63282,0.272461 0.30761,0.149414 0.57128,0.360351 0.27247,0.202149 0.47461,0.492188 0.20215,0.290039 0.31641,0.676758 0.12305,0.386718 0.12305,0.896484 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path737" />
        <path
           d="m 417.40527,-9.6703129 q -0.29882,0.09668 -0.60644,0.1494141 -0.30762,0.061523 -0.71192,0.061523 -1.55566,0 -1.55566,-2.1533206 v -6.345703 h -0.90527 v -1.151367 h 0.958 l 0.37793,-2.126953 h 0.87012 v 2.126953 h 1.44141 v 1.151367 h -1.44141 v 6.00293 q 0,0.685547 0.18457,0.966797 0.18457,0.272461 0.63281,0.272461 0.18457,0 0.36036,-0.03516 0.18457,-0.03516 0.3955,-0.08789 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path739" />
        <path
           d="m 418.53906,-9.6000004 v -7.2949216 q 0,0 0,-0.615235 0,-0.307617 -0.009,-0.597656 -0.009,-0.290039 -0.0176,-0.544922 -0.009,-0.254883 -0.0176,-0.457031 h 1.23047 q 0.009,0.202148 0.0176,0.46582 0.009,0.254883 0.0176,0.527344 0.0176,0.272461 0.0176,0.518555 v 0.430664 h 0.0352 q 0.14062,-0.544922 0.29004,-0.94043 0.14941,-0.404297 0.36035,-0.65918 0.21093,-0.263671 0.50097,-0.386718 0.29004,-0.131836 0.69434,-0.131836 0.1582,0 0.29883,0.03516 0.14941,0.02637 0.22851,0.05273 v 1.450196 q -0.13183,-0.04395 -0.30761,-0.06152 -0.167,-0.02637 -0.38672,-0.02637 -0.44824,0 -0.76465,0.246094 -0.30762,0.246094 -0.50977,0.685547 -0.19336,0.430664 -0.29004,1.037109 -0.0879,0.597656 -0.0879,1.30957 v 4.9570316 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path741" />
        <path
           d="m 425.4209,-9.4242191 q -1.17774,0 -1.7666,-0.7558599 -0.58887,-0.755859 -0.58887,-2.074218 0,-0.94043 0.29004,-1.538086 0.29883,-0.606446 0.76465,-0.949219 0.47461,-0.342773 1.08105,-0.474609 0.60645,-0.131836 1.23047,-0.149414 l 1.75781,-0.03516 v -0.518554 q 0,-0.588868 -0.10547,-1.001953 -0.0967,-0.413086 -0.30761,-0.667969 -0.21094,-0.254883 -0.52735,-0.369141 -0.30761,-0.123047 -0.73828,-0.123047 -0.37793,0 -0.67676,0.07031 -0.29882,0.06152 -0.52734,0.237304 -0.21973,0.166993 -0.36035,0.465821 -0.13184,0.290039 -0.17578,0.738281 l -1.35352,-0.149414 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.817383 0.36914,-0.342774 0.92285,-0.527344 0.5625,-0.193359 1.36231,-0.193359 1.46777,0 2.20605,0.826172 0.74707,0.817382 0.74707,2.373046 v 4.095704 q 0,0.703125 0.14942,1.063476 0.14941,0.351563 0.58008,0.351563 0.10546,0 0.21093,-0.01758 0.11426,-0.01758 0.21094,-0.04395 v 0.9843752 q -0.24609,0.070312 -0.49219,0.1054688 -0.2373,0.035156 -0.50976,0.035156 -0.36914,0 -0.63282,-0.1142578 -0.26367,-0.1230468 -0.43066,-0.3603515 -0.1582,-0.2460939 -0.24609,-0.5976559 -0.0879,-0.360352 -0.11426,-0.834961 h -0.0352 q -0.21093,0.457031 -0.46582,0.826172 -0.24609,0.36914 -0.58008,0.6328121 -0.32519,0.2548828 -0.75585,0.3955078 -0.42188,0.140625 -0.9668,0.140625 z m 0.29883,-1.1865239 q 0.62402,0 1.08105,-0.272461 0.46582,-0.28125 0.77344,-0.711914 0.30762,-0.430664 0.45703,-0.940429 0.1582,-0.509766 0.1582,-0.975586 v -0.782227 l -1.42383,0.03516 q -0.4746,0.0088 -0.90527,0.08789 -0.43066,0.07031 -0.75586,0.290039 -0.3164,0.219727 -0.50976,0.615235 -0.19336,0.395507 -0.19336,1.037109 0,0.773437 0.34277,1.195312 0.34277,0.421875 0.97559,0.421875 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path743" />
        <path
           d="m 434.66699,-9.6703129 q -0.29883,0.09668 -0.60644,0.1494141 -0.30762,0.061523 -0.71192,0.061523 -1.55566,0 -1.55566,-2.1533206 v -6.345703 h -0.90527 v -1.151367 h 0.958 l 0.37793,-2.126953 h 0.87012 v 2.126953 h 1.44141 v 1.151367 h -1.44141 v 6.00293 q 0,0.685547 0.18457,0.966797 0.18457,0.272461 0.63281,0.272461 0.18457,0 0.36035,-0.03516 0.18457,-0.03516 0.39551,-0.08789 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path745" />
        <path
           d="m 435.76562,-21.13125 v -1.511719 h 1.30079 v 1.511719 z m 0,11.5312496 v -9.5097656 h 1.30079 v 9.5097656 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path747" />
        <path
           d="m 440.65234,-17.958399 v 8.3583986 h -1.29199 v -8.3583986 h -1.09863 v -1.151367 h 1.09863 v -1.072266 q 0,-0.518554 0.0791,-0.958007 0.0791,-0.448243 0.29004,-0.773438 0.21094,-0.333984 0.58008,-0.518555 0.36914,-0.193359 0.94922,-0.193359 0.22851,0 0.47461,0.02637 0.25488,0.02637 0.43945,0.0791 v 1.204101 q -0.12305,-0.02637 -0.28125,-0.04395 -0.1582,-0.02637 -0.29004,-0.02637 -0.29004,0 -0.47461,0.09668 -0.18457,0.09668 -0.29004,0.28125 -0.10546,0.175782 -0.14941,0.439454 -0.0352,0.263671 -0.0352,0.606445 v 0.852539 h 1.52051 v 1.151367 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path749" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge38"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title149">File-&gt;AdminAct</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path151"
         d="M 725.4647,-676.1702 C 581.8357,-658.5505 273.5,-609.8019 273.5,-516 c 0,0 0,0 0,330 0,50.1021 16.1285,63.3422 48,102 9.12,11.0619 20.7141,21.1475 32.2921,29.7617" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon153"
         points="356.0887,-56.8987 362.1842,-48.2329 352.0151,-51.2061 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge39"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title211">AO-&gt;AdminAct</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path213"
         d="M 635.328,-584.87 C 521.108,-558.8221 311.5,-501.5467 311.5,-432 c 0,0 0,0 0,246 0,50.3257 33.9862,99.3213 60.6453,130.0125" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon215"
         points="375.0393,-58.0014 379.0872,-48.2103 369.817,-53.34 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge40"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title332">Treatment-&gt;AdminAct</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path334"
         d="m 595.8662,-245.961 c -35.065,40.4597 -120.3756,138.895 -164.6611,189.9935" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon336"
         points="433.6581,-53.4537 424.4638,-48.189 428.3682,-58.0382 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge41"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title362">TreatmentFile-&gt;AdminAct</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path364"
         d="m 410.6889,-239.6668 c -1.4322,42.9661 -4.4122,132.3651 -6.0499,181.4957" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon366"
         points="408.1327,-57.9186 404.3014,-48.0408 401.1365,-58.1519 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer9"
     inkscape:label="Traitements">
    <g
       style="display:inline"
       class="node"
       id="node16"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title283">Treatment</title>
      <path
         style="fill:none;stroke:#200fff;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path285"
         d="m 671.5,-282 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Traitement"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
         id="text287">
        <path
           d="m 581.61719,-270.6127 v 11.01269 h -1.36231 v -11.01269 h -3.48926 v -1.3711 h 8.34083 v 1.3711 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path547" />
        <path
           d="m 585.95898,-259.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.4043 0.36035,-0.65918 0.21094,-0.26367 0.50098,-0.38672 0.29003,-0.13183 0.69433,-0.13183 0.1582,0 0.29883,0.0351 0.14941,0.0264 0.22852,0.0527 v 1.45019 q -0.13184,-0.0439 -0.30762,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30762,0.24609 -0.50976,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path549" />
        <path
           d="m 592.84082,-259.42422 q -1.17773,0 -1.7666,-0.75586 -0.58887,-0.75586 -0.58887,-2.07422 0,-0.94043 0.29004,-1.53809 0.29883,-0.60644 0.76465,-0.94922 0.47461,-0.34277 1.08105,-0.47461 0.60645,-0.13183 1.23047,-0.14941 l 1.75781,-0.0352 v -0.51855 q 0,-0.58887 -0.10546,-1.00196 -0.0967,-0.41308 -0.30762,-0.66796 -0.21094,-0.25489 -0.52734,-0.36914 -0.30762,-0.12305 -0.73829,-0.12305 -0.37793,0 -0.67675,0.0703 -0.29883,0.0615 -0.52735,0.23731 -0.21972,0.16699 -0.36035,0.46582 -0.13184,0.29004 -0.17578,0.73828 l -1.35352,-0.14942 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34277 0.92286,-0.52734 0.5625,-0.19336 1.3623,-0.19336 1.46777,0 2.20605,0.82617 0.74708,0.81738 0.74708,2.37305 v 4.0957 q 0,0.70312 0.14941,1.06348 0.14941,0.35156 0.58008,0.35156 0.10547,0 0.21093,-0.0176 0.11426,-0.0176 0.21094,-0.0439 v 0.98438 q -0.24609,0.0703 -0.49219,0.10547 -0.2373,0.0352 -0.50976,0.0352 -0.36914,0 -0.63281,-0.11425 -0.26368,-0.12305 -0.43067,-0.36035 -0.1582,-0.2461 -0.24609,-0.59766 -0.0879,-0.36035 -0.11426,-0.83496 h -0.0352 q -0.21093,0.45703 -0.46582,0.82617 -0.24609,0.36914 -0.58007,0.63281 -0.3252,0.25489 -0.75586,0.39551 -0.42188,0.14063 -0.9668,0.14063 z m 0.29883,-1.18653 q 0.62402,0 1.08105,-0.27246 0.46582,-0.28125 0.77344,-0.71191 0.30762,-0.43067 0.45703,-0.94043 0.1582,-0.50977 0.1582,-0.97559 v -0.78223 l -1.42382,0.0352 q -0.47461,0.009 -0.90528,0.0879 -0.43066,0.0703 -0.75586,0.29004 -0.3164,0.21973 -0.50976,0.61523 -0.19336,0.39551 -0.19336,1.03711 0,0.77344 0.34277,1.19532 0.34278,0.42187 0.97559,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path551" />
        <path
           d="m 599.07227,-271.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path553" />
        <path
           d="m 605.35645,-259.67032 q -0.29883,0.0967 -0.60645,0.14942 -0.30762,0.0615 -0.71191,0.0615 -1.55567,0 -1.55567,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87011 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63282,0.27246 0.18457,0 0.36035,-0.0351 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path555" />
        <path
           d="m 607.39551,-264.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path557" />
        <path
           d="m 619.23437,-259.60001 v -6.02929 q 0,-0.69434 -0.0791,-1.16016 -0.0703,-0.46582 -0.2373,-0.74707 -0.16699,-0.29004 -0.43945,-0.4043 -0.27247,-0.12304 -0.67676,-0.12304 -0.41309,0 -0.74707,0.20215 -0.3252,0.19335 -0.5625,0.57128 -0.22852,0.36914 -0.36035,0.92286 -0.12305,0.54492 -0.12305,1.25683 v 5.51074 h -1.29199 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.17578,-0.41308 0.37793,-0.74707 0.20215,-0.33398 0.46582,-0.5625 0.27246,-0.2373 0.62403,-0.36035 0.35156,-0.13183 0.80859,-0.13183 0.88769,0 1.39746,0.43066 0.51855,0.43067 0.7207,1.37109 h 0.0264 q 0.17578,-0.41308 0.38672,-0.74707 0.21973,-0.33398 0.50098,-0.5625 0.29003,-0.2373 0.65039,-0.36035 0.36035,-0.13183 0.82617,-0.13183 0.58887,0 1.01074,0.19336 0.43066,0.19336 0.70313,0.59765 0.28125,0.4043 0.40429,1.0459 0.13184,0.63281 0.13184,1.51172 v 6.33691 h -1.28321 v -6.02929 q 0,-0.69434 -0.0703,-1.16016 -0.0703,-0.46582 -0.24609,-0.74707 -0.16699,-0.29004 -0.43945,-0.4043 -0.27247,-0.12304 -0.66797,-0.12304 -0.41309,0 -0.74707,0.19336 -0.3252,0.18457 -0.5625,0.55371 -0.23731,0.36914 -0.36036,0.92285 -0.12304,0.55371 -0.12304,1.2832 v 5.51074 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path559" />
        <path
           d="m 627.92676,-264.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path561" />
        <path
           d="m 640.17871,-259.60001 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30762,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19335 -0.63281,0.57128 -0.26367,0.36914 -0.41309,0.92286 -0.14062,0.54492 -0.14062,1.25683 v 5.51074 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22851,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13183 0.89649,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76464,0.59765 0.30762,0.4043 0.44825,1.0459 0.14062,0.63281 0.14062,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path563" />
        <path
           d="m 646.4541,-259.67032 q -0.29883,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90528 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87012 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0351 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path565" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge22"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title290">Find-&gt;Treatment</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path292"
         d="m 651.0159,-204.2629 c -4.5548,-9.8033 -11.2656,-22.0717 -17.9496,-32.9357" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon294"
         points="635.8367,-239.3634 629.9364,-235.5969 627.5059,-245.9092 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge24"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title318">Treatment-&gt;Find</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path320"
         d="m 615.9043,-245.9092 c 4.5294,9.7743 11.2276,22.0363 17.9119,32.9167" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon322"
         points="631.0537,-210.8148 636.9568,-214.577 639.3798,-204.2629 " />
    </g>
    <g
       style="display:inline"
       class="node"
       id="node17"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title339">TreatmentFile</title>
      <path
         style="fill:none;stroke:#200fff;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path341"
         d="m 471.5,-288 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Demande de"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text343">
        <path
           d="m 377.44922,-275.91934 q 0,1.54687 -0.38672,2.7334 -0.37793,1.17773 -1.0459,1.97754 -0.65918,0.79101 -1.56445,1.2041 -0.90528,0.40429 -1.94238,0.40429 h -3.79688 v -12.38379 h 3.35742 q 1.17774,0 2.16211,0.36036 0.98438,0.35156 1.69629,1.09863 0.7207,0.73828 1.11621,1.88086 0.4043,1.14258 0.4043,2.72461 z m -1.38867,0 q 0,-1.25684 -0.29883,-2.14453 -0.29004,-0.89649 -0.82617,-1.46778 -0.52735,-0.57129 -1.27442,-0.83496 -0.73828,-0.27246 -1.62597,-0.27246 h -1.95118 v 9.69434 h 2.26758 q 0.79981,0 1.47656,-0.31641 0.67676,-0.31641 1.16895,-0.94043 0.50098,-0.62402 0.78223,-1.55566 0.28125,-0.93164 0.28125,-2.16211 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path568" />
        <path
           d="m 380.07715,-274.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path570" />
        <path
           d="m 391.91602,-269.60001 v -6.02929 q 0,-0.69434 -0.0791,-1.16016 -0.0703,-0.46582 -0.2373,-0.74707 -0.16699,-0.29004 -0.43945,-0.4043 -0.27246,-0.12304 -0.67676,-0.12304 -0.41309,0 -0.74707,0.20215 -0.3252,0.19335 -0.5625,0.57128 -0.22852,0.36914 -0.36035,0.92286 -0.12305,0.54492 -0.12305,1.25683 v 5.51074 h -1.29199 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.17578,-0.41308 0.37793,-0.74707 0.20215,-0.33398 0.46582,-0.5625 0.27246,-0.2373 0.62403,-0.36035 0.35156,-0.13183 0.80859,-0.13183 0.88769,0 1.39746,0.43066 0.51856,0.43067 0.7207,1.37109 h 0.0264 q 0.17578,-0.41308 0.38672,-0.74707 0.21973,-0.33398 0.50098,-0.5625 0.29004,-0.2373 0.65039,-0.36035 0.36035,-0.13183 0.82617,-0.13183 0.58887,0 1.01074,0.19336 0.43066,0.19336 0.70313,0.59765 0.28125,0.4043 0.40429,1.0459 0.13184,0.63281 0.13184,1.51172 v 6.33691 h -1.2832 v -6.02929 q 0,-0.69434 -0.0703,-1.16016 -0.0703,-0.46582 -0.24609,-0.74707 -0.16699,-0.29004 -0.43945,-0.4043 -0.27246,-0.12304 -0.66797,-0.12304 -0.41309,0 -0.74707,0.19336 -0.3252,0.18457 -0.5625,0.55371 -0.23731,0.36914 -0.36035,0.92285 -0.12305,0.55371 -0.12305,1.2832 v 5.51074 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path572" />
        <path
           d="m 401.66309,-269.42422 q -1.17774,0 -1.76661,-0.75586 -0.58886,-0.75586 -0.58886,-2.07422 0,-0.94043 0.29004,-1.53809 0.29882,-0.60644 0.76464,-0.94922 0.47461,-0.34277 1.08106,-0.47461 0.60644,-0.13183 1.23047,-0.14941 l 1.75781,-0.0352 v -0.51855 q 0,-0.58887 -0.10547,-1.00196 -0.0967,-0.41308 -0.30762,-0.66796 -0.21093,-0.25489 -0.52734,-0.36914 -0.30762,-0.12305 -0.73828,-0.12305 -0.37793,0 -0.67676,0.0703 -0.29883,0.0615 -0.52734,0.23731 -0.21973,0.16699 -0.36035,0.46582 -0.13184,0.29004 -0.17578,0.73828 l -1.35352,-0.14942 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34277 0.92285,-0.52734 0.5625,-0.19336 1.36231,-0.19336 1.46777,0 2.20605,0.82617 0.74707,0.81738 0.74707,2.37305 v 4.0957 q 0,0.70312 0.14941,1.06348 0.14942,0.35156 0.58008,0.35156 0.10547,0 0.21094,-0.0176 0.11426,-0.0176 0.21094,-0.0439 v 0.98438 q -0.2461,0.0703 -0.49219,0.10547 -0.2373,0.0352 -0.50977,0.0352 -0.36914,0 -0.63281,-0.11425 -0.26367,-0.12305 -0.43066,-0.36035 -0.1582,-0.2461 -0.2461,-0.59766 -0.0879,-0.36035 -0.11425,-0.83496 h -0.0352 q -0.21094,0.45703 -0.46582,0.82617 -0.24609,0.36914 -0.58008,0.63281 -0.32519,0.25489 -0.75586,0.39551 -0.42187,0.14063 -0.96679,0.14063 z m 0.29882,-1.18653 q 0.62403,0 1.08106,-0.27246 0.46582,-0.28125 0.77344,-0.71191 0.30761,-0.43067 0.45703,-0.94043 0.1582,-0.50977 0.1582,-0.97559 v -0.78223 l -1.42383,0.0352 q -0.47461,0.009 -0.90527,0.0879 -0.43067,0.0703 -0.75586,0.29004 -0.31641,0.21973 -0.50977,0.61523 -0.19336,0.39551 -0.19336,1.03711 0,0.77344 0.34278,1.19532 0.34277,0.42187 0.97558,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path574" />
        <path
           d="m 412.86035,-269.60001 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30761,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19335 -0.63281,0.57128 -0.26367,0.36914 -0.41309,0.92286 -0.14062,0.54492 -0.14062,1.25683 v 5.51074 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22851,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13183 0.89649,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59765 0.30761,0.4043 0.44824,1.0459 0.14062,0.63281 0.14062,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path576" />
        <path
           d="m 421.05176,-271.1293 q -0.36035,0.91406 -0.95801,1.30957 -0.58887,0.39551 -1.46777,0.39551 -1.47657,0 -2.1709,-1.2129 -0.69434,-1.21289 -0.69434,-3.67382 0,-4.97461 2.86524,-4.97461 0.88769,0 1.47656,0.3955 0.58887,0.39551 0.94922,1.25684 h 0.0176 q 0,-0.0879 -0.009,-0.28125 v -0.38672 q -0.009,-0.21094 -0.009,-0.39551 v -0.26367 -3.68261 h 1.30078 v 11.083 q 0,0.34278 0,0.65918 0.009,0.31641 0.009,0.58008 0.009,0.26367 0.0176,0.45703 0.009,0.18457 0.0176,0.26367 h -1.23925 q -0.0176,-0.0879 -0.0264,-0.24609 -0.009,-0.16699 -0.0264,-0.37793 -0.009,-0.21094 -0.0176,-0.43945 0,-0.23731 0,-0.46582 z m -3.92871,-3.23438 q 0,0.98438 0.0967,1.6875 0.0967,0.70313 0.3164,1.16016 0.22852,0.44824 0.57129,0.65918 0.35156,0.21094 0.85254,0.21094 0.50977,0 0.89649,-0.20215 0.3955,-0.20215 0.65917,-0.65039 0.26368,-0.45703 0.39551,-1.18653 0.14063,-0.72949 0.14063,-1.78418 0,-1.01074 -0.14063,-1.70507 -0.13183,-0.70313 -0.40429,-1.13379 -0.26368,-0.43067 -0.65039,-0.61524 -0.37793,-0.19336 -0.8877,-0.19336 -0.47461,0 -0.82617,0.20215 -0.34278,0.20215 -0.57129,0.65039 -0.22852,0.44824 -0.34277,1.16895 -0.10547,0.71191 -0.10547,1.73144 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path578" />
        <path
           d="m 425.28809,-274.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42187,1.08105 0.26368,0.44825 0.66797,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34278,0.7998 -0.21972,0.39551 -0.58886,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27247,-2.25879 0.28125,-0.93164 0.75585,-1.51172 0.47461,-0.58008 1.10743,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32421,-1.2129 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68554,0 -1.33593,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path580" />
        <path
           d="m 441.61816,-271.1293 q -0.36035,0.91406 -0.958,1.30957 -0.58887,0.39551 -1.46778,0.39551 -1.47656,0 -2.1709,-1.2129 -0.69433,-1.21289 -0.69433,-3.67382 0,-4.97461 2.86523,-4.97461 0.8877,0 1.47657,0.3955 0.58886,0.39551 0.94921,1.25684 h 0.0176 q 0,-0.0879 -0.009,-0.28125 v -0.38672 q -0.009,-0.21094 -0.009,-0.39551 v -0.26367 -3.68261 h 1.30079 v 11.083 q 0,0.34278 0,0.65918 0.009,0.31641 0.009,0.58008 0.009,0.26367 0.0176,0.45703 0.009,0.18457 0.0176,0.26367 h -1.23926 q -0.0176,-0.0879 -0.0264,-0.24609 -0.009,-0.16699 -0.0264,-0.37793 -0.009,-0.21094 -0.0176,-0.43945 0,-0.23731 0,-0.46582 z m -3.92871,-3.23438 q 0,0.98438 0.0967,1.6875 0.0967,0.70313 0.31641,1.16016 0.22851,0.44824 0.57129,0.65918 0.35156,0.21094 0.85254,0.21094 0.50976,0 0.89648,-0.20215 0.39551,-0.20215 0.65918,-0.65039 0.26367,-0.45703 0.39551,-1.18653 0.14062,-0.72949 0.14062,-1.78418 0,-1.01074 -0.14062,-1.70507 -0.13184,-0.70313 -0.4043,-1.13379 -0.26367,-0.43067 -0.65039,-0.61524 -0.37793,-0.19336 -0.88769,-0.19336 -0.47461,0 -0.82618,0.20215 -0.34277,0.20215 -0.57128,0.65039 -0.22852,0.44824 -0.34278,1.16895 -0.10547,0.71191 -0.10547,1.73144 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path582" />
        <path
           d="m 445.85449,-274.0209 q 0,0.74707 0.15821,1.37988 0.1582,0.62402 0.42187,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41308 0.50976,-0.41309 0.68555,-1.0459 l 1.14257,0.39551 q -0.12304,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73144,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63282,-0.26367 1.35352,-0.26367 0.98437,0 1.64355,0.38672 1.27442,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58886,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79101,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path584" />
      </g>
      <g
         aria-label="traitement"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text345">
        <path
           d="m 380.99902,-249.67032 q -0.29882,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.958 l 0.37793,-2.12695 h 0.87012 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36036,-0.0352 0.18457,-0.0352 0.3955,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path587" />
        <path
           d="m 382.13281,-249.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.4043 0.36035,-0.65918 0.21093,-0.26367 0.50097,-0.38672 0.29004,-0.13183 0.69434,-0.13183 0.1582,0 0.29883,0.0351 0.14941,0.0264 0.22851,0.0527 v 1.45019 q -0.13183,-0.0439 -0.30761,-0.0615 -0.167,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30762,0.24609 -0.50977,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path589" />
        <path
           d="m 389.01465,-249.42422 q -1.17774,0 -1.7666,-0.75586 -0.58887,-0.75586 -0.58887,-2.07422 0,-0.94043 0.29004,-1.53809 0.29883,-0.60644 0.76465,-0.94922 0.47461,-0.34277 1.08105,-0.47461 0.60645,-0.13183 1.23047,-0.14941 l 1.75781,-0.0352 v -0.51855 q 0,-0.58887 -0.10547,-1.00196 -0.0967,-0.41308 -0.30761,-0.66796 -0.21094,-0.25489 -0.52735,-0.36914 -0.30761,-0.12305 -0.73828,-0.12305 -0.37793,0 -0.67676,0.0703 -0.29882,0.0615 -0.52734,0.23731 -0.21973,0.16699 -0.36035,0.46582 -0.13184,0.29004 -0.17578,0.73828 l -1.35352,-0.14942 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34277 0.92285,-0.52734 0.5625,-0.19336 1.36231,-0.19336 1.46777,0 2.20605,0.82617 0.74707,0.81738 0.74707,2.37305 v 4.0957 q 0,0.70312 0.14942,1.06348 0.14941,0.35156 0.58008,0.35156 0.10546,0 0.21093,-0.0176 0.11426,-0.0176 0.21094,-0.044 v 0.98438 q -0.24609,0.0703 -0.49219,0.10547 -0.2373,0.0351 -0.50976,0.0351 -0.36914,0 -0.63282,-0.11425 -0.26367,-0.12305 -0.43066,-0.36035 -0.1582,-0.2461 -0.24609,-0.59766 -0.0879,-0.36035 -0.11426,-0.83496 h -0.0352 q -0.21093,0.45703 -0.46582,0.82617 -0.24609,0.36914 -0.58008,0.63281 -0.32519,0.25489 -0.75585,0.39551 -0.42188,0.14063 -0.9668,0.14063 z m 0.29883,-1.18653 q 0.62402,0 1.08105,-0.27246 0.46582,-0.28125 0.77344,-0.71191 0.30762,-0.43067 0.45703,-0.94043 0.1582,-0.50977 0.1582,-0.97559 v -0.78223 l -1.42383,0.0352 q -0.4746,0.009 -0.90527,0.0879 -0.43066,0.0703 -0.75586,0.29004 -0.3164,0.21973 -0.50976,0.61523 -0.19336,0.39551 -0.19336,1.03711 0,0.77344 0.34277,1.19532 0.34277,0.42187 0.97559,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path591" />
        <path
           d="m 395.24609,-261.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path593" />
        <path
           d="m 401.53027,-249.67032 q -0.29882,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.958 l 0.37793,-2.12695 h 0.87012 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36036,-0.0352 0.18457,-0.0352 0.3955,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path595" />
        <path
           d="m 403.56934,-254.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42187,1.08105 0.26368,0.44825 0.66797,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34278,0.7998 -0.21972,0.39551 -0.58886,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27247,-2.25879 0.28125,-0.93164 0.75585,-1.51172 0.47461,-0.58008 1.10743,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32421,-1.2129 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68554,0 -1.33593,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path597" />
        <path
           d="m 415.4082,-249.60001 v -6.02929 q 0,-0.69434 -0.0791,-1.16016 -0.0703,-0.46582 -0.2373,-0.74707 -0.167,-0.29004 -0.43946,-0.4043 -0.27246,-0.12304 -0.67675,-0.12304 -0.41309,0 -0.74707,0.20215 -0.3252,0.19335 -0.5625,0.57128 -0.22852,0.36914 -0.36036,0.92286 -0.12304,0.54492 -0.12304,1.25683 v 5.51074 h -1.292 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.17578,-0.41308 0.37793,-0.74707 0.20215,-0.33398 0.46582,-0.5625 0.27246,-0.2373 0.62402,-0.36035 0.35157,-0.13183 0.8086,-0.13183 0.88769,0 1.39746,0.43066 0.51855,0.43067 0.7207,1.37109 h 0.0264 q 0.17578,-0.41308 0.38672,-0.74707 0.21972,-0.33398 0.50097,-0.5625 0.29004,-0.2373 0.65039,-0.36035 0.36036,-0.13183 0.82618,-0.13183 0.58886,0 1.01074,0.19336 0.43066,0.19336 0.70312,0.59765 0.28125,0.4043 0.4043,1.0459 0.13184,0.63281 0.13184,1.51172 v 6.33691 h -1.28321 v -6.02929 q 0,-0.69434 -0.0703,-1.16016 -0.0703,-0.46582 -0.24609,-0.74707 -0.167,-0.29004 -0.43946,-0.4043 -0.27246,-0.12304 -0.66797,-0.12304 -0.41308,0 -0.74707,0.19336 -0.32519,0.18457 -0.5625,0.55371 -0.2373,0.36914 -0.36035,0.92285 -0.12304,0.55371 -0.12304,1.2832 v 5.51074 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path599" />
        <path
           d="m 424.10059,-254.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42187,1.08105 0.26368,0.44825 0.66797,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34278,0.7998 -0.21972,0.39551 -0.58886,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27247,-2.25879 0.28125,-0.93164 0.75585,-1.51172 0.47461,-0.58008 1.10743,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32421,-1.2129 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68554,0 -1.33593,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path601" />
        <path
           d="m 436.35254,-249.60001 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30762,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19335 -0.63281,0.57128 -0.26367,0.36914 -0.41309,0.92286 -0.14062,0.54492 -0.14062,1.25683 v 5.51074 h -1.30079 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22851,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13183 0.89648,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59765 0.30762,0.4043 0.44825,1.0459 0.14062,0.63281 0.14062,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path603" />
        <path
           d="m 442.62793,-249.67032 q -0.29883,0.0967 -0.60645,0.14942 -0.30761,0.0615 -0.71191,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90528 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87012 v 2.12695 h 1.4414 v 1.15137 h -1.4414 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0352 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path605" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge23"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title348">TreatmentFile-&gt;Treatment</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path350"
         d="m 483.7656,-264 c 15.0001,0 30.0001,0 45.0002,0" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon352"
         points="529.1504,-260.5001 529.1505,-267.5001 539.1505,-264 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer8"
     inkscape:label="Lieu de conservation"
     style="display:inline">
    <g
       style="display:inline"
       class="node"
       id="node18"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title297">Container</title>
      <path
         style="fill:none;stroke:#9acd32;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path299"
         d="m 753.5,-126 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Contenant"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
         id="text301">
        <path
           d="m 665.08496,-114.79726 q -0.86133,0 -1.5293,0.35156 -0.66796,0.35156 -1.11621,1.00195 -0.44824,0.65039 -0.68554,1.56445 -0.22852,0.91407 -0.22852,2.03028 0,1.11621 0.24609,2.04785 0.25489,0.92285 0.71192,1.59082 0.46582,0.66797 1.14258,1.03711 0.67675,0.36914 1.5205,0.36914 0.58887,0 1.07227,-0.18457 0.4834,-0.19336 0.87891,-0.53613 0.3955,-0.34278 0.70312,-0.8086 0.30762,-0.47461 0.54492,-1.0459 l 1.125,0.68555 q -0.27246,0.69434 -0.67675,1.29199 -0.4043,0.59766 -0.94922,1.03711 -0.54493,0.43946 -1.23047,0.69434 -0.68555,0.24609 -1.53809,0.24609 -1.23047,0 -2.16211,-0.47461 -0.92285,-0.4834 -1.54687,-1.33593 -0.61524,-0.86133 -0.93164,-2.03907 -0.30762,-1.17773 -0.30762,-2.57519 0,-1.4502 0.32519,-2.61914 0.33399,-1.16895 0.95801,-1.98633 0.63282,-0.82617 1.55567,-1.26563 0.92285,-0.44824 2.10058,-0.44824 1.61719,0 2.70703,0.77344 1.08985,0.77344 1.59961,2.29394 l -1.30078,0.52735 q -0.14062,-0.43945 -0.38672,-0.83496 -0.24609,-0.4043 -0.61523,-0.71192 -0.36914,-0.30761 -0.86133,-0.49218 -0.49219,-0.18457 -1.125,-0.18457 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path625" />
        <path
           d="m 677.61816,-108.36367 q 0,2.49609 -0.90527,3.71777 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45899,-0.29883 -0.63281,-0.29882 -1.08105,-0.91406 -0.43945,-0.61523 -0.67676,-1.53808 -0.22851,-0.93164 -0.22851,-2.18848 0,-4.92188 3.48925,-4.92188 0.90528,0 1.56446,0.30762 0.66797,0.30762 1.08984,0.92285 0.42188,0.61524 0.61524,1.53809 0.20214,0.92285 0.20214,2.15332 z m -1.3623,0 q 0,-1.10742 -0.14063,-1.82813 -0.13183,-0.7207 -0.40429,-1.15136 -0.27246,-0.43067 -0.66797,-0.59766 -0.38672,-0.17578 -0.87012,-0.17578 -0.50098,0 -0.90527,0.18457 -0.39551,0.17578 -0.67676,0.61523 -0.28125,0.43067 -0.43066,1.15137 -0.14063,0.7207 -0.14063,1.80176 0,1.10742 0.1582,1.83691 0.15821,0.72071 0.43067,1.15137 0.28125,0.43066 0.65918,0.60645 0.37793,0.17578 0.82617,0.17578 0.50098,0 0.89648,-0.16699 0.4043,-0.17579 0.68555,-0.60645 0.28125,-0.43066 0.43067,-1.16016 0.14941,-0.72949 0.14941,-1.83691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path627" />
        <path
           d="m 684.20996,-103.6 v -6.0293 q 0,-0.69433 -0.0879,-1.16015 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30762,-0.12305 -0.75586,-0.12305 -0.45703,0 -0.83496,0.20215 -0.36914,0.19336 -0.63281,0.57129 -0.26367,0.36914 -0.41309,0.92285 -0.14062,0.54493 -0.14062,1.25684 V -103.6 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29883 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44824 0.0176,0.2461 0.0176,0.50977 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22851,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13184 0.89649,-0.13184 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76464,0.59766 0.30762,0.4043 0.44825,1.0459 0.14062,0.63281 0.14062,1.51172 V -103.6 Z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path629" />
        <path
           d="m 690.48535,-103.67031 q -0.29883,0.0967 -0.60644,0.14941 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.34571 h -0.90528 v -1.15136 h 0.95801 l 0.37793,-2.12696 h 0.87012 v 2.12696 h 1.44141 v 1.15136 h -1.44141 v 6.00293 q 0,0.68555 0.18457,0.9668 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0352 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path631" />
        <path
           d="m 692.52441,-108.0209 q 0,0.74707 0.15821,1.37989 0.1582,0.62402 0.42187,1.08105 0.26367,0.44824 0.66797,0.70313 0.41309,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41309 0.50977,-0.41308 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.39551 -0.34278,0.79981 -0.21972,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52734 -0.54492,0.20215 -1.32715,0.20215 -1.73144,0 -2.63671,-1.25683 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63282,-0.26368 1.35352,-0.26368 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67188 0.16699,0.92285 0.16699,1.99512 v 0.21093 z m 4.32422,-1.21289 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68554,0 -1.33594,0.58008 -0.79101,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path633" />
        <path
           d="m 704.77637,-103.6 v -6.0293 q 0,-0.69433 -0.0879,-1.16015 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30762,-0.12305 -0.75586,-0.12305 -0.45703,0 -0.83496,0.20215 -0.36914,0.19336 -0.63281,0.57129 -0.26368,0.36914 -0.41309,0.92285 -0.14063,0.54493 -0.14063,1.25684 V -103.6 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29883 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44824 0.0176,0.2461 0.0176,0.50977 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.40429,-0.74707 0.22852,-0.33398 0.51856,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13184 0.89648,-0.13184 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59766 0.30762,0.4043 0.44824,1.0459 0.14063,0.63281 0.14063,1.51172 V -103.6 Z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path635" />
        <path
           d="m 710.03223,-103.42422 q -1.17774,0 -1.76661,-0.75586 -0.58886,-0.75586 -0.58886,-2.07422 0,-0.94043 0.29004,-1.53808 0.29882,-0.60645 0.76465,-0.94922 0.4746,-0.34277 1.08105,-0.47461 0.60645,-0.13184 1.23047,-0.14941 l 1.75781,-0.0352 v -0.51855 q 0,-0.58887 -0.10547,-1.00196 -0.0967,-0.41308 -0.30761,-0.66797 -0.21094,-0.25488 -0.52735,-0.36914 -0.30762,-0.12304 -0.73828,-0.12304 -0.37793,0 -0.67676,0.0703 -0.29883,0.0615 -0.52734,0.2373 -0.21973,0.167 -0.36035,0.46582 -0.13184,0.29004 -0.17578,0.73828 l -1.35352,-0.14941 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34278 0.92285,-0.52735 0.5625,-0.19336 1.36231,-0.19336 1.46777,0 2.20605,0.82618 0.74707,0.81738 0.74707,2.37304 v 4.09571 q 0,0.70312 0.14942,1.06347 0.14941,0.35157 0.58007,0.35157 0.10547,0 0.21094,-0.0176 0.11426,-0.0176 0.21094,-0.044 v 0.98438 q -0.2461,0.0703 -0.49219,0.10547 -0.2373,0.0351 -0.50976,0.0351 -0.36915,0 -0.63282,-0.11426 -0.26367,-0.12304 -0.43066,-0.36035 -0.1582,-0.24609 -0.24609,-0.59765 -0.0879,-0.36036 -0.11426,-0.83496 h -0.0352 q -0.21094,0.45703 -0.46582,0.82617 -0.24609,0.36914 -0.58008,0.63281 -0.32519,0.25488 -0.75586,0.39551 -0.42187,0.14062 -0.96679,0.14062 z m 0.29882,-1.18652 q 0.62403,0 1.08106,-0.27246 0.46582,-0.28125 0.77344,-0.71192 0.30761,-0.43066 0.45703,-0.94043 0.1582,-0.50976 0.1582,-0.97558 v -0.78223 l -1.42383,0.0352 q -0.47461,0.009 -0.90527,0.0879 -0.43066,0.0703 -0.75586,0.29004 -0.31641,0.21972 -0.50977,0.61523 -0.19335,0.39551 -0.19335,1.03711 0,0.77344 0.34277,1.19531 0.34277,0.42188 0.97558,0.42188 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path637" />
        <path
           d="m 721.22949,-103.6 v -6.0293 q 0,-0.69433 -0.0879,-1.16015 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30761,-0.12305 -0.75586,-0.12305 -0.45703,0 -0.83496,0.20215 -0.36914,0.19336 -0.63281,0.57129 -0.26367,0.36914 -0.41309,0.92285 -0.14062,0.54493 -0.14062,1.25684 V -103.6 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29883 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44824 0.0176,0.2461 0.0176,0.50977 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22852,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13184 0.89649,-0.13184 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59766 0.30761,0.4043 0.44824,1.0459 0.14062,0.63281 0.14062,1.51172 V -103.6 Z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path639" />
        <path
           d="m 727.50488,-103.67031 q -0.29883,0.0967 -0.60644,0.14941 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.34571 h -0.90527 v -1.15136 h 0.958 l 0.37793,-2.12696 h 0.87012 v 2.12696 h 1.44141 v 1.15136 h -1.44141 v 6.00293 q 0,0.68555 0.18457,0.9668 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0352 0.18458,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path641" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge17"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title304">Find-&gt;Container</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path306"
         d="m 664.3135,-167.9092 c 4.7142,9.6766 10.6162,21.7913 15.8771,32.5899" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon308"
         points="677.0765,-133.7199 683.3694,-136.7857 684.6027,-126.2629 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge25"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title369">Container-&gt;Container</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path371"
         d="m 765.5261,-121.2673 c 10.722,2.0656 17.9739,6.488 17.9739,13.2673 0,4.4489 -3.1231,7.8828 -8.3006,10.3017" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon373"
         points="774.061,-101.0101 776.1128,-94.3176 765.5261,-94.7327 " />
    </g>
    <g
       style="display:inline"
       class="node"
       id="node19"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title376">Warehouse</title>
      <path
         style="fill:none;stroke:#9acd32;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path378"
         d="m 1009.5,-132 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Lieu de"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text380">
        <path
           d="m 924.71289,-113.6 v -12.38379 h 1.37109 v 11.0127 h 5.13282 V -113.6 Z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path644" />
        <path
           d="m 932.71094,-125.13125 v -1.51172 h 1.30078 v 1.51172 z m 0,11.53125 v -9.50976 h 1.30078 V -113.6 Z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path646" />
        <path
           d="m 936.9209,-118.0209 q 0,0.74707 0.1582,1.37989 0.1582,0.62402 0.42188,1.08105 0.26367,0.44824 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35351,-0.41309 0.50977,-0.41308 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.39551 -0.34277,0.79981 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52734 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25683 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26368 1.35351,-0.26368 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62598,2.67188 0.16699,0.92285 0.16699,1.99512 v 0.21093 z m 4.32422,-1.21289 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path648" />
        <path
           d="m 945.48145,-123.10976 v 6.02929 q 0,0.69434 0.0791,1.16016 0.0879,0.46582 0.27246,0.75586 0.19336,0.28125 0.50097,0.4043 0.30762,0.11425 0.75586,0.11425 0.45703,0 0.82618,-0.19336 0.37793,-0.20214 0.6416,-0.57129 0.26367,-0.37793 0.40429,-0.92285 0.14942,-0.55371 0.14942,-1.26562 v -5.51074 h 1.30078 v 7.47949 q 0,0 0,0.62402 0,0.33399 0.009,0.63281 0.009,0.29004 0.0176,0.50098 0.009,0.21094 0.009,0.27246 h -1.22168 q -0.009,-0.0439 -0.0176,-0.2373 0,-0.19336 -0.0176,-0.43946 -0.009,-0.25488 -0.0176,-0.50976 0,-0.26367 0,-0.43946 h -0.0264 q -0.18457,0.41309 -0.41308,0.74708 -0.21973,0.33398 -0.51856,0.57128 -0.29004,0.22852 -0.67675,0.35157 -0.37793,0.13183 -0.8877,0.13183 -0.65039,0 -1.11621,-0.19336 -0.46582,-0.19336 -0.77344,-0.59765 -0.29883,-0.4043 -0.43945,-1.03711 -0.14063,-0.63281 -0.14063,-1.52051 v -6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path650" />
        <path
           d="m 961.47754,-115.1293 q -0.36035,0.91407 -0.95801,1.30957 -0.58887,0.39551 -1.46777,0.39551 -1.47656,0 -2.1709,-1.21289 -0.69434,-1.21289 -0.69434,-3.67383 0,-4.97461 2.86524,-4.97461 0.88769,0 1.47656,0.39551 0.58887,0.39551 0.94922,1.25684 h 0.0176 q 0,-0.0879 -0.009,-0.28125 v -0.38672 q -0.009,-0.21094 -0.009,-0.39551 v -0.26367 -3.68262 h 1.30078 v 11.08301 q 0,0.34277 0,0.65918 0.009,0.31641 0.009,0.58008 0.009,0.26367 0.0176,0.45703 0.009,0.18457 0.0176,0.26367 h -1.23926 q -0.0176,-0.0879 -0.0264,-0.24609 -0.009,-0.16699 -0.0264,-0.37793 -0.009,-0.21094 -0.0176,-0.43946 0,-0.2373 0,-0.46582 z m -3.92871,-3.23437 q 0,0.98437 0.0967,1.6875 0.0967,0.70312 0.3164,1.16016 0.22852,0.44824 0.57129,0.65918 0.35157,0.21093 0.85254,0.21093 0.50977,0 0.89649,-0.20215 0.3955,-0.20214 0.65918,-0.65039 0.26367,-0.45703 0.3955,-1.18652 0.14063,-0.72949 0.14063,-1.78418 0,-1.01074 -0.14063,-1.70508 -0.13183,-0.70312 -0.40429,-1.13379 -0.26367,-0.43066 -0.65039,-0.61523 -0.37793,-0.19336 -0.8877,-0.19336 -0.47461,0 -0.82617,0.20215 -0.34277,0.20215 -0.57129,0.65039 -0.22852,0.44824 -0.34277,1.16894 -0.10547,0.71192 -0.10547,1.73145 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path652" />
        <path
           d="m 965.71387,-118.0209 q 0,0.74707 0.1582,1.37989 0.1582,0.62402 0.42188,1.08105 0.26367,0.44824 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41309 0.50977,-0.41308 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.39551 -0.34277,0.79981 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52734 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25683 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26368 1.35351,-0.26368 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67188 0.167,0.92285 0.167,1.99512 v 0.21093 z m 4.32422,-1.21289 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path654" />
      </g>
      <g
         aria-label="conservation"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text382">
        <path
           d="m 907.48633,-98.398827 q 0,0.817383 0.0967,1.50293 0.0967,0.685547 0.32519,1.186524 0.22852,0.492187 0.60645,0.764648 0.37793,0.272461 0.94043,0.272461 0.69433,0 1.15137,-0.457031 0.46582,-0.457032 0.57128,-1.40625 l 1.31836,0.105468 q -0.0615,0.588868 -0.28125,1.133789 -0.21972,0.544922 -0.58886,0.958008 -0.36914,0.413086 -0.90528,0.667969 -0.53613,0.246094 -1.23047,0.246094 -0.91406,0 -1.56445,-0.37793 -0.6416,-0.37793 -1.0459,-1.037109 -0.39551,-0.667969 -0.58008,-1.564453 -0.17578,-0.905274 -0.17578,-1.959961 0,-0.958008 0.13184,-1.6875 0.13184,-0.73828 0.36035,-1.2832 0.23731,-0.55371 0.55371,-0.92286 0.31641,-0.37792 0.68555,-0.59765 0.37793,-0.22852 0.78223,-0.3252 0.41308,-0.10547 0.83496,-0.10547 0.65918,0 1.16894,0.21973 0.50977,0.21973 0.87891,0.60645 0.37793,0.37793 0.60644,0.89648 0.22852,0.51856 0.3252,1.11621 l -1.33594,0.12305 q -0.0967,-0.79102 -0.50976,-1.25684 -0.41309,-0.46582 -1.16895,-0.46582 -0.55371,0 -0.93164,0.22852 -0.36914,0.21972 -0.59766,0.67676 -0.22851,0.44824 -0.32519,1.13378 -0.0967,0.685552 -0.0967,1.608403 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path657" />
        <path
           d="m 920.46777,-98.36367 q 0,2.496093 -0.90527,3.717773 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45899,-0.298828 -0.63281,-0.298828 -1.08105,-0.914063 -0.43945,-0.615234 -0.67676,-1.538086 -0.22851,-0.93164 -0.22851,-2.188476 0,-4.92188 3.48925,-4.92188 0.90528,0 1.56446,0.30762 0.66797,0.30762 1.08984,0.92285 0.42188,0.61524 0.61523,1.53809 0.20215,0.922851 0.20215,2.15332 z m -1.3623,0 q 0,-1.107422 -0.14063,-1.82813 -0.13183,-0.7207 -0.40429,-1.15136 -0.27246,-0.43067 -0.66797,-0.59766 -0.38672,-0.17578 -0.87012,-0.17578 -0.50098,0 -0.90527,0.18457 -0.39551,0.17578 -0.67676,0.61523 -0.28125,0.43067 -0.43066,1.15137 -0.14063,0.720705 -0.14063,1.80176 0,1.107422 0.1582,1.836914 0.15821,0.720703 0.43067,1.151367 0.28125,0.430664 0.65918,0.606445 0.37793,0.175781 0.82617,0.175781 0.50098,0 0.89648,-0.166992 0.4043,-0.175781 0.68555,-0.606445 0.28125,-0.430664 0.43066,-1.160156 0.14942,-0.729492 0.14942,-1.836914 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path659" />
        <path
           d="m 927.05957,-93.599998 v -6.029297 q 0,-0.694335 -0.0879,-1.160155 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30762,-0.12305 -0.75586,-0.12305 -0.45703,0 -0.83496,0.20215 -0.36914,0.19336 -0.63281,0.57129 -0.26367,0.36914 -0.41309,0.92285 -0.14062,0.544925 -0.14062,1.256839 v 5.510743 h -1.30078 v -7.479492 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29883 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44824 0.0176,0.2461 0.0176,0.50977 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22851,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13184 0.89648,-0.13184 0.6504,0 1.11622,0.19336 0.46582,0.19336 0.76464,0.59766 0.30762,0.4043 0.44825,1.0459 0.14062,0.63281 0.14062,1.511717 v 6.336915 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path661" />
        <path
           d="m 936.18262,-96.227928 q 0,0.667969 -0.21094,1.195312 -0.21094,0.518555 -0.61523,0.878907 -0.4043,0.351562 -0.99317,0.544921 -0.58887,0.184571 -1.34473,0.184571 -0.67675,0 -1.22168,-0.131836 -0.54492,-0.123047 -0.958,-0.404297 -0.4043,-0.28125 -0.68555,-0.738281 -0.27246,-0.465821 -0.4043,-1.133789 l 1.14258,-0.272461 q 0.16699,0.764648 0.68555,1.125 0.51855,0.351562 1.4414,0.351562 0.42188,0 0.76465,-0.07031 0.35157,-0.07031 0.60645,-0.237305 0.25488,-0.175781 0.39551,-0.457031 0.14062,-0.290039 0.14062,-0.711914 0,-0.430664 -0.16699,-0.703125 -0.16699,-0.28125 -0.46582,-0.465821 -0.29004,-0.18457 -0.71192,-0.316406 l -0.93164,-0.307617 q -0.46582,-0.149414 -0.93164,-0.333984 -0.45703,-0.184571 -0.82617,-0.483399 -0.36914,-0.307617 -0.60644,-0.755859 -0.22852,-0.448242 -0.22852,-1.124998 0,-1.30078 0.75586,-1.97754 0.76465,-0.68555 2.22363,-0.68555 1.29199,0 2.04785,0.55371 0.76465,0.55371 0.9668,1.77539 l -1.16894,0.17578 q -0.0615,-0.36914 -0.23731,-0.61523 -0.17578,-0.25488 -0.42187,-0.4043 -0.2461,-0.1582 -0.55371,-0.21972 -0.29883,-0.0703 -0.63282,-0.0703 -0.8789,0 -1.30078,0.3252 -0.41308,0.32519 -0.41308,0.98437 0,0.38672 0.14941,0.64161 0.1582,0.24609 0.43066,0.421871 0.28125,0.166992 0.66797,0.290039 l 0.86133,0.272461 q 0,0 0.63281,0.202149 0.3252,0.114257 0.63282,0.272461 0.30761,0.149414 0.57128,0.360351 0.27247,0.202149 0.47461,0.492188 0.20215,0.290039 0.31641,0.676757 0.12305,0.386719 0.12305,0.896485 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path663" />
        <path
           d="m 938.64355,-98.020897 q 0,0.74707 0.15821,1.379883 0.1582,0.624023 0.42187,1.081055 0.26367,0.448242 0.66797,0.703125 0.41309,0.246093 0.99317,0.246093 0.84375,0 1.35351,-0.413086 0.50977,-0.413086 0.68555,-1.045898 l 1.14258,0.395508 q -0.12305,0.395508 -0.34278,0.799804 -0.21972,0.395508 -0.58886,0.720704 -0.36915,0.316406 -0.92286,0.527343 -0.54492,0.202149 -1.32714,0.202149 -1.73145,0 -2.63672,-1.256836 -0.90528,-1.256836 -0.90528,-3.735352 0,-1.335937 0.27246,-2.258785 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10743,-0.83496 0.63281,-0.26368 1.35351,-0.26368 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67188 0.16699,0.92285 0.16699,1.995116 v 0.210937 z m 4.32422,-1.212891 q 0,-1.590822 -0.59765,-2.232422 -0.58887,-0.65039 -1.55567,-0.65039 -0.68554,0 -1.33593,0.58008 -0.79102,0.67676 -0.83497,2.302732 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path665" />
        <path
           d="m 945.96484,-93.599998 v -7.294922 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25489 -0.0176,-0.45703 h 1.23047 q 0.009,0.20214 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51855 v 0.43067 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.4043 0.36035,-0.65918 0.21094,-0.26367 0.50097,-0.38672 0.29004,-0.13184 0.69434,-0.13184 0.1582,0 0.29883,0.0352 0.14941,0.0264 0.22851,0.0527 v 1.45019 q -0.13183,-0.0439 -0.30761,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.24609 -0.30762,0.2461 -0.50977,0.68555 -0.19335,0.43066 -0.29003,1.03711 -0.0879,0.597656 -0.0879,1.30957 v 4.957032 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path667" />
        <path
           d="M 954.28809,-93.599998 H 952.75 l -2.83008,-9.509762 h 1.37988 l 1.71387,6.187496 q 0,0 0.12305,0.474609 l 0.14062,0.571289 0.13184,0.571289 0.10547,0.465821 q 0,0 0.11426,-0.465821 l 0.14062,-0.5625 q 0.0703,-0.290039 0.14063,-0.5625 0.0791,-0.28125 0.14062,-0.474609 l 1.77539,-6.205074 h 1.3711 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path669" />
        <path
           d="m 960.22949,-93.424217 q -1.17773,0 -1.7666,-0.75586 -0.58887,-0.755859 -0.58887,-2.074218 0,-0.94043 0.29004,-1.538086 0.29883,-0.606446 0.76465,-0.949219 0.47461,-0.342773 1.08106,-0.474609 0.60644,-0.131836 1.23046,-0.149414 l 1.75782,-0.03516 v -0.518554 q 0,-0.588866 -0.10547,-1.001956 -0.0967,-0.41308 -0.30762,-0.66797 -0.21094,-0.25488 -0.52734,-0.36914 -0.30762,-0.12304 -0.73828,-0.12304 -0.37793,0 -0.67676,0.0703 -0.29883,0.0615 -0.52735,0.2373 -0.21972,0.167 -0.36035,0.46582 -0.13183,0.29004 -0.17578,0.73828 l -1.35351,-0.14941 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34278 0.92285,-0.52735 0.5625,-0.19336 1.3623,-0.19336 1.46778,0 2.20606,0.82618 0.74707,0.81738 0.74707,2.37304 v 4.095707 q 0,0.703125 0.14941,1.063476 0.14942,0.351563 0.58008,0.351563 0.10547,0 0.21094,-0.01758 0.11425,-0.01758 0.21093,-0.04394 v 0.984375 q -0.24609,0.07031 -0.49218,0.105469 -0.23731,0.03516 -0.50977,0.03516 -0.36914,0 -0.63281,-0.114258 -0.26367,-0.123047 -0.43067,-0.360351 -0.1582,-0.246094 -0.24609,-0.597656 -0.0879,-0.360352 -0.11426,-0.834961 h -0.0351 q -0.21094,0.457031 -0.46582,0.826171 -0.2461,0.369141 -0.58008,0.632813 -0.3252,0.254883 -0.75586,0.395508 -0.42188,0.140625 -0.9668,0.140625 z m 0.29883,-1.186524 q 0.62402,0 1.08105,-0.272461 0.46583,-0.28125 0.77344,-0.711914 0.30762,-0.430664 0.45703,-0.940429 0.15821,-0.509766 0.15821,-0.975586 v -0.782227 l -1.42383,0.03516 q -0.47461,0.0088 -0.90527,0.08789 -0.43067,0.07031 -0.75586,0.290039 -0.31641,0.219727 -0.50977,0.615234 -0.19336,0.395508 -0.19336,1.03711 0,0.773437 0.34277,1.195312 0.34278,0.421875 0.97559,0.421875 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path671" />
        <path
           d="m 969.47559,-93.670311 q -0.29883,0.09668 -0.60645,0.149414 -0.30762,0.06152 -0.71191,0.06152 -1.55567,0 -1.55567,-2.153321 v -6.345706 h -0.90527 v -1.15136 h 0.95801 l 0.37793,-2.12696 h 0.87011 v 2.12696 h 1.44141 v 1.15136 h -1.44141 v 6.002933 q 0,0.685547 0.18457,0.966797 0.18457,0.272461 0.63282,0.272461 0.18457,0 0.36035,-0.03516 0.18457,-0.03516 0.39551,-0.08789 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path673" />
        <path
           d="m 970.57422,-105.13125 v -1.51172 h 1.30078 v 1.51172 z m 0,11.531252 v -9.509762 h 1.30078 v 9.509762 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path675" />
        <path
           d="m 980.44434,-98.36367 q 0,2.496093 -0.90528,3.717773 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45898,-0.298828 -0.63282,-0.298828 -1.08106,-0.914063 -0.43945,-0.615234 -0.67676,-1.538086 -0.22851,-0.93164 -0.22851,-2.188476 0,-4.92188 3.48926,-4.92188 0.90527,0 1.56445,0.30762 0.66797,0.30762 1.08984,0.92285 0.42188,0.61524 0.61524,1.53809 0.20215,0.922851 0.20215,2.15332 z m -1.36231,0 q 0,-1.107422 -0.14062,-1.82813 -0.13184,-0.7207 -0.4043,-1.15136 -0.27246,-0.43067 -0.66797,-0.59766 -0.38672,-0.17578 -0.87012,-0.17578 -0.50097,0 -0.90527,0.18457 -0.39551,0.17578 -0.67676,0.61523 -0.28125,0.43067 -0.43066,1.15137 -0.14063,0.720705 -0.14063,1.80176 0,1.107422 0.15821,1.836914 0.1582,0.720703 0.43066,1.151367 0.28125,0.430664 0.65918,0.606445 0.37793,0.175781 0.82617,0.175781 0.50098,0 0.89649,-0.166992 0.40429,-0.175781 0.68554,-0.606445 0.28125,-0.430664 0.43067,-1.160156 0.14941,-0.729492 0.14941,-1.836914 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path677" />
        <path
           d="m 987.03613,-93.599998 v -6.029297 q 0,-0.694335 -0.0879,-1.160155 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30761,-0.12305 -0.75586,-0.12305 -0.45703,0 -0.83496,0.20215 -0.36914,0.19336 -0.63281,0.57129 -0.26367,0.36914 -0.41309,0.92285 -0.14062,0.544925 -0.14062,1.256839 v 5.510743 h -1.30078 v -7.479492 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29883 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44824 0.0176,0.2461 0.0176,0.50977 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22852,-0.33398 0.51856,-0.5625 0.29882,-0.2373 0.67675,-0.36035 0.38672,-0.13184 0.89649,-0.13184 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59766 0.30761,0.4043 0.44824,1.0459 0.14062,0.63281 0.14062,1.511717 v 6.336915 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path679" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge18"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title385">Container-&gt;Warehouse</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path387"
         d="m 766,-108 c 33.8159,0 67.6318,0 101.4478,0" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon389"
         points="867.4619,-104.5001 867.4619,-111.5001 877.4619,-108 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer7"
     inkscape:label="Mobilier">
    <g
       style="display:inline"
       class="node"
       id="node14"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title246">BaseFind</title>
      <path
         style="fill:none;stroke:#c71585;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path248"
         d="m 771.5,-372 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Mobilier"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text250">
        <path
           d="m 693.84375,-353.60001 v -8.26171 q 0,-0.44825 0.009,-0.91407 0.009,-0.46582 0.0176,-0.85254 0.0176,-0.44824 0.0439,-0.87011 -0.0967,0.44824 -0.21094,0.88769 0,0 -0.21093,0.79981 -0.10547,0.43066 -0.21973,0.77343 l -2.61914,8.4375 h -0.9668 l -2.66308,-8.4375 q -0.0439,-0.13183 -0.0879,-0.30761 l -0.0967,-0.37793 -0.11426,-0.4043 -0.10547,-0.4043 q -0.12305,-0.46582 -0.2373,-0.96679 0.009,0.49218 0.0264,0.97558 0.0176,0.41309 0.0176,0.87012 0.009,0.44824 0.009,0.79102 v 8.26171 h -1.22168 v -12.38379 h 1.81055 l 2.69824,8.58692 q 0.0527,0.17578 0.12305,0.45703 0.0703,0.27246 0.13183,0.5625 0.0703,0.29004 0.12305,0.55371 0.0527,0.25488 0.0791,0.39551 0.0176,-0.14063 0.0703,-0.4043 0.0615,-0.26367 0.14063,-0.55371 l 0.14941,-0.5625 q 0.0703,-0.27246 0.13184,-0.44824 l 2.64551,-8.58692 h 1.7666 v 12.38379 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path511" />
        <path
           d="m 703.88965,-358.36368 q 0,2.4961 -0.90528,3.71778 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45898,-0.29883 -0.63281,-0.29883 -1.08106,-0.91407 -0.43945,-0.61523 -0.67675,-1.53808 -0.22852,-0.93164 -0.22852,-2.18848 0,-4.92187 3.48926,-4.92187 0.90527,0 1.56445,0.30761 0.66797,0.30762 1.08985,0.92286 0.42187,0.61523 0.61523,1.53808 0.20215,0.92285 0.20215,2.15332 z m -1.36231,0 q 0,-1.10742 -0.14062,-1.82812 -0.13184,-0.72071 -0.4043,-1.15137 -0.27246,-0.43066 -0.66797,-0.59766 -0.38672,-0.17578 -0.87011,-0.17578 -0.50098,0 -0.90528,0.18457 -0.39551,0.17578 -0.67676,0.61524 -0.28125,0.43066 -0.43066,1.15136 -0.14062,0.72071 -0.14062,1.80176 0,1.10742 0.1582,1.83692 0.1582,0.7207 0.43066,1.15136 0.28125,0.43067 0.65918,0.60645 0.37793,0.17578 0.82617,0.17578 0.50098,0 0.89649,-0.16699 0.4043,-0.17578 0.68555,-0.60645 0.28125,-0.43066 0.43066,-1.16015 0.14941,-0.7295 0.14941,-1.83692 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path513" />
        <path
           d="m 712.11621,-358.39883 q 0,4.97461 -2.86523,4.97461 -0.8877,0 -1.47657,-0.38672 -0.58007,-0.39551 -0.94921,-1.26563 h -0.0176 q 0,0.22852 -0.009,0.47461 -0.009,0.24609 -0.0176,0.45703 l -0.0264,0.36035 q -0.009,0.14942 -0.0176,0.18457 h -1.25683 q 0.009,-0.0791 0.0176,-0.26367 0.009,-0.19336 0.009,-0.45703 0.009,-0.26367 0.009,-0.58008 0.009,-0.3164 0.009,-0.65918 v -11.083 h 1.30079 v 3.71777 q 0,0.26367 -0.009,0.50976 0,0.23731 -0.009,0.42188 -0.009,0.21973 -0.0176,0.41309 h 0.0352 q 0.36035,-0.91407 0.94921,-1.30958 0.59766,-0.3955 1.47657,-0.3955 1.47656,0 2.17089,1.21289 0.69434,1.21289 0.69434,3.67383 z m -1.3623,0.0527 q 0,-0.98437 -0.0967,-1.6875 -0.0967,-0.70312 -0.3252,-1.15137 -0.21973,-0.45703 -0.57129,-0.66797 -0.34277,-0.21093 -0.84375,-0.21093 -0.50976,0 -0.90527,0.20215 -0.38672,0.20214 -0.65039,0.65039 -0.26367,0.44824 -0.4043,1.17773 -0.13183,0.72949 -0.13183,1.78418 0,1.01953 0.13183,1.71387 0.14063,0.69433 0.4043,1.13379 0.26367,0.43066 0.65039,0.62402 0.38672,0.18457 0.89648,0.18457 0.47461,0 0.81739,-0.20215 0.35156,-0.20215 0.58007,-0.65039 0.22852,-0.44824 0.33399,-1.16016 0.11426,-0.7207 0.11426,-1.74023 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path515" />
        <path
           d="m 713.74219,-365.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path517" />
        <path
           d="m 717.02051,-353.60001 v -13.04296 h 1.30078 v 13.04296 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path519" />
        <path
           d="m 720.28125,-365.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path521" />
        <path
           d="m 724.49121,-358.0209 q 0,0.74707 0.1582,1.37988 0.15821,0.62402 0.42188,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41308 0.50976,-0.41309 0.68554,-1.0459 l 1.14258,0.39551 q -0.12304,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73144,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35352,-0.26367 0.98437,0 1.64355,0.38672 1.27442,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58886,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79101,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path523" />
        <path
           d="m 731.8125,-353.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14063,-0.54492 0.29004,-0.94043 0.14942,-0.4043 0.36035,-0.65918 0.21094,-0.26367 0.50098,-0.38672 0.29004,-0.13183 0.69434,-0.13183 0.1582,0 0.29883,0.0351 0.14941,0.0264 0.22851,0.0527 v 1.45019 q -0.13184,-0.0439 -0.30762,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76464,0.2461 -0.30762,0.24609 -0.50977,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path525" />
      </g>
      <g
         aria-label="d'origine"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text252">
        <path
           d="m 689.41504,-335.1293 q -0.36035,0.91406 -0.95801,1.30957 -0.58887,0.39551 -1.46777,0.39551 -1.47656,0 -2.1709,-1.2129 -0.69434,-1.21289 -0.69434,-3.67382 0,-4.97461 2.86524,-4.97461 0.88769,0 1.47656,0.3955 0.58887,0.39551 0.94922,1.25684 h 0.0176 q 0,-0.0879 -0.009,-0.28125 v -0.38672 q -0.009,-0.21094 -0.009,-0.39551 v -0.26367 -3.68261 h 1.30078 v 11.083 q 0,0.34278 0,0.65918 0.009,0.31641 0.009,0.58008 0.009,0.26367 0.0176,0.45703 0.009,0.18457 0.0176,0.26367 h -1.23926 q -0.0176,-0.0879 -0.0264,-0.24609 -0.009,-0.16699 -0.0264,-0.37793 -0.009,-0.21094 -0.0176,-0.43945 0,-0.23731 0,-0.46582 z m -3.92871,-3.23438 q 0,0.98438 0.0967,1.6875 0.0967,0.70313 0.3164,1.16016 0.22852,0.44824 0.57129,0.65918 0.35157,0.21094 0.85254,0.21094 0.50977,0 0.89649,-0.20215 0.3955,-0.20215 0.65918,-0.65039 0.26367,-0.45703 0.3955,-1.18653 0.14063,-0.72949 0.14063,-1.78418 0,-1.01074 -0.14063,-1.70507 -0.13183,-0.70313 -0.40429,-1.13379 -0.26367,-0.43067 -0.65039,-0.61524 -0.37793,-0.19336 -0.8877,-0.19336 -0.47461,0 -0.82617,0.20215 -0.34277,0.20215 -0.57129,0.65039 -0.22852,0.44824 -0.34277,1.16895 -0.10547,0.71191 -0.10547,1.73144 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path528" />
        <path
           d="m 693.65137,-342.09024 h -1.01953 l -0.14942,-3.89356 h 1.32715 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path530" />
        <path
           d="m 702.15918,-338.36368 q 0,2.4961 -0.90527,3.71778 -0.89649,1.22168 -2.61036,1.22168 -0.81738,0 -1.45898,-0.29883 -0.63281,-0.29883 -1.08105,-0.91407 -0.43946,-0.61523 -0.67676,-1.53808 -0.22852,-0.93164 -0.22852,-2.18848 0,-4.92187 3.48926,-4.92187 0.90527,0 1.56445,0.30761 0.66797,0.30762 1.08985,0.92286 0.42187,0.61523 0.61523,1.53808 0.20215,0.92285 0.20215,2.15332 z m -1.36231,0 q 0,-1.10742 -0.14062,-1.82812 -0.13184,-0.72071 -0.4043,-1.15137 -0.27246,-0.43066 -0.66797,-0.59766 -0.38671,-0.17578 -0.87011,-0.17578 -0.50098,0 -0.90528,0.18457 -0.3955,0.17578 -0.67675,0.61524 -0.28125,0.43066 -0.43067,1.15136 -0.14062,0.72071 -0.14062,1.80176 0,1.10742 0.1582,1.83692 0.1582,0.7207 0.43066,1.15136 0.28125,0.43067 0.65918,0.60645 0.37793,0.17578 0.82618,0.17578 0.50097,0 0.89648,-0.16699 0.4043,-0.17578 0.68555,-0.60645 0.28125,-0.43066 0.43066,-1.16015 0.14941,-0.7295 0.14941,-1.83692 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path532" />
        <path
           d="m 703.82031,-333.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.4043 0.36035,-0.65918 0.21093,-0.26367 0.50097,-0.38672 0.29004,-0.13183 0.69434,-0.13183 0.1582,0 0.29883,0.0351 0.14941,0.0264 0.22851,0.0527 v 1.45019 q -0.13183,-0.0439 -0.30761,-0.0615 -0.167,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30762,0.24609 -0.50977,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path534" />
        <path
           d="m 708.70703,-345.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path536" />
        <path
           d="m 714.93848,-329.86465 q -0.66797,0 -1.18653,-0.167 -0.51855,-0.16699 -0.88769,-0.4834 -0.36914,-0.30761 -0.59766,-0.73828 -0.22851,-0.43066 -0.33398,-0.958 l 1.30957,-0.22852 q 0.13183,0.65918 0.57129,1.01074 0.43945,0.36035 1.16015,0.36035 0.43946,0 0.79981,-0.14941 0.36035,-0.14941 0.61523,-0.4834 0.25488,-0.32519 0.38672,-0.85254 0.14063,-0.52734 0.14063,-1.2832 v -1.5293 h -0.0176 q -0.14063,0.36035 -0.35157,0.69434 -0.21093,0.32519 -0.51855,0.58008 -0.30762,0.25488 -0.71191,0.41308 -0.4043,0.14942 -0.92286,0.14942 -0.73828,0 -1.27441,-0.29883 -0.52734,-0.30762 -0.86133,-0.91406 -0.33398,-0.60645 -0.49219,-1.50293 -0.14941,-0.90528 -0.14941,-2.0918 0,-1.14258 0.14941,-2.05664 0.15821,-0.91406 0.50098,-1.54688 0.35156,-0.6416 0.90527,-0.97558 0.5625,-0.34278 1.36231,-0.34278 0.82617,0 1.43262,0.46582 0.61523,0.45704 0.94922,1.30957 h 0.0176 q 0,-0.21972 0.009,-0.49218 0.009,-0.27246 0.0176,-0.50977 0.0176,-0.24609 0.0264,-0.42187 0.0176,-0.17578 0.0352,-0.20215 h 1.23047 q -0.009,0.0791 -0.0176,0.27246 -0.009,0.18457 -0.0176,0.44824 0,0.26367 -0.009,0.58887 0,0.3164 0,0.65918 v 7.26855 q 0,1.99512 -0.8086,2.99707 -0.7998,1.01075 -2.46093,1.01075 z m 1.97754,-8.49024 q 0,-0.99316 -0.17579,-1.69629 -0.17578,-0.71191 -0.46582,-1.16015 -0.29004,-0.44825 -0.65918,-0.65918 -0.36914,-0.21094 -0.75586,-0.21094 -0.50097,0 -0.86132,0.21094 -0.35157,0.21093 -0.58887,0.66796 -0.23731,0.44825 -0.35156,1.16016 -0.10547,0.70313 -0.10547,1.6875 0,1.02832 0.10547,1.73145 0.11425,0.69433 0.34277,1.125 0.23731,0.43066 0.58887,0.61523 0.35156,0.18457 0.84375,0.18457 0.38672,0 0.75586,-0.20215 0.37793,-0.20215 0.66797,-0.6416 0.29882,-0.43945 0.47461,-1.13379 0.18457,-0.69433 0.18457,-1.67871 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path538" />
        <path
           d="m 720.20312,-345.13126 v -1.51171 h 1.30079 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30079 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path540" />
        <path
           d="m 728.43848,-333.60001 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27247,-0.74707 -0.18457,-0.29004 -0.49218,-0.4043 -0.30762,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19335 -0.63282,0.57128 -0.26367,0.36914 -0.41308,0.92286 -0.14063,0.54492 -0.14063,1.25683 v 5.51074 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.40429,-0.74707 0.22852,-0.33398 0.51856,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13183 0.89648,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59765 0.30762,0.4043 0.44824,1.0459 0.14063,0.63281 0.14063,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path542" />
        <path
           d="m 732.63965,-338.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path544" />
      </g>
    </g>
    <g
       style="display:inline"
       class="node"
       id="node15"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title269">Find</title>
      <path
         style="fill:none;stroke:#c71585;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path271"
         d="m 715.5,-204 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Mobilier"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
         id="text273">
        <path
           d="m 639.48633,-181.60001 v -8.26171 q 0,-0.44825 0.009,-0.91407 0.009,-0.46582 0.0176,-0.85254 0.0176,-0.44824 0.0439,-0.87011 -0.0967,0.44824 -0.21094,0.88769 0,0 -0.21093,0.79981 -0.10547,0.43066 -0.21973,0.77343 l -2.61914,8.4375 h -0.9668 l -2.66308,-8.4375 q -0.0439,-0.13183 -0.0879,-0.30761 l -0.0967,-0.37793 -0.11426,-0.4043 -0.10547,-0.4043 q -0.12305,-0.46582 -0.23731,-0.96679 0.009,0.49218 0.0264,0.97558 0.0176,0.41309 0.0176,0.87012 0.009,0.44824 0.009,0.79102 v 8.26171 h -1.22168 v -12.38379 h 1.81055 l 2.69824,8.58692 q 0.0527,0.17578 0.12304,0.45703 0.0703,0.27246 0.13184,0.5625 0.0703,0.29004 0.12305,0.55371 0.0527,0.25488 0.0791,0.39551 0.0176,-0.14063 0.0703,-0.4043 0.0615,-0.26367 0.14063,-0.55371 l 0.14941,-0.5625 q 0.0703,-0.27246 0.13184,-0.44824 l 2.6455,-8.58692 h 1.76661 v 12.38379 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path608" />
        <path
           d="m 649.53223,-186.36368 q 0,2.4961 -0.90528,3.71778 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45898,-0.29883 -0.63282,-0.29883 -1.08106,-0.91407 -0.43945,-0.61523 -0.67676,-1.53808 -0.22851,-0.93164 -0.22851,-2.18848 0,-4.92187 3.48926,-4.92187 0.90527,0 1.56445,0.30761 0.66797,0.30762 1.08984,0.92286 0.42188,0.61523 0.61524,1.53808 0.20215,0.92285 0.20215,2.15332 z m -1.36231,0 q 0,-1.10742 -0.14062,-1.82812 -0.13184,-0.72071 -0.4043,-1.15137 -0.27246,-0.43066 -0.66797,-0.59766 -0.38672,-0.17578 -0.87012,-0.17578 -0.50097,0 -0.90527,0.18457 -0.39551,0.17578 -0.67676,0.61524 -0.28125,0.43066 -0.43066,1.15136 -0.14063,0.72071 -0.14063,1.80176 0,1.10742 0.15821,1.83692 0.1582,0.7207 0.43066,1.15136 0.28125,0.43067 0.65918,0.60645 0.37793,0.17578 0.82617,0.17578 0.50098,0 0.89649,-0.16699 0.40429,-0.17578 0.68554,-0.60645 0.28125,-0.43066 0.43067,-1.16015 0.14941,-0.7295 0.14941,-1.83692 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path610" />
        <path
           d="m 657.75879,-186.39883 q 0,4.97461 -2.86524,4.97461 -0.88769,0 -1.47656,-0.38672 -0.58008,-0.39551 -0.94922,-1.26563 h -0.0176 q 0,0.22852 -0.009,0.47461 -0.009,0.24609 -0.0176,0.45703 l -0.0264,0.36035 q -0.009,0.14942 -0.0176,0.18457 h -1.25683 q 0.009,-0.0791 0.0176,-0.26367 0.009,-0.19336 0.009,-0.45703 0.009,-0.26367 0.009,-0.58008 0.009,-0.3164 0.009,-0.65918 v -11.083 h 1.30078 v 3.71777 q 0,0.26367 -0.009,0.50976 0,0.23731 -0.009,0.42188 -0.009,0.21973 -0.0176,0.41309 h 0.0351 q 0.36035,-0.91407 0.94922,-1.30958 0.59766,-0.3955 1.47656,-0.3955 1.47657,0 2.1709,1.21289 0.69434,1.21289 0.69434,3.67383 z m -1.36231,0.0527 q 0,-0.98437 -0.0967,-1.6875 -0.0967,-0.70312 -0.32519,-1.15137 -0.21973,-0.45703 -0.57129,-0.66797 -0.34277,-0.21093 -0.84375,-0.21093 -0.50977,0 -0.90527,0.20215 -0.38672,0.20214 -0.65039,0.65039 -0.26368,0.44824 -0.4043,1.17773 -0.13184,0.72949 -0.13184,1.78418 0,1.01953 0.13184,1.71387 0.14062,0.69433 0.4043,1.13379 0.26367,0.43066 0.65039,0.62402 0.38672,0.18457 0.89648,0.18457 0.47461,0 0.81738,-0.20215 0.35157,-0.20215 0.58008,-0.65039 0.22852,-0.44824 0.33399,-1.16016 0.11425,-0.7207 0.11425,-1.74023 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path612" />
        <path
           d="m 659.38477,-193.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path614" />
        <path
           d="m 662.66309,-181.60001 v -13.04296 h 1.30078 v 13.04296 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path616" />
        <path
           d="m 665.92383,-193.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path618" />
        <path
           d="m 670.13379,-186.0209 q 0,0.74707 0.1582,1.37988 0.15821,0.62402 0.42188,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41308 0.50976,-0.41309 0.68554,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35352,-0.26367 0.98437,0 1.64355,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path620" />
        <path
           d="m 677.45508,-181.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14063,-0.54492 0.29004,-0.94043 0.14942,-0.4043 0.36035,-0.65918 0.21094,-0.26367 0.50098,-0.38672 0.29004,-0.13183 0.69434,-0.13183 0.1582,0 0.29882,0.0351 0.14942,0.0264 0.22852,0.0527 v 1.45019 q -0.13184,-0.0439 -0.30762,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30761,0.24609 -0.50976,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path622" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge16"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title276">BaseFind-&gt;Find</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path278"
         d="m 710.1673,-323.5908 c -1.905,22.4403 -6.5186,56.2691 -17.6673,83.5908 -3.8878,9.5276 -9.6541,19.0709 -15.4838,27.427" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon280"
         points="674.0761,-214.4821 679.7248,-210.3477 670.9942,-204.3454 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge15"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title255">CR-&gt;BaseFind</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path257"
         d="m 718.6076,-407.7037 c -0.9432,7.9229 -2.0089,16.8747 -3.0226,25.3901" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon259"
         points="714.3859,-372.2417 712.0927,-382.5853 719.0436,-381.7578 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer6"
     inkscape:label="UE">
    <g
       style="display:inline"
       class="node"
       id="node13"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title188">CR</title>
      <path
         style="fill:none;stroke:#ffa500;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path190"
         d="m 781.5,-456 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Unité"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text192">
        <path
           d="m 707.76465,-437.42422 q -0.83496,0 -1.58203,-0.27247 -0.74707,-0.27246 -1.31836,-0.84375 -0.5625,-0.58007 -0.89649,-1.45898 -0.33398,-0.8877 -0.33398,-2.10059 v -7.88379 h 1.37988 v 7.74317 q 0,0.94043 0.20215,1.59961 0.21094,0.65039 0.57129,1.06347 0.36914,0.41309 0.87012,0.60645 0.50097,0.18457 1.09863,0.18457 0.58887,0 1.11621,-0.19336 0.52734,-0.19336 0.92285,-0.61523 0.39551,-0.42188 0.62403,-1.09864 0.22851,-0.68554 0.22851,-1.66113 v -7.62891 h 1.37109 v 7.72559 q 0,1.23926 -0.34277,2.15332 -0.33398,0.90527 -0.91406,1.50293 -0.57129,0.59766 -1.34473,0.8877 -0.77344,0.29004 -1.65234,0.29004 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path467" />
        <path
           d="m 719.10254,-437.60001 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30762,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19335 -0.63281,0.57128 -0.26367,0.36914 -0.41309,0.92286 -0.14062,0.54492 -0.14062,1.25683 v 5.51074 h -1.30079 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22851,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13183 0.89648,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59765 0.30762,0.4043 0.44825,1.0459 0.14062,0.63281 0.14062,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path469" />
        <path
           d="m 722.36328,-449.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path471" />
        <path
           d="m 728.64746,-437.67032 q -0.29883,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90528 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87012 v 2.12695 h 1.4414 v 1.15137 h -1.4414 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0351 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path473" />
        <path
           d="m 730.68652,-442.0209 q 0,0.74707 0.15821,1.37988 0.1582,0.62402 0.42187,1.08105 0.26367,0.44825 0.66797,0.70313 0.41309,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14257,0.39551 q -0.12304,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73144,0 -2.63671,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63282,-0.26367 1.35352,-0.26367 0.98437,0 1.64355,0.38672 1.27442,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79101,0.67676 -0.83496,2.30273 z m -2.49609,-4.92187 v -0.17578 l 1.56445,-2.52246 h 1.49414 v 0.25488 l -2.38183,2.44336 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path475" />
      </g>
      <g
         aria-label="d'enregistrement"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text194">
        <path
           d="m 670.41504,-419.1293 q -0.36035,0.91406 -0.95801,1.30957 -0.58887,0.39551 -1.46777,0.39551 -1.47656,0 -2.1709,-1.2129 -0.69434,-1.21289 -0.69434,-3.67382 0,-4.97461 2.86524,-4.97461 0.88769,0 1.47656,0.3955 0.58887,0.39551 0.94922,1.25684 h 0.0176 q 0,-0.0879 -0.009,-0.28125 v -0.38672 q -0.009,-0.21094 -0.009,-0.39551 v -0.26367 -3.68261 h 1.30078 v 11.083 q 0,0.34278 0,0.65918 0.009,0.31641 0.009,0.58008 0.009,0.26367 0.0176,0.45703 0.009,0.18457 0.0176,0.26367 h -1.23926 q -0.0176,-0.0879 -0.0264,-0.24609 -0.009,-0.16699 -0.0264,-0.37793 -0.009,-0.21094 -0.0176,-0.43945 0,-0.23731 0,-0.46582 z m -3.92871,-3.23438 q 0,0.98438 0.0967,1.6875 0.0967,0.70313 0.3164,1.16016 0.22852,0.44824 0.57129,0.65918 0.35157,0.21094 0.85254,0.21094 0.50977,0 0.89649,-0.20215 0.3955,-0.20215 0.65918,-0.65039 0.26367,-0.45703 0.3955,-1.18653 0.14063,-0.72949 0.14063,-1.78418 0,-1.01074 -0.14063,-1.70507 -0.13183,-0.70313 -0.40429,-1.13379 -0.26367,-0.43067 -0.65039,-0.61524 -0.37793,-0.19336 -0.8877,-0.19336 -0.47461,0 -0.82617,0.20215 -0.34277,0.20215 -0.57129,0.65039 -0.22852,0.44824 -0.34277,1.16895 -0.10547,0.71191 -0.10547,1.73144 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path478" />
        <path
           d="m 674.65137,-426.09024 h -1.01953 l -0.14942,-3.89356 h 1.32715 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path480" />
        <path
           d="m 677.49902,-422.0209 q 0,0.74707 0.15821,1.37988 0.1582,0.62402 0.42187,1.08105 0.26367,0.44825 0.66797,0.70313 0.41309,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14257,0.39551 q -0.12304,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73144,0 -2.63671,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63282,-0.26367 1.35352,-0.26367 0.98437,0 1.64355,0.38672 1.27442,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79101,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path482" />
        <path
           d="m 689.75098,-417.60001 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27247,-0.74707 -0.18457,-0.29004 -0.49218,-0.4043 -0.30762,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19335 -0.63282,0.57128 -0.26367,0.36914 -0.41308,0.92286 -0.14063,0.54492 -0.14063,1.25683 v 5.51074 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.40429,-0.74707 0.22852,-0.33398 0.51856,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13183 0.89648,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59765 0.30762,0.4043 0.44824,1.0459 0.14063,0.63281 0.14063,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path484" />
        <path
           d="m 693.04687,-417.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.4043 0.36035,-0.65918 0.21094,-0.26367 0.50098,-0.38672 0.29004,-0.13183 0.69433,-0.13183 0.15821,0 0.29883,0.0351 0.14941,0.0264 0.22852,0.0527 v 1.45019 q -0.13184,-0.0439 -0.30762,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30762,0.24609 -0.50976,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path486" />
        <path
           d="m 698.87402,-422.0209 q 0,0.74707 0.15821,1.37988 0.1582,0.62402 0.42187,1.08105 0.26367,0.44825 0.66797,0.70313 0.41309,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14257,0.39551 q -0.12304,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73144,0 -2.63671,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63282,-0.26367 1.35352,-0.26367 0.98437,0 1.64355,0.38672 1.27442,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79101,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path488" />
        <path
           d="m 709.12207,-413.86465 q -0.66797,0 -1.18652,-0.167 -0.51856,-0.16699 -0.8877,-0.4834 -0.36914,-0.30761 -0.59765,-0.73828 -0.22852,-0.43066 -0.33399,-0.958 l 1.30957,-0.22852 q 0.13184,0.65918 0.57129,1.01074 0.43945,0.36035 1.16016,0.36035 0.43945,0 0.7998,-0.14941 0.36035,-0.14941 0.61524,-0.4834 0.25488,-0.32519 0.38671,-0.85254 0.14063,-0.52734 0.14063,-1.2832 v -1.5293 h -0.0176 q -0.14062,0.36035 -0.35156,0.69434 -0.21094,0.32519 -0.51856,0.58008 -0.30761,0.25488 -0.71191,0.41308 -0.4043,0.14942 -0.92285,0.14942 -0.73828,0 -1.27442,-0.29883 -0.52734,-0.30762 -0.86132,-0.91406 -0.33399,-0.60645 -0.49219,-1.50293 -0.14942,-0.90528 -0.14942,-2.0918 0,-1.14258 0.14942,-2.05664 0.1582,-0.91406 0.50098,-1.54688 0.35156,-0.6416 0.90527,-0.97558 0.5625,-0.34278 1.3623,-0.34278 0.82618,0 1.43262,0.46582 0.61523,0.45704 0.94922,1.30957 h 0.0176 q 0,-0.21972 0.009,-0.49218 0.009,-0.27246 0.0176,-0.50977 0.0176,-0.24609 0.0264,-0.42187 0.0176,-0.17578 0.0352,-0.20215 h 1.23047 q -0.009,0.0791 -0.0176,0.27246 -0.009,0.18457 -0.0176,0.44824 0,0.26367 -0.009,0.58887 0,0.3164 0,0.65918 v 7.26855 q 0,1.99512 -0.80859,2.99707 -0.79981,1.01075 -2.46094,1.01075 z m 1.97754,-8.49024 q 0,-0.99316 -0.17578,-1.69629 -0.17578,-0.71191 -0.46582,-1.16015 -0.29004,-0.44825 -0.65918,-0.65918 -0.36914,-0.21094 -0.75586,-0.21094 -0.50098,0 -0.86133,0.21094 -0.35156,0.21093 -0.58887,0.66796 -0.2373,0.44825 -0.35156,1.16016 -0.10547,0.70313 -0.10547,1.6875 0,1.02832 0.10547,1.73145 0.11426,0.69433 0.34277,1.125 0.23731,0.43066 0.58887,0.61523 0.35156,0.18457 0.84375,0.18457 0.38672,0 0.75586,-0.20215 0.37793,-0.20215 0.66797,-0.6416 0.29883,-0.43945 0.47461,-1.13379 0.18457,-0.69433 0.18457,-1.67871 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path490" />
        <path
           d="m 714.38672,-429.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path492" />
        <path
           d="m 723.51855,-420.22794 q 0,0.66797 -0.21093,1.19532 -0.21094,0.51855 -0.61524,0.8789 -0.40429,0.35157 -0.99316,0.54492 -0.58887,0.18458 -1.34473,0.18458 -0.67676,0 -1.22168,-0.13184 -0.54492,-0.12305 -0.95801,-0.4043 -0.40429,-0.28125 -0.68554,-0.73828 -0.27246,-0.46582 -0.4043,-1.13379 l 1.14258,-0.27246 q 0.16699,0.76465 0.68555,1.125 0.51855,0.35156 1.4414,0.35156 0.42188,0 0.76465,-0.0703 0.35156,-0.0703 0.60645,-0.2373 0.25488,-0.17578 0.3955,-0.45703 0.14063,-0.29004 0.14063,-0.71192 0,-0.43066 -0.16699,-0.70312 -0.167,-0.28125 -0.46582,-0.46582 -0.29004,-0.18457 -0.71192,-0.31641 l -0.93164,-0.30762 q -0.46582,-0.14941 -0.93164,-0.33398 -0.45703,-0.18457 -0.82617,-0.4834 -0.36914,-0.30762 -0.60645,-0.75586 -0.22851,-0.44824 -0.22851,-1.125 0,-1.30078 0.75586,-1.97754 0.76465,-0.68555 2.22363,-0.68555 1.29199,0 2.04785,0.55372 0.76465,0.55371 0.9668,1.77539 l -1.16895,0.17578 q -0.0615,-0.36914 -0.2373,-0.61524 -0.17578,-0.25488 -0.42188,-0.40429 -0.24609,-0.15821 -0.55371,-0.21973 -0.29883,-0.0703 -0.63281,-0.0703 -0.87891,0 -1.30078,0.32519 -0.41309,0.3252 -0.41309,0.98438 0,0.38672 0.14942,0.6416 0.1582,0.24609 0.43066,0.42187 0.28125,0.167 0.66797,0.29004 l 0.86133,0.27246 q 0,0 0.63281,0.20215 0.3252,0.11426 0.63281,0.27246 0.30762,0.14942 0.57129,0.36035 0.27246,0.20215 0.47461,0.49219 0.20215,0.29004 0.31641,0.67676 0.12304,0.38672 0.12304,0.89648 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path494" />
        <path
           d="m 728.05371,-417.67032 q -0.29883,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90528 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87012 v 2.12695 h 1.4414 v 1.15137 h -1.4414 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0351 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path496" />
        <path
           d="m 729.1875,-417.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14063,-0.54492 0.29004,-0.94043 0.14942,-0.4043 0.36035,-0.65918 0.21094,-0.26367 0.50098,-0.38672 0.29004,-0.13183 0.69434,-0.13183 0.1582,0 0.29883,0.0351 0.14941,0.0264 0.22851,0.0527 v 1.45019 q -0.13184,-0.0439 -0.30762,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76464,0.2461 -0.30762,0.24609 -0.50977,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path498" />
        <path
           d="m 735.01465,-422.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path500" />
        <path
           d="m 746.85352,-417.60001 v -6.02929 q 0,-0.69434 -0.0791,-1.16016 -0.0703,-0.46582 -0.2373,-0.74707 -0.16699,-0.29004 -0.43945,-0.4043 -0.27246,-0.12304 -0.67676,-0.12304 -0.41309,0 -0.74707,0.20215 -0.3252,0.19335 -0.5625,0.57128 -0.22852,0.36914 -0.36035,0.92286 -0.12305,0.54492 -0.12305,1.25683 v 5.51074 h -1.29199 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.17578,-0.41308 0.37793,-0.74707 0.20215,-0.33398 0.46582,-0.5625 0.27246,-0.2373 0.62403,-0.36035 0.35156,-0.13183 0.80859,-0.13183 0.88769,0 1.39746,0.43066 0.51856,0.43067 0.7207,1.37109 h 0.0264 q 0.17578,-0.41308 0.38672,-0.74707 0.21973,-0.33398 0.50098,-0.5625 0.29004,-0.2373 0.65039,-0.36035 0.36035,-0.13183 0.82617,-0.13183 0.58887,0 1.01074,0.19336 0.43066,0.19336 0.70313,0.59765 0.28125,0.4043 0.40429,1.0459 0.13184,0.63281 0.13184,1.51172 v 6.33691 h -1.2832 v -6.02929 q 0,-0.69434 -0.0703,-1.16016 -0.0703,-0.46582 -0.24609,-0.74707 -0.16699,-0.29004 -0.43945,-0.4043 -0.27246,-0.12304 -0.66797,-0.12304 -0.41309,0 -0.74707,0.19336 -0.3252,0.18457 -0.5625,0.55371 -0.23731,0.36914 -0.36035,0.92285 -0.12305,0.55371 -0.12305,1.2832 v 5.51074 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path502" />
        <path
           d="m 755.5459,-422.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path504" />
        <path
           d="m 767.79785,-417.60001 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30761,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19335 -0.63281,0.57128 -0.26367,0.36914 -0.41309,0.92286 -0.14062,0.54492 -0.14062,1.25683 v 5.51074 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62403 -0.009,-0.29882 -0.0176,-0.50976 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43066 h 0.0264 q 0.18457,-0.41308 0.4043,-0.74707 0.22851,-0.33398 0.51855,-0.5625 0.29883,-0.2373 0.67676,-0.36035 0.38672,-0.13183 0.89649,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59765 0.30761,0.4043 0.44824,1.0459 0.14062,0.63281 0.14062,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path506" />
        <path
           d="m 774.07324,-417.67032 q -0.29883,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.958 l 0.37793,-2.12695 H 772.5 v 2.12695 h 1.44141 v 1.15137 H 772.5 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0351 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path508" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge19"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title197">AO-&gt;CR</title>
      <path
         style="fill:none;stroke:#000000;stroke-dasharray:5, 2"
         inkscape:connector-curvature="0"
         id="path199"
         d="m 709.3591,-577.6909 c 2.3759,28.5112 6.5129,78.1547 9.2887,111.4647" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon201"
         points="719.4973,-456.0326 715.1788,-465.7074 722.1546,-466.2888 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge14"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title218">Parcel-&gt;CR</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path220"
         d="m 863.7162,-575.9297 c -29.2144,29.5665 -78.8522,79.8022 -111.0806,112.419" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon222"
         points="745.2396,-456.0257 749.7786,-465.599 754.7579,-460.6789 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge20"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title232">CR-&gt;AS</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path234"
         d="m 692.8398,-456.0745 c -10.8796,-9.1389 -23.4185,-19.6716 -34.9201,-29.3329" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon236"
         points="650.156,-491.929 660.0642,-488.177 655.5619,-482.817 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge21"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title239">CR-&gt;CR</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path241"
         d="m 793.5261,-446.2879 c 10.722,2.2245 17.9739,6.9871 17.9739,14.2879 0,4.7911 -3.1231,8.4892 -8.3006,11.0941" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon243"
         points="793.5261,-417.7121 801.9246,-424.1709 804.1192,-417.5238 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="Parcelle"
     style="display:inline">
    <g
       style="display:inline"
       class="node"
       id="node11"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title110">Parcel</title>
      <path
         style="fill:none;stroke:#ee0000;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path112"
         d="m 947.5,-624 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Parcelle"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text114">
        <path
           d="m 867.56152,-614.2572 q 0,0.80859 -0.21972,1.51172 -0.21973,0.69433 -0.65918,1.21289 -0.43067,0.50976 -1.08985,0.80859 -0.65039,0.29883 -1.5205,0.29883 h -2.98829 v 4.82519 h -1.37109 v -12.38378 h 4.27148 q 0.89649,0 1.56446,0.27246 0.67676,0.26367 1.125,0.75586 0.44824,0.48339 0.66797,1.17773 0.21972,0.68555 0.21972,1.52051 z m -1.37988,0.0176 q 0,-1.17774 -0.58887,-1.78418 -0.58886,-0.61524 -1.77539,-0.61524 h -2.7334 v 4.88672 h 2.79493 q 1.18652,0 1.74023,-0.6416 0.5625,-0.6416 0.5625,-1.8457 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path358" />
        <path
           d="m 871.32324,-605.42419 q -1.17773,0 -1.7666,-0.75586 -0.58887,-0.75586 -0.58887,-2.07422 0,-0.94043 0.29004,-1.53809 0.29883,-0.60644 0.76465,-0.94922 0.47461,-0.34277 1.08106,-0.47461 0.60644,-0.13183 1.23046,-0.14941 l 1.75782,-0.0352 v -0.51855 q 0,-0.58887 -0.10547,-1.00195 -0.0967,-0.41309 -0.30762,-0.66797 -0.21094,-0.25489 -0.52734,-0.36914 -0.30762,-0.12305 -0.73828,-0.12305 -0.37793,0 -0.67676,0.0703 -0.29883,0.0615 -0.52735,0.23731 -0.21972,0.16699 -0.36035,0.46582 -0.13183,0.29004 -0.17578,0.73828 l -1.35351,-0.14942 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34277 0.92285,-0.52734 0.5625,-0.19336 1.3623,-0.19336 1.46778,0 2.20606,0.82617 0.74707,0.81738 0.74707,2.37305 v 4.0957 q 0,0.70312 0.14941,1.06348 0.14942,0.35156 0.58008,0.35156 0.10547,0 0.21094,-0.0176 0.11425,-0.0176 0.21093,-0.0439 v 0.98437 q -0.24609,0.0703 -0.49218,0.10547 -0.23731,0.0352 -0.50977,0.0352 -0.36914,0 -0.63281,-0.11426 -0.26367,-0.12305 -0.43067,-0.36035 -0.1582,-0.2461 -0.24609,-0.59766 -0.0879,-0.36035 -0.11426,-0.83496 h -0.0351 q -0.21094,0.45703 -0.46582,0.82617 -0.2461,0.36914 -0.58008,0.63281 -0.3252,0.25489 -0.75586,0.39551 -0.42188,0.14063 -0.9668,0.14063 z m 0.29883,-1.18653 q 0.62402,0 1.08105,-0.27246 0.46583,-0.28125 0.77344,-0.71191 0.30762,-0.43067 0.45703,-0.94043 0.15821,-0.50977 0.15821,-0.97559 v -0.78222 l -1.42383,0.0351 q -0.47461,0.009 -0.90527,0.0879 -0.43067,0.0703 -0.75586,0.29004 -0.31641,0.21973 -0.50977,0.61524 -0.19336,0.3955 -0.19336,1.0371 0,0.77344 0.34277,1.19532 0.34278,0.42187 0.97559,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path360" />
        <path
           d="m 877.58984,-605.59998 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.40429 0.36035,-0.65918 0.21094,-0.26367 0.50097,-0.38672 0.29004,-0.13183 0.69434,-0.13183 0.1582,0 0.29883,0.0352 0.14941,0.0264 0.22851,0.0527 v 1.45019 q -0.13183,-0.0439 -0.30761,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30762,0.24609 -0.50977,0.68554 -0.19335,0.43067 -0.29003,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path362" />
        <path
           d="m 883.47852,-610.3988 q 0,0.81738 0.0967,1.50293 0.0967,0.68554 0.32519,1.18652 0.22852,0.49219 0.60645,0.76465 0.37793,0.27246 0.94043,0.27246 0.69433,0 1.15136,-0.45703 0.46582,-0.45703 0.57129,-1.40625 l 1.31836,0.10547 q -0.0615,0.58886 -0.28125,1.13379 -0.21973,0.54492 -0.58887,0.958 -0.36914,0.41309 -0.90527,0.66797 -0.53613,0.2461 -1.23047,0.2461 -0.91406,0 -1.56445,-0.37793 -0.6416,-0.37793 -1.0459,-1.03711 -0.39551,-0.66797 -0.58008,-1.56446 -0.17578,-0.90527 -0.17578,-1.95996 0,-0.95801 0.13184,-1.6875 0.13183,-0.73828 0.36035,-1.2832 0.2373,-0.55371 0.55371,-0.92285 0.31641,-0.37793 0.68555,-0.59766 0.37793,-0.22851 0.78222,-0.32519 0.41309,-0.10547 0.83496,-0.10547 0.65918,0 1.16895,0.21972 0.50976,0.21973 0.87891,0.60645 0.37792,0.37793 0.60644,0.89648 0.22852,0.51856 0.3252,1.11621 l -1.33594,0.12305 q -0.0967,-0.79101 -0.50977,-1.25683 -0.41308,-0.46582 -1.16894,-0.46582 -0.55371,0 -0.93164,0.22851 -0.36914,0.21973 -0.59766,0.67676 -0.22852,0.44824 -0.32519,1.13379 -0.0967,0.68554 -0.0967,1.6084 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path365" />
        <path
           d="m 890.7998,-610.02087 q 0,0.74707 0.15821,1.37988 0.1582,0.62402 0.42187,1.08105 0.26367,0.44825 0.66797,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34278,0.7998 -0.21972,0.39551 -0.58886,0.7207 -0.36915,0.31641 -0.92286,0.52735 -0.54492,0.20215 -1.32714,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10743,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.21289 q 0,-1.59082 -0.59765,-2.23243 -0.58887,-0.65039 -1.55567,-0.65039 -0.68554,0 -1.33593,0.58008 -0.79102,0.67676 -0.83497,2.30274 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path367" />
        <path
           d="m 898.09473,-605.59998 v -13.04296 h 1.30078 v 13.04296 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path369" />
        <path
           d="m 901.36426,-605.59998 v -13.04296 h 1.30078 v 13.04296 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path372" />
        <path
           d="m 905.56543,-610.02087 q 0,0.74707 0.1582,1.37988 0.15821,0.62402 0.42188,1.08105 0.26367,0.44825 0.66797,0.70313 0.41308,0.24609 0.99316,0.24609 0.84375,0 1.35352,-0.41308 0.50976,-0.41309 0.68554,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54492,0.20215 -1.32715,0.20215 -1.73144,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35352,-0.26367 0.98437,0 1.64355,0.38672 1.27441,0.74707 1.62598,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.21289 q 0,-1.59082 -0.59766,-2.23243 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30274 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path374" />
      </g>
      <g
         aria-label="cadastrale"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text116">
        <path
           d="m 852.98633,-590.3988 q 0,0.81738 0.0967,1.50293 0.0967,0.68554 0.32519,1.18652 0.22852,0.49219 0.60645,0.76465 0.37793,0.27246 0.94043,0.27246 0.69433,0 1.15137,-0.45703 0.46582,-0.45703 0.57128,-1.40625 l 1.31836,0.10547 q -0.0615,0.58886 -0.28125,1.13379 -0.21972,0.54492 -0.58886,0.958 -0.36914,0.41309 -0.90528,0.66797 -0.53613,0.2461 -1.23047,0.2461 -0.91406,0 -1.56445,-0.37793 -0.6416,-0.37793 -1.0459,-1.03711 -0.39551,-0.66797 -0.58008,-1.56446 -0.17578,-0.90527 -0.17578,-1.95996 0,-0.95801 0.13184,-1.6875 0.13184,-0.73828 0.36035,-1.2832 0.23731,-0.55371 0.55371,-0.92285 0.31641,-0.37793 0.68555,-0.59766 0.37793,-0.22851 0.78223,-0.32519 0.41308,-0.10547 0.83496,-0.10547 0.65918,0 1.16894,0.21972 0.50977,0.21973 0.87891,0.60645 0.37793,0.37793 0.60644,0.89648 0.22852,0.51856 0.3252,1.11621 l -1.33594,0.12305 q -0.0967,-0.79101 -0.50976,-1.25683 -0.41309,-0.46582 -1.16895,-0.46582 -0.55371,0 -0.93164,0.22851 -0.36914,0.21973 -0.59766,0.67676 -0.22851,0.44824 -0.32519,1.13379 -0.0967,0.68554 -0.0967,1.6084 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path377" />
        <path
           d="m 861.3623,-585.42419 q -1.17773,0 -1.7666,-0.75586 -0.58886,-0.75586 -0.58886,-2.07422 0,-0.94043 0.29003,-1.53809 0.29883,-0.60644 0.76465,-0.94922 0.47461,-0.34277 1.08106,-0.47461 0.60644,-0.13183 1.23047,-0.14941 l 1.75781,-0.0352 v -0.51855 q 0,-0.58887 -0.10547,-1.00195 -0.0967,-0.41309 -0.30762,-0.66797 -0.21093,-0.25489 -0.52734,-0.36914 -0.30762,-0.12305 -0.73828,-0.12305 -0.37793,0 -0.67676,0.0703 -0.29883,0.0615 -0.52734,0.23731 -0.21973,0.16699 -0.36035,0.46582 -0.13184,0.29004 -0.17579,0.73828 l -1.35351,-0.14942 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34277 0.92285,-0.52734 0.5625,-0.19336 1.3623,-0.19336 1.46778,0 2.20606,0.82617 0.74707,0.81738 0.74707,2.37305 v 4.0957 q 0,0.70312 0.14941,1.06348 0.14942,0.35156 0.58008,0.35156 0.10547,0 0.21094,-0.0176 0.11426,-0.0176 0.21094,-0.0439 v 0.98437 q -0.2461,0.0703 -0.49219,0.10547 -0.23731,0.0352 -0.50977,0.0352 -0.36914,0 -0.63281,-0.11426 -0.26367,-0.12305 -0.43066,-0.36035 -0.15821,-0.2461 -0.2461,-0.59766 -0.0879,-0.36035 -0.11425,-0.83496 h -0.0352 q -0.21094,0.45703 -0.46582,0.82617 -0.24609,0.36914 -0.58008,0.63281 -0.32519,0.25489 -0.75586,0.39551 -0.42187,0.14063 -0.9668,0.14063 z m 0.29883,-1.18653 q 0.62403,0 1.08106,-0.27246 0.46582,-0.28125 0.77343,-0.71191 0.30762,-0.43067 0.45704,-0.94043 0.1582,-0.50977 0.1582,-0.97559 v -0.78222 l -1.42383,0.0351 q -0.47461,0.009 -0.90527,0.0879 -0.43067,0.0703 -0.75586,0.29004 -0.31641,0.21973 -0.50977,0.61524 -0.19336,0.3955 -0.19336,1.0371 0,0.77344 0.34278,1.19532 0.34277,0.42187 0.97558,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path379" />
        <path
           d="m 872.52441,-587.12927 q -0.36035,0.91406 -0.958,1.30957 -0.58887,0.39551 -1.46778,0.39551 -1.47656,0 -2.1709,-1.21289 -0.69433,-1.2129 -0.69433,-3.67383 0,-4.97461 2.86523,-4.97461 0.8877,0 1.47657,0.39551 0.58886,0.3955 0.94921,1.25683 h 0.0176 q 0,-0.0879 -0.009,-0.28125 v -0.38672 q -0.009,-0.21093 -0.009,-0.39551 v -0.26367 -3.68261 h 1.30079 v 11.083 q 0,0.34278 0,0.65918 0.009,0.31641 0.009,0.58008 0.009,0.26367 0.0176,0.45703 0.009,0.18457 0.0176,0.26367 h -1.23926 q -0.0176,-0.0879 -0.0264,-0.24609 -0.009,-0.16699 -0.0264,-0.37793 -0.009,-0.21094 -0.0176,-0.43945 0,-0.23731 0,-0.46582 z m -3.92871,-3.23438 q 0,0.98438 0.0967,1.6875 0.0967,0.70313 0.31641,1.16016 0.22851,0.44824 0.57129,0.65918 0.35156,0.21094 0.85254,0.21094 0.50976,0 0.89648,-0.20215 0.39551,-0.20215 0.65918,-0.65039 0.26367,-0.45703 0.39551,-1.18653 0.14062,-0.72949 0.14062,-1.78418 0,-1.01074 -0.14062,-1.70507 -0.13184,-0.70313 -0.4043,-1.13379 -0.26367,-0.43067 -0.65039,-0.61524 -0.37793,-0.19336 -0.88769,-0.19336 -0.47461,0 -0.82618,0.20215 -0.34277,0.20215 -0.57128,0.65039 -0.22852,0.44824 -0.34278,1.16895 -0.10547,0.71191 -0.10547,1.73144 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path381" />
        <path
           d="m 877.81543,-585.42419 q -1.17773,0 -1.7666,-0.75586 -0.58887,-0.75586 -0.58887,-2.07422 0,-0.94043 0.29004,-1.53809 0.29883,-0.60644 0.76465,-0.94922 0.47461,-0.34277 1.08105,-0.47461 0.60645,-0.13183 1.23047,-0.14941 l 1.75781,-0.0352 v -0.51855 q 0,-0.58887 -0.10546,-1.00195 -0.0967,-0.41309 -0.30762,-0.66797 -0.21094,-0.25489 -0.52735,-0.36914 -0.30761,-0.12305 -0.73828,-0.12305 -0.37793,0 -0.67675,0.0703 -0.29883,0.0615 -0.52735,0.23731 -0.21972,0.16699 -0.36035,0.46582 -0.13184,0.29004 -0.17578,0.73828 l -1.35352,-0.14942 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34277 0.92285,-0.52734 0.5625,-0.19336 1.36231,-0.19336 1.46777,0 2.20605,0.82617 0.74707,0.81738 0.74707,2.37305 v 4.0957 q 0,0.70312 0.14942,1.06348 0.14941,0.35156 0.58008,0.35156 0.10547,0 0.21093,-0.0176 0.11426,-0.0176 0.21094,-0.0439 v 0.98437 q -0.24609,0.0703 -0.49219,0.10547 -0.2373,0.0352 -0.50976,0.0352 -0.36914,0 -0.63281,-0.11426 -0.26368,-0.12305 -0.43067,-0.36035 -0.1582,-0.2461 -0.24609,-0.59766 -0.0879,-0.36035 -0.11426,-0.83496 h -0.0352 q -0.21093,0.45703 -0.46582,0.82617 -0.24609,0.36914 -0.58007,0.63281 -0.3252,0.25489 -0.75586,0.39551 -0.42188,0.14063 -0.9668,0.14063 z m 0.29883,-1.18653 q 0.62402,0 1.08105,-0.27246 0.46582,-0.28125 0.77344,-0.71191 0.30762,-0.43067 0.45703,-0.94043 0.1582,-0.50977 0.1582,-0.97559 v -0.78222 l -1.42382,0.0351 q -0.47461,0.009 -0.90528,0.0879 -0.43066,0.0703 -0.75586,0.29004 -0.3164,0.21973 -0.50976,0.61524 -0.19336,0.3955 -0.19336,1.0371 0,0.77344 0.34277,1.19532 0.34278,0.42187 0.97559,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path383" />
        <path
           d="m 889.90918,-588.22791 q 0,0.66797 -0.21094,1.19532 -0.21094,0.51855 -0.61523,0.8789 -0.4043,0.35157 -0.99317,0.54493 -0.58886,0.18457 -1.34472,0.18457 -0.67676,0 -1.22168,-0.13184 -0.54492,-0.12305 -0.95801,-0.4043 -0.4043,-0.28125 -0.68555,-0.73828 -0.27246,-0.46582 -0.40429,-1.13379 l 1.14257,-0.27246 q 0.167,0.76465 0.68555,1.125 0.51856,0.35156 1.44141,0.35156 0.42187,0 0.76465,-0.0703 0.35156,-0.0703 0.60644,-0.2373 0.25488,-0.17578 0.39551,-0.45703 0.14062,-0.29004 0.14062,-0.71192 0,-0.43066 -0.16699,-0.70312 -0.16699,-0.28125 -0.46582,-0.46582 -0.29004,-0.18457 -0.71191,-0.31641 l -0.93164,-0.30762 q -0.46582,-0.14941 -0.93164,-0.33398 -0.45704,-0.18457 -0.82618,-0.4834 -0.36914,-0.30762 -0.60644,-0.75586 -0.22852,-0.44824 -0.22852,-1.125 0,-1.30078 0.75586,-1.97754 0.76465,-0.68555 2.22364,-0.68555 1.29199,0 2.04785,0.55372 0.76465,0.55371 0.96679,1.77539 l -1.16894,0.17578 q -0.0615,-0.36914 -0.23731,-0.61524 -0.17578,-0.25488 -0.42187,-0.40429 -0.2461,-0.15821 -0.55371,-0.21973 -0.29883,-0.0703 -0.63281,-0.0703 -0.87891,0 -1.30079,0.32519 -0.41308,0.3252 -0.41308,0.98438 0,0.38672 0.14941,0.6416 0.15821,0.24609 0.43067,0.42187 0.28125,0.167 0.66796,0.29004 l 0.86133,0.27246 q 0,0 0.63282,0.20215 0.32519,0.11426 0.63281,0.27246 0.30762,0.14942 0.57129,0.36036 0.27246,0.20214 0.47461,0.49218 0.20214,0.29004 0.3164,0.67676 0.12305,0.38672 0.12305,0.89648 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path385" />
        <path
           d="m 894.44434,-585.67029 q -0.29883,0.0967 -0.60645,0.14942 -0.30762,0.0615 -0.71191,0.0615 -1.55567,0 -1.55567,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87011 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63282,0.27246 0.18457,0 0.36035,-0.0352 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path388" />
        <path
           d="m 895.57812,-585.59998 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.40429 0.36035,-0.65918 0.21094,-0.26367 0.50098,-0.38672 0.29004,-0.13183 0.69433,-0.13183 0.15821,0 0.29883,0.0352 0.14941,0.0264 0.22852,0.0527 v 1.45019 q -0.13184,-0.0439 -0.30762,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30762,0.24609 -0.50976,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path390" />
        <path
           d="m 902.45996,-585.42419 q -1.17773,0 -1.7666,-0.75586 -0.58887,-0.75586 -0.58887,-2.07422 0,-0.94043 0.29004,-1.53809 0.29883,-0.60644 0.76465,-0.94922 0.47461,-0.34277 1.08105,-0.47461 0.60645,-0.13183 1.23047,-0.14941 l 1.75782,-0.0352 v -0.51855 q 0,-0.58887 -0.10547,-1.00195 -0.0967,-0.41309 -0.30762,-0.66797 -0.21094,-0.25489 -0.52734,-0.36914 -0.30762,-0.12305 -0.73829,-0.12305 -0.37793,0 -0.67675,0.0703 -0.29883,0.0615 -0.52735,0.23731 -0.21972,0.16699 -0.36035,0.46582 -0.13183,0.29004 -0.17578,0.73828 l -1.35352,-0.14942 q 0.0703,-0.5625 0.27247,-1.02832 0.20214,-0.47461 0.57128,-0.81738 0.36915,-0.34277 0.92286,-0.52734 0.5625,-0.19336 1.3623,-0.19336 1.46777,0 2.20606,0.82617 0.74707,0.81738 0.74707,2.37305 v 4.0957 q 0,0.70312 0.14941,1.06348 0.14941,0.35156 0.58008,0.35156 0.10547,0 0.21094,-0.0176 0.11425,-0.0176 0.21093,-0.0439 v 0.98437 q -0.24609,0.0703 -0.49218,0.10547 -0.23731,0.0352 -0.50977,0.0352 -0.36914,0 -0.63281,-0.11426 -0.26367,-0.12305 -0.43067,-0.36035 -0.1582,-0.2461 -0.24609,-0.59766 -0.0879,-0.36035 -0.11426,-0.83496 h -0.0352 q -0.21094,0.45703 -0.46582,0.82617 -0.2461,0.36914 -0.58008,0.63281 -0.3252,0.25489 -0.75586,0.39551 -0.42188,0.14063 -0.9668,0.14063 z m 0.29883,-1.18653 q 0.62402,0 1.08105,-0.27246 0.46582,-0.28125 0.77344,-0.71191 0.30762,-0.43067 0.45703,-0.94043 0.15821,-0.50977 0.15821,-0.97559 v -0.78222 l -1.42383,0.0351 q -0.47461,0.009 -0.90528,0.0879 -0.43066,0.0703 -0.75586,0.29004 -0.3164,0.21973 -0.50976,0.61524 -0.19336,0.3955 -0.19336,1.0371 0,0.77344 0.34277,1.19532 0.34278,0.42187 0.97559,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path392" />
        <path
           d="m 908.7002,-585.59998 v -13.04296 h 1.30078 v 13.04296 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path395" />
        <path
           d="m 912.90137,-590.02087 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32422,-1.21289 q 0,-1.59082 -0.59766,-2.23243 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30274 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path397" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge12"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title163">AO-&gt;Parcel</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path165"
         d="m 779.5703,-600 c 8.5857,0 17.1714,0 25.7572,0" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon167"
         points="805.4064,-603.5001 815.4063,-600 805.4063,-596.5001 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge11"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title119">File-&gt;Parcel</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path121"
         d="m 817.0287,-665.7733 c 10.7888,10.0697 24.4903,22.8577 36.9377,34.4753" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon123"
         points="851.8186,-628.515 856.5949,-633.6324 861.5173,-624.2505 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer5"
     inkscape:label="Sites">
    <g
       style="display:inline"
       class="node"
       id="node12"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title170">AS</title>
      <path
         style="fill:none;stroke:#8943d6;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path172"
         d="m 681.5,-540 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Site/Entité"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text174">
        <path
           d="m 595.66699,-525.01892 q 0,0.78223 -0.25488,1.44141 -0.24609,0.65918 -0.76465,1.14257 -0.51855,0.47461 -1.30957,0.74707 -0.78223,0.26368 -1.86328,0.26368 -1.89844,0 -2.96191,-0.8086 -1.05469,-0.80859 -1.34473,-2.33789 l 1.33594,-0.32519 q 0.0967,0.48339 0.30761,0.8789 0.21094,0.39551 0.5625,0.68555 0.36035,0.28125 0.8877,0.43945 0.52734,0.15821 1.25683,0.15821 0.61524,0 1.125,-0.12305 0.51856,-0.13184 0.87891,-0.39551 0.36914,-0.26367 0.57129,-0.67676 0.21094,-0.42187 0.21094,-1.00195 0,-0.60645 -0.22852,-0.98438 -0.22851,-0.37792 -0.6416,-0.62402 -0.4043,-0.24609 -0.97559,-0.41308 l -1.25683,-0.36036 q -0.42188,-0.11425 -0.85254,-0.24609 -0.43066,-0.14062 -0.82617,-0.3252 -0.39551,-0.19335 -0.73828,-0.44824 -0.34278,-0.25488 -0.59766,-0.60644 -0.25488,-0.36035 -0.4043,-0.82617 -0.14062,-0.47461 -0.14062,-1.08985 0,-0.8789 0.29004,-1.50293 0.29883,-0.63281 0.81738,-1.03711 0.51855,-0.40429 1.22168,-0.58886 0.71191,-0.18457 1.5293,-0.18457 0.94043,0 1.60839,0.18457 0.67676,0.17578 1.13379,0.53613 0.46582,0.36035 0.73829,0.89648 0.28125,0.52735 0.44824,1.23047 l -1.35352,0.29004 q -0.0967,-0.44824 -0.29004,-0.7998 -0.19336,-0.35157 -0.50976,-0.58887 -0.30762,-0.23731 -0.75586,-0.36035 -0.43946,-0.12305 -1.03711,-0.12305 -0.70313,0 -1.18653,0.1582 -0.4746,0.14942 -0.76464,0.41309 -0.29004,0.26367 -0.42188,0.62402 -0.12305,0.35157 -0.12305,0.76465 0,0.55371 0.22852,0.91406 0.22852,0.35157 0.61523,0.58887 0.38672,0.23731 0.89649,0.39551 0.51855,0.1582 1.08984,0.3164 0,0 0.93164,0.27247 0.46582,0.13183 0.8877,0.32519 0.43066,0.18457 0.7998,0.43945 0.36914,0.25489 0.6416,0.62403 0.28125,0.36914 0.43067,0.87011 0.1582,0.50098 0.1582,1.17774 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path416"
           inkscape:connector-curvature="0" />
        <path
           d="m 597.32812,-533.13123 v -1.51171 h 1.30079 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30079 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path418"
           inkscape:connector-curvature="0" />
        <path
           d="m 603.6123,-521.67029 q -0.29882,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71191,0.0615 -1.55567,0 -1.55567,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87011 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63282,0.27246 0.18457,0 0.36035,-0.0352 0.18457,-0.0352 0.3955,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path420"
           inkscape:connector-curvature="0" />
        <path
           d="m 605.65137,-526.02087 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32422,-1.21289 q 0,-1.59082 -0.59766,-2.23243 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30274 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path423"
           inkscape:connector-curvature="0" />
        <path
           d="m 611.95312,-521.42419 2.96192,-13.21875 h 1.14258 l -2.93555,13.21875 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path425"
           inkscape:connector-curvature="0" />
        <path
           d="m 617.2793,-521.59998 v -12.38378 h 7.69922 v 1.37109 h -6.32813 v 3.97266 h 5.89746 v 1.35351 h -5.89746 v 4.31543 h 6.62695 v 1.37109 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path427"
           inkscape:connector-curvature="0" />
        <path
           d="m 631.86035,-521.59998 v -6.02929 q 0,-0.69434 -0.0879,-1.16016 -0.0791,-0.46582 -0.27246,-0.74707 -0.18457,-0.29004 -0.49219,-0.4043 -0.30761,-0.12304 -0.75586,-0.12304 -0.45703,0 -0.83496,0.20215 -0.36914,0.19336 -0.63281,0.57128 -0.26367,0.36915 -0.41309,0.92286 -0.14062,0.54492 -0.14062,1.25683 v 5.51074 h -1.30078 v -7.47949 q 0,0 0,-0.62402 0,-0.33399 -0.009,-0.62402 -0.009,-0.29883 -0.0176,-0.50977 -0.009,-0.21094 -0.009,-0.27246 h 1.22168 q 0.009,0.0439 0.009,0.2373 0.009,0.19336 0.0176,0.44825 0.0176,0.24609 0.0176,0.50976 0.009,0.25488 0.009,0.43067 h 0.0264 q 0.18457,-0.41309 0.4043,-0.74707 0.22851,-0.33399 0.51855,-0.5625 0.29883,-0.23731 0.67676,-0.36036 0.38672,-0.13183 0.89649,-0.13183 0.65039,0 1.11621,0.19336 0.46582,0.19336 0.76465,0.59765 0.30761,0.4043 0.44824,1.0459 0.14062,0.63281 0.14062,1.51172 v 6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path429"
           inkscape:connector-curvature="0" />
        <path
           d="m 638.13574,-521.67029 q -0.29883,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71192,0.0615 -1.55566,0 -1.55566,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.958 l 0.37793,-2.12695 h 0.87012 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63281,0.27246 0.18457,0 0.36035,-0.0352 0.18457,-0.0352 0.39551,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path431"
           inkscape:connector-curvature="0" />
        <path
           d="m 639.23437,-533.13123 v -1.51171 h 1.30079 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30079 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path433"
           inkscape:connector-curvature="0" />
        <path
           d="m 645.51855,-521.67029 q -0.29882,0.0967 -0.60644,0.14942 -0.30762,0.0615 -0.71191,0.0615 -1.55567,0 -1.55567,-2.15332 v -6.3457 h -0.90527 v -1.15137 h 0.95801 l 0.37793,-2.12695 h 0.87011 v 2.12695 h 1.44141 v 1.15137 h -1.44141 v 6.00293 q 0,0.68554 0.18457,0.96679 0.18457,0.27246 0.63282,0.27246 0.18457,0 0.36035,-0.0352 0.18457,-0.0352 0.3955,-0.0879 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path435"
           inkscape:connector-curvature="0" />
        <path
           d="m 647.55762,-526.02087 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32422,-1.21289 q 0,-1.59082 -0.59766,-2.23243 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30274 z m -2.4961,-4.92188 v -0.17578 l 1.56446,-2.52246 h 1.49414 v 0.25488 l -2.38184,2.44336 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path437"
           inkscape:connector-curvature="0" />
      </g>
      <g
         aria-label="archéologique"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text176">
        <path
           d="m 575.97949,-501.42422 q -1.17773,0 -1.7666,-0.75586 -0.58887,-0.75586 -0.58887,-2.07422 0,-0.94043 0.29004,-1.53809 0.29883,-0.60644 0.76465,-0.94922 0.47461,-0.34277 1.08106,-0.47461 0.60644,-0.13183 1.23046,-0.14941 l 1.75782,-0.0352 v -0.51855 q 0,-0.58887 -0.10547,-1.00196 -0.0967,-0.41308 -0.30762,-0.66796 -0.21094,-0.25489 -0.52734,-0.36914 -0.30762,-0.12305 -0.73828,-0.12305 -0.37793,0 -0.67676,0.0703 -0.29883,0.0615 -0.52735,0.23731 -0.21972,0.16699 -0.36035,0.46582 -0.13183,0.29004 -0.17578,0.73828 l -1.35351,-0.14942 q 0.0703,-0.5625 0.27246,-1.02832 0.20215,-0.47461 0.57129,-0.81738 0.36914,-0.34277 0.92285,-0.52734 0.5625,-0.19336 1.3623,-0.19336 1.46778,0 2.20606,0.82617 0.74707,0.81738 0.74707,2.37305 v 4.0957 q 0,0.70312 0.14941,1.06348 0.14942,0.35156 0.58008,0.35156 0.10547,0 0.21094,-0.0176 0.11425,-0.0176 0.21093,-0.0439 v 0.98438 q -0.24609,0.0703 -0.49218,0.10547 -0.23731,0.0352 -0.50977,0.0352 -0.36914,0 -0.63281,-0.11425 -0.26367,-0.12305 -0.43067,-0.36035 -0.1582,-0.2461 -0.24609,-0.59766 -0.0879,-0.36035 -0.11426,-0.83496 h -0.0351 q -0.21094,0.45703 -0.46582,0.82617 -0.2461,0.36914 -0.58008,0.63281 -0.3252,0.25489 -0.75586,0.39551 -0.42188,0.14063 -0.9668,0.14063 z m 0.29883,-1.18653 q 0.62402,0 1.08105,-0.27246 0.46583,-0.28125 0.77344,-0.71191 0.30762,-0.43067 0.45703,-0.94043 0.15821,-0.50977 0.15821,-0.97559 v -0.78223 l -1.42383,0.0352 q -0.47461,0.009 -0.90527,0.0879 -0.43067,0.0703 -0.75586,0.29004 -0.31641,0.21973 -0.50977,0.61523 -0.19336,0.39551 -0.19336,1.03711 0,0.77344 0.34277,1.19532 0.34278,0.42187 0.97559,0.42187 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path440"
           inkscape:connector-curvature="0" />
        <path
           d="m 582.24609,-501.60001 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14062,-0.54492 0.29004,-0.94043 0.14941,-0.4043 0.36035,-0.65918 0.21094,-0.26367 0.50097,-0.38672 0.29004,-0.13183 0.69434,-0.13183 0.1582,0 0.29883,0.0351 0.14941,0.0264 0.22851,0.0527 v 1.45019 q -0.13183,-0.0439 -0.30761,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30762,0.24609 -0.50977,0.68554 -0.19335,0.43067 -0.29003,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path442"
           inkscape:connector-curvature="0" />
        <path
           d="m 588.13477,-506.39883 q 0,0.81738 0.0967,1.50293 0.0967,0.68554 0.32519,1.18652 0.22852,0.49219 0.60645,0.76465 0.37793,0.27246 0.94043,0.27246 0.69433,0 1.15136,-0.45703 0.46582,-0.45703 0.57129,-1.40625 l 1.31836,0.10547 q -0.0615,0.58886 -0.28125,1.13378 -0.21973,0.54493 -0.58887,0.95801 -0.36914,0.41309 -0.90527,0.66797 -0.53613,0.2461 -1.23047,0.2461 -0.91406,0 -1.56445,-0.37793 -0.6416,-0.37793 -1.0459,-1.03711 -0.39551,-0.66797 -0.58008,-1.56446 -0.17578,-0.90527 -0.17578,-1.95996 0,-0.95801 0.13184,-1.6875 0.13183,-0.73828 0.36035,-1.2832 0.2373,-0.55371 0.55371,-0.92285 0.31641,-0.37793 0.68555,-0.59766 0.37793,-0.22851 0.78222,-0.32519 0.41309,-0.10547 0.83496,-0.10547 0.65918,0 1.16895,0.21972 0.50976,0.21973 0.87891,0.60645 0.37792,0.37793 0.60644,0.89648 0.22852,0.51856 0.3252,1.11621 l -1.33594,0.12305 q -0.0967,-0.79101 -0.50977,-1.25683 -0.41308,-0.46583 -1.16894,-0.46583 -0.55371,0 -0.93164,0.22852 -0.36914,0.21973 -0.59766,0.67676 -0.22852,0.44824 -0.32519,1.13379 -0.0967,0.68554 -0.0967,1.6084 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path444"
           inkscape:connector-curvature="0" />
        <path
           d="m 595.81641,-509.4838 q 0.21972,-0.48339 0.46582,-0.81738 0.25488,-0.34277 0.55371,-0.5625 0.30761,-0.21972 0.66797,-0.3164 0.36035,-0.10547 0.80859,-0.10547 0.74707,0 1.22168,0.24609 0.4834,0.24609 0.75586,0.69434 0.28125,0.43945 0.38672,1.05468 0.10547,0.61524 0.10547,1.35352 v 6.33691 h -1.30078 v -6.02929 q 0,-0.60645 -0.0615,-1.06348 -0.0615,-0.45703 -0.2373,-0.75586 -0.17578,-0.30762 -0.49219,-0.45703 -0.31641,-0.1582 -0.81738,-0.1582 -0.45703,0 -0.83496,0.20215 -0.36914,0.20214 -0.63282,0.57128 -0.26367,0.36914 -0.41308,0.89649 -0.14063,0.52734 -0.14063,1.18652 v 5.60742 h -1.30078 v -13.04296 h 1.30078 v 3.39257 q 0,0.29004 -0.009,0.58008 -0.009,0.29004 -0.0176,0.53613 -0.009,0.2461 -0.0176,0.42188 -0.009,0.16699 -0.0176,0.22851 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path446"
           inkscape:connector-curvature="0" />
        <path
           d="m 603.68262,-506.0209 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59766,-2.23242 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30273 z m -2.4961,-4.92187 v -0.17578 l 1.56446,-2.52246 h 1.49414 v 0.25488 l -2.38184,2.44336 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path448"
           inkscape:connector-curvature="0" />
        <path
           d="m 617.56934,-506.36368 q 0,2.4961 -0.90528,3.71778 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45898,-0.29883 -0.63282,-0.29883 -1.08106,-0.91407 -0.43945,-0.61523 -0.67676,-1.53808 -0.22851,-0.93164 -0.22851,-2.18848 0,-4.92187 3.48926,-4.92187 0.90527,0 1.56445,0.30761 0.66797,0.30762 1.08984,0.92286 0.42188,0.61523 0.61524,1.53808 0.20215,0.92285 0.20215,2.15332 z m -1.36231,0 q 0,-1.10742 -0.14062,-1.82812 -0.13184,-0.72071 -0.4043,-1.15137 -0.27246,-0.43066 -0.66797,-0.59766 -0.38672,-0.17578 -0.87012,-0.17578 -0.50097,0 -0.90527,0.18457 -0.39551,0.17578 -0.67676,0.61524 -0.28125,0.43066 -0.43066,1.15136 -0.14063,0.72071 -0.14063,1.80176 0,1.10742 0.15821,1.83692 0.1582,0.7207 0.43066,1.15136 0.28125,0.43067 0.65918,0.60645 0.37793,0.17578 0.82617,0.17578 0.50098,0 0.89649,-0.16699 0.40429,-0.17578 0.68554,-0.60645 0.28125,-0.43066 0.43067,-1.16015 0.14941,-0.7295 0.14941,-1.83692 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path450"
           inkscape:connector-curvature="0" />
        <path
           d="m 619.2041,-501.60001 v -13.04296 h 1.30078 v 13.04296 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path452"
           inkscape:connector-curvature="0" />
        <path
           d="m 629.06543,-506.36368 q 0,2.4961 -0.90527,3.71778 -0.89649,1.22168 -2.61036,1.22168 -0.81738,0 -1.45898,-0.29883 -0.63281,-0.29883 -1.08105,-0.91407 -0.43946,-0.61523 -0.67676,-1.53808 -0.22852,-0.93164 -0.22852,-2.18848 0,-4.92187 3.48926,-4.92187 0.90527,0 1.56445,0.30761 0.66797,0.30762 1.08985,0.92286 0.42187,0.61523 0.61523,1.53808 0.20215,0.92285 0.20215,2.15332 z m -1.36231,0 q 0,-1.10742 -0.14062,-1.82812 -0.13184,-0.72071 -0.4043,-1.15137 -0.27246,-0.43066 -0.66797,-0.59766 -0.38671,-0.17578 -0.87011,-0.17578 -0.50098,0 -0.90528,0.18457 -0.3955,0.17578 -0.67675,0.61524 -0.28125,0.43066 -0.43067,1.15136 -0.14062,0.72071 -0.14062,1.80176 0,1.10742 0.1582,1.83692 0.1582,0.7207 0.43066,1.15136 0.28125,0.43067 0.65918,0.60645 0.37793,0.17578 0.82618,0.17578 0.50097,0 0.89648,-0.16699 0.4043,-0.17578 0.68555,-0.60645 0.28125,-0.43066 0.43066,-1.16015 0.14941,-0.7295 0.14941,-1.83692 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path454"
           inkscape:connector-curvature="0" />
        <path
           d="m 633.65332,-497.86465 q -0.66797,0 -1.18652,-0.167 -0.51856,-0.16699 -0.8877,-0.4834 -0.36914,-0.30761 -0.59765,-0.73828 -0.22852,-0.43066 -0.33399,-0.958 l 1.30957,-0.22852 q 0.13184,0.65918 0.57129,1.01074 0.43945,0.36035 1.16016,0.36035 0.43945,0 0.7998,-0.14941 0.36035,-0.14941 0.61524,-0.4834 0.25488,-0.32519 0.38671,-0.85254 0.14063,-0.52734 0.14063,-1.2832 v -1.5293 h -0.0176 q -0.14062,0.36035 -0.35156,0.69434 -0.21094,0.32519 -0.51856,0.58008 -0.30761,0.25488 -0.71191,0.41308 -0.4043,0.14942 -0.92285,0.14942 -0.73828,0 -1.27442,-0.29883 -0.52734,-0.30762 -0.86132,-0.91406 -0.33399,-0.60645 -0.49219,-1.50293 -0.14942,-0.90528 -0.14942,-2.0918 0,-1.14258 0.14942,-2.05664 0.1582,-0.91406 0.50098,-1.54688 0.35156,-0.6416 0.90527,-0.97558 0.5625,-0.34278 1.3623,-0.34278 0.82618,0 1.43262,0.46582 0.61523,0.45704 0.94922,1.30957 h 0.0176 q 0,-0.21972 0.009,-0.49218 0.009,-0.27246 0.0176,-0.50977 0.0176,-0.24609 0.0264,-0.42187 0.0176,-0.17578 0.0352,-0.20215 h 1.23047 q -0.009,0.0791 -0.0176,0.27246 -0.009,0.18457 -0.0176,0.44824 0,0.26367 -0.009,0.58887 0,0.3164 0,0.65918 v 7.26855 q 0,1.99512 -0.80859,2.99707 -0.79981,1.01075 -2.46094,1.01075 z m 1.97754,-8.49024 q 0,-0.99316 -0.17578,-1.69629 -0.17578,-0.71191 -0.46582,-1.16015 -0.29004,-0.44825 -0.65918,-0.65918 -0.36914,-0.21094 -0.75586,-0.21094 -0.50098,0 -0.86133,0.21094 -0.35156,0.21093 -0.58887,0.66796 -0.2373,0.44825 -0.35156,1.16016 -0.10547,0.70313 -0.10547,1.6875 0,1.02832 0.10547,1.73145 0.11426,0.69433 0.34277,1.125 0.23731,0.43066 0.58887,0.61523 0.35156,0.18457 0.84375,0.18457 0.38672,0 0.75586,-0.20215 0.37793,-0.20215 0.66797,-0.6416 0.29883,-0.43945 0.47461,-1.13379 0.18457,-0.69433 0.18457,-1.67871 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path456"
           inkscape:connector-curvature="0" />
        <path
           d="m 638.91797,-513.13126 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path458"
           inkscape:connector-curvature="0" />
        <path
           d="m 644.69238,-501.42422 q -1.48535,0 -2.17968,-1.22168 -0.68555,-1.22168 -0.68555,-3.66504 0,-2.47852 0.70312,-3.72657 0.71192,-1.24804 2.16211,-1.24804 0.4834,0 0.85254,0.10547 0.36914,0.10546 0.65918,0.3164 0.29883,0.20215 0.51856,0.50977 0.21972,0.30761 0.3955,0.7207 h 0.0176 q 0,-0.21973 0.009,-0.4834 0.009,-0.27246 0.0176,-0.50976 0.0176,-0.23731 0.0264,-0.4043 0.0176,-0.17578 0.0351,-0.20215 h 1.24805 q -0.0176,0.14942 -0.0352,0.78223 -0.0176,0.63281 -0.0176,1.81054 v 10.7754 h -1.30079 v -3.8584 q 0,-0.22852 0,-0.47461 0.009,-0.2461 0.0176,-0.46582 0,0 0.0176,-0.50098 h -0.0176 q -0.18457,0.44824 -0.41308,0.78223 -0.22852,0.32519 -0.52735,0.54492 -0.29004,0.21094 -0.66797,0.30762 -0.36914,0.10547 -0.83496,0.10547 z m 2.42578,-5.04493 q 0,-1.03711 -0.14941,-1.74023 -0.14063,-0.70313 -0.41309,-1.125 -0.27246,-0.42188 -0.65918,-0.59766 -0.38671,-0.18457 -0.86132,-0.18457 -0.50098,0 -0.85254,0.22852 -0.35157,0.21972 -0.57129,0.68554 -0.21973,0.45704 -0.3252,1.16895 -0.0967,0.70313 -0.0967,1.66992 0,0.94922 0.0967,1.65235 0.0967,0.70312 0.31641,1.16015 0.21973,0.45703 0.5625,0.68555 0.35156,0.21973 0.86133,0.21973 0.43066,0 0.80859,-0.15821 0.38672,-0.16699 0.66797,-0.58886 0.29004,-0.43067 0.44824,-1.16895 0.16699,-0.74707 0.16699,-1.90723 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path460"
           inkscape:connector-curvature="0" />
        <path
           d="m 651.68848,-511.10977 v 6.0293 q 0,0.69433 0.0791,1.16015 0.0879,0.46582 0.27246,0.75586 0.19336,0.28125 0.50098,0.4043 0.30761,0.11426 0.75585,0.11426 0.45704,0 0.82618,-0.19336 0.37793,-0.20215 0.6416,-0.57129 0.26367,-0.37793 0.4043,-0.92285 0.14941,-0.55372 0.14941,-1.26563 v -5.51074 h 1.30078 v 7.47949 q 0,0 0,0.62402 0,0.33399 0.009,0.63282 0.009,0.29004 0.0176,0.50097 0.009,0.21094 0.009,0.27246 h -1.22168 q -0.009,-0.0439 -0.0176,-0.2373 0,-0.19336 -0.0176,-0.43945 -0.009,-0.25489 -0.0176,-0.50977 0,-0.26367 0,-0.43945 h -0.0264 q -0.18457,0.41308 -0.41309,0.74707 -0.21973,0.33398 -0.51856,0.57129 -0.29003,0.22851 -0.67675,0.35156 -0.37793,0.13184 -0.8877,0.13184 -0.65039,0 -1.11621,-0.19336 -0.46582,-0.19336 -0.77344,-0.59766 -0.29882,-0.4043 -0.43945,-1.03711 -0.14062,-0.63281 -0.14062,-1.52051 v -6.33691 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path462"
           inkscape:connector-curvature="0" />
        <path
           d="m 659.58105,-506.0209 q 0,0.74707 0.15821,1.37988 0.1582,0.62402 0.42187,1.08105 0.26367,0.44825 0.66797,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34278,0.7998 -0.21972,0.39551 -0.58886,0.7207 -0.36915,0.31641 -0.92286,0.52735 -0.54492,0.20215 -1.32714,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90528,-1.25684 -0.90528,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10743,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.16699,0.92285 0.16699,1.99512 v 0.21094 z m 4.32422,-1.2129 q 0,-1.59082 -0.59765,-2.23242 -0.58887,-0.65039 -1.55567,-0.65039 -0.68554,0 -1.33593,0.58008 -0.79102,0.67676 -0.83497,2.30273 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path464"
           inkscape:connector-curvature="0" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge13"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title179">AO-&gt;AS</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path181"
         d="m 677.6944,-570.8876 c -7.6657,7.4874 -15.9508,15.5799 -23.7433,23.1912" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon183"
         points="680.1963,-568.4387 675.3051,-573.4464 684.9045,-577.93 " />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon185"
         points="651.0721,-549.777 655.9633,-544.7693 646.3639,-540.2857 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer4"
     inkscape:label="Dossier">
    <g
       style="display:inline"
       class="node"
       id="node9"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title76">File</title>
      <path
         style="fill:none;stroke:#114d00;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path78"
         d="m 857.5,-702 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" />
      <g
         aria-label="Dossier"
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
         id="text80">
        <path
           d="m 782.41797,-685.91931 q 0,1.54687 -0.38672,2.7334 -0.37793,1.17773 -1.0459,1.97754 -0.65918,0.79101 -1.56445,1.2041 -0.90528,0.40429 -1.94238,0.40429 h -3.79688 v -12.38378 h 3.35742 q 1.17774,0 2.16211,0.36035 0.98438,0.35156 1.69629,1.09863 0.7207,0.73828 1.11621,1.88086 0.4043,1.14258 0.4043,2.72461 z m -1.38867,0 q 0,-1.25684 -0.29883,-2.14453 -0.29004,-0.89649 -0.82617,-1.46778 -0.52735,-0.57129 -1.27442,-0.83496 -0.73828,-0.27246 -1.62597,-0.27246 h -1.95118 v 9.69434 h 2.26758 q 0.79981,0 1.47656,-0.31641 0.67676,-0.3164 1.16895,-0.94043 0.50098,-0.62402 0.78223,-1.55566 0.28125,-0.93164 0.28125,-2.16211 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path400"
           inkscape:connector-curvature="0" />
        <path
           d="m 790.70605,-684.36365 q 0,2.4961 -0.90527,3.71778 -0.89648,1.22168 -2.61035,1.22168 -0.81738,0 -1.45898,-0.29883 -0.63282,-0.29883 -1.08106,-0.91406 -0.43945,-0.61524 -0.67676,-1.53809 -0.22851,-0.93164 -0.22851,-2.18848 0,-4.92187 3.48925,-4.92187 0.90528,0 1.56446,0.30761 0.66797,0.30762 1.08984,0.92286 0.42188,0.61523 0.61524,1.53808 0.20214,0.92285 0.20214,2.15332 z m -1.3623,0 q 0,-1.10742 -0.14063,-1.82812 -0.13183,-0.72071 -0.40429,-1.15137 -0.27246,-0.43066 -0.66797,-0.59766 -0.38672,-0.17578 -0.87012,-0.17578 -0.50097,0 -0.90527,0.18457 -0.39551,0.17578 -0.67676,0.61524 -0.28125,0.43066 -0.43066,1.15136 -0.14063,0.72071 -0.14063,1.80176 0,1.10742 0.1582,1.83692 0.15821,0.7207 0.43067,1.15136 0.28125,0.43067 0.65918,0.60645 0.37793,0.17578 0.82617,0.17578 0.50098,0 0.89648,-0.16699 0.4043,-0.17578 0.68555,-0.60645 0.28125,-0.43066 0.43067,-1.16015 0.14941,-0.7295 0.14941,-1.83692 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path402"
           inkscape:connector-curvature="0" />
        <path
           d="m 798.19434,-682.22791 q 0,0.66797 -0.21094,1.19532 -0.21094,0.51855 -0.61524,0.8789 -0.40429,0.35157 -0.99316,0.54493 -0.58887,0.18457 -1.34473,0.18457 -0.67675,0 -1.22168,-0.13184 -0.54492,-0.12305 -0.958,-0.4043 -0.4043,-0.28125 -0.68555,-0.73828 -0.27246,-0.46582 -0.4043,-1.13379 l 1.14258,-0.27246 q 0.16699,0.76465 0.68555,1.125 0.51855,0.35156 1.4414,0.35156 0.42188,0 0.76465,-0.0703 0.35156,-0.0703 0.60645,-0.2373 0.25488,-0.17578 0.3955,-0.45703 0.14063,-0.29004 0.14063,-0.71192 0,-0.43066 -0.16699,-0.70312 -0.16699,-0.28125 -0.46582,-0.46582 -0.29004,-0.18457 -0.71192,-0.31641 l -0.93164,-0.30762 q -0.46582,-0.14941 -0.93164,-0.33398 -0.45703,-0.18457 -0.82617,-0.4834 -0.36914,-0.30762 -0.60645,-0.75586 -0.22851,-0.44824 -0.22851,-1.125 0,-1.30078 0.75586,-1.97754 0.76465,-0.68555 2.22363,-0.68555 1.29199,0 2.04785,0.55372 0.76465,0.55371 0.9668,1.77539 l -1.16895,0.17578 q -0.0615,-0.36914 -0.2373,-0.61524 -0.17578,-0.25488 -0.42188,-0.40429 -0.24609,-0.15821 -0.55371,-0.21973 -0.29882,-0.0703 -0.63281,-0.0703 -0.8789,0 -1.30078,0.32519 -0.41309,0.3252 -0.41309,0.98438 0,0.38672 0.14942,0.6416 0.1582,0.24609 0.43066,0.42187 0.28125,0.167 0.66797,0.29004 l 0.86133,0.27246 q 0,0 0.63281,0.20215 0.3252,0.11426 0.63281,0.27246 0.30762,0.14942 0.57129,0.36036 0.27246,0.20214 0.47461,0.49218 0.20215,0.29004 0.31641,0.67676 0.12305,0.38672 0.12305,0.89648 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path404"
           inkscape:connector-curvature="0" />
        <path
           d="m 805.57715,-682.22791 q 0,0.66797 -0.21094,1.19532 -0.21094,0.51855 -0.61523,0.8789 -0.4043,0.35157 -0.99317,0.54493 -0.58886,0.18457 -1.34472,0.18457 -0.67676,0 -1.22168,-0.13184 -0.54493,-0.12305 -0.95801,-0.4043 -0.4043,-0.28125 -0.68555,-0.73828 -0.27246,-0.46582 -0.4043,-1.13379 l 1.14258,-0.27246 q 0.16699,0.76465 0.68555,1.125 0.51855,0.35156 1.44141,0.35156 0.42187,0 0.76464,-0.0703 0.35157,-0.0703 0.60645,-0.2373 0.25488,-0.17578 0.39551,-0.45703 0.14062,-0.29004 0.14062,-0.71192 0,-0.43066 -0.16699,-0.70312 -0.16699,-0.28125 -0.46582,-0.46582 -0.29004,-0.18457 -0.71191,-0.31641 l -0.93164,-0.30762 q -0.46583,-0.14941 -0.93165,-0.33398 -0.45703,-0.18457 -0.82617,-0.4834 -0.36914,-0.30762 -0.60644,-0.75586 -0.22852,-0.44824 -0.22852,-1.125 0,-1.30078 0.75586,-1.97754 0.76465,-0.68555 2.22363,-0.68555 1.292,0 2.04786,0.55372 0.76464,0.55371 0.96679,1.77539 l -1.16894,0.17578 q -0.0615,-0.36914 -0.23731,-0.61524 -0.17578,-0.25488 -0.42187,-0.40429 -0.2461,-0.15821 -0.55371,-0.21973 -0.29883,-0.0703 -0.63282,-0.0703 -0.8789,0 -1.30078,0.32519 -0.41308,0.3252 -0.41308,0.98438 0,0.38672 0.14941,0.6416 0.1582,0.24609 0.43066,0.42187 0.28125,0.167 0.66797,0.29004 l 0.86133,0.27246 q 0,0 0.63281,0.20215 0.3252,0.11426 0.63282,0.27246 0.30761,0.14942 0.57129,0.36036 0.27246,0.20214 0.47461,0.49218 0.20214,0.29004 0.3164,0.67676 0.12305,0.38672 0.12305,0.89648 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path406"
           inkscape:connector-curvature="0" />
        <path
           d="m 807.09766,-691.13123 v -1.51171 h 1.30078 v 1.51171 z m 0,11.53125 v -9.50976 h 1.30078 v 9.50976 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path409"
           inkscape:connector-curvature="0" />
        <path
           d="m 811.30762,-684.02087 q 0,0.74707 0.1582,1.37988 0.1582,0.62402 0.42188,1.08105 0.26367,0.44825 0.66796,0.70313 0.41309,0.24609 0.99317,0.24609 0.84375,0 1.35351,-0.41308 0.50977,-0.41309 0.68555,-1.0459 l 1.14258,0.39551 q -0.12305,0.3955 -0.34277,0.7998 -0.21973,0.39551 -0.58887,0.7207 -0.36914,0.31641 -0.92285,0.52735 -0.54493,0.20215 -1.32715,0.20215 -1.73145,0 -2.63672,-1.25684 -0.90527,-1.25684 -0.90527,-3.73535 0,-1.33594 0.27246,-2.25879 0.28125,-0.93164 0.75586,-1.51172 0.47461,-0.58008 1.10742,-0.83496 0.63281,-0.26367 1.35351,-0.26367 0.98438,0 1.64356,0.38672 1.27441,0.74707 1.62597,2.67187 0.167,0.92285 0.167,1.99512 v 0.21094 z m 4.32422,-1.21289 q 0,-1.59082 -0.59766,-2.23243 -0.58887,-0.65039 -1.55566,-0.65039 -0.68555,0 -1.33594,0.58008 -0.79102,0.67676 -0.83496,2.30274 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path411"
           inkscape:connector-curvature="0" />
        <path
           d="m 818.62891,-679.59998 v -7.29492 q 0,0 0,-0.61523 0,-0.30762 -0.009,-0.59766 -0.009,-0.29004 -0.0176,-0.54492 -0.009,-0.25488 -0.0176,-0.45703 h 1.23047 q 0.009,0.20215 0.0176,0.46582 0.009,0.25488 0.0176,0.52734 0.0176,0.27246 0.0176,0.51856 v 0.43066 h 0.0352 q 0.14063,-0.54492 0.29004,-0.94043 0.14941,-0.40429 0.36035,-0.65918 0.21094,-0.26367 0.50098,-0.38672 0.29004,-0.13183 0.69433,-0.13183 0.15821,0 0.29883,0.0352 0.14942,0.0264 0.22852,0.0527 v 1.45019 q -0.13184,-0.0439 -0.30762,-0.0615 -0.16699,-0.0264 -0.38672,-0.0264 -0.44824,0 -0.76465,0.2461 -0.30761,0.24609 -0.50976,0.68554 -0.19336,0.43067 -0.29004,1.03711 -0.0879,0.59766 -0.0879,1.30957 v 4.95703 z"
           style="font-size:18px;font-family:liberationsansnarrow;text-anchor:middle;fill:#000000"
           id="path413"
           inkscape:connector-curvature="0" />
      </g>
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge8"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title83">File-&gt;File</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path85"
         d="m 869.5261,-698.2879 c 10.722,2.2245 17.9739,6.9871 17.9739,14.2879 0,4.7911 -3.1231,8.4892 -8.3006,11.0941" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon87"
         points="877.9246,-676.1709 880.1192,-669.5238 869.5261,-669.7121 " />
    </g>
    <g
       style="display:inline"
       class="edge"
       id="edge9"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title103">File-&gt;AO</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path105"
         d="m 777.9713,-665.7733 c -11.4956,10.7294 -26.2981,24.545 -39.3668,36.7424" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon107"
         points="736.0707,-631.4536 740.847,-626.3362 731.1483,-622.0717 " />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer1"
     inkscape:label="Opération"
     style="display:inline">
    <g
       class="node"
       id="node10"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title90">AO</title>
      <path
         style="fill:none;stroke:#ee0000;stroke-width:2"
         inkscape:connector-curvature="0"
         id="path92"
         d="m 767.5,-622 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,20 0,20 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-20 0,-20 0,-6 -6,-12 -12,-12" />
      <g
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text94" />
      <g
         aria-label="Opération"
         style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text96">
        <path
           d="m 685.36328,-610.849 q 0,1.4502 -0.35156,2.63672 -0.35156,1.18652 -1.01953,2.03027 -0.65918,0.84375 -1.61719,1.30078 -0.94922,0.45704 -2.15332,0.45704 -1.27441,0 -2.23242,-0.47461 -0.95801,-0.4834 -1.59961,-1.33594 -0.6416,-0.86133 -0.9668,-2.03906 -0.3164,-1.17774 -0.3164,-2.5752 0,-1.45019 0.33398,-2.61914 0.33398,-1.16894 0.98437,-1.98633 0.65918,-0.82617 1.6084,-1.26562 0.95801,-0.44824 2.19727,-0.44824 1.23926,0 2.19726,0.44824 0.95801,0.44824 1.6084,1.27441 0.65039,0.82617 0.98438,1.99512 0.34277,1.16015 0.34277,2.60156 z m -2.1709,0 q 0,-0.97558 -0.19336,-1.75781 -0.18457,-0.79102 -0.5625,-1.35352 -0.36914,-0.5625 -0.92285,-0.86133 -0.55371,-0.30761 -1.2832,-0.30761 -0.74707,0 -1.30078,0.30761 -0.55371,0.29883 -0.93164,0.86133 -0.37793,0.5625 -0.5625,1.35352 -0.18457,0.78223 -0.18457,1.75781 0,0.9668 0.18457,1.77539 0.19336,0.79981 0.5625,1.37988 0.37793,0.58008 0.93164,0.90528 0.5625,0.32519 1.29199,0.32519 0.78223,0 1.33594,-0.32519 0.5625,-0.33399 0.92285,-0.91406 0.36914,-0.58887 0.53613,-1.38868 0.17578,-0.80859 0.17578,-1.75781 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path305" />
        <path
           d="m 694.40723,-609.3988 q 0,1.08105 -0.17578,1.99511 -0.17579,0.91407 -0.54493,1.57325 -0.36914,0.65918 -0.94043,1.03711 -0.5625,0.36914 -1.32714,0.36914 -0.34278,0 -0.69434,-0.0879 -0.34277,-0.0879 -0.65039,-0.28125 -0.30762,-0.20215 -0.57129,-0.51856 -0.26367,-0.32519 -0.44824,-0.7998 h -0.0439 q 0.009,0.0439 0.009,0.21972 0.009,0.17578 0.0176,0.41309 0.009,0.22851 0.009,0.49219 0.009,0.25488 0.009,0.47461 v 3.64746 h -2.03028 v -11.05664 q 0,-0.7295 -0.0176,-1.30079 -0.0176,-0.57128 -0.0352,-0.88769 h 1.96875 q 0.0176,0.0615 0.0264,0.2373 0.0176,0.17578 0.0264,0.4043 0.0176,0.22852 0.0176,0.47461 0.009,0.24609 0.009,0.43066 h 0.0352 q 0.36914,-0.94043 1.01074,-1.34472 0.6416,-0.4043 1.48535,-0.4043 0.73828,0 1.27442,0.36914 0.54492,0.36914 0.89648,1.01953 0.35156,0.65039 0.51855,1.55567 0.167,0.89648 0.167,1.96875 z m -2.10938,0 q 0,-1.62598 -0.4043,-2.40821 -0.40429,-0.79101 -1.2041,-0.79101 -0.29883,0 -0.60644,0.1582 -0.29883,0.14941 -0.53614,0.52734 -0.22851,0.36915 -0.37792,1.00196 -0.14942,0.62402 -0.14942,1.58203 0,0.93164 0.14063,1.55566 0.14941,0.61524 0.38671,0.98438 0.23731,0.36914 0.52735,0.52734 0.29883,0.14942 0.59765,0.14942 0.38672,0 0.68555,-0.18457 0.30762,-0.19336 0.50977,-0.58887 0.21093,-0.4043 0.3164,-1.02832 0.11426,-0.62403 0.11426,-1.48535 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path307" />
        <path
           d="m 699.25879,-604.42419 q -0.84375,0 -1.52051,-0.29883 -0.67676,-0.30762 -1.15137,-0.92285 -0.47461,-0.62403 -0.72949,-1.55567 -0.24609,-0.94043 -0.24609,-2.19726 0,-1.36231 0.29883,-2.29395 0.29882,-0.93164 0.7998,-1.50293 0.50977,-0.58008 1.16895,-0.83496 0.66796,-0.25488 1.40625,-0.25488 0.92285,0 1.57324,0.39551 0.65039,0.38671 1.06347,1.08984 0.42188,0.70312 0.61524,1.6875 0.20215,0.97559 0.20215,2.16211 v 0.0703 h -5.00098 q 0,0.59766 0.0791,1.11621 0.0879,0.50977 0.28125,0.8877 0.19336,0.36914 0.50098,0.58886 0.31641,0.21094 0.75586,0.21094 0.53613,0 0.87012,-0.27246 0.34277,-0.28125 0.48339,-0.86133 l 1.90723,0.20215 q -0.13184,0.4043 -0.36914,0.86133 -0.22852,0.45703 -0.61523,0.84375 -0.38672,0.37793 -0.9668,0.63281 -0.58008,0.2461 -1.40625,0.2461 z m 0,-8.30567 q -0.30762,0 -0.58008,0.13184 -0.27246,0.12304 -0.47461,0.40429 -0.19336,0.27247 -0.3164,0.71192 -0.12305,0.43945 -0.14063,1.05469 h 3.03223 q -0.0615,-1.15137 -0.45703,-1.72266 -0.39551,-0.58008 -1.06348,-0.58008 z m -0.69434,-2.26758 v -0.27246 l 1.81934,-2.53125 h 1.85449 v 0.37793 l -2.44336,2.42578 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path309" />
        <path
           d="m 704.28613,-604.59998 v -7.27734 q 0,-0.30762 -0.009,-0.65039 0,-0.34277 -0.009,-0.65039 -0.009,-0.31641 -0.0176,-0.5625 -0.009,-0.25488 -0.0176,-0.36914 h 1.9248 q 0.0176,0.10547 0.0264,0.36914 0.0176,0.25488 0.0264,0.5625 l 0.0351,0.61523 q 0.009,0.29883 0.009,0.4834 h 0.0264 q 0.14941,-0.51855 0.29883,-0.92285 0.1582,-0.41309 0.36035,-0.69434 0.20215,-0.29003 0.49219,-0.43945 0.29004,-0.1582 0.71191,-0.1582 0.17578,0 0.35156,0.0439 0.18457,0.0352 0.28125,0.0879 v 2.06543 q -0.19336,-0.0527 -0.3955,-0.0879 -0.20215,-0.0439 -0.47461,-0.0439 -0.75586,0 -1.17774,0.74707 -0.42187,0.74707 -0.42187,2.21484 v 4.66699 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path311" />
        <path
           d="m 711.81836,-604.42419 q -0.5625,0 -1.01074,-0.18457 -0.43946,-0.19336 -0.74707,-0.55372 -0.30762,-0.36914 -0.47461,-0.90527 -0.16699,-0.53613 -0.16699,-1.22168 0,-0.84375 0.2373,-1.41504 0.24609,-0.58008 0.65918,-0.93164 0.42187,-0.36035 0.98437,-0.51855 0.5625,-0.167 1.19532,-0.17578 l 1.67871,-0.0352 v -0.4834 q 0,-0.51855 -0.0791,-0.86133 -0.0703,-0.35156 -0.21973,-0.57129 -0.14063,-0.21972 -0.35156,-0.30761 -0.21094,-0.0967 -0.4834,-0.0967 -0.25488,0 -0.45703,0.0615 -0.19336,0.0615 -0.34278,0.21973 -0.14062,0.14941 -0.22851,0.41308 -0.0879,0.25489 -0.12305,0.65039 l -2.11816,-0.12304 q 0.0879,-0.62403 0.3164,-1.13379 0.23731,-0.51856 0.64161,-0.89649 0.40429,-0.37793 1.00195,-0.58007 0.59765,-0.21094 1.39746,-0.21094 0.72949,0 1.29199,0.21972 0.57129,0.21973 0.9668,0.65918 0.39551,0.43067 0.60644,1.06348 0.21094,0.63281 0.21094,1.46777 v 3.46289 q 0,0.33399 0.0264,0.59766 0.0264,0.26367 0.0879,0.44824 0.0703,0.17578 0.19336,0.27246 0.13183,0.0879 0.33398,0.0879 0.22852,0 0.44825,-0.0527 v 1.33594 q 0,0 -0.3252,0.0967 -0.14941,0.0439 -0.29004,0.0703 -0.14062,0.0264 -0.30762,0.0439 -0.1582,0.0176 -0.37793,0.0176 -0.76464,0 -1.13379,-0.45703 -0.36035,-0.45703 -0.43066,-1.34472 h -0.0439 q -0.4043,0.88769 -1.03711,1.37988 -0.63282,0.49219 -1.5293,0.49219 z m 2.35547,-4.57911 -1.03711,0.0176 q -0.3252,0.0176 -0.61524,0.0703 -0.29003,0.0439 -0.50976,0.20215 -0.21973,0.14942 -0.35156,0.43946 -0.13184,0.29004 -0.13184,0.79101 0,0.67676 0.25488,1.01074 0.26367,0.3252 0.68555,0.3252 0.38672,0 0.70312,-0.20215 0.3252,-0.20215 0.54493,-0.52734 0.21972,-0.33399 0.33398,-0.76465 0.12305,-0.43067 0.12305,-0.87891 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path314" />
        <path
           d="m 720.23828,-604.44177 q -0.89648,0 -1.37988,-0.58887 -0.47461,-0.59766 -0.47461,-1.80176 v -5.60742 h -0.99317 v -1.66992 h 1.08985 l 0.63281,-2.23242 h 1.27442 v 2.23242 h 1.47656 v 1.66992 h -1.47656 v 4.93945 q 0,0.69434 0.21093,1.02832 0.21973,0.3252 0.66797,0.3252 0.18457,0 0.33399,-0.0352 0.1582,-0.0352 0.35156,-0.0879 v 1.5293 q -0.37793,0.14941 -0.79981,0.21973 -0.41308,0.0791 -0.91406,0.0791 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path316" />
        <path
           d="m 723.16504,-615.82361 v -1.81933 h 2.03027 v 1.81933 z m 0,11.22363 v -9.50976 h 2.03027 v 9.50976 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path318" />
        <path
           d="m 734.6875,-609.36365 q 0,1.08985 -0.24609,1.99512 -0.2461,0.90527 -0.74707,1.56445 -0.49219,0.65039 -1.23926,1.01953 -0.73828,0.36036 -1.73145,0.36036 -0.94922,0 -1.67871,-0.36036 -0.72949,-0.36035 -1.22168,-1.01074 -0.49219,-0.65039 -0.74707,-1.55566 -0.24609,-0.91406 -0.24609,-2.0127 0,-1.06347 0.2373,-1.95996 0.2461,-0.90527 0.72949,-1.56445 0.49219,-0.65918 1.23047,-1.02832 0.74707,-0.36914 1.74024,-0.36914 1.05469,0 1.79297,0.36914 0.74707,0.36914 1.21289,1.02832 0.47461,0.65039 0.69433,1.55566 0.21973,0.89649 0.21973,1.96875 z m -2.11816,0 q 0,-1.69629 -0.45704,-2.46093 -0.44824,-0.76465 -1.30957,-0.76465 -0.89648,0 -1.37109,0.77343 -0.47461,0.77344 -0.47461,2.45215 0,0.85254 0.12305,1.46778 0.12304,0.61523 0.35156,1.01074 0.23731,0.39551 0.5625,0.58887 0.3252,0.18457 0.71191,0.18457 0.44825,0 0.79102,-0.18457 0.35156,-0.19336 0.58887,-0.58887 0.2373,-0.39551 0.36035,-1.01074 0.12305,-0.61524 0.12305,-1.46778 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path321" />
        <path
           d="m 741.36719,-604.59998 v -5.33496 q 0,-0.55371 -0.0703,-1.01074 -0.0703,-0.46582 -0.2373,-0.79101 -0.16699,-0.33399 -0.43945,-0.51856 -0.26367,-0.18457 -0.6416,-0.18457 -0.36915,0 -0.66797,0.20215 -0.29883,0.19336 -0.51856,0.5625 -0.21094,0.36035 -0.33398,0.87012 -0.11426,0.50097 -0.11426,1.10742 v 5.09765 h -2.03027 v -7.38281 q 0,-0.30762 -0.009,-0.63281 0,-0.3252 -0.009,-0.61523 -0.009,-0.29883 -0.0176,-0.52735 -0.009,-0.2373 -0.0176,-0.35156 h 1.9336 q 0.0176,0.10547 0.0264,0.34277 0.009,0.22852 0.0264,0.50977 0.0176,0.28125 0.0264,0.5625 0.009,0.28125 0.009,0.47461 h 0.0264 q 0.41309,-1.08985 1.02832,-1.58203 0.62403,-0.49219 1.48536,-0.49219 0.70312,0 1.18652,0.28125 0.49219,0.28125 0.7998,0.77344 0.30762,0.49218 0.43946,1.16015 0.14062,0.66797 0.14062,1.44141 v 6.03808 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path323" />
      </g>
      <g
         aria-label="archéologique"
         style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text98">
        <path
           d="m 657.83008,-586.42419 q -0.5625,0 -1.01074,-0.18457 -0.43946,-0.19336 -0.74707,-0.55372 -0.30762,-0.36914 -0.47461,-0.90527 -0.167,-0.53613 -0.167,-1.22168 0,-0.84375 0.23731,-1.41504 0.24609,-0.58008 0.65918,-0.93164 0.42187,-0.36035 0.98437,-0.51855 0.5625,-0.167 1.19532,-0.17578 l 1.67871,-0.0352 v -0.4834 q 0,-0.51855 -0.0791,-0.86133 -0.0703,-0.35156 -0.21973,-0.57129 -0.14063,-0.21972 -0.35156,-0.30761 -0.21094,-0.0967 -0.4834,-0.0967 -0.25489,0 -0.45703,0.0615 -0.19336,0.0615 -0.34278,0.21973 -0.14062,0.14941 -0.22851,0.41308 -0.0879,0.25489 -0.12305,0.65039 l -2.11816,-0.12304 q 0.0879,-0.62403 0.3164,-1.13379 0.23731,-0.51856 0.6416,-0.89649 0.4043,-0.37793 1.00196,-0.58007 0.59765,-0.21094 1.39746,-0.21094 0.72949,0 1.29199,0.21972 0.57129,0.21973 0.9668,0.65918 0.39551,0.43067 0.60644,1.06348 0.21094,0.63281 0.21094,1.46777 v 3.46289 q 0,0.33399 0.0264,0.59766 0.0264,0.26367 0.0879,0.44824 0.0703,0.17578 0.19336,0.27246 0.13183,0.0879 0.33398,0.0879 0.22852,0 0.44824,-0.0527 v 1.33594 q 0,0 -0.32519,0.0967 -0.14942,0.0439 -0.29004,0.0703 -0.14063,0.0264 -0.30762,0.0439 -0.1582,0.0176 -0.37793,0.0176 -0.76465,0 -1.13379,-0.45703 -0.36035,-0.45703 -0.43066,-1.34472 h -0.0439 q -0.40429,0.88769 -1.03711,1.37988 -0.63281,0.49219 -1.52929,0.49219 z m 2.35547,-4.57911 -1.03711,0.0176 q -0.3252,0.0176 -0.61524,0.0703 -0.29004,0.0439 -0.50976,0.20215 -0.21973,0.14942 -0.35157,0.43946 -0.13183,0.29004 -0.13183,0.79101 0,0.67676 0.25488,1.01074 0.26367,0.3252 0.68555,0.3252 0.38672,0 0.70312,-0.20215 0.3252,-0.20215 0.54493,-0.52734 0.21972,-0.33399 0.33398,-0.76465 0.12305,-0.43067 0.12305,-0.87891 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path326" />
        <path
           d="m 664.25488,-586.59998 v -7.27734 q 0,-0.30762 -0.009,-0.65039 0,-0.34277 -0.009,-0.65039 -0.009,-0.31641 -0.0176,-0.5625 -0.009,-0.25488 -0.0176,-0.36914 h 1.9248 q 0.0176,0.10547 0.0264,0.36914 0.0176,0.25488 0.0264,0.5625 l 0.0351,0.61523 q 0.009,0.29883 0.009,0.4834 h 0.0264 q 0.14941,-0.51855 0.29883,-0.92285 0.1582,-0.41309 0.36035,-0.69434 0.20215,-0.29003 0.49219,-0.43945 0.29004,-0.1582 0.71191,-0.1582 0.17578,0 0.35156,0.0439 0.18457,0.0352 0.28125,0.0879 v 2.06543 q -0.19336,-0.0527 -0.3955,-0.0879 -0.20215,-0.0439 -0.47461,-0.0439 -0.75586,0 -1.17774,0.74707 -0.42187,0.74707 -0.42187,2.21484 v 4.66699 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path328" />
        <path
           d="m 673.2373,-586.42419 q -0.93164,0 -1.62597,-0.35157 -0.69434,-0.35156 -1.16016,-0.99316 -0.45703,-0.6416 -0.68555,-1.53809 -0.22851,-0.90527 -0.22851,-1.99511 0,-1.18653 0.24609,-2.10938 0.25489,-0.93164 0.7295,-1.56445 0.4746,-0.6416 1.16894,-0.97559 0.70313,-0.33398 1.58203,-0.33398 0.75586,0 1.34473,0.24609 0.58887,0.2461 1.01074,0.67676 0.43066,0.42187 0.69434,1.00195 0.26367,0.58008 0.36035,1.24805 l -2.03906,0.12305 q -0.0879,-0.7295 -0.43067,-1.16016 -0.34277,-0.43945 -0.98437,-0.43945 -0.81739,0 -1.18653,0.81738 -0.36914,0.81738 -0.36914,2.37305 0,3.28711 1.59082,3.28711 0.58008,0 0.9668,-0.43946 0.38672,-0.44824 0.4834,-1.32715 l 2.03027,0.11426 q -0.0703,0.65918 -0.33398,1.26563 -0.25489,0.59765 -0.69434,1.06347 -0.43066,0.45703 -1.05469,0.73828 -0.61523,0.27247 -1.41504,0.27247 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path330" />
        <path
           d="m 680.20703,-594.2113 q 0.41309,-1.08985 1.02832,-1.58203 0.62402,-0.49219 1.48535,-0.49219 0.70313,0 1.18653,0.28125 0.49218,0.28125 0.7998,0.77344 0.30762,0.49218 0.43945,1.16015 0.14063,0.66797 0.14063,1.44141 v 6.02929 h -2.02149 v -5.32617 q 0,-0.55371 -0.0703,-1.01074 -0.0703,-0.46582 -0.2373,-0.79102 -0.16699,-0.33398 -0.43946,-0.51855 -0.26367,-0.18457 -0.6416,-0.18457 -0.36914,0 -0.66797,0.20215 -0.29882,0.19336 -0.51855,0.5625 -0.21094,0.36035 -0.33398,0.87012 -0.11426,0.50097 -0.11426,1.10742 v 5.08886 h -2.03028 v -13.04296 h 2.03028 v 3.55957 q 0,0.28125 -0.009,0.57129 -0.009,0.28125 -0.0176,0.53613 -0.009,0.24609 -0.0176,0.44824 -0.009,0.20215 -0.0176,0.31641 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path332" />
        <path
           d="m 690.44629,-586.42419 q -0.84375,0 -1.52051,-0.29883 -0.67676,-0.30762 -1.15137,-0.92285 -0.47461,-0.62403 -0.72949,-1.55567 -0.24609,-0.94043 -0.24609,-2.19726 0,-1.36231 0.29883,-2.29395 0.29882,-0.93164 0.7998,-1.50293 0.50977,-0.58008 1.16895,-0.83496 0.66796,-0.25488 1.40625,-0.25488 0.92285,0 1.57324,0.39551 0.65039,0.38671 1.06347,1.08984 0.42188,0.70312 0.61524,1.6875 0.20215,0.97559 0.20215,2.16211 v 0.0703 h -5.00098 q 0,0.59766 0.0791,1.11621 0.0879,0.50977 0.28125,0.8877 0.19336,0.36914 0.50098,0.58886 0.31641,0.21094 0.75586,0.21094 0.53613,0 0.87012,-0.27246 0.34277,-0.28125 0.48339,-0.86133 l 1.90723,0.20215 q -0.13184,0.4043 -0.36914,0.86133 -0.22852,0.45703 -0.61523,0.84375 -0.38672,0.37793 -0.9668,0.63281 -0.58008,0.2461 -1.40625,0.2461 z m 0,-8.30567 q -0.30762,0 -0.58008,0.13184 -0.27246,0.12304 -0.47461,0.40429 -0.19336,0.27247 -0.3164,0.71192 -0.12305,0.43945 -0.14063,1.05469 h 3.03223 q -0.0615,-1.15137 -0.45703,-1.72266 -0.39551,-0.58008 -1.06348,-0.58008 z m -0.69434,-2.26758 v -0.27246 l 1.81934,-2.53125 h 1.85449 v 0.37793 l -2.44336,2.42578 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path335" />
        <path
           d="m 702.88281,-591.36365 q 0,1.08985 -0.24609,1.99512 -0.2461,0.90527 -0.74707,1.56445 -0.49219,0.65039 -1.23926,1.01953 -0.73828,0.36036 -1.73144,0.36036 -0.94922,0 -1.67872,-0.36036 -0.72949,-0.36035 -1.22168,-1.01074 -0.49218,-0.65039 -0.74707,-1.55566 -0.24609,-0.91406 -0.24609,-2.0127 0,-1.06347 0.23731,-1.95996 0.24609,-0.90527 0.72949,-1.56445 0.49218,-0.65918 1.23047,-1.02832 0.74707,-0.36914 1.74023,-0.36914 1.05469,0 1.79297,0.36914 0.74707,0.36914 1.21289,1.02832 0.47461,0.65039 0.69434,1.55566 0.21972,0.89649 0.21972,1.96875 z m -2.11816,0 q 0,-1.69629 -0.45703,-2.46093 -0.44825,-0.76465 -1.30957,-0.76465 -0.89649,0 -1.3711,0.77343 -0.47461,0.77344 -0.47461,2.45215 0,0.85254 0.12305,1.46778 0.12305,0.61523 0.35156,1.01074 0.23731,0.39551 0.5625,0.58887 0.3252,0.18457 0.71192,0.18457 0.44824,0 0.79101,-0.18457 0.35157,-0.19336 0.58887,-0.58887 0.2373,-0.39551 0.36035,-1.01074 0.12305,-0.61524 0.12305,-1.46778 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path337" />
        <path
           d="m 704.50879,-586.59998 v -13.04296 h 2.03027 v 13.04296 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path339" />
        <path
           d="m 716.03125,-591.36365 q 0,1.08985 -0.24609,1.99512 -0.2461,0.90527 -0.74707,1.56445 -0.49219,0.65039 -1.23926,1.01953 -0.73828,0.36036 -1.73145,0.36036 -0.94922,0 -1.67871,-0.36036 -0.72949,-0.36035 -1.22168,-1.01074 -0.49219,-0.65039 -0.74707,-1.55566 -0.24609,-0.91406 -0.24609,-2.0127 0,-1.06347 0.2373,-1.95996 0.2461,-0.90527 0.72949,-1.56445 0.49219,-0.65918 1.23047,-1.02832 0.74707,-0.36914 1.74024,-0.36914 1.05469,0 1.79297,0.36914 0.74707,0.36914 1.21289,1.02832 0.47461,0.65039 0.69433,1.55566 0.21973,0.89649 0.21973,1.96875 z m -2.11816,0 q 0,-1.69629 -0.45704,-2.46093 -0.44824,-0.76465 -1.30957,-0.76465 -0.89648,0 -1.37109,0.77343 -0.47461,0.77344 -0.47461,2.45215 0,0.85254 0.12305,1.46778 0.12304,0.61523 0.35156,1.01074 0.23731,0.39551 0.5625,0.58887 0.3252,0.18457 0.71191,0.18457 0.44825,0 0.79102,-0.18457 0.35156,-0.19336 0.58887,-0.58887 0.2373,-0.39551 0.36035,-1.01074 0.12305,-0.61524 0.12305,-1.46778 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path342" />
        <path
           d="m 720.92676,-582.78552 q -0.77344,0 -1.36231,-0.19336 -0.58886,-0.18457 -1.00195,-0.52735 -0.41309,-0.33398 -0.66797,-0.80859 -0.24609,-0.46582 -0.33398,-1.02832 l 2.02148,-0.29004 q 0.10547,0.57129 0.46582,0.89649 0.36035,0.32519 0.93164,0.32519 0.36035,0 0.65918,-0.12305 0.29883,-0.12304 0.50977,-0.42187 0.21972,-0.29004 0.33398,-0.77344 0.12305,-0.4834 0.12305,-1.19531 0,0 0,-0.50098 0,-0.25488 0.009,-0.46582 0.009,-0.24609 0.009,-0.47461 h -0.0176 q -0.35156,0.92285 -0.99317,1.33594 -0.63281,0.41309 -1.5205,0.41309 -0.73828,0 -1.27442,-0.35157 -0.53613,-0.36035 -0.89648,-0.99316 -0.35156,-0.6416 -0.51856,-1.52051 -0.16699,-0.88769 -0.16699,-1.95117 0,-1.09863 0.17578,-1.98633 0.18457,-0.89648 0.55371,-1.53808 0.36914,-0.64161 0.93164,-0.98438 0.57129,-0.35156 1.35352,-0.35156 0.78223,0 1.39746,0.4043 0.61524,0.40429 0.95801,1.30957 h 0.0352 q 0,-0.18457 0.009,-0.42188 0.009,-0.24609 0.0264,-0.46582 0.0176,-0.22852 0.0352,-0.4043 0.0176,-0.17578 0.0264,-0.2373 h 1.92481 q -0.0176,0.31641 -0.0352,0.88769 -0.009,0.57129 -0.009,1.30957 v 7.02247 q 0,1.0371 -0.24609,1.80175 -0.24609,0.77344 -0.7207,1.28321 -0.46582,0.50976 -1.16016,0.76464 -0.68555,0.25489 -1.56445,0.25489 z m 1.69629,-8.70117 q 0,-0.89649 -0.14942,-1.49414 -0.14062,-0.59766 -0.37793,-0.95801 -0.22851,-0.36035 -0.52734,-0.50977 -0.29883,-0.14941 -0.59766,-0.14941 -0.38672,0 -0.69433,0.18457 -0.29883,0.18457 -0.50977,0.57129 -0.20215,0.38672 -0.3164,0.98437 -0.10547,0.59766 -0.10547,1.42383 0,1.53809 0.40429,2.32031 0.4043,0.78223 1.2041,0.78223 0.29883,0 0.59766,-0.14063 0.30762,-0.14941 0.54492,-0.50976 0.23731,-0.36914 0.37793,-0.97559 0.14942,-0.60644 0.14942,-1.52929 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path344" />
        <path
           d="m 726.69238,-597.82361 v -1.81933 h 2.03028 v 1.81933 z m 0,11.22363 v -9.50976 h 2.03028 v 9.50976 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path346" />
        <path
           d="m 730.38379,-591.34607 q 0,-1.08105 0.17578,-1.98633 0.18457,-0.91406 0.55371,-1.56445 0.36914,-0.65918 0.93164,-1.02832 0.57129,-0.36914 1.35352,-0.36914 0.78222,0 1.39746,0.4043 0.61523,0.40429 0.95801,1.30957 0,-0.18457 0.009,-0.42188 0.009,-0.24609 0.0264,-0.46582 0.0176,-0.22852 0.0352,-0.4043 0.0264,-0.17578 0.0352,-0.2373 h 1.95118 q -0.0176,0.31641 -0.0352,0.88769 -0.009,0.57129 -0.009,1.30079 v 11.05664 h -2.01269 v -3.95508 q 0,-0.2461 0.009,-0.4834 0.009,-0.23731 0.009,-0.43945 0,0 0.0176,-0.43946 h -0.0176 q -0.35156,0.92285 -1.01074,1.34473 -0.65039,0.41309 -1.52929,0.41309 -0.73829,0 -1.27442,-0.36914 -0.53613,-0.36915 -0.88769,-1.02833 -0.35157,-0.65917 -0.51856,-1.55566 -0.16699,-0.90527 -0.16699,-1.96875 z m 5.38769,-0.0527 q 0,-0.94922 -0.14941,-1.56446 -0.14062,-0.61523 -0.37793,-0.97558 -0.22852,-0.36914 -0.52734,-0.50977 -0.29883,-0.14941 -0.59766,-0.14941 -0.38672,0 -0.69434,0.18457 -0.29882,0.18457 -0.50976,0.58008 -0.20215,0.3955 -0.31641,1.01074 -0.10547,0.61523 -0.10547,1.47656 0,3.23438 1.6084,3.23438 0.29883,0 0.59766,-0.15821 0.30762,-0.1582 0.54492,-0.53613 0.23731,-0.37793 0.37793,-1.01074 0.14941,-0.63281 0.14941,-1.58203 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path348" />
        <path
           d="m 741.75684,-596.10974 v 5.33496 q 0,0.55371 0.0703,1.01953 0.0703,0.45703 0.2373,0.79102 0.167,0.32519 0.43067,0.50976 0.26367,0.18457 0.6416,0.18457 0.36914,0 0.66797,-0.19336 0.29883,-0.20215 0.50976,-0.5625 0.21973,-0.36914 0.33399,-0.87011 0.12304,-0.50977 0.12304,-1.11621 v -5.09766 h 2.03028 v 7.38281 q 0,0.29883 0,0.63281 0.009,0.3252 0.0176,0.62403 0.009,0.29004 0.0176,0.52734 0.009,0.22852 0.0176,0.34277 h -1.93359 q -0.009,-0.10546 -0.0264,-0.33398 -0.009,-0.2373 -0.0264,-0.51855 -0.009,-0.28125 -0.0176,-0.5625 -0.009,-0.28125 -0.009,-0.47461 h -0.0352 q -0.4043,1.08105 -1.02832,1.57324 -0.62402,0.49219 -1.48535,0.49219 -0.70313,0 -1.19531,-0.28125 -0.4834,-0.28125 -0.79102,-0.76465 -0.30762,-0.49219 -0.44824,-1.16016 -0.13184,-0.66797 -0.13184,-1.44141 v -6.03808 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path351" />
        <path
           d="m 752.0752,-586.42419 q -0.84375,0 -1.52051,-0.29883 -0.67676,-0.30762 -1.15137,-0.92285 -0.47461,-0.62403 -0.72949,-1.55567 -0.2461,-0.94043 -0.2461,-2.19726 0,-1.36231 0.29883,-2.29395 0.29883,-0.93164 0.79981,-1.50293 0.50976,-0.58008 1.16894,-0.83496 0.66797,-0.25488 1.40625,-0.25488 0.92285,0 1.57324,0.39551 0.6504,0.38671 1.06348,1.08984 0.42188,0.70312 0.61524,1.6875 0.20214,0.97559 0.20214,2.16211 v 0.0703 h -5.00097 q 0,0.59766 0.0791,1.11621 0.0879,0.50977 0.28125,0.8877 0.19336,0.36914 0.50098,0.58886 0.3164,0.21094 0.75585,0.21094 0.53614,0 0.87012,-0.27246 0.34278,-0.28125 0.4834,-0.86133 l 1.90723,0.20215 q -0.13184,0.4043 -0.36914,0.86133 -0.22852,0.45703 -0.61524,0.84375 -0.38672,0.37793 -0.96679,0.63281 -0.58008,0.2461 -1.40625,0.2461 z m 0,-8.30567 q -0.30762,0 -0.58008,0.13184 -0.27246,0.12304 -0.47461,0.40429 -0.19336,0.27247 -0.31641,0.71192 -0.12305,0.43945 -0.14062,1.05469 h 3.03222 q -0.0615,-1.15137 -0.45703,-1.72266 -0.39551,-0.58008 -1.06347,-0.58008 z"
           style="font-weight:bold;font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
           id="path353" />
      </g>
      <g
         style="font-size:18px;font-family:liberationsansnarrow;text-anchor:start;fill:#000000"
         id="text100" />
    </g>
    <g
       class="edge"
       id="edge10"
       transform="translate(4.2732163,712.48476)">
      <title
         id="title156">AO-&gt;AO</title>
      <path
         style="fill:none;stroke:#000000"
         inkscape:connector-curvature="0"
         id="path158"
         d="m 779.5261,-614.2879 c 10.722,2.2245 17.9739,6.9871 17.9739,14.2879 0,4.7911 -3.1231,8.4892 -8.3006,11.0941" />
      <polygon
         style="fill:#000000;stroke:#000000"
         id="polygon160"
         points="779.5261,-585.7121 787.9246,-592.1709 790.1192,-585.5238 " />
    </g>
  </g>
</svg>