<!DOCTYPE html>
<html lang= »fr »>
<head>
<meta charset= »UTF-8″>
<meta name= »viewport » content= »width=device-width, initial-scale=1.0″>
<title>Opportunités d’investissement FORAVID 2025</title>
<link href= »https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap » rel= »stylesheet »>
<style>
body { font-family: ‘Inter’, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; }
header { background-color: #006747; color: white; padding: 50px 20px; text-align: center; }
header h1 { font-size: 2.5rem; margin-bottom: 10px; }
header p { font-size: 1.2rem; }
.container { max-width: 960px; margin: 0 auto; padding: 40px 20px; background: white; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.feature { background: #eefaf4; padding: 20px; border-radius: 12px; }
.feature h3 { margin-top: 0; color: #006747; }
form { margin-top: 40px; }
form label { display: block; margin-top: 20px; font-weight: 600; }
form input, form select, form textarea { width: 100%; padding: 10px; border-radius: 8px; border: 1px solid #ccc; margin-top: 8px; }
form button { margin-top: 30px; padding: 15px 30px; background-color: #006747; color: white; border: none; border-radius: 10px; font-size: 1rem; cursor: pointer; }
form button:hover { background-color: #004e37; }
footer { text-align: center; padding: 30px 20px; background-color: #003f30; color: white; }
</style>
</head>
<body>
<header>
<h1>Investissez dans les territoires durables</h1>
<p>Rejoignez les investisseurs du FORAVID 2025 à Abidjan – 2 & 3 juillet</p>
<a href= »#form »><button style= »margin-top:20px;padding:15px 25px;background:#fff;color:#006747;border:none;border-radius:10px;font-weight:bold;cursor:pointer; »>Recevoir les opportunités</button></a>
</header>
<div>
<h2>Pourquoi participer au FORAVID 2025 en tant qu’investisseur ?</h2>
<div>
<div>
<h3>Projets à fort impact</h3>
<p>Accédez à une sélection rigoureuse de projets prêts à l’investissement dans les territoires africains.</p>
</div>
<div>
<h3>Rendez-vous B2B</h3>
<p>Participez à des rencontres exclusives avec des porteurs de projets et des collectivités locales.</p>
</div>
<div>
<h3>Partenariats institutionnels</h3>
<p>Collaborez avec des banques, des institutions de garantie et des co-investisseurs publics et privés.</p>
</div>
<div>
<h3>Visibilité stratégique</h3>
<p>Positionnez-vous comme acteur de la transformation durable en Afrique.</p>
</div>
</div>
<h2 id= »form » style= »margin-top: 60px; »>Soyez mis en relation prioritaire</h2>
<form>
<label>Nom & Prénom</label>
<input type= »text » name= »nom » required>
<label>Organisation / Entreprise</label>
<input type= »text » name= »entreprise » required>
<label>Email</label>
<input type= »email » name= »email » required>
<label>Téléphone / WhatsApp</label>
<input type= »text » name= »telephone »>
<label>Secteurs d’intérêt</label>
<select name= »secteurs » multiple>
<option>Agro-industrie</option>
<option>Énergies renouvelables</option>
<option>Mobilité / Infrastructures</option>
<option>Numérique</option>
<option>Tourisme local</option>
<option>Autres</option>
</select>
<label>Budget indicatif d’investissement</label>
<input type= »text » name= »budget »>
<label>Message ou demande spécifique</label>
<textarea name= »commentaire » rows= »4″></textarea>
<button type= »submit »>Recevoir les opportunités</button>
</form>
</div>
<footer>
<p>FORAVID 2025 – Forum Africain des Villes Durables | www.foravid.org</p>
</footer>
</body>
</html>