<div id="homeVideoModal">
  <div class="video-modal-content">

    <span class="close-video">&times;</span>

    <video id="homeVideo" autoplay  controls playsinline>
      <source src="cocotherapy.mp4" type="video/mp4">
    </video>

  </div> 
</div>

<style>
#homeVideoModal
	{
    display:none;
    position:fixed;
    z-index:99999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.85);
    justify-content:center;
    align-items:center;
}

.video-modal-content{
    position:relative;
    width:90%;
    max-width:900px;
}

.video-modal-content video{
    width:100%;
    border-radius:12px;
}

.close-video{
    position:absolute;
    top:-40px;
    right:0;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}
</style>

<script>
document.addEventListener("DOMContentLoaded", function(){

    // uniquement accueil
    if(document.body.classList.contains('home')){

        // afficher une seule fois
        if(!localStorage.getItem('video_seen')){

            const modal = document.getElementById('homeVideoModal');
            const closeBtn = document.querySelector('.close-video');
            const video = document.getElementById('homeVideo');

            modal.style.display = 'flex';

            localStorage.setItem('video_seen', 'true');

            closeBtn.onclick = function(){
                modal.style.display = 'none';
                video.pause();
            }

            modal.onclick = function(e){
                if(e.target === modal){
                    modal.style.display = 'none';
                    video.pause();
                }
            }
        }
    }
});
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//soincheveux.ma/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://soincheveux.ma/post-sitemap.xml</loc>
		<lastmod>2026-05-25T10:41:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://soincheveux.ma/page-sitemap.xml</loc>
		<lastmod>2026-03-22T12:00:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://soincheveux.ma/product-sitemap.xml</loc>
		<lastmod>2025-12-22T16:14:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://soincheveux.ma/category-sitemap.xml</loc>
		<lastmod>2026-05-25T10:41:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://soincheveux.ma/product_cat-sitemap.xml</loc>
		<lastmod>2025-12-22T16:14:51+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->