<script>
document.addEventListener('DOMContentLoaded',function(){
 const all=document.getElementById('gpcc-select-all'), boxes=[...document.querySelectorAll('.gpcc-client-check')], btn=document.getElementById('gpcc-delete-selected');
 function sync() { /* Le bouton reste toujours disponible : le PHP vérifie la sélection. */ }
 if(all) all.addEventListener('change',()=>{boxes.forEach(b=>b.checked=all.checked);sync()});
 boxes.forEach(b=>b.addEventListener('change',sync));
 const f=document.getElementById('gpcc-bulk-delete-form');
 if(f) f.addEventListener('submit',e=>{
   if(!boxes.some(b=>b.checked) || !confirm('Supprimer définitivement les clients sélectionnés et leurs chiens associés ?\n\nLes clients liés à une réservation seront conservés pour protéger l’historique.')) e.preventDefault();
 });
});
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//coaching-dog.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://coaching-dog.com/post-sitemap.xml</loc>
		<lastmod>2026-08-05T01:01:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://coaching-dog.com/page-sitemap.xml</loc>
		<lastmod>2026-08-07T03:13:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://coaching-dog.com/category-sitemap.xml</loc>
		<lastmod>2026-08-05T01:01:38+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->