imio.smartweb.core 1.2.48__tar.gz → 1.2.50__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.
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/CHANGES.rst +17 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/PKG-INFO +50 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/setup.py +1 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/base.py +8 -6
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +2 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/events/endpoint.py +2 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/news/endpoint.py +2 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_rest.py +16 -16
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -1
- imio_smartweb_core-1.2.50/src/imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.50/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.50/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.50/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.50/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +2 -0
- imio_smartweb_core-1.2.50/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -0
- imio_smartweb_core-1.2.50/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/package.json +1 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +12 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +10 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +5 -5
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +2 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +1 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +86 -23
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +13 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +27 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +1 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +1 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +14 -4
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +15 -3
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +12 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +2 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/index.scss +14 -3
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +2 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +12 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio.smartweb.core.egg-info/PKG-INFO +50 -2
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio.smartweb.core.egg-info/SOURCES.txt +1 -0
- imio.smartweb.core-1.2.48/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.48/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.48/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.48/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.48/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.48/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -1
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/CONTRIBUTORS.rst +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/DEVELOP.rst +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/MANIFEST.in +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/README.rst +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/docs/conf.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/docs/index.rst +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/requirements.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/setup.cfg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/config.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/sections/views.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/indexers.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/metadata.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/testing.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/utils.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/vocabularies.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,23 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.2.50 (2024-05-30)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- Fix loaded calcul of sticky filter menu in React view
|
9
|
+
[thomlamb]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.49 (2024-05-29)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- WEB-4101 : Encode URLs parameters for `search-filters`. This fixes issues with special chars.
|
16
|
+
[laulaz]
|
17
|
+
|
18
|
+
- WEB-3802: Fix after testing, complited traduction, optimize code
|
19
|
+
[thomlamb]
|
20
|
+
|
21
|
+
|
5
22
|
1.2.48 (2024-05-27)
|
6
23
|
-------------------
|
7
24
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.50
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -21,9 +21,40 @@ Classifier: Programming Language :: Python :: 3.8
|
|
21
21
|
Classifier: Operating System :: OS Independent
|
22
22
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
23
23
|
Requires-Python: >=3.8
|
24
|
-
Provides-Extra: test
|
25
24
|
License-File: LICENSE.GPL
|
26
25
|
License-File: LICENSE.rst
|
26
|
+
Requires-Dist: setuptools
|
27
|
+
Requires-Dist: z3c.jbot
|
28
|
+
Requires-Dist: z3c.unconfigure
|
29
|
+
Requires-Dist: plone.api>=1.8.4
|
30
|
+
Requires-Dist: plone.gallery
|
31
|
+
Requires-Dist: plone.restapi
|
32
|
+
Requires-Dist: plone.app.dexterity
|
33
|
+
Requires-Dist: plone.app.imagecropping
|
34
|
+
Requires-Dist: eea.facetednavigation
|
35
|
+
Requires-Dist: collective.anysurfer
|
36
|
+
Requires-Dist: collective.autopublishing
|
37
|
+
Requires-Dist: collective.faceted.map
|
38
|
+
Requires-Dist: collective.geolocationbehavior
|
39
|
+
Requires-Dist: collective.instancebehavior
|
40
|
+
Requires-Dist: collective.messagesviewlet
|
41
|
+
Requires-Dist: collective.sendinblue
|
42
|
+
Requires-Dist: collective.solr
|
43
|
+
Requires-Dist: collective.taxonomy
|
44
|
+
Requires-Dist: collective.z3cform.datagridfield
|
45
|
+
Requires-Dist: embeddify
|
46
|
+
Requires-Dist: more-itertools
|
47
|
+
Requires-Dist: imio.smartweb.common
|
48
|
+
Requires-Dist: imio.smartweb.locales
|
49
|
+
Provides-Extra: test
|
50
|
+
Requires-Dist: plone.app.testing; extra == "test"
|
51
|
+
Requires-Dist: plone.testing>=5.0.0; extra == "test"
|
52
|
+
Requires-Dist: plone.app.contenttypes; extra == "test"
|
53
|
+
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
|
54
|
+
Requires-Dist: plone.restapi[test]; extra == "test"
|
55
|
+
Requires-Dist: requests-mock; extra == "test"
|
56
|
+
Requires-Dist: beautifulsoup4; extra == "test"
|
57
|
+
Requires-Dist: freezegun; extra == "test"
|
27
58
|
|
28
59
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
29
60
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
@@ -158,6 +189,23 @@ Changelog
|
|
158
189
|
=========
|
159
190
|
|
160
191
|
|
192
|
+
1.2.50 (2024-05-30)
|
193
|
+
-------------------
|
194
|
+
|
195
|
+
- Fix loaded calcul of sticky filter menu in React view
|
196
|
+
[thomlamb]
|
197
|
+
|
198
|
+
|
199
|
+
1.2.49 (2024-05-29)
|
200
|
+
-------------------
|
201
|
+
|
202
|
+
- WEB-4101 : Encode URLs parameters for `search-filters`. This fixes issues with special chars.
|
203
|
+
[laulaz]
|
204
|
+
|
205
|
+
- WEB-3802: Fix after testing, complited traduction, optimize code
|
206
|
+
[thomlamb]
|
207
|
+
|
208
|
+
|
161
209
|
1.2.48 (2024-05-27)
|
162
210
|
-------------------
|
163
211
|
|
{imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/contents/rest/base.py
RENAMED
@@ -4,6 +4,7 @@ from imio.smartweb.core.utils import get_json
|
|
4
4
|
from plone import api
|
5
5
|
from plone.dexterity.content import Container
|
6
6
|
from plone.rest import Service
|
7
|
+
from urllib.parse import urlencode
|
7
8
|
from zope.interface import implementer
|
8
9
|
from zope.interface import Interface
|
9
10
|
|
@@ -47,21 +48,22 @@ class BaseEndpoint(object):
|
|
47
48
|
)
|
48
49
|
del item[field]
|
49
50
|
|
50
|
-
def
|
51
|
+
def construct_query_string(self, params):
|
52
|
+
params = "&".join(params)
|
51
53
|
form = self.request.form
|
52
54
|
extra_params = []
|
53
55
|
for k, v in form.items():
|
54
56
|
if isinstance(v, list):
|
55
57
|
# handles multiple metadata_fields
|
56
58
|
for value in v:
|
57
|
-
extra_params.append(
|
59
|
+
extra_params.append((k, value))
|
58
60
|
else:
|
59
|
-
extra_params.append(
|
61
|
+
extra_params.append((k, v))
|
60
62
|
current_lang = api.portal.get_current_language()[:2]
|
61
63
|
if current_lang != "fr":
|
62
|
-
extra_params.append("translated_in_{}
|
63
|
-
|
64
|
-
return params
|
64
|
+
extra_params.append(("translated_in_{}".format(current_lang), 1))
|
65
|
+
extra_params = urlencode(extra_params)
|
66
|
+
return "&".join(filter(None, [params, extra_params]))
|
65
67
|
|
66
68
|
|
67
69
|
class BaseService(Service):
|
@@ -53,8 +53,8 @@ class BaseDirectoryEndpoint(BaseEndpoint):
|
|
53
53
|
for category in self.context.selected_categories:
|
54
54
|
params.append(f"taxonomy_contact_category.query={category}")
|
55
55
|
params.append("taxonomy_contact_category.operator=or")
|
56
|
-
params = self.
|
57
|
-
url = f"{DIRECTORY_URL}/{self.remote_endpoint}?{
|
56
|
+
params = self.construct_query_string(params)
|
57
|
+
url = f"{DIRECTORY_URL}/{self.remote_endpoint}?{params}"
|
58
58
|
return url
|
59
59
|
|
60
60
|
|
@@ -49,8 +49,8 @@ class BaseEventsEndpoint(BaseEndpoint):
|
|
49
49
|
if self.context.selected_event_types is not None:
|
50
50
|
for event_type in self.context.selected_event_types:
|
51
51
|
params.append(f"event_type={event_type}")
|
52
|
-
params = self.
|
53
|
-
url = f"{EVENTS_URL}/{self.remote_endpoint}?{
|
52
|
+
params = self.construct_query_string(params)
|
53
|
+
url = f"{EVENTS_URL}/{self.remote_endpoint}?{params}"
|
54
54
|
return url
|
55
55
|
|
56
56
|
|
@@ -49,8 +49,8 @@ class BaseNewsEndpoint(BaseEndpoint):
|
|
49
49
|
"b_size={}".format(self.context.nb_results),
|
50
50
|
"fullobjects=1",
|
51
51
|
]
|
52
|
-
params = self.
|
53
|
-
url = f"{NEWS_URL}/{self.remote_endpoint}?{
|
52
|
+
params = self.construct_query_string(params)
|
53
|
+
url = f"{NEWS_URL}/{self.remote_endpoint}?{params}"
|
54
54
|
return url
|
55
55
|
|
56
56
|
|
{imio.smartweb.core-1.2.48 → imio_smartweb_core-1.2.50}/src/imio/smartweb/core/tests/test_rest.py
RENAMED
@@ -134,37 +134,37 @@ class SectionsFunctionalTest(ImioSmartwebTestCase):
|
|
134
134
|
endpoint.convert_cached_image_scales(item, modified_hash)
|
135
135
|
self.assertEqual(len(item.keys()), 6)
|
136
136
|
|
137
|
-
def
|
137
|
+
def test_construct_query_string(self):
|
138
|
+
request = TestRequest()
|
139
|
+
endpoint = DirectoryEndpoint(self.portal, request)
|
140
|
+
query = endpoint.construct_query_string([])
|
141
|
+
self.assertEqual(query, "translated_in_en=1")
|
142
|
+
|
143
|
+
query = endpoint.construct_query_string(["param=1", "param2=2"])
|
144
|
+
self.assertEqual(query, "param=1¶m2=2&translated_in_en=1")
|
145
|
+
|
138
146
|
request = TestRequest(
|
139
147
|
form={"taxonomy_contact_category": '("token")', "topics": "education"}
|
140
148
|
)
|
141
149
|
endpoint = DirectoryEndpoint(self.portal, request)
|
142
|
-
|
150
|
+
query = endpoint.construct_query_string([])
|
143
151
|
self.assertEqual(
|
144
|
-
|
145
|
-
|
146
|
-
'taxonomy_contact_category=("token")',
|
147
|
-
"topics=education",
|
148
|
-
"translated_in_en=1",
|
149
|
-
],
|
152
|
+
query,
|
153
|
+
"taxonomy_contact_category=%28%22token%22%29&topics=education&translated_in_en=1",
|
150
154
|
)
|
151
155
|
|
152
156
|
request = TestRequest(
|
153
157
|
form={
|
154
158
|
"topics": "education",
|
155
159
|
"metadata_fields": ["topics", "category"],
|
160
|
+
"local_category": "Local & category",
|
156
161
|
}
|
157
162
|
)
|
158
163
|
endpoint = DirectoryEndpoint(self.portal, request)
|
159
|
-
|
164
|
+
query = endpoint.construct_query_string([])
|
160
165
|
self.assertEqual(
|
161
|
-
|
162
|
-
|
163
|
-
"topics=education",
|
164
|
-
"metadata_fields=topics",
|
165
|
-
"metadata_fields=category",
|
166
|
-
"translated_in_en=1",
|
167
|
-
],
|
166
|
+
query,
|
167
|
+
"topics=education&metadata_fields=topics&metadata_fields=category&local_category=Local+%26+category&translated_in_en=1",
|
168
168
|
)
|
169
169
|
|
170
170
|
@requests_mock.Mocker()
|
@@ -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}}.breadcrumb{padding:0}.r-result-list{list-style:none;margin-top:50px;padding-left:0}#portal-column-content h1{font-size:0;position:absolute}#viewlet-below-content-description,#viewlet-below-content-title{display:none}.r-item-text{display:flex;flex-direction:column;margin:20px 30px;position:relative}.r-item-title{display:block}.r-content-img{padding-bottom:60%}.new-content{margin:0 auto;max-width:700px}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}.r-actu-wrapper{position:relative}.r-actu-wrapper:after{content:url(../57d3b7cb1ab874660b39.svg);display:block;position:absolute;right:0;top:0;transform:translateY(-20%);width:495px;z-index:-1}.r-actu-wrapper .r-list-item-group{background:#fff;border:1px solid #d1d1d1;border-radius:15px 15px 15px 0;margin:30px auto;max-width:900px}.r-item-title{font-size:18px;font-weight:700}.r-item-description{color:#444;font-size:16px;margin-top:10px}.r-item-img{border-radius:15px 15px 15px 0}.r-actu-wrapper .r-item-img{aspect-ratio:1.6741071429;background-position:top;background-repeat:no-repeat;background-size:cover;width:100%}@media screen and (min-width:775px){.r-actu-wrapper .r-item-img{width:323px}}.r-item-read-more{margin-top:auto}.r-item-arrow-more{align-self:center;background:#f9b331;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:50px;flex:0 0 50px;height:50px;margin-left:auto;margin-right:30px;width:50px}.r-list-item-group:hover .r-item-arrow-more{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),#f9b331;background-position:50%;background-repeat:no-repeat;background-size:20px}@media screen and (max-width:774px){.r-list-item{flex-direction:column}}@media screen and (max-width:600px){.r-item-read-more{position:relative}}.icon-baseline{align-self:center;display:inline-flex;margin-right:.4rem}.icon-baseline svg{height:1em;position:relative;top:.125em;width:1em}.dpinlb{display:inline-block;vertical-align:top}.r-content-news-info-social svg{height:30px;width:30px}.r-content-news-info-social ul{align-items:center;display:flex;margin:0}.r-content-news-info-social ul li{list-style:none}.r-content-news-info-social ul li a:hover{opacity:.7}.r-item-categorie{color:#747474;font-size:13px;font-weight:400;margin-top:5px;text-transform:uppercase}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.r-result-filter-container .r-result-filter{border-bottom:1px solid #cccc;padding-bottom:1rem;padding-top:1rem}.r-results-numbers{margin-bottom:0;padding-top:1rem;width:100%}.r-results-numbers span{font-weight:700}.react-filters-menu{display:flex;margin-bottom:1rem;width:100%}.react-filters-menu .react-filters-container{align-items:flex-start;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:10px;position:relative;width:auto;width:100%}@media screen and (min-width:630px){.react-filters-menu .react-filters-container{align-items:center;border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;flex-direction:row;padding:4px 15px;width:auto}}.react-filters-menu .react-sep-menu{background:#cfcfcf;display:none;height:20px;width:1px}@media screen and (min-width:630px){.react-filters-menu .react-sep-menu{display:block}}.react-filters-menu span[class$=-indicatorSeparator]{display:none}.react-filters-menu div[class$=-indicatorContainer]{padding:0}.react-filters-menu .accordion-collapse{padding-top:1rem}.react-filters-menu .top-filter{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter{width:auto}}.react-filters-menu .top-filter .select-custom-no-border{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border{width:auto}}.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:100%}@media screen and (max-width:629px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{border:1px solid #cfcfcf;color:#333}}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:auto}}.r-filter-search{border-radius:50px;display:block;padding:12px 6px;position:relative;width:100%}@media screen and (max-width:629px){.r-filter-search{border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;width:calc(100% - 40px)}}@media screen and (min-width:630px){.r-filter-search{width:175px}}.r-filter-search input{border:none;width:100%}.r-filter-search input:focus{outline:none}.r-filter-search svg{position:absolute;right:0;transform:translateX(-100%)}.r-filter-search .relative{align-items:center;display:flex;justify-content:center}.more-filter-btn{background-color:#0000;border:none;position:absolute;right:0;top:18px}@media screen and (min-width:630px){.more-filter-btn{top:inherit;translate:40px;width:auto}}.more-filter-btn.collapsed{transform:rotate(180deg)}.more-filter-btn.collapsed svg{stroke:#9f9f9f}.more-filter-container.collapse:not(.show){display:none}.more-filter-container .accordion-body{align-items:center;background-color:#f8f8f8;border:1px solid #e4e4e4;border-left:none;border-right:none;display:flex;gap:20px;justify-content:center;padding:1rem}@media screen and (max-width:630px){.more-filter-container .accordion-body{display:flex;flex-direction:column}}.more-filter-container .free-Filter label{font-size:12px;font-weight:700;letter-spacing:1.4px}.more-filter-container .free-Filter .form-check{align-items:center;display:flex;gap:5px;padding:0}.more-filter-container .free-Filter .form-check input{margin:0}
|
1
|
+
.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}}.breadcrumb{padding:0}.r-result-list{list-style:none;margin-top:50px;padding-left:0}#portal-column-content h1{font-size:0;position:absolute}#viewlet-below-content-description,#viewlet-below-content-title{display:none}.r-item-text{display:flex;flex-direction:column;margin:20px 30px;position:relative}.r-item-title{display:block}.r-content-img{padding-bottom:60%}.new-content{margin:0 auto;max-width:700px}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}.r-actu-wrapper{position:relative}.r-actu-wrapper:after{content:url(../57d3b7cb1ab874660b39.svg);display:block;position:absolute;right:0;top:0;transform:translateY(-20%);width:495px;z-index:-1}.r-actu-wrapper .r-list-item-group{background:#fff;border:1px solid #d1d1d1;border-radius:15px 15px 15px 0;margin:30px auto;max-width:900px}.r-item-title{font-size:18px;font-weight:700}.r-item-description{color:#444;font-size:16px;margin-top:10px}.r-item-img{border-radius:15px 15px 15px 0}.r-actu-wrapper .r-item-img{aspect-ratio:1.6741071429;background-position:top;background-repeat:no-repeat;background-size:cover;width:100%}@media screen and (min-width:775px){.r-actu-wrapper .r-item-img{width:323px}}.r-item-read-more{margin-top:auto}.r-item-arrow-more{align-self:center;background:#f9b331;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:50px;flex:0 0 50px;height:50px;margin-left:auto;margin-right:30px;width:50px}.r-list-item-group:hover .r-item-arrow-more{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),#f9b331;background-position:50%;background-repeat:no-repeat;background-size:20px}@media screen and (max-width:774px){.r-list-item{flex-direction:column}}@media screen and (max-width:600px){.r-item-read-more{position:relative}}.icon-baseline{align-self:center;display:inline-flex;margin-right:.4rem}.icon-baseline svg{height:1em;position:relative;top:.125em;width:1em}.dpinlb{display:inline-block;vertical-align:top}.r-content-news-info-social svg{height:30px;width:30px}.r-content-news-info-social ul{align-items:center;display:flex;margin:0}.r-content-news-info-social ul li{list-style:none}.r-content-news-info-social ul li a:hover{opacity:.7}.r-item-categorie{color:#747474;font-size:13px;font-weight:400;margin-top:5px;text-transform:uppercase}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.r-result-filter-container:after{background:#fff;content:"";height:312px;left:0;position:absolute;right:0;top:0;transform:translateY(-100%)}.r-result-filter-container .r-result-filter{border-bottom:1px solid #cccc;padding-bottom:1rem;padding-top:1rem;position:relative}.r-results-numbers{margin-bottom:0;padding-top:1rem;width:100%}.r-results-numbers span{font-weight:700}.r-result-filter{position:relative}.react-filters-menu{display:flex;margin-bottom:1rem;width:100%}.react-filters-menu .react-filters-container{align-items:flex-start;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:10px;position:relative;width:auto;width:100%}@media screen and (min-width:630px){.react-filters-menu .react-filters-container{align-items:center;border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;flex-direction:row;padding:4px 15px;width:auto}}.react-filters-menu .react-sep-menu{background:#cfcfcf;display:none;height:20px;width:1px}@media screen and (min-width:630px){.react-filters-menu .react-sep-menu{display:block}}.react-filters-menu span[class$=-indicatorSeparator]{display:none}.react-filters-menu div[class$=-indicatorContainer]{padding:0}.react-filters-menu .accordion-collapse{padding-top:1rem}.react-filters-menu .top-filter{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter{width:auto}}.react-filters-menu .top-filter .select-custom-no-border{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border{width:auto}}.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:100%}@media screen and (max-width:629px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{border:1px solid #cfcfcf;color:#333}}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:auto}}.r-filter-search{border-radius:50px;display:block;padding:12px 6px;position:relative;width:100%}@media screen and (max-width:629px){.r-filter-search{border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;width:calc(100% - 40px)}}@media screen and (min-width:630px){.r-filter-search{width:175px}}.r-filter-search input{border:none;width:100%}.r-filter-search input:focus{outline:none}.r-filter-search svg{position:absolute;right:0;transform:translateX(-100%)}.r-filter-search .relative{align-items:center;display:flex;justify-content:center}.more-filter-btn{background-color:#0000;border:none;position:absolute;right:0;top:18px}@media screen and (min-width:630px){.more-filter-btn{top:inherit;translate:40px;width:auto}}.more-filter-btn.collapsed{transform:rotate(180deg)}.more-filter-btn.collapsed svg{stroke:#9f9f9f}.more-filter-container.collapse:not(.show){display:none}.more-filter-container .accordion-body{align-items:center;background-color:#f8f8f8;border:1px solid #e4e4e4;border-left:none;border-right:none;display:flex;gap:20px;justify-content:center;padding:1rem}@media screen and (max-width:630px){.more-filter-container .accordion-body{display:flex;flex-direction:column}}.more-filter-container .free-Filter label{font-size:12px;font-weight:700;letter-spacing:1.4px}.more-filter-container .free-Filter .form-check{align-items:center;display:flex;gap:5px;padding:0}.more-filter-container .free-Filter .form-check input{margin:0}
|
@@ -0,0 +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,.r-map .leaflet-popup-content-wrapper{padding:0}.r-map .leaflet-popup-content{margin:0}.r-map .r-pop-custom-wrapp{max-width:250px;width:-webkit-max-content;width:max-content}.r-map .r-map-popup-img{display:block;margin:0 auto;max-height:220px;object-fit:contain;width:100%}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{-moz-box-sizing:border-box;box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../524db40e119aa11f4478.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../1c1605a5fe9a2b10a88f.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../6cf03871df23ed2ee8b3.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.r-result-filter-container:after{background:#fff;content:"";height:312px;left:0;position:absolute;right:0;top:0;transform:translateY(-100%)}.r-result-filter-container .r-result-filter{border-bottom:1px solid #cccc;padding-bottom:1rem;padding-top:1rem;position:relative}.r-results-numbers{margin-bottom:0;padding-top:1rem;width:100%}.r-results-numbers span{font-weight:700}.r-result-filter{position:relative}.react-filters-menu{display:flex;margin-bottom:1rem;width:100%}.react-filters-menu .react-filters-container{align-items:flex-start;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:10px;position:relative;width:auto;width:100%}@media screen and (min-width:630px){.react-filters-menu .react-filters-container{align-items:center;border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;flex-direction:row;padding:4px 15px;width:auto}}.react-filters-menu .react-sep-menu{background:#cfcfcf;display:none;height:20px;width:1px}@media screen and (min-width:630px){.react-filters-menu .react-sep-menu{display:block}}.react-filters-menu span[class$=-indicatorSeparator]{display:none}.react-filters-menu div[class$=-indicatorContainer]{padding:0}.react-filters-menu .accordion-collapse{padding-top:1rem}.react-filters-menu .top-filter{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter{width:auto}}.react-filters-menu .top-filter .select-custom-no-border{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border{width:auto}}.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:100%}@media screen and (max-width:629px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{border:1px solid #cfcfcf;color:#333}}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:auto}}.r-filter-search{border-radius:50px;display:block;padding:12px 6px;position:relative;width:100%}@media screen and (max-width:629px){.r-filter-search{border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;width:calc(100% - 40px)}}@media screen and (min-width:630px){.r-filter-search{width:175px}}.r-filter-search input{border:none;width:100%}.r-filter-search input:focus{outline:none}.r-filter-search svg{position:absolute;right:0;transform:translateX(-100%)}.r-filter-search .relative{align-items:center;display:flex;justify-content:center}.more-filter-btn{background-color:#0000;border:none;position:absolute;right:0;top:18px}@media screen and (min-width:630px){.more-filter-btn{top:inherit;translate:40px;width:auto}}.more-filter-btn.collapsed{transform:rotate(180deg)}.more-filter-btn.collapsed svg{stroke:#9f9f9f}.more-filter-container.collapse:not(.show){display:none}.more-filter-container .accordion-body{align-items:center;background-color:#f8f8f8;border:1px solid #e4e4e4;border-left:none;border-right:none;display:flex;gap:20px;justify-content:center;padding:1rem}@media screen and (max-width:630px){.more-filter-container .accordion-body{display:flex;flex-direction:column}}.more-filter-container .free-Filter label{font-size:12px;font-weight:700;letter-spacing:1.4px}.more-filter-container .free-Filter .form-check{align-items:center;display:flex;gap:5px;padding:0}.more-filter-container .free-Filter .form-check input{margin:0}
|
@@ -0,0 +1 @@
|
|
1
|
+
body,html{max-width:100%;overflow-x:initial!important}.row{margin:0}.breadcrumb,.row{padding:0}body .outer-wrapper>.container{max-width:100%!important;padding:0!important}@media screen and (min-width:1200px){.r-annuaire-wrapper{margin-right:inherit;max-width:100%;padding-left:0;padding-right:0}}#portal-column-content{padding:0!important}#portal-column-content h1{font-size:0;position:absolute}header#content-header{background:#fff;position:-webkit-sticky;position:sticky;top:0}#viewlet-below-content-description,#viewlet-below-content-title{display:none}article>header{margin-bottom:0}.r-annuaire-result{grid-area:1/1/3/2}.r-map.annuaire-map{grid-area:1/2/2/3;position:-webkit-sticky;position:sticky}.r-wrapper{display:block}@media screen and (min-width:1200px){.r-wrapper{display:grid;gap:40px;grid-template-columns:minmax(20px,800px) minmax(20px,100%);justify-content:space-between;margin-left:auto;width:calc(558px + 50vw)}}@media screen and (min-width:1400px){.r-wrapper{width:calc(648px + 50vw)}}.r-wrapper .r-result{padding-bottom:2rem}.r-wrapper .r-result-list{padding:0}.r-wrapper .r-result-list .r-list-item-group{list-style:none;margin:1rem 0;position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item-link{inset:0!important;position:absolute!important}.r-wrapper .r-result-list .r-list-item-group .r-list-item{display:flex;flex-direction:column;height:100%}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item{flex-direction:row}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{background-color:#000;background-size:cover;border-radius:5px;padding-bottom:56%;position:relative;width:100%;z-index:-1}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img.r-item-img-placeholder{background:#f2f2f2}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{flex:246px 0 0;height:149px;padding-bottom:0;width:246px}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img div,.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img img{border-radius:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{flex-grow:1;margin-top:.6rem}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{margin-left:1.5rem;margin-top:0}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text a{position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{display:block;font-weight:700}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{display:block}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{display:flex;gap:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{width:36%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .phones{display:flex;flex-wrap:wrap;gap:0 5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .mails{display:flex;flex-direction:column}.r-content-description{border-bottom:1px solid #e6e6e6}.contactTextAll{margin-top:1rem;position:relative}@media screen and (min-width:700px){.contactTextAll{padding-right:128px}}.contactTextAll .annuaire-logo{margin-top:.5rem;max-width:128px}@media screen and (min-width:700px){.contactTextAll .annuaire-logo{position:absolute;right:0;top:0}}.annuaire-info-title{font-weight:700}.annaire-adresse,.annuaire-phone,.annuaire-schedul,.annuaire-social-link,.annuaire-website-link,.annuaire-website-mails{align-items:first baseline;display:flex;gap:10px;margin-bottom:.5rem}.annaire-adresse a,.annuaire-phone a,.annuaire-schedul a,.annuaire-social-link a,.annuaire-website-link a,.annuaire-website-mails a{text-decoration:none}.annuaire-phone span,.annuaire-website-mails span{display:block;font-weight:500}.annuaire-phone span a,.annuaire-website-mails span a{font-weight:400}.annuaire-website-mails div span{display:block}.annuaire-social-link{margin:.5rem 0}.annuaire-social-link ul{display:flex;gap:10px;margin:0}.annuaire-social-link ul li,.annuaire-website-link ul li{list-style:none}.annuaire-day-close{color:#e61d1d}.annuaire-day-open{color:#81c995}.annuaire-schedul li{list-style:none}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{font-size:13px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text:after{background:#ff0;border-radius:50px;content:"";height:50px;width:50px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:18px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{margin-bottom:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{color:#727272}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all a{color:#000}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty{margin-top:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty:before{background-size:contain;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.68 10.97'%3E%3Cg data-name='Calque 2'%3E%3Cpath d='M3.84 5.21a1.37 1.37 0 1 1 1.37-1.37 1.37 1.37 0 0 1-1.37 1.37m0-5.21A3.84 3.84 0 0 0 0 3.84C0 6.72 3.84 11 3.84 11s3.84-4.28 3.84-7.16A3.84 3.84 0 0 0 3.84 0' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;content:"";display:inline-block;height:15px;vertical-align:middle;width:15px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact{width:100%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact .topics{margin-top:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact .topics span{background:#f1f1f1;border-radius:5px;margin-right:5px;padding:5px}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}@media screen and (max-width:1200px){.r-map{margin-top:2rem!important}.r-map .leaflet-container{height:50vh!important}}@media screen and (min-width:600px){.no-map .r-annuaire-wrapper{display:block}.no-map .r-wrapper .r-result-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(244px,1fr));max-width:1296px}.no-map .r-wrapper .r-list-item-group{display:block!important;transition:all .2s ease}.no-map .r-wrapper .r-list-item-group:focus,.no-map .r-wrapper .r-list-item-group:hover{transform:translateY(-10px)!important}.no-map .r-wrapper .r-list-item-group .r-list-item{box-shadow:0 8px 26px #00000014;flex-direction:column!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-img{aspect-ratio:5/3;flex:inherit;height:auto;margin-bottom:0;width:100%!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text{display:block;margin-bottom:.5rem;margin-right:1.5rem;margin-top:.5rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text:after{display:none}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-categorie{margin-bottom:.25rem;margin-top:.25rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:16px;margin-bottom:.25rem;margin-top:.25rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all{display:block!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{margin-bottom:.25rem;margin-top:.25rem;width:auto}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .mails,.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .phones,.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .topics{margin-bottom:.25rem;margin-top:.25rem}}.no-map .r-result.r-annuaire-result{max-width:1296px}.no-map .annuaire-content{margin:0 auto;max-width:700px}
|
@@ -0,0 +1 @@
|
|
1
|
+
@charset "UTF-8";.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.schedul-Filter{width:100%}@media screen and (min-width:630px){.schedul-Filter{width:auto}}.period-filter{width:100%}@media screen and (min-width:630px){.period-filter{width:auto}}.period-filter .period-filter-toggler{width:100%}@media screen and (min-width:630px){.period-filter .period-filter-toggler{width:auto}}.period-filter .period-filter-toggler>button{align-items:center;background:#0000;background-color:#fff;border:1px solid #fff;border-radius:0;border-radius:10px;box-sizing:border-box;color:#333;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;letter-spacing:1.4px;min-height:30px;min-width:150px;outline:0!important;position:relative;text-align:left;transition:all .1s;width:100%}@media screen and (min-width:630px){.period-filter .period-filter-toggler>button{width:auto}}@media screen and (max-width:629px){.period-filter .period-filter-toggler>button{background-color:#0000;border:1px solid #cfcfcf;color:#333}}.period-filter .period-filter-toggler>button:hover{background-color:#0000;border:1px solid #cfcfcf;color:#333}.period-filter .period-filter-toggler>button:active,.period-filter .period-filter-toggler>button:focus{background:#0000!important;border-color:#2684ff!important;box-shadow:0 0 0 2px #2684ff!important;color:#333!important}.period-filter .period-filter-toggler>button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23CFCFCF' aria-hidden='true' class='css-tj5bde-Svg'%3E%3Cpath d='M4.516 7.548c.436-.446 1.043-.481 1.576 0L10 11.295l3.908-3.747c.533-.481 1.141-.446 1.574 0 .436.445.408 1.197 0 1.615-.406.418-4.695 4.502-4.695 4.502a1.095 1.095 0 0 1-1.576 0S4.924 9.581 4.516 9.163s-.436-1.17 0-1.615'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border:inherit;border-color:#0000;content:"";display:inline-block;height:20px;margin-left:auto;vertical-align:bottom;width:20px}.perdiod-filter-range{padding:5px 16px}.perdiod-filter-range input{border:1px solid #b3b3b3!important;border-radius:5px;color:#333;padding:5px 9px}body,html{max-width:100%;overflow-x:initial!important}.row{margin:0}.breadcrumb,.row{padding:0}body .outer-wrapper>.container{max-width:100%!important;padding:0!important}@media screen and (min-width:1200px){.r-annuaire-wrapper{margin-right:inherit;max-width:100%;padding-left:0;padding-right:0}}#portal-column-content{padding:0!important}#portal-column-content h1{font-size:0;position:absolute}#viewlet-below-content-description,#viewlet-below-content-title{display:none}header#content-header{background:#fff;position:-webkit-sticky;position:sticky;top:0}article>header{margin-bottom:0}.r-annuaire-result{grid-area:1/1/3/2}.r-map.annuaire-map{grid-area:1/2/2/3;position:-webkit-sticky;position:sticky}.r-wrapper{display:block}@media screen and (min-width:1200px){.r-wrapper{display:grid;gap:40px;grid-template-columns:minmax(20px,800px) minmax(20px,100%);justify-content:space-between;margin-left:auto;width:calc(558px + 50vw)}}@media screen and (min-width:1400px){.r-wrapper{width:calc(648px + 50vw)}}.r-wrapper .r-result{margin-top:2rem;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-size:cover;padding-bottom:56%;width:100%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img.r-item-img-placeholder{background:#f2f2f2}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{height:149px;padding-bottom:0;width:246px}}.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%}@media screen and (max-width:1200px){.r-wrapper .r-map{margin-top:2rem!important}.r-wrapper .r-map .leaflet-container{height:50vh!important}}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{border-radius:15px 15px 15px 0}.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{color:#747474;font-size:13px;font-weight:400;margin-bottom:5px;text-transform:uppercase}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{color:#727272}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all a{color:#000}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty{margin-top:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty:before{background-size:contain;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.68 10.97'%3E%3Cg data-name='Calque 2'%3E%3Cpath d='M3.84 5.21a1.37 1.37 0 1 1 1.37-1.37 1.37 1.37 0 0 1-1.37 1.37m0-5.21A3.84 3.84 0 0 0 0 3.84C0 6.72 3.84 11 3.84 11s3.84-4.28 3.84-7.16A3.84 3.84 0 0 0 3.84 0' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;content:"";display:inline-block;height:15px;vertical-align:middle;width:15px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact{width:100%}.icon-baseline{align-self:center;display:inline-flex;margin-right:.4rem}.icon-baseline svg{height:1em;position:relative;top:.125em;width:1em}.dpinlb{display:inline-block;vertical-align:top}.r-recurence-past{opacity:.5}.recurence-schedul{position:relative}.recurence-schedul-more{display:block}.recurence-modal-display{background-color:#fff;border:1px solid #dadada;border-radius:10px;box-shadow:.7px 0 5.3px rgba(0,0,0,.024),2.5px 0 17.9px rgba(0,0,0,.036),11px 0 80px #0000000f;left:0;padding:10px 15px!important;position:absolute;right:0;top:0;width:-webkit-max-content;width:max-content}.recurence-modal-display span{border-bottom:1px solid #969696;color:#000;display:block;font-size:14px;margin-bottom:.4rem}.recurence-modal-display ul{margin:0}.recurence-modal-display li{list-style:none}.recurence-modal-hide{display:none}.r-content-img{padding-bottom:60%}.r-content-header{margin-bottom:1rem}.r-content-title{margin:0}.r-content-recur-start-hours{display:flex}.news-info-title{color:#008fd2;display:block;font-weight:700;margin-bottom:1rem}.r-content-news-info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}@media screen and (min-width:600px){.r-content-news-info-container{column-count:2}}.r-content-news-info-container>div{break-inside:avoid;margin:.6rem 0;padding-right:3rem}.r-content-news-info-container>div svg{width:16px}.r-content-news-info-container .r-content-news-info--date{display:flex}.r-content-news-info-container .r-content-news-info--date .r-content-date-end,.r-content-news-info-container .r-content-news-info--date .r-content-date-start,.r-content-news-info-container .r-content-news-info--date .r-content-date-start-hours{display:flex;flex-wrap:wrap}.r-content-news-info-container .r-content-news-info-social svg{height:30px;width:30px}.r-content-news-info-container .r-content-news-info-social ul{align-items:center;display:flex;margin:0}.r-content-news-info-container .r-content-news-info-social ul li{list-style:none}.r-content-news-info-container .r-content-news-info-social ul li a:hover{opacity:.7}@media screen and (max-width:1000px){.r-content-news-info-action{margin-top:1.1rem}}.r-content-news-info-action a{text-decoration:none}.r-content-news-info-action>div{margin:.6rem 0}.r-content-news-info-action .r-content-booking{margin-top:0}.r-content-news-info-action .r-content-booking a{align-items:center;background:#000;border-radius:10px;border-bottom-left-radius:0;color:#fff;cursor:pointer;display:block;display:flex;font-weight:500;gap:10px;padding:.4rem 1rem;text-decoration:none}.r-content-news-info-action .r-content-booking a svg{width:22px;fill:#fff}.r-content-news-info-action .r-content-booking a:hover{background:#3f3f3f;color:#fff}.r-content-topics{display:flex;gap:15px}.r-content-topics span{background:#f1f1f1;border-radius:5px;margin-right:5px;padding:5px}.r-content-title-cat{color:#8e8e8e;font-size:14px;margin-right:5px}@media screen and (min-width:600px){.no-map .r-annuaire-wrapper{display:block}.no-map .r-result-list{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;max-width:1296px}.no-map .r-list-item-group{transition:all .2s ease}.no-map .r-list-item-group:focus,.no-map .r-list-item-group:hover{transform:translateY(-10px)!important}.no-map .r-list-item-group .r-list-item{box-shadow:0 8px 26px #00000014;flex-direction:column!important}.no-map .r-list-item-group .r-list-item .r-item-img{border-radius:0!important;height:0!important;margin-bottom:.5rem;padding-bottom:60%!important;width:100%!important}.no-map .r-list-item-group .r-list-item .r-item-text{display:grid;grid-template-columns:1fr 1fr;margin-right:1.5rem}.no-map .r-list-item-group .r-list-item .r-item-text:after{display:none}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-categorie{grid-row-start:1}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-title{font-weight:500!important;grid-column-end:3;grid-column-start:1;grid-row-start:2;margin-bottom:2rem;margin-top:1rem}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-date{grid-column-start:2;grid-row-start:1;justify-self:end}}.no-map .r-result.r-annuaire-result{max-width:1296px}.no-map .envent-content{margin:0 auto;max-width:700px}
|
@@ -0,0 +1 @@
|
|
1
|
+
.portaltype-imio-smartweb-directoryview #portal-breadcrumbs,.portaltype-imio-smartweb-directoryview #portal-breadcrumbs .breadcrumb,.portaltype-imio-smartweb-directoryview #portal-header{margin-bottom:0!important}.r-wrapper{position:relative}.r-wrapper figure{display:block}.r-actu-wrapper{padding-top:1rem}.r-result{position:relative}@media screen and (min-width:992px){.r-add-contact,.r-add-event,.r-add-news{bottom:0;padding-bottom:1rem;position:absolute;right:0}}.r-add-contact a,.r-add-event a,.r-add-news a{align-items:center;color:#2d2d2d;display:flex;flex-direction:row;gap:7px;text-decoration:none}.r-add-contact a:focus,.r-add-contact a:hover,.r-add-event a:focus,.r-add-event a:hover,.r-add-news a:focus,.r-add-news a:hover{text-decoration:underline}.r-list-item-link{inset:0!important;position:absolute!important}.r-list-item-group{margin:15px 0;position:relative}.r-list-item{align-items:stretch;display:flex;height:100%}.load-more-link{background:#0000;border:none;display:block;margin:0 auto}.r-content-description{font-weight:500}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{flex:min-content}.leaflet-popup{padding:0!important}.leaflet-container{opacity:1!important}.r-content-files{margin:2rem 0}.r-content-files-title{margin-bottom:1rem}.r-content-files .r-content-file{margin:1rem 0}.r-content-files .r-content-file-link{border:1px solid #e6e6e6;display:flex;gap:20px;justify-content:space-between;padding:1rem;text-decoration:none}.r-content-files .r-content-file-link:hover{border:1px solid #868686}.r-content-files span{display:block}.r-content-gallery{margin:2rem 0}.r-content-gallery.flexbin>*,.r-content-gallery.flexbin>*>img{height:226px}.lds-roller-container{background:#ffffffd1;bottom:0;left:0;position:absolute;right:0;top:0}.lds-roller{display:inline-block;height:80px;left:50%;position:absolute;top:5rem;transform:translate(-50%,-50%);width:80px;z-index:0}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{background:#333;border-radius:50%;content:" ";display:block;height:7px;margin:-4px 0 0 -4px;position:absolute;width:7px}.lds-roller div:first-child{animation-delay:-36ms}.lds-roller div:first-child:after{left:63px;top:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{left:56px;top:68px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{left:48px;top:71px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{left:40px;top:72px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{left:32px;top:71px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{left:24px;top:68px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{left:17px;top:63px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{left:12px;top:56px}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.r-content-figure{aspect-ratio:16/9;background-color:#000;position:relative}.r-content-figure-blur{background-position:50%;background-size:cover;height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%}.r-content-figure-img{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;object-fit:cover;object-position:center;position:absolute;width:100%}.r-content-img-blur{height:100%;left:0;position:absolute;top:0;width:100%}.img-cover,.r-content-img-blur{background-position:50%;background-size:cover}.img-contain{background-position:50%;background-repeat:no-repeat;background-size:contain;object-fit:contain;object-position:center}.no-search-item-img{background:#000;background-position:50%!important}.no-search-item-img,.r-search-img{background-color:#c9c9c9!important}.portaltype-imio-smartweb-directoryview #portal-breadcrumbs,.portaltype-imio-smartweb-directoryview #portal-header,.portaltype-imio-smartweb-eventsview #portal-breadcrumbs,.portaltype-imio-smartweb-eventsview #portal-header,.portaltype-imio-smartweb-newsview #portal-breadcrumbs,.portaltype-imio-smartweb-newsview #portal-header{margin-bottom:0!important}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
/*! For license information please see 373.smartweb-webcomponents-compiled.js.LICENSE.txt */
|
2
|
+
(self.webpackChunkimio_smartweb_core_webcomponents=self.webpackChunkimio_smartweb_core_webcomponents||[]).push([[373],{29442:function(e,t,n){var r,a;e.exports=(r=n(60711),a=n(25602),function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=6)}([function(e,t,n){e.exports=n(3)()},function(e,t){e.exports=r},function(e,t){e.exports=a},function(e,t,n){"use strict";var r=n(4);function a(){}function l(){}l.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,l,i){if(i!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:l,resetWarningCache:a};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){var r,a,l,i,o;i=this,o=function(e){var t=!1,n=!1,r=!1,a=!1,l="escape years months weeks days hours minutes seconds milliseconds general".split(" "),i=[{type:"seconds",targets:[{type:"minutes",value:60},{type:"hours",value:3600},{type:"days",value:86400},{type:"weeks",value:604800},{type:"months",value:2678400},{type:"years",value:31536e3}]},{type:"minutes",targets:[{type:"hours",value:60},{type:"days",value:1440},{type:"weeks",value:10080},{type:"months",value:44640},{type:"years",value:525600}]},{type:"hours",targets:[{type:"days",value:24},{type:"weeks",value:168},{type:"months",value:744},{type:"years",value:8760}]},{type:"days",targets:[{type:"weeks",value:7},{type:"months",value:31},{type:"years",value:365}]},{type:"months",targets:[{type:"years",value:12}]}];function o(e,t){return!(t.length>e.length)&&-1!==e.indexOf(t)}function s(e){for(var t="";e;)t+="0",e-=1;return t}function c(e,t){var n=e+"+"+y(T(t).sort(),(function(e){return e+":"+t[e]})).join(",");return c.cache[n]||(c.cache[n]=Intl.NumberFormat(e,t)),c.cache[n]}function u(e,t,l){var i,o,m,f=t.useToLocaleString,d=t.useGrouping,p=d&&t.grouping.slice(),g=t.maximumSignificantDigits,h=t.minimumIntegerDigits||1,v=t.fractionDigits||0,y=t.groupingSeparator,b=t.decimalSeparator;if(f&&l){var w,E={minimumIntegerDigits:h,useGrouping:d};return v&&(E.maximumFractionDigits=v,E.minimumFractionDigits=v),g&&e>0&&(E.maximumSignificantDigits=g),r?(a||((w=x({},t)).useGrouping=!1,w.decimalSeparator=".",e=parseFloat(u(e,w),10)),c(l,E).format(e)):(n||((w=x({},t)).useGrouping=!1,w.decimalSeparator=".",e=parseFloat(u(e,w),10)),e.toLocaleString(l,E))}var j=(g?e.toPrecision(g+1):e.toFixed(v+1)).split("e");m=j[1]||"",o=(j=j[0].split("."))[1]||"";var k=(i=j[0]||"").length,S=o.length,T=k+S,_=i+o;(g&&T===g+1||!g&&S===v+1)&&((_=function(e){for(var t=e.split("").reverse(),n=0,r=!0;r&&n<t.length;)n?"9"===t[n]?t[n]="0":(t[n]=(parseInt(t[n],10)+1).toString(),r=!1):(parseInt(t[n],10)<5&&(r=!1),t[n]="0"),n+=1;return r&&t.push("1"),t.reverse().join("")}(_)).length===T+1&&(k+=1),S&&(_=_.slice(0,-1)),i=_.slice(0,k),o=_.slice(k)),g&&(o=o.replace(/0*$/,""));var N=parseInt(m,10);N>0?o.length<=N?(i+=o+=s(N-o.length),o=""):(i+=o.slice(0,N),o=o.slice(N)):N<0&&(o=s(Math.abs(N)-i.length)+i+o,i="0"),g||((o=o.slice(0,v)).length<v&&(o+=s(v-o.length)),i.length<h&&(i=s(h-i.length)+i));var O,V="";if(d)for(j=i;j.length;)p.length&&(O=p.shift()),V&&(V=y+V),V=j.slice(-O)+V,j=j.slice(0,-O);else V=i;return o&&(V=V+b+o),V}function m(e,t){return e.label.length>t.label.length?-1:e.label.length<t.label.length?1:0}function f(e,t){var n=[];return v(T(t),(function(r){if("_durationLabels"===r.slice(0,15)){var a=r.slice(15).toLowerCase();v(T(t[r]),(function(l){l.slice(0,1)===e&&n.push({type:a,key:l,label:t[r][l]})}))}})),n}c.cache={};var d={durationLabelsStandard:{S:"millisecond",SS:"milliseconds",s:"second",ss:"seconds",m:"minute",mm:"minutes",h:"hour",hh:"hours",d:"day",dd:"days",w:"week",ww:"weeks",M:"month",MM:"months",y:"year",yy:"years"},durationLabelsShort:{S:"msec",SS:"msecs",s:"sec",ss:"secs",m:"min",mm:"mins",h:"hr",hh:"hrs",d:"dy",dd:"dys",w:"wk",ww:"wks",M:"mo",MM:"mos",y:"yr",yy:"yrs"},durationTimeTemplates:{HMS:"h:mm:ss",HM:"h:mm",MS:"m:ss"},durationLabelTypes:[{type:"standard",string:"__"},{type:"short",string:"_"}],durationPluralKey:function(e,t,n){return 1===t&&null===n?e:e+e}};function p(e){return"[object Array]"===Object.prototype.toString.call(e)}function g(e){return"[object Object]"===Object.prototype.toString.call(e)}function h(e,t){var n,r=0,a=e&&e.length||0;for("function"!=typeof t&&(n=t,t=function(e){return e===n});r<a;){if(t(e[r]))return e[r];r+=1}}function v(e,t){var n=0,r=e.length;if(e&&r)for(;n<r;){if(!1===t(e[n],n))return;n+=1}}function y(e,t){var n=0,r=e.length,a=[];if(!e||!r)return a;for(;n<r;)a[n]=t(e[n],n),n+=1;return a}function b(e,t){return y(e,(function(e){return e[t]}))}function w(e){var t=[];return v(e,(function(e){e&&t.push(e)})),t}function E(e){var t=[];return v(e,(function(e){h(t,e)||t.push(e)})),t}function j(e,t){var n=[];return v(e,(function(e){v(t,(function(t){e===t&&n.push(e)}))})),E(n)}function k(e,t){var n=[];return v(e,(function(r,a){if(!t(r))return n=e.slice(a),!1})),n}function S(e,t){return k(e.slice().reverse(),t).reverse()}function x(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}function T(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t}function _(e,t){var n=0,r=e.length;if(!e||!r)return!1;for(;n<r;){if(!0===t(e[n],n))return!0;n+=1}return!1}function N(e){var t=[];return v(e,(function(e){t=t.concat(e)})),t}function O(e){return"3.6"===e(3.55,"en",{useGrouping:!1,minimumIntegerDigits:1,minimumFractionDigits:1,maximumFractionDigits:1})}function V(e){var t=!0;return!!((t=(t=(t=t&&"1"===e(1,"en",{minimumIntegerDigits:1}))&&"01"===e(1,"en",{minimumIntegerDigits:2}))&&"001"===e(1,"en",{minimumIntegerDigits:3}))&&(t=(t=(t=(t=t&&"100"===e(99.99,"en",{maximumFractionDigits:0,minimumFractionDigits:0}))&&"100.0"===e(99.99,"en",{maximumFractionDigits:1,minimumFractionDigits:1}))&&"99.99"===e(99.99,"en",{maximumFractionDigits:2,minimumFractionDigits:2}))&&"99.990"===e(99.99,"en",{maximumFractionDigits:3,minimumFractionDigits:3}))&&(t=(t=(t=(t=(t=t&&"100"===e(99.99,"en",{maximumSignificantDigits:1}))&&"100"===e(99.99,"en",{maximumSignificantDigits:2}))&&"100"===e(99.99,"en",{maximumSignificantDigits:3}))&&"99.99"===e(99.99,"en",{maximumSignificantDigits:4}))&&"99.99"===e(99.99,"en",{maximumSignificantDigits:5}))&&(t=(t=t&&"1,000"===e(1e3,"en",{useGrouping:!0}))&&"1000"===e(1e3,"en",{useGrouping:!1})))}function C(){var e,t=[].slice.call(arguments),n={};if(v(t,(function(t,r){if(!r){if(!p(t))throw"Expected array as the first argument to durationsFormat.";e=t}"string"!=typeof t&&"function"!=typeof t?"number"!=typeof t?g(t)&&x(n,t):n.precision=t:n.template=t})),!e||!e.length)return[];n.returnMomentTypes=!0;var r=y(e,(function(e){return e.format(n)})),a=j(l,E(b(N(r),"type"))),i=n.largest;return i&&(a=a.slice(0,i)),n.returnMomentTypes=!1,n.outputTypes=a,y(e,(function(e){return e.format(n)}))}function D(){var n=[].slice.call(arguments),a=x({},this.format.defaults),s=this.asMilliseconds(),c=this.asMonths();"function"==typeof this.isValid&&!1===this.isValid()&&(s=0,c=0);var N=s<0,O=e.duration(Math.abs(s),"milliseconds"),V=e.duration(Math.abs(c),"months");v(n,(function(e){"string"!=typeof e&&"function"!=typeof e?"number"!=typeof e?g(e)&&x(a,e):a.precision=e:a.template=e}));var C={years:"y",months:"M",weeks:"w",days:"d",hours:"h",minutes:"m",seconds:"s",milliseconds:"S"},D={escape:/\[(.+?)\]/,years:/\*?[Yy]+/,months:/\*?M+/,weeks:/\*?[Ww]+/,days:/\*?[Dd]+/,hours:/\*?[Hh]+/,minutes:/\*?m+/,seconds:/\*?s+/,milliseconds:/\*?S+/,general:/.+?/};a.types=l;var P=function(e){return h(l,(function(t){return D[t].test(e)}))},M=new RegExp(y(l,(function(e){return D[e].source})).join("|"),"g");a.duration=this;var A="function"==typeof a.template?a.template.apply(a):a.template,L=a.outputTypes,F=a.returnMomentTypes,I=a.largest,z=[];L||(p(a.stopTrim)&&(a.stopTrim=a.stopTrim.join("")),a.stopTrim&&v(a.stopTrim.match(M),(function(e){var t=P(e);"escape"!==t&&"general"!==t&&z.push(t)})));var H=e.localeData();H||(H={}),v(T(d),(function(e){"function"!=typeof d[e]?H["_"+e]||(H["_"+e]=d[e]):H[e]||(H[e]=d[e])})),v(T(H._durationTimeTemplates),(function(e){A=A.replace("_"+e+"_",H._durationTimeTemplates[e])}));var R=a.userLocale||e.locale(),q=a.useLeftUnits,U=a.usePlural,G=a.precision,W=a.forceLength,B=a.useGrouping,K=a.trunc,Z=a.useSignificantDigits&&G>0,J=Z?a.precision:0,Q=J,Y=a.minValue,$=!1,X=a.maxValue,ee=!1,te=a.useToLocaleString,ne=a.groupingSeparator,re=a.decimalSeparator,ae=a.grouping;te=te&&(t||r);var le=a.trim;p(le)&&(le=le.join(" ")),null===le&&(I||X||Z)&&(le="all"),null!==le&&!0!==le&&"left"!==le&&"right"!==le||(le="large"),!1===le&&(le="");var ie=function(e){return e.test(le)},oe=/small/,se=/both/,ce=/mid/,ue=/^all|[^sm]all/,me=/final/,fe=I>0||_([/large/,se,ue],ie),de=_([oe,se,ue],ie),pe=_([ce,ue],ie),ge=_([me,ue],ie),he=y(A.match(M),(function(e,t){var n=P(e);return"*"===e.slice(0,1)&&(e=e.slice(1),"escape"!==n&&"general"!==n&&z.push(n)),{index:t,length:e.length,text:"",token:"escape"===n?e.replace(D.escape,"$1"):e,type:"escape"===n||"general"===n?null:n}})),ve={index:0,length:0,token:"",text:"",type:null},ye=[];q&&he.reverse(),v(he,(function(e){if(e.type)return(ve.type||ve.text)&&ye.push(ve),void(ve=e);q?ve.text=e.token+ve.text:ve.text+=e.token})),(ve.type||ve.text)&&ye.push(ve),q&&ye.reverse();var be=j(l,E(w(b(ye,"type"))));if(!be.length)return b(ye,"text").join("");be=y(be,(function(e,t){var n,r=t+1===be.length,l=!t;n="years"===e||"months"===e?V.as(e):O.as(e);var i=Math.floor(n),o=n-i,s=h(ye,(function(t){return e===t.type}));return l&&X&&n>X&&(ee=!0),r&&Y&&Math.abs(a.duration.as(e))<Y&&($=!0),l&&null===W&&s.length>1&&(W=!0),O.subtract(i,e),V.subtract(i,e),{rawValue:n,wholeValue:i,decimalValue:r?o:0,isSmallest:r,isLargest:l,type:e,tokenLength:s.length}}));var we=K?Math.floor:Math.round,Ee=function(e,t){var n=Math.pow(10,t);return we(e*n)/n},je=!1,ke=!1,Se=function(e,t){var n={useGrouping:B,groupingSeparator:ne,decimalSeparator:re,grouping:ae,useToLocaleString:te};return Z&&(J<=0?(e.rawValue=0,e.wholeValue=0,e.decimalValue=0):(n.maximumSignificantDigits=J,e.significantDigits=J)),ee&&!ke&&(e.isLargest?(e.wholeValue=X,e.decimalValue=0):(e.wholeValue=0,e.decimalValue=0)),$&&!ke&&(e.isSmallest?(e.wholeValue=Y,e.decimalValue=0):(e.wholeValue=0,e.decimalValue=0)),e.isSmallest||e.significantDigits&&e.significantDigits-e.wholeValue.toString().length<=0?G<0?e.value=Ee(e.wholeValue,G):0===G?e.value=we(e.wholeValue+e.decimalValue):Z?(e.value=K?Ee(e.rawValue,J-e.wholeValue.toString().length):e.rawValue,e.wholeValue&&(J-=e.wholeValue.toString().length)):(n.fractionDigits=G,e.value=K?e.wholeValue+Ee(e.decimalValue,G):e.wholeValue+e.decimalValue):Z&&e.wholeValue?(e.value=Math.round(Ee(e.wholeValue,e.significantDigits-e.wholeValue.toString().length)),J-=e.wholeValue.toString().length):e.value=e.wholeValue,e.tokenLength>1&&(W||je)&&(n.minimumIntegerDigits=e.tokenLength,ke&&n.maximumSignificantDigits<e.tokenLength&&delete n.maximumSignificantDigits),!je&&(e.value>0||""===le||h(z,e.type)||h(L,e.type))&&(je=!0),e.formattedValue=u(e.value,n,R),n.useGrouping=!1,n.decimalSeparator=".",e.formattedValueEn=u(e.value,n,"en"),2===e.tokenLength&&"milliseconds"===e.type&&(e.formattedValueMS=u(e.value,{minimumIntegerDigits:3,useGrouping:!1},"en").slice(0,2)),e};if((be=w(be=y(be,Se))).length>1){var xe=function(e){return h(be,(function(t){return t.type===e}))},Te=function(e){var t=xe(e.type);t&&v(e.targets,(function(e){var n=xe(e.type);n&&parseInt(t.formattedValueEn,10)===e.value&&(t.rawValue=0,t.wholeValue=0,t.decimalValue=0,n.rawValue+=1,n.wholeValue+=1,n.decimalValue=0,n.formattedValueEn=n.wholeValue.toString(),ke=!0)}))};v(i,Te)}return ke&&(je=!1,J=Q,be=w(be=y(be,Se))),!L||ee&&!a.trim?(fe&&(be=k(be,(function(e){return!e.isSmallest&&!e.wholeValue&&!h(z,e.type)}))),I&&be.length&&(be=be.slice(0,I)),de&&be.length>1&&(be=S(be,(function(e){return!e.wholeValue&&!h(z,e.type)&&!e.isLargest}))),pe&&(be=w(be=y(be,(function(e,t){return t>0&&t<be.length-1&&!e.wholeValue?null:e})))),!ge||1!==be.length||be[0].wholeValue||!K&&be[0].isSmallest&&be[0].rawValue<Y||(be=[])):be=w(be=y(be,(function(e){return h(L,(function(t){return e.type===t}))?e:null}))),F?be:(v(ye,(function(e){var t=C[e.type],n=h(be,(function(t){return t.type===e.type}));if(t&&n){var r=n.formattedValueEn.split(".");r[0]=parseInt(r[0],10),r[1]?r[1]=parseFloat("0."+r[1],10):r[1]=null;var a=H.durationPluralKey(t,r[0],r[1]),l=f(t,H),i=!1,s={};v(H._durationLabelTypes,(function(t){var n=h(l,(function(e){return e.type===t.type&&e.key===a}));n&&(s[n.type]=n.label,o(e.text,t.string)&&(e.text=e.text.replace(t.string,n.label),i=!0))})),U&&!i&&(l.sort(m),v(l,(function(t){return s[t.type]===t.label?!o(e.text,t.label)&&void 0:o(e.text,t.label)?(e.text=e.text.replace(t.label,s[t.type]),!1):void 0})))}})),(ye=y(ye,(function(e){if(!e.type)return e.text;var t=h(be,(function(t){return t.type===e.type}));if(!t)return"";var n="";return q&&(n+=e.text),(N&&ee||!N&&$)&&(n+="< ",ee=!1,$=!1),(N&&$||!N&&ee)&&(n+="> ",ee=!1,$=!1),N&&(t.value>0||""===le||h(z,t.type)||h(L,t.type))&&(n+="-",N=!1),"milliseconds"===e.type&&t.formattedValueMS?n+=t.formattedValueMS:n+=t.formattedValue,q||(n+=e.text),n}))).join("").replace(/(,| |:|\.)*$/,"").replace(/^(,| |:|\.)*/,""))}function P(){var e=this.duration,t=function(t){return e._data[t]},n=h(this.types,t),r=function(e,t){for(var n=e.length;n-=1;)if(t(e[n]))return e[n]}(this.types,t);switch(n){case"milliseconds":return"S __";case"seconds":case"minutes":return"*_MS_";case"hours":return"_HMS_";case"days":if(n===r)return"d __";case"weeks":return n===r?"w __":(null===this.trim&&(this.trim="both"),"w __, d __, h __");case"months":if(n===r)return"M __";case"years":return n===r?"y __":(null===this.trim&&(this.trim="both"),"y __, M __, d __");default:return null===this.trim&&(this.trim="both"),"y __, d __, h __, m __, s __"}}function M(e){if(!e)throw"Moment Duration Format init cannot find moment instance.";e.duration.format=C,e.duration.fn.format=D,e.duration.fn.format.defaults={trim:null,stopTrim:null,largest:null,maxValue:null,minValue:null,precision:0,trunc:!1,forceLength:null,userLocale:null,usePlural:!0,useLeftUnits:!1,useGrouping:!0,useSignificantDigits:!1,template:P,useToLocaleString:!0,groupingSeparator:",",decimalSeparator:".",grouping:[3]},e.updateLocale("en",d)}var A=function(e,t,n){return e.toLocaleString(t,n)};t=function(){try{(0).toLocaleString("i")}catch(e){return"RangeError"===e.name}return!1}()&&V(A),n=t&&O(A);var L=function(e,t,n){if("undefined"!=typeof window&&window&&window.Intl&&window.Intl.NumberFormat)return window.Intl.NumberFormat(t,n).format(e)};return r=V(L),a=r&&O(L),M(e),M},a=[n(1)],void 0===(l="function"==typeof(r=o)?r.apply(t,a):r)||(e.exports=l),i&&(i.momentDurationFormatSetup=i.moment?o(i.moment):o)},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return S}));var r=n(2),a=n.n(r),l=n(0),i=n.n(l),o=n(1),s=n.n(o);function c(e){return(c="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})(e)}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 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 f(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function d(e,t,n){return t&&f(e.prototype,t),n&&f(e,n),e}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=y(e);if(t){var a=y(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return h(this,n)}}function h(e,t){return!t||"object"!==c(t)&&"function"!=typeof t?v(e):t}function v(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n(5);var w=[i.a.string,i.a.number,i.a.array,i.a.object],E=[i.a.string,i.a.array],j=[i.a.object,i.a.bool],k=[i.a.string,i.a.bool],S=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(n,e);var t=g(n);function n(e){var r;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),b(v(r=t.call(this,e)),"setTimer",(function(){var e=r.props.interval;r.clearTimer(),n.pooledTimer||0===e||(r.timer=setInterval((function(){r.update(r.props)}),e))})),b(v(r),"getTitle",(function(){var e=r.props.titleFormat,t=n.getDatetime(r.props),a=e||n.globalFormat;return t.format(a)})),b(v(r),"clearTimer",(function(){!n.pooledTimer&&r.timer&&(clearInterval(r.timer),r.timer=null),n.pooledTimer&&!r.timer&&n.removePooledElement(v(r))})),n.globalMoment||(n.globalMoment=s.a),r.state={content:""},r.timer=null,r}return d(n,null,[{key:"startPooledTimer",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:6e4;n.clearPooledTimer(),n.pooledTimer=setInterval((function(){n.pooledElements.forEach((function(e){0!==e.props.interval&&e.update()}))}),e)}},{key:"clearPooledTimer",value:function(){n.pooledTimer&&(clearInterval(n.pooledTimer),n.pooledTimer=null,n.pooledElements=[])}},{key:"pushPooledElement",value:function(e){e instanceof n?-1===n.pooledElements.indexOf(e)&&n.pooledElements.push(e):console.error("Element not an instance of Moment.")}},{key:"removePooledElement",value:function(e){var t=n.pooledElements.indexOf(e);-1!==t&&n.pooledElements.splice(t,1)}},{key:"getDatetime",value:function(e){var t=e.utc,r=e.unix,a=e.date,l=e.locale,i=e.parse,o=e.tz,s=e.local;a=a||e.children,i=i||n.globalParse,s=s||n.globalLocal,o=o||n.globalTimezone,l=n.globalLocale?n.globalLocale:l||n.globalMoment.locale();var c=null;return c=t?n.globalMoment.utc(a,i,l):r?n.globalMoment(1e3*a,i,l):n.globalMoment(a,i,l),o?c=c.tz(o):s&&(c=c.local()),c}},{key:"getContent",value:function(e){var t=e.fromNow,r=e.fromNowDuring,a=e.from,l=e.add,i=e.subtract,o=e.toNow,c=e.to,u=e.ago,m=e.calendar,f=e.diff,d=e.duration,p=e.durationFromNow,g=e.unit,h=e.decimal,v=e.trim,y=e.format;y=y||n.globalFormat;var b=n.getDatetime(e);l&&b.add(l),i&&b.subtract(i);var w=Boolean(r)&&-b.diff(s()())<r,E="";return E=!y||w||p||d?a?b.from(a,u):t||w?b.fromNow(u):c?b.to(c,u):o?b.toNow(u):m?b.calendar(null,m):f?b.diff(f,g,h):d?b.diff(d):p?s()().diff(b):b.toString():b.format(y),(d||p)&&(E=(E=s.a.duration(E)).format(y,{trim:v})),(n.globalFilter||e.filter)(E)}}]),d(n,[{key:"componentDidMount",value:function(){this.setTimer(),n.pooledTimer&&n.pushPooledElement(this)}},{key:"componentDidUpdate",value:function(e){var t=this.props.interval;e.interval!==t&&this.setTimer()}},{key:"componentWillUnmount",value:function(){this.clearTimer()}},{key:"update",value:function(e){var t=e||this.props,r=t.onChange,a=n.getContent(t);this.setState({content:a},(function(){r(a)}))}},{key:"render",value:function(){var e,t,r,l,i=this.props,o=i.withTitle,s=i.element,c=m(i,["withTitle","element"]),f=this.state.content,d=(e=c,t=n.propTypes,r=Object.keys(t),l=Object.assign({},e),Object.keys(l).filter((function(e){return-1!==r.indexOf(e)})).forEach((function(e){return delete l[e]})),l);return o&&(d.title=this.getTitle()),a.a.createElement(s||n.globalElement,function(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){b(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}({dateTime:n.getDatetime(this.props)},d),f)}}],[{key:"getDerivedStateFromProps",value:function(e){return{content:n.getContent(e)}}}]),n}(a.a.Component);b(S,"propTypes",{element:i.a.any,date:i.a.oneOfType(w),parse:i.a.oneOfType(E),format:i.a.string,add:i.a.object,subtract:i.a.object,ago:i.a.bool,fromNow:i.a.bool,fromNowDuring:i.a.number,from:i.a.oneOfType(w),toNow:i.a.bool,to:i.a.oneOfType(w),calendar:i.a.oneOfType(j),unix:i.a.bool,utc:i.a.bool,local:i.a.bool,tz:i.a.string,withTitle:i.a.bool,titleFormat:i.a.string,locale:i.a.string,interval:i.a.number,diff:i.a.oneOfType(w),duration:i.a.oneOfType(w),durationFromNow:i.a.bool,trim:i.a.oneOfType(k),unit:i.a.string,decimal:i.a.bool,filter:i.a.func,onChange:i.a.func}),b(S,"defaultProps",{element:null,fromNow:!1,toNow:!1,calendar:!1,ago:!1,unix:!1,utc:!1,local:!1,unit:null,withTitle:!1,trim:!1,decimal:!1,titleFormat:"",interval:6e4,filter:function(e){return e},onChange:function(){}}),b(S,"globalMoment",null),b(S,"globalLocale",null),b(S,"globalLocal",null),b(S,"globalFormat",null),b(S,"globalParse",null),b(S,"globalFilter",null),b(S,"globalElement","time"),b(S,"globalTimezone",null),b(S,"pooledElements",[]),b(S,"pooledTimer",null)}]))},94274:(e,t,n)=>{"use strict";n.d(t,{c:()=>r});const r=[{label:"Commerçant",value:"merchant"},{label:"Demandeur d'emploi",value:"job_seeker"},{label:"En situation de handicap",value:"disabled_person"},{label:"Jeune",value:"young"},{label:"Journaliste",value:"journalist"},{label:"Nouvel arrivant",value:"newcomer"},{label:"Organisateur d'événement",value:"event_planner"},{label:"Parent",value:"parent"},{label:"Senior",value:"elder"},{label:"Touriste",value:"tourist"}]},68473:(e,t,n)=>{"use strict";n.d(t,{E:()=>r,o:()=>a});const r={control:e=>({...e,backgroundColor:"white",borderColor:"transparent",borderRadius:"10px",minWidth:"150px",height:"40px"}),menu:e=>({...e,width:"max-content",maxWidth:"250px"}),placeholder:e=>({...e,color:"000",fontWeight:"bold",fontSize:"14px",letterSpacing:"1.4px"}),indicators:e=>({...e,color:"blue"}),option:e=>({...e})},a={control:e=>({...e,backgroundColor:"white",borderRadius:"10px",height:"30px",minWidth:"150px"}),placeholder:e=>({...e,color:"000",fontWeight:"bold",fontSize:"12px",letterSpacing:"1.4px"}),menu:e=>({...e,width:"max-content",maxWidth:"250px"}),option:(e,t)=>{let{data:n,isDisabled:r,isFocused:a,isSelected:l}=t;return{...e}}}},99024:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LanguageContext:()=>k,default:()=>S});var r=n(25602),a=n(8174),l=n(41665),i=n(19154),o=n(86110),s=n(83198),c=n(72668),u=n(94274),m=n(68473);const f=function(e){let t=(0,l.Zp)();const[n,a]=(0,r.useState)(e.activeFilter),[f,d]=(0,r.useState)(null),[p,g]=(0,r.useState)(null),[h,v]=(0,r.useState)([]),{response:y,error:b,isLoading:w}=(0,o.A)({method:"get",url:"",baseURL:e.url,headers:{Accept:"application/json"},params:n});(0,r.useEffect)((()=>{if(null!==y){const e=y.topics.map((e=>({value:e.token,label:e.title}))),t=y.category?y.category.map((e=>({value:e.token,label:e.title,queryString:"category"}))):"",n=y.local_category&&y.local_category.map((e=>({value:e.token,label:e.title,queryString:"local_category"})));d(e),g(t),v(n)}}),[y]);const E=[{label:r.createElement(s.HT,{text:"Catégories spécifiques"}),options:h},{label:r.createElement(s.HT,{text:"Catégories"}),options:p}],j=(0,r.useCallback)((e=>{let{target:{name:t,value:n}}=e;n.length>2?a((e=>({...e,[t]:n})),[]):a((e=>{const n={...e},{[t]:r,...a}=n;return a}))})),k=(0,r.useCallback)(((e,t)=>{const n=t.name;e?a((t=>({...t,[n]:e.value})),[]):a((e=>{const t={...e},{[n]:r,...a}=t;return a}))})),S=(0,r.useCallback)(((e,t)=>{e?a((t=>({...t,[e.queryString]:e.value})),[]):a((e=>{const n={...e},{[t.removedValues[0].queryString]:r,...a}=n;return a}))})),x=(0,r.useRef)(!0);(0,r.useEffect)((()=>{x.current?x.current=!1:(t({pathname:"./",search:c.A.stringify(n)}),e.onChange(n))}),[n]);let T=f&&f.filter((t=>t.value===e.activeFilter.topics)),_=p&&p.filter((t=>t.value===e.activeFilter.category)),N=u.c&&u.c.filter((t=>t.value===e.activeFilter.topics));return r.createElement(r.Fragment,null,r.createElement("div",{className:"react-filters-menu"},r.createElement("div",{className:"react-filters-container"},r.createElement("form",{className:"r-filter r-filter-search",onSubmit:function(t){t.preventDefault(),e.onChange(n)}},r.createElement("div",{className:"relative"},r.createElement(s.rk,null,(e=>{let{translate:t}=e;return r.createElement("input",{className:"input-custom-class",name:"SearchableText",type:"text",value:n.SearchableText,onChange:j,placeholder:t({text:"Recherche"})})})),r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"#9f9f9f",strokeWidth:"4","aria-hidden":"true",display:"block",overflow:"visible",style:{height:16,width:16},viewBox:"0 0 32 32"},r.createElement("path",{d:"M13 24a11 11 0 1 0 0-22 11 11 0 0 0 0 22zm8-3 9 9"})))),r.createElement("div",{className:"react-sep-menu"}),r.createElement("div",{className:"r-filter top-filter topics-Filter"},r.createElement(s.rk,null,(e=>{let{translate:t}=e;return r.createElement(i.Ay,{styles:m.E,name:"topics",className:"select-custom-no-border library-topics",isClearable:!0,onChange:k,options:f&&f,placeholder:t({text:"Thématiques"}),value:T&&T[0]})}))),r.createElement("div",{className:"react-sep-menu"}),r.createElement("div",{className:"r-filter top-filter facilities-Filter"},r.createElement(s.rk,null,(e=>{let{translate:t}=e;return r.createElement(i.Ay,{styles:m.E,name:"category",className:"select-custom-no-border library-facilities",isClearable:!0,onChange:S,options:0===h.length?p&&p:E,placeholder:t({text:"Catégories"}),value:_&&_[0]})}))),r.createElement("div",{className:"react-sep-menu"}),r.createElement("div",{className:"r-filter top-filter iam-Filter"},r.createElement(s.rk,null,(e=>{let{translate:t}=e;return r.createElement(i.Ay,{styles:m.E,name:"iam",className:"select-custom-no-border library-topics",isClearable:!0,onChange:k,options:u.c&&u.c,placeholder:t({text:"Profil"}),value:N&&N[0]})}))))))};var d=n(18874),p=n(60711),g=n.n(p),h=(n(29442),n(91015));n(1053);const v=e=>{let{queryUrl:t,onChange:n}=e,a=(0,l.Zp)();const i=c.A.parse((0,d.A)().toString()),u={...i,UID:i.u,fullobjects:1},[m,f]=(0,r.useState)(u),[p,v]=(0,r.useState)({}),[y,b]=(0,r.useState)(),[w,E]=(0,r.useState)(),{response:j,error:k,isLoading:S}=(0,o.A)({method:"get",url:"",baseURL:t,headers:{Accept:"application/json"},params:m},[]);(0,r.useEffect)((()=>{null!==j&&v(j.items[0]),window.scrollTo(0,0)}),[j]),(0,r.useEffect)((()=>{p.items&&p.items.length>0&&(b(p.items.filter((e=>"File"===e["@type"]))),E(p.items.filter((e=>"Image"===e["@type"]))))}),[p]),g().locale("fr");const x=g()(p.created).startOf("minute").fromNow(),T=g()(p.modified).startOf("minute").fromNow();return r.createElement("div",{className:"new-content r-content"},r.createElement("button",{type:"button",onClick:function(){a(".."),n(null)}},r.createElement(s.HT,{text:"Retour"})),r.createElement("article",null,r.createElement("header",null,r.createElement("h2",{className:"r-content-title"},p.title),r.createElement("div",{className:"r-content-description"},r.createElement(h.o,null,p.description))),r.createElement("figure",null,r.createElement("div",{className:"r-content-img",style:{backgroundImage:p.image_affiche_scale?"url("+p.image_affiche_scale+")":""}})),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"},r.createElement("div",{className:"r-content-date"},x===T?r.createElement("div",{className:"r-content-date-publish"},r.createElement("span",null,r.createElement(s.HT,{text:"Publié"})," ",x)):r.createElement("div",null,r.createElement("div",{className:"r-content-date-publish"},r.createElement("span",null,r.createElement(s.HT,{text:"Publié"})," ",x)),r.createElement("div",{className:"r-card-date-last"},r.createElement("span",null,r.createElement(s.HT,{text:"Actualisé"})," ",T," "))))))),null===p.site_url&&null===p.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===p.site_url?"":r.createElement("div",{className:"r-content-news-info-event_link"},r.createElement("a",{href:p.site_url},p.site_url)),null===p.video_url?"":r.createElement("div",{className:"r-content-news-info--video"},r.createElement("a",{href:p.video_url},r.createElement(s.HT,{text:"Lien vers la vidéo"}))))),null===p.facebook&&null===p.instagram&&null===p.twitter?"":r.createElement("div",{className:"r-content-news-info-social"},r.createElement("ul",null,p.facebook?r.createElement("li",null,r.createElement("a",{href:p.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"})))):"",p.instagram?r.createElement("li",null,r.createElement("a",{href:p.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"}))))):"",p.twitter?r.createElement("li",null,r.createElement("a",{href:p.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-text",dangerouslySetInnerHTML:{__html:p.text&&p.text.data}}),y&&r.createElement("div",{className:"r-content-files"},y.map(((e,t)=>r.createElement("div",{className:"r-content-file"},r.createElement("a",{key:t,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"}))," ")))))),w&&r.createElement("div",{className:"r-content-gallery"},r.createElement("div",{className:"spotlight-group flexbin r-content-gallery"},w.map(((e,t)=>r.createElement("a",{key:t,className:"spotlight",href:e.image_full_scale},r.createElement("img",{src:e.image_preview_scale,alt:""}))))))))},y=e=>{let{item:t,showCategoriesOrTopics:n}=e;const[a,l]=(0,r.useState)(),[i,o]=(0,r.useState)(null),c=t.title&&t.title,u=t.description||"";(0,r.useEffect)((()=>{u.length>=150?l(u.substring(0,150)+"..."):l(u),t.topics&&t.topics.length>0?o(t.topics[0].title):o(null)}),[t]),g().locale((0,r.useContext)(k));const m=g()(t.created).startOf("minute").fromNow(),f=g()(t.modified).startOf("minute").fromNow();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"},r.createElement("span",{className:"r-item-title"},c),"topic"===n?i&&r.createElement("span",{className:"r-item-categorie"},t.topics[0].title):"category"===n?t.local_category?r.createElement("span",{className:"r-item-categorie"},t.local_category.title):t.category&&r.createElement("span",{className:"r-item-categorie"},t.category.title):"",u?r.createElement(h.o,{className:"r-item-description"},a):"",r.createElement("div",{className:"r-item-read-more",style:{textDecoration:"none"}},m===f?r.createElement("div",{className:"r-card-date-last"},r.createElement("span",null,r.createElement(s.HT,{text:"Publié"})," "),r.createElement("span",null,m)):r.createElement("div",{className:"r-card-date-last"},r.createElement("span",null,r.createElement(s.HT,{text:"Actualisé"})," "),r.createElement("span",null,f)))),r.createElement("div",{className:"r-item-arrow-more"}))};var b=n(75681),w=n.n(b);const E=e=>{let{itemsArray:t,onChange:n,showCategoriesOrTopics:l}=e;return r.createElement(r.Fragment,null,r.createElement("ul",{className:"r-result-list actu-result-list"},t.map(((e,t)=>r.createElement("li",{key:t,className:"r-list-item-group",onClick:()=>{return t=e.UID,void n(t);var t}},r.createElement(a.N_,{className:"r-news-list-item-link",style:{textDecoration:"none"},to:{pathname:"/"+w()(e.title).replace(/[^a-zA-Z ]/g,"").replace(/\s/g,"-").toLowerCase(),search:"?u=".concat(e.UID),state:{idItem:e.UID}}},r.createElement(y,{item:e,showCategoriesOrTopics:l,key:e.created})))))))};var j=n(48743);const k=(0,r.createContext)("fr");function S(e){return r.createElement(k.Provider,{value:e.currentLanguage},r.createElement(a.Kd,{basename:e.viewPath},r.createElement(s.Kq,{language:e.currentLanguage,translation:j.A},r.createElement(x,{queryFilterUrl:e.queryFilterUrl,queryUrl:e.queryUrl,proposeUrl:e.proposeUrl,batchSize:e.batchSize,showCategoriesOrTopics:e.showCategoriesOrTopics}))))}const x=e=>{const{u:t,...n}=Object.assign({b_start:0,fullobjects:1},c.A.parse((0,d.A)().toString())),[a,i]=(0,r.useState)([]),[u,m]=(0,r.useState)([]),[p,g]=(0,r.useState)(null),[h,y]=(0,r.useState)(n),[b,w]=(0,r.useState)(0),[j,k]=(0,r.useState)(!1),{response:S,error:x,isLoading:T,isMore:_}=(0,o.A)({method:"get",url:"",baseURL:e.queryUrl,headers:{Accept:"application/json"},params:h,load:j},[]);(0,r.useEffect)((()=>{null!==S&&(i(_?e=>[...e,...S.items]:S.items),m(S.items_total))}),[S]);const N=e=>{g(e)},O=e=>{k(!1),w((e=>0)),y(e)};let V;(0,r.useEffect)((()=>{y((e=>({...e,b_start:b})))}),[b]),a&&a.length>0?V=r.createElement(E,{onChange:N,itemsArray:a,showCategoriesOrTopics:e.showCategoriesOrTopics}):T||(V=r.createElement("p",null,r.createElement(s.HT,{text:"Aucune actualité n'a été trouvée"})));const C=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",null,r.createElement("div",{className:"r-wrapper r-actu-wrapper"},r.createElement("div",{className:"r-result r-annuaire-result"},r.createElement(l.BV,null,r.createElement(l.qh,{exact:!0,path:"/",element:r.createElement(r.Fragment,null,r.createElement("div",{className:"r-result-filter actu-result-filter"},r.createElement(f,{url:e.queryFilterUrl,activeFilter:h,onChange:O}),e.proposeUrl&&r.createElement("div",{className:"r-add-news"},r.createElement("a",{target:"_blank",href:e.proposeUrl},r.createElement(s.HT,{text:"Proposer une actualité"}),r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",className:"bi bi-plus-circle",viewBox:"0 0 16 16"},r.createElement("path",{d:"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"}),r.createElement("path",{d:"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"}))))),u>0?r.createElement("p",{className:"r-results-numbers"},r.createElement("span",null,u)," ",u>1?r.createElement(s.HT,{text:"Actualités trouvées"}):r.createElement(s.HT,{text:"Actualité trouvée"})):r.createElement("p",{className:"r-results-numbers"},r.createElement(s.HT,{text:"Aucun résultat"})),r.createElement("div",null,V),r.createElement("div",{className:"r-load-more"},u-e.batchSize>b?r.createElement("div",null,r.createElement("span",{className:"no-more-result"},T?C:""),r.createElement("button",{onClick:()=>{w((t=>t+parseInt(e.batchSize))),k(!0)},className:"btn-grad"},T?r.createElement(s.HT,{text:"Chargement..."}):r.createElement(s.HT,{text:"Plus de résultats"}))):r.createElement("span",{className:"no-more-result"},T?C:"")))}),r.createElement(l.qh,{path:"/:name",element:r.createElement(v,{onChange:N,onReturn:O,queryUrl:e.queryUrl})})))))}},86110:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var r=n(25602),a=n(99938);const l=e=>{const[t,n]=(0,r.useState)(null),[l,i]=(0,r.useState)(""),[o,s]=(0,r.useState)(!0),[c,u]=(0,r.useState)(!1),m=new AbortController;return(0,r.useEffect)((()=>((async e=>{if(s(!0),e.load?u(!0):u(!1),0!=Object.keys(e.params).length)try{const t=await a.A.request(e);n(t.data),s(!1),i(null)}catch(e){i(e)}else n(null)})({...e,signal:m.signal}),()=>m.abort())),[e.params]),{response:t,error:l,isLoading:o,isMore:c}}},18874:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(41665);const a=function(){return new URLSearchParams((0,r.zy)().search)}},48743:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const r={Publié:{en:"Published",fr:"Publié",de:"Veröffentlicht",nl:"Gepubliceerd"},Actualisé:{en:"Updated",fr:"Actualisé",de:"Aktualisiert",nl:"Bijgewerkt"},Événements:{en:"Events",fr:"Événements",de:"Veranstaltungen",nl:"Evenementen"},Actualités:{en:"News",fr:"Actualités",de:"Nachrichten",nl:"Nieuws"},Contacts:{en:"Contacts",fr:"Contacts",de:"Kontakte",nl:"Contacten"},"Infos pratiques":{en:"Practical information",fr:"Infos pratiques",de:"Praktische Informationen",nl:"Praktische informatie"},"Chargement...":{en:"Loading",fr:"Chargement...",de:"Laden",nl:"Laden..."},Recherche:{en:"Search",fr:"Recherche",de:"Suche",nl:"Zoeken"},Thématiques:{en:"Themes",fr:"Thématiques",de:"Themen",nl:"Thema's"},"Je suis":{en:"I am",fr:"Je suis",de:"Ich bin",nl:"Ik ben"},Catégories:{en:"Categories",fr:"Catégories",de:"Kategorien",nl:"Categorieën"},"Catégories locale":{en:"Local categories",fr:"Catégories locale",de:"Lokale Kategorien",nl:"Lokale categorieën"},"Catégories spécifiques":{en:"Specific categories",fr:"Catégories spécifiques",de:"Spezifische Kategorien",nl:"Specifieke categorieën"},Quoi:{en:"What",fr:"Quoi",de:"Was",nl:"Wat"},Facilités:{en:"Facilities",fr:"Facilités",de:"Einrichtungen",nl:"Faciliteiten"},"Plus de résultats":{en:"More results",fr:"Plus de résultats",de:"Mehr Ergebnisse",nl:"Meer resultaten"},"Aucun résultat":{en:"No result",fr:"Aucun résultat",de:"Kein Ergebnis",nl:"Geen resultaat"},Résultats:{en:"Results",fr:"Résultats",de:"Ergebnisse",nl:"Resultaten"},Retour:{en:"Return",fr:"Retour",de:"Zurück",nl:"Terug"},Téléchargements:{en:"Downloads",fr:"Téléchargements",de:"Downloads",nl:"Downloads"},Billetterie:{en:"Ticketing",fr:"Billetterie",de:"Tickets",nl:"Ticketverkoop"},"Lien vers la vidéo":{en:"Link to video",fr:"Lien vers la vidéo",de:"Link zum Video",nl:"Link naar video"},"Participation en ligne":{en:"Join online",fr:"Participation en ligne",de:"Online teilnehmen",nl:"Doe online mee"},"Actualités trouvées":{en:" News found",fr:" Actualités trouvées",de:" Nachrichten gefunden",nl:" Nieuws gevonden"},"Actualité trouvée":{en:" News found",fr:" Actualité trouvée",de:" Nachricht gefunden",nl:" Nieuws gevonden"},"Aucune actualité n'a été trouvée":{en:"No news was found",fr:"Aucune actualité n'a été trouvée",de:"Keine Nachrichten gefunden",nl:"Geen nieuws gevonden"},"Proposer une actualité":{en:"Suggest a news",fr:"Proposer une actualité",de:"Nachricht vorschlagen",nl:"Nieuws voorstellen"},"événements trouvés":{en:" Events found",fr:" Événements trouvés",de:" Veranstaltungen gefunden",nl:" Evenementen gevonden"},"événement trouvé":{en:" Event found",fr:" Événement trouvé",de:" Veranstaltung gefunden",nl:" Evenement gevonden"},Gratuit:{en:"Free",fr:"Gratuit",de:"Kostenlos",nl:"Gratis"},"Aucun événement n'a été trouvé":{en:"No event was found",fr:"Aucun événement n'a été trouvé",de:"Keine Veranstaltungen gefunden",nl:"Geen evenement gevonden"},"Proposer un événement":{en:"Suggest a event",fr:"Proposer un événement",de:"Veranstaltung vorschlagen",nl:"Evenement voorstellen"},"Infos pratiques":{en:"Practical information",fr:"Infos pratiques",de:"Praktische Informationen",nl:"Praktische informatie"},"Accessible aux PMR":{en:"Accessibility for PRM",fr:"Accessible aux PMR",de:"Barrierefreiheit für PMR",nl:"Toegankelijk voor PRM"},"Lien de l'événement":{en:"Event link",fr:"Lien de l'événement",de:"Veranstaltungslink",nl:"Evenement link"},"contacts trouvés":{en:" Contact found",fr:" Contacts trouvés",de:" Kontakt gefunden",nl:" Contact gevonden"},"contact trouvé":{en:" Contact found",fr:" Contact trouvé",de:" Kontakt gefunden",nl:" Contact gevonden"},"Aucun contact n'a été trouvé":{en:"No contact was found",fr:"Aucun contact n'a été trouvé",de:"Kein Kontakt gefunden",nl:"Geen contact gevonden"},"Proposer un contact":{en:"Suggest a contact",fr:"Proposer un contact",de:"Kontakt vorschlagen",nl:"Contact voorstellen"},Quand:{en:"When",fr:"Quand",de:"Wann",nl:"Wanneer"},"Toutes les dates":{en:"All dates",fr:"Toutes les dates",de:"Alle Daten",nl:"Alle data"},"Aujourd'hui":{en:"Today",fr:"Aujourd'hui",de:"Heute",nl:"Vandaag"},Demain:{en:"Tomorrow",fr:"Demain",de:"Morgen",nl:"Morgen"},"Ce week-end":{en:"This weekend",fr:"Ce week-end",de:"Dieses Wochenende",nl:"Dit weekend"},"Cette semaine":{en:"This week",fr:"Cette semaine",de:"Diese Woche",nl:"Deze week"},"Ce mois-ci":{en:"This month",fr:"Ce mois-ci",de:"Diesen Monat",nl:"Deze maand"},"Personnalisé (Du ... au ...)":{en:"Custom (From ... to ...)",fr:"Personnalisé (Du ... au ...)",de:"Benutzerdefiniert (Von ... bis ...)",nl:"Aangepast (Van ... tot ...)"},Le:{en:"On",fr:"Le",de:"Am",nl:"Op"},de:{en:"of",fr:"de",de:"von",nl:"van"},à:{en:"at",fr:"à",de:"um",nl:"om"},Du:{en:"From",fr:"Du",de:"Von",nl:"Van"},au:{en:"to",fr:"au",de:"bis",nl:"tot"},Personnalisé:{en:"Custom",fr:"Personnalisé",de:"Benutzerdefiniert",nl:"Aangepast"},Monday:{en:"Monday",fr:"Lundi",de:"Montag",nl:"Maandag"},Tuesday:{en:"Tuesday",fr:"Mardi",de:"Dienstag",nl:"Dinsdag"},Wednesday:{en:"Wednesday",fr:"Mercredi",de:"Mittwoch",nl:"Woensdag"},Thursday:{en:"Thursday",fr:"Jeudi",de:"Donnerstag",nl:"Donderdag"},Friday:{en:"Friday",fr:"Vendredi",de:"Freitag",nl:"Vrijdag"},Saturday:{en:"Saturday",fr:"Samedi",de:"Samstag",nl:"Zaterdag"},Sunday:{en:"Sunday",fr:"Dimanche",de:"Sonntag",nl:"Zondag"},Fermé:{en:"Closed",fr:"Fermé",de:"Geschlossen",nl:"Gesloten"},Ouvert:{en:"Open",fr:"Ouvert",de:"Geöffnet",nl:"Open"},Itinéraire:{en:"Itinerary",fr:"Itinéraire",de:"Route",nl:"Route"}}},35358:(e,t,n)=>{var r={"./af":42687,"./af.js":42687,"./ar":58475,"./ar-dz":31422,"./ar-dz.js":31422,"./ar-kw":44718,"./ar-kw.js":44718,"./ar-ly":60595,"./ar-ly.js":60595,"./ar-ma":1178,"./ar-ma.js":1178,"./ar-ps":22817,"./ar-ps.js":22817,"./ar-sa":34096,"./ar-sa.js":34096,"./ar-tn":64818,"./ar-tn.js":64818,"./ar.js":58475,"./az":57699,"./az.js":57699,"./be":59445,"./be.js":59445,"./bg":1427,"./bg.js":1427,"./bm":99613,"./bm.js":99613,"./bn":87764,"./bn-bd":23575,"./bn-bd.js":23575,"./bn.js":87764,"./bo":35707,"./bo.js":35707,"./br":89424,"./br.js":89424,"./bs":13575,"./bs.js":13575,"./ca":19088,"./ca.js":19088,"./cs":52650,"./cs.js":52650,"./cv":12405,"./cv.js":12405,"./cy":9e3,"./cy.js":9e3,"./da":60563,"./da.js":60563,"./de":76663,"./de-at":37237,"./de-at.js":37237,"./de-ch":61195,"./de-ch.js":61195,"./de.js":76663,"./dv":45690,"./dv.js":45690,"./el":27141,"./el.js":27141,"./en-au":64650,"./en-au.js":64650,"./en-ca":67896,"./en-ca.js":67896,"./en-gb":629,"./en-gb.js":629,"./en-ie":85106,"./en-ie.js":85106,"./en-il":13721,"./en-il.js":13721,"./en-in":83159,"./en-in.js":83159,"./en-nz":79516,"./en-nz.js":79516,"./en-sg":71230,"./en-sg.js":71230,"./eo":97404,"./eo.js":97404,"./es":11592,"./es-do":82844,"./es-do.js":82844,"./es-mx":23132,"./es-mx.js":23132,"./es-us":31541,"./es-us.js":31541,"./es.js":11592,"./et":7645,"./et.js":7645,"./eu":97726,"./eu.js":97726,"./fa":54397,"./fa.js":54397,"./fi":94997,"./fi.js":94997,"./fil":41037,"./fil.js":41037,"./fo":44567,"./fo.js":44567,"./fr":60548,"./fr-ca":72597,"./fr-ca.js":72597,"./fr-ch":22078,"./fr-ch.js":22078,"./fr.js":60548,"./fy":73893,"./fy.js":73893,"./ga":35236,"./ga.js":35236,"./gd":71663,"./gd.js":71663,"./gl":7463,"./gl.js":7463,"./gom-deva":27298,"./gom-deva.js":27298,"./gom-latn":59533,"./gom-latn.js":59533,"./gu":90504,"./gu.js":90504,"./he":53843,"./he.js":53843,"./hi":24767,"./hi.js":24767,"./hr":19738,"./hr.js":19738,"./hu":131,"./hu.js":131,"./hy-am":40374,"./hy-am.js":40374,"./id":25289,"./id.js":25289,"./is":4076,"./is.js":4076,"./it":21273,"./it-ch":86181,"./it-ch.js":86181,"./it.js":21273,"./ja":25377,"./ja.js":25377,"./jv":39972,"./jv.js":39972,"./ka":53368,"./ka.js":53368,"./kk":97018,"./kk.js":97018,"./km":19068,"./km.js":19068,"./kn":48805,"./kn.js":48805,"./ko":81062,"./ko.js":81062,"./ku":74932,"./ku-kmr":76163,"./ku-kmr.js":76163,"./ku.js":74932,"./ky":3584,"./ky.js":3584,"./lb":49790,"./lb.js":49790,"./lo":70617,"./lo.js":70617,"./lt":120,"./lt.js":120,"./lv":95522,"./lv.js":95522,"./me":54262,"./me.js":54262,"./mi":36978,"./mi.js":36978,"./mk":26568,"./mk.js":26568,"./ml":57309,"./ml.js":57309,"./mn":58715,"./mn.js":58715,"./mr":59879,"./mr.js":59879,"./ms":53008,"./ms-my":46955,"./ms-my.js":46955,"./ms.js":53008,"./mt":19333,"./mt.js":19333,"./my":67714,"./my.js":67714,"./nb":84572,"./nb.js":84572,"./ne":40873,"./ne.js":40873,"./nl":73154,"./nl-be":65766,"./nl-be.js":65766,"./nl.js":73154,"./nn":84696,"./nn.js":84696,"./oc-lnc":99044,"./oc-lnc.js":99044,"./pa-in":93051,"./pa-in.js":93051,"./pl":26828,"./pl.js":26828,"./pt":8132,"./pt-br":29813,"./pt-br.js":29813,"./pt.js":8132,"./ro":8331,"./ro.js":8331,"./ru":43509,"./ru.js":43509,"./sd":58419,"./sd.js":58419,"./se":92332,"./se.js":92332,"./si":37256,"./si.js":37256,"./sk":22546,"./sk.js":22546,"./sl":69403,"./sl.js":69403,"./sq":3888,"./sq.js":3888,"./sr":79369,"./sr-cyrl":50536,"./sr-cyrl.js":50536,"./sr.js":79369,"./ss":24314,"./ss.js":24314,"./sv":52805,"./sv.js":52805,"./sw":50886,"./sw.js":50886,"./ta":2691,"./ta.js":2691,"./te":2727,"./te.js":2727,"./tet":87451,"./tet.js":87451,"./tg":46217,"./tg.js":46217,"./th":14148,"./th.js":14148,"./tk":96205,"./tk.js":96205,"./tl-ph":3861,"./tl-ph.js":3861,"./tlh":53426,"./tlh.js":53426,"./tr":97110,"./tr.js":97110,"./tzl":51992,"./tzl.js":51992,"./tzm":95919,"./tzm-latn":19673,"./tzm-latn.js":19673,"./tzm.js":95919,"./ug-cn":5048,"./ug-cn.js":5048,"./uk":61600,"./uk.js":61600,"./ur":97327,"./ur.js":97327,"./uz":33127,"./uz-latn":86929,"./uz-latn.js":86929,"./uz.js":33127,"./vi":69733,"./vi.js":69733,"./x-pseudo":66261,"./x-pseudo.js":66261,"./yo":93096,"./yo.js":93096,"./zh-cn":80802,"./zh-cn.js":80802,"./zh-hk":46030,"./zh-hk.js":46030,"./zh-mo":45123,"./zh-mo.js":45123,"./zh-tw":26710,"./zh-tw.js":26710};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=35358}}]);
|