        <script>
        // Mémoriser le dernier textarea actif
        var _adcfLastArea = null;
        document.addEventListener('focusin', function(e){
            if (e.target && e.target.name === 'ligne_desc[]') {
                _adcfLastArea = e.target;
            }
        }, true);

        function adcfInsertTag(open, close) {
            var area = _adcfLastArea || document.querySelector('textarea[name="ligne_desc[]"]');
            if (!area) return;
            // Décoder les entités HTML
            function decode(s){ var t=document.createElement('textarea'); t.innerHTML=s; return t.value; }
            var o = decode(open), c = decode(close);
            var start = area.selectionStart, end = area.selectionEnd;
            var sel   = area.value.substring(start, end) || 'texte';
            var before = area.value.substring(0, start);
            var after  = area.value.substring(end);
            area.value = before + o + sel + c + after;
            area.selectionStart = start + o.length;
            area.selectionEnd   = start + o.length + sel.length;
            area.focus();
            jQuery(area).trigger('input');
        }
        </script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//adcomplus.fr/sapacuc/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://adcomplus.fr/page-sitemap.xml</loc>
		<lastmod>2026-04-10T07:05:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://adcomplus.fr/portfolio-sitemap.xml</loc>
		<lastmod>2024-10-31T07:18:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://adcomplus.fr/product-sitemap.xml</loc>
		<lastmod>2026-01-31T17:45:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://adcomplus.fr/project-type-sitemap.xml</loc>
		<lastmod>2024-10-31T07:18:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://adcomplus.fr/product_cat-sitemap.xml</loc>
		<lastmod>2026-01-31T17:45:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->