.erreur404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h1 {
        font-size: 6.21181rem;
        padding: 0;
        margin: 0;
        line-height: 1;
        background-image: var(--header-couleur-titres-4);
        background-size: 100% calc(1 * 6.21181rem);
    }

    h2 {
        font-size: 2.7605rem;
        padding: 0;
        margin: 0;
        font-family: var(--police-secondaire);
    }

    .titre404 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h4 {
        text-align: center;
        font-size: 1rem;
        margin: 0;
        padding: 0;
        width: 70%;
        padding-bottom: 2rem;
    }

    .timee {
        width: 14.47231rem;
        height: 15.10463rem;
        flex-shrink: 0;
        padding: 2rem;
        filter: drop-shadow(6px -3px 0 #5F1D43);
        cursor: url(https://gftnth00.mywhc.ca/5w5_04/wp-content/uploads/2025/11/pointer-outline2.svg), auto;
    }

    @media (min-width: 768px) {
        h1 {
            font-size: clamp(11.2rem, -0.8rem + 25vw, 15.2rem);
            background-size: 100% calc(1 * clamp(11.2rem, -0.8rem + 25vw, 15.2rem));
        }

        h2 {
            font-size: clamp(5rem, -1rem + 12.5vw, 7rem);
        }

        h4 {
            font-size: clamp(1rem, -0.5rem + 3.125vw, 1.5rem);
        }

        .illustration404 {
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: center;
        }

        .timee {
            left: -65px;
            /* width: 16.47231rem; */
            height: 100%;
            flex-shrink: 0;
            padding: 2rem 0;
            margin: 0 -9%;
            z-index: 2;
            width: clamp(18rem, 0rem + 37.5vw, 24rem);
        }
    }

    .section_daide {}

    .question_image {}

    @media(min-width: 1024px) {
        h1 {
            font-size: clamp(15.2rem, 3.7714rem + 17.8571vw, 25.2rem);
            background-size: 100% calc(1 * clamp(15.2rem, 3.7714rem + 17.8571vw, 25.2rem));
        }

        h2 {
            font-size: clamp(7rem, 1.2857rem + 8.9286vw, 12rem);
        }

        h4 {
            font-size: clamp(1.5rem, 0.4714rem + 1.6071vw, 2.4rem);
            padding-bottom: 5rem;
        }

        .timee {
            width: clamp(24rem, 13.7143rem + 16.0714vw, 33rem);
        }
    }
}

/* minijeu caché */
.timee404{
    &:hover {
        transform: scale(1.1);
        transition: transform 0.3s ease-in-out;
    }
}
.TIMEEMinijeu{
    display: none;
}
#gameCanvas {
    border: 1px solid #fff;
    display: block;
    margin: 30px auto;
    background: white;

    width: 100%;
    max-width: 800px;
    height: 200px;      
}