Spaces:
Running
Running
<html lang="fr"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Afrik Magreb Consulting - Conseil et accompagnement d'entreprise Dubai</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> | |
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap'); | |
body { | |
font-family: 'Poppins', sans-serif; | |
scroll-behavior: smooth; | |
} | |
.title-font { | |
font-family: 'Playfair Display', serif; | |
} | |
.hero-gradient { | |
background: linear-gradient(135deg, rgba(20, 30, 48, 0.9) 0%, rgba(36, 59, 85, 0.9) 100%); | |
} | |
.nav-link { | |
position: relative; | |
} | |
.nav-link:after { | |
content: ''; | |
position: absolute; | |
width: 0; | |
height: 2px; | |
bottom: -2px; | |
left: 0; | |
background-color: #D4AF37; | |
transition: width 0.3s ease; | |
} | |
.nav-link:hover:after { | |
width: 100%; | |
} | |
.service-card:hover { | |
transform: translateY(-10px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.elephant-icon { | |
position: relative; | |
} | |
.elephant-icon:before { | |
content: ''; | |
position: absolute; | |
width: 60px; | |
height: 60px; | |
background-color: #D4AF37; | |
border-radius: 50%; | |
top: -15px; | |
left: -15px; | |
z-index: -1; | |
opacity: 0.2; | |
} | |
</style> | |
</head> | |
<body class="bg-gray-50 text-gray-800"> | |
<!-- Header --> | |
<header class="fixed w-full z-50 bg-white shadow-sm"> | |
<div class="container mx-auto px-6 py-4"> | |
<div class="flex items-center justify-between"> | |
<!-- Logo --> | |
<div class="flex items-center"> | |
<div class="elephant-icon mr-3"> | |
<i class="fas fa-elephant text-3xl text-amber-700"></i> | |
</div> | |
<a href="#" class="title-font text-2xl font-bold text-gray-800">AFRIK MAGREB <span class="text-amber-700">CONSULTING</span></a> | |
</div> | |
<!-- Mobile menu button --> | |
<div class="md:hidden"> | |
<button class="navbar-burger flex items-center text-gray-800 focus:outline-none"> | |
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> | |
</svg> | |
</button> | |
</div> | |
<!-- Navigation --> | |
<nav class="hidden md:flex items-center space-x-10"> | |
<a href="#home" class="nav-link text-gray-800 hover:text-amber-700">Accueil</a> | |
<a href="#services" class="nav-link text-gray-800 hover:text-amber-700">Services</a> | |
<a href="#about" class="nav-link text-gray-800 hover:text-amber-700">À propos</a> | |
<a href="#contact" class="nav-link text-gray-800 hover:text-amber-700">Contact</a> | |
<a href="mailto:contact@a-m-c.co" class="bg-amber-700 hover:bg-amber-800 text-white px-6 py-2 rounded-md transition duration-300">Nous contacter</a> | |
</nav> | |
</div> | |
</div> | |
<!-- Mobile menu --> | |
<div class="navbar-menu hidden fixed top-0 left-0 bottom-0 w-4/5 max-w-sm z-50"> | |
<div class="navbar-backdrop fixed inset-0 bg-gray-800 opacity-25"></div> | |
<nav class="relative flex flex-col w-full h-full py-6 px-6 bg-white border-r overflow-y-auto"> | |
<div class="flex items-center mb-8"> | |
<div class="elephant-icon mr-3"> | |
<i class="fas fa-elephant text-3xl text-amber-700"></i> | |
</div> | |
<a href="#" class="title-font text-xl font-bold text-gray-800">AFRIK MAGREB <span class="text-amber-700">CONSULTING</span></a> | |
</div> | |
<div> | |
<ul class="space-y-6"> | |
<li><a href="#home" class="block text-gray-800 hover:text-amber-700">Accueil</a></li> | |
<li><a href="#services" class="block text-gray-800 hover:text-amber-700">Services</a></li> | |
<li><a href="#about" class="block text-gray-800 hover:text-amber-700">À propos</a></li> | |
<li><a href="#contact" class="block text-gray-800 hover:text-amber-700">Contact</a></li> | |
</ul> | |
</div> | |
<div class="mt-auto"> | |
<div class="pt-6"> | |
<a href="mailto:contact@a-m-c.co" class="block bg-amber-700 hover:bg-amber-800 text-white text-center px-4 py-3 rounded-md transition duration-300">Nous contacter</a> | |
</div> | |
<p class="my-4 text-xs text-gray-500"> | |
<span>© 2015 Afrik Magreb Consulting</span> | |
</p> | |
</div> | |
</nav> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section id="home" class="pt-32 pb-20 md:pt-40 md:pb-28 hero-gradient"> | |
<div class="container mx-auto px-6"> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-12 md:mb-0"> | |
<h1 class="title-font text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-6 leading-tight"> | |
Excellence en <span class="text-amber-400">Conseil d'Entreprise</span> entre l'Afrique, l'Europe et le Moyen-Orient | |
</h1> | |
<p class="text-lg text-gray-300 mb-8"> | |
AMC offre des solutions stratégiques sur mesure pour faciliter vos investissements et partenariats entre l'Afrique, l'Europe et le Moyen-Orient. | |
</p> | |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
<a href="#services" class="bg-amber-600 hover:bg-amber-700 text-white px-8 py-3 rounded-md text-center transition duration-300"> | |
Nos services | |
</a> | |
<a href="#contact" class="bg-transparent hover:bg-white text-white hover:text-gray-800 border border-white px-8 py-3 rounded-md text-center transition duration-300"> | |
Contactez-nous | |
</a> | |
</div> | |
</div> | |
<div class="md:w-1/2 flex justify-center"> | |
<div class="relative"> | |
<img src="https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80" alt="Business meeting" class="rounded-lg shadow-2xl w-full max-w-lg"> | |
<div class="absolute -bottom-6 -right-6 bg-white p-4 rounded-lg shadow-lg hidden md:block"> | |
<div class="flex items-center"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-handshake text-amber-700 text-xl"></i> | |
</div> | |
<div> | |
<p class="font-bold text-gray-800">+90</p> | |
<p class="text-sm text-gray-600">Partenariats conclus</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Clients Section --> | |
<section class="py-12 bg-gray-100"> | |
<div class="container mx-auto px-6"> | |
<p class="text-center text-gray-500 mb-8">Nous travaillons avec des entreprises et institutions prestigieuses de premier ordre</p> | |
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> | |
<div class="w-32 opacity-70 hover:opacity-100 transition duration-300"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/d/da/Logo_GreenYellow_Carr%C3%A9.png" alt="African Union" class="h-12 object-contain"> | |
</div> | |
<div class="w-32 opacity-70 hover:opacity-100 transition duration-300"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/4/48/Veolia_logo.svg" alt="Dubai Chamber" class="h-12 object-contain"> | |
</div> | |
<div class="w-32 opacity-70 hover:opacity-100 transition duration-300"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Eiffage_logo.svg" alt="ECOWAS" class="h-12 object-contain"> | |
</div> | |
<div class="w-32 opacity-70 hover:opacity-100 transition duration-300"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/7/77/Pramac_Racing-Logo.png" class="h-12 object-contain"> | |
</div> | |
<div class="w-32 opacity-70 hover:opacity-100 transition duration-300"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5e/Vitronic_Logo_%26_Claim_2019.jpg" alt="Emirates" class="h-12 object-contain"> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Services Section --> | |
<section id="services" class="py-20 bg-white"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="title-font text-3xl md:text-4xl font-bold text-gray-800 mb-4">Nos Services Experts</h2> | |
<div class="w-20 h-1 bg-amber-600 mx-auto mb-6"></div> | |
<p class="max-w-2xl mx-auto text-gray-600"> | |
AMC propose une gamme complète de services de conseil stratégique pour faciliter vos opérations entre l'Afrique, l'Europe et le Moyen-Orient. | |
</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Service 1 --> | |
<div class="service-card bg-white rounded-lg shadow-md p-8 transition duration-300 border border-gray-100 hover:border-amber-200"> | |
<div class="text-amber-700 mb-6"> | |
<i class="fas fa-handshake text-4xl"></i> | |
</div> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-3">Mise en relation d'affaires</h3> | |
<p class="text-gray-600 mb-4"> | |
Nous connectons les entreprises européennes, africaines et moyen-orientales avec les bons partenaires et interlocuteurs pour des collaborations fructueuses de long terme dans le respect des intérêts de chacun. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Identification de partenaires stratégiques</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Organisation de rencontres B2B</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Facilitation des négociations, intermédiation</span> | |
</li> | |
</ul> | |
</div> | |
<!-- Service 2 --> | |
<div class="service-card bg-white rounded-lg shadow-md p-8 transition duration-300 border border-gray-100 hover:border-amber-200"> | |
<div class="text-amber-700 mb-6"> | |
<i class="fas fa-landmark text-4xl"></i> | |
</div> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-3">Conseil institutionnel</h3> | |
<p class="text-gray-600 mb-4"> | |
Accompagnement dans les relations avec les institutions gouvernementales et organisations internationales. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Lobbying et relations publiques</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Accès aux marchés publics</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Conformité réglementaire</span> | |
</li> | |
</ul> | |
</div> | |
<!-- Service 3 --> | |
<div class="service-card bg-white rounded-lg shadow-md p-8 transition duration-300 border border-gray-100 hover:border-amber-200"> | |
<div class="text-amber-700 mb-6"> | |
<i class="fas fa-chart-line text-4xl"></i> | |
</div> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-3">Études de marché</h3> | |
<p class="text-gray-600 mb-4"> | |
Analyses approfondies des opportunités commerciales et des environnements économiques. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Analyse sectorielle</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Évaluation des risques</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Recommandations stratégiques</span> | |
</li> | |
</ul> | |
</div> | |
<!-- Service 4 --> | |
<div class="service-card bg-white rounded-lg shadow-md p-8 transition duration-300 border border-gray-100 hover:border-amber-200"> | |
<div class="text-amber-700 mb-6"> | |
<i class="fas fa-file-contract text-4xl"></i> | |
</div> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-3">Assistance juridique</h3> | |
<p class="text-gray-600 mb-4"> | |
Expertise en droit des affaires européens, africain et moyen-oriental pour sécuriser vos opérations. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Rédaction de contrats</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Résolution de litiges</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Conseil en propriété intellectuelle</span> | |
</li> | |
</ul> | |
</div> | |
<!-- Service 5 --> | |
<div class="service-card bg-white rounded-lg shadow-md p-8 transition duration-300 border border-gray-100 hover:border-amber-200"> | |
<div class="text-amber-700 mb-6"> | |
<i class="fas fa-money-bill-wave text-4xl"></i> | |
</div> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-3">Financement et investissement</h3> | |
<p class="text-gray-600 mb-4"> | |
Accès aux sources de financement, bailleurs de fonds et accompagnement dans les projets d'investissement. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Levée de fonds</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Montage de dossiers d'investissement</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Recherche de partenaires financiers</span> | |
</li> | |
</ul> | |
</div> | |
<!-- Service 6 --> | |
<div class="service-card bg-white rounded-lg shadow-md p-8 transition duration-300 border border-gray-100 hover:border-amber-200"> | |
<div class="text-amber-700 mb-6"> | |
<i class="fas fa-globe-africa text-4xl"></i> | |
</div> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-3">Stratégie d'expansion</h3> | |
<p class="text-gray-600 mb-4"> | |
Plans sur mesure pour votre développement en Afrique, en Europe et au Moyen-Orient. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Choix des marchés cibles</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Modèles d'implantation</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-amber-600 mt-1 mr-2"></i> | |
<span>Plans de croissance</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- About Section --> | |
<section id="about" class="py-20 bg-gray-50"> | |
<div class="container mx-auto px-6"> | |
<div class="flex flex-col lg:flex-row items-center"> | |
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12"> | |
<h2 class="title-font text-3xl md:text-4xl font-bold text-gray-800 mb-6">Notre Expertise Régionale</h2> | |
<div class="w-20 h-1 bg-amber-600 mb-6"></div> | |
<p class="text-gray-600 mb-6"> | |
Fondée à Dubai, Afrik Magreb Consulting s'est imposée comme un acteur clé dans le conseil stratégique entre l'Afrique l'Europe et le Moyen-Orient. Notre équipe multiculturelle combine une connaissance approfondie des dynamiques locales avec une vision globale des enjeux économiques. | |
</p> | |
<p class="text-gray-600 mb-8"> | |
Forts de plus de 15 ans d'expérience cumulée sur ces deux régions, nous accompagnons nos clients dans la réalisation de leurs ambitions commerciales et stratégiques. | |
</p> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
<div class="flex items-start"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-map-marked-alt text-amber-700"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800 mb-1">Couverture régionale</h4> | |
<p class="text-gray-600 text-sm">Présence dans 12 pays africains et 3 pays du Golfe</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-users text-amber-700"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800 mb-1">Équipe expérimentée</h4> | |
<p class="text-gray-600 text-sm">+15 ans d'expérience moyenne par consultant</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-project-diagram text-amber-700"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800 mb-1">Réseau étendu</h4> | |
<p class="text-gray-600 text-sm">+100 partenaires institutionnels et privés</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-trophy text-amber-700"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800 mb-1">Réussites</h4> | |
<p class="text-gray-600 text-sm">+90 projets accompagnés avec succès</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="lg:w-1/2"> | |
<div class="relative"> | |
<img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1171&q=80" alt="Team meeting" class="rounded-lg shadow-xl w-full"> | |
<div class="absolute -bottom-6 -left-6 bg-white p-6 rounded-lg shadow-lg hidden md:block"> | |
<div class="flex items-center"> | |
<div class="mr-4"> | |
<i class="fas fa-quote-left text-amber-600 text-3xl"></i> | |
</div> | |
<div> | |
<p class="text-gray-700 italic mb-2">"AMC nous a ouvert les portes du marché africain avec une stratégie sur mesure et un réseau local exceptionnel."</p> | |
<p class="text-gray-600 text-sm">- CEO, Groupe industriel émirati</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Testimonials Section --> | |
<section class="py-20 bg-amber-700 text-white"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="title-font text-3xl md:text-4xl font-bold mb-4">Ils nous font confiance</h2> | |
<div class="w-20 h-1 bg-white mx-auto mb-6"></div> | |
<p class="max-w-2xl mx-auto text-amber-100"> | |
Découvrez ce que nos clients disent de notre accompagnement stratégique. | |
</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<!-- Testimonial 1 --> | |
<div class="bg-white bg-opacity-10 p-8 rounded-lg backdrop-filter backdrop-blur-sm border border-amber-600"> | |
<div class="flex items-center mb-6"> | |
<div class="w-12 h-12 rounded-full bg-amber-600 flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">MA</span> | |
</div> | |
<div> | |
<h4 class="font-bold">Mohamed Alami</h4> | |
<p class="text-amber-200 text-sm">Directeur Général, Holding Marocaine</p> | |
</div> | |
</div> | |
<p class="italic mb-4"> | |
"Grâce à AMC, nous avons pu établir un partenariat stratégique avec un fonds souverain pour financer notre expansion en Afrique de l'Ouest et Centrale." | |
</p> | |
<div class="flex"> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
</div> | |
</div> | |
<!-- Testimonial 2 --> | |
<div class="bg-white bg-opacity-10 p-8 rounded-lg backdrop-filter backdrop-blur-sm border border-amber-600"> | |
<div class="flex items-center mb-6"> | |
<div class="w-12 h-12 rounded-full bg-amber-600 flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">SA</span> | |
</div> | |
<div> | |
<h4 class="font-bold">Sarah Al-Farsi</h4> | |
<p class="text-amber-200 text-sm">Directrice Investissements, Fond souverain</p> | |
</div> | |
</div> | |
<p class="italic mb-4"> | |
"L'expertise d'AMC sur les réglementations locales en Afrique francophone nous a permis d'éviter plusieurs écueils dans notre acquisition d'une structure panafricaine. Une équipe réactive, agile disposant d'un réseau exceptionnel." | |
</p> | |
<div class="flex"> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
</div> | |
</div> | |
<!-- Testimonial 3 --> | |
<div class="bg-white bg-opacity-10 p-8 rounded-lg backdrop-filter backdrop-blur-sm border border-amber-600"> | |
<div class="flex items-center mb-6"> | |
<div class="w-12 h-12 rounded-full bg-amber-600 flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">JD</span> | |
</div> | |
<div> | |
<h4 class="font-bold">Jean Diouf</h4> | |
<p class="text-amber-200 text-sm">Conseiller du Commerce, Sénégal</p> | |
</div> | |
</div> | |
<p class="italic mb-4"> | |
"AMC a joué un rôle clé dans l'attraction d'investissements étrangers pour notre zone économique spéciale, avec des résultats concrets en moins d'un an." | |
</p> | |
<div class="flex"> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star text-amber-300"></i> | |
<i class="fas fa-star-half-alt text-amber-300"></i> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Contact Section --> | |
<section id="contact" class="py-20 bg-white"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="title-font text-3xl md:text-4xl font-bold text-gray-800 mb-4">Contactez-nous</h2> | |
<div class="w-20 h-1 bg-amber-600 mx-auto mb-6"></div> | |
<p class="max-w-2xl mx-auto text-gray-600"> | |
Prêt à développer vos activités entre l'Afrique l'Europe et le Moyen-Orient ? Notre équipe est à votre disposition. | |
</p> | |
</div> | |
<div class="flex flex-col lg:flex-row"> | |
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12"> | |
<div class="bg-gray-50 p-8 rounded-lg shadow-sm"> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-6">Nos coordonnées</h3> | |
<div class="space-y-6"> | |
<div class="flex items-start"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-map-marker-alt text-amber-700"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800 mb-1">Adresse</h4> | |
<p class="text-gray-600">One by Omniyat Tower, Business Bay</p> | |
<p class="text-gray-600">PO BOX 128 105 Dubai, Émirats Arabes Unis</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-envelope text-amber-700"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800 mb-1">Email</h4> | |
<a href="mailto:contact@a-m-c.co" class="text-gray-600 hover:text-amber-700 transition duration-300">contact@a-m-c.co</a> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-amber-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-globe text-amber-700"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800 mb-1">Site web</h4> | |
<a href="http://www.a-m-c.co" target="_blank" class="text-gray-600 hover:text-amber-700 transition duration-300">www.a-m-c.co</a> | |
</div> | |
</div> | |
</div> | |
<div class="mt-10"> | |
<h4 class="font-bold text-gray-800 mb-4">Heures d'ouverture</h4> | |
<div class="space-y-2 text-gray-600"> | |
<div class="flex justify-between border-b border-gray-200 pb-2"> | |
<span>Lundi - Jeudi</span> | |
<span>8:00 - 18:00</span> | |
</div> | |
<div class="flex justify-between border-b border-gray-200 pb-2"> | |
<span>Vendredi</span> | |
<span>9:00 - 14:00</span> | |
</div> | |
<div class="flex justify-between"> | |
<span>Samedi et Dimanche</span> | |
<span>Fermé</span> | |
</div> | |
</div> | |
</div> | |
<div class="mt-10"> | |
<h4 class="font-bold text-gray-800 mb-4">Suivez-nous</h4> | |
<div class="flex space-x-4"> | |
<a href="#" class="bg-gray-200 hover:bg-amber-600 text-gray-800 hover:text-white p-3 rounded-full transition duration-300"> | |
<i class="fab fa-linkedin-in"></i> | |
</a> | |
<a href="#" class="bg-gray-200 hover:bg-amber-600 text-gray-800 hover:text-white p-3 rounded-full transition duration-300"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="bg-gray-200 hover:bg-amber-600 text-gray-800 hover:text-white p-3 rounded-full transition duration-300"> | |
<i class="fab fa-facebook-f"></i> | |
</a> | |
<a href="#" class="bg-gray-200 hover:bg-amber-600 text-gray-800 hover:text-white p-3 rounded-full transition duration-300"> | |
<i class="fab fa-instagram"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="lg:w-1/2"> | |
<div class="bg-gray-50 p-8 rounded-lg shadow-sm"> | |
<h3 class="title-font text-xl font-bold text-gray-800 mb-6">Envoyez-nous un message</h3> | |
<form> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6"> | |
<div> | |
<label for="name" class="block text-gray-700 font-medium mb-2">Nom complet</label> | |
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500 focus:border-transparent" placeholder="Votre nom"> | |
</div> | |
<div> | |
<label for="company" class="block text-gray-700 font-medium mb-2">Entreprise</label> | |
<input type="text" id="company" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500 focus:border-transparent" placeholder="Votre entreprise"> | |
</div> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6"> | |
<div> | |
<label for="email" class="block text-gray-700 font-medium mb-2">Email</label> | |
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500 focus:border-transparent" placeholder="Votre email"> | |
</div> | |
<div> | |
<label for="phone" class="block text-gray-700 font-medium mb-2">Téléphone</label> | |
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500 focus:border-transparent" placeholder="Votre téléphone"> | |
</div> | |
</div> | |
<div class="mb-6"> | |
<label for="subject" class="block text-gray-700 font-medium mb-2">Sujet</label> | |
<select id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500 focus:border-transparent"> | |
<option value="">Sélectionnez un sujet</option> | |
<option value="consulting">Demande de conseil</option> | |
<option value="partnership">Proposition de partenariat</option> | |
<option value="investment">Opportunité d'investissement</option> | |
<option value="other">Autre</option> | |
</select> | |
</div> | |
<div class="mb-6"> | |
<label for="message" class="block text-gray-700 font-medium mb-2">Message</label> | |
<textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500 focus:border-transparent" placeholder="Votre message"></textarea> | |
</div> | |
<div class="mb-6"> | |
<div class="flex items-center"> | |
<input type="checkbox" id="consent" class="w-4 h-4 text-amber-600 border-gray-300 rounded focus:ring-amber-500"> | |
<label for="consent" class="ml-2 text-gray-600 text-sm">J'accepte que mes données soient utilisées pour répondre à ma demande.</label> | |
</div> | |
</div> | |
<button type="submit" class="w-full bg-amber-600 hover:bg-amber-700 text-white font-medium py-3 px-6 rounded-md transition duration-300"> | |
Envoyer le message | |
</button> | |
</form> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Map Section --> | |
<div class="h-96 w-full"> | |
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3609.227239678343!2d55.27046931501068!3d25.19773898387873!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e5f43348a67e24b%3A0x45fe0a9d3d7a8b3a!2sOne%20by%20Omniyat%20-%20Business%20Bay%20-%20Dubai%20-%20United%20Arab%20Emirates!5e0!3m2!1sen!2s!4v1623935400000!5m2!1sen!2s" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe> | |
</div> | |
<!-- Footer --> | |
<footer class="bg-gray-900 text-white pt-16 pb-8"> | |
<div class="container mx-auto px-6"> | |
<div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-12"> | |
<div> | |
<div class="flex items-center mb-6"> | |
<div class="elephant-icon mr-3"> | |
<i class="fas fa-elephant text-3xl text-amber-600"></i> | |
</div> | |
<a href="#" class="title-font text-xl font-bold">AFRIK MAGREB <span class="text-amber-600">CONSULTING</span></a> | |
</div> | |
<p class="text-gray-400 mb-4"> | |
Leader en conseil stratégique entre l'Afrique l'Europe et le Moyen-Orient. | |
</p> | |
<div class="flex space-x-4"> | |
<a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300"> | |
<i class="fab fa-linkedin-in"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300"> | |
<i class="fab fa-facebook-f"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300"> | |
<i class="fab fa-instagram"></i> | |
</a> | |
</div> | |
</div> | |
<div> | |
<h4 class="title-font text-lg font-bold mb-6">Services</h4> | |
<ul class="space-y-3"> | |
<li><a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300">Mise en relation d'affaires</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300">Conseil institutionnel</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300">Études de marché</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300">Assistance juridique</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300">Financement et investissement</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="title-font text-lg font-bold mb-6">Liens utiles</h4> | |
<ul class="space-y-3"> | |
<li><a href="#home" class="text-gray-400 hover:text-amber-600 transition duration-300">Accueil</a></li> | |
<li><a href="#services" class="text-gray-400 hover:text-amber-600 transition duration-300">Nos services</a></li> | |
<li><a href="#about" class="text-gray-400 hover:text-amber-600 transition duration-300">À propos</a></li> | |
<li><a href="#contact" class="text-gray-400 hover:text-amber-600 transition duration-300">Contact</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-amber-600 transition duration-300">Blog</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="title-font text-lg font-bold mb-6">Newsletter</h4> | |
<p class="text-gray-400 mb-4"> | |
Abonnez-vous à notre newsletter pour recevoir nos dernières actualités. | |
</p> | |
<form class="flex"> | |
<input type="email" placeholder="Votre email" class="px-4 py-2 w-full rounded-l-md focus:outline-none text-gray-900"> | |
<button type="submit" class="bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-r-md transition duration-300"> | |
<i class="fas fa-paper-plane"></i> | |
</button> | |
</form> | |
</div> | |
</div> | |
<div class="border-t border-gray-800 pt-8"> | |
<div class="flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-gray-400 text-sm mb-4 md:mb-0"> | |
© 2015 Afrik Magreb Consulting. Tous droits réservés. | |
</p> | |
<div class="flex space-x-6"> | |
<a href="#" class="text-gray-400 hover:text-amber-600 text-sm transition duration-300">Mentions légales</a> | |
<a href="#" class="text-gray-400 hover:text-amber-600 text-sm transition duration-300">Politique de confidentialité</a> | |
<a href="#" class="text-gray-400 hover:text-amber-600 text-sm transition duration-300">Conditions générales</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<!-- Back to top button --> | |
<button id="back-to-top" class="fixed bottom-8 right-8 bg-amber-600 text-white p-3 rounded-full shadow-lg opacity-0 invisible transition-all duration-300"> | |
<i class="fas fa-arrow-up"></i> | |
</button> | |
<script> | |
// Mobile menu toggle | |
const burger = document.querySelector('.navbar-burger'); | |
const menu = document.querySelector('.navbar-menu'); | |
const backdrop = document.querySelector('.navbar-backdrop'); | |
burger.addEventListener('click', () => { | |
menu.classList.toggle('hidden'); | |
}); | |
backdrop.addEventListener('click', () => { | |
menu.classList.add('hidden'); | |
}); | |
// Back to top button | |
const backToTopButton = document.getElementById('back-to-top'); | |
window.addEventListener('scroll', () => { | |
if (window.pageYOffset > 300) { | |
backToTopButton.classList.remove('opacity-0', 'invisible'); | |
backToTopButton.classList.add('opacity-100', 'visible'); | |
} else { | |
backToTopButton.classList.remove('opacity-100', 'visible'); | |
backToTopButton.classList.add('opacity-0', 'invisible'); | |
} | |
}); | |
backToTopButton.addEventListener('click', () => { | |
window.scrollTo({ top: 0, behavior: 'smooth' }); | |
}); | |
// Smooth scrolling for anchor links | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function(e) { | |
e.preventDefault(); | |
const targetId = this.getAttribute('href'); | |
if (targetId === '#') return; | |
const targetElement = document.querySelector(targetId); | |
if (targetElement) { | |
// Close mobile menu if open | |
menu.classList.add('hidden'); | |
// Calculate offset based on fixed header | |
const headerHeight = document.querySelector('header').offsetHeight; | |
const targetPosition = targetElement.getBoundingClientRect().top + window.pageYOffset - headerHeight; | |
window.scrollTo({ | |
top: targetPosition, | |
behavior: 'smooth' | |
}); | |
} | |
}); | |
}); | |
</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=Hserol/amc" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |