Skip to content
Snippets Groups Projects
Commit 16e58d11 authored by Jean-Luc Parouty's avatar Jean-Luc Parouty
Browse files

Update README..

parent dded6abf
No related branches found
No related tags found
No related merge requests found
![](fidle/img/00-Fidle-titre-01_m.png)
## A propos
Ce dépot contient l'ensemble des documents et liens de la **formation Fidle**.
Les objectifs de cette formations, co-organisée par la formation continue du CNRS et les réseaux SARI et DEVLOG, sont :
- Comprendre les **bases** des réseaux de neurones profonds (Deep Learning)
- Développer une **première expérience** à travers des exemples simples et représentatifs
- Comprendre les différents types de réseaux, leurs **architectures** et leurs **cas d'usages**
- Appréhender les technologies **Tensorflow/Kera**s et **Jupyter lab**, sur GPU
- Appréhender les **environnements de calcul académiques** tier-2 (méso) et/ou tier-1 (nationaux)
## disposibles dans ce dépot :
Vous trouverez ici :
- le support des présentations
- l'ensemble des travaux pratiques
- des fiches et informations pratiques :
- [Configuration SSH](-/wikis/howto-ssh)
FIDLE - Formation Introduction au Deep Learning
===============================================
---
S. Arias, E. Maldonado, JL. Parouty - CNRS/SARI/DEVLOG - 2020
## 0/ SSH et accès aux machines de calcul Gricad
Fichier config à créer sous $HOME/.ssh
```
ForwardAgent yes
Host *.ciment
User votre_login
ProxyCommand ssh -q votre_login@access-rr-ciment.imag.fr "nc -w 60 `basename %h .cime
nt` %p"
LocalForward 8888 f-dahu:numerodeport_particulier
``` ```
## 1/ Environment ## 1/ Environment
To run this examples, you need an environment with the following packages : To run this examples, you need an environment with the following packages :
......
<div style="text-align: left">
<img src="../fidle/img/00-Fidle-header-01.svg" style="width:800px"/>
</div>
# How to - SSH for GRICAD
How to configure your SSH environment for friendly access to GRICAD in 6 steps.
## Step 1 - Generate yours ssh keys
If you don't already have SSH keys, create one with a nice password :
```
# ssh-keygen
```
## Step 2 - ssh-agent configuration
To avoid having to enter your ssh password all the time, we will use the ssh-agent service.
Try :
```
# ssh-add
```
If an error occurs, add this lines in your .bash_profile and restart your session :
```
pgrep ssh-agent >/dev/null || ssh-agent -s > ~/.ssh_agent
. ~/.ssh_agent
ssh-add -l >/dev/null || ssh-add
```
## Step 3 - Allow your access to the bastions
The password requested is your PERSEUS password.
\<login\> is your PERSEUS login
```
# ssh-copy-id <login>@rotule.imag.fr
```
and
```
# ssh-copy-id <login>@trinity.ujf-grenoble.fr
```
To verify, these two commands must now work :
```
# ssh <login>@rotule.imag.fr hostname
# ssh <login>@trinity.ujf-grenoble.fr hostname
```
## Step 4 - Configuring access through bastions
Modify (or create if it doesn't exist) your **.ssh/config** file, with :
```
ForwardAgent yes
Host *.ciment
User <login>
ProxyCommand ssh -q <login>@access-rr-ciment.imag.fr "nc -w 60 `basename %h .ciment` %p"
LocalForward 8888 f-dahu:<your uid>
LocalForward 6006 f-dahu:<your uid + 10000>
```
Where :
- \<login\> is your PERSEUS login
- \<your uid\> is your uid on rotule or trinity
- \<your uid + 10000\> is your uid + 10000 (if uid=6500, that makes 16500)
To get your uid, try : `# ssh <your login>@rotule.imag.fr id -u`
## Step 5 - Drink a coffee
You've earned it, but courage, it's almost over !
## Step 6 - Allow your access to the frontal
As before, the password requested is your PERSEUS password.
```
# ssh-copy-id f-dahu.ciment
```
**Fine !** Normalement, on peut maintenant accéder directement à la frontale - de manière sécurisée et simple, - sans ressaisir 18 fois son mot de passe :-)
**To check :**
```
# ssh f-dahu.ciment hostname
f-dahu
```
If that doesn't work, drink another coffee and check your steps...
---
<div style="text-align: left">
<img src="../fidle/img/00-Fidle-logo-01.svg" style="width:80px"/>
</div>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 343.3551 80.1647"><title>00-Fidle-titre-01</title><g id="Calque_2" data-name="Calque 2"><g id="Calque_4" data-name="Calque 4"><path d="M80.4127,3.6574h4.3535v.875h-3.31V7.2189h3.0581v.8633H81.4562V11.74H80.4127Z"/><path d="M91.1017,8.79a2.8367,2.8367,0,0,1-2.89,3.082,2.76,2.76,0,0,1-2.7828-2.9863,2.8347,2.8347,0,0,1,2.8785-3.0821A2.7485,2.7485,0,0,1,91.1017,8.79ZM86.4962,8.85c0,1.2715.732,2.2315,1.7632,2.2315,1.0073,0,1.7632-.9473,1.7632-2.2549,0-.9834-.4917-2.23-1.7393-2.23S86.4962,7.7472,86.4962,8.85Z"/><path d="M92.4366,7.7472c0-.6836-.0122-1.2715-.0478-1.8115h.9233l.0362,1.14h.0478a1.7419,1.7419,0,0,1,1.607-1.2715,1.1268,1.1268,0,0,1,.3.0362v.9951a1.6188,1.6188,0,0,0-.36-.0361A1.4814,1.4814,0,0,0,93.528,8.1544a2.9743,2.9743,0,0,0-.0479.4922V11.74H92.4366Z"/><path d="M96.4083,7.507c0-.6-.0122-1.0918-.0478-1.5713h.9233l.0479.9355h.0361A2.001,2.001,0,0,1,99.191,5.8038a1.7159,1.7159,0,0,1,1.6431,1.1631h.0239a2.3909,2.3909,0,0,1,.6475-.7549,1.9763,1.9763,0,0,1,1.2832-.4082c.7676,0,1.9072.5039,1.9072,2.5186V11.74h-1.0317V8.4542c0-1.1152-.4077-1.7871-1.2593-1.7871a1.3666,1.3666,0,0,0-1.2471.96,1.7411,1.7411,0,0,0-.0839.5273V11.74h-1.0313V8.2628c0-.9238-.4082-1.5957-1.2114-1.5957a1.4432,1.4432,0,0,0-1.3076,1.0557,1.4643,1.4643,0,0,0-.084.5156V11.74H96.4083Z"/><path d="M109.631,11.74l-.084-.7315h-.0361a2.1606,2.1606,0,0,1-1.7749.8633,1.6535,1.6535,0,0,1-1.7749-1.667c0-1.4033,1.247-2.1709,3.49-2.1582v-.12a1.197,1.197,0,0,0-1.3193-1.3438,2.8923,2.8923,0,0,0-1.5108.4317l-.24-.6953a3.6068,3.6068,0,0,1,1.9072-.5157c1.7749,0,2.2066,1.211,2.2066,2.375V10.35a8.1336,8.1336,0,0,0,.0962,1.3907Zm-.1558-2.962c-1.1513-.0244-2.459.18-2.459,1.3067a.9345.9345,0,0,0,.9956,1.0078,1.4443,1.4443,0,0,0,1.4034-.9717,1.1083,1.1083,0,0,0,.06-.3359Z"/><path d="M113.424,4.2687v1.667h1.5112v.8037H113.424v3.13c0,.72.2036,1.1279.7915,1.1279a2.3321,2.3321,0,0,0,.6113-.0723l.0483.792a2.585,2.585,0,0,1-.9355.1436,1.4659,1.4659,0,0,1-1.14-.4434,2.1533,2.1533,0,0,1-.4077-1.5117V6.7394h-.8994V5.9357h.8994V4.545Z"/><path d="M117.3,4.3048a.6536.6536,0,0,1-1.3071,0,.6433.6433,0,0,1,.66-.66A.6266.6266,0,0,1,117.3,4.3048ZM116.1246,11.74V5.9357H117.18V11.74Z"/><path d="M124.1852,8.79a2.8367,2.8367,0,0,1-2.89,3.082,2.76,2.76,0,0,1-2.7827-2.9863,2.8347,2.8347,0,0,1,2.8784-3.0821A2.7485,2.7485,0,0,1,124.1852,8.79ZM119.58,8.85c0,1.2715.7319,2.2315,1.7632,2.2315,1.0073,0,1.7632-.9473,1.7632-2.2549,0-.9834-.4917-2.23-1.7393-2.23S119.58,7.7472,119.58,8.85Z"/><path d="M125.52,7.507c0-.6-.0117-1.0918-.0478-1.5713h.9355l.06.96h.0244a2.1346,2.1346,0,0,1,1.919-1.0918c.8032,0,2.0508.4795,2.0508,2.4707V11.74h-1.0557V8.3947c0-.9356-.3477-1.7149-1.3433-1.7149a1.4988,1.4988,0,0,0-1.415,1.0791,1.5167,1.5167,0,0,0-.0718.4912v3.49H125.52Z"/><path d="M83.1715,16.3287V35.4371H80.7052V16.3287Z"/><path d="M87.6783,25.4293c0-1.4175-.0288-2.58-.1137-3.7138H89.776l.1421,2.268h.0566a5.0457,5.0457,0,0,1,4.5362-2.58c1.8994,0,4.8476,1.1343,4.8476,5.84v8.1933H96.8639v-7.91c0-2.2115-.8223-4.0542-3.1753-4.0542a3.5446,3.5446,0,0,0-3.3457,2.5512,3.5922,3.5922,0,0,0-.17,1.1626v8.25H87.6783Z"/><path d="M106.3024,17.7745v3.941h3.5722v1.8994h-3.5722v7.3994c0,1.7012.4819,2.665,1.8711,2.665a5.55,5.55,0,0,0,1.4458-.17l.1137,1.8711a6.1127,6.1127,0,0,1-2.2114.34,3.4563,3.4563,0,0,1-2.6934-1.0493,5.0822,5.0822,0,0,1-.9638-3.5723V23.6149h-2.1265V21.7155h2.1265V18.4269Z"/><path d="M112.68,25.9962c0-1.6157-.0283-3.0049-.1138-4.2807h2.1831l.085,2.6933h.1138a4.1166,4.1166,0,0,1,3.7988-3.0054,2.6987,2.6987,0,0,1,.7085.085v2.353a3.7513,3.7513,0,0,0-.85-.0849,3.5,3.5,0,0,0-3.3457,3.2036,7.0371,7.0371,0,0,0-.1133,1.1626v7.3144H112.68Z"/><path d="M134.0836,28.463c0,5.0747-3.5156,7.2861-6.8325,7.2861-3.7139,0-6.5776-2.7216-6.5776-7.0595,0-4.5928,3.0053-7.2862,6.8042-7.2862C131.4186,21.4034,134.0836,24.2667,134.0836,28.463Zm-10.8867.1416c0,3.0054,1.73,5.2735,4.1675,5.2735,2.3813,0,4.1675-2.24,4.1675-5.33,0-2.3247-1.1621-5.2735-4.1109-5.2735S123.1969,25.9962,123.1969,28.6046Z"/><path d="M149.0787,15.3082v16.585c0,1.2192.0284,2.6084.1133,3.5439h-2.24l-.1133-2.3813h-.0566a5.0769,5.0769,0,0,1-4.6783,2.6933c-3.3169,0-5.8686-2.8066-5.8686-6.9746-.0283-4.5644,2.8071-7.3711,6.1523-7.3711a4.5869,4.5869,0,0,1,4.1392,2.0982h.0566V15.3082ZM146.5836,27.3a4.4023,4.4023,0,0,0-.1133-1.0488A3.6693,3.6693,0,0,0,142.87,23.36c-2.58,0-4.1109,2.2681-4.1109,5.3018,0,2.7783,1.3609,5.0747,4.0542,5.0747a3.75,3.75,0,0,0,3.6572-2.9766,4.339,4.339,0,0,0,.1133-1.0776Z"/><path d="M164.6979,31.6949c0,1.4175.0283,2.6651.1133,3.7422H162.6l-.1416-2.24h-.0566a5.164,5.164,0,0,1-4.5361,2.5517c-2.1548,0-4.7349-1.1909-4.7349-6.0107V21.7155h2.4951v7.5981c0,2.6079.794,4.3657,3.062,4.3657a3.6066,3.6066,0,0,0,3.2886-2.268,3.6533,3.6533,0,0,0,.2266-1.2759v-8.42h2.4951Z"/><path d="M178.6154,34.9269a9.1866,9.1866,0,0,1-3.941.7939c-4.1391,0-6.8325-2.8071-6.8325-7.0029a6.9724,6.9724,0,0,1,7.3716-7.2861,8.336,8.336,0,0,1,3.4585.7089l-.5669,1.9278a5.7828,5.7828,0,0,0-2.8916-.6524c-3.147,0-4.8481,2.3252-4.8481,5.1885,0,3.1753,2.041,5.1314,4.7627,5.1314a7.0915,7.0915,0,0,0,3.062-.68Z"/><path d="M184.9074,17.7745v3.941H188.48v1.8994h-3.5722v7.3994c0,1.7012.4819,2.665,1.871,2.665a5.5565,5.5565,0,0,0,1.4463-.17l.1133,1.8711a6.1127,6.1127,0,0,1-2.2114.34,3.4562,3.4562,0,0,1-2.6934-1.0493,5.0817,5.0817,0,0,1-.9638-3.5723V23.6149h-2.1265V21.7155h2.1265V18.4269Z"/><path d="M194.0631,17.86a1.5452,1.5452,0,0,1-3.09,0A1.52,1.52,0,0,1,192.5319,16.3,1.4809,1.4809,0,0,1,194.0631,17.86Zm-2.7783,17.5776V21.7155h2.4946V35.4371Z"/><path d="M210.3351,28.463c0,5.0747-3.5156,7.2861-6.8325,7.2861-3.7139,0-6.5777-2.7216-6.5777-7.0595,0-4.5928,3.0054-7.2862,6.8042-7.2862C207.67,21.4034,210.3351,24.2667,210.3351,28.463Zm-10.8867.1416c0,3.0054,1.73,5.2735,4.1674,5.2735,2.3814,0,4.1675-2.24,4.1675-5.33,0-2.3247-1.1621-5.2735-4.1108-5.2735S199.4484,25.9962,199.4484,28.6046Z"/><path d="M213.48,25.4293c0-1.4175-.0288-2.58-.1138-3.7138h2.2115l.1421,2.268h.0566a5.0457,5.0457,0,0,1,4.5361-2.58c1.8994,0,4.8477,1.1343,4.8477,5.84v8.1933h-2.4946v-7.91c0-2.2115-.8223-4.0542-3.1753-4.0542a3.5444,3.5444,0,0,0-3.3457,2.5512,3.5921,3.5921,0,0,0-.17,1.1626v8.25H213.48Z"/><path d="M236.3243,35.3063l-.0839-.7315h-.0362a2.1617,2.1617,0,0,1-1.7749.8633,1.6537,1.6537,0,0,1-1.7749-1.667c0-1.4033,1.2471-2.1709,3.49-2.1587v-.12a1.1968,1.1968,0,0,0-1.3194-1.3433,2.8923,2.8923,0,0,0-1.5107.4317l-.24-.6953a3.6026,3.6026,0,0,1,1.9072-.5156c1.7749,0,2.2065,1.2109,2.2065,2.3745v2.1709a8.15,8.15,0,0,0,.0962,1.3911Zm-.1557-2.9624c-1.1514-.024-2.459.18-2.459,1.3071a.9345.9345,0,0,0,.9956,1.0078,1.4447,1.4447,0,0,0,1.4033-.9717,1.1109,1.1109,0,0,0,.06-.3359Z"/><path d="M243.7511,33.7233c0,.6.0117,1.1274.0479,1.583h-.9356l-.06-.9473h-.0239a2.1844,2.1844,0,0,1-1.9189,1.0791c-.9112,0-2.003-.5034-2.003-2.5425v-3.394h1.0557v3.2143c0,1.1031.3359,1.8467,1.2954,1.8467a1.4839,1.4839,0,0,0,1.4868-1.499v-3.562h1.0557Z"/><path d="M80.9625,41.8365a54.6209,54.6209,0,0,1,8.1128-.6142c5.482,0,9.3848,1.272,11.9722,3.6841,2.6313,2.4116,4.166,5.8325,4.166,10.6123,0,4.8242-1.4912,8.771-4.2539,11.49-2.7627,2.7627-7.3232,4.2539-13.0684,4.2539a61.5877,61.5877,0,0,1-6.9287-.351Zm3.815,26.1368a24.1078,24.1078,0,0,0,3.8593.2192c8.1568,0,12.586-4.56,12.586-12.542.0439-6.9731-3.9029-11.4023-11.9722-11.4023a21.6824,21.6824,0,0,0-4.4731.395Z" style="fill:#e12229"/><path d="M112.3634,61.088c.0879,5.2188,3.4209,7.3677,7.28,7.3677A13.9592,13.9592,0,0,0,125.52,67.36l.6577,2.7627a17.1944,17.1944,0,0,1-7.0606,1.3154c-6.5342,0-10.437-4.2978-10.437-10.7s3.7715-11.4458,9.9546-11.4458c6.9292,0,8.771,6.0957,8.771,9.9986a14.5269,14.5269,0,0,1-.1318,1.7978Zm11.3145-2.7627c.0439-2.4555-1.0088-6.271-5.35-6.271-3.9034,0-5.6133,3.5962-5.92,6.271Z" style="fill:#e12229"/><path d="M134.3356,61.088c.0879,5.2188,3.42,7.3677,7.28,7.3677a13.9583,13.9583,0,0,0,5.8764-1.0962l.6577,2.7627a17.1938,17.1938,0,0,1-7.06,1.3154c-6.5342,0-10.437-4.2978-10.437-10.7s3.7715-11.4458,9.9546-11.4458c6.9292,0,8.771,6.0957,8.771,9.9986a14.5029,14.5029,0,0,1-.1319,1.7978ZM145.65,58.3253c.044-2.4555-1.0088-6.271-5.35-6.271-3.9033,0-5.6133,3.5962-5.92,6.271Z" style="fill:#e12229"/><path d="M154.1588,56.7028c0-2.7188-.0874-4.9117-.1753-6.9288h3.4644l.1753,3.64h.0879a8.3443,8.3443,0,0,1,7.5429-4.1221c5.1309,0,8.99,4.3413,8.99,10.7881,0,7.63-4.6485,11.4019-9.6475,11.4019a7.4432,7.4432,0,0,1-6.5342-3.333h-.0879V79.6823h-3.8154Zm3.8154,5.6572a8.72,8.72,0,0,0,.1753,1.5786,5.9547,5.9547,0,0,0,5.7891,4.5171c4.0781,0,6.4463-3.333,6.4463-8.2007,0-4.2539-2.2363-7.8935-6.315-7.8935a6.158,6.158,0,0,0-5.8325,4.78,6.2511,6.2511,0,0,0-.2632,1.5787Z" style="fill:#e12229"/><path d="M188.5421,41.4415h3.815V67.798h12.63v3.2011H188.5421Z" style="fill:#e12229"/><path d="M210.6456,61.088c.0879,5.2188,3.4209,7.3677,7.28,7.3677a13.9592,13.9592,0,0,0,5.8765-1.0962l.6577,2.7627a17.1942,17.1942,0,0,1-7.06,1.3154c-6.5342,0-10.4371-4.2978-10.4371-10.7s3.7715-11.4458,9.9546-11.4458c6.9292,0,8.771,6.0957,8.771,9.9986a14.5269,14.5269,0,0,1-.1318,1.7978ZM221.96,58.3253c.0439-2.4555-1.0088-6.271-5.35-6.271-3.9033,0-5.6133,3.5962-5.92,6.271Z" style="fill:#e12229"/><path d="M242.2218,70.9991l-.3071-2.6752h-.1314a7.9054,7.9054,0,0,1-6.49,3.1577c-4.2979,0-6.4907-3.0259-6.4907-6.0957,0-5.1309,4.561-7.9375,12.7617-7.8936v-.4385c0-1.7544-.4824-4.9116-4.8237-4.9116a10.5759,10.5759,0,0,0-5.5259,1.5786l-.877-2.5434a13.1715,13.1715,0,0,1,6.9727-1.8858c6.49,0,8.0693,4.4292,8.0693,8.6831v7.9375a29.8778,29.8778,0,0,0,.3506,5.0869Zm-.57-10.832c-4.21-.0874-8.99.6582-8.99,4.78a3.415,3.415,0,0,0,3.64,3.6836,5.28,5.28,0,0,0,5.1309-3.5523,4.018,4.018,0,0,0,.2192-1.2275Z" style="fill:#e12229"/><path d="M251.608,56.3956c0-2.5-.0434-4.6484-.1753-6.6216h3.377l.1313,4.1661h.1753a6.3683,6.3683,0,0,1,5.8765-4.6485,4.1853,4.1853,0,0,1,1.0962.1314v3.64a5.7817,5.7817,0,0,0-1.3154-.1318c-2.7188,0-4.6485,2.061-5.1748,4.9555a10.8975,10.8975,0,0,0-.1753,1.7979V70.9991H251.608Z" style="fill:#e12229"/><path d="M266.1246,55.5187c0-2.1924-.0434-3.9907-.1753-5.7447H269.37l.2192,3.5084h.0879a7.8049,7.8049,0,0,1,7.0166-3.9908c2.9385,0,7.499,1.7539,7.499,9.0337V70.9991h-3.8589V58.7638c0-3.42-1.272-6.271-4.9116-6.271a5.4823,5.4823,0,0,0-5.1748,3.9468,5.5386,5.5386,0,0,0-.2632,1.7983V70.9991h-3.8594Z" style="fill:#e12229"/><path d="M294.7633,43.81a2.39,2.39,0,0,1-4.78,0,2.3514,2.3514,0,0,1,2.4121-2.4116A2.29,2.29,0,0,1,294.7633,43.81Zm-4.2978,27.1894V49.774h3.8593V70.9991Z" style="fill:#e12229"/><path d="M300.7277,55.5187c0-2.1924-.044-3.9907-.1753-5.7447h3.42l.22,3.5084h.0874a7.8049,7.8049,0,0,1,7.0166-3.9908c2.9385,0,7.499,1.7539,7.499,9.0337V70.9991h-3.8589V58.7638c0-3.42-1.2719-6.271-4.9116-6.271A5.4823,5.4823,0,0,0,304.85,56.44a5.5386,5.5386,0,0,0-.2632,1.7983V70.9991h-3.8593Z" style="fill:#e12229"/><path d="M343.3551,49.774c-.0874,1.5347-.1753,3.2452-.1753,5.8326V67.9293c0,4.8677-.9648,7.85-3.0259,9.6919-2.061,1.9292-5.0434,2.5435-7.7182,2.5435a13.7015,13.7015,0,0,1-7.0606-1.7544l.9649-2.938a11.9692,11.9692,0,0,0,6.227,1.6665c3.9468,0,6.8413-2.061,6.8413-7.4116V67.36H339.32a7.5771,7.5771,0,0,1-6.7534,3.5518c-5.2622,0-9.0337-4.4727-9.0337-10.3492,0-7.1923,4.6924-11.27,9.56-11.27a7.06,7.06,0,0,1,6.6221,3.6836h.0874l.1757-3.2012Zm-3.9907,8.376a5.5017,5.5017,0,0,0-.2193-1.7544,5.5591,5.5591,0,0,0-5.394-4.0781c-3.6836,0-6.3149,3.1138-6.3149,8.0254,0,4.166,2.1049,7.63,6.271,7.63a5.6425,5.6425,0,0,0,5.3505-3.9468,6.7119,6.7119,0,0,0,.3067-2.061Z" style="fill:#e12229"/><path d="M47.9919,36.84a13.4225,13.4225,0,0,0,5.4811-1.8386,6.7273,6.7273,0,0,1,2.455-.96,15.2069,15.2069,0,0,0-5.9862-17.0857,17.7222,17.7222,0,0,0-12.336-2.0832c-4.3345.7164-8.8269,3.996-10.5862,5.4673C25.961,21.2266,13.369,33.1632,8.1168,30.7843c-3.5532-1.61,2.7909-7.4675-.1189-12.82a.2323.2323,0,0,0-.3874-.0258c-1.4813,1.9984-2.9293,4.3968-4.9019,3.32-.8812-.4812-1.6744-2.0178-2.2858-2.99A.23.23,0,0,0,0,18.4,24.26,24.26,0,0,0,6.0983,33.2053c4.5289,5.4189,12.465,11.7291,25.2885,13.0059,5.5522.5529,18.7217-1.1976,23.9833-10.6647a13.2978,13.2978,0,0,0-1.2693.63,14.7716,14.7716,0,0,1-5.9875,1.9915c-.1831.0169-.3649.0245-.5466.0245A10.5707,10.5707,0,0,1,41.598,35.8a1.1184,1.1184,0,1,1,.8549-1.0851c0,.0183-.0044.0353-.0057.0535C43.53,35.5955,45.7847,37.0555,47.9919,36.84ZM31.2094,41.795a20.3764,20.3764,0,0,1-4.7961.8712c-1.0832.0006-1.5335-.307-1.748-.768-.5643-1.2134,1.4687-2.9677,3.272-4.2263a.6668.6668,0,1,1,.763,1.0938,10.991,10.991,0,0,0-2.7544,2.5318c.3523.0761,1.4964.1245,4.9176-.7913a.6672.6672,0,0,1,.3459,1.2888Zm15.45-16.2541a2.5468,2.5468,0,0,1,2.4726,2.4538,1.6639,1.6639,0,1,0-1.4731,2.4317,1.7278,1.7278,0,0,0,.3088-.0308,2.37,2.37,0,0,1-1.3083.4025,2.6324,2.6324,0,0,1,0-5.2572ZM38.0706,8.4716a1.3336,1.3336,0,0,0,.524,1.8116c.6453.3554,2.0046-.4177,2.8292.7346.4284.5989-.8963-2.7147-1.5417-3.0708A1.3328,1.3328,0,0,0,38.0706,8.4716Zm6.7939.1428c-1.6619.9743-1.97,5.0031-1.5417,4.4043a7.584,7.584,0,0,1,2.8292-2.0682,1.3337,1.3337,0,0,0-1.2875-2.3361Zm-1.6858-4.442c-.85.9831-.2679,3.5325-.1157,3.0651a5.4212,5.4212,0,0,1,1.3687-1.926.8483.8483,0,1,0-1.253-1.1391Z" style="fill:#e12229"/><path d="M2.9733,54.2316h8.3535V55.235H4.152v6.7231h6.5727v1.0034H4.152v8.1778H2.9733Z" style="fill:#808285"/><path d="M15.7408,54.2316V71.1393H14.5621V54.2316Z" style="fill:#808285"/><path d="M19.8551,54.4576a27.8146,27.8146,0,0,1,4.3145-.3515c3.0854,0,5.4184.8281,6.8232,2.3081A7.9971,7.9971,0,0,1,33.1,62.2589a9.3122,9.3122,0,0,1-2.2075,6.4219c-1.5054,1.6308-4.0391,2.584-7.3,2.584a36.0469,36.0469,0,0,1-3.7378-.15Zm1.1787,15.6783a21.3432,21.3432,0,0,0,2.7344.1255c5.4184,0,8.1025-3.0352,8.1025-7.9273.0254-4.2895-2.3579-7.2246-7.7763-7.2246a17.94,17.94,0,0,0-3.0606.251Z" style="fill:#808285"/><path d="M36.0846,54.2316h1.1787V70.1359h7.5508v1.0034h-8.73Z" style="fill:#808285"/><path d="M55.2745,62.7355H48.5011v7.4h7.5762v1.0034H47.3224V54.2316h8.3535V55.235H48.5011v6.4971h6.7734Z" style="fill:#808285"/><line x1="68.2129" x2="68.2129" y2="70.6111" style="fill:none;stroke:#d1d3d4;stroke-miterlimit:10;stroke-width:0.25px"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 343.3548 80.1648"><title>00-Fidle-titre-01</title><g id="Calque_2" data-name="Calque 2"><g id="Calque_4" data-name="Calque 4"><path d="M80.4129,3.657h4.3535v.8755h-3.31V7.219h3.0581v.8633H81.4564v3.6582H80.4129Z"/><path d="M91.1019,8.79a2.8367,2.8367,0,0,1-2.89,3.082A2.76,2.76,0,0,1,85.429,8.886a2.8343,2.8343,0,0,1,2.8784-3.082A2.7484,2.7484,0,0,1,91.1019,8.79Zm-4.6055.06c0,1.2714.7319,2.2309,1.7632,2.2309,1.0073,0,1.7632-.9473,1.7632-2.2549,0-.9834-.4917-2.23-1.7393-2.23S86.4964,7.7468,86.4964,8.85Z"/><path d="M92.4368,7.7468c0-.6836-.0122-1.2715-.0478-1.811h.9233l.0362,1.1392h.0478a1.7414,1.7414,0,0,1,1.6069-1.271,1.15,1.15,0,0,1,.3.0356v.9956a1.5954,1.5954,0,0,0-.36-.0361,1.4811,1.4811,0,0,0-1.4156,1.3554,2.98,2.98,0,0,0-.0478.4917v3.0943H92.4368Z"/><path d="M96.4085,7.5066c0-.6-.0122-1.0913-.0478-1.5708h.9233l.0479.9355h.0361A2.0009,2.0009,0,0,1,99.1912,5.804a1.7161,1.7161,0,0,1,1.6431,1.163h.0239a2.3871,2.3871,0,0,1,.6475-.7553,1.9781,1.9781,0,0,1,1.2832-.4077c.7676,0,1.9072.5034,1.9072,2.5185v3.418h-1.0317V8.4543c0-1.1152-.4077-1.7871-1.2593-1.7871a1.3662,1.3662,0,0,0-1.2471.9595,1.7454,1.7454,0,0,0-.084.5278v3.586h-1.0312V8.2625c0-.9234-.4082-1.5953-1.2114-1.5953a1.4429,1.4429,0,0,0-1.3077,1.0557,1.4635,1.4635,0,0,0-.0839.5156v3.502H96.4085Z"/><path d="M109.6312,11.7405l-.084-.7315h-.0361a2.162,2.162,0,0,1-1.7749.8633,1.6538,1.6538,0,0,1-1.775-1.667c0-1.4033,1.2471-2.1709,3.49-2.1587v-.12a1.1966,1.1966,0,0,0-1.3193-1.3432,2.8923,2.8923,0,0,0-1.5108.4316l-.24-.6953a3.6031,3.6031,0,0,1,1.9072-.5156c1.7749,0,2.2066,1.2109,2.2066,2.3745v2.1709a8.15,8.15,0,0,0,.0961,1.3911Zm-.1558-2.9624c-1.1514-.0239-2.459.18-2.459,1.3071a.9345.9345,0,0,0,.9956,1.0078,1.445,1.445,0,0,0,1.4034-.9717,1.1138,1.1138,0,0,0,.06-.3359Z"/><path d="M113.4241,4.2688v1.667h1.5113V6.739h-1.5113v3.13c0,.72.2037,1.1274.7915,1.1274a2.3641,2.3641,0,0,0,.6114-.0717l.0483.7915a2.5858,2.5858,0,0,1-.9355.144,1.4648,1.4648,0,0,1-1.14-.4438,2.1515,2.1515,0,0,1-.4077-1.5113V6.739h-.8994V5.9358h.8994V4.5447Z"/><path d="M117.3,4.3044a.6536.6536,0,0,1-1.3071,0,.6433.6433,0,0,1,.66-.66A.6266.6266,0,0,1,117.3,4.3044Zm-1.1753,7.4361V5.9358h1.0557v5.8047Z"/><path d="M124.1854,8.79a2.8367,2.8367,0,0,1-2.89,3.082,2.76,2.76,0,0,1-2.7827-2.9863,2.8343,2.8343,0,0,1,2.8784-3.082A2.7484,2.7484,0,0,1,124.1854,8.79Zm-4.6055.06c0,1.2714.7319,2.2309,1.7632,2.2309,1.0073,0,1.7632-.9473,1.7632-2.2549,0-.9834-.4917-2.23-1.7393-2.23S119.58,7.7468,119.58,8.85Z"/><path d="M125.52,7.5066c0-.6-.0117-1.0913-.0478-1.5708h.9355l.06.9595h.0244a2.1341,2.1341,0,0,1,1.919-1.0913c.8032,0,2.0507.4795,2.0507,2.47v3.4663h-1.0556V8.3943c0-.9356-.3477-1.7149-1.3433-1.7149a1.4994,1.4994,0,0,0-1.415,1.0791,1.5207,1.5207,0,0,0-.0718.4917v3.49H125.52Z"/><path d="M83.1717,16.3289V35.4373H80.7054V16.3289Z"/><path d="M87.6785,25.4294c0-1.4174-.0288-2.58-.1137-3.7138h2.2114l.1421,2.268h.0566a5.0457,5.0457,0,0,1,4.5362-2.58c1.8994,0,4.8476,1.1342,4.8476,5.84v8.1934H96.8641v-7.91c0-2.2114-.8223-4.0542-3.1753-4.0542a3.5446,3.5446,0,0,0-3.3457,2.5513,3.5922,3.5922,0,0,0-.17,1.1626v8.25H87.6785Z"/><path d="M106.3026,17.7747v3.9409h3.5722V23.615h-3.5722v7.3994c0,1.7012.4819,2.665,1.8711,2.665a5.55,5.55,0,0,0,1.4458-.17l.1137,1.8711a6.11,6.11,0,0,1-2.2114.34,3.4564,3.4564,0,0,1-2.6934-1.0494,5.082,5.082,0,0,1-.9638-3.5722V23.615h-2.1265V21.7156h2.1265V18.427Z"/><path d="M112.68,25.9963c0-1.6157-.0283-3.0048-.1138-4.2807h2.1831l.085,2.6933h.1138a4.1165,4.1165,0,0,1,3.7988-3.0053,2.6989,2.6989,0,0,1,.7085.0849v2.3531a3.7451,3.7451,0,0,0-.85-.085A3.5,3.5,0,0,0,115.26,26.96a7.0263,7.0263,0,0,0-.1133,1.1626v7.3145H112.68Z"/><path d="M134.0838,28.4631c0,5.0747-3.5156,7.2862-6.8325,7.2862-3.7139,0-6.5776-2.7217-6.5776-7.06,0-4.5928,3.0053-7.2861,6.8042-7.2861C131.4188,21.4036,134.0838,24.2668,134.0838,28.4631Zm-10.8867.1416c0,3.0054,1.7295,5.2735,4.1675,5.2735,2.3813,0,4.1674-2.24,4.1674-5.33,0-2.3247-1.1621-5.2734-4.1108-5.2734S123.1971,25.9963,123.1971,28.6047Z"/><path d="M149.0789,15.3084V31.8933c0,1.2193.0283,2.6084.1133,3.544h-2.24l-.1133-2.3814h-.0567a5.0765,5.0765,0,0,1-4.6782,2.6934c-3.3169,0-5.8686-2.8067-5.8686-6.9746-.0284-4.5645,2.8071-7.3711,6.1523-7.3711a4.5871,4.5871,0,0,1,4.1392,2.0981h.0566V15.3084Zm-2.4951,11.9921a4.4023,4.4023,0,0,0-.1133-1.0488A3.6693,3.6693,0,0,0,142.87,23.36c-2.58,0-4.1108,2.2681-4.1108,5.3018,0,2.7783,1.3608,5.0747,4.0542,5.0747a3.75,3.75,0,0,0,3.6572-2.9766,4.3384,4.3384,0,0,0,.1133-1.0776Z"/><path d="M164.6981,31.6951c0,1.4175.0283,2.665.1132,3.7422H162.6l-.1416-2.24h-.0566a5.1641,5.1641,0,0,1-4.5362,2.5518c-2.1547,0-4.7348-1.1909-4.7348-6.0108V21.7156h2.4951v7.5981c0,2.6079.7939,4.3657,3.062,4.3657a3.6066,3.6066,0,0,0,3.2886-2.268,3.6533,3.6533,0,0,0,.2265-1.2759v-8.42h2.4952Z"/><path d="M178.6155,34.927a9.1854,9.1854,0,0,1-3.9409.794c-4.1391,0-6.8325-2.8072-6.8325-7.003a6.9724,6.9724,0,0,1,7.3716-7.2861,8.3342,8.3342,0,0,1,3.4585.709l-.5669,1.9277a5.783,5.783,0,0,0-2.8916-.6523c-3.147,0-4.8482,2.3252-4.8482,5.1884,0,3.1753,2.0411,5.1314,4.7627,5.1314a7.0916,7.0916,0,0,0,3.0621-.68Z"/><path d="M184.9075,17.7747v3.9409H188.48V23.615h-3.5723v7.3994c0,1.7012.482,2.665,1.8711,2.665a5.5565,5.5565,0,0,0,1.4463-.17l.1133,1.8711a6.1106,6.1106,0,0,1-2.2114.34,3.4562,3.4562,0,0,1-2.6934-1.0494,5.0815,5.0815,0,0,1-.9639-3.5722V23.615h-2.1264V21.7156H182.47V18.427Z"/><path d="M194.0633,17.86a1.5452,1.5452,0,0,1-3.09,0,1.52,1.52,0,0,1,1.559-1.5591A1.481,1.481,0,0,1,194.0633,17.86ZM191.285,35.4373V21.7156H193.78V35.4373Z"/><path d="M210.3353,28.4631c0,5.0747-3.5157,7.2862-6.8325,7.2862-3.7139,0-6.5777-2.7217-6.5777-7.06,0-4.5928,3.0054-7.2861,6.8042-7.2861C207.67,21.4036,210.3353,24.2668,210.3353,28.4631Zm-10.8867.1416c0,3.0054,1.7294,5.2735,4.1674,5.2735,2.3814,0,4.1675-2.24,4.1675-5.33,0-2.3247-1.1621-5.2734-4.1108-5.2734S199.4486,25.9963,199.4486,28.6047Z"/><path d="M213.48,25.4294c0-1.4174-.0288-2.58-.1138-3.7138h2.2114l.1421,2.268h.0567a5.0455,5.0455,0,0,1,4.5361-2.58c1.8994,0,4.8477,1.1342,4.8477,5.84v8.1934h-2.4947v-7.91c0-2.2114-.8222-4.0542-3.1753-4.0542a3.5446,3.5446,0,0,0-3.3457,2.5513,3.5949,3.5949,0,0,0-.17,1.1626v8.25H213.48Z"/><path d="M236.3245,35.3064l-.084-.7314h-.0361a2.1621,2.1621,0,0,1-1.7749.8632,1.6537,1.6537,0,0,1-1.7749-1.667c0-1.4033,1.2471-2.1709,3.49-2.1586v-.12a1.1967,1.1967,0,0,0-1.3194-1.3432,2.8922,2.8922,0,0,0-1.5107.4316l-.24-.6953a3.6032,3.6032,0,0,1,1.9073-.5156c1.7749,0,2.2065,1.2109,2.2065,2.3745v2.1709a8.1393,8.1393,0,0,0,.0962,1.3911Zm-.1557-2.9624c-1.1514-.0239-2.459.18-2.459,1.3071a.9344.9344,0,0,0,.9956,1.0078,1.4447,1.4447,0,0,0,1.4033-.9716,1.112,1.112,0,0,0,.06-.336Z"/><path d="M243.7513,33.7234c0,.6.0117,1.1274.0478,1.583h-.9355l-.06-.9473H242.78a2.1844,2.1844,0,0,1-1.9189,1.0791c-.9112,0-2.003-.5034-2.003-2.5424V29.5017h1.0557v3.2144c0,1.103.3359,1.8466,1.2954,1.8466a1.4839,1.4839,0,0,0,1.4868-1.499v-3.562h1.0557Z"/><path d="M80.9622,41.8367a54.6064,54.6064,0,0,1,8.1128-.6143c5.482,0,9.3848,1.272,11.9722,3.6841,2.6313,2.4116,4.166,5.8325,4.166,10.6123,0,4.8242-1.4912,8.771-4.2539,11.49-2.7627,2.7627-7.3232,4.254-13.0684,4.254a61.5851,61.5851,0,0,1-6.9287-.3511Zm3.815,26.1367a24.1078,24.1078,0,0,0,3.8593.2192c8.1568,0,12.586-4.56,12.586-12.542.0439-6.9731-3.9029-11.4023-11.9722-11.4023a21.6824,21.6824,0,0,0-4.4731.395Z" style="fill:#e12229"/><path d="M112.3631,61.0881c.0879,5.2188,3.4209,7.3677,7.28,7.3677a13.9592,13.9592,0,0,0,5.8765-1.0962l.6577,2.7627a17.1944,17.1944,0,0,1-7.0606,1.3154c-6.5342,0-10.437-4.2978-10.437-10.7s3.7715-11.4458,9.9546-11.4458c6.9292,0,8.771,6.0957,8.771,9.9985a14.5269,14.5269,0,0,1-.1318,1.7978Zm11.3145-2.7627c.0439-2.4555-1.0088-6.271-5.35-6.271-3.9034,0-5.6133,3.5962-5.9205,6.271Z" style="fill:#e12229"/><path d="M134.3353,61.0881c.0879,5.2188,3.42,7.3677,7.28,7.3677a13.9583,13.9583,0,0,0,5.8764-1.0962l.6577,2.7627a17.1938,17.1938,0,0,1-7.0605,1.3154c-6.5342,0-10.437-4.2978-10.437-10.7s3.7715-11.4458,9.9546-11.4458c6.9292,0,8.771,6.0957,8.771,9.9985a14.5029,14.5029,0,0,1-.1319,1.7978ZM145.65,58.3254c.044-2.4555-1.0088-6.271-5.35-6.271-3.9033,0-5.6133,3.5962-5.92,6.271Z" style="fill:#e12229"/><path d="M154.1585,56.7029c0-2.7188-.0874-4.9116-.1753-6.9287h3.4644l.1753,3.64h.0879a8.3443,8.3443,0,0,1,7.5429-4.122c5.1309,0,8.99,4.3413,8.99,10.788,0,7.63-4.6485,11.4019-9.6475,11.4019a7.443,7.443,0,0,1-6.5342-3.333h-.0879V79.6824h-3.8154Zm3.8154,5.6572a8.72,8.72,0,0,0,.1753,1.5786,5.9547,5.9547,0,0,0,5.7891,4.5171c4.0781,0,6.4463-3.333,6.4463-8.2007,0-4.2539-2.2363-7.8935-6.315-7.8935a6.1579,6.1579,0,0,0-5.8325,4.78,6.25,6.25,0,0,0-.2632,1.5786Z" style="fill:#e12229"/><path d="M188.5418,41.4417h3.815V67.7981h12.63v3.2012H188.5418Z" style="fill:#e12229"/><path d="M210.6453,61.0881c.0879,5.2188,3.4209,7.3677,7.28,7.3677a13.9592,13.9592,0,0,0,5.8765-1.0962l.6577,2.7627a17.1944,17.1944,0,0,1-7.0606,1.3154c-6.5341,0-10.437-4.2978-10.437-10.7s3.7715-11.4458,9.9546-11.4458c6.9292,0,8.771,6.0957,8.771,9.9985a14.5269,14.5269,0,0,1-.1318,1.7978ZM221.96,58.3254c.0439-2.4555-1.0088-6.271-5.35-6.271-3.9033,0-5.6133,3.5962-5.92,6.271Z" style="fill:#e12229"/><path d="M242.2215,70.9993l-.3071-2.6753h-.1314a7.9054,7.9054,0,0,1-6.49,3.1577c-4.2979,0-6.4907-3.0259-6.4907-6.0957,0-5.1309,4.561-7.9375,12.7617-7.8936V57.054c0-1.7544-.4824-4.9117-4.8237-4.9117a10.575,10.575,0,0,0-5.5259,1.5787l-.877-2.5435a13.1724,13.1724,0,0,1,6.9727-1.8857c6.49,0,8.0693,4.4292,8.0693,8.6831v7.9375a29.8785,29.8785,0,0,0,.3506,5.0869Zm-.57-10.8321c-4.21-.0874-8.99.6582-8.99,4.78a3.415,3.415,0,0,0,3.64,3.6836,5.28,5.28,0,0,0,5.1309-3.5522,4.0186,4.0186,0,0,0,.2192-1.2276Z" style="fill:#e12229"/><path d="M251.6077,56.3958c0-2.5-.0434-4.6485-.1753-6.6216h3.377l.1313,4.166h.1753a6.3682,6.3682,0,0,1,5.8765-4.6484,4.1855,4.1855,0,0,1,1.0962.1313v3.64a5.7817,5.7817,0,0,0-1.3154-.1318c-2.7188,0-4.6485,2.061-5.1748,4.9556a10.8951,10.8951,0,0,0-.1753,1.7978V70.9993h-3.8155Z" style="fill:#e12229"/><path d="M266.1243,55.5188c0-2.1924-.0434-3.9907-.1753-5.7446H269.37l.2192,3.5083h.0879a7.8048,7.8048,0,0,1,7.0166-3.9907c2.9385,0,7.499,1.7539,7.499,9.0336V70.9993h-3.8589V58.7639c0-3.42-1.272-6.271-4.9116-6.271a5.4823,5.4823,0,0,0-5.1748,3.9468,5.5386,5.5386,0,0,0-.2632,1.7983V70.9993h-3.8594Z" style="fill:#e12229"/><path d="M294.763,43.81a2.39,2.39,0,0,1-4.78,0,2.3514,2.3514,0,0,1,2.4121-2.4116A2.29,2.29,0,0,1,294.763,43.81Zm-4.2978,27.19V49.7742h3.8593V70.9993Z" style="fill:#e12229"/><path d="M300.7274,55.5188c0-2.1924-.044-3.9907-.1753-5.7446h3.42l.22,3.5083h.0874a7.8048,7.8048,0,0,1,7.0166-3.9907c2.9385,0,7.499,1.7539,7.499,9.0336V70.9993h-3.8589V58.7639c0-3.42-1.2719-6.271-4.9116-6.271A5.4823,5.4823,0,0,0,304.85,56.44a5.5386,5.5386,0,0,0-.2632,1.7983V70.9993h-3.8593Z" style="fill:#e12229"/><path d="M343.3548,49.7742c-.0874,1.5346-.1753,3.2451-.1753,5.8325V67.9294c0,4.8677-.9648,7.85-3.0259,9.6919-2.061,1.9292-5.0434,2.5435-7.7182,2.5435a13.7015,13.7015,0,0,1-7.0606-1.7544l.9649-2.938a11.9683,11.9683,0,0,0,6.227,1.6665c3.9468,0,6.8413-2.061,6.8413-7.4116V67.36H339.32a7.5769,7.5769,0,0,1-6.7534,3.5518c-5.2622,0-9.0337-4.4727-9.0337-10.3491,0-7.1924,4.6924-11.27,9.56-11.27a7.06,7.06,0,0,1,6.6221,3.6835h.0874l.1757-3.2011Zm-3.9907,8.376a5.501,5.501,0,0,0-.2193-1.7544,5.5591,5.5591,0,0,0-5.394-4.0782c-3.6836,0-6.3149,3.1138-6.3149,8.0254,0,4.166,2.1049,7.63,6.271,7.63a5.6425,5.6425,0,0,0,5.35-3.9468,6.7119,6.7119,0,0,0,.3067-2.061Z" style="fill:#e12229"/><path d="M47.9919,36.84a13.4225,13.4225,0,0,0,5.4811-1.8386,6.7273,6.7273,0,0,1,2.455-.96,15.2069,15.2069,0,0,0-5.9862-17.0857,17.7222,17.7222,0,0,0-12.336-2.0832c-4.3345.7164-8.8269,3.996-10.5862,5.4673C25.961,21.2266,13.369,33.1632,8.1168,30.7843c-3.5532-1.61,2.7909-7.4675-.1189-12.82a.2323.2323,0,0,0-.3874-.0258c-1.4813,1.9984-2.9293,4.3968-4.9019,3.32-.8812-.4812-1.6744-2.0178-2.2858-2.99A.23.23,0,0,0,0,18.4,24.26,24.26,0,0,0,6.0983,33.2053c4.5289,5.4189,12.465,11.7291,25.2885,13.0059,5.5522.5529,18.7217-1.1976,23.9833-10.6647a13.2978,13.2978,0,0,0-1.2693.63,14.7716,14.7716,0,0,1-5.9875,1.9915c-.1831.0169-.3649.0245-.5466.0245A10.5707,10.5707,0,0,1,41.598,35.8a1.1184,1.1184,0,1,1,.8549-1.0851c0,.0183-.0044.0353-.0057.0535C43.53,35.5955,45.7847,37.0555,47.9919,36.84ZM31.2094,41.795a20.3764,20.3764,0,0,1-4.7961.8712c-1.0832.0006-1.5335-.307-1.748-.768-.5643-1.2134,1.4687-2.9677,3.272-4.2263a.6668.6668,0,1,1,.763,1.0938,10.991,10.991,0,0,0-2.7544,2.5318c.3523.0761,1.4964.1245,4.9176-.7913a.6672.6672,0,0,1,.3459,1.2888Zm15.45-16.2541a2.5468,2.5468,0,0,1,2.4726,2.4538,1.6639,1.6639,0,1,0-1.4731,2.4317,1.7278,1.7278,0,0,0,.3088-.0308,2.37,2.37,0,0,1-1.3083.4025,2.6324,2.6324,0,0,1,0-5.2572ZM38.0706,8.4716a1.3336,1.3336,0,0,0,.524,1.8116c.6453.3554,2.0046-.4177,2.8292.7346.4284.5989-.8963-2.7147-1.5417-3.0708A1.3328,1.3328,0,0,0,38.0706,8.4716Zm6.7939.1428c-1.6619.9743-1.97,5.0031-1.5417,4.4043a7.584,7.584,0,0,1,2.8292-2.0682,1.3337,1.3337,0,0,0-1.2875-2.3361Zm-1.6858-4.442c-.85.9831-.2679,3.5325-.1157,3.0651a5.4212,5.4212,0,0,1,1.3687-1.926.8483.8483,0,1,0-1.253-1.1391Z" style="fill:#e12229"/><path d="M2.973,54.2312h8.3535v1.0034H4.1517v6.7232h6.5727v1.0034H4.1517v8.1777H2.973Z" style="fill:#808285"/><path d="M15.7405,54.2312V71.1389H14.5618V54.2312Z" style="fill:#808285"/><path d="M19.8548,54.4573a27.8016,27.8016,0,0,1,4.3145-.3516c3.0854,0,5.4184.8281,6.8232,2.3081A7.9972,7.9972,0,0,1,33.1,62.2585,9.312,9.312,0,0,1,30.8924,68.68c-1.5054,1.6309-4.0391,2.584-7.3,2.584a36.0469,36.0469,0,0,1-3.7378-.15Zm1.1787,15.6782a21.3432,21.3432,0,0,0,2.7344.1255c5.4184,0,8.1025-3.0352,8.1025-7.9273.0254-4.29-2.3579-7.2246-7.7763-7.2246a17.94,17.94,0,0,0-3.0606.251Z" style="fill:#808285"/><path d="M36.0843,54.2312H37.263V70.1355h7.5508v1.0034h-8.73Z" style="fill:#808285"/><path d="M55.2742,62.7351H48.5008v7.4H56.077v1.0034H47.3221V54.2312h8.3535v1.0034H48.5008v6.4971h6.7734Z" style="fill:#808285"/><line x1="68.2129" x2="68.2129" y2="70.6111" style="fill:none;stroke:#d1d3d4;stroke-miterlimit:10;stroke-width:0.25px"/></g></g></svg>
\ No newline at end of file \ No newline at end of file
fidle/img/00-Fidle-titre-01_l.png

12.8 KiB

fidle/img/00-Fidle-titre-01_m.png

9.29 KiB

fidle/img/00-Fidle-titre-01_s.png

5.73 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment