<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Parisian Express Logistics – Same-Day Delivery & International Shipping in Paris</title>
  <meta name="description" content="Expert en livraison le jour même, suivi de colis, stockage, et fulfillment e-commerce. Basée à Paris, nous connectons votre entreprise au monde entier avec fiabilité et rapidité.">
  <meta name="keywords" content="livraison même jour,logistique Paris,expédition internationale,e-commerce fulfilment,transport colis Paris,suivi colis,entreprise logistique,Paris delivery">
  <link rel="icon" href="images/logo-parisianexpress.jpeg" type="image/jpeg">
  <meta property="og:title" content="Parisian Express Logistics – Same-Day Delivery & International Shipping in Paris"/>
  <meta property="og:description" content="Expert en livraison express, suivi de colis, stockage, et fulfilment e-commerce à Paris et à l’international.">
  <meta property="og:image" content="images/og-parisianexpress-banner.jpeg">
  <meta property="og:url" content="https://parisianexpress.fr">
  <meta property="og:type" content="website">
  <link rel="canonical" href="https://parisianexpress.fr"/>
  <script src="https://cdn.tailwindcss.com"></script>
  <style>
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Roboto', Arial, Helvetica, sans-serif;
      background-color: #F8F9FB;
      color: #292E36;
      min-height: 100vh;
    }
    h1,h2,h3, .font-heading { font-family: 'Inter', Arial, Helvetica, sans-serif; }
    .focus-custom:focus { outline: 2px solid #F5C141; outline-offset: 2px; }
    .modal-bg { background: rgba(20, 55, 106, 0.80); }
    .testimonial-quote:before { content: "“"; color: #F5C141; font-size: 3rem; position: absolute; left: -1.5rem; top: -1rem; }
    .testimonial-quote:after { content: "”"; color: #F5C141; font-size: 3rem; position: absolute; right: -1.5rem; bottom: -1rem; }
    .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
    /* Hide sticky CTA on mobile */
    @media (max-width: 767px) { .cta-sticky { display: none !important; } }
  </style>
  <script>
    tailwind.config = {
      theme: {
        extend: {
          colors: {
            primary: '#14376A',
            secondary: '#F5C141',
            accent: '#FEFEFE',
            neutralDark: '#292E36',
            neutralLight: '#F8F9FB'
          },
          fontFamily: {
            heading: ['Inter', 'Arial', 'Helvetica', 'sans-serif'],
            body: ['Roboto', 'Arial', 'Helvetica', 'sans-serif']
          }
        }
      }
    }
  </script>
  <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Parisian Express Logistics",
      "url": "https://parisianexpress.fr",
      "logo": "https://parisianexpress.fr/images/logo-parisianexpress.jpeg",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "45 Rue de la Paix, 3ème étage",
        "addressLocality": "Paris",
        "postalCode": "75002",
        "addressCountry": "FR"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+33 1 42 68 53 00",
        "contactType": "customer support",
        "email": "contact@parisianexpress.fr"
      },
      "sameAs": [
        "https://facebook.com/parisianexpress",
        "https://linkedin.com/company/parisianexpress",
        "https://instagram.com/parisianexpress",
        "https://x.com/parisianexpress"
      ]
    }
  </script>
  
</head>
<body class="antialiased">
<header class="fixed top-0 left-0 w-full bg-white z-40 shadow-sm transition-all">
  <nav class="container mx-auto flex items-center justify-between py-2 px-4 md:px-8" aria-label="Navigation principale">
    <div class="flex items-center space-x-3">
      <a href="#hero" aria-label="Accueil Parisian Express Logistics">
        <img src="images/logo-parisianexpress.jpeg" width="96" height="96" alt="Logo Parisian Express Logistics" class="h-12 w-12 object-contain rounded-full" />
      </a>
      <span class="font-heading font-bold text-xl md:text-2xl text-primary hidden sm:inline">Parisian Express</span>
    </div>
    <button id="navbar-toggle" class="md:hidden flex items-center focus:outline-none focus-custom" aria-label="Ouvrir le menu">
      <svg class="w-8 h-8 text-primary" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true">
        <path stroke-linecap="round" stroke-linejoin="round" d="M4 8h16M4 16h16"/>
      </svg>
    </button>
    <ul id="navbar-menu" class="hidden md:flex space-x-4 lg:space-x-8 text-neutralDark font-medium text-base items-center">
      <li><a href="#hero" class="hover:text-secondary transition" aria-label="Aller à l'accueil">Accueil</a></li>
      <li><a href="#about" class="hover:text-secondary transition" aria-label="Aller à la section à propos">À propos</a></li>
      <li><a href="#services" class="hover:text-secondary transition" aria-label="Voir nos services">Services</a></li>
      <li><a href="#features" class="hover:text-secondary transition" aria-label="Pourquoi nous choisir">Avantages</a></li>
      <li><a href="#testimonials" class="hover:text-secondary transition" aria-label="Lire les témoignages clients">Témoignages</a></li>
      <li><a href="#team" class="hover:text-secondary transition" aria-label="Découvrir notre équipe">Équipe</a></li>
      <li><a href="#contact" class="hover:text-secondary transition" aria-label="Informations de contact">Contact</a></li>
      <li class="ml-2">
        <a href="./privacy.html" class="text-xs text-neutralDark hover:text-secondary" aria-label="Politique de confidentialité">Confidentialité</a>
      </li>
      <li>
        <a href="./tos.html" class="text-xs text-neutralDark hover:text-secondary" aria-label="Conditions d'utilisation">CGU</a>
      </li>
    </ul>
  </nav>
  
  <nav id="mobile-nav" class="fixed inset-y-0 left-0 w-2/3 max-w-sm bg-white shadow-lg z-50 transform -translate-x-full transition-transform duration-300 md:hidden" aria-label="Menu mobile">
    <div class="flex items-center px-4 py-3 border-b">
      <img src="images/logo-parisianexpress.jpeg" width="96" height="96" alt="Logo Parisian Express Logistics" class="h-10 w-10 object-contain rounded-full" />
      <span class="ml-2 font-bold text-lg text-primary">Parisian Express</span>
      <button id="mobile-nav-close" class="ml-auto focus:outline-none focus-custom" aria-label="Fermer le menu">
        <svg class="w-8 h-8 text-neutralDark" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/>
        </svg>
      </button>
    </div>
    <ul class="flex flex-col px-4 py-6 space-y-4 font-medium text-base">
      <li><a href="#hero" class="hover:text-secondary transition" aria-label="Aller à l'accueil">Accueil</a></li>
      <li><a href="#about" class="hover:text-secondary transition" aria-label="Aller à la section à propos">À propos</a></li>
      <li><a href="#services" class="hover:text-secondary transition" aria-label="Voir nos services">Services</a></li>
      <li><a href="#features" class="hover:text-secondary transition" aria-label="Pourquoi nous choisir">Avantages</a></li>
      <li><a href="#testimonials" class="hover:text-secondary transition" aria-label="Lire les témoignages clients">Témoignages</a></li>
      <li><a href="#team" class="hover:text-secondary transition" aria-label="Découvrir notre équipe">Équipe</a></li>
      <li><a href="#contact" class="hover:text-secondary transition" aria-label="Informations de contact">Contact</a></li>
      <li class="pt-3 border-t">
        <a href="./privacy.html" class="text-xs text-neutralDark hover:text-secondary" aria-label="Politique de confidentialité">Confidentialité</a>
      </li>
      <li>
        <a href="./tos.html" class="text-xs text-neutralDark hover:text-secondary" aria-label="Conditions d'utilisation">CGU</a>
      </li>
    </ul>
  </nav>
  <script>
    // Hamburger / Mobile nav toggle logic
    document.addEventListener('DOMContentLoaded', function() {
      const navbarToggle = document.getElementById('navbar-toggle');
      const navbarMenu = document.getElementById('navbar-menu');
      const mobileNav = document.getElementById('mobile-nav');
      const mobileNavClose = document.getElementById('mobile-nav-close');
      navbarToggle.addEventListener('click', function() {
        mobileNav.classList.remove('-translate-x-full');
      });
      mobileNavClose.addEventListener('click', function() {
        mobileNav.classList.add('-translate-x-full');
      });
      // Hide on ESC
      document.addEventListener('keydown', e => {
        if(e.key === 'Escape') mobileNav.classList.add('-translate-x-full');
      });
      // Close nav on link click
      mobileNav.querySelectorAll("a").forEach(link => {
        link.addEventListener('click', () => mobileNav.classList.add('-translate-x-full'));
      });
    });
  </script>
</header>
<main class="mt-20 md:mt-28 bg-neutralLight" id="main-content" tabindex="-1">
  
  <section id="hero" class="relative h-[calc(100vh-80px)] flex items-center justify-center" aria-label="Héros Parisian Express Logistics">
    <img src="images/hero-parisian-skyline-delivery.jpeg" alt="Vue panoramique sur Paris avec livreur au premier plan" class="absolute inset-0 w-full h-full object-cover object-center z-0" width="1920" height="960" loading="eager"/>
    <div class="absolute inset-0 bg-primary bg-opacity-60 z-10"></div>
    <div class="relative z-20 container mx-auto flex flex-col md:flex-row items-center justify-center md:justify-between h-full px-4 py-10">
      <div class="text-accent max-w-xl space-y-6 text-center md:text-left">
        <h1 class="font-heading font-bold text-3xl md:text-5xl drop-shadow-lg leading-tight">Parisian Express Logistics</h1>
        <p class="text-lg md:text-2xl font-medium drop-shadow-md">Delivering Trust. Across the City, Around the World.</p>
        <a href="#contact" class="inline-block bg-secondary hover:bg-primary text-primary hover:text-secondary rounded-lg px-6 py-3 shadow-lg transition font-bold focus:outline-none focus-custom">Obtenez votre devis</a>
      </div>
      <div class="hidden md:block md:ml-10">
        <img src="images/hero-main-parcel-courier.jpeg" width="384" height="480" alt="Livreur souriant avec un colis sur fond de ville de Paris" class="w-96 h-96 rounded-xl object-cover shadow-2xl border-4 border-secondary" loading="lazy" />
      </div>
    </div>
  </section>

  
  <section id="about" class="py-14 md:py-24 bg-accent">
    <div class="container mx-auto flex flex-col md:flex-row items-center md:space-x-14 px-4">
      <div class="w-full md:w-1/2 flex flex-col space-y-4">
        <h2 class="font-heading font-semibold text-2xl md:text-3xl text-primary">À propos de nous</h2>
        <p class="text-neutralDark text-base md:text-lg">Basée au cœur de Paris, Parisian Express Logistics incarne l’excellence dans la logistique urbaine et internationale. Fondée par une équipe passionnée, notre société s’appuie sur une expertise unique pour offrir des solutions de transport de colis adaptées aux PME, e-commerçants et grandes entreprises. Chaque jour, nous mettons l’innovation, la transparence et la proximité client au centre de nos priorités.<br><br>
        Notre force ? Une parfaite connaissance du tissu parisien, des délais record, et une adaptation continue aux besoins des clients. Qu’il s’agisse d’urgence locale ou d’expéditions complexes à l'étranger, nous mettons tout en œuvre pour votre sérénité et la sécurité de vos envois. À travers chaque livraison, c’est votre image que nous valorisons.<br><br>
        Rejoignez les entreprises qui choisissent un partenaire engagé, réactif et éco-conscient. Construisons ensemble la logistique de demain, à Paris et au-delà !</p>
      </div>
      <div class="w-full md:w-1/2 mt-8 md:mt-0 flex justify-center">
        <img src="images/about-paris-logistics-center.jpeg" width="384" height="256" alt="Opérations logistiques dans un entrepôt moderne à Paris" class="rounded-xl object-cover shadow-xl border-2 border-primary" loading="lazy"/>
      </div>
    </div>
  </section>

  
  <section id="services" class="py-14 md:py-20 bg-neutralLight">
    <div class="container mx-auto px-4">
      <h2 class="font-heading font-semibold text-2xl md:text-3xl text-primary mb-10 text-center">Nos services</h2>
      <div class="grid gap-8 sm:grid-cols-2 lg:grid-cols-3">
        
        <button onclick="openServiceModal(0)" class="group bg-white rounded-xl shadow-lg p-6 transition hover:shadow-2xl focus:outline-none focus-custom w-full text-left flex flex-col items-start">
          <img src="images/service-same-day-courier.jpeg" width="192" height="192" alt="Coursier livreur parcourant les rues de Paris" class="mb-4 rounded-lg object-cover w-32 h-32 shadow-md" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-2">Livraison le jour même</h3>
          <p class="text-neutralDark mb-2 flex-1">Remise rapide de vos colis partout à Paris et en Île-de-France, souvent en moins de deux heures. Suivi en temps réel, notifications personnalisées, et conformité parfaite aux engagements clients. Idéal pour les situations urgentes et les marchés exigeants.</p>
          <span class="text-secondary font-bold mt-2 group-hover:underline">Plus d'infos</span>
        </button>
        
        <button onclick="openServiceModal(1)" class="group bg-white rounded-xl shadow-lg p-6 transition hover:shadow-2xl focus:outline-none focus-custom w-full text-left flex flex-col items-start">
          <img src="images/service-tracking-dashboard.jpeg" width="192" height="192" alt="Tableau de suivi de colis sur smartphone" class="mb-4 rounded-lg object-cover w-32 h-32 shadow-md" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-2">Suivi de colis intelligent</h3>
          <p class="text-neutralDark mb-2 flex-1">Gardez un œil sur chaque expédition grâce à notre interface intuitive&nbsp;: mises à jour en direct, alertes personnalisées, et historique détaillé. Notre outil de tracking est reconnu pour sa simplicité d’usage et sa fiabilité.</p>
          <span class="text-secondary font-bold mt-2 group-hover:underline">Plus d'infos</span>
        </button>
        
        <button onclick="openServiceModal(2)" class="group bg-white rounded-xl shadow-lg p-6 transition hover:shadow-2xl focus:outline-none focus-custom w-full text-left flex flex-col items-start">
          <img src="images/service-international-shipping.jpeg" width="192" height="192" alt="Colis devant une carte mondiale, signalant l'expédition internationale" class="mb-4 rounded-lg object-cover w-32 h-32 shadow-md" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-2">Expédition internationale</h3>
          <p class="text-neutralDark mb-2 flex-1">Bénéficiez d’un réseau mondial éprouvé&nbsp;: plus de 190 destinations, dédouanement simplifié, conseils d’experts et délais courts. Nous prenons en charge toutes vos démarches douanières pour vous permettre de vous concentrer sur votre activité.</p>
          <span class="text-secondary font-bold mt-2 group-hover:underline">Plus d'infos</span>
        </button>
        
        <button onclick="openServiceModal(3)" class="group bg-white rounded-xl shadow-lg p-6 transition hover:shadow-2xl focus:outline-none focus-custom w-full text-left flex flex-col items-start">
          <img src="images/service-warehousing-paris.jpeg" width="192" height="192" alt="Entrepôt moderne avec palettes et équipe logistique" class="mb-4 rounded-lg object-cover w-32 h-32 shadow-md" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-2">Stockage &amp; logistique</h3>
          <p class="text-neutralDark mb-2 flex-1">Nos entrepôts ultramodernes au cœur de Paris offrent stockage sécurisé, gestion des flux, inventaires automatisés et préparation optimisée pour toutes les tailles d’entreprises.</p>
          <span class="text-secondary font-bold mt-2 group-hover:underline">Plus d'infos</span>
        </button>
        
        <button onclick="openServiceModal(4)" class="group bg-white rounded-xl shadow-lg p-6 transition hover:shadow-2xl focus:outline-none focus-custom w-full text-left flex flex-col items-start">
          <img src="images/service-ecommerce-fulfillment.jpeg" width="192" height="192" alt="Emballage de commandes e-commerce sur une table" class="mb-4 rounded-lg object-cover w-32 h-32 shadow-md" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-2">E-commerce fulfillment</h3>
          <p class="text-neutralDark mb-2 flex-1">De la réception de commande à l’envoi client, notre service fulfillment gère emballage, personnalisation, optimisation du picking et expédition rapide, pour booster l’expérience de vos clients en ligne.</p>
          <span class="text-secondary font-bold mt-2 group-hover:underline">Plus d'infos</span>
        </button>
      </div>
    </div>
    
    <div id="serviceModalOverlay" class="hidden fixed inset-0 z-50 flex items-center justify-center modal-bg">
      <div id="serviceModal" class="bg-white rounded-lg w-11/12 max-w-2xl mx-auto shadow-2xl border-4 border-primary p-6 relative">
        <button id="closeServiceModal" class="absolute top-2 right-3 text-2xl text-neutralDark hover:text-secondary focus:outline-none focus-custom" aria-label="Fermer le détail service">&times;</button>
        <div id="serviceModalContent"></div>
      </div>
    </div>
    <script>
      // Service Data for Modal
      const servicesModalData = [
        {
          title: "Livraison le jour même",
          image: "images/service-same-day-courier.jpeg",
          imageAlt: "Coursier livreur parcourant les rues de Paris",
          content: "<p class='mb-4'>Nos équipes de coursiers ultra-réactives parcourent Paris et l’Île-de-France toute la journée pour remettre vos colis en main propre en moins de 4&nbsp;heures.<br><strong>Exemples d’utilisation&nbsp;:</strong> Boutique en ligne, pharmacies, cabinets juridiques, agences événementielles, cafés/restaurants.</p><ul class='mb-4 list-disc pl-5'><li>Preuves de livraison photo ou signature</li><li>Service premium dédié ou mutualisé</li><li>Flexibilité sur les plages horaires – y compris week-ends &amp; soirs sur demande</li></ul><p>Pour chaque envoi, vous bénéficiez de notre assistance clientèle dédiée et d’un suivi personnalisé.</p>"
        },
        {
          title: "Suivi de colis intelligent",
          image: "images/service-tracking-dashboard.jpeg",
          imageAlt: "Tableau de suivi de colis sur smartphone",
          content: "<p class='mb-4'>Grâce à notre dashboard en ligne accessible 24/7, consultez&nbsp;:</p><ul class='mb-4 list-disc pl-5'><li>L’avancée de vos livraisons en temps réel</li><li>La localisation GPS du coursier</li><li>Des notifications automatiques pour expéditeur &amp; destinataire</li></ul><p>Nos solutions API s’intègrent facilement à vos systèmes (e-commerce, ERP, CRM).</p>"
        },
        {
          title: "Expédition internationale",
          image: "images/service-international-shipping.jpeg",
          imageAlt: "Colis devant une carte mondiale, signalant l'expédition internationale",
          content: "<p class='mb-4'>Exportez vos colis dans plus de 190&nbsp;pays avec&nbsp;:</p><ul class='mb-4 list-disc pl-5'><li>Accompagnement sur documentation douanière</li><li>Suivi jusqu’à la livraison contre signature</li><li>Livraisons express, standard ou économique</li></ul><p>Un spécialiste dédié vous conseille sur chaque étape depuis Paris jusqu’au destinataire final.</p>"
        },
        {
          title: "Stockage & logistique",
          image: "images/service-warehousing-paris.jpeg",
          imageAlt: "Entrepôt moderne avec palettes et équipe logistique",
          content: "<p class='mb-4'>Nos plateformes sécurisées au centre de Paris garantissent&nbsp;:</p><ul class='mb-4 list-disc pl-5'><li>Stockage court ou long terme</li><li>Gestion automatisée des stocks</li><li>Préparation de commandes, étiquetage, packaging</li><li>Zones dédiées pour produits sensibles (température contrôlée, haute valeur)</li></ul>"
        },
        {
          title: "E-commerce fulfillment",
          image: "images/service-ecommerce-fulfillment.jpeg",
          imageAlt: "Emballage de commandes e-commerce sur une table",
          content: "<p class='mb-4'>Équipez-vous d’une logistique e-commerce de pointe :</p><ul class='mb-4 list-disc pl-5'><li>Gestion de vos commandes multicanales</li><li>Personnalisation d’emballages et de messages clients</li><li>Traitement rapide (dès réception, expédié en moins de 24h)</li><li>Retours simplifiés grâce à nos points relais partenaires à Paris</li></ul>"
        }
      ];
      // Modal display logic
      function openServiceModal(idx) {
        const overlay = document.getElementById('serviceModalOverlay');
        const modalContent = document.getElementById('serviceModalContent');
        const data = servicesModalData[idx];
        modalContent.innerHTML = `
          <div class="flex flex-col items-center text-left">
            <img src="${data.image}" width="256" height="256" alt="${data.imageAlt}" class="w-48 h-48 object-cover rounded-xl mb-4 border-2 border-secondary" loading="lazy"/>
            <h3 class="font-heading text-2xl font-bold mb-3 text-primary">${data.title}</h3>
            <div class="text-neutralDark text-base">${data.content}</div>
          </div>
        `;
        overlay.classList.remove('hidden');
        document.getElementById('serviceModal').focus();
      }
      document.getElementById('closeServiceModal').onclick = () => {
        document.getElementById('serviceModalOverlay').classList.add('hidden');
      };
      // ESC key for modal close
      document.addEventListener('keydown', function(e) {
        if(document.getElementById('serviceModalOverlay').classList.contains('hidden')) return;
        if(e.key === 'Escape') document.getElementById('serviceModalOverlay').classList.add('hidden');
      });
      // Click outside to close
      document.getElementById('serviceModalOverlay').onclick = function(e) {
        if(e.target === this) this.classList.add('hidden');
      }
    </script>
  </section>

  
  <section id="features" class="py-14 md:py-24 bg-primary text-white">
    <div class="container mx-auto px-4">
      <h2 class="font-heading font-semibold text-2xl md:text-3xl mb-10 text-secondary text-center">Pourquoi choisir Parisian Express&nbsp;?</h2>
      <div class="grid grid-cols-1 gap-6 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-5">
        <div class="flex flex-col items-center bg-[#223A53] rounded-lg p-6 shadow-lg hover:bg-secondary hover:text-primary transition group" tabindex="0" aria-label="Rapidité inégalée : Nous livrons vos colis avec une ponctualité record, même en périodes chargées.">
          <img src="images/feature-speed-clock.jpeg" width="96" height="96" alt="Icône horloge livraison rapide" class="w-20 h-20 mb-3 rounded-full object-cover shadow"/>
          <h3 class="font-heading font-semibold text-lg mb-2">Rapidité inégalée</h3>
          <p class="text-base text-center">Nous livrons vos colis avec une ponctualité record, même en périodes chargées.</p>
        </div>
        <div class="flex flex-col items-center bg-[#223A53] rounded-lg p-6 shadow-lg hover:bg-secondary hover:text-primary transition group" tabindex="0" aria-label="Suivi en temps réel : Chaque envoi est traçable à tout moment depuis votre espace client sécurisé.">
          <img src="images/feature-live-tracking.jpeg" width="96" height="96" alt="Icône suivi GPS" class="w-20 h-20 mb-3 rounded-full object-cover shadow"/>
          <h3 class="font-heading font-semibold text-lg mb-2">Suivi en temps réel</h3>
          <p class="text-base text-center">Chaque envoi est traçable à tout moment depuis votre espace client sécurisé.</p>
        </div>
        <div class="flex flex-col items-center bg-[#223A53] rounded-lg p-6 shadow-lg hover:bg-secondary hover:text-primary transition group" tabindex="0" aria-label="Support 24/7 : Notre équipe répond à vos questions à toute heure, pour une tranquillité maximale.">
          <img src="images/feature-support24h.jpeg" width="96" height="96" alt="Icône assistance 24/7" class="w-20 h-20 mb-3 rounded-full object-cover shadow"/>
          <h3 class="font-heading font-semibold text-lg mb-2">Support 24/7</h3>
          <p class="text-base text-center">Notre équipe répond à vos questions à toute heure, pour une tranquillité maximale.</p>
        </div>
        <div class="flex flex-col items-center bg-[#223A53] rounded-lg p-6 shadow-lg hover:bg-secondary hover:text-primary transition group" tabindex="0" aria-label="Livraison éco-responsable : Des véhicules à faibles émissions et une gestion optimisée pour limiter l’impact environnemental.">
          <img src="images/feature-eco-green-leaf.jpeg" width="96" height="96" alt="Icône mode de livraison vert" class="w-20 h-20 mb-3 rounded-full object-cover shadow"/>
          <h3 class="font-heading font-semibold text-lg mb-2">Livraison éco-responsable</h3>
          <p class="text-base text-center">Des véhicules à faibles émissions et une gestion optimisée pour limiter l’impact environnemental.</p>
        </div>
        <div class="flex flex-col items-center bg-[#223A53] rounded-lg p-6 shadow-lg hover:bg-secondary hover:text-primary transition group" tabindex="0" aria-label="Sécurité maximale : Chaque colis est assuré et manipulé selon des standards élevés de sûreté.">
          <img src="images/feature-security-shield.jpeg" width="96" height="96" alt="Icône sécurité colis" class="w-20 h-20 mb-3 rounded-full object-cover shadow"/>
          <h3 class="font-heading font-semibold text-lg mb-2">Sécurité maximale</h3>
          <p class="text-base text-center">Chaque colis est assuré et manipulé selon des standards élevés de sûreté.</p>
        </div>
      </div>
    </div>
  </section>

  
  <section id="testimonials" class="py-14 md:py-24 bg-accent">
    <div class="container mx-auto px-4">
      <h2 class="font-heading font-semibold text-2xl md:text-3xl text-primary mb-10 text-center">Ce que pensent nos clients</h2>
      <div id="testimonial-slider" class="relative max-w-3xl mx-auto">
        <div id="testimonial-items" class="transition-all">
          
          <figure class="testimonial-item flex flex-col items-center text-center bg-white rounded-xl shadow-lg p-8 space-y-4 relative">
            <img src="images/testimonial-sarah-lemoine.jpeg" width="128" height="128" alt="Photo cliente satisfaite" class="w-24 h-24 object-cover rounded-full border-4 border-secondary shadow-md mb-2" loading="lazy"/>
            <figcaption class="flex flex-col items-center space-y-1">
              <span class="text-lg font-heading font-bold text-primary">Sarah Lemoine</span>
              <span class="text-secondary text-sm font-medium">Directrice E-commerce, Mode Chic Paris</span>
            </figcaption>
            <div class="flex space-x-1 mb-2" aria-label="Note 5 sur 5">
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
            </div>
            <blockquote class="testimonial-quote relative pl-6 pr-6 text-neutralDark font-medium">Grâce à Parisian Express, nous avons réduit nos délais de livraison de 50 %. Le suivi est ultra-fiable, et l’équipe est toujours à l’écoute.</blockquote>
          </figure>
          
          <figure class="testimonial-item flex flex-col items-center text-center bg-white rounded-xl shadow-lg p-8 space-y-4 mt-8 relative">
            <img src="images/testimonial-jean-dubois.jpeg" width="128" height="128" alt="Portrait client Start&Go" class="w-24 h-24 object-cover rounded-full border-4 border-secondary shadow-md mb-2" loading="lazy"/>
            <figcaption class="flex flex-col items-center space-y-1">
              <span class="text-lg font-heading font-bold text-primary">Jean-Pierre Dubois</span>
              <span class="text-secondary text-sm font-medium">Entrepreneur, Start&amp;Go</span>
            </figcaption>
            <div class="flex space-x-1 mb-2" aria-label="Note 5 sur 5">
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
            </div>
            <blockquote class="testimonial-quote relative pl-6 pr-6 text-neutralDark font-medium">Un service irréprochable, même pour mes clients internationaux. Une vraie valeur ajoutée pour les entrepreneurs.</blockquote>
          </figure>
          
          <figure class="testimonial-item flex flex-col items-center text-center bg-white rounded-xl shadow-lg p-8 space-y-4 mt-8 relative">
            <img src="images/testimonial-melanie-garnier.jpeg" width="128" height="128" alt="Responsable logistique" class="w-24 h-24 object-cover rounded-full border-4 border-secondary shadow-md mb-2" loading="lazy"/>
            <figcaption class="flex flex-col items-center space-y-1">
              <span class="text-lg font-heading font-bold text-primary">Mélanie Garnier</span>
              <span class="text-secondary text-sm font-medium">Responsable logistique, Cosmétiques Naturels</span>
            </figcaption>
            <div class="flex space-x-1 mb-2" aria-label="Note 4 sur 5">
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-neutralLight text-xl">&#9733;</span>
            </div>
            <blockquote class="testimonial-quote relative pl-6 pr-6 text-neutralDark font-medium">La solution de stockage et préparation de commandes a simplifié notre quotidien et a augmenté la satisfaction de nos clients.</blockquote>
          </figure>
          
          <figure class="testimonial-item flex flex-col items-center text-center bg-white rounded-xl shadow-lg p-8 space-y-4 mt-8 relative">
            <img src="images/testimonial-hakim-benali.jpeg" width="128" height="128" alt="Portrait de Hakim Benali" class="w-24 h-24 object-cover rounded-full border-4 border-secondary shadow-md mb-2" loading="lazy"/>
            <figcaption class="flex flex-col items-center space-y-1">
              <span class="text-lg font-heading font-bold text-primary">Hakim Benali</span>
              <span class="text-secondary text-sm font-medium">Artisan, Les Fleurs de Paris</span>
            </figcaption>
            <div class="flex space-x-1 mb-2" aria-label="Note 5 sur 5">
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
            </div>
            <blockquote class="testimonial-quote relative pl-6 pr-6 text-neutralDark font-medium">Parisian Express m’a sauvé lors de la fête des mères&nbsp;! Livraison rapide et sourires garantis à l’arrivée. Mes bouquets n’ont jamais été aussi bien traités.</blockquote>
          </figure>
          <figure class="testimonial-item flex flex-col items-center text-center bg-white rounded-xl shadow-lg p-8 space-y-4 mt-8 relative">
            <img src="images/testimonial-laetitia-morel.jpeg" width="128" height="128" alt="Portrait de Laetitia Morel" class="w-24 h-24 object-cover rounded-full border-4 border-secondary shadow-md mb-2" loading="lazy"/>
            <figcaption class="flex flex-col items-center space-y-1">
              <span class="text-lg font-heading font-bold text-primary">Laetitia Morel</span>
              <span class="text-secondary text-sm font-medium">Chef de Projet, Le Studio Printemps</span>
            </figcaption>
            <div class="flex space-x-1 mb-2" aria-label="Note 4 sur 5">
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-neutralLight text-xl">&#9733;</span>
            </div>
            <blockquote class="testimonial-quote relative pl-6 pr-6 text-neutralDark font-medium">Sérieux, réactivité et vrai accompagnement de bout en bout. Pour chaque lancement de projet, leur équipe s’adapte à nos contraintes spécifiques.&nbsp;Merci contactez-nous.</blockquote>
          </figure>
          <figure class="testimonial-item flex flex-col items-center text-center bg-white rounded-xl shadow-lg p-8 space-y-4 mt-8 relative">
            <img src="images/testimonial-marc-ramadier.jpeg" width="128" height="128" alt="Portrait de Marc Ramadier" class="w-24 h-24 object-cover rounded-full border-4 border-secondary shadow-md mb-2" loading="lazy"/>
            <figcaption class="flex flex-col items-center space-y-1">
              <span class="text-lg font-heading font-bold text-primary">Marc Ramadier</span>
              <span class="text-secondary text-sm font-medium">Responsable Achats, Aux Délices Parisiens</span>
            </figcaption>
            <div class="flex space-x-1 mb-2" aria-label="Note 5 sur 5">
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
              <span class="text-secondary text-xl">&#9733;</span>
            </div>
            <blockquote class="testimonial-quote relative pl-6 pr-6 text-neutralDark font-medium">Même pendant les périodes de fêtes, nous n’avons jamais eu de retard. Un partenaire fiable, attentif et toujours disponible.</blockquote>
          </figure>
        </div>
        
        <div class="absolute left-0 right-0 flex justify-between items-center -top-12 md:-top-6">
          <button id="testimonial-prev" aria-label="Témoignage précédent" class="bg-secondary hover:bg-primary text-primary hover:text-secondary rounded-full p-2 shadow focus:outline-none focus-custom">
            <svg class="w-6 h-6" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M15 19l-7-7 7-7" /></svg>
          </button>
          <button id="testimonial-next" aria-label="Témoignage suivant" class="bg-secondary hover:bg-primary text-primary hover:text-secondary rounded-full p-2 shadow focus:outline-none focus-custom">
            <svg class="w-6 h-6" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /></svg>
          </button>
        </div>
      </div>
    </div>
    <script>
      // Testimonials Carousel Logic
      document.addEventListener('DOMContentLoaded', function() {
        const items = document.querySelectorAll('.testimonial-item');
        let idx = 0;
        function showTestimonial(i) {
          items.forEach((item, j) => item.style.display = (j === i) ? 'flex' : 'none');
        }
        showTestimonial(idx);
        document.getElementById('testimonial-prev').onclick = function() {
          idx = (idx - 1 + items.length) % items.length;
          showTestimonial(idx);
        };
        document.getElementById('testimonial-next').onclick = function() {
          idx = (idx + 1) % items.length;
          showTestimonial(idx);
        };
      });
    </script>
  </section>

  
  <section id="team" class="py-14 md:py-20 bg-neutralLight">
    <div class="container mx-auto px-4">
      <h2 class="font-heading font-semibold text-2xl md:text-3xl text-primary mb-10 text-center">Notre équipe</h2>
      <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-8">
        
        <div class="group relative flex flex-col items-center bg-white rounded-xl shadow-lg p-8 focus-within:ring-2 focus-within:ring-secondary" tabindex="0" aria-label="Portrait de Claire Martin, Fondatrice & CEO">
          <img src="images/team-claire-martin.jpeg" width="192" height="224" alt="Portrait de Claire Martin" class="w-48 h-56 object-cover rounded-xl mb-4 border-2 border-primary" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-1">Claire Martin</h3>
          <span class="text-secondary mb-2 font-medium">Fondatrice & CEO</span>
          <p class="text-neutralDark text-base text-center">Experte en logistique internationale avec plus de 15 ans d’expérience, Claire dirige l’équipe vers l’innovation et le service client d’exception. <br><span class="hidden group-hover:inline-block text-primary font-heading mt-2">"Innover, c’est rendre chaque livraison unique."</span></p>
          <div class="flex space-x-2 mt-4">
            <a href="https://linkedin.com/in/clairemartin" target="_blank" rel="noopener" aria-label="Profil LinkedIn de Claire Martin">
              <img src="images/social-linkedin.jpeg" width="32" height="32" alt="Logo LinkedIn" class="w-8 h-8 rounded object-cover"/>
            </a>
          </div>
        </div>
        
        <div class="group relative flex flex-col items-center bg-white rounded-xl shadow-lg p-8 focus-within:ring-2 focus-within:ring-secondary" tabindex="0" aria-label="Portrait de Julien Lefèvre, Directeur des Opérations">
          <img src="images/team-julien-lefevre.jpeg" width="192" height="224" alt="Portrait de Julien Lefèvre" class="w-48 h-56 object-cover rounded-xl mb-4 border-2 border-primary" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-1">Julien Lefèvre</h3>
          <span class="text-secondary mb-2 font-medium">Directeur des Opérations</span>
          <p class="text-neutralDark text-base text-center">Julien optimise chaque étape de la chaîne logistique, garantissant rapidité et sécurité pour chaque livraison.<br><span class="hidden group-hover:inline-block text-primary font-heading mt-2">"Chaque détail compte... y compris le sourire du livreur."</span></p>
          <div class="flex space-x-2 mt-4">
            <a href="https://linkedin.com/in/julienlefevre" target="_blank" rel="noopener" aria-label="Profil LinkedIn de Julien Lefèvre">
              <img src="images/social-linkedin.jpeg" width="32" height="32" alt="Logo LinkedIn" class="w-8 h-8 rounded object-cover"/>
            </a>
          </div>
        </div>
        
        <div class="group relative flex flex-col items-center bg-white rounded-xl shadow-lg p-8 focus-within:ring-2 focus-within:ring-secondary" tabindex="0" aria-label="Portrait de Nadège Rousseau, Responsable E-commerce">
          <img src="images/team-nadege-rousseau.jpeg" width="192" height="224" alt="Portrait de Nadège Rousseau" class="w-48 h-56 object-cover rounded-xl mb-4 border-2 border-primary" loading="lazy"/>
          <h3 class="font-heading font-bold text-xl text-primary mb-1">Nadège Rousseau</h3>
          <span class="text-secondary mb-2 font-medium">Responsable E-commerce</span>
          <p class="text-neutralDark text-base text-center">Spécialiste de la gestion multi-canal, Nadège pilote l’intégration des solutions e-commerce sur-mesure.<br><span class="hidden group-hover:inline-block text-primary font-heading mt-2">"Satisfaire vos clients n’a jamais été aussi simple... et rapide."</span></p>
          <div class="flex space-x-2 mt-4">
            <a href="https://linkedin.com/in/nadegerousseau" target="_blank" rel="noopener" aria-label="Profil LinkedIn de Nadège Rousseau">
              <img src="images/social-linkedin.jpeg" width="32" height="32" alt="Logo LinkedIn" class="w-8 h-8 rounded object-cover"/>
            </a>
          </div>
        </div>
      </div>
    </div>
  </section>

  
  <section id="contact" class="py-14 md:py-24 bg-accent">
    <div class="container mx-auto px-4">
      <h2 class="font-heading font-semibold text-2xl md:text-3xl text-primary mb-6 text-center">Contactez-nous</h2>
      <p class="text-neutralDark text-center mb-8">Demandez un devis ou contactez notre équipe dédiée.</p>
      <div class="flex flex-col md:flex-row md:space-x-8">
        
        <form id="contactForm" novalidate class="bg-white rounded-xl shadow-lg p-8 flex-1 flex flex-col space-y-4 mb-10 md:mb-0" aria-label="Formulaire de contact"
         >
          <div>
            <label for="contact-name" class="block font-medium text-primary mb-1">Nom <span class="text-red-600">*</span></label>
            <input type="text" id="contact-name" name="name" placeholder="Votre nom complet" required aria-required="true" class="w-full border-2 border-neutralLight focus:border-secondary rounded px-4 py-2 focus:outline-none focus-custom" minlength="2" autocomplete="name">
          </div>
          <div>
            <label for="contact-email" class="block font-medium text-primary mb-1">E-mail <span class="text-red-600">*</span></label>
            <input type="email" id="contact-email" name="email" placeholder="Votre adresse e-mail" required aria-required="true" class="w-full border-2 border-neutralLight focus:border-secondary rounded px-4 py-2 focus:outline-none focus-custom" autocomplete="email">
          </div>
          <div>
            <label for="contact-phone" class="block font-medium text-primary mb-1">Téléphone</label>
            <input type="tel" id="contact-phone" name="phone" placeholder="+33 x xx xx xx xx" class="w-full border-2 border-neutralLight focus:border-secondary rounded px-4 py-2 focus:outline-none focus-custom" autocomplete="tel">
          </div>
          <div>
            <label for="contact-subject" class="block font-medium text-primary mb-1">Objet <span class="text-red-600">*</span></label>
            <input type="text" id="contact-subject" name="subject" placeholder="Sujet de votre demande" required aria-required="true" class="w-full border-2 border-neutralLight focus:border-secondary rounded px-4 py-2 focus:outline-none focus-custom">
          </div>
          <div>
            <label for="contact-message" class="block font-medium text-primary mb-1">Message <span class="text-red-600">*</span></label>
            <textarea id="contact-message" name="message" placeholder="Votre message" rows="4" required aria-required="true" class="w-full border-2 border-neutralLight focus:border-secondary rounded px-4 py-2 focus:outline-none focus-custom"></textarea>
          </div>
          <button type="submit" class="bg-primary text-white hover:bg-secondary hover:text-primary rounded px-6 py-2 font-bold transition focus:outline-none focus-custom">Envoyer la demande</button>
          <div id="contactFormSuccess" class="hidden text-green-600 font-bold mt-3">Merci, votre message a bien été envoyé !</div>
          <div id="contactFormError" class="hidden text-red-600 font-bold mt-3">Erreur lors de l’envoi. Veuillez vérifier les champs obligatoires.</div>
        </form>
        
        <div class="flex-1 flex flex-col space-y-8 items-center md:items-start md:pl-4">
          <div class="bg-white rounded-xl shadow-lg p-6 w-full text-left">
            <div class="mb-4">
              <span class="block text-primary font-bold mb-1">Adresse</span>
              <span class="text-neutralDark">45 Rue de la Paix, 3ème étage,<br>75002 Paris, France</span>
            </div>
            <div class="mb-4">
              <span class="block text-primary font-bold mb-1">Téléphone</span>
              <a href="tel:+33142685300" class="text-neutralDark hover:underline">+33 1 42 68 53 00</a>
            </div>
            <div class="mb-4">
              <span class="block text-primary font-bold mb-1">E-mail</span>
              <a href="mailto:info@www.wedesignandconquer.com" class="text-neutralDark hover:underline">info@www.wedesignandconquer.com</a>
            </div>
            <div>
              <span class="block text-primary font-bold mb-1">Horaires</span>
              <span class="text-neutralDark">Lundi - Vendredi&nbsp;: 9h00 – 18h30</span>
            </div>
          </div>
          <div class="rounded-xl overflow-hidden w-full">
            
            <img src="images/contact-map-paris-office.jpeg" width="384" height="256" alt="Carte localisant le bureau Parisian Express Logistics au centre de Paris" class="w-full h-64 object-cover border-2 border-primary shadow" loading="lazy">
          </div>

        </div>
      </div>
    </div>
    <script>
      // Contact Form Validation
      document.getElementById('contactForm').onsubmit = function(e) {
        e.preventDefault();
        let valid = true;
        Array.from(this.elements).forEach(function(el) {
          if (el.required && !el.value.trim()) valid = false;
        });
        document.getElementById('contactFormSuccess').classList.add('hidden');
        document.getElementById('contactFormError').classList.add('hidden');
        if(valid) {
          document.getElementById('contactFormSuccess').classList.remove('hidden');
          this.reset();
        } else {
          document.getElementById('contactFormError').classList.remove('hidden');
        }
      }
    </script>
  </section>
  
  <a href="#contact" class="cta-sticky fixed bottom-4 right-4 bg-secondary text-primary px-5 py-3 rounded shadow-lg z-50 font-bold text-lg hover:bg-primary hover:text-secondary transition hidden md:inline-block" style="font-family:Inter,sans-serif;">Obtenez votre devis</a>
</main>
<footer class="bg-primary text-accent pt-10 pb-4 mt-10">
  <div class="container mx-auto px-4 flex flex-col md:flex-row md:space-x-12 mb-8">
    <div class="md:w-1/4 flex flex-col items-center md:items-start mb-6 md:mb-0">
      <img src="images/logo-parisianexpress.jpeg" width="96" height="96" alt="Logo Parisian Express Logistics" class="mb-3 rounded-full w-16 h-16 object-contain">
      <p class="text-base text-accent font-heading font-bold">Parisian Express Logistics</p>
      <p class="text-secondary text-xs mt-1 text-center md:text-left">Delivering Trust. Across the City, Around the World.</p>
    </div>
    <nav class="md:w-1/4 mb-8 md:mb-0" aria-label="Plan du site">
      <h3 class="text-lg font-heading font-semibold mb-3 text-secondary">Navigation</h3>
      <ul class="space-y-1 text-base">
        <li><a href="#hero" class="hover:underline hover:text-secondary transition">Accueil</a></li>
        <li><a href="#services" class="hover:underline hover:text-secondary transition">Nos services</a></li>
        <li><a href="#contact" class="hover:underline hover:text-secondary transition">Contact</a></li>
        <li><a href="./privacy.html" class="hover:underline hover:text-secondary transition">Politique de confidentialité</a></li>
        <li><a href="./tos.html" class="hover:underline hover:text-secondary transition">Mentions légales</a></li>
      </ul>
    </nav>
    <div class="md:w-1/4 mb-8 md:mb-0">
      <h3 class="text-lg font-heading font-semibold mb-3 text-secondary">Nous contacter</h3>
      <ul class="text-base space-y-1">
        <li><span class="sr-only">E-mail</span><a href="mailto:info@www.wedesignandconquer.com" class="hover:underline text-accent">info@www.wedesignandconquer.com</a></li>
        <li><span class="sr-only">Téléphone</span><a href="tel:+33142685300" class="hover:underline text-accent">+33 1 42 68 53 00</a></li>
        <li><span class="sr-only">Adresse</span><span class="block text-accent">45 Rue de la Paix, 3ème étage<br>75002 Paris, France</span></li>
      </ul>
    </div>
    <div class="md:w-1/4">
      <h3 class="text-lg font-heading font-semibold mb-3 text-secondary">Newsletter</h3>
      <form id="newsletterForm" class="flex flex-col sm:flex-row items-start sm:items-center space-y-2 sm:space-y-0 sm:space-x-2" autocomplete="off" onsubmit="newsletterSubscribe(event)">
        <input type="email" required aria-required="true" placeholder="Votre adresse e-mail" class="w-full sm:w-40 bg-white rounded px-3 py-2 focus:outline-none focus-custom" autofocus autocomplete="off">
        <button type="submit" class="bg-secondary hover:bg-accent text-primary font-bold rounded px-4 py-2 transition focus:outline-none focus-custom">S’inscrire</button>
      </form>
      <div id="newsletterMsg" class="mt-2 text-sm hidden"></div>
      <h3 class="text-lg font-heading font-semibold mt-6 mb-2 text-secondary">Suivez-nous</h3>
      <div class="flex space-x-3">
        <a href="https://facebook.com/parisianexpress" target="_blank" rel="noopener" aria-label="Page Facebook">
          <img src="images/social-facebook.jpeg" width="32" height="32" alt="Logo Facebook" class="rounded-full w-8 h-8 object-cover">
        </a>
        <a href="https://linkedin.com/company/parisianexpress" target="_blank" rel="noopener" aria-label="Page LinkedIn">
          <img src="images/social-linkedin.jpeg" width="32" height="32" alt="Logo LinkedIn" class="rounded-full w-8 h-8 object-cover">
        </a>
        <a href="https://instagram.com/parisianexpress" target="_blank" rel="noopener" aria-label="Page Instagram">
          <img src="images/social-instagram.jpeg" width="32" height="32" alt="Logo Instagram" class="rounded-full w-8 h-8 object-cover">
        </a>
        <a href="https://x.com/parisianexpress" target="_blank" rel="noopener" aria-label="Page X anciennement Twitter">
          <img src="images/social-x.jpeg" width="32" height="32" alt="Logo X anciennement Twitter" class="rounded-full w-8 h-8 object-cover">
        </a>
      </div>
    </div>
  </div>
  <div class="container mx-auto px-4 flex flex-col sm:flex-row sm:justify-between items-center border-t border-accent pt-4 mt-4 gap-2">
    <small class="text-xs">&copy; 2024 Parisian Express Logistics. Tous droits réservés.</small>
    <div class="flex space-x-3">
      <a href="./privacy.html" class="text-xs hover:underline hover:text-secondary">Politique de confidentialité</a>
      <a href="./tos.html" class="text-xs hover:underline hover:text-secondary">Mentions légales / CGU</a>
    </div>
  </div>
  
  <div id="cookieConsentBanner" class="fixed inset-x-0 bottom-0 bg-neutralDark bg-opacity-95 text-accent text-center px-4 py-4 z-50 flex flex-col sm:flex-row items-center justify-between shadow-lg transition" style="display: none;">
    <span class="text-base">Ce site utilise des cookies pour vous garantir la meilleure expérience. <a href="./privacy.html" class="underline text-secondary">En savoir plus</a></span>
    <button id="cookieConsentBtn" class="mt-3 sm:mt-0 bg-secondary text-primary px-4 py-2 rounded font-bold ml-4 focus:outline-none focus-custom hover:bg-primary hover:text-secondary transition">Accepter</button>
  </div>
  <script>
    // Newsletter form
    function newsletterSubscribe(e) {
      e.preventDefault();
      const form = e.target;
      const email = form.querySelector('input[type="email"]').value.trim();
      const msg = document.getElementById('newsletterMsg');
      msg.classList.remove('hidden'); msg.classList.remove('text-red-600'); msg.classList.remove('text-green-600');
      if(!email || !/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) {
        msg.textContent = "Adresse e-mail invalide.";
        msg.classList.add('text-red-600'); return false;
      }
      msg.textContent = "Merci de votre inscription !";
      msg.classList.add('text-green-600');
      form.reset();
      return false;
    }
    // Cookie consent
    (function(){
      var cookieKey = 'consent_' + Math.random().toString(36).substring(2,10);
      function setConsent() {
        document.cookie = cookieKey+"=1;path=/;max-age=31536000;SameSite=Lax";
        document.getElementById('cookieConsentBanner').style.display = 'none';
      }
      function hasConsent() {
        return document.cookie.indexOf(cookieKey + "=1") > -1;
      }
      if(!hasConsent()) {
        document.getElementById('cookieConsentBanner').style.display = 'flex';
        document.getElementById('cookieConsentBtn').onclick = setConsent;
      }
    })();
  </script>
</footer>
</body>
</html>