/**
 * CSS pour la page 404
 * @file 404.css
 * @author GN
 * @date 03/08/2026
 */
/* Bouton secondaire - Découvrir eficios */
.errorpage-btn-eficios {
    background-color: #ffffff !important;
    color: #226EAB !important;
    border: 1px solid #B8D5EE !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 16px !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}
.errorpage-btn-eficios:hover {
    background-color: #F3F8FC !important;
    color: #226EAB !important;
    border-color: #226EAB !important;
}
/* Bouton principal - Retour à l'accueil */
.errorpage-btn-accueil {
    background-color: #129653 !important;
    color: #ffffff !important;
    border: 1px solid #129653 !important;
    border-radius: 8px !important;

    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;

    padding: 10px 16px !important;
    white-space: nowrap;

    transition: all 0.2s ease;
}
.errorpage-btn-accueil:hover {
    background-color: #0D7F46 !important;
    border-color: #0D7F46 !important;
    color: #ffffff !important;
}