@axa-fr/design-system-look-and-feel-css 0.2.0-beta.306

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 (112) hide show
  1. package/dist/Accordion/Accordion.css +1 -0
  2. package/dist/Accordion/Accordion.css.map +1 -0
  3. package/dist/Accordion/Accordion.scss +74 -0
  4. package/dist/Alert/Alert.css +1 -0
  5. package/dist/Alert/Alert.css.map +1 -0
  6. package/dist/Alert/Alert.scss +104 -0
  7. package/dist/Button/Button.css +1 -0
  8. package/dist/Button/Button.css.map +1 -0
  9. package/dist/Button/Button.scss +148 -0
  10. package/dist/Card/Card.css +1 -0
  11. package/dist/Card/Card.css.map +1 -0
  12. package/dist/Card/Card.scss +48 -0
  13. package/dist/Form/Checkbox/Checkbox.css +1 -0
  14. package/dist/Form/Checkbox/Checkbox.css.map +1 -0
  15. package/dist/Form/Checkbox/Checkbox.scss +218 -0
  16. package/dist/Form/FileUpload/FileUpload.css +1 -0
  17. package/dist/Form/FileUpload/FileUpload.css.map +1 -0
  18. package/dist/Form/FileUpload/FileUpload.scss +191 -0
  19. package/dist/Form/InputError/InputError.css +1 -0
  20. package/dist/Form/InputError/InputError.css.map +1 -0
  21. package/dist/Form/InputError/InputError.scss +19 -0
  22. package/dist/Form/Radio/Radio.css +1 -0
  23. package/dist/Form/Radio/Radio.css.map +1 -0
  24. package/dist/Form/Radio/Radio.scss +221 -0
  25. package/dist/Form/Select/Select.css +1 -0
  26. package/dist/Form/Select/Select.css.map +1 -0
  27. package/dist/Form/Select/Select.scss +116 -0
  28. package/dist/Form/Text/Text.css +1 -0
  29. package/dist/Form/Text/Text.css.map +1 -0
  30. package/dist/Form/Text/Text.scss +56 -0
  31. package/dist/Form/core/FormCore.css +0 -0
  32. package/dist/Form/core/FormCore.scss +1 -0
  33. package/dist/IconBg/IconBg.css +1 -0
  34. package/dist/IconBg/IconBg.css.map +1 -0
  35. package/dist/IconBg/IconBg.scss +38 -0
  36. package/dist/Layout/Footer/Footer.css +1 -0
  37. package/dist/Layout/Footer/Footer.css.map +1 -0
  38. package/dist/Layout/Footer/Footer.scss +173 -0
  39. package/dist/Layout/Header/Header.css +1 -0
  40. package/dist/Layout/Header/Header.css.map +1 -0
  41. package/dist/Layout/Header/Header.scss +84 -0
  42. package/dist/Layout/Header/NavBar/NavBar.css +1 -0
  43. package/dist/Layout/Header/NavBar/NavBar.css.map +1 -0
  44. package/dist/Layout/Header/NavBar/NavBar.scss +50 -0
  45. package/dist/Layout/Header/PreviousLink/PreviousLink.css +1 -0
  46. package/dist/Layout/Header/PreviousLink/PreviousLink.css.map +1 -0
  47. package/dist/Layout/Header/PreviousLink/PreviousLink.scss +42 -0
  48. package/dist/Link/Link.css +1 -0
  49. package/dist/Link/Link.css.map +1 -0
  50. package/dist/Link/Link.scss +44 -0
  51. package/dist/List/ClickList/ClickList.css +1 -0
  52. package/dist/List/ClickList/ClickList.css.map +1 -0
  53. package/dist/List/ClickList/ClickList.scss +228 -0
  54. package/dist/List/ContentItemDuo/ContentItemDuo.css +1 -0
  55. package/dist/List/ContentItemDuo/ContentItemDuo.css.map +1 -0
  56. package/dist/List/ContentItemDuo/ContentItemDuo.scss +168 -0
  57. package/dist/List/ContentItemMono/ContentItemMono.css +1 -0
  58. package/dist/List/ContentItemMono/ContentItemMono.css.map +1 -0
  59. package/dist/List/ContentItemMono/ContentItemMono.scss +188 -0
  60. package/dist/List/ContentTabList/ContentTabList.css +1 -0
  61. package/dist/List/ContentTabList/ContentTabList.css.map +1 -0
  62. package/dist/List/ContentTabList/ContentTabList.scss +161 -0
  63. package/dist/List/List.css +1 -0
  64. package/dist/List/List.css.map +1 -0
  65. package/dist/List/List.scss +53 -0
  66. package/dist/Loader/Loader.css +1 -0
  67. package/dist/Loader/Loader.css.map +1 -0
  68. package/dist/Loader/Loader.scss +26 -0
  69. package/dist/Modal/Modal.css +1 -0
  70. package/dist/Modal/Modal.css.map +1 -0
  71. package/dist/Modal/Modal.scss +128 -0
  72. package/dist/Pagination/Pagination.css +1 -0
  73. package/dist/Pagination/Pagination.css.map +1 -0
  74. package/dist/Pagination/Pagination.scss +8 -0
  75. package/dist/Pagination/PaginationDesktop.css +1 -0
  76. package/dist/Pagination/PaginationDesktop.css.map +1 -0
  77. package/dist/Pagination/PaginationDesktop.scss +68 -0
  78. package/dist/Pagination/PaginationMobile.css +1 -0
  79. package/dist/Pagination/PaginationMobile.css.map +1 -0
  80. package/dist/Pagination/PaginationMobile.scss +35 -0
  81. package/dist/Stepper/Stepper.css +1 -0
  82. package/dist/Stepper/Stepper.css.map +1 -0
  83. package/dist/Stepper/Stepper.scss +53 -0
  84. package/dist/Tabs/Tabs.css +1 -0
  85. package/dist/Tabs/Tabs.css.map +1 -0
  86. package/dist/Tabs/Tabs.scss +63 -0
  87. package/dist/Tag/Tag.css +1 -0
  88. package/dist/Tag/Tag.css.map +1 -0
  89. package/dist/Tag/Tag.scss +48 -0
  90. package/dist/Title/Title.css +1 -0
  91. package/dist/Title/Title.css.map +1 -0
  92. package/dist/Title/Title.scss +76 -0
  93. package/dist/common/assets/logo-axa.svg +40 -0
  94. package/dist/common/common.css +0 -0
  95. package/dist/common/common.scss +107 -0
  96. package/dist/common/glyphicons/icons.eot +0 -0
  97. package/dist/common/glyphicons/icons.svg +918 -0
  98. package/dist/common/glyphicons/icons.ttf +0 -0
  99. package/dist/common/glyphicons/icons.woff +0 -0
  100. package/dist/common/grid.css +1 -0
  101. package/dist/common/grid.css.map +1 -0
  102. package/dist/common/grid.scss +1029 -0
  103. package/dist/common/icons.css +1 -0
  104. package/dist/common/icons.css.map +1 -0
  105. package/dist/common/icons.scss +1236 -0
  106. package/dist/common/reboot.css +1 -0
  107. package/dist/common/reboot.css.map +1 -0
  108. package/dist/common/reboot.scss +337 -0
  109. package/dist/look-and-feel.css +1 -0
  110. package/dist/look-and-feel.css.map +1 -0
  111. package/dist/look-and-feel.scss +27 -0
  112. package/package.json +108 -0
@@ -0,0 +1,63 @@
1
+ @use "../common/common" as common;
2
+
3
+ .af-tabs-client {
4
+ display: flex;
5
+ width: 100%;
6
+ margin: 0;
7
+ padding: 0;
8
+ flex-direction: column;
9
+ font-family: "Source Sans Pro", arial, sans-serif;
10
+
11
+ & > [role="tablist"] {
12
+ display: flex;
13
+ width: 100%;
14
+ margin-bottom: common.$spacing-u1;
15
+ box-shadow: inset 0 -2px 0 0 common.$color-gray-300;
16
+ }
17
+
18
+ & [role="tab"] {
19
+ all: unset;
20
+ position: relative;
21
+ padding: 1rem;
22
+ font-size: 1.25rem;
23
+ line-height: common.$sizing-u2;
24
+ text-align: center;
25
+ cursor: pointer;
26
+
27
+ & > span {
28
+ display: block;
29
+ width: 100%;
30
+ height: 100%;
31
+ }
32
+
33
+ &[aria-selected="true"] {
34
+ border-bottom: 4px solid common.$color-axa;
35
+ font-weight: 600;
36
+ color: common.$color-axa;
37
+ }
38
+ }
39
+
40
+ &--center {
41
+ & > [role="tablist"] {
42
+ justify-content: center;
43
+ }
44
+
45
+ & [role="tab"] {
46
+ width: 100%;
47
+ flex-grow: 1;
48
+ }
49
+ }
50
+
51
+ & [role="tab"]:focus {
52
+ outline: unset;
53
+ }
54
+
55
+ & [role="tab"]:focus-visible {
56
+ outline: 2px solid common.$color-blue-3;
57
+ outline-offset: 3px;
58
+ }
59
+
60
+ & > [role="tabpanel"][aria-hidden="true"] {
61
+ display: none;
62
+ }
63
+ }
@@ -0,0 +1 @@
1
+ .af-tag{align-items:center;background-color:#fff;border:1px solid #5f5f5f;border-radius:.25rem;color:#5f5f5f;cursor:default;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;gap:.625rem;justify-content:center;padding:.125rem .5rem}.af-tag span{font-size:1rem;font-weight:600;line-height:1.25rem}.af-tag--success{border-color:#118635;color:#118635}.af-tag--error{border-color:#c91432;color:#c91432}.af-tag--warning{border-color:#c94e14;color:#c94e14}.af-tag--info{border-color:#00008f;color:#00008f}@media (width <= 667px){.af-tag span{font-size:.875rem;line-height:1.094rem}}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Tag/Tag.scss%23sass","../../src/common/common.scss","../../src/Tag/Tag.scss"],"names":[],"mappings":"AAEA,QAKE,kBAAA,CAKA,qBAAA,CAPA,wBAAA,CACA,oBAAA,CAKA,aAAA,CAEA,cAAA,CAVA,mBAAA,CAOA,4CCVuB,CDSvB,WAAA,CADA,sBAAA,CENF,qBAUA,CFGE,aACE,cAAA,CACA,eAAA,CACA,mBEDJ,CFIE,iBACE,oBAAA,CACA,aEFJ,CFKE,eACE,oBAAA,CACA,aEHJ,CFME,iBACE,oBAAA,CACA,aEJJ,CFOE,cACE,oBAAA,CACA,aELJ,CFQE,wBACE,aENF,iBAAA,CFQI,oBENJ,CACF","file":"Tag.css","sourcesContent":["@use \"../common/common\" as common;\n\n.af-tag {\n display: inline-flex;\n padding: 0.125rem 0.5rem;\n border: 1px solid common.$color-gray;\n border-radius: 0.25rem;\n align-items: center;\n justify-content: center;\n gap: 0.625rem;\n font-family: common.$font-family-base;\n color: common.$color-gray;\n background-color: common.$color-white;\n cursor: default;\n\n span {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &--success {\n border-color: common.$color-green-600;\n color: common.$color-green-600;\n }\n\n &--error {\n border-color: common.$color-red-700;\n color: common.$color-red-700;\n }\n\n &--warning {\n border-color: common.$color-btn-business;\n color: common.$color-btn-business;\n }\n\n &--info {\n border-color: common.$color-axa;\n color: common.$color-axa;\n }\n\n @media (width <= 667px) {\n span {\n font-size: 0.875rem;\n line-height: 1.094rem;\n }\n }\n}\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n","@use \"../common/common\" as common;\n\n.af-tag {\n display: inline-flex;\n padding: 0.125rem 0.5rem;\n border: 1px solid common.$color-gray;\n border-radius: 0.25rem;\n align-items: center;\n justify-content: center;\n gap: 0.625rem;\n font-family: common.$font-family-base;\n color: common.$color-gray;\n background-color: common.$color-white;\n cursor: default;\n\n span {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &--success {\n border-color: common.$color-green-600;\n color: common.$color-green-600;\n }\n\n &--error {\n border-color: common.$color-red-700;\n color: common.$color-red-700;\n }\n\n &--warning {\n border-color: common.$color-btn-business;\n color: common.$color-btn-business;\n }\n\n &--info {\n border-color: common.$color-axa;\n color: common.$color-axa;\n }\n\n @media (width <= 667px) {\n span {\n font-size: 0.875rem;\n line-height: 1.094rem;\n }\n }\n}\n"]}
@@ -0,0 +1,48 @@
1
+ @use "../common/common" as common;
2
+
3
+ .af-tag {
4
+ display: inline-flex;
5
+ padding: 0.125rem 0.5rem;
6
+ border: 1px solid common.$color-gray;
7
+ border-radius: 0.25rem;
8
+ align-items: center;
9
+ justify-content: center;
10
+ gap: 0.625rem;
11
+ font-family: common.$font-family-base;
12
+ color: common.$color-gray;
13
+ background-color: common.$color-white;
14
+ cursor: default;
15
+
16
+ span {
17
+ font-size: 1rem;
18
+ font-weight: 600;
19
+ line-height: 1.25rem;
20
+ }
21
+
22
+ &--success {
23
+ border-color: common.$color-green-600;
24
+ color: common.$color-green-600;
25
+ }
26
+
27
+ &--error {
28
+ border-color: common.$color-red-700;
29
+ color: common.$color-red-700;
30
+ }
31
+
32
+ &--warning {
33
+ border-color: common.$color-btn-business;
34
+ color: common.$color-btn-business;
35
+ }
36
+
37
+ &--info {
38
+ border-color: common.$color-axa;
39
+ color: common.$color-axa;
40
+ }
41
+
42
+ @media (width <= 667px) {
43
+ span {
44
+ font-size: 0.875rem;
45
+ line-height: 1.094rem;
46
+ }
47
+ }
48
+ }
@@ -0,0 +1 @@
1
+ .af-title{color:#333;gap:.25rem}.af-title__title{font-family:Publico Headline;font-weight:700;margin:0}.af-title__subtitle{display:block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4rem}.af-title__icon{border-radius:.75rem;box-shadow:0 .125rem .5rem 0 #00008f26}.af-title__text-container{display:grid;gap:.25rem}.af-title:has(.af-title__icon){display:flex;gap:.75rem}.af-title:has(.af-title__icon) .af-title__title{color:#00008f}.af-title--xl h1.af-title__title{font-size:2rem;line-height:2.5rem}.af-title--l h1.af-title__title{font-size:1.5rem;line-height:1.875rem}@media (width <= 1023px){.af-title--xl h1.af-title__title{font-size:1.5rem;line-height:1.875rem}.af-title--l h1.af-title__title{font-size:1.25rem;line-height:1.56rem}.af-title span.af-title__subtitle{font-size:1rem;line-height:1.25rem}}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Title/Title.scss%23sass","../../src/Title/Title.scss","../../src/common/common.scss"],"names":[],"mappings":"AAEA,UCAA,UAAA,CDCE,UCAF,CDGE,iBAEE,4BAAA,CACA,eAAA,CAFA,QCCJ,CDIE,oBACE,aAAA,CACA,4CEdqB,CFerB,kBAAA,CACA,eAAA,CACA,kBCFJ,CDKE,gBACE,oBAAA,CACA,sCCHJ,CDME,0BACE,YAAA,CACA,UCJJ,CDOE,+BACE,YAAA,CACA,UCLJ,CDOI,gDACE,aCLN,CDUI,iCACE,cAAA,CACA,kBCRN,CDaI,gCACE,gBAAA,CACA,oBCXN,CDgBA,yBAGM,iCACE,gBAAA,CACA,oBCfN,CDoBI,gCClBJ,iBAAA,CDoBM,mBClBN,CDsBE,kCACE,cAAA,CCpBJ,mBACF,CACA","file":"Title.css","sourcesContent":["@use \"../common/common\" as common;\n\n.af-title {\n gap: 0.25rem;\n color: common.$color-gray-900;\n\n &__title {\n margin: 0;\n font-family: common.$font-family-publico;\n font-weight: 700;\n }\n\n &__subtitle {\n display: block;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n }\n\n &__icon {\n border-radius: 0.75rem;\n box-shadow: 0 0.125rem 0.5rem 0 rgba(common.$color-axa, 0.15);\n }\n\n &__text-container {\n display: grid;\n gap: 0.25rem;\n }\n\n &:has(&__icon) {\n display: flex;\n gap: 0.75rem;\n\n .af-title__title {\n color: common.$color-axa;\n }\n }\n\n &--xl {\n h1.af-title__title {\n font-size: 2rem;\n line-height: 2.5rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-md}) {\n .af-title {\n &--xl {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.25rem;\n line-height: 1.56rem;\n }\n }\n\n span.af-title__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-title {\n gap: 0.25rem;\n color: common.$color-gray-900;\n\n &__title {\n margin: 0;\n font-family: common.$font-family-publico;\n font-weight: 700;\n }\n\n &__subtitle {\n display: block;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n }\n\n &__icon {\n border-radius: 0.75rem;\n box-shadow: 0 0.125rem 0.5rem 0 rgba(common.$color-axa, 0.15);\n }\n\n &__text-container {\n display: grid;\n gap: 0.25rem;\n }\n\n &:has(&__icon) {\n display: flex;\n gap: 0.75rem;\n\n .af-title__title {\n color: common.$color-axa;\n }\n }\n\n &--xl {\n h1.af-title__title {\n font-size: 2rem;\n line-height: 2.5rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-md}) {\n .af-title {\n &--xl {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.25rem;\n line-height: 1.56rem;\n }\n }\n\n span.af-title__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n}\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n"]}
@@ -0,0 +1,76 @@
1
+ @use "../common/common" as common;
2
+
3
+ .af-title {
4
+ gap: 0.25rem;
5
+ color: common.$color-gray-900;
6
+
7
+ &__title {
8
+ margin: 0;
9
+ font-family: common.$font-family-publico;
10
+ font-weight: 700;
11
+ }
12
+
13
+ &__subtitle {
14
+ display: block;
15
+ font-family: common.$font-family-base;
16
+ font-size: 1.125rem;
17
+ font-weight: 400;
18
+ line-height: 1.4rem;
19
+ }
20
+
21
+ &__icon {
22
+ border-radius: 0.75rem;
23
+ box-shadow: 0 0.125rem 0.5rem 0 rgba(common.$color-axa, 0.15);
24
+ }
25
+
26
+ &__text-container {
27
+ display: grid;
28
+ gap: 0.25rem;
29
+ }
30
+
31
+ &:has(&__icon) {
32
+ display: flex;
33
+ gap: 0.75rem;
34
+
35
+ .af-title__title {
36
+ color: common.$color-axa;
37
+ }
38
+ }
39
+
40
+ &--xl {
41
+ h1.af-title__title {
42
+ font-size: 2rem;
43
+ line-height: 2.5rem;
44
+ }
45
+ }
46
+
47
+ &--l {
48
+ h1.af-title__title {
49
+ font-size: 1.5rem;
50
+ line-height: 1.875rem;
51
+ }
52
+ }
53
+ }
54
+
55
+ @media (width <= #{common.$breakpoint-md}) {
56
+ .af-title {
57
+ &--xl {
58
+ h1.af-title__title {
59
+ font-size: 1.5rem;
60
+ line-height: 1.875rem;
61
+ }
62
+ }
63
+
64
+ &--l {
65
+ h1.af-title__title {
66
+ font-size: 1.25rem;
67
+ line-height: 1.56rem;
68
+ }
69
+ }
70
+
71
+ span.af-title__subtitle {
72
+ font-size: 1rem;
73
+ line-height: 1.25rem;
74
+ }
75
+ }
76
+ }
@@ -0,0 +1,40 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Calque_1"
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="160.501px" height="160.501px" viewBox="0 0 160.501 160.501" enable-background="new 0 0 160.501 160.501" xml:space="preserve">
7
+ <g id="repere" display="none"></g>
8
+ <g id="ass_x5F_banq_x5F_reinv_x5F_met">
9
+ <rect x="0" fill="#00008f" width="160.501" height="160.501"/>
10
+ <g>
11
+ <g>
12
+ <g>
13
+ <g>
14
+ <polygon fill="#FF1821" points="99.358,79.26 160.501,0 151.443,0 90.3,79.26 "/>
15
+ </g>
16
+ <g>
17
+ <path fill="#FFFFFF" d="M122.57,114.644c2.831,7.926,8.492,28.307,10.757,29.723h-15.003c0,0,0-3.113-0.849-5.379
18
+ c-0.566-2.264-6.228-19.814-6.228-19.814H87.186l-3.396,5.378c0,0,4.529,14.153,4.812,15.002
19
+ c0.566,1.133,2.548,5.096,2.548,5.096H76.712c0,0-0.283-2.265-0.566-3.114c0-0.849-1.415-4.812-1.415-4.812
20
+ s-3.396,3.68-4.246,5.378c-0.849,1.698-1.415,2.548-1.415,2.548H57.746c0,0-0.283-2.265-0.566-3.114
21
+ c0-0.849-1.415-5.095-1.415-5.095s-3.113,3.963-3.963,5.661c-0.85,1.415-1.132,2.265-1.132,2.265H39.347
22
+ c0,0,3.113-3.113,4.246-4.246c1.981-2.265,8.775-11.322,8.775-11.322l-2.831-9.625H25.759c0,0-13.587,17.834-14.153,18.399
23
+ c-0.566,0.566-4.529,6.228-4.529,6.794H0v-4.529l0.283-0.283c0.282-0.283,10.19-12.738,19.531-24.91
24
+ c8.209-10.757,16.136-21.23,16.701-22.363c1.699-2.547,3.963-7.643,3.963-7.643h12.455c0,0,0.283,4.812,0.85,5.944
25
+ c0.283,1.132,7.926,25.759,7.926,26.042l4.246-5.378L58.879,89.45c0,0-1.699-4.246-2.265-4.812h14.437c0,0,0,1.981,0.566,3.963
26
+ c0.565,1.698,3.68,13.021,3.68,13.021s9.907-12.455,10.474-13.304c1.132-1.415,1.132-3.68,1.132-3.68h11.89
27
+ c0,0-2.265,1.698-5.945,6.51c-1.415,1.699-13.87,17.834-13.87,17.834s1.133,3.68,1.698,5.661
28
+ c0.283,0.566,0.283,0.849,0.283,0.849s0.283-0.283,0.85-0.849c3.396-4.246,18.116-23.778,18.966-25.193
29
+ c0.849-1.415,1.698-2.831,2.547-4.529h11.606c0,0,0.283,3.397,0.566,4.529L122.57,114.644z M104.737,96.244
30
+ c-1.698,3.68-11.89,16.135-11.89,16.135h16.136c0,0-3.114-9.625-3.68-11.606C105.02,98.792,105.02,96.527,104.737,96.244
31
+ C105.02,95.961,105.02,95.678,104.737,96.244z M43.31,96.244c-1.698,3.68-11.889,16.135-11.889,16.135h16.135
32
+ c0,0-3.113-9.625-3.68-11.606S43.31,96.527,43.31,96.244C43.31,95.961,43.31,95.678,43.31,96.244z M67.371,133.609l4.528-5.944
33
+ c-0.282-0.566-2.83-7.926-2.83-7.926l-4.246,5.662L67.371,133.609z"/>
34
+ </g>
35
+ </g>
36
+ </g>
37
+ </g>
38
+ <g id="Sign_2L_-_copie"></g>
39
+ </g>
40
+ </svg>
File without changes
@@ -0,0 +1,107 @@
1
+ $font-family-sans-serif: "Source Sans Pro", arial, sans-serif !default;
2
+ $font-family-serif: georgia, times, "Times New Roman", serif !default;
3
+ $font-family-base: $font-family-sans-serif !default;
4
+ $font-family-publico-bold: "Publico Headline Bold" !default;
5
+ $font-family-publico: "Publico Headline" !default;
6
+ // colors
7
+
8
+ $color-axa: #00008f !default;
9
+ $color-white: #fff !default;
10
+ $color-black: #000 !default;
11
+ $color-red: #ff1721 !default;
12
+ $color-gray: #5f5f5f !default;
13
+ $color-red-700: #c91432 !default;
14
+ $color-blue-1: #000072 !default;
15
+ $color-blue-2: #f8f8ff !default;
16
+ $color-blue-3: #36f !default;
17
+ $color-btn-light: #3333a5 !default;
18
+ $color-btn-business: #c94e14 !default;
19
+ $color-btn-business-dark: #a8391c !default;
20
+ $color-btn-business-light: #df7e65 !default;
21
+ $color-btn-disabled-text: #999 !default;
22
+ $color-btn-disabled-border: #e5e5e5 !default;
23
+ $color-btn-error-text: #a11028 !default;
24
+ $color-btn-error-bg: #fff3f5 !default;
25
+ $color-btn-tertiary-bg: #eef !default;
26
+ $color-btn-tertiary-bg-darker: #e4e4ff !default;
27
+ $color-btn-tertiary-bg-lighter: #f8f8ff !default;
28
+ $color-oceanBlue: #4976ba !default;
29
+ $color-gray-1: #ccc !default;
30
+ $color-gray-200: #f3f3f3;
31
+ $color-gray-300: #e9ecf2;
32
+ $color-gray-400: #e5e5e5;
33
+ $color-gray-500: #999;
34
+ $color-gray-700: #5f5f5f;
35
+ $color-gray-900: #333 !default;
36
+ $color-green-600: #118635 !default;
37
+ $color-border: #f3f3f3 !default;
38
+ $color-focus: #36f !default;
39
+
40
+ // others
41
+
42
+ $default-border-radius: 4px !default;
43
+
44
+ $transition-duration: 0.2s !default;
45
+
46
+ // spacing
47
+
48
+ $sizing-u0: 0 !default;
49
+ $sizing-u05: 0.4rem !default;
50
+ $sizing-u1: 0.8rem !default;
51
+ $sizing-u2: 1.6rem !default;
52
+ $sizing-u3: 2.4rem !default;
53
+ $sizing-u4: 3.2rem !default;
54
+ $sizing-u5: 4rem !default;
55
+ $sizing-u6: 4.8rem !default;
56
+ $sizing-u7: 5.6rem !default;
57
+ $sizing-u8: 6.4rem !default;
58
+ $sizing-u9: 7.2rem !default;
59
+ $sizing-u10: 8rem !default;
60
+ $spacing-u0: 0 !default;
61
+ $spacing-u05: 0.4rem !default;
62
+ $spacing-u1: 0.8rem !default;
63
+ $spacing-u2: 1.6rem !default;
64
+ $spacing-u3: 2.4rem !default;
65
+ $spacing-u4: 3.2rem !default;
66
+ $spacing-u5: 4rem !default;
67
+ $spacing-u6: 4.8rem !default;
68
+ $spacing-u7: 5.6rem !default;
69
+ $spacing-u8: 6.4rem !default;
70
+ $spacing-u9: 7.2rem !default;
71
+ $spacing-u10: 8rem !default;
72
+ $spacing-u11: 8.8rem !default;
73
+ $spacing-u12: 9.6rem !default;
74
+ $spacing-u13: 10.4rem !default;
75
+ $spacing-u14: 11.2rem !default;
76
+ $spacing-u15: 12rem !default;
77
+ $spacing-u16: 12.8rem !default;
78
+ $spacing-u17: 13.6rem !default;
79
+ $spacing-u18: 14.4rem !default;
80
+ $spacing-u19: 15.2rem !default;
81
+ $spacing-u20: 16rem !default;
82
+ $screen-size-668: s !default;
83
+ $screen-size-1024: m !default;
84
+ $screen-size-1200: oldl !default;
85
+ $screen-size-1280: l !default;
86
+ $screen-size-1540: oldxl !default;
87
+ $screen-size-1600: xl !default;
88
+ $screen-size-s: 668px !default;
89
+ $screen-size-m: 1024px !default;
90
+ $screen-size-l: 1280px !default;
91
+ $screen-size-xl: 1600px !default;
92
+ $screen-size-oldl: 1200px !default;
93
+ $screen-size-oldxl: 1540px !default;
94
+
95
+ $error-custom-border: #d18e8e !default;
96
+ $error-custom-bg: #ffbfbf !default;
97
+
98
+ $color-alertDanger-colorBorder: #c8b282 !default;
99
+ $color-alertDanger-bgColor: #f1d596 !default;
100
+
101
+ // breakpoints
102
+
103
+ $breakpoint-xs: 0 !default;
104
+ $breakpoint-sm: 667px !default;
105
+ $breakpoint-md: 1023px !default;
106
+ $breakpoint-lg: 1279px !default;
107
+ $breakpoint-xl: 1599px !default;
Binary file