@font-face {
    font-family: 'OpenRunde';
    src: url('types/OpenRunde-Regular.woff2') format('woff2');
    font-weight: 400 500 600 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'OpenRunde', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    cursor: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100vw;
}

.layer-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle,
            #ffffff5d 0%,
            #ffffff26 50%,
            #ffffff00 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9998;
}

.gradient {
    background: linear-gradient(108deg, #8CC8E6 3.52%, #FF009B 26.66%, #5046B4 64.75%, #DBE11F 96.29%);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #171717;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

h1 {
    color: #fff;
}

.text-box {
    padding-top: 64px;
    padding-bottom: 64px;
}

p {
    font-family: 'OpenRunde';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

footer {
    padding-top: 3vh;
    padding-bottom: 4vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2vh;
    width: 100vw;
    z-index: 3;
}

.TDC-icon {
    background: url(data/TDC71-ICON.gif) rgba(211, 211, 211, 0) 50% / cover no-repeat;
    background-blend-mode: hard-light;
    min-height: 100vh;
    max-width: 100vw;
    font-size: 36px;
    line-height: 180%;
    display: flex;
    flex-wrap: wrap;
    background-size: contain;
    align-content: space-between;
    justify-content: space-between;
}

.GH,
.GB {
    text-align: left;
    min-width: 45%;
    margin-left: 24px;
}

.DH,
.DB {
    text-align: right;
    min-width: 45%;
    margin-right: 24px;
}

.GB,
.DB {
    margin-top: auto;
}


.Y {
    color: #DBE11F;
    letter-spacing: 0.4vw;
}

.B {
    color: #fff;
}

@media (max-width: 1200px) {

    .GH,
    .DH,
    .GB,
    .DB {
        width: 100%;
        min-width: auto;
        margin-left: 4px;
        margin-right: 4px;
        font-size: 24px;
        line-height: 42px;
    }

    .column {
        column-count: 1;
        gap: 0px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .image-container {
        flex-direction: column;
        gap: 20px;
    }

    .image-container img {
        max-width: 100%;
        border-radius: 6px;
    }

}

.image-container {
    display: flex;
    gap: 20px;
    max-width: 100vw;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-left: 9.75vw;
    padding-right: 9.75vw;
}

.image-container img {
    width: 100vw;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

@media (min-width: 1201px) {

    .GH,
    .DH,
    .GB,
    .DB {
        margin-left: 24px;
        margin-right: 24px;
        filter: blur(1px);

    }

    .column {
        column-count: 2;
        gap: 12px;
        column-fill: balance;
        align-items: flex-start;
        padding-left: 48px;
        padding-right: 48px;
    }

}

.DH,
.GB,
.DB {
    filter: blur(3px);
}

.DH:hover,
.GB:hover,
.DB:hover {
    filter: blur(1px);
}


.wide {
    font-family: 'OpenRunde';
    letter-spacing: 1.3vw;
    text-align: center;
    width: 100%;
    font-size: 32px;
    color: #DBE11F;
    font-weight: 900;
    padding-top: 8px;
    padding-bottom: 28px;
}

video {
    width: 80vw;
    padding: 64px 10%;
    border-radius: 16px;
}

.v-frame {
    border-radius: 12px;
}

.logo {
    height: 74px;
    width: auto;
    gap: 16px;
}

a:link {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #DBE11F;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

b {
    font-weight: bold;
}

.lieux {
    align-items: center;
    text-align: center;
    margin-bottom: 96px;
}

sup {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 100%;
}

.content {
    position: relative;
    z-index: 1;
}

.bg-letters {
    position: fixed;
    inset: 0;
    z-index: -5;
    overflow: hidden;
    pointer-events: none;

}


.bg-letters .l {
    position: absolute;
    font-family: "OpenRunde", system-ui, Arial, sans-serif;
    font-weight: 900;
    line-height: 0.8;
    opacity: var(--bg-letter-opacity);
    mix-blend-mode: multiply;
    user-select: none;
    opacity: 72%;
    font-size: clamp(48rem, 90vw, 80rem);
}

.l-t {
    left: 18vw;
    top: -15vh;
    animation: floatA 18s ease-in-out infinite;
    filter: blur(24px);
    color: #5046B4;
    text-transform: lowercase;
}

.l-d {
    right: 35vw;
    top: 3vh;
    animation: floatB 22s ease-in-out infinite;
    filter: blur(13px);
    color: #FF009B;
    text-transform: lowercase;
}

.l-c {
    left: 50vw;
    top: 5vh;
    animation: floatC 26s ease-in-out infinite;
    color: #8CC8E6;
    text-transform: lowercase;
}

@keyframes floatA {
    0% {
        transform: translate3d(0, 0, 0) rotate(-3deg);
        filter: blur(40px);
        transform: scale(1.1);
    }

    50% {
        transform: translate3d(2vw, 3vh, 0) rotate(7deg);
        filter: blur(60px);
        transform: scale(0.85);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(-3deg);
        filter: blur(40px);
        transform: scale(1.1);
    }
}

@keyframes floatB {
    0% {
        transform: translate3d(0, 0, 0) rotate(10deg);
        filter: blur(30px);
        transform: scale(0.7);
    }

    50% {
        transform: translate3d(-2vw, 2vh, 0) rotate(-5deg);
        filter: blur(45px);
        transform: scale(1.1);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(10deg);
        filter: blur(30px);
        transform: scale(0.7);
    }
}

@keyframes floatC {
    0% {
        transform: translate3d(0, 0, 0) rotate(-14 deg);
        filter: blur(35px);
        transform: scale(1.3);
    }

    50% {
        transform: translate3d(1vw, -3vh, 0) rotate(2deg);
        filter: blur(50px);
        transform: scale(0.8);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(-14 deg);
        filter: blur(35px);
        transform: scale(1.3);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bg-letters .l {
        animation: ease-in-out;
    }
}

.left {
    text-align: left;
    letter-spacing: 0.7vw;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 48px;

}

.right {
    text-align: right;
    letter-spacing: 0.7vw;
    padding-right: 48px;
    padding-right: 48px;
    margin-top: 48px;
}

.informations {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: start !important;
}