/*!
 * Marché Matinal de Liège — Custom styles
 * Copyright 2026
 */
:root {
    --mmdl-primary: #a2195b;
    --mmdl-primary-light: #b5477c;
    --mmdl-secondary: #c0d000;
    --mmdl-secondary-light: #cdd933;
    --mmdl-secondary-soft: #d9df8c;
    --mmdl-secondary-pale: #eff3bf;
    --mmdl-body-bg: #e9e9e9;
    --tp-theme-primary: var(--mmdl-secondary);
}

.tp-main-menu nav > ul > li {
    margin: 0 20px;
}

.tp-main-menu nav ul li.tp-nav-active > a {
    color: var(--mmdl-primary);
}

.tp-main-menu nav li.tp-nav-active > a {
    text-decoration: underline;
    text-decoration-color: var(--mmdl-primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.tp-submenu li.tp-nav-active > a {
    font-weight: 600;
    text-underline-offset: 4px;
}

.tp-service-vp-bigtitle,
.tp-hero-vp-title,
.tp-footer-vp-bigtext {
    line-height: 1.2;
    white-space: nowrap;
}

.tp-hero-it-content {
    margin-left: 0 !important;
}

.tp-hero-area.tp-hero-it-spacing {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, var(--mmdl-body-bg) 0%, var(--mmdl-secondary-soft) 100%);
    z-index: 0;
}

.tp-video-vp-area.tp-video-brand-img-wrap-2 {
    background-color: var(--mmdl-secondary-soft);
}

.tp-bg-mmdl-primary {
    background-color: var(--mmdl-primary);
}

.tp-bg-mmdl-primary:hover,
.tp-bg-mmdl-primary:focus {
    color: var(--tp-common-white);
}

.tp-service-vp-bigtitle {
    font-size: clamp(80px, 18vw, 300px);
}

.tp-hero-vp-title,
.tp-footer-vp-bigtext {
    font-size: clamp(100px, 22vw, 420px);
}

.tp-hero-it-counter-wrap {
    border-top: 0;
}

.tp-about-it-expreance {
    font-size: clamp(120px, 20vw, 292px);
}

.tp-about-it-blur {
    background-color: var(--mmdl-secondary);
}

.tp-section-it-subtitle {
    border: 1px solid var(--tp-common-black-1);
}

.tp-blog-meta {
    border: 1px solid var(--tp-grey-2);
}

.tp-brand-area .al-brand-wrapper {
    background: var(--mmdl-secondary);
}

.tp-blog-details-2-social [data-copy-link] i::before {
    transition: opacity 0.4s ease;
}

.tp-blog-details-2-social [data-copy-link].is-fading i::before {
    opacity: 0;
}

.tp-blog-it-item .tp-blog-thumb img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: all 0.4s ease;
}

.tp-blog-it-item:hover .tp-blog-thumb img {
    transform: scale(1.1);
}

.tp-blog-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--mmdl-secondary-soft);
    font-size: 40px;
    line-height: 1;
}

.tp-blog-details-content,
.tp-blog-details-content p,
.tp-blog-details-content li,
.tp-blog-details-content blockquote,
.tp-blog-details-content h1,
.tp-blog-details-content h2,
.tp-blog-details-content h3,
.tp-blog-details-content h4,
.tp-blog-details-content h5,
.tp-blog-details-content h6,
.tp-blog-details-content a {
    font-family: var(--tp-ff-inter);
}

.tp-blog-details-content p,
.tp-blog-details-content li {
    color: var(--tp-common-black-4);
    font-size: 18px;
    line-height: 1.6;
}

.tp-blog-details-content p {
    margin-bottom: 20px;
}

.tp-blog-details-content h1,
.tp-blog-details-content h2,
.tp-blog-details-content h3,
.tp-blog-details-content h4,
.tp-blog-details-content h5,
.tp-blog-details-content h6 {
    color: var(--tp-common-black-1);
    font-weight: 600;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
}

.tp-blog-details-content h2 {
    font-size: 36px;
}

.tp-blog-details-content h3 {
    font-size: 28px;
}

.tp-blog-details-content h4 {
    font-size: 22px;
}

.tp-blog-details-content h5 {
    font-size: 20px;
}

.tp-blog-details-content h6 {
    font-size: 18px;
}

.tp-blog-details-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.tp-blog-details-content ul,
.tp-blog-details-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.tp-blog-details-content li {
    margin-bottom: 8px;
}

.tp-blog-details-content blockquote {
    border-left: 4px solid var(--mmdl-secondary);
    padding: 8px 24px;
    margin: 24px 0;
    color: var(--tp-common-black-1);
    font-size: 20px;
    font-style: italic;
}

.tp-blog-details-content a {
    color: var(--mmdl-primary);
    text-decoration: underline;
}

.tp-blog-details-content a:hover {
    color: var(--mmdl-primary-light);
}

.tp-about-me-banner {
    width: 100%;
    overflow: hidden;
}

.tp-about-me-banner img {
    width: 100%;
    height: clamp(300px, 60vh, 720px);
    object-fit: cover;
    display: block;
}

.tp-market-hero-title-wrap .tp-about-it-blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 70%;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.45;
    z-index: -1;
    pointer-events: none;
}

.tp-market-history-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
}

.tp-market-history-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-service-pp-pin .tp-service-pp-item {
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .tp-service-area.tp-bg-common-black {
        padding-bottom: 500px !important;
    }
}

.tp-market-governance-card {
    background-color: var(--tp-common-white-2, #f5f5f5);
    padding: 50px 40px;
    border-radius: 16px;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tp-market-governance-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.tp-market-governance-card .tp-about-process-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--mmdl-secondary-soft);
    color: var(--mmdl-primary);
    font-size: 32px;
}

.tp-market-governance-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 40px;
}

.tp-service-cst-info-list ul li.tp-join-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--tp-common-black-1);
}

.tp-service-cst-info-list ul li.tp-join-benefit-item:first-child {
    padding-top: 0;
}

.tp-service-cst-info-list ul li.tp-join-benefit-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tp-service-cst-info-list ul li.tp-join-benefit-item > span:first-child {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-right: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mmdl-secondary-soft);
    color: var(--mmdl-primary);
    transform: none;
}

.tp-service-cst-info-list ul li.tp-join-benefit-item > span:first-child svg {
    width: 16px;
    height: 12px;
}

.tp-service-cst-info-list ul li.tp-join-benefit-item .tp-join-benefit-text {
    flex: 1;
}

.tp-join-occupation h2 .purecounter,
.tp-join-occupation h2 {
    color: var(--mmdl-primary);
}

.tp-join-plan-thumb {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.tp-join-plan-thumb img {
    transition: transform 0.6s ease;
}

.tp-join-plan-thumb:hover img {
    transform: scale(1.04);
}

.loader-wrap {
    background: #fefefe !important;
    transition: 0.5s all;
}

.loader-wrap .loader-gif {
    position: relative;
    z-index: 20;
    width: clamp(80px, 10vw, 140px);
    height: auto;
    display: block;
}

.tp-join-talk-area .tp-footer-top-title {
    font-size: 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-join-talk-area .tp-footer-top-title {
        font-size: 95px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-join-talk-area .tp-footer-top-title {
        font-size: 68px;
    }
}

@media (max-width: 574.98px) {
    .tp-join-talk-area .tp-footer-top-title {
        font-size: 52px;
    }
}

.tp-info-map-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    aspect-ratio: 4 / 3;
}

.tp-info-map-wrap--full {
    aspect-ratio: auto;
    height: clamp(360px, 50vh, 560px);
}

.tp-info-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.tp-info-figure {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--tp-common-white-2, #f5f5f5);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.tp-info-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.tp-info-figure-caption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 8px 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    max-width: calc(100% - 32px);
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.tp-info-circulation-thumb {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.tp-info-circulation-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tp-info-circulation-thumb:hover img {
    transform: scale(1.04);
}

.tp-info-hours-area {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.tp-info-hours-card {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 50px 40px;
    height: 100%;
    transition: transform 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}

.tp-info-hours-card:hover {
    transform: translateY(-6px);
    border-color: var(--mmdl-secondary);
    background-color: rgba(192, 208, 0, 0.06);
}

.tp-info-hours-time-labels {
    margin-bottom: 14px;
}

.tp-info-hours-time-label {
    color: var(--mmdl-secondary);
}

.tp-info-hours-time-values {
    gap: 16px;
}

.tp-info-hours-divider {
    color: var(--mmdl-secondary);
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.tp-info-hours-note {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

@media (max-width: 575px) {
    .tp-info-hours-card {
        padding: 36px 28px;
    }
}

.tp-contact-number {
    padding: 20px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.mmdl-cc-locked {
    overflow: hidden;
}

.mmdl-linkbtn {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.mmdl-cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 13px 24px;
    border-radius: 50px;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.mmdl-cookie-btn--primary {
    background-color: var(--mmdl-primary);
    color: #fff;
}

.mmdl-cookie-btn--primary:hover,
.mmdl-cookie-btn--primary:focus-visible {
    background-color: var(--mmdl-primary-light);
    color: #fff;
}

.mmdl-cookie-btn--ghost {
    background-color: transparent;
    border-color: #d3d3d3;
    color: #1a1a1a;
}

.mmdl-cookie-btn--ghost:hover,
.mmdl-cookie-btn--ghost:focus-visible {
    border-color: var(--mmdl-primary);
    color: var(--mmdl-primary);
}

.mmdl-cookie-btn--text {
    background-color: transparent;
    border: none;
    color: #555;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.mmdl-cookie-btn--text:hover,
.mmdl-cookie-btn--text:focus-visible {
    color: var(--mmdl-primary);
}

.mmdl-cc-banner {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 9999;
    width: 372px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.mmdl-cc-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mmdl-cc-banner-inner {
    padding: 22px 24px 20px;
}

.mmdl-cc-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
}

.mmdl-cc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--mmdl-secondary-pale);
    color: var(--mmdl-primary);
    font-size: 16px;
    flex-shrink: 0;
}

.mmdl-cc-title {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin: 0;
    line-height: 1.2;
}

.mmdl-cc-text {
    font-size: 13.5px;
    line-height: 1.55;
    color: #5a5a5a;
    margin: 0 0 16px;
}

.mmdl-cc-banner .mmdl-cookie-btn {
    padding: 10px 18px;
    font-size: 13px;
}

.mmdl-cc-banner .mmdl-cookie-btn--text {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mmdl-cc-policy-link {
    color: var(--mmdl-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

.mmdl-cc-policy-link:hover {
    color: var(--mmdl-primary-light);
}

.mmdl-cc-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.mmdl-cc-actions .mmdl-cookie-btn--primary,
.mmdl-cc-actions .mmdl-cookie-btn--ghost {
    flex: 1 1 auto;
}

.mmdl-cc-actions .mmdl-cookie-btn--text {
    flex: 1 1 100%;
    margin-top: 4px;
}

.mmdl-cc-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mmdl-cc-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 15, 0.55);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mmdl-cc-modal.is-visible .mmdl-cc-modal-backdrop {
    opacity: 1;
}

.mmdl-cc-modal-card {
    position: relative;
    width: 600px;
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px 32px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(16px) scale(0.98);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mmdl-cc-modal.is-visible .mmdl-cc-modal-card {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.mmdl-cc-modal-close {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #f3f3f1;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.mmdl-cc-modal-close:hover {
    background: var(--mmdl-primary);
    color: #fff;
}

.mmdl-cc-modal-title {
    font-size: 26px;
    font-weight: 700;
    color: #141414;
    margin: 0 0 14px;
    padding-right: 40px;
}

.mmdl-cc-modal-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 26px;
}

.mmdl-cc-cat {
    padding: 22px 0;
    border-top: 1px solid #ededed;
}

.mmdl-cc-cat:last-of-type {
    border-bottom: 1px solid #ededed;
}

.mmdl-cc-cat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.mmdl-cc-cat-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
}

.mmdl-cc-cat-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.mmdl-cc-badge {
    font-size: 12px;
    font-weight: 600;
    color: #5a6b00;
    background: var(--mmdl-secondary-pale);
    padding: 6px 12px;
    border-radius: 50px;
    white-space: nowrap;
}

.mmdl-cc-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 28px;
    cursor: pointer;
}

.mmdl-cc-switch input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.mmdl-cc-slider {
    position: absolute;
    inset: 0;
    background: #cfcfcf;
    border-radius: 50px;
    transition: background 0.25s ease;
}

.mmdl-cc-slider::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: transform 0.25s ease;
}

.mmdl-cc-switch input:checked + .mmdl-cc-slider {
    background: var(--mmdl-primary);
}

.mmdl-cc-switch input:checked + .mmdl-cc-slider::before {
    transform: translateX(22px);
}

.mmdl-cc-switch input:focus-visible + .mmdl-cc-slider {
    outline: 2px solid var(--mmdl-primary-light);
    outline-offset: 2px;
}

.mmdl-cc-modal-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
}

.mmdl-cc-modal-actions .mmdl-cookie-btn {
    padding: 12px 18px;
    font-size: 13.5px;
}

.mmdl-cookie-table-wrap {
    overflow-x: auto;
    border: 1px solid #ececec;
    border-radius: 14px;
}

.mmdl-cookie-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 15px;
}

.mmdl-cookie-table th {
    text-align: left;
    background: #f6f6f3;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 16px 18px;
    white-space: nowrap;
}

.mmdl-cookie-table td {
    padding: 16px 18px;
    border-top: 1px solid #efefef;
    color: #444;
    line-height: 1.5;
    vertical-align: top;
}

.mmdl-cookie-table code {
    background: #f3f3f1;
    color: var(--mmdl-primary);
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
}

.mmdl-cookie-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    white-space: nowrap;
}

.mmdl-cookie-tag--necessary {
    background: var(--mmdl-secondary-pale);
    color: #5a6b00;
}

.mmdl-cookie-tag--analytics {
    background: rgba(162, 25, 91, 0.1);
    color: var(--mmdl-primary);
}

@media (max-width: 575px) {
    .mmdl-cc-banner {
        left: 16px;
        right: 16px;
        bottom: 16px;
        width: auto;
    }

    .mmdl-cc-banner-inner {
        padding: 26px 24px 24px;
    }

    .mmdl-cc-actions .mmdl-cookie-btn--primary,
    .mmdl-cc-actions .mmdl-cookie-btn--ghost {
        flex: 1 1 100%;
    }

    .mmdl-cc-modal-card {
        padding: 32px 24px 26px;
    }

    .mmdl-cc-modal-actions {
        flex-wrap: wrap;
    }

    .mmdl-cc-modal-actions .mmdl-cookie-btn {
        flex: 1 1 100%;
        font-size: 14px;
        padding: 13px 24px;
    }
}
