/* TOP 10 */

:root {
    --b: #41A5FE;
    --bd: #168EE5;
    --n: #172A4B;
    --o: #FF7F00;
    --t: #5C6470;
    --l: #E3EAF1;
    --s: #F6F9FC;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #FFFFFF;
    color: #5C5C5C;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #41A5FE;
    text-decoration: none;
}

a:hover {
    color: #FF7F00;
}

p {
    color: #5C5C5C;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

.page {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    background: #fff;
}

#content {
    padding-bottom: 10px;
}

#content [class*="wrapper_"] {
    max-width: 1270px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

/* Recherche du menu */
#search {
    position: relative;
}

#search .input_wrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-top: 3px;
    padding: 10px 48px 11px 14px;
    border: 1px solid #dae5e3;
    background: #fff;
}

#search input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #5C5C5C;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#search .search-submit {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 24px;
    height: 24px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    background-color: transparent;
    background-image: url("../../css-accueil/images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

#search .search-submit:hover,
#search .search-submit:focus {
    background-image: url("../../css-accueil/images/search-icon_hover.png");
}

/* Footer identique à l'accueil */
#footer {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    background: #333;
}

#footer .h2_2,
#footer .h2_3 {
    margin: 0;
    color: #fff;
    font-family: "Nunito", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#footer .h2_2 {
    padding-bottom: 0;
    font-size: 22px;
}

#footer .h2_3 {
    padding-bottom: 20px;
    font-size: 20px;
}

#footer .p_1,
#footer .p_1 a,
#footer ul.default-list li,
#footer ul.default-list a {
    color: #fff;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#footer .p_1 {
    margin: 0;
}

#footer ul.default-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul.default-list li {
    padding-bottom: 9px;
}

#footer a:hover {
    color: #41A5FE;
}

@media (max-width: 767px) {
    #footer {
        text-align: center;
    }

    #footer .p_1,
    #footer .default-list {
        padding-bottom: 30px;
    }
}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
#content .wrapper_1{padding:28px 0 30px!important}#content .wrapper_2{padding:34px 0 14px!important}#content .wrapper_3{padding:16px 0 24px!important}#content .wrapper_4{padding:30px 0 18px!important}
#content .wrapper_2 .grid_12>h2,#content #tableau-top10>h2{margin:0 0 15px!important;padding:0!important;color:var(--b)!important;font-size:26px!important;line-height:1.25!important;font-weight:800!important;text-transform:none!important}
#content .wrapper_2 .grid_12>p.caption{margin:0!important;padding:0!important;color:var(--t)!important;font-size:16px!important;line-height:1.65!important;font-weight:400!important}

/* HERO */
#content .top10-hero>.container>.row{display:flex;align-items:stretch}#content .top10-hero .grid_5,#content .top10-hero .grid_7{display:flex}
#content .top10-hero-image{width:100%;min-height:520px;overflow:hidden;border-radius:20px;background:#eef3f7;box-shadow:0 10px 28px rgba(23,42,75,.09)}
#content .top10-hero-image a{display:block;width:100%;height:100%;line-height:0}#content .top10-hero-image img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover;border-radius:20px}
#content .top10-hero-content{width:100%;display:flex;flex-direction:column;justify-content:center;padding:24px 10px 24px 28px;box-sizing:border-box}
#content .top10-hero-badge{align-self:flex-start;display:inline-flex;margin:0 0 16px;padding:8px 14px;color:var(--bd);background:#edf7ff;border:1px solid #cfe7fb;border-radius:999px;font-size:12px;font-weight:900}
#content .top10-hero-content h1{margin:0 0 13px!important;padding:0!important;color:var(--n)!important;font-size:34px!important;line-height:1.13!important;font-weight:900!important;text-transform:none!important}
#content .top10-hero-content h6{margin:0 0 20px!important;padding:0!important;color:var(--b)!important;font-size:19px!important;line-height:1.35!important;font-weight:800!important}
#content .top10-hero-content p{margin:0 0 15px!important;padding:0!important;color:var(--t)!important;font-size:16px!important;line-height:1.65!important;font-weight:400!important}
#content .top10-hero-buttons{display:flex;flex-wrap:wrap;gap:11px;margin-top:10px}.top10-hero-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:10px;font-size:13px!important;font-weight:800!important;text-align:center;text-decoration:none!important}.top10-hero-btn-primary{color:#fff!important;background:var(--b);border:1px solid var(--b)}.top10-hero-btn-secondary{color:var(--n)!important;background:#fff;border:1px solid #cfe2f4}

/* CARTES */
#content .wrapper_3>.container>.row{display:flex;flex-wrap:wrap;align-items:stretch}#content .wrapper_3 .grid_6{display:flex;box-sizing:border-box}
.destination-card{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--l);border-radius:18px;box-shadow:0 10px 28px rgba(23,42,75,.09)}
.destination-image{display:block;width:100%;height:360px;overflow:hidden;background:#f1f4f7;line-height:0}.destination-image img{display:block;width:100%;height:100%;object-fit:cover}
.destination-content{display:flex;flex:1;flex-direction:column;padding:25px 26px 24px;box-sizing:border-box}.destination-content h3{min-height:58px;margin:0 0 16px!important;padding:0!important;color:var(--n)!important;font-size:21px!important;line-height:1.3!important;font-weight:900!important;text-transform:none!important}.destination-content h3 a{color:var(--n)!important;font-size:inherit!important;font-weight:inherit!important}.destination-content h3 small{font-size:.82em;color:#5d6b7e}
.destination-description{min-height:155px;margin:0 0 22px!important;padding:0!important;color:var(--t)!important;font-size:15.5px!important;line-height:1.62!important;font-weight:400!important}
.destination-infos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:auto;margin-bottom:18px}.destination-info{min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;text-align:center;background:var(--s);border:1px solid #e7ecf1;border-radius:12px;box-sizing:border-box}.destination-info span{min-height:32px;display:flex;align-items:center;justify-content:center;margin-bottom:6px;color:#6c7787;font-size:10.5px;line-height:1.25;font-weight:800;text-transform:uppercase}.destination-info strong{color:#202936;font-size:16px;font-weight:900}
.destination-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.destination-btn{min-height:48px;display:flex!important;align-items:center;justify-content:center;padding:10px 12px;border-radius:9px;box-sizing:border-box;font-size:12.5px!important;font-weight:800!important;text-align:center}.destination-btn-guide{color:#fff!important;background:var(--b);border:1px solid var(--b)}.destination-btn-map{color:var(--bd)!important;background:#f4faff;border:1px solid #cfe5f8}

/* TABLEAU */
#tableau-top10{padding:36px 34px;text-align:center;background:#fff;border:1px solid var(--l);border-radius:20px;box-shadow:0 10px 28px rgba(23,42,75,.09)}
#tableau-top10 .top10-intro{max-width:920px;margin:0 auto 25px!important;color:var(--t)!important;font-size:16px!important;line-height:1.65!important;font-weight:400!important}.top10-image{max-width:1050px;margin:0 auto;line-height:0}.top10-image img{display:block;width:100%;height:auto;border-radius:14px;box-shadow:0 8px 24px rgba(23,42,75,.10)}
.top10-download{margin:23px 0 18px;text-align:center}.top10-download a{display:inline-flex!important;align-items:center;justify-content:center;min-height:50px;padding:0 23px;color:#fff!important;background:var(--b);border-radius:10px;font-size:13px!important;font-weight:900!important}
.top10-source{width:100%!important;max-width:none!important;margin:0!important;padding:16px 18px!important;box-sizing:border-box!important;text-align:center!important;background:#f7f9fb;border:1px solid #e7ecf1;border-radius:10px;color:#687386!important;font-size:14px!important;line-height:1.5!important;font-weight:400!important}

/* AUTRES TOP 10 */
.top10-discover{max-width:1100px;margin:0 auto;padding:32px 35px;text-align:center;background:#f7f9fc;border:1px solid #e2e8ef;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.06)}.top10-discover-badge{display:inline-block;margin:0 auto 14px;padding:8px 17px;background:#eef6ff;border:1px solid #cce4ff;border-radius:30px;color:var(--bd);font-size:12px;font-weight:800}.top10-discover h3{margin:0 0 14px!important;padding:0!important;color:var(--n)!important;font-size:27px!important;font-weight:900!important;text-transform:none!important}.top10-discover p.caption{max-width:900px;margin:0 auto!important;padding:0!important;color:var(--t)!important;font-size:16px!important;line-height:1.65!important;font-weight:400!important}
#content ul.marked-list{list-style:none;margin:0;padding:0}#content ul.marked-list li{margin:0 0 23px;padding:0}#content ul.marked-list li:before{display:none!important}#content ul.marked-list li>a{margin:0!important;color:var(--n)!important;font-size:15px!important;line-height:1.35!important;font-weight:800!important}#content ul.marked-list li>p{margin:7px 0 0!important;padding:0!important;color:#697486!important;font-size:13.5px!important;line-height:1.55!important;font-weight:400!important}

/* HOVER */
@media(hover:hover) and (pointer:fine){.destination-image img{transition:transform .28s ease}.destination-image:hover img{transform:scale(1.025)}.destination-btn:hover,.top10-download a:hover,.top10-hero-btn-primary:hover{color:#fff!important;background:var(--o)!important;border-color:var(--o)!important}.top10-hero-btn-secondary:hover{color:var(--o)!important;border-color:var(--o)!important}}

/* MOBILE */
@media(max-width:767px){
#content .wrapper_1{padding:14px 0 24px!important}#content .wrapper_2{padding:26px 0 10px!important}#content .wrapper_3{padding:12px 0 20px!important}
#content .top10-hero>.container>.row{display:block}#content .top10-hero .grid_5,#content .top10-hero .grid_7,#content .wrapper_3 .grid_6{display:block;width:100%}
#content .top10-hero-image{min-height:0;height:auto;border-radius:14px}#content .top10-hero-image img{width:100%;height:auto;min-height:0;object-fit:contain;border-radius:14px}#content .top10-hero-content{padding:24px 0 0}
#content .top10-hero-content h1{font-size:27px!important;line-height:1.18!important}#content .top10-hero-content h6{font-size:17px!important}#content .top10-hero-content p{font-size:15px!important;line-height:1.6!important}#content .top10-hero-buttons{display:block}.top10-hero-btn{display:flex!important;width:100%;margin-bottom:9px}
#content .wrapper_2 .grid_12>h2,#content #tableau-top10>h2{font-size:22px!important}.destination-card{height:auto;border-radius:14px}.destination-image{height:auto}.destination-image img{height:auto;object-fit:contain}.destination-content{padding:20px 17px}.destination-content h3{min-height:0;font-size:20px!important}.destination-description{min-height:0;font-size:15px!important}.destination-infos{gap:6px}.destination-info{min-height:91px;padding:9px 4px}.destination-info span{font-size:9px}.destination-info strong{font-size:13px}.destination-buttons{grid-template-columns:1fr}
#tableau-top10{padding:25px 15px;border-radius:14px}#tableau-top10 .top10-intro{font-size:15px!important}.top10-download a{display:flex!important;width:100%;box-sizing:border-box}.top10-source{padding:14px 12px!important;font-size:13px!important;white-space:normal!important}
.top10-discover{padding:25px 17px}.top10-discover h3{font-size:22px!important}.top10-discover p.caption{font-size:15px!important}
#content .wrapper_2 .grid_4{width:100%;float:none}
}
@media(max-width:479px){#content .top10-hero-content h1{font-size:24px!important}.destination-infos{grid-template-columns:1fr}.destination-info{min-height:70px}.destination-info span{min-height:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.destination-image img{transition:none!important}}

/* Titres et boutons */
#content .top10-hero-content h1,
#content .wrapper_2 .grid_12 > h2,
#content #tableau-top10 > h2,
#content .top10-discover h3 {
    text-transform: uppercase !important;
}

#content .top10-hero-btn,
#content .destination-btn,
#content .top10-download a {
    text-transform: uppercase !important;
}

/* Alignement des titres de destination */
#content .destination-content h3 {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

#content .destination-content h3 small {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    vertical-align: baseline !important;
}

/* Alignement uniforme des 3 indicateurs */
#content .destination-info {
    justify-content: flex-start !important;
    padding-top: 18px !important;
}

#content .destination-info span {
    width: 100% !important;
    min-height: 36px !important;
    margin: 0 0 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

#content .destination-info strong {
    margin-top: auto !important;
    padding-top: 0 !important;
}

/* Desktop : évite les retours à la ligne inutiles sur les libellés courts */
@media (min-width: 980px) {
    #content .destination-info span {
        white-space: nowrap !important;
        font-size: 10px !important;
    }

    #content .destination-info span:first-child {
        white-space: normal !important;
    }
}

/* Titres et boutons en majuscules sur tous les écrans */
#content .top10-hero-content h1,
#content .wrapper_2 .grid_12 > h2,
#content #tableau-top10 > h2,
#content .top10-discover h3,
#content .destination-content h3,
#content .destination-content h3 a {
    text-transform: uppercase !important;
}

#content .top10-hero-btn,
#content .destination-btn,
#content .top10-download a {
    text-transform: uppercase !important;
}

/* Mobile : priorité absolue aux majuscules */
@media (max-width: 767px) {
    #content .top10-hero-content h1,
    #content .wrapper_2 .grid_12 > h2,
    #content #tableau-top10 > h2,
    #content .top10-discover h3,
    #content .destination-content h3,
    #content .destination-content h3 a,
    #content .top10-hero-btn,
    #content .destination-btn,
    #content .top10-download a {
        text-transform: uppercase !important;
    }
}

/* Mise en page du bloc tableau */
#content #tableau-top10 > h2 {
    max-width: 980px !important;
    margin: 0 auto 22px !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 25px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
}

#content #tableau-top10 .top10-intro {
    max-width: 980px !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    text-align: center !important;
}

#content #tableau-top10 .top10-intro p {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: var(--t) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

#content #tableau-top10 .top10-intro p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    #content #tableau-top10 > h2 {
        font-size: 21px !important;
        line-height: 1.28 !important;
        margin-bottom: 18px !important;
    }

    #content #tableau-top10 .top10-intro {
        margin-bottom: 22px !important;
    }

    #content #tableau-top10 .top10-intro p {
        font-size: 15px !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
    }
}


/* ==========================================================
   CORRECTIFS FINAUX — CARTES TOP 10
   1) Titres + capitales parfaitement alignés
   2) Cartes desktop plus compactes
   3) Images intégrales sur ordinateur ET mobile
   ========================================================== */

/* IMAGE : conserver le ratio réel, ne jamais recadrer */
#content .destination-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #f1f4f7 !important;
    line-height: 0 !important;
}

#content .destination-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

/* Pas de zoom au survol : l'image doit rester intégrale */
@media (hover:hover) and (pointer:fine) {
    #content .destination-image:hover img {
        transform: none !important;
    }
}

/* TITRE : pays + capitale sur une même ligne de base */
#content .destination-content h3 {
    display: block !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    line-height: 1.25 !important;
}

#content .destination-content h3 a {
    display: inline !important;
    line-height: inherit !important;
}

#content .destination-content h3 small {
    display: inline !important;
    margin: 0 0 0 4px !important;
    padding: 0 !important;
    font-size: .82em !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
}

/* DESKTOP : supprimer le grand vide entre texte et statistiques */
@media (min-width: 980px) {
    #content .destination-card {
        height: 100% !important;
    }

    #content .destination-content {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 22px 26px 22px !important;
    }

    #content .destination-description {
        min-height: 0 !important;
        margin: 0 0 18px !important;
    }

    #content .destination-infos {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
    }

    #content .destination-buttons {
        margin-top: 0 !important;
    }
}

/* MOBILE : boutons strictement contenus + images toujours intégrales */
@media (max-width: 767px) {
    #content .top10-hero-buttons,
    #content .destination-buttons,
    #content .top10-download {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    #content .top10-hero-btn,
    #content .destination-btn,
    #content .top10-download a {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    #content .destination-image,
    #content .destination-image img {
        height: auto !important;
        min-height: 0 !important;
    }

    #content .destination-image img {
        object-fit: contain !important;
    }

    #content .destination-content h3 {
        margin-bottom: 13px !important;
    }

    #content .destination-content h3 small {
        margin-left: 3px !important;
    }
}


/* MOBILE V5 — espacement fiable entre les deux cartes de chaque groupe */
@media screen and (max-width: 767px) {
    #content .wrapper_3 > .container > .row {
        row-gap: 24px !important;
    }

    #content .wrapper_3 > .container > .row > .grid_6 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* ==========================================================
   V6 — BOUTONS BLEU / ORANGE + HOVER INVERSÉ
   Principal : bleu -> orange
   Secondaire : orange -> bleu
   ========================================================== */

/* Boutons secondaires en orange */
#content .top10-hero-btn-secondary,
#content .destination-btn-map {
    color: #ffffff !important;
    background: var(--o) !important;
    border-color: var(--o) !important;
}

/* Desktop : inversion des couleurs au survol */
@media (hover:hover) and (pointer:fine) {
    #content .top10-hero-btn-primary:hover,
    #content .destination-btn-guide:hover {
        color: #ffffff !important;
        background: var(--o) !important;
        border-color: var(--o) !important;
    }

    #content .top10-hero-btn-secondary:hover,
    #content .destination-btn-map:hover {
        color: #ffffff !important;
        background: var(--b) !important;
        border-color: var(--b) !important;
    }
}


/* ==========================================================
   V8 — BUDGET QUOTIDIEN + FAQ
   ========================================================== */

#content .travel-budget-section {
    width: 100%;
    padding: 34px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid var(--l);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(23,42,75,.09);
}

#content .travel-budget-badge,
#content .top10-faq-badge {
    display: inline-block;
    margin: 0 0 14px;
    padding: 8px 15px;
    color: var(--bd);
    background: #edf7ff;
    border: 1px solid #cfe7fb;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
}

#content .travel-budget-section h2,
#content .top10-faq h2 {
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: var(--n) !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

#content .travel-budget-lead,
#content .top10-faq-intro {
    max-width: 980px;
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: var(--t) !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

#content .budget-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    margin: 0 0 22px;
}

#content .budget-legend-item {
    min-width: 0;
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 16px 18px;
    box-sizing: border-box;
    background: var(--s);
    border: 1px solid #e4ebf2;
    border-radius: 13px;
}

#content .budget-legend-icon {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1.2;
}

#content .budget-legend-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--n);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

#content .budget-legend-item div > span {
    display: block;
    color: #6b7685;
    font-size: 13px;
    line-height: 1.45;
}

#content .travel-budget-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e2e9f0;
    border-radius: 14px;
}

#content .travel-budget-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    background: #fff;
}

#content .travel-budget-table th,
#content .travel-budget-table td {
    padding: 15px 18px;
    border-bottom: 1px solid #e8edf2;
    vertical-align: middle;
}

#content .travel-budget-table thead th {
    color: #ffffff;
    background: var(--n);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

#content .travel-budget-table tbody th {
    color: var(--n);
    font-size: 14px;
    font-weight: 900;
    text-align: left;
}

#content .travel-budget-table tbody th a {
    color: var(--n) !important;
    font-weight: 900 !important;
}

#content .travel-budget-table tbody td {
    color: var(--t);
    font-size: 13px;
}

#content .travel-budget-table tbody td strong {
    color: var(--bd);
    font-size: 17px;
    font-weight: 900;
}

#content .travel-budget-table tbody td:nth-child(3) strong {
    color: var(--o);
}

#content .travel-budget-table tbody td span {
    margin-left: 4px;
    color: #7a8492;
    font-size: 11px;
    white-space: nowrap;
}

#content .travel-budget-table tbody tr:last-child th,
#content .travel-budget-table tbody tr:last-child td {
    border-bottom: 0;
}

#content .travel-budget-table tbody tr:nth-child(even) {
    background: #fafcfe;
}

#content .budget-flag {
    display: inline-block;
    min-width: 28px;
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

#content .travel-budget-note,
#content .travel-budget-sources {
    margin-top: 16px;
    padding: 15px 17px;
    box-sizing: border-box;
    border-radius: 11px;
    font-size: 13px;
    line-height: 1.55;
}

#content .travel-budget-note {
    color: #586579;
    background: #fff8ef;
    border: 1px solid #f4d7b5;
}

#content .travel-budget-sources {
    color: #657184;
    background: #f7f9fb;
    border: 1px solid #e4eaf0;
}

#content .travel-budget-sources a {
    font-weight: 800;
}

#content .top10-faq {
    width: 100%;
    padding: 34px;
    box-sizing: border-box;
    background: #f7f9fc;
    border: 1px solid #e2e8ef;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

#content .top10-faq-list {
    display: grid;
    gap: 10px;
}

#content .top10-faq-item {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e8ef;
    border-radius: 12px;
}

#content .top10-faq-item summary {
    position: relative;
    padding: 17px 50px 17px 18px;
    color: var(--n);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

#content .top10-faq-item summary::-webkit-details-marker {
    display: none;
}

#content .top10-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    color: #fff;
    background: var(--b);
    border-radius: 50%;
    font-size: 18px;
    font-weight: 900;
}

#content .top10-faq-item[open] summary::after {
    content: "−";
    background: var(--o);
}

#content .top10-faq-answer {
    padding: 0 18px 17px;
}

#content .top10-faq-answer p {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--t) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

@media (hover:hover) and (pointer:fine) {
    #content .travel-budget-table tbody th a:hover {
        color: var(--o) !important;
    }

    #content .top10-faq-item summary:hover {
        color: var(--bd);
    }
}

@media (max-width: 767px) {
    #content .travel-budget-section,
    #content .top10-faq {
        padding: 24px 15px;
        border-radius: 14px;
    }

    #content .travel-budget-section h2,
    #content .top10-faq h2 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    #content .travel-budget-lead,
    #content .top10-faq-intro {
        margin-bottom: 20px !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    #content .budget-legend {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-bottom: 17px;
    }

    #content .budget-legend-item {
        padding: 14px;
    }

    #content .travel-budget-table {
        min-width: 560px;
    }

    #content .travel-budget-table th,
    #content .travel-budget-table td {
        padding: 13px 12px;
    }

    #content .travel-budget-note,
    #content .travel-budget-sources {
        padding: 13px;
        font-size: 12.5px;
    }

    #content .top10-faq-item summary {
        padding: 15px 46px 15px 15px;
        font-size: 13.5px;
    }

    #content .top10-faq-answer {
        padding: 0 15px 15px;
    }

    #content .top10-faq-answer p {
        font-size: 13.5px !important;
    }
}


/* V9 — note éditoriale / méthodologie */
#content .editorial-method-wrapper {
    padding-top: 0 !important;
}

#content .editorial-originality {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px;
    color: #5f6b7c;
    background: #f7f9fb;
    border: 1px solid #e3e9ef;
    border-left: 4px solid var(--b);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.55;
}

#content .editorial-originality strong {
    color: var(--n);
}

@media (max-width: 767px) {
    #content .editorial-originality {
        padding: 14px 13px;
        font-size: 12.5px;
    }
}


/* ==========================================================
   V11 — ALIGNEMENT À GAUCHE POUR UNE MEILLEURE LECTURE
   Les textes sur plusieurs lignes restent naturels et propres.
   ========================================================== */

/* Bloc "Découvrez tous nos Top 10 Voyage" */
#content .top10-discover {
    text-align: left !important;
}

#content .top10-discover-badge {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#content .top10-discover h3,
#content .top10-discover p.caption {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

/* Bloc tableau : titre et texte d'introduction à gauche */
#content #tableau-top10 > h2,
#content #tableau-top10 .top10-intro,
#content #tableau-top10 .top10-intro p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Budget et FAQ */
#content .travel-budget-section,
#content .travel-budget-section h2,
#content .travel-budget-lead,
#content .top10-faq,
#content .top10-faq h2,
#content .top10-faq-intro {
    text-align: left !important;
}

/* Mobile : tous les grands titres et textes éditoriaux à gauche */
@media (max-width: 767px) {

    #content .top10-hero-content,
    #content .top10-hero-content h1,
    #content .top10-hero-content h6,
    #content .top10-hero-content p,

    #content .wrapper_2 .grid_12 > h2,
    #content .wrapper_2 .grid_12 > p.caption,

    #content .destination-content,
    #content .destination-content h3,
    #content .destination-description,

    #content #tableau-top10,
    #content #tableau-top10 > h2,
    #content #tableau-top10 .top10-intro,
    #content #tableau-top10 .top10-intro p,

    #content .top10-discover,
    #content .top10-discover h3,
    #content .top10-discover p.caption,

    #content .travel-budget-section,
    #content .travel-budget-section h2,
    #content .travel-budget-lead,

    #content .top10-faq,
    #content .top10-faq h2,
    #content .top10-faq-intro,

    #content .editorial-originality {
        text-align: left !important;
    }

    /* Empêche l'effet visuel "centré cassé" sur les titres multi-lignes */
    #content h1,
    #content h2,
    #content h3,
    #content h6 {
        text-wrap: pretty;
    }

    #content p {
        text-wrap: pretty;
    }
}


/* ==========================================================
   V12 — HIÉRARCHIE DES TITRES : BLEU + NOIR UNIQUEMENT
   Bleu = grands titres / sections
   Noir = destinations et titres internes
   Orange réservé aux actions et effets de survol
   ========================================================== */

/* Grand titre de la page */
#content .top10-hero-content h1 {
    color: var(--b) !important;
}

/* Sous-titre du hero */
#content .top10-hero-content h6 {
    color: var(--n) !important;
}

/* ==========================================================
   PRÉSENTATION ÉDITORIALE COMMUNE — ACCUEIL ET TOP 10
   Surtitre bleu + trait corail, titre bleu, texte gris à gauche.
   Cette règle sert de modèle aux futures pages Top 10.
   ========================================================== */
#content .top10-hero-badge {
    display: inline-flex !important;
    align-items: center;
    gap: .7rem;
    margin: 0 0 clamp(16px,2.2vw,24px) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--b) !important;
    font-size: clamp(12px,1.25vw,15px) !important;
    font-weight: 900 !important;
    line-height: 1.3;
    letter-spacing: .14em;
    text-transform: uppercase;
}

#content .top10-hero-badge::before {
    content: "";
    flex: 0 0 clamp(28px,5vw,64px);
    width: clamp(28px,5vw,64px);
    height: 3px;
    background: #ff7657;
}

#content .top10-hero-content,
#content .wrapper_2 .grid_12,
#content #tableau-top10,
#content .travel-budget-section,
#content .top10-faq {
    text-align: left !important;
}

#content .top10-hero-content h1,
#content .wrapper_2 .grid_12 > h2,
#content #tableau-top10 > h2,
#content .travel-budget-section > h2,
#content .top10-faq > h2 {
    color: var(--b) !important;
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: -.035em !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

#content .top10-hero-content h6,
#content .top10-hero-content p,
#content .wrapper_2 .grid_12 > p.caption,
#content #tableau-top10 .top10-intro,
#content #tableau-top10 .top10-intro p,
#content .travel-budget-lead,
#content .top10-faq-intro {
    max-width: 850px;
    color: #66788a !important;
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    text-align: left !important;
    text-transform: none !important;
}

#content .top10-hero-content p strong,
#content .wrapper_2 .grid_12 > p.caption strong,
#content #tableau-top10 .top10-intro strong,
#content .travel-budget-lead strong,
#content .top10-faq-intro strong {
    color: inherit !important;
    font-weight: inherit !important;
}

/* Titres principaux de sections = BLEU */
#content .wrapper_2 .grid_12 > h2,
#content #tableau-top10 > h2,
#content .travel-budget-section > h2,
#content .top10-faq > h2,
#content .top10-discover > h3 {
    color: var(--b) !important;
}

/* Titres des destinations = NOIR */
#content .destination-content h3,
#content .destination-content h3 a,
#content .destination-content h3 small {
    color: var(--n) !important;
}

/* Questions FAQ = NOIR */
#content .top10-faq-item summary {
    color: var(--n) !important;
}

/* Liens-titres des listes = NOIR */
#content ul.marked-list li > a {
    color: var(--n) !important;
}

/* Le survol peut rester bleu, mais jamais orange sur les titres */
@media (hover:hover) and (pointer:fine) {
    #content .destination-content h3 a:hover,
    #content .top10-faq-item summary:hover,
    #content ul.marked-list li > a:hover {
        color: var(--b) !important;
    }
}


/* ==========================================================
   V13 — EMPLACEMENT ET ESPACEMENT DES PUBLICITÉS
   1) après 4 destinations
   2) après la FAQ, avant les autres Top 10
   ========================================================== */
#content .top10-ad-block {
    padding: 22px 0 26px !important;
    background: #fff !important;
}

#content .top10-ad-block .grid_12 {
    min-height: 1px;
}

#content .top10-ad-block .adsbygoogle {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #content .top10-ad-block {
        padding: 18px 0 22px !important;
    }
}

/* ==========================================================
   V18 — TABLEAUX TOP 10 MOBILES — VERSION UNIVERSELLE
   Fonctionne pour tous les Top 10 utilisant :
   .travel-budget-table-wrap.mobile-scroll-table
   .travel-budget-table
   .mobile-table-swipe-hint

   - Défilement horizontal natif au doigt
   - Première colonne toujours visible
   - Compatible Pays, Ville ou autre libellé de première colonne
   - Aucun JavaScript nécessaire pour le tableau
   ========================================================== */

#content .mobile-table-swipe-hint {
    display: none;
}

@media (max-width: 767px) {

    #content .mobile-table-swipe-hint {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0 0 10px;
        padding: 9px 12px;
        box-sizing: border-box;
        color: var(--n);
        background: #edf7ff;
        border: 1px solid #cfe7fb;
        border-radius: 10px;
        font-size: 12.5px;
        line-height: 1.3;
        font-weight: 900;
        text-align: center;
    }

    #content .mobile-table-swipe-arrow {
        flex: 0 0 auto;
        color: var(--b);
        font-size: 20px;
        line-height: 1;
        font-weight: 900;
    }

    #content .mobile-table-swipe-text {
        min-width: 0;
    }

    #content .mobile-scroll-table {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
        scrollbar-color: var(--b) #eaf0f5;
    }

    #content .mobile-scroll-table::-webkit-scrollbar {
        height: 7px;
    }

    #content .mobile-scroll-table::-webkit-scrollbar-track {
        background: #eaf0f5;
        border-radius: 999px;
    }

    #content .mobile-scroll-table::-webkit-scrollbar-thumb {
        background: var(--b);
        border-radius: 999px;
    }

    #content .travel-budget-table {
        min-width: 560px;
    }

    /* Première colonne fixe pendant le défilement horizontal */
    #content .travel-budget-table thead th:first-child,
    #content .travel-budget-table tbody th:first-child {
        position: sticky;
        left: 0;
    }

    #content .travel-budget-table thead th:first-child {
        z-index: 5;
        background: var(--n);
        box-shadow: 2px 0 5px rgba(23, 42, 75, .12);
    }

    #content .travel-budget-table tbody th:first-child {
        z-index: 4;
        background: #ffffff;
        box-shadow: 2px 0 5px rgba(23, 42, 75, .10);
        white-space: nowrap;
    }

    #content .travel-budget-table tbody tr:nth-child(even) th:first-child {
        background: #fafcfe;
    }
}

/* Compatibilité universelle : première colonne avec ou sans lien */
@media (max-width: 767px) {
    #content .travel-budget-table tbody th:first-child,
    #content .travel-budget-table tbody th:first-child a {
        white-space: nowrap !important;
    }

    #content .travel-budget-table tbody th:first-child a {
        display: inline-flex !important;
        align-items: center !important;
    }
}

/* ==========================================================
   MOBILE — ESPACEMENT ENTRE LES CARTES TOP 10
   Correctif commun à toutes les pages Top 10
   ========================================================== */
@media screen and (max-width: 767px) {
    #content .wrapper_3 > .container > .row {
        row-gap: 24px !important;
    }

    #content .wrapper_3 > .container > .row > .grid_6 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

