/**
 * Landing Page CSS (index.html)
 * Extrait EXACT de index.html <style> tag
 * Date: 15 novembre 2025
 */

/* COLLER ICI tout le contenu EXACT du <style> de index.html */
/* NE PAS modifier les chemins d'images */
/* NE PAS modifier les gradients */
/* NE PAS modifier les background-position */

        /* Landing Page Styles */
        .landing-page { display: block; }
        .landing-page.hidden { display: none; }
        
        /* Hero styles moved to global-hero-landing.css */
        
        /* Footer styles moved to global-footer.css */

/* Header styles moved to global-header.css */

