<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-518J334P8T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-518J334P8T');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homfi - Gestion de Patrimoine et Courtage</title>
<meta name="description" content="Homfi vous accompagne dans la gestion de votre patrimoine et vos projets de courtage avec professionnalisme et transparence.">
<link rel="icon" href="data:image/svg+xml,<svg viewBox='0 0 750 750' xmlns='http://www.w3.org/2000/svg'><rect fill='%2387CEEB' width='750' height='750'/><circle cx='312' cy='191' r='47' fill='%23000'/><circle cx='438' cy='191' r='47' fill='%23000'/><path d='M375 294c-90 0-163 73-163 163s73 163 163 163 163-73 163-163-73-163-163-163zm0 244c-45 0-81-36-81-81s36-81 81-81 81 36 81 81-36 81-81 81z' fill='%23000'/></svg>" type="image/svg+xml">
<script src="https://cdn.tailwindcss.com"></script>
<style>
html {
scroll-behavior: smooth;
}
.gradient-bg {
background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 50%, #e0f2fe 100%);
}
.gradient-dark {
background: linear-gradient(135deg, #1f2937 0%, #374151 50%, #1f2937 100%);
}
.hover-lift {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
transform: translateY(-8px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.logo-animated {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.blob {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: blob 7s ease-in-out infinite;
}
@keyframes blob {
0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
34% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
67% { border-radius: 30% 70% 70% 30% / 70% 30% 30% 70%; }
}
</style>
</head>
<body class="bg-white text-gray-900">
<!-- Header -->
<header id="header" class="fixed w-full bg-white/95 backdrop-blur-sm shadow-sm z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center py-4">
<div class="flex items-center">
<svg class="h-12 w-12 mr-3" viewbox="0 0 750 750" xmlns="http://www.w3.org/2000/svg">
<rect fill="#87CEEB" width="750" height="750"/>
<circle cx="312" cy="191" r="47" fill="#000"/>
<circle cx="438" cy="191" r="47" fill="#000"/>
<path d="M375 294c-90 0-163 73-163 163s73 163 163 163 163-73 163-163-73-163-163-163zm0 244c-45 0-81-36-81-81s36-81 81-81 81 36 81 81-36 81-81 81z" fill="#000"/>
</svg>
<div class="text-2xl font-bold text-gray-900">Homfi</div>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#accueil" class="text-sm font-medium text-gray-700 hover:text-sky-500 transition-colors">Accueil</a>
<a href="#services" class="text-sm font-medium text-gray-700 hover:text-sky-500 transition-colors">Services</a>
<a href="financement-immobilier-luxe.html" class="text-sm font-medium text-gray-700 hover:text-sky-500 transition-colors">Immobilier de luxe</a>
<a href="#apropos" class="text-sm font-medium text-gray-700 hover:text-sky-500 transition-colors">À propos</a>
<a href="#blog" class="text-sm font-medium text-gray-700 hover:text-sky-500 transition-colors">Blog</a>
<a href="#contact" class="text-sm font-medium text-gray-700 hover:text-sky-500 transition-colors">Contact</a>
<a href="assurance-pret.html" class="text-sm font-semibold bg-sky-500 text-white px-4 py-2 rounded-lg hover:bg-sky-600 transition-colors shadow-sm">Assurance de prêt →</a>
</nav>
<button id="menuBtn" class="md:hidden p-2 rounded-lg hover:bg-gray-100">
<svg id="menuIcon" class="h-6 w-6" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
</svg>
</button>
</div>
</div>
<div id="mobileMenu" class="hidden md:hidden bg-white border-t">
<div class="px-4 py-4 space-y-3">
<a href="#accueil" class="block px-4 py-2 text-gray-700 hover:bg-sky-50 rounded-lg">Accueil</a>
<a href="#services" class="block px-4 py-2 text-gray-700 hover:bg-sky-50 rounded-lg">Services</a>
<a href="financement-immobilier-luxe.html" class="block px-4 py-2 text-gray-700 hover:bg-sky-50 rounded-lg">Immobilier de luxe</a>
<a href="#apropos" class="block px-4 py-2 text-gray-700 hover:bg-sky-50 rounded-lg">À propos</a>
<a href="#blog" class="block px-4 py-2 text-gray-700 hover:bg-sky-50 rounded-lg">Blog</a>
<a href="#contact" class="block px-4 py-2 text-gray-700 hover:bg-sky-50 rounded-lg">Contact</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section id="accueil" class="pt-24 pb-16 gradient-bg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-5xl font-bold text-gray-900 mb-6 leading-tight">
Votre patrimoine, <span class="text-sky-500">notre expertise</span>
</h1>
<p class="text-xl text-gray-600 mb-8">
Homfi vous accompagne dans la gestion de votre patrimoine et vos projets de courtage avec professionnalisme et transparence.
</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#contact" class="bg-sky-500 text-white px-8 py-3 rounded-lg font-medium hover:bg-sky-600 transition-colors flex items-center justify-center shadow-lg shadow-sky-500/30">
Prendre rendez-vous
<svg class="ml-2 h-5 w-5" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6"/>
</svg>
</a>
<a href="#services" class="border-2 border-sky-500 text-sky-500 px-8 py-3 rounded-lg font-medium hover:bg-sky-50 transition-colors text-center">
Nos services
</a>
</div>
</div>
<div class="relative">
<div class="absolute -top-4 -right-4 w-72 h-72 bg-sky-200 rounded-full blur-3xl opacity-20 blob"></div>
<img src="https://www.homfi.fr/photo.jpg" alt="Thibaut Fauste - Conseiller en gestion de patrimoine" class="rounded-2xl shadow-2xl relative z-10 object-cover object-top" style="max-height: 500px; width: 100%;">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Nos Services</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Des solutions personnalisées pour optimiser et protéger votre patrimoine
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="p-6 bg-gradient-to-br from-sky-50 to-white rounded-xl hover:shadow-xl transition-all duration-300 border border-sky-100 hover-lift">
<svg class="h-10 w-10 text-sky-500 mb-4" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
</svg>
<h3 class="text-xl font-bold text-gray-900 mb-3">Gestion de Patrimoine</h3>
<p class="text-gray-600">Stratégies personnalisées pour faire fructifier vos actifs</p>
</div>
<div class="p-6 bg-gradient-to-br from-sky-50 to-white rounded-xl hover:shadow-xl transition-all duration-300 border border-sky-100 hover-lift">
<svg class="h-10 w-10 text-sky-500 mb-4" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
<h3 class="text-xl font-bold text-gray-900 mb-3">Assurance & Protection</h3>
<p class="text-gray-600">Solutions complètes pour sécuriser votre avenir</p>
</div>
<div class="p-6 bg-gradient-to-br from-sky-50 to-white rounded-xl hover:shadow-xl transition-all duration-300 border border-sky-100 hover-lift">
<svg class="h-10 w-10 text-sky-500 mb-4" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"/>
</svg>
<h3 class="text-xl font-bold text-gray-900 mb-3">Courtage Immobilier</h3>
<p class="text-gray-600">Accompagnement dans vos projets immobiliers</p>
</div>
<div class="p-6 bg-gradient-to-br from-sky-50 to-white rounded-xl hover:shadow-xl transition-all duration-300 border border-sky-100 hover-lift">
<svg class="h-10 w-10 text-sky-500 mb-4" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
<h3 class="text-xl font-bold text-gray-900 mb-3">Conseil Fiscal</h3>
<p class="text-gray-600">Optimisation fiscale et transmission patrimoniale</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="apropos" class="py-20 bg-gradient-to-br from-gray-50 to-sky-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="relative">
<div class="absolute -bottom-4 -left-4 w-72 h-72 bg-sky-200 rounded-full blur-3xl opacity-20 blob"></div>
<img src="https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800&h=600&fit=crop" alt="Thibaut Fausté - Homfi" class="rounded-2xl shadow-2xl relative z-10 w-full object-cover">
</div>
<div>
<h2 class="text-4xl font-bold text-gray-900 mb-6">À propos d'Homfi</h2>
<p class="text-lg text-gray-600 mb-6">
Homfi est née de la volonté d'offrir un accompagnement patrimonial transparent et personnalisé. Notre équipe d'experts certifiés met son savoir-faire au service de vos projets.
</p>
<p class="text-lg text-gray-600 mb-6">
Nous croyons en une approche humaine de la gestion de patrimoine, où chaque client bénéficie d'un conseil sur-mesure adapté à sa situation et ses objectifs.
</p>
<div class="mt-8 p-6 bg-white rounded-xl shadow-lg border border-sky-100">
<h3 class="text-xl font-bold text-gray-900 mb-4">Votre conseiller</h3>
<div class="space-y-3">
<div class="flex items-center text-gray-700">
<svg class="h-5 w-5 mr-3 text-sky-500" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/>
</svg>
<a href="tel:0623184737" class="hover:text-sky-500 transition-colors font-medium">06 23 18 47 37</a>
</div>
<div class="flex items-center text-gray-700">
<svg class="h-5 w-5 mr-3 text-sky-500" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
</svg>
<a href="mailto:thibaut.fauste@homfi.fr" class="hover:text-sky-500 transition-colors font-medium">thibaut.fauste@homfi.fr</a>
</div>
</div>
</div>
<div class="grid grid-cols-3 gap-6 mt-8">
<div class="text-center p-4 bg-white rounded-xl shadow-md">
<div class="text-3xl font-bold text-sky-500 mb-2">400+</div>
<div class="text-sm text-gray-600">Clients satisfaits</div>
</div>
<div class="text-center p-4 bg-white rounded-xl shadow-md">
<div class="text-3xl font-bold text-sky-500 mb-2">15+</div>
<div class="text-sm text-gray-600">Années d'expérience</div>
</div>
<div class="text-center p-4 bg-white rounded-xl shadow-md">
<div class="text-3xl font-bold text-sky-500 mb-2">80M€</div>
<div class="text-sm text-gray-600">Financements obtenus</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Section -->
<section id="blog" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Notre Blog</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Actualités et conseils en gestion de patrimoine
</p>
</div>
<!-- Vidéo featured -->
<div class="mb-14 rounded-2xl overflow-hidden shadow-xl border border-sky-100">
<div class="bg-gradient-to-r from-sky-50 to-white p-6 flex flex-col md:flex-row gap-6 items-center">
<div class="w-full md:w-1/2 aspect-video rounded-xl overflow-hidden shadow-lg flex-shrink-0">
<iframe class="w-full h-full" src="https://www.youtube.com/embed/osdLJNzL5Po" title="Homfi – Vidéo de présentation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="flex-1">
<div class="inline-flex items-center gap-2 bg-sky-100 text-sky-700 px-3 py-1.5 rounded-full text-sm font-semibold mb-3">
<svg class="h-4 w-4" fill="currentColor" viewbox="0 0 24 24"><path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"/></svg>
Vidéo
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-3">Assurance de prêt : comment économiser jusqu'à 50% ?</h3>
<p class="text-gray-600 mb-4">Grâce à la Loi Lemoine, vous pouvez changer d'assurance emprunteur à tout moment, sans frais et sans questionnaire médical. Thibaut vous explique comment en profiter concrètement.</p>
<a href="#contact" class="inline-flex items-center gap-2 bg-sky-500 text-white px-5 py-2.5 rounded-lg font-medium hover:bg-sky-600 transition-colors text-sm">
Prendre rendez-vous →
</a>
</div>
</div>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover-lift">
<div class="relative overflow-hidden">
<img src="https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=800&h=400&fit=crop" alt="Loi Lemoine Assurance de Prêt" class="w-full h-48 object-cover">
<div class="absolute top-4 right-4 bg-sky-500 text-white px-3 py-1 rounded-full text-sm font-medium">
Nouveau
</div>
</div>
<div class="p-6">
<div class="text-sm text-sky-500 mb-2 font-medium">29 mai 2026</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Loi Lemoine : économisez jusqu'à 50% sur votre assurance emprunteur</h3>
<p class="text-gray-600 mb-4">Depuis 2022, vous pouvez changer d'assurance de prêt à tout moment, sans frais et sans questionnaire médical. Ce que votre banque ne vous dit pas.</p>
<a href="blog-loi-lemoine.html" class="text-sky-500 font-medium flex items-center hover:text-sky-600 transition-colors">
Lire l'article
<svg class="ml-1 h-4 w-4" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</a>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover-lift">
<div class="relative overflow-hidden">
<img src="https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=800&h=400&fit=crop" alt="Optimiser sa fiscalité - Webinaire Homfi" class="w-full h-48 object-cover">
<div class="absolute top-4 right-4 bg-sky-500 text-white px-3 py-1 rounded-full text-sm font-medium">
Webinaire
</div>
</div>
<div class="p-6">
<div class="text-sm text-sky-500 mb-2 font-medium">4 novembre 2025</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Webinaire – Optimiser sa fiscalité en 2025</h3>
<p class="text-gray-600 mb-4">Comprendre et réduire son imposition, c'est possible. Tranches d'imposition, PER, FIP et FCPI : découvrez les stratégies concrètes pour alléger votre impôt et construire un patrimoine solide.</p>
<a href="https://drive.google.com/file/d/1tSKCOLSDIsW_I10TnJSEU4CcPmxtK_WD/view?usp=sharing" target="_blank" rel="noopener noreferrer" class="text-sky-500 font-medium flex items-center hover:text-sky-600 transition-colors">
Voir le webinaire
<svg class="ml-1 h-4 w-4" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 gradient-dark text-white relative overflow-hidden">
<div class="absolute top-0 left-0 w-full h-full">
<div class="absolute top-20 left-20 w-72 h-72 bg-sky-500 rounded-full blur-3xl opacity-10"></div>
<div class="absolute bottom-20 right-20 w-96 h-96 bg-sky-400 rounded-full blur-3xl opacity-10"></div>
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">Contactez-nous</h2>
<p class="text-xl text-gray-300">
Parlons de vos projets patrimoniaux
</p>
</div>
<div class="grid md:grid-cols-2 gap-12">
<div>
<h3 class="text-2xl font-bold mb-6">Prenez rendez-vous</h3>
<div class="space-y-4">
<input type="text" id="nom" placeholder="Votre nom" class="w-full px-4 py-3 rounded-lg bg-white/10 border border-white/20 text-white placeholder-gray-400 focus:outline-none focus:border-sky-400 backdrop-blur-sm">
<input type="email" id="email" placeholder="Votre email" class="w-full px-4 py-3 rounded-lg bg-white/10 border border-white/20 text-white placeholder-gray-400 focus:outline-none focus:border-sky-400 backdrop-blur-sm">
<input type="tel" id="telephone" placeholder="Votre téléphone" class="w-full px-4 py-3 rounded-lg bg-white/10 border border-white/20 text-white placeholder-gray-400 focus:outline-none focus:border-sky-400 backdrop-blur-sm">
<textarea id="message" placeholder="Votre message" rows="4" class="w-full px-4 py-3 rounded-lg bg-white/10 border border-white/20 text-white placeholder-gray-400 focus:outline-none focus:border-sky-400 resize-none backdrop-blur-sm"></textarea>
<button id="submitBtn" class="w-full bg-sky-500 text-white px-6 py-3 rounded-lg font-medium hover:bg-sky-600 transition-colors flex items-center justify-center shadow-lg shadow-sky-500/30">
Envoyer
<svg class="ml-2 h-5 w-5" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8"/>
</svg>
</button>
<div id="successMessage" class="hidden bg-green-500/20 border border-green-500 text-green-100 px-4 py-3 rounded-lg">
Message envoyé avec succès !
</div>
</div>
</div>
<div>
<h3 class="text-2xl font-bold mb-6">Nos coordonnées</h3>
<div class="space-y-6">
<div class="flex items-start">
<svg class="h-6 w-6 mr-4 mt-1 flex-shrink-0 text-sky-400" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/>
</svg>
<div>
<div class="font-medium mb-1">Téléphone</div>
<a href="tel:0623184737" class="text-gray-300 hover:text-sky-400 transition-colors">06 23 18 47 37</a>
</div>
</div>
<div class="flex items-start">
<svg class="h-6 w-6 mr-4 mt-1 flex-shrink-0 text-sky-400" fill="none" stroke="currentColor" viewbox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
</svg>
<div>
<div class="font-medium mb-1">Email</div>
<a href="mailto:thibaut.fauste@homfi.fr" class="text-gray-300 hover:text-sky-400 transition-colors">thibaut.fauste@homfi.fr</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Barre CTA mobile fixe -->
<div class="fixed bottom-0 left-0 right-0 z-50 md:hidden bg-white border-t border-gray-200 shadow-2xl">
<div class="flex items-center gap-2 px-4 py-3">
<a href="tel:0623184737" class="flex-1 flex items-center justify-center gap-2 border-2 border-sky-500 text-sky-600 font-semibold py-3 rounded-xl text-sm">
<svg class="h-4 w-4" fill="none" stroke="currentColor" viewbox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/></svg>
Appeler
</a>
<a href="assurance-pret.html" class="flex-2 flex-grow flex items-center justify-center gap-2 bg-sky-500 text-white font-semibold py-3 rounded-xl text-sm shadow-lg shadow-sky-500/30">
Assurance de prêt →
</a>
</div>
</div>
<div class="h-20 md:hidden"></div>
<script>
// Menu hamburger
const menuBtn = document.getElementById('menuBtn');
const mobileMenu = document.getElementById('mobileMenu');
const menuIcon = document.getElementById('menuIcon');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Fermer le menu en cliquant sur un lien
mobileMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => mobileMenu.classList.add('hidden'));
});
// Formulaire de contact
const submitBtn = document.getElementById('submitBtn');
if (submitBtn) {
submitBtn.addEventListener('click', () => {
const nom = document.getElementById('nom').value;
const email = document.getElementById('email').value;
const message = document.getElementById('message').value;
if (!nom || !email || !message) {
alert('Merci de remplir tous les champs.');
return;
}
document.getElementById('successMessage').classList.remove('hidden');
submitBtn.disabled = true;
});
}
</script>
</body>
</html>