<!DOCTYPE html>
<html class="tw-h-full" lang="fr" data-theme="light">
    <head>
        <meta charset="UTF-8">
                                                                                    
                            
        
        
                            
        
                                                    
        
        <title>Découvrez nos partenaires</title>
        <meta name="description" content="Trouvez toutes les informations dont vous avez besoin, réservez votre prochaine séance de sport parmi plus de 50 sports différents, en 1 clic sans abonnement, sans engagement et au meilleur prix !" 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" data-react-helmet="true">

                                    <link rel="canonical" href="https://www.mysportsession.com/partenaires" />
                            <meta property="og:site_name" content="My Sport Session" data-react-helmet="true">
        <meta property="og:title" content="Découvrez nos partenaires" data-react-helmet="true"/>
        <meta property="og:description" content="Trouvez toutes les informations dont vous avez besoin, réservez votre prochaine séance de sport parmi plus de 50 sports différents, en 1 clic sans abonnement, sans engagement et au meilleur prix !" data-react-helmet="true"/>
        <meta property="og:image" itemprop="image" content="https://www.mysportsession.com/buildWP/images/android-chrome-600x600.png" data-react-helmet="true">
        <meta property="og:image:secure_url" itemprop="image" content="https://www.mysportsession.com/buildWP/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://www.mysportsession.com/partenaires" 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="/buildWP/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">
        <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 rel="stylesheet" href="/build/assets/tom-select-DfT5RyP8.css"><link rel="modulepreload" href="/build/assets/tom-select-B0xYvlai.js">
            <link rel="stylesheet" href="/buildWP/main.2c9bcfde.css">
        
                        <script type="module" src="/build/assets/base-CxAhiZ4Y.js"></script>
            <script src="/buildWP/0.0e6e3c63.js"></script><script src="/buildWP/main.e46d3e51.js"></script>
        
    <script>
        (function () {
            const initLiveFilter = function () {
            const input = document.querySelector("[data-live-filter-input]");
            const items = Array.from(document.querySelectorAll("[data-live-filter-item]"));
            const emptyState = document.querySelector("[data-live-filter-empty]");

            if (!input || !items.length || !emptyState) {
                return;
            }

            const normalize = (value) =>
                (value || "")
                    .toLowerCase()
                    .normalize("NFD")
                    .replace(/[\u0300-\u036f]/g, "")
                    .trim();

            const applyFilter = () => {
                const query = normalize(input.value);
                let visibleCount = 0;

                items.forEach((item) => {
                    const text = normalize(item.getAttribute("data-filter-text"));
                    const isVisible = query === "" || text.includes(query);

                    item.classList.toggle("tw-hidden", !isVisible);
                    if (isVisible) {
                        visibleCount += 1;
                    }
                });

                emptyState.classList.toggle("tw-hidden", visibleCount > 0);
            };

            input.addEventListener("input", applyFilter);
            applyFilter();
            };

            if (document.readyState === "loading") {
                document.addEventListener("DOMContentLoaded", initLiveFilter);
                return;
            }

            initLiveFilter();
        })();
    </script>

        <script>
          var dataLayer = [];
        </script>
                    <!-- Google Tag Manager -->
            <script defer>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
                  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
                j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
                'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
              })(window,document,'script','dataLayer','GTM-PVCXB8X');</script>
            <!-- End Google Tag Manager -->
            </head>
    <body class="tw-flex tw-min-h-[100%] tw-flex-col main-style" >
                            <!-- Google Tag Manager (noscript) -->
            <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVCXB8X"
                              height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
            <!-- End Google Tag Manager (noscript) -->
        
                                    <header><style>
        #header #mss-user-menu-toggle,
        #header li.tw-relative.tw-list-none > a[aria-label="Se connecter"] {
            width: 3rem;
            height: 3rem;
            border: 2px solid #fff;
            box-shadow: 0 6px 16px rgba(15, 23, 42, 0.22);
            background: #f1f5f9;
        }

        #header #mss-user-menu-toggle > span {
            width: 100%;
            height: 100%;
        }
    </style><nav id="header" class="tw-fixed tw-left-0 tw-right-0 tw-top-0 tw-z-[1100] tw-flex tw-w-full tw-items-center tw-bg-white tw-px-3 tw-py-0 sm:tw-px-4"><a class="tw-my-0 tw-inline-flex tw-items-center tw-py-0" href="/"><img src="/buildWP/images/logo/logo.png" alt="My Sport Session" class="tw-h-[60px] sm:tw-h-14 lg:tw-h-16 tw-w-auto"></a><div class="tw-ml-auto tw-flex tw-items-center tw-gap-2 sm:tw-gap-3"><a href="https://info.mysportsession.com/" target="_blank" class="tw-btn tw-btn-primary tw-btn-sm tw-rounded-full">Vous êtes un Pro</a><li class="tw-relative tw-list-none"><a
            href="/login"
            class="tw-inline-flex tw-h-11 tw-w-11 tw-items-center tw-justify-center tw-rounded-full tw-bg-slate-100 tw-text-primary tw-shadow-sm tw-ring-1 tw-ring-slate-200 hover:tw-bg-slate-200 hover:tw-no-underline"
            aria-label="Se connecter"
        ><i class="far fa-user tw-text-lg"></i></a></li></div></nav></header>                    
        
                    <main role="main" class="tw-shrink-0">
                    <main class="tw-bg-white tw-text-slate-900">
        <section class="tw-bg-[#f8f9fb] tw-px-4 tw-pb-14 tw-pt-16 sm:tw-px-6 lg:tw-px-10 lg:tw-pt-20">
            <div class="tw-mx-auto tw-max-w-6xl tw-text-center">
                <h1 class="tw-mx-auto tw-max-w-5xl tw-text-4xl tw-font-black tw-leading-tight tw-tracking-tight tw-text-primary sm:tw-text-5xl">
                    Découvrez nos partenaires
                </h1>
                <p class="tw-mx-auto tw-mt-4 tw-max-w-2xl tw-text-lg tw-text-slate-600 sm:tw-text-xl">
                    Retrouvez les structures partenaires et accédez à leurs offres en quelques clics.
                </p>

                <div class="tw-mx-auto tw-mt-7 tw-w-full tw-max-w-[560px]">
                    <div class="tw-flex tw-items-center tw-gap-3 tw-rounded-lg tw-bg-white tw-p-3 tw-shadow-sm">
                        <input
                            type="search"
                            id="partner-filter-input"
                            data-live-filter-input
                            value=""
                            class="tw-h-12 tw-w-full tw-rounded-lg tw-border-0 tw-bg-slate-100 tw-px-4 tw-text-base tw-text-slate-700 placeholder:tw-text-slate-400 focus:tw-outline-none focus:tw-ring-2 focus:tw-ring-secondary/20"
                            placeholder="Rechercher"
                            aria-label="Rechercher un partenaire"
                        >
                        <span class="tw-inline-flex tw-h-12 tw-w-12 tw-shrink-0 tw-items-center tw-justify-center tw-rounded-full tw-bg-secondary tw-text-white">
                            <i class="fas fa-search"></i>
                        </span>
                    </div>
                </div>
            </div>
        </section>

        <section class="tw-bg-slate-50 tw-px-4 tw-py-16 sm:tw-px-6 lg:tw-px-10" aria-labelledby="partners-list-heading">
            <div class="tw-mx-auto tw-max-w-6xl">
                <h2 id="partners-list-heading" class="tw-sr-only">Liste des partenaires</h2>
                <div data-live-filter-grid class="tw-grid tw-grid-cols-1 tw-gap-5 md:tw-grid-cols-2 lg:tw-grid-cols-3">
                                    <article data-live-filter-item data-filter-text="hotel ibis centre comedie" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/ibiscomedie" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/5e2853e627930983739478.png" alt="HOTEL IBIS CENTRE COMEDIE">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">HOTEL IBIS CENTRE COMEDIE</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hotel ibis montpellier sud" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/ibismontpelliersud" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/5e67526335570792109303.png" alt="HOTEL IBIS MONTPELLIER SUD">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">HOTEL IBIS MONTPELLIER SUD</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hotel ibis montpellier centre" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/ibismontpelliercentre" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/5e2853c71c420001160647.png" alt="HOTEL IBIS MONTPELLIER CENTRE">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">HOTEL IBIS MONTPELLIER CENTRE</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hotel ibis styles centre comedie" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/ibisstylescentrecomedie" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/5e28538116ed7261518910.png" alt="HOTEL IBIS STYLES CENTRE COMEDIE">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">HOTEL IBIS STYLES CENTRE COMEDIE</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="auch culture &amp; loisirs" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/auch" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/647dfb040c6f0347992028.png" alt="AUCH CULTURE &amp; LOISIRS">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">AUCH CULTURE &amp; LOISIRS</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="beach masters" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/beachmasters" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/64e5e0bd872e5713633311.png" alt="BEACH MASTERS">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">BEACH MASTERS</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hôtel des arts" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/hotel-des-arts" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/67a1e1d4e1c81185190860.png" alt="Hôtel des Arts">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">Hôtel des Arts</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hôtel le brasilia" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/le-brasilia" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/679791ced5438841684243.jpg" alt="Hôtel Le Brasilia">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">Hôtel Le Brasilia</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hôtel les alizés" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/lesalizes" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/679795959c880854535308.jpg" alt="Hôtel Les Alizés">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">Hôtel Les Alizés</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hôtel d&#039;aragon" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/hotel-daragon" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/67aa1f5f1e079909587836.png" alt="Hôtel d&#039;Aragon">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">Hôtel d&#039;Aragon</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hôtel colisée-verdun" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/hotel-colisee-verdun" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/67b6eb4292d72050138171.png" alt="Hôtel Colisée-Verdun">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">Hôtel Colisée-Verdun</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="hôtel prime" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/hotel-prime" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/6809fba6f12fc118291806.jpg" alt="Hôtel Prime">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">Hôtel Prime</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="edo campus by my sport session" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/edocampus" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/692da5cb56148614725285.jpeg" alt="EDO Campus by My Sport Session">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">EDO Campus by My Sport Session</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="cse dell montpellier" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/dell" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/6936da4859101521347889.png" alt="CSE DELL Montpellier">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">CSE DELL Montpellier</h3>
                            </div>
                        </a>
                    </article>
                                    <article data-live-filter-item data-filter-text="imacam - centre de radiologie - millénaire" class="tw-group tw-overflow-hidden tw-rounded-lg tw-bg-white tw-shadow-sm tw-ring-1 tw-ring-slate-100 tw-transition hover:tw--translate-y-1 hover:tw-shadow-lg">
                        <a href="/portail/imacam" class="tw-block !tw-no-underline">
                                                            <div class="tw-flex tw-h-52 tw-items-center tw-justify-center tw-overflow-hidden tw-bg-white">
                                    <img class="tw-max-h-[84%] tw-max-w-full tw-object-contain tw-transition tw-duration-300 group-hover:tw-scale-105" src="https://www.mysportsession.com/media/cache/resolve/meta_image_600x600/696a56c632234678957099.png" alt="Imacam - Centre de Radiologie - Millénaire">
                                </div>
                                                        <div class="tw-p-6">
                                <h3 class="tw-text-2xl tw-font-black tw-text-primary">Imacam - Centre de Radiologie - Millénaire</h3>
                            </div>
                        </a>
                    </article>
                                </div>

                <div data-live-filter-empty class="tw-hidden tw-mx-auto tw-mt-8 tw-max-w-xl tw-rounded-2xl tw-bg-white tw-p-6 tw-text-center tw-text-slate-700 tw-shadow-sm">
                    Aucun résultat.
                </div>
            </div>
        </section>
    </main>
            </main>
        
                                    <footer class="tw-bg-primary tw-text-white tw-px-6 tw-py-10 lg:tw-px-20">
    <div class="tw-mx-auto tw-max-w-6xl">
        <div class="tw-flex tw-justify-center tw-mb-6">
            <a href="/">
                <img src="/buildWP/images/logo/logo-blanc.png" alt="My Sport Session" class="tw-h-10" />
            </a>
        </div>

        <div class="tw-space-y-6 tw-text-sm tw-leading-relaxed">
            <p>
                Pour les Professionnels <b>My Sport Session est une plateforme de visibilité, de réservation et de gestion de sports, loisirs et bien-être.</b>
            </p>
            <p>
                Pour les pratiquants <b>My Sport Session est une plateforme de réservation immédiate de sports, loisirs et bien-être.</b>
            </p>
        </div>

        <div class="tw-mt-8 tw-grid tw-gap-6 tw-text-sm lg:tw-grid-cols-4">
            <div class="tw-space-y-2">
                <p class="tw-text-xl tw-font-bold">Professionnels</p>
                <a href="https://info.mysportsession.com/" target="_blank" class="tw-block">Je découvre My Sport Session</a>
                <a href="//pro.mysportsession.com/" target="_blank" class="tw-block">Je me connecte à mon Espace Pro</a>
            </div>
            <div class="tw-space-y-2">
                <p class="tw-text-xl tw-font-bold">Trouvez nos activités</p>
                <a href="/activites/search" class="tw-block">Je réserve une activité</a>
                <a href="/sport" class="tw-block">Nos Sports &amp; Loisirs</a>
                <a href="/laps" class="tw-block">Nos Villes</a>
                <a href="/partenaires" class="tw-block">Nos partenaires</a>
            </div>
            <div class="tw-space-y-2">
                <p class="tw-text-xl tw-font-bold">A propos de My Sport Session</p>
                <a href="https://www.mysportsession.com/blog/" class="tw-block">Le Blog My Sport Session</a>
                <a href="/faq" class="tw-block">FAQ</a>
                <a href="/contact" class="tw-block">Nous contacter</a>
                <a href="/recrutement" class="tw-block">Recrutement</a>
            </div>
            <div class="tw-space-y-2">
                <p class="tw-text-xl tw-font-bold">Recherches fréquentes</p>
                                <a href="/activites/search?date=2026-05-19&amp;startTime=6&amp;endTime=23&amp;address=Montpellier,%20Montpellier&amp;lat=43.6112422&amp;lng=3.8767337&amp;sport=padel-tennis" class="tw-block">Padel Montpellier</a>
                <a href="/activites/search?date=2026-05-19&amp;startTime=6&amp;endTime=23&amp;address=Montpellier,%20Montpellier&amp;lat=43.6112422&amp;lng=3.8767337&amp;sport=golf" class="tw-block">Golf Montpellier</a>
                <a href="/activites/search?date=2026-05-19&amp;startTime=6&amp;endTime=23&amp;address=Montpellier,%20Montpellier&amp;lat=43.6112422&amp;lng=3.8767337&amp;sport=pilates" class="tw-block">Pilates Montpellier</a>
            </div>
        </div>

        <div class="tw-mt-8 tw-flex tw-flex-col tw-items-center tw-gap-4 tw-text-center">
            <a href="mailto:contact@mysportsession.com" class="tw-text-base tw-font-bold">
                contact@mysportsession.com
            </a>
            <div class="tw-flex tw-items-center tw-justify-center tw-gap-6">
                <a class="tw-flex tw-flex-col tw-items-center tw-gap-1 tw-text-sm tw-text-center !tw-no-underline" href="https://www.facebook.com/My-Sport-Session-186924291912222/" target="_blank" rel="nofollow noreferrer noopener" aria-label="Facebook">
                    <i class="fab fa-facebook-f tw-text-xl !tw-m-0"></i>
                    <span>Facebook</span>
                </a>
                <a class="tw-flex tw-flex-col tw-items-center tw-gap-1 tw-text-sm tw-text-center !tw-no-underline" href="https://www.instagram.com/mysportsession/" target="_blank" rel="nofollow noreferrer noopener" aria-label="Instagram">
                    <i class="fab fa-instagram tw-text-xl !tw-m-0"></i>
                    <span>Instagram</span>
                </a>
                <a class="tw-flex tw-flex-col tw-items-center tw-gap-1 tw-text-sm tw-text-center !tw-no-underline" href="https://www.linkedin.com/company/my-sport-session/" target="_blank" rel="nofollow noreferrer noopener" aria-label="LinkedIn">
                    <i class="fab fa-linkedin-in tw-text-xl !tw-m-0"></i>
                    <span>LinkedIn</span>
                </a>
                <a class="tw-flex tw-flex-col tw-items-center tw-gap-1 tw-text-sm tw-text-center !tw-no-underline" href="https://wa.me/33670895964" target="_blank" rel="nofollow noreferrer noopener" aria-label="WhatsApp">
                    <i class="fab fa-whatsapp tw-text-xl !tw-m-0"></i>
                    <span>WhatsApp</span>
                </a>
            </div>
            <div class="tw-text-xs tw-text-white/70">
                <p>My Sport Session une marque française de The Business Hunter SAS</p>
                <p>Made in Montpellier 💙</p>
                <p>©2026 - France</p>
                <p class="tw-mt-3"><a href="/cgu" class="!tw-no-underline">CGU</a> - <a href="/mentions-legales" class="!tw-no-underline">Mentions légales</a> - <a href="/confidentialite-des-donnees" class="!tw-no-underline">Politique de confidentialité</a></p>
            </div>
        </div>
    </div>
</footer>

                        </body>
</html>
