van-site / index.html
Benoit35750's picture
Add 2 files
430fcd7 verified
Raw
History Blame Contribute Delete
57.1 kB
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VanLife Guide - Your Complete Van Conversion Resource</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1506929562872-bb421503ef21?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2560&q=80');
background-size: cover;
background-position: center;
height: 80vh;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.blog-card:hover {
transform: scale(1.02);
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.transition-all {
transition: all 0.3s ease;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<a href="#" class="flex items-center py-4 px-2">
<i class="fas fa-van-shuttle text-2xl text-blue-600 mr-2"></i>
<span class="font-semibold text-gray-900 text-lg">VanLife Guide</span>
</a>
</div>
</div>
<div class="hidden md:flex items-center space-x-1">
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300">Accueil</button>
</div>
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300 flex items-center">
Aménager son van <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden bg-white mt-0 py-2 w-48 shadow-xl rounded-md z-10">
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">Guides pratiques</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">Par type de van</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">Par usage</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">Outils et plans</a>
</div>
</div>
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300 flex items-center">
Budget & Prix <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden bg-white mt-0 py-2 w-48 shadow-xl rounded-md z-10">
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">New vs Used</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">Cost of Conversion</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">Kits vs Custom</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-50 hover:text-blue-600">Financing/Grants</a>
</div>
</div>
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300">Achat/Vente</button>
</div>
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300">Location</button>
</div>
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300">Inspiration</button>
</div>
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300">Ressources</button>
</div>
<div class="dropdown relative">
<button class="py-4 px-2 text-gray-700 hover:text-blue-600 transition-all duration-300">Blog</button>
</div>
</div>
<div class="md:hidden flex items-center">
<button class="outline-none mobile-menu-button">
<svg class="w-6 h-6 text-gray-700" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden mobile-menu bg-white">
<ul class="">
<li><a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50">Accueil</a></li>
<li class="dropdown">
<a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50 flex justify-between items-center">
Aménager son van
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</a>
<ul class="hidden dropdown-content bg-gray-50">
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">Guides pratiques</a></li>
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">Par type de van</a></li>
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">Par usage</a></li>
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">Outils et plans</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50 flex justify-between items-center">
Budget & Prix
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</a>
<ul class="hidden dropdown-content bg-gray-50">
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">New vs Used</a></li>
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">Cost of Conversion</a></li>
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">Kits vs Custom</a></li>
<li><a href="#" class="block py-2 px-6 text-sm hover:bg-blue-50">Financing/Grants</a></li>
</ul>
</li>
<li><a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50">Achat/Vente</a></li>
<li><a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50">Location</a></li>
<li><a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50">Inspiration</a></li>
<li><a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50">Ressources</a></li>
<li><a href="#" class="block py-2 px-4 text-sm hover:bg-blue-50">Blog</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-image flex items-center justify-center">
<div class="text-center px-4">
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">Your Guide to Van Life & Conversion</h1>
<p class="text-xl md:text-2xl text-white mb-8">Everything you need to start your van life adventure</p>
<a href="#amenager" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full text-lg transition-all duration-300 inline-block">
Start Converting <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</section>
<!-- Main Content -->
<main class="max-w-7xl mx-auto px-4 py-12">
<!-- Aménager son van -->
<section id="amenager" class="mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-8 border-b-2 border-blue-200 pb-2">Aménager son van</h2>
<div class="grid md:grid-cols-2 gap-8 mb-12">
<!-- Guides pratiques -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="bg-blue-600 p-4">
<h3 class="text-xl font-semibold text-white flex items-center">
<i class="fas fa-book mr-2"></i> Guides pratiques
</h3>
</div>
<div class="p-6">
<div class="mb-4 pb-4 border-b border-gray-100">
<h4 class="font-medium text-gray-800 mb-2">How to Convert a Van</h4>
<p class="text-gray-600 text-sm">Step-by-step guide to converting your van from scratch.</p>
<a href="#" class="text-blue-600 text-sm mt-2 inline-block">Read more →</a>
</div>
<div class="mb-4 pb-4 border-b border-gray-100">
<h4 class="font-medium text-gray-800 mb-2">DIY Van Conversion</h4>
<p class="text-gray-600 text-sm">Complete DIY guide with tools and materials needed.</p>
<a href="#" class="text-blue-600 text-sm mt-2 inline-block">Read more →</a>
</div>
<div>
<h4 class="font-medium text-gray-800 mb-2">Converting a Van on a Budget</h4>
<p class="text-gray-600 text-sm">Tips and tricks to save money during your conversion.</p>
<a href="#" class="text-blue-600 text-sm mt-2 inline-block">Read more →</a>
</div>
</div>
</div>
<!-- Par type de van -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="bg-blue-600 p-4">
<h3 class="text-xl font-semibold text-white flex items-center">
<i class="fas fa-caravan mr-2"></i> Par type de van
</h3>
</div>
<div class="p-6">
<div class="grid grid-cols-3 gap-4">
<div class="text-center">
<div class="bg-gray-100 h-24 mb-2 rounded-lg flex items-center justify-center">
<i class="fas fa-bus text-3xl text-gray-500"></i>
</div>
<h4 class="font-medium text-gray-800 text-sm">Renault Trafic</h4>
</div>
<div class="text-center">
<div class="bg-gray-100 h-24 mb-2 rounded-lg flex items-center justify-center">
<i class="fas fa-van-shuttle text-3xl text-gray-500"></i>
</div>
<h4 class="font-medium text-gray-800 text-sm">VW Transporter</h4>
</div>
<div class="text-center">
<div class="bg-gray-100 h-24 mb-2 rounded-lg flex items-center justify-center">
<i class="fas fa-truck text-3xl text-gray-500"></i>
</div>
<h4 class="font-medium text-gray-800 text-sm">Peugeot Boxer</h4>
</div>
</div>
<p class="text-gray-600 text-sm mt-4">Select your van model for specific conversion tips and layout ideas.</p>
<a href="#" class="text-blue-600 text-sm mt-2 inline-block">View all van types →</a>
</div>
</div>
</div>
<!-- Par usage -->
<div class="mb-12">
<h3 class="text-2xl font-semibold text-gray-800 mb-6 flex items-center">
<i class="fas fa-users mr-2 text-blue-600"></i> Par usage
</h3>
<div class="grid md:grid-cols-3 gap-6">
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-all">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-heart text-blue-600 text-xl"></i>
</div>
<h4 class="font-medium text-gray-800 mb-2">Van for Two</h4>
<p class="text-gray-600 text-sm">Perfect layouts for couples with space-saving solutions.</p>
<a href="#" class="text-blue-600 text-sm mt-3 inline-block">Explore options →</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-all">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-shower text-blue-600 text-xl"></i>
</div>
<h4 class="font-medium text-gray-800 mb-2">Van with Shower/Toilet</h4>
<p class="text-gray-600 text-sm">Solutions for adding bathroom facilities to your van.</p>
<a href="#" class="text-blue-600 text-sm mt-3 inline-block">Explore options →</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-all">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-child text-blue-600 text-xl"></i>
</div>
<h4 class="font-medium text-gray-800 mb-2">Family Road Trips</h4>
<p class="text-gray-600 text-sm">Family-friendly layouts with bunk beds and storage.</p>
<a href="#" class="text-blue-600 text-sm mt-3 inline-block">Explore options →</a>
</div>
</div>
</div>
<!-- Outils et plans -->
<div>
<h3 class="text-2xl font-semibold text-gray-800 mb-6 flex items-center">
<i class="fas fa-tools mr-2 text-blue-600"></i> Outils et plans
</h3>
<div class="grid md:grid-cols-4 gap-4">
<a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-all text-center">
<i class="fas fa-drafting-compass text-blue-600 text-2xl mb-2"></i>
<h4 class="font-medium text-gray-800">Free Conversion Plans</h4>
</a>
<a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-all text-center">
<i class="fas fa-box-open text-blue-600 text-2xl mb-2"></i>
<h4 class="font-medium text-gray-800">DIY Conversion Kits</h4>
</a>
<a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-all text-center">
<i class="fas fa-clipboard-list text-blue-600 text-2xl mb-2"></i>
<h4 class="font-medium text-gray-800">Material List</h4>
</a>
<a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-all text-center">
<i class="fas fa-tasks text-blue-600 text-2xl mb-2"></i>
<h4 class="font-medium text-gray-800">Downloadable Checklists</h4>
</a>
</div>
</div>
</section>
<!-- Budget & Prix -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-8 border-b-2 border-blue-200 pb-2">Budget & Prix</h2>
<div class="bg-white rounded-lg shadow-md overflow-hidden mb-8">
<div class="bg-blue-600 p-4">
<h3 class="text-xl font-semibold text-white">Cost Comparison</h3>
</div>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Option</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Price Range</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Pros</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Cons</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">New Converted Van</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">€50,000 - €100,000+</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Warranty, professional finish</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Most expensive option</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Used Converted Van</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">€20,000 - €60,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Lower cost, ready to use</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">May need repairs</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">DIY Conversion</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">€5,000 - €20,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Customizable, most affordable</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Time-consuming, requires skills</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Conversion Kit</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">€10,000 - €30,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Easier than full DIY</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Less customizable</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold text-gray-800 mb-4">How to Save Money</h3>
<ul class="space-y-3">
<li class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
<span class="text-gray-700">Buy used base vehicle in good condition</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
<span class="text-gray-700">Use reclaimed materials where possible</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
<span class="text-gray-700">Do the work yourself instead of hiring</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
<span class="text-gray-700">Start with basic conversion and upgrade later</span>
</li>
</ul>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold text-gray-800 mb-4">Financing & Grants</h3>
<div class="space-y-4">
<div>
<h4 class="font-medium text-gray-800">Van Conversion Loans</h4>
<p class="text-gray-600 text-sm">Specialized loans for van conversions with competitive rates.</p>
</div>
<div>
<h4 class="font-medium text-gray-800">Eco Grants</h4>
<p class="text-gray-600 text-sm">Government grants for sustainable conversions with solar power.</p>
</div>
<div>
<h4 class="font-medium text-gray-800">Crowdfunding</h4>
<p class="text-gray-600 text-sm">Raise funds for your van life project through community support.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Achat / Vente de vans -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-8 border-b-2 border-blue-200 pb-2">Achat / Vente de vans</h2>
<div class="grid md:grid-cols-2 gap-8 mb-8">
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="bg-blue-600 p-4">
<h3 class="text-xl font-semibold text-white">Buying a Converted Van</h3>
</div>
<div class="p-6">
<div class="mb-4">
<h4 class="font-medium text-gray-800 mb-2">What to Look For</h4>
<ul class="list-disc list-inside text-gray-600 text-sm space-y-1">
<li>Check for rust and structural integrity</li>
<li>Test all electrical and plumbing systems</li>
<li>Verify insulation quality</li>
<li>Inspect for water damage</li>
</ul>
</div>
<div>
<h4 class="font-medium text-gray-800 mb-2">Where to Buy</h4>
<div class="flex flex-wrap gap-2">
<a href="#" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm text-gray-700 transition-all">VanLife Trader</a>
<a href="#" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm text-gray-700 transition-all">Facebook Marketplace</a>
<a href="#" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm text-gray-700 transition-all">Specialized Dealers</a>
</div>
</div>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="bg-blue-600 p-4">
<h3 class="text-xl font-semibold text-white">Selling Your Van</h3>
</div>
<div class="p-6">
<div class="mb-4">
<h4 class="font-medium text-gray-800 mb-2">Preparing Your Van</h4>
<ul class="list-disc list-inside text-gray-600 text-sm space-y-1">
<li>Clean thoroughly inside and out</li>
<li>Fix any minor issues</li>
<li>Take high-quality photos</li>
<li>Gather all documentation</li>
</ul>
</div>
<div>
<h4 class="font-medium text-gray-800 mb-2">Pricing Tips</h4>
<p class="text-gray-600 text-sm">Research similar vans, be realistic about price, and be prepared to negotiate.</p>
</div>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold text-gray-800 mb-4">Checking a Van's Condition</h3>
<div class="grid md:grid-cols-3 gap-6">
<div>
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-3">
<i class="fas fa-car-crash text-blue-600"></i>
</div>
<h4 class="font-medium text-gray-800 mb-1">Mechanical</h4>
<p class="text-gray-600 text-sm">Engine, transmission, suspension, brakes</p>
</div>
<div>
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-3">
<i class="fas fa-bolt text-blue-600"></i>
</div>
<h4 class="font-medium text-gray-800 mb-1">Electrical</h4>
<p class="text-gray-600 text-sm">Battery, alternator, wiring, appliances</p>
</div>
<div>
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-3">
<i class="fas fa-home text-blue-600"></i>
</div>
<h4 class="font-medium text-gray-800 mb-1">Conversion Quality</h4>
<p class="text-gray-600 text-sm">Insulation, build quality, materials used</p>
</div>
</div>
</div>
</section>
<!-- Location de vans aménagés -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-8 border-b-2 border-blue-200 pb-2">Location de vans aménagés</h2>
<div class="bg-white rounded-lg shadow-md overflow-hidden mb-8">
<div class="bg-blue-600 p-4">
<h3 class="text-xl font-semibold text-white">Platform Comparison</h3>
</div>
<div class="p-6">
<div class="grid md:grid-cols-3 gap-6">
<div class="border border-gray-200 rounded-lg p-4">
<div class="flex items-center mb-3">
<div class="bg-gray-100 w-10 h-10 rounded-full flex items-center justify-center mr-3">
<i class="fas fa-share-alt text-blue-600"></i>
</div>
<h4 class="font-medium text-gray-800">Outdoorsy</h4>
</div>
<p class="text-gray-600 text-sm mb-3">Largest selection, good insurance options</p>
<div class="text-sm">
<span class="font-medium text-gray-700">Avg. price:</span>
<span class="text-gray-600 ml-1">€80-€150/day</span>
</div>
</div>
<div class="border border-gray-200 rounded-lg p-4">
<div class="flex items-center mb-3">
<div class="bg-gray-100 w-10 h-10 rounded-full flex items-center justify-center mr-3">
<i class="fas fa-camper text-blue-600"></i>
</div>
<h4 class="font-medium text-gray-800">Campervan Hire</h4>
</div>
<p class="text-gray-600 text-sm mb-3">Specialized in Europe, good customer service</p>
<div class="text-sm">
<span class="font-medium text-gray-700">Avg. price:</span>
<span class="text-gray-600 ml-1">€70-€130/day</span>
</div>
</div>
<div class="border border-gray-200 rounded-lg p-4">
<div class="flex items-center mb-3">
<div class="bg-gray-100 w-10 h-10 rounded-full flex items-center justify-center mr-3">
<i class="fas fa-map-marked-alt text-blue-600"></i>
</div>
<h4 class="font-medium text-gray-800">Local Rentals</h4>
</div>
<p class="text-gray-600 text-sm mb-3">Smaller operators, often better prices</p>
<div class="text-sm">
<span class="font-medium text-gray-700">Avg. price:</span>
<span class="text-gray-600 ml-1">€60-€110/day</span>
</div>
</div>
</div>
</div>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold text-gray-800 mb-4">Rental Prices</h3>
<div class="space-y-4">
<div>
<h4 class="font-medium text-gray-800">By Duration</h4>
<p class="text-gray-600 text-sm">Weekly rentals typically offer 1-2 free days compared to daily rate.</p>
</div>
<div>
<h4 class="font-medium text-gray-800">By Season</h4>
<p class="text-gray-600 text-sm">Summer prices can be 30-50% higher than off-season.</p>
</div>
<div>
<h4 class="font-medium text-gray-800">Insurance</h4>
<p class="text-gray-600 text-sm">Factor in €15-€30/day for full coverage insurance.</p>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold text-gray-800 mb-4">Rent Before You Buy</h3>
<p class="text-gray-600 mb-4">Trying different van layouts before committing to a purchase can help you understand what features are most important for your needs.</p>
<div class="bg-blue-50 p-4 rounded-lg">
<h4 class="font-medium text-blue-800 mb-2">Things to Test During Rental</h4>
<ul class="list-disc list-inside text-blue-700 text-sm space-y-1">
<li>Sleeping comfort</li>
<li>Kitchen functionality</li>
<li>Storage space</li>
<li>Driving experience</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Inspiration & témoignages -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-8 border-b-2 border-blue-200 pb-2">Inspiration & témoignages</h2>
<div class="grid md:grid-cols-2 gap-8 mb-8">
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="relative h-48 bg-gray-200">
<div class="absolute inset-0 flex items-center justify-center">
<span class="text-gray-500">Insert before/after image here</span>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-800 mb-2">Before & After</h3>
<p class="text-gray-600 mb-4">See amazing transformations from empty shells to beautiful homes on wheels.</p>
<a href="#" class="text-blue-600 font-medium inline-flex items-center">
View gallery <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="relative h-48 bg-gray-200">
<div class="absolute inset-0 flex items-center justify-center">
<span class="text-gray-500">Insert van tour video here</span>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-800 mb-2">Van Tours</h3>
<p class="text-gray-600 mb-4">Video tours of beautifully converted vans with creative layouts and smart storage solutions.</p>
<a href="#" class="text-blue-600 font-medium inline-flex items-center">
Watch videos <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
<h3 class="text-2xl font-semibold text-gray-800 mb-6">Vanlifer Testimonials</h3>
<div class="grid md:grid-cols-3 gap-6 mb-8">
<div class="bg-white p-6 rounded-lg shadow-md testimonial-card transition-all">
<div class="flex items-center mb-4">
<div class="bg-gray-200 w-10 h-10 rounded-full mr-3"></div>
<div>
<h4 class="font-medium text-gray-800">Sarah & Tom</h4>
<p class="text-gray-500 text-sm">Full-time since 2019</p>
</div>
</div>
<p class="text-gray-600 text-sm italic">"Converting our van was the best decision we ever made. We've traveled across Europe and saved so much on accommodation."</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md testimonial-card transition-all">
<div class="flex items-center mb-4">
<div class="bg-gray-200 w-10 h-10 rounded-full mr-3"></div>
<div>
<h4 class="font-medium text-gray-800">Marc</h4>
<p class="text-gray-500 text-sm">Weekend adventurer</p>
</div>
</div>
<p class="text-gray-600 text-sm italic">"I built my van over 6 months while working full-time. The freedom to escape the city any weekend is priceless."</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md testimonial-card transition-all">
<div class="flex items-center mb-4">
<div class="bg-gray-200 w-10 h-10 rounded-full mr-3"></div>
<div>
<h4 class="font-medium text-gray-800">The Dupont Family</h4>
<p class="text-gray-500 text-sm">Family of four</p>
</div>
</div>
<p class="text-gray-600 text-sm italic">"Our kids love our van adventures. We've created memories that will last a lifetime, all while staying within our budget."</p>
</div>
</div>
<h3 class="text-2xl font-semibold text-gray-800 mb-6">Unusual Conversions</h3>
<div class="grid md:grid-cols-4 gap-4">
<div class="bg-white p-4 rounded-lg shadow-sm text-center">
<div class="bg-gray-200 h-24 mb-3 rounded-lg"></div>
<h4 class="font-medium text-gray-800 text-sm">School Bus</h4>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm text-center">
<div class="bg-gray-200 h-24 mb-3 rounded-lg"></div>
<h4 class="font-medium text-gray-800 text-sm">Ambulance</h4>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm text-center">
<div class="bg-gray-200 h-24 mb-3 rounded-lg"></div>
<h4 class="font-medium text-gray-800 text-sm">Food Truck</h4>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm text-center">
<div class="bg-gray-200 h-24 mb-3 rounded-lg"></div>
<h4 class="font-medium text-gray-800 text-sm">Postal Van</h4>
</div>
</div>
</section>
<!-- Ressources & outils -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-8 border-b-2 border-blue-200 pb-2">Ressources & outils</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white p-6 rounded-lg shadow-md text-center">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-calculator text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2">Budget Simulator</h3>
<p class="text-gray-600 text-sm mb-4">Calculate your total conversion costs based on materials and options.</p>
<a href="#" class="bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-full text-sm inline-block transition-all">
Try it now
</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-md text-center">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-clipboard-check text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2">Travel Checklist</h3>
<p class="text-gray-600 text-sm mb-4">Essential items to pack for your van life adventures.</p>
<a href="#" class="bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-full text-sm inline-block transition-all">
Download PDF
</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-md text-center">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-ruler-combined text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2">Dimension Comparator</h3>
<p class="text-gray-600 text-sm mb-4">Compare interior dimensions of popular van models.</p>
<a href="#" class="bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-full text-sm inline-block transition-all">
Compare vans
</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-md text-center">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-map-marked-alt text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2">Parking Area Map</h3>
<p class="text-gray-600 text-sm mb-4">Find safe overnight parking spots across Europe.</p>
<a href="#" class="bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-full text-sm inline-block transition-all">
View map
</a>
</div>
</div>
</section>
<!-- Blog -->
<section>
<h2 class="text-3xl font-bold text-gray-800 mb-8 border-b-2 border-blue-200 pb-2">Blog</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-lg shadow-md overflow-hidden blog-card transition-all">
<div class="relative h-40 bg-gray-200">
<div class="absolute inset-0 flex items-center justify-center">
<span class="text-gray-500">Insert blog image here</span>
</div>
</div>
<div class="p-6">
<span class="text-xs font-medium text-blue-600">CONVERSION TIPS</span>
<h3 class="text-lg font-semibold text-gray-800 my-2">5 Mistakes to Avoid</h3>
<p class="text-gray-600 text-sm mb-4">Common pitfalls in van conversions and how to steer clear of them.</p>
<a href="#" class="text-blue-600 text-sm font-medium inline-flex items-center">
Read more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden blog-card transition-all">
<div class="relative h-40 bg-gray-200">
<div class="absolute inset-0 flex items-center justify-center">
<span class="text-gray-500">Insert blog image here</span>
</div>
</div>
<div class="p-6">
<span class="text-xs font-medium text-blue-600">SPACE SAVING</span>
<h3 class="text-lg font-semibold text-gray-800 my-2">Optimizing Small Spaces</h3>
<p class="text-gray-600 text-sm mb-4">Creative solutions to maximize every inch of your van.</p>
<a href="#" class="text-blue-600 text-sm font-medium inline-flex items-center">
Read more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden blog-card transition-all">
<div class="relative h-40 bg-gray-200">
<div class="absolute inset-0 flex items-center justify-center">
<span class="text-gray-500">Insert blog image here</span>
</div>
</div>
<div class="p-6">
<span class="text-xs font-medium text-blue-600">LEGAL</span>
<h3 class="text-lg font-semibold text-gray-800 my-2">2025 Legislation Changes</h3>
<p class="text-gray-600 text-sm mb-4">Upcoming regulations affecting van conversions and travel.</p>
<a href="#" class="text-blue-600 text-sm font-medium inline-flex items-center">
Read more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden blog-card transition-all">
<div class="relative h-40 bg-gray-200">
<div class="absolute inset-0 flex items-center justify-center">
<span class="text-gray-500">Insert blog image here</span>
</div>
</div>
<div class="p-6">
<span class="text-xs font-medium text-blue-600">TRAVEL GUIDES</span>
<h3 class="text-lg font-semibold text-gray-800 my-2">France Road Trip</h3>
<p class="text-gray-600 text-sm mb-4">Our favorite routes and hidden gems across France.</p>
<a href="#" class="text-blue-600 text-sm font-medium inline-flex items-center">
Read more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Newsletter -->
<section class="bg-blue-600 py-12">
<div class="max-w-4xl mx-auto px-4 text-center">
<h2 class="text-2xl md:text-3xl font-bold text-white mb-4">Join Our Van Life Community</h2>
<p class="text-blue-100 mb-6">Get the latest van conversion tips, road trip ideas, and exclusive resources straight to your inbox.</p>
<form class="flex flex-col sm:flex-row gap-2 max-w-md mx-auto">
<input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-full focus:outline-none">
<button type="submit" class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-6 rounded-full transition-all">
Subscribe
</button>
</form>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-12 pb-6">
<div class="max-w-7xl mx-auto px-4">
<div class="grid md:grid-cols-4 gap-8 mb-8">
<div>
<h3 class="text-lg font-semibold mb-4 flex items-center">
<i class="fas fa-van-shuttle text-blue-400 mr-2"></i> VanLife Guide
</h3>
<p class="text-gray-400 text-sm">Your complete resource for van conversions and van life adventures.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Navigation</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">Accueil</a></li>
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">Aménager son van</a></li>
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">Budget & Prix</a></li>
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">Achat/Vente</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">Tools</a></li>
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">FAQ</a></li>
<li><a href="#" class="text-gray-400 hover:text-white text-sm transition-all">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white text-xl transition-all"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white text-xl transition-all"><i class="fab fa-facebook"></i></a>
<a href="#" class="text-gray-400 hover:text-white text-xl transition-all"><i class="fab fa-youtube"></i></a>
<a href="#" class="text-gray-400 hover:text-white text-xl transition-all"><i class="fab fa-pinterest"></i></a>
</div>
</div>
</div>
<div class="border-t border-gray-800 pt-6">
<p class="text-gray-400 text-sm text-center">&copy; 2023 VanLife Guide. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const btn = document.querySelector("button.mobile-menu-button");
const menu = document.querySelector(".mobile-menu");
btn.addEventListener("click", () => {
menu.classList.toggle("hidden");
});
// Mobile dropdown toggle
const dropdowns = document.querySelectorAll(".dropdown");
dropdowns.forEach(dropdown => {
const button = dropdown.querySelector("a");
const menu = dropdown.querySelector(".dropdown-content");
if(button && menu) {
button.addEventListener("click", () => {
menu.classList.toggle("hidden");
});
}
});
</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=Benoit35750/van-site" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>