Skip to content
Extraits de code Groupes Projets
Valider 0a2587b1 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Initial commit

parent
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 567 ajouts et 0 suppression
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Le Filament | Page non trouvée</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Le Filament" />
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="../icon.png">
<!-- Place favicon.ico in the root directory -->
<link type="image/x-icon" rel="shortcut icon" href="../icon.png">
<meta name="reply-to" content="contact@le-filament.com">
<meta name="robots" content="index, follow">
<link rel="alternate" hreflang="fr-fr" href="https://le-filament.com/" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<style>
* {
line-height: 1.2;
margin: 0;
}
html {
color: #888;
display: table;
height: 100%;
text-align: center;
width: 100%;
}
body {
display: table-cell;
vertical-align: middle;
margin: 2em auto;
}
h1 {
color: #555;
font-size: 2em;
font-weight: 400;
}
p {
margin: 0 auto;
width: 280px;
}
@media only screen and (max-width: 280px) {
body, p {
width: 95%;
}
h1 {
font-size: 1.5em;
margin: 0 0 0.3em;
}
}
</style>
</head>
<body>
<div class="logo-home-filament">
<a href="https://le-filament.com">
<img src="img/logo-lefilament-V.png" alt="Le Filament - Mettre l'humain avant l'outil" class="img-responsive">
</a>
</div>
<h1>Page Non trouvée</h1>
<p>Ooooops, la page que vous tentez d'afficher n'existe pas.</p>
<p><a href="https://le-filament.com" style="color:#00B495;">Retour à l'accueil</a></p>
</body>
</html>
<!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/19/http-error-pages-in-internet-explorer.aspx -->
.. image:: https://licensebuttons.net/l/by-sa/4.0/88x31.png
:target: http://creativecommons.org/licenses/by-sa/4.0/
:alt: Licence Creative Commons Attribution - Partage dans les Mêmes Conditions 4.0 International
======================
Le Filament - Website
======================
Ceci est le repository contenant le code source du site le-filament.com
Credits
=======
Contributors ------------
* Juliana <juliana@le-filament.com>
Maintainer ----------
.. image:: https://le-filament.com/img/logo-lefilament.png
:alt: Le Filament
:target: https://le-filament.com
This module is maintained by Le Filament
<?xml version="1.0" encoding="utf-8"?>
<!-- Please read: http://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tile.png"/>
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
</tile>
</msapplication>
</browserconfig>
Ce diff est replié.
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
<!-- Most restrictive policy: -->
<site-control permitted-cross-domain-policies="none"/>
<!-- Least restrictive policy: -->
<!--
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
-->
</cross-domain-policy>
Ce diff est replié.
Ce diff est replié.
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
\ No newline at end of file
icon.png

5,58 ko

Ce diff est replié.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178.93 255.74"><defs><style>.cls-1{isolation:isolate;}.cls-2,.cls-3,.cls-9{fill:#ffd14c;stroke:#ffd14c;}.cls-2,.cls-3,.cls-4,.cls-9{stroke-miterlimit:10;}.cls-2,.cls-3{stroke-width:0.83px;}.cls-3{mix-blend-mode:multiply;}.cls-4,.cls-5{fill:none;stroke:#20307d;stroke-width:1.67px;}.cls-5{stroke-linecap:round;stroke-linejoin:round;}.cls-6{fill:#20307d;}.cls-7{fill:#fff;}.cls-8{fill:#fdfdff;}.cls-9{stroke-width:0.71px;}</style></defs><title>Fichier 4</title><g class="cls-1"><g id="Calque_2" data-name="Calque 2"><g id="illustrations"><path class="cls-2" d="M177.66,43.06c.86-.68,1.05-2.94.65-4.2a4.17,4.17,0,0,0-3-2.36c-4-.26-5.6-1.85-4.48-5.76.65-2.26-.46-3-2-3.89s-2.79-1.49-4.37.27c-2.69,3-5.36,2.73-7.19-.74-1.1-2.05-2.3-1.94-4.1-1.37s-3.27,1-2.93,3.63c.47,3.46-2.1,5.5-5.42,4.33-2.34-.83-3.2.17-4.2,2s-1.34,3,.57,4.62c2.72,2.24,2.45,5.2-.53,6.73-2,1-2.52,2-1.89,4.25s1.56,3.11,4,3.06a4.94,4.94,0,0,1,3.89,2.23c.67,1.54.16,3.59.16,5.91,2.06,1.33,4.16,4.21,7.39,0,1.44-1.9,4.41-1.47,5.69,1.14,1,2.08,2,2.91,4.47,2.2s3.2-1.92,2.91-4.45c-.31-2.75,2.07-4.64,4-3.89,4.85,1.85,5.46-1.4,6.74-4.3a8.79,8.79,0,0,0-.77-1C173.44,47.71,173.65,46.26,177.66,43.06Zm-19.25,8.47a6.56,6.56,0,1,1,6.88-6.33A6.58,6.58,0,0,1,158.41,51.53Z"/><path class="cls-3" d="M133.65,51.53c-.21,2.52,2.94,6,5.21,5.32,3.26-1,3.82,1.21,4.6,3.2s2.24,3.88-.61,5.71c-2.4,1.55-2.4,5.88,0,7.45s1.81,3.16,1,5c-.92,2-1.17,4.54-4.63,4.09-3.23-.42-5.32,2.42-5.41,5.68a5,5,0,0,1-2.49,3.47c-1.74.82-3.68,2.8-5.89.46-2.92-3.08-5.2-2.76-8.68,0-1.06.83-3.59.47-5.1-.17-1.35-.58-3-2.23-3.12-3.52-.34-4.05-1.87-5.48-6-6-1.45-.19-3.1-2.25-3.8-3.84a5.21,5.21,0,0,1,.45-4.6c2.46-2.81,2.69-5.82-.32-8.38-2.37-2-.62-3.91.19-5.49.66-1.3,2.31-2.87,3.59-2.93,3.56-.17,6.23-2.22,5.72-5.69-.46-3.1,1.8-3.41,3.58-4.14s3.63-2.1,5.38.56c1.63,2.47,5.9,2.62,7.47.23,2-3,4-1.44,6.05-.63C132.64,48,135,48.62,133.65,51.53Zm.36,17.9a12.89,12.89,0,1,0-13,13A12.75,12.75,0,0,0,134,69.43Z"/><path class="cls-4" d="M75.1,60.58l-8.35,0c-1.79,0-3.26-1.8-3.26-4V4.83c0-2.2,1.47-4,3.26-4h76.81c1.8,0,3.26,1.79,3.26,4V56.62c0,2.2-1.46,4-3.26,4l-59.8-.07h-.83c-.18,0-.15,0-.15,0s-9,5.24-9.41,5.31-.43-.26-.43-.26,2.79-4.82,3-5.08h-.4Z"/><path class="cls-5" d="M72.9,29.44l4.26,4L80,30.2l-3.67-4.07A6.16,6.16,0,0,1,78,25.79c4,.45,6.23,3,6.46,7a4.06,4.06,0,0,0,1,2.32,102.17,102.17,0,0,0,7.3,7.27,19.62,19.62,0,0,0,5.15,3c2.15.93,3.52,2.64,3.34,4.77a4.56,4.56,0,0,1-4,4.19c-2.12.27-3.89-1.08-4.92-3.12a32.14,32.14,0,0,0-3.91-6.1,58,58,0,0,0-6.16-6.18,5.35,5.35,0,0,0-3.1-1.28C75.12,37.48,72.27,34.19,72.9,29.44ZM98.71,50c.06-1-.49-2.05-1.72-2a2.66,2.66,0,0,0-1.87,1.85c-.05.63,1.06,1.79,1.77,1.89C98,51.89,98.65,50.94,98.71,50Z"/><path class="cls-5" d="M128.73,27.63S130.8,32,138.52,32V45.16s-5.15,7.17-9.79,7.17-9.27-7.17-9.27-7.17V32S127.7,32,128.73,27.63Z"/><path class="cls-6" d="M123.79,40c1,1.06,2,2.71,3.21,3.52a1.31,1.31,0,0,0,1.43.16c.79-.36,1.49-1.61,2.1-2.22a19,19,0,0,1,3.7-2.79.87.87,0,0,0-.87-1.5,20.55,20.55,0,0,0-4.48,3.51,7,7,0,0,0-.81.91c-.56.86.06.5-.29.24a22.3,22.3,0,0,1-2.77-3c-.75-.83-2,.39-1.22,1.22Z"/><rect class="cls-5" x="93.03" y="8.81" width="26.15" height="17.92"/><polyline class="cls-5" points="93.03 8.81 106.1 21.8 119.18 8.81"/><line class="cls-5" x1="93.03" y1="26.73" x2="102.05" y2="17.77"/><line class="cls-5" x1="119.05" y1="26.73" x2="110.03" y2="17.77"/><path class="cls-7" d="M17.36,126.67a79.24,79.24,0,0,0-1.84-14.14c-.35-1.6-1-3.46-2.61-3.81s-2.87.9-3.3,2.31-1.16,4-.86,5.44c.6,3,1.65,4.47,3.17,7.1s2.8,2.62,7.66,4.48A3.85,3.85,0,0,1,22,129.48c.78,1.19,1,2.73-.07,3.68a6,6,0,0,1-4,1.11c-4.56,0-9.32-1.23-12.57-4.44-3.8-3.76-4.84-10.88-4-16.16a35.86,35.86,0,0,1,4.11-12.89c3-5.91,4.86-8,9.9-12.9l3.37-3.36c.76,2.74,6.32,4.82,9.15,4.67,3.55-.19,6.43-.72,7.48-3.36A11.66,11.66,0,0,1,36.4,83.4c1.24-1.76,3.4.15,5.23,1.31,7.1,4.48,10.81,7.34,13.26,14.38,1.25,3.59,3.84,5.72,5.8,9,1.1,1.84,4.16,2.69,6.22,4,1.56,1,4.66-2.34,6.25-5.75,5.23-11.21,4.28-7.67,8.72-5a127.13,127.13,0,0,1-7.2,16.86c-1,2-1.74,4.39-3.9,5-2.62.74-8.2-.86-11.21-4.3S53,111.58,51.9,107.13c1.2,7.13,2.43,13.45,3.37,23,.34,3.45,1.44,11,.18,14.2s-5.86,3.12-9,4.67c-2.69,1.34-9.55,1.46-12.52,1.87-4.75.65-6.34,1.35-11.21-.38-1.21-.42-3.79-1.77-4.5-2.83-.46-.7-.59-12.34-.59-13.17"/><path class="cls-6" d="M18.38,126.67c-.18-3.13-.76-23.85-8.22-18.17C4.53,112.79,9,124.2,14,127a16.41,16.41,0,0,0,2,.85c2.48,1,3.62.22,2.56,3.32s-2.63,2.31-5.76,1.54A14.16,14.16,0,0,1,7.11,130C1.25,125.25,1.46,116.69,3,110,5.35,99.59,12.1,92.51,19.37,85.24L17.77,85c1.61,3.54,6.39,5.16,10,5.18A11.86,11.86,0,0,0,34,88.79c1.47-.94,2.93-4.69,4.84-4.67s7.3,4.76,8.74,6a20.34,20.34,0,0,1,5.18,6.51c2.37,4.77,4.52,10.66,9.06,13.9,3.45,2.47,6.27,3.8,9.42.54,2.3-2.37,3.35-5.62,4.86-8.48,1-2,1.41-3.56,3.31-1.78.24.21,1.23.79,1.3,1,.26.8-1.34,3.47-1.72,4.44a81.37,81.37,0,0,1-5.78,12.68c-6.41,10.4-18.42-5.84-20.32-12a1,1,0,0,0-2,.54c1.43,8.43,2.72,16.83,3.61,25.33.38,3.58,1.52,8.73-.79,11.71-1.81,2.34-7.46,3.83-10.49,4.41s-6.38.62-9.55,1c-4.42.55-9.59,1.41-13.38-1.77-2.83-2.37-1.61-10-1.63-13.62a1,1,0,0,0-2,0c0,4-1.34,11.65,1.72,14.71,2.69,2.68,7.66,3.58,11.25,3.31,4.45-.34,9.15-.81,13.56-1.57,3.46-.6,8.15-1.73,11-3.72s2.89-5.36,2.81-8.56c-.26-10.63-2.38-21.33-4.15-31.78l-2,.54c2.26,7.38,9.49,16.83,18,17,3.82.07,5.13-2.57,6.66-5.68a154.1,154.1,0,0,0,7.3-17.1,1,1,0,0,0-.47-1.16c-2.7-1.77-4.32-4.42-6.85-1-3,4-3.87,12.58-10.4,10.56-4.63-1.43-8.06-8.66-9.84-12.66-2.92-6.56-8.92-11.91-15.43-15-2.74-1.28-3.32-.26-5,1.7-2.38,2.82-4.15,4.36-7.94,4-2.73-.23-6.22-1.47-7.42-4.1a1,1,0,0,0-1.6-.21C11.36,90.37,5.46,96.49,2.19,105.44c-3.15,8.61-4,21.6,5,27.13,3.48,2.15,9.93,4,13.91,2.22a3.89,3.89,0,0,0,.84-6.81c-1.42-1.14-3.69-1.45-5.34-2.12-3-1.21-4.38-3.38-5.7-6.22-.78-1.68-1.71-4.38-.85-6.23q0-2.25,2.41-.87,2.73-.67,2.46,1.92c1.58,3.21,1.24,8.71,1.45,12.21.08,1.31,2.12,1.32,2,0Z"/><path class="cls-7" d="M19.54,84.17c.18.46.89.17,1.19-.22a4,4,0,0,0,.63-3.49"/><path class="cls-6" d="M18.65,84.68c.82,1.3,2.4.65,3.09-.4a5.06,5.06,0,0,0,.6-4.1,1,1,0,0,0-2,.55,2.94,2.94,0,0,1,0,1.61,2.31,2.31,0,0,1-.29.71,1.54,1.54,0,0,1-.21.31c-.27.12-.09.22.53.29-.7-1.1-2.47-.08-1.77,1Z"/><path class="cls-7" d="M34.78,83.81A5.18,5.18,0,0,1,31.29,82a3.56,3.56,0,0,1-.48-3.78"/><path class="cls-6" d="M35.06,82.83c-1.9-.27-4.41-1.8-3.37-4.07.55-1.19-1.21-2.23-1.76-1-1.58,3.44,1.18,6.59,4.58,7.07,1.29.18,1.84-1.79.55-2Z"/><path class="cls-7" d="M30.12,54.73c2.27,1.9,4.61,3.89,5.86,6.57a19.84,19.84,0,0,1,1.39,7.58,11.72,11.72,0,0,1-.15,3.24A6.14,6.14,0,0,1,34,76.19c-.72.37-1.51.59-2.21,1A2.62,2.62,0,0,0,30.4,79"/><path class="cls-6" d="M29.4,55.45c4.14,3.51,7.44,7.6,7,13.43a6.76,6.76,0,0,1-2.82,6.43c-.75.32-1.49.64-2.22,1a4.07,4.07,0,0,0-1.79,2.22c-.54,1.18,1.22,2.22,1.76,1,1-2.31,4.62-2.8,6-5.09s1.19-4.68,1-7.13c-.48-6-2.94-9.48-7.47-13.32-1-.85-2.44.59-1.44,1.44Z"/><path class="cls-7" d="M14.78,65.73c.5.91,1,1.84,1.46,2.78.13.27.25.61.06.83a1.07,1.07,0,0,1-.58.23,1.73,1.73,0,1,0,1,3.3,1.13,1.13,0,0,1,.7-.16c.23.07.35.32.47.53a9.86,9.86,0,0,0,2.15,2A5.53,5.53,0,0,1,21,82"/><path class="cls-6" d="M13.9,66.24a13.06,13.06,0,0,1,1.3,2.44c-.06.17-1.27.88-1.46,1.2A2.71,2.71,0,0,0,14,73c1,1.24,1.95.42,3,.86A12.88,12.88,0,0,1,19.33,76a4.63,4.63,0,0,1,.76,5.54c-.59,1.17,1.17,2.21,1.76,1A6.86,6.86,0,0,0,22.38,77c-.77-2.16-2.77-3.38-4.23-5a1,1,0,0,0-1-.26c-2,.45,0-1.7.21-2.52.31-1.23-1.19-3-1.71-4-.63-1.15-2.39-.12-1.76,1Z"/><path class="cls-8" d="M81,100.71c3-2.24,9.12-6.88,11.1-10.13C93,89,93.57,88,91.7,87.19c-3.28-1.41-6,3.07-8.47,4.27A15.38,15.38,0,0,1,82,89.75a1,1,0,0,0-.34-.38.83.83,0,0,0-.8.11c-1,.7-.72,2.25-.86,3.48-.24,1.94-1.86,3.62-1.65,5.56"/><path class="cls-6" d="M81.5,101.59a89,89,0,0,0,7.65-6.18c1.65-1.53,4.64-4.1,4.79-6.57.14-2.2-2.45-3.18-4.3-2.87-2.84.48-4.56,3.27-6.93,4.61l1.24.16c-1.11-1.35-2.76-3.9-4.41-1.36-.78,1.22-.38,2.8-.73,4.12-.48,1.78-1.48,3.11-1.51,5a1,1,0,0,0,2,0c0-2,1.34-3.52,1.63-5.43.09-.57-.12-1.36.3-1.83s.76.35,1.24.92a1,1,0,0,0,1.23.16,26.76,26.76,0,0,0,3.61-2.85c.69-.56,2.15-1.84,3.14-1.55l1.09,1.48-.38.64a5,5,0,0,1-1.14,1.52,57.23,57.23,0,0,1-9.59,8.25c-1,.78,0,2.55,1,1.76Z"/><path class="cls-7" d="M22.63,236.57c.23,3.09-.36,6.1,0,8.51A1.62,1.62,0,0,0,23,246a1.79,1.79,0,0,0,.56.34A23.22,23.22,0,0,0,29.05,248c-1.29-5.35-1.32-4.82-1.46-10.31"/><path class="cls-6" d="M21.61,236.57c.15,2.84-.88,6.58.12,9.29.82,2.23,5.11,2.79,7.05,3.15A1,1,0,0,0,30,247.75a45.28,45.28,0,0,1-1.43-10c0-1.31-2.08-1.32-2,0a48.55,48.55,0,0,0,1.5,10.58L29.32,247a25.44,25.44,0,0,1-3.21-.78c-1.74-.56-2.58-.95-2.59-2.91,0-2.27.25-4.51.13-6.78-.07-1.3-2.11-1.31-2,0Z"/><path class="cls-6" d="M53,241.5c.09,3.7.23,4.88,4,6.15,4.52,1.53,10.35,3.13,15.19,2.73,1.63-.13,3.52-1.12,2.75-3.11-.59-1.52-3.84-2.79-5-3.49q-3.9-2.33-7.9-4.49c-1.15-.63-2.18,1.13-1,1.76,2.22,1.21,4.42,2.44,6.6,3.72,1.7,1,6.94,3.88,2,3.42a52.83,52.83,0,0,1-8.47-1.46,14.31,14.31,0,0,1-3.54-1c-2-1.2-2.41-2.09-2.46-4.18,0-1.31-2.08-1.31-2,0Z"/><path class="cls-6" d="M59.44,241.21c.15.27.6,1.41.91,1.6.19.52.3.42.31-.28l-.72-.23c-1.1-.77-2.58-.37-3.38-1.59a12.66,12.66,0,0,1-.92-3.68,14.39,14.39,0,0,1-.52-2.93c0-.61-.44-.22.2-.31.28,0,.85.29,1.15.32a9.94,9.94,0,0,1,2.25.11c.75.28.44.21.59,1.2.23,1.5.52,3,.78,4.49.22,1.29,2.18.74,2-.54s-.48-2.72-.7-4.09a6.35,6.35,0,0,0-.43-2.22c-.63-1-2.37-1-3.37-1s-2.52-.82-3.52-.41c-1.2.49-1.06,1.94-.88,3a49.78,49.78,0,0,0,1.44,6.6c.52,1.62,1.44,1.91,3,2.42,1.24.41,3.4,1.64,4.57.47s-.37-2.92-1-4a1,1,0,0,0-1.76,1Z"/><path class="cls-6" d="M20.75,243.68c-.25,1.88-2.22,4.77-1.6,6.64s2.75,1.75,4.37,2.13c3,.69,6,1.33,8.93,2.16,2.08.58,4.42,1.44,6.62,1s4-2.21,2.09-4.18c-1.09-1.12-2.77-1.54-4.11-2.29-2.7-1.5-5.4-3.1-8.06-4.69a1,1,0,0,0-1,1.76c2.66,1.59,5.36,3.19,8.07,4.69a15.42,15.42,0,0,1,2.2,1.07q.62.31,1.2.69a2.7,2.7,0,0,1-3.35.78c-3.07-.56-6.11-1.6-9.15-2.31-1.6-.37-5.07-.41-5.49-2.51-.2-1,1.13-3.31,1.28-4.42.17-1.28-1.79-1.84-2-.54Z"/><path class="cls-6" d="M19.34,147.54a407.82,407.82,0,0,0,1.19,85.91,2.86,2.86,0,0,0,.34,1.23,2.9,2.9,0,0,0,1.66,1l6.8,2.11Q39,206.84,46.61,175.34a254.48,254.48,0,0,0,4.15,54.27,3.37,3.37,0,0,0,.89,2,3.35,3.35,0,0,0,1.81.6l5.64.75a4.13,4.13,0,0,0,2.42-.17c1.34-.69,1.51-2.5,1.49-4a628.34,628.34,0,0,0-6.1-79.9c-.2-1.41-.57-3-1.87-3.62s-2.62.17-3.81.81a36.81,36.81,0,0,1-31.43,1.33"/><path class="cls-6" d="M18.28,147.54A416.44,416.44,0,0,0,17,202.26q.57,13.68,2.08,27.3c.25,2.26,0,4.89,1.83,6.49s5.9,2,8.19,2.73a1.07,1.07,0,0,0,1.29-.74Q40,207.11,47.63,175.62l-2.07-.28a263,263,0,0,0,.94,31.13q.64,6.92,1.65,13.81c.45,3.07.34,8.31,2,11,1.25,2,3,2,5.21,2.29,2.43.33,5.82,1.51,7.73-.68,1.67-1.92,1-5.76.93-8q-.14-7.33-.44-14.66-1.25-29.46-5.24-58.71c-.74-5.47-1.82-8.71-7.62-6.34-10.43,4.27-19.85,5.33-30.62,1.22-1.27-.48-1.81,1.55-.56,2a40.55,40.55,0,0,0,18.71,2.72,36.84,36.84,0,0,0,8.54-1.94c1.3-.46,2.16-.94,3.44-1.43l1.56-.78c2.73-.51,4.11.22,4.12,2.18,1.16,1.69.75,5.44,1,7.47s.49,3.88.72,5.82c.42,3.57.82,7.13,1.18,10.7q1.19,11.67,1.93,23.39.72,11.22,1,22.47c.09,3.28,1.89,11.69-2.66,12.9-1.84.49-6.64-1.47-7.33-2.62s-.79-4.46-1-5.76a257.82,257.82,0,0,1-3.11-48.23,1.05,1.05,0,0,0-2.06-.28Q38,206.55,28.32,237.49l1.29-.74c-1.57-.49-3.64-.78-5.1-1.58-2-.16-3-1.38-3.16-3.66l-.22-1.95c-.64-3.83-.8-7.81-1.11-11.68q-1-11.7-1.23-23.44a414.82,414.82,0,0,1,1.6-46.9c.12-1.35-2-1.34-2.11,0Z"/><path class="cls-6" d="M8.57,59.1C4.55,59,13.12,71.54,14,72.64a1,1,0,0,0,.51.42,1.1,1.1,0,0,0,.83-.34c1.86-1.39,5.25-.6,2.83-3.61L16,66.43a7.36,7.36,0,0,1-1.67-2.88,2.55,2.55,0,0,1,1.16-2.89c1-.44,2.09,0,3.14.22,3,.58,6-1.15,8.42-3.15,1.53-1.29,3-2.93,3.1-4.94a5.67,5.67,0,0,0-1.67-3.89,9.19,9.19,0,0,0-11.59-1.28c-2.21,1.54-3.6,4-4.92,6.33L9.69,58"/><path class="cls-6" d="M8.57,58.33C3.19,58.93,11.9,72,13.93,73.6a.8.8,0,0,0,.75.2c3.82-1.54,6.42-1.93,3.45-5.9-1.6-2.14-3.2-2.45-1.12-4.74,2.42-2.67.73-.78,3.11-1.4a24.15,24.15,0,0,0,3.33-.82c2.67-1.11,6.09-3.59,7.07-6.42,1.68-4.79-3.35-8.65-7.63-9.1C15.32,44.62,12.11,52.08,9,57.61c-.48.86.85,1.64,1.33.77,2.17-3.88,4.39-9.65,9-11.11,6.12-2,13.17,4,7.14,9.92C23.2,60.4,21.14,59.36,17,59.76a5.69,5.69,0,0,0-1.93.24,3.18,3.18,0,0,0-1.56,3c0,2.41,2.17,3.39,3,5.34,1.2,2.82.86,2.73-.73,3.26-2.22.73-.83.37-2-.55S7.61,60,8.57,59.87s1-1.65,0-1.54Z"/><path class="cls-7" d="M21.47,169.52A6.13,6.13,0,0,0,29,162.08c-.27-1.13-2-.65-1.73.47A4.33,4.33,0,0,1,22,167.79a.9.9,0,0,0-.48,1.73Z"/><rect class="cls-9" x="21.5" y="100.73" width="39.57" height="33.09" rx="12" ry="12"/><path class="cls-7" d="M21.17,134l3.06,1.35a19.86,19.86,0,0,0,6.59,2,1.42,1.42,0,0,0,.91-.16,1,1,0,0,0,.34-1.18,2.52,2.52,0,0,0-.74-1.06,17.27,17.27,0,0,0-6.42-3.61,7.92,7.92,0,0,0,1.95-.68,1.4,1.4,0,0,0,.64-.51,1,1,0,0,0-.35-1.28,2.53,2.53,0,0,0-1.35-.45,10.59,10.59,0,0,0-5.78,1Z"/><path class="cls-6" d="M20.72,134.79c2.2,1,10.06,5.68,12,2.65,2.09-3.32-5.5-6.17-7.54-6.91v1.73c1.58-.4,4.44-1.49,3-3.61-1.69-2.4-6.48-.84-8.53.08a.9.9,0,0,0-.41,1l1.14,4.52a.9.9,0,0,0,1.74-.48l-1.15-4.52-.41,1a8.78,8.78,0,0,1,4.05-1,2.49,2.49,0,0,1,1.88.61,7.79,7.79,0,0,1-1.74.6.91.91,0,0,0,0,1.73,22.27,22.27,0,0,1,3.53,1.56,7.83,7.83,0,0,1,1.94,1.32l.55.49c.41.87.21,1.12-.61.76-1.42.12-3.36-.92-4.6-1.45s-2.57-1.13-3.86-1.7C20.58,132.78,19.66,134.33,20.72,134.79Z"/></g></g></g></svg>
\ No newline at end of file
Ce diff est replié.
Ce diff est replié.
Ce diff est replié.
img/impact/le_filament_impact_clients.png

453 ko

img/impact/le_filament_impact_fournisseurs.png

363 ko

img/impact/le_filament_impact_salaries.png

456 ko

img/impact/le_filament_impact_societe.png

360 ko

img/impact/le_filament_impact_usagers.png

227 ko

0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter