nav.bg-white {
    background-color: #5E209F !important;
    border-bottom: 1px solid #A854FF !important; /* Optionnel : changer la bordure */
}

.nav-link-custom {
    color: white !important;
    font-weight: bold !important;
    transition: color 0.3s ease-in-out !important;
}

.nav-link-custom:hover {
    color: #FFD700 !important; /* Couleur au survol */
}

/* Style personnalisé du footer */
.custom-footer {
    background-color: #5E209F; /* Fond violet */
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* Style des liens du footer */
.custom-footer .footer-link {
    color: #FFD700 !important; /* Jaune doré */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

/* Effet au survol des liens */
.custom-footer .footer-link:hover {
    color: #FFFFFF !important; /* Blanc au survol */
}

/* Conteneur principal */
.error-container {
    text-align: center;
    padding: 50px;
}

/* Titre 404 */
.error-title {
    font-size: 120px;
    font-weight: bold;
    color: #5E209F; /* Violet */
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

/* Message d'erreur */
.error-message {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

/* Bouton de retour */
.error-btn {
    display: inline-block;
    background-color: #5E209F; /* Violet */
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, transform 0.2s;
}

/* Effet au survol */
.error-btn:hover {
    background-color: #A854FF; /* Violet clair */
    transform: scale(1.05);
}

.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.age-verification-popup {
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
}

.age-verification-popup h2 {
    margin-bottom: 15px;
}

.age-verification-popup button {
    background-color: #5E209F;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.age-verification-popup button:hover {
    background-color: #A854FF;
}

.forum-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: red; /* Couleur du texte */
    text-decoration: none;
}

.forum-link svg {
    fill: red; /* Couleur de l'icône */
    transition: fill 0.3s, transform 0.2s;
}

.forum-link:hover svg {
    fill: darkred; /* Changement de couleur au survol */
    transform: scale(1.1); /* Petit effet de zoom */
}

.forum-link:hover {
    color: darkred; /* Changement de couleur du texte au survol */
}


.forum-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: red; /* Couleur du texte */
    text-decoration: none;
}

.forum-link svg {
    fill: red; /* Couleur de l'icône */
    transition: fill 0.3s, transform 0.2s;
}

.forum-link:hover svg {
    fill: darkred; /* Changement de couleur au survol */
    transform: scale(1.1); /* Petit effet de zoom */
}

.forum-link:hover {
    color: darkred; /* Changement de couleur du texte au survol */
}
