/* =========================================================
   MNE PREMIUM SINGLE TOUR
   VERSION 4.1.1 CLEAN
   HERO CONSERVÉ
   ========================================================= */


/* =========================================================
   ROOT
   ========================================================= */

.mne-premium-tour-page {

    /* ===== VARIABLES HERO — NE PAS MODIFIER ===== */

    --mne-gold: #DFC16C;
    --mne-gold-light: #F0D994;
    --mne-black: #171614;
    --mne-dark: #24211C;
    --mne-white: #FFFFFF;
    --mne-star: #FFDE21;

    /* ===== VARIABLES BODY ===== */

    --mne-gold-dark: #a8873f;
    --mne-gold-soft: rgba(200,167,91,.12);

    --mne-ivory: #fcfaf5;
    --mne-ivory-soft: rgba(252,250,245,.70);

    --mne-text: #29261f;
    --mne-text-soft: #625d54;

    --mne-green: #4d805c;
    --mne-green-soft: rgba(77,128,92,.10);

    --mne-red: #a45b56;
    --mne-red-soft: rgba(164,91,86,.10);

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;

    color: var(--mne-dark);

    box-sizing: border-box;
}

.mne-premium-tour-page *,
.mne-premium-tour-page *::before,
.mne-premium-tour-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   HERO
   CONSERVÉ
   ========================================================= */

.mne-tour-hero {

    position: relative;

    width: 100%;

    min-height: 650px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: flex-end;

    overflow: hidden;

    isolation: isolate;
}


/* =========================================================
   DARK IMAGE OVERLAY
   CONSERVÉ
   ========================================================= */

.mne-tour-hero-overlay {

    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.20) 0%,
            rgba(0, 0, 0, 0.08) 35%,
            rgba(0, 0, 0, 0.20) 55%,
            rgba(0, 0, 0, 0.82) 100%
        );
}


/* =========================================================
   HERO CONTENT
   CONSERVÉ
   ========================================================= */

.mne-tour-hero-content {

    width: 100%;

    max-width: 1280px;

    margin: 0 auto;

    padding:
        80px 35px
        35px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    min-height: 650px;
}


/* =========================================================
   PRIVATE TOUR BADGE
   CONSERVÉ
   ========================================================= */

.mne-tour-private-badge {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 12px;

    margin-bottom: 22px;

    color: var(--mne-gold-light);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.8px;

    text-transform: uppercase;
}

.mne-badge-line {

    width: 28px;

    height: 1px;

    background: var(--mne-gold);

    opacity: 0.9;
}


/* =========================================================
   HERO TITLE
   CONSERVÉ
   ========================================================= */

.mne-tour-title-wrap {

    width: 100%;

    margin-bottom: 26px;
}

.mne-tour-title {

    margin: 0;

    max-width: 950px;

    color: var(--mne-white);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(
        34px,
        4vw,
        62px
    );

    line-height: 1.06;

    font-weight: 500;

    letter-spacing: -0.5px;

    text-shadow:
        0 2px 18px rgba(0, 0, 0, 0.35);
}


/* =========================================================
   HERO INFO BAR
   CONSERVÉ
   ========================================================= */

.mne-tour-info-bar {

    width: 100%;

    min-height: 48px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 0 18px;

    background:
        rgba(10, 10, 10, 0.78);

    border-top:
        1px solid rgba(223, 193, 108, 0.45);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.18);
}

.mne-tour-info-left {

    display: flex;

    align-items: center;

    min-width: 0;

    gap: 18px;
}

.mne-tour-info-item {

    display: flex;

    align-items: baseline;

    gap: 7px;

    white-space: nowrap;
}

.mne-tour-info-label {

    color: var(--mne-gold);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.mne-tour-info-value {

    color: var(--mne-white);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: 0.1px;
}

.mne-tour-info-separator {

    width: 1px;

    height: 18px;

    flex: 0 0 1px;

    background:
        rgba(255, 255, 255, 0.22);
}

.mne-tour-info-rating {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 8px;

    white-space: nowrap;

    margin-left: auto;

    line-height: 1;
}

.mne-stars {

    display: inline-flex;

    align-items: center;

    gap: 2px;

    color: var(--mne-star);

    font-size: 12px;

    line-height: 1;

    text-shadow:
        0 0 8px rgba(255, 222, 33, 0.18);
}

.mne-stars i {

    display: block;

    font-style: normal;
}

.mne-rating-number {

    color: var(--mne-white);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.4px;
}


/* =========================================================
   MAIN AREA
   ========================================================= */

.mne-tour-main {

    width: 100%;

    max-width: 1280px;

    margin: 0 auto;

    padding: 60px 35px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        340px;

    gap: 55px;

    align-items: start;
}


/* =========================================================
   CONTENT
   ========================================================= */

.mne-tour-content {

    min-width: 0;

    font-size: 16px;

    line-height: 1.85;

    color: var(--mne-text);
}

.mne-tour-content > *:first-child {
    margin-top: 0;
}

.mne-tour-content img {

    max-width: 100%;

    height: auto;
}


/* =========================================================
   SECTIONS — TRANSPARENT
   ========================================================= */

.mne-tour-main .mne-main-section,
.mne-tour-main .mne-intro-section,
.mne-tour-main .mne-day-section,
.mne-tour-main .mne-highlights-section,
.mne-tour-main .mne-services-section,
.mne-tour-main .mne-faq-section {

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* =========================================================
   PARAGRAPHES
   ========================================================= */

.mne-tour-main .mne-body-paragraph,
.mne-tour-main .mne-day-content p,
.mne-tour-main .mne-faq-answer p {

    margin: 0 0 18px;

    color: var(--mne-text-soft);

    font-size: 16px;

    line-height: 1.8;

    background: transparent !important;
}


/* =========================================================
   INTRO
   ========================================================= */

.mne-tour-main .mne-intro-section {

    padding: 38px 0 20px;
}


/* Petit label */

.mne-tour-main .mne-intro-section::before {

    content: "MOROCCO JOURNEY";

    display: inline-block;

    margin-bottom: 13px;

    color: var(--mne-gold-dark);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* H1 */

.mne-tour-main .mne-body-h1 {

    position: relative;

    margin: 0 0 25px !important;

    padding-bottom: 18px;

    color: var(--mne-text);

    font-size: clamp(28px, 4vw, 42px);

    line-height: 1.15;

    font-weight: 700;
}


/* Ligne dorée */

.mne-tour-main .mne-body-h1::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 55px;

    height: 3px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            var(--mne-gold-dark),
            var(--mne-gold)
        );
}


/* =========================================================
   H2 PRINCIPAUX
   ========================================================= */

.mne-tour-main .mne-body-h2 {

    display: flex !important;

    align-items: center;

    gap: 11px;

    margin: 42px 0 20px !important;

    padding: 12px 16px !important;

    color: var(--mne-text) !important;

    font-size: clamp(21px, 2.5vw, 27px) !important;

    line-height: 1.3 !important;

    font-weight: 700 !important;

    background:
        linear-gradient(
            90deg,
            rgba(200,167,91,.14),
            rgba(200,167,91,.035)
        ) !important;

    border: 0 !important;

    border-radius: 10px !important;

    box-shadow: none !important;
}


/* Icône route */

.mne-tour-main .mne-body-h2::before {

    content: "\f4d7";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    flex: 0 0 auto;

    color: var(--mne-gold-dark);

    font-size: 17px;
}


/* =========================================================
   JOURS
   ========================================================= */

.mne-tour-main .mne-day-section {

    margin: 0 !important;

    padding: 14px 0 12px !important;
}


/* H3 jour */

.mne-tour-main .mne-day-section .mne-body-h3 {

    display: flex !important;

    align-items: center;

    gap: 9px;

    margin: 30px 0 14px !important;

    padding: 10px 13px !important;

    color: var(--mne-text) !important;

    font-size: 19px !important;

    line-height: 1.4 !important;

    font-weight: 700 !important;

    background:
        linear-gradient(
            90deg,
            rgba(200,167,91,.10),
            rgba(200,167,91,.025)
        ) !important;

    border: 0 !important;

    border-radius: 9px !important;

    box-shadow: none !important;
}


/* Icône localisation */

.mne-tour-main .mne-day-section .mne-body-h3::before {

    content: "\f3c5";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: var(--mne-gold-dark);

    font-size: 15px;
}


/* =========================================================
   AUCUN SÉPARATEUR ENTRE LES JOURS
   ========================================================= */

.mne-tour-main .mne-day-section::before,
.mne-tour-main .mne-day-section::after,
.mne-tour-main hr {

    display: none !important;

    content: none !important;
}


/* =========================================================
   CONTENU DES JOURS
   ========================================================= */

.mne-tour-main .mne-day-content {

    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.mne-tour-main .mne-highlights-section {

    margin-top: 35px;
}

.mne-tour-main .mne-highlights-section ul {

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;
}

.mne-tour-main .mne-highlights-section li {

    position: relative;

    margin: 0 !important;

    padding: 8px 0 8px 28px !important;

    color: var(--mne-text-soft);

    font-size: 15.5px;

    line-height: 1.6;

    background: transparent !important;

    border: 0 !important;
}

.mne-tour-main .mne-highlights-section li::before {

    content: "\f00c";

    position: absolute;

    left: 2px;

    top: 11px;

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: var(--mne-gold-dark);

    font-size: 12px;
}


/* =========================================================
   SERVICES
   ========================================================= */

.mne-tour-main .mne-services-section {

    margin-top: 40px;
}


/* =========================================================
   TITRES INCLUS / NON INCLUS
   ========================================================= */

.mne-tour-main .mne-included-title,
.mne-tour-main .mne-excluded-title {

    display: flex !important;

    align-items: center;

    gap: 10px;

    margin: 35px 0 14px !important;

    padding: 11px 15px !important;

    font-size: 19px !important;

    line-height: 1.4 !important;

    font-weight: 700 !important;

    border: 0 !important;

    border-radius: 8px !important;

    box-shadow: none !important;
}


/* =========================================================
   INCLUS — VERT
   ========================================================= */

.mne-tour-main .mne-included-title {

    color: #3f7351 !important;

    background:
        linear-gradient(
            90deg,
            rgba(63,115,81,.11),
            rgba(63,115,81,.025)
        ) !important;
}

.mne-tour-main .mne-included-title::before {

    content: "\f058";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: #4d8b62;

    font-size: 17px;
}


/* =========================================================
   NON INCLUS — ROUGE
   ========================================================= */

.mne-tour-main .mne-excluded-title {

    color: #914e49 !important;

    background:
        linear-gradient(
            90deg,
            rgba(164,91,86,.11),
            rgba(164,91,86,.025)
        ) !important;
}

.mne-tour-main .mne-excluded-title::before {

    content: "\f057";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: #a45b56;

    font-size: 17px;
}


/* =========================================================
   LISTES INCLUS / NON INCLUS
   ========================================================= */

/* UL */

.mne-tour-main .mne-included-title + ul,
.mne-tour-main .mne-excluded-title + ul {

    list-style: none !important;

    margin: 0 0 28px !important;

    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
}


/* LI */

.mne-tour-main .mne-included-title + ul li,
.mne-tour-main .mne-excluded-title + ul li {

    position: relative;

    margin: 0 !important;

    padding: 6px 0 6px 27px !important;

    color: var(--mne-text-soft) !important;

    font-size: 15px;

    line-height: 1.6;

    background: transparent !important;

    border: 0 !important;
}


/* Check inclus */

.mne-tour-main .mne-included-title + ul li::before {

    content: "\f00c";

    position: absolute;

    left: 2px;

    top: 10px;

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: #4d8b62;

    font-size: 11px;
}


/* X non inclus */

.mne-tour-main .mne-excluded-title + ul li::before {

    content: "\f00d";

    position: absolute;

    left: 2px;

    top: 10px;

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: #a45b56;

    font-size: 11px;
}


/* =========================================================
   FAQ — DETAILS
   ========================================================= */

.mne-tour-main .mne-faq-section {

    margin-top: 45px;
}


/* Chaque question */

.mne-tour-main .mne-faq-section details {

    margin: 0 0 10px !important;

    background: transparent !important;

    border: 0 !important;

    border-radius: 8px !important;

    overflow: hidden;
}


/* Question */

.mne-tour-main .mne-faq-section summary {

    position: relative;

    display: flex;

    align-items: center;

    min-height: 48px;

    padding: 12px 42px 12px 42px !important;

    color: var(--mne-text);

    font-size: 15.5px;

    line-height: 1.5;

    font-weight: 700;

    cursor: pointer;

    list-style: none;

    background:
        linear-gradient(
            90deg,
            rgba(200,167,91,.10),
            rgba(200,167,91,.025)
        );

    border: 0 !important;

    border-radius: 8px;
}


/* Supprimer flèche native */

.mne-tour-main .mne-faq-section summary::-webkit-details-marker {
    display: none;
}


/* Icône question */

.mne-tour-main .mne-faq-section summary::before {

    content: "\f059";

    position: absolute;

    left: 15px;

    top: 50%;

    transform: translateY(-50%);

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: var(--mne-gold-dark);

    font-size: 15px;
}


/* + */

.mne-tour-main .mne-faq-section details summary::after {

    content: "+";

    position: absolute;

    right: 15px;

    top: 50%;

    transform: translateY(-50%);

    color: var(--mne-gold-dark);

    font-size: 21px;

    font-weight: 400;
}


/* - */

.mne-tour-main .mne-faq-section details[open] summary::after {

    content: "−";
}


/* Réponse */

.mne-tour-main .mne-faq-section .mne-faq-answer,
.mne-tour-main .mne-faq-section details > p {

    margin: 0 !important;

    padding: 15px 18px 12px 42px !important;

    color: var(--mne-text-soft);

    font-size: 15px;

    line-height: 1.75;

    background: transparent !important;

    border: 0 !important;
}


/* =========================================================
   FAQ YOAST
   ========================================================= */

.mne-tour-main .mne-faq-section .schema-faq {

    width: 100%;
}


/* Carte */

.mne-tour-main .mne-faq-section .schema-faq-section {

    position: relative;

    margin: 0 0 12px;

    padding: 0;

    background: rgba(255,255,255,.55);

    border: 1px solid rgba(223,193,108,.20);

    border-radius: 12px;

    overflow: hidden;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


/* Hover */

.mne-tour-main .mne-faq-section .schema-faq-section:hover {

    background: rgba(255,255,255,.80);

    border-color: rgba(223,193,108,.45);

    box-shadow:
        0 5px 18px rgba(36,33,28,.06);
}


/* Question Yoast */

.mne-tour-main .mne-faq-section .schema-faq-question {

    position: relative;

    display: block;

    margin: 0;

    padding: 18px 55px 18px 48px;

    font-size: 17px;

    font-weight: 600;

    line-height: 1.5;

    color: #24211c;
}


/* Icône ? */

.mne-tour-main .mne-faq-section .schema-faq-question::before {

    content: "?";

    position: absolute;

    left: 19px;

    top: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 21px;

    height: 21px;

    border-radius: 50%;

    background: rgba(223,193,108,.18);

    color: #a18436;

    font-size: 13px;

    font-weight: 700;
}


/* + */

.mne-tour-main .mne-faq-section .schema-faq-question::after {

    content: "+";

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translateY(-50%);

    font-size: 23px;

    font-weight: 400;

    line-height: 1;

    color: #a18436;
}


/* Réponse Yoast */

.mne-tour-main .mne-faq-section .schema-faq-answer {

    position: relative;

    margin: 0;

    padding: 0 55px 20px 48px;

    font-size: 15.5px;

    line-height: 1.7;

    color: #5d5952;

    background: transparent !important;
}


/* Petite ligne dorée */

.mne-tour-main .mne-faq-section .schema-faq-answer::before {

    content: "";

    display: block;

    width: 35px;

    height: 2px;

    margin-bottom: 12px;

    background: #DFC16C;

    border-radius: 10px;
}


/* Strong question */

.mne-tour-main .mne-faq-section .schema-faq-question strong {

    font-weight: 650;

    color: #24211c;
}


/* Strong réponse */

.mne-tour-main .mne-faq-section .schema-faq-answer strong {

    font-weight: 700;

    color: #4d483f;
}


/* =========================================================
   LIENS
   ========================================================= */

.mne-tour-main .mne-tour-content a {

    color: var(--mne-gold-dark);

    text-decoration-thickness: 1px;

    text-underline-offset: 3px;
}

.mne-tour-main .mne-tour-content a:hover {

    color: var(--mne-text);
}


/* =========================================================
   GUTENBERG
   ========================================================= */

.mne-tour-main .mne-tour-content .wp-block-list {

    margin-top: 0;
}

.mne-tour-main .mne-tour-content figure,
.mne-tour-main .mne-tour-content .wp-block-image {

    margin-bottom: 25px;
}

.mne-tour-main .mne-tour-content blockquote {

    margin: 25px 0;

    padding: 15px 20px;

    color: var(--mne-text-soft);

    background: var(--mne-gold-soft);

    border: 0 !important;

    border-left:
        3px solid var(--mne-gold) !important;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.mne-tour-sidebar {

    position: sticky;

    top: 30px;

    min-width: 0;
}


/* =========================================================
   CONTACT CARD
   ========================================================= */

.mne-tour-contact-card {

    background: var(--mne-white);

    border:
        1px solid rgba(36,33,28,.10);

    box-shadow:
        0 15px 45px rgba(36,33,28,.09);

    padding: 26px;
}


/* Header */

.mne-contact-card-top {

    padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom:
        1px solid rgba(36,33,28,.10);
}

.mne-contact-kicker {

    display: block;

    margin-bottom: 8px;

    color: var(--mne-gold);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.mne-contact-card-top h2 {

    margin: 0;

    color: var(--mne-dark);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;

    line-height: 1.2;

    font-weight: 500;
}


/* =========================================================
   CONTACT FORM
   ========================================================= */

.mne-contact-form {

    width: 100%;
}

.mne-contact-form input,
.mne-contact-form textarea,
.mne-contact-form select {

    width: 100%;

    border:
        1px solid rgba(36,33,28,.16);

    background: #FCFAF5;

    color: var(--mne-dark);

    padding: 12px 13px;

    font-size: 14px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.mne-contact-form textarea {

    min-height: 120px;

    resize: vertical;
}

.mne-contact-form input:focus,
.mne-contact-form textarea:focus,
.mne-contact-form select:focus {

    border-color: var(--mne-gold);

    box-shadow:
        0 0 0 2px rgba(223,193,108,.12);
}

.mne-contact-form input[type="submit"],
.mne-contact-form button {

    width: 100%;

    padding: 13px 18px;

    border: 0;

    background: var(--mne-dark);

    color: var(--mne-white);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease;
}

.mne-contact-form input[type="submit"]:hover,
.mne-contact-form button:hover {

    background: var(--mne-gold);

    color: var(--mne-dark);
}


/* =========================================================
   TRUST
   ========================================================= */

.mne-contact-trust {

    margin-top: 24px;

    padding-top: 20px;

    border-top:
        1px solid rgba(36,33,28,.10);

    display: flex;

    flex-direction: column;

    gap: 12px;
}

.mne-trust-item {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #4a463f;

    font-size: 12px;
}

.mne-trust-item i {

    width: 18px;

    color: var(--mne-gold);

    text-align: center;
}


/* =========================================================
   MOBILE / TABLET
   ========================================================= */

@media (max-width: 900px) {

    .mne-tour-hero {
        min-height: 580px;
    }

    .mne-tour-hero-content {

        min-height: 580px;

        padding:
            70px 25px
            28px;
    }

    .mne-tour-main {

        grid-template-columns: 1fr;

        gap: 40px;

        padding:
            45px 25px;
    }

    .mne-tour-sidebar {

        position: relative;

        top: auto;
    }

    .mne-tour-contact-card {

        max-width: 600px;
    }
}


@media (max-width: 768px) {

    /* FAQ Yoast */

    .mne-tour-main .mne-faq-section {

        margin-top: 35px;
    }

    .mne-tour-main .mne-faq-section .schema-faq-section {

        margin-bottom: 9px;

        border-radius: 10px;
    }

    .mne-tour-main .mne-faq-section .schema-faq-question {

        padding:
            16px 48px 16px 42px;

        font-size: 16px;

        line-height: 1.5;
    }

    .mne-tour-main .mne-faq-section
    .schema-faq-question::before {

        left: 15px;

        top: 17px;

        width: 20px;

        height: 20px;

        font-size: 12px;
    }

    .mne-tour-main .mne-faq-section
    .schema-faq-question::after {

        right: 16px;

        font-size: 21px;
    }

    .mne-tour-main .mne-faq-section
    .schema-faq-answer {

        padding:
            0 16px 17px 42px;

        font-size: 15px;

        line-height: 1.65;
    }

    .mne-tour-main .mne-faq-section
    .schema-faq-answer::before {

        width: 30px;

        margin-bottom: 10px;
    }
}


@media (max-width: 700px) {

    .mne-tour-main .mne-intro-section {

        padding-top: 28px;
    }

    .mne-tour-main .mne-body-h1 {

        font-size: 28px;
    }

    .mne-tour-main .mne-body-h2 {

        font-size: 20px !important;

        padding:
            11px 13px !important;
    }

    .mne-tour-main .mne-day-section .mne-body-h3 {

        font-size: 18px !important;

        padding:
            9px 12px !important;
    }

    .mne-tour-main .mne-body-paragraph,
    .mne-tour-main .mne-day-content p,
    .mne-tour-main .mne-faq-answer,
    .mne-tour-main .mne-faq-section details > p {

        font-size: 15px;

        line-height: 1.7;
    }

    .mne-tour-main .mne-included-title,
    .mne-tour-main .mne-excluded-title {

        font-size: 18px !important;

        padding:
            10px 13px !important;
    }

    .mne-tour-contact-card {

        padding: 20px;
    }
}


/* =========================================================
   TRÈS PETIT MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .mne-tour-main .mne-body-h1 {

        font-size: 25px;
    }

    .mne-tour-main .mne-body-h2 {

        font-size: 19px !important;
    }

    .mne-tour-main .mne-day-section .mne-body-h3 {

        font-size: 17px !important;
    }

    .mne-tour-main .mne-tour-content {

        overflow-wrap: break-word;
    }
}


/* =========================================================
   HERO MOBILE — CONSERVÉ
   ========================================================= */

@media (max-width: 600px) {

    .mne-tour-hero {

        min-height: 540px;

        background-position: center center;
    }

    .mne-tour-hero-content {

        min-height: 540px;

        padding:
            50px 15px
            18px;
    }

    .mne-tour-private-badge {

        gap: 9px;

        margin-bottom: 15px;

        font-size: 9px;

        letter-spacing: 2px;
    }

    .mne-badge-line {

        width: 20px;
    }

    .mne-tour-title-wrap {

        margin-bottom: 17px;
    }

    .mne-tour-title {

        font-size: 31px;

        line-height: 1.08;

        letter-spacing: -.2px;
    }

    .mne-tour-info-bar {

        min-height: 46px;

        padding: 0 11px;

        gap: 8px;
    }

    .mne-tour-info-left {

        gap: 10px;
    }

    .mne-tour-info-item {

        gap: 5px;
    }

    .mne-tour-info-label {

        font-size: 7px;

        letter-spacing: 1px;
    }

    .mne-tour-info-value {

        font-size: 11px;
    }

    .mne-tour-info-separator {

        height: 15px;
    }

    .mne-tour-info-rating {

        gap: 5px;
    }

    .mne-stars {

        font-size: 9px;

        gap: 1px;
    }

    .mne-rating-number {

        font-size: 10px;
    }

    .mne-tour-main {

        padding:
            35px 18px;

        gap: 30px;
    }

    .mne-tour-content {

        font-size: 15px;

        line-height: 1.75;
    }
}


/* =========================================================
   VERY SMALL HERO
   ========================================================= */

@media (max-width: 400px) {

    .mne-tour-hero-content {

        padding-left: 11px;

        padding-right: 11px;
    }

    .mne-tour-title {

        font-size: 27px;
    }

    .mne-tour-info-bar {

        padding-left: 8px;

        padding-right: 8px;
    }

    .mne-tour-info-left {

        gap: 7px;
    }

    .mne-tour-info-item {

        gap: 4px;
    }

    .mne-tour-info-label {

        font-size: 6px;

        letter-spacing: .8px;
    }

    .mne-tour-info-value {

        font-size: 10px;
    }

    .mne-tour-info-separator {

        height: 13px;
    }

    .mne-stars {

        font-size: 8px;
    }

    .mne-rating-number {

        font-size: 9px;
    }
}


/* =========================================================
   BLOCKSY
   ========================================================= */

.single-post .mne-premium-tour-page {

    width: 100%;
}

.single-post .mne-premium-tour-page img {

    max-width: 100%;
}

.single-post .mne-premium-tour-page h1,
.single-post .mne-premium-tour-page h2,
.single-post .mne-premium-tour-page h3 {

    max-width: none;
}


/* =========================================================
   REMOVE WP EMPTY SPACING
   ========================================================= */

.mne-premium-tour-page p:empty {

    display: none;
}


/* =========================================================
   PRINT
   ========================================================= */

@media print {

    .mne-tour-hero {

        min-height: 400px;

        background-image: none !important;

        background: #24211C;
    }

    .mne-tour-hero-overlay {

        display: none;
    }

    .mne-tour-sidebar {

        display: none;
    }

    .mne-tour-main {

        display: block;

        padding: 20px 0;
    }
}
/* =========================================================
   MNE — INCLUDED / NOT INCLUDED
   FINAL — BACKGROUND TITRES
   ========================================================= */


/* ---------------------------------------------------------
   LISTES — BASE TRANSPARENTE
   --------------------------------------------------------- */

.mne-tour-main .mne-main-section > ul.wp-block-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 32px !important;
    background: transparent !important;
}

.mne-tour-main .mne-main-section > ul.wp-block-list > li {
    position: relative !important;
    list-style: none !important;
    color: #625d54 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 7px 0 7px 28px !important;
    margin: 0 !important;
}


/* ---------------------------------------------------------
   SUPPRIMER TOUS LES ANCIENS MARKERS
   --------------------------------------------------------- */

.mne-tour-main .mne-main-section > ul.wp-block-list > li::marker {
    content: "" !important;
    color: transparent !important;
}


/* =========================================================
   PREMIER TITRE — INCLUDED
   ========================================================= */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:first-of-type {

    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;

    color: #3f7351 !important;

    /* FOND VERT TRÈS LÉGER */
    background: linear-gradient(
        90deg,
        #edf5ef 0%,
        #f7faf7 55%,
        #fbfcfa 100%
    ) !important;

    border-radius: 10px !important;

    padding: 12px 18px !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* ICÔNE INCLUDED */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:first-of-type::before {

    content: "\f058" !important;

    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;

    color: #4d8b62 !important;

    margin-right: 9px !important;
}


/* ---------------------------------------------------------
   PREMIÈRE LISTE — CHECK VERT
   --------------------------------------------------------- */

.mne-tour-main .mne-main-section
> h3.mne-included-title:first-of-type
+ ul.wp-block-list > li::before {

    content: "\f00c" !important;

    position: absolute !important;

    left: 2px !important;
    top: 9px !important;

    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;

    font-size: 11px !important;

    color: #4d8b62 !important;
}


/* =========================================================
   DEUXIÈME TITRE — NOT INCLUDED
   ========================================================= */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:nth-of-type(2) {

    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;

    color: #914e49 !important;

    /* FOND ROUGE TRÈS LÉGER */
    background: linear-gradient(
        90deg,
        #f8eded 0%,
        #fcf7f7 55%,
        #fdfafa 100%
    ) !important;

    border-radius: 10px !important;

    padding: 12px 18px !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* ICÔNE NOT INCLUDED */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:nth-of-type(2)::before {

    content: "\f057" !important;

    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;

    color: #a45b56 !important;

    margin-right: 9px !important;
}


/* ---------------------------------------------------------
   DEUXIÈME LISTE — X ROUGE
   --------------------------------------------------------- */

.mne-tour-main .mne-main-section
> h3.mne-included-title:nth-of-type(2)
+ ul.wp-block-list > li::before {

    content: "\f00d" !important;

    position: absolute !important;

    left: 2px !important;
    top: 9px !important;

    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;

    font-size: 11px !important;

    color: #a45b56 !important;
}


/* ---------------------------------------------------------
   TEXTE — TOUJOURS GRIS
   --------------------------------------------------------- */

.mne-tour-main .mne-main-section
> ul.wp-block-list > li {

    color: #625d54 !important;
}


/* ---------------------------------------------------------
   AUCUN SÉPARATEUR
   --------------------------------------------------------- */

.mne-tour-main .mne-main-section
> h3.mne-included-title,
.mne-tour-main .mne-main-section
> ul.wp-block-list {

    border: 0 !important;
    box-shadow: none !important;
}


/* ---------------------------------------------------------
   FOND DES LISTES — TRANSPARENT
   --------------------------------------------------------- */

.mne-tour-main .mne-main-section
> ul.wp-block-list > li {

    background: transparent !important;
}

/* =========================================================
   INCLUDED — FOND VERT LÉGER SUR TITRE + LISTE
   ========================================================= */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:first-of-type {

    background: linear-gradient(
        90deg,
        #edf6ef 0%,
        #f5faf6 100%
    ) !important;

    color: #3f7351 !important;
    border-radius: 10px 10px 0 0 !important;
    padding: 12px 18px !important;
    margin-bottom: 0 !important;
}


/* Toute la liste INCLUDED */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:first-of-type
+ ul.wp-block-list {

    background: linear-gradient(
        90deg,
        #edf6ef 0%,
        #f8fbf8 100%
    ) !important;

    border-radius: 0 0 10px 10px !important;

    padding: 10px 18px 18px 18px !important;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
}


/* Éléments de la liste */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:first-of-type
+ ul.wp-block-list > li {

    background: transparent !important;
    color: #625d54 !important;
}
/* =========================================================
   NOT INCLUDED — FOND ROUGE LÉGER SUR TITRE + LISTE
   ========================================================= */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:nth-of-type(2) {

    background: linear-gradient(
        90deg,
        #faf0ef 0%,
        #fdf8f8 100%
    ) !important;

    color: #914e49 !important;

    border-radius: 10px 10px 0 0 !important;

    padding: 12px 18px !important;

    margin-bottom: 0 !important;
}


/* Toute la liste NOT INCLUDED */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:nth-of-type(2)
+ ul.wp-block-list {

    background: linear-gradient(
        90deg,
        #faf0ef 0%,
        #fdf9f9 100%
    ) !important;

    border-radius: 0 0 10px 10px !important;

    padding: 10px 18px 18px 18px !important;

    margin-top: 0 !important;

    margin-bottom: 32px !important;
}


/* Éléments de la liste — fond transparent */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title:nth-of-type(2)
+ ul.wp-block-list > li {

    background: transparent !important;

    color: #625d54 !important;
}
/* =========================================================
   MNE — ITINERARIO
   Fond léger du H2 jusqu'au dernier giorno
   S'arrête avant INCLUDED
   ========================================================= */

/* H2 + tous les jours = fond léger */

html body .mne-tour-main .mne-main-section {

    background: transparent !important;
}


/* H2 itinéraire */

html body .mne-tour-main .mne-main-section
> h2.mne-body-h2 {

    background: linear-gradient(
        90deg,
        #f7f3e9 0%,
        #fcfaf5 100%
    ) !important;

    padding: 16px 20px !important;

    border-radius: 12px 12px 0 0 !important;

    margin-bottom: 0 !important;

    color: #29261f !important;
}


/* =========================================================
   FOND DES JOURS
   ========================================================= */

html body .mne-tour-main .mne-main-section
> .mne-day-section {

    background: linear-gradient(
        90deg,
        #f7f3e9 0%,
        #fcfaf5 100%
    ) !important;

    padding: 14px 20px !important;

    margin: 0 !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* Premier jour : liaison avec le H2 */

html body .mne-tour-main .mne-main-section
> h2.mne-body-h2
+ .mne-day-section {

    padding-top: 10px !important;
}


/* Dernier jour avant INCLUDED */

html body .mne-tour-main .mne-main-section
> .mne-day-section:has(
    + h3.mne-included-title
) {

    border-radius: 0 0 12px 12px !important;

    padding-bottom: 22px !important;

    margin-bottom: 28px !important;
}


/* =========================================================
   H3 DES JOURS
   ========================================================= */

html body .mne-tour-main .mne-main-section
> .mne-day-section h3 {

    background: transparent !important;

    color: #29261f !important;

    border: 0 !important;

    box-shadow: none !important;

    margin-top: 0 !important;
}


/* Tout le contenu à l'intérieur reste transparent */

html body .mne-tour-main .mne-main-section
> .mne-day-section * {

    border-bottom: 0 !important;
    box-shadow: none !important;
}


/* =========================================================
   INCLUDED RESTE INDÉPENDANT
   ========================================================= */

html body .mne-tour-main .mne-main-section
> h3.mne-included-title {

    position: relative !important;
    z-index: 2 !important;
}


/* =========================================================
   MNE — PREMIER PARAGRAPHE APRÈS LE H2
   ========================================================= */

html body .mne-tour-main .mne-main-section
> h2.mne-body-h2
+ p.mne-body-paragraph {

    background: linear-gradient(
        90deg,
        #faf7ef 0%,
        #fefcf8 100%
    ) !important;

    padding: 18px 20px 20px !important;

    margin-top: 0 !important;
    margin-bottom: 28px !important;

    border-radius: 0 0 12px 12px !important;

    border: 0 !important;
    box-shadow: none !important;

    color: #625d54 !important;
}