@cnamts/synapse 1.0.11 → 1.0.13

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.
Files changed (200) hide show
  1. package/dist/{DateFilter-QEfKOz0P.js → DateFilter-_EFzsvvM.js} +1 -1
  2. package/dist/{NumberFilter-C0h7gVzp.js → NumberFilter-CUxEbKJh.js} +1 -1
  3. package/dist/{PeriodFilter-8dVrKjju.js → PeriodFilter-D5ueqtKy.js} +1 -1
  4. package/dist/{SelectFilter-BI3QGbqb.js → SelectFilter-BciBNydy.js} +1 -1
  5. package/dist/{TextFilter-UOp1hcPp.js → TextFilter-DMN_WAQB.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +7 -3
  7. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +1 -1
  8. package/dist/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.d.ts +2 -0
  9. package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +7 -3
  10. package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +1 -1
  11. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +50 -68
  12. package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
  13. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
  14. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -5
  15. package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
  16. package/dist/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.d.ts +1 -1
  17. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +24 -32
  18. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +36 -48
  19. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +50 -68
  20. package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +4 -0
  21. package/dist/components/Amelipro/AmeliproTable/types.d.ts +11 -0
  22. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +50 -68
  23. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +0 -4
  24. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +12 -16
  25. package/dist/components/Captcha/Captcha.d.ts +68 -0
  26. package/dist/components/Captcha/CaptchaAlert.d.ts +13 -0
  27. package/dist/components/Captcha/CaptchaBase.d.ts +55 -0
  28. package/dist/components/Captcha/CaptchaBtn.d.ts +12 -0
  29. package/dist/components/Captcha/CaptchaForm.d.ts +16 -0
  30. package/dist/components/Captcha/CaptchaImg.d.ts +12 -0
  31. package/dist/components/Captcha/CaptchaInformation.d.ts +20 -0
  32. package/dist/components/Captcha/captchaApi.d.ts +41 -0
  33. package/dist/components/Captcha/icons/volumeUp.d.ts +2 -0
  34. package/dist/components/Captcha/locales.d.ts +35 -0
  35. package/dist/components/Captcha/types.d.ts +2 -0
  36. package/dist/components/ChipList/ChipList.d.ts +2 -2
  37. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +14 -14
  38. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +5 -5
  39. package/dist/components/Customs/SyForm/SyForm.d.ts +6 -3
  40. package/dist/components/Customs/SyTextField/SyTextField.d.ts +12 -16
  41. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +96 -68
  42. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +63 -38
  43. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +23 -27
  44. package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -1
  45. package/dist/components/DatePicker/tests/setup.d.ts +816 -520
  46. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +10 -10
  47. package/dist/components/NirField/NirField.d.ts +31 -34
  48. package/dist/components/NirField/locales.d.ts +1 -3
  49. package/dist/components/PasswordField/PasswordField.d.ts +2 -0
  50. package/dist/components/PeriodField/PeriodField.d.ts +192 -128
  51. package/dist/components/PhoneField/PhoneField.d.ts +13 -17
  52. package/dist/components/SearchListField/SearchListField.d.ts +5 -5
  53. package/dist/components/SyTextArea/SyTextArea.d.ts +0 -4
  54. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -8
  55. package/dist/components/Tables/SyTable/SyTable.d.ts +5 -8
  56. package/dist/components/Tables/common/SyTablePagination.d.ts +5 -5
  57. package/dist/components/Tables/common/types.d.ts +4 -0
  58. package/dist/components/Tables/common/usePagination.d.ts +3 -4
  59. package/dist/components/Tables/common/useTableCheckbox.d.ts +10 -6
  60. package/dist/components/index.d.ts +1 -0
  61. package/dist/composables/validation/useFormValidation.d.ts +10 -0
  62. package/dist/composables/validation/useValidatable.d.ts +10 -2
  63. package/dist/design-system-v3.js +126 -125
  64. package/dist/design-system-v3.umd.cjs +265 -265
  65. package/dist/main-DISHlqcd.js +34217 -0
  66. package/dist/style.css +1 -1
  67. package/package.json +1 -1
  68. package/src/assets/overrides/_forms.scss +2 -0
  69. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.stories.ts +7 -4
  70. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.vue +2 -0
  71. package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +1 -0
  72. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +574 -112
  73. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +5 -2
  74. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +2 -1
  75. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.stories.ts +6 -3
  76. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.vue +2 -0
  77. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +5 -2
  78. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +2 -1
  79. package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +175 -0
  80. package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +88 -0
  81. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +423 -0
  82. package/src/components/Amelipro/AmeliproCheckboxGroup/{tests → __tests__}/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +112 -78
  83. package/src/components/Amelipro/AmeliproChips/__tests__/AmeliproChips.spec.ts +92 -0
  84. package/src/components/Amelipro/AmeliproChips/__tests__/__snapshots__/AmeliproChips.spec.ts.snap +81 -0
  85. package/src/components/Amelipro/AmeliproDialog/__tests__/AmeliproDialog.spec.ts +257 -0
  86. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +61 -0
  87. package/src/components/Amelipro/AmeliproDisclosure/__tests__/AmeliproDisclosure.spec.ts +79 -0
  88. package/src/components/Amelipro/AmeliproDisclosure/__tests__/__snapshots__/AmeliproDisclosure.spec.ts.snap +89 -0
  89. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +6 -7
  90. package/src/components/Amelipro/AmeliproFooter/__tests__/AmeliproFooter.spec.ts +787 -0
  91. package/src/components/Amelipro/AmeliproFooter/__tests__/__snapshots__/AmeliproFooter.spec.ts.snap +318 -0
  92. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/AmeliproHeaderBrandSection.spec.ts +167 -0
  93. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +100 -0
  94. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/AmeliproHeaderBar.spec.ts +312 -0
  95. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/__snapshots__/AmeliproHeaderBar.spec.ts.snap +98 -0
  96. package/src/components/Amelipro/AmeliproHeader/__tests__/AmeliproHeader.spec.ts +361 -0
  97. package/src/components/Amelipro/AmeliproHeader/__tests__/__snapshots__/AmeliproHeader.spec.ts.snap +22 -0
  98. package/src/components/Amelipro/AmeliproMenu/__tests__/AmeliproMenu.spec.ts +168 -0
  99. package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +295 -0
  100. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/AmeliproDropdownMenuBtn.spec.ts +128 -0
  101. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +67 -0
  102. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/AmeliproDropdownMenu.spec.ts +266 -0
  103. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +134 -0
  104. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/AmeliproMessagingMenuBtn.spec.ts +72 -0
  105. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +71 -0
  106. package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +12 -0
  107. package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +81 -9
  108. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +139 -61
  109. package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +10 -0
  110. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +361 -187
  111. package/src/components/Amelipro/AmeliproTable/types.d.ts +11 -0
  112. package/src/components/Captcha/Captcha.mdx +72 -0
  113. package/src/components/Captcha/Captcha.stories.ts +276 -0
  114. package/src/components/Captcha/Captcha.vue +325 -0
  115. package/src/components/Captcha/CaptchaAlert.vue +60 -0
  116. package/src/components/Captcha/CaptchaBase.vue +219 -0
  117. package/src/components/Captcha/CaptchaBtn.vue +35 -0
  118. package/src/components/Captcha/CaptchaForm.vue +58 -0
  119. package/src/components/Captcha/CaptchaImg.vue +41 -0
  120. package/src/components/Captcha/CaptchaInformation.vue +64 -0
  121. package/src/components/Captcha/captchaApi.ts +111 -0
  122. package/src/components/Captcha/icons/volumeUp.vue +11 -0
  123. package/src/components/Captcha/locales.ts +35 -0
  124. package/src/components/Captcha/readme.md +5 -0
  125. package/src/components/Captcha/tests/Captcha.spec.ts +298 -0
  126. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +716 -0
  127. package/src/components/Captcha/types.ts +2 -0
  128. package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
  129. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
  130. package/src/components/Customs/SyForm/SyForm.stories.ts +133 -23
  131. package/src/components/Customs/SyForm/SyForm.vue +17 -1
  132. package/src/components/Customs/SyTextField/SyTextField.vue +29 -7
  133. package/src/components/DatePicker/CalendarMode/DatePicker.vue +32 -9
  134. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +154 -18
  135. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +2 -2
  136. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +35 -4
  137. package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +107 -72
  138. package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +6 -6
  139. package/src/components/DatePicker/composables/useDatePickerViewMode.ts +57 -7
  140. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +14 -14
  141. package/src/components/DatePicker/tests/navigation.regression.spec.ts +74 -0
  142. package/src/components/DatePicker/tests/navigation.simple.spec.ts +137 -0
  143. package/src/components/NirField/NirField.stories.ts +85 -2
  144. package/src/components/NirField/NirField.vue +55 -18
  145. package/src/components/NirField/locales.ts +1 -3
  146. package/src/components/PasswordField/PasswordField.vue +39 -7
  147. package/src/components/PhoneField/PhoneField.vue +43 -10
  148. package/src/components/RangeField/tests/RangeField.spec.ts +0 -3
  149. package/src/components/Tables/SyServerTable/SyServerTable.mdx +15 -0
  150. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +309 -0
  151. package/src/components/Tables/SyServerTable/SyServerTable.vue +18 -3
  152. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
  153. package/src/components/Tables/SyTable/SyTable.mdx +15 -0
  154. package/src/components/Tables/SyTable/SyTable.stories.ts +228 -0
  155. package/src/components/Tables/SyTable/SyTable.vue +18 -3
  156. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +63 -0
  157. package/src/components/Tables/common/SyTablePagination.vue +10 -8
  158. package/src/components/Tables/common/types.ts +4 -0
  159. package/src/components/Tables/common/usePagination.ts +11 -20
  160. package/src/components/Tables/common/useTableCheckbox.ts +23 -11
  161. package/src/components/index.ts +1 -0
  162. package/src/composables/validation/AvecVosComposants.mdx.old +1 -1
  163. package/src/composables/validation/FormValidation.stories.ts.old +5 -5
  164. package/src/composables/validation/useFormValidation.ts +46 -8
  165. package/src/composables/validation/useValidatable.ts +19 -8
  166. package/src/stories/Accessibilite/Introduction.mdx +1 -1
  167. package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +43 -0
  168. package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +239 -0
  169. package/src/stories/Demarrer/SignalerUneAnomalie.mdx +39 -0
  170. package/src/stories/Demarrer/SignalerUneAnomalie.stories.ts +261 -0
  171. package/dist/main-DyEOPqqn.js +0 -33329
  172. package/src/components/Amelipro/AmeliproCheckbox/tests/AmeliproCheckbox.spec.ts +0 -19
  173. package/src/components/Amelipro/AmeliproCheckbox/tests/__snapshots__/AmeliproCheckbox.spec.ts.snap +0 -40
  174. package/src/components/Amelipro/AmeliproCheckboxGroup/tests/AmeliproCheckboxGroup.spec.ts +0 -46
  175. package/src/components/Amelipro/AmeliproChips/tests/AmeliproChips.spec.ts +0 -16
  176. package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +0 -97
  177. package/src/components/Amelipro/AmeliproDialog/tests/AmeliproDialog.spec.ts +0 -24
  178. package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +0 -134
  179. package/src/components/Amelipro/AmeliproDisclosure/tests/AmeliproDisclosure.spec.ts +0 -19
  180. package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +0 -104
  181. package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -15
  182. package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +0 -432
  183. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -15
  184. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +0 -131
  185. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -15
  186. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +0 -172
  187. package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -159
  188. package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +0 -841
  189. package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -85
  190. package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +0 -537
  191. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -16
  192. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +0 -56
  193. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -28
  194. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +0 -300
  195. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -16
  196. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +0 -89
  197. package/src/components/BackBtn/tests/__snapshots__/BackBtn.spec.ts.snap +0 -45
  198. package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +0 -1270
  199. package/src/stories/Demarrer/CreerUneIssue.mdx +0 -67
  200. package/src/stories/Demarrer/components.stories.ts +0 -25
@@ -1,841 +0,0 @@
1
- // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
-
3
- exports[`AmeliproHeader > render correctly 1`] = `
4
- <header
5
- class="
6
- header-bar-container
7
- w-100
8
- "
9
- id="amelipro-header-id-container"
10
- role="banner"
11
- style="z-index: 1;"
12
- >
13
- <div
14
- class="
15
- bg-ap-white
16
- d-block
17
- header-bar
18
- w-100
19
- "
20
- id="amelipro-header-id-main-bar"
21
- >
22
- <div class="
23
- d-flex
24
- header-bar-content
25
- justify-center
26
- px-14
27
- py-2
28
- ">
29
- <div
30
- class="
31
- align-center
32
- d-flex
33
- header-bar-content__container
34
- "
35
- style="
36
- width: 100%;
37
- max-width: 100%;
38
- "
39
- >
40
- <div
41
- class="
42
- d-flex
43
- header-brand-section
44
- "
45
- id="amelipro-header-id-brand-section-container"
46
- >
47
- <button
48
- aria-label="Retour à l’accueil"
49
- class="
50
- align-center
51
- d-flex
52
- header-home-link
53
- w-100
54
- "
55
- id="amelipro-header-id-brand-section-logo-link"
56
- title="Retour à l’accueil"
57
- >
58
- <svg
59
- aria-label="Sécurité sociale, L’Assurance Maladie : Agir ensemble, protéger chacun"
60
- class="logo-am"
61
- fill="#0C419A"
62
- focusable="false"
63
- height="64"
64
- id="amelipro-header-id-brand-section-logo-am"
65
- role="img"
66
- viewBox="0 0 211 64"
67
- width="211"
68
- xmlns="http://www.w3.org/2000/svg"
69
- >
70
- <g>
71
- <path d="M69.2 55.3h1.3l2.1 6.5h-1.2l-1-3.4-.6-2.1-.6 2-1 3.5H67l2.2-6.5Zm-.9 3.9h3v.9h-3v-1Z" />
72
- <path d="M73.3 62.7c0-.4.3-.7.7-1a.9.9 0 0 1-.4-.8c0-.4.2-.8.5-1-.3-.2-.7-.7-.7-1.3 0-1.1 1-1.7 2-1.7h2.4v1H77c.2 0 .3.4.3.7 0 1.1-.8 1.7-1.8 1.7l-.7-.1-.2.4c0 .3.1.5.8.5h.8c1.2 0 1.8.3 1.8 1.2 0 1-1 1.7-2.6 1.7-1.1 0-2-.4-2-1.3Zm3.6-.2c0-.4-.3-.5-1-.5h-1.2c-.3.1-.4.4-.4.6 0 .4.5.7 1.2.7.8 0 1.4-.4 1.4-.8Zm-.7-3.9c0-.6-.3-1-.8-1s-.8.4-.8 1 .3 1 .8 1 .8-.4.8-1Z" />
73
- <path d="M79 55.5c0-.4.3-.7.7-.7.4 0 .8.3.8.7 0 .3-.3.6-.8.6-.4 0-.7-.2-.7-.6Zm.2 1.5h1.1v4.9h-1.1v-5Z" />
74
- <path d="M82.1 57h1v.8c.4-.6 1-1 1.4-1l.6.2-.2 1-.5-.1c-.4 0-.9.2-1.2 1v3h-1.1v-5Z" />
75
- <path d="M88.1 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6h-3.1c0 .9.6 1.4 1.4 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.6.6c-1.4 0-2.5-1-2.5-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1 .5-1.1 1.2h2.1Z" />
76
- <path d="M93.8 57h1v.6c.5-.4 1-.8 1.7-.8 1 0 1.5.8 1.5 2v3h-1.2V59c0-.8-.2-1-.8-1-.4 0-.7.1-1 .5v3.4h-1.2V57Z" />
77
- <path d="m99.3 61.3.5-.7c.4.3.9.5 1.3.5.6 0 .8-.2.8-.6 0-.4-.5-.6-1-.8-.7-.2-1.4-.6-1.4-1.4 0-.8.7-1.4 1.8-1.4.7 0 1.2.3 1.6.5l-.5.7c-.3-.2-.7-.4-1-.4-.6 0-.8.2-.8.5 0 .4.5.6 1 .8.7.2 1.4.5 1.4 1.5 0 .8-.6 1.5-1.9 1.5a3 3 0 0 1-1.8-.7Z" />
78
- <path d="M104 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6h-3.1c0 .9.6 1.4 1.4 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.6.6c-1.4 0-2.5-1-2.5-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Z" />
79
- <path d="M109.7 57h1v.6c.5-.4 1-.8 1.6-.8.7 0 1 .4 1.3.9.5-.5 1-.9 1.5-.9 1 0 1.6.8 1.6 2v3h-1.2V59c0-.8-.2-1-.7-1-.4 0-.7 0-1 .5v3.4h-1.2V59c0-.8-.3-1-.8-1-.3 0-.6 0-1 .5v3.4h-1.2V57h.1Z" />
80
- <path d="m119.5 61.4-.2.5h-.9v-7h1.2v2.5c.3-.3.8-.6 1.3-.6 1.3 0 2 1 2 2.5 0 1.7-1 2.6-2.1 2.6-.4 0-1-.1-1.3-.5Zm2.2-2c0-1-.3-1.6-1-1.6-.4 0-.7.2-1.1.6v2.2c.3.3.7.4 1 .4.6 0 1.1-.5 1.1-1.6Z" />
81
- <path d="M124.3 60.6v-5.8h1.2v5.9c0 .3.1.4.2.4h.2l.1.8-.6.1c-.8 0-1-.6-1-1.4Z" />
82
- <path d="M127 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6H128c.2.9.7 1.4 1.5 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.7.6c-1.3 0-2.4-1-2.4-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Z" />
83
- <path d="M133.4 60.4c-.4 0-.8.3-.8.7 0 .5.4.7.8.7 0 .5-.3 1-1 1.2l.3.6c1-.3 1.5-1 1.5-2 0-.7-.3-1.2-.8-1.2Z" />
84
- <path d="M138.2 57h1v.5c.5-.4 1-.7 1.5-.7 1.3 0 2 1 2 2.5 0 1.7-1 2.7-2.1 2.7-.5 0-1-.2-1.3-.6v2.3h-1.1V57Zm3.3 2.4c0-1-.4-1.6-1-1.6-.4 0-.8.2-1.1.6v2.2c.3.3.7.4 1 .4.6 0 1-.5 1-1.6Z" />
85
- <path d="M144.1 57h1v.8c.4-.6 1-1 1.4-1l.6.2-.2 1-.5-.1c-.4 0-.9.2-1.2 1v3h-1.1v-5Z" />
86
- <path d="M147.5 59.4c0-1.6 1.2-2.6 2.4-2.6s2.3 1 2.3 2.6-1.1 2.6-2.3 2.6c-1.2 0-2.4-1-2.4-2.6Zm3.5 0c0-1-.4-1.6-1.2-1.6-.7 0-1.1.6-1.1 1.6s.4 1.6 1.1 1.6c.8 0 1.2-.6 1.2-1.6Z" />
87
- <path d="M153.6 60.2v-2.3h-.7V57h.8l.1-1.4h1V57h1.2v.9h-1.2v2.3c0 .6.2.9.7.9l.5-.1.2.8-1 .2c-1.1 0-1.6-.8-1.6-1.8Z" />
88
- <path d="M157 59.4c0-1.6 1-2.6 2.2-2.6 1.3 0 2 1 2 2.3v.6H158c.2.9.7 1.4 1.5 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.7.6c-1.3 0-2.4-1-2.4-2.6Zm3.2-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Zm-1.6-3.3 1.4-1.7.8.7-1.7 1.5-.5-.5Z" />
89
- <path d="M162.2 62.7c0-.4.3-.7.7-1a.9.9 0 0 1-.4-.8c0-.4.2-.8.5-1-.3-.2-.6-.7-.6-1.3 0-1.1.9-1.7 1.9-1.7h2.4v1h-.9c.2 0 .3.4.3.7 0 1.1-.8 1.7-1.8 1.7l-.7-.1-.2.4c0 .3.1.5.8.5h.8c1.2 0 1.8.3 1.8 1.2 0 1-1 1.7-2.6 1.7-1.1 0-2-.4-2-1.3Zm3.6-.2c0-.4-.3-.5-1-.5h-1.2c-.3.1-.4.4-.4.6 0 .4.5.7 1.3.7.7 0 1.3-.4 1.3-.8Zm-.7-3.9c0-.6-.3-1-.8-1s-.8.4-.8 1 .3 1 .8 1 .8-.4.8-1Z" />
90
- <path d="M167.5 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6h-3.1c0 .9.6 1.4 1.4 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.6.6c-1.4 0-2.5-1-2.5-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Z" />
91
- <path d="M173.2 57h1v.8c.4-.6 1-1 1.4-1l.6.2-.2 1-.5-.1c-.4 0-.9.2-1.2 1v3h-1.1v-5Z" />
92
- <path d="M179.3 59.4c0-1.6 1.1-2.6 2.4-2.6.6 0 1.1.3 1.4.6l-.5.7c-.3-.2-.5-.3-.8-.3-.8 0-1.3.6-1.3 1.6s.5 1.6 1.3 1.6c.4 0 .7-.1 1-.4l.4.8c-.4.4-1 .6-1.6.6-1.3 0-2.3-1-2.3-2.6Z" />
93
- <path d="M184.5 54.8h1.1v2.8c.4-.4.9-.7 1.5-.7 1.1 0 1.5.7 1.5 2v3h-1.1v-3c0-.7-.2-1-.8-1-.4 0-.7.2-1.1.6v3.4h-1.2v-7Z" />
94
- <path d="M190 60.5c0-1 .9-1.6 2.9-1.8 0-.5-.2-1-.9-1-.5 0-1 .3-1.4.5l-.4-.8a4 4 0 0 1 2-.6c1.2 0 1.8.8 1.8 2.1v2.9h-1v-.6c-.5.4-1 .7-1.5.7-1 0-1.5-.5-1.5-1.4Zm2.9 0v-1c-1.4.2-1.8.5-1.8 1 0 .4.3.6.7.6.4 0 .7-.2 1-.5Z" />
95
- <path d="M195.4 59.4c0-1.6 1.1-2.6 2.4-2.6.6 0 1.1.3 1.4.6l-.5.7c-.3-.2-.5-.3-.8-.3-.8 0-1.3.6-1.3 1.6s.5 1.6 1.3 1.6c.4 0 .7-.1 1-.4l.4.8c-.4.4-1 .6-1.5.6-1.4 0-2.4-1-2.4-2.6Z" />
96
- <path d="M200.5 60v-3h1.2v2.9c0 .8.2 1.1.7 1.1.5 0 .7-.2 1.1-.7V57h1.2v4.9h-1V61h-.1c-.5.5-1 .9-1.6.9-1 0-1.5-.8-1.5-2Z" />
97
- <path d="M206.3 57h1v.6c.5-.4 1-.8 1.7-.8 1 0 1.5.8 1.5 2v3h-1.1V59c0-.8-.2-1-.8-1-.4 0-.7.1-1.1.5v3.4h-1.2V57Z" />
98
- </g>
99
- <g>
100
- <path d="m3.3 32.3-.4-.4c.1-.3.3-.5.3-.8 0-.3 0-.4-.2-.4s-.3.1-.4.4l-.2.4c-.1.3-.4.6-.8.6-.5 0-.9-.5-.8-1.1 0-.4.1-.7.4-1l.4.4a1 1 0 0 0-.3.6c0 .2.1.4.3.4.2 0 .2-.2.4-.4l.1-.4c.2-.3.5-.6.9-.5.5 0 .9.5.8 1.2 0 .2-.2.7-.5 1Z" />
101
- <path d="M.5 28 0 27l.5-.2.4.9-.4.2Zm.4.6.3-1.8h.5L1.6 28h.6l.1-1 .6.1-.1 1 .6.2.2-1.3.6.1-.3 2-3-.5Z" />
102
- <path d="M2.8 26c-1-.3-1.4-1-1.2-1.8l.6-.8.3.5c-.1.1-.3.2-.3.5-.1.4.2.8.7.9.6.1 1 0 1.2-.5 0-.2 0-.4-.2-.6l.5-.3c.2.4.3.7.2 1-.1.9-.8 1.3-1.8 1Z" />
103
- <path d="m3.7 22.8-1.5-.5.3-.7 1.6.6c.5.2.8.1.9-.2.1-.3 0-.6-.5-.8l-1.6-.6.2-.6 1.5.6c1 .3 1.2.9 1 1.6-.4.8-1 1-1.9.6Z" />
104
- <path d="m3.7 18.6.5-1c.3-.6.7-1 1.4-.6.6.3.6.9.3 1.5l-.2.3 1 .5-.3.6-2.7-1.3Zm1.7-.3c.2-.3.1-.6-.2-.7-.2-.2-.4 0-.6.3l-.1.3.7.4.2-.3Zm.3.2-.2-.6h2l-.4.6H5.7Z" />
105
- <path d="m5.4 15.3.4-.6 2.5 1.7-.3.5-2.6-1.6Z" />
106
- <path d="m7.3 13.5-.5.7-.4-.4 1.4-1.9.5.4-.6.7 2 1.4-.4.6-2-1.5Z" />
107
- <path d="m8.5 11 1.3-1.3.5.4-.9.8.5.4.7-.7.4.4-.7.7.5.5.9-1 .4.5-1.3 1.4-2.3-2Zm.1-.7v-1h.7l-.2 1h-.5Z" />
108
- <path d="M13.6 9.7v-.6c.3 0 .6 0 .8-.2.2-.2.3-.4.2-.5-.2-.2-.3-.1-.6 0h-.4c-.4.2-.7.1-1-.2-.3-.4-.2-1 .3-1.4.3-.2.6-.3 1-.3v.6a1 1 0 0 0-.7.1c-.1.2-.2.4-.1.5h.6l.4-.1c.4-.1.7-.1 1 .3.2.4.2 1-.4 1.4-.3.3-.7.4-1 .4Z" />
109
- <path d="M15.5 6.8c-.5-.8-.4-1.6.3-2 .7-.5 1.5-.2 2 .6s.3 1.6-.4 2c-.6.5-1.4.2-2-.6Zm1.7-1c-.3-.6-.7-.7-1-.5-.4.2-.5.6-.1 1.1.3.6.7.8 1 .6.4-.3.4-.7.1-1.2Z" />
110
- <path d="M18.7 5c-.5-1 0-1.8.6-2.1.4-.2.7-.1 1 0l-.2.5h-.6c-.3.2-.5.7-.2 1.2.2.6.7.8 1 .6.3-.1.4-.3.5-.5l.5.2c-.1.4-.3.7-.7.8-.7.3-1.5.1-2-.8Z" />
111
- <path d="m21.4 2.1.6-.2 1 2.8-.6.2-1-2.8Z" />
112
- <path d="M24 1.2 25 1l1.7 2.7-.7.1-.8-1.3-.4-1v2.7l-.7.2V1.2Zm.2 1.8 1.4-.4.2.5-1.4.4-.2-.5Z" />
113
- <path d="m26.9.5.7-.1.3 2.4 1.2-.2v.6l-1.8.3-.4-3Z" />
114
- <path d="m29.8.1 2-.1v.6h-1.2v.7l1-.1v.6h-1v.7H32V3l-1.9.1-.2-3Z" />
115
- </g>
116
- <path d="M100.1 45V30.6h3.8v14.6c0 .8.4 1 .7 1h.5l.5 2.9a5 5 0 0 1-2 .3c-2.6 0-3.5-1.7-3.5-4.4Z" />
117
- <path d="m75.7 40.4 3.8-8.5h4V49h-3.6V38.4l-3 7.8h-2.4l-3-7.8v10.7H68V32h4l3.8 8.5Z" />
118
- <path d="M107.1 45.5c0-2.8 2.3-4.3 7.4-4.9 0-1.1-.8-1.8-2.2-1.8-1 0-2.1.4-3.4 1.2l-1.3-2.6c1.6-1 3.5-1.7 5.5-1.7 3.3 0 5 1.9 5 5.9V49h-3.5v-1.3s-1.5 1.6-3.6 1.6c-2.4 0-3.9-1.7-3.9-4Zm7.4-.3V43c-2.7.3-3.7 1.2-3.7 2.2 0 .8.5 1.2 1.5 1.2.8 0 1.5-.5 2.2-1.2Z" />
119
- <path d="M86.1 45.5c0-2.8 2.3-4.3 7.4-4.9 0-1.1-.8-1.8-2.2-1.8-1 0-2.1.4-3.4 1.2l-1.3-2.6c1.6-1 3.5-1.7 5.5-1.7 3.3 0 5 1.9 5 5.9V49h-3.5v-1.3S92 49.4 90 49.4c-2.4 0-3.9-1.7-3.9-4Zm7.4-.3V43c-2.7.3-3.7 1.2-3.7 2.2 0 .8.6 1.2 1.5 1.2.8 0 1.6-.5 2.2-1.2Z" />
120
- <path d="M129 30.6v6.3a4.1 4.1 0 0 0-3.2-1.2c-2.7 0-5.3 2.6-5.3 6.8 0 4.3 2 7 5.2 7 1.8 0 3.1-1.4 3.2-1.5v1.1h3.8V30.6H129Zm-2.3 15.7c-1.5 0-2.4-1.2-2.4-3.8 0-2.5 1.1-3.6 2.4-3.6.6 0 1.4.2 2.2.8v5.4c-.7.8-1.4 1.2-2.2 1.2Z" />
121
- <path d="M135.7 32c0-1.2 1-2 2.2-2 1.2 0 2.2.8 2.2 2s-1 2-2.2 2c-1.3 0-2.2-.8-2.2-2Zm.3 4h3.8V49H136V36Z" />
122
- <path d="M142.2 42.5c0-4.2 2.6-6.8 5.9-6.8 3.6 0 5.6 2.7 5.6 6.3l-.1 1.7h-7.7c.3 2 1.6 2.8 3.3 2.8 1 0 1.8-.4 2.8-1l1.3 2.5c-1.3.9-3 1.4-4.6 1.4-3.8 0-6.5-2.5-6.5-6.9Zm8.3-1.4c0-1.4-.9-2.5-2.4-2.5-1.2 0-2 .9-2.3 2.5h4.7Z" />
123
- <path d="M68 23.3V8.8h3.7v14.7c0 .8.4 1 .7 1h.5l.4 2.9a5 5 0 0 1-1.9.3c-2.6 0-3.5-1.7-3.5-4.4Z" />
124
- <path d="m88.1 23.3 1 4.1h4l-5.3-17.3h-4.4l-5.3 17.3h4l1-4.1h5Zm-4.2-3 1.6-6.6h.2l1.6 6.5H84Z" />
125
- <path d="m93.9 25.9 1.7-2.4c1.1.9 2.2 1.3 3.3 1.3 1.1 0 1.6-.4 1.6-1 0-1-1.2-1.4-2.6-1.9-1.6-.6-3.4-1.7-3.4-3.8 0-2.5 2-4.2 5-4.2 1.9 0 3.4.8 4.5 1.7l-1.7 2.4c-1-.7-1.8-1.2-2.8-1.2-1 0-1.4.4-1.4 1 0 1 1.2 1.2 2.5 1.7 1.6.7 3.5 1.6 3.5 4s-1.9 4.2-5.3 4.2c-1.7 0-3.6-.7-5-1.8Z" />
126
- <path d="m105.3 25.9 1.7-2.4c1.1.9 2.2 1.3 3.3 1.3 1.1 0 1.6-.4 1.6-1 0-1-1.2-1.4-2.6-1.9-1.6-.6-3.4-1.7-3.4-3.8 0-2.5 2-4.2 5-4.2 1.9 0 3.4.8 4.5 1.7l-1.7 2.4c-1-.7-1.8-1.2-2.8-1.2-1 0-1.4.4-1.4 1 0 1 1.2 1.2 2.5 1.7 1.6.7 3.5 1.6 3.5 4s-1.9 4.2-5.3 4.2c-1.7 0-3.6-.7-5-1.8Z" />
127
- <path d="M132.2 14.3h3.8V16c.8-1.4 2.5-2 3.4-2 .8 0 1.2.2 1.6.3l-.4 3.6c-.5-.2-1.1-.4-1.7-.4-1.5 0-2.8 1.3-2.9 3v6.8h-3.8V14.3Z" />
128
- <path d="M155.7 14.3h3.8v1.6c1-1 2.2-2 4-2 2.7 0 4 2 4 5.3v8.2h-3.9v-7.7c0-1.9-.5-2.5-1.6-2.5-1 0-1.6.5-2.5 1.3v8.8h-3.8v-13Z" />
129
- <path d="M180.6 20.8c0-4.3 2.7-6.9 5.9-6.9 3.7 0 5.7 2.8 5.7 6.3 0 .7 0 1.4-.2 1.8h-7.7c.4 1.9 1.7 2.8 3.4 2.8 1 0 1.8-.4 2.7-1l1.3 2.4c-1.3 1-3 1.5-4.6 1.5-3.7 0-6.5-2.5-6.5-6.9Zm8.4-1.4c0-1.4-.9-2.5-2.4-2.5-1.2 0-2 .8-2.3 2.5h4.7Z" />
130
- <path d="M141.8 23.7c0-2.7 2.3-4.3 7.4-4.8 0-1.2-.8-1.9-2.2-1.9a7 7 0 0 0-3.4 1.2l-1.3-2.5c1.6-1 3.4-1.8 5.5-1.8 3.3 0 5 2 5 6v7.5h-3.6V26s-1.4 1.6-3.5 1.6c-2.4 0-4-1.7-4-4Zm7.4-.2v-2.3c-2.7.4-3.8 1.3-3.8 2.3 0 .8.6 1.2 1.5 1.2s1.7-.5 2.3-1.2Z" />
131
- <path d="M76.7 8.8c-.8 0-1.9.6-1.9 1.7 0 1 .8 1.5 1.6 1.5 0 1.2-1 1.8-1.5 2.1l1 1.4c3.3-1 4-6.7.8-6.7Z" />
132
- <path d="M125.3 14.3V23c-.8 1-1.4 1.4-2.3 1.4-1 0-1.6-.6-1.6-2.5v-7.6h-3.8v8.3c0 3 1.4 5.1 4 5.1 2.5 0 3.8-1.6 3.8-1.6v1.3h3.7V14.3h-3.8Z" />
133
- <path d="M176.3 24.6c-1.7 0-3-1.5-3-3.7 0-2.3 1.3-3.8 3-3.8.6 0 1.1.2 1.7.7l1.8-2.5c-.9-.8-2.1-1.3-3.7-1.3a6.5 6.5 0 0 0-6.6 6.9c0 4.3 2.7 6.8 6.3 6.8 1.4 0 3-.4 4.2-1.5l-1.4-2.7c-.7.6-1.5 1-2.3 1Z" />
134
- <path d="M34.8 9c-.1-.2-.4-.3-.6-.3H34c-.2-.2-5.3 0-6.5.7 0-.8-.4-1.8-1.7-2-1-.3-3.1.7-2.4 2.8 0 .3.3.6.7.8.2 0 .5 0 .7.6h.3l.2.2h.5c.4.4.8-.1 1-.5l.7 2c-.2-.2-1.8-.6-2.5.2s-1.2 1.8-1.7 3.5c-.2.4-.5.7-1 .9-.9.3-.4.7-.2.7a6 6 0 0 0 2 0c.4-.2.1-1 .5-1.4l.8-1c0 .5 0 .8-.3 1.5-.2.7-1 1-1.3 1.3-.4.5.6.5.8.5.7-.2 1-.2 1.3-.4.4-.2.2-.8.3-1 .3-.7 1.4-2 1.6-2.3.8.2 1.7.2 2 .2 1.9-.2 2.3-1.5 2-2.6-.1-1-.7-1.5-.9-1.8l-.9-1.4 3.5-.9c0 .3.3.3.4.4.2.1.3 0 .2-.1a.6.6 0 0 1-.2-.2h.7c.3 0 .4-.4.3-.5Z" />
135
- <path
136
- clip-rule="evenodd"
137
- d="M61 26.7c-.5-2.6-2.9-4.1-4.1-4.7l-1.4-.4-.4-.2c.1-.5.8-.5 1.2-1.3 1-2.3-1.2-3.8-2.8-3.5-.8.2-1.3.4-1.5 1 0 .4-.3.4-.7.8-.2.2.1.4.2.5l-.1.3v.5s-.3.3 0 .7l.3.8c0 .1 0 .2-.3 0l-3.4-1a37.4 37.4 0 0 1-4.2-4.7c-.7 0 .5 1.3-.1.8-.2 0-.7-.4-.8-.5l-.1-.2-.3-.3H42.2c-.2 0-.1.5 0 .7 0 0 .4 1.2.6 1.4l1.5 1 2.6 3c.7.7 3.8 2.5 3.9 2.6.2 0 .5.8 0 5.5-.1 1.8-1.4 5.6-.8 7.5.4 1.3.9 2.2 1.3 5.6.1.8-.5 1.3-1.3 2l-1.4.8c-.2.2 0 .4.2.5.2 0 .5.3.8.3.3.1.9 0 1.4-.3.7-.3.7-.4 1-.6.5-.3 1-.3 1.2-.8.2-.6-.3-1.4-.3-1.7.4-2.8.9-4.1.2-5.8-.2-.3 1-4 1-3.4.2.9.3 3.8.3 5.9 0 .9.8 4.2 1 5.4.4 1.8-2.6 3.2-2 3.8l1 .3 1-.1c.3-.1.6-.5.7-.6.6-.8.4-.6 1-1.1.4-.5 0-1.4 0-1.8v-2.9c0-1.9 0-2.4.2-3.2l1-6.2s.2 0 .3-.2c.2-.2.1-.5.2-.7 0-.2 0 0 0 0l.2.6-.2.8c-.2.4.1.4.2.5 0 0 1-.7 1.2-1l.1-.8-.2-1.8c.2-.9 1-3.2.8-3.8Zm-2.2 3.6c-.2.5-.2 0-.6 1.7V31.1c0-2.1-1.5-6.5-.6-5.6 0 0 1.2.8 1.4 1.4.2.5.1 1.8-.2 3.4Z"
138
- fill-rule="evenodd"
139
- />
140
- <path d="M20 35.3c-.3-.3-1.6-2-2.4-2.7l-1-1.5c-1.6-2-1.9-2.1-3-2.2-.1-.2 0-.3 0-.4 1.3-.5.9-1.6.8-1.7l.2-.6-.2-1-.1-.7c-.8-.9-2.6-.9-3.5-.3-.8.5-.3.9-.6 1.6-.1.5 0 .9.3 1.2 0 .3.8.7.7 1.2-.2.6-1 .7-1 .7l-.3.1c-1.4.8-2.7 2-2.9 3.2 0 1 1.7 2.5 2.7 3.3.1 1.7 1.2 4.4 1.3 4.5.1.3-.3-.3-1.4-.7-.6-.1-1.2-.9-1.4 0 0 .4 0 1-.3 1.8-.2.6 0 1.5.7 1.5.5 0 .8-1.4.8-1.4s2.3 1 3.3.7c.7-.2.8-2.7.2-5-.2-.8.4 1.3 2 3.1.2.4 0 .7.2 2.2v1c0 .7-.7 1.6.9 2 1.6.4 1.5.8 2.5.1.5-.3-1.4-.5-1.8-1.6v-.2c0-.9.3-2.9.2-3.6-.6-3.4-2-5-2.2-5.8 0-2.4-.2-3.2 0-2.6l1 1.5.3.3.4.4 2.8 2.1s.1 1 .6 1c.4 0 2.3-1 2.2-1.1 0-.3-2-.3-2-.4ZM9.7 34l-1-1.8c.4-.7 1-1 1-.9.2 0 0 2.7 0 2.7Z" />
141
- <path d="M51.8 54.8c-.1 0-1.2-.5-2.2-2-.5-.8-3.8-7-4.3-8.2-.9-2.4-8-6.7-8.2-7-.2-.1-.2-.5-.1-.8.5-2 .3-3.8.4-4.1.3-.7.8-1.7.4-2.3l-.7-1.2s3.7 1.4 4.6 1.2c.8-.2 4.5-2.8 4.7-2.9.5-.2 1.8.1 3-1.3.5-.5.2-.6 0-.6.1 0-.1-.2-.4 0-.2.1-1.3.4-1.1.2.8-.5.2-.7.2-.7-.3.3-1.8.7-2.1 1l-.8.5c-.9.5-2.4 1.3-4 1.7-.3 0-3.3-2-5-2.2-1-.1-1.3 0-1.8.1-.6.2-.6-.7 0-1 .2 0 .6-.1.7-.4.2-.4 0-.7 0-.8v-.2l-.1-.1v-.5c.3-.2.2-.4.1-.4-.1-.1-.6-.4-.7-.7 0-.6-.3-.9-.3-1.2 0 0-.1-.8-.4-1-.4-.4-1.2-.8-2.8-.3-.6.1-.5.4-1.8.6-1.6.3-2.4 2.7-2.3 3.7.1.8.8.4.8.7 0 .6-.1 1.5 1 1.8.3 0 1.8-.2 2.4 0 0 0 .5 0 .2.4-.1.2-1.6.9-2 1-1 .4-3.6 4.6-4.3 5-.7.3-1 .6-1.3.8-1 .6-2.1 1.4-2.7 1.4-.7 0-1.4.3-1.9 1.5-.1.3 0 .5.3.5 0 .1.2.3.4.3.2.2.5 0 .7 0l1-.7c.5-.2 4-1.5 4.7-2.1 1.2-.6 3.5-3 4-3s1.6 1 1.2 3c0 .7-1 2-1.4 2.6-1 1.5-.2 2.7-.4 3-1 1.6-2.2 3.7-4.2 5.5-.8.6-2.4.7-3.3 1-2 .5-4.2 2-5.7 2.8-.5.3-1-.3-1.6-.4-.7 0-.7 1-1 1.8l-.7 1.5c-.1.4-.7 1.7-.1 2.2.4.7 1.5-1.4 2.4-2.3.4-.5.7-.7 1.7-1 .6 0 5.6-1.4 8.8-2.2h.3c4.2-1.1 8.6-6.6 8.7-6.6l7.2 3.5c.7.4.7 1.8 1.5 3.4a22 22 0 0 0 4.4 4.9c.4.4 0 1 .2 1.6.2.6.6.6 1.1.6l1.6-.2c.7 0 .5 0 1.3.2.4 0 1.3.1 2-.5 1-1.2-1.2-.6-2.3-1.1Z" />
142
- <path d="M44 51.7a.4.4 0 0 0-.6-.2 22.2 22.2 0 0 1-21-.6.5.5 0 0 0-.6.2c-.1.2 0 .4.1.6a23 23 0 0 0 21.9.5c.2 0 .3-.3.2-.5Z" />
143
- <path d="M12.9 22.9h-.2c-.2-.2-.3-.4-.2-.6 2-4.4 5.2-8 9.3-10.4.2-.1.5 0 .6.2.2.2 0 .4-.1.6-4 2.3-7.1 5.7-9 10l-.4.2Z" />
144
- <path d="M50.3 17.3c-.1 0-.3 0-.3-.2A22 22 0 0 0 36.5 10c-.2 0-.4-.3-.3-.5 0-.3.2-.4.5-.4a23 23 0 0 1 14 7.5v.7h-.4Z" />
145
- </svg>
146
- <svg
147
- aria-hidden="true"
148
- class="header-home-link__divider"
149
- fill="#006386"
150
- focusable="false"
151
- height="64"
152
- role="img"
153
- viewBox="0 0 22 64"
154
- width="22"
155
- xmlns="http://www.w3.org/2000/svg"
156
- >
157
- <path d="M14.3 49.3c-.2 0-.4-.2-.4-.4V14.2c0-.2.2-.4.4-.4.3 0 .5.2.5.4v34.7c0 .2-.2.4-.5.4Z" />
158
- </svg>
159
- <img
160
- alt="AmeliPro"
161
- class="logo-amelipro"
162
- id="amelipro-header-id-brand-section-logo-amelipro"
163
- src="/src/assets/amelipro/img/amelipro.svg"
164
- />
165
- </button>
166
- </div>
167
- <div class="
168
- h-100
169
- mr-4
170
- mr-md-16
171
- v-spacer
172
- "></div>
173
- <div class="amelipro-header__right-part">
174
- <!-- v-if -->
175
- <nav
176
- class="
177
- align-center
178
- amelipro-header__nav
179
- d-flex
180
- "
181
- id="amelipro-header-id-navigation-wrapper"
182
- role="navigation"
183
- >
184
- <div
185
- class="
186
- amelipro-header__infos
187
- d-md-block
188
- d-none
189
- text-right
190
- "
191
- id="amelipro-header-id-information-wrapper"
192
- >
193
- <div class="
194
- font-size-xs
195
- text-ap-grey-darken-1
196
- ">
197
- <div>
198
- <div
199
- class="user-information-summary"
200
- id="amelipro-header-id-user-information-summary-container"
201
- >
202
- <p
203
- class="
204
- font-weight-bold
205
- mb-0
206
- text-body-2
207
- user-information-summary__name
208
- "
209
- id="amelipro-header-id-user-information-summary-user-name"
210
- >
211
- Jean Martin
212
- </p>
213
- <p
214
- class="
215
- mb-0
216
- text-body-2
217
- user-information-summary__denomination
218
- "
219
- id="amelipro-header-id-user-information-summary-denomination"
220
- >
221
- Docteur
222
- </p>
223
- <p
224
- class="
225
- mb-0
226
- text-body-2
227
- user-information-summary__specialty
228
- "
229
- id="amelipro-header-id-user-information-summary-specialty"
230
- >
231
- Médecin généraliste
232
- </p>
233
- <!-- v-if -->
234
- <p
235
- class="
236
- mb-0
237
- text-body-2
238
- user-information-summary__office
239
- "
240
- id="amelipro-header-id-user-information-summary-office"
241
- >
242
- Cabinet des fleurs
243
- </p>
244
- <p
245
- class="
246
- mb-0
247
- text-body-2
248
- user-information-summary__address-1
249
- "
250
- id="amelipro-header-id-user-information-summary-address-line-1"
251
- >
252
- 31 Boulevard des champs
253
- </p>
254
- <p
255
- class="
256
- mb-0
257
- text-body-2
258
- user-information-summary__address-2
259
- "
260
- id="amelipro-header-id-user-information-summary-address-line-2"
261
- >
262
- 75730 Fleurie
263
- </p>
264
- </div>
265
- </div>
266
- </div>
267
- </div>
268
- <hr class="
269
- border-0
270
- d-md-block
271
- d-none
272
- header-separator
273
- mx-6
274
- " />
275
- <ul
276
- class="
277
- amelipro-header__nav__list
278
- d-flex
279
- list-style-none
280
- "
281
- id="amelipro-header-id-navigation-list"
282
- >
283
- <li
284
- class="
285
- amelipro-header__nav__item
286
- mr-2
287
- mr-sm-4
288
- "
289
- id="amelipro-header-id-navigation-user-menu"
290
- >
291
- <div>
292
- <div
293
- class="user-menu"
294
- id="amelipro-header-id-user-menu"
295
- >
296
- <button
297
- class="
298
- btn--icon
299
- elevation-0
300
- rounded-0
301
- v-btn
302
- v-btn--density-default
303
- v-btn--elevated
304
- v-btn--icon
305
- v-btn--size-default
306
- v-btn--variant-elevated
307
- v-theme--light
308
- "
309
- id="amelipro-header-id-user-menu-open-btn"
310
- plain=""
311
- style="
312
- height: auto;
313
- width: auto;
314
- "
315
- type="button"
316
- >
317
- <span class="v-btn__overlay"></span>
318
- <span class="v-btn__underlay"></span>
319
- <!---->
320
- <span
321
- class="v-btn__content"
322
- data-no-activator=""
323
- >
324
- <span
325
- class="d-sr-only"
326
- id="amelipro-header-id-user-menu-open-btn-btn-label"
327
- >
328
- infos utilisateur
329
- </span>
330
- <span
331
- class="
332
- amelipro-icon
333
- icon-custom
334
- "
335
- id="amelipro-header-id-user-menu-open-btn-icon"
336
- >
337
- <span
338
- aria-hidden="true"
339
- class="
340
- amelipro-custom-icon
341
- custom-color
342
- "
343
- focusable="false"
344
- role="img"
345
- style="
346
- color: #FFFFFF;
347
- height: 2rem;
348
- width: 2rem;
349
- "
350
- >
351
- <span>
352
- <svg
353
- aria-hidden="true"
354
- clip-rule="evenodd"
355
- fill-rule="evenodd"
356
- height="34"
357
- image-rendering="optimizeQuality"
358
- shape-rendering="geometricPrecision"
359
- text-rendering="geometricPrecision"
360
- viewBox="0 0 1823 1823"
361
- width="34"
362
- xmlns="http://www.w3.org/2000/svg"
363
- >
364
- <circle
365
- class="circle-color"
366
- cx="912"
367
- cy="912"
368
- r="912"
369
- />
370
- <path
371
- class="shape-color"
372
- d="M962 454c117 0 125 154 125 154v145s1 111-73 152c-2 10-3 20-1 30 4-2-21 146 106 165 92 15 178 57 247 120 23 23 40 186 40 186H418s-2-132 40-186c73-62 162-104 257-120 128-19 85-160 89-158 2-10 1-21-1-31 0 0-69-89-68-169 1-81 0-134 0-134s-4-190 126-190l101 36z"
373
- />
374
- </svg>
375
- </span>
376
- </span>
377
- </span>
378
- </span>
379
- <!---->
380
- <!---->
381
- </button>
382
- <!---->
383
- <!---->
384
- </div>
385
- </div>
386
- </li>
387
- <li
388
- class="
389
- amelipro-header__nav__item
390
- d-md-block
391
- d-none
392
- mr-2
393
- mr-sm-4
394
- "
395
- id="amelipro-header-id-navigation-structure-menu"
396
- >
397
- <button
398
- class="
399
- btn--icon
400
- elevation-0
401
- rounded-0
402
- v-btn
403
- v-btn--density-default
404
- v-btn--elevated
405
- v-btn--icon
406
- v-btn--size-default
407
- v-btn--variant-elevated
408
- v-theme--light
409
- "
410
- id="structures-open-btn"
411
- plain=""
412
- style="
413
- height: auto;
414
- width: auto;
415
- "
416
- type="button"
417
- >
418
- <span class="v-btn__overlay"></span>
419
- <span class="v-btn__underlay"></span>
420
- <!---->
421
- <span
422
- class="v-btn__content"
423
- data-no-activator=""
424
- >
425
- <span
426
- class="d-sr-only"
427
- id="structures-open-btn-btn-label"
428
- >
429
- Sélection de structure
430
- </span>
431
- <span
432
- class="
433
- amelipro-icon
434
- icon-custom
435
- "
436
- id="structures-open-btn-icon"
437
- >
438
- <span
439
- aria-hidden="true"
440
- class="
441
- amelipro-custom-icon
442
- custom-color
443
- "
444
- focusable="false"
445
- role="img"
446
- style="
447
- color: #FFFFFF;
448
- height: 2rem;
449
- width: 2rem;
450
- "
451
- >
452
- <span>
453
- <svg
454
- aria-hidden="true"
455
- style="enable-background:new 0 0 60 60;"
456
- version="1.1"
457
- viewBox="0 0 60 60"
458
- x="0px"
459
- xml:space="preserve"
460
- xmlns="http://www.w3.org/2000/svg"
461
- xmlns:xlink="http://www.w3.org/1999/xlink"
462
- y="0px"
463
- >
464
- <circle
465
- class="circle-color"
466
- cx="30"
467
- cy="30"
468
- r="30"
469
- />
470
- <path
471
- class="shape-color"
472
- d="M30,30.5c-2.7,0-4.8-2.2-4.8-4.8c0-2.7,2.1-4.9,4.8-4.9c2.7,0,4.8,2.2,4.8,4.9C34.8,28.3,32.7,30.5,30,30.5L30,30.5z M30,15c-5.9,0-10.6,4.8-10.6,10.7c0,5.6,4.8,12.7,8,16.2C28.6,43.2,30,45,30,45s1.5-1.8,2.8-3.1c3.1-3.4,7.8-10.2,7.8-16.2C40.6,19.8,35.9,15,30,15z"
473
- />
474
- </svg>
475
- </span>
476
- </span>
477
- </span>
478
- </span>
479
- <!---->
480
- <!---->
481
- </button>
482
- </li>
483
- <li
484
- class="
485
- amelipro-header__nav__item
486
- mr-2
487
- mr-sm-4
488
- "
489
- id="amelipro-header-id-navigation-service-menu"
490
- >
491
- <div>
492
- <div
493
- class="service-menu"
494
- id="service-menu-container"
495
- >
496
- <button
497
- class="
498
- btn--icon
499
- elevation-0
500
- rounded-0
501
- service-menu__btn
502
- v-btn
503
- v-btn--density-default
504
- v-btn--elevated
505
- v-btn--icon
506
- v-btn--size-default
507
- v-btn--variant-elevated
508
- v-theme--light
509
- "
510
- id="service-menu-service-menu-btn"
511
- plain=""
512
- style="
513
- height: auto;
514
- width: auto;
515
- "
516
- type="button"
517
- >
518
- <span class="v-btn__overlay"></span>
519
- <span class="v-btn__underlay"></span>
520
- <!---->
521
- <span
522
- class="v-btn__content"
523
- data-no-activator=""
524
- >
525
- <span
526
- class="d-sr-only"
527
- id="service-menu-service-menu-btn-btn-label"
528
- >
529
- Bouquet de services
530
- </span>
531
- <span
532
- class="
533
- amelipro-icon
534
- icon-custom
535
- "
536
- id="service-menu-service-menu-btn-icon"
537
- >
538
- <span
539
- aria-hidden="true"
540
- class="
541
- amelipro-custom-icon
542
- custom-color
543
- "
544
- focusable="false"
545
- role="img"
546
- style="
547
- color: #FFFFFF;
548
- height: 2rem;
549
- width: 2rem;
550
- "
551
- >
552
- <span>
553
- <svg
554
- aria-hidden="true"
555
- style="enable-background:new 0 0 34 34;"
556
- viewBox="0 0 34 34"
557
- x="0px"
558
- xml:space="preserve"
559
- xmlns="http://www.w3.org/2000/svg"
560
- xmlns:xlink="http://www.w3.org/1999/xlink"
561
- y="0px"
562
- >
563
- <path
564
- class="circle-color"
565
- d="M34,17c0-4.7-1.9-8.9-5-12C26,1.9,21.7,0,17,0S8,1.9,5,5C1.9,8,0,12.3,0,17s1.9,8.9,5,12c3.1,3.1,7.3,5,12,5 s8.9-1.9,12-5C32.1,25.9,34,21.7,34,17z"
566
- />
567
- <g class="shape-color">
568
- <path d="M10.2,8L10.2,8c1.4,0,2.5,1.1,2.5,2.4l0,0c0,1.4-1.1,2.4-2.5,2.4l0,0c-1.3,0-2.4-1.1-2.4-2.4l0,0 C7.7,9.1,8.8,8,10.2,8z" />
569
- <path d="M17,8L17,8c1.3,0,2.4,1.1,2.4,2.4l0,0c0,1.4-1.1,2.4-2.4,2.4l0,0c-1.4,0-2.5-1.1-2.5-2.4l0,0 C14.5,9.1,15.6,8,17,8z" />
570
- <path d="M23.8,8L23.8,8c1.4,0,2.4,1.1,2.4,2.4l0,0c0,1.4-1.1,2.4-2.4,2.4l0,0c-1.3,0-2.4-1.1-2.4-2.4l0,0 C21.4,9.1,22.5,8,23.8,8z" />
571
- <path d="M10.2,14.8L10.2,14.8c1.4,0,2.5,1.1,2.5,2.4l0,0c0,1.4-1.1,2.5-2.5,2.5l0,0c-1.3,0-2.4-1.1-2.4-2.5l0,0 C7.7,15.9,8.8,14.8,10.2,14.8z" />
572
- <path d="M17,14.8L17,14.8c1.3,0,2.4,1.1,2.4,2.4l0,0c0,1.4-1.1,2.5-2.4,2.5l0,0c-1.4,0-2.5-1.1-2.5-2.5l0,0 C14.5,15.9,15.6,14.8,17,14.8z" />
573
- <path d="M23.8,14.8L23.8,14.8c1.4,0,2.4,1.1,2.4,2.4l0,0c0,1.4-1.1,2.5-2.4,2.5l0,0c-1.3,0-2.4-1.1-2.4-2.5l0,0 C21.4,15.9,22.5,14.8,23.8,14.8z" />
574
- <path d="M10.2,21.5L10.2,21.5c1.4,0,2.5,1.1,2.5,2.4l0,0c0,1.4-1.1,2.5-2.5,2.5l0,0c-1.3,0-2.4-1.1-2.4-2.5l0,0 C7.7,22.6,8.8,21.5,10.2,21.5z" />
575
- <path d="M17,21.5L17,21.5c1.3,0,2.4,1.1,2.4,2.4l0,0c0,1.4-1.1,2.5-2.4,2.5l0,0c-1.4,0-2.5-1.1-2.5-2.5l0,0 C14.5,22.6,15.6,21.5,17,21.5z" />
576
- <path d="M23.8,21.5L23.8,21.5c1.4,0,2.4,1.1,2.4,2.4l0,0c0,1.4-1.1,2.5-2.4,2.5l0,0c-1.3,0-2.4-1.1-2.4-2.5l0,0 C21.4,22.6,22.5,21.5,23.8,21.5z" />
577
- </g>
578
- </svg>
579
- </span>
580
- </span>
581
- </span>
582
- </span>
583
- <!---->
584
- <!---->
585
- </button>
586
- <div
587
- class="service-menu__wrapper"
588
- id="service-menu-service-menu"
589
- >
590
- <!---->
591
- <!-- teleport start -->
592
- <!-- teleport end -->
593
- </div>
594
- <!-- v-if -->
595
- </div>
596
- </div>
597
- </li>
598
- <!-- v-if -->
599
- <li
600
- class="amelipro-header__nav__item"
601
- id="amelipro-header-id-signature-menu"
602
- >
603
- <a
604
- class="
605
- btn--icon
606
- elevation-0
607
- rounded-0
608
- v-btn
609
- v-btn--density-default
610
- v-btn--elevated
611
- v-btn--icon
612
- v-btn--size-default
613
- v-btn--variant-elevated
614
- v-theme--light
615
- "
616
- href="#"
617
- id="amelipro-header-id-signature-btn"
618
- plain=""
619
- style="
620
- height: auto;
621
- width: auto;
622
- "
623
- title="Gérer ma signature"
624
- ><span class="v-btn__overlay"></span><span class="v-btn__underlay"></span>
625
-
626
- <!----><span
627
- class="v-btn__content"
628
- data-no-activator=""
629
- >
630
- <!-- v-if --><span
631
- class="
632
- amelipro-icon
633
- icon-custom
634
- "
635
- id="amelipro-header-id-signature-btn-icon"
636
- ><span
637
- aria-hidden="true"
638
- class="
639
- amelipro-custom-icon
640
- custom-color
641
- "
642
- focusable="false"
643
- role="img"
644
- style="
645
- color: #FFFFFF;
646
- height: 2rem;
647
- width: 2rem;
648
- "
649
- ><span>
650
- <svg
651
- aria-hidden="true"
652
- version="1.1"
653
- viewBox="0 0 32 32"
654
- xmlns="http://www.w3.org/2000/svg"
655
- >
656
- <path
657
- class="circle-color"
658
- d="M16,32c8.8,0,16-7.2,16-16S24.8,0,16,0,0,7.2,0,16s7.2,16,16,16Z"
659
- />
660
- <g class="shape-color">
661
- <path d="M14.5,22.1h10.7v1.9h-10.7v-1.9Z" />
662
- <path d="M17.6,14.6l-6,8.7-3,.6-.6-2.9,6-8.7,3.5,2.4ZM21.2,12.7c0,.4.4.8.1,1.3l-2.6,3.8-1.4-.9,2.7-4-.9-.6-.7,1.1-3.5-2.4,2.3-3.2c.2-.3.7-.4,1.2-.2l2.1,1.5c.3.2.4.7.2,1.2-.2.3-.4.6-.4.9,0,.3.4.5.7.7.5.3.3.6.2,1Z" />
663
- </g>
664
- </svg></span></span></span></span>
665
-
666
- <!---->
667
-
668
- <!---->
669
- </a>
670
- </li>
671
- </ul>
672
- <!---->
673
- <!---->
674
- </nav>
675
- </div>
676
- </div>
677
- </div>
678
- <div
679
- class="
680
- align-center
681
- d-flex
682
- justify-center
683
- navigation-bar
684
- px-14
685
- py-2
686
- "
687
- id="amelipro-header-id-navigation-bar"
688
- >
689
- <div
690
- class="d-flex"
691
- style="
692
- width: 100%;
693
- max-width: 100%;
694
- "
695
- >
696
- <div
697
- class="
698
- amelipro-header__sub-bar
699
- d-flex
700
- justify-center
701
- navigation-bar-content-wrapper
702
- w-100
703
- "
704
- id="amelipro-header-id-sub-bar"
705
- >
706
- <button
707
- class="
708
- btn--icon
709
- elevation-0
710
- navigation-bar-left-btn
711
- rounded-0
712
- v-btn
713
- v-btn--density-default
714
- v-btn--elevated
715
- v-btn--icon
716
- v-btn--size-default
717
- v-btn--variant-elevated
718
- v-theme--light
719
- "
720
- id="amelipro-header-id-back-btn"
721
- plain=""
722
- style="
723
- height: auto;
724
- width: auto;
725
- "
726
- title="Retour"
727
- type="button"
728
- >
729
- <span class="v-btn__overlay"></span>
730
- <span class="v-btn__underlay"></span>
731
- <!---->
732
- <span
733
- class="v-btn__content"
734
- data-no-activator=""
735
- >
736
- <span
737
- class="d-sr-only"
738
- id="amelipro-header-id-back-btn-btn-label"
739
- >
740
- Retour
741
- </span>
742
- <span
743
- class="
744
- amelipro-icon
745
- icon-custom
746
- "
747
- id="amelipro-header-id-back-btn-icon"
748
- >
749
- <span
750
- aria-hidden="true"
751
- class="
752
- amelipro-custom-icon
753
- custom-color
754
- large
755
- "
756
- focusable="false"
757
- role="img"
758
- style="color: #FFFFFF;"
759
- >
760
- <span>
761
- <svg
762
- aria-hidden="true"
763
- style="enable-background:new 0 0 14.8 24;"
764
- version="1.1"
765
- viewBox="0 0 14.8 24"
766
- x="0px"
767
- xml:space="preserve"
768
- xmlns="http://www.w3.org/2000/svg"
769
- xmlns:xlink="http://www.w3.org/1999/xlink"
770
- y="0px"
771
- >
772
- <path
773
- class="shape-color"
774
- d="M14.8,21.2L5.7,12l9.2-9.2L12,0L0,12l12,12L14.8,21.2z"
775
- />
776
- </svg>
777
- </span>
778
- </span>
779
- </span>
780
- </span>
781
- <!---->
782
- <!---->
783
- </button>
784
- <h1
785
- class="
786
- text-ap-white
787
- text-service-title
788
- "
789
- id="amelipro-header-id-sub-bar-title"
790
- >
791
- <button
792
- class="
793
- amelipro-btn
794
- elevation-0
795
- text-ap-white
796
- text-service-title
797
- text-service-title
798
- v-btn
799
- v-btn--density-default
800
- v-btn--flat
801
- v-btn--size-default
802
- v-btn--variant-text
803
- v-theme--light
804
- "
805
- id="amelipro-header-id-sub-bar-title-btn"
806
- style="
807
- height: auto;
808
- min-height: auto;
809
- padding: 0px;
810
- "
811
- type="button"
812
- >
813
- <span class="v-btn__overlay"></span>
814
- <span class="v-btn__underlay"></span>
815
- <!---->
816
- <span
817
- class="v-btn__content"
818
- data-no-activator=""
819
- >
820
- <span class="
821
- align-center
822
- amelipro-custom-btn
823
- d-flex
824
- flex-row
825
- ">
826
- Titre du service
827
- <!-- v-if -->
828
- <!-- v-if -->
829
- <!-- v-if -->
830
- </span>
831
- </span>
832
- <!---->
833
- <!---->
834
- </button>
835
- </h1>
836
- </div>
837
- </div>
838
- </div>
839
- </div>
840
- </header>
841
- `;