<error>
    <code>wp_die</code>
    <title><![CDATA[Maintenance en cours]]></title>
    <message><![CDATA[
            &lt;!DOCTYPE html&gt;
            &lt;html lang=&quot;fr&quot;&gt;
            &lt;head&gt;
                &lt;meta charset=&quot;UTF-8&quot;&gt;
                &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
                &lt;title&gt;H-Sushi - De retour bientôt&lt;/title&gt;
                &lt;style&gt;
                    /* On force le style pour écraser les couleurs par défaut de WordPress */
                    body { 
                        font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif !important; 
                        background-color: #0e303b !important; 
                        display: flex !important; 
                        justify-content: center !important; 
                        align-items: center !important; 
                        min-height: 100vh !important; 
                        margin: 0 !important; 
                        padding: 20px !important;
                        box-sizing: border-box !important;
                        text-align: center !important;
                    }
                    
                    .container-sushi { 
                        max-width: 800px; 
                        width: 100%;
                        animation: fadeIn 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
                        opacity: 0;
                        transform: translateY(15px);
                    }
                    
                    @keyframes fadeIn {
                        to { opacity: 1; transform: translateY(0); }
                    }

                    .icon { 
                        font-size: clamp(60px, 8vw, 90px); 
                        margin-bottom: 25px; 
                        filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2)); 
                    }
                    
                    /* Titre 100% Blanc */
                    h1 { 
                        color: #ffffff !important; 
                        font-size: clamp(28px, 4vw, 46px) !important; 
                        margin: 0 auto 35px auto !important;
                        font-weight: 600 !important; 
                        line-height: 1.4 !important;
                        letter-spacing: -0.5px !important;
                    }
                    
                    /* Texte du bas plus lisible, non gras, et couleur sable */
                    p.texte-fin { 
                        color: #f0e4bb !important; 
                        font-size: clamp(18px, 2.5vw, 22px) !important; 
                        line-height: 1.6 !important; 
                        margin: 0 auto 12px auto !important;
                        font-weight: normal !important; /* Force la police à ne pas être en gras */
                    }
                &lt;/style&gt;
            &lt;/head&gt;
            &lt;body&gt;
                &lt;div class=&quot;container-sushi&quot;&gt;
                    &lt;div class=&quot;icon&quot;&gt;🍣&lt;/div&gt;
                    &lt;h1&gt;Nous sommes navrés, nos sushis ont été victimes de leur succès.&lt;/h1&gt;
                    
                    &lt;p class=&quot;texte-fin&quot;&gt;Merci de repasser ultérieurement quand nous aurons pêché de nouveaux poissons !&lt;/p&gt;
                    &lt;p class=&quot;texte-fin&quot;&gt;À très vite et merci pour votre fidélité.&lt;/p&gt;
                &lt;/div&gt;
            &lt;/body&gt;
            &lt;/html&gt;
            ]]></message>
    <data>
        <status>503</status>
    </data>
</error>
