|
<!DOCTYPE html> |
|
<html lang="fr"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>Gabriel Habolt - Agent Immobilier Strasbourg</title> |
|
<meta name="description" content="Gabriel Habolt, agent immobilier à Strasbourg. Accompagnement personnalisé pour vendre ou acheter un bien dans les quartiers de l'Orangerie, la Robertsau ou le centre-ville."> |
|
|
|
|
|
<meta property="og:type" content="website"> |
|
<meta property="og:url" content="https://www.gabrielhabolt.com/"> |
|
<meta property="og:title" content="Gabriel Habolt - Agent Immobilier Strasbourg"> |
|
<meta property="og:description" content="Gabriel Habolt, agent immobilier à Strasbourg. Accompagnement personnalisé pour vendre ou acheter un bien dans les quartiers de l'Orangerie, la Robertsau ou le centre-ville."> |
|
<meta property="og:image" content="https://i.imgur.com/3fOs4A7.jpg"> |
|
|
|
|
|
<meta property="twitter:card" content="summary_large_image"> |
|
<meta property="twitter:url" content="https://www.gabrielhabolt.com/"> |
|
<meta property="twitter:title" content="Gabriel Habolt - Agent Immobilier Strasbourg"> |
|
<meta property="twitter:description" content="Gabriel Habolt, agent immobilier à Strasbourg. Accompagnement personnalisé pour vendre ou acheter un bien dans les quartiers de l'Orangerie, la Robertsau ou le centre-ville."> |
|
<meta property="twitter:image" content="https://i.imgur.com/3fOs4A7.jpg"> |
|
<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"> |
|
<style> |
|
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap'); |
|
|
|
body { |
|
font-family: 'Cormorant Garamond', serif; |
|
scroll-behavior: smooth; |
|
color: #111; |
|
background-color: #f9f9f9; |
|
line-height: 1.8; |
|
letter-spacing: 0.2px; |
|
} |
|
|
|
h1, h2, h3, h4 { |
|
font-family: 'Playfair Display', serif; |
|
font-weight: 400; |
|
letter-spacing: 0.5px; |
|
line-height: 1.2; |
|
color: #000; |
|
} |
|
|
|
.fade-in { |
|
opacity: 0; |
|
transform: translateY(30px); |
|
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); |
|
} |
|
|
|
.section-transition { |
|
transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 1s ease; |
|
} |
|
|
|
.hover-scale { |
|
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); |
|
} |
|
|
|
.hover-scale:hover { |
|
transform: scale(1.03); |
|
} |
|
|
|
.property-card { |
|
transition: all 0.3s ease; |
|
} |
|
|
|
.property-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); |
|
} |
|
|
|
.fade-in.visible { |
|
opacity: 1; |
|
transform: translateY(0) !important; |
|
} |
|
|
|
.property-slider { |
|
overflow: hidden; |
|
position: relative; |
|
aspect-ratio: 4/3; |
|
border: 1px solid rgba(0,0,0,0.05); |
|
transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); |
|
} |
|
|
|
.property-slider:hover { |
|
border-color: rgba(0,0,0,0.1); |
|
transform: translateY(-5px); |
|
} |
|
|
|
.property-image { |
|
width: 100%; |
|
height: 100%; |
|
object-fit: cover; |
|
object-position: center center; |
|
min-height: 100%; |
|
min-width: 100%; |
|
} |
|
|
|
.aspect-w-16 { |
|
position: relative; |
|
padding-bottom: 56.25%; |
|
} |
|
|
|
.aspect-w-16 iframe, |
|
.aspect-w-16 video { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
border: 0; |
|
} |
|
|
|
|
|
.video-container { |
|
position: relative; |
|
} |
|
|
|
.custom-play-btn { |
|
position: absolute; |
|
top: 50%; |
|
left: 50%; |
|
transform: translate(-50%, -50%); |
|
width: 60px; |
|
height: 60px; |
|
background: rgba(0,0,0,0.7); |
|
border-radius: 50%; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
color: white; |
|
font-size: 24px; |
|
cursor: pointer; |
|
z-index: 10; |
|
opacity: 0; |
|
transition: opacity 0.3s; |
|
} |
|
|
|
.video-container:hover .custom-play-btn { |
|
opacity: 1; |
|
} |
|
|
|
|
|
@media (min-width: 768px) { |
|
video::-webkit-media-controls { |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
height: 40px; |
|
background: linear-gradient(to top, rgba(0,0,0,0.5), transparent); |
|
} |
|
|
|
video::-webkit-media-controls-panel { |
|
background: transparent; |
|
} |
|
|
|
video::-webkit-media-controls-play-button, |
|
video::-webkit-media-controls-mute-button { |
|
margin-bottom: 10px; |
|
} |
|
} |
|
|
|
.rotate-180 { |
|
transform: rotate(180deg); |
|
} |
|
|
|
@media (max-width: 640px) { |
|
.property-slider { |
|
height: 250px; |
|
min-height: 250px; |
|
aspect-ratio: unset; |
|
} |
|
.slider-container { |
|
height: 250px; |
|
width: 100%; |
|
} |
|
.property-image { |
|
height: 250px; |
|
width: 100%; |
|
object-fit: cover; |
|
object-position: center center; |
|
flex-shrink: 0; |
|
} |
|
} |
|
|
|
.slider-container { |
|
display: flex; |
|
transition: transform 0.5s ease; |
|
} |
|
|
|
.slider-nav { |
|
position: absolute; |
|
top: 50%; |
|
width: 100%; |
|
display: flex; |
|
justify-content: space-between; |
|
transform: translateY(-50%); |
|
z-index: 10; |
|
} |
|
|
|
.slider-btn { |
|
background: rgba(255,255,255,0.7); |
|
border: none; |
|
width: 40px; |
|
height: 40px; |
|
border-radius: 50%; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
cursor: pointer; |
|
transition: all 0.3s; |
|
} |
|
|
|
.slider-btn:hover { |
|
background: rgba(255,255,255,0.9); |
|
} |
|
|
|
.pause-btn { |
|
position: absolute; |
|
left: 50%; |
|
transform: translateX(-50%); |
|
} |
|
|
|
.lightbox { |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
background: rgba(0,0,0,0.95); |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
z-index: 1000; |
|
opacity: 0; |
|
pointer-events: none; |
|
transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1); |
|
backdrop-filter: blur(10px); |
|
} |
|
|
|
.lightbox.active { |
|
opacity: 1; |
|
pointer-events: all; |
|
} |
|
|
|
.lightbox-content { |
|
max-width: 90%; |
|
max-height: 90%; |
|
} |
|
|
|
.lightbox-content img { |
|
max-width: 100%; |
|
max-height: 80vh; |
|
} |
|
|
|
.lightbox-close { |
|
position: absolute; |
|
top: 20px; |
|
right: 20px; |
|
color: white; |
|
font-size: 2rem; |
|
cursor: pointer; |
|
} |
|
|
|
.testimonial-card { |
|
transition: transform 0.3s, box-shadow 0.3s; |
|
} |
|
|
|
.testimonial-card:hover { |
|
transform: translateY(-5px); |
|
box-shadow: 0 10px 20px rgba(0,0,0,0.1); |
|
} |
|
|
|
.property-image { |
|
transition: transform 0.3s; |
|
} |
|
|
|
.property-image:hover { |
|
transform: scale(1.03); |
|
} |
|
|
|
.gold-divider { |
|
height: 1px; |
|
background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent); |
|
margin: 2rem auto; |
|
width: 80%; |
|
max-width: 400px; |
|
} |
|
</style> |
|
</head> |
|
<body class="bg-white text-gray-800" style="background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IGlkPSJwYXR0ZXJuLWJnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ3aGl0ZSI+PC9yZWN0PjxwYXRoIGQ9Ik0wIDEwTDEwIDBNMTAgNDBMNDAgMzBNNDAgMTBMMTAgNDBNMCA0MEwxMCAzME0zMCAxMEw0MCAwTTMwIDQwTDMwIDAiIHN0cm9rZT0icmdiYSgyNDUsMjQ1LDI0NSwxKSIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIj48L3JlY3Q+PC9zdmc+');"> |
|
|
|
<header class="relative overflow-hidden bg-white"> |
|
<div class="container mx-auto px-4 py-32 relative z-10"> |
|
<div class="max-w-4xl mx-auto text-center fade-in"> |
|
<div class="w-56 h-56 mx-auto rounded-full overflow-hidden border-2 border-yellow-600 mb-8 transition-all duration-300 hover:shadow-xl hover:scale-105"> |
|
<img src="https://i.imgur.com/3fOs4A7.jpg" alt="Gabriel Habolt" class="w-full h-full object-cover hover:scale-105 transition-transform duration-300"> |
|
</div> |
|
<h1 class="text-5xl md:text-7xl font-normal text-black mb-4 tracking-tight font-serif">Gabriel HABOLT</h1> |
|
<h2 class="text-xl md:text-2xl text-gray-600 mb-2 tracking-widest font-normal uppercase">Expert Immobilier</h2> |
|
<p class="text-lg md:text-xl text-gray-600 mb-8">Laforêt Orangerie Strasbourg</p> |
|
<div class="w-24 h-px bg-gradient-to-r from-transparent via-yellow-600 to-transparent mx-auto mb-8"></div> |
|
<a href="tel:+33680227323" class="inline-block border border-black text-black hover:bg-black hover:text-white px-8 py-3 transition-colors duration-300 tracking-wider font-montserrat font-medium"> |
|
<i class="fas fa-phone mr-2"></i>06 80 22 73 23 |
|
</a> |
|
</div> |
|
</div> |
|
</header> |
|
|
|
|
|
<section class="py-24 bg-gray-100"> |
|
<div class="container mx-auto px-4"> |
|
<div class="max-w-5xl mx-auto fade-in"> |
|
<h2 class="text-3xl md:text-4xl font-light text-black mb-12 text-center">À propos</h2> |
|
<div class="grid md:grid-cols-2 gap-8 items-center"> |
|
<div class="w-full max-w-2xl mx-auto rounded-xl overflow-hidden shadow-xl hover:shadow-2xl transition-shadow duration-300 video-container"> |
|
<video class="w-full h-auto object-cover rounded-lg" playsinline autoplay loop controls poster="https://i.imgur.com/jn8PFOX.jpg" style="max-height: 600px;" preload="auto" id="about-video"> |
|
<source src="https://files.catbox.moe/33bkel.mov" type="video/mp4"> |
|
<source src="https://files.catbox.moe/33bkel.webm" type="video/webm"> |
|
<source src="https://files.catbox.moe/33bkel.ogv" type="video/ogg"> |
|
Votre navigateur ne supporte pas la vidéo HTML5. |
|
</video> |
|
<div class="custom-play-btn" id="custom-play-btn"> |
|
<i class="fas fa-pause"></i> |
|
</div> |
|
</div> |
|
<div class="md:pl-12"> |
|
<p class="text-lg text-gray-700 leading-relaxed tracking-wide"> |
|
Agent immobilier à Strasbourg depuis 6 ans, je vous accompagne avec rigueur et réactivité dans tous vos projets immobiliers. Que vous souhaitiez vendre un bien dans un quartier comme l'Orangerie, la Robertsau ou le centre-ville, je m'engage à vous offrir un suivi personnalisé, une valorisation soignée de votre patrimoine, et une approche fondée sur l'écoute, la transparence et l'efficacité. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-white"> |
|
<div class="container mx-auto px-4"> |
|
<div class="max-w-4xl mx-auto text-center fade-in"> |
|
<h2 class="text-3xl font-light text-black mb-12">Mon engagement</h2> |
|
<div class="grid md:grid-cols-3 gap-8"> |
|
<div class="p-6 rounded-lg bg-gray-50 hover:bg-white transition-all duration-300"> |
|
<div class="text-4xl text-yellow-600 mb-4"> |
|
<i class="fas fa-handshake"></i> |
|
</div> |
|
<h3 class="text-xl font-serif mb-3">Confiance</h3> |
|
<p class="text-gray-600">Une relation transparente et honnête tout au long de votre projet immobilier.</p> |
|
</div> |
|
<div class="p-6 rounded-lg bg-gray-50 hover:bg-white transition-all duration-300"> |
|
<div class="text-4xl text-yellow-600 mb-4"> |
|
<i class="fas fa-check-double"></i> |
|
</div> |
|
<h3 class="text-xl font-serif mb-3">Sérieux</h3> |
|
<p class="text-gray-600">Un accompagnement rigoureux et professionnel pour garantir votre satisfaction.</p> |
|
</div> |
|
<div class="p-6 rounded-lg bg-gray-50 hover:bg-white transition-all duration-300"> |
|
<div class="text-4xl text-yellow-600 mb-4"> |
|
<i class="fas fa-bullseye"></i> |
|
</div> |
|
<h3 class="text-xl font-serif mb-3">Réactivité</h3> |
|
<p class="text-gray-600">Une disponibilité permanente pour répondre à vos besoins et questions.</p> |
|
</div> |
|
</div> |
|
<div class="mt-12 max-w-2xl mx-auto"> |
|
<p class="text-lg text-gray-700 italic"> |
|
"Mon maître mot : votre satisfaction. Je m'engage à mettre toute mon expertise et mon énergie au service de votre projet immobilier." |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-12 md:py-24 bg-white/95"> |
|
<div class="container mx-auto px-4"> |
|
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12 fade-in" style="transform: translateY(20px);"> |
|
<span class="relative inline-block pb-2"> |
|
Biens vendus |
|
<span class="absolute bottom-0 left-0 right-0 mx-auto w-16 h-1 bg-gradient-to-r from-transparent via-yellow-600 to-transparent"></span> |
|
</span> |
|
</h2> |
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-md fade-in" style="transform: translateY(20px);"> |
|
<div class="property-slider relative h-64"> |
|
<div class="slider-container h-full"> |
|
<img src="https://i.imgur.com/P5KtnFK.jpg" alt="Place de Haguenau" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/Gbbw3oQ.jpg" alt="Place de Haguenau" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/B8JDsGm.jpg" alt="Place de Haguenau" class="property-image w-full h-full object-cover"> |
|
</div> |
|
<div class="slider-nav px-4"> |
|
<button class="slider-btn prev-btn"><i class="fas fa-chevron-left"></i></button> |
|
<button class="slider-btn next-btn"><i class="fas fa-chevron-right"></i></button> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-2">Place de Haguenau</h3> |
|
<p class="text-gray-600 mb-4">Appartement lumineux avec vue sur la place, entièrement rénové.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.1s;"> |
|
<div class="property-slider relative h-64"> |
|
<div class="slider-container h-full"> |
|
<img src="https://i.imgur.com/g0ryuJV.jpg" alt="Avenue de la Paix" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/n9FeqmB.jpg" alt="Avenue de la Paix" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/UONvbqv.jpg" alt="Avenue de la Paix" class="property-image w-full h-full object-cover"> |
|
</div> |
|
<div class="slider-nav px-4"> |
|
<button class="slider-btn prev-btn"><i class="fas fa-chevron-left"></i></button> |
|
<button class="slider-btn next-btn"><i class="fas fa-chevron-right"></i></button> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-2">Avenue de la Paix</h3> |
|
<p class="text-gray-600 mb-4">Magnifique appartement de 117 m² situé au premier étage, bénéficiant de beaux volumes et d’une luminosité naturelle rare.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.2s;"> |
|
<div class="property-slider relative h-64"> |
|
<div class="slider-container h-full"> |
|
<img src="https://i.imgur.com/xeGccKS.jpg" alt="Avenue de la Forêt-Noire" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/quaQe2o.jpg" alt="Avenue de la Forêt-Noire" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/eX4vyRb.jpg" alt="Avenue de la Forêt-Noire" class="property-image w-full h-full object-cover"> |
|
</div> |
|
<div class="slider-nav px-4"> |
|
<button class="slider-btn prev-btn"><i class="fas fa-chevron-left"></i></button> |
|
<button class="slider-btn next-btn"><i class="fas fa-chevron-right"></i></button> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-2">Avenue de la Forêt-Noire</h3> |
|
<p class="text-gray-600 mb-4">Appartement spacieux avec emplacement privilégié.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.3s;"> |
|
<div class="property-slider relative h-64"> |
|
<div class="slider-container h-full"> |
|
<img src="https://i.imgur.com/p1YbMv5.jpg" alt="Avenue des Vosges" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/bQJK2H7.jpg" alt="Avenue des Vosges" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/ch1FVeq.jpg" alt="Avenue des Vosges" class="property-image w-full h-full object-cover"> |
|
</div> |
|
<div class="slider-nav px-4"> |
|
<button class="slider-btn prev-btn"><i class="fas fa-chevron-left"></i></button> |
|
<button class="slider-btn next-btn"><i class="fas fa-chevron-right"></i></button> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-2">Avenue des Vosges</h3> |
|
<p class="text-gray-600 mb-4">Appartement de standing avec vue imprenable.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.4s;"> |
|
<div class="property-slider relative h-64"> |
|
<div class="slider-container h-full"> |
|
<img src="https://i.imgur.com/wK0aGbu.jpg" alt="Maison à Schiltigheim" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/jSQwydM.jpg" alt="Maison à Schiltigheim" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/TMbebEw.jpg" alt="Maison à Schiltigheim" class="property-image w-full h-full object-cover"> |
|
</div> |
|
<div class="slider-nav px-4"> |
|
<button class="slider-btn prev-btn"><i class="fas fa-chevron-left"></i></button> |
|
<button class="slider-btn next-btn"><i class="fas fa-chevron-right"></i></button> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-2">Maison à Schiltigheim</h3> |
|
<p class="text-gray-600 mb-4">Belle maison familiale avec jardin et garage.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.5s;"> |
|
<div class="property-slider relative h-64"> |
|
<div class="slider-container h-full"> |
|
<img src="https://i.imgur.com/M8ly6qH.jpg" alt="Début Robertsau" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/DoaKdkf.jpg" alt="Début Robertsau" class="property-image w-full h-full object-cover"> |
|
<img src="https://i.imgur.com/P2yM3vD.jpg" alt="Début Robertsau" class="property-image w-full h-full object-cover"> |
|
</div> |
|
<div class="slider-nav px-4"> |
|
<button class="slider-btn prev-btn"><i class="fas fa-chevron-left"></i></button> |
|
<button class="slider-btn next-btn"><i class="fas fa-chevron-right"></i></button> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-2">Début Robertsau</h3> |
|
<p class="text-gray-600 mb-4">Appartement élégant dans quartier résidentiel calme.</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-gray-50"> |
|
<div class="container mx-auto px-4"> |
|
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12 fade-in" style="transform: translateY(20px);"> |
|
<span class="relative inline-block pb-2"> |
|
Avis clients |
|
<span class="absolute bottom-0 left-0 right-0 mx-auto w-16 h-1 bg-gradient-to-r from-transparent via-yellow-600 to-transparent"></span> |
|
</span> |
|
</h2> |
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> |
|
|
|
<div class="testimonial-card bg-white p-6 md:p-8 rounded-lg shadow-md fade-in" style="transform: translateY(20px);"> |
|
<div class="flex items-center mb-4"> |
|
<div class="w-12 h-12 rounded-full bg-gray-200 flex items-center justify-center text-gray-500"> |
|
<i class="fas fa-user text-xl"></i> |
|
</div> |
|
<div class="ml-4"> |
|
<h4 class="font-bold text-gray-800">Sandrine Lombardi</h4> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"À la recherche d'un appartement à acheter, j'ai contacté de nombreux agents immobiliers qui n'avaient aucun sérieux, jusqu'à ce que je tombe sur Monsieur Gabriel Habolt ! Il a su être à l'écoute, hyper réactif, et grâce à son sérieux et son investissement, j'ai trouvé l'appartement de mes rêves. Encore un grand merci pour votre accompagnement. Au plaisir 😊" |
|
</p> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.1s;"> |
|
<div class="flex items-center mb-4"> |
|
<div class="w-12 h-12 rounded-full bg-gray-200 flex items-center justify-center text-gray-500"> |
|
<i class="fas fa-user text-xl"></i> |
|
</div> |
|
<div class="ml-4"> |
|
<h4 class="font-bold text-gray-800">Laurence Fournier</h4> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"L'acquisition de mon appartement en centre-ville de Strasbourg a été rondement menée grâce à M. Habolt. Il a été très efficace, toujours disponible et très attentif aux souhaits des vendeurs comme des acquéreurs. Un agent à recommander sans hésitation." |
|
</p> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.2s;"> |
|
<div class="flex items-center mb-4"> |
|
<div class="w-12 h-12 rounded-full bg-gray-200 flex items-center justify-center text-gray-500"> |
|
<i class="fas fa-user text-xl"></i> |
|
</div> |
|
<div class="ml-4"> |
|
<h4 class="font-bold text-gray-800">Panos Kakaviatos</h4> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"Superbe service et excellent suivi pour l'achat de mon appartement à la Robertsau. Merci à Gabriel Habolt pour son aide, sa patience et sa persistance dans le bon sens. Je me suis senti bien accompagné du début à la fin." |
|
</p> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.3s;"> |
|
<div class="flex items-center mb-4"> |
|
<div class="w-12 h-12 rounded-full bg-gray-200 flex items-center justify-center text-gray-500"> |
|
<i class="fas fa-user text-xl"></i> |
|
</div> |
|
<div class="ml-4"> |
|
<h4 class="font-bold text-gray-800">Patricia Husser</h4> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"Je recommande et remercie l'agence Laforêt Orangerie de Strasbourg, et tout particulièrement M. Gabriel Habolt, qui a fait preuve d'un grand professionnalisme et d'un abord très chaleureux. Une belle expérience humaine et professionnelle." |
|
</p> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.4s;"> |
|
<div class="flex items-center mb-4"> |
|
<div class="w-12 h-12 rounded-full bg-gray-200 flex items-center justify-center text-gray-500"> |
|
<i class="fas fa-user text-xl"></i> |
|
</div> |
|
<div class="ml-4"> |
|
<h4 class="font-bold text-gray-800">B. Taguemount</h4> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"Nous avons été bien guidés et épaulés par Monsieur Gabriel Habolt tout au long de notre projet immobilier : achat d'un appartement, puis vente de notre maison. Ce moment crucial dans notre vie a été allégé grâce à son accompagnement efficace, clair et humain." |
|
</p> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md fade-in" style="transform: translateY(20px); transition-delay: 0.5s;"> |
|
<div class="flex items-center mb-4"> |
|
<div class="w-12 h-12 rounded-full bg-gray-200 flex items-center justify-center text-gray-500"> |
|
<i class="fas fa-user text-xl"></i> |
|
</div> |
|
<div class="ml-4"> |
|
<h4 class="font-bold text-gray-800">François Labolle</h4> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"Lors de ma recherche d'un appartement à Strasbourg, M. Gabriel Habolt s'est montré disponible, sobre, discret et très professionnel. Il a su répondre à mes questions avec clarté, organiser les visites malgré des emplois du temps serrés, et m'a accompagné de façon précieuse jusqu'à l'acquisition. Je recommande vivement cet agent." |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-white"> |
|
<div class="container mx-auto px-4"> |
|
<div class="max-w-md md:max-w-lg mx-auto bg-white rounded-2xl shadow-xl overflow-hidden fade-in hover:shadow-2xl transition-all duration-300"> |
|
<div class="bg-gradient-to-r from-gray-800 to-gray-700 p-6 text-white text-center"> |
|
<div class="w-32 h-32 mx-auto rounded-full overflow-hidden border-4 border-white mb-4"> |
|
<img src="https://i.imgur.com/3fOs4A7.jpg" alt="Gabriel Habolt" class="w-full h-full object-cover"> |
|
</div> |
|
<h3 class="text-2xl font-serif font-normal mb-1">Gabriel HABOLT</h3> |
|
<p class="text-gray-300 text-sm uppercase tracking-wider">Expert Immobilier</p> |
|
<p class="text-gray-300 text-sm mt-1">Laforêt Orangerie Strasbourg</p> |
|
</div> |
|
<div class="p-6"> |
|
<div class="flex flex-col space-y-4"> |
|
<a href="tel:+33680227323" class="flex items-center text-gray-700 hover:text-gray-900 transition-colors"> |
|
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-3"> |
|
<i class="fas fa-phone text-gray-600"></i> |
|
</div> |
|
<span class="font-medium">06 80 22 73 23</span> |
|
</a> |
|
<a href="mailto:[email protected]" class="flex items-center text-gray-700 hover:text-gray-900 transition-colors"> |
|
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-3"> |
|
<i class="fas fa-envelope text-gray-600"></i> |
|
</div> |
|
<span class="font-medium">[email protected]</span> |
|
</a> |
|
<a href="https://www.facebook.com/profile.php?id=61575872501530" target="_blank" class="flex items-center text-gray-700 hover:text-gray-900 transition-colors"> |
|
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-3"> |
|
<i class="fab fa-facebook-f text-blue-600"></i> |
|
</div> |
|
<span class="font-medium">Derrière les Façades</span> |
|
</a> |
|
</div> |
|
<div class="mt-6 pt-4 border-t border-gray-100 text-center"> |
|
<p class="text-xs text-gray-500">Disponible 7j/7 pour vos projets immobiliers</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-gradient-to-r from-gray-100 to-gray-50"> |
|
<div class="container mx-auto px-4"> |
|
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-xl overflow-hidden fade-in" style="transform: translateY(20px);"> |
|
<div class="relative"> |
|
<div class="absolute inset-0 bg-gradient-to-r from-gray-800 to-gray-600 opacity-10"></div> |
|
<div class="relative p-8 md:p-12"> |
|
<h3 class="text-2xl md:text-3xl font-bold text-gray-800 mb-6 text-center">Vous avez un projet immobilier à Strasbourg ?</h3> |
|
<div class="flex flex-col items-center"> |
|
<a href="tel:+33680227323" class="bg-gradient-to-r from-gray-800 to-gray-700 hover:from-gray-700 hover:to-gray-600 text-white font-bold py-4 px-8 rounded-full transition duration-300 flex items-center gap-3 mb-4 shadow-lg font-montserrat"> |
|
<i class="fas fa-phone text-lg"></i> |
|
<span class="text-lg tracking-normal">06 80 22 73 23</span> |
|
</a> |
|
<div class="text-center"> |
|
<p class="text-gray-600 font-medium mb-1">Estimation offerte en 10 minutes</p> |
|
<p class="text-gray-500 text-sm">Discrétion et réactivité garanties</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<footer class="bg-gray-50 text-gray-700 py-12"> |
|
<div class="container mx-auto px-4"> |
|
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8"> |
|
<div class="text-center md:text-left"> |
|
<h3 class="text-2xl font-bold mb-4 font-serif text-gray-800">Gabriel Habolt</h3> |
|
<p class="text-gray-500 tracking-wider">Expert Immobilier à Strasbourg</p> |
|
<p class="text-gray-500 tracking-wider mt-2">Laforêt Orangerie</p> |
|
</div> |
|
<div class="text-center"> |
|
<h4 class="font-bold mb-4 text-lg font-serif text-gray-800">Contact</h4> |
|
<a href="tel:+33680227323" class="inline-flex items-center text-gray-600 hover:text-gray-900 transition duration-300 mb-3 font-montserrat font-medium"> |
|
<i class="fas fa-phone mr-3"></i>06 80 22 73 23 |
|
</a> |
|
<a href="mailto:[email protected]" class="inline-flex items-center text-gray-600 hover:text-gray-900 transition duration-300 font-montserrat font-medium"> |
|
<i class="fas fa-envelope mr-3"></i>[email protected] |
|
</a> |
|
</div> |
|
<div class="text-center md:text-right"> |
|
<h4 class="font-bold mb-4 text-lg font-serif text-gray-800">Réseau</h4> |
|
<p class="text-gray-500 mb-3 tracking-wider">Découvrez notre partenaire</p> |
|
<a href="https://www.facebook.com/profile.php?id=61575872501530" target="_blank" class="inline-flex items-center justify-center bg-gray-100 hover:bg-gray-200 rounded-full px-4 py-2 transition-all duration-300 group"> |
|
<i class="fab fa-facebook-f text-blue-600 mr-2 group-hover:text-blue-700"></i> |
|
<span class="font-medium text-gray-700 group-hover:text-gray-900">Derrière les Façades Strasbourg</span> |
|
<i class="fas fa-external-link-alt ml-2 text-gray-500 text-sm group-hover:text-gray-700"></i> |
|
</a> |
|
<p class="text-xs text-gray-400 mt-2">Mai 2025</p> |
|
</div> |
|
</div> |
|
<div class="pt-6 border-t border-gray-200 text-center"> |
|
<p class="text-gray-400 text-sm">© 2024 Gabriel Habolt - Tous droits réservés</p> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
|
|
<div class="lightbox"> |
|
<span class="lightbox-close">×</span> |
|
<div class="lightbox-content"> |
|
<img src="" alt="Property image"> |
|
</div> |
|
</div> |
|
|
|
<script> |
|
|
|
const video = document.getElementById('about-video'); |
|
const customPlayBtn = document.getElementById('custom-play-btn'); |
|
|
|
if (video && customPlayBtn) { |
|
|
|
customPlayBtn.addEventListener('click', () => { |
|
if (video.paused) { |
|
video.play(); |
|
customPlayBtn.innerHTML = '<i class="fas fa-pause"></i>'; |
|
} else { |
|
video.pause(); |
|
customPlayBtn.innerHTML = '<i class="fas fa-play"></i>'; |
|
} |
|
}); |
|
|
|
|
|
video.addEventListener('play', () => { |
|
customPlayBtn.innerHTML = '<i class="fas fa-pause"></i>'; |
|
}); |
|
|
|
video.addEventListener('pause', () => { |
|
customPlayBtn.innerHTML = '<i class="fas fa-play"></i>'; |
|
}); |
|
|
|
|
|
video.addEventListener('touchstart', () => { |
|
video.controls = true; |
|
}, { passive: true }); |
|
} |
|
|
|
|
|
const fadeElements = document.querySelectorAll('.fade-in'); |
|
|
|
const fadeInObserver = new IntersectionObserver((entries) => { |
|
entries.forEach(entry => { |
|
if (entry.isIntersecting) { |
|
entry.target.classList.add('visible'); |
|
} |
|
}); |
|
}, { |
|
threshold: 0.1 |
|
}); |
|
|
|
fadeElements.forEach(element => { |
|
fadeInObserver.observe(element); |
|
}); |
|
|
|
|
|
document.addEventListener('DOMContentLoaded', () => { |
|
const sliders = document.querySelectorAll('.property-slider'); |
|
|
|
sliders.forEach(slider => { |
|
const container = slider.querySelector('.slider-container'); |
|
const images = slider.querySelectorAll('.property-image'); |
|
const prevBtn = slider.querySelector('.prev-btn'); |
|
const nextBtn = slider.querySelector('.next-btn'); |
|
|
|
let currentIndex = 0; |
|
const imageCount = images.length; |
|
const imageWidth = 100; |
|
|
|
|
|
container.style.transform = `translateX(0)`; |
|
|
|
|
|
const interval = setInterval(() => { |
|
currentIndex = (currentIndex + 1) % imageCount; |
|
container.style.transform = `translateX(-${currentIndex * imageWidth}%)`; |
|
}, 5000); |
|
|
|
|
|
slider.addEventListener('mouseenter', () => { |
|
clearInterval(interval); |
|
}); |
|
|
|
slider.addEventListener('mouseleave', () => { |
|
interval = setInterval(() => { |
|
currentIndex = (currentIndex + 1) % imageCount; |
|
container.style.transform = `translateX(-${currentIndex * imageWidth}%)`; |
|
}, 5000); |
|
}); |
|
|
|
|
|
if (prevBtn && nextBtn) { |
|
prevBtn.addEventListener('click', () => { |
|
clearInterval(interval); |
|
currentIndex = (currentIndex - 1 + imageCount) % imageCount; |
|
container.style.transform = `translateX(-${currentIndex * imageWidth}%)`; |
|
}); |
|
|
|
nextBtn.addEventListener('click', () => { |
|
clearInterval(interval); |
|
currentIndex = (currentIndex + 1) % imageCount; |
|
container.style.transform = `translateX(-${currentIndex * imageWidth}%)`; |
|
}); |
|
} |
|
}); |
|
}); |
|
|
|
|
|
const lightbox = document.querySelector('.lightbox'); |
|
const lightboxClose = document.querySelector('.lightbox-close'); |
|
|
|
lightboxClose.addEventListener('click', () => { |
|
lightbox.classList.remove('active'); |
|
}); |
|
|
|
lightbox.addEventListener('click', (e) => { |
|
if (e.target === lightbox) { |
|
lightbox.classList.remove('active'); |
|
} |
|
}); |
|
</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=BUFALO67/gabriel-habolt-immobilier" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
|
</html> |