{"id":18362,"date":"2026-03-12T15:45:45","date_gmt":"2026-03-12T14:45:45","guid":{"rendered":"https:\/\/transponyx.com\/?page_id=18362"},"modified":"2026-04-04T21:02:49","modified_gmt":"2026-04-04T19:02:49","slug":"excursion-privee-autour-de-la-french-riviera","status":"publish","type":"page","link":"https:\/\/transponyx.com\/en\/excursion-privee-autour-de-la-french-riviera\/","title":{"rendered":"Excursion Priv\u00e9e autour de la French Riviera"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_widescreen\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Excursions Sur Mesure - TranspOnyx<\/title>\n    <style>\n        \/* --- Styles de base (similaires \u00e0 l'original) --- *\/\n        body {\n            font-family: 'Poppins', 'Montserrat', sans-serif;\n            margin: 0;\n            padding: 0;\n            color: #2C3E50;\n            line-height: 1.6;\n            background-color: #FFFFFF;\n        }\n        .container {\n            max-width: 1300px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        h1, h2, h3 {\n            font-family: 'Playfair Display', serif;\n            font-weight: 500;\n            margin-top: 0;\n        }\n        h2 { font-size: 48px; }\n        h3 { font-size: 28px; }\n        .section-padding { padding: 80px 0; }\n        .bg-light { background-color: #F8F9FA; }\n        .bg-dark { background-color: #1A2A3A; color: #FFFFFF; }\n        .text-gold { color: #D4AF37; }\n        .btn {\n            display: inline-block;\n            padding: 16px 32px;\n            background-color: #1A2A3A;\n            color: white;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: 500;\n            transition: background-color 0.3s;\n            border: none;\n            cursor: pointer;\n        }\n        .btn-gold {\n            background-color: #D4AF37;\n            color: #1A2A3A;\n        }\n        .btn-gold:hover {\n            background-color: #b8962c;\n        }\n        .grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n        .grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n        }\n        .grid-4 {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 20px;\n        }\n        \/* --- Hero Section --- *\/\n        .hero {\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https:\/\/images.pexels.com\/photos\/1123982\/pexels-photo-1123982.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') center\/cover no-repeat;\n            min-height: 600px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            color: white;\n        }\n        .hero-content { max-width: 800px; }\n        .hero h1 { font-size: 66px; margin-bottom: 20px; }\n        .hero-divider {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 30px;\n        }\n        .hero-divider span {\n            font-size: 22px;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #D4AF37;\n        }\n        .hero-divider-line {\n            height: 1px;\n            width: 80px;\n            background-color: #D4AF37;\n        }\n\n        \/* --- Features Bar (remplace les ic\u00f4nes en haut) --- *\/\n        .features-bar {\n            background-color: #1A2A3A;\n            color: white;\n            padding: 40px 20px;\n            border-radius: 8px;\n            margin-top: -80px;\n            position: relative;\n            z-index: 10;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n        .features-bar .grid-4 {\n            gap: 10px;\n        }\n        .feature-item {\n            text-align: center;\n            border-right: 1px solid rgba(255,255,255,0.2);\n            padding: 0 20px;\n        }\n        .feature-item:last-child { border-right: none; }\n        .feature-item svg {\n            width: 40px;\n            height: 40px;\n            fill: #D4AF37;\n            margin-bottom: 10px;\n        }\n        .feature-item p {\n            font-size: 18px;\n            margin: 5px 0 0;\n            font-weight: 400;\n        }\n\n        \/* --- Destination Cards (Grid) --- *\/\n        .destination-grid .card {\n            border: 1px solid #E0E0E0;\n            border-radius: 8px;\n            overflow: hidden;\n            background-color: white;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        .destination-grid .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.15);\n        }\n        .card-image {\n            height: 220px;\n            background-size: cover;\n            background-position: center;\n            position: relative;\n        }\n        .card-badge {\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            background-color: #D4AF37;\n            color: #1A2A3A;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n            text-transform: uppercase;\n        }\n        .card-content {\n            padding: 25px;\n        }\n        .card-content h3 {\n            margin-top: 0;\n            margin-bottom: 10px;\n            font-size: 22px;\n            color: #1A2A3A;\n        }\n        .card-content p {\n            color: #555;\n            margin-bottom: 20px;\n            font-size: 15px;\n        }\n        .card-footer {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-top: 1px solid #EEE;\n            padding-top: 15px;\n            margin-top: 15px;\n        }\n        .price {\n            font-weight: 700;\n            color: #1A2A3A;\n        }\n        .details-link {\n            color: #D4AF37;\n            text-decoration: none;\n            font-weight: 500;\n        }\n\n        \/* --- Steps \/ How It Works --- *\/\n        .steps-container {\n            display: flex;\n            justify-content: space-around;\n            gap: 30px;\n        }\n        .step {\n            text-align: center;\n            flex: 1;\n            background: white;\n            padding: 40px 30px;\n            border-radius: 8px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n        }\n        .step-number {\n            font-size: 36px;\n            font-weight: 700;\n            color: #D4AF37;\n            margin-bottom: 15px;\n        }\n\n        \/* --- Image et Texte Altern\u00e9 --- *\/\n        .image-rounded img {\n            border-radius: 8px;\n            width: 100%;\n            height: auto;\n        }\n\n        \/* --- Logo Cloud --- *\/\n        .logo-cloud {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            align-items: center;\n            gap: 40px;\n        }\n        .logo-cloud img {\n            max-width: 120px;\n            max-height: 70px;\n            filter: brightness(0.9);\n            opacity: 0.7;\n            transition: opacity 0.3s;\n        }\n        .logo-cloud img:hover { opacity: 1; }\n\n        \/* --- Contact Form --- *\/\n        .contact-form-container {\n            background-color: white;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n        .form-group { margin-bottom: 20px; }\n        .form-group input,\n        .form-group textarea,\n        .form-group select {\n            width: 100%;\n            padding: 15px;\n            border: 1px solid #DDD;\n            border-radius: 4px;\n            font-family: inherit;\n            font-size: 16px;\n        }\n        .form-group textarea { min-height: 120px; }\n\n        \/* --- Responsive --- *\/\n        @media (max-width: 1024px) {\n            h2 { font-size: 40px; }\n            .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 30px; }\n            .features-bar { margin-top: -50px; }\n            .feature-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 20px 0; }\n            .feature-item:last-child { border-bottom: none; }\n            .steps-container { flex-direction: column; }\n        }\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 45px; }\n        }\n    <\/style>\n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n<\/head>\n<body>\n\n    <main>\n        <!-- HERO SECTION -->\n        <section class=\"hero\">\n            <div class=\"hero-content\">\n                <h1>Explore the Unforgettable with a Tailor-Made Excursion<\/h1>\n                <div class=\"hero-divider\">\n                    <span class=\"hero-divider-line\"><\/span>\n                    <span>LUXURY | COMFORT | EXCLUSIVE<\/span>\n                    <span class=\"hero-divider-line\"><\/span>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FEATURES BAR (remplace les 4 ic\u00f4nes) -->\n        <div class=\"container\">\n            <div class=\"features-bar\">\n                <div class=\"grid-4\">\n                    <div class=\"feature-item\">\n                        <svg viewbox=\"0 0 24 24\"><path d=\"M12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm0 3c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z\"\/><\/svg>\n                        <p>Up to 7 passengers<br><small>(Luxury Minivan)<\/small><\/p>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-.5-13v5l4 2.5-1 1.5-5-3V7h2z\"\/><\/svg>\n                        <p>From 4 to 10 a.m.<br><small>According to your preferences<\/small><\/p>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <svg viewbox=\"0 0 24 24\"><path d=\"M21 6h-2v2h-2V6h-2V4h2V2h2v2h2v2zm-6-4v2h-2V2h2zm0 8h-2v2h2v-2zm-4-4H9v2h2V6zm0 8H9v2h2v-2zm-2-4H7v2h2v-2zm10 6h-2v2h2v-2zM3 22c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h10v10H3zm2-8v6h6v-6H5z\"\/><\/svg>\n                        <p>Guided tour<br><small>Private driver<\/small><\/p>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n                        <p>Flexible cancellation<br><small>Up to 48 hours in advance<\/small><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- INTRO SECTION (D\u00e9couverte) -->\n        <section class=\"section-padding\">\n            <div class=\"container grid-2\">\n                <div>\n                    <h2>Your <span class=\"text-gold\">Personalized Adventure<\/span> starts here<\/h2>\n                    <p style=\"font-size: 18px; margin-bottom: 20px;\">At TranspOnyx, we don&#039;t just offer transfers. We create experiences. Let us design a unique itinerary that reflects your passions, whether you&#039;re a history buff, a foodie, a nature lover, or a luxury enthusiast.<\/p>\n                    <p>Our team of expert, multilingual, and passionate concierges and driver-guides will open the doors to the most beautiful sites, hidden gems, and breathtaking panoramas. Your journey is your canvas; we are your brushes.<\/p>\n                    <a href=\"#contact\" class=\"btn btn-gold\" style=\"margin-top: 20px;\">\ud83d\udc49 Design my trip<\/a>\n                <\/div>\n                <div class=\"image-rounded\">\n                    <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/915972\/pexels-photo-915972.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2\" alt=\"Planning d'excursion personnalis\u00e9e\" style=\"width:100%; border-radius: 8px;\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FILTER SECTION (similaire \u00e0 l'original, mais simplifi\u00e9 ici) -->\n        <section class=\"bg-dark\" style=\"padding: 40px 0;\">\n            <div class=\"container\" style=\"text-align: center; color: white;\">\n                <h3 style=\"color: white; margin-bottom: 30px;\">Find the excursion that suits you<\/h3>\n                <div style=\"display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;\">\n                    <select style=\"padding: 15px 30px; border-radius: 4px; border: none; min-width: 200px;\">\n                        <option>Choose a region<\/option>\n                        <option>French Riviera<\/option>\n                        <option>Provence<\/option>\n                        <option>Alps<\/option>\n                        <option>Italy (Liguria)<\/option>\n                    <\/select>\n                    <select style=\"padding: 15px 30px; border-radius: 4px; border: none; min-width: 200px;\">\n                        <option>Choose a duration<\/option>\n                        <option>Half-day (4 hours)<\/option>\n                        <option>Day (8 hours)<\/option>\n                        <option>Day+ (10 hours)<\/option>\n                    <\/select>\n                    <button class=\"btn btn-gold\" style=\"padding: 15px 40px;\">To research<\/button>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- DESTINATION GRID (remplace la loop grid) -->\n        <section class=\"section-padding bg-light\">\n            <div class=\"container\">\n                <h2 style=\"text-align: center; margin-bottom: 60px;\">Our <span class=\"text-gold\">Signature Excursions<\/span><\/h2>\n                <div class=\"grid-3 destination-grid\">\n\n                    <!-- Carte 1 -->\n                    <div class=\"card\">\n                        <div class=\"card-image\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/1123982\/pexels-photo-1123982.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');\">\n                            <span class=\"card-badge\">Half-day<\/span>\n                        <\/div>\n                        <div class=\"card-content\">\n                            <h3>Route des Grands Crus &amp; Saint-Paul<\/h3>\n                            <p>Explore the vineyards of Bellet, taste exceptional wines in a family estate, then stroll through the cobbled streets of Saint-Paul de Vence.<\/p>\n                            <div class=\"card-footer\">\n                                <span class=\"price\">Starting from \u20ac590<\/span>\n                                <a href=\"#\" class=\"details-link\">Discover \u2192<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Carte 2 -->\n                    <div class=\"card\">\n                        <div class=\"card-image\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/2481590\/pexels-photo-2481590.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');\">\n                            <span class=\"card-badge\">Daytime<\/span>\n                        <\/div>\n                        <div class=\"card-content\">\n                            <h3>Monaco &amp; \u00c8ze via the Corniches<\/h3>\n                            <p>Travel along the legendary coastal roads, visit the Rock of Monaco, the Prince&#039;s Palace and the Monte Carlo Casino. A must-see stop is the perched village of \u00c8ze.<\/p>\n                            <div class=\"card-footer\">\n                                <span class=\"price\">Starting from \u20ac820<\/span>\n                                <a href=\"#\" class=\"details-link\">Discover \u2192<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Carte 3 -->\n                    <div class=\"card\">\n                        <div class=\"card-image\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/2422465\/pexels-photo-2422465.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');\">\n                            <span class=\"card-badge\">Daytime<\/span>\n                        <\/div>\n                        <div class=\"card-content\">\n                            <h3>Saint-Tropez &amp; the Massif des Maures<\/h3>\n                            <p>Embark on a Tropezian getaway. From Sainte-Maxime, reach the city of the famous Babakar, explore its narrow streets and enjoy a panoramic view from Gassin.<\/p>\n                            <div class=\"card-footer\">\n                                <span class=\"price\">Starting from \u20ac1100<\/span>\n                                <a href=\"#\" class=\"details-link\">Discover \u2192<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- HOW IT WORKS \/ STEPS (remplace la section \u00e9tapes) -->\n        <section class=\"section-padding\">\n            <div class=\"container\">\n                <h2 style=\"text-align: center; margin-bottom: 60px;\">Let&#039;s make your <span class=\"text-gold\">dream<\/span> in 3 steps<\/h2>\n                <div class=\"steps-container\">\n                    <div class=\"step\">\n                        <div class=\"step-number\">1<\/div>\n                        <h3>Your desires, our listening<\/h3>\n                        <p>You share your ideas, your interests (wine, history, shopping, nature) and your constraints with us via our form or a phone call.<\/p>\n                    <\/div>\n                    <div class=\"step\">\n                        <div class=\"step-number\">2<\/div>\n                        <h3>A tailor-made project<\/h3>\n                        <p>Our team develops a detailed program, selects the best service providers and offers you a seamless and unique experience.<\/p>\n                    <\/div>\n                    <div class=\"step\">\n                        <div class=\"step-number\">3<\/div>\n                        <h3>The TranspOnyx experience<\/h3>\n                        <p>Your driver-guide welcomes you and ensures you experience an exceptional day, in complete serenity, aboard our high-end vehicles.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 3 POINTS CL\u00c9S (remplace la section avec les 3 ic\u00f4nes) -->\n        <section class=\"section-padding bg-light\">\n            <div class=\"container grid-3\">\n                <div style=\"text-align: center;\">\n                    <svg width=\"60\" height=\"60\" viewbox=\"0 0 24 24\" fill=\"#D4AF37\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg>\n                    <h3>Unique routes<\/h3>\n                    <p>Forget the beaten track. We design a route that suits you, including secret addresses and authentic encounters.<\/p>\n                <\/div>\n                <div style=\"text-align: center;\">\n                    <svg width=\"60\" height=\"60\" viewbox=\"0 0 24 24\" fill=\"#D4AF37\"><path d=\"M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z\"\/><\/svg>\n                    <h3>Absolute comfort<\/h3>\n                    <p>Our vehicles (luxury minivan, sedan) are equipped for your comfort (air conditioning, leather seats, bottled water). You&#039;ll travel just like at home.<\/p>\n                <\/div>\n                <div style=\"text-align: center;\">\n                    <svg width=\"60\" height=\"60\" viewbox=\"0 0 24 24\" fill=\"#D4AF37\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z\"\/><\/svg>\n                    <h3>Expert knowledge<\/h3>\n                    <p>Each driver-guide is passionate about local history and culture, trained to transform every journey into a vivid and captivating story.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- TEAM SECTION (remplace la section \u00e9quipe) -->\n        <section class=\"section-padding\">\n            <div class=\"container grid-2\">\n                <div class=\"image-rounded\">\n                    <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3768916\/pexels-photo-3768916.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2\" alt=\"L'\u00e9quipe TranspOnyx\">\n                <\/div>\n                <div>\n                    <h2>L&#039;'<span class=\"text-gold\">soul<\/span> from TranspOnyx<\/h2>\n                    <p>Behind every excursion, there is a team of passionate individuals. With over 15 years of experience in luxury tourism on the Riviera, our travel experts and driver-guides share a common goal: to make your outing an unforgettable memory.<\/p>\n                    <p>Available and attentive, we take care of all the logistics so that you don&#039;t have to think about anything other than enjoying the present moment.<\/p>\n                    <a href=\"#contact\" class=\"btn btn-gold\" style=\"margin-top: 20px;\">Let&#039;s meet<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- LOGO CLOUD \/ PARTNERS (remplace les logos) -->\n        <section class=\"bg-light section-padding\">\n            <div class=\"container\">\n                <p style=\"text-align: center; margin-bottom: 30px; font-size: 18px;\">They trust us and support us<\/p>\n                <div class=\"logo-cloud\">\n                    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/08\/Atout_France_logo.svg\/2560px-Atout_France_logo.svg.png\" alt=\"Atout France\">\n                    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/fr\/thumb\/f\/f4\/Logo_Monaco.svg\/1200px-Logo_Monaco.svg.png\" alt=\"Monaco\">\n                    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9a\/Logo_Provence-Alpes-C%C3%B4te_d%27Azur.svg\/1200px-Logo_Provence-Alpes-C%C3%B4te_d%27Azur.svg.png\" alt=\"R\u00e9gion Sud\">\n                    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/38\/Sk%C3%A5l_logo.svg\/1200px-Sk%C3%A5l_logo.svg.png\" alt=\"Skal\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- CONTACT \/ RESERVATION SECTION (remplace le formulaire) -->\n        <section id=\"contact\" class=\"section-padding\" style=\"background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https:\/\/images.pexels.com\/photos\/1038002\/pexels-photo-1038002.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') center\/cover no-repeat; color: white;\">\n            <div class=\"container\" style=\"max-width: 700px;\">\n                <h2 style=\"color: white; text-align: center;\">Ready for the adventure?<\/h2>\n                <p style=\"text-align: center; margin-bottom: 40px;\">Tell us what you&#039;d like. We&#039;ll get back to you within 24 hours.<\/p>\n                <div class=\"contact-form-container\">\n                    <form action=\"\">\n                        <div class=\"form-group\">\n                            <input type=\"text\" placeholder=\"Full name *\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <input type=\"email\" placeholder=\"E-mail adress *\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <input type=\"tel\" placeholder=\"Phone\">\n                        <\/div>\n                        <div class=\"form-group\">\n                            <select>\n                                <option>Excursion that interests you (optional)<\/option>\n                                <option>Monaco &amp; \u00c8ze<\/option>\n                                <option>Wine Route<\/option>\n                                <option>Saint-Tropez<\/option>\n                                <option>Italian Riviera<\/option>\n                                <option>Other \/ Custom-made<\/option>\n                            <\/select>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <textarea placeholder=\"Tell us about your dreams, the number of people, the desired date... *\" required><\/textarea>\n                        <\/div>\n                        <div class=\"form-group\" style=\"text-align: center;\">\n                            <button type=\"submit\" class=\"btn btn-gold\" style=\"font-size: 18px;\">Submit my request<\/button>\n                        <\/div>\n                        <p style=\"font-size: 12px; color: #CCC; text-align: center;\">Your data is confidential and will never be shared.<\/p>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FAQ SECTION (inspir\u00e9e de l'original) -->\n        <section class=\"section-padding\">\n            <div class=\"container\" style=\"max-width: 900px;\">\n                <h2 style=\"text-align: center; margin-bottom: 40px;\">Your questions, our answers<\/h2>\n\n                <div style=\"border: 1px solid #E0E0E0; border-radius: 8px; padding: 20px; margin-bottom: 15px;\">\n                    <h3 style=\"font-family: 'Poppins'; font-size: 20px;\">\u2753 What is your cancellation policy?<\/h3>\n                    <p>We offer free cancellation up to 48 hours before the start of the excursion. Between 48 and 24 hours, a fee of 50% applies. After this time, the full amount is due.<\/p>\n                <\/div>\n                <div style=\"border: 1px solid #E0E0E0; border-radius: 8px; padding: 20px; margin-bottom: 15px;\">\n                    <h3 style=\"font-family: 'Poppins'; font-size: 20px;\">\u2753 Can I combine a transfer with a guided tour?<\/h3>\n                    <p>Absolutely! It&#039;s our specialty. A &quot;private tour&quot; is precisely that: a chauffeured vehicle that guides you and accompanies you to the sites, saving you valuable time.<\/p>\n                <\/div>\n                <div style=\"border: 1px solid #E0E0E0; border-radius: 8px; padding: 20px;\">\n                    <h3 style=\"font-family: 'Poppins'; font-size: 20px;\">\u2753 Are your driver-guides qualified?<\/h3>\n                    <p>All our drivers hold a professional private hire driver&#039;s license, are trained in first aid, and undergo a 2-month in-house program to master the history and secrets of each place visited. They are fluent in French, English, and often Italian.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- MINI MAP (inspir\u00e9e de la derni\u00e8re section) -->\n        <section style=\"height: 300px; background-color: #333; display: flex; align-items: center; justify-content: center; color: white;\">\n            <p style=\"font-size: 24px;\">\ud83d\udccd Nice | Cannes | Monaco | Saint-Tropez | Provence<\/p>\n            <!-- Dans un cas r\u00e9el, on mettrait une Google Map -->\n        <\/section>\n\n    <\/main>\n\n    <footer style=\"background-color: #1A2A3A; color: white; text-align: center; padding: 40px;\">\n        <p>\u00a9 2025 TranspOnyx - Tailor-made excursions on the French Riviera<\/p>\n        <p><a href=\"#\" style=\"color: #D4AF37; text-decoration: none;\">Legal notice<\/a> | <a href=\"#\" style=\"color: #D4AF37; text-decoration: none;\">Terms and Conditions<\/a><\/p>\n    <\/footer>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18362","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Chauffeur Priv\u00e9 Nice | Transfert A\u00e9roport Monaco<\/title>\n<meta name=\"description\" content=\"Chauffeur priv\u00e9 &amp; transfert a\u00e9roport Nice vers Monaco, Cannes, Saint-Tropez. Tarifs fixes, disponible 24h\/24, v\u00e9hicules Mercedes premium.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/transponyx.com\/en\/excursion-privee-autour-de-la-french-riviera\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chauffeur Priv\u00e9 Nice | Transfert A\u00e9roport Monaco\" \/>\n<meta property=\"og:description\" content=\"Chauffeur priv\u00e9 &amp; transfert a\u00e9roport Nice vers Monaco, Cannes, Saint-Tropez. Tarifs fixes, disponible 24h\/24, v\u00e9hicules Mercedes premium.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/transponyx.com\/en\/excursion-privee-autour-de-la-french-riviera\/\" \/>\n<meta property=\"og:site_name\" content=\"TranspOnyx - Onyx Transfers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/TranspOnyx\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-04T19:02:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/transponyx.com\/wp-content\/uploads\/1774405434792_Chauffeur-with-luxury-car-near-Monaco-port.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"714\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@TranspOnyx\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/excursion-privee-autour-de-la-french-riviera\\\/\",\"url\":\"https:\\\/\\\/transponyx.com\\\/excursion-privee-autour-de-la-french-riviera\\\/\",\"name\":\"Chauffeur Priv\u00e9 Nice | Transfert A\u00e9roport Monaco\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/#website\"},\"datePublished\":\"2026-03-12T14:45:45+00:00\",\"dateModified\":\"2026-04-04T19:02:49+00:00\",\"description\":\"Chauffeur priv\u00e9 & transfert a\u00e9roport Nice vers Monaco, Cannes, Saint-Tropez. Tarifs fixes, disponible 24h\\\/24, v\u00e9hicules Mercedes premium.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/excursion-privee-autour-de-la-french-riviera\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/transponyx.com\\\/excursion-privee-autour-de-la-french-riviera\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/excursion-privee-autour-de-la-french-riviera\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/transponyx.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excursion Priv\u00e9e autour de la French Riviera\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/#website\",\"url\":\"https:\\\/\\\/transponyx.com\\\/\",\"name\":\"TranspOnyx\",\"description\":\"Chauffeur Services and Much More...\",\"publisher\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/#organization\"},\"alternateName\":\"TranspOnyx\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/transponyx.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/#organization\",\"name\":\"TranspOnyx\",\"url\":\"https:\\\/\\\/transponyx.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/transponyx.com\\\/wp-content\\\/uploads\\\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp\",\"contentUrl\":\"https:\\\/\\\/transponyx.com\\\/wp-content\\\/uploads\\\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp\",\"width\":252,\"height\":114,\"caption\":\"TranspOnyx\"},\"image\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/TranspOnyx\\\/\",\"https:\\\/\\\/x.com\\\/TranspOnyx\",\"https:\\\/\\\/www.instagram.com\\\/transponyx\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/transponyx-transfers\\\/?viewAsMember=true\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Chauffeur Priv\u00e9 Nice | Transfert A\u00e9roport Monaco","description":"Chauffeur priv\u00e9 & transfert a\u00e9roport Nice vers Monaco, Cannes, Saint-Tropez. Tarifs fixes, disponible 24h\/24, v\u00e9hicules Mercedes premium.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/transponyx.com\/en\/excursion-privee-autour-de-la-french-riviera\/","og_locale":"en_GB","og_type":"article","og_title":"Chauffeur Priv\u00e9 Nice | Transfert A\u00e9roport Monaco","og_description":"Chauffeur priv\u00e9 & transfert a\u00e9roport Nice vers Monaco, Cannes, Saint-Tropez. Tarifs fixes, disponible 24h\/24, v\u00e9hicules Mercedes premium.","og_url":"https:\/\/transponyx.com\/en\/excursion-privee-autour-de-la-french-riviera\/","og_site_name":"TranspOnyx - Onyx Transfers","article_publisher":"https:\/\/www.facebook.com\/TranspOnyx\/","article_modified_time":"2026-04-04T19:02:49+00:00","og_image":[{"width":1280,"height":714,"url":"https:\/\/transponyx.com\/wp-content\/uploads\/1774405434792_Chauffeur-with-luxury-car-near-Monaco-port.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@TranspOnyx","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/transponyx.com\/excursion-privee-autour-de-la-french-riviera\/","url":"https:\/\/transponyx.com\/excursion-privee-autour-de-la-french-riviera\/","name":"Chauffeur Priv\u00e9 Nice | Transfert A\u00e9roport Monaco","isPartOf":{"@id":"https:\/\/transponyx.com\/#website"},"datePublished":"2026-03-12T14:45:45+00:00","dateModified":"2026-04-04T19:02:49+00:00","description":"Chauffeur priv\u00e9 & transfert a\u00e9roport Nice vers Monaco, Cannes, Saint-Tropez. Tarifs fixes, disponible 24h\/24, v\u00e9hicules Mercedes premium.","breadcrumb":{"@id":"https:\/\/transponyx.com\/excursion-privee-autour-de-la-french-riviera\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/transponyx.com\/excursion-privee-autour-de-la-french-riviera\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/transponyx.com\/excursion-privee-autour-de-la-french-riviera\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/transponyx.com\/"},{"@type":"ListItem","position":2,"name":"Excursion Priv\u00e9e autour de la French Riviera"}]},{"@type":"WebSite","@id":"https:\/\/transponyx.com\/#website","url":"https:\/\/transponyx.com\/","name":"TranspOnyx","description":"Driver Services and Much More...","publisher":{"@id":"https:\/\/transponyx.com\/#organization"},"alternateName":"TranspOnyx","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/transponyx.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/transponyx.com\/#organization","name":"TranspOnyx","url":"https:\/\/transponyx.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/transponyx.com\/#\/schema\/logo\/image\/","url":"https:\/\/transponyx.com\/wp-content\/uploads\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp","contentUrl":"https:\/\/transponyx.com\/wp-content\/uploads\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp","width":252,"height":114,"caption":"TranspOnyx"},"image":{"@id":"https:\/\/transponyx.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/TranspOnyx\/","https:\/\/x.com\/TranspOnyx","https:\/\/www.instagram.com\/transponyx","https:\/\/www.linkedin.com\/company\/transponyx-transfers\/?viewAsMember=true"]}]}},"_links":{"self":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages\/18362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/comments?post=18362"}],"version-history":[{"count":3,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages\/18362\/revisions"}],"predecessor-version":[{"id":18365,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages\/18362\/revisions\/18365"}],"wp:attachment":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/media?parent=18362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}