/* erreur 404 */
.error404 .headerPage {
    background-color: var(--color-primary);
}
.page_error-contentDesc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page_error-contentDesc .btn-redtolight{
    margin-top: 20px;
    margin-bottom: 50px;
}
.page_error-contentLink {
    margin-bottom: 50px;
}
