/* ==========================================
   RTC PRESTIGE - Premium Design V5
   Consolidated & Clean
   ========================================== */

:root {
    --rtc-gold: #C9A84C;
    --rtc-gold-light: #D4B965;
    --rtc-gold-dark: #A8893D;
    --rtc-black: #1A1A1A;
    --rtc-dark: #111111;
    --rtc-charcoal: #2A2A2A;
}

/* ==========================================
   1. HERO SECTION
   ========================================== */

.large-header-wrapper {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 80vh !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}
.large-header-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0 !important;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.5) 0%,
        rgba(0,0,0,0.2) 40%,
        rgba(0,0,0,0.6) 100%
    ) !important;
    z-index: 1 !important;
}
.large-header-wrapper .large-header {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 1110px !important;
    margin: 0 auto !important;
    padding: 100px 15px 60px !important;
}
.large-header-wrapper .header-booking-form-wrapper {
    position: relative !important;
    z-index: 3 !important;
}

/* ==========================================
   2. GLOBAL COLORS & TYPOGRAPHY
   ========================================== */

/* Body background for homepage */
body.page-id-316 {
    background-color: #0d0d0d !important;
}
body.page-id-316 .content-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body.page-id-316 .main-content {
    padding-top: 0 !important;
}

/* ALL text on dark backgrounds */
body.page-id-316 h1,
body.page-id-316 h2,
body.page-id-316 h3,
body.page-id-316 h4,
body.page-id-316 h5,
body.page-id-316 h6 {
    color: #ffffff !important;
}
body.page-id-316 p,
body.page-id-316 li,
body.page-id-316 span,
body.page-id-316 .vc_column_text,
body.page-id-316 .wpb_text_column {
    color: #d0d0d0 !important;
}

/* Gold accent text */
body.page-id-316 h2[style*="color: #C9A84C"],
body.page-id-316 h3 strong[style*="color: #C9A84C"],
body.page-id-316 span[style*="color: #C9A84C"],
body.page-id-316 .rtc-service-card h4,
body.page-id-316 .rtc-fleet-card h4 {
    color: #C9A84C !important;
}

/* Links */
body.page-id-316 a {
    color: #C9A84C !important;
    transition: color 0.3s ease;
}
body.page-id-316 a:hover {
    color: #D4B965 !important;
}

/* Icons */
body.page-id-316 .fa,
body.page-id-316 .fas,
body.page-id-316 .far,
body.page-id-316 i.fa {
    color: #C9A84C !important;
}

/* ==========================================
   3. BUTTONS — WHITE TEXT ON GOLD
   ========================================== */

.button0,
a.button0,
.call-to-action-button,
a.call-to-action-button,
.rtc-btn-primary,
a.rtc-btn-primary,
body .button0,
body a.button0,
.tnp-field input[type="submit"],
input[type="submit"].tnp-button,
footer input[type="submit"],
.newsletter-form button {
    color: #FFFFFF !important;
    background: #C9A84C !important;
    background-color: #C9A84C !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}
.button0:hover,
a.button0:hover,
.call-to-action-button:hover,
.rtc-btn-primary:hover,
a.rtc-btn-primary:hover,
.tnp-field input[type="submit"]:hover,
footer input[type="submit"]:hover {
    color: #FFFFFF !important;
    background: #D4B965 !important;
    background-color: #D4B965 !important;
    background-image: none !important;
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.3) !important;
    transform: translateY(-1px);
}
.call-to-action-button::after {
    color: #fff !important;
}

/* Secondary button (outline) */
.rtc-btn-secondary {
    display: inline-block;
    border: 1px solid #C9A84C !important;
    color: #C9A84C !important;
    background: transparent !important;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 0;
    transition: all 0.3s ease;
}
.rtc-btn-secondary:hover {
    background: rgba(201, 168, 76, 0.1) !important;
    color: #C9A84C !important;
}

/* ==========================================
   4. NAVIGATION & HEADER
   ========================================== */

/* Top bar icons */
.top-bar .fa,
.top-bar .fas,
.top-bar .far,
.top-bar i[class*="fa-"],
.top-bar .fa-check,
.header-area-1 .header-icon i,
.header-area-2 .header-icon i {
    color: #C9A84C !important;
}

/* Active nav tab */
.chauffeur-header-navigation .navbar-nav > li.current-menu-item > a {
    background-color: #C9A84C !important;
    color: #fff !important;
}
.chauffeur-header-navigation .navbar-nav > li > a:hover {
    color: #C9A84C !important;
}

/* ==========================================
   5. BOOKING FORM STYLING
   ========================================== */

#booking-tabs .nav-tabs > li.active > a,
#booking-tabs .nav-tabs > li.active > a:hover,
#booking-tabs .nav-tabs > li.ui-state-active > a,
#booking-tabs .nav-tabs > li.ui-tabs-active > a {
    background-color: #C9A84C !important;
    border-color: #C9A84C !important;
    color: #fff !important;
}
.booking-form-1 input[type="submit"],
.booking-form-2 input[type="submit"],
#booking-tabs input[type="submit"] {
    background: #C9A84C !important;
    color: #fff !important;
    border: none !important;
}
.header-booking-form-wrapper {
    background: rgba(26, 26, 26, 0.92) !important;
    border-radius: 4px !important;
}

/* ==========================================
   6. INTRO SECTION
   ========================================== */

body.page-id-316 .rtc-intro-section {
    padding-top: 30px !important;
    margin-top: 0 !important;
}
.rtc-intro-section .vc_column-inner {
    padding: 0 20px !important;
}

/* ==========================================
   7. SERVICE CARDS
   ========================================== */

/* Image full width — target entire container chain */
.rtc-services-grid .wpb_single_image,
.rtc-services-grid .wpb_single_image .wpb_wrapper,
.rtc-services-grid .wpb_single_image .vc_figure,
.rtc-services-grid .wpb_single_image figure,
.rtc-services-grid .vc_single_image-wrapper,
.rtc-services-grid .vc_figure,
.rtc-service-card-img,
.rtc-service-card-img .wpb_wrapper,
.rtc-service-card-img .vc_figure,
.rtc-service-card-img figure,
.rtc-service-card-img .vc_single_image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.rtc-services-grid img,
.rtc-service-card-img img {
    width: 100% !important;
    max-width: none !important;
    height: 300px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 4px 4px 0 0 !important;
    transition: transform 0.5s ease !important;
}
.rtc-services-grid .wpb_single_image:hover img,
.rtc-service-card-img:hover img {
    transform: scale(1.05) !important;
}
.rtc-services-grid .wpb_single_image {
    margin-bottom: 0 !important;
}
.rtc-services-grid .wpb_column {
    padding: 10px !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}
.rtc-services-grid .wpb_column:hover {
    box-shadow: 0 4px 20px rgba(201, 168, 76, 0.08) !important;
}
.rtc-services-grid .wpb_text_column {
    margin-bottom: 0 !important;
}
.rtc-services-grid .vc_column-inner {
    padding: 0 !important;
    margin: 0 !important;
}

/* Service card text block */
.rtc-service-card {
    background: #1A1A1A;
    padding: 25px;
    border-radius: 0 0 4px 4px;
    border-left: 2px solid #C9A84C;
    margin-top: -5px;
    min-height: 140px;
    overflow: hidden;
}
.rtc-service-card h4 { font-size: 20px; margin-bottom: 10px; font-weight: 600; }
.rtc-service-card p { font-size: 15px; line-height: 1.6; margin-bottom: 15px; }

.rtc-card-link {
    color: #C9A84C !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.rtc-card-link:hover {
    color: #D4B965 !important;
    letter-spacing: 2px;
}

/* ==========================================
   8. FLEET SECTION
   ========================================== */

.rtc-fleet-grid .vc_column-inner,
.rtc-fleet-img,
.rtc-fleet-img .wpb_wrapper,
.rtc-fleet-img .vc_figure,
.rtc-fleet-img figure,
.rtc-fleet-img .vc_single_image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.rtc-fleet-img img {
    width: 100% !important;
    max-width: none !important;
    height: 260px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 8px !important;
    transition: transform 0.5s ease !important;
}
.rtc-fleet-img:hover img {
    transform: scale(1.05) !important;
}
.rtc-fleet-img .vc_single_image-wrapper {
    border: 1px solid rgba(201, 168, 76, 0.15) !important;
    border-radius: 8px !important;
    transition: border-color 0.3s ease !important;
}
.rtc-fleet-img:hover .vc_single_image-wrapper {
    border-color: rgba(201, 168, 76, 0.5) !important;
}
.rtc-fleet-grid .wpb_column {
    transition: all 0.3s ease !important;
}
.rtc-fleet-grid .wpb_column:hover {
    transform: translateY(-3px) !important;
}
.rtc-fleet-card { padding: 20px 5px; }
.rtc-fleet-card h4 { font-size: 22px; font-weight: 700; letter-spacing: 3px; }

/* Darken ECO image to match moody style */
.rtc-fleet-grid .wpb_column:first-child .rtc-fleet-img img {
    filter: brightness(0.78) contrast(1.05) !important;
}

/* ==========================================
   9. CTA SECTION
   ========================================== */

.rtc-cta-paris .chauffeur_call_to_action_small {
    background-size: cover !important;
    background-position: center !important;
}
.call-to-action-small h4,
.call-to-action-small p,
.chauffeur_call_to_action_small h4,
.chauffeur_call_to_action_small p,
.call-to-action-1-section-inner h4,
.call-to-action-1-section-inner p {
    color: #ffffff !important;
}

/* ==========================================
   10. EXCELLENCE SECTION
   ========================================== */

.rtc-excellence-img,
.rtc-excellence-img .wpb_wrapper,
.rtc-excellence-img .vc_figure,
.rtc-excellence-img figure,
.rtc-excellence-img .vc_single_image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}
.rtc-excellence-img img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    border-radius: 4px !important;
    transition: transform 0.5s ease !important;
}
.rtc-excellence-img:hover img {
    transform: scale(1.02) !important;
}
.rtc-excellence-section ul li {
    font-size: 16px;
}

/* ==========================================
   11. FOOTER
   ========================================== */

footer, .footer, .footer-wrapper, #footer {
    background-color: #111111 !important;
}
footer h3, footer h4, footer .widget-title,
.footer h3, .footer h4, .footer .widget-title {
    color: #C9A84C !important;
}
footer p, footer li, footer span,
.footer p, .footer li, .footer span {
    color: #cccccc !important;
}
footer a, .footer a {
    color: #C9A84C !important;
}
footer a:hover, .footer a:hover {
    color: #D4B965 !important;
}
.footer-bottom {
    background-color: #0d0d0d !important;
    border-top: 1px solid rgba(201, 168, 76, 0.15) !important;
}

/* ==========================================
   12. MISC OVERRIDES
   ========================================== */

/* Section titles from theme */
body.page-id-316 .title h5,
body.page-id-316 .title h6,
body.page-id-316 .title {
    color: #C9A84C !important;
}

/* Transparent backgrounds */
body.page-id-316 .wpb_content_element,
body.page-id-316 .vc_column-inner {
    background-color: transparent;
}

/* Links in content */
body.page-id-316 .main-content p a {
    color: #C9A84C !important;
}
body.page-id-316 .main-content p a:hover {
    color: #D4B965 !important;
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0d0d0d; }
::-webkit-scrollbar-thumb { background: #C9A84C; border-radius: 4px; }

/* Hide custom WhatsApp/Phone floats */
.whatsapp-float,
.phone-float {
    display: none !important;
}

/* ==========================================
   13. RESPONSIVE
   ========================================== */

@media (max-width: 767px) {
    .large-header-wrapper {
        min-height: 50vh !important;
        background-size: cover !important;
        background-position: center !important;
    }
    .large-header-wrapper .large-header {
        padding: 70px 10px 40px !important;
    }
    .rtc-services-grid img,
    .rtc-service-card-img img {
        height: 220px !important;
    }
    .rtc-fleet-img img {
        height: 200px !important;
    }
    .rtc-btn-primary,
    .rtc-btn-secondary,
    a.rtc-btn-primary,
    a.rtc-btn-secondary {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 5px 0 !important;
        box-sizing: border-box !important;
    }
    .rtc-excellence-section .vc_column_container {
        margin-bottom: 30px;
    }
    body.page-id-316 .vc_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .large-header-wrapper {
        min-height: 65vh !important;
    }
}

/* ==========================================
   V5.1 FIXES
   ========================================== */

/* --- FIX: Booking form visibility (CSS fallback for delayed JS) --- */
.header-booking-form-wrapper {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* Show first tab content by default */
#booking-tabs > div {
    display: none;
}
#booking-tabs > div:first-of-type {
    display: block !important;
}
/* Style tabs without jQuery UI */
#booking-tabs ul {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#booking-tabs ul li {
    flex: 1 !important;
}
#booking-tabs ul li a {
    display: block !important;
    padding: 12px 10px !important;
    text-align: center !important;
    color: #fff !important;
    background: rgba(255,255,255,0.1) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: 1px solid rgba(201,168,76,0.2) !important;
    transition: all 0.3s ease !important;
}
#booking-tabs ul li:first-child a,
#booking-tabs ul li.ui-state-active a,
#booking-tabs ul li.ui-tabs-active a {
    background: #C9A84C !important;
    color: #fff !important;
    border-color: #C9A84C !important;
}
/* Booking form inputs */
.header-booking-form-wrapper input[type="text"],
.header-booking-form-wrapper select {
    background: rgba(255,255,255,0.95) !important;
    border: none !important;
    padding: 12px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
    border-radius: 2px !important;
}
.header-booking-form-wrapper input[type="submit"] {
    background: #C9A84C !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    width: 100% !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
}
.header-booking-form-wrapper input[type="submit"]:hover {
    background: #D4B965 !important;
}

/* --- FIX: Button text WHITE — ultra-specific selectors --- */
body.page-id-316 a.rtc-btn-primary,
body.page-id-316 .rtc-btn-primary,
body a.rtc-btn-primary,
a.rtc-btn-primary,
.rtc-btn-primary {
    color: #FFFFFF !important;
    background: #C9A84C !important;
    background-color: #C9A84C !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
    display: inline-block !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}
body.page-id-316 a.rtc-btn-primary:hover,
a.rtc-btn-primary:hover {
    color: #FFFFFF !important;
    background: #D4B965 !important;
    background-color: #D4B965 !important;
    box-shadow: 0 6px 20px rgba(201,168,76,0.3) !important;
    transform: translateY(-2px) !important;
}
body.page-id-316 a.rtc-btn-secondary,
a.rtc-btn-secondary {
    color: #C9A84C !important;
    border: 1px solid #C9A84C !important;
    background: transparent !important;
    padding: 16px 40px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

/* --- FIX: Logo background --- */
.site-logo img,
.chauffeur-logo img,
.navbar-brand img,
header .logo img {
    background: transparent !important;
    padding: 5px !important;
}
/* If logo has a white/beige bg baked into the image, add dark backdrop */
.site-logo,
.chauffeur-logo,
.navbar-brand {
    background: transparent !important;
}

/* --- FIX: Service rows spacing --- */
.rtc-services-grid {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.rtc-services-grid + .rtc-services-grid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.rtc-services-grid .vc_row {
    margin-bottom: 0 !important;
}

/* --- FIX: Large header height when form is visible --- */
.large-header-wrapper .large-header {
    padding: 80px 15px 40px !important;
}

/* --- FIX: "Avis de nos Clients" empty space — give min height --- */
.page-id-316 .vc_wp_text {
    min-height: 50px;
}

/* --- FIX: Mobile Excellence section text overflow --- */
@media (max-width: 767px) {
    .rtc-excellence-section .vc_column-inner {
        padding: 0 15px !important;
    }
    .rtc-excellence-section .wpb_text_column {
        padding: 0 10px !important;
    }
    /* Booking form on mobile */
    .header-booking-form-wrapper {
        width: 100% !important;
        padding: 15px !important;
        box-sizing: border-box !important;
    }
    #booking-tabs ul {
        flex-direction: column !important;
    }
    #booking-tabs ul li {
        margin-bottom: 2px !important;
    }
    .large-header-wrapper .large-header {
        padding: 70px 15px 30px !important;
    }
}

/* ==========================================
   V5.2 FINAL POLISH
   ========================================== */

/* --- Fix first tab clipped --- */
.header-booking-form-wrapper {
    margin-left: 15px !important;
    width: 420px !important;
}

/* --- Fix select dropdown text --- */
.header-booking-form-wrapper select {
    color: #333 !important;
    font-size: 14px !important;
    -webkit-appearance: menulist !important;
    appearance: menulist !important;
}

/* --- Logo: remove beige bg effect --- */
.site-logo a,
.navbar-brand,
.chauffeur-logo a {
    background: none !important;
}

/* --- Nav: add ACCUEIL link visibility --- */
.chauffeur-header-navigation .navbar-nav > li:first-child > a {
    font-weight: 600 !important;
}

/* --- Improve overall service section spacing --- */
.rtc-services-section {
    padding-bottom: 20px !important;
}
.rtc-services-grid .vc_row-fluid {
    margin-bottom: 0 !important;
}

/* --- Footer bottom bar --- */
.footer-bottom p,
.footer-bottom span {
    color: #999 !important;
    font-size: 13px !important;
}

/* --- Smooth scroll for the whole page --- */
html {
    scroll-behavior: smooth;
}

/* ==========================================
   V5.3 - FIX MOBILE HORIZONTAL OVERFLOW
   ========================================== */

/* Global overflow prevention */
body, html {
    overflow-x: hidden !important;
}

/* Fix the booking form wrapper on mobile */
@media (max-width: 767px) {
    .header-booking-form-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        box-sizing: border-box !important;
    }
    .header-booking-form-wrapper .booking-form-1 {
        padding: 15px !important;
        box-sizing: border-box !important;
    }
    #booking-tabs {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .large-header {
        width: 100% !important;
        max-width: 100% !important;
        padding: 70px 10px 30px !important;
        box-sizing: border-box !important;
    }
    .large-header-wrapper {
        overflow: hidden !important;
    }
    /* Ensure all VC rows don't overflow */
    .vc_row,
    .vc_row-fluid,
    .wpb_row {
        max-width: 100% !important;
        overflow: hidden !important;
    }
}

/* Desktop: constrain form width properly */
@media (min-width: 768px) {
    .header-booking-form-wrapper {
        width: 420px !important;
        margin-left: 15px !important;
    }
}

/* ==========================================
   V5.4 - FIX CTA SECTION BACKGROUND
   ========================================== */

.call-to-action-1-section,
section.call-to-action-1-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 380px !important;
    padding: 80px 20px !important;
    position: relative !important;
}

/* Dark overlay for text readability */
.call-to-action-1-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0 !important;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.4) 50%,
        rgba(0,0,0,0.6) 100%
    ) !important;
    z-index: 1 !important;
}

.call-to-action-1-section-inner {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.call-to-action-1-section h3 {
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 300 !important;
    margin-bottom: 30px !important;
    letter-spacing: 1px !important;
}

.call-to-action-1-section .button0 {
    display: inline-block !important;
    margin-top: 10px !important;
    padding: 18px 45px !important;
    font-size: 15px !important;
}

@media (max-width: 767px) {
    .call-to-action-1-section {
        min-height: 280px !important;
        padding: 50px 15px !important;
    }
    .call-to-action-1-section h3 {
        font-size: 22px !important;
    }
}


/* ==========================================
   V5.5 — STICKY MOBILE CTA + ENHANCEMENTS
   ========================================== */

/* Sticky mobile CTA bar — hidden on desktop */
.rtc-mobile-cta-bar {
    display: none;
}
@media (max-width: 767px) {
    .rtc-mobile-cta-bar {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
        display: flex !important;
        background: rgba(13, 13, 13, 0.98) !important;
        border-top: 1px solid rgba(201, 168, 76, 0.35) !important;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.4) !important;
        transform: translateY(110%) !important;
        transition: transform 0.3s ease !important;
        padding: 8px !important;
        gap: 8px !important;
    }
    .rtc-mobile-cta-bar.is-visible {
        transform: translateY(0) !important;
    }
    .rtc-mobile-cta-bar a {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 13px 10px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 1.2px !important;
        text-decoration: none !important;
        border-radius: 4px !important;
        transition: all 0.2s ease !important;
    }
    .rtc-mobile-cta-bar .rtc-mcta-call {
        background: transparent !important;
        color: #C9A84C !important;
        border: 1.5px solid #C9A84C !important;
    }
    .rtc-mobile-cta-bar .rtc-mcta-call svg {
        fill: #C9A84C !important;
    }
    .rtc-mobile-cta-bar .rtc-mcta-book {
        background: #C9A84C !important;
        color: #fff !important;
        border: 1.5px solid #C9A84C !important;
    }
    .rtc-mobile-cta-bar .rtc-mcta-call:active {
        background: rgba(201, 168, 76, 0.12) !important;
    }
    .rtc-mobile-cta-bar .rtc-mcta-book:active {
        background: #A8893D !important;
    }
    /* Push footer content so it's not hidden behind the bar */
    body {
        padding-bottom: 64px !important;
    }
}

/* Logo: add subtle dark backdrop so beige bg blends better */
.site-logo,
.chauffeur-logo,
.navbar-brand,
header .logo {
    mix-blend-mode: normal !important;
}
.site-logo img,
.chauffeur-logo img,
.navbar-brand img,
header .logo img {
    background: transparent !important;
    mix-blend-mode: multiply !important;
    filter: brightness(1.08) contrast(1.05) !important;
}
/* Revert on hover for full visibility */
.site-logo a:hover img,
.chauffeur-logo a:hover img,
.navbar-brand:hover img {
    mix-blend-mode: normal !important;
    filter: none !important;
}

/* Better social icons in contact row — add FA icons look */
body.page-id-316 .main-content a[href*="facebook.com"],
body.page-id-316 .main-content a[href*="instagram.com"],
body.page-id-316 .main-content a[href*="tiktok.com"] {
    display: inline-block !important;
    padding: 8px 14px !important;
    margin: 0 4px !important;
    border: 1px solid rgba(201, 168, 76, 0.4) !important;
    border-radius: 3px !important;
    transition: all 0.25s ease !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
body.page-id-316 .main-content a[href*="facebook.com"]:hover,
body.page-id-316 .main-content a[href*="instagram.com"]:hover,
body.page-id-316 .main-content a[href*="tiktok.com"]:hover {
    background: #C9A84C !important;
    color: #0d0d0d !important;
    border-color: #C9A84C !important;
}

/* Excellence section: bullet list contrast */
body.page-id-316 .rtc-excellence-section ul li {
    color: #e5e5e5 !important;
}

/* ==========================================
   V5.5 — KEY METRICS BAND
   ========================================== */
.rtc-metrics-band {
    padding: 40px 20px !important;
    background: linear-gradient(to bottom, #0d0d0d 0%, #111111 100%) !important;
    border-top: 1px solid rgba(201, 168, 76, 0.15) !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15) !important;
}
.rtc-metrics-band .rtc-metric {
    text-align: center;
    padding: 10px;
}
.rtc-metrics-band .rtc-metric-value {
    color: #C9A84C !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
    display: block !important;
}
.rtc-metrics-band .rtc-metric-label {
    color: #d0d0d0 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
}
@media (max-width: 767px) {
    .rtc-metrics-band .rtc-metric-value {
        font-size: 28px !important;
    }
    .rtc-metrics-band .rtc-metric-label {
        font-size: 11px !important;
        letter-spacing: 1.2px !important;
    }
}

/* ==========================================
   V5.5 — PRICING SECTION
   ========================================== */
.rtc-pricing-section {
    padding: 70px 20px !important;
}
.rtc-price-card {
    background: #1A1A1A;
    border: 1px solid rgba(201, 168, 76, 0.18);
    border-radius: 4px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
.rtc-price-card:hover {
    border-color: #C9A84C;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.12);
}
.rtc-price-card-route {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.5px !important;
}
.rtc-price-card-from {
    color: #888 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 4px !important;
}
.rtc-price-card-amount {
    color: #C9A84C !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
}
.rtc-price-card-unit {
    color: #888 !important;
    font-size: 12px !important;
}
.rtc-pricing-disclaimer {
    color: #888 !important;
    font-size: 13px !important;
    font-style: italic;
    text-align: center;
    margin-top: 20px !important;
}

/* Fix the "Sur Mesure" title vertical stack on mobile hero */
@media (max-width: 767px) {
    body.page-id-316 .rtc-intro-section h1 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    body.page-id-316 .rtc-intro-section h2 {
        font-size: 12px !important;
        letter-spacing: 2px !important;
    }
    body.page-id-316 .rtc-intro-section p {
        font-size: 15px !important;
    }
}


/* ==========================================
   V5.5 — HERO HEADLINE OVERLAY
   ========================================== */
.rtc-hero-headline {
    position: relative;
    z-index: 3;
    max-width: 580px;
    margin: 0 15px 25px 0;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.rtc-hero-headline .rtc-hero-eyebrow {
    color: #C9A84C !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin: 0 0 14px 0 !important;
    font-weight: 600 !important;
}
.rtc-hero-headline .rtc-hero-title {
    color: #ffffff !important;
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    margin: 0 0 18px 0 !important;
    letter-spacing: 0.5px !important;
}
.rtc-hero-headline .rtc-hero-title span {
    color: #C9A84C !important;
    font-weight: 400 !important;
}
.rtc-hero-headline .rtc-hero-bullets {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.rtc-hero-headline .rtc-hero-bullets li {
    color: #f0f0f0 !important;
    font-size: 14px !important;
    padding: 0 !important;
    position: relative;
    padding-left: 20px !important;
}
.rtc-hero-headline .rtc-hero-bullets li::before {
    content: '✓' !important;
    color: #C9A84C !important;
    font-weight: 700 !important;
    position: absolute;
    left: 0;
    top: 0;
}

/* Desktop: side-by-side layout */
@media (min-width: 768px) {
    .large-header {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 30px !important;
    }
    .rtc-hero-headline {
        flex: 1 1 auto;
        max-width: 520px;
        margin: 0;
    }
    .header-booking-form-wrapper {
        flex: 0 0 auto;
    }
}

/* Mobile: headline first, form below */
@media (max-width: 767px) {
    .rtc-hero-headline {
        max-width: 100%;
        margin: 0 0 20px 0;
        order: -1;
    }
    .rtc-hero-headline .rtc-hero-title {
        font-size: 28px !important;
    }
    .rtc-hero-headline .rtc-hero-eyebrow {
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }
    .rtc-hero-headline .rtc-hero-bullets {
        flex-direction: column;
        gap: 6px;
    }
    .rtc-hero-headline .rtc-hero-bullets li {
        font-size: 13px !important;
    }
    .large-header {
        display: flex !important;
        flex-direction: column !important;
    }
}


/* ==========================================
   V5.5.1 — Fix specificity for metrics & pricing
   ========================================== */
body.page-id-316 .rtc-metric {
    text-align: center !important;
    padding: 10px !important;
}
body.page-id-316 .rtc-metric-value,
body.page-id-316 span.rtc-metric-value {
    color: #C9A84C !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
    display: block !important;
    letter-spacing: 0.5px !important;
}
body.page-id-316 .rtc-metric-label,
body.page-id-316 span.rtc-metric-label {
    color: #e5e5e5 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    display: block !important;
}
@media (max-width: 767px) {
    body.page-id-316 .rtc-metric-value {
        font-size: 30px !important;
    }
    body.page-id-316 .rtc-metric-label {
        font-size: 11px !important;
        letter-spacing: 1px !important;
    }
}

body.page-id-316 .rtc-price-card {
    background: #1A1A1A !important;
    border: 1px solid rgba(201, 168, 76, 0.2) !important;
    border-radius: 4px !important;
    padding: 28px 20px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
}
body.page-id-316 .rtc-price-card:hover {
    border-color: #C9A84C !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.15) !important;
}
body.page-id-316 .rtc-price-card-route,
body.page-id-316 div.rtc-price-card-route {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    min-height: 2em !important;
}
body.page-id-316 .rtc-price-card-from,
body.page-id-316 div.rtc-price-card-from {
    color: #888 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 4px !important;
}
body.page-id-316 .rtc-price-card-amount,
body.page-id-316 div.rtc-price-card-amount {
    color: #C9A84C !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
}
body.page-id-316 .rtc-price-card-unit,
body.page-id-316 div.rtc-price-card-unit {
    color: #888 !important;
    font-size: 12px !important;
}
body.page-id-316 p.rtc-pricing-disclaimer,
body.page-id-316 .rtc-pricing-disclaimer {
    color: #888 !important;
    font-size: 13px !important;
    font-style: italic !important;
    text-align: center !important;
    margin-top: 20px !important;
}

/* The metrics row — visually separate */
body.page-id-316 .vc_row:has(.rtc-metric) {
    border-top: 1px solid rgba(201, 168, 76, 0.15) !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15) !important;
}


/* ==========================================
   V5.5.2 — Sticky mobile CTA always visible (no JS)
   ========================================== */
@media (max-width: 767px) {
    .rtc-mobile-cta-bar {
        transform: translateY(0) !important;
    }
}

/* ==========================================
   V5.6 — NAVBAR HOVER & ACTIVE FIX
   Issue: theme color-red.css pose fond doré sur hover/current
   → texte doré sur fond doré = illisible
   Fix: fond transparent, texte doré, underline doré
   ========================================== */

.header-area-1 .navigation li a:hover,
.header-area-1 .navigation li.current-menu-item > a,
.header-area-1 .navigation li.current_page_item > a {
    background: transparent !important;
    background-color: transparent !important;
    color: #C9A84C !important;
}

.header-area-1 .navigation li.current-menu-item > a,
.header-area-1 .navigation li.current_page_item > a {
    box-shadow: inset 0 -3px 0 0 #C9A84C !important;
}

.header-area-1 .navigation li a {
    transition: color 0.2s ease, box-shadow 0.2s ease !important;
}

.header-area-1 .navigation li a:hover {
    box-shadow: inset 0 -3px 0 0 #C9A84C !important;
}

/* Mobile menu: même traitement */
.mobile-navigation-wrapper ul li.current-menu-item > a,
.mobile-navigation-wrapper ul li.current_page_item > a,
.mobile-navigation-wrapper ul li a:hover {
    background: transparent !important;
    color: #C9A84C !important;
}

/* ==========================================
   V5.7 — SECTION SERVICES : UNIFIER BG + SPACING
   Le vc_row du titre 'Ce que nous proposons' et la rangée de cards
   portaient un background inline #111111 (légèrement différent du page #0d0d0d).
   On aligne sur #1A1A1A (cohérent avec les cartes service/pricing).
   ========================================== */

#services,
#services + .wpb_row,
#services + .vc_row,
#services ~ .wpb_row:has(.rtc-service-card-img),
.rtc-services-grid {
    background-color: #1A1A1A !important;
}

/* Padding top/bot 20px sur les éléments de la section services */
#services .wpb_column,
#services + .wpb_row .wpb_column,
#services ~ .wpb_row:has(.rtc-service-card-img) .wpb_column {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Les cards texte gardent leur padding horizontal mais alignent top/bot */
.rtc-service-card {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* ==========================================
   V5.8 — SERVICES : CORRECT BG + GAP ENTRE CARDS
   Revert V5.7: la section passait à #1A1A1A (identique aux cards → blend)
   Fix: section en #0d0d0d (noir page) → cards #1A1A1A ressortent
   + 10px gap entre cards
   ========================================== */

#services,
#services + .wpb_row,
#services + .vc_row {
    background-color: #0d0d0d !important;
}

/* Annule le padding 20px global qu'on avait mis sur les wpb_column en V5.7
   → chaque wpb_column reprend son comportement normal */
#services .wpb_column,
#services + .wpb_row .wpb_column,
#services ~ .wpb_row:has(.rtc-service-card-img) .wpb_column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* V5.8 — legacy 5px padding (neutralisé V5.14) */
/* (V5.12 gère le gap via padding sur .vc_col-sm-6) */

/* Mobile: annule le gap latéral (cards empilées), garde gap vertical */
@media (max-width: 767px) {
    #services + .wpb_row .vc_col-sm-6 > .vc_column-inner,
    #services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px !important;
    }
}

/* ==========================================
   V5.9 — SERVICE CARDS : PREMIUM REDESIGN
   Card unifiée : image + texte dans un seul conteneur
   Bordure dorée subtile, radius 8px, hover lift + glow doré
   ========================================== */

/* Le .vc_column-inner devient la carte complète */
#services + .wpb_row .vc_col-sm-6 > .vc_column-inner,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner {
    background: #1A1A1A !important;
    border: 1px solid rgba(201, 168, 76, 0.18) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s ease,
                box-shadow 0.45s ease !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 6px 14px !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* Hover : lift + glow doré */
#services + .wpb_row .vc_col-sm-6 > .vc_column-inner:hover,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner:hover {
    border-color: rgba(201, 168, 76, 0.5) !important;
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55),
                0 6px 28px rgba(201, 168, 76, 0.14) !important;
}

/* IMAGE : flush top de la carte, hauteur fixe 260px, zoom au hover */
.rtc-service-card-img {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    border-radius: 0 !important;
}
.rtc-service-card-img::after {
    content:  !important;
    position: absolute !important;
    bottom: -1px !important;
    left: 0 !important;
    right: 0 !important;
    height: 90px !important;
    background: linear-gradient(to bottom, transparent 0%, rgba(26,26,26,0.85) 70%, #1A1A1A 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}
.rtc-service-card-img img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
#services + .wpb_row .vc_col-sm-6 > .vc_column-inner:hover .rtc-service-card-img img,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner:hover .rtc-service-card-img img {
    transform: scale(1.08) !important;
}

/* TEXT BLOCK : transparent (intégré à la carte), spacing premium */
.rtc-service-card {
    background: transparent !important;
    padding: 28px 30px 26px !important;
    border-left: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    min-height: auto !important;
    position: relative !important;
    z-index: 2 !important;
}

/* TITRE : gold + underline décoratif qui s'étend au hover */
.rtc-service-card h4 {
    color: #C9A84C !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 14px !important;
    padding-bottom: 14px !important;
    position: relative !important;
    line-height: 1.3 !important;
}
.rtc-service-card h4::after {
    content:  !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 42px !important;
    height: 2px !important;
    background: #C9A84C !important;
    transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
#services + .wpb_row .vc_col-sm-6 > .vc_column-inner:hover .rtc-service-card h4::after,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner:hover .rtc-service-card h4::after {
    width: 76px !important;
}

/* DESCRIPTION : lisible, lumineux light */
.rtc-service-card p {
    color: #b8b8b8 !important;
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    margin-bottom: 18px !important;
    font-weight: 300 !important;
}
.rtc-service-card p:has(.rtc-card-link) {
    margin-bottom: 0 !important;
}

/* CTA Réserver : lien avec underline doré qui glisse au hover */
.rtc-card-link {
    display: inline-block !important;
    color: #C9A84C !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 2.2px !important;
    padding: 8px 0 6px !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.4) !important;
    transition: color 0.3s ease,
                border-color 0.3s ease,
                padding-right 0.3s ease !important;
}
.rtc-card-link:hover,
.rtc-card-link:focus {
    color: #e8c970 !important;
    border-bottom-color: #e8c970 !important;
    padding-right: 10px !important;
    letter-spacing: 2.2px !important;
}

/* Annule l'ancien padding 5px sur vc_column-inner de V5.8 */
#services + .wpb_row .vc_col-sm-6 > .vc_column-inner,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner {
    padding: 0 !important;
}

/* MOBILE : réduit hauteur image + cards pleine largeur */
@media (max-width: 767px) {
    #services + .wpb_row .vc_col-sm-6 > .vc_column-inner,
    #services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner {
        margin: 0 0 14px !important;
    }
    .rtc-service-card-img img {
        height: 220px !important;
    }
    .rtc-service-card {
        padding: 24px 22px 22px !important;
    }
    .rtc-service-card h4 {
        font-size: 20px !important;
    }
}

/* ==========================================
   V5.10 — SERVICES : BG NOIR PARTOUT HORS CARDS
   V5.8 utilisait '#services + .wpb_row' qui ne matche QUE la 1ère rangée.
   La 2e rangée de cards gardait son inline #111111.
   Fix: cibler toutes les rangées contenant des cards via ':has()'.
   ========================================== */

#services,
#services ~ .wpb_row:has(.rtc-service-card-img),
#services ~ .vc_row:has(.rtc-service-card-img) {
    background-color: #0d0d0d !important;
}

/* Belt-and-suspenders : cibler aussi les wpb_column wrapper des cards
   pour s'assurer qu'ils n'ont pas de bg #1A1A1A hérité */
#services ~ .wpb_row:has(.rtc-service-card-img) > .col,
#services ~ .wpb_row:has(.rtc-service-card-img) > .col > .wpb_column {
    background-color: transparent !important;
}

/* ==========================================
   V5.11 — SERVICES : 20px de gap entre cards
   ========================================== */

#services + .wpb_row .vc_col-sm-6 > .vc_column-inner,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner {
    margin: 0 10px 20px !important;   /* 10+10 = 20px horizontal, 20px vertical */
}

@media (max-width: 767px) {
    #services + .wpb_row .vc_col-sm-6 > .vc_column-inner,
    #services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner {
        margin: 0 0 20px !important;
    }
}

/* ==========================================
   V5.12 — SERVICES : gap 20px via padding sur colonnes
   Le margin sur .vc_column-inner ne fonctionne pas correctement dans le grid flottant.
   Solution : padding sur .vc_col-sm-6 avec box-sizing:border-box.
   ========================================== */

#services + .wpb_row .vc_col-sm-6,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 {
    padding: 0 10px 20px !important;   /* 10+10 = 20px entre cards, 20px en bas */
    box-sizing: border-box !important;
}

/* Reset margin sur vc_column-inner (on annule V5.9 + V5.11) */
#services + .wpb_row .vc_col-sm-6 > .vc_column-inner,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner {
    margin: 0 !important;
}

@media (max-width: 767px) {
    #services + .wpb_row .vc_col-sm-6,
    #services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 {
        padding: 0 0 20px !important;   /* mobile: pas de gap latéral, cards pleine largeur */
    }
}

/* ==========================================
   V5.13 — SERVICES : image flush-top de la card
   Supprime le gap au-dessus de l'image (margin par défaut de .wpb_single_image)
   ========================================== */

#services + .wpb_row .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

#services + .wpb_row .rtc-service-card-img,
#services ~ .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img,
.rtc-service-card-img,
.rtc-service-card-img figure,
.rtc-service-card-img .vc_figure,
.rtc-service-card-img .wpb_wrapper,
.rtc-service-card-img .vc_single_image-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#services + .wpb_row .wpb_single_image,
#services ~ .wpb_row:has(.rtc-service-card-img) .wpb_single_image {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

/* Safety: aucun espace avant le premier enfant de la card */
#services + .wpb_row .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > *:first-child,
#services ~ .wpb_row:has(.rtc-service-card-img) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > *:first-child {
    margin-top: 0 !important;
}

/* ==========================================
   V5.14 — SERVICE CARDS : FORCE IMAGE FLUSH-TOP
   Cible sélecteurs à forte spécificité pour éviter toute override
   ========================================== */

/* Card (vc_column-inner) : zéro padding, zéro margin interne */
body.page-id-316 #services + .wpb_row:has(.rtc-service-card-img) .wpb_column > .vc_column-inner,
body.page-id-316 #services ~ .wpb_row:has(.rtc-service-card-img) .wpb_column > .vc_column-inner {
    padding: 0 !important;
    margin: 0 !important;
}

/* .wpb_wrapper à l'intérieur de la card : zéro espace */
body.page-id-316 #services + .wpb_row:has(.rtc-service-card-img) .vc_column-inner > .wpb_wrapper,
body.page-id-316 #services ~ .wpb_row:has(.rtc-service-card-img) .vc_column-inner > .wpb_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* .wpb_single_image (qui contient l'image) : pas d'espace au dessus */
body.page-id-316 #services + .wpb_row:has(.rtc-service-card-img) .wpb_single_image,
body.page-id-316 #services ~ .wpb_row:has(.rtc-service-card-img) .wpb_single_image,
body.page-id-316 #services + .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img,
body.page-id-316 #services ~ .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Figure et sous-éléments de l'image : flush */
body.page-id-316 #services + .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img figure,
body.page-id-316 #services ~ .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img figure,
body.page-id-316 #services + .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img .vc_single_image-wrapper,
body.page-id-316 #services ~ .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img .vc_single_image-wrapper,
body.page-id-316 #services + .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img .wpb_wrapper,
body.page-id-316 #services ~ .wpb_row:has(.rtc-service-card-img) .rtc-service-card-img .wpb_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* Image elle-même : flush top */
body.page-id-316 #services + .wpb_row .rtc-service-card-img img,
body.page-id-316 #services ~ .wpb_row .rtc-service-card-img img {
    margin-top: 0 !important;
    display: block !important;
}

/* ==========================================
   V5.15 — PRICING SECTION : retirer bg #111111
   Les 3 rangées (titre + cards + disclaimer) ont un inline #111111.
   On les force en #0d0d0d (noir page) ; les cards #1A1A1A ressortent seules.
   ========================================== */

body.page-id-316 .wpb_row[style*="#111111"] {
    background-color: #0d0d0d !important;
}

.wpb_row:has(.rtc-price-card),
.wpb_row:has(.rtc-pricing-disclaimer) {
    background-color: #0d0d0d !important;
}

/* ==========================================
   V5.16 — EXCELLENCE SECTION : padding + alignement
   Le bloc texte à droite paraissait trop proche/collé à l'image.
   Ajoute padding-left + aligne verticalement les colonnes.
   ========================================== */

/* Contient l'image et limite l'overflow */
.rtc-excellence-img,
.rtc-excellence-img .vc_single_image-wrapper {
    overflow: hidden !important;
    max-width: 100% !important;
    border-radius: 6px !important;
}
.rtc-excellence-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* Padding-left sur le bloc texte à droite pour espacer de l'image */
.wpb_row:has(.rtc-excellence-img) .vc_col-sm-6 + .vc_col-sm-6 > .vc_column-inner {
    padding-left: 50px !important;
}

/* Aligne verticalement les 2 colonnes au centre */
.wpb_row:has(.rtc-excellence-img) > .col,
.wpb_row:has(.rtc-excellence-img) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}
.wpb_row:has(.rtc-excellence-img) .vc_col-sm-6 {
    float: none !important;
    display: flex !important;
    align-items: center !important;
}

/* Mobile : stack + reset padding */
@media (max-width: 767px) {
    .wpb_row:has(.rtc-excellence-img) .vc_col-sm-6 + .vc_col-sm-6 > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 25px !important;
    }
    .wpb_row:has(.rtc-excellence-img) {
        display: block !important;
    }
    .wpb_row:has(.rtc-excellence-img) .vc_col-sm-6 {
        display: block !important;
    }
}

/* ==========================================
   V5.18 — FLOTTE : image flush-top (comme V5.14 services)
   Supprime tout espace au-dessus de l'image des cards flotte.
   ========================================== */

body.page-id-316 .wpb_row:has(.rtc-fleet-img) > .col > .wpb_column > .vc_column-inner,
body.page-id-316 .wpb_row:has(.rtc-fleet-img) .vc_column-inner > .wpb_wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.page-id-316 .wpb_row:has(.rtc-fleet-img) .rtc-fleet-img,
body.page-id-316 .wpb_row:has(.rtc-fleet-img) .wpb_single_image,
body.page-id-316 .wpb_row:has(.rtc-fleet-img) .rtc-fleet-img .wpb_wrapper,
body.page-id-316 .wpb_row:has(.rtc-fleet-img) .rtc-fleet-img figure,
body.page-id-316 .wpb_row:has(.rtc-fleet-img) .rtc-fleet-img .vc_single_image-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.page-id-316 .wpb_row:has(.rtc-fleet-img) .rtc-fleet-img img {
    margin-top: 0 !important;
    display: block !important;
}

/* ==========================================
   V5.19 — FLOTTE : 20px de gap entre les 3 cards
   Même stratégie que V5.12 pour services : padding sur .vc_col-sm-4
   ========================================== */

body.page-id-316 .wpb_row:has(.rtc-fleet-img) .vc_col-sm-4 {
    padding: 0 10px 20px !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    body.page-id-316 .wpb_row:has(.rtc-fleet-img) .vc_col-sm-4 {
        padding: 0 0 20px !important;
    }
}

