imio.smartweb.core 1.2.23__tar.gz → 1.2.24__tar.gz

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 (702) hide show
  1. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/CHANGES.rst +13 -0
  2. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/PKG-INFO +14 -1
  3. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/setup.py +1 -1
  4. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -4
  5. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/content.py +2 -2
  6. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_rest.py +0 -2
  7. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/css/363.smartweb-webcomponents-compiled.css +1 -1
  8. imio.smartweb.core-1.2.24/src/imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js +2 -0
  9. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/54.smartweb-webcomponents-compiled.js +1 -1
  10. imio.smartweb.core-1.2.24/src/imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js +2 -0
  11. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +16 -1
  12. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +1 -1
  13. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +72 -18
  14. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +1 -1
  15. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +1 -1
  16. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio.smartweb.core.egg-info/PKG-INFO +14 -1
  17. imio.smartweb.core-1.2.23/src/imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js +0 -2
  18. imio.smartweb.core-1.2.23/src/imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js +0 -2
  19. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/CONTRIBUTORS.rst +0 -0
  20. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/DEVELOP.rst +0 -0
  21. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/LICENSE.GPL +0 -0
  22. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/LICENSE.rst +0 -0
  23. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/MANIFEST.in +0 -0
  24. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/README.rst +0 -0
  25. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/docs/conf.py +0 -0
  26. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/docs/index.rst +0 -0
  27. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/requirements.txt +0 -0
  28. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/setup.cfg +0 -0
  29. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/__init__.py +0 -0
  30. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/__init__.py +0 -0
  31. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/__init__.py +0 -0
  32. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
  33. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
  34. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/behaviors/listing.py +0 -0
  35. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
  36. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
  37. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
  38. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
  39. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/__init__.py +0 -0
  40. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
  41. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
  42. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
  43. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/configure.zcml +0 -0
  44. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
  45. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
  46. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
  47. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
  48. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
  49. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
  50. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
  51. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
  52. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
  53. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
  54. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
  55. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
  56. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
  57. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
  58. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
  59. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
  60. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
  61. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
  62. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
  63. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
  64. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/forms.py +0 -0
  65. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
  66. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
  67. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
  68. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/icons.py +0 -0
  69. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
  70. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
  71. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
  72. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
  73. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/layout.py +0 -0
  74. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
  75. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
  76. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
  77. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
  78. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
  79. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
  80. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
  81. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
  82. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/search/search.pt +0 -0
  83. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/search/search.py +0 -0
  84. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
  85. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/Makefile +0 -0
  86. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
  87. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
  88. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
  89. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
  90. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
  91. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
  92. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
  93. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
  94. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
  95. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
  96. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
  97. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
  98. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
  99. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
  100. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
  101. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
  102. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
  103. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
  104. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
  105. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
  106. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
  107. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
  108. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
  109. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
  110. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
  111. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
  112. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
  113. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
  114. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
  115. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
  116. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
  117. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
  118. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
  119. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
  120. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
  121. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
  122. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
  123. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
  124. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
  125. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
  126. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
  127. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
  128. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
  129. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
  130. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
  131. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
  132. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
  133. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
  134. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
  135. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/package.json +0 -0
  136. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
  137. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
  138. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
  139. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
  140. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
  141. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
  142. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
  143. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
  144. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
  145. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
  146. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
  147. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
  148. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
  149. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
  150. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
  151. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
  152. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
  153. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
  154. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/browser/utils.py +0 -0
  155. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/config.py +0 -0
  156. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/configure.zcml +0 -0
  157. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/__init__.py +0 -0
  158. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
  159. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
  160. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
  161. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
  162. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
  163. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
  164. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
  165. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
  166. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/configure.zcml +0 -0
  167. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/cropping.py +0 -0
  168. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
  169. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
  170. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
  171. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/content.py +0 -0
  172. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
  173. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
  174. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
  175. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/folder/views.py +0 -0
  176. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
  177. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
  178. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
  179. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
  180. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
  181. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
  182. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
  183. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
  184. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
  185. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
  186. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
  187. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
  188. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
  189. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
  190. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
  191. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
  192. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
  193. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
  194. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
  195. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
  196. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
  197. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
  198. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
  199. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
  200. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
  201. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
  202. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
  203. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
  204. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
  205. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/pages/views.py +0 -0
  206. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
  207. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/base.py +0 -0
  208. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
  209. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
  210. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
  211. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
  212. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
  213. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
  214. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
  215. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
  216. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
  217. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
  218. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
  219. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
  220. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
  221. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
  222. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
  223. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
  224. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
  225. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
  226. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
  227. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
  228. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
  229. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
  230. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/rest/view.py +0 -0
  231. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
  232. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/base.py +0 -0
  233. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
  234. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
  235. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
  236. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
  237. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
  238. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
  239. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
  240. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
  241. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
  242. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
  243. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
  244. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
  245. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
  246. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
  247. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
  248. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
  249. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
  250. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
  251. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
  252. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
  253. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
  254. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
  255. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
  256. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
  257. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
  258. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
  259. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
  260. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
  261. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
  262. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
  263. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
  264. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
  265. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
  266. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
  267. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
  268. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
  269. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
  270. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
  271. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
  272. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
  273. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
  274. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
  275. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
  276. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
  277. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
  278. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
  279. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
  280. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
  281. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
  282. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
  283. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
  284. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
  285. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
  286. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
  287. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
  288. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
  289. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
  290. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
  291. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
  292. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
  293. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
  294. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
  295. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
  296. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
  297. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
  298. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
  299. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
  300. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
  301. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
  302. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
  303. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
  304. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
  305. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
  306. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
  307. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
  308. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
  309. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
  310. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
  311. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
  312. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
  313. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
  314. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
  315. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/contents/sections/views.py +0 -0
  316. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/faceted/__init__.py +0 -0
  317. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
  318. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
  319. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/faceted/layout.py +0 -0
  320. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/faceted/menu.py +0 -0
  321. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/indexers.py +0 -0
  322. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/indexers.zcml +0 -0
  323. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/interfaces.py +0 -0
  324. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/permissions.zcml +0 -0
  325. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
  326. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
  327. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
  328. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
  329. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/metadata.xml +0 -0
  330. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
  331. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
  332. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
  333. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
  334. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
  335. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
  336. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
  337. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
  338. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
  339. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
  340. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
  341. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
  342. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
  343. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
  344. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
  345. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
  346. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
  347. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
  348. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
  349. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
  350. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
  351. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
  352. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
  353. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
  354. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
  355. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
  356. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
  357. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
  358. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
  359. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
  360. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
  361. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
  362. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
  363. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
  364. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
  365. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
  366. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
  367. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
  368. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
  369. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
  370. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
  371. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
  372. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
  373. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
  374. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
  375. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
  376. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
  377. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
  378. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
  379. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/profiles.zcml +0 -0
  380. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/rest/__init__.py +0 -0
  381. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
  382. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/rest/configure.zcml +0 -0
  383. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/setuphandlers.py +0 -0
  384. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/subscribers.py +0 -0
  385. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/subscribers.zcml +0 -0
  386. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/testing.py +0 -0
  387. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/testing.zcml +0 -0
  388. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/__init__.py +0 -0
  389. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
  390. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
  391. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
  392. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
  393. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
  394. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
  395. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
  396. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
  397. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
  398. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
  399. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
  400. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
  401. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
  402. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
  403. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
  404. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
  405. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
  406. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
  407. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
  408. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
  409. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
  410. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
  411. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
  412. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
  413. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
  414. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
  415. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
  416. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
  417. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
  418. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
  419. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
  420. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
  421. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
  422. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
  423. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_banner.py +0 -0
  424. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
  425. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_categories.py +0 -0
  426. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
  427. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
  428. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
  429. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
  430. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
  431. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_folder.py +0 -0
  432. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_footer.py +0 -0
  433. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
  434. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_icons.py +0 -0
  435. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
  436. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
  437. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
  438. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_logo.py +0 -0
  439. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
  440. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
  441. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_page.py +0 -0
  442. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
  443. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
  444. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
  445. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_robot.py +0 -0
  446. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_search.py +0 -0
  447. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
  448. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
  449. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
  450. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
  451. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
  452. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_sections.py +0 -0
  453. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_setup.py +0 -0
  454. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_social.py +0 -0
  455. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
  456. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_text.py +0 -0
  457. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
  458. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_utils.py +0 -0
  459. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
  460. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/tests/utils.py +0 -0
  461. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
  462. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/configure.zcml +0 -0
  463. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
  464. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
  465. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
  466. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
  467. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
  468. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
  469. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
  470. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
  471. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
  472. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
  473. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
  474. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
  475. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
  476. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
  477. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
  478. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
  479. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
  480. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
  481. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
  482. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
  483. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
  484. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
  485. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
  486. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
  487. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
  488. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
  489. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
  490. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
  491. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
  492. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
  493. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
  494. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
  495. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
  496. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
  497. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
  498. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
  499. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
  500. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
  501. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
  502. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
  503. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
  504. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
  505. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
  506. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
  507. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
  508. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
  509. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
  510. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
  511. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
  512. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
  513. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
  514. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
  515. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
  516. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
  517. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
  518. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
  519. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
  520. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
  521. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
  522. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
  523. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
  524. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
  525. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
  526. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
  527. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
  528. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
  529. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
  530. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
  531. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
  532. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
  533. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
  534. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
  535. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
  536. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
  537. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
  538. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
  539. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
  540. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
  541. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
  542. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
  543. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
  544. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
  545. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
  546. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
  547. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
  548. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
  549. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
  550. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
  551. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
  552. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
  553. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
  554. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
  555. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
  556. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
  557. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
  558. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
  559. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
  560. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/utils.py +0 -0
  561. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
  562. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/actions.py +0 -0
  563. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
  564. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
  565. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/banner.py +0 -0
  566. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/category.pt +0 -0
  567. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/category.py +0 -0
  568. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
  569. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
  570. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
  571. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
  572. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
  573. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
  574. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/footer.py +0 -0
  575. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/header.py +0 -0
  576. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
  577. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
  578. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
  579. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
  580. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
  581. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
  582. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
  583. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
  584. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
  585. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/logo.py +0 -0
  586. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/menu.py +0 -0
  587. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/messages.py +0 -0
  588. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
  589. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
  590. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
  591. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
  592. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
  593. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
  594. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
  595. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
  596. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
  597. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
  598. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/social.py +0 -0
  599. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
  600. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
  601. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
  602. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
  603. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
  604. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/vocabularies.py +0 -0
  605. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/vocabularies.zcml +0 -0
  606. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
  607. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
  608. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
  609. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
  610. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/README.md +0 -0
  611. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
  612. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
  613. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
  614. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
  615. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg +0 -0
  616. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
  617. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/next-react-white.819cb069ac8eec300a9db6a7707712d6.svg +0 -0
  618. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/next-react.17bc43ff4a6a86f4520f5782f6a89a72.svg +0 -0
  619. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
  620. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
  621. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
  622. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/assets/search.57bdbf5b191499cd77514097d1c4972c.svg +0 -0
  623. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/css/323.smartweb-webcomponents-compiled.css +0 -0
  624. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/css/54.smartweb-webcomponents-compiled.css +0 -0
  625. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/css/647.smartweb-webcomponents-compiled.css +0 -0
  626. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
  627. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js +0 -0
  628. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  629. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js +0 -0
  630. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  631. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/3.smartweb-webcomponents-compiled.js +0 -0
  632. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/3.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  633. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js +0 -0
  634. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  635. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  636. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/493.smartweb-webcomponents-compiled.js +0 -0
  637. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  638. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js +0 -0
  639. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  640. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js +0 -0
  641. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  642. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
  643. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  644. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
  645. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/package.json +0 -0
  646. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
  647. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
  648. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
  649. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/facebook-news.svg +0 -0
  650. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
  651. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
  652. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/location-bla.svg +0 -0
  653. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
  654. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/next-react.svg +0 -0
  655. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
  656. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
  657. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
  658. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
  659. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
  660. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/search.svg +0 -0
  661. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/assets/skeleton.svg +0 -0
  662. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
  663. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -0
  664. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
  665. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
  666. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
  667. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
  668. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
  669. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -0
  670. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -0
  671. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
  672. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
  673. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
  674. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
  675. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
  676. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
  677. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
  678. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
  679. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
  680. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
  681. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
  682. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
  683. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
  684. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
  685. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
  686. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
  687. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
  688. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
  689. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
  690. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
  691. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
  692. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
  693. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
  694. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
  695. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
  696. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
  697. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio.smartweb.core.egg-info/SOURCES.txt +0 -0
  698. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
  699. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
  700. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
  701. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
  702. {imio.smartweb.core-1.2.23 → imio.smartweb.core-1.2.24}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,19 @@ Changelog
2
2
  =========
3
3
 
4
4
 
5
+ 1.2.24 (2024-01-22)
6
+ -------------------
7
+
8
+ - WEB-3802 : Get dates range for events in REST views. Coming from React.
9
+ [boulch]
10
+
11
+ - WEB-4050 : Fix : Loosing related_contacts ordering when changing any attributes in section
12
+ [boulch]
13
+
14
+ - WEB-4007 : Add Schedul in contact React view
15
+ [thomlamb]
16
+
17
+
5
18
  1.2.23 (2024-01-09)
6
19
  -------------------
7
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imio.smartweb.core
3
- Version: 1.2.23
3
+ Version: 1.2.24
4
4
  Summary: Core product for iMio websites
5
5
  Home-page: https://github.com/imio/imio.smartweb.core
6
6
  Author: Christophe Boulanger
@@ -158,6 +158,19 @@ Changelog
158
158
  =========
159
159
 
160
160
 
161
+ 1.2.24 (2024-01-22)
162
+ -------------------
163
+
164
+ - WEB-3802 : Get dates range for events in REST views. Coming from React.
165
+ [boulch]
166
+
167
+ - WEB-4050 : Fix : Loosing related_contacts ordering when changing any attributes in section
168
+ [boulch]
169
+
170
+ - WEB-4007 : Add Schedul in contact React view
171
+ [thomlamb]
172
+
173
+
161
174
  1.2.23 (2024-01-09)
162
175
  -------------------
163
176
 
@@ -16,7 +16,7 @@ long_description = "\n\n".join(
16
16
 
17
17
  setup(
18
18
  name="imio.smartweb.core",
19
- version="1.2.23",
19
+ version="1.2.24",
20
20
  description="Core product for iMio websites",
21
21
  long_description=long_description,
22
22
  # Get more from https://pypi.org/classifiers/
@@ -1,6 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- from datetime import date
4
3
  from imio.smartweb.core.config import EVENTS_URL
5
4
  from imio.smartweb.core.contents.rest.base import BaseEndpoint
6
5
  from imio.smartweb.core.contents.rest.base import BaseService
@@ -33,7 +32,6 @@ class BaseEventsEndpoint(BaseEndpoint):
33
32
 
34
33
  @property
35
34
  def query_url(self):
36
- today = date.today().isoformat()
37
35
  params = [
38
36
  "selected_agendas={}".format(self.context.selected_agenda),
39
37
  "metadata_fields=category",
@@ -42,8 +40,6 @@ class BaseEventsEndpoint(BaseEndpoint):
42
40
  "metadata_fields=end",
43
41
  "metadata_fields=has_leadimage",
44
42
  "metadata_fields=UID",
45
- "event_dates.query={}".format(today),
46
- "event_dates.range=min",
47
43
  "sort_on=event_dates",
48
44
  "fullobjects=1",
49
45
  "b_size={}".format(self.context.nb_results),
@@ -3,7 +3,7 @@
3
3
  from imio.smartweb.core.contents.sections.base import ISection
4
4
  from imio.smartweb.core.contents.sections.base import Section
5
5
  from imio.smartweb.locales import SmartwebMessageFactory as _
6
- from plone.app.z3cform.widget import SelectFieldWidget
6
+ from plone.app.z3cform.widget import AjaxSelectFieldWidget
7
7
  from plone.autoform import directives
8
8
  from plone.supermodel import model
9
9
  from z3c.form.browser.checkbox import CheckBoxFieldWidget
@@ -16,7 +16,7 @@ class ISectionContact(ISection):
16
16
 
17
17
  directives.widget(
18
18
  "related_contacts",
19
- SelectFieldWidget,
19
+ AjaxSelectFieldWidget,
20
20
  vocabulary="imio.smartweb.vocabulary.RemoteContacts",
21
21
  pattern_options={"multiple": True},
22
22
  )
@@ -374,8 +374,6 @@ class SectionsFunctionalTest(ImioSmartwebTestCase):
374
374
  "metadata_fields=end&"
375
375
  "metadata_fields=has_leadimage&"
376
376
  "metadata_fields=UID&"
377
- "event_dates.query=2021-11-15&"
378
- "event_dates.range=min&"
379
377
  "sort_on=event_dates&"
380
378
  "fullobjects=1&"
381
379
  "b_size=20&"
@@ -1 +1 @@
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}.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-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.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:hsla(0,0%,100%,.5);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 rgba(0,0,0,.65)}.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 rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(../assets/layers.416d91365b44e4b4f4777663e6f009f3.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.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(../assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);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:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);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 rgba(0,0,0,.2)}.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 rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;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 rgba(0,0,0,.4);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:transparent;border:6px solid transparent;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}}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}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.annuaire-result-filter{padding:0 .75rem}#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-results-numbers{margin-bottom:.5rem;width:100%}.r-results-numbers span{font-weight:700}.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}@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-social-link,.annuaire-website-link,.annuaire-website-mails{align-items:first baseline;display:flex;gap:10px;margin-bottom:.5rem}.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}.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(../assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg) 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-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid transparent;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{-webkit-transform:translateY(-10px)!important;transform:translateY(-10px)!important}.no-map .r-wrapper .r-list-item-group .r-list-item{box-shadow:0 8px 26px rgba(0,0,0,.08);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}
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}.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-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.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:hsla(0,0%,100%,.5);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 rgba(0,0,0,.65)}.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 rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(../assets/layers.416d91365b44e4b4f4777663e6f009f3.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.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(../assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);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:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);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 rgba(0,0,0,.2)}.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 rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;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 rgba(0,0,0,.4);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:transparent;border:6px solid transparent;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}}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}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.annuaire-result-filter{padding:0 .75rem}#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-results-numbers{margin-bottom:.5rem;width:100%}.r-results-numbers span{font-weight:700}.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}@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(../assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg) 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-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid transparent;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{-webkit-transform:translateY(-10px)!important;transform:translateY(-10px)!important}.no-map .r-wrapper .r-list-item-group .r-list-item{box-shadow:0 8px 26px rgba(0,0,0,.08);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}
@@ -0,0 +1,2 @@
1
+ /*! For license information please see 363.smartweb-webcomponents-compiled.js.LICENSE.txt */
2
+ "use strict";(self.webpackChunkimio_smartweb_core_webcomponents=self.webpackChunkimio_smartweb_core_webcomponents||[]).push([[363],{27528:function(e,t,r){r.r(t),r.d(t,{default:function(){return R}});var n=r(78709),a=r(12707),l=r(51031),c=r(60563),o=r(14844),i=r(93580);function u(e){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},u(e)}function s(e,t){if(null==e)return{};var r,n,a=function(e,t){if(null==e)return{};var r,n,a={},l=Object.keys(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}function m(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?m(Object(r),!0).forEach((function(t){p(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):m(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function p(e,t,r){return(t=h(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function h(e){var t=function(e,t){if("object"!==u(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!==u(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===u(t)?t:String(t)}function v(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,l,c,o=[],i=!0,u=!1;try{if(l=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;i=!1}else for(;!(i=(n=l.call(r)).done)&&(o.push(n.value),o.length!==t);i=!0);}catch(e){u=!0,a=e}finally{try{if(!i&&null!=r.return&&(c=r.return(),Object(c)!==c))return}finally{if(u)throw a}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return y(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return y(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var g=function(e){var t=(0,l.k6)(),a=r(31296),u=v((0,n.useState)(e.activeFilter),2),m=u[0],y=u[1],g=v((0,n.useState)(null),2),d=g[0],b=g[1],E=v((0,n.useState)(null),2),w=E[0],x=E[1],N=v((0,n.useState)(null),2),S=N[0],O=N[1],j=(0,o.Z)({method:"get",url:"",baseURL:e.url,headers:{Accept:"application/json"},params:m}),_=j.response;j.error,j.isLoading,(0,n.useEffect)((function(){if(null!==_){var e=_.topics&&_.topics.map((function(e){return{value:e.token,label:e.title}})),t=_.taxonomy_contact_category&&_.taxonomy_contact_category.map((function(e){return{value:e.token,label:e.title}})),r=_.facilities&&_.facilities.map((function(e){return{value:e.token,label:e.title}}));b(e),x(t),O(r)}}),[_]);var A=(0,n.useCallback)((function(e){var t=e.target,r=t.name,n=t.value;n.length>2?y((function(e){return f(f({},e),{},p({},r,n))}),[]):y((function(e){var t=f({},e);t[r];return s(t,[r].map(h))}))})),k=(0,n.useCallback)((function(e,t){var r=t.name;e?y((function(t){return f(f({},t),{},p({},r,e.value))}),[]):y((function(e){var t=f({},e);t[r];return s(t,[r].map(h))}))})),C=(0,n.useRef)(!0);(0,n.useEffect)((function(){C.current?C.current=!1:(t.push({pathname:"./",search:a.stringify(m)}),e.onChange(m))}),[m]);var L=d&&d.filter((function(t){return t.value===e.activeFilter.topics})),P=w&&w.filter((function(t){return t.value===e.activeFilter.taxonomy_contact_category})),z=S&&S.filter((function(t){return t.value===e.activeFilter.facilities})),I={control:function(e){return f(f({},e),{},{backgroundColor:"white",borderRadius:"0",height:"50px"})},placeholder:function(e){return f(f({},e),{},{color:"000",fontWeight:"bold",fontSize:"12px",textTransform:"uppercase",letterSpacing:"1.2px"})},option:function(e,t){t.data,t.isDisabled,t.isFocused,t.isSelected;return f({},e)}};return n.createElement(n.Fragment,null,n.createElement("form",{className:"r-filter",onSubmit:function(t){t.preventDefault(),e.onChange(m)}},n.createElement("div",{className:"r-filter-search"},n.createElement(i.$H,null,(function(e){var t=e.translate;return n.createElement("input",{className:"input-custom-class",name:"SearchableText",type:"text",value:m.SearchableText,onChange:A,placeholder:t({text:"Recherche"})})})),n.createElement("button",{type:"submit"}))),n.createElement("div",{className:"r-filter topics-Filter"},n.createElement(i.$H,null,(function(e){var t=e.translate;return n.createElement(c.ZP,{styles:I,name:"topics",className:"select-custom-class library-topics",isClearable:!0,onChange:k,options:d&&d,placeholder:t({text:"Thématiques"}),value:L&&L[0]})}))),n.createElement("div",{className:"r-filter facilities-Filter"},n.createElement(i.$H,null,(function(e){var t=e.translate;return n.createElement(c.ZP,{styles:I,name:"taxonomy_contact_category_for_filtering",className:"select-custom-class library-facilities",isClearable:!0,onChange:k,options:w&&w,placeholder:t({text:"Catégories"}),value:P&&P[0]})}))),n.createElement("div",{className:"r-filter facilities-Filter"},n.createElement(i.$H,null,(function(e){var t=e.translate;return n.createElement(c.ZP,{styles:I,name:"facilities",className:"select-custom-class library-facilities",isClearable:!0,onChange:k,options:S&&S,placeholder:t({text:"Facilités"}),value:z&&z[0]})}))))},d=r(6489),b=r(61584),E=(r(17110),["u"]);function w(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,l,c,o=[],i=!0,u=!1;try{if(l=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;i=!1}else for(;!(i=(n=l.call(r)).done)&&(o.push(n.value),o.length!==t);i=!0);}catch(e){u=!0,a=e}finally{try{if(!i&&null!=r.return&&(c=r.return(),Object(c)!==c))return}finally{if(u)throw a}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return x(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return x(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function x(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function N(e,t){if(null==e)return{};var r,n,a=function(e,t){if(null==e)return{};var r,n,a={},l=Object.keys(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var S=function(e){var t=e.queryUrl,a=e.onChange,c=(0,l.k6)(),u=r(31296),s=Object.assign({UID:u.parse((0,d.Z)().toString()).u,fullobjects:1}),m=(s.u,N(s,E)),f=w((0,n.useState)(m),2),p=f[0],h=f[1],v=w((0,n.useState)({}),2),y=v[0],g=v[1],x=w((0,n.useState)(),2),S=x[0],O=x[1],j=w((0,n.useState)(),2),_=j[0],A=j[1],k=w((0,n.useState)([]),2),C=k[0],L=k[1],P=w((0,n.useState)(),2),z=P[0],I=P[1],M=w((0,n.useState)(!0),2),U=M[0],F=M[1],T=(0,o.Z)({method:"get",url:"",baseURL:t,headers:{Accept:"application/json"},params:p},[]).response;(0,n.useEffect)((function(){h(m)}),[u.parse((0,d.Z)().toString()).u]),(0,n.useEffect)((function(){null!==T&&g(T.items[0]),window.scrollTo(0,0)}),[T]),(0,n.useEffect)((function(){if(y.image_affiche_scale){var e=new Image;e.src=y.image_affiche_scale,e.onload=function(){I(e)}}}),[y]),(0,n.useEffect)((function(){y.urls&&L(y.urls.filter((function(e){return"website"!==e.type})))}),[y]),(0,n.useEffect)((function(){y.items&&y.items.length>0&&(O(y.items.filter((function(e){return"File"===e["@type"]}))),A(y.items.filter((function(e){return"Image"===e["@type"]}))))}),[y]);var B=y.country&&y.country.title,D="https://www.google.com/maps/dir/?api=1&destination="+y.street+"+"+y.number+"+"+y.complement+"+"+y.zipcode+"+"+y.city+"+"+B;D=D.replaceAll("+null","");return n.createElement("div",{className:"annuaire-content r-content"},n.createElement("button",{type:"button",onClick:function(){c.push("./"),a(null)}},n.createElement(i.vN,{text:"Retour"})),n.createElement("article",null,n.createElement("header",null,n.createElement("h2",{className:"r-content-title"},y.title),y.subtitle?n.createElement("h3",{className:"r-content-subtitle"},y.subtitle):""),y.image_affiche_scale&&n.createElement("figure",{className:"r-content-figure"},n.createElement("div",{className:"r-content-figure-blur",style:{backgroundImage:"url("+y.image_affiche_scale+")"}}),n.createElement("img",{className:"r-content-figure-img",src:y.image_affiche_scale,style:{objectFit:z&&z.width>=z.height?"cover":"contain"},alt:""}))),n.createElement("div",{className:"contactCard"},n.createElement("div",{className:"contactText"},n.createElement("div",{className:"r-content-description"},n.createElement(b.D,null,y.description)),n.createElement("div",{className:"contactTextAll"},n.createElement("p",{className:"annuaire-info-title"},"Infos pratiques"),y.category?n.createElement("span",null,y.category):"",y.street?n.createElement("div",{className:"annaire-adresse"},n.createElement("div",{className:"annaire-adresse-icon"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"}))),n.createElement("div",{className:"annaire-adresse-content"},n.createElement("a",{href:D,target:"_blank",rel:"noreferrer"},y.number?n.createElement("span",null,y.number+" "):"",y.street?n.createElement("span",null,y.street+", "):"",y.complement?n.createElement("span",null,y.complement+", "):"",y.zipcode?n.createElement("span",null,y.zipcode+" "):"",y.city?n.createElement("span",null,y.city):""))):"",y.table_date&&n.createElement("div",{onClick:function(){F(!U)},className:"annuaire-schedul",role:"button","aria-expanded":"false"},n.createElement("div",{className:"annuaire-schedul-icon"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"bi bi-clock-fill",viewBox:"0 0 16 16"},n.createElement("path",{d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z"}))),n.createElement("div",{className:"annuaire-schedul-content"},U?n.createElement(n.Fragment,null,n.createElement("span",{className:"Fermé"===y.schedule_for_today?"annuaire-day-close":"annuaire-day-open"},y.schedule_for_today),n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",fill:"currentColor",class:"bi bi-caret-down-fill",viewBox:"0 0 16 16"},n.createElement("path",{d:"M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"}))):n.createElement("div",null,n.createElement("ul",null,y.table_date.map((function(e,t){var r=Object.keys(e)[0],a=e[r];return n.createElement("li",{key:t},n.createElement("strong",null,r,":")," ",a)})))))),y.phones&&y.phones.length>0?n.createElement("div",{className:"annuaire-phone"},n.createElement("div",{className:"annuaire-phone-icon"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"}))),n.createElement("div",{className:"annuaire-phone-content"},y.phones.map((function(e,t){return n.createElement("span",{key:t},e.label?e.label+": ":"",n.createElement("a",{href:"tel:"+e.number},e.number))})))):"",y.mails&&y.mails.length>0?n.createElement("div",{className:"annuaire-website-mails"},n.createElement("div",{className:"annuaire-website-mails-icon"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z"}))),n.createElement("div",{className:"annuaire-website-mails-content"},y.mails.map((function(e,t){return n.createElement("span",{key:t},e.label?e.label+": ":"",n.createElement("a",{href:"mailto:"+e.mail_address},e.mail_address))})))):"",y.urls&&y.urls.length>0?n.createElement("div",{className:"annuaire-website-link"},n.createElement("div",{className:"annuaire-website-link-icon"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"},n.createElement("path",{d:"M2.5 2A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"}))),n.createElement("ul",{className:"annuaire-website-link-content"},y.urls.filter((function(e){return"website"===e.type})).map((function(e,t){return n.createElement(n.Fragment,null,n.createElement("li",{key:t},n.createElement("a",{href:e.url,target:"_blank",rel:"noreferrer"},e.url)))})))):"",C&&n.createElement("div",{className:"annuaire-social-link"},C.length>1?n.createElement("ul",null,C.map((function(e,t){return n.createElement("li",{key:t},n.createElement("a",{href:e.url,target:"_blank",rel:"noreferrer"},"facebook"===e.type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"})):"instagram"===e.type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"})):"twitter"===e.type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"})):"youtube"===e.type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"})):"pinterest"===e.type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0z"})):""))}))):n.createElement("div",null,n.createElement("a",{href:C[0]&&C[0].url,target:"_blank",rel:"noreferrer"},C[0]&&"facebook"===C[0].type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"})):C[0]&&"instagram"===C[0].type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"})):C[0]&&"twitter"===C[0].type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"})):C[0]&&"youtube"===C[0].type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"})):C[0]&&"pinterest"===C[0].type?n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",fill:"currentColor",viewBox:"0 0 16 16"},n.createElement("path",{d:"M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0z"})):""))),y.logo_thumb_scale?n.createElement("img",{className:"annuaire-logo",src:y.logo_thumb_scale,alt:"Logo"}):"",y.logo_thumb_scale&&n.createElement("img",{className:"annuaire-logo",src:y.logo_thumb_scale,alt:"Logo"}))),S&&n.createElement("div",{className:"r-content-files"},S.map((function(e,t){return n.createElement("div",{key:t,className:"r-content-file"},n.createElement("a",{href:e.targetUrl,className:"r-content-file-link",rel:"nofollow"},n.createElement("span",{className:"r-content-file-title"},e.title),n.createElement("span",{className:"r-content-file-icon"},n.createElement("svg",{width:"21",height:"21",viewBox:"0 0 24 24",fill:"none",stroke:"#8899a4","stroke-width":"2","stroke-linecap":"square","stroke-linejoin":"arcs"},n.createElement("path",{d:"M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"})))))}))),_&&n.createElement("div",{className:"r-content-gallery"},n.createElement("div",{className:"spotlight-group flexbin r-content-gallery"},_.map((function(e,t){return n.createElement("a",{key:t,className:"spotlight",href:e.image_full_scale},n.createElement("img",{src:e.image_preview_scale,alt:""}))}))))))};function O(e){return O="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},O(e)}function j(){j=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,a=Object.defineProperty||function(e,t,r){e[t]=r.value},l="function"==typeof Symbol?Symbol:{},c=l.iterator||"@@iterator",o=l.asyncIterator||"@@asyncIterator",i=l.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function s(e,t,r,n){var l=t&&t.prototype instanceof g?t:g,c=Object.create(l.prototype),o=new P(n||[]);return a(c,"_invoke",{value:A(e,r,o)}),c}function m(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=s;var f="suspendedStart",p="suspendedYield",h="executing",v="completed",y={};function g(){}function d(){}function b(){}var E={};u(E,c,(function(){return this}));var w=Object.getPrototypeOf,x=w&&w(w(z([])));x&&x!==r&&n.call(x,c)&&(E=x);var N=b.prototype=g.prototype=Object.create(E);function S(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function _(e,t){function r(a,l,c,o){var i=m(e[a],e,l);if("throw"!==i.type){var u=i.arg,s=u.value;return s&&"object"==O(s)&&n.call(s,"__await")?t.resolve(s.__await).then((function(e){r("next",e,c,o)}),(function(e){r("throw",e,c,o)})):t.resolve(s).then((function(e){u.value=e,c(u)}),(function(e){return r("throw",e,c,o)}))}o(i.arg)}var l;a(this,"_invoke",{value:function(e,n){function a(){return new t((function(t,a){r(e,n,t,a)}))}return l=l?l.then(a,a):a()}})}function A(t,r,n){var a=f;return function(l,c){if(a===h)throw new Error("Generator is already running");if(a===v){if("throw"===l)throw c;return{value:e,done:!0}}for(n.method=l,n.arg=c;;){var o=n.delegate;if(o){var i=k(o,n);if(i){if(i===y)continue;return i}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(a===f)throw a=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a=h;var u=m(t,r,n);if("normal"===u.type){if(a=n.done?v:p,u.arg===y)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(a=v,n.method="throw",n.arg=u.arg)}}}function k(t,r){var n=r.method,a=t.iterator[n];if(a===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,k(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),y;var l=m(a,t.iterator,r.arg);if("throw"===l.type)return r.method="throw",r.arg=l.arg,r.delegate=null,y;var c=l.arg;return c?c.done?(r[t.resultName]=c.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,y):c:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,y)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function L(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function P(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function z(t){if(t||""===t){var r=t[c];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var a=-1,l=function r(){for(;++a<t.length;)if(n.call(t,a))return r.value=t[a],r.done=!1,r;return r.value=e,r.done=!0,r};return l.next=l}}throw new TypeError(O(t)+" is not iterable")}return d.prototype=b,a(N,"constructor",{value:b,configurable:!0}),a(b,"constructor",{value:d,configurable:!0}),d.displayName=u(b,i,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,u(e,i,"GeneratorFunction")),e.prototype=Object.create(N),e},t.awrap=function(e){return{__await:e}},S(_.prototype),u(_.prototype,o,(function(){return this})),t.AsyncIterator=_,t.async=function(e,r,n,a,l){void 0===l&&(l=Promise);var c=new _(s(e,r,n,a),l);return t.isGeneratorFunction(r)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},S(N),u(N,i,"Generator"),u(N,c,(function(){return this})),u(N,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=z,P.prototype={constructor:P,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function a(n,a){return o.type="throw",o.arg=t,r.next=n,a&&(r.method="next",r.arg=e),!!a}for(var l=this.tryEntries.length-1;l>=0;--l){var c=this.tryEntries[l],o=c.completion;if("root"===c.tryLoc)return a("end");if(c.tryLoc<=this.prev){var i=n.call(c,"catchLoc"),u=n.call(c,"finallyLoc");if(i&&u){if(this.prev<c.catchLoc)return a(c.catchLoc,!0);if(this.prev<c.finallyLoc)return a(c.finallyLoc)}else if(i){if(this.prev<c.catchLoc)return a(c.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return a(c.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var a=this.tryEntries[r];if(a.tryLoc<=this.prev&&n.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var l=a;break}}l&&("break"===e||"continue"===e)&&l.tryLoc<=t&&t<=l.finallyLoc&&(l=null);var c=l?l.completion:{};return c.type=e,c.arg=t,l?(this.method="next",this.next=l.finallyLoc,y):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),y},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),L(r),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var a=n.arg;L(r)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:z(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),y}},t}function _(e,t,r,n,a,l,c){try{var o=e[l](c),i=o.value}catch(e){return void r(e)}o.done?t(i):Promise.resolve(i).then(n,a)}function A(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,l,c,o=[],i=!0,u=!1;try{if(l=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;i=!1}else for(;!(i=(n=l.call(r)).done)&&(o.push(n.value),o.length!==t);i=!0);}catch(e){u=!0,a=e}finally{try{if(!i&&null!=r.return&&(c=r.return(),Object(c)!==c))return}finally{if(u)throw a}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return k(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return k(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function k(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var C=function(e){var t=e.item,r=A((0,n.useState)(new Image),2),a=r[0],l=r[1],c=A((0,n.useState)(""),2),o=c[0],i=c[1],u=t.title&&t.title,s=t.taxonomy_contact_category&&t.taxonomy_contact_category[0],m=t.number?t.number:"",f=t.street?t.street:"",p=t.complement?t.complement:"",h=t.zipcode?t.zipcode:"",v=t.city?t.city:"",y=t.phones?t.phones:"",g=t.mails?t.mails:"",d=t.topics?t.topics:"",b=t.country&&t.country.title,E="https://www.google.com/maps/dir/?api=1&destination="+t.street+"+"+t.number+"+"+t.complement+"+"+t.zipcode+"+"+t.city+"+"+b;return E=E.replaceAll("+null",""),(0,n.useEffect)((function(){var e=function(){var e,r=(e=j().mark((function e(){var r,n,a;return j().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=new Image,n=t.image_affiche_scale||t.logo_thumb_scale||"",r.src=n,e.prev=3,e.next=6,r.decode();case 6:l(r),a=r.width<r.height?"img-contain":"img-cover",i(a),e.next=14;break;case 11:e.prev=11,e.t0=e.catch(3),console.error("Error loading image:",e.t0);case 14:case"end":return e.stop()}}),e,null,[[3,11]])})),function(){var t=this,r=arguments;return new Promise((function(n,a){var l=e.apply(t,r);function c(e){_(l,n,a,c,o,"next",e)}function o(e){_(l,n,a,c,o,"throw",e)}c(void 0)}))});return function(){return r.apply(this,arguments)}}();(t.image_affiche_scale||t.logo_thumb_scale)&&e()}),[t]),n.createElement("div",{className:"r-list-item"},a&&a.src?n.createElement(n.Fragment,null,n.createElement("div",{className:"r-item-img"},n.createElement("div",{className:"r-content-figure-blur",style:{backgroundImage:"url("+a.src+")"}}),n.createElement("img",{className:"r-content-figure-img "+o,src:a.src,alt:""}))):n.createElement(n.Fragment,null,n.createElement("div",{className:"r-item-img r-item-img-placeholder"})),n.createElement("div",{className:"r-item-text"},n.createElement("span",{className:"r-item-title"},u),s?n.createElement("span",{className:"r-item-categorie"},s.title):"",n.createElement("div",{className:"r-item-all"},f?n.createElement("div",{className:"r-item-adresse"},m?n.createElement("span",null,m+" "):"",f?n.createElement("span",null,f+", "):"",p?n.createElement("span",null,p+", "):"",n.createElement("br",null),h?n.createElement("span",null,h+" "):"",v?n.createElement("span",null,v):"",n.createElement("div",{className:"itineraty"},n.createElement("a",{href:E,target:"_blank",rel:"noreferrer"},"Itinéraire"))):"",n.createElement("div",{className:"r-item-contact"},n.createElement("div",{className:"phones"},y?y.map((function(e,t){return n.createElement("span",{key:t},e.number)})):""),n.createElement("div",{className:"mails"},g?g.map((function(e,t){return n.createElement("span",{key:t},e.mail_address)})):""),n.createElement("div",{className:"topics"},d?d.map((function(e,t){return n.createElement("span",{key:t},e.title)})):"")))))},L=r(29924),P=r.n(L),z=function(e){var t=e.contactArray,r=e.onChange,l=e.onHover;e.parentCallback;function c(e){l(e)}return n.createElement(n.Fragment,null,n.createElement("ul",{className:"r-result-list annuaire-result-list"},t.map((function(e,t){return n.createElement("li",{key:t,className:"r-list-item-group",onMouseEnter:function(){return c(e.UID)},onMouseLeave:function(){return c(null)},onClick:function(){return t=e.UID,void r(t);var t}},n.createElement(a.rU,{className:"r-list-item-link",style:{textDecoration:"none"},to:{pathname:P()(e.title).replace(/[^a-zA-Z ]/g,"").replace(/\s/g,"-").toLowerCase(),search:"?u=".concat(e.UID),state:{idItem:e.UID}}}),n.createElement(C,{item:e,key:e.created}))}))))},I=r(57493),M=r(38401);function U(e){return U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},U(e)}var F=["u"];function T(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function B(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?T(Object(r),!0).forEach((function(t){D(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):T(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function D(e,t,r){return(t=function(e){var t=function(e,t){if("object"!==U(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!==U(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===U(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Z(e){return function(e){if(Array.isArray(e))return V(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||H(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function q(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,l,c,o=[],i=!0,u=!1;try{if(l=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;i=!1}else for(;!(i=(n=l.call(r)).done)&&(o.push(n.value),o.length!==t);i=!0);}catch(e){u=!0,a=e}finally{try{if(!i&&null!=r.return&&(c=r.return(),Object(c)!==c))return}finally{if(u)throw a}}return o}}(e,t)||H(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function H(e,t){if(e){if("string"==typeof e)return V(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?V(e,t):void 0}}function V(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function G(e,t){if(null==e)return{};var r,n,a=function(e,t){if(null==e)return{};var r,n,a={},l=Object.keys(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}function R(e){return n.createElement(a.VK,{basename:e.viewPath},n.createElement(i.zt,{language:e.currentLanguage,translation:M.Z},n.createElement($,{queryFilterUrl:e.queryFilterUrl,queryUrl:e.queryUrl,proposeUrl:e.proposeUrl,batchSize:e.batchSize,displayMap:e.displayMap})))}function $(e){var t=r(31296),a=Object.assign({b_start:0,fullobjects:1},t.parse((0,d.Z)().toString())),c=(a.u,G(a,F)),u=q((0,n.useState)([]),2),s=u[0],m=u[1],f=q((0,n.useState)([]),2),p=f[0],h=f[1],v=q((0,n.useState)(null),2),y=v[0],b=v[1],E=q((0,n.useState)(null),2),w=E[0],x=E[1],N=q((0,n.useState)(c),2),O=N[0],j=N[1],_=q((0,n.useState)(0),2),A=_[0],k=_[1],C=q((0,n.useState)(!1),2),L=C[0],P=C[1],M="True"===e.displayMap,U=(0,o.Z)({method:"get",url:"",baseURL:e.queryUrl,headers:{Accept:"application/json"},params:O,load:L},[]),T=U.response,D=(U.error,U.isLoading),H=U.isMore;(0,n.useEffect)((function(){null!==T&&(m(H?function(e){return[].concat(Z(e),Z(T.items))}:T.items),h(T.items_total))}),[T]);var V=function(e){b(e)};(0,n.useEffect)((function(){j((function(e){return B(B({},e),{},{b_start:A})}))}),[A]);var R,$,W=document.getElementById("portal-header").offsetHeight,Y=(0,n.useRef)(),K=q(n.useState({height:0}),2),J=K[0],Q=K[1];(0,n.useEffect)((function(){Q({height:Y.current.clientHeight})}),[Y.current]),s&&s.length>0?(R=n.createElement(z,{onChange:V,contactArray:s,onHover:function(e){x(e)}}),$=n.createElement(I.Z,{headerHeight:J.height+W,clickId:y,hoverId:w,items:s,queryUrl:e.queryUrl})):D||(R=n.createElement("p",null,n.createElement(i.vN,{text:"Aucun contact n'a été trouvé"})));var X=n.createElement("div",{className:"lds-roller-container"},n.createElement("div",{className:"lds-roller"},n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null)));return n.createElement("div",{className:"ref ".concat(M?"view-map":"no-map")},n.createElement("div",{className:"r-result-filter-container",ref:Y,style:{top:W}},n.createElement("div",{id:"r-result-filter",className:"r-result-filter container annuaire-result-filter"},n.createElement(g,{url:e.queryFilterUrl,activeFilter:O,onChange:function(e){P(!1),k((function(){return 0})),j(e),window.scrollTo(0,0)}}),e.proposeUrl&&n.createElement("div",{className:"r-add-contact"},n.createElement("a",{target:"_blank",rel:"noreferrer",href:e.proposeUrl},n.createElement(i.vN,{text:"Proposer un contact"}))),p>0?n.createElement("p",{className:"r-results-numbers"},n.createElement("span",null,p),p>1?n.createElement(i.vN,{text:"contacts trouvés"}):n.createElement(i.vN,{text:"contact trouvé"})):n.createElement("p",{className:"r-results-numbers"},n.createElement(i.vN,{text:"Aucun résultat"})))),n.createElement(l.rs,null,n.createElement(l.AW,{exact:!0,path:"/"},n.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},n.createElement("div",{className:"r-result r-annuaire-result"},n.createElement("div",null,R),n.createElement("div",{className:"r-load-more"},p-e.batchSize>A?n.createElement("div",null,n.createElement("span",{className:"no-more-result"},D?X:""),n.createElement("button",{onClick:function(){k((function(t){return t+parseInt(e.batchSize)})),P(!0)},className:"btn-grad"},D?n.createElement(i.vN,{text:"Chargement..."}):n.createElement(i.vN,{text:"Plus de résultats"}))):n.createElement("span",{className:"no-more-result"},D?X:""))),M&&n.createElement("div",{className:"r-map annuaire-map",style:{top:J.height+W,height:"calc(100vh-"+J.height+W}},$))),n.createElement(l.AW,{path:"/:name"},n.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},n.createElement("div",{className:"r-result r-annuaire-result"},n.createElement(S,{queryUrl:e.queryUrl,onChange:V})),M&&n.createElement("div",{className:"r-map annuaire-map",style:{top:J.height+W,height:"calc(100vh-"+J.height+W}},$)))))}}}]);
@@ -1 +1 @@
1
- (self.webpackChunkimio_smartweb_core_webcomponents=self.webpackChunkimio_smartweb_core_webcomponents||[]).push([[54],{40487:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return B}});var r=n(78709),a=n(12707),l=n(51031),c=n(60563),s=n(14844),i=n(93580);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function m(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},l=Object.keys(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return(t=v(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function v(e){var t=function(e,t){if("object"!==o(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==o(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===o(t)?t:String(t)}function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,l,c,s=[],i=!0,o=!1;try{if(l=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=l.call(n)).done)&&(s.push(r.value),s.length!==t);i=!0);}catch(e){o=!0,a=e}finally{try{if(!i&&null!=n.return&&(c=n.return(),Object(c)!==c))return}finally{if(o)throw a}}return s}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var y=function(e){var t=(0,l.k6)(),a=n(31296),o=d((0,r.useState)(e.activeFilter),2),u=o[0],h=o[1],y=d((0,r.useState)(null),2),b=y[0],E=y[1],g=d((0,r.useState)(null),2),j=g[0],w=g[1],N=(0,s.Z)({method:"get",url:"",baseURL:e.url,headers:{Accept:"application/json"},params:u}),O=N.response;N.error,N.isLoading,(0,r.useEffect)((function(){if(null!==O){var e=O.topics&&O.topics.map((function(e){return{value:e.token,label:e.title}})),t=O.category&&O.category.map((function(e){return{value:e.token,label:e.title}}));E(e),w(t)}}),[O]);var k=(0,r.useCallback)((function(e){var t=e.target,n=t.name,r=t.value;r.length>2?h((function(e){return f(f({},e),{},p({},n,r))}),[]):h((function(e){var t=f({},e);t[n];return m(t,[n].map(v))}))})),S=(0,r.useCallback)((function(e,t){var n=t.name;e?h((function(t){return f(f({},t),{},p({},n,e.value))}),[]):h((function(e){var t=f({},e);t[n];return m(t,[n].map(v))}))})),x=(0,r.useRef)(!0);(0,r.useEffect)((function(){x.current?x.current=!1:(t.push({pathname:"./",search:a.stringify(u)}),e.onChange(u))}),[u]);var _=b&&b.filter((function(t){return t.value===e.activeFilter.topics})),A=j&&j.filter((function(t){return t.value===e.activeFilter.category})),z={control:function(e){return f(f({},e),{},{backgroundColor:"white",borderRadius:"0",height:"50px"})},placeholder:function(e){return f(f({},e),{},{color:"000",fontWeight:"bold",fontSize:"12px",textTransform:"uppercase",letterSpacing:"1.2px"})},option:function(e,t){t.data,t.isDisabled,t.isFocused,t.isSelected;return f({},e)}};return r.createElement(r.Fragment,null,r.createElement("form",{className:"r-filter",onSubmit:function(t){t.preventDefault(),e.onChange(u)}},r.createElement("div",{className:"r-filter-search"},r.createElement(i.$H,null,(function(e){var t=e.translate;return r.createElement("input",{className:"input-custom-class",name:"SearchableText",type:"text",value:u.SearchableText,onChange:k,placeholder:t({text:"Recherche"})})})),r.createElement("button",{type:"submit"}))),r.createElement("div",{className:"r-filter topics-Filter"},r.createElement(i.$H,null,(function(e){var t=e.translate;return r.createElement(c.ZP,{styles:z,name:"topics",className:"select-custom-class library-topics",isClearable:!0,onChange:S,options:b&&b,placeholder:t({text:"Thématiques"}),value:_&&_[0]})}))),r.createElement("div",{className:"r-filter facilities-Filter"},r.createElement(i.$H,null,(function(e){var t=e.translate;return r.createElement(c.ZP,{styles:z,name:"category",className:"select-custom-class library-facilities",isClearable:!0,onChange:S,options:j&&j,placeholder:t({text:"Catégories"}),value:A&&A[0]})}))))},b=n(6489),E=n(78279),g=n.n(E),j=n(8047),w=n.n(j),N=n(61584),O=(n(17110),["u"]);function k(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,l,c,s=[],i=!0,o=!1;try{if(l=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=l.call(n)).done)&&(s.push(r.value),s.length!==t);i=!0);}catch(e){o=!0,a=e}finally{try{if(!i&&null!=n.return&&(c=n.return(),Object(c)!==c))return}finally{if(o)throw a}}return s}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return S(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return S(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function x(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},l=Object.keys(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var _=function(e){var t=e.queryUrl,a=e.onChange,c=(0,l.k6)(),o=n(31296),m=Object.assign({UID:o.parse((0,b.Z)().toString()).u,fullobjects:1}),u=(m.u,x(m,O)),f=k((0,r.useState)(u),2),p=f[0],v=f[1],d=k((0,r.useState)({}),2),h=d[0],y=d[1],E=k((0,r.useState)(),2),j=E[0],w=E[1],S=k((0,r.useState)(),2),_=S[0],A=S[1],z=(0,s.Z)({method:"get",url:"",baseURL:t,headers:{Accept:"application/json"},params:p},[]),P=z.response;z.error,z.isLoading;(0,r.useEffect)((function(){v(u)}),[o.parse((0,b.Z)().toString()).u]),(0,r.useEffect)((function(){null!==P&&y(P.items[0]),window.scrollTo(0,0)}),[P]),(0,r.useEffect)((function(){h.items&&h.items.length>0&&(w(h.items.filter((function(e){return"File"===e["@type"]}))),A(h.items.filter((function(e){return"Image"===e["@type"]}))))}),[h]),g().locale("be");var C=g().utc(h.start).format("DD-MM-YYYY"),H=g().utc(h.end).format("DD-MM-YYYY"),M=g().utc(h.start).format("LT"),I=g().utc(h.end).format("LT"),U="https://www.google.com/maps/dir/?api=1&destination="+h.street+"+"+h.number+"+"+h.complement+"+"+h.zipcode+"+"+h.city;return U=U.replaceAll("+null",""),r.createElement("div",{className:"envent-content r-content"},r.createElement("button",{type:"button",onClick:function(){c.push("./"),a(null)}},r.createElement(i.vN,{text:"Retour"})),r.createElement("article",null,r.createElement("header",null,r.createElement("h2",{className:"r-content-title"},h.title)),r.createElement("figure",null,r.createElement("div",{className:"r-content-img",style:{backgroundImage:h.image_affiche_scale?"url("+h.image_affiche_scale+")":""}})),r.createElement("span",{className:"news-info-title"},r.createElement(i.vN,{text:"Infos pratiques"})),r.createElement("div",{className:"r-content-news-info"},r.createElement("div",{className:"r-content-news-info-container"},r.createElement("div",{className:"r-content-news-info-schedul"},r.createElement("div",{className:"icon-baseline"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMinYMin",viewBox:"0 0 19.41 19.41"},r.createElement("path",{d:"M16.09,2.74H14.35V.85a.44.44,0,0,0-.43-.44H12.47A.44.44,0,0,0,12,.85V2.74H7.38V.85A.44.44,0,0,0,7,.41H5.5a.44.44,0,0,0-.44.44V2.74H3.32A1.74,1.74,0,0,0,1.58,4.48V17.26A1.74,1.74,0,0,0,3.32,19H16.09a1.74,1.74,0,0,0,1.75-1.74V4.48A1.74,1.74,0,0,0,16.09,2.74Zm-.21,14.52H3.54A.22.22,0,0,1,3.32,17h0V6.22H16.09V17a.21.21,0,0,1-.21.22Z"}))),r.createElement("div",{className:"dpinlb"},r.createElement("div",{className:"r-content-news-info--date"},C===H?r.createElement("div",null,h.whole_day?r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Le "),r.createElement("div",{className:"r-time"},C)):h.open_end?r.createElement(r.Fragment,null,r.createElement("div",{className:"r-content-date-one-day"},r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Le "),r.createElement("div",{className:"r-time"},C),r.createElement("span",null," à "),r.createElement("div",{className:"r-time-hours"},M)))):r.createElement(r.Fragment,null,r.createElement("div",{className:"r-content-date-one-day"},r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Le "),r.createElement("div",{className:"r-time"},C)),r.createElement("div",{className:"r-content-date-start-hours"},r.createElement("span",null,"de "),r.createElement("div",{className:"r-time-hours"},M),r.createElement("span",null," à "),r.createElement("div",{className:"r-time-hours"},I))))):r.createElement("div",{className:"r-content-date-du-au"},r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Du "),r.createElement("div",{className:"r-time"},C)),r.createElement("div",{className:"r-content-date-end"},r.createElement("span",null," au "),r.createElement("div",{className:"r-time"},H)))))),r.createElement("div",{className:"r-content-news-info-aera"},h.street?r.createElement("div",{className:"icon-baseline"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},r.createElement("path",{d:"M9,18.34C3.9,10.94,3,10.18,3,7.45a6.75,6.75,0,0,1,13.49,0c0,2.73-.94,3.49-6,10.89a.85.85,0,0,1-1.17.22A.77.77,0,0,1,9,18.34Zm.7-8.07A2.82,2.82,0,1,0,6.89,7.45a2.83,2.83,0,0,0,2.82,2.82Z"}))):"",r.createElement("div",{className:"dpinlb"},r.createElement("div",{className:"r-content-news-info--itinirary"},h.street?r.createElement("a",{href:U,target:"_blank"},r.createElement("span",null,"Itinéraire")):""),!0===h.reduced_mobility_facilities?r.createElement("div",{className:"r-content-news-info--reduced"},r.createElement("span",null,r.createElement(i.vN,{text:"Accessible aux PMR"}))):"")),r.createElement("div",{className:"r-content-news-info-contact"},r.createElement("div",{className:"dpinlb"},r.createElement("div",{className:"r-content-news-info--name"},r.createElement("span",null,h.contact_name)),r.createElement("div",{className:"r-content-news-info--phone"},r.createElement("span",null,r.createElement("a",{href:"tel:".concat(h.contact_phone)},h.contact_phone))),r.createElement("div",{className:"r-content-news-info--email"},r.createElement("a",{href:"mailto:".concat(h.contact_email)},h.contact_email)))),null===h.event_url&&null===h.online_participation&&null===h.video_url?"":r.createElement("div",{className:"r-content-news-info-link"},r.createElement("div",{className:"icon-baseline"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},r.createElement("path",{d:"M16.36,2.22H3.06a1.3,1.3,0,0,0-1.3,1.3h0v9a1.3,1.3,0,0,0,1.3,1.3H7.52v1.74h-.7a.8.8,0,0,0,0,1.6h5.79a.8.8,0,0,0,0-1.6h-.7V13.85h4.45a1.31,1.31,0,0,0,1.3-1.3v-9A1.3,1.3,0,0,0,16.36,2.22Zm-1.9,10.83a.37.37,0,1,1,.36-.37h0a.36.36,0,0,1-.36.36Zm1.6.08a.45.45,0,1,1,.44-.45h0a.44.44,0,0,1-.44.45h0Zm.53-1.35H2.82V3.52a.23.23,0,0,1,.23-.23H16.36a.23.23,0,0,1,.23.23h0v8.27Z"}))),r.createElement("div",{className:"dpinlb"},null===h.event_url?"":r.createElement("div",{className:"r-content-news-info-event_link"},r.createElement("a",{href:h.event_url},r.createElement(i.vN,{text:"Lien de l'événement"}))),null===h.online_participation?"":r.createElement("div",{className:"r-content-news-info--online_participation"},r.createElement("a",{href:h.online_participation},r.createElement(i.vN,{text:"Participation en ligne"}))),null===h.video_url?"":r.createElement("div",{className:"r-content-news-info--video"},r.createElement("a",{href:h.video_url},r.createElement(i.vN,{text:"Lien vers la vidéo"}))))),null===h.facebook&&null===h.instagram&&null===h.twitter?"":r.createElement("div",{className:"r-content-news-info-social"},r.createElement("ul",null,h.facebook?r.createElement("li",null,r.createElement("a",{href:h.facebook,target:"_blank"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-204.79995 -341.33325 1774.9329 2047.9995"},r.createElement("path",{d:"M1365.333 682.667C1365.333 305.64 1059.693 0 682.667 0 305.64 0 0 305.64 0 682.667c0 340.738 249.641 623.16 576 674.373V880H402.667V682.667H576v-150.4c0-171.094 101.917-265.6 257.853-265.6 74.69 0 152.814 13.333 152.814 13.333v168h-86.083c-84.804 0-111.25 52.623-111.25 106.61v128.057h189.333L948.4 880H789.333v477.04c326.359-51.213 576-333.635 576-674.373",fill:"#100f0d"}),r.createElement("path",{d:"M948.4 880l30.267-197.333H789.333V554.609C789.333 500.623 815.78 448 900.584 448h86.083V280s-78.124-13.333-152.814-13.333c-155.936 0-257.853 94.506-257.853 265.6v150.4H402.667V880H576v477.04a687.805 687.805 0 00106.667 8.293c36.288 0 71.91-2.84 106.666-8.293V880H948.4",fill:"#fff"})))):"",h.instagram?r.createElement("li",null,r.createElement("a",{href:h.instagram,target:"_blank"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-100.7682 -167.947 873.3244 1007.682"},r.createElement("g",{fill:"#100f0d"},r.createElement("path",{d:"M335.895 0c-91.224 0-102.663.387-138.49 2.021-35.752 1.631-60.169 7.31-81.535 15.612-22.088 8.584-40.82 20.07-59.493 38.743-18.674 18.673-30.16 37.407-38.743 59.495C9.33 137.236 3.653 161.653 2.02 197.405.386 233.232 0 244.671 0 335.895c0 91.222.386 102.661 2.02 138.488 1.633 35.752 7.31 60.169 15.614 81.534 8.584 22.088 20.07 40.82 38.743 59.495 18.674 18.673 37.405 30.159 59.493 38.743 21.366 8.302 45.783 13.98 81.535 15.612 35.827 1.634 47.266 2.021 138.49 2.021 91.222 0 102.661-.387 138.488-2.021 35.752-1.631 60.169-7.31 81.534-15.612 22.088-8.584 40.82-20.07 59.495-38.743 18.673-18.675 30.159-37.407 38.743-59.495 8.302-21.365 13.981-45.782 15.612-81.534 1.634-35.827 2.021-47.266 2.021-138.488 0-91.224-.387-102.663-2.021-138.49-1.631-35.752-7.31-60.169-15.612-81.534-8.584-22.088-20.07-40.822-38.743-59.495-18.675-18.673-37.407-30.159-59.495-38.743-21.365-8.302-45.782-13.981-81.534-15.612C438.556.387 427.117 0 335.895 0zm0 60.521c89.686 0 100.31.343 135.729 1.959 32.75 1.493 50.535 6.965 62.37 11.565 15.68 6.094 26.869 13.372 38.622 25.126 11.755 11.754 19.033 22.944 25.127 38.622 4.6 11.836 10.072 29.622 11.565 62.371 1.616 35.419 1.959 46.043 1.959 135.73 0 89.687-.343 100.311-1.959 135.73-1.493 32.75-6.965 50.535-11.565 62.37-6.094 15.68-13.372 26.869-25.127 38.622-11.753 11.755-22.943 19.033-38.621 25.127-11.836 4.6-29.622 10.072-62.371 11.565-35.413 1.616-46.036 1.959-135.73 1.959-89.694 0-100.315-.343-135.73-1.96-32.75-1.492-50.535-6.964-62.37-11.564-15.68-6.094-26.869-13.372-38.622-25.127-11.754-11.753-19.033-22.943-25.127-38.621-4.6-11.836-10.071-29.622-11.565-62.371-1.616-35.419-1.959-46.043-1.959-135.73 0-89.687.343-100.311 1.959-135.73 1.494-32.75 6.965-50.535 11.565-62.37 6.094-15.68 13.373-26.869 25.126-38.622 11.754-11.755 22.944-19.033 38.622-25.127 11.836-4.6 29.622-10.072 62.371-11.565 35.419-1.616 46.043-1.959 135.73-1.959"}),r.createElement("path",{d:"M335.895 447.859c-61.838 0-111.966-50.128-111.966-111.964 0-61.838 50.128-111.966 111.966-111.966 61.836 0 111.964 50.128 111.964 111.966 0 61.836-50.128 111.964-111.964 111.964zm0-284.451c-95.263 0-172.487 77.224-172.487 172.487 0 95.261 77.224 172.485 172.487 172.485 95.261 0 172.485-77.224 172.485-172.485 0-95.263-77.224-172.487-172.485-172.487m219.608-6.815c0 22.262-18.047 40.307-40.308 40.307-22.26 0-40.307-18.045-40.307-40.307 0-22.261 18.047-40.308 40.307-40.308 22.261 0 40.308 18.047 40.308 40.308"}))))):"",h.twitter?r.createElement("li",null,r.createElement("a",{href:h.twitter,target:"_blank"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-44.7006 -60.54775 387.4052 363.2865"},r.createElement("path",{fill:"#000",d:"M93.719 242.19c112.46 0 173.96-93.168 173.96-173.96 0-2.646-.054-5.28-.173-7.903a124.338 124.338 0 0030.498-31.66c-10.955 4.87-22.744 8.148-35.11 9.626 12.622-7.57 22.313-19.543 26.885-33.817a122.62 122.62 0 01-38.824 14.841C239.798 7.433 223.915 0 206.326 0c-33.764 0-61.144 27.381-61.144 61.132 0 4.798.537 9.465 1.586 13.941-50.815-2.557-95.874-26.886-126.03-63.88a60.977 60.977 0 00-8.279 30.73c0 21.212 10.794 39.938 27.208 50.893a60.685 60.685 0 01-27.69-7.647c-.009.257-.009.507-.009.781 0 29.61 21.075 54.332 49.051 59.934a61.218 61.218 0 01-16.122 2.152 60.84 60.84 0 01-11.491-1.103c7.784 24.293 30.355 41.971 57.115 42.465-20.926 16.402-47.287 26.171-75.937 26.171-4.929 0-9.798-.28-14.584-.846 27.059 17.344 59.189 27.464 93.722 27.464"})))):""))),r.createElement("div",{className:"r-content-news-info-action"},h.ticket_url?r.createElement("div",{className:"r-content-booking"},r.createElement("a",{href:h.ticket_url},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},r.createElement("circle",{cx:"13.03",cy:"14.61",r:"0.63",fill:"fill:#fff"}),r.createElement("circle",{cx:"11.59",cy:"6.52",r:"0.63",fill:"fill:#fff"}),r.createElement("path",{d:"M17.11,11.47h.62V7.71h-1.6a1.25,1.25,0,0,1-1.25-1.25,1.27,1.27,0,0,1,.67-1.12l.54-.28-1.6-3.39-12.8,6h0v3.76h.63a1.26,1.26,0,0,1,0,2.51H1.68v3.76H17.73V14h-.62a1.26,1.26,0,1,1,0-2.51Zm-6.9-6.4a.63.63,0,0,0,1.14-.53l2.54-1.2.58,1.23A2.52,2.52,0,0,0,14,7.71H4.63Zm6.27,10.08v1.34H13.66a.63.63,0,1,0-1.26,0H2.93V15.16a2.51,2.51,0,0,0,0-4.86V9H12.4a.63.63,0,0,0,1.26,0h2.82V10.3a2.51,2.51,0,0,0,0,4.86Z",fill:"fill:#fff"}),r.createElement("circle",{cx:"13.03",cy:"10.85",r:"0.63",fill:"fill:#fff"}),r.createElement("circle",{cx:"13.03",cy:"12.73",r:"0.63",fill:"fill:#fff"})),r.createElement(i.vN,{text:"Billetterie"}))):"")),r.createElement("div",{className:"r-content-description"},r.createElement(N.D,null,h.description)),r.createElement("div",{className:"r-content-text",dangerouslySetInnerHTML:{__html:h.text&&h.text.data}}),j&&r.createElement("div",{className:"r-content-files"},j.map((function(e,t){return r.createElement("div",{key:t,className:"r-content-file"},r.createElement("a",{href:e.targetUrl,className:"r-content-file-link",rel:"nofollow"},r.createElement("span",{className:"r-content-file-title"},e.title),r.createElement("span",{className:"r-content-file-icon"},r.createElement("svg",{width:"21",height:"21",viewBox:"0 0 24 24",fill:"none",stroke:"#8899a4","stroke-width":"2","stroke-linecap":"square","stroke-linejoin":"arcs"},r.createElement("path",{d:"M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"}))," ")))}))),_&&r.createElement("div",{className:"r-content-gallery"},r.createElement("div",{className:"spotlight-group flexbin r-content-gallery"},_.map((function(e,t){return r.createElement("a",{key:t,className:"spotlight",href:e.image_full_scale},r.createElement("img",{src:e.image_preview_scale}))}))))))},A=function(e){var t=e.item,n=t.title&&t.title,a=(t.taxonomy_contact_category&&t.taxonomy_contact_category[0],g()(t.start&&t.start));t.number&&t.number,t.street&&t.street,t.complement&&t.complement,t.zipcode&&t.zipcode,t.city&&t.city,t.country&&t.country,t.phones&&t.phones,t.mails&&t.mails,t.topics&&t.topics;return r.createElement("div",{className:"r-list-item"},r.createElement("div",{className:t.image_vignette_scale?"r-item-img":"r-item-img r-item-img-placeholder",style:{backgroundImage:t.image_vignette_scale?"url("+t.image_vignette_scale+")":""}}),r.createElement("div",{className:"r-item-text"},a&&r.createElement("span",{className:"r-item-date"},r.createElement(w(),{format:"DD-MM-YYYY"},a)),r.createElement("span",{className:"r-item-title"},n),t.category&&r.createElement("span",{className:"r-item-categorie"},t.category.title)))},z=n(29924),P=n.n(z),C=function(e){var t=e.itemsArray,n=e.onChange,l=e.onHover;e.parentCallback;function c(e){l(e)}return r.createElement(r.Fragment,null,r.createElement("ul",{className:"r-result-list event-result-list"},t.map((function(e,t){return r.createElement("li",{key:t,className:"r-list-item-group",onMouseEnter:function(){return c(e.UID)},onMouseLeave:function(){return c(null)},onClick:function(){return t=e.UID,void n(t);var t}},r.createElement(a.rU,{className:"r-list-item-link",style:{textDecoration:"none"},to:{pathname:P()(e.title).replace(/[^a-zA-Z ]/g,"").replace(/\s/g,"-").toLowerCase(),search:"?u=".concat(e.UID),state:{idItem:e.UID}}}),r.createElement(A,{item:e,key:e.created}))}))))},H=n(57493),M=n(38401);function I(e){return I="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},I(e)}var U=["u"];function D(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function V(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?D(Object(n),!0).forEach((function(t){Z(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Z(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==I(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==I(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===I(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function L(e){return function(e){if(Array.isArray(e))return F(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||q(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function T(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,l,c,s=[],i=!0,o=!1;try{if(l=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=l.call(n)).done)&&(s.push(r.value),s.length!==t);i=!0);}catch(e){o=!0,a=e}finally{try{if(!i&&null!=n.return&&(c=n.return(),Object(c)!==c))return}finally{if(o)throw a}}return s}}(e,t)||q(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function q(e,t){if(e){if("string"==typeof e)return F(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?F(e,t):void 0}}function F(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Y(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},l=Object.keys(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function B(e){return r.createElement(a.VK,{basename:e.viewPath},r.createElement(i.zt,{language:e.currentLanguage,translation:M.Z},r.createElement(R,{queryFilterUrl:e.queryFilterUrl,queryUrl:e.queryUrl,proposeUrl:e.proposeUrl,batchSize:e.batchSize,displayMap:e.displayMap})))}function R(e){var t=n(31296),a=Object.assign({b_start:0,fullobjects:1},t.parse((0,b.Z)().toString())),c=(a.u,Y(a,U)),o=T((0,r.useState)([]),2),m=o[0],u=o[1],f=T((0,r.useState)([]),2),p=f[0],v=f[1],d=T((0,r.useState)(null),2),h=d[0],E=d[1],g=T((0,r.useState)(null),2),j=g[0],w=g[1],N=T((0,r.useState)(c),2),O=N[0],k=N[1],S=T((0,r.useState)(0),2),x=S[0],A=S[1],z=T((0,r.useState)(!1),2),P=z[0],M=z[1],I="True"===e.displayMap,D=(0,s.Z)({method:"get",url:"",baseURL:e.queryUrl,headers:{Accept:"application/json"},params:O,load:P},[]),Z=D.response,q=(D.error,D.isLoading),F=D.isMore;(0,r.useEffect)((function(){null!==Z&&(u(F?function(e){return[].concat(L(e),L(Z.items))}:Z.items),v(Z.items_total))}),[Z]);var B=function(e){E(e)};(0,r.useEffect)((function(){k((function(e){return V(V({},e),{},{b_start:x})}))}),[x]);var R,$,W=document.getElementById("portal-header").offsetHeight,K=(0,r.useRef)(),G=T(r.useState({height:0}),2),J=G[0],Q=G[1];(0,r.useEffect)((function(){Q({height:K.current.clientHeight})}),[K.current]),m&&m.length>0?(R=r.createElement(C,{onChange:B,itemsArray:m,onHover:function(e){w(e)}}),$=r.createElement(H.Z,{headerHeight:J.height+W,clickId:h,hoverId:j,items:m,queryUrl:e.queryUrl})):q||(R=r.createElement("p",null,r.createElement(i.vN,{text:"Aucun événement n'a été trouvé"})));var X=r.createElement("div",{className:"lds-roller-container"},r.createElement("div",{className:"lds-roller"},r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null)));return r.createElement("div",{className:"ref ".concat(I?"view-map":"no-map")},r.createElement("div",{className:"r-result-filter-container",ref:K,style:{top:W}},r.createElement("div",{id:"r-result-filter",className:"r-result-filter container annuaire-result-filter"},r.createElement(y,{url:e.queryFilterUrl,activeFilter:O,onChange:function(e){M(!1),A((function(){return 0})),k(e),window.scrollTo(0,0)}}),e.proposeUrl&&r.createElement("div",{className:"r-add-event"},r.createElement("a",{target:"_blank",href:e.proposeUrl},r.createElement(i.vN,{text:"Proposer un événement"}))),p>0?r.createElement("p",{className:"r-results-numbers"},r.createElement("span",null,p),p>1?r.createElement(i.vN,{text:"événements trouvés"}):r.createElement(i.vN,{text:"événement trouvé"})):r.createElement("p",{className:"r-results-numbers"},r.createElement(i.vN,{text:"Aucun résultat"})))),r.createElement(l.rs,null,r.createElement(l.AW,{exact:!0,path:"/"},r.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},r.createElement("div",{className:"r-result r-annuaire-result"},r.createElement("div",null,R),r.createElement("div",{className:"r-load-more"},p-e.batchSize>x?r.createElement("div",null,r.createElement("span",{className:"no-more-result"},q?X:""),r.createElement("button",{onClick:function(){A((function(t){return t+parseInt(e.batchSize)})),M(!0)},className:"btn-grad"},q?r.createElement(i.vN,{text:"Chargement..."}):r.createElement(i.vN,{text:"Plus de résultats"}))):r.createElement("span",{className:"no-more-result"},q?X:""))),I&&r.createElement("div",{className:"r-map annuaire-map",style:{top:J.height+W,height:"calc(100vh-"+J.height+W}},$))),r.createElement(l.AW,{path:"/:name"},r.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},r.createElement("div",{className:"r-result r-annuaire-result"},r.createElement(_,{queryUrl:e.queryUrl,onChange:B})),I&&r.createElement("div",{className:"r-map annuaire-map",style:{top:J.height+W,height:"calc(100vh-"+J.height+W}},$)))))}},46700:function(e,t,n){var r={"./af":68435,"./af.js":68435,"./ar":99673,"./ar-dz":85296,"./ar-dz.js":85296,"./ar-kw":12855,"./ar-kw.js":12855,"./ar-ly":57896,"./ar-ly.js":57896,"./ar-ma":72309,"./ar-ma.js":72309,"./ar-sa":23097,"./ar-sa.js":23097,"./ar-tn":47728,"./ar-tn.js":47728,"./ar.js":99673,"./az":40336,"./az.js":40336,"./be":71140,"./be.js":71140,"./bg":94950,"./bg.js":94950,"./bm":46947,"./bm.js":46947,"./bn":81515,"./bn-bd":54062,"./bn-bd.js":54062,"./bn.js":81515,"./bo":28753,"./bo.js":28753,"./br":53423,"./br.js":53423,"./bs":94516,"./bs.js":94516,"./ca":87672,"./ca.js":87672,"./cs":31139,"./cs.js":31139,"./cv":84713,"./cv.js":84713,"./cy":25820,"./cy.js":25820,"./da":54131,"./da.js":54131,"./de":96647,"./de-at":53422,"./de-at.js":53422,"./de-ch":66246,"./de-ch.js":66246,"./de.js":96647,"./dv":68049,"./dv.js":68049,"./el":35006,"./el.js":35006,"./en-au":18006,"./en-au.js":18006,"./en-ca":59706,"./en-ca.js":59706,"./en-gb":67157,"./en-gb.js":67157,"./en-ie":16906,"./en-ie.js":16906,"./en-il":5089,"./en-il.js":5089,"./en-in":55304,"./en-in.js":55304,"./en-nz":22483,"./en-nz.js":22483,"./en-sg":98469,"./en-sg.js":98469,"./eo":41754,"./eo.js":41754,"./es":91488,"./es-do":98387,"./es-do.js":98387,"./es-mx":32657,"./es-mx.js":32657,"./es-us":99099,"./es-us.js":99099,"./es.js":91488,"./et":5318,"./et.js":5318,"./eu":74175,"./eu.js":74175,"./fa":9383,"./fa.js":9383,"./fi":71382,"./fi.js":71382,"./fil":18959,"./fil.js":18959,"./fo":77535,"./fo.js":77535,"./fr":80219,"./fr-ca":5886,"./fr-ca.js":5886,"./fr-ch":71967,"./fr-ch.js":71967,"./fr.js":80219,"./fy":76993,"./fy.js":76993,"./ga":18891,"./ga.js":18891,"./gd":29554,"./gd.js":29554,"./gl":11865,"./gl.js":11865,"./gom-deva":29485,"./gom-deva.js":29485,"./gom-latn":8869,"./gom-latn.js":8869,"./gu":54998,"./gu.js":54998,"./he":61248,"./he.js":61248,"./hi":91500,"./hi.js":91500,"./hr":64873,"./hr.js":64873,"./hu":34864,"./hu.js":34864,"./hy-am":36060,"./hy-am.js":36060,"./id":95942,"./id.js":95942,"./is":19921,"./is.js":19921,"./it":36781,"./it-ch":29378,"./it-ch.js":29378,"./it.js":36781,"./ja":72719,"./ja.js":72719,"./jv":86269,"./jv.js":86269,"./ka":70007,"./ka.js":70007,"./kk":91952,"./kk.js":91952,"./km":13540,"./km.js":13540,"./kn":67479,"./kn.js":67479,"./ko":99481,"./ko.js":99481,"./ku":19697,"./ku.js":19697,"./ky":640,"./ky.js":640,"./lb":94242,"./lb.js":94242,"./lo":75889,"./lo.js":75889,"./lt":72138,"./lt.js":72138,"./lv":69541,"./lv.js":69541,"./me":73972,"./me.js":73972,"./mi":18626,"./mi.js":18626,"./mk":14352,"./mk.js":14352,"./ml":6485,"./ml.js":6485,"./mn":6238,"./mn.js":6238,"./mr":61296,"./mr.js":61296,"./ms":47048,"./ms-my":95081,"./ms-my.js":95081,"./ms.js":47048,"./mt":7814,"./mt.js":7814,"./my":34059,"./my.js":34059,"./nb":16824,"./nb.js":16824,"./ne":74997,"./ne.js":74997,"./nl":421,"./nl-be":4341,"./nl-be.js":4341,"./nl.js":421,"./nn":38112,"./nn.js":38112,"./oc-lnc":63356,"./oc-lnc.js":63356,"./pa-in":29583,"./pa-in.js":29583,"./pl":86800,"./pl.js":86800,"./pt":90037,"./pt-br":79912,"./pt-br.js":79912,"./pt.js":90037,"./ro":88235,"./ro.js":88235,"./ru":8561,"./ru.js":8561,"./sd":32414,"./sd.js":32414,"./se":60947,"./se.js":60947,"./si":97081,"./si.js":97081,"./sk":5315,"./sk.js":5315,"./sl":59345,"./sl.js":59345,"./sq":1899,"./sq.js":1899,"./sr":4277,"./sr-cyrl":26466,"./sr-cyrl.js":26466,"./sr.js":4277,"./ss":59250,"./ss.js":59250,"./sv":55272,"./sv.js":55272,"./sw":40214,"./sw.js":40214,"./ta":86121,"./ta.js":86121,"./te":4182,"./te.js":4182,"./tet":14116,"./tet.js":14116,"./tg":63250,"./tg.js":63250,"./th":83111,"./th.js":83111,"./tk":12527,"./tk.js":12527,"./tl-ph":98104,"./tl-ph.js":98104,"./tlh":11751,"./tlh.js":11751,"./tr":67554,"./tr.js":67554,"./tzl":46061,"./tzl.js":46061,"./tzm":49236,"./tzm-latn":18447,"./tzm-latn.js":18447,"./tzm.js":49236,"./ug-cn":77693,"./ug-cn.js":77693,"./uk":35636,"./uk.js":35636,"./ur":10807,"./ur.js":10807,"./uz":28429,"./uz-latn":88105,"./uz-latn.js":88105,"./uz.js":28429,"./vi":59489,"./vi.js":59489,"./x-pseudo":30860,"./x-pseudo.js":30860,"./yo":26520,"./yo.js":26520,"./zh-cn":9599,"./zh-cn.js":9599,"./zh-hk":86433,"./zh-hk.js":86433,"./zh-mo":40381,"./zh-mo.js":40381,"./zh-tw":25759,"./zh-tw.js":25759};function a(e){var t=l(e);return n(t)}function l(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=l,e.exports=a,a.id=46700}}]);
1
+ (self.webpackChunkimio_smartweb_core_webcomponents=self.webpackChunkimio_smartweb_core_webcomponents||[]).push([[54],{40487:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return B}});var r=n(78709),a=n(12707),l=n(51031),c=n(60563),s=n(14844),i=n(93580);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function m(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},l=Object.keys(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return(t=v(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function v(e){var t=function(e,t){if("object"!==o(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==o(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===o(t)?t:String(t)}function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,l,c,s=[],i=!0,o=!1;try{if(l=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=l.call(n)).done)&&(s.push(r.value),s.length!==t);i=!0);}catch(e){o=!0,a=e}finally{try{if(!i&&null!=n.return&&(c=n.return(),Object(c)!==c))return}finally{if(o)throw a}}return s}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var y=function(e){var t=(0,l.k6)(),a=n(31296),o=d((0,r.useState)(e.activeFilter),2),u=o[0],h=o[1],y=d((0,r.useState)(null),2),b=y[0],E=y[1],g=d((0,r.useState)(null),2),j=g[0],w=g[1],N=(0,s.Z)({method:"get",url:"",baseURL:e.url,headers:{Accept:"application/json"},params:u}),O=N.response;N.error,N.isLoading,(0,r.useEffect)((function(){if(null!==O){var e=O.topics&&O.topics.map((function(e){return{value:e.token,label:e.title}})),t=O.category&&O.category.map((function(e){return{value:e.token,label:e.title}}));E(e),w(t)}}),[O]);var k=(0,r.useCallback)((function(e){var t=e.target,n=t.name,r=t.value;r.length>2?h((function(e){return f(f({},e),{},p({},n,r))}),[]):h((function(e){var t=f({},e);t[n];return m(t,[n].map(v))}))})),S=(0,r.useCallback)((function(e,t){var n=t.name;e?h((function(t){return f(f({},t),{},p({},n,e.value))}),[]):h((function(e){var t=f({},e);t[n];return m(t,[n].map(v))}))})),x=(0,r.useRef)(!0);(0,r.useEffect)((function(){x.current?x.current=!1:(t.push({pathname:"./",search:a.stringify(u)}),e.onChange(u))}),[u]);var _=b&&b.filter((function(t){return t.value===e.activeFilter.topics})),A=j&&j.filter((function(t){return t.value===e.activeFilter.category})),z={control:function(e){return f(f({},e),{},{backgroundColor:"white",borderRadius:"0",height:"50px"})},placeholder:function(e){return f(f({},e),{},{color:"000",fontWeight:"bold",fontSize:"12px",textTransform:"uppercase",letterSpacing:"1.2px"})},option:function(e,t){t.data,t.isDisabled,t.isFocused,t.isSelected;return f({},e)}};return r.createElement(r.Fragment,null,r.createElement("form",{className:"r-filter",onSubmit:function(t){t.preventDefault(),e.onChange(u)}},r.createElement("div",{className:"r-filter-search"},r.createElement(i.$H,null,(function(e){var t=e.translate;return r.createElement("input",{className:"input-custom-class",name:"SearchableText",type:"text",value:u.SearchableText,onChange:k,placeholder:t({text:"Recherche"})})})),r.createElement("button",{type:"submit"}))),r.createElement("div",{className:"r-filter topics-Filter"},r.createElement(i.$H,null,(function(e){var t=e.translate;return r.createElement(c.ZP,{styles:z,name:"topics",className:"select-custom-class library-topics",isClearable:!0,onChange:S,options:b&&b,placeholder:t({text:"Thématiques"}),value:_&&_[0]})}))),r.createElement("div",{className:"r-filter facilities-Filter"},r.createElement(i.$H,null,(function(e){var t=e.translate;return r.createElement(c.ZP,{styles:z,name:"category",className:"select-custom-class library-facilities",isClearable:!0,onChange:S,options:j&&j,placeholder:t({text:"Catégories"}),value:A&&A[0]})}))))},b=n(6489),E=n(78279),g=n.n(E),j=n(8047),w=n.n(j),N=n(61584),O=(n(17110),["u"]);function k(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,l,c,s=[],i=!0,o=!1;try{if(l=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=l.call(n)).done)&&(s.push(r.value),s.length!==t);i=!0);}catch(e){o=!0,a=e}finally{try{if(!i&&null!=n.return&&(c=n.return(),Object(c)!==c))return}finally{if(o)throw a}}return s}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return S(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return S(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function x(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},l=Object.keys(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var _=function(e){var t=e.queryUrl,a=e.onChange,c=(0,l.k6)(),o=n(31296),m=Object.assign({UID:o.parse((0,b.Z)().toString()).u,fullobjects:1}),u=(m.u,x(m,O)),f=k((0,r.useState)(u),2),p=f[0],v=f[1],d=k((0,r.useState)({}),2),h=d[0],y=d[1],E=k((0,r.useState)(),2),j=E[0],w=E[1],S=k((0,r.useState)(),2),_=S[0],A=S[1],z=(0,s.Z)({method:"get",url:"",baseURL:t,headers:{Accept:"application/json"},params:p},[]),P=z.response;z.error,z.isLoading;(0,r.useEffect)((function(){v(u)}),[o.parse((0,b.Z)().toString()).u]),(0,r.useEffect)((function(){null!==P&&y(P.items[0]),window.scrollTo(0,0)}),[P]),(0,r.useEffect)((function(){h.items&&h.items.length>0&&(w(h.items.filter((function(e){return"File"===e["@type"]}))),A(h.items.filter((function(e){return"Image"===e["@type"]}))))}),[h]),g().locale("be");var C=g().utc(h.start).format("DD-MM-YYYY"),H=g().utc(h.end).format("DD-MM-YYYY"),M=g().utc(h.start).format("LT"),I=g().utc(h.end).format("LT"),U="https://www.google.com/maps/dir/?api=1&destination="+h.street+"+"+h.number+"+"+h.complement+"+"+h.zipcode+"+"+h.city;return U=U.replaceAll("+null",""),r.createElement("div",{className:"envent-content r-content"},r.createElement("button",{type:"button",onClick:function(){c.push("./"),a(null)}},r.createElement(i.vN,{text:"Retour"})),r.createElement("article",null,r.createElement("header",null,r.createElement("h2",{className:"r-content-title"},h.title)),r.createElement("figure",null,r.createElement("div",{className:"r-content-img",style:{backgroundImage:h.image_affiche_scale?"url("+h.image_affiche_scale+")":""}})),r.createElement("span",{className:"news-info-title"},r.createElement(i.vN,{text:"Infos pratiques"})),r.createElement("div",{className:"r-content-news-info"},r.createElement("div",{className:"r-content-news-info-container"},r.createElement("div",{className:"r-content-news-info-schedul"},r.createElement("div",{className:"icon-baseline"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMinYMin",viewBox:"0 0 19.41 19.41"},r.createElement("path",{d:"M16.09,2.74H14.35V.85a.44.44,0,0,0-.43-.44H12.47A.44.44,0,0,0,12,.85V2.74H7.38V.85A.44.44,0,0,0,7,.41H5.5a.44.44,0,0,0-.44.44V2.74H3.32A1.74,1.74,0,0,0,1.58,4.48V17.26A1.74,1.74,0,0,0,3.32,19H16.09a1.74,1.74,0,0,0,1.75-1.74V4.48A1.74,1.74,0,0,0,16.09,2.74Zm-.21,14.52H3.54A.22.22,0,0,1,3.32,17h0V6.22H16.09V17a.21.21,0,0,1-.21.22Z"}))),r.createElement("div",{className:"dpinlb"},r.createElement("div",{className:"r-content-news-info--date"},C===H?r.createElement("div",null,h.whole_day?r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Le "),r.createElement("div",{className:"r-time"},C)):h.open_end?r.createElement(r.Fragment,null,r.createElement("div",{className:"r-content-date-one-day"},r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Le "),r.createElement("div",{className:"r-time"},C),r.createElement("span",null," à "),r.createElement("div",{className:"r-time-hours"},M)))):r.createElement(r.Fragment,null,r.createElement("div",{className:"r-content-date-one-day"},r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Le "),r.createElement("div",{className:"r-time"},C)),r.createElement("div",{className:"r-content-date-start-hours"},r.createElement("span",null,"de "),r.createElement("div",{className:"r-time-hours"},M),r.createElement("span",null," à "),r.createElement("div",{className:"r-time-hours"},I))))):r.createElement("div",{className:"r-content-date-du-au"},r.createElement("div",{className:"r-content-date-start"},r.createElement("span",null,"Du "),r.createElement("div",{className:"r-time"},C)),r.createElement("div",{className:"r-content-date-end"},r.createElement("span",null," au "),r.createElement("div",{className:"r-time"},H)))))),r.createElement("div",{className:"r-content-news-info-aera"},h.street?r.createElement("div",{className:"icon-baseline"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},r.createElement("path",{d:"M9,18.34C3.9,10.94,3,10.18,3,7.45a6.75,6.75,0,0,1,13.49,0c0,2.73-.94,3.49-6,10.89a.85.85,0,0,1-1.17.22A.77.77,0,0,1,9,18.34Zm.7-8.07A2.82,2.82,0,1,0,6.89,7.45a2.83,2.83,0,0,0,2.82,2.82Z"}))):"",r.createElement("div",{className:"dpinlb"},r.createElement("div",{className:"r-content-news-info--itinirary"},h.street?r.createElement("a",{href:U,target:"_blank"},r.createElement("span",null,"Itinéraire")):""),!0===h.reduced_mobility_facilities?r.createElement("div",{className:"r-content-news-info--reduced"},r.createElement("span",null,r.createElement(i.vN,{text:"Accessible aux PMR"}))):"")),r.createElement("div",{className:"r-content-news-info-contact"},r.createElement("div",{className:"dpinlb"},r.createElement("div",{className:"r-content-news-info--name"},r.createElement("span",null,h.contact_name)),r.createElement("div",{className:"r-content-news-info--phone"},r.createElement("span",null,r.createElement("a",{href:"tel:".concat(h.contact_phone)},h.contact_phone))),r.createElement("div",{className:"r-content-news-info--email"},r.createElement("a",{href:"mailto:".concat(h.contact_email)},h.contact_email)))),null===h.event_url&&null===h.online_participation&&null===h.video_url?"":r.createElement("div",{className:"r-content-news-info-link"},r.createElement("div",{className:"icon-baseline"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},r.createElement("path",{d:"M16.36,2.22H3.06a1.3,1.3,0,0,0-1.3,1.3h0v9a1.3,1.3,0,0,0,1.3,1.3H7.52v1.74h-.7a.8.8,0,0,0,0,1.6h5.79a.8.8,0,0,0,0-1.6h-.7V13.85h4.45a1.31,1.31,0,0,0,1.3-1.3v-9A1.3,1.3,0,0,0,16.36,2.22Zm-1.9,10.83a.37.37,0,1,1,.36-.37h0a.36.36,0,0,1-.36.36Zm1.6.08a.45.45,0,1,1,.44-.45h0a.44.44,0,0,1-.44.45h0Zm.53-1.35H2.82V3.52a.23.23,0,0,1,.23-.23H16.36a.23.23,0,0,1,.23.23h0v8.27Z"}))),r.createElement("div",{className:"dpinlb"},null===h.event_url?"":r.createElement("div",{className:"r-content-news-info-event_link"},r.createElement("a",{href:h.event_url},r.createElement(i.vN,{text:"Lien de l'événement"}))),null===h.online_participation?"":r.createElement("div",{className:"r-content-news-info--online_participation"},r.createElement("a",{href:h.online_participation},r.createElement(i.vN,{text:"Participation en ligne"}))),null===h.video_url?"":r.createElement("div",{className:"r-content-news-info--video"},r.createElement("a",{href:h.video_url},r.createElement(i.vN,{text:"Lien vers la vidéo"}))))),null===h.facebook&&null===h.instagram&&null===h.twitter?"":r.createElement("div",{className:"r-content-news-info-social"},r.createElement("ul",null,h.facebook?r.createElement("li",null,r.createElement("a",{href:h.facebook,target:"_blank"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-204.79995 -341.33325 1774.9329 2047.9995"},r.createElement("path",{d:"M1365.333 682.667C1365.333 305.64 1059.693 0 682.667 0 305.64 0 0 305.64 0 682.667c0 340.738 249.641 623.16 576 674.373V880H402.667V682.667H576v-150.4c0-171.094 101.917-265.6 257.853-265.6 74.69 0 152.814 13.333 152.814 13.333v168h-86.083c-84.804 0-111.25 52.623-111.25 106.61v128.057h189.333L948.4 880H789.333v477.04c326.359-51.213 576-333.635 576-674.373",fill:"#100f0d"}),r.createElement("path",{d:"M948.4 880l30.267-197.333H789.333V554.609C789.333 500.623 815.78 448 900.584 448h86.083V280s-78.124-13.333-152.814-13.333c-155.936 0-257.853 94.506-257.853 265.6v150.4H402.667V880H576v477.04a687.805 687.805 0 00106.667 8.293c36.288 0 71.91-2.84 106.666-8.293V880H948.4",fill:"#fff"})))):"",h.instagram?r.createElement("li",null,r.createElement("a",{href:h.instagram,target:"_blank"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-100.7682 -167.947 873.3244 1007.682"},r.createElement("g",{fill:"#100f0d"},r.createElement("path",{d:"M335.895 0c-91.224 0-102.663.387-138.49 2.021-35.752 1.631-60.169 7.31-81.535 15.612-22.088 8.584-40.82 20.07-59.493 38.743-18.674 18.673-30.16 37.407-38.743 59.495C9.33 137.236 3.653 161.653 2.02 197.405.386 233.232 0 244.671 0 335.895c0 91.222.386 102.661 2.02 138.488 1.633 35.752 7.31 60.169 15.614 81.534 8.584 22.088 20.07 40.82 38.743 59.495 18.674 18.673 37.405 30.159 59.493 38.743 21.366 8.302 45.783 13.98 81.535 15.612 35.827 1.634 47.266 2.021 138.49 2.021 91.222 0 102.661-.387 138.488-2.021 35.752-1.631 60.169-7.31 81.534-15.612 22.088-8.584 40.82-20.07 59.495-38.743 18.673-18.675 30.159-37.407 38.743-59.495 8.302-21.365 13.981-45.782 15.612-81.534 1.634-35.827 2.021-47.266 2.021-138.488 0-91.224-.387-102.663-2.021-138.49-1.631-35.752-7.31-60.169-15.612-81.534-8.584-22.088-20.07-40.822-38.743-59.495-18.675-18.673-37.407-30.159-59.495-38.743-21.365-8.302-45.782-13.981-81.534-15.612C438.556.387 427.117 0 335.895 0zm0 60.521c89.686 0 100.31.343 135.729 1.959 32.75 1.493 50.535 6.965 62.37 11.565 15.68 6.094 26.869 13.372 38.622 25.126 11.755 11.754 19.033 22.944 25.127 38.622 4.6 11.836 10.072 29.622 11.565 62.371 1.616 35.419 1.959 46.043 1.959 135.73 0 89.687-.343 100.311-1.959 135.73-1.493 32.75-6.965 50.535-11.565 62.37-6.094 15.68-13.372 26.869-25.127 38.622-11.753 11.755-22.943 19.033-38.621 25.127-11.836 4.6-29.622 10.072-62.371 11.565-35.413 1.616-46.036 1.959-135.73 1.959-89.694 0-100.315-.343-135.73-1.96-32.75-1.492-50.535-6.964-62.37-11.564-15.68-6.094-26.869-13.372-38.622-25.127-11.754-11.753-19.033-22.943-25.127-38.621-4.6-11.836-10.071-29.622-11.565-62.371-1.616-35.419-1.959-46.043-1.959-135.73 0-89.687.343-100.311 1.959-135.73 1.494-32.75 6.965-50.535 11.565-62.37 6.094-15.68 13.373-26.869 25.126-38.622 11.754-11.755 22.944-19.033 38.622-25.127 11.836-4.6 29.622-10.072 62.371-11.565 35.419-1.616 46.043-1.959 135.73-1.959"}),r.createElement("path",{d:"M335.895 447.859c-61.838 0-111.966-50.128-111.966-111.964 0-61.838 50.128-111.966 111.966-111.966 61.836 0 111.964 50.128 111.964 111.966 0 61.836-50.128 111.964-111.964 111.964zm0-284.451c-95.263 0-172.487 77.224-172.487 172.487 0 95.261 77.224 172.485 172.487 172.485 95.261 0 172.485-77.224 172.485-172.485 0-95.263-77.224-172.487-172.485-172.487m219.608-6.815c0 22.262-18.047 40.307-40.308 40.307-22.26 0-40.307-18.045-40.307-40.307 0-22.261 18.047-40.308 40.307-40.308 22.261 0 40.308 18.047 40.308 40.308"}))))):"",h.twitter?r.createElement("li",null,r.createElement("a",{href:h.twitter,target:"_blank"},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-44.7006 -60.54775 387.4052 363.2865"},r.createElement("path",{fill:"#000",d:"M93.719 242.19c112.46 0 173.96-93.168 173.96-173.96 0-2.646-.054-5.28-.173-7.903a124.338 124.338 0 0030.498-31.66c-10.955 4.87-22.744 8.148-35.11 9.626 12.622-7.57 22.313-19.543 26.885-33.817a122.62 122.62 0 01-38.824 14.841C239.798 7.433 223.915 0 206.326 0c-33.764 0-61.144 27.381-61.144 61.132 0 4.798.537 9.465 1.586 13.941-50.815-2.557-95.874-26.886-126.03-63.88a60.977 60.977 0 00-8.279 30.73c0 21.212 10.794 39.938 27.208 50.893a60.685 60.685 0 01-27.69-7.647c-.009.257-.009.507-.009.781 0 29.61 21.075 54.332 49.051 59.934a61.218 61.218 0 01-16.122 2.152 60.84 60.84 0 01-11.491-1.103c7.784 24.293 30.355 41.971 57.115 42.465-20.926 16.402-47.287 26.171-75.937 26.171-4.929 0-9.798-.28-14.584-.846 27.059 17.344 59.189 27.464 93.722 27.464"})))):""))),r.createElement("div",{className:"r-content-news-info-action"},h.ticket_url?r.createElement("div",{className:"r-content-booking"},r.createElement("a",{href:h.ticket_url},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},r.createElement("circle",{cx:"13.03",cy:"14.61",r:"0.63",fill:"fill:#fff"}),r.createElement("circle",{cx:"11.59",cy:"6.52",r:"0.63",fill:"fill:#fff"}),r.createElement("path",{d:"M17.11,11.47h.62V7.71h-1.6a1.25,1.25,0,0,1-1.25-1.25,1.27,1.27,0,0,1,.67-1.12l.54-.28-1.6-3.39-12.8,6h0v3.76h.63a1.26,1.26,0,0,1,0,2.51H1.68v3.76H17.73V14h-.62a1.26,1.26,0,1,1,0-2.51Zm-6.9-6.4a.63.63,0,0,0,1.14-.53l2.54-1.2.58,1.23A2.52,2.52,0,0,0,14,7.71H4.63Zm6.27,10.08v1.34H13.66a.63.63,0,1,0-1.26,0H2.93V15.16a2.51,2.51,0,0,0,0-4.86V9H12.4a.63.63,0,0,0,1.26,0h2.82V10.3a2.51,2.51,0,0,0,0,4.86Z",fill:"fill:#fff"}),r.createElement("circle",{cx:"13.03",cy:"10.85",r:"0.63",fill:"fill:#fff"}),r.createElement("circle",{cx:"13.03",cy:"12.73",r:"0.63",fill:"fill:#fff"})),r.createElement(i.vN,{text:"Billetterie"}))):"")),r.createElement("div",{className:"r-content-description"},r.createElement(N.D,null,h.description)),r.createElement("div",{className:"r-content-text",dangerouslySetInnerHTML:{__html:h.text&&h.text.data}}),j&&r.createElement("div",{className:"r-content-files"},j.map((function(e,t){return r.createElement("div",{key:t,className:"r-content-file"},r.createElement("a",{href:e.targetUrl,className:"r-content-file-link",rel:"nofollow"},r.createElement("span",{className:"r-content-file-title"},e.title),r.createElement("span",{className:"r-content-file-icon"},r.createElement("svg",{width:"21",height:"21",viewBox:"0 0 24 24",fill:"none",stroke:"#8899a4","stroke-width":"2","stroke-linecap":"square","stroke-linejoin":"arcs"},r.createElement("path",{d:"M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"}))," ")))}))),_&&r.createElement("div",{className:"r-content-gallery"},r.createElement("div",{className:"spotlight-group flexbin r-content-gallery"},_.map((function(e,t){return r.createElement("a",{key:t,className:"spotlight",href:e.image_full_scale},r.createElement("img",{src:e.image_preview_scale,alt:""}))}))))))},A=function(e){var t=e.item,n=t.title&&t.title,a=(t.taxonomy_contact_category&&t.taxonomy_contact_category[0],g()(t.start&&t.start));t.number&&t.number,t.street&&t.street,t.complement&&t.complement,t.zipcode&&t.zipcode,t.city&&t.city,t.country&&t.country,t.phones&&t.phones,t.mails&&t.mails,t.topics&&t.topics;return r.createElement("div",{className:"r-list-item"},r.createElement("div",{className:t.image_vignette_scale?"r-item-img":"r-item-img r-item-img-placeholder",style:{backgroundImage:t.image_vignette_scale?"url("+t.image_vignette_scale+")":""}}),r.createElement("div",{className:"r-item-text"},a&&r.createElement("span",{className:"r-item-date"},r.createElement(w(),{format:"DD-MM-YYYY"},a)),r.createElement("span",{className:"r-item-title"},n),t.category&&r.createElement("span",{className:"r-item-categorie"},t.category.title)))},z=n(29924),P=n.n(z),C=function(e){var t=e.itemsArray,n=e.onChange,l=e.onHover;e.parentCallback;function c(e){l(e)}return r.createElement(r.Fragment,null,r.createElement("ul",{className:"r-result-list event-result-list"},t.map((function(e,t){return r.createElement("li",{key:t,className:"r-list-item-group",onMouseEnter:function(){return c(e.UID)},onMouseLeave:function(){return c(null)},onClick:function(){return t=e.UID,void n(t);var t}},r.createElement(a.rU,{className:"r-list-item-link",style:{textDecoration:"none"},to:{pathname:P()(e.title).replace(/[^a-zA-Z ]/g,"").replace(/\s/g,"-").toLowerCase(),search:"?u=".concat(e.UID),state:{idItem:e.UID}}}),r.createElement(A,{item:e,key:e.created}))}))))},H=n(57493),M=n(38401);function I(e){return I="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},I(e)}var U=["u"];function D(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function V(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?D(Object(n),!0).forEach((function(t){Z(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Z(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==I(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==I(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===I(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function L(e){return function(e){if(Array.isArray(e))return F(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||q(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function T(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,l,c,s=[],i=!0,o=!1;try{if(l=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=l.call(n)).done)&&(s.push(r.value),s.length!==t);i=!0);}catch(e){o=!0,a=e}finally{try{if(!i&&null!=n.return&&(c=n.return(),Object(c)!==c))return}finally{if(o)throw a}}return s}}(e,t)||q(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function q(e,t){if(e){if("string"==typeof e)return F(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?F(e,t):void 0}}function F(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Y(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},l=Object.keys(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r<l.length;r++)n=l[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function B(e){return r.createElement(a.VK,{basename:e.viewPath},r.createElement(i.zt,{language:e.currentLanguage,translation:M.Z},r.createElement(R,{queryFilterUrl:e.queryFilterUrl,queryUrl:e.queryUrl,proposeUrl:e.proposeUrl,batchSize:e.batchSize,displayMap:e.displayMap})))}function R(e){var t=n(31296),a=Object.assign({b_start:0,fullobjects:1},t.parse((0,b.Z)().toString())),c=(a.u,Y(a,U)),o=T((0,r.useState)([]),2),m=o[0],u=o[1],f=T((0,r.useState)([]),2),p=f[0],v=f[1],d=T((0,r.useState)(null),2),h=d[0],E=d[1],g=T((0,r.useState)(null),2),j=g[0],w=g[1],N=T((0,r.useState)(c),2),O=N[0],k=N[1],S=T((0,r.useState)(0),2),x=S[0],A=S[1],z=T((0,r.useState)(!1),2),P=z[0],M=z[1],I="True"===e.displayMap,D=(0,s.Z)({method:"get",url:"",baseURL:e.queryUrl,headers:{Accept:"application/json"},params:O,load:P},[]),Z=D.response,q=(D.error,D.isLoading),F=D.isMore;(0,r.useEffect)((function(){null!==Z&&(u(F?function(e){return[].concat(L(e),L(Z.items))}:Z.items),v(Z.items_total))}),[Z]);var B=function(e){E(e)};(0,r.useEffect)((function(){k((function(e){return V(V({},e),{},{b_start:x})}))}),[x]);var R,$,W=document.getElementById("portal-header").offsetHeight,K=(0,r.useRef)(),G=T(r.useState({height:0}),2),J=G[0],Q=G[1];(0,r.useEffect)((function(){Q({height:K.current.clientHeight})}),[K.current]),m&&m.length>0?(R=r.createElement(C,{onChange:B,itemsArray:m,onHover:function(e){w(e)}}),$=r.createElement(H.Z,{headerHeight:J.height+W,clickId:h,hoverId:j,items:m,queryUrl:e.queryUrl})):q||(R=r.createElement("p",null,r.createElement(i.vN,{text:"Aucun événement n'a été trouvé"})));var X=r.createElement("div",{className:"lds-roller-container"},r.createElement("div",{className:"lds-roller"},r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null)));return r.createElement("div",{className:"ref ".concat(I?"view-map":"no-map")},r.createElement("div",{className:"r-result-filter-container",ref:K,style:{top:W}},r.createElement("div",{id:"r-result-filter",className:"r-result-filter container annuaire-result-filter"},r.createElement(y,{url:e.queryFilterUrl,activeFilter:O,onChange:function(e){M(!1),A((function(){return 0})),k(e),window.scrollTo(0,0)}}),e.proposeUrl&&r.createElement("div",{className:"r-add-event"},r.createElement("a",{target:"_blank",href:e.proposeUrl},r.createElement(i.vN,{text:"Proposer un événement"}))),p>0?r.createElement("p",{className:"r-results-numbers"},r.createElement("span",null,p),p>1?r.createElement(i.vN,{text:"événements trouvés"}):r.createElement(i.vN,{text:"événement trouvé"})):r.createElement("p",{className:"r-results-numbers"},r.createElement(i.vN,{text:"Aucun résultat"})))),r.createElement(l.rs,null,r.createElement(l.AW,{exact:!0,path:"/"},r.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},r.createElement("div",{className:"r-result r-annuaire-result"},r.createElement("div",null,R),r.createElement("div",{className:"r-load-more"},p-e.batchSize>x?r.createElement("div",null,r.createElement("span",{className:"no-more-result"},q?X:""),r.createElement("button",{onClick:function(){A((function(t){return t+parseInt(e.batchSize)})),M(!0)},className:"btn-grad"},q?r.createElement(i.vN,{text:"Chargement..."}):r.createElement(i.vN,{text:"Plus de résultats"}))):r.createElement("span",{className:"no-more-result"},q?X:""))),I&&r.createElement("div",{className:"r-map annuaire-map",style:{top:J.height+W,height:"calc(100vh-"+J.height+W}},$))),r.createElement(l.AW,{path:"/:name"},r.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},r.createElement("div",{className:"r-result r-annuaire-result"},r.createElement(_,{queryUrl:e.queryUrl,onChange:B})),I&&r.createElement("div",{className:"r-map annuaire-map",style:{top:J.height+W,height:"calc(100vh-"+J.height+W}},$)))))}},46700:function(e,t,n){var r={"./af":68435,"./af.js":68435,"./ar":99673,"./ar-dz":85296,"./ar-dz.js":85296,"./ar-kw":12855,"./ar-kw.js":12855,"./ar-ly":57896,"./ar-ly.js":57896,"./ar-ma":72309,"./ar-ma.js":72309,"./ar-sa":23097,"./ar-sa.js":23097,"./ar-tn":47728,"./ar-tn.js":47728,"./ar.js":99673,"./az":40336,"./az.js":40336,"./be":71140,"./be.js":71140,"./bg":94950,"./bg.js":94950,"./bm":46947,"./bm.js":46947,"./bn":81515,"./bn-bd":54062,"./bn-bd.js":54062,"./bn.js":81515,"./bo":28753,"./bo.js":28753,"./br":53423,"./br.js":53423,"./bs":94516,"./bs.js":94516,"./ca":87672,"./ca.js":87672,"./cs":31139,"./cs.js":31139,"./cv":84713,"./cv.js":84713,"./cy":25820,"./cy.js":25820,"./da":54131,"./da.js":54131,"./de":96647,"./de-at":53422,"./de-at.js":53422,"./de-ch":66246,"./de-ch.js":66246,"./de.js":96647,"./dv":68049,"./dv.js":68049,"./el":35006,"./el.js":35006,"./en-au":18006,"./en-au.js":18006,"./en-ca":59706,"./en-ca.js":59706,"./en-gb":67157,"./en-gb.js":67157,"./en-ie":16906,"./en-ie.js":16906,"./en-il":5089,"./en-il.js":5089,"./en-in":55304,"./en-in.js":55304,"./en-nz":22483,"./en-nz.js":22483,"./en-sg":98469,"./en-sg.js":98469,"./eo":41754,"./eo.js":41754,"./es":91488,"./es-do":98387,"./es-do.js":98387,"./es-mx":32657,"./es-mx.js":32657,"./es-us":99099,"./es-us.js":99099,"./es.js":91488,"./et":5318,"./et.js":5318,"./eu":74175,"./eu.js":74175,"./fa":9383,"./fa.js":9383,"./fi":71382,"./fi.js":71382,"./fil":18959,"./fil.js":18959,"./fo":77535,"./fo.js":77535,"./fr":80219,"./fr-ca":5886,"./fr-ca.js":5886,"./fr-ch":71967,"./fr-ch.js":71967,"./fr.js":80219,"./fy":76993,"./fy.js":76993,"./ga":18891,"./ga.js":18891,"./gd":29554,"./gd.js":29554,"./gl":11865,"./gl.js":11865,"./gom-deva":29485,"./gom-deva.js":29485,"./gom-latn":8869,"./gom-latn.js":8869,"./gu":54998,"./gu.js":54998,"./he":61248,"./he.js":61248,"./hi":91500,"./hi.js":91500,"./hr":64873,"./hr.js":64873,"./hu":34864,"./hu.js":34864,"./hy-am":36060,"./hy-am.js":36060,"./id":95942,"./id.js":95942,"./is":19921,"./is.js":19921,"./it":36781,"./it-ch":29378,"./it-ch.js":29378,"./it.js":36781,"./ja":72719,"./ja.js":72719,"./jv":86269,"./jv.js":86269,"./ka":70007,"./ka.js":70007,"./kk":91952,"./kk.js":91952,"./km":13540,"./km.js":13540,"./kn":67479,"./kn.js":67479,"./ko":99481,"./ko.js":99481,"./ku":19697,"./ku.js":19697,"./ky":640,"./ky.js":640,"./lb":94242,"./lb.js":94242,"./lo":75889,"./lo.js":75889,"./lt":72138,"./lt.js":72138,"./lv":69541,"./lv.js":69541,"./me":73972,"./me.js":73972,"./mi":18626,"./mi.js":18626,"./mk":14352,"./mk.js":14352,"./ml":6485,"./ml.js":6485,"./mn":6238,"./mn.js":6238,"./mr":61296,"./mr.js":61296,"./ms":47048,"./ms-my":95081,"./ms-my.js":95081,"./ms.js":47048,"./mt":7814,"./mt.js":7814,"./my":34059,"./my.js":34059,"./nb":16824,"./nb.js":16824,"./ne":74997,"./ne.js":74997,"./nl":421,"./nl-be":4341,"./nl-be.js":4341,"./nl.js":421,"./nn":38112,"./nn.js":38112,"./oc-lnc":63356,"./oc-lnc.js":63356,"./pa-in":29583,"./pa-in.js":29583,"./pl":86800,"./pl.js":86800,"./pt":90037,"./pt-br":79912,"./pt-br.js":79912,"./pt.js":90037,"./ro":88235,"./ro.js":88235,"./ru":8561,"./ru.js":8561,"./sd":32414,"./sd.js":32414,"./se":60947,"./se.js":60947,"./si":97081,"./si.js":97081,"./sk":5315,"./sk.js":5315,"./sl":59345,"./sl.js":59345,"./sq":1899,"./sq.js":1899,"./sr":4277,"./sr-cyrl":26466,"./sr-cyrl.js":26466,"./sr.js":4277,"./ss":59250,"./ss.js":59250,"./sv":55272,"./sv.js":55272,"./sw":40214,"./sw.js":40214,"./ta":86121,"./ta.js":86121,"./te":4182,"./te.js":4182,"./tet":14116,"./tet.js":14116,"./tg":63250,"./tg.js":63250,"./th":83111,"./th.js":83111,"./tk":12527,"./tk.js":12527,"./tl-ph":98104,"./tl-ph.js":98104,"./tlh":11751,"./tlh.js":11751,"./tr":67554,"./tr.js":67554,"./tzl":46061,"./tzl.js":46061,"./tzm":49236,"./tzm-latn":18447,"./tzm-latn.js":18447,"./tzm.js":49236,"./ug-cn":77693,"./ug-cn.js":77693,"./uk":35636,"./uk.js":35636,"./ur":10807,"./ur.js":10807,"./uz":28429,"./uz-latn":88105,"./uz-latn.js":88105,"./uz.js":28429,"./vi":59489,"./vi.js":59489,"./x-pseudo":30860,"./x-pseudo.js":30860,"./yo":26520,"./yo.js":26520,"./zh-cn":9599,"./zh-cn.js":9599,"./zh-hk":86433,"./zh-hk.js":86433,"./zh-mo":40381,"./zh-mo.js":40381,"./zh-tw":25759,"./zh-tw.js":25759};function a(e){var t=l(e);return n(t)}function l(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=l,e.exports=a,a.id=46700}}]);