<script>
document.addEventListener('DOMContentLoaded', function () {
    const modal = document.getElementById('formationModal');
    const close = document.querySelector('.formation-modal-close');
    const formationInput = document.getElementById('formationChoisie');

    if (!modal || !close || !formationInput) return;

    document.querySelectorAll('.btn-formation-modal').forEach(function(button) {
        button.addEventListener('click', function() {
            formationInput.value = this.dataset.formation;
            modal.style.display = 'block';
        });
    });

    close.addEventListener('click', function() {
        modal.style.display = 'none';
    });

    window.addEventListener('click', function(e) {
        if (e.target === modal) {
            modal.style.display = 'none';
        }
    });
});
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//adoxaprev.fr/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://adoxaprev.fr/page-sitemap.xml</loc>
		<lastmod>2026-05-15T18:07:53+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->