@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.
Files changed (98) 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/index.html +68 -61
  55. package/manifest.cfg +5 -5
  56. package/package.json +22 -4
  57. package/src/index.js +59 -14
  58. package/src/scss/_breadcrum.scss +1 -0
  59. package/src/scss/_fonts.scss +11 -1
  60. package/src/scss/_general.scss +75 -75
  61. package/src/scss/_header.scss +38 -24
  62. package/src/scss/_mixin.scss +43 -35
  63. package/src/scss/_sitenav.scss +330 -485
  64. package/src/scss/_sub-sitenav.scss +114 -302
  65. package/src/scss/_swiper.scss +29 -12
  66. package/src/scss/_trucaverif.scss +632 -585
  67. package/src/scss/common/_com-cookies.scss +86 -75
  68. package/src/scss/common/_com-edition.scss +36 -24
  69. package/src/scss/common/_com-faceted.scss +155 -132
  70. package/src/scss/common/_com-footer.scss +9 -5
  71. package/src/scss/common/_com-list-image.scss +17 -15
  72. package/src/scss/common/_com-react.scss +63 -51
  73. package/src/scss/common/_messviewlet.scss +77 -59
  74. package/src/scss/homepage/_a-la-une.scss +30 -19
  75. package/src/scss/homepage/_actualites.scss +137 -108
  76. package/src/scss/homepage/_album.scss +88 -78
  77. package/src/scss/homepage/_banner.scss +35 -42
  78. package/src/scss/homepage/_events.scss +51 -24
  79. package/src/scss/homepage/_general-home.scss +49 -24
  80. package/src/scss/homepage/_newsletter.scss +30 -0
  81. package/src/scss/homepage/_quick-access.scss +16 -3
  82. package/src/scss/list/_list-block-img.scss +53 -49
  83. package/src/scss/list/_list-block.scss +70 -64
  84. package/src/scss/list/_list-img.scss +21 -14
  85. package/src/scss/list/_list.scss +55 -53
  86. package/src/scss/main.scss +23 -6
  87. package/src/scss/sections/_se-contact.scss +230 -138
  88. package/src/scss/sections/_se-file.scss +187 -166
  89. package/src/scss/sections/_se-gallery.scss +16 -14
  90. package/src/scss/sections/_se-link.scss +141 -135
  91. package/src/scss/sections/_se-linked-content.scss +4 -4
  92. package/src/scss/sections/_se-plan-geo.scss +101 -0
  93. package/src/scss/sections/_se-plan.scss +2 -2
  94. package/src/scss/sections/_se-postit.scss +19 -0
  95. package/src/scss/sections/_se-textes.scss +40 -54
  96. package/src/scss/variables.scss +201 -168
  97. package/theme.zip +0 -0
  98. 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
- 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';
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
- z-index: 1;
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
- margin-bottom: 0;
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
- pointer-events: visible;
133
+ pointer-events: visible;
144
134
  }
145
135
 
146
136
  .section-en-un-clic.subsection-contact .sectioncontact {
147
- .section-title {
148
- a {
149
- text-decoration: none;
150
- display: flex;
151
- align-items: center;
152
- font-size: 20px;
153
- &:after {
154
- content: "";
155
- width: 9px;
156
- height: 6px;
157
- display: block;
158
- background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="8.444" height="5.2"><path fill="black" d="M.247.254a.831.831 0 0 1 1.2 0l2.78 2.854L7.011.254A.831.831 0 0 1 8.2.264a.882.882 0 0 1 .01 1.215L4.825 4.946a.835.835 0 0 1-.6.254 1.529 1.529 0 0 1-.6-.254L.247 1.479a.882.882 0 0 1 0-1.226Z"/></svg>');
159
- background-size: contain;
160
- background-position: center;
161
- background-repeat: no-repeat;
162
- margin-left: .4rem;
163
- }
164
- }
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
- .template-manage-viewlets .managedViewlets .viewletmanager #portal-header {
174
- display: block !important;
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
- max-width: 10rem;
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
- border-radius: 0;
192
- height: 2.5rem;
193
- display: flex;
194
- align-items: center;
195
- border-color: #ccc;
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
- background-position: 0 0.4rem !important;
181
+ background-position: 0 0.4rem !important;
199
182
  }
183
+
200
184
  .faceted-multiselect-widget .select2-container .select2-choice abbr {
201
- top: 0.8rem;
185
+ top: 0.8rem;
202
186
  }
203
187
 
204
188
  /* map */
205
189
  span.r-map-popup-title {
206
- font-weight: bold;
207
- color: black;
208
- text-align: center;
209
- text-decoration: underline;
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
- margin: 0 !important;
213
- padding-top: 0.5rem;
214
- text-align: center;
215
- color: #1c1c1c;
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
- display: none;
204
+ display: none;
220
205
  }
206
+
221
207
  .kssattr-fieldset-icons .plone-icon {
222
- height: auto;
223
- width: 3rem;
224
- margin: 0.5rem;
208
+ height: auto;
209
+ width: 3rem;
210
+ margin: 0.5rem;
225
211
  }
212
+
226
213
  .kssattr-fieldset-icons span.option {
227
- margin-bottom: 0.5rem;
228
- cursor: pointer;
229
- position: relative;
230
- display: block;
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
- background: #f9f9f9;
221
+ background: #f9f9f9;
234
222
  }
223
+
235
224
  .kssattr-fieldset-icons .form-check-input {
236
- position: absolute;
237
- left: 0;
238
- right: 0;
239
- top: 0;
240
- bottom: 0;
241
- width: inherit;
242
- border-radius: 0 !important;
243
- margin: 0;
244
- height: 100%;
245
- background: transparent;
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
- border: 1px solid #333;
238
+ border: 1px solid #333;
252
239
  }
240
+
253
241
  .kssattr-fieldset-icons .form-check-input:checked:hover {
254
- border: 1px solid $primary;
242
+ border: 1px solid $primary;
255
243
  }
256
244
 
257
- @media screen and (min-width:576px) {
258
- .sectioncontact.col-sm-3 {
259
- flex: 0 0 auto;
260
- width: 50% !important;
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
- @media screen and (min-width:993px) {
264
- .sectioncontact.col-sm-3 {
265
- flex: 0 0 auto;
266
- width: 25% !important;
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
- .sectioncontact.col-sm-4 {
272
- flex: 0 0 auto;
273
- width: 50% !important;
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
- @media screen and (min-width:993px) {
277
- .sectioncontact.col-sm-4 {
278
- flex: 0 0 auto;
279
- width: 33.333333% !important;
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
- width: 100%;
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
- display: none;
280
+ display: none;
291
281
  }
282
+
292
283
  #portal-header #portal-logo.minisite_logo {
293
- padding: 0.5rem 0;
294
- text-align: center;
295
- text-decoration: none;
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
- font-size: 1.5rem;
291
+ font-size: 1.5rem;
300
292
  }
293
+
301
294
  .block-menu-element .card-body .card-text {
302
- max-height: 3rem;
303
- overflow: hidden;
304
- position: relative;
295
+ max-height: 3rem;
296
+ overflow: hidden;
297
+ position: relative;
305
298
  }
306
- .block-menu-element .card-body .card-text:after {
307
- content: "";
308
- background: linear-gradient(275deg, white, transparent);
309
- top: 1.5rem;
310
- position: absolute;
311
- height: 1.5rem;
312
- right: 0;
313
- 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%;
314
308
  }
309
+
315
310
  .faceted-block-view-with-images .block-menu-element a .card-body {
316
- border-radius: 0px 0px 15px 0;
311
+ border-radius: 0 0 15px;
317
312
  }
313
+
318
314
  .userrole-anonymous .pat-sortable .sortable-section {
319
- border: 0px solid transparent !important;
315
+ border: 0 solid transparent !important;
320
316
  }
317
+
321
318
  .faceted-form {
322
- padding: 0;
319
+ padding: 0;
323
320
  }
321
+
324
322
  .sortable-section.sectionvideo {
325
- padding-bottom: 1.5rem;
323
+ padding-bottom: 1.5rem;
326
324
  }
325
+
327
326
  .sortable-section.sectionvideo #container-section-video {
328
- padding: 0;
327
+ padding: 0;
329
328
  }
329
+
330
330
  #portal-footer-wrapper {
331
- word-wrap: break-word;
332
- overflow: hidden;
331
+ word-wrap: break-word;
332
+ overflow: hidden;
333
333
  }
334
+
334
335
  #content header .lead.rich_description {
335
- max-width: 1024px;
336
+ max-width: 1024px;
336
337
  }
338
+
337
339
  .procedure a {
338
- background: $primary;
339
- padding: 0.75rem;
340
- position: relative;
341
- display: inline-block;
342
- border-radius: 5px;
343
- color: white;
344
- font-weight: bold;
345
- text-decoration: none;
346
- margin-bottom: 1rem;
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
- margin-bottom: 1rem;
352
+ margin-bottom: 1rem;
355
353
  }
354
+
356
355
  #content-core .citoyennete-1 {
357
- z-index: 0;
358
- position: relative;
356
+ z-index: 0;
357
+ position: relative;
359
358
  }
360
- .citoyennete-1 div#container-section-citoyennete:after {
361
- content: "";
362
- position: absolute;
363
- background: rgba(0, 0, 0, 0.2);
364
- left: 0;
365
- right: 0;
366
- top: 0;
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
- display: inline-block;
370
+ display: inline-block;
374
371
  }
372
+
375
373
  #portal-footer-wrapper .twitter a {
376
- display: block;
377
- width: 29px;
378
- height: 29px;
379
- font-size: 0;
380
- 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>');
381
- background-repeat: no-repeat;
382
- background-size: contain;
383
- 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;
384
382
  }
383
+
385
384
  #portal-footer-wrapper .twitter a:hover {
386
- opacity: .7;
385
+ opacity: 70%;
387
386
  }
388
387
 
389
388
  .sectionsendinblue input#form-widgets-email {
390
- max-width: 24rem;
391
- margin: 0 auto;
392
- line-height: 2rem;
389
+ max-width: 24rem;
390
+ margin: 0 auto;
391
+ line-height: 2rem;
393
392
  }
393
+
394
394
  .sectioncollection.kiosque .swiper-wrapper {
395
- padding-top: 1rem;
395
+ padding-top: 1rem;
396
396
  }
397
+
397
398
  .sectioncollection.kiosque a .swiper-image {
398
- transition: all 0.25s ease;
399
+ transition: all 0.25s ease;
399
400
  }
401
+
400
402
  .sectioncollection.kiosque a:hover .swiper-image {
401
- transform: rotate(-1deg) translateY(-10px);
403
+ transform: rotate(-1deg) translateY(-10px);
402
404
  }
403
405
 
404
406
  @media screen and (max-width: 443px) {
405
- .r-result-filter .r-filter {
406
- max-width: 100%;
407
- }
408
- .portaltype-imio-smartweb-portalpage #content-core .reseaux-sociaux .section-container .body-section ul {
409
- justify-content: space-between;
410
- }
411
- .reseaux-sociaux .section-container .body-section ul li {
412
- padding: 0;
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
- padding-bottom: 3rem;
429
+ padding-bottom: 3rem;
427
430
  }
431
+
428
432
  body.template-block_view_with_images .block-menu-element a .card-body {
429
- border-radius: 0px 0px 15px 0;
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
- width: auto;
438
+ width: auto;
434
439
  }
440
+
435
441
  div#faceted-results {
436
- padding-bottom: 1.5rem;
442
+ padding-bottom: 1.5rem;
437
443
  }
444
+
438
445
  .list-menu-element {
439
- margin-bottom: 1rem;
446
+ margin-bottom: 1rem;
440
447
  }
448
+
441
449
  .list-menu-element a.row {
442
- text-decoration: none;
450
+ text-decoration: none;
443
451
  }
452
+
444
453
  .newsletterhomepage .body-section {
445
- margin-top: 0;
454
+ margin-top: 0;
446
455
  }
456
+
447
457
  .reseaux-sociaux {
448
- padding-top: 1rem;
458
+ padding-top: 1rem;
449
459
  }
460
+
450
461
  .reseaux-sociaux .section-container .rich_description {
451
- margin: 0 0 1rem 0;
462
+ margin: 0 0 1rem;
452
463
  }
464
+
453
465
  .faceted-block-view-with-images h2.card-title {
454
- font-size: 1rem;
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
- display: none;
480
+ display: none;
465
481
  }
482
+
466
483
  #container-section-les-sites-de-la-ville .nb-items-batch-1 {
467
- width: 100%;
468
- display: flex;
469
- flex-wrap: wrap;
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
- float: left;
475
- margin-right: 0.5rem;
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
- border: 0px;
497
+ border: 0;
481
498
  }
499
+
482
500
  .text table tr:nth-child(even) {
483
- background: #f7f7f7;
501
+ background: #f7f7f7;
484
502
  }
503
+
485
504
  .plone-modal-close {
486
- opacity: 0.7;
487
- text-decoration: none;
488
- font-size: 1.75rem;
489
- margin-top: 0.25rem;
490
- 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;
491
510
  }
492
- /* couleur texte accessibité */
493
- // #body-section-en-un-clic li>div>a .table_title span {
494
- // color: #0073a9;
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
- padding: 0 !important;
518
+ padding: 0 !important;
502
519
  }
520
+
503
521
  #portal-footer-wrapper li {
504
- margin-bottom: 0.25rem;
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
- display: block;
526
+ display: block;
510
527
  }
528
+
511
529
  #portal-footer-wrapper #portal-footer.container {
512
- max-width: 100% !important;
513
- background: white;
514
- padding-left: 0;
515
- padding-right: 0;
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
- color: #fff;
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
- .portaltype-imio-smartweb-procedure .sectionfiles .table_display,
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
- display: flex;
541
- flex-wrap: wrap;
542
- align-items: center;
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
- margin-right: 1rem;
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
- margin-left: 0;
571
+ margin-left: 0;
562
572
  }
563
- .portaltype-imio-smartweb-page #content .sectionlinks:after,
564
- .portaltype-imio-smartweb-procedure #content .sectionlinks:after {
565
- content: "";
566
- background: #f3f3f3;
567
- left: 0.75rem;
568
- right: 0.75rem;
569
- top: 0;
570
- bottom: 0;
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
- max-width: 760px;
579
- margin: 0.5rem auto;
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
- color: $primary;
593
+ color: $primary;
584
594
  }
585
595
 
586
- .subsection-demarches-infos-pratiques .list-menu-element .newsImage.card-img-left {
587
- margin-left: 1rem;
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
- position: relative;
591
- text-decoration: none;
603
+ position: relative;
604
+ text-decoration: none;
592
605
  }
593
- .sortable-section.sectioncontact h2.section-title a[aria-expanded="true"]:after {
594
- content: "";
595
- background: #f3f3f3;
596
- position: absolute;
597
- left: -0.5rem;
598
- right: -0.5rem;
599
- bottom: 0;
600
- top: 0.25rem;
601
- z-index: -1;
602
- 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;
603
616
  }
617
+
604
618
  @media screen and (min-width: 768px) {
605
- .sortable-section.sectioncontact .body-section.show {
606
- display: flex !important;
607
- }
608
- .portaltype-imio-smartweb-procedure .sectionlinks,
609
- .portaltype-imio-smartweb-page .sectionlinks,
610
- .portaltype-imio-smartweb-procedure .sectionfiles,
611
- .portaltype-imio-smartweb-page .sectionfiles {
612
- background: transparent;
613
- }
614
- .portaltype-imio-smartweb-procedure .sectionlinks:after,
615
- .portaltype-imio-smartweb-page .sectionlinks:after,
616
- .portaltype-imio-smartweb-procedure .sectionfiles:after,
617
- .portaltype-imio-smartweb-page .sectionfiles:after {
618
- width: auto;
619
- left: 0.75rem;
620
- right: 0.75rem;
621
- }
622
- /* supprimer #container-section-bla-en-images > div */
623
- #container-section-bla-en-images>div {
624
- display: flex;
625
- justify-content: space-between;
626
- align-items: baseline;
627
- width: 100%;
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
- #banner {
632
- height: 150px;
633
- }
634
- .sortable-section.sectioncontact .body-section.show {
635
- display: flex !important;
636
- }
637
- #portal-column-content .sortable-section.sectioncontact .body-section {
638
- flex-wrap: nowrap !important;
639
- }
640
- .gdpr-actions {
641
- display: flex;
642
- flex-direction: column;
643
- }
644
- #gdpr-consent-banner .gdpr-actions>a {
645
- margin-left: 0;
646
- text-align: center;
647
- }
648
- #gdpr-consent-banner .gdpr-actions input[name=refuse] {
649
- margin-left: 0;
650
- text-align: center;
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
- font-size: 1.25rem;
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:after {
662
- position: absolute;
663
- top: 0;
664
- bottom: 0;
665
- transform: translateX(-50vw);
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
- #content .sortable-section.sectionlinks.un-clic:after {
669
- left: 50% !important;
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
- visibility: hidden;
699
- height: 0;
723
+ visibility: hidden;
724
+ height: 0;
700
725
  }
726
+
701
727
  #body-section-newsletter form#form {
702
- display: flex;
703
- justify-content: center;
704
- align-items: self-end;
728
+ display: flex;
729
+ justify-content: center;
730
+ align-items: self-end;
705
731
  }
732
+
706
733
  #formfield-form-widgets-email {
707
- width: 100%;
734
+ width: 100%;
708
735
  }
736
+
709
737
  #body-section-newsletter form#form .formControls {
710
- position: absolute;
711
- width: 1px;
712
- height: 1px;
713
- padding: 0;
714
- margin: -1px;
715
- overflow: hidden;
716
- clip: rect(0, 0, 0, 0);
717
- white-space: nowrap;
718
- /* added line */
719
- 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;
720
749
  }
721
750
 
722
751
  .sectiontext .section-text .body-section figure img {
723
- max-width: 100%;
752
+ max-width: 100%;
724
753
  }
754
+
725
755
  .smartweb-footer div#body-section-administration-communale {
726
- max-width: 100%;
756
+ max-width: 100%;
727
757
  }
758
+
728
759
  .smartweb-footer .sectionlinks {
729
- background: transparent;
730
- padding-top: 0;
731
- padding-bottom: 0;
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
- width: 0rem !important;
766
+ width: 0 !important;
735
767
  }
768
+
736
769
  #portal-footer-wrapper .smartweb-footer .sectionlinks .section-container {
737
- gap: 0;
738
- padding-bottom: 0 !important;
770
+ gap: 0;
771
+ padding-bottom: 0 !important;
739
772
  }
773
+
740
774
  #portal-footer-wrapper .sectionlinks h2.section-title {
741
- color: white;
775
+ color: white;
742
776
  }
743
777
 
744
778
  #portal-footer-wrapper .smartweb-footer .sectiontext.feder {
745
- padding-top: 0 !important;
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
- padding: 0.5rem 1rem 0;
783
+ padding: 0.5rem 1rem 0;
755
784
  }
785
+
756
786
  .colophonWrapper ul {
757
- justify-content: center;
758
- gap: 1rem;
759
- text-align: center;
787
+ justify-content: center;
788
+ gap: 1rem;
789
+ text-align: center;
760
790
  }
791
+
761
792
  .colophonWrapper li {
762
- margin-right: 0;
793
+ margin-right: 0;
763
794
  }
764
795
 
765
796
  .template-sitemap ul {
766
- padding-left: 2rem;
797
+ padding-left: 2rem;
767
798
  }
799
+
768
800
  .contact_subtitle {
769
- font-size: 1.25rem;
770
- margin-bottom: 0.5rem;
801
+ font-size: 1.25rem;
802
+ margin-bottom: 0.5rem;
771
803
  }
804
+
772
805
  .img-portrait .contact_logo {
773
- padding-top: 120%;
774
- width: 100%;
775
- background-position: top;
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
- div#container-section-temps-dattente-aux-guichets {
790
- width: 40%;
791
- flex-direction: row !important;
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
- margin: 0;
796
- display: flex;
797
- align-items: center;
798
- /* z-index: -1; */
799
- position: relative;
800
- 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;
801
832
  }
802
833
 
803
834
  #content-core .sortable-section .collapse:not(.show) {
804
- display: none;
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
- width: auto !important;
810
- display: inline-block !important;
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
- height: 2em;
846
+ height: 2em;
814
847
  }
815
848
 
816
849
  /* fin nouveautés */
817
850
 
818
-
819
851
  /* retour sur mobile */
820
- a.prev-nav:before {
821
- margin-right: 0.5rem;
822
- top: 0px;
823
- position: relative;
824
- content: "〈";
825
- font-size: 0.9rem;
826
- 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;
827
859
  }
828
860
 
829
861
  @media screen and (max-width: 992px) {
830
- #subsite-navigation>ul>li.show-nav>.has_subtree.dropdown {
831
- margin-top: 1rem;
832
- display: table;
833
- width: 100% !important;
834
- left: 0 !important;
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
- /* page d'accueil */
859
- #content-core .sortable-section.citoyennete-1,
860
- #content-core .sortable-section.citoyennete-2,
861
- .sortable-section.sectionlinks.section-annuaire.col-sm-6,
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
- .portaltype-imio-smartweb-portalpage #content-core .row {
882
- justify-content: center;
883
- }
884
- .sectionlinks.sites-de-la-ville .section-container {
885
- padding-right: var(--bs-gutter-x, .75rem);
886
- padding-left: var(--bs-gutter-x, .75rem);
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
+ }