@font-face {
    font-family: "Montserrat";
    src: url("Montserrat-VariableFont_wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Triplex";
    src: url("triplex-italic.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 0 20px 50px;
    background-color: #000000;
    color: #FFFFFF;
}

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

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

.top-image {
    display: block;
    margin: 0 auto;
}

.teaser {
    margin-top: 24px;
    margin-bottom: 0;
    font-family: "Triplex", sans-serif;
    font-size: 22px;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.22em;
    color: #f2f2f2;
}

.wide-image {
    display: block;
    margin: 0 auto 40px;
}

.bottom-banner {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.bottom-image {
    display: block;
    max-width: 100%;
    height: auto;
}


.rt-easter-egg {
    position: absolute;

    /* Zone du "RT" - à ajuster */
    left: 48%;
    top: 0;
    width: 6%;
    height: 65%;
    cursor: pointer;
    /*background: rgba(255, 0, 0, 0.35);*/
    z-index: 2;
}

.bottom-image-hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1;
}

.rt-easter-egg:hover ~ .bottom-image-hover {
    opacity: 1;
}

.social-links {
    margin: 18px 0 32px;
    font-size: 1.1em;
    line-height: 1.6;
}

.social-link {
    color: #D7106C;
    text-decoration: none;
    display: inline-block;
    padding: 6px 8px;
}

.established {
    margin: -20px 0 0;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #666666;
}

@media (max-width: 600px) {
    body {
        padding: 20px 16px 40px;
    }

    p {
        font-size: 1.3em;
        line-height: 1.7;
    }

    .social-link {
        padding: 8px 7px;
    }
}

.about-page {
    min-height: 100vh;
}

.about-page .top-image {
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
}

.about-content {
    width: 100%;
    max-width: 760px;
    margin: 20px auto 60px;
    text-align: left;
}

.about-content h2 {
    margin: 0 0 36px;
    font-family: "Triplex", sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.18em;
    color: #f2f2f2;
}

.about-content p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.8;
    color: #d8d8d8;
}

.phase-symbol {
    display: block;
    margin: 240px auto 40px;
    opacity: 0.75;
}

.about-footer {
    margin: 0 0 50px;
}

@media (max-width: 600px) {
    .about-content {
        margin: 20px auto 40px;
    }

    .about-content h2 {
        font-size: 23px;
        letter-spacing: 0.12em;
    }

    .about-content p {
        font-size: 17px;
        line-height: 1.7;
    }
}

