imio.smartweb.core 1.4.4__py3-none-any.whl → 1.4.5__py3-none-any.whl

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 (67) hide show
  1. imio/smartweb/core/browser/configure.zcml +8 -0
  2. imio/smartweb/core/browser/controlpanel_siteadmin.py +142 -0
  3. imio/smartweb/core/browser/sitemap.py +1 -1
  4. imio/smartweb/core/browser/static/src/view.js +9 -2
  5. imio/smartweb/core/contents/pages/procedure/content.py +8 -0
  6. imio/smartweb/core/permissions.zcml +6 -0
  7. imio/smartweb/core/profiles/default/controlpanel.xml +12 -0
  8. imio/smartweb/core/profiles/default/metadata.xml +1 -1
  9. imio/smartweb/core/profiles/default/registry/smartweb.xml +3 -0
  10. imio/smartweb/core/profiles/default/rolemap.xml +5 -0
  11. imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +9 -0
  12. imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +2 -1
  13. imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +1 -0
  14. imio/smartweb/core/setuphandlers.py +2 -0
  15. imio/smartweb/core/upgrades/configure.zcml +41 -1
  16. imio/smartweb/core/upgrades/profiles/1068_to_1069/controlpanel.xml +26 -0
  17. imio/smartweb/core/upgrades/profiles/1068_to_1069/registry.xml +9 -0
  18. imio/smartweb/core/upgrades/profiles/1068_to_1069/rolemap.xml +11 -0
  19. imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.cfg +9 -0
  20. imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.xml +121 -0
  21. imio/smartweb/core/upgrades/upgrades.py +7 -1
  22. imio/smartweb/core/utils.py +38 -0
  23. imio/smartweb/core/viewlets/procedure.pt +1 -0
  24. imio/smartweb/core/viewlets/procedure.py +14 -0
  25. imio/smartweb/core/vocabularies.py +28 -2
  26. imio/smartweb/core/vocabularies.zcml +6 -0
  27. imio/smartweb/core/webcomponents/build/css/251.smartweb-webcomponents-compiled.css +1 -0
  28. imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -1
  29. imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css +1 -1
  30. imio/smartweb/core/webcomponents/build/css/700.smartweb-webcomponents-compiled.css +1 -0
  31. imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js +1 -1
  32. imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -3
  33. imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js +2 -0
  34. imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js +1 -1
  35. imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +1 -1
  36. imio/smartweb/core/webcomponents/build/js/251.smartweb-webcomponents-compiled.js +1 -0
  37. imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -1
  38. imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +1 -1
  39. imio/smartweb/core/webcomponents/build/js/700.smartweb-webcomponents-compiled.js +1 -0
  40. imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +1 -1
  41. imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
  42. imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js +1 -1
  43. imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +1 -1
  44. imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
  45. imio/smartweb/core/webcomponents/package.json +1 -1
  46. imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +32 -1
  47. imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +118 -70
  48. imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +4 -8
  49. imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +167 -85
  50. imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +44 -15
  51. imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -1
  52. imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +20 -11
  53. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/METADATA +18 -1
  54. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/RECORD +61 -56
  55. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/WHEEL +1 -1
  56. imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css +0 -1
  57. imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -1
  58. imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -1
  59. imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
  60. imio/smartweb/core/webcomponents/build/js/491.smartweb-webcomponents-compiled.js +0 -2
  61. imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -1
  62. /imio/smartweb/core/webcomponents/build/js/{491.smartweb-webcomponents-compiled.js.LICENSE.txt → 15.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
  63. /imio.smartweb.core-1.4.4-py3.12-nspkg.pth → /imio.smartweb.core-1.4.5-py3.12-nspkg.pth +0 -0
  64. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/licenses/LICENSE.GPL +0 -0
  65. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/licenses/LICENSE.rst +0 -0
  66. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/namespace_packages.txt +0 -0
  67. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/top_level.txt +0 -0
@@ -1,41 +1,43 @@
1
1
  .taxonomy-Filter {
2
2
  width: 100%;
3
3
  display: flex;
4
- gap: 20px;
4
+ gap: 10px;
5
5
  flex-wrap: wrap;
6
- transition: all .3s ease-in-out;
6
+ transition: all 0.3s ease-in-out;
7
7
  }
8
8
 
9
-
10
9
  .dropDownFilter {
11
10
  display: flex;
12
11
  justify-content: center;
13
12
  align-items: center;
14
- gap: 0 5px;
15
- transition: max-width .3s ease-in-out;
13
+ // gap: 0 5px;
14
+ transition: max-width 0.3s ease-in-out;
16
15
  transition: opacity 3s ease-in-out;
17
16
 
18
- border: solid 1px #CFCFCF;
19
- border-radius: 20px;
17
+ border: solid 1px #cfcfcf;
18
+ border-radius: 10px;
20
19
  outline: 1px solid transparent;
21
20
 
22
21
  &-active {
23
- border-color: #2684FF;
24
- outline: 1px solid #2684FF;
22
+ border-color: #2684ff;
23
+ outline: 1px solid #2684ff;
24
+ // background-color: #f2f2f2;
25
25
 
26
26
  // border-width: 2px;
27
- .sub0 {}
27
+ .sub0 {
28
+ font-weight: bold;
29
+ }
28
30
  }
29
31
 
30
32
  .sub0 {
31
33
  text-decoration: none;
32
- padding: 10px 10px;
34
+ padding: 5px 10px;
33
35
  }
34
36
 
35
37
  .sub1 {
36
38
  // transition: max-width .3s ease-in-out;
37
39
  padding-right: 5px;
38
- transition: all .4s cubic-bezier(0, .74, .58, 1.04);
40
+ transition: all 0.4s cubic-bezier(0, 0.74, 0.58, 1.04);
39
41
 
40
42
  div[class*="control"] {
41
43
  flex-wrap: nowrap;
@@ -46,7 +48,7 @@
46
48
  .sub2 {
47
49
  // transition: max-width .3s ease-in-out;
48
50
  padding-right: 5px;
49
- transition: all .4s cubic-bezier(0, .74, .58, 1.04);
51
+ transition: all 0.4s cubic-bezier(0, 0.74, 0.58, 1.04);
50
52
 
51
53
  div[class*="control"] {
52
54
  flex-wrap: nowrap;
@@ -63,8 +65,35 @@
63
65
  }
64
66
 
65
67
  .dropDownFilter-visible {
66
- max-width: 150px;
68
+ // max-width: 150px;
67
69
  height: auto;
68
70
  opacity: 1;
69
71
  }
70
- }
72
+ @media screen and (max-width: 630px) {
73
+ align-items: flex-start;
74
+ flex-direction: column;
75
+ }
76
+ }
77
+ .select-has-value {
78
+ .react-select-custom-multi__placeholder {
79
+ font-weight: bold !important;
80
+ }
81
+ }
82
+ .react-select-custom-multi__placeholder {
83
+ color: rgb(51, 51, 51) !important;
84
+ }
85
+
86
+ .react-select-custom-multi__control {
87
+ border: none !important;
88
+ box-shadow: none !important;
89
+ position: relative;
90
+
91
+ &:after {
92
+ content: "";
93
+ height: 23px;
94
+ width: 1px;
95
+ background: #cfcfcf;
96
+ position: absolute;
97
+ left: 0;
98
+ }
99
+ }
@@ -113,7 +113,6 @@
113
113
  .r-item-img {
114
114
  width: 100%;
115
115
  aspect-ratio: 1.674107142857143;
116
- background-position: top;
117
116
  background-size: cover;
118
117
  background-repeat: no-repeat;
119
118
 
@@ -69,7 +69,7 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
69
69
  };
70
70
 
71
71
  moment.locale("fr");
72
- const created = moment(item.created).startOf("minute").fromNow();
72
+ const created = moment(item.effective).startOf("minute").fromNow();
73
73
  const lastModified = moment(item.modified).startOf("minute").fromNow();
74
74
 
75
75
  // set image
@@ -86,10 +86,10 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
86
86
  useEffect(() => {
87
87
  if (!item || !item.title) return;
88
88
  document.title = item.title;
89
-
89
+
90
90
  const ogImageWidth = image?.width || "";
91
91
  const ogImageHeight = image?.height || "";
92
-
92
+
93
93
  // Liste complète de toutes les balises possibles
94
94
  const allMetaProps = [
95
95
  { name: "description" },
@@ -103,7 +103,7 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
103
103
  { property: "og:image:width" },
104
104
  { property: "og:image:height" },
105
105
  ];
106
-
106
+
107
107
  // Supprime les anciennes balises
108
108
  allMetaProps.forEach(({ name, property }) => {
109
109
  const selector = name ? `meta[name="${name}"]` : `meta[property="${property}"]`;
@@ -112,25 +112,34 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
112
112
  document.head.removeChild(existing);
113
113
  }
114
114
  });
115
-
115
+
116
116
  // Recrée les balises à jour
117
117
  const metaUpdates = [
118
- { name: "description", content: [item.subtitle, item.description].filter(Boolean).join(" - ") },
118
+ {
119
+ name: "description",
120
+ content: [item.subtitle, item.description].filter(Boolean).join(" - "),
121
+ },
119
122
  { property: "og:title", content: item.title },
120
- { property: "og:description", content: [item.subtitle, item.description].filter(Boolean).join(" - ") },
121
- { property: "og:url", content: typeof window !== "undefined" ? window.location.href : "" },
123
+ {
124
+ property: "og:description",
125
+ content: [item.subtitle, item.description].filter(Boolean).join(" - "),
126
+ },
127
+ {
128
+ property: "og:url",
129
+ content: typeof window !== "undefined" ? window.location.href : "",
130
+ },
122
131
  { property: "og:type", content: "event" },
123
132
  ];
124
-
133
+
125
134
  if (item.image_affiche_scale) {
126
135
  metaUpdates.push({ property: "og:image", content: item.image_affiche_scale });
127
-
136
+
128
137
  if (ogImageWidth && ogImageHeight) {
129
138
  metaUpdates.push({ property: "og:image:width", content: ogImageWidth });
130
139
  metaUpdates.push({ property: "og:image:height", content: ogImageHeight });
131
140
  }
132
141
  }
133
-
142
+
134
143
  metaUpdates.forEach(({ name, property, content }) => {
135
144
  const tag = document.createElement("meta");
136
145
  if (name) tag.setAttribute("name", name);
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: imio.smartweb.core
3
- Version: 1.4.4
3
+ Version: 1.4.5
4
4
  Summary: Core product for iMio websites
5
5
  Home-page: https://github.com/imio/imio.smartweb.core
6
6
  Author: Christophe Boulanger
@@ -208,6 +208,22 @@ Changelog
208
208
  =========
209
209
 
210
210
 
211
+ 1.4.5 (2025-06-25)
212
+ ------------------
213
+
214
+ - WEB-4276: Fix missing or bad e-guichet api url in smartweb control panel settings
215
+ [boulch]
216
+
217
+ - WEB-4271: Refactor procedure button to add specific label to manage job offer or other use-case
218
+ [boulch]
219
+
220
+ - SUP-44089 : Fix sitemap. old id was used for some "copied/pasted contacts". Now we are using "real/updated" uid
221
+ [boulch]
222
+
223
+ - WEB-4268 : Added imio.smartweb.SectionTimeStampedPublicatons to Page and PortalPage
224
+ [boulch]
225
+
226
+
211
227
  1.4.4 (2025-05-26)
212
228
  ------------------
213
229
 
@@ -217,6 +233,7 @@ Changelog
217
233
  - WEB-4252 : Increase timeout for section events
218
234
  [boulch]
219
235
 
236
+
220
237
  1.4.3 (2025-05-20)
221
238
  ------------------
222
239
 
@@ -1,4 +1,4 @@
1
- imio.smartweb.core-1.4.4-py3.12-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
1
+ imio.smartweb.core-1.4.5-py3.12-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
2
2
  imio/smartweb/core/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
3
3
  imio/smartweb/core/config.py,sha256=BUgfvh4hCaw0onCYAG4gQI1O4hZ-GzXWEltdHi4YLIs,337
4
4
  imio/smartweb/core/configure.zcml,sha256=TvYHum_puMstTxxe9YjrtOeEm843_ef4cPSD3Eod6H8,1703
@@ -6,16 +6,16 @@ imio/smartweb/core/indexers.py,sha256=Lv1lHWFzM71ju822N8y7w61GDOyi6qmUbveZNI1tCz
6
6
  imio/smartweb/core/indexers.zcml,sha256=XHvKTkNcF5mkX-dVwRbjNsrBwIwwqa2Cm81PoXBqtow,968
7
7
  imio/smartweb/core/interfaces.py,sha256=usp0Cu_dERHo1J0XbGszOHZGnwLwfTdtEO_ejzSEJb4,1384
8
8
  imio/smartweb/core/overrides.zcml,sha256=Lffmp-e2rKC4PUYxwOYjIx4W0_PW1oi5eT_dFq9bROo,292
9
- imio/smartweb/core/permissions.zcml,sha256=ZyBEARyO8NAq7tKFTb3G1FqEWERT1mQQ6vCVzji1ci8,1777
9
+ imio/smartweb/core/permissions.zcml,sha256=xAaJbcYBL2q-VZuqbRkJ4B-JW8W-wXyxKMyBLpUtTLo,1938
10
10
  imio/smartweb/core/profiles.zcml,sha256=KjaQaXhygRiOvJpShLEzS4Oy0Zah1bYCFel-zi0FOJU,2942
11
- imio/smartweb/core/setuphandlers.py,sha256=k1K8-ezP2gELwCNM5An2bBwQJjAKeS0rYtr2-q_InK8,932
11
+ imio/smartweb/core/setuphandlers.py,sha256=uVii5Ym3rlCuUqWLef5r9PT-LB89NekBXfLL3bS9mFs,1037
12
12
  imio/smartweb/core/subscribers.py,sha256=boTjol7IVWgDNUrUtL0atmjwqKQ_irhsABaZTdZtT48,7311
13
13
  imio/smartweb/core/subscribers.zcml,sha256=etnSLNtyQOKV_P81raDNeTGNzPqwcujlim6NPCPDO_Q,2004
14
14
  imio/smartweb/core/testing.py,sha256=t0Y3t3FXX2RjgklcRzHT37AjKbMKL3ZjjT3d2UhQm7A,3636
15
15
  imio/smartweb/core/testing.zcml,sha256=VyKjWW2QHYuUYKkGUvtsdFI_Pa7Wcp1yBBDla112eMc,172
16
- imio/smartweb/core/utils.py,sha256=A5v-2qWAhJWdWXouguuTPDQd5h2bg7WvcR_9pUSM1uU,9466
17
- imio/smartweb/core/vocabularies.py,sha256=Q7NP7tXJ1z8KqxqyashJF72-GrTCdS-OuqvHquqjHvQ,24159
18
- imio/smartweb/core/vocabularies.zcml,sha256=X2z8Kc-9vcpxn4wSOiO-2VCruC42tde1i14vWbY_m0w,6096
16
+ imio/smartweb/core/utils.py,sha256=8XBiu6t2ijDxQK-2aXnZM3cjbyXUOnWgS0dLR68BmOc,10715
17
+ imio/smartweb/core/vocabularies.py,sha256=0G0pVAhnAGBKrwAxvtyRtX996xuPuaT9-WuxFyuo8mw,25061
18
+ imio/smartweb/core/vocabularies.zcml,sha256=H_RHF53eOvZve60YFy6nT_1SbzNBYF11NLBDJ8WKDv4,6299
19
19
  imio/smartweb/core/behaviors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  imio/smartweb/core/behaviors/categorization.py,sha256=a5i8pYagdTcEG43A1NLs4SGF42PCAUFn8IRUq1pFqpM,828
21
21
  imio/smartweb/core/behaviors/configure.zcml,sha256=2jQIrHfv4_8M5wZPKYVvd_v-9Yh_K-_7qGfos4BZm3g,2174
@@ -26,13 +26,14 @@ imio/smartweb/core/behaviors/orientation.py,sha256=WrW9BeT9KICl4qmkGzplLepJ5J_rM
26
26
  imio/smartweb/core/behaviors/quickaccess.py,sha256=j18T39KcbiJErpidMM8wH6i4XjEIZyTQ1kER4_FfhhE,1063
27
27
  imio/smartweb/core/behaviors/subsite.py,sha256=O2aJHl3Jj9WTpGBmNJaoia-PAtb7aSHpCRanvO1JE8k,1707
28
28
  imio/smartweb/core/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
- imio/smartweb/core/browser/configure.zcml,sha256=ey_Z8Ms_2WO-nFc6428a6TQljoxZNTe3KA0BRGUkHTg,4741
29
+ imio/smartweb/core/browser/configure.zcml,sha256=pvlYAOcArPP_n14w9TDPCHjl5XyzaxNkgJNX_SaxiPM,5043
30
30
  imio/smartweb/core/browser/controlpanel.py,sha256=v0f3m2zyRVmV8dhZ9s9rRVmgaa881biphLfM4H-EGUg,9315
31
+ imio/smartweb/core/browser/controlpanel_siteadmin.py,sha256=A2CLBqX9PRvbWFEGwy50sZCh7gEvG3WFvFGpIEWX12o,4855
31
32
  imio/smartweb/core/browser/forms.py,sha256=_6Z0x7yVeA5JaW4IwpYkX7bTIbw0UskgvtGfNDtMsrI,1091
32
33
  imio/smartweb/core/browser/icons.py,sha256=LFBCYTfynp4qNX2OQuNmMTOUEcJv-oQ8Izu6opE3o7A,2065
33
34
  imio/smartweb/core/browser/layout.py,sha256=wvo_Q2dYg1Yd8wOdYSfPg29NPESy9ndAGl6z3r5kxnY,2066
34
35
  imio/smartweb/core/browser/redirect_to_main_react_view.py,sha256=vzJwAet0P2uoMhlOtNjMy02e4LQw9DsHb6mRgBXGOB8,1668
35
- imio/smartweb/core/browser/sitemap.py,sha256=Z9mrf1W_sytyZRbu1NvTRHrcKMR2nNZspjjdM8N-D1c,6827
36
+ imio/smartweb/core/browser/sitemap.py,sha256=7SzUo1osprnMOKxM5irJgC_N4PJqBfADYUKaxY5XviQ,6828
36
37
  imio/smartweb/core/browser/utils.py,sha256=UDICDU2oh0h6wR46w_FI9GdIUopWcu14SaAPp_QAREE,3334
37
38
  imio/smartweb/core/browser/vocabulary.py,sha256=OBoU4mxGLKtzGD5mtsN-yV7yeMi4HdAQZVI4n1b9Myo,1312
38
39
  imio/smartweb/core/browser/banner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -153,7 +154,7 @@ imio/smartweb/core/browser/static/icons/vue-annuaire.svg,sha256=jCoOGU6nGabF_mGA
153
154
  imio/smartweb/core/browser/static/src/edit.js,sha256=8o6qgeMJ_kDyq94HJ6xB_junqSY-ruH11uguxdkkST0,1978
154
155
  imio/smartweb/core/browser/static/src/edit.less,sha256=DCvnhu3jPbDYXg1TwCHxPU5HMwo7XGf1y6w-istLGQA,5393
155
156
  imio/smartweb/core/browser/static/src/swiper-config.js,sha256=PK5Uw_vbHcXiyt3R8Gvdq2geNX6LEdQB2QTWTcKSqWg,1285
156
- imio/smartweb/core/browser/static/src/view.js,sha256=c8J_VYwXuM_9u0c2OWs96yeTJTZOmKpgoCup5GLo5js,3268
157
+ imio/smartweb/core/browser/static/src/view.js,sha256=aDNBPZZc7ig_ZYs9PIT51QHlgsHmYll9yrus9UBeClU,3552
157
158
  imio/smartweb/core/browser/static/src/view.less,sha256=gpScIZ-HDREQvSDlw3PWwzAzNCuaPSxuQfdkxjO4PMw,4551
158
159
  imio/smartweb/core/browser/subsite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
159
160
  imio/smartweb/core/browser/subsite/configure.zcml,sha256=ITEH-6pVztshQElqjNv9sk-CcVUTLFeccdSO9rHLwt0,414
@@ -206,7 +207,7 @@ imio/smartweb/core/contents/pages/portal_page/content.py,sha256=abPGe30xSvPUMCl9
206
207
  imio/smartweb/core/contents/pages/portal_page/view.py,sha256=RrCUBUDSZeTohtSSINn8wFvqLAV1q0ZPL5voUjXd6n8,272
207
208
  imio/smartweb/core/contents/pages/procedure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
208
209
  imio/smartweb/core/contents/pages/procedure/configure.zcml,sha256=pyeShXwkU4p6WrEQmLm-_SbTtRwtn0GLvQWU5wbm7i0,356
209
- imio/smartweb/core/contents/pages/procedure/content.py,sha256=e_kv7YsRF0vblfpxqqs9uhTLObA1NmiXiVyh0JWwoEc,1297
210
+ imio/smartweb/core/contents/pages/procedure/content.py,sha256=eY2WmhQSX_XCact4-DBOAk4FSUDQvjIF8zVT2zfv7Oo,1557
210
211
  imio/smartweb/core/contents/pages/procedure/utils.py,sha256=EATKvK72QPQheLXCXCoADYMjA3UfgPtkOPKdqnEyX64,1291
211
212
  imio/smartweb/core/contents/pages/procedure/view.py,sha256=UeZwtdn20lCo7qbqqPcsD9LL69vNTq4m_wXB4nv8jMo,408
212
213
  imio/smartweb/core/contents/publication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -346,21 +347,21 @@ imio/smartweb/core/faceted/config/collection.xml,sha256=N_IE-bDMPXKWOhkI_y6seEDY
346
347
  imio/smartweb/core/profiles/default/actions.xml,sha256=TwRzyJhg44j1vI4pBW8-50qb4WmCaKqP6e4r1ijVAsI,7504
347
348
  imio/smartweb/core/profiles/default/browserlayer.xml,sha256=j9-hf9pW0KRVUx9S7sOH8EF-fc-aPua-oIdu0GuzTyk,179
348
349
  imio/smartweb/core/profiles/default/catalog.xml,sha256=AZx3c3qR6ANx8y269IxmDOIvB7yVSOTy6D1nP9kXza0,864
349
- imio/smartweb/core/profiles/default/controlpanel.xml,sha256=9FSBU7UaS7-b02DRCmbAs-j0HgdVzbP-TQQ8T9rXvyE,400
350
+ imio/smartweb/core/profiles/default/controlpanel.xml,sha256=bscrubUNoVcJU2rnVrns-U12TSDTzFTEVIZEfvleNFI,776
350
351
  imio/smartweb/core/profiles/default/diff_tool.xml,sha256=66L2L7ZBGJajPDeHl16A3h6RUcj9l0C7qpwe8JSYe7o,212
351
- imio/smartweb/core/profiles/default/metadata.xml,sha256=9iesL-nGsCR2csw70Rob0WVZa-uHE2QFAzApRel90mg,1284
352
+ imio/smartweb/core/profiles/default/metadata.xml,sha256=wMlgkL--INXRTLm4y77HsRgY1px5xzxdBO4wJ-DyVQo,1284
352
353
  imio/smartweb/core/profiles/default/repositorytool.xml,sha256=aTErs-VvEEV3dm9_TdgPZfx1Pb1f5Sw7ap7IgiJOK4w,227
353
- imio/smartweb/core/profiles/default/rolemap.xml,sha256=xZIPtzR9vfQLMZKg8FPLdIIeYb2VzjXl8z2CtURWGsc,2726
354
+ imio/smartweb/core/profiles/default/rolemap.xml,sha256=4RoAjjEiO643mft6FUdu20Scgk1WdPvFqyCIE_iSKJw,2905
354
355
  imio/smartweb/core/profiles/default/types.xml,sha256=oPZSjRtivll-J9qzhd4STvM7w1P6quyLp4ky6aH913w,2201
355
356
  imio/smartweb/core/profiles/default/workflows.xml,sha256=NF1XsMgH7pFGdkVzDssgfutKXL2sRakMCSCH34nQ-Bs,1136
356
357
  imio/smartweb/core/profiles/default/registry/bundles.xml,sha256=5C6nwniE04kgQMGSn1EtnA7kfkgMPbrESSrMXhNNVww,2562
357
358
  imio/smartweb/core/profiles/default/registry/geolocation.xml,sha256=CzTg5DnZ-CjDIW-iuYmeL7EeNjHc63g_PgabttgMSsU,1251
358
359
  imio/smartweb/core/profiles/default/registry/plone.xml,sha256=cvJq50ofQ0SIN2p1GibAbpZny-fjxK4iaNg0q8HBmPU,3186
359
- imio/smartweb/core/profiles/default/registry/smartweb.xml,sha256=XjkK4tOXXSF73oqE2v1oZindciXQlX2ak1K5WnI-ORk,253
360
+ imio/smartweb/core/profiles/default/registry/smartweb.xml,sha256=_FpNzlji85_XBvvsK64EVKPmmq5V4kUdpzMD3cgT0tA,394
360
361
  imio/smartweb/core/profiles/default/taxonomies/page_category.cfg,sha256=ZPHpBAMGIhTL3fkalAwTiWBTpUPeYsUMNR7UmF61LpA,310
361
362
  imio/smartweb/core/profiles/default/taxonomies/page_category.xml,sha256=BApommxfwLILSw0vfk7crMoj99vEiPqbirjdXf_BzBM,3007
362
363
  imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg,sha256=Q164kppiNOFkWqotf7py4Zh_4MkPqlaAXSg2BYkv9uE,320
363
- imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml,sha256=okHtdO00hhQGzUFRmzFrg2EuQcPpAGE8jkhTjDxniHk,5197
364
+ imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml,sha256=l0wDnhnP50s-vyrhK0JjJI6v6qsYi1JICAm0jboY2SI,5532
364
365
  imio/smartweb/core/profiles/default/types/Collection.xml,sha256=xE7IOs7Em-lnmDnR1YK9Q8wW_VGIT-3eq0LZLhfArY8,321
365
366
  imio/smartweb/core/profiles/default/types/File.xml,sha256=oTmg9PpsD9-oLk2E5OXn0BOwoQ3z3FrWOHFDNXXH0mo,315
366
367
  imio/smartweb/core/profiles/default/types/Image.xml,sha256=fJmD5pnkIG_FPoM4HCAr-cnB-__pzR6YJgTlYk-eSFQ,316
@@ -373,8 +374,8 @@ imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml,sha256=YqbwiJ
373
374
  imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml,sha256=3wJF6Pcv_uKb-9uwbB3qOgVHH2E5kZQU20jCieph4Uk,1730
374
375
  imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml,sha256=K17YmXTHR23suOhGZqjNjI0DPBenrdAOcLCqN6VUBD8,1604
375
376
  imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml,sha256=xMyV4duPxaS-mh2VC4nqRlaElr_GZqmVnP5SPk2cIjo,1615
376
- imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml,sha256=5nHWF7MTLqr4-WyrTu5RgmSKCb0ODJ0--jdIMTrIQF0,2519
377
- imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml,sha256=-5C8Wvx4IqmH2vZ5Bmyj1Zr4YTaGvY4vWc4sO5vPkJ4,2695
377
+ imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml,sha256=RjgUe3pVZCwnrTh8w_Vt4mIewxveE8qCL7QCrgUTjl8,2592
378
+ imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml,sha256=r6U10QnHttOjqrJXD4LXjmJa2SBov30Ut8alO9UMv3s,2764
378
379
  imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml,sha256=V5EZwu3d6X2rVMdQjuWp3c-IRSVV1XUCWo-Hu-c4wBs,2516
379
380
  imio/smartweb/core/profiles/default/types/imio.smartweb.Publication.xml,sha256=2bBfDraAOCRxMjiuvJ7TXS_RBAtIyZQLdWsczdb7nU0,1249
380
381
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml,sha256=8hDn-vrtm3YuZ_U4ntgwAYMxCjayDr1Eh46KZBeAGLM,1506
@@ -509,8 +510,8 @@ imio/smartweb/core/tests/robot/test_ct_page.robot,sha256=UoH47egHyCCVHmfqPdA1vQe
509
510
  imio/smartweb/core/tests/robot/test_ct_procedure.robot,sha256=vTeIpI4inkRWbJy41EZc1bkLL5tLrblRFYtNA820H68,2712
510
511
  imio/smartweb/core/tests/robot/test_example.robot,sha256=G_rUe5kTswB8E8xtM92zF78H1wotHxhzzZH8zrfrDi8,2003
511
512
  imio/smartweb/core/upgrades/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
512
- imio/smartweb/core/upgrades/configure.zcml,sha256=lbGv-IV0OuiukKMmN70P1zomNXLAddhSTQ08GBe5zqE,34282
513
- imio/smartweb/core/upgrades/upgrades.py,sha256=dglP6cUcUufp7wCjdanKKcZoEI1bCV1FWI_M1eNAnz8,10418
513
+ imio/smartweb/core/upgrades/configure.zcml,sha256=Y8Ke3O8Acoppkjd8RC8u53zGholXfh53awQgU6_gFvc,35650
514
+ imio/smartweb/core/upgrades/upgrades.py,sha256=0UWSP7QzImtFwYQnY_ML4_w9Ygs6v6YAOg6JUWjXVMw,10592
514
515
  imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml,sha256=CG5K3-MCDqdMl7Dog-yvNZK0u0t8ipK-6QCcBNLb4cY,481
515
516
  imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml,sha256=vvmcWnYlU5Yic6RrOhziRj0RsveKaclNM5xWJVHx6r0,478
516
517
  imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml,sha256=atPFvI1zqv3z6E7HvsFS3r4LdIFsN7VEGe-3GUEaYtY,538
@@ -651,6 +652,11 @@ imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.BlockLink.
651
652
  imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.SectionSlide.xml,sha256=kViKVS5u-x54Au1ShmOs4gUCd0a2UOwyAv_JgThzdVQ,296
652
653
  imio/smartweb/core/upgrades/profiles/1066_to_1067/types/imio.smartweb.SectionTimestampedPublications.xml,sha256=FhZjkrdpAseJwzcSMLR76JzuB0wqI9lM7Z4o1sEDbQc,1479
653
654
  imio/smartweb/core/upgrades/profiles/1067_to_1068/actions.xml,sha256=YDIrrV_SDAxQkMlWATLla6S-DoJigU3pyJ8tEx9Ralo,639
655
+ imio/smartweb/core/upgrades/profiles/1068_to_1069/controlpanel.xml,sha256=bscrubUNoVcJU2rnVrns-U12TSDTzFTEVIZEfvleNFI,776
656
+ imio/smartweb/core/upgrades/profiles/1068_to_1069/registry.xml,sha256=sno9ubL7f7otpToU1exQ52cgci9pB7wfYr9oTm2RWQs,271
657
+ imio/smartweb/core/upgrades/profiles/1068_to_1069/rolemap.xml,sha256=i0yn1hZ_-5k_5PVi9YMcVY515VDBv_3JaKvecBO_vM4,254
658
+ imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.cfg,sha256=Q164kppiNOFkWqotf7py4Zh_4MkPqlaAXSg2BYkv9uE,320
659
+ imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.xml,sha256=Oj6pOa_zK-E1fPRnggbsllC9a0jH0O7-PlQmDuyR6iw,5246
654
660
  imio/smartweb/core/viewlets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
655
661
  imio/smartweb/core/viewlets/actions.py,sha256=CUMkS3w_MXOxqOzqp7s3PFCUF-RCrCFsKw3oxv0C37E,1200
656
662
  imio/smartweb/core/viewlets/arcgis_header.pt,sha256=iQc5ZG3g1Cmap963OG-wPotllr7oWmVSMoAnA7tctrQ,3428
@@ -688,8 +694,8 @@ imio/smartweb/core/viewlets/offcanvas.pt,sha256=UTXA3NNtrZPOcXKXfmkACjJM2NO6zyql
688
694
  imio/smartweb/core/viewlets/offcanvas.py,sha256=3VE2WJcvSKp3oAKYwGuwaHYMoK_83KMksMFDa75u52Y,129
689
695
  imio/smartweb/core/viewlets/ogp_tag_header.pt,sha256=XRWkdZS2oI7W0X1oJSskpXS9dMmxSxSx_7XWb-Q2aBk,1007
690
696
  imio/smartweb/core/viewlets/ogptags.py,sha256=JEEBuF8kj4Uwl6dskHEfHU_bUoYygnOw4QaeyfUpWiw,4806
691
- imio/smartweb/core/viewlets/procedure.pt,sha256=gLwNuikgXsWMnBybKdFeKfkfDKnI3SlrU3y2z8sVt5k,602
692
- imio/smartweb/core/viewlets/procedure.py,sha256=7nqBU_Sl5tcQaV_UNM-2BPLc8vogCzTO6kQlu4hwofI,633
697
+ imio/smartweb/core/viewlets/procedure.pt,sha256=0fzmQeU-GKbEt73t-n_aKF9z7zn3V7qVOQ8lgFQpvuM,644
698
+ imio/smartweb/core/viewlets/procedure.py,sha256=UvhUicZk7AviPZjhXCHobWK4TIh4rLh6Pqz-gSyoCEA,1169
693
699
  imio/smartweb/core/viewlets/searchbox.pt,sha256=Wv0DbGTKif1z_SDl9-FQKIAPJcfFAHHO1qOtR-LtnR4,403
694
700
  imio/smartweb/core/viewlets/social.py,sha256=gau_zEDo1IM9ZeYWPHjNl-eMTwbmO23lxFSWf-DO9uk,1187
695
701
  imio/smartweb/core/viewlets/subsite.py,sha256=2MFX2UukohUDybF7lDklcmgtY2Z0MaFdHU2cFfiBkDo,4218
@@ -705,7 +711,7 @@ imio/smartweb/core/webcomponents/README.md,sha256=u-1KMiYzChIOe3BNY1paacCEVsxRit
705
711
  imio/smartweb/core/webcomponents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
706
712
  imio/smartweb/core/webcomponents/babel.config.json,sha256=GLMlFLD4qaaNVuRWogON3geyD75eqVm6cN4RAGwPt3g,194
707
713
  imio/smartweb/core/webcomponents/configure.zcml,sha256=WiA01XuVcc4VgxrvFCztR2nPMCBp2dGIgpIZv6WdJ7s,263
708
- imio/smartweb/core/webcomponents/package.json,sha256=8nVALJFTQ7zJXDCmXed9AKeEi20sgvV1TCFVSOc2Jp4,2974
714
+ imio/smartweb/core/webcomponents/package.json,sha256=7tcP1a2Swcng-dfOi5PrLtPrnldAoMg0gxzzfTPT-1c,2975
709
715
  imio/smartweb/core/webcomponents/postcss.config.js,sha256=C6AOPegqTEkRboXRWl6obj0priHtdSRiApehW4TWp8E,101
710
716
  imio/smartweb/core/webcomponents/webpack.config.js,sha256=ie90xYAH82rUaPv41_7v-eXTDADH55Z-V9v9gptDC6s,6852
711
717
  imio/smartweb/core/webcomponents/webpackPlonePlugin.js,sha256=TWpGoEYRBOKB7o0SJ1F7P0hLYflkNmbODG7ZCyrPjQw,2226
@@ -719,34 +725,33 @@ imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e
719
725
  imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg,sha256=xVSktVFHmBKwOQJL8yM4LmPmoNChGoz6RBS7d5QZuUQ,433
720
726
  imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg,sha256=XgE72Zg25rWhDFtpgRTh6pSWc0utqIobzbez4RYC3kA,330
721
727
  imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg,sha256=kXxN_F5nCL1SUuSvO7dsVz2BCk6lyembEe0ZcDUjEUQ,336
722
- imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css,sha256=wWiRww8nYFkWCz8ArFPrhUIegyMD4KNeQGGM2udov08,8426
723
- imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css,sha256=3Q92R9fWkaxgUWZBpVP1GxVu5NoyQ0l0y_vjjfJgcO8,15928
724
- imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css,sha256=fliDxV7ndq55M6cIWIXkHFB5zHmzhRKqkogFqE2C_Xw,8343
725
- imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css,sha256=bFf3xBOCl5tqx25caQzXWSIt7wGAeRqd3otfgN4uYMw,11699
726
- imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css,sha256=Caa6G19xHRnmDsB_YZGqkJTU5o7LP2IwO_HdlwtN1EU,32644
728
+ imio/smartweb/core/webcomponents/build/css/251.smartweb-webcomponents-compiled.css,sha256=qhPTqJUk1jii7O6oCBZx3INBUzSKBFDIR21yTAcNGxc,26119
729
+ imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css,sha256=FQ5xjz_XAlXMws7SWY6RW86C0EUNNoUTkjOHju8heDA,8306
730
+ imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css,sha256=Bg0yEe1ZYmEdGq09TV5wEHjp8t2bDBzgQ46iQKXx_Y8,27531
731
+ imio/smartweb/core/webcomponents/build/css/700.smartweb-webcomponents-compiled.css,sha256=fYyCUuveQ3t_bEgKkX5xFeE0tuFIElUwqPervYHH32U,48476
727
732
  imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css,sha256=zRQhgF9klDIGadELi-8rqHrKbHYgLO8Bq4skgUjAXBA,2861
728
733
  imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=M8icautg0PsMAmXKrHtVpzfxbu14EYhtawBoD6spwdE,4719
729
- imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js,sha256=Vn9SuJ6aGAvznq4x-k5hy4PCH9N9pwMtG-BDxscFsRw,186813
730
- imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=kQXC2TVcxfiUaCGxdgiMSfV7_z_lE2NxQACm0OV5ZL8,680
731
- imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js,sha256=1xtc-MpfPZijK7BlB03N5VLUxl34cBV-XdaUWJbzmS4,26529
732
- imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js,sha256=0GnhHKJ1-YRUdI5ZBYmzBkPAJslRxlqBuL_Xta3jvXU,435619
734
+ imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js,sha256=ULMMJGP6AFeGryUQQS6HIkbrkuLWqmJG76P4vFvXIBA,186510
735
+ imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=JAhpUJdE4xo9ZDXUJUlmZe72ZmXGd4cysLmGtIk7gWw,680
736
+ imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js,sha256=NR-ptgmjGjoHT7DB5AIQFjqophO4LHFO0Oo9jvvfFQE,170533
737
+ imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=eNJ8gc9n9IF8nW1d9sI9niuHstYzjNz5vqXx9UgWSPc,249
738
+ imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js,sha256=5wkEG6IXjdM5rynHf5mXcNAJUGmVqCDHtlwbYmzRCWA,26529
739
+ imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js,sha256=XXPUkcyJv5ZYUI4A0_egiUji1e9xZfBa_WSb3FF2OAQ,435795
733
740
  imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=QAeU4Rw9Rrv8hnkJvvMeGdkO2ZE20WLcwCpju_UuPQ0,238
734
- imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=zmRoi-4Zo2YmkNUTPmoX-apnAZYlucvt_apv6-j7GvM,66765
741
+ imio/smartweb/core/webcomponents/build/js/251.smartweb-webcomponents-compiled.js,sha256=7Q4K725XS0rXIO_SJUA_XNJkfzmHAfPYq3uhc4ug9vg,42679
742
+ imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=WQAHfxBihKj-gqNDyqz1uGSc3UOUzd4K7IJRmeqnTS0,66766
735
743
  imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=srGNtnoNHz0w5OlaCDZLtTP8yBsDypbLTNk4qjsLvTU,317
736
- imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js,sha256=A3GaUIFOPz5YT8sxaRHkHMl_iG1uPXUHlBpcbAhWJXg,37637
737
- imio/smartweb/core/webcomponents/build/js/491.smartweb-webcomponents-compiled.js,sha256=GFWCKX8tM3SrWQsxEmtsS0jN2-dKT8Xx0r5Lew6dLBk,171343
738
- imio/smartweb/core/webcomponents/build/js/491.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=eNJ8gc9n9IF8nW1d9sI9niuHstYzjNz5vqXx9UgWSPc,249
739
- imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js,sha256=fFOW89PjDsX7490E2_UB-lKZpaFFIGs80vbR9JUpsgw,35523
744
+ imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js,sha256=WGLxsaz6PXgV-8kLhnGWxnsFWMF-2uFBxbY20j61W1w,35523
745
+ imio/smartweb/core/webcomponents/build/js/700.smartweb-webcomponents-compiled.js,sha256=CKXaks76IlOWIqPq6McZ0ihrgfAZVheHtxPk_0B7bYU,45855
740
746
  imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js,sha256=QMD0dRW14xDwbGZu7ItIUo5UrDxm6_f-mXjEe_BQT-A,17400
741
747
  imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
742
- imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js,sha256=ow4S4Ge8dYSUln3niZMt58ffExyL-oQBPlNbiVP9EZc,156597
748
+ imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js,sha256=SDOFrHK3AuLHcrpSvRqHWmxr4AYuf5XtmIarPNh-gck,156597
743
749
  imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
744
- imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js,sha256=7HiyFiVZPmJ6cvFVDIgIArboRjjoOwSMBYIATNdPD0c,45855
745
- imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=BKb6Q-796XnZ19kdv-rL4ktNj0sNg9bh87FvOVxNo-A,20385
746
- imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js,sha256=0yfjk1mwy4g7HguePLKKybHZ9l5QxDYwT0pLsgg63iU,14095
747
- imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js,sha256=GMvH8wDjgWU_3dcV6uU5t0Ce59jlmGcjxrNMDdIKxl8,299300
750
+ imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=CVQKJeTcbTWf3Rkk52ag7agdPyPvAhVVu94GZG0Vs-o,20385
751
+ imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js,sha256=NTnPGOjrhn-pp95YrQN-1_Njm_b32zDQtADv6w5EHRk,14095
752
+ imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js,sha256=YLKWqrbFtX1Q2I0gtWEbu7HTVAXe6kbOCWw6CeW8r7Y,299300
748
753
  imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=A-v1lwmuIX1DpNJ1MDzKDMWv7f_d6cjHlGOCEvthhdY,50
749
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=sfnSKvIxh2VBJ6a5U0sRq0aw6AQPbVaXpeWsg1EAHQ0,425777
754
+ imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=W1XYjnujimYywJQegt0N_7GLDttDKihNW_BBXwYbLxI,422167
750
755
  imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=FYZFcv_VsY7Ef-afd5tLGRLLk9j84PX0P_ciZvbFli0,968
751
756
  imio/smartweb/core/webcomponents/src/index.jsx,sha256=fD5BlphV-ex32Laoxlp0JKN2jN83ZVVwtY6lKqIiSBs,871
752
757
  imio/smartweb/core/webcomponents/src/index.scss,sha256=2ZIeSoCmRSWfQXWV0rZshDygzn9S2L0hQXdtwW5WLb4,6061
@@ -761,12 +766,12 @@ imio/smartweb/core/webcomponents/src/assets/pin-react.svg,sha256=kXxN_F5nCL1SUuS
761
766
  imio/smartweb/core/webcomponents/src/assets/pin.svg,sha256=-6a-6Jyc3EJteH1X5eFtPUCCz4FQeWKkVhMKHDhmbzI,890
762
767
  imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
763
768
  imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=DcansNKQhkXIIH9RVPUefYyQkTBm-EsZyRFEF0uUKjg,11541
764
- imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=99jOFI8Nv3iIrijtz3DkxUv80SgCwEHkoyharipUd_4,12433
769
+ imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=7NBRjLghDFc3trbI7uTEZYKVeALW4VxBEmEnKLpZk2M,13050
765
770
  imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=A26LlWeszwIzqu15SiEZ_mcb4NSaChAbT7d4GWEyVlY,96
766
771
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=yBbE4fl6Q-DvGLIN1er7izF507SpYHB5_SCkXPHVYYY,6647
767
772
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=mITsX_jxu7zqvZZknDX-3bgrYueDdBNW92S1qf7Z06I,41600
768
773
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=mtzTrxFbUcQReJV1yLB-TsMbOFeccO0SnLgu52u77iw,4154
769
- imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=yg7k4KgIOprikaOImjO-Mh7r83tbw0rgkc3YprQ72_4,13423
774
+ imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=jWZF8d5VyZWmctqO6xv7ShhTOksuQQwjAKKeizautTE,14736
770
775
  imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx,sha256=Wm6QkHScfigtYDgSzIFiVinLY75b5v02x_DmczKnhcI,12932
771
776
  imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss,sha256=EIs6VbLyj17G2_lOp35rEcaUHglq1rdkM23IQU2cRhU,18662
772
777
  imio/smartweb/core/webcomponents/src/components/Campaign/index.js,sha256=QSsDk_SfGrFNtfNvm4tpstUxzU7-t8664a_oRHTGYq0,97
@@ -784,17 +789,17 @@ imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx,sha256
784
789
  imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx,sha256=XKiN7Y8CFz48IluCEmyqTpSbBa6hvF4BjPcAZYKqKaQ,5949
785
790
  imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss,sha256=zccyw3yhc4k2GU_RYl7fJn7tZOz6DMDA2PGGK8SLmNQ,3233
786
791
  imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx,sha256=_Yvc0AZMTwRmrycvZlUsV1ipCCq8G-yeVHOv89y8tnQ,751
787
- imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss,sha256=dJIiQ7aI98Ex67UQWmHbUv4YI7uwbtzwhWpgSOmJhUU,4509
792
+ imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss,sha256=HIoFohX-7iWFD-xdkHqb7jSg7v3-vucOua_XWSGuin4,4472
788
793
  imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx,sha256=X7N2li7AH0kmQPWMGhntioDFjoPRIqqT5QTK9OCgvvk,1808
789
794
  imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js,sha256=lXSYovMyRUC9TjLDEn03_rcXJhAB2sTqBdc0E7hadJE,1288
790
- imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx,sha256=EznTS_9zVa9kzZ_XqFtKbJh5swZgnfkZfT9AnRfpEy4,5649
791
- imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss,sha256=fOA6Znq6BAl2spfGXefHwE3F0BPbL51RuQbPUC_HII4,1415
795
+ imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx,sha256=fVBVb_YFJbqCcpKA6ldXLLMsjVHw2vSCsBRG4idnakc,7523
796
+ imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss,sha256=ZLoBaZrkhgcKrzv1fhHv45_OwVE0768IMurH5_XyLi4,2100
792
797
  imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=AMCXzuSk2Vuwan3yQtpDaNL9Z7CJkQBFUYqwWqoNISY,9982
793
- imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=X1qIeoDjtWre2kj7jitnXDKzMpByV1x6PB6bgSAIuaQ,5187
798
+ imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=06T0_9dZ0WxwyVLRe28yzvvrXUkO6oj6KQuyDUdFBaA,5153
794
799
  imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
795
800
  imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx,sha256=_jPvqsdg6QHNBkC7erySX-s5sgBh35X8B3P2LgxcsBw,9598
796
801
  imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx,sha256=sYJbhbW2FgV79xpXaFKM3NuKY08NkFZhMOMVPOLesB4,3941
797
- imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=SttnM2DOO0ZbTxlLpCI1Mkd3q4L6WokE7Q8I6gIRM7Y,23215
802
+ imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=xquOh6-cLjY1k5ILwc8q29b6tbmDtZNxxnoFMbNDTTY,23324
798
803
  imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=jk_CEusujMu_DEHcuX54TnQTvckMcXwK457KL3CRR3I,5561
799
804
  imio/smartweb/core/webcomponents/src/components/Search/Search.jsx,sha256=QkS6KsNSbTUzZbZ_PKdfxh-K2hnPzLO5K6OnB_Q--U4,4843
800
805
  imio/smartweb/core/webcomponents/src/components/Search/Search.scss,sha256=um_151JG3WDC_oe3U_amWrUqUgFFS0fNRd5uDNxQZos,3726
@@ -812,10 +817,10 @@ imio/smartweb/core/webcomponents/src/utils/Map.jsx,sha256=EpmA8-iqHIkWrjgjR9JKvZ
812
817
  imio/smartweb/core/webcomponents/src/utils/Map.scss,sha256=DVQ6sUQOKFvLhbcamY6EmSrfWYq61gqaQUZ_YM1Le0Q,343
813
818
  imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=KYomzpin3vMdS_QyK7QF0lBRXho_6WlHnkCJaRJm4N4,10702
814
819
  imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
815
- imio_smartweb_core-1.4.4.dist-info/licenses/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
816
- imio_smartweb_core-1.4.4.dist-info/licenses/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
817
- imio_smartweb_core-1.4.4.dist-info/METADATA,sha256=0h0moT1gMSsyXfzl4JlV4O31lmi7zlW863V27khqF8E,65613
818
- imio_smartweb_core-1.4.4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
819
- imio_smartweb_core-1.4.4.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
820
- imio_smartweb_core-1.4.4.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
821
- imio_smartweb_core-1.4.4.dist-info/RECORD,,
820
+ imio_smartweb_core-1.4.5.dist-info/licenses/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
821
+ imio_smartweb_core-1.4.5.dist-info/licenses/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
822
+ imio_smartweb_core-1.4.5.dist-info/METADATA,sha256=7u5ciY2EFUqSumisJ1yrajFtxYGCNP7LLrWTMdzHwyk,66084
823
+ imio_smartweb_core-1.4.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
824
+ imio_smartweb_core-1.4.5.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
825
+ imio_smartweb_core-1.4.5.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
826
+ imio_smartweb_core-1.4.5.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1 +0,0 @@
1
- .flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:300px}.flexbin>*{display:block;flex-grow:1;height:300px;margin:2.5px;position:relative}.flexbin>*>img{height:300px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}@media (max-width:980px){.flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:150px}.flexbin>*{display:block;flex-grow:1;height:150px;margin:2.5px;position:relative}.flexbin>*>img{height:150px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}}@media (max-width:400px){.flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:100px}.flexbin>*{display:block;flex-grow:1;height:100px;margin:2.5px;position:relative}.flexbin>*>img{height:100px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}}.leaflet-container{height:100vh}.leaflet-popup{padding:0}.r-map-popup-title{font-weight:700;text-decoration:none!important}.r-map-popup-adress{color:#202228;display:block;font-size:1em;margin-top:.5rem;position:relative;text-decoration:underline;z-index:1}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{-moz-box-sizing:border-box;box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../524db40e119aa11f4478.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../1c1605a5fe9a2b10a88f.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../6cf03871df23ed2ee8b3.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.r-result-filter-container:after{background:#fff;content:"";height:312px;left:0;position:absolute;right:0;top:0;transform:translateY(-100%)}.r-result-filter-container .r-result-filter{border-bottom:1px solid #cccc;padding-bottom:1rem;padding-top:1rem;position:relative}.r-results-numbers{margin-bottom:0;padding-top:1rem;width:100%}.r-results-numbers span{font-weight:700}.r-result-filter{position:relative}.react-filters-menu{display:flex;margin-bottom:1rem;width:100%}.react-filters-menu .react-filters-container{align-items:flex-start;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:10px;position:relative;width:auto;width:100%}@media screen and (min-width:630px){.react-filters-menu .react-filters-container{align-items:center;border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;flex-direction:row;padding:4px 15px;width:auto}}.react-filters-menu .react-sep-menu{background:#cfcfcf;display:none;height:20px;width:1px}@media screen and (min-width:630px){.react-filters-menu .react-sep-menu{display:block}}.react-filters-menu span[class$=-indicatorSeparator]{display:none}.react-filters-menu div[class$=-indicatorContainer]{padding:0}.react-filters-menu .accordion-collapse{padding-top:1rem}.react-filters-menu .top-filter{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter{width:auto}}.react-filters-menu .top-filter .select-custom-no-border{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border{width:auto}}.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:100%}@media screen and (max-width:629px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{border:1px solid #cfcfcf;color:#333}}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:auto}}.r-filter-search{border-radius:50px;display:block;padding:12px 6px;position:relative;width:100%}@media screen and (max-width:629px){.r-filter-search{border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;width:calc(100% - 40px)}}@media screen and (min-width:630px){.r-filter-search{width:175px}}.r-filter-search input{border:none;width:100%}.r-filter-search input:focus{outline:none}.r-filter-search svg{position:absolute;right:0;transform:translateX(-100%)}.r-filter-search .relative{align-items:center;display:flex;justify-content:center}.more-filter-btn{background-color:#0000;border:none;position:absolute;right:0;top:18px}@media screen and (min-width:630px){.more-filter-btn{top:inherit;translate:40px;width:auto}}.more-filter-btn.collapsed{transform:rotate(180deg)}.more-filter-btn.collapsed svg{stroke:#9f9f9f}.more-filter-container.collapse:not(.show){display:none}.more-filter-container .accordion-body{align-items:center;background-color:#f8f8f8;border:1px solid #e4e4e4;border-left:none;border-right:none;display:flex;gap:20px;justify-content:center;padding:1rem}@media screen and (max-width:630px){.more-filter-container .accordion-body{display:flex;flex-direction:column}}.more-filter-container .free-Filter label{font-size:12px;font-weight:700;letter-spacing:1.4px}.more-filter-container .free-Filter .form-check{align-items:center;display:flex;gap:5px;padding:0}.more-filter-container .free-Filter .form-check input{margin:0}
@@ -1 +0,0 @@
1
- body,html{max-width:100%;overflow-x:initial!important}.row{margin:0}.breadcrumb,.row{padding:0}body .outer-wrapper>.container{max-width:100%!important;padding:0!important}@media screen and (min-width:1200px){.r-annuaire-wrapper{margin-right:inherit;max-width:100%;padding-left:0;padding-right:0}}#portal-column-content{padding:0!important}#portal-column-content h1{font-size:0;position:absolute}header#content-header{background:#fff;position:-webkit-sticky;position:sticky;top:0}#viewlet-below-content-description,#viewlet-below-content-title{display:none}article>header{margin-bottom:0}.r-annuaire-result{grid-area:1/1/3/2}.r-map.annuaire-map{grid-area:1/2/2/3;position:-webkit-sticky;position:sticky}.r-wrapper{display:block}@media screen and (min-width:1200px){.r-wrapper{display:grid;gap:40px;grid-template-columns:minmax(20px,800px) minmax(20px,100%);justify-content:space-between;margin-left:auto;width:calc(558px + 50vw)}}@media screen and (min-width:1400px){.r-wrapper{width:calc(648px + 50vw)}}.r-wrapper .r-result{padding-bottom:2rem}.r-wrapper .r-result-list{padding:0}.r-wrapper .r-result-list .r-list-item-group{list-style:none;margin:1rem 0;position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item-link{inset:0!important;position:absolute!important}.r-wrapper .r-result-list .r-list-item-group .r-list-item{display:flex;flex-direction:column;height:100%}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item{flex-direction:row}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{background-color:#000;background-size:cover;border-radius:5px;padding-bottom:56%;position:relative;width:100%;z-index:-1}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img.r-item-img-placeholder{background-color:#f2f2f2}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{flex:246px 0 0;height:149px;padding-bottom:0;width:246px}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img div,.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img img{border-radius:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{flex-grow:1;margin-top:.6rem}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{margin-left:1.5rem;margin-top:0}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text a{position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{display:block;font-weight:700}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{display:block}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{display:flex;gap:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{width:36%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .phones{display:flex;flex-wrap:wrap;gap:0 5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .mails{display:flex;flex-direction:column}.r-content-description{border-bottom:1px solid #e6e6e6}.contactTextAll{margin-top:1rem;position:relative}@media screen and (min-width:700px){.contactTextAll{padding-right:128px}}.contactTextAll .annuaire-logo{margin-top:.5rem;max-width:128px}@media screen and (min-width:700px){.contactTextAll .annuaire-logo{position:absolute;right:0;top:0}}.annuaire-info-title{font-weight:700}.annaire-adresse,.annuaire-phone,.annuaire-schedul,.annuaire-social-link,.annuaire-website-link,.annuaire-website-mails{align-items:first baseline;display:flex;gap:10px;margin-bottom:.5rem}.annaire-adresse a,.annuaire-phone a,.annuaire-schedul a,.annuaire-social-link a,.annuaire-website-link a,.annuaire-website-mails a{text-decoration:none}.annuaire-phone span,.annuaire-website-mails span{display:block;font-weight:500}.annuaire-phone span a,.annuaire-website-mails span a{font-weight:400}.annuaire-website-mails div span{display:block}.annuaire-social-link{margin:.5rem 0}.annuaire-social-link ul{display:flex;gap:10px;margin:0}.annuaire-social-link ul li,.annuaire-website-link ul li{list-style:none}.annuaire-day-close{color:#e61d1d}.annuaire-day-open{color:#81c995}.annuaire-schedul li{list-style:none}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{font-size:13px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text:after{background:#ff0;border-radius:50px;content:"";height:50px;width:50px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:18px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{margin-bottom:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{color:#727272}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all a{color:#000}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty{margin-top:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty:before{background-size:contain;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.68 10.97'%3E%3Cg data-name='Calque 2'%3E%3Cpath d='M3.84 5.21a1.37 1.37 0 1 1 1.37-1.37 1.37 1.37 0 0 1-1.37 1.37m0-5.21A3.84 3.84 0 0 0 0 3.84C0 6.72 3.84 11 3.84 11s3.84-4.28 3.84-7.16A3.84 3.84 0 0 0 3.84 0' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;content:"";display:inline-block;height:15px;vertical-align:middle;width:15px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact{width:100%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact .topics{margin-top:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact .topics span{background:#f1f1f1;border-radius:5px;margin-right:5px;padding:5px}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}@media screen and (max-width:1200px){.r-map{margin-top:2rem!important}.r-map .leaflet-container{height:50vh!important}}@media screen and (min-width:600px){.no-map .r-annuaire-wrapper{display:block}.no-map .r-wrapper .r-result-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(244px,1fr));max-width:1296px}.no-map .r-wrapper .r-list-item-group{display:block!important;transition:all .2s ease}.no-map .r-wrapper .r-list-item-group:focus,.no-map .r-wrapper .r-list-item-group:hover{transform:translateY(-10px)!important}.no-map .r-wrapper .r-list-item-group .r-list-item{box-shadow:0 8px 26px #00000014;flex-direction:column!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-img{aspect-ratio:5/3;flex:inherit;height:auto;margin-bottom:0;width:100%!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text{display:block;margin-bottom:.5rem;margin-right:1.5rem;margin-top:.5rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text:after{display:none}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-categorie{margin-bottom:.25rem;margin-top:.25rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:16px;margin-bottom:.25rem;margin-top:.25rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all{display:block!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{margin-bottom:.25rem;margin-top:.25rem;width:auto}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .mails,.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .phones,.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .topics{margin-bottom:.25rem;margin-top:.25rem}}.no-map .r-result.r-annuaire-result{max-width:1296px}.no-map .annuaire-content{margin:0 auto;max-width:700px}