﻿/*html {
    font-size: calc(11.2px + 0.25vw) !important;
}*/

.container {
    display: flex;
    align-items: center;
    justify-content: center !important;
    height: 100%;
    flex-direction: column;
}

body,
html {
    height: 100%;
}

#imgErreur {
    width: 12.5rem;
}

.errorText {
    margin-top: 2rem;
    font-size: 2rem;
    text-align: center;
    color: var(--primary);
}

body::after {
    display: none !important;
}
