File size: 57,207 Bytes
c1c246e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Taxi DJI - Service de taxi premium à Paris</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
.floating {
animation: float 6s ease-in-out infinite;
}
.floating-fast {
animation: float 3s ease-in-out infinite;
}
.floating-slow {
animation: float 8s ease-in-out infinite;
}
.whatsapp-btn {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 1000;
transition: all 0.3s ease;
}
.whatsapp-btn:hover {
transform: scale(1.1);
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.bg-pattern {
background-color: #f8f9fa;
background-image: radial-gradient(#000000 1px, transparent 1px);
background-size: 20px 20px;
}
.hover-grow {
transition: all 0.3s ease;
}
.hover-grow:hover {
transform: translateY(-5px);
}
.article-content img {
max-width: 100%;
height: auto;
border-radius: 0.5rem;
margin: 2rem auto;
display: block;
}
.article-content h2 {
font-size: 1.75rem;
font-weight: bold;
margin: 2rem 0 1rem;
color: #111827;
}
.article-content h3 {
font-size: 1.5rem;
font-weight: bold;
margin: 1.5rem 0 0.75rem;
color: #111827;
}
.article-content p {
margin-bottom: 1.25rem;
line-height: 1.6;
color: #4b5563;
}
.article-content ul, .article-content ol {
margin-bottom: 1.25rem;
padding-left: 1.5rem;
}
.article-content li {
margin-bottom: 0.5rem;
line-height: 1.6;
}
.article-content blockquote {
border-left: 4px solid #f59e0b;
padding-left: 1rem;
margin: 1.5rem 0;
font-style: italic;
color: #4b5563;
}
</style>
</head>
<body class="bg-pattern font-sans">
<!-- Floating WhatsApp Button - CORRIGÉ -->
<div class="whatsapp-btn">
<a href="https://wa.me/33749907487?text=Bonjour,%20je%20souhaite%20r%C3%A9server%20un%20taxi"
target="_blank"
rel="noopener noreferrer"
class="bg-[#25D366] text-white w-16 h-16 rounded-full flex items-center justify-center text-3xl shadow-xl pulse">
<i class="fab fa-whatsapp"></i>
</a>
</div>
<!-- Header -->
<header class="bg-black text-white py-6 sticky top-0 z-50 shadow-md">
<div class="container mx-auto px-4 flex justify-between items-center">
<div class="flex items-center">
<div class="bg-yellow-400 w-10 h-10 rounded-full flex items-center justify-center text-black font-bold text-xl mr-3 floating-slow">
DJI
</div>
<h1 class="text-2xl font-bold">TAXI <span class="text-yellow-400">DJI</span></h1>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#tarifs" class="hover:text-yellow-400 transition">Tarifs</a>
<a href="#vehicules" class="hover:text-yellow-400 transition">Véhicules</a>
<a href="#services" class="hover:text-yellow-400 transition">Services</a>
<a href="#blog" class="hover:text-yellow-400 transition">Blog</a>
<a href="#contact" class="hover:text-yellow-400 transition">Contact</a>
</nav>
<div class="md:hidden">
<button class="text-white focus:outline-none" id="mobile-menu-button">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden absolute top-full left-0 w-full bg-black py-4 px-4 shadow-lg">
<nav class="flex flex-col space-y-4">
<a href="#tarifs" class="hover:text-yellow-400 transition">Tarifs</a>
<a href="#vehicules" class="hover:text-yellow-400 transition">Véhicules</a>
<a href="#services" class="hover:text-yellow-400 transition">Services</a>
<a href="#blog" class="hover:text-yellow-400 transition">Blog</a>
<a href="#contact" class="hover:text-yellow-400 transition">Contact</a>
</nav>
</div>
</header>
<!-- Main Content -->
<main>
<!-- Article 1: Conseils pour un trajet réussi -->
<section id="article-1" class="py-16 bg-white" style="display: none;">
<div class="container mx-auto px-4 max-w-4xl">
<div class="mb-8">
<a href="#blog" class="text-yellow-500 hover:text-yellow-600 font-bold flex items-center">
<i class="fas fa-arrow-left mr-2"></i> Retour au blog
</a>
</div>
<article class="article-content">
<div class="bg-black text-white p-6 rounded-xl mb-8">
<h1 class="text-3xl md:text-4xl font-bold mb-2">Conseils pour un trajet réussi vers l'aéroport</h1>
<div class="flex items-center text-gray-300">
<span class="mr-4"><i class="far fa-calendar mr-1"></i> 15 juin 2023</span>
<span><i class="far fa-clock mr-1"></i> 5 min de lecture</span>
</div>
</div>
<img src="https://images.unsplash.com/photo-1556388158-158ea5ccacbd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Taxi à l'aéroport">
<p>Organiser un trajet vers l'aéroport peut être stressant, surtout si vous avez un vol important à prendre. Chez Taxi DJI, nous avons transporté des milliers de passagers vers les aéroports parisiens et nous partageons ici nos meilleurs conseils pour un trajet sans stress.</p>
<h2>1. Réservez à l'avance</h2>
<p>La réservation anticipée est la clé d'un trajet réussi. Nous recommandons de réserver votre taxi au moins 24 heures à l'avance, surtout pour les vols tôt le matin ou tard le soir. Cela nous permet de :</p>
<ul>
<li>Garantir la disponibilité d'un véhicule adapté à vos besoins</li>
<li>Préparer le meilleur itinéraire en fonction des conditions de circulation</li>
<li>Vous fournir un prix fixe sans surprise</li>
</ul>
<h2>2. Choisissez le bon horaire de départ</h2>
<p>Pour les vols internationaux, prévoyez d'arriver à l'aéroport au moins 3 heures avant le décollage. Pour les vols intérieurs, 2 heures suffisent généralement. Ajoutez à cela :</p>
<ul>
<li>Le temps de trajet (comptez environ 1h pour CDG et 45 min pour Orly depuis Paris centre)</li>
<li>Un buffer de 30 minutes pour les imprévus (circulation, contrôles, etc.)</li>
</ul>
<blockquote>
"Nos clients qui suivent ces conseils arrivent systématiquement à l'aéroport détendus et avec du temps devant eux."
</blockquote>
<h2>3. Préparez vos bagages</h2>
<p>Pour un trajet optimal :</p>
<ol>
<li>Vérifiez les restrictions de bagages de votre compagnie aérienne</li>
<li>Préparez vos documents de voyage (passeport, carte d'embarquement)</li>
<li>Gardez les objets de valeur avec vous dans l'habitacle</li>
</ol>
<img src="https://images.unsplash.com/photo-1508700115892-45ecd05ae2ad?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Bagages dans un taxi">
<h2>4. Profitez du trajet</h2>
<p>Avec Taxi DJI, vous pouvez :</p>
<ul>
<li>Vous détendre dans nos véhicules confortables et climatisés</li>
<li>Demander une prise USB pour charger vos appareils</li>
<li>Profiter de notre wifi gratuit dans certains véhicules</li>
<li>Poser toutes vos questions sobre Paris à nos chauffeurs expérimentés</li>
</ul>
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 my-6">
<p class="font-bold text-yellow-700">Astuce Pro :</p>
<p>Programmez notre numéro dans votre téléphone (07 49 90 74 87) pour pouvoir nous contacter facilement en cas de changement de plan ou d'urgence.</p>
</div>
<h2>En conclusion</h2>
<p>Un bon trajet vers l'aéroport se prépare. En suivant ces conseils et en choisissant Taxi DJI, vous éliminez le stress des déplacements et commencez votre voyage du bon pied.</p>
<div class="mt-12 bg-gray-100 p-6 rounded-xl">
<h3 class="text-xl font-bold mb-4">Vous avez un vol à prendre ?</h3>
<p class="mb-4">Réservez dès maintenant votre taxi pour l'aéroport :</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="tel:0749907487" class="bg-black hover:bg-gray-800 text-white py-3 px-6 rounded-full font-bold transition flex items-center justify-center gap-2">
<i class="fas fa-phone"></i> Appeler
</a>
<a href="#contact" class="bg-green-600 hover:bg-green-700 text-white py-3 px-6 rounded-full font-bold transition flex items-center justify-center gap-2">
<i class="fas fa-calendar-check"></i> Réserver
</a>
</div>
</div>
</article>
</div>
</section>
<!-- Article 2: Nouveaux véhicules -->
<section id="article-2" class="py-16 bg-white" style="display: none;">
<div class="container mx-auto px-4 max-w-4xl">
<div class="mb-8">
<a href="#blog" class="text-yellow-500 hover:text-yellow-600 font-bold flex items-center">
<i class="fas fa-arrow-left mr-2"></i> Retour au blog
</a>
</div>
<article class="article-content">
<div class="bg-black text-white p-6 rounded-xl mb-8">
<h1 class="text-3xl md:text-4xl font-bold mb-2">Notre nouvelle flotte de véhicules premium</h1>
<div class="flex items-center text-gray-300">
<span class="mr-4"><i class="far fa-calendar mr-1"></i> 2 juillet 2023</span>
<span><i class="far fa-clock mr-1"></i> 4 min de lecture</span>
</div>
</div>
<img src="https://images.unsplash.com/photo-1494976351278-04682f7e0876?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Nouveaux véhicules Taxi DJI">
<p>Chez Taxi DJI, nous croyons que le confort de nos clients commence par la qualité de nos véhicules. C'est pourquoi nous sommes fiers d'annoncer le renouvellement de notre flotte avec des modèles haut de gamme encore plus confortables, spacieux et écologiques.</p>
<h2>Nos nouveaux modèles</h2>
<h3>Mercedes Classe V</h3>
<p>Notre nouveau VAN premium peut accueillir jusqu'à 8 passagers avec un confort exceptionnel :</p>
<ul>
<li>Sièges en cuir massages</li>
<li>Climatisation 4 zones indépendantes</li>
<li>Espace bagages XL (jusqu'à 10 valises)</li>
<li>Connectivité Bluetooth et WiFi</li>
</ul>
<img src="https://images.unsplash.com/photo-1541899481282-d53bffe3c35d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Mercedes Classe V">
<h3>Tesla Model S</h3>
<p>Pour une expérience silencieuse et écologique :</p>
<ul>
<li>Autonomie de 600 km</li>
<li>Accélération 0-100 km/h en 3,2 secondes</li>
<li>Toit panoramique en verre</li>
<li>Système audio premium</li>
</ul>
<h3>BMW Série 7</h3>
<p>Le summum du luxe et de la technologie :</p>
<ul>
<li>Sièges chauffants và ventilés</li>
<li>Affichage tête haute</li>
<li>Contrôle gestuel des fonctions multimédias</li>
<li>Système de navigation intelligent</li>
</ul>
<h2>Engagement écologique</h2>
<p>30% de notre nouvelle flotte est désormais électrique ou hybride, réduisant notre empreinte carbone de 40% par rapport à l'année dernière. Nos objectifs :</p>
<ol>
<li>50% de véhicules électriques d'ici 2025</li>
<li>100% de véhicules à faibles émissions d'ici 2030</li>
<li>Compensation carbone pour tous les trajets</li>
</ol>
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 my-6">
<p class="font-bold text-yellow-700">Saviez-vous que ?</p>
<p>Nos véhicules sont inspectés et entretenus toutes les 5 000 km pour garantir votre sécurité et votre confort.</p>
</div>
<h2>Réservez votre essai</h2>
<p>Vous souhaitez découvrir nos nouveaux véhicules ? Réservez dès maintenant :</p>
<div class="mt-8 bg-gray-100 p-6 rounded-xl">
<div class="flex flex-col sm:flex-row gap-4">
<a href="tel:0749907487" class="bg-black hover:bg-gray-800 text-white py-3 px-6 rounded-full font-bold transition flex items-center justify-center gap-2">
<i class="fas fa-phone"></i> 07 49 90 74 87
</a>
<a href="#contact" class="bg-green-600 hover:bg-green-700 text-white py-3 px-6 rounded-full font-bold transition flex items-center justify-center gap-2">
<i class="fas fa-calendar-check"></i> Réserver
</a>
</div>
</div>
</article>
</div>
</section>
<!-- Article 3: Transport médical -->
<section id="article-3" class="py-16 bg-white" style="display: none;">
<div class="container mx-auto px-4 max-w-4xl">
<div class="mb-8">
<a href="#blog" class="text-yellow-500 hover:text-yellow-600 font-bold flex items-center">
<i class="fas fa-arrow-left mr-2"></i> Retour au blog
</a>
</div>
<article class="article-content">
<div class="bg-black text-white p-6 rounded-xl mb-8">
<h1 class="text-3xl md:text-4xl font-bold mb-2">Transport médical : tout savoir sur nos services conventionnés CPAM</h1>
<div class="flex items-center text-gray-300">
<span class="mr-4"><i class="far fa-calendar mr-1"></i> 20 août 2023</span>
<span><i class="far fa-clock mr-1"></i> 6 min de lecture</span>
</div>
</div>
<img src="https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Transport médical Taxi DJI">
<p>Depuis 2018, Taxi DJI est agréé par la CPAM pour le transport de patients nécessitant un déplacement pour des soins médicaux. Nous vous expliqués ici comment bénéficier de ce service et quelles sont les conditions de prise en charge.</p>
<h2>Qui peut bénéficier du transport médical ?</h2>
<p>Le transport sanitaire peut être pris en charge par l'Assurance Maladie si :</p>
<ul>
<li>Votre état de santé ne vous permet pas d'utiliser un moyen de transport commun</li>
<li>Le transport est prescrit par votre médecin</li>
<li>La destination est un lieu de soins (hôpital, clinique, cabinet médical, etc.)</li>
</ul>
<h2>Notre service spécialisé</h2>
<p>Nos véhicules médicaux sont équipés pour :</p>
<ul>
<li>Personnes à mobilité réduite (rampe d'accès, espace fauteuil roulant)</li>
<li>Personnes âgées (sièges relevables, appui-bras)</li>
<li>Patients sous oxygène ou perfusion</li>
<li>Transport assis ou allongé selon prescription</li>
</ul>
<img src="https://images.unsplash.com/photo-1581595219315-a187dd40c322?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Véhicule médical équipé">
<h2>Comment ça marche ?</h2>
<ol>
<li>Obtenir une prescription médicale de transport</li>
<li>Demander l'accord préalable de la CPAM (nous pouvons vous aider)</li>
<li>Réserver votre transport avec nous en fournissant :
<ul>
<li>Votre carte Vitale</li>
<li>La prescription médicale</li>
<li>L'accord de prise en charge</li>
</ul>
</li>
<li>Nous nous chargeons de toutes les formalités administratives</li>
</ol>
<h2>Départements couverts</h2>
<p>Nous sommes agréés pour les départements suivants :</p>
<div class="grid sm:grid-cols-2 gap-4 my-4">
<div class="bg-gray-100 p-4 rounded-lg">
<h3 class="font-bold">Val-de-Marne (94)</h3>
<p>Villes principales : Créteil, Vitry-sur-Seine, Champigny-sur-Marne</p>
</div>
<div class="bg-gray-100 p-4 rounded-lg">
<h3 class="font-bold">Seine-et-Marne (77)</h3>
<p>Villes principales : Melun, Meaux, Fontainebleau</p>
</div>
<div class="bg-gray-100 p-4 rounded-lg">
<h3 class="font-bold">Yonne (89)</h3>
<p>Villes principales : Auxerre, Sens, Avallon</p>
</div>
<div class="bg-gray-100 p-4 rounded-lg">
<h3 class="font-bold">Loiret (45)</h3>
<p>Villes principales : Orléans, Montargis, Pithiviers</p>
</div>
</div>
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 my-6">
<p class="font-bold text-yellow-700">Important :</p>
<p>Pour les autres départements, nous pouvons effectuer le transport mais la prise en charge doit être vérifiée au cas par cas avec votre CPAM locale.</p>
</div>
<h2>Avance de frais</h2>
<p>Nous proposons l'avance de frais pour les patients éligibles, ce qui signifie que vous n'aurez rien à payer si vous disposez de tous les documents nécessaires. Dans le cas contraire, nous vous fournirons une facture à transmettre à votre CPAM pour remboursement.</p>
<div class="mt-12 bg-gray-100 p-6 rounded-xl">
<h3 class="text-xl font-bold mb-4">Besoin d'un transport médical ?</h3>
<p class="mb-4">Contactez notre service dédié :</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="tel:0749907487" class="bg-black hover:bg-gray-800 text-white py-3 px-6 rounded-full font-bold transition flex items-center justify-center gap-2">
<i class="fas fa-phone"></i> 07 49 90 74 87
</a>
<a href="#contact" class="bg-green-600 hover:bg-green-700 text-white py-3 px-6 rounded-full font-bold transition flex items-center justify-center gap-2">
<i class="fas fa-calendar-check"></i> Réserver
</a>
</div>
</div>
</article>
</div>
</section>
<!-- Main Page Content -->
<div id="main-content">
<!-- Hero Section -->
<section class="py-20 relative overflow-hidden">
<div class="absolute top-0 left-0 w-full h-full">
<div class="absolute top-20 left-10 w-4 h-4 bg-yellow-400 rounded-full floating"></div>
<div class="absolute top-1/3 right-20 w-6 h-6 bg-black rounded-full floating-fast"></div>
<div class="absolute bottom-20 left-1/4 w-8 h-8 bg-white rounded-full floating-slow"></div>
<div class="absolute bottom-1/3 right-1/3 w-5 h-5 bg-yellow-400 rounded-full floating"></div>
</div>
<div class="container mx-auto px-4 relative z-10 text-center">
<h2 class="text-4xl md:text-6xl font-bold mb-6">Service de Taxi <span class="text-yellow-400">Premium</span> à Paris</h2>
<p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">Ponctualité, confort et sécurité pour tous vos déplacements en Île-de-France et au-delà.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="tel:0749907487" class="bg-black hover:bg-gray-800 text-white py-4 px-8 rounded-full font-bold text-lg transition flex items-center justify-center gap-2 hover-grow">
<i class="fas fa-phone"></i> 07 49 90 74 87
</a>
<a href="#contact" class="bg-yellow-400 hover:bg-yellow-500 text-black py-4 px-8 rounded-full font-bold text-lg transition flex items-center justify-center gap-2 hover-grow">
<i class="fas fa-calendar-check"></i> Réserver
</a>
</div>
</div>
</section>
<!-- Tarifs Section -->
<section id="tarifs" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Nos <span class="text-yellow-400">Tarifs</span> Forfaitaires</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Des tarifs transparents et compétitifs pour vos trajets vers les aéroports.</p>
</div>
<div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover-grow">
<div class="flex justify-between items-center mb-6">
<h3 class="text-2xl font-bold">Orly → Paris</h3>
<div class="bg-yellow-400 text-black py-1 px-4 rounded-full text-lg font-bold">À partir de</div>
</div>
<div class="space-y-4">
<div class="flex justify-between py-3 border-b border-gray-200">
<span>Rive gauche</span>
<span class="font-bold">43€</span>
</div>
<div class="flex justify-between py-3 border-b border-gray-200">
<span>Rive droite</span>
<span class="font-bold">52€</span>
</div>
</div>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover-grow">
<div class="flex justify-between items-center mb-6">
<h3 class="text-2xl font-bold">CDG → Paris</h3>
<div class="bg-yellow-400 text-black py-1 px-4 rounded-full text-lg font-bold">À partir de</div>
</div>
<div class="space-y-4">
<div class="flex justify-between py-3 border-b border-gray-200">
<span>Rive gauche</span>
<span class="font-bold">72€</span>
</div>
<div class="flex justify-between py-3 border-b border-gray-200">
<span>Rive droite</span>
<span class="font-bold">63€</span>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<p class="text-gray-600">Tarifs indicatifs pouvant varier selon la circulation et le point de prise en charge exact.</p>
</div>
</div>
</section>
<!-- Véhicules Section -->
<section id="vehicules" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Nos <span class="text-yellow-400">Véhicules</span></h2>
<p class="text-gray-600 max-w-2xl mx-auto">Une flotte moderne et variée adaptée à tous vos besoins.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white p-6 rounded-xl shadow-md text-center hover-grow">
<div class="bg-black text-yellow-400 w-16 h-16 rounded-full flex items-center justify-center text-3xl mx-auto mb-4">
<i class="fas fa-shuttle-van"></i>
</div>
<h3 class="text-xl font-bold mb-2">VAN</h3>
<p class="text-gray-600">Capacité jusqu'à 8 passagers, idéal pour les groupes.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md text-center hover-grow">
<div class="bg-black text-yellow-400 w-16 h-16 rounded-full flex items-center justify-center text-3xl mx-auto mb-4">
<i class="fas fa-car-alt"></i>
</div>
<h3 class="text-xl font-bold mb-2">SUV</h3>
<p class="text-gray-600">Confort et espace pour 4 passagers avec bagages.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md text-center hover-grow">
<div class="bg-black text-yellow-400 w-16 h-16 rounded-full flex items-center justify-center text-3xl mx-auto mb-4">
<i class="fas fa-car"></i>
</div>
<h3 class="text-xl font-bold mb-2">Berline</h3>
<p class="text-gray-600">Élégance et confort pour 3 passagers.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md text-center hover-grow">
<div class="bg-black text-yellow-400 w-16 h-16 rounded-full flex items-center justify-center text-3xl mx-auto mb-4">
<i class="fas fa-car-side"></i>
</div>
<h3 class="text-xl font-bold mb-2">Break</h3>
<p class="text-gray-600">Espace cargo important pour 4 passagers.</p>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Nos <span class="text-yellow-400">Services</span> Spéciaux</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Des solutions adaptées à vos besoins spécifiques.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-6 rounded-xl shadow-md hover-grow">
<div class="flex items-center mb-4">
<div class="bg-black text-yellow-400 w-12 h-12 rounded-full flex items-center justify-center text-xl mr-4">
<i class="fas fa-hand-holding-usd"></i>
</div>
<h3 class="text-xl font-bold">Assistance Avance de Frais</h3>
</div>
<p class="text-gray-600">Nous prenons en charge vos frais de transport avec remboursement ultérieur.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl shadow-md hover-grow">
<div class="flex items-center mb-4">
<div class="bg-black text-yellow-400 w-12 h-12 rounded-full flex items-center justify-center text-xl mr-4">
<i class="fas fa-file-medical"></i>
</div>
<h3 class="text-xl font-bold">Convention CPAM</h3>
</div>
<p class="text-gray-600">Agréé CPAM pour les départements 94, 77, 89, 45, 51 et 02.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl shadow-md hover-grow">
<div class="flex items-center mb-4">
<div class="bg-black text-yellow-400 w-12 h-12 rounded-full flex items-center justify-center text-xl mr-4">
<i class="fas fa-flask"></i>
</div>
<h3 class="text-xl font-bold">Course Laboratoire</h3>
</div>
<p class="text-gray-600">Transport de prélèvements médicaux avec avance de frais (sur protocole).</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl shadow-md hover-grow">
<div class="flex items-center mb-4">
<div class="bg-black text-yellow-400 w-12 h-12 rounded-full flex items-center justify-center text-xl mr-4">
<i class="fas fa-calendar-day"></i>
</div>
<h3 class="text-xl font-bold">Location à la Journée</h3>
</div>
<p class="text-gray-600">Véhicule avec chauffeur à disposition pour la journée sur réservation.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl shadow-md hover-grow">
<div class="flex items-center mb-4">
<div class="bg-black text-yellow-400 w-12 h-12 rounded-full flex items-center justify-center text-xl mr-4">
<i class="fas fa-umbrella-beach"></i>
</div>
<h3 class="text-xl font-bold">Trajets Touristiques</h3>
</div>
<p class="text-gray-600">Aéroports, gares, Disneyland Paris et toutes zones touristiques.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl shadow-md hover-grow">
<div class="flex items-center mb-4">
<div class="bg-black text-yellow-400 w-12 h-12 rounded-full flex items-center justify-center text-xl mr-4">
<i class="fas fa-clock"></i>
</div>
<h3 class="text-xl font-bold">Disponibilité 24/7</h3>
</div>
<p class="text-gray-600">Service disponible 24h/24 et 7j/7 pour répondre à tous vos besoins.</p>
</div>
</div>
</div>
</section>
<!-- Valeurs Section -->
<section class="py-16 bg-black text-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Nos <span class="text-yellow-400">Valeurs</span></h2>
<p class="text-gray-300 max-w-2xl mx-auto">Ce qui fait la différence Taxi DJI.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-clock"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Ponctualité</h3>
<p class="text-gray-300 text-center">Respect strict des horaires convenus.</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-eye"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Transparence</h3>
<p class="text-gray-300 text-center">Tarifs clairs sans surprise.</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-shield-alt"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Sécurité</h3>
<p class="text-gray-300 text-center">Chauffeurs professionnels et véhicules entretenus.</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-handshake"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Confiance</h3>
<p class="text-gray-300 text-center">Relation de confiance avec nos clients.</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-couch"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Confort</h3>
<p class="text-gray-300 text-center">Véhicules spacieux et climatisés.</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-wheelchair"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Adaptabilité</h3>
<p class="text-gray-300 text-center">Personnes âgées, PAM, animaux domestiques.</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-headset"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Disponibilité</h3>
<p class="text-gray-300 text-center">24h/24, 7j/7 pour répondre à vos besoins.</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl hover-grow">
<div class="bg-yellow-400 text-black w-12 h-12 rounded-full flex items-center justify-center text-xl mb-4 mx-auto">
<i class="fas fa-smile"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-center">Satisfaction</h3>
<p class="text-gray-300 text-center">Clientèle fidèle et satisfaite depuis des années.</p>
</div>
</div>
</div>
</section>
<!-- Blog Section -->
<section id="blog" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Notre <span class="text-yellow-400">Blog</span></h2>
<p class="text-gray-600 max-w-2xl mx-auto">Actualités et conseils pour vos déplacements.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white rounded-xl overflow-hidden shadow-md hover-grow">
<div class="bg-black text-white p-4">
<h3 class="text-xl font-bold">Conseils pour un trajet réussi</h3>
</div>
<div class="p-6">
<p class="text-gray-600 mb-4">Découvrez nos astuces pour préparer au mieux votre trajet vers l'aéroport.</p>
<a href="#article-1" class="text-yellow-500 font-bold hover:text-yellow-600 transition article-link">Lire l'article →</a>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-md hover-grow">
<div class="bg-black text-white p-4">
<h3 class="text-xl font-bold">Nouveaux véhicules</h3>
</div>
<div class="p-6">
<p class="text-gray-600 mb-4">Notre flotte s'agrandit avec de nouveaux modèles premium.</p>
<a href="#article-2" class="text-yellow-500 font-bold hover:text-yellow-600 transition article-link">Lire l'article →</a>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-md hover-grow">
<div class="bg-black text-white p-4">
<h3 class="text-xl font-bold">Transport médical</h3>
</div>
<div class="p-6">
<p class="text-gray-600 mb-4">Tout savoir sur nos services conventionnés CPAM.</p>
<a href="#article-3" class="text-yellow-500 font-bold hover:text-yellow-600 transition article-link">Lire l'article →</a>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="bg-black hover:bg-gray-800 text-white py-3 px-6 rounded-full font-bold transition inline-flex items-center gap-2">
<i class="fas fa-book-open"></i> Voir tous les articles
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Nous <span class="text-yellow-400">Contacter</span></h2>
<p class="text-gray-600 max-w-2xl mx-auto">Disponibles 24h/24 pour répondre à vos demandes.</p>
</div>
<div class="grid md:grid-cols-2 gap-12 max-w-4xl mx-auto">
<div>
<h3 class="text-xl font-bold mb-6">Coordonnées</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-black text-yellow-400 w-10 h-10 rounded-full flex items-center justify-center text-lg mr-4 mt-1">
<i class="fas fa-phone"></i>
</div>
<div>
<h4 class="font-bold">Téléphone</h4>
<a href="tel:0749907487" class="text-gray-600 hover:text-black transition">07 49 90 74 87</a>
</div>
</div>
<div class="flex items-start">
<div class="bg-black text-yellow-400 w-10 h-10 rounded-full flex items-center justify-center text-lg mr-4 mt-1">
<i class="fab fa-whatsapp"></i>
</div>
<div>
<h4 class="font-bold">WhatsApp</h4>
<a href="https://wa.me/33749907487?text=Bonjour,%20je%20souhaite%20r%C3%A9server%20un%20taxi" class="text-gray-600 hover:text-black transition">Envoyer un message</a>
</div>
</div>
<div class="flex items-start">
<div class="bg-black text-yellow-400 w-10 h-10 rounded-full flex items-center justify-center text-lg mr-4 mt-1">
<i class="fas fa-envelope"></i>
</div>
<div>
<h4 class="font-bold">Email</h4>
<a href="mailto:[email protected]" class="text-gray-600 hover:text-black transition">[email protected]</a>
</div>
</div>
<div class="flex items-start">
<div class="bg-black text-yellow-400 w-10 h-10 rounded-full flex items-center justify-center text-lg mr-4 mt-1">
<i class="fas fa-clock"></i>
</div>
<div>
<h4 class="font-bold">Horaires</h4>
<p class="text-gray-600">24 heures sur 24, 7 jours sur 7</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-6">Formulaire de contact</h3>
<form class="space-y-4">
<div>
<label for="name" class="block font-medium mb-1">Nom</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-400">
</div>
<div>
<label for="email" class="block font-medium mb-1">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-400">
</div>
<div>
<label for="message" class="block font-medium mb-1">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-400"></textarea>
</div>
<button type="submit" class="bg-black hover:bg-gray-800 text-white py-3 px-6 rounded-full font-bold transition w-full">
Envoyer le message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="py-16 bg-yellow-400">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl font-bold mb-6">Prêt à réserver votre trajet ?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Contactez-nous dès maintenant pour un service rapide et professionnel.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="tel:0749907487" class="bg-black hover:bg-gray-800 text-white py-4 px-8 rounded-full font-bold text-lg transition flex items-center justify-center gap-2 hover-grow">
<i class="fas fa-phone"></i> Appeler maintenant
</a>
<a href="#contact" class="bg-white hover:bg-gray-100 text-black py-4 px-8 rounded-full font-bold text-lg transition flex items-center justify-center gap-2 hover-grow">
<i class="fas fa-calendar-check"></i> Réserver
</a>
</div>
</div>
</section>
</div>
</main>
<!-- Footer -->
<footer class="bg-black text-white py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<div class="bg-yellow-400 text-black w-10 h-10 rounded-full flex items-center justify-center font-bold text-xl mr-3">
DJI
</div>
<h3 class="text-xl font-bold">TAXI DJI</h3>
</div>
<p class="text-gray-400">Service de taxi premium à Paris et en Île-de-France.</p>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Liens utiles</h4>
<ul class="space-y-2">
<li><a href="#tarifs" class="text-gray-400 hover:text-yellow-400 transition">Tarifs</a></li>
<li><a href="#vehicules" class="text-gray-400 hover:text-yellow-400 transition">Véhicules</a></li>
<li><a href="#services" class="text-gray-400 hover:text-yellow-400 transition">Services</a></li>
<li><a href="#blog" class="text-gray-400 hover:text-yellow-400 transition">Blog</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-yellow-400 transition">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Mentions légales</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-yellow-400 transition">CGU</a></li>
<li><a href="#" class="text-gray-400 hover:text-yellow-400 transition">Politique de confidentialité</a></li>
<li><a href="#" class="text-gray-400 hover:text-yellow-400 transition">Mentions légales</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Réseaux sociaux</h4>
<div class="flex space-x-4">
<a href="#" class="bg-gray-800 hover:bg-gray-700 w-10 h-10 rounded-full flex items-center justify-center text-lg transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="bg-gray-800 hover:bg-gray-700 w-10 h-10 rounded-full flex items-center justify-center text-lg transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="bg-gray-800 hover:bg-gray-700 w-10 h-10 rounded-full flex items-center justify-center text-lg transition">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
<p>© 2023 Taxi DJI. Tous droits réservés.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
document.getElementById('mobile-menu').classList.toggle('hidden');
});
// Article navigation
document.querySelectorAll('.article-link').forEach(link => {
link.addEventListener('click', function(e) {
e.preventDefault();
const articleId = this.getAttribute('href').substring(1);
// Hide all articles and main content
document.querySelectorAll('[id^="article-"]').forEach(article => {
article.style.display = 'none';
});
document.getElementById('main-content').style.display = 'none';
// Show selected article
document.getElementById(articleId).style.display = 'block';
// Scroll to top
window.scrollTo(0, 0);
});
});
// Check if URL has article hash
window.addEventListener('load', function() {
if (window.location.hash && window.location.hash.startsWith('#article-')) {
const articleId = window.location.hash.substring(1);
// Hide all articles and main content
document.querySelectorAll('[id^="article-"]').forEach(article => {
article.style.display = 'none';
});
document.getElementById('main-content').style.display = 'none';
// Show selected article
document.getElementById(articleId).style.display = 'block';
}
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
// Skip if it's an article link
if (this.classList.contains('article-link')) return;
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Adamchab/taxi" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |