@imiobe/plonetheme-smartweb-base 0.0.6 → 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 (95) 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/package.json +20 -2
  55. package/src/index.js +60 -14
  56. package/src/scss/_breadcrum.scss +1 -0
  57. package/src/scss/_fonts.scss +6 -5
  58. package/src/scss/_general.scss +73 -65
  59. package/src/scss/_header.scss +33 -13
  60. package/src/scss/_mixin.scss +43 -35
  61. package/src/scss/_sitenav.scss +326 -259
  62. package/src/scss/_sub-sitenav.scss +113 -65
  63. package/src/scss/_swiper.scss +17 -10
  64. package/src/scss/_trucaverif.scss +630 -555
  65. package/src/scss/common/_com-cookies.scss +86 -75
  66. package/src/scss/common/_com-edition.scss +36 -24
  67. package/src/scss/common/_com-faceted.scss +153 -132
  68. package/src/scss/common/_com-footer.scss +9 -5
  69. package/src/scss/common/_com-list-image.scss +17 -15
  70. package/src/scss/common/_com-react.scss +62 -57
  71. package/src/scss/common/_messviewlet.scss +77 -60
  72. package/src/scss/homepage/_a-la-une.scss +30 -19
  73. package/src/scss/homepage/_actualites.scss +137 -111
  74. package/src/scss/homepage/_album.scss +87 -75
  75. package/src/scss/homepage/_banner.scss +38 -41
  76. package/src/scss/homepage/_events.scss +42 -20
  77. package/src/scss/homepage/_general-home.scss +47 -43
  78. package/src/scss/homepage/_newsletter.scss +30 -24
  79. package/src/scss/homepage/_quick-access.scss +14 -4
  80. package/src/scss/list/_list-block-img.scss +53 -49
  81. package/src/scss/list/_list-block.scss +70 -64
  82. package/src/scss/list/_list-img.scss +21 -14
  83. package/src/scss/list/_list.scss +55 -53
  84. package/src/scss/main.scss +17 -9
  85. package/src/scss/sections/_se-contact.scss +229 -158
  86. package/src/scss/sections/_se-file.scss +188 -158
  87. package/src/scss/sections/_se-gallery.scss +16 -14
  88. package/src/scss/sections/_se-link.scss +141 -135
  89. package/src/scss/sections/_se-linked-content.scss +4 -4
  90. package/src/scss/sections/_se-plan-geo.scss +92 -74
  91. package/src/scss/sections/_se-plan.scss +2 -2
  92. package/src/scss/sections/_se-postit.scss +19 -17
  93. package/src/scss/sections/_se-textes.scss +35 -41
  94. package/src/scss/variables.scss +159 -138
  95. package/theme.zip +0 -0
@@ -3,15 +3,17 @@ $primary: #222831 !default;
3
3
  $primary-svg: #235789 !default;
4
4
 
5
5
  //*// TYPOGRAPHY
6
- @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
7
- @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap');
8
6
 
9
- $font-family-base:'Roboto', sans-serif!default;
10
- $font-family-title:'Nunito', sans-serif!default;
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;
11
12
  $font-title-color: $primary !default;
12
13
  $font-title-color-light: #fff !default;
13
14
  $font-title-color-dark: #000 !default;
14
15
  $font-title-weight: 700 !default;
16
+
15
17
  // $font-size-base affects the font size of the body text
16
18
  $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
17
19
  $font-size-sm: $font-size-base * 0.875 !default;
@@ -26,25 +28,27 @@ $h6-font-size: $font-size-base !default;
26
28
  // Include Roboto as webfont
27
29
 
28
30
  //*// GLOBAL
31
+
29
32
  @function url-encoded-color($color) {
30
- @return "%23"+str-slice("#{$color}", 2, -1);
33
+ @return "%23" + str-slice("#{$color}", 2, -1);
31
34
  }
32
35
  $container-max-widths: (
33
36
  sm: 100%,
34
37
  md: 100%,
35
38
  lg: 960px,
36
39
  xl: 1140px,
37
- xxl: 1320px
40
+ xxl: 1320px,
38
41
  );
39
42
  $global-radius: 0 !default;
40
43
  $enable-title-uppercase: false !default;
41
- $home-section-title-size:3.25rem!default;
42
- $home-section-title-margin:0 0 2rem 0 !default;
43
- $home-section-title-padding:0 !default;
44
- $home-section-title-align:left !default;
45
- $section-padding-top:0 !default;
46
- $to-portal-link-color:#282828!default;
47
- $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
+
48
52
  //swiper
49
53
  $swiper-icon-color: $primary-svg !default;
50
54
  $swiper-button-height: 45px !default;
@@ -55,67 +59,75 @@ $swiper-next-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/20
55
59
  $swiper-background-size: 50% !default;
56
60
  $swiper-background-color: #fff !default;
57
61
  $swiper-raduis: 50px !default;
58
- $swipper-bullet-color:$primary-svg!default;
62
+ $swipper-bullet-color: $primary-svg !default;
63
+
59
64
  //*// HEADER
60
65
  $main-logo-max-width: 115px !default;
61
66
  $header-top-padding: 1rem 0 !default;
62
67
  $header-top-background: #fff !default;
63
68
  $header-center-nav: false !default;
64
69
  $header-nav-margin: 0 1rem 0 1rem !default;
65
- $header-links-color:$primary !default;
66
- $header-links-account-margin:0 !default;
67
- $header-links-account-padding:0 !default;
68
- $header-links-account-border:solid 0px #000 !default;
69
- $header-links-account-bg:transparent !default;
70
- $header-links-account-hover-border:solid 0px #000 !default;
71
- $header-links-account-hover-bg:transparent !default;
72
- $header-links-account-hover-color:#000 !default;
73
- $header-search-icon-color:#000 !default;
74
- $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;
75
- $toggler-color:white !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;
76
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
+
77
86
  //bredcrumb
78
- $breadcrumb-bg: #d6d6d6 !default;
87
+ $breadcrumb-bg: #fff !default;
79
88
  $enable-full-width-breacrumb: false !default;
80
89
 
81
90
  // sitenav
82
91
  $navbar-padding-x: 2.5rem !default;
83
92
  $nav-mask-background: rgb(15 11 11 / 76%) !default;
84
- $nav-link-color: $primary!default;
93
+ $nav-title-font-family: $font-family-base !default;
94
+ $nav-link-color: $primary !default;
85
95
  $nav-link-open-color: $primary !default;
86
96
  $nav-link-active-color: $primary-svg !default;
87
97
  $nav-link-font-size: initial !default;
88
98
  $nav-link-font-weight: 500 !default;
89
- $nav-link-drop-color:$primary!default;
99
+ $nav-link-drop-color: $primary !default;
90
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;
91
- $nav-link-drop-color-mobile:#000 !default;
92
- $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;
93
103
  $nav-first-level-gap: 30px !default;
94
104
  $nav-first-level-uppercase: false !default;
95
- $nav-quick-link-color:$primary-svg;
96
- $nav-quick-link-size:18px!default;
97
- $nav-quick-link-weight: bold!default;
98
- $nav-quick-link-padding:0!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;
99
109
  $nav-sub-link-font-size: $nav-link-font-size !default;
100
110
  $nav-sub-link-font-weight: $nav-link-font-weight !default;
101
- $nav-overlay-radius:$global-radius !default;
102
- $nav-overlay-title-color:$primary !default;
103
- $nav-overlay-title-font-size:24px !default;
104
- $nav-overlay-title-font-weight:bold !default;
105
- $nav-overlay-next-icon-color:#000;
106
- $nav-overlay-next-icon-hover-color:$primary;
107
- $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;
108
- $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;
109
120
 
110
121
  //sub-header
111
- $subsite-logo-background:$primary !default;
112
- $subsite-logo-color:#fff !default;
113
- $subsite-navbar-bg:#fff !default;
122
+ $subsite-logo-background: $primary !default;
123
+ $subsite-logo-color: #fff !default;
124
+ $subsite-navbar-bg: #fff !default;
125
+
114
126
  //sub-sitenav
115
127
  $sub-navbar-padding: 1rem 0 !default;
116
- $sub-nav-link-color:#000 !default;
117
- $sub-nav-link-open-color:#000 !default;
118
- $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;
119
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;
120
132
 
121
133
  //*// SECTION HOMEPAGE
@@ -132,46 +144,45 @@ $banner-content-is-vertical-center: true !default;
132
144
  $banner-content-title-font-size: 50px !default;
133
145
  $banner-content-title-color: black !default;
134
146
  $banner-content-title-text-transform: initial !default;
135
- $banner-content-text-align:left!default;
147
+ $banner-content-text-align: left !default;
136
148
  $banner-content-description-font-size: 18px !default;
137
149
  $banner-content-description-color: black !default;
138
150
 
139
151
  // see_all
140
- $see-all-padding:0 !default;
152
+ $see-all-padding: 0 !default;
141
153
  $see-all-margin: 2rem 0 0 0 !default;
142
- $see-all-bg:transparent !default;
143
- $see-all-color:$primary !default;
144
- $see-all-radius:$global-radius !default;
145
- $see-all-border:solid 0px $primary !default;
146
- $see-all-text-transform:none !default;
147
- $see-all-font-size:16px !default;
148
- $see-all-font-weight:700!default;
149
- $see-all-transition:all .2s ease !default;
150
- $see-all-hover-bg:transparent !default;
151
- $see-all-hover-color:$primary-svg !default;
152
- $see-all-hover-radius:$global-radius !default;
153
- $see-all-hover-border:solid 0px $primary !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;
154
166
  $see-all-justify-content: right !default;
155
- $see-all-underline-color: $primary-svg!default;
156
- $see-all-underline-width: 25%!default;
157
- $see-all-hover-underline-width:50%!default;
158
-
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;
182
+ $quick-access-border-radius: 100px !default;
172
183
  $quick-access-shadow: none !default;
173
- $quick-access-svg-width:40px !default;
174
- $quick-access-svg-color:$primary !default;
184
+ $quick-access-svg-width: 40px !default;
185
+ $quick-access-svg-color: $primary !default;
175
186
  $quick-access-item-title-margin: 1rem 0 0 0 !default;
176
187
  $quick-access-title-font-size: 18px !default;
177
188
  $quick-access-title-color: $primary !default;
@@ -179,27 +190,27 @@ $quick-access-title-text-transform: initial !default;
179
190
  $quick-access-title-weight: 400 !default;
180
191
 
181
192
  $quick-access-enable-full-bg: false !default;
182
- $quick-access-full-bg-color:$primary !default;
183
- $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;
184
195
  $quick-access-full-bg-shadow: none !default;
185
196
 
186
197
  // A la une
187
198
  $a-la-une-title-color: $font-title-color !default;
188
- $a-la-une-title-align:$home-section-title-align !default;
199
+ $a-la-une-title-align: $home-section-title-align !default;
189
200
  $a-la-une-title-margin: $home-section-title-margin !default;
190
201
  $a-la-une-title-padding: $home-section-title-padding !default;
191
202
  $a-la-une-text-bg: rgb(244, 244, 244) !default;
192
- $a-la-une-item-image-margin:0 !default;
193
- $a-la-une-item-title-color:$primary !default;
194
- $a-la-une-item-title-font-size:$h3-font-size !default;
195
- $a-la-une-item-title-margin:0 !default;
196
- $a-la-une-item-title-padding:36px 36px 0 !default;
197
- $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;
198
209
  $a-la-une-item-description-font-size: $font-size-lg !default;
199
- $a-la-une-item-description-color:initial !default;
200
- $a-la-une-item-description-margin:0 !default;
201
- $a-la-une-item-description-padding:0 36px 36px !default;
202
- $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;
203
214
  $a-la-une-item-image-radius: 0 !default;
204
215
 
205
216
  // Actu
@@ -207,19 +218,19 @@ $actu-section-full-width: true !default;
207
218
  $actu-section-padding-top: 2rem !default;
208
219
  $actu-section-padding-bottom: 2rem !default;
209
220
  $actu-section-margin: 0 !default;
210
- $actu-title-color:$primary !default;
211
- $actu-title-align:$home-section-title-align !default;
221
+ $actu-title-color: $primary !default;
222
+ $actu-title-align: $home-section-title-align !default;
212
223
  $actu-title-margin: $home-section-title-margin !default;
213
224
  $actu-title-padding: $home-section-title-padding !default;
214
225
  $actu-image-margin-bottom: 0 !default;
215
226
  $actu-image-border-radius: $global-radius !default;
216
- $actu-item-bg-color:rgb(244, 244, 244) !default;
217
- $actu-item-bg-radius:$global-radius+2 !default;
218
- $actu-category-margin: 0 0 .5rem 0 !default;
219
- $actu-category-padding: .5rem 1rem !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;
220
231
  $actu-category-color: #fff !default;
221
232
  $actu-category-bg-color: $primary-svg !default;
222
- $actu-category-text-transform: uppurcase !default;
233
+ $actu-category-text-transform: uppercase !default;
223
234
  $actu-category-font-size: 14px !default;
224
235
  $actu-category-font-weight: initial !default;
225
236
  $actu-category-radius: $global-radius !default;
@@ -230,37 +241,36 @@ $actu-item-title-text-transform: initial !default;
230
241
  $actu-item-title-font-size: $h3-font-size !default;
231
242
  $actu-item-title-font-weight: initial !default;
232
243
  $actu-item-title-align: left !default;
233
- $actu-item-description-margin: 0 0 .5rem 0 !default;
244
+ $actu-item-description-margin: 0 0 0.5rem 0 !default;
234
245
  $actu-item-description-padding: 0 1rem !default;
235
246
  $actu-item-description-color: initial !default;
236
247
  $actu-item-description-align: left !default;
237
248
  $actu-item-description-font-family: $font-family-base !default;
238
- $actu-date-margin: 0 0 .5rem 0!default;
249
+ $actu-date-margin: 0 0 0.5rem 0 !default;
239
250
  $actu-date-padding: 0 1rem !default;
240
251
  $actu-date-color: $primary !default;
241
252
  $actu-date-font-size: 14px !default;
242
253
  $actu-date-align: left !default;
243
254
  $actu-see-all-justify-content: $see-all-justify-content !default;
244
255
 
245
-
246
256
  // Event
247
257
  $event-section-full-width: true !default;
248
258
  $event-section-padding-top: 2rem !default;
249
259
  $event-section-padding-bottom: 2rem !default;
250
260
  $event-section-margin: 0 !default;
251
- $event-title-color:$primary !default;
252
- $event-title-align:$home-section-title-align !default;
261
+ $event-title-color: $primary !default;
262
+ $event-title-align: $home-section-title-align !default;
253
263
  $event-title-margin: $home-section-title-margin !default;
254
264
  $event-title-padding: $home-section-title-padding !default;
255
- $event-image-margin-bottom: 0rem !default;
265
+ $event-image-margin-bottom: 0 !default;
256
266
  $event-image-border-radius: $global-radius !default;
257
- $event-item-bg-color:rgb(244, 244, 244) !default;
258
- $event-item-bg-radius:$global-radius+2 !default;
267
+ $event-item-bg-color: rgb(244, 244, 244) !default;
268
+ $event-item-bg-radius: $global-radius + 2 !default;
259
269
  $event-category-margin: 0 0 0.5rem 0 !default;
260
- $event-category-padding: .5rem 1rem !default;
270
+ $event-category-padding: 0.5rem 1rem !default;
261
271
  $event-category-color: #fff !default;
262
272
  $event-category-bg-color: $primary-svg !default;
263
- $event-category-text-transform: uppurcase !default;
273
+ $event-category-text-transform: uppercase !default;
264
274
  $event-category-font-size: 14px !default;
265
275
  $event-category-font-weight: initial !default;
266
276
  $event-category-radius: $global-radius !default;
@@ -270,32 +280,31 @@ $event-item-title-color: initial !default;
270
280
  $event-item-title-text-transform: initial !default;
271
281
  $event-item-title-font-size: $h3-font-size !default;
272
282
  $event-item-title-font-weight: initial !default;
273
- $event-item-description-margin: 0 0 .5rem 0 !default;
283
+ $event-item-description-margin: 0 0 0.5rem 0 !default;
274
284
  $event-item-description-padding: 0 1rem !default;
275
285
  $event-item-description-color: initial !default;
276
286
  $event-item-description-align: left !default;
277
287
  $event-item-description-font-family: $font-family-base !default;
278
- $event-date-margin: 0 0 .5rem 0 !default;
288
+ $event-date-margin: 0 0 0.5rem 0 !default;
279
289
  $event-date-padding: 0 1rem !default;
280
290
  $event-date-color: $primary !default;
281
291
  $event-date-font-size: 14px !default;
282
292
  $event-see-all-justify-content: $see-all-justify-content !default;
283
293
 
284
-
285
294
  // Album
286
295
  $album-section-full-width: true !default;
287
- $album-section-bg:#EDEAE5 !default;
296
+ $album-section-bg: #edeae5 !default;
288
297
  $album-section-padding-top: 2rem !default;
289
298
  $album-section-padding-bottom: 2rem !default;
290
299
  $album-section-margin: 0 !default;
291
- $album-title-color:$primary !default;
292
- $album-title-align:$home-section-title-align !default;
300
+ $album-title-color: $primary !default;
301
+ $album-title-align: $home-section-title-align !default;
293
302
  $album-title-margin: $home-section-title-margin !default;
294
303
  $album-title-padding: $home-section-title-padding !default;
295
304
  $album-image-margin-bottom: 0.7rem !default;
296
305
  $album-image-border-radius: $global-radius !default;
297
- $album-item-bg-color:rgb(244, 244, 244) !default;
298
- $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;
299
308
  $album-category-margin: 0 0 0.3rem 0 !default;
300
309
  $album-category-padding: 0 !default;
301
310
  $album-category-color: $primary !default;
@@ -317,19 +326,20 @@ $album-date-font-size: 14px !default;
317
326
  $album-see-all-justify-content: $see-all-justify-content !default;
318
327
 
319
328
  // Newsletter
320
- $newsletter-bg-color:$primary-svg!default;
321
- $newsletter-align: center!default;
322
- $newsletter-padding-top:2rem!default;
323
- $newsletter-padding-bottom:2rem!default;
324
- $newsletter-margin:3rem 0!default;
325
- $newsletter-text-color:#fff!default;
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
+
326
336
  /////////////// interne ///////////////
327
337
 
328
338
  //*// SECTION TEXTE
329
339
  $font-size-texte: $font-size-base !default;
330
340
  $mark-background-color: #f3f3f3 !default;
331
341
  $mark-color: #5c5c5c !default;
332
- $mark-padding: 20px 45px 20px 26px !default;
342
+ $mark-padding-sec: 20px 45px 20px 26px !default;
333
343
  $mark-border: solid 2px $primary !default;
334
344
  $mark-radius: $global-radius !default;
335
345
  $mark-weight: 500 !default;
@@ -345,17 +355,19 @@ $section-text-max-width: 760px !default;
345
355
 
346
356
  // Section
347
357
  $section-padding-y: 5.31rem;
348
- $section-padding: (sm: 3rem,
358
+ $section-padding: (
359
+ sm: 3rem,
349
360
  md: 4rem,
350
361
  lg: 4.3rem,
351
362
  );
363
+
352
364
  // section-contact
353
- $section-contact-title-size:$h2-font-size;
354
- $section-contact-sub-title-size:$font-size-lg;
355
- $section-contact-title-color:$primary;
356
- $section-contact-p-margin:1rem 0;
357
- $section-contact-portrait-ration:calc(4 / 5);
358
- $section-contact-background:#f3f3f3!default;
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;
359
371
 
360
372
  // section-files
361
373
  $section-file-background-color: $primary !default;
@@ -363,7 +375,7 @@ $enable-full-width-section-files: true !default;
363
375
  $enable-light-color-section-files: true !default;
364
376
 
365
377
  // section-link
366
- $section-link-background-color: #F8F8F8;
378
+ $section-link-background-color: #f8f8f8;
367
379
  $enable-full-width-section-link: true;
368
380
  $enable-light-color-section-link: false;
369
381
 
@@ -373,23 +385,32 @@ $section-list-block-img-card-title: 1.25rem;
373
385
  //*// LIST
374
386
 
375
387
  //Liste Block
376
- $block-full-shadow: 0px 20px 40px #0000001A;
377
- $block-small-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
378
- $list-group-border-width : 0px;
379
- $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;
380
392
 
381
393
  // Message Viewlets
382
394
 
383
- $message-info:#27789c;
384
- $message-warning:#c06d01;
385
- $message-error:#ae2609;
395
+ $message-info: #27789c;
396
+ $message-warning: #c06d01;
397
+ $message-error: #ae2609;
386
398
 
387
399
  //QUICK ACCESS
388
400
  $quick-access-title-font-family: $font-family-title !default;
389
401
 
390
402
  //SEE ALL
391
403
  $see-all-font-family: $font-family-title !default;
404
+
392
405
  :root {
393
- --bs-card-spacer-x:1rem;
394
- --bs-card-spacer-y:1rem;
395
- }
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