Spaces:
Running
Running
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Elodia Tech - Traitement FSE Automatisé</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <script src="https://js.stripe.com/v3/"></script> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6b46c1 0%, #805ad5 100%); | |
| } | |
| .offer-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .feature-icon { | |
| background-color: rgba(139, 92, 246, 0.1); | |
| } | |
| .stripe-element { | |
| background: white; | |
| padding: 16px; | |
| border-radius: 8px; | |
| border: 1px solid #e2e8f0; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans bg-gray-50"> | |
| <!-- Header --> | |
| <header class="gradient-bg text-white"> | |
| <div class="container mx-auto px-6 py-8"> | |
| <div class="flex items-center justify-between"> | |
| <div class="flex items-center"> | |
| <img src="https://elodiatech.com/wp-content/uploads/2023/03/logo-elodia-tech.png" alt="Elodia Tech" class="h-12"> | |
| <span class="ml-3 text-xl font-bold">Elodia Tech</span> | |
| </div> | |
| <nav class="hidden md:flex space-x-8"> | |
| <a href="#" class="hover:text-purple-200">Accueil</a> | |
| <a href="#" class="hover:text-purple-200">Fonctionnalités</a> | |
| <a href="#" class="hover:text-purple-200">Tarifs</a> | |
| <a href="#" class="hover:text-purple-200">Contact</a> | |
| </nav> | |
| <button class="md:hidden text-white"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section class="gradient-bg text-white py-16"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">Traitement Automatisé des FSE</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Solution cloud complète pour la gestion et la transmission des Fiches de Soins Électroniques</p> | |
| <a href="#offres" class="bg-white text-purple-800 font-bold py-3 px-8 rounded-full hover:bg-purple-100 transition duration-300 inline-block"> | |
| Voir nos offres | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section class="py-16 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Pourquoi choisir notre solution ?</h2> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-xl"> | |
| <div class="feature-icon w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-bolt text-purple-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Automatisation complète</h3> | |
| <p class="text-gray-600">Transmission automatique des FSE à la CPS sans intervention manuelle.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl"> | |
| <div class="feature-icon w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-shield-alt text-purple-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Conforme et sécurisé</h3> | |
| <p class="text-gray-600">Solution certifiée et conforme aux exigences de l'Assurance Maladie.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl"> | |
| <div class="feature-icon w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-chart-line text-purple-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Suivi en temps réel</h3> | |
| <p class="text-gray-600">Tableau de bord complet avec suivi des transmissions et des remboursements.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Offers Section --> | |
| <section id="offres" class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Nos offres</h2> | |
| <div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto"> | |
| <!-- Basic Offer --> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden offer-card transition duration-300"> | |
| <div class="gradient-bg text-white py-6 px-8"> | |
| <h3 class="text-xl font-bold">Starter</h3> | |
| <p class="opacity-90">Parfait pour les petits cabinets</p> | |
| </div> | |
| <div class="p-8"> | |
| <div class="text-4xl font-bold mb-4 text-gray-800">29€<span class="text-lg text-gray-500">/mois</span></div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Jusqu'à 50 FSE/mois</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Transmission automatique</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Support email</span> | |
| </li> | |
| <li class="flex items-start text-gray-400"> | |
| <i class="fas fa-times text-red-400 mt-1 mr-2"></i> | |
| <span>Rapports avancés</span> | |
| </li> | |
| </ul> | |
| <button onclick="selectOffer('starter')" class="w-full bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-4 rounded transition duration-300"> | |
| Souscrire | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Pro Offer (Recommended) --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden offer-card transition duration-300 relative"> | |
| <div class="absolute top-0 right-0 bg-yellow-400 text-yellow-900 text-xs font-bold px-3 py-1 rounded-bl-lg"> | |
| POPULAIRE | |
| </div> | |
| <div class="gradient-bg text-white py-6 px-8"> | |
| <h3 class="text-xl font-bold">Pro</h3> | |
| <p class="opacity-90">Solution complète pour professionnels</p> | |
| </div> | |
| <div class="p-8"> | |
| <div class="text-4xl font-bold mb-4 text-gray-800">59€<span class="text-lg text-gray-500">/mois</span></div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Jusqu'à 200 FSE/mois</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Transmission automatique</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Support prioritaire</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Rapports avancés</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Intégration logiciel tiers</span> | |
| </li> | |
| </ul> | |
| <button onclick="selectOffer('pro')" class="w-full gradient-bg hover:opacity-90 text-white font-bold py-3 px-4 rounded transition duration-300"> | |
| Souscrire | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Enterprise Offer --> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden offer-card transition duration-300"> | |
| <div class="gradient-bg text-white py-6 px-8"> | |
| <h3 class="text-xl font-bold">Enterprise</h3> | |
| <p class="opacity-90">Pour les structures importantes</p> | |
| </div> | |
| <div class="p-8"> | |
| <div class="text-4xl font-bold mb-4 text-gray-800">99€<span class="text-lg text-gray-500">/mois</span></div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>FSE illimités</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Transmission automatique</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Support 24/7</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Rapports personnalisés</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>API complète</span> | |
| </li> | |
| </ul> | |
| <button onclick="selectOffer('enterprise')" class="w-full bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-4 rounded transition duration-300"> | |
| Souscrire | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Payment Modal --> | |
| <div id="paymentModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 hidden"> | |
| <div class="bg-white rounded-lg max-w-md w-full mx-4 overflow-hidden"> | |
| <div class="gradient-bg text-white py-4 px-6"> | |
| <h3 class="text-xl font-bold" id="modalTitle">Souscription à l'offre Pro</h3> | |
| </div> | |
| <div class="p-6"> | |
| <div class="mb-6"> | |
| <h4 class="font-bold text-lg mb-2">Détails de l'offre</h4> | |
| <p id="offerDetails">59€/mois - Jusqu'à 200 FSE/mois</p> | |
| </div> | |
| <form id="payment-form"> | |
| <div class="mb-4"> | |
| <label class="block text-gray-700 mb-2" for="email">Email</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500" required placeholder="votre@email.com"> | |
| </div> | |
| <div class="mb-4"> | |
| <label class="block text-gray-700 mb-2">Informations de paiement</label> | |
| <div id="card-element" class="stripe-element"> | |
| <!-- Stripe Elements will be inserted here --> | |
| </div> | |
| <div id="card-errors" role="alert" class="text-red-500 text-sm mt-2"></div> | |
| </div> | |
| <div class="flex items-center mb-6"> | |
| <input type="checkbox" id="terms" class="mr-2" required> | |
| <label for="terms" class="text-sm text-gray-600">J'accepte les <a href="#" class="text-purple-600 hover:underline">conditions générales</a></label> | |
| </div> | |
| <button type="submit" id="submit-button" class="w-full gradient-bg hover:opacity-90 text-white font-bold py-3 px-4 rounded transition duration-300"> | |
| <span id="button-text">Payer maintenant</span> | |
| <span id="button-spinner" class="hidden"> | |
| <i class="fas fa-spinner fa-spin"></i> | |
| </span> | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Software Info Section --> | |
| <section class="py-16 bg-white"> | |
| <div class="container mx-auto px-6 max-w-4xl"> | |
| <h2 class="text-3xl font-bold text-center mb-8 text-gray-800">Notre solution logicielle</h2> | |
| <div class="bg-gray-50 rounded-xl p-8"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/3 mb-6 md:mb-0 flex justify-center"> | |
| <div class="bg-purple-100 p-6 rounded-full"> | |
| <i class="fas fa-cloud text-purple-600 text-5xl"></i> | |
| </div> | |
| </div> | |
| <div class="md:w-2/3 md:pl-8"> | |
| <h3 class="text-2xl font-bold mb-4 text-gray-800">Elodia FSE Manager</h3> | |
| <p class="text-gray-600 mb-4">Version 2.5.0 - Solution Cloud</p> | |
| <p class="text-gray-600">Notre logiciel est une solution SaaS (Software as a Service) hébergée sur des serveurs sécurisés et accessibles depuis n'importe quel navigateur web. Aucune installation locale nécessaire.</p> | |
| <div class="mt-6"> | |
| <a href="#" class="text-purple-600 font-medium hover:underline">Voir la documentation technique</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- FAQ Section --> | |
| <section class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-6 max-w-4xl"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Questions fréquentes</h2> | |
| <div class="space-y-4"> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
| <button onclick="toggleFAQ(1)" class="w-full flex justify-between items-center p-6 text-left"> | |
| <span class="font-medium text-lg">Comment fonctionne le prélèvement automatique ?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300" id="faq-icon-1"></i> | |
| </button> | |
| <div id="faq-content-1" class="px-6 pb-6 hidden"> | |
| <p class="text-gray-600">Le prélèvement est effectué automatiquement chaque mois via Stripe ou Qonto, selon votre choix. Vous recevrez une facture détaillée par email à chaque prélèvement.</p> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
| <button onclick="toggleFAQ(2)" class="w-full flex justify-between items-center p-6 text-left"> | |
| <span class="font-medium text-lg">Quand vais-je recevoir mes identifiants ?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300" id="faq-icon-2"></i> | |
| </button> | |
| <div id="faq-content-2" class="px-6 pb-6 hidden"> | |
| <p class="text-gray-600">Immédiatement après votre paiement, vous recevrez un email avec vos identifiants pour accéder à la plateforme. Le processus est entièrement automatisé.</p> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
| <button onclick="toggleFAQ(3)" class="w-full flex justify-between items-center p-6 text-left"> | |
| <span class="font-medium text-lg">Puis-je changer d'offre ultérieurement ?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300" id="faq-icon-3"></i> | |
| </button> | |
| <div id="faq-content-3" class="px-6 pb-6 hidden"> | |
| <p class="text-gray-600">Oui, vous pouvez à tout moment mettre à niveau ou rétrograder votre abonnement depuis votre espace client. Le changement prend effet au début du prochain cycle de facturation.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 text-white py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <img src="https://elodiatech.com/wp-content/uploads/2023/03/logo-elodia-tech.png" alt="Elodia Tech" class="h-10 mb-4"> | |
| <p class="text-gray-400">Solution innovante pour le traitement automatisé des FSE.</p> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Liens utiles</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Conditions générales</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Politique de confidentialité</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Support</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Centre d'aide</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Contactez-nous</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Statut du service</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Nous contacter</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-envelope mr-2 text-gray-400"></i> | |
| <span class="text-gray-400">contact@elodiatech.com</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-phone mr-2 text-gray-400"></i> | |
| <span class="text-gray-400">+33 1 23 45 67 89</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> | |
| <p>© 2023 Elodia Tech. Tous droits réservés.</p> | |
| </html> |