    <script>
    document.addEventListener('change', function (e) {
        if (e.target && e.target.id === 'DateDebutSejour') {
            const end = document.getElementById('DateFinSejour');
            if (!end) return;

            let date = new Date(e.target.value);
            if (!isNaN(date)) {
                date.setDate(date.getDate() + 2);
                end.value = date.toISOString().split('T')[0];
            }
        }
    });
    </script>
    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//cotechapelle.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://cotechapelle.fr/page-sitemap.xml</loc>
		<lastmod>2026-07-06T15:00:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://cotechapelle.fr/asp-products-sitemap.xml</loc>
		<lastmod>2026-07-06T14:50:22+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->