<!DOCTYPE html>
<html class="tw-h-full" lang="fr" data-theme="light">
    <head>
        <meta charset="UTF-8">
                                                                                    
                            
                            
        
        
                            
        
                                                    
        
        <title>My Sport Session Pro | Logiciel de gestion pour clubs, coachs et associations</title>
        <meta name="description" content="Développez votre activité sportive avec une plateforme SaaS complète: planning, réservations, abonnements, clients et pilotage business." data-react-helmet="true"/>
                <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no, viewport-fit=cover" data-react-helmet="true">

                                    <link rel="canonical" href="https://pro.dev.mysportsession.com/" />
                                                            <meta property="og:site_name" content="My Sport Session" data-react-helmet="true">
        <meta property="og:title" content="My Sport Session Pro | Logiciel de gestion pour clubs, coachs et associations" data-react-helmet="true"/>
        <meta property="og:description" content="Développez votre activité sportive avec une plateforme SaaS complète: planning, réservations, abonnements, clients et pilotage business." data-react-helmet="true"/>
        <meta property="og:image" itemprop="image" content="https://pro.dev.mysportsession.com/build/images/android-chrome-600x600.png" data-react-helmet="true">
        <meta property="og:image:secure_url" itemprop="image" content="https://pro.dev.mysportsession.com/build/images/android-chrome-600x600.png" data-react-helmet="true">
        <meta property="og:image:width" content="600" data-react-helmet="true"/>
        <meta property="og:image:height" content="600" data-react-helmet="true"/>
        <meta property="fb:app_id" content="191474775280320" data-react-helmet="true"/>
        <meta property="og:type" content="website" data-react-helmet="true"/>
        <meta property="og:locale" content="fr_FR" data-react-helmet="true"/>

                        <meta property="og:url" content="https://pro.dev.mysportsession.com/" data-react-helmet="true" />
                <link href="https://fonts.googleapis.com/css?family=Caveat+Brush|Permanent+Marker|Quicksand:400,500,600,700|Roboto:400,500,700,900&display=swap" rel="stylesheet">
        <link rel="apple-touch-icon" sizes="180x180" type="image/png" href="/build/images/apple-touch-icon-bg-white.png">
        <link rel="shortcut icon" sizes="32x32" type="image/png" href="/favicon.ico">
        <link rel="icon" sizes="32x32" href="/favicon.ico">
        <meta name="msapplication-TileColor" content="#da532c">
        <meta name="theme-color" content="#ffffff">
        <meta name="apple-mobile-web-app-title" content="My Sport Session">
        <link rel="manifest" href="/manifest.json">
        <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "Organization",
            "name": "MySportSession",
            "url": "https://www.mysportsession.com/",
            "logo": "https://www.mysportsession.com/favicon.ico"
        }
        </script>

                    <link crossorigin rel="stylesheet" href="/build/assets/base-X7MiXIxT.css"><link crossorigin rel="stylesheet" href="/build/assets/all-DTvYgx4e.css"><link crossorigin rel="modulepreload" href="/build/assets/base-LUgkPaxL.js">
            <link crossorigin rel="stylesheet" href="/build/assets/main-cByj1KM_.css"><link crossorigin rel="modulepreload" href="/build/assets/main-BU36_1ta.js"><link crossorigin rel="modulepreload" href="/build/assets/index-B8_nURbH.js"><link crossorigin rel="modulepreload" href="/build/assets/_commonjsHelpers-D6-XlEtG.js"><link crossorigin rel="modulepreload" href="/build/assets/lozad.es-DAAULFW0.js">
        
                    <script crossorigin type="module" src="/build/assets/base-CnkyliqW.js"></script>
            <script crossorigin type="module" src="/build/assets/main-B8effXrG.js"></script>
        
        <script>
          var dataLayer = [];
        </script>
        
            </head>
    <body class="tw-flex tw-min-h-[100%] tw-flex-col main-style " >
                                
        
                                    
                    <main role="main" class="tw-shrink-0">
                <style>
    @keyframes mss-pro-float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-8px); }
    }
    @keyframes mss-pro-rise {
        from { opacity: 0; transform: translateY(18px); }
        to { opacity: 1; transform: translateY(0); }
    }
    @keyframes mss-pro-pulse {
        0%, 100% { opacity: 0.68; transform: scaleX(0.94); }
        50% { opacity: 1; transform: scaleX(1); }
    }
    @keyframes mss-pro-scan {
        0% { transform: translateY(-110%); opacity: 0; }
        20%, 80% { opacity: 1; }
        100% { transform: translateY(520%); opacity: 0; }
    }
    .mss-pro-hero-copy {
        animation: mss-pro-rise 540ms ease both;
    }
    .mss-pro-hero-badge {
        animation: mss-pro-rise 540ms ease 90ms both;
    }
    .mss-pro-hero-action {
        animation: mss-pro-rise 540ms ease 180ms both;
    }
    .mss-pro-stat-card,
    .mss-pro-feature-card {
        transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    }
    .mss-pro-stat-card:hover,
    .mss-pro-feature-card:hover {
        transform: translateY(-4px);
    }
    .mss-pro-feature-icon {
        transition: transform 220ms ease, background-color 220ms ease;
    }
    .mss-pro-feature-card:hover .mss-pro-feature-icon {
        transform: rotate(-4deg) scale(1.08);
        background-color: rgba(237, 45, 28, 0.12);
    }
    .mss-pro-frame {
        animation: mss-pro-float 5s ease-in-out infinite;
    }
    .mss-pro-frame-bar {
        animation: mss-pro-pulse 2.8s ease-in-out infinite;
        transform-origin: left center;
    }
    .mss-pro-frame-scan {
        animation: mss-pro-scan 4.2s ease-in-out infinite;
    }
    @media (prefers-reduced-motion: reduce) {
        .mss-pro-hero-copy,
        .mss-pro-hero-badge,
        .mss-pro-hero-action,
        .mss-pro-frame,
        .mss-pro-frame-bar,
        .mss-pro-frame-scan {
            animation: none;
        }
        .mss-pro-stat-card,
        .mss-pro-feature-card,
        .mss-pro-feature-icon {
            transition: none;
        }
    }
</style>
<div class="tw-bg-slate-50">
    <header class="tw-sticky tw-top-0 tw-z-40 tw-border-b tw-border-slate-200/70 tw-bg-white/90 tw-backdrop-blur">
        <div class="tw-mx-auto tw-flex tw-max-w-7xl tw-items-center tw-justify-between tw-px-6 tw-py-4">
            <a href="/" class="tw-inline-flex tw-items-center !tw-no-underline">
                <img src="/buildWP/images/logo/logo.png" alt="My Sport Session" class="tw-h-12 tw-w-auto" />
            </a>
            <div class="tw-flex tw-items-center tw-gap-3">
                <a href="/login" class="tw-hidden sm:tw-inline-flex tw-rounded-full tw-border tw-border-mss-blue/25 tw-px-5 tw-py-2 tw-text-sm tw-font-semibold tw-text-mss-blue hover:tw-bg-mss-blue/5">Connexion</a>
                <a href="#cta" class="tw-inline-flex tw-rounded-full tw-bg-red-mss tw-px-5 tw-py-2 tw-text-sm tw-font-black tw-text-white hover:tw-bg-mss-red-dark">Essayer maintenant</a>
            </div>
        </div>
    </header>

    <section class="tw-relative tw-overflow-hidden tw-bg-mss-blue tw-bg-cover tw-bg-center tw-text-white" style="background-image: url('/pro-landing/images/home/img-hero-home.png');">
        <div class="tw-absolute tw-inset-0 tw-bg-[linear-gradient(90deg,rgba(12,8,58,0.96)_0%,rgba(19,17,101,0.88)_45%,rgba(22,80,156,0.58)_100%)]"></div>
        <div class="tw-absolute tw-inset-0 tw-bg-[radial-gradient(circle_at_78%_15%,rgba(35,93,255,0.35)_0%,rgba(35,93,255,0)_42%)]"></div>

        <div class="tw-relative tw-mx-auto tw-flex tw-min-h-[620px] tw-max-w-7xl tw-items-center tw-px-6 tw-py-16 sm:tw-py-20 lg:tw-py-24">
            <div class="tw-max-w-4xl">
                <div class="mss-pro-hero-copy">
                    <p class="mss-pro-hero-badge tw-inline-flex tw-rounded-full tw-border tw-border-cyan-300/50 tw-bg-cyan-300/10 tw-px-4 tw-py-1 tw-text-xs tw-font-bold tw-uppercase tw-tracking-[0.14em] tw-text-cyan-100">Logiciel SaaS pour pros du sport</p>
                    <h1 class="tw-mt-5 tw-max-w-4xl tw-text-4xl tw-font-black tw-leading-tight sm:tw-text-5xl lg:tw-text-6xl">
                        Transformez vos réservations en
                        <span class="tw-text-cyan-300">croissance durable</span>.
                    </h1>
                    <p class="tw-mt-5 tw-max-w-2xl tw-text-lg tw-text-slate-200">
                        Centralisez planning, ventes, abonnements et relation client dans une seule plateforme. Votre équipe gagne du temps, vos clients réservent plus vite, votre activité devient pilotable.
                    </p>
                    <div class="tw-mt-8 tw-flex tw-flex-wrap tw-gap-3">
                        <a href="/login" class="mss-pro-hero-action tw-inline-flex tw-items-center tw-rounded-full tw-bg-red-mss tw-px-6 tw-py-3 tw-text-sm tw-font-black tw-text-white hover:tw-bg-mss-red-dark !tw-no-underline">Accéder à l’espace pro</a>
                        <a href="#fonctionnalites" class="mss-pro-hero-action tw-inline-flex tw-items-center tw-rounded-full tw-border tw-border-white/35 tw-px-6 tw-py-3 tw-text-sm tw-font-semibold tw-text-white hover:tw-bg-white/10 !tw-no-underline">Voir les fonctionnalités</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="tw-bg-white tw-px-6 tw-py-14">
        <div class="tw-mx-auto tw-grid tw-max-w-7xl tw-gap-4 sm:tw-grid-cols-2 lg:tw-grid-cols-4">
                                        <div class="mss-pro-stat-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-slate-50 tw-p-6 tw-shadow-sm">
                    <p class="tw-text-3xl tw-font-black tw-text-mss-blue">+10 000</p>
                    <p class="tw-mt-2 tw-text-sm tw-font-medium tw-text-slate-600">réservations mensuelles traitées</p>
                </div>
                            <div class="mss-pro-stat-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-slate-50 tw-p-6 tw-shadow-sm">
                    <p class="tw-text-3xl tw-font-black tw-text-mss-blue">2 000</p>
                    <p class="tw-mt-2 tw-text-sm tw-font-medium tw-text-slate-600">activités proposées</p>
                </div>
                            <div class="mss-pro-stat-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-slate-50 tw-p-6 tw-shadow-sm">
                    <p class="tw-text-3xl tw-font-black tw-text-mss-blue">+100</p>
                    <p class="tw-mt-2 tw-text-sm tw-font-medium tw-text-slate-600">disciplines sport &amp; loisirs</p>
                </div>
                            <div class="mss-pro-stat-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-slate-50 tw-p-6 tw-shadow-sm">
                    <p class="tw-text-3xl tw-font-black tw-text-mss-blue">1 / 5 sec</p>
                    <p class="tw-mt-2 tw-text-sm tw-font-medium tw-text-slate-600">rythme moyen de réservation</p>
                </div>
                    </div>
    </section>

    <section id="fonctionnalites" class="tw-bg-slate-50 tw-px-6 tw-py-16">
        <div class="tw-mx-auto tw-max-w-7xl">
            <p class="tw-text-sm tw-font-black tw-uppercase tw-tracking-[0.12em] tw-text-red-mss">Fonctionnalités clés</p>
            <h2 class="tw-mt-3 tw-max-w-3xl tw-text-3xl tw-font-black tw-leading-tight tw-text-slate-900 sm:tw-text-4xl">Tout ce qu’il faut pour vendre, opérer et fidéliser.</h2>
            <div class="tw-mt-8 tw-grid tw-gap-5 md:tw-grid-cols-2 xl:tw-grid-cols-3">
                                                    <article class="mss-pro-feature-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-white tw-p-6 tw-shadow-sm hover:tw-border-red-mss/25 hover:tw-shadow-md">
                        <div class="mss-pro-feature-icon tw-flex tw-h-12 tw-w-12 tw-items-center tw-justify-center tw-rounded-2xl tw-bg-mss-blue/10 tw-text-red-mss">
                            <i class="fas fa-calendar-check tw-text-lg" aria-hidden="true"></i>
                        </div>
                        <h3 class="tw-mt-5 tw-text-xl tw-font-black tw-text-mss-blue">Planning &amp; disponibilités</h3>
                        <p class="tw-mt-3 tw-text-slate-600">Créez vos créneaux, gérez les capacités et adaptez les règles de réservation en quelques clics.</p>
                    </article>
                                    <article class="mss-pro-feature-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-white tw-p-6 tw-shadow-sm hover:tw-border-red-mss/25 hover:tw-shadow-md">
                        <div class="mss-pro-feature-icon tw-flex tw-h-12 tw-w-12 tw-items-center tw-justify-center tw-rounded-2xl tw-bg-mss-blue/10 tw-text-red-mss">
                            <i class="fas fa-credit-card tw-text-lg" aria-hidden="true"></i>
                        </div>
                        <h3 class="tw-mt-5 tw-text-xl tw-font-black tw-text-mss-blue">Réservations &amp; paiements</h3>
                        <p class="tw-mt-3 tw-text-slate-600">Suivez les réservations en temps réel et simplifiez les parcours d’achat pour vos clients.</p>
                    </article>
                                    <article class="mss-pro-feature-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-white tw-p-6 tw-shadow-sm hover:tw-border-red-mss/25 hover:tw-shadow-md">
                        <div class="mss-pro-feature-icon tw-flex tw-h-12 tw-w-12 tw-items-center tw-justify-center tw-rounded-2xl tw-bg-mss-blue/10 tw-text-red-mss">
                            <i class="fas fa-ticket-alt tw-text-lg" aria-hidden="true"></i>
                        </div>
                        <h3 class="tw-mt-5 tw-text-xl tw-font-black tw-text-mss-blue">Abonnements &amp; offres</h3>
                        <p class="tw-mt-3 tw-text-slate-600">Déployez vos formules, crédits et conditions de consommation selon votre modèle économique.</p>
                    </article>
                                    <article class="mss-pro-feature-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-white tw-p-6 tw-shadow-sm hover:tw-border-red-mss/25 hover:tw-shadow-md">
                        <div class="mss-pro-feature-icon tw-flex tw-h-12 tw-w-12 tw-items-center tw-justify-center tw-rounded-2xl tw-bg-mss-blue/10 tw-text-red-mss">
                            <i class="fas fa-users tw-text-lg" aria-hidden="true"></i>
                        </div>
                        <h3 class="tw-mt-5 tw-text-xl tw-font-black tw-text-mss-blue">CRM client</h3>
                        <p class="tw-mt-3 tw-text-slate-600">Centralisez profils, historiques et interactions pour mieux relancer et mieux servir.</p>
                    </article>
                                    <article class="mss-pro-feature-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-white tw-p-6 tw-shadow-sm hover:tw-border-red-mss/25 hover:tw-shadow-md">
                        <div class="mss-pro-feature-icon tw-flex tw-h-12 tw-w-12 tw-items-center tw-justify-center tw-rounded-2xl tw-bg-mss-blue/10 tw-text-red-mss">
                            <i class="fas fa-chart-line tw-text-lg" aria-hidden="true"></i>
                        </div>
                        <h3 class="tw-mt-5 tw-text-xl tw-font-black tw-text-mss-blue">Pilotage business</h3>
                        <p class="tw-mt-3 tw-text-slate-600">Visualisez vos indicateurs d’activité pour piloter les ventes et la rentabilité.</p>
                    </article>
                                    <article class="mss-pro-feature-card tw-rounded-2xl tw-border tw-border-slate-200 tw-bg-white tw-p-6 tw-shadow-sm hover:tw-border-red-mss/25 hover:tw-shadow-md">
                        <div class="mss-pro-feature-icon tw-flex tw-h-12 tw-w-12 tw-items-center tw-justify-center tw-rounded-2xl tw-bg-mss-blue/10 tw-text-red-mss">
                            <i class="fas fa-rocket tw-text-lg" aria-hidden="true"></i>
                        </div>
                        <h3 class="tw-mt-5 tw-text-xl tw-font-black tw-text-mss-blue">Onboarding autonome</h3>
                        <p class="tw-mt-3 tw-text-slate-600">Lancez votre espace pro avec une progression guidée sans dépendre d’un intégrateur.</p>
                    </article>
                            </div>
        </div>
    </section>

    <section id="accompagnement-pro" class="tw-relative tw-overflow-hidden tw-bg-[linear-gradient(135deg,#1a0f62_0%,#1b1067_55%,#23106f_100%)] tw-px-6 tw-py-16 tw-text-white">
        <div class="tw-pointer-events-none tw-absolute tw-bottom-[-190px] tw-left-1/2 tw-h-[420px] tw-w-[1200px] tw--translate-x-1/2 tw-rounded-t-[420px] tw-bg-[rgba(119,102,198,0.28)]"></div>
        <div class="tw-relative tw-mx-auto tw-grid tw-max-w-7xl tw-gap-10 lg:tw-grid-cols-2 lg:tw-items-center">
            <div>
                <span class="tw-mb-5 tw-inline-block tw-rounded-full tw-border tw-border-white tw-px-4 tw-py-[6px] tw-text-[0.8125rem] tw-font-semibold tw-uppercase tw-tracking-[0.05em] tw-text-[#ed2d1c]">Espace Professionnel</span>
                <h2 class="tw-text-4xl tw-font-black">Votre organisation pro, <span class="tw-text-secondary">déjà prête</span> à accélérer.</h2>
                <p class="tw-mt-4 tw-text-xl tw-text-white/80">Vous êtes sur la page pro: l’objectif n’est plus de découvrir My Sport Session, mais de lancer une gestion claire, mesurable et facile à faire adopter par votre équipe.</p>
                <ul class="tw-mt-6 tw-space-y-4 tw-text-sm tw-text-white/90">
                    <li class="tw-flex tw-items-start tw-gap-3 tw-text-lg"><span class="tw-mt-0.5 tw-text-[#f7a10b]">✓</span><span>Structurez vos offres, abonnements et créneaux depuis un seul espace</span></li>
                    <li class="tw-flex tw-items-start tw-gap-3 tw-text-lg"><span class="tw-mt-0.5 tw-text-[#f7a10b]">✓</span><span>Gardez une vision temps réel des réservations, présences et disponibilités</span></li>
                    <li class="tw-flex tw-items-start tw-gap-3 tw-text-lg"><span class="tw-mt-0.5 tw-text-[#f7a10b]">✓</span><span>Automatisez les rappels clients et limitez les tâches répétitives</span></li>
                    <li class="tw-flex tw-items-start tw-gap-3 tw-text-lg"><span class="tw-mt-0.5 tw-text-[#f7a10b]">✓</span><span>Pilotez la croissance avec des indicateurs exploitables au quotidien</span></li>
                </ul>
                <div class="tw-mt-8 tw-flex tw-flex-col tw-gap-3 sm:tw-flex-row">
                    <a href="/login" class="tw-inline-flex tw-items-center tw-justify-center tw-rounded-lg tw-bg-white tw-px-7 tw-py-3 tw-text-sm tw-font-black tw-text-mss-blue hover:tw-bg-slate-100 !tw-no-underline">Accéder à mon espace</a>
                    <a href="#fonctionnalites" class="tw-inline-flex tw-items-center tw-justify-center tw-rounded-lg tw-border tw-border-white/45 tw-px-7 tw-py-3 tw-text-sm tw-font-semibold tw-text-white hover:tw-bg-white/10 !tw-no-underline">Revoir les modules</a>
                </div>
            </div>
            <div class="mss-pro-frame tw-relative tw-overflow-hidden tw-rounded-3xl tw-bg-[linear-gradient(180deg,#1e146b_0%,#170f5a_100%)] tw-p-5 tw-shadow-[0_20px_45px_rgba(6,3,30,0.35)] lg:tw-rotate-[2deg]">
                <div class="tw-relative tw-overflow-hidden tw-rounded-[1.15rem] tw-border tw-border-[#3d3299] tw-bg-[#201775] tw-h-72 sm:tw-h-80">
                    <span class="mss-pro-frame-scan tw-pointer-events-none tw-absolute tw-left-0 tw-right-0 tw-top-0 tw-z-10 tw-h-16 tw-bg-[linear-gradient(180deg,rgba(34,211,238,0),rgba(34,211,238,0.18),rgba(34,211,238,0))]"></span>
                    <div class="tw-grid tw-grid-cols-[60px_1fr] tw-h-full">
                        <div class="tw-border-r tw-border-[#302683] tw-bg-[#170f5b] tw-px-3 tw-py-4">
                            <div class="tw-flex tw-gap-1.5">
                                <span class="tw-h-2.5 tw-w-2.5 tw-rounded-full tw-bg-[#f97316]"></span>
                                <span class="tw-h-2.5 tw-w-2.5 tw-rounded-full tw-bg-[#facc15]"></span>
                                <span class="tw-h-2.5 tw-w-2.5 tw-rounded-full tw-bg-[#22c55e]"></span>
                            </div>
                            <div class="tw-mt-8 tw-space-y-3">
                                <span class="mss-pro-frame-bar tw-block tw-h-2 tw-rounded-full tw-bg-[#f97316]"></span>
                                <span class="mss-pro-frame-bar tw-block tw-h-2 tw-rounded-full tw-bg-[#4436a6]" style="animation-delay: 160ms;"></span>
                                <span class="mss-pro-frame-bar tw-block tw-h-2 tw-rounded-full tw-bg-[#4436a6]" style="animation-delay: 320ms;"></span>
                                <span class="mss-pro-frame-bar tw-block tw-h-2 tw-rounded-full tw-bg-[#4436a6]" style="animation-delay: 480ms;"></span>
                            </div>
                        </div>

                        <div class="tw-p-4">
                            <div class="mss-pro-frame-bar tw-mb-4 tw-h-3 tw-w-2/3 tw-rounded-full tw-bg-[#3b2f94]"></div>
                            <div class="tw-grid tw-grid-cols-4 tw-gap-2 tw-h-full">
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-border tw-border-[#f97316]/60 tw-bg-[#4e2f78]"></span>
                                                                    <span class="tw-h-10 tw-rounded-lg tw-bg-[#140c59]"></span>
                                                            </div>
                        </div>
                    </div>
                </div>

                <div id="pro-landing-live-alert" class="tw-absolute tw-right-3 tw-top-4 tw-z-20 tw-max-w-[295px] tw-rounded-lg tw-bg-white tw-p-3 tw-text-slate-800 tw-shadow-[0_14px_30px_rgba(0,0,0,0.28)] tw-opacity-0 tw-translate-y-2 tw-transition tw-duration-300">
                    <div class="tw-flex tw-items-start tw-gap-3">
                        <div id="pro-landing-live-alert-icon-wrap" class="tw-flex tw-h-10 tw-w-10 tw-shrink-0 tw-items-center tw-justify-center tw-rounded-xl tw-bg-[#ffe8d6]">
                            <i id="pro-landing-live-alert-icon" class="fas fa-money-bill-wave tw-text-[#f97316]" aria-hidden="true"></i>
                        </div>
                        <div class="tw-min-w-0">
                            <div class="tw-flex tw-items-start tw-justify-between tw-gap-2">
                                <p id="pro-landing-live-alert-title" class="tw-text-base tw-font-bold tw-leading-tight tw-text-primary">Nouveau paiement</p>
                                <span id="pro-landing-live-alert-time" class="tw-whitespace-nowrap tw-text-xs tw-text-slate-400">Il y a 2 min</span>
                            </div>
                            <p id="pro-landing-live-alert-desc" class="tw-mt-1 tw-truncate tw-text-xs tw-text-slate-500">Pilates - 15,00 €</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section id="cta" class="tw-bg-mss-blue tw-px-6 tw-py-14 tw-text-white">
        <div class="tw-mx-auto tw-flex tw-max-w-7xl tw-flex-col tw-items-start tw-justify-between tw-gap-6 lg:tw-flex-row lg:tw-items-center">
            <div>
                <p class="tw-text-sm tw-font-bold tw-uppercase tw-tracking-[0.12em] tw-text-cyan-200">Prêt à lancer votre espace pro ?</p>
                <h2 class="tw-mt-2 tw-text-3xl tw-font-black tw-leading-tight sm:tw-text-4xl">Passez à une gestion plus fluide et plus rentable.</h2>
            </div>
            <div class="tw-flex tw-flex-wrap tw-gap-3">
                <a href="/login" class="tw-inline-flex tw-rounded-full tw-bg-red-mss tw-px-7 tw-py-3 tw-text-sm tw-font-black tw-text-white hover:tw-bg-mss-red-dark !tw-no-underline">Créer / accéder à mon espace</a>
                <a href="/resetting/request" class="tw-inline-flex tw-rounded-full tw-border tw-border-white/70 tw-px-7 tw-py-3 tw-text-sm tw-font-semibold tw-text-white hover:tw-bg-white/10 !tw-no-underline">Mot de passe oublié</a>
            </div>
        </div>
    </section>

    <footer class="tw-bg-slate-950 tw-text-slate-300">
        <div class="tw-mx-auto tw-grid tw-max-w-7xl tw-gap-8 tw-px-6 tw-py-10 md:tw-grid-cols-3">
            <div>
                <img src="/pro-landing/images/logo-white.svg" alt="My Sport Session" class="tw-h-10 tw-w-auto" />
                <p class="tw-mt-3 tw-text-sm tw-text-slate-400">La plateforme SaaS dédiée aux structures sport & loisirs.</p>
            </div>
            <div>
                <p class="tw-text-sm tw-font-bold tw-uppercase tw-tracking-[0.1em] tw-text-slate-100">Produit</p>
                <div class="tw-mt-3 tw-space-y-2 tw-text-sm">
                    <a href="#fonctionnalites" class="tw-block hover:tw-text-white">Fonctionnalités</a>
                    <a href="#cta" class="tw-block hover:tw-text-white">Essai</a>
                    <a href="/login" class="tw-block hover:tw-text-white">Connexion</a>
                </div>
            </div>
            <div>
                <p class="tw-text-sm tw-font-bold tw-uppercase tw-tracking-[0.1em] tw-text-slate-100">Légal</p>
                <div class="tw-mt-3 tw-space-y-2 tw-text-sm">
                    <a href="https://mysportsession.com/cgu" class="tw-block hover:tw-text-white">CGU</a>
                    <a href="https://mysportsession.com/confidentialite-des-donnees" class="tw-block hover:tw-text-white">Politique de confidentialité</a>
                </div>
            </div>
        </div>
    </footer>
</div>
<script>
    (function () {
        const proLiveAlert = document.getElementById('pro-landing-live-alert');
        if (!proLiveAlert) return;

        const proLiveAlertTitle = document.getElementById('pro-landing-live-alert-title');
        const proLiveAlertDesc = document.getElementById('pro-landing-live-alert-desc');
        const proLiveAlertTime = document.getElementById('pro-landing-live-alert-time');
        const proLiveAlertIcon = document.getElementById('pro-landing-live-alert-icon');
        const proLiveAlertIconWrap = document.getElementById('pro-landing-live-alert-icon-wrap');
        const notifications = [
            {
                title: 'Nouveau paiement',
                desc: 'Pilates - 15,00 €',
                time: 'Il y a 2 min',
                iconClass: 'fas fa-money-bill-wave tw-text-[#f97316]',
                iconWrapClass: 'tw-bg-[#ffe8d6]'
            },
            {
                title: 'Nouvelle réservation',
                desc: 'Yoga - Mardi 14h30',
                time: "À l'instant",
                iconClass: 'far fa-calendar-alt tw-text-[#4f46e5]',
                iconWrapClass: 'tw-bg-[#e9e7ff]'
            },
            {
                title: 'Nouveau message',
                desc: '"Bonjour, je souhaite réserver..."',
                time: 'Il y a 5 min',
                iconClass: 'fab fa-whatsapp tw-text-[#22c55e]',
                iconWrapClass: 'tw-bg-[#dff4e7]'
            }
        ];
        let index = 0;
        const showNotif = () => {
            const data = notifications[index % notifications.length];
            if (proLiveAlertTitle) proLiveAlertTitle.textContent = data.title;
            if (proLiveAlertDesc) proLiveAlertDesc.textContent = data.desc;
            if (proLiveAlertTime) proLiveAlertTime.textContent = data.time;
            if (proLiveAlertIcon) proLiveAlertIcon.className = data.iconClass;
            if (proLiveAlertIconWrap) {
                proLiveAlertIconWrap.className = `tw-flex tw-h-10 tw-w-10 tw-shrink-0 tw-items-center tw-justify-center tw-rounded-xl ${data.iconWrapClass}`;
            }

            proLiveAlert.classList.remove('tw-opacity-0', 'tw-translate-y-2');
            proLiveAlert.classList.add('tw-opacity-100', 'tw-translate-y-0');

            setTimeout(() => {
                proLiveAlert.classList.remove('tw-opacity-100', 'tw-translate-y-0');
                proLiveAlert.classList.add('tw-opacity-0', 'tw-translate-y-2');
            }, 1900);

            index += 1;
        };

        showNotif();
        setInterval(showNotif, 3000);
    })();
</script>
            </main>
        
        
            </body>
</html>
