<!DOCTYPE html>
<html lang="fr">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CEI & LEADERSHIP | Center for Environmental Innovation and Leadership</title>
    <meta name="description"
        content="Le Center for Environmental Innovation and Leadership promeut les solutions innovantes et les pratiques de leadership dans le domaine de l'énergie verte.">

    <!-- Tailwind via Play CDN -->
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="assets/css/index.css">

    <!-- SEO Open Graph -->
    <meta property="og:title" content="CEI & LEADERSHIP | Center for Environmental Innovation and Leadership">
    <meta property="og:description"
        content="Accélérer la transition vers une énergie verte par l'innovation et le leadership durable.">
    <meta property="og:image" content="assets/img/hero-home.webp">
</head>

<body class="bg-[#0F172A] text-slate-100 antialiased">

    <header class="fixed w-full z-50 glass">
        <nav class="container mx-auto px-6 py-4 flex items-center justify-between">
            <!-- Logo -->
            <a href="/" class="flex items-center gap-2 group">
                <div
                    class="w-10 h-10 bg-emerald-500 rounded-lg flex items-center justify-center transition-transform group-hover:rotate-12 cursor-pointer">
                    <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-white" fill="none" viewBox="0 0 24 24"
                        stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                            d="M13 10V3L4 14h7v7l9-11h-7z" />
                    </svg>
                </div>
                <span class="text-xl font-bold tracking-tight text-white cursor-pointer"><span
                        class="text-emerald-500">CEI</span> & LEADERSHIP</span>
            </a>

            <!-- Desktop Menu -->
            <div class="hidden lg:flex items-center gap-8">
                <a href="/"
                    class="text-gray-300 hover:text-emerald-500 transition-colors cursor-pointer font-medium">Accueil</a>
                <a href="/about"
                    class="text-gray-300 hover:text-emerald-500 transition-colors cursor-pointer font-medium">À
                    Propos</a>

                <!-- Dropdown Innovation -->
                <div class="relative group">
                    <button
                        class="flex items-center gap-1 text-gray-300 group-hover:text-emerald-500 transition-colors cursor-pointer font-medium focus:outline-none">
                        Innovation
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4" fill="none" viewBox="0 0 24 24"
                            stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
                        </svg>
                    </button>
                    <div
                        class="absolute top-full left-0 mt-2 w-56 glass rounded-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 transform translate-y-2 group-hover:translate-y-0">
                        <div class="p-2">
                            <a href="/innovation"
                                class="block px-4 py-2 text-sm text-gray-300 hover:bg-emerald-500/10 hover:text-emerald-500 rounded-lg cursor-pointer">Vue
                                d'ensemble</a>
                            <a href="/production"
                                class="block px-4 py-2 text-sm text-gray-300 hover:bg-emerald-500/10 hover:text-emerald-500 rounded-lg cursor-pointer">Production
                                d'Énergie</a>
                            <a href="/stockage-distribution"
                                class="block px-4 py-2 text-sm text-gray-300 hover:bg-emerald-500/10 hover:text-emerald-500 rounded-lg cursor-pointer">Stockage
                                & Distribution</a>
                            <a href="/efficacite"
                                class="block px-4 py-2 text-sm text-gray-300 hover:bg-emerald-500/10 hover:text-emerald-500 rounded-lg cursor-pointer">Efficacité
                                Énergétique</a>
                        </div>
                    </div>
                </div>

                <a href="/leadership"
                    class="text-gray-300 hover:text-emerald-500 transition-colors cursor-pointer font-medium">Leadership</a>
                <a href="/partenariat"
                    class="text-gray-300 hover:text-emerald-500 transition-colors cursor-pointer font-medium">Partenaires</a>
                <a href="/contact" class="btn-primary py-2 text-sm">Nous Rejoindre</a>
            </div>

            <!-- Mobile Menu Toggle -->
            <button id="mobile-menu-toggle" class="lg:hidden text-white cursor-pointer focus:outline-none">
                <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24"
                    stroke="currentColor">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7" />
                </svg>
            </button>
        </nav>

        <!-- Mobile Menu -->
        <div id="mobile-menu" class="hidden lg:hidden glass border-t border-white/10">
            <div class="px-6 py-4 flex flex-col gap-4">
                <a href="/" class="text-gray-300 hover:text-emerald-400 cursor-pointer">Accueil</a>
                <a href="/about" class="text-gray-300 hover:text-emerald-400 cursor-pointer">À Propos</a>
                <a href="/innovation" class="text-emerald-400 font-medium cursor-pointer">Innovation</a>
                <div class="pl-4 flex flex-col gap-2">
                    <a href="/production" class="text-sm text-gray-400 cursor-pointer italic">Production</a>
                    <a href="/stockage-distribution" class="text-sm text-gray-400 cursor-pointer italic">Stockage</a>
                    <a href="/efficacite" class="text-sm text-gray-400 cursor-pointer italic">Efficacité</a>
                </div>
                <a href="/leadership" class="text-gray-300 hover:text-emerald-400 cursor-pointer">Leadership</a>
                <a href="/partenariat" class="text-gray-300 hover:text-emerald-400 cursor-pointer">Partenaires</a>
                <a href="/contact" class="btn-primary w-full">Nous Rejoindre</a>
            </div>
        </div>
    </header>

    <main>
        <!-- Hero Section -->
        <section class="relative h-screen flex items-center overflow-hidden">
            <div class="absolute inset-0 z-0">
                <img src="assets/img/hero-home.webp" alt="Centrale solaire futuriste"
                    class="w-full h-full object-cover opacity-60">
                <div class="absolute inset-0 bg-gradient-to-t from-[#0F172A] via-transparent to-transparent"></div>
            </div>

            <div class="container mx-auto px-6 relative z-10 animate-fade-in">
                <div class="max-w-3xl">
                    <h1 class="text-5xl md:text-7xl font-extrabold mb-6 leading-tight">
                        Inspirer le futur de <span class="text-gradient">l'énergie verte</span>.
                    </h1>
                    <p class="text-lg md:text-xl text-slate-300 mb-10 leading-relaxed">
                        Le Center for Environmental Innovation and Leadership (CEI & Leadership) est dédié à la
                        promotion des solutions innovantes et des pratiques de leadership pour un avenir durable.
                    </p>
                    <div class="flex flex-col sm:flex-row gap-4">
                        <a href="/innovation" class="btn-primary">Découvrir nos Innovations</a>
                        <a href="/about" class="btn-outline">Notre Mission</a>
                    </div>
                </div>
            </div>
        </section>

        <!-- Mission & Stats Section -->
        <section class="py-24 bg-slate-900/50">
            <div class="container mx-auto px-6">
                <div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
                    <div>
                        <h2 class="text-3xl md:text-4xl font-bold mb-8">Accélérer la transition <br><span
                                class="text-emerald-500">énergétique</span></h2>
                        <p class="text-slate-400 mb-6 leading-relaxed">
                            Nous créons des ponts entre les chercheurs, les industriels et les décideurs pour accélérer
                            l'adoption de solutions technologiques audacieuses.
                        </p>
                        <ul class="space-y-4 mb-10">
                            <li class="flex items-start gap-3">
                                <svg class="w-6 h-6 text-emerald-500 mt-1 shrink-0" fill="none" viewBox="0 0 24 24"
                                    stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M5 13l4 4L19 7" />
                                </svg>
                                <span>Promotion de l'innovation technologique</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <svg class="w-6 h-6 text-emerald-500 mt-1 shrink-0" fill="none" viewBox="0 0 24 24"
                                    stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M5 13l4 4L19 7" />
                                </svg>
                                <span>Formation des leaders de demain</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <svg class="w-6 h-6 text-emerald-500 mt-1 shrink-0" fill="none" viewBox="0 0 24 24"
                                    stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M5 13l4 4L19 7" />
                                </svg>
                                <span>Plaidoyer pour des politiques durables</span>
                            </li>
                        </ul>
                    </div>
                    <div class="grid grid-cols-2 gap-4">
                        <div class="glass p-8 rounded-2xl flex flex-col items-center text-center">
                            <span class="text-4xl font-bold text-emerald-500 mb-2">150+</span>
                            <span class="text-slate-400 text-sm">Partenaires Mondiaux</span>
                        </div>
                        <div class="glass p-8 rounded-2xl flex flex-col items-center text-center mt-8">
                            <span class="text-4xl font-bold text-amber-500 mb-2">45</span>
                            <span class="text-slate-400 text-sm">Startups Incubées</span>
                        </div>
                        <div class="glass p-8 rounded-2xl flex flex-col items-center text-center">
                            <span class="text-4xl font-bold text-emerald-500 mb-2">12</span>
                            <span class="text-slate-400 text-sm">Pôles d'Innovation</span>
                        </div>
                        <div class="glass p-8 rounded-2xl flex flex-col items-center text-center mt-8">
                            <span class="text-4xl font-bold text-amber-500 mb-2">2030</span>
                            <span class="text-slate-400 text-sm">Horizon Impact</span>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Innovation Spotlight (Bento Grid) -->
        <section class="py-24">
            <div class="container mx-auto px-6">
                <div class="text-center max-w-2xl mx-auto mb-16">
                    <h2 class="text-4xl font-bold mb-4">Nos Axes de <span class="text-emerald-500">Travail</span></h2>
                    <p class="text-slate-400">Des solutions concrètes pour les défis énergétiques de demain.</p>
                </div>

                <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
                    <div
                        class="md:col-span-2 group relative overflow-hidden rounded-3xl h-80 glass cursor-pointer border-white/5 hover:border-emerald-500/50 transition-all">
                        <img src="assets/img/innovation.webp" alt="Innovation technologique"
                            class="absolute inset-0 w-full h-full object-cover opacity-40 group-hover:scale-110 transition-transform duration-700">
                        <div
                            class="absolute inset-0 bg-gradient-to-t from-slate-950 px-8 pb-8 flex flex-col justify-end">
                            <h3 class="text-2xl font-bold mb-2">Technologie & R&D</h3>
                            <p class="text-slate-300 text-sm">Soutenir les ruptures technologiques dans le solaire et
                                l'hydrogène.</p>
                        </div>
                    </div>
                    <div
                        class="group relative overflow-hidden rounded-3xl h-80 glass cursor-pointer border-white/5 hover:border-amber-500/50 transition-all">
                        <div class="p-8 h-full flex flex-col justify-between">
                            <div
                                class="w-12 h-12 bg-amber-500/20 rounded-xl flex items-center justify-center text-amber-500">
                                <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24"
                                    stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4" />
                                </svg>
                            </div>
                            <div>
                                <h3 class="text-xl font-bold mb-2">Efficacité Énergétique</h3>
                                <p class="text-slate-400 text-sm">Programmes pour l'industrie et les bâtiments
                                    intelligents.</p>
                            </div>
                        </div>
                    </div>
                    <div
                        class="group relative overflow-hidden rounded-3xl h-80 glass cursor-pointer border-white/5 hover:border-emerald-500/50 transition-all">
                        <div class="p-8 h-full flex flex-col justify-between">
                            <div
                                class="w-12 h-12 bg-emerald-500/20 rounded-xl flex items-center justify-center text-emerald-500">
                                <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24"
                                    stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
                                </svg>
                            </div>
                            <div>
                                <h3 class="text-xl font-bold mb-2">Action Collective</h3>
                                <p class="text-slate-400 text-sm">Favoriser la coopération internationale et
                                    intersectorielle.</p>
                            </div>
                        </div>
                    </div>
                    <div
                        class="md:col-span-2 group relative overflow-hidden rounded-3xl h-80 glass cursor-pointer border-white/5 hover:border-amber-500/50 transition-all">
                        <img src="assets/img/leadership.webp" alt="Leadership et collaboration"
                            class="absolute inset-0 w-full h-full object-cover opacity-40 group-hover:scale-110 transition-transform duration-700">
                        <div
                            class="absolute inset-0 bg-gradient-to-t from-slate-950 px-8 pb-8 flex flex-col justify-end">
                            <h3 class="text-2xl font-bold mb-2">Leadership Durable</h3>
                            <p class="text-slate-300 text-sm">Former les décideurs aux enjeux de l'énergie et du climat.
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Partner Banner -->
        <section class="py-12 border-y border-white/5">
            <div class="container mx-auto px-6 text-center">
                <p class="text-slate-500 text-sm uppercase tracking-widest mb-6">Notre Partenaire Média Stratégique</p>
                <div
                    class="flex justify-center flex-wrap gap-12 items-center grayscale hover:grayscale-0 transition-all opacity-60 hover:opacity-100">
                    <a href="https://eonergie.fr/" target="_blank" class="flex items-center gap-3">
                        <div
                            class="w-10 h-10 bg-emerald-500 rounded-full flex items-center justify-center font-bold text-white">
                            E</div>
                        <span class="text-2xl font-bold text-white tracking-tight">Eonergie<span
                                class="text-emerald-500">.fr</span></span>
                    </a>
                </div>
            </div>
        </section>
    </main>

    <footer class="bg-slate-900 border-t border-white/5 pt-16 pb-8">
        <div class="container mx-auto px-6">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
                <!-- Brand -->
                <div class="space-y-6">
                    <a href="/" class="flex items-center gap-2">
                        <div class="w-8 h-8 bg-emerald-500 rounded flex items-center justify-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-white" fill="none"
                                viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                    d="M13 10V3L4 14h7v7l9-11h-7z" />
                            </svg>
                        </div>
                        <span class="text-xl font-bold text-white"><span class="text-emerald-500">CEI</span> &
                            LEADERSHIP</span>
                    </a>
                    <p class="text-slate-400 text-sm leading-relaxed">
                        Accélérer la transition vers une énergie verte en inspirant des leaders et en promouvant des
                        solutions innovantes pour un avenir durable.
                    </p>
                    <div class="flex items-center gap-4">
                        <a href="#" class="text-slate-400 hover:text-emerald-500 transition-colors cursor-pointer">
                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
                                <path
                                    d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
                            </svg>
                        </a>
                        <a href="#" class="text-slate-400 hover:text-emerald-500 transition-colors cursor-pointer">
                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
                                <path
                                    d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
                            </svg>
                        </a>
                    </div>
                </div>

                <!-- Quick Links -->
                <div>
                    <h4 class="text-white font-bold mb-6">Liens Rapides</h4>
                    <ul class="space-y-4">
                        <li><a href="/about"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Notre
                                Mission</a></li>
                        <li><a href="/innovation"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Pôles
                                d'Innovation</a></li>
                        <li><a href="/leadership"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Programmes
                                Leadership</a></li>
                        <li><a href="/evenements"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Évènements</a>
                        </li>
                    </ul>
                </div>

                <!-- Resources -->
                <div>
                    <h4 class="text-white font-bold mb-6">Innovation</h4>
                    <ul class="space-y-4">
                        <li><a href="/production"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Production
                                Énergie</a></li>
                        <li><a href="/stockage-distribution"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Stockage
                                & Réseaux</a></li>
                        <li><a href="/efficacite"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Efficacité
                                Tech</a></li>
                        <li><a href="/incubation"
                                class="text-slate-400 hover:text-emerald-500 transition-colors text-sm cursor-pointer">Incubateur
                                Start-up</a></li>
                    </ul>
                </div>

                <!-- News / Newsletter -->
                <div>
                    <h4 class="text-white font-bold mb-6">Partenaire Média</h4>
                    <div class="glass p-4 rounded-xl border border-emerald-500/20 mb-4">
                        <p class="text-xs text-slate-400 mb-2">En collaboration avec</p>
                        <a href="https://eonergie.fr/" target="_blank"
                            class="flex items-center gap-2 group cursor-pointer">
                            <span
                                class="text-emerald-500 font-bold group-hover:text-emerald-400 transition-colors">Eonergie.fr</span>
                            <svg xmlns="http://www.w3.org/2000/svg"
                                class="w-4 h-4 text-emerald-500 group-hover:translate-x-1 transition-transform"
                                fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                    d="M14 5l7 7m0 0l-7 7m7-7H3" />
                            </svg>
                        </a>
                    </div>
                    <p class="text-xs text-slate-500 italic">
                        Restez informé des dernières actualités de l'énergie verte.
                    </p>
                </div>
            </div>

            <div class="border-t border-white/5 pt-8 flex flex-col md:flex-row justify-between items-center gap-4">
                <p class="text-slate-500 text-xs">
                    &copy; 2026 Center for Environmental Innovation and Leadership. Tous droits réservés.
                </p>
                <div class="flex gap-6">
                    <a href="/mentions-legales"
                        class="text-slate-500 hover:text-emerald-500 text-xs transition-colors cursor-pointer">Mentions
                        Légales</a>
                    <a href="/contact"
                        class="text-slate-500 hover:text-emerald-500 text-xs transition-colors cursor-pointer">Contact</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle
        const toggle = document.getElementById('mobile-menu-toggle');
        const menu = document.getElementById('mobile-menu');
        if (toggle && menu) {
            toggle.addEventListener('click', () => {
                menu.classList.toggle('hidden');
            });
        }

        // Smooth scroll for anchors
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });
    </script>
</body>

</html>