    <style>
        /* Style pour le fond qui masque la page */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 1); /* Couleur blanche opaque */
            z-index: 9999; /* Assure que l'overlay est au premier plan */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Style du formulaire */
        .login-form {
            background-color: #f8f8f8;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 300px;
            text-align: center;
        }

        .login-form label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
        }

        .login-form input[type="email"],
        .login-form input[type="password"] {
            width: 100%;
            padding: 8px;
            margin-bottom: 16px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .login-form input[type="checkbox"] {
            margin-right: 8px;
        }

        .login-form button {
            padding: 10px 20px;
            background-color: #0073aa;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        .login-form button:hover {
            background-color: #005f8d;
        }
    </style>

    <!-- Overlay qui masque tout le contenu -->
    <div class="overlay">
        <form class="login-form" method="post" action="">
		<img src="https://my.funeprior.be/wp-content/uploads/2024/11/logo_verical400-removebg-preview.png" style="width:150px">
            <label for="email">Email:</label>
            <input type="text" name="email" id="email"  style="width:100%; border-style:solid; border-color:#cccccc ; border-radius:5px" required>
         
            <label for="password">Mot de passe:</label>
            <input type="password" name="password" id="password" required>
        
            <label for="remember_me">
                <input type="checkbox" name="remember_me" id="remember_me"> Se souvenir de moi
            </label>
           
            <button type="submit" name="login">Se connecter</button>
			<br>	<br>
			<a href="https://funebra.com/mon-compte/lost-password/?from=funeprior" target="_blank">Mot de passe oublié ?</a>
        </form>
    </div>
    <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://my.funeprior.be/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://my.funeprior.be/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://my.funeprior.be/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://my.funeprior.be/wp-sitemap-posts-portfolio-1.xml</loc></sitemap><sitemap><loc>https://my.funeprior.be/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://my.funeprior.be/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://my.funeprior.be/wp-sitemap-taxonomies-portfolio-types-1.xml</loc></sitemap><sitemap><loc>https://my.funeprior.be/wp-sitemap-taxonomies-slide-types-1.xml</loc></sitemap><sitemap><loc>https://my.funeprior.be/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
