Spaces:
Running
Running
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Mode Élégance | Boutique en ligne de vêtements et accessoires</title> | |
| <meta name="description" content="Découvrez notre collection exclusive de vêtements et accessoires pour homme et femme. Livraison rapide, paiement sécurisé et retours faciles."> | |
| <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> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: '#5E17EB', | |
| secondary: '#FF9F1C', | |
| dark: '#1A1A2E', | |
| light: '#F8F9FA', | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| .product-card:hover .product-actions { | |
| opacity: 1; | |
| transform: translateY(0); | |
| } | |
| .dropdown:hover .dropdown-menu { | |
| display: block; | |
| } | |
| .image-gallery-thumbnail.active { | |
| border: 2px solid #5E17EB; | |
| } | |
| @keyframes fadeIn { | |
| from { opacity: 0; } | |
| to { opacity: 1; } | |
| } | |
| .fade-in { | |
| animation: fadeIn 0.5s ease-in-out; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50 font-sans"> | |
| <!-- Header --> | |
| <header class="bg-white shadow-sm sticky top-0 z-50"> | |
| <div class="container mx-auto px-4 py-3"> | |
| <div class="flex items-center justify-between"> | |
| <!-- Logo --> | |
| <div class="flex items-center"> | |
| <a href="#" class="text-2xl font-bold text-primary">Mode<span class="text-secondary">Élégance</span></a> | |
| </div> | |
| <!-- Mobile Menu Button --> | |
| <div class="md:hidden"> | |
| <button id="mobile-menu-button" class="text-gray-700 focus:outline-none"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| <!-- Desktop Navigation --> | |
| <nav class="hidden md:flex items-center space-x-8"> | |
| <a href="#" class="text-dark hover:text-primary font-medium">Accueil</a> | |
| <div class="dropdown relative"> | |
| <button class="text-dark hover:text-primary font-medium flex items-center"> | |
| Boutique <i class="fas fa-chevron-down ml-1 text-xs"></i> | |
| </button> | |
| <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded-md mt-2 py-2 w-48 z-50"> | |
| <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Nouveautés</a> | |
| <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Homme</a> | |
| <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Femme</a> | |
| <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Accessoires</a> | |
| </div> | |
| </div> | |
| <a href="#" class="text-dark hover:text-primary font-medium">À propos</a> | |
| <a href="#" class="text-dark hover:text-primary font-medium">Contact</a> | |
| </nav> | |
| <!-- Icons --> | |
| <div class="hidden md:flex items-center space-x-6"> | |
| <div class="relative"> | |
| <button id="search-button" class="text-gray-700 hover:text-primary"> | |
| <i class="fas fa-search"></i> | |
| </button> | |
| <div id="search-bar" class="hidden absolute top-full right-0 mt-2 w-64 bg-white p-2 shadow-lg rounded-md"> | |
| <input type="text" placeholder="Rechercher..." class="w-full px-3 py-2 border rounded-md focus:outline-none focus:ring-2 focus:ring-primary"> | |
| </div> | |
| </div> | |
| <a href="#" class="text-gray-700 hover:text-primary relative"> | |
| <i class="fas fa-heart"></i> | |
| <span class="absolute -top-2 -right-2 bg-secondary text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span> | |
| </a> | |
| <a href="#" class="text-gray-700 hover:text-primary relative"> | |
| <i class="fas fa-shopping-cart"></i> | |
| <span class="absolute -top-2 -right-2 bg-secondary text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">2</span> | |
| </a> | |
| <a href="#" class="text-gray-700 hover:text-primary"> | |
| <i class="fas fa-user"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile Menu --> | |
| <div id="mobile-menu" class="hidden md:hidden bg-white border-t py-2"> | |
| <div class="container mx-auto px-4"> | |
| <a href="#" class="block py-2 text-dark hover:text-primary">Accueil</a> | |
| <div class="py-2"> | |
| <button class="flex items-center justify-between w-full text-dark hover:text-primary"> | |
| Boutique <i class="fas fa-chevron-down text-xs"></i> | |
| </button> | |
| <div class="pl-4 hidden"> | |
| <a href="#" class="block py-2 text-gray-700 hover:text-primary">Nouveautés</a> | |
| <a href="#" class="block py-2 text-gray-700 hover:text-primary">Homme</a> | |
| <a href="#" class="block py-2 text-gray-700 hover:text-primary">Femme</a> | |
| <a href="#" class="block py-2 text-gray-700 hover:text-primary">Accessoires</a> | |
| </div> | |
| </div> | |
| <a href="#" class="block py-2 text-dark hover:text-primary">À propos</a> | |
| <a href="#" class="block py-2 text-dark hover:text-primary">Contact</a> | |
| <div class="flex items-center space-x-4 py-2"> | |
| <a href="#" class="text-gray-700 hover:text-primary"><i class="fas fa-search"></i></a> | |
| <a href="#" class="text-gray-700 hover:text-primary relative"> | |
| <i class="fas fa-heart"></i> | |
| <span class="absolute -top-2 -right-2 bg-secondary text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span> | |
| </a> | |
| <a href="#" class="text-gray-700 hover:text-primary relative"> | |
| <i class="fas fa-shopping-cart"></i> | |
| <span class="absolute -top-2 -right-2 bg-secondary text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">2</span> | |
| </a> | |
| <a href="#" class="text-gray-700 hover:text-primary"><i class="fas fa-user"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section class="relative bg-gradient-to-r from-primary to-secondary text-white"> | |
| <div class="container mx-auto px-4 py-20 md:py-32"> | |
| <div class="max-w-2xl"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Collection Printemps/Été 2023</h1> | |
| <p class="text-xl mb-8">Découvrez nos nouvelles arrivées et profitez de 20% de réduction avec le code PRINTEMPS20</p> | |
| <a href="#" class="bg-white text-primary font-bold px-8 py-3 rounded-full hover:bg-gray-100 transition duration-300 inline-block">Voir la collection</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Categories --> | |
| <section class="py-12 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Nos Catégories</h2> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-6"> | |
| <a href="#" class="group relative overflow-hidden rounded-lg shadow-md hover:shadow-lg transition duration-300"> | |
| <img src="https://images.unsplash.com/photo-1490114538077-0a7f8cb49891?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Femme" class="w-full h-64 object-cover group-hover:scale-105 transition duration-500"> | |
| <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center"> | |
| <h3 class="text-white text-2xl font-bold">Femme</h3> | |
| </div> | |
| </a> | |
| <a href="#" class="group relative overflow-hidden rounded-lg shadow-md hover:shadow-lg transition duration-300"> | |
| <img src="https://images.unsplash.com/photo-1527719327859-c6ce80353573?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1476&q=80" alt="Homme" class="w-full h-64 object-cover group-hover:scale-105 transition duration-500"> | |
| <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center"> | |
| <h3 class="text-white text-2xl font-bold">Homme</h3> | |
| </div> | |
| </a> | |
| <a href="#" class="group relative overflow-hidden rounded-lg shadow-md hover:shadow-lg transition duration-300"> | |
| <img src="https://images.unsplash.com/photo-1590874103328-eac38a683ce7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1386&q=80" alt="Accessoires" class="w-full h-64 object-cover group-hover:scale-105 transition duration-500"> | |
| <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center"> | |
| <h3 class="text-white text-2xl font-bold">Accessoires</h3> | |
| </div> | |
| </a> | |
| <a href="#" class="group relative overflow-hidden rounded-lg shadow-md hover:shadow-lg transition duration-300"> | |
| <img src="https://images.unsplash.com/photo-1556905055-8f358a7a47b2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Nouveautés" class="w-full h-64 object-cover group-hover:scale-105 transition duration-500"> | |
| <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center"> | |
| <h3 class="text-white text-2xl font-bold">Nouveautés</h3> | |
| </div> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Featured Products --> | |
| <section class="py-12 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex justify-between items-center mb-8"> | |
| <h2 class="text-3xl font-bold">Produits Populaires</h2> | |
| <a href="#" class="text-primary font-medium hover:underline">Voir tout</a> | |
| </div> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8"> | |
| <!-- Product 1 --> | |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300 relative"> | |
| <div class="relative overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1542295669297-4d352b042bca?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Robe d'été" class="w-full h-80 object-cover"> | |
| <div class="product-actions absolute bottom-0 left-0 right-0 bg-white bg-opacity-90 p-3 flex justify-center space-x-4 opacity-0 transform translate-y-5 transition duration-300"> | |
| <button class="text-gray-700 hover:text-primary" title="Ajouter aux favoris"> | |
| <i class="fas fa-heart"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Voir rapidement"> | |
| <i class="fas fa-eye"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Comparer"> | |
| <i class="fas fa-exchange-alt"></i> | |
| </button> | |
| </div> | |
| <span class="absolute top-3 left-3 bg-secondary text-white text-xs font-bold px-2 py-1 rounded">Nouveau</span> | |
| </div> | |
| <div class="p-4"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-medium text-gray-900">Robe d'été légère</h3> | |
| <div class="flex items-center"> | |
| <span class="text-primary font-bold">49.99€</span> | |
| <span class="text-gray-400 text-sm line-through ml-2">59.99€</span> | |
| </div> | |
| </div> | |
| <div class="flex items-center mb-2"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm ml-2">(24 avis)</span> | |
| </div> | |
| <button class="w-full bg-primary text-white py-2 rounded hover:bg-opacity-90 transition duration-300 mt-2"> | |
| Ajouter au panier | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product 2 --> | |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300 relative"> | |
| <div class="relative overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Veste en jean" class="w-full h-80 object-cover"> | |
| <div class="product-actions absolute bottom-0 left-0 right-0 bg-white bg-opacity-90 p-3 flex justify-center space-x-4 opacity-0 transform translate-y-5 transition duration-300"> | |
| <button class="text-gray-700 hover:text-primary" title="Ajouter aux favoris"> | |
| <i class="fas fa-heart"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Voir rapidement"> | |
| <i class="fas fa-eye"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Comparer"> | |
| <i class="fas fa-exchange-alt"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <div class="p-4"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-medium text-gray-900">Veste en jean délavé</h3> | |
| <div class="flex items-center"> | |
| <span class="text-primary font-bold">79.99€</span> | |
| </div> | |
| </div> | |
| <div class="flex items-center mb-2"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="far fa-star"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm ml-2">(18 avis)</span> | |
| </div> | |
| <button class="w-full bg-primary text-white py-2 rounded hover:bg-opacity-90 transition duration-300 mt-2"> | |
| Ajouter au panier | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product 3 --> | |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300 relative"> | |
| <div class="relative overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1436&q=80" alt="Chaussures" class="w-full h-80 object-cover"> | |
| <div class="product-actions absolute bottom-0 left-0 right-0 bg-white bg-opacity-90 p-3 flex justify-center space-x-4 opacity-0 transform translate-y-5 transition duration-300"> | |
| <button class="text-gray-700 hover:text-primary" title="Ajouter aux favoris"> | |
| <i class="fas fa-heart"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Voir rapidement"> | |
| <i class="fas fa-eye"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Comparer"> | |
| <i class="fas fa-exchange-alt"></i> | |
| </button> | |
| </div> | |
| <span class="absolute top-3 left-3 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded">-30%</span> | |
| </div> | |
| <div class="p-4"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-medium text-gray-900">Chaussures en cuir</h3> | |
| <div class="flex items-center"> | |
| <span class="text-primary font-bold">89.99€</span> | |
| <span class="text-gray-400 text-sm line-through ml-2">129.99€</span> | |
| </div> | |
| </div> | |
| <div class="flex items-center mb-2"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm ml-2">(42 avis)</span> | |
| </div> | |
| <button class="w-full bg-primary text-white py-2 rounded hover:bg-opacity-90 transition duration-300 mt-2"> | |
| Ajouter au panier | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product 4 --> | |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300 relative"> | |
| <div class="relative overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1525507119028-ed4c629a60a3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1435&q=80" alt="Sac à main" class="w-full h-80 object-cover"> | |
| <div class="product-actions absolute bottom-0 left-0 right-0 bg-white bg-opacity-90 p-3 flex justify-center space-x-4 opacity-0 transform translate-y-5 transition duration-300"> | |
| <button class="text-gray-700 hover:text-primary" title="Ajouter aux favoris"> | |
| <i class="fas fa-heart"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Voir rapidement"> | |
| <i class="fas fa-eye"></i> | |
| </button> | |
| <button class="text-gray-700 hover:text-primary" title="Comparer"> | |
| <i class="fas fa-exchange-alt"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <div class="p-4"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-medium text-gray-900">Sac à main élégant</h3> | |
| <div class="flex items-center"> | |
| <span class="text-primary font-bold">65.99€</span> | |
| </div> | |
| </div> | |
| <div class="flex items-center mb-2"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm ml-2">(31 avis)</span> | |
| </div> | |
| <button class="w-full bg-primary text-white py-2 rounded hover:bg-opacity-90 transition duration-300 mt-2"> | |
| Ajouter au panier | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Banner --> | |
| <section class="py-12 bg-primary text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl font-bold mb-4">Livraison offerte dès 50€ d'achat</h2> | |
| <p class="text-xl mb-6">Profitez de notre offre spéciale pour votre première commande</p> | |
| <a href="#" class="bg-white text-primary font-bold px-8 py-3 rounded-full hover:bg-gray-100 transition duration-300 inline-block">Découvrir maintenant</a> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-12 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Ce que disent nos clients</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"J'ai reçu ma commande rapidement et les produits sont exactement comme sur les photos. La qualité est au rendez-vous et le service client est très réactif."</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sophie L." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-medium">Sophie L.</h4> | |
| <p class="text-gray-500 text-sm">Paris, France</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"Très satisfait de mon achat. La veste est superbe et correspond parfaitement à mes attentes. Je recommande cette boutique sans hésitation."</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Thomas D." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-medium">Thomas D.</h4> | |
| <p class="text-gray-500 text-sm">Lyon, France</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"Excellente expérience d'achat. Les produits sont de grande qualité et le site est très facile à utiliser. J'ai déjà passé plusieurs commandes et je continuerai."</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Camille R." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-medium">Camille R.</h4> | |
| <p class="text-gray-500 text-sm">Marseille, France</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Newsletter --> | |
| <section class="py-12 bg-gray-50"> | |
| <div class="container mx-auto px-4 max-w-4xl"> | |
| <div class="bg-white p-8 rounded-lg shadow-sm text-center"> | |
| <h2 class="text-3xl font-bold mb-4">Abonnez-vous à notre newsletter</h2> | |
| <p class="text-gray-700 mb-6">Recevez en exclusivité nos offres spéciales, nouveautés et conseils mode.</p> | |
| <form class="flex flex-col sm:flex-row gap-4"> | |
| <input type="email" placeholder="Votre adresse email" class="flex-grow px-4 py-3 border rounded-lg focus:outline-none focus:ring-2 focus:ring-primary"> | |
| <button type="submit" class="bg-primary text-white font-bold px-6 py-3 rounded-lg hover:bg-opacity-90 transition duration-300">S'abonner</button> | |
| </form> | |
| <p class="text-gray-500 text-sm mt-4">Nous ne partagerons jamais votre email avec des tiers.</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-dark text-white pt-12 pb-6"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-8"> | |
| <!-- About --> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Mode Élégance</h3> | |
| <p class="text-gray-400 mb-4">Notre boutique en ligne propose des vêtements et accessoires de qualité pour homme et femme, sélectionnés avec soin pour vous offrir le meilleur de la mode.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-pinterest-p"></i></a> | |
| </div> | |
| </div> | |
| <!-- Quick Links --> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Liens rapides</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Accueil</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Boutique</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">À propos</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Mon compte</a></li> | |
| </ul> | |
| </div> | |
| <!-- Customer Service --> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Service client</h3> | |
| <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">Suivi de commande</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Livraison & retours</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Paiement sécurisé</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">FAQ</a></li> | |
| </ul> | |
| </div> | |
| <!-- Contact --> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Contactez-nous</h3> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center text-gray-400"> | |
| <i class="fas fa-map-marker-alt mr-3"></i> 123 Rue de la Mode, 75001 Paris | |
| </li> | |
| <li class="flex items-center text-gray-400"> | |
| <i class="fas fa-phone-alt mr-3"></i> +33 1 23 45 67 89 | |
| </li> | |
| <li class="flex items-center text-gray-400"> | |
| <i class="fas fa-envelope mr-3"></i> contact@mode-elegance.com | |
| </li> | |
| <li class="flex items-center text-gray-400"> | |
| <i class="fab fa-whatsapp mr-3"></i> +33 6 12 34 56 78 | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 pt-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 Mode Élégance. Tous droits réservés.</p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Conditions générales</a> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Politique de confidentialité</a> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Mentions légales</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Quick View Modal --> | |
| <div id="quick-view-modal" class="fixed inset-0 bg-black bg-opacity-50 z-50 hidden items-center justify-center p-4"> | |
| <div class="bg-white rounded-lg max-w-4xl w-full max-h-screen overflow-y-auto"> | |
| <div class="relative"> | |
| <button id="close-quick-view" class="absolute top-4 right-4 text-gray-700 hover:text-primary z-10"> | |
| <i class="fas fa-times text-2xl"></i> | |
| </button> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8 p-6"> | |
| <!-- Product Images --> | |
| <div> | |
| <div class="mb-4"> | |
| <img id="quick-view-main-image" src="https://images.unsplash.com/photo-1542295669297-4d352b042bca?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Produit" class="w-full h-auto rounded-lg"> | |
| </div> | |
| <div class="grid grid-cols-4 gap-2"> | |
| <button class="image-thumbnail border rounded p-1 hover:border-primary"> | |
| <img src="https://images.unsplash.com/photo-1542295669297-4d352b042bca?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Miniature 1" class="w-full h-20 object-cover"> | |
| </button> | |
| <button class="image-thumbnail border rounded p-1 hover:border-primary"> | |
| <img src="https://images.unsplash.com/photo-1581047376859-5fc0e3b61d1f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Miniature 2" class="w-full h-20 object-cover"> | |
| </button> | |
| <button class="image-thumbnail border rounded p-1 hover:border-primary"> | |
| <img src="https://images.unsplash.com/photo-1581047376859-5fc0e3b61d1f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Miniature 3" class="w-full h-20 object-cover"> | |
| </button> | |
| <button class="image-thumbnail border rounded p-1 hover:border-primary"> | |
| <img src="https://images.unsplash.com/photo-1581047376859-5fc0e3b61d1f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Miniature 4" class="w-full h-20 object-cover"> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product Details --> | |
| <div> | |
| <h2 class="text-2xl font-bold mb-2">Robe d'été légère</h2> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm ml-2">(24 avis)</span> | |
| <a href="#reviews" class="text-primary text-sm ml-4 hover:underline">Voir les avis</a> | |
| </div> | |
| <div class="mb-6"> | |
| <span class="text-primary text-2xl font-bold">49.99€</span> | |
| <span class="text-gray-400 text-lg line-through ml-2">59.99€</span> | |
| <span class="bg-secondary text-white text-xs font-bold px-2 py-1 rounded ml-2">-17%</span> | |
| </div> | |
| <p class="text-gray-700 mb-6">Robe d'été légère en coton bio avec motifs floraux. Confortable et élégante, parfaite pour les journées ensoleillées. Disponible en plusieurs tailles et couleurs.</p> | |
| <div class="mb-6"> | |
| <h3 class="font-medium mb-2">Couleurs disponibles :</h3> | |
| <div class="flex space-x-2"> | |
| <button class="w-8 h-8 rounded-full bg-blue-500 border-2 border-white shadow-md"></button> | |
| <button class="w-8 h-8 rounded-full bg-pink-300 border-2 border-white shadow-md"></button> | |
| <button class="w-8 h-8 rounded-full bg-yellow-200 border-2 border-white shadow-md"></button> | |
| <button class="w-8 h-8 rounded-full bg-green-200 border-2 border-white shadow-md"></button> | |
| </div> | |
| </div> | |
| <div class="mb-6"> | |
| <h3 class="font-medium mb-2">Taille :</h3> | |
| <div class="flex flex-wrap gap-2"> | |
| <button class="px-4 py-2 border rounded hover:bg-primary hover:text-white">XS</button> | |
| <button class="px-4 py-2 border rounded hover:bg-primary hover:text-white">S</button> | |
| <button class="px-4 py-2 border rounded bg-primary text-white">M</button> | |
| <button class="px-4 py-2 border rounded hover:bg-primary hover:text-white">L</button> | |
| <button class="px-4 py-2 border rounded hover:bg-primary hover:text-white">XL</button> | |
| </div> | |
| </div> | |
| <div class="mb-6"> | |
| <h3 class="font-medium mb-2">Quantité :</h3> | |
| <div class="flex items-center"> | |
| <button class="w-10 h-10 border rounded-l flex items-center justify-center">-</button> | |
| <input type="number" value="1" min="1" class="w-16 h-10 border-t border-b text-center"> | |
| <button class="w-10 h-10 border rounded-r flex items-center justify-center">+</button> | |
| </div> | |
| </div> | |
| <div class="flex flex-col sm:flex-row gap-4"> | |
| <button class="bg-primary text-white py-3 px-6 rounded hover:bg-opacity-90 transition duration-300 flex-grow"> | |
| Ajouter au panier | |
| </button> | |
| <button class="border border-primary text-primary py-3 px-6 rounded hover:bg-gray-50 transition duration-300"> | |
| Ajouter aux favoris | |
| </button> | |
| </div> | |
| <div class="mt-6 pt-6 border-t"> | |
| <div class="flex items-start mb-3"> | |
| <i class="fas fa-truck text-gray-500 mt-1 mr-3"></i> | |
| <div> | |
| <h4 class="font-medium">Livraison rapide</h4> | |
| <p class="text-gray-500 text-sm">Livraison en 2-3 jours ouvrés</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start mb-3"> | |
| <i class="fas fa-undo-alt text-gray-500 mt-1 mr-3"></i> | |
| <div> | |
| <h4 class="font-medium">Retours faciles</h4> | |
| <p class="text-gray-500 text-sm">30 jours pour changer d'avis</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <i class="fas fa-lock text-gray-500 mt-1 mr-3"></i> | |
| <div> | |
| <h4 class="font-medium">Paiement sécurisé</h4> | |
| <p class="text-gray-500 text-sm">CB, PayPal, Mobile Money</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Shopping Cart Sidebar --> | |
| <div id="cart-sidebar" class="fixed inset-y-0 right-0 w-full sm:w-96 bg-white shadow-lg z-50 transform translate-x-full transition-transform duration-300"> | |
| <div class="h-full flex flex-col"> | |
| <div class="p-4 border-b flex justify-between items-center"> | |
| <h3 class="text-xl font-bold">Votre panier (2)</h3> | |
| <button id="close-cart" class="text-gray-700 hover:text-primary"> | |
| <i class="fas fa-times"></i> | |
| </button> | |
| </div> | |
| <div class="flex-grow overflow-y-auto p-4"> | |
| <!-- Cart Item 1 --> | |
| <div class="flex mb-4 pb-4 border-b"> | |
| <div class="w-24 h-24 bg-gray-100 rounded overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1542295669297-4d352b042bca?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Robe d'été" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="ml-4 flex-grow"> | |
| <h4 class="font-medium">Robe d'été légère</h4> | |
| <p class="text-gray-500 text-sm">Taille: M, Couleur: Bleu</p> | |
| <div class="flex justify-between items-center mt-2"> | |
| <div class="flex items-center"> | |
| <button class="w-6 h-6 border rounded flex items-center justify-center">-</button> | |
| <span class="mx-2">1</span> | |
| <button class="w-6 h-6 border rounded flex items-center justify-center">+</button> | |
| </div> | |
| <span class="font-medium">49.99€</span> | |
| </div> | |
| </div> | |
| <button class="text-gray-400 hover:text-red-500 ml-2"> | |
| <i class="fas fa-trash"></i> | |
| </button> | |
| </div> | |
| <!-- Cart Item 2 --> | |
| <div class="flex mb-4 pb-4 border-b"> | |
| <div class="w-24 h-24 bg-gray-100 rounded overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1436&q=80" alt="Chaussures" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="ml-4 flex-grow"> | |
| <h4 class="font-medium">Chaussures en cuir</h4> | |
| <p class="text-gray-500 text-sm">Taille: 38, Couleur: Noir</p> | |
| <div class="flex justify-between items-center mt-2"> | |
| <div class="flex items-center"> | |
| <button class="w-6 h-6 border rounded flex items-center justify-center">-</button> | |
| <span class="mx-2">1</span> | |
| <button class="w-6 h-6 border rounded flex items-center justify-center">+</button> | |
| </div> | |
| <span class="font-medium">89.99€</span> | |
| </div> | |
| </div> | |
| <button class="text-gray-400 hover:text-red-500 ml-2"> | |
| <i class="fas fa-trash"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <div class="p-4 border-t"> | |
| <div class="flex justify-between mb-2"> | |
| <span>Sous-total</span> | |
| <span>139.98€</span> | |
| </div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Livraison</span> | |
| <span>4.99€</span> | |
| </div> | |
| <div class="flex justify-between font-bold text-lg mb-4"> | |
| <span>Total</span> | |
| <span>144.97€</span> | |
| </div> | |
| <div class="flex flex-col space-y-3"> | |
| <a href="#" class="bg-primary text-white py-3 px-6 rounded text-center hover:bg-opacity-90 transition duration-300"> | |
| Passer la commande | |
| </a> | |
| <a href="#" class="border border-primary text-primary py-3 px-6 rounded text-center hover:bg-gray-50 transition duration-300"> | |
| Voir le panier | |
| </a> | |
| </div> | |
| <div class="mt-4 text-center"> | |
| <p class="text-sm text-gray-500">Ou continuez vos achats</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <script> | |
| // Mobile Menu Toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // Search Toggle | |
| document.getElementById('search-button').addEventListener('click', function() { | |
| const searchBar = document.getElementById('search-bar'); | |
| searchBar.classList.toggle('hidden'); | |
| }); | |
| // Quick View Modal | |
| const quickViewButtons = document.querySelectorAll('.product-actions button:nth-child(2)'); | |
| const quickViewModal = document.getElementById('quick-view-modal'); | |
| const closeQuickView = document.getElementById('close-quick-view'); | |
| quickViewButtons.forEach(button => { | |
| button.addEventListener('click', function() { | |
| quickViewModal.classList.remove('hidden'); | |
| document.body.style.overflow = 'hidden'; | |
| }); | |
| }); | |
| closeQuickView.addEventListener('click', function() { | |
| quickViewModal.classList.add('hidden'); | |
| document.body.style.overflow = ''; | |
| }); | |
| // Image Thumbnail Click | |
| const thumbnails = document.querySelectorAll('.image-thumbnail'); | |
| const mainImage = document.getElementById('quick-view-main-image'); | |
| thumbnails.forEach(thumbnail => { | |
| thumbnail.addEventListener('click', function() { | |
| const imgSrc = this.querySelector('img').src; | |
| mainImage.src = imgSrc; | |
| mainImage.classList.add('fade-in'); | |
| setTimeout(() => { | |
| mainImage.classList.remove('fade-in'); | |
| }, 500); | |
| }); | |
| }); | |
| // Cart Sidebar | |
| const cartButtons = document.querySelectorAll('a[href="#"]:has(.fa-shopping-cart)'); | |
| const cartSidebar = document.getElementById('cart-sidebar'); | |
| const closeCart = document.getElementById('close-cart'); | |
| cartButtons.forEach(button => { | |
| button.addEventListener('click', function(e) { | |
| e.preventDefault(); | |
| cartSidebar.classList.remove('translate-x-full'); | |
| document.body.style.overflow = 'hidden'; | |
| }); | |
| }); | |
| closeCart.addEventListener('click', function() { | |
| cartSidebar.classList.add('translate-x-full'); | |
| document.body.style.overflow = ''; | |
| }); | |
| // Close modals when clicking outside | |
| window.addEventListener('click', function(e) { | |
| if (e.target === quickViewModal) { | |
| quickViewModal.classList.add('hidden'); | |
| document.body.style.overflow = ''; | |
| } | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Md300150/mode-legace" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |