@wizishop/wizi-block 3.3.52 → 3.3.55-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/i18n/en.json +1 -1
- package/assets/i18n/fr.json +1 -1
- package/assets/images/icons/Icon_AvisClient.svg +27 -48
- package/assets/images/icons/Icon_Citation.svg +9 -34
- package/assets/images/icons/Icon_Diaporama.svg +63 -33
- package/assets/images/icons/Icon_Faq.svg +20 -1
- package/assets/images/icons/Icon_Formulaire.svg +24 -44
- package/assets/images/icons/Icon_Html.svg +16 -37
- package/assets/images/icons/Icon_ImgAvecTexte.svg +36 -67
- package/assets/images/icons/Icon_LancerVideo.svg +23 -30
- package/assets/images/icons/Icon_ListProd.svg +31 -46
- package/assets/images/icons/Icon_Map.svg +67 -38
- package/assets/images/icons/Icon_Newsletter.svg +26 -37
- package/assets/images/icons/Icon_PlusieursImg.svg +44 -150
- package/assets/images/icons/Icon_PlusieursTxt.svg +48 -77
- package/assets/images/icons/Icon_Rassurances.svg +28 -59
- package/assets/images/icons/Icon_ReseauxSociaux.svg +35 -96
- package/assets/images/icons/Icon_Separateur.svg +9 -45
- package/assets/images/icons/Icon_Temoignage.svg +14 -35
- package/assets/images/icons/Icon_Timer.svg +55 -57
- package/assets/images/icons/Icon_TxtDansImage.svg +37 -27
- package/assets/images/icons/Icon_VideoDeFond.svg +14 -50
- package/assets/images/icons/Icon_ZoomProd.svg +32 -41
- package/bundles/wizishop-wizi-block.umd.js +185 -75
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/components/blocks/blocks.component.js +10 -3
- package/esm2015/lib/components/configs/configs.component.js +16 -2
- package/esm2015/lib/dtos/configs/apis/api.dto.js +2 -1
- package/esm2015/lib/dtos/forms/forms.dto.js +6 -3
- package/esm2015/lib/services/blocks/images/images-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/images/images-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/launch-videos/launch-videos-button.service.js +2 -2
- package/esm2015/lib/services/blocks/launch-videos/launch-videos-buttontxt.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-double-imageright.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-fullpage.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-imageright.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-with-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +2 -2
- package/esm2015/lib/services/blocks/videos/videos-simple.service.js +5 -5
- package/esm2015/lib/services/blocks/videos/videos-txt-content.service.js +5 -5
- package/esm2015/lib/services/blocks/videos/videos-txt-left.service.js +5 -5
- package/esm2015/lib/services/blocks/videos/videos-txt.service.js +5 -5
- package/esm2015/lib/services/utils/api.service.js +4 -1
- package/esm2015/lib/services/utils/external-config.service.js +4 -1
- package/esm2015/lib/shared/components/structure-config/structure-config.component.js +8 -4
- package/esm2015/lib/shared/components/structure-tools/structure-tools.component.js +14 -4
- package/esm2015/lib/structures/images/double/images-double.component.js +2 -2
- package/esm2015/lib/structures/images/four-images-title/four-images-title.component.js +2 -2
- package/esm2015/lib/structures/images/two-images-title-text/two-images-title-text.component.js +2 -2
- package/esm2015/lib/structures/product/zoom/product-zoom.component.js +4 -2
- package/esm2015/lib/structures/product/zoom-complete/product-zoom-complete.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-complete-background/product-zoom-complete-background.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-more/product-zoom-more.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-selected/product-zoom-selected.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-simple/product-zoom-simple.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-triple-column/product-zoom-triple-column.component.js +4 -1
- package/esm2015/lib/structures/products-list/classic/products-list-classic.component.js +18 -10
- package/esm2015/lib/structures/products-list/selected/products-list-selected.component.js +18 -10
- package/esm2015/lib/structures/products-list/simple/products-list-simple.component.js +18 -10
- package/esm2015/lib/structures/text-backgrounds/link/text-backgrounds-link.component.js +2 -2
- package/esm2015/lib/wizi-block.component.js +6 -2
- package/fesm2015/wizishop-wizi-block.js +166 -70
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/lib/components/blocks/blocks.component.d.ts +4 -0
- package/lib/components/configs/configs.component.d.ts +1 -0
- package/lib/dtos/configs/apis/api.dto.d.ts +1 -0
- package/lib/dtos/forms/forms.dto.d.ts +3 -1
- package/lib/services/utils/api.service.d.ts +1 -0
- package/lib/services/utils/external-config.service.d.ts +1 -0
- package/lib/shared/components/structure-config/structure-config.component.d.ts +2 -0
- package/lib/shared/components/structure-tools/structure-tools.component.d.ts +4 -1
- package/lib/structures/products-list/classic/products-list-classic.component.d.ts +1 -0
- package/lib/structures/products-list/selected/products-list-selected.component.d.ts +1 -0
- package/lib/structures/products-list/simple/products-list-simple.component.d.ts +1 -0
- package/lib/wizi-block.component.d.ts +1 -0
- package/package.json +1 -1
- package/wizi-block.scss +7517 -7258
- package/wizishop-wizi-block.metadata.json +1 -1
|
@@ -1,81 +1,52 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
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
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="58.135" height="40" viewBox="0 0 58.135 40">
|
|
2
|
+
<g id="PlusieursTextes" transform="translate(29.067 20)">
|
|
3
|
+
<g id="Groupe_748" data-name="Groupe 748" transform="translate(-29.067 -20)">
|
|
4
|
+
<rect id="Rectangle_278" data-name="Rectangle 278" width="37" height="40" rx="1.45" transform="translate(9.775)" fill="#c7d5e4"/>
|
|
5
|
+
<g id="Groupe_747" data-name="Groupe 747" transform="translate(-0.933)">
|
|
6
|
+
<g id="Groupe_739" data-name="Groupe 739">
|
|
7
|
+
<g id="Groupe_738" data-name="Groupe 738">
|
|
8
|
+
<g id="Groupe_733" data-name="Groupe 733">
|
|
9
|
+
<rect id="Rectangle_279" data-name="Rectangle 279" width="24.264" height="24.666" rx="0.922" transform="translate(2.479 7.652)" fill="#fff"/>
|
|
10
|
+
<path id="Tracé_498" data-name="Tracé 498" d="M26.047,32.6H23.97a.279.279,0,1,1,0-.557h2.077v.112a.271.271,0,0,1,.058.167.277.277,0,0,1-.058.172Zm-3.929,0H20.267a.279.279,0,0,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H16.564a.279.279,0,0,1,0-.557h1.852a.279.279,0,0,1,0,.557Zm-3.7,0H12.862a.279.279,0,1,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H9.159a.279.279,0,0,1,0-.557h1.852a.279.279,0,0,1,0,.557Zm-3.7,0H5.457a.279.279,0,1,1,0-.557H7.308a.279.279,0,0,1,0,.557Zm-3.7,0H3.4a1.2,1.2,0,0,1-1.2-1.2v-.2a.279.279,0,1,1,.557,0v.2a.645.645,0,0,0,.644.643h.2a.279.279,0,1,1,0,.557Zm23.138-1.335a.278.278,0,0,1-.278-.278V29.131a.279.279,0,0,1,.557,0v1.852A.279.279,0,0,1,26.743,31.261ZM2.479,29.625a.279.279,0,0,1-.279-.279V27.5a.279.279,0,1,1,.557,0v1.851A.278.278,0,0,1,2.479,29.625Zm24.264-2.066a.278.278,0,0,1-.278-.279V25.429a.279.279,0,1,1,.557,0V27.28A.279.279,0,0,1,26.743,27.559ZM2.479,25.922a.279.279,0,0,1-.279-.278V23.792a.279.279,0,0,1,.557,0v1.852A.278.278,0,0,1,2.479,25.922Zm24.264-2.066a.278.278,0,0,1-.278-.279V21.726a.279.279,0,1,1,.557,0v1.851A.279.279,0,0,1,26.743,23.856ZM2.479,22.219a.278.278,0,0,1-.279-.278V20.09a.279.279,0,1,1,.557,0v1.851A.277.277,0,0,1,2.479,22.219Zm24.264-2.066a.278.278,0,0,1-.278-.278V18.023a.279.279,0,0,1,.557,0v1.852A.279.279,0,0,1,26.743,20.153ZM2.479,18.517a.279.279,0,0,1-.279-.279V16.387a.279.279,0,1,1,.557,0v1.851A.278.278,0,0,1,2.479,18.517Zm24.264-2.066a.278.278,0,0,1-.278-.279V14.321a.279.279,0,1,1,.557,0v1.851A.279.279,0,0,1,26.743,16.451ZM2.479,14.814a.279.279,0,0,1-.279-.278V12.684a.279.279,0,0,1,.557,0v1.852A.278.278,0,0,1,2.479,14.814Zm24.264-2.066a.278.278,0,0,1-.278-.279V10.618a.279.279,0,1,1,.557,0v1.851A.279.279,0,0,1,26.743,12.748ZM2.479,11.112a.279.279,0,0,1-.279-.279V8.982a.279.279,0,1,1,.557,0v1.851A.278.278,0,0,1,2.479,11.112ZM26.743,9.045a.278.278,0,0,1-.278-.278V8.574a.645.645,0,0,0-.644-.644h-.21a.279.279,0,0,1,0-.557h.21a1.2,1.2,0,0,1,1.2,1.2v.193A.279.279,0,0,1,26.743,9.045ZM3.4,7.931a.279.279,0,0,1-.014-.557H5.247a.279.279,0,0,1,0,.557Zm0-.285v0ZM23.76,7.93H21.909a.279.279,0,1,1,0-.557H23.76a.279.279,0,1,1,0,.557Zm-3.7,0H18.206a.279.279,0,0,1,0-.557h1.852a.279.279,0,0,1,0,.557Zm-3.7,0H14.5a.279.279,0,1,1,0-.557h1.851a.279.279,0,0,1,0,.557Zm-3.7,0H10.8a.279.279,0,1,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H7.1a.279.279,0,0,1,0-.557H8.95a.279.279,0,0,1,0,.557Z" fill="#495564"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Groupe_736" data-name="Groupe 736">
|
|
13
|
+
<g id="Groupe_734" data-name="Groupe 734">
|
|
14
|
+
<path id="Tracé_499" data-name="Tracé 499" d="M24.2,29.737H5.356a.75.75,0,0,1-.748-.752V11.013a.75.75,0,0,1,.748-.752H24.2a.751.751,0,0,1,.749.752V28.985A.751.751,0,0,1,24.2,29.737Z" fill="#00d1a0"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g id="Groupe_735" data-name="Groupe 735">
|
|
17
|
+
<ellipse id="Ellipse_176" data-name="Ellipse 176" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(0.933 6.5)" fill="#495564"/>
|
|
18
|
+
<ellipse id="Ellipse_177" data-name="Ellipse 177" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(0.937 30.403)" fill="#495564"/>
|
|
19
|
+
<ellipse id="Ellipse_178" data-name="Ellipse 178" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(25.15 6.5)" fill="#495564"/>
|
|
20
|
+
<ellipse id="Ellipse_179" data-name="Ellipse 179" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(25.15 30.403)" fill="#495564"/>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
<g id="Groupe_737" data-name="Groupe 737">
|
|
24
|
+
<path id="Tracé_500" data-name="Tracé 500" d="M15.479,24.707q0,1.771,1.2,1.771a3.906,3.906,0,0,0,.564-.059,4.053,4.053,0,0,1,.565-.059.765.765,0,0,1,.752.756q0,.827-1.058.826H17.36a.955.955,0,0,0-.165-.023l-1.152-.166a10.656,10.656,0,0,0-1.481-.094,11.785,11.785,0,0,0-1.576.094l-1.175.166a.677.677,0,0,0-.165.023h-.164q-1.035,0-1.035-.826a.667.667,0,0,1,.753-.756,4.057,4.057,0,0,1,.564.059,3.893,3.893,0,0,0,.564.059q1.176,0,1.176-1.771V15.119a1.5,1.5,0,0,0-1.717-1.677h-.729A1.479,1.479,0,0,0,9.366,15.1c0,.394.007.661.023.8l.094.874a5.589,5.589,0,0,1,.024.59q0,1.488-.917,1.488-.87,0-.87-1.086c0-.2.015-.559.047-1.063q.07-1.134.07-1.44,0-.591-.039-1.228Q7.72,12.78,7.72,12.97q0-.992.892-.992.328,0,1.526.071.116,0,1.924.094h2.676q.469,0,2.511-.041.447,0,1.526-.062.962-.062,1.5-.062,1.173,0,1.174.968v.047q0,.237-.059.874t-.129,1.37v.26q0,.354.07,1.11.094.991.094,1.228,0,.969-.917.968-.894,0-.893-1.186,0-.426.07-1.269t.071-1.269q0-1.637-1.858-1.637h-.658A1.747,1.747,0,0,0,16,13.808a1.793,1.793,0,0,0-.423,1.216l-.094,1.654Z" fill="#fff"/>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
<g id="Groupe_746" data-name="Groupe 746">
|
|
29
|
+
<g id="Groupe_745" data-name="Groupe 745">
|
|
30
|
+
<g id="Groupe_740" data-name="Groupe 740">
|
|
31
|
+
<rect id="Rectangle_280" data-name="Rectangle 280" width="24.264" height="24.666" rx="0.922" transform="translate(33.313 7.652)" fill="#fff"/>
|
|
32
|
+
<path id="Tracé_501" data-name="Tracé 501" d="M56.881,32.6H54.8a.279.279,0,1,1,0-.557h2.077v.112a.271.271,0,0,1,.058.167.277.277,0,0,1-.058.172Zm-3.929,0H51.1a.279.279,0,1,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H47.4a.279.279,0,0,1,0-.557H49.25a.279.279,0,0,1,0,.557Zm-3.7,0H43.7a.279.279,0,1,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H39.993a.279.279,0,0,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H36.29a.279.279,0,0,1,0-.557h1.852a.279.279,0,0,1,0,.557Zm-3.7,0h-.2a1.2,1.2,0,0,1-1.2-1.2v-.2a.279.279,0,1,1,.557,0v.2a.645.645,0,0,0,.644.643h.2a.279.279,0,1,1,0,.557Zm23.138-1.335a.279.279,0,0,1-.279-.278V29.131a.279.279,0,0,1,.558,0v1.852A.279.279,0,0,1,57.577,31.261ZM33.313,29.625a.279.279,0,0,1-.279-.279V27.5a.279.279,0,1,1,.557,0v1.851A.278.278,0,0,1,33.313,29.625Zm24.264-2.066a.279.279,0,0,1-.279-.279V25.429a.279.279,0,1,1,.558,0V27.28A.279.279,0,0,1,57.577,27.559ZM33.313,25.922a.279.279,0,0,1-.279-.278V23.792a.279.279,0,0,1,.557,0v1.852A.278.278,0,0,1,33.313,25.922Zm24.264-2.066a.279.279,0,0,1-.279-.279V21.726a.279.279,0,0,1,.558,0v1.851A.279.279,0,0,1,57.577,23.856ZM33.313,22.219a.278.278,0,0,1-.279-.278V20.09a.279.279,0,1,1,.557,0v1.851A.277.277,0,0,1,33.313,22.219Zm24.264-2.066a.279.279,0,0,1-.279-.278V18.023a.279.279,0,0,1,.558,0v1.852A.279.279,0,0,1,57.577,20.153ZM33.313,18.517a.279.279,0,0,1-.279-.279V16.387a.279.279,0,1,1,.557,0v1.851A.278.278,0,0,1,33.313,18.517Zm24.264-2.066a.279.279,0,0,1-.279-.279V14.321a.279.279,0,1,1,.558,0v1.851A.279.279,0,0,1,57.577,16.451ZM33.313,14.814a.279.279,0,0,1-.279-.278V12.684a.279.279,0,0,1,.557,0v1.852A.278.278,0,0,1,33.313,14.814Zm24.264-2.066a.279.279,0,0,1-.279-.279V10.618a.279.279,0,1,1,.558,0v1.851A.279.279,0,0,1,57.577,12.748ZM33.313,11.112a.279.279,0,0,1-.279-.279V8.982a.279.279,0,1,1,.557,0v1.851A.278.278,0,0,1,33.313,11.112ZM57.577,9.045a.279.279,0,0,1-.279-.278V8.574a.644.644,0,0,0-.643-.644h-.21a.279.279,0,0,1,0-.557h.21a1.2,1.2,0,0,1,1.2,1.2v.193A.279.279,0,0,1,57.577,9.045ZM34.229,7.931a.279.279,0,0,1-.013-.557h1.865a.279.279,0,0,1,0,.557Zm0-.285v0Zm20.365.284H52.743a.279.279,0,1,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H49.04a.279.279,0,0,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H45.337a.279.279,0,0,1,0-.557h1.852a.279.279,0,0,1,0,.557Zm-3.7,0H41.635a.279.279,0,1,1,0-.557h1.851a.279.279,0,1,1,0,.557Zm-3.7,0H37.932a.279.279,0,0,1,0-.557h1.851a.279.279,0,1,1,0,.557Z" fill="#495564"/>
|
|
33
|
+
</g>
|
|
34
|
+
<g id="Groupe_743" data-name="Groupe 743">
|
|
35
|
+
<g id="Groupe_741" data-name="Groupe 741">
|
|
36
|
+
<path id="Tracé_502" data-name="Tracé 502" d="M55.036,29.737H36.19a.75.75,0,0,1-.748-.752V11.013a.75.75,0,0,1,.748-.752H55.036a.75.75,0,0,1,.748.752V28.985A.75.75,0,0,1,55.036,29.737Z" fill="#00d1a0"/>
|
|
37
|
+
</g>
|
|
38
|
+
<g id="Groupe_742" data-name="Groupe 742">
|
|
39
|
+
<ellipse id="Ellipse_180" data-name="Ellipse 180" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(31.767 6.5)" fill="#495564"/>
|
|
40
|
+
<ellipse id="Ellipse_181" data-name="Ellipse 181" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(31.771 30.403)" fill="#495564"/>
|
|
41
|
+
<ellipse id="Ellipse_182" data-name="Ellipse 182" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(55.984 6.5)" fill="#495564"/>
|
|
42
|
+
<ellipse id="Ellipse_183" data-name="Ellipse 183" cx="1.542" cy="1.548" rx="1.542" ry="1.548" transform="translate(55.984 30.403)" fill="#495564"/>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
<g id="Groupe_744" data-name="Groupe 744">
|
|
46
|
+
<path id="Tracé_503" data-name="Tracé 503" d="M46.313,24.707q0,1.771,1.2,1.771a3.906,3.906,0,0,0,.564-.059,4.057,4.057,0,0,1,.564-.059.765.765,0,0,1,.753.756q0,.827-1.058.826h-.142a.935.935,0,0,0-.164-.023l-1.152-.166a10.656,10.656,0,0,0-1.481-.094,11.785,11.785,0,0,0-1.576.094l-1.175.166a.677.677,0,0,0-.165.023h-.164q-1.035,0-1.035-.826a.667.667,0,0,1,.753-.756,4.057,4.057,0,0,1,.564.059,3.893,3.893,0,0,0,.564.059q1.176,0,1.176-1.771V15.119a1.5,1.5,0,0,0-1.717-1.677h-.729A1.479,1.479,0,0,0,40.2,15.1c0,.394.007.661.023.8l.094.874a5.876,5.876,0,0,1,.024.59q0,1.488-.917,1.488-.872,0-.87-1.086c0-.2.015-.559.047-1.063q.07-1.134.07-1.44,0-.591-.039-1.228-.078-1.253-.078-1.063,0-.992.892-.992.329,0,1.526.071.115,0,1.924.094h2.676q.469,0,2.511-.041.447,0,1.526-.062.961-.062,1.5-.062,1.173,0,1.174.968v.047q0,.237-.059.874t-.13,1.37v.26q0,.354.071,1.11.094.991.094,1.228,0,.969-.917.968-.894,0-.893-1.186,0-.426.07-1.269t.071-1.269q0-1.637-1.858-1.637h-.658a1.747,1.747,0,0,0-1.246.366,1.793,1.793,0,0,0-.423,1.216l-.094,1.654Z" fill="#fff"/>
|
|
47
|
+
</g>
|
|
48
|
+
</g>
|
|
27
49
|
</g>
|
|
28
|
-
<g id="Groupe_230" data-name="Groupe 230">
|
|
29
|
-
<rect id="Rectangle_248" data-name="Rectangle 248" class="cls-3" width="23" height="2" transform="translate(3 11)"/>
|
|
30
|
-
</g>
|
|
31
|
-
<g id="Groupe_231" data-name="Groupe 231">
|
|
32
|
-
<rect id="Rectangle_249" data-name="Rectangle 249" class="cls-3" width="23" height="2" transform="translate(3 15)"/>
|
|
33
|
-
</g>
|
|
34
|
-
<g id="Groupe_232" data-name="Groupe 232">
|
|
35
|
-
<rect id="Rectangle_250" data-name="Rectangle 250" class="cls-3" width="23" height="2" transform="translate(3 19)"/>
|
|
36
|
-
</g>
|
|
37
|
-
<g id="Groupe_233" data-name="Groupe 233">
|
|
38
|
-
<rect id="Rectangle_251" data-name="Rectangle 251" class="cls-3" width="23" height="2" transform="translate(3 23)"/>
|
|
39
|
-
</g>
|
|
40
|
-
</g>
|
|
41
|
-
<g id="Groupe_235" data-name="Groupe 235">
|
|
42
|
-
<rect id="Rectangle_252" data-name="Rectangle 252" class="cls-4" width="12" height="4" transform="translate(2 4)"/>
|
|
43
|
-
<rect id="Rectangle_253" data-name="Rectangle 253" class="cls-4" width="23" height="2" transform="translate(2 10)"/>
|
|
44
|
-
<rect id="Rectangle_254" data-name="Rectangle 254" class="cls-4" width="23" height="2" transform="translate(2 14)"/>
|
|
45
|
-
<rect id="Rectangle_255" data-name="Rectangle 255" class="cls-4" width="23" height="2" transform="translate(2 18)"/>
|
|
46
|
-
<rect id="Rectangle_256" data-name="Rectangle 256" class="cls-4" width="23" height="2" transform="translate(2 22)"/>
|
|
47
|
-
</g>
|
|
48
|
-
<g id="Groupe_236" data-name="Groupe 236">
|
|
49
|
-
<rect id="Rectangle_257" data-name="Rectangle 257" class="cls-4" width="12" height="4" transform="translate(2 4)"/>
|
|
50
|
-
<rect id="Rectangle_258" data-name="Rectangle 258" class="cls-4" width="23" height="2" transform="translate(2 10)"/>
|
|
51
|
-
<rect id="Rectangle_259" data-name="Rectangle 259" class="cls-4" width="23" height="2" transform="translate(2 14)"/>
|
|
52
|
-
<rect id="Rectangle_260" data-name="Rectangle 260" class="cls-4" width="23" height="2" transform="translate(2 18)"/>
|
|
53
|
-
<rect id="Rectangle_261" data-name="Rectangle 261" class="cls-4" width="23" height="2" transform="translate(2 22)"/>
|
|
54
|
-
</g>
|
|
55
|
-
<rect id="Rectangle_262" data-name="Rectangle 262" class="cls-1" width="27" height="28" transform="translate(33)"/>
|
|
56
|
-
<g id="Groupe_242" data-name="Groupe 242" class="cls-2">
|
|
57
|
-
<g id="Groupe_237" data-name="Groupe 237">
|
|
58
|
-
<rect id="Rectangle_263" data-name="Rectangle 263" class="cls-3" width="12" height="4" transform="translate(36 5)"/>
|
|
59
|
-
</g>
|
|
60
|
-
<g id="Groupe_238" data-name="Groupe 238">
|
|
61
|
-
<rect id="Rectangle_264" data-name="Rectangle 264" class="cls-3" width="23" height="2" transform="translate(36 11)"/>
|
|
62
|
-
</g>
|
|
63
|
-
<g id="Groupe_239" data-name="Groupe 239">
|
|
64
|
-
<rect id="Rectangle_265" data-name="Rectangle 265" class="cls-3" width="23" height="2" transform="translate(36 15)"/>
|
|
65
|
-
</g>
|
|
66
|
-
<g id="Groupe_240" data-name="Groupe 240">
|
|
67
|
-
<rect id="Rectangle_266" data-name="Rectangle 266" class="cls-3" width="23" height="2" transform="translate(36 19)"/>
|
|
68
|
-
</g>
|
|
69
|
-
<g id="Groupe_241" data-name="Groupe 241">
|
|
70
|
-
<rect id="Rectangle_267" data-name="Rectangle 267" class="cls-3" width="23" height="2" transform="translate(36 23)"/>
|
|
71
|
-
</g>
|
|
72
|
-
</g>
|
|
73
|
-
<g id="Groupe_243" data-name="Groupe 243">
|
|
74
|
-
<rect id="Rectangle_268" data-name="Rectangle 268" class="cls-4" width="12" height="4" transform="translate(35 4)"/>
|
|
75
|
-
<rect id="Rectangle_269" data-name="Rectangle 269" class="cls-4" width="23" height="2" transform="translate(35 10)"/>
|
|
76
|
-
<rect id="Rectangle_270" data-name="Rectangle 270" class="cls-4" width="23" height="2" transform="translate(35 14)"/>
|
|
77
|
-
<rect id="Rectangle_271" data-name="Rectangle 271" class="cls-4" width="23" height="2" transform="translate(35 18)"/>
|
|
78
|
-
<rect id="Rectangle_272" data-name="Rectangle 272" class="cls-4" width="23" height="2" transform="translate(35 22)"/>
|
|
79
50
|
</g>
|
|
80
51
|
</g>
|
|
81
52
|
</g>
|
|
@@ -1,62 +1,31 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
fill
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
fill
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
fill
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
<path id="XMLID_48_" class="cls-3" d="M26.162,12.285,22.822,9.5a.545.545,0,0,1,.7-.832l3.34,2.785a.542.542,0,0,1,.064.768.552.552,0,0,1-.768.064" transform="translate(-12.954 0.57)"/>
|
|
30
|
-
<path id="XMLID_47_" class="cls-3" d="M30.862,16.205l-3.34-2.785a.545.545,0,0,1,.7-.832l3.34,2.785a.542.542,0,0,1,.064.768.554.554,0,0,1-.768.064" transform="translate(-12.639 0.833)"/>
|
|
31
|
-
<path id="XMLID_46_" class="cls-3" d="M21.608,11.8l-.416-.352a.545.545,0,0,1,.7-.832l.416.352a.542.542,0,0,1,.064.768.552.552,0,0,1-.768.064" transform="translate(-13.063 0.701)"/>
|
|
32
|
-
<path id="XMLID_45_" class="cls-3" d="M23.984,13.784l-.832-.694a.545.545,0,0,1,.7-.832l.832.694a.542.542,0,0,1,.064.768.553.553,0,0,1-.768.064" transform="translate(-12.932 0.811)"/>
|
|
33
|
-
<path id="XMLID_44_" class="cls-3" d="M25.908,15.393l-.416-.352a.545.545,0,1,1,.7-.832l.416.352a.545.545,0,1,1-.7.832" transform="translate(-12.775 0.941)"/>
|
|
34
|
-
<path id="XMLID_43_" class="cls-3" d="M28.284,17.374l-.832-.694a.545.545,0,0,1,.7-.832l.832.694a.545.545,0,0,1-.7.832" transform="translate(-12.644 1.051)"/>
|
|
35
|
-
<path id="XMLID_42_" class="cls-3" d="M29.792,18.64a.546.546,0,0,1,.309-.96.58.58,0,0,1,.6.491.548.548,0,0,1-.5.587.511.511,0,0,1-.405-.117" transform="translate(-12.487 1.183)"/>
|
|
36
|
-
<path id="XMLID_41_" class="cls-3" d="M36.858,24.543l-.416-.352a.545.545,0,0,1,.7-.832l.416.352a.545.545,0,1,1-.7.832" transform="translate(-12.042 1.554)"/>
|
|
37
|
-
<path id="XMLID_40_" class="cls-3" d="M38.4,25.83a.543.543,0,0,1-.064-.768.556.556,0,0,1,.373-.192.58.58,0,0,1,.6.491.548.548,0,0,1-.5.587.59.59,0,0,1-.405-.117" transform="translate(-11.91 1.664)"/>
|
|
38
|
-
<path id="XMLID_39_" class="cls-3" d="M35.552,20.125l-3.34-2.785a.545.545,0,1,1,.7-.832l3.34,2.785a.542.542,0,0,1,.064.768.552.552,0,0,1-.768.064" transform="translate(-12.325 1.096)"/>
|
|
39
|
-
<path id="XMLID_38_" class="cls-3" d="M40.242,24.045,36.9,21.26a.545.545,0,1,1,.7-.832l3.34,2.785a.542.542,0,0,1,.064.768.552.552,0,0,1-.768.064" transform="translate(-12.011 1.358)"/>
|
|
40
|
-
<path id="XMLID_37_" class="cls-3" d="M33.443,21.69,31.352,19.95a.545.545,0,0,1,.7-.832l2.091,1.739a.542.542,0,0,1,.064.768.552.552,0,0,1-.768.064" transform="translate(-12.383 1.27)"/>
|
|
41
|
-
<path id="XMLID_36_" class="cls-3" d="M34.882,22.89a.546.546,0,0,1,.309-.96.58.58,0,0,1,.6.491.548.548,0,0,1-.5.587.59.59,0,0,1-.405-.117" transform="translate(-12.146 1.467)"/>
|
|
42
|
-
</g>
|
|
43
|
-
<g id="XMLID_2_" transform="translate(0 14.063)">
|
|
44
|
-
<path id="XMLID_34_" class="cls-4" d="M33.813,39.119,1.985,39.1A1.988,1.988,0,0,1,0,37.113L.021,15.165A1.981,1.981,0,0,1,2.006,13.18l31.829.021a1.981,1.981,0,0,1,1.985,1.985L35.8,37.134a1.988,1.988,0,0,1-1.985,1.985" transform="translate(0 -13.18)"/>
|
|
45
|
-
<rect id="XMLID_33_" class="cls-5" width="35.798" height="4.94" transform="translate(0.011 3.094)"/>
|
|
46
|
-
<path id="XMLID_32_" class="cls-3" d="M9.039,24.828H4.1a.619.619,0,0,1,0-1.238h4.94a.619.619,0,0,1,.619.619.626.626,0,0,1-.619.619" transform="translate(0.233 -12.483)"/>
|
|
47
|
-
<path id="XMLID_31_" class="cls-3" d="M15.979,24.838h-4.94a.619.619,0,1,1,0-1.238h4.94a.619.619,0,1,1,0,1.238" transform="translate(0.698 -12.482)"/>
|
|
48
|
-
<path id="XMLID_30_" class="cls-3" d="M4.708,27.718H4.089a.619.619,0,0,1,0-1.238h.619a.619.619,0,1,1,0,1.238" transform="translate(0.232 -12.289)"/>
|
|
49
|
-
<path id="XMLID_29_" class="cls-3" d="M8.217,27.718H6.979a.619.619,0,1,1,0-1.238H8.217a.619.619,0,1,1,0,1.238" transform="translate(0.426 -12.289)"/>
|
|
50
|
-
<path id="XMLID_28_" class="cls-3" d="M11.078,27.718h-.619a.619.619,0,1,1,0-1.238h.619a.619.619,0,1,1,0,1.238" transform="translate(0.659 -12.289)"/>
|
|
51
|
-
<path id="XMLID_27_" class="cls-3" d="M14.587,27.728H13.349a.619.619,0,1,1,0-1.238h1.238a.619.619,0,1,1,0,1.238" transform="translate(0.853 -12.288)"/>
|
|
52
|
-
<path id="XMLID_26_" class="cls-3" d="M16.819,27.727a.623.623,0,0,1-.437-.181.65.65,0,0,1-.181-.437.623.623,0,0,1,.181-.437.653.653,0,0,1,.875,0,.672.672,0,0,1,.181.437.623.623,0,0,1-.181.437.672.672,0,0,1-.437.181" transform="translate(1.085 -12.287)"/>
|
|
53
|
-
<path id="XMLID_25_" class="cls-3" d="M27.268,27.738h-.619a.619.619,0,0,1,0-1.238h.619a.619.619,0,0,1,0,1.238" transform="translate(1.744 -12.288)"/>
|
|
54
|
-
<path id="XMLID_24_" class="cls-3" d="M29.549,27.737a.623.623,0,0,1-.437-.181.672.672,0,0,1-.181-.437.623.623,0,0,1,.181-.437.653.653,0,0,1,.875,0,.672.672,0,0,1,.181.437.619.619,0,0,1-.619.619" transform="translate(1.938 -12.287)"/>
|
|
55
|
-
<path id="XMLID_23_" class="cls-3" d="M22.919,24.838h-4.94a.619.619,0,1,1,0-1.238h4.94a.619.619,0,1,1,0,1.238" transform="translate(1.163 -12.482)"/>
|
|
56
|
-
<path id="XMLID_22_" class="cls-3" d="M29.859,24.848h-4.94a.619.619,0,0,1,0-1.238h4.94a.619.619,0,1,1,0,1.238" transform="translate(1.628 -12.481)"/>
|
|
57
|
-
<path id="XMLID_21_" class="cls-3" d="M22.222,27.728H19.139a.619.619,0,1,1,0-1.238h3.084a.619.619,0,0,1,0,1.238" transform="translate(1.241 -12.288)"/>
|
|
58
|
-
<path id="XMLID_20_" class="cls-3" d="M24.339,27.727a.623.623,0,0,1-.437-.181.672.672,0,0,1-.181-.437.623.623,0,0,1,.181-.437.653.653,0,0,1,.875,0,.672.672,0,0,1,.181.437.619.619,0,0,1-.619.619" transform="translate(1.589 -12.287)"/>
|
|
59
|
-
<path id="XMLID_19_" class="cls-5" d="M21.821,32.409c1.3,1.408,3.02.758,4.428-.107l-.843-.224A2.174,2.174,0,0,0,26.9,33.241c.491.1,2.486-.7,2.593-.555.459.64,1.536.021,1.067-.619a1.407,1.407,0,0,0-1.174-.7c-.9-.053-2.219,1.323-2.913.1a.624.624,0,0,0-.843-.224c-.875.534-2.017,1.3-2.934.309-.544-.6-1.408.277-.875.864" transform="translate(1.451 -11.976)"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="57.69" height="40" viewBox="0 0 57.69 40">
|
|
2
|
+
<g id="ElementsRassurance" transform="translate(28.845 20)">
|
|
3
|
+
<g id="Groupe_807" data-name="Groupe 807" transform="translate(-28.845 -20)">
|
|
4
|
+
<path id="Rectangle_294" data-name="Rectangle 294" d="M0,0H51.94a0,0,0,0,1,0,0V16.96a2.984,2.984,0,0,1-2.984,2.984H2.984A2.984,2.984,0,0,1,0,16.96V0A0,0,0,0,1,0,0Z" transform="translate(0 20.056)" fill="#f8ca24"/>
|
|
5
|
+
<path id="Tracé_543" data-name="Tracé 543" d="M42.319,14.561H1.155v-3.49A2.979,2.979,0,0,1,4.038,8h35.88Z" transform="translate(-1.155 0)" fill="#f8ca24"/>
|
|
6
|
+
<g id="Contour" transform="translate(-1.155 0)">
|
|
7
|
+
<line id="Ligne_213" data-name="Ligne 213" x2="3.618" transform="translate(9.442 36.119)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
8
|
+
<line id="Ligne_214" data-name="Ligne 214" x2="3.952" transform="translate(3.57 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
9
|
+
<line id="Ligne_215" data-name="Ligne 215" x2="3.952" transform="translate(8.85 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
10
|
+
<line id="Ligne_216" data-name="Ligne 216" x2="3.952" transform="translate(14.13 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
11
|
+
<line id="Ligne_217" data-name="Ligne 217" x2="3.952" transform="translate(19.411 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
12
|
+
<line id="Ligne_218" data-name="Ligne 218" x2="3.952" transform="translate(24.691 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
13
|
+
<line id="Ligne_219" data-name="Ligne 219" x2="3.952" transform="translate(29.971 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
14
|
+
<line id="Ligne_220" data-name="Ligne 220" x2="3.952" transform="translate(35.252 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
15
|
+
<line id="Ligne_221" data-name="Ligne 221" x2="3.952" transform="translate(40.532 24.723)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
16
|
+
<g id="Rectangle_295" data-name="Rectangle 295" transform="translate(1.155 7.91)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5">
|
|
17
|
+
<rect width="52.146" height="32.09" rx="2.785" stroke="none"/>
|
|
18
|
+
<rect x="0.25" y="0.25" width="51.646" height="31.59" rx="2.535" fill="none"/>
|
|
19
|
+
</g>
|
|
20
|
+
<line id="Ligne_222" data-name="Ligne 222" x2="42.474" transform="translate(1.656 14.428)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
21
|
+
<line id="Ligne_223" data-name="Ligne 223" x2="46.129" transform="translate(1.656 20.445)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"/>
|
|
22
|
+
</g>
|
|
23
|
+
<circle id="Ellipse_196" data-name="Ellipse 196" cx="8.003" cy="8.003" r="8.003" transform="translate(41.685)" fill="#00d1a0"/>
|
|
24
|
+
<path id="Tracé_544" data-name="Tracé 544" d="M54.915,6.171,50.9,10.943a.868.868,0,0,1-1.338,0l-2.3-2.749A.871.871,0,0,1,48.6,7.08l1.633,1.95,3.342-3.973A.88.88,0,0,1,54.8,4.945a.863.863,0,0,1,.112,1.226Z" transform="translate(-1.155 0)" fill="#fff"/>
|
|
25
|
+
<g id="Ellipse_197" data-name="Ellipse 197" transform="translate(41.685)" fill="none" stroke="#495564" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5">
|
|
26
|
+
<circle cx="8.003" cy="8.003" r="8.003" stroke="none"/>
|
|
27
|
+
<circle cx="8.003" cy="8.003" r="7.753" fill="none"/>
|
|
28
|
+
</g>
|
|
60
29
|
</g>
|
|
61
30
|
</g>
|
|
62
31
|
</svg>
|
|
@@ -1,102 +1,41 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="40" viewBox="0 0 60 40">
|
|
2
2
|
<defs>
|
|
3
|
-
<
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
.cls-4 {
|
|
17
|
-
fill: rgba(0,0,0,0.2);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.cls-5 {
|
|
21
|
-
fill: #1976d2;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.cls-6 {
|
|
25
|
-
fill: #fafafa;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.cls-7 {
|
|
29
|
-
fill: #55acee;
|
|
30
|
-
}
|
|
31
|
-
</style>
|
|
3
|
+
<linearGradient id="linear-gradient" x1="0.988" y1="-0.101" x2="0.187" y2="0.885" gradientUnits="objectBoundingBox">
|
|
4
|
+
<stop offset="0.011" stop-color="#3746d7"/>
|
|
5
|
+
<stop offset="0.182" stop-color="#3945d5"/>
|
|
6
|
+
<stop offset="0.287" stop-color="#4144d0"/>
|
|
7
|
+
<stop offset="0.373" stop-color="#5042c8"/>
|
|
8
|
+
<stop offset="0.449" stop-color="#643fbc"/>
|
|
9
|
+
<stop offset="0.519" stop-color="#7f3cad"/>
|
|
10
|
+
<stop offset="0.584" stop-color="#9f389a"/>
|
|
11
|
+
<stop offset="0.624" stop-color="#b7358d"/>
|
|
12
|
+
<stop offset="0.761" stop-color="#e14141"/>
|
|
13
|
+
<stop offset="1" stop-color="#f5c66b"/>
|
|
14
|
+
</linearGradient>
|
|
32
15
|
</defs>
|
|
33
|
-
<g id="
|
|
34
|
-
<g id="
|
|
35
|
-
<
|
|
36
|
-
<g id="
|
|
37
|
-
<g id="
|
|
38
|
-
<
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</g>
|
|
42
|
-
<g id="
|
|
43
|
-
<g id="
|
|
44
|
-
<
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
<
|
|
55
|
-
<g id="Groupe_592" data-name="Groupe 592">
|
|
56
|
-
<path id="Tracé_430" data-name="Tracé 430" class="cls-3" d="M18.968,5.5H11.632A6.13,6.13,0,0,0,5.5,11.632v7.35a6.13,6.13,0,0,0,6.132,6.132h7.35a6.13,6.13,0,0,0,6.132-6.132v-7.35A6.151,6.151,0,0,0,18.968,5.5Zm4.3,13.468a4.284,4.284,0,0,1-4.284,4.284h-7.35a4.284,4.284,0,0,1-4.284-4.284V11.632a4.284,4.284,0,0,1,4.284-4.284h7.35a4.284,4.284,0,0,1,4.284,4.284Z" transform="translate(-5.5 -5.5)"/>
|
|
57
|
-
</g>
|
|
58
|
-
</g>
|
|
59
|
-
<g id="Groupe_595" data-name="Groupe 595">
|
|
60
|
-
<g id="Groupe_594" data-name="Groupe 594">
|
|
61
|
-
<path id="Tracé_431" data-name="Tracé 431" class="cls-3" d="M18.968,5.5H11.632A6.13,6.13,0,0,0,5.5,11.632v7.35a6.13,6.13,0,0,0,6.132,6.132h7.35a6.13,6.13,0,0,0,6.132-6.132v-7.35A6.151,6.151,0,0,0,18.968,5.5Zm4.3,13.468a4.284,4.284,0,0,1-4.284,4.284h-7.35a4.284,4.284,0,0,1-4.284-4.284V11.632a4.284,4.284,0,0,1,4.284-4.284h7.35a4.284,4.284,0,0,1,4.284,4.284Z" transform="translate(-5.5 -5.5)"/>
|
|
62
|
-
</g>
|
|
63
|
-
</g>
|
|
64
|
-
<g id="Groupe_597" data-name="Groupe 597" transform="translate(4.9 4.9)">
|
|
65
|
-
<g id="Groupe_596" data-name="Groupe 596">
|
|
66
|
-
<path id="Tracé_432" data-name="Tracé 432" class="cls-3" d="M13.9,9a4.9,4.9,0,1,0,4.9,4.9A4.905,4.905,0,0,0,13.9,9Zm0,7.966A3.066,3.066,0,1,1,16.966,13.9,3.065,3.065,0,0,1,13.9,16.966Z" transform="translate(-9 -9)"/>
|
|
67
|
-
</g>
|
|
68
|
-
</g>
|
|
69
|
-
<g id="Groupe_599" data-name="Groupe 599" transform="translate(14.406 3.878)">
|
|
70
|
-
<g id="Groupe_598" data-name="Groupe 598">
|
|
71
|
-
<circle id="Ellipse_64" data-name="Ellipse 64" class="cls-3" cx="0.658" cy="0.658" r="0.658"/>
|
|
72
|
-
</g>
|
|
73
|
-
</g>
|
|
74
|
-
</g>
|
|
75
|
-
<g id="Groupe_607" data-name="Groupe 607" transform="translate(7.7 7.7)">
|
|
76
|
-
<g id="Groupe_602-2" data-name="Groupe 602">
|
|
77
|
-
<g id="Groupe_601-2" data-name="Groupe 601">
|
|
78
|
-
<path id="Tracé_433-2" data-name="Tracé 433" class="cls-3" d="M18.968,5.5H11.632A6.13,6.13,0,0,0,5.5,11.632v7.35a6.13,6.13,0,0,0,6.132,6.132h7.35a6.13,6.13,0,0,0,6.132-6.132v-7.35A6.151,6.151,0,0,0,18.968,5.5Zm4.3,13.468a4.284,4.284,0,0,1-4.284,4.284h-7.35a4.284,4.284,0,0,1-4.284-4.284V11.632a4.284,4.284,0,0,1,4.284-4.284h7.35a4.284,4.284,0,0,1,4.284,4.284Z" transform="translate(-5.5 -5.5)"/>
|
|
79
|
-
</g>
|
|
80
|
-
</g>
|
|
81
|
-
<g id="Groupe_604-2" data-name="Groupe 604" transform="translate(4.9 4.9)">
|
|
82
|
-
<g id="Groupe_603-2" data-name="Groupe 603">
|
|
83
|
-
<path id="Tracé_434-2" data-name="Tracé 434" class="cls-3" d="M13.9,9a4.9,4.9,0,1,0,4.9,4.9A4.905,4.905,0,0,0,13.9,9Zm0,7.966A3.066,3.066,0,1,1,16.966,13.9,3.065,3.065,0,0,1,13.9,16.966Z" transform="translate(-9 -9)"/>
|
|
84
|
-
</g>
|
|
85
|
-
</g>
|
|
86
|
-
<g id="Groupe_606-2" data-name="Groupe 606" transform="translate(14.406 3.878)">
|
|
87
|
-
<g id="Groupe_605-2" data-name="Groupe 605">
|
|
88
|
-
<circle id="Ellipse_65-2" data-name="Ellipse 65" class="cls-3" cx="0.658" cy="0.658" r="0.658"/>
|
|
89
|
-
</g>
|
|
90
|
-
</g>
|
|
16
|
+
<g id="ResauxSociaux" transform="translate(30 20)">
|
|
17
|
+
<g id="Groupe_791" data-name="Groupe 791" transform="translate(-30 -20)">
|
|
18
|
+
<rect id="Rectangle_291" data-name="Rectangle 291" width="60" height="40" fill="#fff" opacity="0"/>
|
|
19
|
+
<g id="Groupe_790" data-name="Groupe 790">
|
|
20
|
+
<g id="Groupe_786" data-name="Groupe 786">
|
|
21
|
+
<circle id="Ellipse_189" data-name="Ellipse 189" cx="12.5" cy="12.5" r="12.5" transform="translate(0.139 7.385)" fill="url(#linear-gradient)"/>
|
|
22
|
+
<path id="Tracé_533" data-name="Tracé 533" d="M19.284,16.612a3.513,3.513,0,0,0-1.071-2.26,3.672,3.672,0,0,0-2.427-.986,47.871,47.871,0,0,0-6.55.073,3.342,3.342,0,0,0-2.864,2.572A36.94,36.94,0,0,0,6.3,23.444a3.353,3.353,0,0,0,2.66,2.888,39.3,39.3,0,0,0,7.33.048,3.356,3.356,0,0,0,2.9-2.648A41.542,41.542,0,0,0,19.284,16.612Zm-1.219,6.616a2.24,2.24,0,0,1-2.107,2,39.331,39.331,0,0,1-6.829-.1,2.174,2.174,0,0,1-1.647-1.871,44.425,44.425,0,0,1,0-6.682,2.238,2.238,0,0,1,2.1-1.991,46.611,46.611,0,0,1,6.518.026,2.243,2.243,0,0,1,2,2.111A47.556,47.556,0,0,1,18.065,23.228Zm-5.293-6.713a3.4,3.4,0,1,0,3.393,3.4A3.4,3.4,0,0,0,12.772,16.515ZM12.749,22.1a2.2,2.2,0,1,1,2.215-2.176A2.2,2.2,0,0,1,12.749,22.1Zm4.346-5.717a.8.8,0,1,1-.793-.8A.8.8,0,0,1,17.095,16.387Z" fill="#fff"/>
|
|
23
|
+
<path id="Tracé_534" data-name="Tracé 534" d="M19.284,16.612a3.513,3.513,0,0,0-1.071-2.26,3.672,3.672,0,0,0-2.427-.986,47.871,47.871,0,0,0-6.55.073,3.342,3.342,0,0,0-2.864,2.572A36.94,36.94,0,0,0,6.3,23.444a3.353,3.353,0,0,0,2.66,2.888,39.3,39.3,0,0,0,7.33.048,3.356,3.356,0,0,0,2.9-2.648A41.542,41.542,0,0,0,19.284,16.612Zm-1.219,6.616a2.24,2.24,0,0,1-2.107,2,39.331,39.331,0,0,1-6.829-.1,2.174,2.174,0,0,1-1.647-1.871,44.425,44.425,0,0,1,0-6.682,2.238,2.238,0,0,1,2.1-1.991,46.611,46.611,0,0,1,6.518.026,2.243,2.243,0,0,1,2,2.111A47.556,47.556,0,0,1,18.065,23.228Zm-5.293-6.713a3.4,3.4,0,1,0,3.393,3.4A3.4,3.4,0,0,0,12.772,16.515ZM12.749,22.1a2.2,2.2,0,1,1,2.215-2.176A2.2,2.2,0,0,1,12.749,22.1Zm4.346-5.717a.8.8,0,1,1-.793-.8A.8.8,0,0,1,17.095,16.387Z" fill="#fff"/>
|
|
24
|
+
</g>
|
|
25
|
+
<g id="Groupe_789" data-name="Groupe 789">
|
|
26
|
+
<g id="Groupe_788" data-name="Groupe 788">
|
|
27
|
+
<g id="Groupe_787" data-name="Groupe 787">
|
|
28
|
+
<circle id="Ellipse_190" data-name="Ellipse 190" cx="0.466" cy="0.466" r="0.466" transform="translate(15.657 15.886)" fill="#fff"/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<ellipse id="Ellipse_191" data-name="Ellipse 191" cx="4.75" cy="9.81" rx="4.75" ry="9.81" transform="translate(15.361 10.305)" opacity="0.3"/>
|
|
33
|
+
<circle id="Ellipse_192" data-name="Ellipse 192" cx="12.5" cy="12.5" r="12.5" transform="translate(17.361 7.615)" fill="#1976d2"/>
|
|
34
|
+
<path id="Tracé_535" data-name="Tracé 535" d="M33.9,18.5H31.207V16.346c0-.594.483-.538,1.077-.538h1.077V13.115H31.207a3.232,3.232,0,0,0-3.231,3.231V18.5H25.822v2.692h2.154v5.923h3.231V21.192h1.615Z" fill="#fafafa"/>
|
|
35
|
+
<ellipse id="Ellipse_193" data-name="Ellipse 193" cx="4.75" cy="9.81" rx="4.75" ry="9.81" transform="translate(32.861 10.305)" opacity="0.3"/>
|
|
36
|
+
<circle id="Ellipse_194" data-name="Ellipse 194" cx="12.5" cy="12.5" r="12.5" transform="translate(34.861 7.615)" fill="#55acee"/>
|
|
37
|
+
<path id="Tracé_536" data-name="Tracé 536" d="M54.361,16.115a5.686,5.686,0,0,1-1.651.413,2.715,2.715,0,0,0,1.27-1.46,5.859,5.859,0,0,1-1.81.635,2.976,2.976,0,0,0-2.095-.826,2.744,2.744,0,0,0-2.857,2.635,3.484,3.484,0,0,0,.064.6,8.332,8.332,0,0,1-5.905-2.762A2.424,2.424,0,0,0,41,16.687a2.588,2.588,0,0,0,1.27,2.19,2.924,2.924,0,0,1-1.3-.317v.032a2.736,2.736,0,0,0,2.286,2.6,3.156,3.156,0,0,1-.762.1,3.108,3.108,0,0,1-.54-.064,2.86,2.86,0,0,0,2.667,1.842,6.168,6.168,0,0,1-3.556,1.143,5.335,5.335,0,0,1-.7-.032,8.449,8.449,0,0,0,4.381,1.174A7.789,7.789,0,0,0,52.9,17.829V17.48A5.021,5.021,0,0,0,54.361,16.115Z" fill="#fff"/>
|
|
91
38
|
</g>
|
|
92
|
-
<circle id="Ellipse_70" data-name="Ellipse 70" class="cls-4" cx="17.5" cy="17.5" r="17.5" transform="translate(22.5)"/>
|
|
93
|
-
<circle id="Ellipse_67" data-name="Ellipse 67" class="cls-5" cx="17.5" cy="17.5" r="17.5" transform="translate(24.5)"/>
|
|
94
|
-
<path id="Tracé_438" data-name="Tracé 438" class="cls-2" d="M37.264,13.032H33.5v-3.01c0-.826.672-.756,1.512-.756h1.512V5.5h-3.01a4.529,4.529,0,0,0-4.522,4.522v3.01H25.98V16.8h3.01v8.288h4.522V16.8H35.78Z" transform="translate(9.392 3.2)"/>
|
|
95
|
-
<path id="Tracé_435" data-name="Tracé 435" class="cls-6" d="M37.264,13.032H33.5v-3.01c0-.826.672-.756,1.512-.756h1.512V5.5h-3.01a4.529,4.529,0,0,0-4.522,4.522v3.01H25.98V16.8h3.01v8.288h4.522V16.8H35.78Z" transform="translate(10.392 2.2)"/>
|
|
96
|
-
<circle id="Ellipse_71" data-name="Ellipse 71" class="cls-4" cx="17.5" cy="17.5" r="17.5" transform="translate(47)"/>
|
|
97
|
-
<circle id="Ellipse_69" data-name="Ellipse 69" class="cls-7" cx="17.5" cy="17.5" r="17.5" transform="translate(49)"/>
|
|
98
|
-
<path id="Tracé_437" data-name="Tracé 437" class="cls-2" d="M60.1,9a7.991,7.991,0,0,1-2.31.574A3.837,3.837,0,0,0,59.568,7.53a7.787,7.787,0,0,1-2.534.882,4.17,4.17,0,0,0-2.94-1.162,3.837,3.837,0,0,0-4,3.682,5.17,5.17,0,0,0,.084.84,11.647,11.647,0,0,1-8.26-3.864,3.437,3.437,0,0,0-.532,1.862,3.636,3.636,0,0,0,1.778,3.066,4.065,4.065,0,0,1-1.82-.448v.042a3.814,3.814,0,0,0,3.206,3.64,3.807,3.807,0,0,1-1.82.056A4,4,0,0,0,46.464,18.7a8.6,8.6,0,0,1-4.984,1.6,8.1,8.1,0,0,1-.98-.042,11.842,11.842,0,0,0,6.132,1.638c7.378,0,11.424-5.642,11.424-10.528V10.9A7.025,7.025,0,0,0,60.1,9Z" transform="translate(15.2 3.9)"/>
|
|
99
|
-
<path id="Tracé_436" data-name="Tracé 436" class="cls-3" d="M60.1,9a7.991,7.991,0,0,1-2.31.574A3.837,3.837,0,0,0,59.568,7.53a7.787,7.787,0,0,1-2.534.882,4.17,4.17,0,0,0-2.94-1.162,3.837,3.837,0,0,0-4,3.682,5.17,5.17,0,0,0,.084.84,11.647,11.647,0,0,1-8.26-3.864,3.437,3.437,0,0,0-.532,1.862,3.636,3.636,0,0,0,1.778,3.066,4.065,4.065,0,0,1-1.82-.448v.042a3.814,3.814,0,0,0,3.206,3.64,3.807,3.807,0,0,1-1.82.056A4,4,0,0,0,46.464,18.7a8.6,8.6,0,0,1-4.984,1.6,8.1,8.1,0,0,1-.98-.042,11.842,11.842,0,0,0,6.132,1.638c7.378,0,11.424-5.642,11.424-10.528V10.9A7.025,7.025,0,0,0,60.1,9Z" transform="translate(16.2 2.9)"/>
|
|
100
39
|
</g>
|
|
101
40
|
</g>
|
|
102
41
|
</svg>
|
|
@@ -1,49 +1,13 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.cls-3 {
|
|
13
|
-
fill: rgba(200,214,229,0.35);
|
|
14
|
-
stroke: #c8d6e5;
|
|
15
|
-
stroke-width: 1.5px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.cls-4 {
|
|
19
|
-
fill: #fff;
|
|
20
|
-
stroke: #52aecd;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.cls-5 {
|
|
24
|
-
stroke: none;
|
|
25
|
-
}
|
|
26
|
-
</style>
|
|
27
|
-
<clipPath id="clip-path">
|
|
28
|
-
<rect class="cls-1" width="60" height="42"/>
|
|
29
|
-
</clipPath>
|
|
30
|
-
</defs>
|
|
31
|
-
<g id="Icon_Separateur" transform="translate(-299 -1450)">
|
|
32
|
-
<g id="Grille_de_répétition_61" data-name="Grille de répétition 61" class="cls-2" transform="translate(299 1450)">
|
|
33
|
-
<g transform="translate(-179 -1227)">
|
|
34
|
-
<g id="Rectangle_432" data-name="Rectangle 432" class="cls-3" transform="translate(179 1222)">
|
|
35
|
-
<rect class="cls-5" width="60" height="20"/>
|
|
36
|
-
<rect class="cls-1" x="0.75" y="0.75" width="58.5" height="18.5"/>
|
|
37
|
-
</g>
|
|
38
|
-
<g id="Rectangle_433" data-name="Rectangle 433" class="cls-3" transform="translate(179 1254)">
|
|
39
|
-
<rect class="cls-5" width="62" height="20"/>
|
|
40
|
-
<rect class="cls-1" x="0.75" y="0.75" width="60.5" height="18.5"/>
|
|
41
|
-
</g>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="40" viewBox="0 0 42 40">
|
|
2
|
+
<g id="Separateur" transform="translate(20.971 20)">
|
|
3
|
+
<g id="Groupe_750" data-name="Groupe 750" transform="translate(-20.029 -20)">
|
|
4
|
+
<rect id="Rectangle_281" data-name="Rectangle 281" width="39.524" height="11.237" rx="1.205" fill="#cfd9e2"/>
|
|
5
|
+
<rect id="Rectangle_282" data-name="Rectangle 282" width="39.524" height="11.237" rx="1.205" transform="translate(0 28.763)" fill="#cfd9e2"/>
|
|
6
|
+
<g id="Groupe_749" data-name="Groupe 749" transform="translate(-11.411)">
|
|
7
|
+
<path id="Tracé_504" data-name="Tracé 504" d="M31.468,27.563l3.79-3.675h-7.58Z" fill="#f9596e"/>
|
|
8
|
+
<path id="Tracé_505" data-name="Tracé 505" d="M31.468,12.437l3.79,3.675h-7.58Z" fill="#f9596e"/>
|
|
9
|
+
<line id="Ligne_192" data-name="Ligne 192" x2="40" transform="translate(11.468 20)" fill="none" stroke="#52aecd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
|
42
10
|
</g>
|
|
43
11
|
</g>
|
|
44
|
-
<g id="Rectangle_436" data-name="Rectangle 436" class="cls-4" transform="translate(299 1470)">
|
|
45
|
-
<rect class="cls-5" width="60" height="2" rx="1"/>
|
|
46
|
-
<rect class="cls-1" x="0.5" y="0.5" width="59" height="1" rx="0.5"/>
|
|
47
|
-
</g>
|
|
48
12
|
</g>
|
|
49
13
|
</svg>
|
|
@@ -1,38 +1,17 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
</style>
|
|
16
|
-
</defs>
|
|
17
|
-
<g id="Groupe_620" data-name="Groupe 620">
|
|
18
|
-
<path id="Tracé_456" data-name="Tracé 456" class="cls-1" d="M21.7,0H3A2.946,2.946,0,0,0,0,3V15.7a3.009,3.009,0,0,0,3,3h.4c.4,0,1.9.2,2.2.6a21.559,21.559,0,0,0,1.9,1.6s1.9,1.7,1.9,0V18.7H21.7a3.009,3.009,0,0,0,3-3V3A3.009,3.009,0,0,0,21.7,0Z"/>
|
|
19
|
-
<path id="Tracé_457" data-name="Tracé 457" class="cls-2" d="M16.1,7.1H44.9a2.857,2.857,0,0,1,3,2.664V29.653a2.853,2.853,0,0,1-3,2.664H29.5a4.7,4.7,0,0,0-2.2.533c-1.1.8-2.5,1.687-4.1,2.752,0,0-1.9,1.509-1.9,0V32.316H16.1a2.857,2.857,0,0,1-3-2.664V9.764A2.8,2.8,0,0,1,16.1,7.1Z" transform="translate(0.1 3.728)"/>
|
|
20
|
-
</g>
|
|
21
|
-
<g id="Groupe_626" data-name="Groupe 626" transform="translate(17.6 16.214)">
|
|
22
|
-
<g id="Groupe_621" data-name="Groupe 621">
|
|
23
|
-
<path id="Tracé_458" data-name="Tracé 458" class="cls-3" d="M43.5,13.4H18a.41.41,0,1,0,0,.8H43.5a.41.41,0,1,0,0-.8Z" transform="translate(-17.5 -13.4)"/>
|
|
24
|
-
</g>
|
|
25
|
-
<g id="Groupe_622" data-name="Groupe 622" transform="translate(0 4.671)">
|
|
26
|
-
<path id="Tracé_459" data-name="Tracé 459" class="cls-3" d="M43.5,18H18a.41.41,0,1,0,0,.8H43.5a.41.41,0,1,0,0-.8Z" transform="translate(-17.5 -18)"/>
|
|
27
|
-
</g>
|
|
28
|
-
<g id="Groupe_623" data-name="Groupe 623" transform="translate(0 14.109)">
|
|
29
|
-
<path id="Tracé_460" data-name="Tracé 460" class="cls-3" d="M43.5,27.3H18a.41.41,0,1,0,0,.8H43.5a.41.41,0,1,0,0-.8Z" transform="translate(-17.5 -27.3)"/>
|
|
30
|
-
</g>
|
|
31
|
-
<g id="Groupe_624" data-name="Groupe 624" transform="translate(0 9.44)">
|
|
32
|
-
<path id="Tracé_461" data-name="Tracé 461" class="cls-3" d="M30.8,22.7H18a.41.41,0,1,0,0,.8H30.8a.41.41,0,1,0,0-.8Z" transform="translate(-17.5 -22.7)"/>
|
|
33
|
-
</g>
|
|
34
|
-
<g id="Groupe_625" data-name="Groupe 625" transform="translate(19.1 9.44)">
|
|
35
|
-
<path id="Tracé_462" data-name="Tracé 462" class="cls-3" d="M43.5,22.7H37.1a.41.41,0,1,0,0,.8h6.4a.41.41,0,1,0,0-.8Z" transform="translate(-36.6 -22.7)"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="47.676" height="39.959" viewBox="0 0 47.676 39.959">
|
|
2
|
+
<g id="Temoignages" transform="translate(23.838 19.979)">
|
|
3
|
+
<g id="Groupe_795" data-name="Groupe 795" transform="translate(-23.838 -19.979)">
|
|
4
|
+
<path id="Tracé_537" data-name="Tracé 537" d="M27.757,0H9.07A3,3,0,0,0,6.08,2.99V15.7a3,3,0,0,0,2.99,2.99h.374a4.477,4.477,0,0,1,2.242.6c1.121.9.3.373,1.869,1.644-.038-.037,1.869,1.719,1.869,0V18.688H27.757a3,3,0,0,0,2.99-2.99V2.99A3,3,0,0,0,27.757,0Z" transform="translate(-6.08)" fill="#cfd9e2"/>
|
|
5
|
+
<g id="Groupe_794" data-name="Groupe 794" transform="translate(-6.08)">
|
|
6
|
+
<g id="Groupe_792" data-name="Groupe 792">
|
|
7
|
+
<path id="Tracé_538" data-name="Tracé 538" d="M22.275,7.1H50.793a2.984,2.984,0,0,1,2.963,2.987v22.4a2.983,2.983,0,0,1-2.963,2.987H35.608a4.415,4.415,0,0,0-2.222.6c-1.111.9-2.519,1.866-4.074,3.136.037-.038-1.852,1.717-1.852,0V35.471H22.275a2.983,2.983,0,0,1-2.963-2.987v-22.4A2.983,2.983,0,0,1,22.275,7.1Z" fill="#00d1a0"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g id="Groupe_793" data-name="Groupe 793">
|
|
10
|
+
<line id="Ligne_207" data-name="Ligne 207" x2="27" transform="translate(23.034 13.958)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
|
11
|
+
<line id="Ligne_208" data-name="Ligne 208" x2="27" transform="translate(23.034 19.708)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
|
12
|
+
<line id="Ligne_209" data-name="Ligne 209" x2="14" transform="translate(23.034 25.458)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
36
15
|
</g>
|
|
37
16
|
</g>
|
|
38
17
|
</svg>
|