.vpx-tour-elevation {
    margin-top: 20px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

.vpx-tour-elevation-title {
    margin-bottom: 12px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

#vpx-tour-elevation-chart {
    position: relative;
    width: 100%;
    min-height: 220px;
    padding: 15px;
    overflow: hidden;
    background: #f7f7f7;
    color: #555555;
    text-align: center;
    border-radius: 4px;
}

#vpx-tour-elevation-chart svg {
    display: block;
    width: 100%;
    height: 220px;
}

@media screen and (max-width: 767px) {
    .vpx-tour-elevation {
        padding: 10px;
    }

    #vpx-tour-elevation-chart {
        min-height: 180px;
        padding: 8px;
    }

    #vpx-tour-elevation-chart svg {
        height: 180px;
    }
}

.vpx-tour-elevation-loading,
.vpx-tour-elevation-empty,
.vpx-tour-elevation-error {
    padding: 70px 15px;
    text-align: center;
}

.vpx-tour-elevation-error {
    color: #b00020;
}

.vpx-tour-elevation-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 12px;
    color: #333333;
    font-size: 14px;
}

.vpx-tour-elevation-stats span {
    padding: 6px 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.vpx-tour-elevation-tooltip {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.vpx-tour-elevation-tooltip span {
    padding: 6px 10px;
    background: #333333;
    color: #ffffff;
    font-size: 13px;
    border-radius: 4px;
}

.vpx-tour-elevation-zone {
    pointer-events: all;
    touch-action: none;
}

#vpx-tour-elevation-chart,
#vpx-tour-elevation-chart svg {
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.vpx-tour-map-wrapper {
    position: relative;
}


@media screen and (max-width: 767px) {
    .vpx-tour-recenter-button {
        right: 10px;
        bottom: 10px;
        padding: 8px 10px;
        font-size: 12px;
    }
}

.vpx-tour-map-wrapper {
    position: relative;
}

.vpx-tour-map-actions {
    position: absolute;
    z-index: 500;
    right: 15px;
    bottom: 15px;
    display: flex;
    gap: 8px;
}

.vpx-tour-map-action-button {
    padding: 9px 14px;
    background: #ffffff;
    color: #222222;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.vpx-tour-map-action-button:hover,
.vpx-tour-map-action-button:focus {
    background: #f2f2f2;
}

.vpx-tour-map-wrapper.is-fullscreen {
    position: fixed;
    z-index: 99999;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
}

.vpx-tour-map-wrapper.is-fullscreen #vpx-tour-map {
    width: 100%;
    height: 100vh !important;
}

body.vpx-tour-fullscreen-open {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .vpx-tour-map-actions {
        right: 10px;
        bottom: 10px;
        flex-direction: column;
        align-items: flex-end;
    }

    .vpx-tour-map-action-button {
        padding: 8px 10px;
        font-size: 12px;
    }
}

.vpx-tour-map-wrapper.is-fullscreen .vpx-tour-map-actions {
    position: fixed;
    z-index: 100000;
    right: 12px;
    top: 12px;
    bottom: auto;
}

.vpx-tour-map-wrapper.is-fullscreen .vpx-tour-map-action-button {
    background: #ffffff;
    color: #222222;
    border: 1px solid #777777;
}

@media screen and (max-width: 767px) {
    .vpx-tour-map-wrapper.is-fullscreen .vpx-tour-map-actions {
        right: 10px;
        top: 10px;
        bottom: auto;
        flex-direction: column;
        align-items: flex-end;
    }
}

.vpx-tour-map-wrapper.is-fullscreen
#vpx-tour-recenter-button {
    display: none;
}

.vpx-tour-map-actions {
    align-items: stretch;
}

.vpx-tour-map-action-button {
    min-width: 120px;
    text-align: center;
}

.vpx-tour-map-wrapper.is-fullscreen .vpx-tour-map-actions {
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .vpx-tour-map-actions,
    .vpx-tour-map-wrapper.is-fullscreen .vpx-tour-map-actions {
        align-items: stretch;
    }

    .vpx-tour-map-action-button {
        width: 130px;
        min-width: 130px;
        box-sizing: border-box;
    }
}

.vpx-tour-map-legend {
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #222222;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.vpx-tour-map-legend-title {
    margin-bottom: 5px;
    font-weight: 600;
}

.vpx-tour-map-legend-item {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 3px;
}

.vpx-tour-map-legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #999999;
}

.vpx-tour-map-legend-dot.is-depart {
    background: #28a745;
}

.vpx-tour-map-legend-dot.is-arrivee {
    background: #e30613;
}

@media screen and (max-width: 767px) {
    .vpx-tour-map-legend {
        padding: 6px 8px;
        font-size: 12px;
    }
}

.vpx-tour-map-stage-info {
    display: none;
}

.vpx-tour-map-wrapper.is-fullscreen
.vpx-tour-map-stage-info {
    position: fixed;
    z-index: 100000;
    top: 12px;
    left: 55px;
    display: flex;
    flex-direction: column;
    max-width: calc(100vw - 260px);
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #222222;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}

.vpx-tour-map-stage-info strong {
    font-size: 15px;
}

.vpx-tour-map-stage-info span {
    margin-top: 2px;
    font-size: 14px;
}

.vpx-tour-map-stage-info small {
    margin-top: 2px;
    font-size: 12px;
    color: #555555;
}

@media screen and (max-width: 767px) {
    .vpx-tour-map-wrapper.is-fullscreen
    .vpx-tour-map-stage-info {
        top: 10px;
        left: 10px;
        right: 150px;
        max-width: none;
        padding: 8px 10px;
    }

    .vpx-tour-map-stage-info strong {
        font-size: 13px;
    }

    .vpx-tour-map-stage-info span {
        font-size: 12px;
    }

    .vpx-tour-map-stage-info small {
        font-size: 11px;
    }
}

.vpx-tour-map-loading {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    display: none;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #222222;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    transform: translate(-50%, -50%);
}

.vpx-tour-map-loading.is-visible {
    display: block;
}

.vpx-tour-map-wrapper.is-fullscreen
.vpx-tour-map-loading {
    position: fixed;
}

/* =========================================================
   THEME VIP CROSSING – TOUR DE LA GUADELOUPE
   A AJOUTER EN FIN DE /web/assets/css/tour-guadeloupe-interactif.css
   ========================================================= */

/* Conteneur principal */
#vpx-tour-guadeloupe-2026 {
    max-width: 1240px;
    margin: 25px auto;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    box-sizing: border-box;
}

/* Bandeau haut type VIP Crossing */
#vpx-tour-guadeloupe-2026::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #111111 0%, #111111 55%, #e30613 55%, #e30613 100%);
}

/* Zone intérieure générale */
#vpx-tour-guadeloupe-2026 > .vpx-tour-error-zone,
#vpx-tour-guadeloupe-2026 > .vpx-tour-general-info,
#vpx-tour-guadeloupe-2026 > .vpx-tour-stage-selector,
#vpx-tour-guadeloupe-2026 > .vpx-tour-elevation,
#vpx-tour-guadeloupe-2026 > .vpx-tour-countdown {
    margin-left: 22px;
    margin-right: 22px;
}

/* =========================================================
   TITRE / INFOS GENERALES
   ========================================================= */
.vpx-tour-general-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 0 16px;
    border-bottom: 1px solid #eeeeee;
}

.vpx-tour-general-info strong {
    display: block;
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.vpx-tour-general-info span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    background: #f6f6f6;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* =========================================================
   SELECTEUR DES ETAPES
   ========================================================= */
.vpx-tour-stage-selector {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 18px;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.vpx-tour-stage-selector-title {
    margin-bottom: 12px;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.vpx-tour-stage-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.vpx-tour-stage-button {
    min-width: 40px;
    padding: 9px 12px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: none;
}

.vpx-tour-stage-button:hover,
.vpx-tour-stage-button:focus {
    background: #f5f5f5;
    border-color: #bbbbbb;
}

.vpx-tour-stage-button.is-active {
    background: #e30613;
    color: #ffffff;
    border-color: #e30613;
    box-shadow: 0 4px 10px rgba(227, 6, 19, 0.22);
}

.vpx-tour-stage-select {
    width: 100%;
    max-width: 460px;
    padding: 11px 13px;
    background: #ffffff;
    color: #222222;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
}

/* =========================================================
   SUPPRESSION DU BLOC QUE VOUS VOULEZ ENLEVER
   ========================================================= */
.vpx-tour-stage-details {
    display: none !important;
}

.vpx-tour-stage-card,
.vpx-tour-stage-number,
.vpx-tour-stage-meta {
    display: none !important;
}

/* =========================================================
   CARTE
   ========================================================= */
.vpx-tour-map-wrapper {
    position: relative;
    margin: 0 22px 22px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

#vpx-tour-map {
    width: 100%;
    height: 600px;
    border-radius: 12px;
}

/* Message de chargement */
.vpx-tour-map-loading {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    display: none;
    padding: 11px 18px;
    background: rgba(255, 255, 255, 0.97);
    color: #222222;
    border: 1px solid #cccccc;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    font-size: 14px;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.vpx-tour-map-loading.is-visible {
    display: block;
}

/* Bandeau d'information sur la carte */
.vpx-tour-map-stage-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: absolute;
    z-index: 600;
    top: 14px;
    left: 14px;
    max-width: calc(100% - 300px);
    padding: 12px 14px;
    background: rgba(17, 17, 17, 0.86);
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(3px);
}

.vpx-tour-map-stage-info strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.vpx-tour-map-stage-info span {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}

.vpx-tour-map-stage-info small {
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 500;
}

/* Actions carte */
.vpx-tour-map-actions {
    position: absolute;
    z-index: 700;
    right: 14px;
    bottom: 14px;
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.vpx-tour-map-action-button {
    min-width: 130px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.97);
    color: #222222;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: all 0.2s ease;
}

.vpx-tour-map-action-button:hover,
.vpx-tour-map-action-button:focus {
    background: #ffffff;
    border-color: #bdbdbd;
}

/* Plein écran */
.vpx-tour-map-wrapper.is-fullscreen {
    position: fixed;
    z-index: 99999;
    inset: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    background: #ffffff;
}

.vpx-tour-map-wrapper.is-fullscreen #vpx-tour-map {
    width: 100%;
    height: 100vh !important;
    border-radius: 0;
}

body.vpx-tour-fullscreen-open {
    overflow: hidden;
}

/* =========================================================
   LEGENDE CARTE
   ========================================================= */
.vpx-tour-map-legend {
    padding: 9px 11px;
    background: rgba(255, 255, 255, 0.97);
    color: #222222;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.vpx-tour-map-legend-title {
    margin-bottom: 6px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.4px;
}

.vpx-tour-map-legend-item {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 4px;
}

.vpx-tour-map-legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #999999;
}

.vpx-tour-map-legend-dot.is-depart {
    background: #28a745;
}

.vpx-tour-map-legend-dot.is-arrivee {
    background: #e30613;
}

/* =========================================================
   PROFIL D’ALTITUDE
   ========================================================= */
.vpx-tour-elevation {
    margin-top: 0;
    margin-bottom: 22px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.vpx-tour-elevation-title {
    margin-bottom: 12px;
    color: #111111;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

#vpx-tour-elevation-chart {
    position: relative;
    width: 100%;
    min-height: 220px;
    padding: 15px;
    overflow: hidden;
    background: #fafafa;
    color: #555555;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 8px;
    box-sizing: border-box;
}

#vpx-tour-elevation-chart svg {
    display: block;
    width: 100%;
    height: 220px;
}

.vpx-tour-elevation-loading,
.vpx-tour-elevation-empty,
.vpx-tour-elevation-error {
    padding: 70px 15px;
    text-align: center;
}

.vpx-tour-elevation-error {
    color: #b00020;
}

.vpx-tour-elevation-stats {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
    color: #333333;
    font-size: 14px;
}

.vpx-tour-elevation-stats span {
    padding: 7px 11px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.vpx-tour-elevation-tooltip {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.vpx-tour-elevation-tooltip span {
    padding: 6px 10px;
    background: #222222;
    color: #ffffff;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 600;
}

.vpx-tour-elevation-zone {
    pointer-events: all;
    touch-action: none;
}

#vpx-tour-elevation-chart,
#vpx-tour-elevation-chart svg {
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media screen and (max-width: 991px) {
    .vpx-tour-general-info strong {
        font-size: 24px;
    }

    #vpx-tour-map {
        height: 500px;
    }

    .vpx-tour-map-stage-info span {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    #vpx-tour-guadeloupe-2026 {
        margin: 15px auto;
        border-radius: 10px;
    }

    #vpx-tour-guadeloupe-2026 > .vpx-tour-error-zone,
    #vpx-tour-guadeloupe-2026 > .vpx-tour-general-info,
    #vpx-tour-guadeloupe-2026 > .vpx-tour-stage-selector,
    #vpx-tour-guadeloupe-2026 > .vpx-tour-elevation,
    #vpx-tour-guadeloupe-2026 > .vpx-tour-countdown {
        margin-left: 12px;
        margin-right: 12px;
    }

    .vpx-tour-general-info {
        padding: 16px 0 12px;
    }

    .vpx-tour-general-info strong {
        font-size: 20px;
        line-height: 1.2;
    }

    .vpx-tour-general-info span {
        font-size: 11px;
    }

    .vpx-tour-stage-selector {
        padding: 12px;
    }

    .vpx-tour-stage-button {
        min-width: 34px;
        padding: 7px 10px;
        font-size: 13px;
    }

    .vpx-tour-map-wrapper {
        margin: 0 12px 16px;
        border-radius: 10px;
    }

    #vpx-tour-map {
        height: 360px;
        border-radius: 10px;
    }

    .vpx-tour-map-stage-info {
        top: 10px;
        left: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
        padding: 9px 10px;
    }

    .vpx-tour-map-stage-info strong {
        font-size: 11px;
    }

    .vpx-tour-map-stage-info span {
        font-size: 15px;
        line-height: 1.2;
    }

    .vpx-tour-map-stage-info small {
        font-size: 11px;
    }

    .vpx-tour-map-actions {
        right: 10px;
        bottom: 10px;
        flex-direction: column;
        align-items: stretch;
    }

    .vpx-tour-map-action-button {
        width: 126px;
        min-width: 126px;
        padding: 8px 10px;
        font-size: 12px;
        box-sizing: border-box;
    }

    .vpx-tour-map-wrapper.is-fullscreen .vpx-tour-map-actions {
        top: 10px;
        right: 10px;
        bottom: auto;
    }

    .vpx-tour-map-wrapper.is-fullscreen .vpx-tour-map-stage-info {
        top: 10px;
        left: 10px;
        right: 150px;
        max-width: none;
    }

    .vpx-tour-elevation {
        margin-bottom: 16px;
        padding: 12px;
    }

    .vpx-tour-elevation-title {
        font-size: 16px;
    }

    #vpx-tour-elevation-chart {
        min-height: 180px;
        padding: 8px;
    }

    #vpx-tour-elevation-chart svg {
        height: 180px;
    }

    .vpx-tour-elevation-stats span,
    .vpx-tour-elevation-tooltip span {
        font-size: 12px;
    }
}

/* =========================================================
   EN-TETE EDITORIAL VIP CROSSING
   ========================================================= */

.vpx-tour-editorial-header {
    position: relative;
    display: flex;
    min-height: 145px;
    overflow: hidden;
    background:
        linear-gradient(
            115deg,
            #101010 0%,
            #191919 65%,
            #0c0c0c 100%
        );
    color: #ffffff;
}

.vpx-tour-editorial-header::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 360px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transform: rotate(-15deg);
}

.vpx-tour-editorial-accent {
    flex: 0 0 8px;
    background: #e30613;
}

.vpx-tour-editorial-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 25px 32px;
    box-sizing: border-box;
}

.vpx-tour-editorial-categories {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
}

.vpx-tour-editorial-category {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.vpx-tour-editorial-category.is-primary {
    padding: 5px 9px;
    background: #e30613;
    border-radius: 3px;
}

.vpx-tour-editorial-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.vpx-tour-editorial-title {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.vpx-tour-editorial-edition {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    background: #e30613;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.vpx-tour-editorial-dates {
    margin: 12px 0 0;
    color: #e7e7e7;
    font-size: 15px;
}

.vpx-tour-general-info {
    display: none;
}

.vpx-tour-navigation {
    padding: 20px 22px 18px;
    background: #ffffff;
}

.vpx-tour-navigation .vpx-tour-stage-selector {
    margin: 0;
}

.vpx-tour-map-section {
    padding: 0 22px 22px;
    background: #ffffff;
}

.vpx-tour-map-section .vpx-tour-map-wrapper {
    margin: 0;
}

.vpx-tour-elevation-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}

.vpx-tour-elevation-kicker {
    display: block;
    margin-bottom: 4px;
    color: #e30613;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.vpx-tour-elevation-title {
    margin: 0;
}

.vpx-tour-elevation-help {
    max-width: 430px;
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .vpx-tour-editorial-header {
        min-height: 135px;
    }

    .vpx-tour-editorial-content {
        padding: 20px 16px;
    }

    .vpx-tour-editorial-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .vpx-tour-editorial-title {
        font-size: 21px;
        line-height: 1.2;
    }

    .vpx-tour-editorial-edition {
        padding: 5px 9px;
        font-size: 12px;
    }

    .vpx-tour-editorial-dates {
        font-size: 13px;
    }

    .vpx-tour-navigation {
        padding: 14px 12px;
    }

    .vpx-tour-map-section {
        padding: 0 12px 14px;
    }

    .vpx-tour-elevation-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .vpx-tour-elevation-help {
        max-width: none;
        font-size: 12px;
        text-align: left;
    }
}

/* =========================================================
   COMPTE A REBOURS – STYLE VIP CROSSING
   ========================================================= */

.vpx-tour-countdown {
    margin: 0 22px 22px;
    padding: 22px;
    overflow: hidden;
    background:
        linear-gradient(
            115deg,
            #111111 0%,
            #1c1c1c 65%,
            #101010 100%
        );
    color: #ffffff;
    border-left: 6px solid #e30613;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.vpx-tour-countdown-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.vpx-tour-countdown-label {
    display: inline-block;
    padding: 5px 9px;
    background: #e30613;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.vpx-tour-countdown-stage {
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
}

.vpx-tour-countdown-route {
    margin-bottom: 18px;
    color: #eeeeee;
    font-size: 16px;
    line-height: 1.4;
}

.vpx-tour-countdown-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 12px;
}

.vpx-tour-countdown-value {
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    text-align: center;
}

.vpx-tour-countdown-value strong {
    display: block;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.vpx-tour-countdown-value span {
    display: block;
    margin-top: 7px;
    color: #cfcfcf;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.vpx-tour-countdown-status {
    margin-top: 14px;
    color: #bdbdbd;
    font-size: 12px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .vpx-tour-countdown {
        margin: 0 12px 16px;
        padding: 16px 12px;
        border-left-width: 5px;
    }

    .vpx-tour-countdown-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .vpx-tour-countdown-stage {
        font-size: 18px;
    }

    .vpx-tour-countdown-route {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .vpx-tour-countdown-values {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .vpx-tour-countdown-value {
        padding: 12px 8px;
    }

    .vpx-tour-countdown-value strong {
        font-size: 28px;
    }

    .vpx-tour-countdown-status {
        text-align: left;
    }
}

/* =========================================================
   COMPTE A REBOURS COMPACT
   ========================================================= */

.vpx-tour-countdown {
    margin: 0 22px 18px;
    padding: 14px 18px;
    border-left-width: 5px;
    border-radius: 8px;
}

.vpx-tour-countdown-header {
    gap: 8px;
    margin-bottom: 4px;
}

.vpx-tour-countdown-label {
    padding: 4px 8px;
    font-size: 11px;
}

.vpx-tour-countdown-stage {
    font-size: 18px;
}

.vpx-tour-countdown-route {
    margin-bottom: 10px;
    font-size: 14px;
}

.vpx-tour-countdown-values {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.vpx-tour-countdown-value {
    padding: 9px 6px;
    border-radius: 6px;
}

.vpx-tour-countdown-value strong {
    font-size: 25px;
}

.vpx-tour-countdown-value span {
    margin-top: 4px;
    font-size: 9px;
}

.vpx-tour-countdown-status {
    margin-top: 7px;
    font-size: 10px;
}