	
		  <style>
        .mobile-connected-container {
            width: 100%;
            background-color: #d4edda; /* Vert discret */
            color: #155724;
            padding: 15px;
            text-align: center;
            font-family: Arial, sans-serif;
            box-sizing: border-box;
            border: 1px solid #c3e6cb;
        }
        .mobile-connected-container p {
            margin: 0;
            font-size: 16px;
            line-height: 1.4;
        }
        .time-stamp {
            font-weight: bold;
            color: #155724;
        }
		
		 .time-zone {
            font-style: italic;
            color: #155724;
        }
		
		
    </style>
	
	<style>
        .no-mobile-container {
            width: 100%;
            background-color: #f8d7da; /* Doux rouge */
            color: #721c24;
            padding: 20px;
            text-align: center;
            font-family: Arial, sans-serif;
            box-sizing: border-box;
        }
        .no-mobile-container h3 {
            margin: 0;
            color: #721c24;
            font-size: 24px;
        }
        .no-mobile-container p {
            margin: 10px 0 20px;
            line-height: 1.6;
            font-size: 16px;
        }
     
    </style>
	
	

		<script>
window.addEventListener('load', function() {
    var balanceValue = 25.50; // Remplace par ta valeur dynamique
    document.querySelector('#menu-item-239 > a:nth-child(1) > span:nth-child(1)').textContent = 'Crédits (0$)';
});
</script>
			
			
	<script>
	 document.location.href="https://mailbridgeapi.com/connect/"; 
	</script>
	<style>
/* On s'assure que les LI custom soient positionnés */
#menu-menu-principal li.menu-item-type-custom.menu-item-object-custom {
    position: relative;
    padding-right: 20px; /* espace réservé pour l’icône */
}

/* Icône chevron */
.menu-toggle {
    position: absolute;
    right: 8px;   /* extrême droite */
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    opacity: 0.7;
    pointer-events: none; /* clic passe sur le LI */
}
</style>

<script>
document.addEventListener("DOMContentLoaded", function() {
    const menu = document.getElementById("menu-menu-principal");
    const savedState = JSON.parse(localStorage.getItem("menuState") || "{}");

    function updateIndicators() {
        const sections = menu.querySelectorAll("li.menu-item-type-custom.menu-item-object-custom");
        sections.forEach((li, index) => {
            let link = li.querySelector("a span");
            if (!link) return;

            let indicator = link.querySelector(".menu-toggle");
            if (!indicator) {
                indicator = document.createElement("span");
                indicator.className = "menu-toggle";
                link.appendChild(indicator);
            }

            indicator.textContent = (savedState[index] === "closed") ? "▶" : "▼";
        });
    }

    function applyState() {
        const items = menu.querySelectorAll("li.menu-item");
        let hide = false;
        let sectionIndex = -1;

        items.forEach((li) => {
            if (li.classList.contains("menu-item-type-custom") && 
                li.classList.contains("menu-item-object-custom")) {
                sectionIndex++;
                hide = savedState[sectionIndex] === "closed";
            } else {
                li.style.display = hide ? "none" : "";
            }
        });

        updateIndicators();
    }

    const sections = menu.querySelectorAll("li.menu-item-type-custom.menu-item-object-custom");
    sections.forEach((li, index) => {
        li.style.cursor = "pointer";
        li.addEventListener("click", function(e) {
            e.preventDefault();
            savedState[index] = (savedState[index] === "closed") ? "open" : "closed";
            localStorage.setItem("menuState", JSON.stringify(savedState));
            applyState();
        });
    });

    applyState();
});
</script>


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dashboard.mailbridgeapi.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://dashboard.mailbridgeapi.com/hello-world/</loc><lastmod>2025-09-15T18:32:46+00:00</lastmod></url><url><loc>https://dashboard.mailbridgeapi.com/hello-world/</loc><lastmod>-0001-11-30T00:00:00+00:00</lastmod></url></urlset>
