/* 1. FORCE LE FOND DE LA BARRE (Vert clair RH Horizon) */
div#tarteaucitronRoot #tarteaucitronAlertBig,
div#tarteaucitronRoot .tarteaucitronAlertBig {
    background-color: #68938A !important; /* Remplacé par le vert clair */
    border: none !important;
    background-image: none !important;
    border-top: 3px solid #D99839 !important; /* Liseré jaune/or en haut */
}

/* 2. FORCE LE TEXTE EN BLANC */
#tarteaucitronRoot #tarteaucitronDisclaimerAlert,
#tarteaucitronRoot #tarteaucitronDisclaimerAlert span,
#tarteaucitronRoot #tarteaucitronDisclaimerAlert button {
    color: #ffffff !important;
}

/* 3. BOUTON TOUT ACCEPTER (Vert foncé RH Horizon) */
#tarteaucitronRoot #tarteaucitronPersonalize2,
#tarteaucitronRoot .tarteaucitronAllow {
    background-color: #133e37 !important; /* Remplacé par le vert foncé */
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: bold !important;
}

/* Effet au survol du bouton accepter (Vert foncé encore plus profond) */
#tarteaucitronRoot .tarteaucitronAllow:hover {
    background-color: #0c2722 !important;
}

/* 4. BOUTON TOUT REFUSER (Rouge RH Horizon) */
#tarteaucitronRoot #tarteaucitronAllDeny2,
#tarteaucitronRoot .tarteaucitronDeny {
    background-color: #BD2141 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
}

/* 5. BOUTON PERSONNALISER (Fond blanc, texte vert foncé) */
#tarteaucitronRoot #tarteaucitronCloseAlert {
    background-color: #ffffff !important;
    color: #133e37 !important; /* Texte en vert foncé pour le contraste */
    border: none !important;
    border-radius: 5px !important;
}

/* 6. STYLE DU LIEN "POLITIQUE DE CONFIDENTIALITÉ" INJECTÉ DANS LE TEXTE */
#tarteaucitronRoot .btn-link {
    color: #D99839 !important; /* Jaune/Or de la charte */
    text-decoration: underline !important;
    font-weight: bold !important;
}
