@imiobe/plonetheme-smartweb-base 0.0.3 → 0.0.4
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/assets/svg/download-arrow-blue.svg +1 -0
- package/assets/svg/download-arrow.svg +1 -0
- package/assets/svg/files.svg +1 -0
- package/assets/svg/pdf-file-icon.svg +1 -0
- package/dist/css/theme.css +7 -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/close29148b38..svg +1 -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/package.json +1 -1
- package/src/index.js +10 -34
- package/src/scss/_breadcrum.scss +45 -35
- package/src/scss/_edition.scss +2 -2
- package/src/scss/_fonts.scss +18 -6
- package/src/scss/_general.scss +14 -0
- package/src/scss/_header.scss +125 -54
- package/src/scss/_mixin.scss +50 -0
- package/src/scss/_print.scss +8 -7
- package/src/scss/_sitenav.scss +450 -370
- package/src/scss/_sub-sitenav.scss +708 -0
- package/src/scss/_swiper.scss +31 -26
- package/src/scss/_trucaverif.scss +954 -0
- package/src/scss/common/_com-cookies.scss +81 -0
- package/src/scss/common/_com-edition.scss +44 -0
- package/src/scss/common/_com-faceted.scss +184 -0
- package/src/scss/common/_com-list-image.scss +16 -0
- package/src/scss/common/_messviewlet.scss +77 -0
- package/src/scss/homepage/_a-la-une.scss +91 -76
- package/src/scss/homepage/_actualites.scss +98 -117
- package/src/scss/homepage/_album.scss +87 -0
- package/src/scss/homepage/_banner.scss +70 -59
- package/src/scss/homepage/_events.scss +88 -0
- package/src/scss/homepage/_general-home.scss +29 -0
- package/src/scss/homepage/_quick-access.scss +72 -32
- package/src/scss/list/_list-block-img.scss +52 -0
- package/src/scss/list/_list-block.scss +74 -0
- package/src/scss/list/_list-img.scss +27 -0
- package/src/scss/list/_list.scss +61 -0
- package/src/scss/main.scss +31 -5
- package/src/scss/sections/_se-contact.scss +397 -0
- package/src/scss/sections/_se-file.scss +175 -0
- package/src/scss/sections/_se-gallery.scss +4 -0
- package/src/scss/sections/_se-link.scss +154 -0
- package/src/scss/sections/_se-linked-content.scss +4 -0
- package/src/scss/sections/_se-plan.scss +3 -0
- package/src/scss/sections/_se-textes.scss +235 -0
- package/src/scss/variables.scss +347 -97
- package/theme.zip +0 -0
- package/src/scss/sections/_textes.scss +0 -211
|
@@ -0,0 +1,954 @@
|
|
|
1
|
+
// Pour modifier la section utilisée pour le formulaire de contact
|
|
2
|
+
#body-section-formulaires-de-contact .table_image {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
gap: 10px;
|
|
6
|
+
.plone-icon {
|
|
7
|
+
height: 2em;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
//---//
|
|
11
|
+
.sectionlinks {
|
|
12
|
+
.swiper_title {
|
|
13
|
+
margin-top: 1rem;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
// Pour custom l'overlay vidéo
|
|
17
|
+
.section-home-page-bla .plone-modal-header {
|
|
18
|
+
padding: 0px 10px;
|
|
19
|
+
border-bottom: 0px solid #e5e5e5;
|
|
20
|
+
position: relative;
|
|
21
|
+
z-index: 3;
|
|
22
|
+
}
|
|
23
|
+
.section-home-page-bla .plone-modal-footer {
|
|
24
|
+
border-top: 0px solid #e5e5e5;
|
|
25
|
+
padding: 0;
|
|
26
|
+
}
|
|
27
|
+
.vid a.pat-plone-modal {
|
|
28
|
+
display: block;
|
|
29
|
+
width: 100%;
|
|
30
|
+
height: 100%;
|
|
31
|
+
position: absolute;
|
|
32
|
+
z-index: 2;
|
|
33
|
+
}
|
|
34
|
+
//---//
|
|
35
|
+
|
|
36
|
+
//affichage des vidéos sur vue facettes
|
|
37
|
+
.faceted-block-view-with-images .block-menu-element {
|
|
38
|
+
position: relative;
|
|
39
|
+
}
|
|
40
|
+
.faceted-block-view-with-images .block-menu-element a.faceted_video {
|
|
41
|
+
inset: 0 !important;
|
|
42
|
+
position: absolute !important;
|
|
43
|
+
}
|
|
44
|
+
//---//
|
|
45
|
+
|
|
46
|
+
// Custom de la vue pour afficher les images en portrait
|
|
47
|
+
/* https://bla.preprod.imio.be/zone-de-police/presentation/agents-de-quartier/votre-inspecteur-de-proximite#b_start=0 */
|
|
48
|
+
.subsection-agents-de-quartier .card-img-top {
|
|
49
|
+
padding-top: 120%;
|
|
50
|
+
}
|
|
51
|
+
//---//
|
|
52
|
+
|
|
53
|
+
// je sais pas quoi (privacy)
|
|
54
|
+
.view-name-consent {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
}
|
|
58
|
+
.view-name-consent>div>label.form-label {
|
|
59
|
+
font-size: 1.5rem;
|
|
60
|
+
margin-top: 1rem;
|
|
61
|
+
}
|
|
62
|
+
div#formfield-form-widgets-basic_cookies {
|
|
63
|
+
order: 0;
|
|
64
|
+
}
|
|
65
|
+
div#formfield-form-widgets-basic_analytics {
|
|
66
|
+
order: 1;
|
|
67
|
+
}
|
|
68
|
+
//---//
|
|
69
|
+
// Pour react
|
|
70
|
+
|
|
71
|
+
.no-search-item-img {
|
|
72
|
+
background: black;
|
|
73
|
+
background-size: cover !important;
|
|
74
|
+
background-color: #c9c9c9 !important;
|
|
75
|
+
background-position: center !important;
|
|
76
|
+
}
|
|
77
|
+
.r-search-img {
|
|
78
|
+
background-color: #c9c9c9 !important;
|
|
79
|
+
}
|
|
80
|
+
//---//
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
// ------- A remonter dans core ------ //
|
|
85
|
+
|
|
86
|
+
// style icônes vue contenu
|
|
87
|
+
.template-folder_contents #content-core .table .itemRow.state-private,
|
|
88
|
+
.template-folder_contents #content-core .table .itemRow.state-private .state-private {
|
|
89
|
+
color: #dc3545 !important;
|
|
90
|
+
}
|
|
91
|
+
a.manage.contenttype-imio-smartweb-page:before {
|
|
92
|
+
content: '\e80e';
|
|
93
|
+
font-family: 'fontello';
|
|
94
|
+
}
|
|
95
|
+
a.manage.contenttype-imio-smartweb-folder:before {
|
|
96
|
+
content: '\e801';
|
|
97
|
+
font-family: 'fontello';
|
|
98
|
+
}
|
|
99
|
+
a.manage.contenttype-imio-smartweb-newsview:before {
|
|
100
|
+
content: '\e80f';
|
|
101
|
+
font-family: 'fontello';
|
|
102
|
+
}
|
|
103
|
+
a.manage.contenttype-imio-smartweb-eventsview:before {
|
|
104
|
+
content: '\e809';
|
|
105
|
+
font-family: 'fontello';
|
|
106
|
+
}
|
|
107
|
+
a.manage.contenttype-imio-smartweb-directoryview:before {
|
|
108
|
+
content: '\e842';
|
|
109
|
+
font-family: 'fontello';
|
|
110
|
+
}
|
|
111
|
+
a.manage.contenttype-collection:before {
|
|
112
|
+
content: '\e808';
|
|
113
|
+
font-family: 'fontello';
|
|
114
|
+
}
|
|
115
|
+
a.manage.contenttype-link:before {
|
|
116
|
+
content: '\e806';
|
|
117
|
+
font-family: 'fontello';
|
|
118
|
+
}
|
|
119
|
+
//---//
|
|
120
|
+
|
|
121
|
+
// navigation de la vue contenu
|
|
122
|
+
#content-core .pat-structure .navbar.ui-offset-parent {
|
|
123
|
+
z-index: 1;
|
|
124
|
+
}
|
|
125
|
+
//---//
|
|
126
|
+
|
|
127
|
+
// Affiche les commandes du plan devant le menu
|
|
128
|
+
.leaflet-top.leaflet-left {
|
|
129
|
+
z-index: 1;
|
|
130
|
+
}
|
|
131
|
+
//---//
|
|
132
|
+
|
|
133
|
+
// Pour supprimer le margin en fin de page ( si non le footer ne colle pas au sections)
|
|
134
|
+
#main-container,
|
|
135
|
+
#content-core {
|
|
136
|
+
margin-bottom: 0;
|
|
137
|
+
}
|
|
138
|
+
//---//
|
|
139
|
+
|
|
140
|
+
/* slider sinon un click sur la flèches inactive amène sur l'élément derrière */
|
|
141
|
+
.swiper-button-next.swiper-button-disabled,
|
|
142
|
+
.swiper-button-prev.swiper-button-disabled {
|
|
143
|
+
pointer-events: visible;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.section-en-un-clic.subsection-contact .sectioncontact {
|
|
147
|
+
.section-title {
|
|
148
|
+
a {
|
|
149
|
+
text-decoration: none;
|
|
150
|
+
display: flex;
|
|
151
|
+
align-items: center;
|
|
152
|
+
font-size: 20px;
|
|
153
|
+
&:after {
|
|
154
|
+
content: "";
|
|
155
|
+
width: 9px;
|
|
156
|
+
height: 6px;
|
|
157
|
+
display: block;
|
|
158
|
+
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>');
|
|
159
|
+
background-size: contain;
|
|
160
|
+
background-position: center;
|
|
161
|
+
background-repeat: no-repeat;
|
|
162
|
+
margin-left: .4rem;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
/////// CUSTOM BLA ////////////////
|
|
171
|
+
|
|
172
|
+
@media screen and (min-width: 992px) {
|
|
173
|
+
.template-manage-viewlets .managedViewlets .viewletmanager #portal-header {
|
|
174
|
+
display: block !important;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
.portaltype-link.userrole-authenticated img.figure-img {
|
|
178
|
+
max-width: 10rem;
|
|
179
|
+
}
|
|
180
|
+
// #body-section-en-un-clic .cls-1 {
|
|
181
|
+
// fill: #fff;
|
|
182
|
+
// stroke: #000;
|
|
183
|
+
// }
|
|
184
|
+
|
|
185
|
+
// #portal-logo .cls-1 {
|
|
186
|
+
// stroke: none;
|
|
187
|
+
// fill: #0090d2;
|
|
188
|
+
// }
|
|
189
|
+
/* select 2 */
|
|
190
|
+
.faceted-multiselect-widget .select2-container .select2-choice {
|
|
191
|
+
border-radius: 0;
|
|
192
|
+
height: 2.5rem;
|
|
193
|
+
display: flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
border-color: #ccc;
|
|
196
|
+
}
|
|
197
|
+
.select2-container .select2-choice .select2-arrow b {
|
|
198
|
+
background-position: 0 0.4rem !important;
|
|
199
|
+
}
|
|
200
|
+
.faceted-multiselect-widget .select2-container .select2-choice abbr {
|
|
201
|
+
top: 0.8rem;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/* map */
|
|
205
|
+
span.r-map-popup-title {
|
|
206
|
+
font-weight: bold;
|
|
207
|
+
color: black;
|
|
208
|
+
text-align: center;
|
|
209
|
+
text-decoration: underline;
|
|
210
|
+
}
|
|
211
|
+
.leaflet-popup-content p {
|
|
212
|
+
margin: 0 !important;
|
|
213
|
+
padding-top: 0.5rem;
|
|
214
|
+
text-align: center;
|
|
215
|
+
color: #1c1c1c;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.sectionfiles li:first-child {
|
|
219
|
+
margin-top: 1.25rem;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
div#top-area.faceted-area .widget-fieldset legend {
|
|
223
|
+
display: none;
|
|
224
|
+
}
|
|
225
|
+
.kssattr-fieldset-icons .plone-icon {
|
|
226
|
+
height: auto;
|
|
227
|
+
width: 3rem;
|
|
228
|
+
margin: 0.5rem;
|
|
229
|
+
}
|
|
230
|
+
.kssattr-fieldset-icons span.option {
|
|
231
|
+
margin-bottom: 0.5rem;
|
|
232
|
+
cursor: pointer;
|
|
233
|
+
position: relative;
|
|
234
|
+
display: block;
|
|
235
|
+
}
|
|
236
|
+
.kssattr-fieldset-icons span.option:hover {
|
|
237
|
+
background: #f9f9f9;
|
|
238
|
+
}
|
|
239
|
+
.kssattr-fieldset-icons .form-check-input {
|
|
240
|
+
position: absolute;
|
|
241
|
+
left: 0;
|
|
242
|
+
right: 0;
|
|
243
|
+
top: 0;
|
|
244
|
+
bottom: 0;
|
|
245
|
+
width: inherit;
|
|
246
|
+
border-radius: 0 !important;
|
|
247
|
+
margin: 0;
|
|
248
|
+
height: 100%;
|
|
249
|
+
background: transparent;
|
|
250
|
+
background-image: none !important;
|
|
251
|
+
cursor: pointer;
|
|
252
|
+
transition: all 0.25s ease;
|
|
253
|
+
}
|
|
254
|
+
.kssattr-fieldset-icons .form-check-input:hover {
|
|
255
|
+
border: 1px solid #333;
|
|
256
|
+
}
|
|
257
|
+
.kssattr-fieldset-icons .form-check-input:checked:hover {
|
|
258
|
+
border: 1px solid $primary;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
@media screen and (min-width:576px) {
|
|
262
|
+
.sectioncontact.col-sm-3 {
|
|
263
|
+
flex: 0 0 auto;
|
|
264
|
+
width: 50% !important;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
@media screen and (min-width:993px) {
|
|
268
|
+
.sectioncontact.col-sm-3 {
|
|
269
|
+
flex: 0 0 auto;
|
|
270
|
+
width: 25% !important;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
@media screen and (min-width:576px) {
|
|
275
|
+
.sectioncontact.col-sm-4 {
|
|
276
|
+
flex: 0 0 auto;
|
|
277
|
+
width: 50% !important;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
@media screen and (min-width:993px) {
|
|
281
|
+
.sectioncontact.col-sm-4 {
|
|
282
|
+
flex: 0 0 auto;
|
|
283
|
+
width: 33.333333% !important;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.block-menu-element .newsImage.no-image {
|
|
288
|
+
display: none;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
textarea {
|
|
293
|
+
width: 100%;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/* nouveautés */
|
|
297
|
+
.userrole-anonymous.portaltype-imio-smartweb-procedure .category,
|
|
298
|
+
.userrole-anonymous.portaltype-imio-smartweb-page .category {
|
|
299
|
+
display: none;
|
|
300
|
+
}
|
|
301
|
+
#portal-header #portal-logo.minisite_logo {
|
|
302
|
+
padding: 0.5rem 0;
|
|
303
|
+
text-align: center;
|
|
304
|
+
text-decoration: none;
|
|
305
|
+
}
|
|
306
|
+
.block-menu-element a .card-title.h2,
|
|
307
|
+
.block-menu-element a h2.card-title {
|
|
308
|
+
font-size: 1.5rem;
|
|
309
|
+
}
|
|
310
|
+
.block-menu-element .card-body .card-text {
|
|
311
|
+
max-height: 3rem;
|
|
312
|
+
overflow: hidden;
|
|
313
|
+
position: relative;
|
|
314
|
+
}
|
|
315
|
+
.block-menu-element .card-body .card-text:after {
|
|
316
|
+
content: "";
|
|
317
|
+
background: linear-gradient(275deg, white, transparent);
|
|
318
|
+
top: 1.5rem;
|
|
319
|
+
position: absolute;
|
|
320
|
+
height: 1.5rem;
|
|
321
|
+
right: 0;
|
|
322
|
+
width: 50%;
|
|
323
|
+
}
|
|
324
|
+
.faceted-block-view-with-images .block-menu-element a .card-body {
|
|
325
|
+
border-radius: 0px 0px 15px 0;
|
|
326
|
+
}
|
|
327
|
+
.userrole-anonymous .pat-sortable .sortable-section {
|
|
328
|
+
border: 0px solid transparent !important;
|
|
329
|
+
}
|
|
330
|
+
.faceted-form {
|
|
331
|
+
padding: 0;
|
|
332
|
+
}
|
|
333
|
+
.sortable-section.sectionvideo {
|
|
334
|
+
padding-bottom: 1.5rem;
|
|
335
|
+
}
|
|
336
|
+
.sortable-section.sectionvideo #container-section-video {
|
|
337
|
+
padding: 0;
|
|
338
|
+
}
|
|
339
|
+
#portal-footer-wrapper {
|
|
340
|
+
word-wrap: break-word;
|
|
341
|
+
overflow: hidden;
|
|
342
|
+
}
|
|
343
|
+
#content header .lead.rich_description {
|
|
344
|
+
max-width: 1024px;
|
|
345
|
+
}
|
|
346
|
+
.procedure a {
|
|
347
|
+
background: $primary;
|
|
348
|
+
padding: 0.75rem;
|
|
349
|
+
position: relative;
|
|
350
|
+
display: inline-block;
|
|
351
|
+
border-radius: 5px;
|
|
352
|
+
color: white;
|
|
353
|
+
font-weight: bold;
|
|
354
|
+
text-decoration: none;
|
|
355
|
+
margin-bottom: 1rem;
|
|
356
|
+
}
|
|
357
|
+
.procedure a::after {
|
|
358
|
+
content: '\e803';
|
|
359
|
+
font-family: fontello;
|
|
360
|
+
margin-left: 0.5rem;
|
|
361
|
+
}
|
|
362
|
+
div#viewlet-below-content-body .procedure {
|
|
363
|
+
margin-bottom: 1rem;
|
|
364
|
+
}
|
|
365
|
+
#content-core .citoyennete-1 {
|
|
366
|
+
z-index: 0;
|
|
367
|
+
position: relative;
|
|
368
|
+
}
|
|
369
|
+
.citoyennete-1 div#container-section-citoyennete:after {
|
|
370
|
+
content: "";
|
|
371
|
+
position: absolute;
|
|
372
|
+
background: rgba(0, 0, 0, 0.2);
|
|
373
|
+
left: 0;
|
|
374
|
+
right: 0;
|
|
375
|
+
top: 0;
|
|
376
|
+
bottom: 0;
|
|
377
|
+
z-index: -1;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
#portal-footer-wrapper li.facebook,
|
|
381
|
+
#portal-footer-wrapper li.twitter {
|
|
382
|
+
display: inline-block;
|
|
383
|
+
}
|
|
384
|
+
#portal-footer-wrapper .twitter a {
|
|
385
|
+
display: block;
|
|
386
|
+
width: 29px;
|
|
387
|
+
height: 29px;
|
|
388
|
+
font-size: 0;
|
|
389
|
+
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" viewBox="0 0 50 50" enable-background="new 0 0 34.56 34.35" xml:space="preserve"><path d="M44.8812 14.2068C44.9116 14.6517 44.9116 15.0965 44.9116 15.5454C44.9116 29.2242 34.5927 45 15.7242 45V44.9918C10.1503 45 4.69226 43.3888 0 40.3509C0.810481 40.4493 1.62503 40.4985 2.4416 40.5005C7.06074 40.5046 11.5478 38.9406 15.1818 36.0605C10.7922 35.9765 6.94292 33.0882 5.59821 28.8716C7.13589 29.1709 8.72029 29.1094 10.2295 28.6933C5.44384 27.7175 2.00081 23.4743 2.00081 18.5464C2.00081 18.5013 2.00081 18.4583 2.00081 18.4152C3.42677 19.2167 5.02336 19.6615 6.65651 19.7107C2.1491 16.6708 0.759699 10.6196 3.48162 5.88847C8.68982 12.3558 16.3742 16.2875 24.6232 16.7036C23.7965 13.1081 24.9259 9.34045 27.5909 6.81296C31.7225 2.89361 38.2206 3.0945 42.1044 7.26188C44.4018 6.80476 46.6037 5.95406 48.6187 4.74874C47.8529 7.14504 46.2503 9.18056 44.1093 10.474C46.1426 10.2321 48.1292 9.68278 50 8.84438C48.6228 10.9271 46.8881 12.7412 44.8812 14.2068Z" fill="white"></path><title></title></svg>');
|
|
390
|
+
background-repeat: no-repeat;
|
|
391
|
+
background-size: contain;
|
|
392
|
+
margin-top: 1rem;
|
|
393
|
+
}
|
|
394
|
+
#portal-footer-wrapper .twitter a:hover {
|
|
395
|
+
opacity: .7;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.sectionsendinblue input#form-widgets-email {
|
|
399
|
+
max-width: 24rem;
|
|
400
|
+
margin: 0 auto;
|
|
401
|
+
line-height: 2rem;
|
|
402
|
+
}
|
|
403
|
+
.sectioncollection.kiosque .swiper-wrapper {
|
|
404
|
+
padding-top: 1rem;
|
|
405
|
+
}
|
|
406
|
+
.sectioncollection.kiosque a .swiper-image {
|
|
407
|
+
transition: all 0.25s ease;
|
|
408
|
+
}
|
|
409
|
+
.sectioncollection.kiosque a:hover .swiper-image {
|
|
410
|
+
transform: rotate(-1deg) translateY(-10px);
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
@media screen and (max-width: 443px) {
|
|
414
|
+
.r-result-filter .r-filter {
|
|
415
|
+
max-width: 100%;
|
|
416
|
+
}
|
|
417
|
+
.portaltype-imio-smartweb-portalpage #content-core .reseaux-sociaux .section-container .body-section ul {
|
|
418
|
+
justify-content: space-between;
|
|
419
|
+
}
|
|
420
|
+
.reseaux-sociaux .section-container .body-section ul li {
|
|
421
|
+
padding: 0;
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.a-la-une .swiper-slide .swiper_description p {
|
|
426
|
+
color: #676767;
|
|
427
|
+
font-size: 1.25rem;
|
|
428
|
+
max-width: 90%;
|
|
429
|
+
padding-top: 1rem;
|
|
430
|
+
}
|
|
431
|
+
.template-block_view_with_images #content-core,
|
|
432
|
+
.template-block_view #content-core,
|
|
433
|
+
.template-summary_view #content-core,
|
|
434
|
+
.template-summary_view_with_images #content-core {
|
|
435
|
+
padding-bottom: 3rem;
|
|
436
|
+
}
|
|
437
|
+
body.template-block_view_with_images .block-menu-element a .card-body {
|
|
438
|
+
border-radius: 0px 0px 15px 0;
|
|
439
|
+
}
|
|
440
|
+
.block-menu-element a .card-body,
|
|
441
|
+
body.template-block_view_with_images .block-menu-element a .card-body {
|
|
442
|
+
width: auto;
|
|
443
|
+
}
|
|
444
|
+
div#faceted-results {
|
|
445
|
+
padding-bottom: 1.5rem;
|
|
446
|
+
}
|
|
447
|
+
.list-menu-element {
|
|
448
|
+
margin-bottom: 1rem;
|
|
449
|
+
}
|
|
450
|
+
.list-menu-element a.row {
|
|
451
|
+
text-decoration: none;
|
|
452
|
+
}
|
|
453
|
+
.newsletterhomepage .body-section {
|
|
454
|
+
margin-top: 0;
|
|
455
|
+
}
|
|
456
|
+
.reseaux-sociaux {
|
|
457
|
+
padding-top: 1rem;
|
|
458
|
+
}
|
|
459
|
+
.reseaux-sociaux .section-container .rich_description {
|
|
460
|
+
margin: 0 0 1rem 0;
|
|
461
|
+
}
|
|
462
|
+
.faceted-block-view-with-images h2.card-title {
|
|
463
|
+
font-size: 1rem;
|
|
464
|
+
}
|
|
465
|
+
/* vue actus */
|
|
466
|
+
// .portaltype-imio-smartweb-eventsview li,
|
|
467
|
+
// .portaltype-imio-smartweb-newsview li {
|
|
468
|
+
// list-style-position: inside;
|
|
469
|
+
// }
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
#portal-footer-wrapper #body-section-administration-communale li.website {
|
|
473
|
+
display: none;
|
|
474
|
+
}
|
|
475
|
+
#container-section-les-sites-de-la-ville .nb-items-batch-1 {
|
|
476
|
+
width: 100%;
|
|
477
|
+
display: flex;
|
|
478
|
+
flex-wrap: wrap;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.search-news .r-search-img,
|
|
482
|
+
.search-events .r-search-img {
|
|
483
|
+
float: left;
|
|
484
|
+
margin-right: 0.5rem;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
/* https://bla.preprod.imio.be/ma-commune/services-communaux/citoyennete/demarches/carte-d-identite-electronique-12-ans#section-prix-et-delai-de-livraison */
|
|
488
|
+
.text table {
|
|
489
|
+
border: 0px;
|
|
490
|
+
}
|
|
491
|
+
.text table tr:nth-child(even) {
|
|
492
|
+
background: #f7f7f7;
|
|
493
|
+
}
|
|
494
|
+
.plone-modal-close {
|
|
495
|
+
opacity: 0.7;
|
|
496
|
+
text-decoration: none;
|
|
497
|
+
font-size: 1.75rem;
|
|
498
|
+
margin-top: 0.25rem;
|
|
499
|
+
margin-right: 0.25rem;
|
|
500
|
+
}
|
|
501
|
+
/* couleur texte accessibité */
|
|
502
|
+
// #body-section-en-un-clic li>div>a .table_title span {
|
|
503
|
+
// color: #0073a9;
|
|
504
|
+
// }
|
|
505
|
+
body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure .category {
|
|
506
|
+
display: none;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
#portal-footer-wrapper {
|
|
510
|
+
padding: 0 !important;
|
|
511
|
+
}
|
|
512
|
+
#portal-footer-wrapper li {
|
|
513
|
+
margin-bottom: 0.25rem;
|
|
514
|
+
list-style-type: none;
|
|
515
|
+
padding-left: 0;
|
|
516
|
+
}
|
|
517
|
+
#portal-footer-wrapper .contact_address span {
|
|
518
|
+
display: block;
|
|
519
|
+
}
|
|
520
|
+
#portal-footer-wrapper #portal-footer.container {
|
|
521
|
+
max-width: 100% !important;
|
|
522
|
+
background: white;
|
|
523
|
+
padding-left: 0;
|
|
524
|
+
padding-right: 0;
|
|
525
|
+
}
|
|
526
|
+
// div#smartweb-subsite-footer {
|
|
527
|
+
// background: #007db8;
|
|
528
|
+
// }
|
|
529
|
+
#smartweb-subsite-footer .section-contact .body-section .h2,
|
|
530
|
+
#smartweb-subsite-footer .section-contact .body-section .h3,
|
|
531
|
+
#smartweb-subsite-footer .section-contact .body-section a,
|
|
532
|
+
#smartweb-subsite-footer .section-contact .body-section h2,
|
|
533
|
+
#smartweb-subsite-footer .section-contact .body-section h3,
|
|
534
|
+
#smartweb-subsite-footer .sectiontext {
|
|
535
|
+
color: #fff;
|
|
536
|
+
}
|
|
537
|
+
/* section fichier */
|
|
538
|
+
.portaltype-imio-smartweb-page #content .sectionfiles ul.row,
|
|
539
|
+
.portaltype-imio-smartweb-procedure #content .sectionfiles ul.row {
|
|
540
|
+
margin-left: 0;
|
|
541
|
+
}
|
|
542
|
+
.portaltype-imio-smartweb-procedure .sectionfiles:after,
|
|
543
|
+
.portaltype-imio-smartweb-page .sectionfiles:after {
|
|
544
|
+
width: 100%;
|
|
545
|
+
transform: translateX(0vw);
|
|
546
|
+
left: 0;
|
|
547
|
+
}
|
|
548
|
+
.portaltype-imio-smartweb-procedure .sectionfiles .table_display,
|
|
549
|
+
.portaltype-imio-smartweb-procedure .sectionfiles li.col-md-12,
|
|
550
|
+
.portaltype-imio-smartweb-page .sectionfiles .table_display,
|
|
551
|
+
.portaltype-imio-smartweb-page .sectionfiles li.col-md-12 {
|
|
552
|
+
max-width: 760px;
|
|
553
|
+
margin: 0.5rem auto;
|
|
554
|
+
padding-left: 0;
|
|
555
|
+
}
|
|
556
|
+
.portaltype-imio-smartweb-procedure .sectionfiles .table_image,
|
|
557
|
+
.portaltype-imio-smartweb-page .sectionfiles .table_image {
|
|
558
|
+
display: flex;
|
|
559
|
+
flex-wrap: wrap;
|
|
560
|
+
align-items: center;
|
|
561
|
+
}
|
|
562
|
+
.portaltype-imio-smartweb-procedure .sectionlinks .table_title,
|
|
563
|
+
.portaltype-imio-smartweb-page .sectionlinks .table_title,
|
|
564
|
+
.portaltype-imio-smartweb-procedure .sectionfiles .table_title,
|
|
565
|
+
.portaltype-imio-smartweb-page .sectionfiles .table_title {
|
|
566
|
+
margin-right: 1rem;
|
|
567
|
+
font-size: 1.25rem;
|
|
568
|
+
}
|
|
569
|
+
.portaltype-imio-smartweb-procedure .sectionfiles a.table_image .table_title span::before,
|
|
570
|
+
.portaltype-imio-smartweb-page .sectionfiles a.table_image .table_title span::before {
|
|
571
|
+
content: "\e80e";
|
|
572
|
+
font-family: fontello;
|
|
573
|
+
margin-right: 0.5rem;
|
|
574
|
+
}
|
|
575
|
+
.portaltype-imio-smartweb-procedure #content .sectionlinks a.table_image .table_title span::before,
|
|
576
|
+
.portaltype-imio-smartweb-page #content .sectionlinks a.table_image .table_title span::before {
|
|
577
|
+
content: "\e806";
|
|
578
|
+
font-family: 'fontello';
|
|
579
|
+
margin-right: 0.5rem;
|
|
580
|
+
}
|
|
581
|
+
/* section links */
|
|
582
|
+
.portaltype-imio-smartweb-page #content .sectionlinks ul.row,
|
|
583
|
+
.portaltype-imio-smartweb-procedure #content .sectionlinks ul.row {
|
|
584
|
+
margin-left: 0;
|
|
585
|
+
}
|
|
586
|
+
.portaltype-imio-smartweb-page #content .sectionlinks:after,
|
|
587
|
+
.portaltype-imio-smartweb-procedure #content .sectionlinks:after {
|
|
588
|
+
content: "";
|
|
589
|
+
background: #f3f3f3;
|
|
590
|
+
left: 0.75rem;
|
|
591
|
+
right: 0.75rem;
|
|
592
|
+
top: 0;
|
|
593
|
+
bottom: 0;
|
|
594
|
+
position: absolute;
|
|
595
|
+
z-index: -1;
|
|
596
|
+
}
|
|
597
|
+
.portaltype-imio-smartweb-procedure #content .sectionlinks .table_display,
|
|
598
|
+
.portaltype-imio-smartweb-procedure #content .sectionlinks li.col-md-12,
|
|
599
|
+
.portaltype-imio-smartweb-page #content .sectionlinks .table_display,
|
|
600
|
+
.portaltype-imio-smartweb-page #content .sectionlinks li.col-md-12 {
|
|
601
|
+
max-width: 760px;
|
|
602
|
+
margin: 0.5rem auto;
|
|
603
|
+
}
|
|
604
|
+
.portaltype-imio-smartweb-procedure #content .sectionlinks a.table_image,
|
|
605
|
+
.portaltype-imio-smartweb-page #content .sectionlinks a.table_image {
|
|
606
|
+
color: $primary;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.subsection-demarches-infos-pratiques .list-menu-element .newsImage.card-img-left {
|
|
610
|
+
margin-left: 1rem;
|
|
611
|
+
}
|
|
612
|
+
.sortable-section.sectioncontact h2.section-title a[aria-expanded="true"] {
|
|
613
|
+
position: relative;
|
|
614
|
+
text-decoration: none;
|
|
615
|
+
}
|
|
616
|
+
.sortable-section.sectioncontact h2.section-title a[aria-expanded="true"]:after {
|
|
617
|
+
content: "";
|
|
618
|
+
background: #f3f3f3;
|
|
619
|
+
position: absolute;
|
|
620
|
+
left: -0.5rem;
|
|
621
|
+
right: -0.5rem;
|
|
622
|
+
bottom: 0;
|
|
623
|
+
top: 0.25rem;
|
|
624
|
+
z-index: -1;
|
|
625
|
+
border-radius: 10px 10px 0 0;
|
|
626
|
+
}
|
|
627
|
+
@media screen and (min-width: 768px) {
|
|
628
|
+
.sortable-section.sectioncontact .body-section.show {
|
|
629
|
+
display: flex !important;
|
|
630
|
+
}
|
|
631
|
+
.portaltype-imio-smartweb-procedure .sectionlinks,
|
|
632
|
+
.portaltype-imio-smartweb-page .sectionlinks,
|
|
633
|
+
.portaltype-imio-smartweb-procedure .sectionfiles,
|
|
634
|
+
.portaltype-imio-smartweb-page .sectionfiles {
|
|
635
|
+
background: transparent;
|
|
636
|
+
}
|
|
637
|
+
.portaltype-imio-smartweb-procedure .sectionlinks:after,
|
|
638
|
+
.portaltype-imio-smartweb-page .sectionlinks:after,
|
|
639
|
+
.portaltype-imio-smartweb-procedure .sectionfiles:after,
|
|
640
|
+
.portaltype-imio-smartweb-page .sectionfiles:after {
|
|
641
|
+
width: auto;
|
|
642
|
+
left: 0.75rem;
|
|
643
|
+
right: 0.75rem;
|
|
644
|
+
}
|
|
645
|
+
/* supprimer #container-section-bla-en-images > div */
|
|
646
|
+
#container-section-bla-en-images>div {
|
|
647
|
+
display: flex;
|
|
648
|
+
justify-content: space-between;
|
|
649
|
+
align-items: baseline;
|
|
650
|
+
width: 100%;
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
@media screen and (max-width: 767px) {
|
|
654
|
+
#banner {
|
|
655
|
+
height: 150px;
|
|
656
|
+
}
|
|
657
|
+
.sortable-section.sectioncontact .body-section.show {
|
|
658
|
+
display: flex !important;
|
|
659
|
+
}
|
|
660
|
+
#portal-column-content .sortable-section.sectioncontact .body-section {
|
|
661
|
+
flex-wrap: nowrap !important;
|
|
662
|
+
}
|
|
663
|
+
.gdpr-actions {
|
|
664
|
+
display: flex;
|
|
665
|
+
flex-direction: column;
|
|
666
|
+
}
|
|
667
|
+
#gdpr-consent-banner .gdpr-actions>a {
|
|
668
|
+
margin-left: 0;
|
|
669
|
+
text-align: center;
|
|
670
|
+
}
|
|
671
|
+
#gdpr-consent-banner .gdpr-actions input[name=refuse] {
|
|
672
|
+
margin-left: 0;
|
|
673
|
+
text-align: center;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
.subsection-demarches-infos-pratiques .list-menu-element .list-card-title.h2,
|
|
677
|
+
.subsection-demarches-infos-pratiques .list-menu-element h2.list-card-title {
|
|
678
|
+
font-size: 1.25rem;
|
|
679
|
+
}
|
|
680
|
+
/* attention de ne cibler que les type page pour le bg des sections links */
|
|
681
|
+
/*.portaltype-imio-smartweb-portalpage .sectionlinks {
|
|
682
|
+
background: transparent;
|
|
683
|
+
}*/
|
|
684
|
+
#content .sortable-section.sectionlinks.un-clic:after {
|
|
685
|
+
position: absolute;
|
|
686
|
+
top: 0;
|
|
687
|
+
bottom: 0;
|
|
688
|
+
transform: translateX(-50vw);
|
|
689
|
+
}
|
|
690
|
+
@media screen and (max-width: 575px) {
|
|
691
|
+
#content .sortable-section.sectionlinks.un-clic:after {
|
|
692
|
+
left: 50% !important;
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
#content .sortable-section.sectionlinks.reseaux-sociaux:after {
|
|
697
|
+
background: $primary;
|
|
698
|
+
content: "";
|
|
699
|
+
position: absolute;
|
|
700
|
+
width: 100vw;
|
|
701
|
+
top: 0;
|
|
702
|
+
bottom: 0px;
|
|
703
|
+
left: 50%;
|
|
704
|
+
transform: translateX(-50vw);
|
|
705
|
+
z-index: -1;
|
|
706
|
+
}
|
|
707
|
+
.portaltype-imio-smartweb-portalpage .sectionlinks.sites-de-la-ville:after {
|
|
708
|
+
content: "";
|
|
709
|
+
position: absolute;
|
|
710
|
+
width: 100vw;
|
|
711
|
+
top: 0;
|
|
712
|
+
bottom: 0;
|
|
713
|
+
left: 50%;
|
|
714
|
+
transform: translateX(-50vw);
|
|
715
|
+
z-index: -1;
|
|
716
|
+
background: #f8f8f8;
|
|
717
|
+
}
|
|
718
|
+
/* newsletter */
|
|
719
|
+
#body-section-newsletter label.form-label,
|
|
720
|
+
.newsletterhomepage .form-text {
|
|
721
|
+
visibility: hidden;
|
|
722
|
+
height: 0;
|
|
723
|
+
}
|
|
724
|
+
#body-section-newsletter form#form {
|
|
725
|
+
display: flex;
|
|
726
|
+
justify-content: center;
|
|
727
|
+
align-items: self-end;
|
|
728
|
+
}
|
|
729
|
+
#formfield-form-widgets-email {
|
|
730
|
+
width: 100%;
|
|
731
|
+
}
|
|
732
|
+
#body-section-newsletter form#form .formControls {
|
|
733
|
+
position: absolute;
|
|
734
|
+
width: 1px;
|
|
735
|
+
height: 1px;
|
|
736
|
+
padding: 0;
|
|
737
|
+
margin: -1px;
|
|
738
|
+
overflow: hidden;
|
|
739
|
+
clip: rect(0, 0, 0, 0);
|
|
740
|
+
white-space: nowrap;
|
|
741
|
+
/* added line */
|
|
742
|
+
border: 0;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.sectiontext .section-text .body-section figure img {
|
|
746
|
+
max-width: 100%;
|
|
747
|
+
}
|
|
748
|
+
.smartweb-footer div#body-section-administration-communale {
|
|
749
|
+
max-width: 100%;
|
|
750
|
+
}
|
|
751
|
+
.smartweb-footer .sectionlinks {
|
|
752
|
+
background: transparent;
|
|
753
|
+
padding-top: 0;
|
|
754
|
+
padding-bottom: 0;
|
|
755
|
+
}
|
|
756
|
+
#portal-footer-wrapper .smartweb-footer #body-section-liens-utiles a .image {
|
|
757
|
+
width: 0rem !important;
|
|
758
|
+
}
|
|
759
|
+
#portal-footer-wrapper .smartweb-footer .sectionlinks .section-container {
|
|
760
|
+
gap: 0;
|
|
761
|
+
padding-bottom: 0 !important;
|
|
762
|
+
}
|
|
763
|
+
#portal-footer-wrapper .sectionlinks h2.section-title {
|
|
764
|
+
color: white;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
#portal-footer-wrapper .smartweb-footer .sectiontext.feder {
|
|
768
|
+
padding-top: 0 !important;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
/*@media screen and (max-width: 767.98px){
|
|
772
|
+
#portal-footer-wrapper .smartweb-footer .container .row .container {
|
|
773
|
+
padding: 1rem;
|
|
774
|
+
}
|
|
775
|
+
}*/
|
|
776
|
+
.colophonWrapper {
|
|
777
|
+
padding: 0.5rem 1rem 0;
|
|
778
|
+
}
|
|
779
|
+
.colophonWrapper ul {
|
|
780
|
+
justify-content: center;
|
|
781
|
+
gap: 1rem;
|
|
782
|
+
text-align: center;
|
|
783
|
+
}
|
|
784
|
+
.colophonWrapper li {
|
|
785
|
+
margin-right: 0;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.template-sitemap ul {
|
|
789
|
+
padding-left: 2rem;
|
|
790
|
+
}
|
|
791
|
+
.contact_subtitle {
|
|
792
|
+
font-size: 1.25rem;
|
|
793
|
+
margin-bottom: 0.5rem;
|
|
794
|
+
}
|
|
795
|
+
.img-portrait .contact_logo {
|
|
796
|
+
padding-top: 120%;
|
|
797
|
+
width: 100%;
|
|
798
|
+
background-position: top;
|
|
799
|
+
}
|
|
800
|
+
.section-container.section-text mark {
|
|
801
|
+
display: flex;
|
|
802
|
+
flex-direction: column;
|
|
803
|
+
flex-wrap: wrap;
|
|
804
|
+
}
|
|
805
|
+
@media screen and (min-width: 1215px) {
|
|
806
|
+
div#container-section-temps-dattente-aux-guichets {
|
|
807
|
+
margin-top: -12rem !important;
|
|
808
|
+
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
@media screen and (min-width: 768px) {
|
|
812
|
+
div#container-section-temps-dattente-aux-guichets {
|
|
813
|
+
width: 40%;
|
|
814
|
+
flex-direction: row !important;
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
div#container-section-temps-dattente-aux-guichets {
|
|
818
|
+
margin: 0;
|
|
819
|
+
display: flex;
|
|
820
|
+
align-items: center;
|
|
821
|
+
/* z-index: -1; */
|
|
822
|
+
position: relative;
|
|
823
|
+
flex-direction: column;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
#content-core .sortable-section .collapse:not(.show) {
|
|
827
|
+
display: none;
|
|
828
|
+
}
|
|
829
|
+
/* la hauter du banner est encore à définir */
|
|
830
|
+
#body-section-formulaires-de-contact .table_image .image,
|
|
831
|
+
#body-section-formulaires-de-contact .table_image .table_title {
|
|
832
|
+
width: auto !important;
|
|
833
|
+
display: inline-block !important;
|
|
834
|
+
}
|
|
835
|
+
#body-section-formulaires-de-contact .table_image .image .plone-icon {
|
|
836
|
+
height: 2em;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
/* fin nouveautés */
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
/* retour sur mobile */
|
|
843
|
+
a.prev-nav:before {
|
|
844
|
+
margin-right: 0.5rem;
|
|
845
|
+
top: 0px;
|
|
846
|
+
position: relative;
|
|
847
|
+
content: "〈";
|
|
848
|
+
font-size: 0.9rem;
|
|
849
|
+
margin-left: -0.5rem;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
@media screen and (max-width: 992px) {
|
|
853
|
+
#subsite-navigation>ul>li.show-nav>.has_subtree.dropdown {
|
|
854
|
+
margin-top: 1rem;
|
|
855
|
+
display: table;
|
|
856
|
+
width: 100% !important;
|
|
857
|
+
left: 0 !important;
|
|
858
|
+
}
|
|
859
|
+
#subsite-navigation>ul li>.has_subtree.dropdown .has_subtree.dropdown {
|
|
860
|
+
top: 0;
|
|
861
|
+
width: 100% !important;
|
|
862
|
+
}
|
|
863
|
+
.subsite-container #subsite-logo {
|
|
864
|
+
width: 100%;
|
|
865
|
+
}
|
|
866
|
+
.subsite-container #subsite-logo a {
|
|
867
|
+
padding-left: 0.6rem;
|
|
868
|
+
box-sizing: border-box;
|
|
869
|
+
}
|
|
870
|
+
#subsite-navigation>ul>li:first-child {
|
|
871
|
+
margin-left: 0.5rem;
|
|
872
|
+
}
|
|
873
|
+
#subsite-navigation>ul>li {
|
|
874
|
+
margin-right: 0.75rem;
|
|
875
|
+
}
|
|
876
|
+
#portal-globalnav-collapse>ul>li>a,
|
|
877
|
+
#subsite-navigation>ul>li>a {
|
|
878
|
+
padding: 1rem 0;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
/* page d'accueil */
|
|
882
|
+
#content-core .sortable-section.citoyennete-1,
|
|
883
|
+
#content-core .sortable-section.citoyennete-2,
|
|
884
|
+
.sortable-section.sectionlinks.section-annuaire.col-sm-6,
|
|
885
|
+
.sortable-section.sectiontext.annuaire-plan,
|
|
886
|
+
.sectionlinks.sites-de-la-ville .section-container .section-title,
|
|
887
|
+
.sectionlinks.sites-de-la-ville .section-container #body-section-les-sites-de-la-ville {
|
|
888
|
+
width: 100%;
|
|
889
|
+
}
|
|
890
|
+
#content-core .citoyennete-2 {
|
|
891
|
+
margin-top: 0;
|
|
892
|
+
}
|
|
893
|
+
.citoyennete-2 div#body-section-texte-citoyennete {
|
|
894
|
+
left: 0;
|
|
895
|
+
position: relative;
|
|
896
|
+
height: auto;
|
|
897
|
+
padding: 2rem;
|
|
898
|
+
}
|
|
899
|
+
.sortable-section.sectionlinks.section-liens-citoyennete .body-section {
|
|
900
|
+
width: 100% !important;
|
|
901
|
+
margin-left: 0 !important;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.portaltype-imio-smartweb-portalpage #content-core .row {
|
|
905
|
+
justify-content: center;
|
|
906
|
+
}
|
|
907
|
+
.sectionlinks.sites-de-la-ville .section-container {
|
|
908
|
+
padding-right: var(--bs-gutter-x, .75rem);
|
|
909
|
+
padding-left: var(--bs-gutter-x, .75rem);
|
|
910
|
+
}
|
|
911
|
+
.sectionnews.actu .section-container .see_all {
|
|
912
|
+
position: initial;
|
|
913
|
+
float: right;
|
|
914
|
+
margin-bottom: 1.5rem;
|
|
915
|
+
}
|
|
916
|
+
.en-un-clic-titre svg {
|
|
917
|
+
display: none;
|
|
918
|
+
}
|
|
919
|
+
#content .sortable-section.sectionlinks.un-clic::after {
|
|
920
|
+
width: 100vw !important;
|
|
921
|
+
}
|
|
922
|
+
#body-section-en-un-clic li {
|
|
923
|
+
width: 50% !important;
|
|
924
|
+
}
|
|
925
|
+
.en-un-clic-titre::after {
|
|
926
|
+
background: #f3f3f3;
|
|
927
|
+
content: "";
|
|
928
|
+
width: 100vw;
|
|
929
|
+
z-index: -2;
|
|
930
|
+
position: absolute;
|
|
931
|
+
right: 0;
|
|
932
|
+
top: 0;
|
|
933
|
+
bottom: 0;
|
|
934
|
+
left: -50vw;
|
|
935
|
+
margin-left: 50%;
|
|
936
|
+
}
|
|
937
|
+
.annuaire-plan .body-section figure {
|
|
938
|
+
margin-top: 0 !important;
|
|
939
|
+
}
|
|
940
|
+
.a-la-une .swiper_description {
|
|
941
|
+
padding: 0 1rem;
|
|
942
|
+
}
|
|
943
|
+
.pat-sortable .sortable-section .container {
|
|
944
|
+
padding-left: 0;
|
|
945
|
+
padding-right: 0;
|
|
946
|
+
}
|
|
947
|
+
.swiper-slide a {
|
|
948
|
+
text-decoration: none;
|
|
949
|
+
}
|
|
950
|
+
.sites-de-la-ville .section-title.h2,
|
|
951
|
+
.sites-de-la-ville h2.section-title {
|
|
952
|
+
font-size: 2.5rem;
|
|
953
|
+
}
|
|
954
|
+
}
|