

<script>
function openTab(tabName) {
    document.querySelectorAll('.tab-content').forEach(tab => {
        tab.style.display = 'none';
    });
    document.querySelectorAll('.tab-btn').forEach(btn => {
        btn.style.background = '#eee';
        btn.style.color = 'var(--color-text)';
    });
    document.getElementById(tabName).style.display = 'block';
    event.currentTarget.style.background = 'var(--color-primary)';
    event.currentTarget.style.color = 'white';
}
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dsp-cdp-s25-g1.fr/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dsp-cdp-s25-g1.fr/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://dsp-cdp-s25-g1.fr/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://dsp-cdp-s25-g1.fr/wp-sitemap-posts-logement-1.xml</loc></sitemap><sitemap><loc>https://dsp-cdp-s25-g1.fr/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://dsp-cdp-s25-g1.fr/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
