/**
 * Sextius Patrimoine — Surcharge Tarteaucitron pour la charte V2.
 * Or #C8A96E protagoniste, vert profond #1A2E25, ivoire #F9F6F0.
 * Override via !important car Tarteaucitron applique des inline styles.
 */

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #C8A96E !important;
    color: #1A2E25 !important;
    font-weight: 700 !important;
}
#tarteaucitronAlertBig #tarteaucitronAllAllowed,
#tarteaucitronAlertBig #tarteaucitronAllDenied2 {
    background: #1A2E25 !important;
    color: #ffffff !important;
}
#tarteaucitronRoot button#tarteaucitronCloseAlert {
    background: #2C4A3B !important;
    color: #ffffff !important;
}
#tarteaucitronRoot.tarteaucitronBeforeVisible:not(.tarteaucitronNoAlertBig)::before {
    background: rgba(26, 46, 37, 0.85) !important;
}

/* Bouton flottant (icone cookie) en bas a gauche, harmonise avec le widget WhatsApp */
#tarteaucitronManager,
#tarteaucitronIcon {
    background: #1A2E25 !important;
    color: #C8A96E !important;
}
#tarteaucitronIcon button {
    background: transparent !important;
    color: #C8A96E !important;
}

/* Panneau detaille */
#tarteaucitronServices .tarteaucitronH1,
#tarteaucitronServices .tarteaucitronH2 {
    color: #F9F6F0 !important;
}
#tarteaucitronServices .tarteaucitronAllow {
    background-color: #1A2E25 !important;
}
#tarteaucitronServices .tarteaucitronDeny {
    background-color: #6B6B6B !important;
}
#tarteaucitronServices .tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #C8A96E !important;
    color: #1A2E25 !important;
}
#tarteaucitronServices .tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #b91c1c !important;
}

/* Lien lire la suite + politique de confidentialite */
#tarteaucitronServices a,
#tarteaucitronAlertBig a {
    color: #C8A96E !important;
}
