<!DOCTYPE html>

<html lang="fr">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Art Déco Carrelage | Showroom & Rénovation Premium</title>

    <script src="https://cdn.tailwindcss.com"></script>

    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet">

    <style>

        body { font-family: 'Montserrat', sans-serif; background-color: #FDFBF7; color: #2D2D2D; }

        h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }

        .gold-accent { color: #C5A065; }

        .btn-primary { background-color: #2D2D2D; color: white; transition: all 0.3s ease; }

        .btn-primary:hover { background-color: #C5A065; transform: translateY(-2px); }

        .image-hover { transition: transform 0.5s ease; }

        .image-container:hover .image-hover { transform: scale(1.05); }

    </style>

</head>

<body class="antialiased">


    <nav class="fixed w-full z-50 bg-[#FDFBF7]/90 backdrop-blur-sm border-b border-gray-100 py-4">

        <div class="container mx-auto px-6 flex justify-between items-center">

            <div class="text-2xl font-bold tracking-widest">ART DÉCO <span class="gold-accent">.</span></div>

            <div class="hidden md:flex space-x-8 text-sm font-medium uppercase tracking-wide">

                <a href="#showroom" class="hover:text-[#C5A065] transition">Le Showroom</a>

                <a href="#collections" class="hover:text-[#C5A065] transition">Collections</a>

                <a href="#savoir-faire" class="hover:text-[#C5A065] transition">Savoir-Faire</a>

            </div>

            <a href="#devis" class="btn-primary px-6 py-2 rounded-sm text-sm uppercase tracking-wider font-semibold">

                Devis Gratuit

            </a>

        </div>

    </nav>


    <header class="relative h-screen flex items-center justify-center overflow-hidden">

        <div class="absolute inset-0 bg-gray-200">

            <img src="https://images.unsplash.com/photo-1620626011761-996317b8d101?q=80&w=2069&auto=format&fit=crop" alt="Carrelage Luxe" class="w-full h-full object-cover opacity-80">

        </div>

        <div class="absolute inset-0 bg-black/20"></div>

        

        <div class="relative z-10 text-center text-white px-4 max-w-4xl">

            <p class="text-sm md:text-base uppercase tracking-[0.3em] mb-4">Design • Qualité • Excellence</p>

            <h1 class="text-5xl md:text-7xl font-medium mb-6 leading-tight">

                L'Art du Carrelage <br> <span class="italic font-light">d'Exception</span>

            </h1>

            <p class="text-lg md:text-xl font-light mb-10 text-gray-100">

                Transformez votre intérieur avec nos collections exclusives importées d'Italie et d'Espagne.

            </p>

            <div class="flex flex-col md:flex-row gap-4 justify-center">

                <a href="#collections" class="bg-white text-black px-8 py-4 rounded-sm uppercase tracking-widest text-xs font-bold hover:bg-[#C5A065] hover:text-white transition">

                    Explorer les collections

                </a>

                <a href="#devis" class="border border-white text-white px-8 py-4 rounded-sm uppercase tracking-widest text-xs font-bold hover:bg-white hover:text-black transition">

                    Parler à un expert

                </a>

            </div>

        </div>

    </header>


    <section id="showroom" class="py-24 px-6">

        <div class="container mx-auto grid md:grid-cols-2 gap-16 items-center">

            <div>

                <span class="text-[#C5A065] uppercase tracking-widest text-xs font-bold mb-2 block">À Bougival</span>

                <h2 class="text-4xl mb-6">Un Écrin de 300m² <br>pour vos Projets</h2>

                <p class="text-gray-600 leading-relaxed mb-6">

                    Bienvenue dans notre showroom. Ici, chaque carreau raconte une histoire. Notre équipe d'experts vous accompagne pour sélectionner les matériaux parfaits parmi nos gammes de grès cérame, faïence, et équipements de salle de bain.

                </p>

                <ul class="space-y-4 text-gray-800">

                    <li class="flex items-center">

                        <span class="w-2 h-2 bg-[#C5A065] rounded-full mr-3"></span> Conseils esthétiques et techniques personnalisés

                    </li>

                    <li class="flex items-center">

                        <span class="w-2 h-2 bg-[#C5A065] rounded-full mr-3"></span> Importation directe (Italie, Espagne, Portugal)

                    </li>

                    <li class="flex items-center">

                        <span class="w-2 h-2 bg-[#C5A065] rounded-full mr-3"></span> Robinetterie et meubles de bain haut de gamme

                    </li>

                </ul>

            </div>

            <div class="relative h-[500px] bg-gray-100 rounded-sm overflow-hidden image-container">

                <img src="https://images.unsplash.com/photo-1584622650111-993a426fbf0a?q=80&w=2070&auto=format&fit=crop" alt="Showroom" class="w-full h-full object-cover image-hover">

            </div>

        </div>

    </section>


    <section id="collections" class="py-24 bg-white">

        <div class="container mx-auto px-6">

            <div class="text-center mb-16">

                <h2 class="text-4xl mb-4">Nos Univers</h2>

                <div class="w-16 h-1 bg-[#C5A065] mx-auto"></div>

            </div>


            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-1">

                <div class="group relative h-96 overflow-hidden cursor-pointer">

                    <img src="https://images.unsplash.com/photo-1615873968403-89e068629265?q=80&w=1932&auto=format&fit=crop" class="w-full h-full object-cover transition duration-700 group-hover:scale-110" alt="Grand Format">

                    <div class="absolute inset-0 bg-black/30 group-hover:bg-black/50 transition flex items-center justify-center">

                        <h3 class="text-white text-2xl tracking-widest uppercase border-b-2 border-transparent group-hover:border-[#C5A065] pb-2 transition">Grand Format</h3>

                    </div>

                </div>

                <div class="group relative h-96 overflow-hidden cursor-pointer">

                    <img src="https://images.unsplash.com/photo-1595428774223-ef52624120d2?q=80&w=1887&auto=format&fit=crop" class="w-full h-full object-cover transition duration-700 group-hover:scale-110" alt="Zellige & Décor">

                    <div class="absolute inset-0 bg-black/30 group-hover:bg-black/50 transition flex items-center justify-center">

                        <h3 class="text-white text-2xl tracking-widest uppercase border-b-2 border-transparent group-hover:border-[#C5A065] pb-2 transition">Zellige & Décor</h3>

                    </div>

                </div>

                <div class="group relative h-96 overflow-hidden cursor-pointer">

                    <img src="https://images.unsplash.com/photo-1584622650111-993a426fbf0a?q=80&w=2070&auto=format&fit=crop" class="w-full h-full object-cover transition duration-700 group-hover:scale-110" alt="Bain & Robinetterie">

                    <div class="absolute inset-0 bg-black/30 group-hover:bg-black/50 transition flex items-center justify-center">

                        <h3 class="text-white text-2xl tracking-widest uppercase border-b-2 border-transparent group-hover:border-[#C5A065] pb-2 transition">Bain & Spa</h3>

                    </div>

                </div>

                <div class="group relative h-96 overflow-hidden cursor-pointer">

                    <img src="https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&w=2000&auto=format&fit=crop" class="w-full h-full object-cover transition duration-700 group-hover:scale-110" alt="Carrelage Technique">

                    <div class="absolute inset-0 bg-black/30 group-hover:bg-black/50 transition flex items-center justify-center">

                        <h3 class="text-white text-2xl tracking-widest uppercase border-b-2 border-transparent group-hover:border-[#C5A065] pb-2 transition">Technique</h3>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <section id="devis" class="py-24 px-6 bg-[#F3F4F6]">

        <div class="container mx-auto max-w-5xl bg-white shadow-xl rounded-lg overflow-hidden flex flex-col md:flex-row">

            

            <div class="bg-[#2D2D2D] text-white p-10 md:w-1/3 flex flex-col justify-between">

                <div>

                    <h3 class="text-2xl mb-6 text-[#C5A065]">Nous contacter</h3>

                    <p class="mb-6 opacity-80 leading-relaxed">

                        Parlez-nous de votre projet. Que ce soit pour une rénovation complète ou une touche décorative, nous sommes là.

                    </p>

                    <div class="space-y-4 text-sm opacity-90">

                        <p>📍 17 Quai Georges Clemenceau,<br>78380 Bougival</p>

                        <p>📞 01 47 51 48 86</p>

                        <p>📧 commercial@artdeco-idf.com</p>

                    </div>

                </div>

                <div class="mt-10">

                    <p class="text-xs uppercase tracking-widest text-[#C5A065] mb-2">Horaires</p>

                    <p class="text-sm">Mar - Sam : 10h-13h / 14h-19h</p>

                </div>

            </div>


            <div class="p-10 md:w-2/3">

                <h3 class="text-3xl text-gray-800 mb-2">Demander un Devis</h3>

                <p class="text-gray-500 mb-8 text-sm">Remplissez ce formulaire pour recevoir une estimation sous 48h.</p>

                

                <form class="space-y-6">

                    <div class="grid grid-cols-1 md:grid-cols-2 gap-6">

                        <div>

                            <label class="block text-xs uppercase tracking-wide text-gray-500 mb-2">Nom & Prénom</label>

                            <input type="text" class="w-full bg-gray-50 border-b-2 border-gray-200 focus:border-[#C5A065] outline-none py-2 transition" placeholder="Votre nom">

                        </div>

                        <div>

                            <label class="block text-xs uppercase tracking-wide text-gray-500 mb-2">Téléphone</label>

                            <input type="tel" class="w-full bg-gray-50 border-b-2 border-gray-200 focus:border-[#C5A065] outline-none py-2 transition" placeholder="06 .. .. .. ..">

                        </div>

                    </div>


                    <div>

                        <label class="block text-xs uppercase tracking-wide text-gray-500 mb-2">Type de projet</label>

                        <select class="w-full bg-gray-50 border-b-2 border-gray-200 focus:border-[#C5A065] outline-none py-2 transition text-gray-700">

                            <option>Rénovation complète Salle de Bain</option>

                            <option>Carrelage Sol Intérieur</option>

                            <option>Carrelage Extérieur / Terrasse</option>

                            <option>Cuisine / Crédence</option>

                            <option>Autre</option>

                        </select>

                    </div>


                    <div>

                        <label class="block text-xs uppercase tracking-wide text-gray-500 mb-2">Surface estimée (m²)</label>

                        <input type="number" class="w-full bg-gray-50 border-b-2 border-gray-200 focus:border-[#C5A065] outline-none py-2 transition" placeholder="Ex: 45">

                    </div>


                    <div>

                        <label class="block text-xs uppercase tracking-wide text-gray-500 mb-2">Message / Détails</label>

                        <textarea class="w-full bg-gray-50 border-b-2 border-gray-200 focus:border-[#C5A065] outline-none py-2 transition h-24 resize-none" placeholder="Décrivez vos envies (style, couleurs, budget...)"></textarea>

                    </div>


                    <button type="submit" class="bg-[#2D2D2D] text-white px-10 py-4 rounded-sm uppercase tracking-widest text-xs font-bold hover:bg-[#C5A065] transition w-full md:w-auto">

                        Envoyer ma demande

                    </button>

                </form>

            </div>

        </div>

    </section>


    <footer class="bg-white border-t border-gray-100 py-10 text-center">

        <p class="text-gray-400 text-sm">© 2024 Art Déco Carrelage. L'excellence du revêtement.</p>

    </footer>


</body>

</html>