@imiobe/plonetheme-smartweb-base 0.0.6 → 0.1.0

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