@imiobe/plonetheme-smartweb-base 0.0.5 → 0.1.0

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 (98) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/dist/css/theme.css +5 -0
  3. package/dist/fonts/roboto-bold..eot +0 -0
  4. package/dist/fonts/roboto-bold..ttf +0 -0
  5. package/dist/fonts/roboto-bold..woff +0 -0
  6. package/dist/fonts/roboto-bold..woff2 +0 -0
  7. package/dist/fonts/roboto-bolditalic..eot +0 -0
  8. package/dist/fonts/roboto-bolditalic..ttf +0 -0
  9. package/dist/fonts/roboto-bolditalic..woff +0 -0
  10. package/dist/fonts/roboto-bolditalic..woff2 +0 -0
  11. package/dist/fonts/roboto-italic..eot +0 -0
  12. package/dist/fonts/roboto-italic..ttf +0 -0
  13. package/dist/fonts/roboto-italic..woff +0 -0
  14. package/dist/fonts/roboto-italic..woff2 +0 -0
  15. package/dist/fonts/roboto-light..eot +0 -0
  16. package/dist/fonts/roboto-light..ttf +0 -0
  17. package/dist/fonts/roboto-light..woff +0 -0
  18. package/dist/fonts/roboto-light..woff2 +0 -0
  19. package/dist/fonts/roboto-lightitalic..eot +0 -0
  20. package/dist/fonts/roboto-lightitalic..ttf +0 -0
  21. package/dist/fonts/roboto-lightitalic..woff +0 -0
  22. package/dist/fonts/roboto-lightitalic..woff2 +0 -0
  23. package/dist/fonts/roboto-medium..eot +0 -0
  24. package/dist/fonts/roboto-medium..ttf +0 -0
  25. package/dist/fonts/roboto-medium..woff +0 -0
  26. package/dist/fonts/roboto-medium..woff2 +0 -0
  27. package/dist/fonts/roboto-mediumitalic..eot +0 -0
  28. package/dist/fonts/roboto-mediumitalic..ttf +0 -0
  29. package/dist/fonts/roboto-mediumitalic..woff +0 -0
  30. package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
  31. package/dist/fonts/roboto-regular..eot +0 -0
  32. package/dist/fonts/roboto-regular..ttf +0 -0
  33. package/dist/fonts/roboto-regular..woff +0 -0
  34. package/dist/fonts/roboto-regular..woff2 +0 -0
  35. package/dist/fonts/robotocondensed-light..eot +0 -0
  36. package/dist/fonts/robotocondensed-light..ttf +0 -0
  37. package/dist/fonts/robotocondensed-light..woff +0 -0
  38. package/dist/fonts/robotocondensed-light..woff2 +0 -0
  39. package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
  40. package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
  41. package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
  42. package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
  43. package/dist/images/roboto-bolde46805ee..svg +1 -0
  44. package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
  45. package/dist/images/roboto-italic2332d1c3..svg +1 -0
  46. package/dist/images/roboto-light054c1c8a..svg +1 -0
  47. package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
  48. package/dist/images/roboto-medium832a5157..svg +1 -0
  49. package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
  50. package/dist/images/roboto-regulare788ed65..svg +1 -0
  51. package/dist/images/robotocondensed-light04ff367e..svg +1 -0
  52. package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
  53. package/dist/js/theme.js +1 -0
  54. package/index.html +68 -61
  55. package/manifest.cfg +5 -5
  56. package/package.json +22 -4
  57. package/src/index.js +59 -14
  58. package/src/scss/_breadcrum.scss +1 -0
  59. package/src/scss/_fonts.scss +11 -1
  60. package/src/scss/_general.scss +75 -75
  61. package/src/scss/_header.scss +38 -24
  62. package/src/scss/_mixin.scss +43 -35
  63. package/src/scss/_sitenav.scss +330 -485
  64. package/src/scss/_sub-sitenav.scss +114 -302
  65. package/src/scss/_swiper.scss +29 -12
  66. package/src/scss/_trucaverif.scss +632 -585
  67. package/src/scss/common/_com-cookies.scss +86 -75
  68. package/src/scss/common/_com-edition.scss +36 -24
  69. package/src/scss/common/_com-faceted.scss +155 -132
  70. package/src/scss/common/_com-footer.scss +9 -5
  71. package/src/scss/common/_com-list-image.scss +17 -15
  72. package/src/scss/common/_com-react.scss +63 -51
  73. package/src/scss/common/_messviewlet.scss +77 -59
  74. package/src/scss/homepage/_a-la-une.scss +30 -19
  75. package/src/scss/homepage/_actualites.scss +137 -108
  76. package/src/scss/homepage/_album.scss +88 -78
  77. package/src/scss/homepage/_banner.scss +35 -42
  78. package/src/scss/homepage/_events.scss +51 -24
  79. package/src/scss/homepage/_general-home.scss +49 -24
  80. package/src/scss/homepage/_newsletter.scss +30 -0
  81. package/src/scss/homepage/_quick-access.scss +16 -3
  82. package/src/scss/list/_list-block-img.scss +53 -49
  83. package/src/scss/list/_list-block.scss +70 -64
  84. package/src/scss/list/_list-img.scss +21 -14
  85. package/src/scss/list/_list.scss +55 -53
  86. package/src/scss/main.scss +23 -6
  87. package/src/scss/sections/_se-contact.scss +230 -138
  88. package/src/scss/sections/_se-file.scss +187 -166
  89. package/src/scss/sections/_se-gallery.scss +16 -14
  90. package/src/scss/sections/_se-link.scss +141 -135
  91. package/src/scss/sections/_se-linked-content.scss +4 -4
  92. package/src/scss/sections/_se-plan-geo.scss +101 -0
  93. package/src/scss/sections/_se-plan.scss +2 -2
  94. package/src/scss/sections/_se-postit.scss +19 -0
  95. package/src/scss/sections/_se-textes.scss +40 -54
  96. package/src/scss/variables.scss +201 -168
  97. package/theme.zip +0 -0
  98. package/theme4.2.zip +0 -0
@@ -1,59 +1,56 @@
1
1
  //*// COLORS
2
- $primary: #109165 !default;
2
+ $primary: #222831 !default;
3
+ $primary-svg: #235789 !default;
3
4
 
4
5
  //*// TYPOGRAPHY
5
- @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");
6
- @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");
7
-
8
- $font-family-base: "Raleway",
9
- system-ui,
10
- -apple-system,
11
- "Segoe UI",
12
- "Helvetica Neue",
13
- "Noto Sans",
14
- "Liberation Sans",
15
- arial,
16
- sans-serif,
17
- "Apple Color Emoji",
18
- "Segoe UI Emoji",
19
- "Segoe UI Symbol",
20
- "Noto Color Emoji" !default;
21
- $font-family-title: "Playfair Display",
22
- system-ui,
23
- -apple-system,
24
- "Segoe UI" !default;
6
+
7
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
8
+ @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap");
9
+
10
+ $font-family-base: "Roboto", sans-serif !default;
11
+ $font-family-title: "Nunito", sans-serif !default;
25
12
  $font-title-color: $primary !default;
26
13
  $font-title-color-light: #fff !default;
27
14
  $font-title-color-dark: #000 !default;
28
- $font-title-weight: 400 !default;
15
+ $font-title-weight: 700 !default;
16
+
29
17
  // $font-size-base affects the font size of the body text
30
18
  $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
31
19
  $font-size-sm: $font-size-base * 0.875 !default;
32
20
  $font-size-lg: $font-size-base * 1.25 !default;
33
21
  $h1-font-size: $font-size-base * 2.5 !default;
34
22
  $h2-font-size: $font-size-base * 2 !default;
35
- $h3-font-size: $font-size-base * 1.75 !default;
36
- $h4-font-size: $font-size-base * 1.5 !default;
23
+ $h3-font-size: $font-size-base * 1.5 !default;
24
+ $h4-font-size: $font-size-base * 1.25 !default;
37
25
  $h5-font-size: $font-size-base * 1.25 !default;
38
26
  $h6-font-size: $font-size-base !default;
39
27
 
40
28
  // Include Roboto as webfont
41
29
 
42
30
  //*// GLOBAL
31
+
43
32
  @function url-encoded-color($color) {
44
- @return "%23"+str-slice("#{$color}", 2, -1);
33
+ @return "%23" + str-slice("#{$color}", 2, -1);
45
34
  }
46
-
47
- $global-radius: 10px !default;
35
+ $container-max-widths: (
36
+ sm: 100%,
37
+ md: 100%,
38
+ lg: 960px,
39
+ xl: 1140px,
40
+ xxl: 1320px,
41
+ );
42
+ $global-radius: 0 !default;
48
43
  $enable-title-uppercase: false !default;
49
- $home-section-title-margin:0 0 2rem 0 !default;
50
- $home-section-title-padding:0 !default;
51
- $home-section-title-align:left !default;
52
- $section-padding-top:0 !default;
53
- $to-portal-link-color:#282828!default;
54
- $img-placeholder:#F2F2F2!default;
44
+ $home-section-title-size: 3.25rem !default;
45
+ $home-section-title-margin: 0 0 2rem 0 !default;
46
+ $home-section-title-padding: 0 !default;
47
+ $home-section-title-align: left !default;
48
+ $section-padding-top: 0 !default;
49
+ $to-portal-link-color: #282828 !default;
50
+ $img-placeholder: #f2f2f2 !default;
51
+
55
52
  //swiper
56
- $swiper-icon-color: #000 !default;
53
+ $swiper-icon-color: $primary-svg !default;
57
54
  $swiper-button-height: 45px !default;
58
55
  $swiper-button-width: 45px !default;
59
56
  $swiper-button-top: 26% !default;
@@ -62,64 +59,75 @@ $swiper-next-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/20
62
59
  $swiper-background-size: 50% !default;
63
60
  $swiper-background-color: #fff !default;
64
61
  $swiper-raduis: 50px !default;
62
+ $swipper-bullet-color: $primary-svg !default;
65
63
 
66
64
  //*// HEADER
67
65
  $main-logo-max-width: 115px !default;
68
66
  $header-top-padding: 1rem 0 !default;
69
- $header-top-background: transparent !default;
67
+ $header-top-background: #fff !default;
70
68
  $header-center-nav: false !default;
71
69
  $header-nav-margin: 0 1rem 0 1rem !default;
72
- $header-links-color:#000 !default;
73
- $header-links-account-margin:0 !default;
74
- $header-links-account-padding:0 !default;
75
- $header-links-account-border:solid 0px #000 !default;
76
- $header-links-account-bg:transparent !default;
77
- $header-links-account-hover-border:solid 0px #000 !default;
78
- $header-links-account-hover-bg:transparent !default;
79
- $header-links-account-hover-color:#000 !default;
80
- $header-search-icon-color:#000 !default;
81
- $header-search-icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16"><path fill="#{url-encoded-color($header-search-icon-color)}" d="M11.08,6.77a4.31,4.31,0,1,0-4.31,4.31h0A4.32,4.32,0,0,0,11.08,6.77Zm4.92,8A1.24,1.24,0,0,1,14.77,16a1.17,1.17,0,0,1-.86-.37l-3.3-3.28a6.77,6.77,0,1,1,1.74-1.74l3.3,3.3A1.25,1.25,0,0,1,16,14.77Z"/></svg>') !default;
70
+ $header-nav-link-color: $primary !default;
71
+ $header-nav-link-font-size: 16px !default;
72
+ $header-nav-link-font-family: $font-family-base !default;
73
+ $header-links-color: $primary !default;
74
+ $header-links-account-margin: 0 !default;
75
+ $header-links-account-padding: 0 !default;
76
+ $header-links-account-border: solid 0 #000 !default;
77
+ $header-links-account-bg: transparent !default;
78
+ $header-links-account-hover-border: solid 0 #000 !default;
79
+ $header-links-account-hover-bg: transparent !default;
80
+ $header-links-account-hover-color: #000 !default;
81
+ $header-search-icon-color: #000 !default;
82
+ $header-search-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16"><path fill="#{url-encoded-color($header-search-icon-color)}" d="M11.08,6.77a4.31,4.31,0,1,0-4.31,4.31h0A4.32,4.32,0,0,0,11.08,6.77Zm4.92,8A1.24,1.24,0,0,1,14.77,16a1.17,1.17,0,0,1-.86-.37l-3.3-3.28a6.77,6.77,0,1,1,1.74-1.74l3.3,3.3A1.25,1.25,0,0,1,16,14.77Z"/></svg>') !default;
83
+ $toggler-color: white !default;
84
+ $header-toggler-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='#{$toggler-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !default;
85
+
82
86
  //bredcrumb
83
- $breadcrumb-bg: #d6d6d6 !default;
87
+ $breadcrumb-bg: #fff !default;
84
88
  $enable-full-width-breacrumb: false !default;
85
89
 
86
90
  // sitenav
87
91
  $navbar-padding-x: 2.5rem !default;
88
92
  $nav-mask-background: rgb(15 11 11 / 76%) !default;
89
- $nav-link-color: #000 !default;
90
- $nav-link-open-color: #fff !default;
93
+ $nav-title-font-family: $font-family-base !default;
94
+ $nav-link-color: $primary !default;
95
+ $nav-link-open-color: $primary !default;
96
+ $nav-link-active-color: $primary-svg !default;
91
97
  $nav-link-font-size: initial !default;
92
98
  $nav-link-font-weight: 500 !default;
93
- $nav-link-drop-color:#000 !default;
99
+ $nav-link-drop-color: $primary !default;
94
100
  $nav-link-drop: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="8.444" height="5.2"><path d="M.247.254a.831.831 0 0 1 1.2 0l2.78 2.854L7.011.254A.831.831 0 0 1 8.2.264a.882.882 0 0 1 .01 1.215L4.825 4.946a.835.835 0 0 1-.6.254 1.529 1.529 0 0 1-.6-.254L.247 1.479a.882.882 0 0 1 0-1.226Z" fill="#{url-encoded-color($nav-link-drop-color)}"/></svg>') !default;
95
- $nav-link-drop-color-mobile:#000 !default;
96
- $nav-link-drop-mobile:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" width=\"6\" height=\"9\"><path fill=\"%23000\" d=\"M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z\" /></svg>")!default;
101
+ $nav-link-drop-color-mobile: #000 !default;
102
+ $nav-link-drop-mobile: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="6" height="9"><path fill="%23000" d="M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z" /></svg>') !default;
97
103
  $nav-first-level-gap: 30px !default;
98
- $nav-first-level-uppercase: true !default;
99
- $nav-quick-link-color:$primary;
100
- $nav-quick-link-size:18px!default;
101
- $nav-quick-link-weight: bold!default;
102
- $nav-quick-link-padding:0!default;
104
+ $nav-first-level-uppercase: false !default;
105
+ $nav-quick-link-color: $primary-svg !default;
106
+ $nav-quick-link-size: 18px !default;
107
+ $nav-quick-link-weight: bold !default;
108
+ $nav-quick-link-padding: 0 !default;
103
109
  $nav-sub-link-font-size: $nav-link-font-size !default;
104
110
  $nav-sub-link-font-weight: $nav-link-font-weight !default;
105
- $nav-overlay-radius:$global-radius !default;
106
- $nav-overlay-title-color:$primary !default;
107
- $nav-overlay-title-font-size:24px !default;
108
- $nav-overlay-title-font-weight:bold !default;
109
- $nav-overlay-next-icon-color:#000;
110
- $nav-overlay-next-icon-hover-color:$primary;
111
- $nav-overlay-next-icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="6" height="9"><path fill="#{url-encoded-color($nav-overlay-next-icon-color)}" d="M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z" /></svg>') !default;
112
- $nav-overlay-next-icon-hover:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="6" height="9"><path fill="#{url-encoded-color($nav-overlay-next-icon-hover-color)}" d="M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z" /></svg>') !default;
111
+ $nav-overlay-radius: $global-radius !default;
112
+ $nav-overlay-title-color: $primary !default;
113
+ $nav-overlay-title-font-size: 24px !default;
114
+ $nav-overlay-title-font-weight: bold !default;
115
+ $nav-overlay-next-color-hover: $primary !default;
116
+ $nav-overlay-next-icon-color: #000;
117
+ $nav-overlay-next-icon-hover-color: $primary;
118
+ $nav-overlay-next-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="6" height="9"><path fill="#{url-encoded-color($nav-overlay-next-icon-color)}" d="M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z" /></svg>') !default;
119
+ $nav-overlay-next-icon-hover: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="6" height="9"><path fill="#{url-encoded-color($nav-overlay-next-icon-hover-color)}" d="M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z" /></svg>') !default;
113
120
 
114
121
  //sub-header
115
- $subsite-logo-background:$primary !default;
116
- $subsite-logo-color:#fff !default;
117
- $subsite-navbar-bg:#fff !default;
122
+ $subsite-logo-background: $primary !default;
123
+ $subsite-logo-color: #fff !default;
124
+ $subsite-navbar-bg: #fff !default;
125
+
118
126
  //sub-sitenav
119
127
  $sub-navbar-padding: 1rem 0 !default;
120
- $sub-nav-link-color:#000 !default;
121
- $sub-nav-link-open-color:#000 !default;
122
- $sub-nav-link-drop-color:#000 !default;
128
+ $sub-nav-link-color: #000 !default;
129
+ $sub-nav-link-open-color: #000 !default;
130
+ $sub-nav-link-drop-color: #000 !default;
123
131
  $sub-nav-link-drop: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="8.444" height="5.2"><path d="M.247.254a.831.831 0 0 1 1.2 0l2.78 2.854L7.011.254A.831.831 0 0 1 8.2.264a.882.882 0 0 1 .01 1.215L4.825 4.946a.835.835 0 0 1-.6.254 1.529 1.529 0 0 1-.6-.254L.247 1.479a.882.882 0 0 1 0-1.226Z" fill="#{url-encoded-color($sub-nav-link-drop-color)}"/></svg>') !default;
124
132
 
125
133
  //*// SECTION HOMEPAGE
@@ -128,7 +136,7 @@ $sub-nav-link-drop: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2
128
136
  $banner-enable-full-width: true !default;
129
137
  $banner-heigh: 500px !default;
130
138
  $banner-content-width: max-content !default;
131
- $banner-content-max-width: auto !default;
139
+ $banner-content-max-width: 100% !default;
132
140
  $banner-content-margin: 0 !default;
133
141
  $banner-content-padding: 1rem !default;
134
142
  $banner-content-background: rgb(256 256 256 / 50%) !default;
@@ -136,47 +144,45 @@ $banner-content-is-vertical-center: true !default;
136
144
  $banner-content-title-font-size: 50px !default;
137
145
  $banner-content-title-color: black !default;
138
146
  $banner-content-title-text-transform: initial !default;
139
- $banner-content-text-align:left!default;
147
+ $banner-content-text-align: left !default;
140
148
  $banner-content-description-font-size: 18px !default;
141
149
  $banner-content-description-color: black !default;
142
150
 
143
151
  // see_all
144
- $see-all-padding:1rem !default;
145
- $see-all-margin:2rem 0 0 0 !default;
146
- $see-all-bg:$primary !default;
147
- $see-all-color:#000 !default;
148
- $see-all-radius:$global-radius !default;
149
- $see-all-border:solid 1px $primary !default;
150
- $see-all-text-transform:none !default;
151
- $see-all-font-size:16px !default;
152
- $see-all-transition:all .2s ease !default;
153
- $see-all-hover-bg:#000 !default;
154
- $see-all-hover-color:#fff !default;
155
- $see-all-hover-radius:$global-radius !default;
156
- $see-all-hover-border:solid 1px $primary !default;
157
- $see-all-justify-content: center !default;
158
-
152
+ $see-all-padding: 0 !default;
153
+ $see-all-margin: 2rem 0 0 0 !default;
154
+ $see-all-bg: transparent !default;
155
+ $see-all-color: $primary !default;
156
+ $see-all-radius: $global-radius !default;
157
+ $see-all-border: solid 0 $primary !default;
158
+ $see-all-text-transform: none !default;
159
+ $see-all-font-size: 16px !default;
160
+ $see-all-font-weight: 700 !default;
161
+ $see-all-transition: all 0.2s ease !default;
162
+ $see-all-hover-bg: transparent !default;
163
+ $see-all-hover-color: $primary-svg !default;
164
+ $see-all-hover-radius: $global-radius !default;
165
+ $see-all-hover-border: solid 0 $primary !default;
166
+ $see-all-justify-content: right !default;
167
+ $see-all-underline-color: $primary-svg !default;
168
+ $see-all-underline-width: 25% !default;
169
+ $see-all-hover-underline-width: 50% !default;
159
170
 
160
171
  // Quick access
161
- $quick-access-section-full-width:false !default;
162
- $quick-access-title-color:$primary !default;
163
- $quick-access-title-margin:$home-section-title-margin !default;
164
- $quick-access-title-padding:$home-section-title-padding !default;
165
- $quick-access-title-align:$home-section-title-align !default;
172
+ $quick-access-section-full-width: false !default;
173
+ $quick-access-title-color: $primary !default;
174
+ $quick-access-title-margin: $home-section-title-margin !default;
175
+ $quick-access-title-padding: $home-section-title-padding !default;
176
+ $quick-access-title-align: $home-section-title-align !default;
166
177
  $quick-access-container-padding: 1rem 0 !default;
167
178
  $quick-access-width: 100px !default;
168
179
  $quick-access-height: 100px !default;
169
- $quick-access-background:#fff !default;
180
+ $quick-access-background: #fff !default;
170
181
  $quick-access-border: solid 1px $primary !default;
171
- $quick-access-border-radius:100px !default;
172
- $quick-access-shadow: 0 0 2.2px rgb(0 0 0 / 2%),
173
- 0 0 5.3px rgb(0 0 0 / 2.8%),
174
- 0 0 10px rgb(0 0 0 / 3.5%),
175
- 0 0 17.9px rgb(0 0 0 / 4.2%),
176
- 0 0 33.4px rgb(0 0 0 / 5%),
177
- 0 0 80px rgb(0 0 0 / 7%) !default;
178
- $quick-access-svg-width:40px !default;
179
- $quick-access-svg-color:$primary !default;
182
+ $quick-access-border-radius: 100px !default;
183
+ $quick-access-shadow: none !default;
184
+ $quick-access-svg-width: 40px !default;
185
+ $quick-access-svg-color: $primary !default;
180
186
  $quick-access-item-title-margin: 1rem 0 0 0 !default;
181
187
  $quick-access-title-font-size: 18px !default;
182
188
  $quick-access-title-color: $primary !default;
@@ -184,27 +190,27 @@ $quick-access-title-text-transform: initial !default;
184
190
  $quick-access-title-weight: 400 !default;
185
191
 
186
192
  $quick-access-enable-full-bg: false !default;
187
- $quick-access-full-bg-color:$primary !default;
188
- $quick-access-full-bg-border:solid 1px green !default;
193
+ $quick-access-full-bg-color: $primary !default;
194
+ $quick-access-full-bg-border: solid 1px green !default;
189
195
  $quick-access-full-bg-shadow: none !default;
190
196
 
191
197
  // A la une
192
198
  $a-la-une-title-color: $font-title-color !default;
193
- $a-la-une-title-align:$home-section-title-align !default;
199
+ $a-la-une-title-align: $home-section-title-align !default;
194
200
  $a-la-une-title-margin: $home-section-title-margin !default;
195
201
  $a-la-une-title-padding: $home-section-title-padding !default;
196
202
  $a-la-une-text-bg: rgb(244, 244, 244) !default;
197
- $a-la-une-item-image-margin:0 !default;
198
- $a-la-une-item-title-color:$primary !default;
199
- $a-la-une-item-title-font-size:$h3-font-size !default;
200
- $a-la-une-item-title-margin:0 !default;
201
- $a-la-une-item-title-padding:36px 36px 0 !default;
202
- $a-la-une-item-title-radius:0 !default;
203
+ $a-la-une-item-image-margin: 0 !default;
204
+ $a-la-une-item-title-color: $primary !default;
205
+ $a-la-une-item-title-font-size: $h3-font-size !default;
206
+ $a-la-une-item-title-margin: 0 !default;
207
+ $a-la-une-item-title-padding: 36px 36px 0 !default;
208
+ $a-la-une-item-title-radius: 0 !default;
203
209
  $a-la-une-item-description-font-size: $font-size-lg !default;
204
- $a-la-une-item-description-color:initial !default;
205
- $a-la-une-item-description-margin:0 !default;
206
- $a-la-une-item-description-padding:0 36px 36px !default;
207
- $a-la-une-item-description-radius:0 !default;
210
+ $a-la-une-item-description-color: initial !default;
211
+ $a-la-une-item-description-margin: 0 !default;
212
+ $a-la-une-item-description-padding: 0 36px 36px !default;
213
+ $a-la-une-item-description-radius: 0 !default;
208
214
  $a-la-une-item-image-radius: 0 !default;
209
215
 
210
216
  // Actu
@@ -212,32 +218,39 @@ $actu-section-full-width: true !default;
212
218
  $actu-section-padding-top: 2rem !default;
213
219
  $actu-section-padding-bottom: 2rem !default;
214
220
  $actu-section-margin: 0 !default;
215
- $actu-title-color:$primary !default;
216
- $actu-title-align:$home-section-title-align !default;
221
+ $actu-title-color: $primary !default;
222
+ $actu-title-align: $home-section-title-align !default;
217
223
  $actu-title-margin: $home-section-title-margin !default;
218
224
  $actu-title-padding: $home-section-title-padding !default;
219
- $actu-image-margin-bottom: 0.7rem !default;
225
+ $actu-image-margin-bottom: 0 !default;
220
226
  $actu-image-border-radius: $global-radius !default;
221
- $actu-item-bg-color:rgb(244, 244, 244) !default;
222
- $actu-item-bg-radius:$global-radius+2 !default;
223
- $actu-category-margin: 0 0 0.3rem 0 !default;
224
- $actu-category-padding: 0 1rem !default;
225
- $actu-category-color: $primary !default;
226
- $actu-category-bg-color: #000 !default;
227
- $actu-category-text-transform: uppurcase !default;
227
+ $actu-item-bg-color: rgb(244, 244, 244) !default;
228
+ $actu-item-bg-radius: $global-radius + 2 !default;
229
+ $actu-category-margin: 0 0 0.5rem 0 !default;
230
+ $actu-category-padding: 0.5rem 1rem !default;
231
+ $actu-category-color: #fff !default;
232
+ $actu-category-bg-color: $primary-svg !default;
233
+ $actu-category-text-transform: uppercase !default;
228
234
  $actu-category-font-size: 14px !default;
229
235
  $actu-category-font-weight: initial !default;
230
236
  $actu-category-radius: $global-radius !default;
231
- $actu-item-title-margin: 1rem 0 !default;
237
+ $actu-item-title-margin: 0 0 0 0 !default;
232
238
  $actu-item-title-padding: 0 1rem !default;
233
239
  $actu-item-title-color: initial !default;
234
240
  $actu-item-title-text-transform: initial !default;
235
241
  $actu-item-title-font-size: $h3-font-size !default;
236
242
  $actu-item-title-font-weight: initial !default;
237
- $actu-date-margin: 0 !default;
243
+ $actu-item-title-align: left !default;
244
+ $actu-item-description-margin: 0 0 0.5rem 0 !default;
245
+ $actu-item-description-padding: 0 1rem !default;
246
+ $actu-item-description-color: initial !default;
247
+ $actu-item-description-align: left !default;
248
+ $actu-item-description-font-family: $font-family-base !default;
249
+ $actu-date-margin: 0 0 0.5rem 0 !default;
238
250
  $actu-date-padding: 0 1rem !default;
239
251
  $actu-date-color: $primary !default;
240
252
  $actu-date-font-size: 14px !default;
253
+ $actu-date-align: left !default;
241
254
  $actu-see-all-justify-content: $see-all-justify-content !default;
242
255
 
243
256
  // Event
@@ -245,49 +258,53 @@ $event-section-full-width: true !default;
245
258
  $event-section-padding-top: 2rem !default;
246
259
  $event-section-padding-bottom: 2rem !default;
247
260
  $event-section-margin: 0 !default;
248
- $event-title-color:$primary !default;
249
- $event-title-align:$home-section-title-align !default;
261
+ $event-title-color: $primary !default;
262
+ $event-title-align: $home-section-title-align !default;
250
263
  $event-title-margin: $home-section-title-margin !default;
251
264
  $event-title-padding: $home-section-title-padding !default;
252
- $event-image-margin-bottom: 0.7rem !default;
265
+ $event-image-margin-bottom: 0 !default;
253
266
  $event-image-border-radius: $global-radius !default;
254
- $event-item-bg-color:rgb(244, 244, 244) !default;
255
- $event-item-bg-radius:$global-radius+2 !default;
256
- $event-category-margin: 0 0 0.3rem 0 !default;
257
- $event-category-padding: 0 1rem !default;
258
- $event-category-color: $primary !default;
259
- $event-category-bg-color: #000 !default;
260
- $event-category-text-transform: uppurcase !default;
267
+ $event-item-bg-color: rgb(244, 244, 244) !default;
268
+ $event-item-bg-radius: $global-radius + 2 !default;
269
+ $event-category-margin: 0 0 0.5rem 0 !default;
270
+ $event-category-padding: 0.5rem 1rem !default;
271
+ $event-category-color: #fff !default;
272
+ $event-category-bg-color: $primary-svg !default;
273
+ $event-category-text-transform: uppercase !default;
261
274
  $event-category-font-size: 14px !default;
262
275
  $event-category-font-weight: initial !default;
263
276
  $event-category-radius: $global-radius !default;
264
- $event-item-title-margin: 1rem 0 !default;
277
+ $event-item-title-margin: 0 !default;
265
278
  $event-item-title-padding: 0 1rem !default;
266
279
  $event-item-title-color: initial !default;
267
280
  $event-item-title-text-transform: initial !default;
268
281
  $event-item-title-font-size: $h3-font-size !default;
269
282
  $event-item-title-font-weight: initial !default;
270
- $event-date-margin: 0 !default;
283
+ $event-item-description-margin: 0 0 0.5rem 0 !default;
284
+ $event-item-description-padding: 0 1rem !default;
285
+ $event-item-description-color: initial !default;
286
+ $event-item-description-align: left !default;
287
+ $event-item-description-font-family: $font-family-base !default;
288
+ $event-date-margin: 0 0 0.5rem 0 !default;
271
289
  $event-date-padding: 0 1rem !default;
272
290
  $event-date-color: $primary !default;
273
291
  $event-date-font-size: 14px !default;
274
292
  $event-see-all-justify-content: $see-all-justify-content !default;
275
293
 
276
-
277
294
  // Album
278
295
  $album-section-full-width: true !default;
279
- $album-section-bg:#EDEAE5 !default;
296
+ $album-section-bg: #edeae5 !default;
280
297
  $album-section-padding-top: 2rem !default;
281
298
  $album-section-padding-bottom: 2rem !default;
282
299
  $album-section-margin: 0 !default;
283
- $album-title-color:$primary !default;
284
- $album-title-align:$home-section-title-align !default;
300
+ $album-title-color: $primary !default;
301
+ $album-title-align: $home-section-title-align !default;
285
302
  $album-title-margin: $home-section-title-margin !default;
286
303
  $album-title-padding: $home-section-title-padding !default;
287
304
  $album-image-margin-bottom: 0.7rem !default;
288
305
  $album-image-border-radius: $global-radius !default;
289
- $album-item-bg-color:rgb(244, 244, 244) !default;
290
- $album-item-bg-radius:$global-radius+2 !default;
306
+ $album-item-bg-color: rgb(244, 244, 244) !default;
307
+ $album-item-bg-radius: $global-radius + 2 !default;
291
308
  $album-category-margin: 0 0 0.3rem 0 !default;
292
309
  $album-category-padding: 0 !default;
293
310
  $album-category-color: $primary !default;
@@ -308,13 +325,21 @@ $album-date-color: $primary !default;
308
325
  $album-date-font-size: 14px !default;
309
326
  $album-see-all-justify-content: $see-all-justify-content !default;
310
327
 
328
+ // Newsletter
329
+ $newsletter-bg-color: $primary-svg !default;
330
+ $newsletter-align: center !default;
331
+ $newsletter-padding-top: 2rem !default;
332
+ $newsletter-padding-bottom: 2rem !default;
333
+ $newsletter-margin: 3rem 0 !default;
334
+ $newsletter-text-color: #fff !default;
335
+
311
336
  /////////////// interne ///////////////
312
337
 
313
338
  //*// SECTION TEXTE
314
339
  $font-size-texte: $font-size-base !default;
315
340
  $mark-background-color: #f3f3f3 !default;
316
341
  $mark-color: #5c5c5c !default;
317
- $mark-padding: 20px 45px 20px 26px !default;
342
+ $mark-padding-sec: 20px 45px 20px 26px !default;
318
343
  $mark-border: solid 2px $primary !default;
319
344
  $mark-radius: $global-radius !default;
320
345
  $mark-weight: 500 !default;
@@ -328,19 +353,21 @@ $section-text-link-color: $primary !default;
328
353
  $section-text-link-hover-decoration: solid 1px $primary !default;
329
354
  $section-text-max-width: 760px !default;
330
355
 
331
-
332
356
  // Section
333
357
  $section-padding-y: 5.31rem;
334
- $section-padding: (sm: 3rem,
358
+ $section-padding: (
359
+ sm: 3rem,
335
360
  md: 4rem,
336
361
  lg: 4.3rem,
337
362
  );
363
+
338
364
  // section-contact
339
- $section-contact-title-size:$h2-font-size;
340
- $section-contact-sub-title-size:$font-size-lg;
341
- $section-contact-title-color:$primary;
342
- $section-contact-p-margin:1rem 0;
343
- $section-contact-portrait-ration:4/5;
365
+ $section-contact-title-size: $h2-font-size;
366
+ $section-contact-sub-title-size: $font-size-lg;
367
+ $section-contact-title-color: $primary;
368
+ $section-contact-p-margin: 1rem 0;
369
+ $section-contact-portrait-ration: calc(4 / 5);
370
+ $section-contact-background: #f3f3f3 !default;
344
371
 
345
372
  // section-files
346
373
  $section-file-background-color: $primary !default;
@@ -348,7 +375,7 @@ $enable-full-width-section-files: true !default;
348
375
  $enable-light-color-section-files: true !default;
349
376
 
350
377
  // section-link
351
- $section-link-background-color: #F8F8F8;
378
+ $section-link-background-color: #f8f8f8;
352
379
  $enable-full-width-section-link: true;
353
380
  $enable-light-color-section-link: false;
354
381
 
@@ -358,26 +385,32 @@ $section-list-block-img-card-title: 1.25rem;
358
385
  //*// LIST
359
386
 
360
387
  //Liste Block
361
- $block-full-shadow: 0px 20px 40px #0000001A;
362
- $block-small-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
363
- $list-group-border-width : 0px;
364
- $list-group-item-padding-x : 0px;
388
+ $block-full-shadow: 0 20px 40px #0000001a;
389
+ $block-small-shadow: rgba(0, 0, 0, 16%) 0 1px 4px;
390
+ $list-group-border-width: 0;
391
+ $list-group-item-padding-x: 0;
365
392
 
366
393
  // Message Viewlets
367
394
 
368
- $message-info:#27789c;
369
- $message-warning:#c06d01;
370
- $message-error:#ae2609;
371
-
372
- //NEW VARIABLES MANU
373
- //ACTU
374
- $actu-item-title-align: left !default;
375
- $actu-date-align: left !default;
376
- $actu-description-align: left !default;
377
- $actu-description-font-family: $font-family-base !default;
395
+ $message-info: #27789c;
396
+ $message-warning: #c06d01;
397
+ $message-error: #ae2609;
378
398
 
379
399
  //QUICK ACCESS
380
400
  $quick-access-title-font-family: $font-family-title !default;
381
401
 
382
402
  //SEE ALL
383
403
  $see-all-font-family: $font-family-title !default;
404
+
405
+ :root {
406
+ --bs-card-spacer-x: 1rem;
407
+ --bs-card-spacer-y: 1rem;
408
+ }
409
+
410
+ // bootstrap
411
+ .breadcrumb {
412
+ --bs-breadcrumb-margin-bottom: 0 !important;
413
+ --bs-breadcrumb-padding-x: 0 !important;
414
+ --bs-breadcrumb-padding-y: 10px !important;
415
+ --bs-breadcrumb-bg: transparent !important;
416
+ }
package/theme.zip CHANGED
Binary file
package/theme4.2.zip DELETED
Binary file