@imiobe/plonetheme-smartweb-base 0.0.4 → 0.0.5
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/manifest.cfg +5 -2
- package/package.json +1 -1
- package/rules.xml +4 -1
- package/src/index.js +5 -0
- package/src/scss/_general.scss +104 -0
- package/src/scss/_header.scss +1 -3
- package/src/scss/_sitenav.scss +50 -4
- package/src/scss/_sub-sitenav.scss +3 -3
- package/src/scss/_swiper.scss +15 -0
- package/src/scss/_trucaverif.scss +2 -25
- package/src/scss/common/_com-edition.scss +5 -1
- package/src/scss/common/_com-faceted.scss +4 -4
- package/src/scss/common/_com-footer.scss +5 -0
- package/src/scss/common/_com-react.scss +69 -0
- package/src/scss/homepage/_a-la-une.scss +3 -0
- package/src/scss/homepage/_actualites.scss +24 -14
- package/src/scss/homepage/_banner.scss +1 -2
- package/src/scss/homepage/_events.scss +37 -4
- package/src/scss/homepage/_general-home.scss +1 -0
- package/src/scss/homepage/_quick-access.scss +2 -0
- package/src/scss/list/_list-block-img.scss +17 -17
- package/src/scss/main.scss +2 -7
- package/src/scss/sections/_se-contact.scss +11 -262
- package/src/scss/sections/_se-file.scss +20 -3
- package/src/scss/sections/_se-gallery.scss +15 -0
- package/src/scss/sections/_se-link.scss +0 -5
- package/src/scss/sections/_se-textes.scss +2 -0
- package/src/scss/variables.scss +39 -32
- package/theme.zip +0 -0
- package/theme4.2.zip +0 -0
- package/dist/css/theme.css +0 -7
- 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/close29148b38..svg +0 -1
- package/dist/images/roboto-bolde46805ee..svg +0 -1
- package/dist/images/roboto-bolditalic4be90c03..svg +0 -1
- package/dist/images/roboto-italic2332d1c3..svg +0 -1
- package/dist/images/roboto-light054c1c8a..svg +0 -1
- package/dist/images/roboto-lightitalic2df589e4..svg +0 -1
- package/dist/images/roboto-medium832a5157..svg +0 -1
- package/dist/images/roboto-mediumitalicf09fad24..svg +0 -1
- package/dist/images/roboto-regulare788ed65..svg +0 -1
- package/dist/images/robotocondensed-light04ff367e..svg +0 -1
- package/dist/images/robotocondensed-lightitalic97b23821..svg +0 -1
- package/dist/js/theme.js +0 -1
|
@@ -7,11 +7,23 @@ body.template-block_view_with_images .block-menu-element {
|
|
|
7
7
|
border-radius: 15px 15px 15px 0px;
|
|
8
8
|
box-shadow: $block-small-shadow;
|
|
9
9
|
position: relative;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
&::after {
|
|
11
|
+
// content: url(../svg/arrow-right-yellow.svg);
|
|
12
|
+
background: #fff;
|
|
13
|
+
position: absolute;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
width: 50px;
|
|
17
|
+
height: 50px;
|
|
18
|
+
border-radius: 50%;
|
|
19
|
+
text-align: center;
|
|
20
|
+
margin: 1rem 1rem;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
&:hover,
|
|
24
|
+
&:focus {
|
|
25
|
+
.card-body{
|
|
13
26
|
box-shadow: $block-full-shadow;
|
|
14
|
-
h2.card-title {}
|
|
15
27
|
&::after {
|
|
16
28
|
// content: url(../svg/arrow-right-white.svg);
|
|
17
29
|
background: $yellow;
|
|
@@ -23,21 +35,9 @@ body.template-block_view_with_images .block-menu-element {
|
|
|
23
35
|
text-align: center;
|
|
24
36
|
position: absolute;
|
|
25
37
|
margin: 1rem 1rem;
|
|
26
|
-
|
|
38
|
+
|
|
27
39
|
}
|
|
28
40
|
}
|
|
29
|
-
&::after {
|
|
30
|
-
// content: url(../svg/arrow-right-yellow.svg);
|
|
31
|
-
background: #fff;
|
|
32
|
-
position: absolute;
|
|
33
|
-
bottom: 0;
|
|
34
|
-
left: 0;
|
|
35
|
-
width: 50px;
|
|
36
|
-
height: 50px;
|
|
37
|
-
border-radius: 50%;
|
|
38
|
-
text-align: center;
|
|
39
|
-
margin: 1rem 1rem;
|
|
40
|
-
}
|
|
41
41
|
}
|
|
42
42
|
h2.card-title {
|
|
43
43
|
&:hover,
|
package/src/scss/main.scss
CHANGED
|
@@ -44,6 +44,8 @@ $roboto-base-path: "@theme/assets/fonts/";
|
|
|
44
44
|
@import "./common/com-faceted";
|
|
45
45
|
@import "./common/com-list-image";
|
|
46
46
|
@import "./common/messviewlet";
|
|
47
|
+
@import "./common/com-react";
|
|
48
|
+
@import "./common/com-footer";
|
|
47
49
|
|
|
48
50
|
///// List
|
|
49
51
|
@import "./list/list-block";
|
|
@@ -80,10 +82,3 @@ $roboto-base-path: "@theme/assets/fonts/";
|
|
|
80
82
|
@import "./homepage/actualites";
|
|
81
83
|
@import "./homepage/events";
|
|
82
84
|
@import "./homepage/album";
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
// body{
|
|
88
|
-
// background: blue;
|
|
89
|
-
// }
|
|
@@ -114,6 +114,12 @@
|
|
|
114
114
|
width: 100%;
|
|
115
115
|
margin-bottom: 1em;
|
|
116
116
|
}
|
|
117
|
+
.contact_leadimage {
|
|
118
|
+
aspect-ratio: 16/9;
|
|
119
|
+
}
|
|
120
|
+
.portrait{
|
|
121
|
+
aspect-ratio: $section-contact-portrait-ration;
|
|
122
|
+
}
|
|
117
123
|
.schedule{
|
|
118
124
|
.table_schedule {
|
|
119
125
|
&--active {
|
|
@@ -127,271 +133,14 @@
|
|
|
127
133
|
}
|
|
128
134
|
}
|
|
129
135
|
}
|
|
130
|
-
|
|
131
|
-
|
|
132
136
|
.img-portrait{
|
|
133
137
|
.contact_leadimage {
|
|
134
138
|
padding-top: 110%;
|
|
135
139
|
background-position: top center;
|
|
136
140
|
}
|
|
137
141
|
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
// column-count: 2;
|
|
144
|
-
// max-width: max-content;
|
|
145
|
-
// column-gap: 2rem;
|
|
146
|
-
// }
|
|
147
|
-
|
|
148
|
-
// span {
|
|
149
|
-
// color: $primary;
|
|
150
|
-
// display: block;
|
|
151
|
-
// font-size: 18px;
|
|
152
|
-
// font-weight: bold;
|
|
153
|
-
// padding: 0.7rem 0;
|
|
154
|
-
// }
|
|
155
|
-
|
|
156
|
-
// ul {
|
|
157
|
-
// padding: 0;
|
|
158
|
-
// break-inside: avoid-column;
|
|
159
|
-
// li {
|
|
160
|
-
// list-style: none;
|
|
161
|
-
// line-height: 1.5;
|
|
162
|
-
|
|
163
|
-
// a {
|
|
164
|
-
// text-decoration: none;
|
|
165
|
-
// word-break: break-word;
|
|
166
|
-
|
|
167
|
-
// &:focus,
|
|
168
|
-
// &:hover {
|
|
169
|
-
// text-decoration: underline;
|
|
170
|
-
// }
|
|
171
|
-
// }
|
|
172
|
-
// }
|
|
173
|
-
|
|
174
|
-
// &> {
|
|
175
|
-
|
|
176
|
-
// .website,
|
|
177
|
-
// .home,
|
|
178
|
-
// .cell {
|
|
179
|
-
// margin-top: .5rem;
|
|
180
|
-
// }
|
|
181
|
-
// }
|
|
182
|
-
|
|
183
|
-
// &> {
|
|
184
|
-
|
|
185
|
-
// .website~.website,
|
|
186
|
-
// .home~.home,
|
|
187
|
-
// .cell~.cell {
|
|
188
|
-
// margin-top: 0;
|
|
189
|
-
// }
|
|
190
|
-
// }
|
|
191
|
-
// }
|
|
192
|
-
|
|
193
|
-
// &>div {
|
|
194
|
-
// break-inside: avoid-column;
|
|
195
|
-
// margin: $section-contact-p-margin;
|
|
196
|
-
// max-width: $section-contact-width;
|
|
197
|
-
|
|
198
|
-
// &:first-child {
|
|
199
|
-
// margin-top: 0;
|
|
200
|
-
// }
|
|
201
|
-
// h2{
|
|
202
|
-
// font-size: $section-contact-title-size;
|
|
203
|
-
// color: $section-contact-title-color;
|
|
204
|
-
// }
|
|
205
|
-
// h3{
|
|
206
|
-
// font-size: $section-contact-sub-title-size;
|
|
207
|
-
// }
|
|
208
|
-
// }
|
|
209
|
-
|
|
210
|
-
// .schedule {
|
|
211
|
-
// .table_schedule {
|
|
212
|
-
// position: absolute;
|
|
213
|
-
// z-index: 99;
|
|
214
|
-
// background: rgb(243, 243, 243) none repeat scroll 0% 0%;
|
|
215
|
-
// padding: 1.3rem 2rem;
|
|
216
|
-
// box-shadow: rgba(0, 0, 0, 0.02) 0px 0.2px 2.2px, rgba(0, 0, 0, 0.027) 0px 0.5px 5.3px, rgba(0, 0, 0, 0.035) 0px 0.9px 10px, rgba(0, 0, 0, 0.043) 0px 1.6px 17.9px, rgba(0, 0, 0, 0.05) 0px 2.9px 33.4px, rgba(0, 0, 0, 0.07) 0px 7px 80px;
|
|
217
|
-
// border-radius: 10px;
|
|
218
|
-
// margin-top: 0.5rem;
|
|
219
|
-
|
|
220
|
-
// &--active {
|
|
221
|
-
// display: table-cell;
|
|
222
|
-
// }
|
|
223
|
-
// }
|
|
224
|
-
// }
|
|
225
|
-
// }
|
|
226
|
-
// }
|
|
227
|
-
// .sectioncontact {
|
|
228
|
-
// h3 {
|
|
229
|
-
// font-size: $section-contact-sub-title-size;
|
|
230
|
-
// }
|
|
231
|
-
// ul{
|
|
232
|
-
// list-style: none;
|
|
233
|
-
// }
|
|
234
|
-
// }
|
|
235
|
-
// // Oppening info
|
|
236
|
-
// a.opening_informations {
|
|
237
|
-
// display: block !important;
|
|
238
|
-
// }
|
|
239
|
-
|
|
240
|
-
// .body-section table tr:nth-child(even),
|
|
241
|
-
// #tinymce table tr:nth-child(even) {
|
|
242
|
-
// background: #f7f7f7;
|
|
243
|
-
// }
|
|
244
|
-
|
|
245
|
-
// .body-section table tr,
|
|
246
|
-
// #tinymce table tr {
|
|
247
|
-
// border-bottom: 1px solid #e8e8e8;
|
|
248
|
-
// &:last-child{
|
|
249
|
-
// border-bottom: transparent;
|
|
250
|
-
// }
|
|
251
|
-
// }
|
|
252
|
-
// .body-section table td, #tinymce table td {
|
|
253
|
-
// padding: 0.5rem 0.2rem;
|
|
254
|
-
// vertical-align: top;
|
|
255
|
-
// }
|
|
256
|
-
|
|
257
|
-
// // for bla
|
|
258
|
-
// .section-contact {
|
|
259
|
-
// position: relative;
|
|
260
|
-
|
|
261
|
-
// // &:after {
|
|
262
|
-
// // content: "";
|
|
263
|
-
// // position: absolute;
|
|
264
|
-
// // width: 50vw;
|
|
265
|
-
// // left: 0;
|
|
266
|
-
// // top: 0;
|
|
267
|
-
// // bottom: 0;
|
|
268
|
-
// // z-index: -1;
|
|
269
|
-
// // background: #F3F3F3;
|
|
270
|
-
// // transform: translateX(-98%);
|
|
271
|
-
// // }
|
|
272
|
-
// }
|
|
273
|
-
|
|
274
|
-
// // in sub-site
|
|
275
|
-
// .is-in-subsite {
|
|
276
|
-
// .section-contact {
|
|
277
|
-
// position: relative;
|
|
278
|
-
|
|
279
|
-
// &:after {
|
|
280
|
-
// content: "";
|
|
281
|
-
// position: absolute;
|
|
282
|
-
// width: 50vw;
|
|
283
|
-
// left: 0;
|
|
284
|
-
// top: 0;
|
|
285
|
-
// bottom: 0;
|
|
286
|
-
// z-index: -1;
|
|
287
|
-
// background: #F3F3F3;
|
|
288
|
-
// transform: translateX(-98%);
|
|
289
|
-
// }
|
|
290
|
-
// }
|
|
291
|
-
// }
|
|
292
|
-
|
|
293
|
-
// // for élus
|
|
294
|
-
|
|
295
|
-
// .subsection-vie-politique .section-contact {
|
|
296
|
-
// background: #fff;
|
|
297
|
-
// }
|
|
298
|
-
|
|
299
|
-
// .subsection-vie-politique .sectioncontact .section-container:after {
|
|
300
|
-
// display: none;
|
|
301
|
-
// }
|
|
302
|
-
|
|
303
|
-
// .subsection-vie-politique .contact_logo,
|
|
304
|
-
// .subsection-vie-politique .contact_leadimage {
|
|
305
|
-
// padding-top: 120%;
|
|
306
|
-
// width: 100%;
|
|
307
|
-
// background-position: top;
|
|
308
|
-
// }
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
// //// A vérif vient du custom
|
|
312
|
-
// .sectioncontact{
|
|
313
|
-
// position:relative;
|
|
314
|
-
// }
|
|
315
|
-
// .section-contact .body-section{
|
|
316
|
-
// column-count: auto;
|
|
317
|
-
// }
|
|
318
|
-
// .is-in-subsite .section-contact,
|
|
319
|
-
// .section-contact {
|
|
320
|
-
// position: initial;
|
|
321
|
-
// }
|
|
322
|
-
// .section-contact .body-section > div {
|
|
323
|
-
// max-width: 100%;
|
|
324
|
-
// float:left;
|
|
325
|
-
// margin-right:1.75rem;
|
|
326
|
-
// }
|
|
327
|
-
// .section-contact .body-section .contact_titles {
|
|
328
|
-
// width: 100%;
|
|
329
|
-
// margin-bottom:0;
|
|
330
|
-
// }
|
|
331
|
-
|
|
332
|
-
// #content .sectioncontact .section-container.section-contact .body-section .contact_titles{
|
|
333
|
-
// float:none;
|
|
334
|
-
// }
|
|
335
|
-
// #content .sectioncontact .section-container.section-contact .body-section .contact_titles h2 {
|
|
336
|
-
// font-size: 1.5rem;
|
|
337
|
-
// color: black;
|
|
338
|
-
// }
|
|
339
|
-
// .section-contact .contact-type-organization span {
|
|
340
|
-
// color: inherit;
|
|
341
|
-
// display: block;
|
|
342
|
-
// font-size: inherit;
|
|
343
|
-
// font-weight: normal;
|
|
344
|
-
// padding: 0;
|
|
345
|
-
// }
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
// /// de manu
|
|
349
|
-
// $color-contact-text: #656565;
|
|
350
|
-
// .contact-type-position{
|
|
351
|
-
// .section-contact {
|
|
352
|
-
// padding: 0;
|
|
353
|
-
// }
|
|
354
|
-
// .contact_logo {
|
|
355
|
-
// border-radius: 8px;
|
|
356
|
-
// width: 100%;
|
|
357
|
-
// padding-top: 100%;
|
|
358
|
-
// margin-bottom: 1em;
|
|
359
|
-
// }
|
|
360
|
-
// h2 {
|
|
361
|
-
// font-size: $font-size-base;
|
|
362
|
-
// font-weight: bold;
|
|
363
|
-
// margin-bottom: 0;
|
|
364
|
-
// }
|
|
365
|
-
// .contact_informations h3.informations,
|
|
366
|
-
// .contact_address h3 {
|
|
367
|
-
// font-size: $font-size-base;
|
|
368
|
-
// font-weight: bold;
|
|
369
|
-
// margin-bottom: 0;
|
|
370
|
-
// color: $primary-accessibility;
|
|
371
|
-
// }
|
|
372
|
-
// div.contact_titles div.contact_subtitle {
|
|
373
|
-
// font-size: $font-size-base;
|
|
374
|
-
// }
|
|
375
|
-
// .contact_informations {
|
|
376
|
-
// ul li {
|
|
377
|
-
// font-size: $font-size-sm;
|
|
378
|
-
// &::marker {
|
|
379
|
-
// display: none !important;
|
|
380
|
-
// color: transparent;
|
|
381
|
-
// }
|
|
382
|
-
// a {
|
|
383
|
-
// color: $color-contact-text;
|
|
384
|
-
// }
|
|
385
|
-
// }
|
|
386
|
-
// }
|
|
387
|
-
// .contact_address {
|
|
388
|
-
// >span {
|
|
389
|
-
// font-size: $font-size-sm;
|
|
390
|
-
// color: $color-contact-text;
|
|
391
|
-
// display: block;
|
|
392
|
-
// }
|
|
393
|
-
// }
|
|
394
|
-
// .contact_titles {
|
|
395
|
-
// margin: 0 0 1em 0;
|
|
396
|
-
// }
|
|
397
|
-
// }
|
|
142
|
+
.contact_informations{
|
|
143
|
+
a{
|
|
144
|
+
display: block;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
@@ -87,8 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
li {
|
|
89
89
|
margin: 1.25rem 0;
|
|
90
|
-
@include last-item-no-margin-bottom;
|
|
91
|
-
@include first-item-no-margin-top;
|
|
92
90
|
}
|
|
93
91
|
.section_files_link {
|
|
94
92
|
border: solid 1px rgba(255, 255, 255, 0.25);
|
|
@@ -172,4 +170,23 @@
|
|
|
172
170
|
|
|
173
171
|
.header-section {
|
|
174
172
|
flex: 100%;
|
|
175
|
-
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
.portaltype-imio-smartweb-page #content .sectionfiles ul.row,
|
|
177
|
+
.portaltype-imio-smartweb-procedure #content .sectionfiles ul.row {
|
|
178
|
+
margin-left: 0;
|
|
179
|
+
}
|
|
180
|
+
.portaltype-imio-smartweb-procedure .sectionfiles:after,
|
|
181
|
+
.portaltype-imio-smartweb-page .sectionfiles:after {
|
|
182
|
+
transform: translateX(0vw);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
// .portaltype-imio-smartweb-procedure .sectionfiles a.table_image .table_title span::before,
|
|
188
|
+
// .portaltype-imio-smartweb-page .sectionfiles a.table_image .table_title span::before {
|
|
189
|
+
// content: "\e80e";
|
|
190
|
+
// font-family: fontello;
|
|
191
|
+
// margin-right: 0.5rem;
|
|
192
|
+
// }
|
|
@@ -2,3 +2,18 @@
|
|
|
2
2
|
.section-gallery {
|
|
3
3
|
padding-bottom: 2rem;
|
|
4
4
|
}
|
|
5
|
+
|
|
6
|
+
.section-gallery {
|
|
7
|
+
padding-left: 0;
|
|
8
|
+
padding-right: 0;
|
|
9
|
+
}
|
|
10
|
+
.sectiongallery .flexbin {
|
|
11
|
+
gap: 5px;
|
|
12
|
+
}
|
|
13
|
+
.sectiongallery .flexbin.flexbin-margin {
|
|
14
|
+
margin: 0;
|
|
15
|
+
}
|
|
16
|
+
.sectiongallery .flexbin > * {
|
|
17
|
+
margin: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
@@ -71,11 +71,6 @@
|
|
|
71
71
|
margin-right: 1.5rem;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
li {
|
|
75
|
-
margin: 1.25rem 0;
|
|
76
|
-
@include last-item-no-margin-bottom;
|
|
77
|
-
@include first-item-no-margin-top;
|
|
78
|
-
}
|
|
79
74
|
.section_files_link {
|
|
80
75
|
border: solid 1px rgba(255, 255, 255, 0.25);
|
|
81
76
|
border-radius: 10px 10px 10px 0px;
|
|
@@ -194,6 +194,7 @@ blockquote::before {
|
|
|
194
194
|
font-size: 32px;
|
|
195
195
|
font-weight: 600;
|
|
196
196
|
line-height: 0;
|
|
197
|
+
margin-right: .75rem;
|
|
197
198
|
}
|
|
198
199
|
|
|
199
200
|
blockquote::after {
|
|
@@ -204,6 +205,7 @@ blockquote::after {
|
|
|
204
205
|
font-size: 32px;
|
|
205
206
|
font-weight: 600;
|
|
206
207
|
line-height: 0;
|
|
208
|
+
margin-left: 0.5rem;
|
|
207
209
|
}
|
|
208
210
|
|
|
209
211
|
strong {
|
package/src/scss/variables.scss
CHANGED
|
@@ -49,8 +49,9 @@ $enable-title-uppercase: false !default;
|
|
|
49
49
|
$home-section-title-margin:0 0 2rem 0 !default;
|
|
50
50
|
$home-section-title-padding:0 !default;
|
|
51
51
|
$home-section-title-align:left !default;
|
|
52
|
-
|
|
53
52
|
$section-padding-top:0 !default;
|
|
53
|
+
$to-portal-link-color:#282828!default;
|
|
54
|
+
$img-placeholder:#F2F2F2!default;
|
|
54
55
|
//swiper
|
|
55
56
|
$swiper-icon-color: #000 !default;
|
|
56
57
|
$swiper-button-height: 45px !default;
|
|
@@ -90,9 +91,15 @@ $nav-link-open-color: #fff !default;
|
|
|
90
91
|
$nav-link-font-size: initial !default;
|
|
91
92
|
$nav-link-font-weight: 500 !default;
|
|
92
93
|
$nav-link-drop-color:#000 !default;
|
|
93
|
-
$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
|
|
94
|
+
$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;
|
|
94
97
|
$nav-first-level-gap: 30px !default;
|
|
95
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;
|
|
96
103
|
$nav-sub-link-font-size: $nav-link-font-size !default;
|
|
97
104
|
$nav-sub-link-font-weight: $nav-link-font-weight !default;
|
|
98
105
|
$nav-overlay-radius:$global-radius !default;
|
|
@@ -129,6 +136,7 @@ $banner-content-is-vertical-center: true !default;
|
|
|
129
136
|
$banner-content-title-font-size: 50px !default;
|
|
130
137
|
$banner-content-title-color: black !default;
|
|
131
138
|
$banner-content-title-text-transform: initial !default;
|
|
139
|
+
$banner-content-text-align:left!default;
|
|
132
140
|
$banner-content-description-font-size: 18px !default;
|
|
133
141
|
$banner-content-description-color: black !default;
|
|
134
142
|
|
|
@@ -185,7 +193,7 @@ $a-la-une-title-color: $font-title-color !default;
|
|
|
185
193
|
$a-la-une-title-align:$home-section-title-align !default;
|
|
186
194
|
$a-la-une-title-margin: $home-section-title-margin !default;
|
|
187
195
|
$a-la-une-title-padding: $home-section-title-padding !default;
|
|
188
|
-
$a-la-une-text-bg:
|
|
196
|
+
$a-la-une-text-bg: rgb(244, 244, 244) !default;
|
|
189
197
|
$a-la-une-item-image-margin:0 !default;
|
|
190
198
|
$a-la-une-item-title-color:$primary !default;
|
|
191
199
|
$a-la-une-item-title-font-size:$h3-font-size !default;
|
|
@@ -210,10 +218,10 @@ $actu-title-margin: $home-section-title-margin !default;
|
|
|
210
218
|
$actu-title-padding: $home-section-title-padding !default;
|
|
211
219
|
$actu-image-margin-bottom: 0.7rem !default;
|
|
212
220
|
$actu-image-border-radius: $global-radius !default;
|
|
213
|
-
$actu-item-bg-color:
|
|
221
|
+
$actu-item-bg-color:rgb(244, 244, 244) !default;
|
|
214
222
|
$actu-item-bg-radius:$global-radius+2 !default;
|
|
215
223
|
$actu-category-margin: 0 0 0.3rem 0 !default;
|
|
216
|
-
$actu-category-padding: 0 !default;
|
|
224
|
+
$actu-category-padding: 0 1rem !default;
|
|
217
225
|
$actu-category-color: $primary !default;
|
|
218
226
|
$actu-category-bg-color: #000 !default;
|
|
219
227
|
$actu-category-text-transform: uppurcase !default;
|
|
@@ -221,13 +229,13 @@ $actu-category-font-size: 14px !default;
|
|
|
221
229
|
$actu-category-font-weight: initial !default;
|
|
222
230
|
$actu-category-radius: $global-radius !default;
|
|
223
231
|
$actu-item-title-margin: 1rem 0 !default;
|
|
224
|
-
$actu-item-title-padding: 0 !default;
|
|
232
|
+
$actu-item-title-padding: 0 1rem !default;
|
|
225
233
|
$actu-item-title-color: initial !default;
|
|
226
234
|
$actu-item-title-text-transform: initial !default;
|
|
227
235
|
$actu-item-title-font-size: $h3-font-size !default;
|
|
228
236
|
$actu-item-title-font-weight: initial !default;
|
|
229
237
|
$actu-date-margin: 0 !default;
|
|
230
|
-
$actu-date-padding: 0 !default;
|
|
238
|
+
$actu-date-padding: 0 1rem !default;
|
|
231
239
|
$actu-date-color: $primary !default;
|
|
232
240
|
$actu-date-font-size: 14px !default;
|
|
233
241
|
$actu-see-all-justify-content: $see-all-justify-content !default;
|
|
@@ -243,10 +251,10 @@ $event-title-margin: $home-section-title-margin !default;
|
|
|
243
251
|
$event-title-padding: $home-section-title-padding !default;
|
|
244
252
|
$event-image-margin-bottom: 0.7rem !default;
|
|
245
253
|
$event-image-border-radius: $global-radius !default;
|
|
246
|
-
$event-item-bg-color:
|
|
254
|
+
$event-item-bg-color:rgb(244, 244, 244) !default;
|
|
247
255
|
$event-item-bg-radius:$global-radius+2 !default;
|
|
248
256
|
$event-category-margin: 0 0 0.3rem 0 !default;
|
|
249
|
-
$event-category-padding: 0 !default;
|
|
257
|
+
$event-category-padding: 0 1rem !default;
|
|
250
258
|
$event-category-color: $primary !default;
|
|
251
259
|
$event-category-bg-color: #000 !default;
|
|
252
260
|
$event-category-text-transform: uppurcase !default;
|
|
@@ -254,13 +262,13 @@ $event-category-font-size: 14px !default;
|
|
|
254
262
|
$event-category-font-weight: initial !default;
|
|
255
263
|
$event-category-radius: $global-radius !default;
|
|
256
264
|
$event-item-title-margin: 1rem 0 !default;
|
|
257
|
-
$event-item-title-padding: 0 !default;
|
|
265
|
+
$event-item-title-padding: 0 1rem !default;
|
|
258
266
|
$event-item-title-color: initial !default;
|
|
259
267
|
$event-item-title-text-transform: initial !default;
|
|
260
268
|
$event-item-title-font-size: $h3-font-size !default;
|
|
261
269
|
$event-item-title-font-weight: initial !default;
|
|
262
270
|
$event-date-margin: 0 !default;
|
|
263
|
-
$event-date-padding: 0 !default;
|
|
271
|
+
$event-date-padding: 0 1rem !default;
|
|
264
272
|
$event-date-color: $primary !default;
|
|
265
273
|
$event-date-font-size: 14px !default;
|
|
266
274
|
$event-see-all-justify-content: $see-all-justify-content !default;
|
|
@@ -278,7 +286,7 @@ $album-title-margin: $home-section-title-margin !default;
|
|
|
278
286
|
$album-title-padding: $home-section-title-padding !default;
|
|
279
287
|
$album-image-margin-bottom: 0.7rem !default;
|
|
280
288
|
$album-image-border-radius: $global-radius !default;
|
|
281
|
-
$album-item-bg-color:
|
|
289
|
+
$album-item-bg-color:rgb(244, 244, 244) !default;
|
|
282
290
|
$album-item-bg-radius:$global-radius+2 !default;
|
|
283
291
|
$album-category-margin: 0 0 0.3rem 0 !default;
|
|
284
292
|
$album-category-padding: 0 !default;
|
|
@@ -300,21 +308,7 @@ $album-date-color: $primary !default;
|
|
|
300
308
|
$album-date-font-size: 14px !default;
|
|
301
309
|
$album-see-all-justify-content: $see-all-justify-content !default;
|
|
302
310
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
311
|
+
/////////////// interne ///////////////
|
|
318
312
|
|
|
319
313
|
//*// SECTION TEXTE
|
|
320
314
|
$font-size-texte: $font-size-base !default;
|
|
@@ -346,12 +340,12 @@ $section-contact-title-size:$h2-font-size;
|
|
|
346
340
|
$section-contact-sub-title-size:$font-size-lg;
|
|
347
341
|
$section-contact-title-color:$primary;
|
|
348
342
|
$section-contact-p-margin:1rem 0;
|
|
349
|
-
$section-contact-
|
|
343
|
+
$section-contact-portrait-ration:4/5;
|
|
350
344
|
|
|
351
345
|
// section-files
|
|
352
|
-
$section-file-background-color: $primary;
|
|
353
|
-
$enable-full-width-section-files: true;
|
|
354
|
-
$enable-light-color-section-files: true;
|
|
346
|
+
$section-file-background-color: $primary !default;
|
|
347
|
+
$enable-full-width-section-files: true !default;
|
|
348
|
+
$enable-light-color-section-files: true !default;
|
|
355
349
|
|
|
356
350
|
// section-link
|
|
357
351
|
$section-link-background-color: #F8F8F8;
|
|
@@ -373,4 +367,17 @@ $list-group-item-padding-x : 0px;
|
|
|
373
367
|
|
|
374
368
|
$message-info:#27789c;
|
|
375
369
|
$message-warning:#c06d01;
|
|
376
|
-
$message-error:#ae2609;
|
|
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;
|
|
378
|
+
|
|
379
|
+
//QUICK ACCESS
|
|
380
|
+
$quick-access-title-font-family: $font-family-title !default;
|
|
381
|
+
|
|
382
|
+
//SEE ALL
|
|
383
|
+
$see-all-font-family: $font-family-title !default;
|
package/theme.zip
CHANGED
|
Binary file
|
package/theme4.2.zip
ADDED
|
Binary file
|