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