.mt-discours-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.mt-discours-intro {
    margin-bottom: 40px;
}

.mt-kicker {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 700;
    color: #6b4b35;
}

.mt-discours-intro h1 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    margin-bottom: 18px;
}

.mt-discours-intro p {
    font-size: 18px;
    max-width: 900px;
}

.mt-hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-bottom: 35px;
}

.mt-hero-main,
.mt-hero-small,
.mt-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    border-radius: 14px;
}

.mt-hero-main {
    grid-row: span 2;
}

.mt-hero-main img,
.mt-hero-small img,
.mt-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.mt-card-link,
.mt-card a {
    text-decoration: none !important;
    color: inherit;
    display: block;
    height: 100%;
}

.mt-card-content {
    padding: 20px;
}

.mt-date {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

.mt-hero-main h2,
.mt-hero-small h2,
.mt-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.mt-hero-main h2 {
    font-size: 32px;
}

.mt-doc-nav {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 30px 0 50px;
}

.mt-doc-nav a,
.mt-archive-links a,
.mt-vision-block a {
    background: #0f172a;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 600;
}

.mt-section {
    margin: 60px 0;
}

.mt-section h2,
.mt-archives-block h2,
.mt-vision-block h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.mt-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mt-card p {
    color: #475569;
}

.mt-readmore {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    color: #0f172a;
}

.mt-quote-block {
    background: #f8fafc;
    border-left: 5px solid #6b4b35;
    padding: 35px;
    margin: 60px 0;
    border-radius: 12px;
}

.mt-quote-block p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 12px;
}

.mt-quote-block span {
    color: #64748b;
}

.mt-archives-block,
.mt-vision-block {
    background: #f8fafc;
    padding: 35px;
    border-radius: 16px;
    margin: 60px 0;
}

.mt-archive-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

@media (max-width: 900px) {
    .mt-hero-grid,
    .mt-card-grid {
        grid-template-columns: 1fr;
    }

    .mt-hero-main h2 {
        font-size: 26px;
    }

    .mt-discours-page {
        padding: 30px 16px;
    }
}
.mt-vision-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.mt-vision-intro {
    margin-bottom: 40px;
}

.mt-kicker {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 700;
    color: #6b4b35;
}

.mt-vision-intro h1 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.1;
    margin-bottom: 18px;
}

.mt-vision-intro p {
    font-size: 18px;
    max-width: 920px;
}

.mt-vision-hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-bottom: 55px;
}

.mt-vision-hero-main,
.mt-vision-hero-small,
.mt-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    border-radius: 14px;
}

.mt-vision-hero-main {
    grid-row: span 2;
}

.mt-vision-hero-main img,
.mt-vision-hero-small img,
.mt-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.mt-card-link,
.mt-card a {
    text-decoration: none !important;
    color: inherit;
    display: block;
    height: 100%;
}

.mt-card-content {
    padding: 20px;
}

.mt-date {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

.mt-vision-hero-main h2 {
    font-size: 32px;
    line-height: 1.25;
}

.mt-vision-hero-small h2,
.mt-card h3 {
    font-size: 21px;
    line-height: 1.25;
}

.mt-vision-pillars {
    margin: 60px 0;
}

.mt-vision-pillars h2,
.mt-section h2,
.mt-vision-links h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.mt-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.mt-pillar-grid article {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
}

.mt-pillar-grid h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.mt-pillar-grid p,
.mt-card p,
.mt-vision-links p {
    color: #475569;
}

.mt-vision-quote {
    background: #0f172a;
    color: #fff;
    padding: 38px;
    border-radius: 18px;
    margin: 60px 0;
}

.mt-vision-quote p {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 12px;
}

.mt-vision-quote span {
    color: #cbd5e1;
}

.mt-section {
    margin: 60px 0;
}

.mt-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mt-readmore {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    color: #0f172a;
}

.mt-vision-links {
    background: #f8fafc;
    padding: 35px;
    border-radius: 16px;
    margin: 60px 0;
}

.mt-archive-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.mt-archive-links a {
    background: #0f172a;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 600;
}

@media (max-width: 900px) {
    .mt-vision-hero-grid,
    .mt-pillar-grid,
    .mt-card-grid {
        grid-template-columns: 1fr;
    }

    .mt-vision-hero-main h2 {
        font-size: 26px;
    }

    .mt-vision-page {
        padding: 30px 16px;
    }
}
.mt-video-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.mt-video-intro {
    margin-bottom: 45px;
}

.mt-video-intro h2 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
}

.mt-video-intro p {
    font-size: 18px;
    max-width: 920px;
}

.mt-video-actions,
.mt-archive-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.mt-video-actions a,
.mt-archive-links a,
.mt-video-featured a,
.mt-video-collection-grid a {
    background: #0f172a;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 600;
}

.mt-video-featured {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 28px;
    align-items: center;
    background: #f8fafc;
    border-radius: 18px;
    padding: 32px;
    margin: 50px 0;
}

.mt-video-frame iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 14px;
}

.mt-video-collections,
.mt-video-site,
.mt-video-links {
    margin: 60px 0;
}

.mt-video-collections h2,
.mt-video-site h2,
.mt-video-links h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.mt-video-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.mt-video-collection-grid article {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
}

.mt-video-collection-grid h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.mt-video-collection-grid p {
    color: #475569;
}

@media (max-width: 900px) {
    .mt-video-featured,
    .mt-video-collection-grid,
    .mt-card-grid {
        grid-template-columns: 1fr;
    }

    .mt-video-page {
        padding: 30px 16px;
    }
}
.mt-youtube-placeholder {
    background: #0f172a;
    color: #fff;
    border-radius: 14px;
    padding: 40px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mt-youtube-placeholder h3 {
    color: #fff;
    font-size: 26px;
}

.mt-youtube-placeholder p {
    color: #cbd5e1;
}

.mt-youtube-placeholder a {
    display: inline-block;
    width: fit-content;
    margin-top: 14px;
    background: #fff;
    color: #0f172a !important;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 700;
}
.mt-video-selection {
    margin: 60px 0;
}

.mt-video-selection h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.mt-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.mt-video-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

.mt-video-card a {
    display: block;
    text-decoration: none !important;
    color: inherit;
}

.mt-video-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.mt-video-card-content {
    padding: 18px;
}

.mt-video-card-content h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.mt-video-card-content span {
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 900px) {
    .mt-video-grid {
        grid-template-columns: 1fr;
    }
}
.mt-sources-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.mt-sources-header {
    text-align: center;
    margin-bottom: 50px;
}

.mt-sources-header h2 {
    font-size: clamp(34px,4vw,54px);
    line-height: 1.1;
}

.mt-sources-header p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
}

.mt-sources-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.mt-source-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .2s ease;
}

.mt-source-card:hover {
    transform: translateY(-3px);
}

.mt-source-card a {
    display: block;
    text-decoration: none !important;
    color: inherit;
    padding: 28px;
    text-align: center;
}

.mt-source-avatar img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.mt-source-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

.mt-source-content p {
    color: #64748b;
}

.mt-source-link {
    display: inline-block;
    margin-top: 14px;
    font-weight: 700;
    color: #0f172a;
}

@media (max-width:900px){

    .mt-sources-grid{
        grid-template-columns:1fr;
    }

}
/* =========================
   REVUE DE PRESSE
========================= */

.mt-revue-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.mt-revue-featured {
    background: #f8fafc;
    border-left: 5px solid #6b4b35;
    padding: 35px;
    border-radius: 16px;
    margin: 40px 0 60px;
}

.mt-revue-featured h2 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
    margin-bottom: 18px;
}

.mt-revue-featured p {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.7;
}

.mt-revue-grid {
    margin: 60px 0;
}

.mt-source {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

.mt-revue-links {
    background: #f8fafc;
    padding: 35px;
    border-radius: 16px;
    margin: 70px 0;
}

.mt-revue-links h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .mt-revue-page {
        padding: 30px 16px;
    }

    .mt-revue-featured {
        padding: 26px;
    }
}
/* =========================
   CONTACT
========================= */

.mt-contact-infos {
    max-width: 900px;
    margin: 60px auto 40px;
    padding: 35px;
    background: #f8fafc;
    border-left: 5px solid #6b4b35;
    border-radius: 16px;
}

.mt-contact-infos h2 {
    font-size: 34px;
    margin-bottom: 16px;
}

.mt-contact-infos p {
    font-size: 17px;
    line-height: 1.7;
}

.mt-contact-card {
    margin-top: 28px;
    padding: 28px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
}

.mt-contact-card h3 {
    margin-bottom: 18px;
}

.mt-contact-card a {
    font-weight: 600;
}

.mt-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.mt-contact-links a {
    display: inline-block;
    padding: 10px 16px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.mt-contact-links a:hover {
    background: #6b4b35;
    color: #ffffff;
}

@media (max-width: 768px) {
    .mt-contact-infos {
        padding: 25px;
        margin-top: 40px;
    }

    .mt-contact-infos h2 {
        font-size: 28px;
    }
}