@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.
- package/CHANGELOG.md +78 -0
- package/dist/css/theme.css +5 -0
- package/dist/fonts/roboto-bold..eot +0 -0
- package/dist/fonts/roboto-bold..ttf +0 -0
- package/dist/fonts/roboto-bold..woff +0 -0
- package/dist/fonts/roboto-bold..woff2 +0 -0
- package/dist/fonts/roboto-bolditalic..eot +0 -0
- package/dist/fonts/roboto-bolditalic..ttf +0 -0
- package/dist/fonts/roboto-bolditalic..woff +0 -0
- package/dist/fonts/roboto-bolditalic..woff2 +0 -0
- package/dist/fonts/roboto-italic..eot +0 -0
- package/dist/fonts/roboto-italic..ttf +0 -0
- package/dist/fonts/roboto-italic..woff +0 -0
- package/dist/fonts/roboto-italic..woff2 +0 -0
- package/dist/fonts/roboto-light..eot +0 -0
- package/dist/fonts/roboto-light..ttf +0 -0
- package/dist/fonts/roboto-light..woff +0 -0
- package/dist/fonts/roboto-light..woff2 +0 -0
- package/dist/fonts/roboto-lightitalic..eot +0 -0
- package/dist/fonts/roboto-lightitalic..ttf +0 -0
- package/dist/fonts/roboto-lightitalic..woff +0 -0
- package/dist/fonts/roboto-lightitalic..woff2 +0 -0
- package/dist/fonts/roboto-medium..eot +0 -0
- package/dist/fonts/roboto-medium..ttf +0 -0
- package/dist/fonts/roboto-medium..woff +0 -0
- package/dist/fonts/roboto-medium..woff2 +0 -0
- package/dist/fonts/roboto-mediumitalic..eot +0 -0
- package/dist/fonts/roboto-mediumitalic..ttf +0 -0
- package/dist/fonts/roboto-mediumitalic..woff +0 -0
- package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
- package/dist/fonts/roboto-regular..eot +0 -0
- package/dist/fonts/roboto-regular..ttf +0 -0
- package/dist/fonts/roboto-regular..woff +0 -0
- package/dist/fonts/roboto-regular..woff2 +0 -0
- package/dist/fonts/robotocondensed-light..eot +0 -0
- package/dist/fonts/robotocondensed-light..ttf +0 -0
- package/dist/fonts/robotocondensed-light..woff +0 -0
- package/dist/fonts/robotocondensed-light..woff2 +0 -0
- package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
- package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
- package/dist/images/roboto-bolde46805ee..svg +1 -0
- package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
- package/dist/images/roboto-italic2332d1c3..svg +1 -0
- package/dist/images/roboto-light054c1c8a..svg +1 -0
- package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
- package/dist/images/roboto-medium832a5157..svg +1 -0
- package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
- package/dist/images/roboto-regulare788ed65..svg +1 -0
- package/dist/images/robotocondensed-light04ff367e..svg +1 -0
- package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
- package/dist/js/theme.js +1 -0
- package/index.html +68 -61
- package/manifest.cfg +5 -5
- package/package.json +22 -4
- package/src/index.js +59 -14
- package/src/scss/_breadcrum.scss +1 -0
- package/src/scss/_fonts.scss +11 -1
- package/src/scss/_general.scss +75 -75
- package/src/scss/_header.scss +38 -24
- package/src/scss/_mixin.scss +43 -35
- package/src/scss/_sitenav.scss +330 -485
- package/src/scss/_sub-sitenav.scss +114 -302
- package/src/scss/_swiper.scss +29 -12
- package/src/scss/_trucaverif.scss +632 -585
- package/src/scss/common/_com-cookies.scss +86 -75
- package/src/scss/common/_com-edition.scss +36 -24
- package/src/scss/common/_com-faceted.scss +155 -132
- package/src/scss/common/_com-footer.scss +9 -5
- package/src/scss/common/_com-list-image.scss +17 -15
- package/src/scss/common/_com-react.scss +63 -51
- package/src/scss/common/_messviewlet.scss +77 -59
- package/src/scss/homepage/_a-la-une.scss +30 -19
- package/src/scss/homepage/_actualites.scss +137 -108
- package/src/scss/homepage/_album.scss +88 -78
- package/src/scss/homepage/_banner.scss +35 -42
- package/src/scss/homepage/_events.scss +51 -24
- package/src/scss/homepage/_general-home.scss +49 -24
- package/src/scss/homepage/_newsletter.scss +30 -0
- package/src/scss/homepage/_quick-access.scss +16 -3
- package/src/scss/list/_list-block-img.scss +53 -49
- package/src/scss/list/_list-block.scss +70 -64
- package/src/scss/list/_list-img.scss +21 -14
- package/src/scss/list/_list.scss +55 -53
- package/src/scss/main.scss +23 -6
- package/src/scss/sections/_se-contact.scss +230 -138
- package/src/scss/sections/_se-file.scss +187 -166
- package/src/scss/sections/_se-gallery.scss +16 -14
- package/src/scss/sections/_se-link.scss +141 -135
- package/src/scss/sections/_se-linked-content.scss +4 -4
- package/src/scss/sections/_se-plan-geo.scss +101 -0
- package/src/scss/sections/_se-plan.scss +2 -2
- package/src/scss/sections/_se-postit.scss +19 -0
- package/src/scss/sections/_se-textes.scss +40 -54
- package/src/scss/variables.scss +201 -168
- package/theme.zip +0 -0
- package/theme4.2.zip +0 -0
|
@@ -3,57 +3,65 @@
|
|
|
3
3
|
.subsite-container {
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: column;
|
|
6
|
-
|
|
6
|
+
position: relative;
|
|
7
|
+
|
|
8
|
+
@media screen and (min-width: 1200px) {
|
|
7
9
|
flex-direction: row;
|
|
8
10
|
align-items: center;
|
|
9
11
|
gap: 40px;
|
|
10
12
|
background: $subsite-navbar-bg;
|
|
11
13
|
}
|
|
14
|
+
|
|
12
15
|
#subsite-logo {
|
|
13
16
|
font-size: 24px;
|
|
14
17
|
text-transform: uppercase;
|
|
15
18
|
display: inline-block;
|
|
16
19
|
background: $subsite-logo-background;
|
|
20
|
+
|
|
17
21
|
a {
|
|
18
22
|
text-decoration: none;
|
|
19
23
|
color: $subsite-logo-color;
|
|
20
24
|
font-weight: 500;
|
|
21
|
-
padding: 1rem 2rem
|
|
25
|
+
padding: 1rem 2rem;
|
|
22
26
|
position: relative;
|
|
23
|
-
display:
|
|
27
|
+
display: flex;
|
|
24
28
|
align-items: center;
|
|
29
|
+
gap: 14px;
|
|
30
|
+
flex-wrap: wrap;
|
|
31
|
+
|
|
32
|
+
svg,
|
|
33
|
+
img {
|
|
34
|
+
max-width: 80px;
|
|
35
|
+
max-height: 80px;
|
|
36
|
+
}
|
|
25
37
|
}
|
|
26
38
|
}
|
|
27
39
|
}
|
|
28
40
|
|
|
29
|
-
|
|
30
|
-
div#subsite-logo img {
|
|
31
|
-
margin-right: 0.25em;
|
|
32
|
-
margin-left: -1.25rem;
|
|
33
|
-
height: 3rem;
|
|
34
|
-
margin-top: -0.5em;
|
|
35
|
-
margin-bottom: -0.5em;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
41
|
// sub nav
|
|
40
42
|
#subsite-navigation {
|
|
41
43
|
padding: $sub-navbar-padding;
|
|
42
|
-
|
|
44
|
+
|
|
45
|
+
& > ul {
|
|
43
46
|
width: 100%;
|
|
47
|
+
|
|
44
48
|
@include media-breakpoint-up(md) {
|
|
45
49
|
flex-direction: column;
|
|
46
50
|
gap: 15px;
|
|
47
51
|
}
|
|
52
|
+
|
|
48
53
|
@include media-breakpoint-up(lg) {
|
|
49
54
|
flex-direction: row;
|
|
50
55
|
}
|
|
56
|
+
|
|
51
57
|
@include media-breakpoint-up(xl) {
|
|
52
58
|
gap: $nav-first-level-gap;
|
|
53
59
|
}
|
|
60
|
+
|
|
54
61
|
.index_html {
|
|
55
62
|
display: none;
|
|
56
63
|
}
|
|
64
|
+
|
|
57
65
|
li {
|
|
58
66
|
ul {
|
|
59
67
|
left: 0;
|
|
@@ -73,19 +81,21 @@ div#subsite-logo img {
|
|
|
73
81
|
display: none;
|
|
74
82
|
}
|
|
75
83
|
|
|
76
|
-
&.show-nav
|
|
84
|
+
&.show-nav > .has_subtree.dropdown {
|
|
77
85
|
z-index: 1;
|
|
78
|
-
opacity:
|
|
86
|
+
opacity: 100%;
|
|
79
87
|
visibility: visible;
|
|
80
88
|
border-radius: $nav-overlay-radius;
|
|
89
|
+
|
|
81
90
|
a {
|
|
82
91
|
pointer-events: initial !important;
|
|
83
92
|
}
|
|
84
93
|
}
|
|
85
|
-
|
|
94
|
+
|
|
95
|
+
&.show-nav > .has_subtree {
|
|
86
96
|
visibility: visible;
|
|
87
97
|
|
|
88
|
-
.show-nav
|
|
98
|
+
.show-nav > .dropdown {
|
|
89
99
|
left: 25.5em;
|
|
90
100
|
|
|
91
101
|
.dropdown {
|
|
@@ -94,7 +104,7 @@ div#subsite-logo img {
|
|
|
94
104
|
}
|
|
95
105
|
}
|
|
96
106
|
|
|
97
|
-
|
|
107
|
+
& > .has_subtree {
|
|
98
108
|
width: 21em;
|
|
99
109
|
padding: 2em;
|
|
100
110
|
background: #fff;
|
|
@@ -116,38 +126,42 @@ div#subsite-logo img {
|
|
|
116
126
|
}
|
|
117
127
|
}
|
|
118
128
|
|
|
119
|
-
|
|
120
|
-
|
|
129
|
+
& > li {
|
|
130
|
+
& > a {
|
|
121
131
|
display: flex;
|
|
122
132
|
align-items: center;
|
|
123
133
|
padding: 0;
|
|
124
134
|
color: $sub-nav-link-color;
|
|
135
|
+
|
|
125
136
|
@if $nav-first-level-uppercase {
|
|
126
137
|
text-transform: uppercase;
|
|
127
138
|
}
|
|
139
|
+
|
|
128
140
|
&:hover,
|
|
129
141
|
&:focus {
|
|
130
|
-
|
|
142
|
+
&::before {
|
|
131
143
|
content: "";
|
|
132
144
|
height: 2px;
|
|
133
145
|
position: absolute;
|
|
134
146
|
left: 0;
|
|
135
147
|
background-color: $primary;
|
|
136
148
|
bottom: 0;
|
|
137
|
-
transition: all .3s ease;
|
|
149
|
+
transition: all 0.3s ease;
|
|
138
150
|
right: 0;
|
|
139
151
|
}
|
|
140
152
|
}
|
|
141
153
|
}
|
|
142
154
|
|
|
143
|
-
|
|
155
|
+
& > .has_subtree {
|
|
144
156
|
width: 25em;
|
|
157
|
+
|
|
145
158
|
.close-nav {
|
|
146
159
|
position: absolute;
|
|
147
160
|
z-index: 99;
|
|
148
161
|
top: 0;
|
|
149
162
|
right: 1.5em;
|
|
150
163
|
border-bottom: none !important;
|
|
164
|
+
|
|
151
165
|
.close-nav-icon {
|
|
152
166
|
display: block;
|
|
153
167
|
width: 20px;
|
|
@@ -159,24 +173,27 @@ div#subsite-logo img {
|
|
|
159
173
|
}
|
|
160
174
|
|
|
161
175
|
div.has_subtree {
|
|
162
|
-
|
|
176
|
+
& > span {
|
|
163
177
|
color: $primary;
|
|
164
178
|
}
|
|
179
|
+
|
|
165
180
|
&.dropdown {
|
|
166
181
|
.has_subtree .nav-link {
|
|
167
182
|
&[aria-haspopup="true"] {
|
|
168
|
-
|
|
183
|
+
&::after {
|
|
169
184
|
content: $nav-overlay-next-icon;
|
|
170
185
|
right: 0;
|
|
171
186
|
}
|
|
187
|
+
|
|
172
188
|
&:hover,
|
|
173
189
|
&:focus {
|
|
174
|
-
|
|
190
|
+
&::after {
|
|
175
191
|
content: $nav-overlay-next-icon-hover;
|
|
176
192
|
}
|
|
177
193
|
}
|
|
178
194
|
}
|
|
179
195
|
}
|
|
196
|
+
|
|
180
197
|
@include media-breakpoint-up(md) {
|
|
181
198
|
display: flex;
|
|
182
199
|
height: 800px;
|
|
@@ -184,45 +201,54 @@ div#subsite-logo img {
|
|
|
184
201
|
max-height: 85vh;
|
|
185
202
|
flex-direction: column;
|
|
186
203
|
|
|
187
|
-
|
|
204
|
+
& > ul {
|
|
188
205
|
overflow-y: auto;
|
|
189
206
|
}
|
|
190
207
|
}
|
|
208
|
+
|
|
191
209
|
@include media-breakpoint-down(lg) {
|
|
192
210
|
overflow: hidden;
|
|
193
211
|
overflow-y: scroll;
|
|
194
212
|
}
|
|
195
213
|
}
|
|
214
|
+
|
|
196
215
|
.close-nav .close-nav-icon {
|
|
197
216
|
display: block;
|
|
198
217
|
width: 20px;
|
|
199
218
|
height: 20px;
|
|
200
219
|
padding: 0;
|
|
201
|
-
background-image: url("
|
|
220
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' aria-hidden='true' class='css-tj5bde-Svg'%3E%3Cpath d='M14.348 14.849a1.2 1.2 0 0 1-1.697 0L10 11.819l-2.651 3.029a1.2 1.2 0 1 1-1.697-1.697l2.758-3.15-2.759-3.152a1.2 1.2 0 1 1 1.697-1.697L10 8.183l2.651-3.031a1.2 1.2 0 1 1 1.697 1.697l-2.758 3.152 2.758 3.15a1.2 1.2 0 0 1 0 1.698z'/%3E%3C/svg%3E");
|
|
202
221
|
}
|
|
203
222
|
}
|
|
223
|
+
|
|
204
224
|
.dropdown {
|
|
205
225
|
background-color: aqua;
|
|
206
|
-
opacity: 0
|
|
226
|
+
opacity: 0%;
|
|
207
227
|
visibility: hidden;
|
|
228
|
+
|
|
208
229
|
a {
|
|
209
230
|
padding: 1rem 0;
|
|
210
231
|
border-bottom: 1px solid #ddd;
|
|
211
232
|
pointer-events: none;
|
|
212
233
|
}
|
|
234
|
+
|
|
213
235
|
.nav-title {
|
|
214
236
|
padding: 0 !important;
|
|
237
|
+
|
|
215
238
|
a {
|
|
216
239
|
color: $nav-overlay-title-color;
|
|
217
240
|
font-size: $nav-overlay-title-font-size;
|
|
218
241
|
font-weight: $nav-overlay-title-font-weight;
|
|
242
|
+
font-family: $nav-title-font-family;
|
|
219
243
|
}
|
|
220
244
|
}
|
|
245
|
+
|
|
221
246
|
.nav-link {
|
|
222
247
|
display: flex;
|
|
223
248
|
align-items: center;
|
|
224
249
|
justify-content: space-between;
|
|
225
250
|
color: #000;
|
|
251
|
+
|
|
226
252
|
&:hover,
|
|
227
253
|
&:focus {
|
|
228
254
|
color: $primary;
|
|
@@ -244,14 +270,15 @@ div#subsite-logo img {
|
|
|
244
270
|
}
|
|
245
271
|
|
|
246
272
|
&.activated {
|
|
247
|
-
|
|
273
|
+
& > ul > li > a {
|
|
248
274
|
@include media-breakpoint-up(md) {
|
|
249
275
|
color: $sub-nav-link-open-color !important;
|
|
250
276
|
}
|
|
251
277
|
}
|
|
252
278
|
}
|
|
253
279
|
}
|
|
254
|
-
|
|
280
|
+
|
|
281
|
+
#subsite-navigation > ul > .has_subtree.nav-item > .nav-link::after {
|
|
255
282
|
content: "";
|
|
256
283
|
width: 9px;
|
|
257
284
|
height: 6px;
|
|
@@ -260,258 +287,42 @@ div#subsite-logo img {
|
|
|
260
287
|
background-size: contain;
|
|
261
288
|
background-position: center;
|
|
262
289
|
background-repeat: no-repeat;
|
|
263
|
-
margin-left: .4rem;
|
|
290
|
+
margin-left: 0.4rem;
|
|
264
291
|
}
|
|
265
292
|
|
|
266
|
-
#portal-globalnav-wrapper #portal-globalnav>li
|
|
267
|
-
#subsite-navigation #portal-globalnav>li
|
|
293
|
+
#portal-globalnav-wrapper #portal-globalnav > li > .has_subtree,
|
|
294
|
+
#subsite-navigation #portal-globalnav > li > .has_subtree {
|
|
268
295
|
@include media-breakpoint-up(lg) {
|
|
269
296
|
margin-top: 2.25rem;
|
|
270
297
|
}
|
|
271
298
|
}
|
|
272
|
-
////// A SUPPRIMER PLUSTARD
|
|
273
|
-
|
|
274
|
-
// #subsite-navigation {
|
|
275
|
-
// & > ul {
|
|
276
|
-
// gap: 15px;
|
|
277
|
-
// }
|
|
278
|
-
// }
|
|
279
|
-
|
|
280
|
-
// #subsite-navigation ul:first-child {
|
|
281
|
-
// overflow-y: hidden;
|
|
282
|
-
// }
|
|
283
|
-
// #subsite-navigation > ul li > .has_subtree.dropdown {
|
|
284
|
-
// box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
|
285
|
-
// }
|
|
286
|
-
// #subsite-navigation > ul li > .has_subtree.dropdown .has_subtree.dropdown {
|
|
287
|
-
// @include media-breakpoint-down(lg){
|
|
288
|
-
// box-shadow: none!important;
|
|
289
|
-
// }
|
|
290
|
-
// }
|
|
291
|
-
|
|
292
|
-
// #subsite-navigation li .has_subtree.dropdown {
|
|
293
|
-
// @include media-breakpoint-down(lg){
|
|
294
|
-
// right: inherit;
|
|
295
|
-
// left: 0 !important;
|
|
296
|
-
// }
|
|
297
|
-
// }
|
|
298
|
-
|
|
299
|
-
// Align je suis je trouve right
|
|
300
|
-
#portal-globalnav {
|
|
301
|
-
// & > .nav-item.has_subtree:not(.je-suis):not(.en-un-clic){
|
|
302
|
-
// & > .nav-link{
|
|
303
|
-
// display: flex;
|
|
304
|
-
// align-items: center;
|
|
305
|
-
// @include media-breakpoint-up(lg){
|
|
306
|
-
// &:after{
|
|
307
|
-
// content:"";
|
|
308
|
-
// width: 9px;
|
|
309
|
-
// height: 6px;
|
|
310
|
-
// display: block;
|
|
311
|
-
// background-image: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 fill="black" 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"/></svg>');
|
|
312
|
-
// background-size: contain;
|
|
313
|
-
// background-position: center;
|
|
314
|
-
// background-repeat: no-repeat;
|
|
315
|
-
// margin-left: 0.4rem;
|
|
316
|
-
// }
|
|
317
|
-
// }
|
|
318
|
-
// }
|
|
319
|
-
// }
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
// #subsite-navigation{
|
|
323
|
-
// & > ul{
|
|
324
|
-
// white-space: inherit;
|
|
325
|
-
// & > li > a{
|
|
326
|
-
// white-space: nowrap;
|
|
327
|
-
// }
|
|
328
|
-
// }
|
|
329
|
-
// & > ul > .has_subtree.nav-item{
|
|
330
|
-
// & > .nav-link{
|
|
331
|
-
// display: flex;
|
|
332
|
-
// align-items: center;
|
|
333
|
-
// &:after{
|
|
334
|
-
// content: url("../../assets/svg/drop-down-arrow.svg");
|
|
335
|
-
// display: flex;
|
|
336
|
-
// align-items: center;
|
|
337
|
-
// padding-left: 0.4rem;
|
|
338
|
-
// }
|
|
339
|
-
// }
|
|
340
|
-
// }
|
|
341
|
-
// }
|
|
342
|
-
|
|
343
|
-
// #portal-globalnav-collapse, #subsite-navigation{
|
|
344
|
-
// .dropdown{
|
|
345
|
-
// // .show-nav{
|
|
346
|
-
// // & > .nav-link{
|
|
347
|
-
// // color: $primary;
|
|
348
|
-
// // &[aria-haspopup="true"]{
|
|
349
|
-
// // &:after{
|
|
350
|
-
// // content: url("../../assets/svg/drop-down-arrow-blue.svg");
|
|
351
|
-
// // right: 0;
|
|
352
|
-
|
|
353
|
-
// // }
|
|
354
|
-
// // }
|
|
355
|
-
// // }
|
|
356
|
-
// // }
|
|
357
|
-
// // .nav-link{
|
|
358
|
-
// // &[aria-haspopup="true"]{
|
|
359
|
-
// // &:after{
|
|
360
|
-
// // content: url("../../assets/svg/arrow-right-blue.svg");
|
|
361
|
-
// // content: url("../../assets/svg/arrow-right.svg");
|
|
362
|
-
// // position: relative;
|
|
363
|
-
// // right: 11px;
|
|
364
|
-
// // transition: all .2s ease;
|
|
365
|
-
// // }
|
|
366
|
-
// // &:hover,
|
|
367
|
-
// // &:focus{
|
|
368
|
-
// // &:after{
|
|
369
|
-
// // content: url("../../assets/svg/arrow-right-blue.svg");
|
|
370
|
-
// // }
|
|
371
|
-
// // }
|
|
372
|
-
// // }
|
|
373
|
-
// // }
|
|
374
|
-
// }
|
|
375
|
-
// & > ul {
|
|
376
|
-
// & > li{
|
|
377
|
-
// & > a{
|
|
378
|
-
// // First nav link hover line
|
|
379
|
-
// // &:before{
|
|
380
|
-
// // content: "";
|
|
381
|
-
// // height: 2px;
|
|
382
|
-
// // position: absolute;
|
|
383
|
-
// // left: 0;
|
|
384
|
-
// // background-color: $$primary;
|
|
385
|
-
// // bottom: 0;
|
|
386
|
-
// // transition: all .3s ease;
|
|
387
|
-
// // right: 0;
|
|
388
|
-
// // width: 0;
|
|
389
|
-
// // }
|
|
390
|
-
// // @media (hover: hover) and (pointer: fine) {
|
|
391
|
-
// // &:focus,
|
|
392
|
-
// // &:hover{
|
|
393
|
-
// // &:before{
|
|
394
|
-
// // width: 100%;
|
|
395
|
-
// // }
|
|
396
|
-
// // }
|
|
397
|
-
// // }
|
|
398
|
-
// }
|
|
399
|
-
// }
|
|
400
|
-
// }
|
|
401
|
-
|
|
402
|
-
// }
|
|
403
|
-
|
|
404
|
-
// // ARROW RIGHT
|
|
405
|
-
// @media screen and (max-width:992px) {
|
|
406
|
-
// #portal-globalnav-collapse{
|
|
407
|
-
// #portal-globalnav > li > .nav-link{
|
|
408
|
-
// border-bottom: 1px solid #ddd;
|
|
409
|
-
// &[aria-haspopup="true"]::after {
|
|
410
|
-
// content: url("../../assets/svg/arrow-right-blue.svg");
|
|
411
|
-
// content: url("../../assets/svg/arrow-right.svg");
|
|
412
|
-
// position: relative;
|
|
413
|
-
// right: 11px;
|
|
414
|
-
// }
|
|
415
|
-
// }
|
|
416
|
-
// }
|
|
417
|
-
// // SUBSITE NAV
|
|
418
|
-
// #subsite-navigation{
|
|
419
|
-
// #portal-globalnav > li > .nav-link{
|
|
420
|
-
// border-bottom: 1px solid #ddd;
|
|
421
|
-
// &[aria-haspopup="true"]::after {
|
|
422
|
-
// content: url("../../assets/svg/arrow-right-blue.svg");
|
|
423
|
-
// content: url("../../assets/svg/arrow-right.svg");
|
|
424
|
-
// position: relative;
|
|
425
|
-
// right: 11px;
|
|
426
|
-
// }
|
|
427
|
-
// }
|
|
428
|
-
// }
|
|
429
|
-
// }
|
|
430
|
-
// //burger button
|
|
431
|
-
// .navbar-toggler{
|
|
432
|
-
// display: block;
|
|
433
|
-
// position: relative;
|
|
434
|
-
// background: transparent!important;
|
|
435
|
-
// width: 50px;
|
|
436
|
-
// height: 50px;
|
|
437
|
-
// border-radius: 50%;
|
|
438
|
-
// text-align: center;
|
|
439
|
-
// transition: all 0.5s ease;
|
|
440
|
-
// border: 2px solid transparent;
|
|
441
|
-
// .navbar-toggler-icon {
|
|
442
|
-
// display: inline-block;
|
|
443
|
-
// position: absolute;
|
|
444
|
-
// background: #000;
|
|
445
|
-
// margin: 0 auto;
|
|
446
|
-
// width: 18px;
|
|
447
|
-
// height: 2px;
|
|
448
|
-
// top: 50%;
|
|
449
|
-
// left: 0;
|
|
450
|
-
// right: 0;
|
|
451
|
-
// border-radius: 50px;
|
|
452
|
-
// transition: all 0.5s ease;
|
|
453
|
-
// transform: translateY(-1px);
|
|
454
|
-
// &:before,
|
|
455
|
-
// &:after{
|
|
456
|
-
// content: "";
|
|
457
|
-
// border-radius: 50px;
|
|
458
|
-
// position: absolute;
|
|
459
|
-
// margin: 0 auto;
|
|
460
|
-
// background: #000;
|
|
461
|
-
// height: 2px;
|
|
462
|
-
// right: 0;
|
|
463
|
-
// transition: all 0.5s ease;
|
|
464
|
-
// }
|
|
465
|
-
// &:before {
|
|
466
|
-
// bottom: 10px;
|
|
467
|
-
// width: 24px;
|
|
468
|
-
// }
|
|
469
|
-
// &:after {
|
|
470
|
-
// top: 10px;
|
|
471
|
-
// width: 11px;
|
|
472
|
-
|
|
473
|
-
// }
|
|
474
|
-
// }
|
|
475
|
-
// &[aria-expanded=true] {
|
|
476
|
-
// .navbar-toggler-icon {
|
|
477
|
-
// background: transparent;
|
|
478
|
-
// &:before, &:after {
|
|
479
|
-
// transform-origin: 0 50%;
|
|
480
|
-
// width: 28.28427125px;
|
|
481
|
-
// }
|
|
482
|
-
// &:before {
|
|
483
|
-
// transform: rotateZ(0.78539816rad)
|
|
484
|
-
// }
|
|
485
|
-
// &:after {
|
|
486
|
-
// transform: rotateZ(-0.78539816rad);
|
|
487
|
-
// }
|
|
488
|
-
// }
|
|
489
|
-
// }
|
|
490
|
-
// }
|
|
491
299
|
|
|
492
300
|
// de core
|
|
493
301
|
|
|
494
302
|
//sub site
|
|
495
303
|
#subsite-navigation {
|
|
496
|
-
|
|
304
|
+
& > ul {
|
|
497
305
|
display: flex;
|
|
498
|
-
flex-direction: column;
|
|
499
306
|
flex-direction: row;
|
|
500
307
|
padding-left: 0;
|
|
501
308
|
margin-bottom: 0;
|
|
502
309
|
list-style: none;
|
|
503
310
|
}
|
|
311
|
+
|
|
504
312
|
li {
|
|
505
313
|
a {
|
|
506
314
|
padding: 0.75rem 1rem;
|
|
507
315
|
}
|
|
508
316
|
}
|
|
317
|
+
|
|
509
318
|
.has_subtree {
|
|
510
319
|
display: block;
|
|
511
|
-
|
|
320
|
+
|
|
321
|
+
& .opener ~ ul {
|
|
512
322
|
height: auto;
|
|
513
323
|
}
|
|
514
|
-
|
|
324
|
+
|
|
325
|
+
> label {
|
|
515
326
|
position: absolute;
|
|
516
327
|
top: 0;
|
|
517
328
|
right: 0;
|
|
@@ -524,27 +335,33 @@ div#subsite-logo img {
|
|
|
524
335
|
padding-right: 0.5em;
|
|
525
336
|
text-align: center;
|
|
526
337
|
}
|
|
527
|
-
|
|
338
|
+
|
|
339
|
+
& > input {
|
|
528
340
|
display: none;
|
|
529
341
|
}
|
|
342
|
+
|
|
530
343
|
&:hover {
|
|
531
|
-
|
|
532
|
-
opacity:
|
|
344
|
+
& > ul {
|
|
345
|
+
opacity: 100%;
|
|
533
346
|
visibility: visible;
|
|
534
347
|
}
|
|
535
348
|
}
|
|
536
|
-
|
|
349
|
+
|
|
350
|
+
.has_subtree:hover > ul {
|
|
537
351
|
top: 0;
|
|
538
352
|
left: 16em;
|
|
539
353
|
}
|
|
540
354
|
}
|
|
541
355
|
}
|
|
542
356
|
|
|
543
|
-
#subsite-navigation>ul li
|
|
357
|
+
#subsite-navigation > ul li > .has_subtree.dropdown {
|
|
544
358
|
position: absolute;
|
|
545
359
|
left: 0;
|
|
546
|
-
box-shadow:
|
|
547
|
-
0
|
|
360
|
+
box-shadow:
|
|
361
|
+
0 1.6px 11.5px rgb(0 0 0 / 2.4%),
|
|
362
|
+
0 4.5px 31.9px rgb(0 0 0 / 3.5%),
|
|
363
|
+
0 10.9px 76.9px rgb(0 0 0 / 4.6%),
|
|
364
|
+
0 36px 255px rgb(0 0 0 / 7%);
|
|
548
365
|
|
|
549
366
|
.has_subtree.dropdown {
|
|
550
367
|
top: 0;
|
|
@@ -562,7 +379,7 @@ div#subsite-logo img {
|
|
|
562
379
|
@media screen and (max-width: 992px) {
|
|
563
380
|
.collapse:not(.show) {
|
|
564
381
|
display: block;
|
|
565
|
-
opacity: 0
|
|
382
|
+
opacity: 0%;
|
|
566
383
|
visibility: hidden;
|
|
567
384
|
}
|
|
568
385
|
|
|
@@ -584,12 +401,15 @@ div#subsite-logo img {
|
|
|
584
401
|
.has_subtree.dropdown {
|
|
585
402
|
top: 0;
|
|
586
403
|
width: 100vw !important;
|
|
587
|
-
box-shadow:
|
|
588
|
-
0 0
|
|
404
|
+
box-shadow:
|
|
405
|
+
0 0 6.5px rgb(0 0 0 / 4.7%),
|
|
406
|
+
0 0 16.9px rgb(0 0 0 / 6.7%),
|
|
407
|
+
0 0 33.8px rgb(0 0 0 / 8.3%),
|
|
408
|
+
0 0 64.5px rgb(0 0 0 / 10.3%),
|
|
589
409
|
0 0 139px rgb(0 0 0 / 15%);
|
|
590
410
|
}
|
|
591
411
|
|
|
592
|
-
#portal-globalnav>li
|
|
412
|
+
#portal-globalnav > li > .nav-link {
|
|
593
413
|
display: flex;
|
|
594
414
|
align-items: center;
|
|
595
415
|
justify-content: space-between;
|
|
@@ -597,11 +417,16 @@ div#subsite-logo img {
|
|
|
597
417
|
}
|
|
598
418
|
}
|
|
599
419
|
|
|
600
|
-
.navbar-toggler[aria-expanded="true"]
|
|
420
|
+
.navbar-toggler[aria-expanded="true"] + #portal-globalnav-collapse {
|
|
601
421
|
left: 0;
|
|
602
422
|
}
|
|
603
423
|
|
|
604
|
-
#portal-globalnav-wrapper
|
|
424
|
+
#portal-globalnav-wrapper
|
|
425
|
+
.navbar-nav
|
|
426
|
+
li.show-nav
|
|
427
|
+
> .has_subtree
|
|
428
|
+
.show-nav
|
|
429
|
+
> .dropdown {
|
|
605
430
|
z-index: 99;
|
|
606
431
|
height: 100vh;
|
|
607
432
|
background: #fff;
|
|
@@ -614,11 +439,13 @@ div#subsite-logo img {
|
|
|
614
439
|
right: -100vw;
|
|
615
440
|
left: inherit;
|
|
616
441
|
height: 100vh;
|
|
617
|
-
transition:
|
|
618
|
-
|
|
442
|
+
transition:
|
|
443
|
+
right 0.5s cubic-bezier(0.54, 0.01, 0.68, 0.64),
|
|
444
|
+
opacity 5s ease,
|
|
445
|
+
0.5s visibility ease;
|
|
619
446
|
}
|
|
620
447
|
|
|
621
|
-
&.show-nav
|
|
448
|
+
&.show-nav > .has_subtree.dropdown {
|
|
622
449
|
right: 0;
|
|
623
450
|
left: inherit !important;
|
|
624
451
|
transition: right 0.5s cubic-bezier(0.54, 0.01, 0.68, 0.64);
|
|
@@ -633,19 +460,22 @@ div#subsite-logo img {
|
|
|
633
460
|
#subsite-navigation {
|
|
634
461
|
.has_subtree.dropdown {
|
|
635
462
|
width: 100vw !important;
|
|
636
|
-
box-shadow:
|
|
637
|
-
0 0
|
|
463
|
+
box-shadow:
|
|
464
|
+
0 0 6.5px rgb(0 0 0 / 4.7%),
|
|
465
|
+
0 0 16.9px rgb(0 0 0 / 6.7%),
|
|
466
|
+
0 0 33.8px rgb(0 0 0 / 8.3%),
|
|
467
|
+
0 0 64.5px rgb(0 0 0 / 10.3%),
|
|
638
468
|
0 0 139px rgb(0 0 0 / 15%);
|
|
639
469
|
}
|
|
640
470
|
|
|
641
|
-
#portal-globalnav>li
|
|
471
|
+
#portal-globalnav > li > .nav-link {
|
|
642
472
|
display: flex;
|
|
643
473
|
align-items: center;
|
|
644
474
|
justify-content: space-between;
|
|
645
475
|
padding: 1rem 0;
|
|
646
476
|
}
|
|
647
477
|
|
|
648
|
-
li.show-nav
|
|
478
|
+
li.show-nav > .has_subtree .show-nav > .dropdown {
|
|
649
479
|
left: 0 !important;
|
|
650
480
|
}
|
|
651
481
|
|
|
@@ -653,11 +483,10 @@ div#subsite-logo img {
|
|
|
653
483
|
.has_subtree.dropdown {
|
|
654
484
|
position: absolute;
|
|
655
485
|
z-index: 1;
|
|
656
|
-
left: inherit;
|
|
657
486
|
left: 0 !important;
|
|
658
487
|
}
|
|
659
488
|
|
|
660
|
-
&.show-nav
|
|
489
|
+
&.show-nav > .has_subtree.dropdown {
|
|
661
490
|
right: 0;
|
|
662
491
|
left: 5% !important;
|
|
663
492
|
max-width: 90%;
|
|
@@ -665,7 +494,7 @@ div#subsite-logo img {
|
|
|
665
494
|
}
|
|
666
495
|
}
|
|
667
496
|
|
|
668
|
-
#subsite-navigation>ul {
|
|
497
|
+
#subsite-navigation > ul {
|
|
669
498
|
display: flex;
|
|
670
499
|
width: auto;
|
|
671
500
|
flex-wrap: nowrap;
|
|
@@ -680,29 +509,12 @@ div#subsite-logo img {
|
|
|
680
509
|
|
|
681
510
|
// mobile
|
|
682
511
|
|
|
683
|
-
|
|
684
|
-
// .navbar-toggler{
|
|
685
|
-
// border: 0px!important;
|
|
686
|
-
// }
|
|
687
|
-
// .navbar-toggler:focus{
|
|
688
|
-
// box-shadow: none!important;
|
|
689
|
-
// }
|
|
690
|
-
// @media screen and (min-width:768px){
|
|
691
|
-
// .navbar-expand-md .navbar-toggler {
|
|
692
|
-
// display: block;
|
|
693
|
-
// }
|
|
694
|
-
// }
|
|
695
|
-
|
|
696
|
-
// @media screen and (min-width:992px){
|
|
697
|
-
// .navbar-expand-md .navbar-toggler {
|
|
698
|
-
// display: none;
|
|
699
|
-
// }
|
|
700
|
-
// }
|
|
701
|
-
#subsite-navigation>ul>li>a {
|
|
512
|
+
#subsite-navigation > ul > li > a {
|
|
702
513
|
white-space: nowrap;
|
|
703
514
|
}
|
|
515
|
+
|
|
704
516
|
// SUB
|
|
705
517
|
|
|
706
|
-
#subsite-navigation>ul li
|
|
518
|
+
#subsite-navigation > ul li > .has_subtree.dropdown .has_subtree.dropdown {
|
|
707
519
|
bottom: 0;
|
|
708
|
-
}
|
|
520
|
+
}
|