<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Qel.fr - Trouvez votre emploi idéal</title>
<meta name="description" content="Moteur de recherche d'offres d'emploi. Trouvez des opportunités près de chez vous ou en télétravail." />
<meta name="robots" content="noodp" />
<meta property="og:site_name" content="Qel.fr - Recherche d'emplois" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Qel.fr - Trouvez votre emploi idéal" />
<meta property="og:description" content="Moteur de recherche d'offres d'emploi. Trouvez des opportunités près de chez vous ou en télétravail." />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Font Awesome for icons -->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body class="flex flex-col min-h-screen bg-gray-50 font-sans antialiased">
<!-- Header -->
<header class="bg-white shadow-md sticky top-0 z-10">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<div class="text-2xl font-bold text-indigo-600">
<a href="https://qel.fr" class="bg-gradient-to-r from-teal-500 via-cyan-400 to-teal-500 bg-clip-text text-transparent">Qel.fr - Recherche d'emplois</a>
</div>
<nav class="hidden md:flex space-x-6">
<a href="https://qel.fr" class="text-gray-700 hover:text-indigo-600 transition">Accueil</a>
<a href="https://qel.fr/jobs" class="text-gray-700 hover:text-indigo-600 transition">Trouver un emploi</a>
<a href="https://qel.fr/about" class="text-gray-700 hover:text-indigo-600 transition">Notre mission</a>
<a href="https://qel.fr/contact" class="text-gray-700 hover:text-indigo-600 transition">Contact</a>
</nav>
<button id="hamburger" class="md:hidden text-gray-700 hover:text-indigo-600 focus:outline-none">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg">
<div class="flex flex-col items-center py-4">
<a href="https://qel.fr" class="py-2 text-gray-700 hover:text-indigo-600 transition">Accueil</a>
<a href="https://qel.fr/jobs" class="py-2 text-gray-700 hover:text-indigo-600 transition">Trouver un emploi</a>
<a href="https://qel.fr/about" class="py-2 text-gray-700 hover:text-indigo-600 transition">Notre mission</a>
<a href="https://qel.fr/contact" class="py-2 text-gray-700 hover:text-indigo-600 transition">Contact</a>
</div>
</div>
</header>
<!-- Search Section -->
<!-- Search Section -->
<!-- Search Section -->
<div class="bg-gradient-to-r from-teal-500 via-cyan-400 to-teal-500 py-20">
<div class="container mx-auto px-6">
<!-- Title Section -->
<h1 class="text-3xl md:text-4xl font-bold text-center text-white mb-8 tracking-wide">Trouvez l'emploi qui vous correspond !</h1>
<div class="flex justify-center">
<!-- Search Form with Flexbox -->
<form action="https://qel.fr/jobs" class="w-full sm:w-4/5 md:w-3/4 lg:w-2/3 xl:w-1/2 bg-white p-8 rounded-lg shadow-2xl flex flex-col justify-between h-full">
<!-- Job and Location Inputs -->
<div class="flex flex-col gap-6 mb-6">
<input name="j" type="text" class="flex-1 px-4 py-3 border border-gray-300 rounded-xl shadow-sm focus:outline-none focus:ring-2 focus:ring-teal-500 text-lg transition duration-200" placeholder="Métier, compétence ou entreprise" />
<input name="l" type="text" class="flex-1 px-4 py-3 border border-gray-300 rounded-xl shadow-sm focus:outline-none focus:ring-2 focus:ring-teal-500 text-lg transition duration-200" placeholder="Ville, département ou pays" />
</div>
<!-- Sorting Options -->
<div class="flex flex-wrap justify-between items-center text-gray-700 text-sm mb-6">
<span>Trier par</span>
<div class="flex gap-6 mt-3 md:mt-0">
<label class="flex items-center text-gray-600">
<input id="relevance" name="s" value="relevance" type="radio" class="mr-2" checked />
Pertinence </label>
<label class="flex items-center text-gray-600">
<input id="date" name="s" value="date" type="radio" class="mr-2" />
Date </label>
<label class="flex items-center text-gray-600">
<input id="salary" name="s" value="salary" type="radio" class="mr-2" />
Salaire </label>
</div>
</div>
<!-- Search Button at the Bottom -->
<div class="mt-auto">
<button type="submit" class="bg-gradient-to-r from-teal-400 to-teal-600 text-white px-8 py-3 rounded-xl text-lg font-semibold shadow-md hover:bg-teal-700 focus:outline-none transition duration-200 ease-in-out w-full">
<i class="fas fa-search mr-2"></i> Recherche
</button>
</div>
</form>
</div>
</div>
</div>
<section class="py-16 bg-blue-50 bg-[url('/assets/bg-clouds.svg')] bg-cover bg-center">
<h3 class="text-center text-3xl sm:text-4xl md:text-5xl font-extrabold mb-12 tracking-tight">
<span class="bg-gradient-to-r from-teal-500 via-cyan-400 to-teal-500 bg-clip-text text-transparent">
Emplois par entreprise
</span>
</h3>
<div class="max-w-7xl mx-auto px-4">
<div class="grid grid-cols-3 sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-8 gap-6">
<a href="https://qel.fr/jobs?j=Adobe&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/adobe.svg" alt="Adobe logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Adobe</span>
</a>
<a href="https://qel.fr/jobs?j=Airbnb&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/airbnb.svg" alt="Airbnb logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-airbnb text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Airbnb</span>
</a>
<a href="https://qel.fr/jobs?j=Amazon&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/amazon.svg" alt="Amazon logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-amazon text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Amazon</span>
</a>
<a href="https://qel.fr/jobs?j=Apple&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/apple.svg" alt="Apple logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-apple text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Apple</span>
</a>
<a href="https://qel.fr/jobs?j=Argos&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/argos.svg" alt="Argos logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Argos</span>
</a>
<a href="https://qel.fr/jobs?j=Bestbuy&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/bestbuy.svg" alt="Bestbuy logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Bestbuy</span>
</a>
<a href="https://qel.fr/jobs?j=Capitol+One&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/capitolone.svg" alt="Capitol One logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Capitol One</span>
</a>
<a href="https://qel.fr/jobs?j=Chegg&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/chegg.svg" alt="Chegg logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Chegg</span>
</a>
<a href="https://qel.fr/jobs?j=Cisco&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/cisco.svg" alt="Cisco logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Cisco</span>
</a>
<a href="https://qel.fr/jobs?j=Costco&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/costco.svg" alt="Costco logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Costco</span>
</a>
<a href="https://qel.fr/jobs?j=Dominos&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/dominos.svg" alt="Dominos logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Dominos</span>
</a>
<a href="https://qel.fr/jobs?j=ESPN&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/espn.svg" alt="ESPN logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">ESPN</span>
</a>
<a href="https://qel.fr/jobs?j=Facebook&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/facebook.svg" alt="Facebook logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-facebook-f text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Facebook</span>
</a>
<a href="https://qel.fr/jobs?j=Facess&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/facess.svg" alt="Facess logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Facess</span>
</a>
<a href="https://qel.fr/jobs?j=GoDaddy&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/godaddy.svg" alt="GoDaddy logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">GoDaddy</span>
</a>
<a href="https://qel.fr/jobs?j=Google&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/google.svg" alt="Google logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-google text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Google</span>
</a>
<a href="https://qel.fr/jobs?j=HubSpot&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/hubspot.svg" alt="HubSpot logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">HubSpot</span>
</a>
<a href="https://qel.fr/jobs?j=Ikea&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/ikea.svg" alt="Ikea logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-couch text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Ikea</span>
</a>
<a href="https://qel.fr/jobs?j=Instagram&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/instagram.svg" alt="Instagram logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-instagram text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Instagram</span>
</a>
<a href="https://qel.fr/jobs?j=Intuit&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/intuit.svg" alt="Intuit logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Intuit</span>
</a>
<a href="https://qel.fr/jobs?j=LinkedIn&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/linkedin.svg" alt="LinkedIn logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-linkedin-in text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">LinkedIn</span>
</a>
<a href="https://qel.fr/jobs?j=Microsoft&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/microsoft.svg" alt="Microsoft logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-windows text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Microsoft</span>
</a>
<a href="https://qel.fr/jobs?j=Netflix&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/netflix.svg" alt="Netflix logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-film text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Netflix</span>
</a>
<a href="https://qel.fr/jobs?j=Nike&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/nike.svg" alt="Nike logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-shoe-prints text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Nike</span>
</a>
<a href="https://qel.fr/jobs?j=Nvidia&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/nvidia.svg" alt="Nvidia logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Nvidia</span>
</a>
<a href="https://qel.fr/jobs?j=Pandora&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/pandora.svg" alt="Pandora logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Pandora</span>
</a>
<a href="https://qel.fr/jobs?j=PayPal&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/paypal.svg" alt="PayPal logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-paypal text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">PayPal</span>
</a>
<a href="https://qel.fr/jobs?j=Petco&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/petco.svg" alt="Petco logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Petco</span>
</a>
<a href="https://qel.fr/jobs?j=Pinterest&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/pinterest.svg" alt="Pinterest logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Pinterest</span>
</a>
<a href="https://qel.fr/jobs?j=Pizza+Hut&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/pizzahut.svg" alt="Pizza Hut logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Pizza Hut</span>
</a>
<a href="https://qel.fr/jobs?j=Riot+Games&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/riotgames.svg" alt="Riot Games logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Riot Games</span>
</a>
<a href="https://qel.fr/jobs?j=Roblox&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/roblox.svg" alt="Roblox logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Roblox</span>
</a>
<a href="https://qel.fr/jobs?j=Salesforce&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/salesforce.svg" alt="Salesforce logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-cloud text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Salesforce</span>
</a>
<a href="https://qel.fr/jobs?j=Santander&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/santander.svg" alt="Santander logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Santander</span>
</a>
<a href="https://qel.fr/jobs?j=Spotify&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/spotify.svg" alt="Spotify logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-spotify text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Spotify</span>
</a>
<a href="https://qel.fr/jobs?j=Starbucks&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/starbucks.svg" alt="Starbucks logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Starbucks</span>
</a>
<a href="https://qel.fr/jobs?j=Stream&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/stream.svg" alt="Stream logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Stream</span>
</a>
<a href="https://qel.fr/jobs?j=Target&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/target.svg" alt="Target logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Target</span>
</a>
<a href="https://qel.fr/jobs?j=The+Home+Depot&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/thehomedepot.svg" alt="The Home Depot logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">The Home Depot</span>
</a>
<a href="https://qel.fr/jobs?j=TripAdvisor&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/tripadvisor.svg" alt="TripAdvisor logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">TripAdvisor</span>
</a>
<a href="https://qel.fr/jobs?j=Walmart&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/walmart.svg" alt="Walmart logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Walmart</span>
</a>
<a href="https://qel.fr/jobs?j=Wells+Fargo&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/wellsfargo.svg" alt="Wells Fargo logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Wells Fargo</span>
</a>
<a href="https://qel.fr/jobs?j=Yahoo&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/yahoo.svg" alt="Yahoo logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-brands fa-yahoo text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Yahoo</span>
</a>
<a href="https://qel.fr/jobs?j=Zendesk&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/zendesk.svg" alt="Zendesk logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Zendesk</span>
</a>
<a href="https://qel.fr/jobs?j=Zillow&l=&s=relevance"
class="flex flex-col items-center text-center bg-white p-4 rounded-xl shadow-sm hover:shadow-lg transition hover:-translate-y-1 duration-300">
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-2 relative">
<img src="https://qel.fr/assets/logos/zillow.svg" alt="Zillow logo"
class="w-10 h-10 object-contain absolute" onerror="this.style.display='none'" />
<i class="fa-solid fa-building text-gray-500 text-2xl"></i>
</div>
<span class="text-sm text-gray-700 font-medium">Zillow</span>
</a>
</div>
</div>
</section>
<section class="py-16 bg-gradient-to-b from-white to-blue-50">
<h3 class="text-center text-3xl sm:text-4xl md:text-5xl font-extrabold mb-12 tracking-tight">
<span class="bg-gradient-to-r from-teal-500 via-cyan-400 to-teal-500 bg-clip-text text-transparent">
Emplois par localisation
</span>
</h3>
<div class="max-w-7xl mx-auto px-4">
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
<!-- Example: Europe -->
<div class="bg-white border border-gray-200 rounded-2xl shadow-sm hover:shadow-md transition">
<div class="px-5 py-4 border-b text-teal-600 font-semibold text-lg">🇺 Europe</div>
<div class="flex flex-wrap p-4 gap-2 text-sm">
<a href="https://qel.fr/jobs?j=&l=Austria&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Austria</a><a href="https://qel.fr/jobs?j=&l=Belgium&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Belgium</a><a href="https://qel.fr/jobs?j=&l=Czech+Republic&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Czech Republic</a><a href="https://qel.fr/jobs?j=&l=Denmark&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Denmark</a><a href="https://qel.fr/jobs?j=&l=Finland&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Finland</a><a href="https://qel.fr/jobs?j=&l=France&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">France</a><a href="https://qel.fr/jobs?j=&l=Germany&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Germany</a><a href="https://qel.fr/jobs?j=&l=Hungary&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Hungary</a><a href="https://qel.fr/jobs?j=&l=Ireland&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Ireland</a><a href="https://qel.fr/jobs?j=&l=Italy&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Italy</a><a href="https://qel.fr/jobs?j=&l=Luxembourg&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Luxembourg</a><a href="https://qel.fr/jobs?j=&l=Malta&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Malta</a><a href="https://qel.fr/jobs?j=&l=Netherlands&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Netherlands</a><a href="https://qel.fr/jobs?j=&l=Norway&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Norway</a><a href="https://qel.fr/jobs?j=&l=Poland&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Poland</a><a href="https://qel.fr/jobs?j=&l=Portugal&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Portugal</a><a href="https://qel.fr/jobs?j=&l=Romania&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Romania</a><a href="https://qel.fr/jobs?j=&l=Russia&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Russia</a><a href="https://qel.fr/jobs?j=&l=Slovakia&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Slovakia</a><a href="https://qel.fr/jobs?j=&l=Spain&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Spain</a><a href="https://qel.fr/jobs?j=&l=Sweden&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Sweden</a><a href="https://qel.fr/jobs?j=&l=Switzerland&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Switzerland</a><a href="https://qel.fr/jobs?j=&l=United+Kingdom&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">United Kingdom</a> </div>
</div>
<!-- North America -->
<div class="bg-white border border-gray-200 rounded-2xl shadow-sm hover:shadow-md transition">
<div class="px-5 py-4 border-b text-teal-600 font-semibold text-lg">🇺🇸 Amérique du Nord</div>
<div class="flex flex-wrap p-4 gap-2 text-sm">
<a href="https://qel.fr/jobs?j=&l=Canada&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Canada</a><a href="https://qel.fr/jobs?j=&l=Mexico&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Mexico</a><a href="https://qel.fr/jobs?j=&l=United+States&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">United States</a> </div>
</div>
<!-- Central America & South America -->
<div class="bg-white border border-gray-200 rounded-2xl shadow-sm hover:shadow-md transition">
<div class="px-5 py-4 border-b text-teal-600 font-semibold text-lg">🌎 Amérique Latine</div>
<div class="flex flex-wrap p-4 gap-2 text-sm">
<a href="https://qel.fr/jobs?j=&l=Costa+Rica&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Costa Rica</a><a href="https://qel.fr/jobs?j=&l=Guatemala&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Guatemala</a><a href="https://qel.fr/jobs?j=&l=Panama&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Panama</a><a href="https://qel.fr/jobs?j=&l=Argentina&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Argentina</a><a href="https://qel.fr/jobs?j=&l=Bolivia&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Bolivia</a><a href="https://qel.fr/jobs?j=&l=Brazil&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Brazil</a><a href="https://qel.fr/jobs?j=&l=Chile&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Chile</a><a href="https://qel.fr/jobs?j=&l=Colombia&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Colombia</a><a href="https://qel.fr/jobs?j=&l=Ecuador&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Ecuador</a><a href="https://qel.fr/jobs?j=&l=Paraguay&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Paraguay</a><a href="https://qel.fr/jobs?j=&l=Peru&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Peru</a><a href="https://qel.fr/jobs?j=&l=Uruguay&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Uruguay</a><a href="https://qel.fr/jobs?j=&l=Venezuela&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Venezuela</a> </div>
</div>
<!-- Asia -->
<div class="bg-white border border-gray-200 rounded-2xl shadow-sm hover:shadow-md transition">
<div class="px-5 py-4 border-b text-teal-600 font-semibold text-lg"> Asie</div>
<div class="flex flex-wrap p-4 gap-2 text-sm">
<a href="https://qel.fr/jobs?j=&l=China&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">China</a><a href="https://qel.fr/jobs?j=&l=Hong+Kong&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Hong Kong</a><a href="https://qel.fr/jobs?j=&l=India&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">India</a><a href="https://qel.fr/jobs?j=&l=Japan&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Japan</a><a href="https://qel.fr/jobs?j=&l=Korea&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Korea</a><a href="https://qel.fr/jobs?j=&l=Malaysia&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Malaysia</a><a href="https://qel.fr/jobs?j=&l=Pakistan&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Pakistan</a><a href="https://qel.fr/jobs?j=&l=Philippines&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Philippines</a><a href="https://qel.fr/jobs?j=&l=Singapore&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Singapore</a><a href="https://qel.fr/jobs?j=&l=Taiwan&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Taiwan</a><a href="https://qel.fr/jobs?j=&l=Thailand&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Thailand</a><a href="https://qel.fr/jobs?j=&l=Vietnam&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Vietnam</a> </div>
</div>
<!-- Middle East -->
<div class="bg-white border border-gray-200 rounded-2xl shadow-sm hover:shadow-md transition">
<div class="px-5 py-4 border-b text-teal-600 font-semibold text-lg">🕌 Moyen Orient</div>
<div class="flex flex-wrap p-4 gap-2 text-sm">
<a href="https://qel.fr/jobs?j=&l=Kuwait&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Kuwait</a><a href="https://qel.fr/jobs?j=&l=Oman&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Oman</a><a href="https://qel.fr/jobs?j=&l=Qatar&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Qatar</a><a href="https://qel.fr/jobs?j=&l=Turkey&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Turkey</a><a href="https://qel.fr/jobs?j=&l=United+Arab+Emirates&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">United Arab Emirates</a> </div>
</div>
<!-- Africa -->
<div class="bg-white border border-gray-200 rounded-2xl shadow-sm hover:shadow-md transition">
<div class="px-5 py-4 border-b text-teal-600 font-semibold text-lg">🌍 Afrique</div>
<div class="flex flex-wrap p-4 gap-2 text-sm">
<a href="https://qel.fr/jobs?j=&l=Morocco&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Morocco</a><a href="https://qel.fr/jobs?j=&l=South+Africa&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">South Africa</a> </div>
</div>
<!-- Caribbean & Pacific -->
<div class="bg-white border border-gray-200 rounded-2xl shadow-sm hover:shadow-md transition">
<div class="px-5 py-4 border-b text-teal-600 font-semibold text-lg">🏝 les & Pacifique</div>
<div class="flex flex-wrap p-4 gap-2 text-sm">
<a href="https://qel.fr/jobs?j=&l=Dominican+Republic&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Dominican Republic</a><a href="https://qel.fr/jobs?j=&l=Puerto+Rico&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Puerto Rico</a><a href="https://qel.fr/jobs?j=&l=Australia&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">Australia</a><a href="https://qel.fr/jobs?j=&l=New+Zealand&s=relevance" class="bg-teal-50 hover:bg-teal-100 text-teal-600 px-3 py-1 rounded-full transition">New Zealand</a> </div>
</div>
</div>
</div>
</section>
<section class="py-16 bg-blue-50 bg-[url('/assets/bg-clouds.svg')] bg-cover bg-center">
<div class="container mx-auto text-center px-6">
<h3 class="text-4xl font-extrabold text-teal-600 mb-12">Nos avantages</h3>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
<!-- Feature 1 -->
<div class="bg-white p-8 rounded-xl shadow-lg transform hover:scale-105 hover:shadow-2xl transition-all duration-300">
<div class="w-20 h-20 bg-teal-200 rounded-full flex items-center justify-center mb-6 shadow-md mx-auto">
<i class="fas fa-search text-teal-500 text-3xl"></i>
</div>
<h4 class="text-2xl font-semibold text-gray-800 mb-4">Recherche d'emploi</h4>
<p class="text-gray-600 text-lg">Trouvez facilement des offres dans tous les secteurs et régions. Découvrez les meilleures opportunités correspondant à vos compétences et aspirations professionnelles.</p>
</div>
<!-- Feature 2 -->
<div class="bg-white p-8 rounded-xl shadow-lg transform hover:scale-105 hover:shadow-2xl transition-all duration-300">
<div class="w-20 h-20 bg-teal-200 rounded-full flex items-center justify-center mb-6 shadow-md mx-auto">
<i class="fas fa-briefcase text-teal-500 text-3xl"></i>
</div>
<h4 class="text-2xl font-semibold text-gray-800 mb-4">Annonces d'emploi</h4>
<p class="text-gray-600 text-lg">Parcourez des milliers d'offres d'emploi actualisées dans divers domaines d'activité. Trouvez le poste qui correspond parfaitement à votre projet de carrière.</p>
</div>
<!-- Feature 3 -->
<div class="bg-white p-8 rounded-xl shadow-lg transform hover:scale-105 hover:shadow-2xl transition-all duration-300">
<div class="w-20 h-20 bg-teal-200 rounded-full flex items-center justify-center mb-6 shadow-md mx-auto">
<i class="fas fa-building text-teal-500 text-3xl"></i>
</div>
<h4 class="text-2xl font-semibold text-gray-800 mb-4">Fiches entreprises</h4>
<p class="text-gray-600 text-lg">Découvrez vos futurs employeurs grâce à des profils détaillés : présentation de l'entreprise, avis collaboratifs et insights sur la culture d'entreprise.</p>
</div>
<!-- Feature 4 -->
<div class="bg-white p-8 rounded-xl shadow-lg transform hover:scale-105 hover:shadow-2xl transition-all duration-300">
<div class="w-20 h-20 bg-teal-200 rounded-full flex items-center justify-center mb-6 shadow-md mx-auto">
<i class="fas fa-user-cog text-teal-500 text-3xl"></i>
</div>
<h4 class="text-2xl font-semibold text-gray-800 mb-4">Accompagnement carrire</h4>
<p class="text-gray-600 text-lg">Bénéficiez de ressources expertes : conseils pour rédiger un CV percutant, préparation aux entretiens d'embauche et ateliers de développement de compétences pour dcrocher le job idéal.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gradient-to-r from-teal-500 via-cyan-400 to-teal-500 text-white py-4 mt-auto">
<div class="container mx-auto text-center">
<p>© 2025 Qel.fr - Recherche d'emplois. Tous droits réservés ©.</p>
</div>
</footer>
<!-- Script for mobile menu toggle -->
<script>
const hamburger = document.getElementById('hamburger');
const mobileMenu = document.getElementById('mobile-menu');
hamburger.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
</script>
<script data-host="https://monsieur.top/mesure_analytics" data-dnt="false" src="https://monsieur.top/mesure_analytics/js/script.js" id="ZwSg9rf6GA" async defer></script>
</body>
</html>