<!DOCTYPE html>
<html lang="fr" class="scroll-smooth">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Through My Eyes | Média Culturel, Critiques et Décryptages</title>
    <meta name="description" content="Through My Eyes - Through My Eyes | Média Culturel, Critiques et Décryptages">
    <meta property="og:title" content="Through My Eyes | Média Culturel, Critiques et Décryptages">
    <meta property="og:type" content="website">
    
<!-- Header Source of Truth -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
    tailwind.config = {
        theme: {
            extend: {
                colors: {
                    tme: {
                        red: '#facc15', // Let's use red as accent
                    }
                },
                fontFamily: {
                    serif: ['"Playfair Display"', 'serif'],
                    sans: ['Inter', 'sans-serif'],
                }
            }
        }
    }
</script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css">

<header class="w-full bg-[#fcfbf9] border-b border-slate-200 sticky top-0 z-50 transition-all duration-300" id="main-header">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="flex justify-between items-center h-20">
            <!-- Logo -->
            <div class="flex-shrink-0 flex items-center">
                <a href="index.html" class="text-3xl font-serif font-bold tracking-tighter text-slate-900">
                    Through My Eyes.
                </a>
            </div>

            <!-- Desktop Menu -->
            <nav class="hidden md:flex space-x-8 items-center" aria-label="Desktop Navigation">
                
                <div class="relative group">
                    <button class="text-slate-900 hover:text-red-600 font-sans text-sm tracking-wider uppercase flex items-center py-8">
                        Culture
                        <svg class="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
                    </button>
                    <!-- Dropdown -->
                    <div class="absolute left-0 w-48 bg-white border border-slate-200 shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform translate-y-2 group-hover:translate-y-0 z-50">
                        <a href="culture.html" class="block px-4 py-3 text-sm text-slate-700 hover:bg-slate-50 hover:text-red-600 font-semibold border-b border-slate-100">Hub Culture</a>
                        <a href="culture-arts-visuels.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">Arts Visuels</a>
                        <a href="culture-musique.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">Musique</a>
                        <a href="culture-cinema.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">CinÃ©ma & SÃ©ries</a>
                        <a href="culture-livres.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">Livres & LittÃ©rature</a>
                        <a href="culture-scene.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">ScÃ¨ne</a>
                        <a href="culture-design.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">Design & Photo</a>
                    </div>
                </div>

                <div class="relative group">
                    <button class="text-slate-900 hover:text-red-600 font-sans text-sm tracking-wider uppercase flex items-center py-8">
                        Formats
                        <svg class="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
                    </button>
                    <!-- Dropdown -->
                    <div class="absolute left-0 w-48 bg-white border border-slate-200 shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform translate-y-2 group-hover:translate-y-0 z-50">
                        <a href="formats.html" class="block px-4 py-3 text-sm text-slate-700 hover:bg-slate-50 hover:text-red-600 font-semibold border-b border-slate-100">Tous les Formats</a>
                        <a href="formats-critique.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">Critiques</a>
                        <a href="formats-interview.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">Interviews</a>
                        <a href="formats-dossier.html" class="block px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-red-600">Dossiers</a>
                    </div>
                </div>

                <a href="a-propos.html" class="text-slate-900 hover:text-red-600 font-sans text-sm tracking-wider uppercase">Le Projet</a>
            </nav>

            <!-- Actions (Search, Subscribe) -->
            <div class="hidden md:flex items-center space-x-6">
                <a href="recherche.html" class="text-slate-900 hover:text-red-600 aria-label='Rechercher'">
                    <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>
                </a>
                <a href="newsletter.html" class="bg-red-600 text-white px-5 py-2.5 rounded-none font-sans text-xs tracking-wider uppercase hover:bg-slate-900 transition-colors duration-300">
                    S'abonner
                </a>
            </div>

            <!-- Mobile menu button -->
            <div class="md:hidden flex items-center">
                <button type="button" id="mobile-menu-button" class="text-slate-900 hover:text-red-600 focus:outline-none p-2" aria-expanded="false" aria-label="Ouvrir le menu">
                    <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
                    </svg>
                </button>
            </div>
        </div>
    </div>

    <!-- Mobile Menu Panel -->
    <div id="mobile-menu" class="hidden md:hidden bg-white border-t border-slate-200 shadow-xl absolute w-full left-0">
        <div class="px-4 pt-4 pb-6 space-y-2 max-h-[80vh] overflow-y-auto">
            <a href="index.html" class="block px-3 py-3 text-base font-serif text-slate-900 hover:bg-slate-50 border-b border-slate-100">Accueil</a>
            
            <div class="py-2">
                <div class="px-3 py-2 text-xs font-sans uppercase tracking-wider text-slate-400">Culture</div>
                <a href="culture.html" class="block px-5 py-2 text-base font-serif text-slate-800 hover:text-red-600">Toute la culture</a>
                <a href="culture-arts-visuels.html" class="block px-5 py-2 text-base font-serif text-slate-600 hover:text-red-600">Arts Visuels</a>
                <a href="culture-musique.html" class="block px-5 py-2 text-base font-serif text-slate-600 hover:text-red-600">Musique</a>
                <a href="culture-cinema.html" class="block px-5 py-2 text-base font-serif text-slate-600 hover:text-red-600">CinÃ©ma & SÃ©ries</a>
            </div>

            <div class="py-2 border-t border-slate-100">
                <div class="px-3 py-2 text-xs font-sans uppercase tracking-wider text-slate-400">Ã€ propos</div>
                <a href="a-propos.html" class="block px-5 py-2 text-base font-serif text-slate-800 hover:text-red-600">Le Manifeste</a>
                <a href="contact.html" class="block px-5 py-2 text-base font-serif text-slate-800 hover:text-red-600">Contact</a>
            </div>

            <div class="pt-4 mt-2 border-t border-slate-100 flex justify-between items-center px-3">
                 <a href="newsletter.html" class="bg-red-600 text-white px-5 py-2.5 w-full text-center rounded-none font-sans text-sm tracking-wider uppercase hover:bg-slate-900 transition-colors duration-300">
                    S'abonner
                </a>
            </div>
        </div>
    </div>
</header>


<main class="flex-grow bg-[#fcfbf9]">
    <!-- Hero Section -->
    <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-24">
        <div class="grid grid-cols-1 lg:grid-cols-12 gap-8 items-center">
            <div class="lg:col-span-5 order-2 lg:order-1">
                <span class="text-red-600 font-sans text-xs uppercase tracking-widest font-semibold mb-4 block">À la une — Dossier</span>
                <h1 class="text-5xl md:text-6xl font-serif font-bold tracking-tighter text-slate-900 leading-[1.1] mb-6">
                    L'ère de la post-photographie : quand l'IA s'empare du réel
                </h1>
                <p class="text-xl text-slate-600 font-serif mb-8 leading-relaxed">
                    Une exploration profonde de la façon dont l'intelligence artificielle redéfinit notre rapport à l'image, à la vérité, et à l'art contemporain.
                </p>
                <a href="article-photo.html" class="inline-block bg-slate-900 text-white px-8 py-4 rounded-none font-sans text-sm tracking-wider uppercase hover:bg-red-600 transition-colors duration-300">
                    Lire le dossier
                </a>
            </div>
            <div class="lg:col-span-7 order-1 lg:order-2">
                <div class="relative overflow-hidden w-full aspect-[16/9] bg-slate-200">
                    <img src="assets/img/hero-accueil.webp" alt="Exposition d'art contemporain avec portraits générés par IA" class="w-full h-full object-cover object-center transform hover:scale-105 transition-transform duration-700 ease-out" loading="lazy">
                </div>
            </div>
        </div>
    </section>

    <!-- Latest Stories -->
    <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 border-t border-slate-200">
        <h2 class="text-3xl font-serif font-bold text-slate-900 mb-12">Dernières publications</h2>
        <div class="grid grid-cols-1 md:grid-cols-12 gap-10">
            <article class="md:col-span-8 group cursor-pointer">
                <a href="article-music.html" class="block">
                    <div class="overflow-hidden mb-6 aspect-[3/2] bg-slate-100">
                        <img src="assets/img/article-music.webp" alt="Concert live musique indie" class="w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700">
                    </div>
                    <span class="text-red-600 font-sans text-xs uppercase tracking-widest block mb-3">Musique / Chronique</span>
                    <h3 class="text-4xl font-serif font-bold text-slate-900 mb-4 group-hover:underline decoration-red-600 decoration-2 underline-offset-4">Le retour tonitruant du rock progressif : pourquoi maintenant ?</h3>
                    <p class="text-slate-600 font-serif text-lg line-clamp-2">Loin d'être mort, le genre connaît un revival inattendu porté par une nouvelle génération de musiciens qui n'ont pas froid aux yeux.</p>
                </a>
            </article>

            <div class="md:col-span-4 flex flex-col space-y-10">
                <article class="group cursor-pointer">
                    <a href="article-cinema.html" class="block">
                        <div class="overflow-hidden mb-4 aspect-[3/2] bg-slate-100">
                            <img src="assets/img/article-cinema.webp" alt="Salle de cinéma vintage" class="w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700">
                        </div>
                        <span class="text-red-600 font-sans text-xs uppercase tracking-widest block mb-2">Cinéma / Critique</span>
                        <h3 class="text-2xl font-serif font-bold text-slate-900 mb-2 group-hover:underline decoration-red-600 decoration-2 underline-offset-4">La mélancolie des salles obscures</h3>
                    </a>
                </article>

                <div class="bg-red-600 p-8 text-white h-full flex flex-col justify-center">
                    <h3 class="text-2xl font-serif font-bold mb-4">La culture, directement dans votre boîte mail.</h3>
                    <p class="font-sans text-sm mb-6 opacity-90">Pas de spam, juste notre sélection fine des événements à ne pas manquer et nos coups de cœur éditoriaux. Abonnement gratuit.</p>
                    <a href="newsletter.html" class="inline-block border-2 border-white text-white px-6 py-3 font-sans text-sm tracking-wider uppercase hover:bg-white hover:text-red-600 transition-colors text-center">
                        Je m'inscris
                    </a>
                </div>
            </div>
        </div>
    </section>
</main>

<footer class="bg-slate-950 text-white pt-20 pb-10 border-t-4 border-red-600">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="grid grid-cols-1 md:grid-cols-12 gap-12 lg:gap-8 mb-16">

            <!-- Brand Column -->
            <div class="md:col-span-4 lg:col-span-5">
                <a href="index.html" class="text-3xl font-serif font-bold tracking-tighter text-white block mb-6">
                    Through My Eyes.
                </a>
                <p class="text-slate-400 text-lg font-serif mb-8 max-w-sm">
                    Webzine culturel indÃ©pendant. Curations pointues et regards dÃ©calÃ©s sur la crÃ©ation contemporaine.
                </p>
                <!-- Newsletter mini form -->
                <form class="flex gap-2 max-w-sm" action="/newsletter.html" method="GET">
                    <input type="email" placeholder="Votre email..." required
                        class="bg-slate-900 text-white border border-slate-800 px-4 py-2 w-full focus:outline-none focus:border-red-600 font-sans text-sm">
                    <button type="submit"
                        class="bg-red-600 text-white px-4 py-2 uppercase tracking-wider text-xs font-sans hover:bg-white hover:text-red-600 transition-colors">OK</button>
                </form>
            </div>

            <!-- Navigation Links -->
            <div class="md:col-span-8 lg:col-span-7 grid grid-cols-2 sm:grid-cols-3 gap-8">
                <!-- Col 1 -->
                <div>
                    <h3 class="text-white font-sans text-xs uppercase tracking-widest mb-6">Explorez</h3>
                    <ul class="space-y-4 font-serif text-slate-400">
                        <li><a href="culture.html" class="hover:text-red-500 transition-colors">Culture</a></li>
                        <li><a href="formats.html" class="hover:text-red-500 transition-colors">Formats</a></li>
                        <li><a href="tendances.html" class="hover:text-red-500 transition-colors">Tendances</a></li>
                        <li><a href="a-la-une.html" class="hover:text-red-500 transition-colors">Ã€ la une</a></li>
                    </ul>
                </div>
                <!-- Col 2 -->
                <div>
                    <h3 class="text-white font-sans text-xs uppercase tracking-widest mb-6">Le MÃ©dia</h3>
                    <ul class="space-y-4 font-serif text-slate-400">
                        <li><a href="a-propos.html" class="hover:text-red-500 transition-colors">Notre Manifeste</a>
                        </li>
                        <li><a href="contact.html" class="hover:text-red-500 transition-colors">Contact</a></li>
                        <li><a href="newsletter.html" class="hover:text-red-500 transition-colors">Newsletter</a></li>
                    </ul>
                </div>
                <!-- Col 3 (Partners & Legal) -->
                <div>
                    <h3 class="text-white font-sans text-xs uppercase tracking-widest mb-6">Partenaires</h3>
                    <ul class="space-y-4 font-serif text-slate-400 mb-8">
                        <li><a href="https://les-decodeurs.com/" target="_blank" rel="noopener noreferrer"
                                class="hover:text-red-500 transition-colors flex items-center">
                                Les DÃ©codeurs
                                <svg class="w-3 h-3 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14">
                                    </path>
                                </svg>
                            </a></li>
                        <li><a href="partenaires.html" class="hover:text-red-500 transition-colors">Devenir
                                partenaire</a></li>
                    </ul>

                    <h3 class="text-white font-sans text-xs uppercase tracking-widest mb-6">LÃ©gal</h3>
                    <ul class="space-y-4 font-serif text-slate-400 text-sm">
                        <li><a href="mentions-legales.html" class="hover:text-white transition-colors">Mentions
                                LÃ©gales</a></li>
                        <li><a href="politique-de-confidentialite.html"
                                class="hover:text-white transition-colors">ConfidentialitÃ©</a></li>
                    </ul>
                </div>
            </div>

        </div>

        <div
            class="pt-8 border-t border-slate-800 text-center md:text-left text-slate-500 text-sm font-sans flex flex-col md:flex-row justify-between items-center">
            <p>&copy; 2026 Through My Eyes. Tous droits rÃ©servÃ©s.</p>
            <div class="flex space-x-6 mt-4 md:mt-0">
                <a href="#" class="hover:text-white" aria-label="Instagram">
                    <svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
                        <path fill-rule="evenodd"
                            d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z"
                            clip-rule="evenodd" />
                    </svg>
                </a>
                <a href="#" class="hover:text-white" aria-label="Twitter">
                    <svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
                        <path
                            d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
                    </svg>
                </a>
            </div>
        </div>
    </div>
</footer>
<script src="assets/js/main.js" defer></script>
</body>
</html>