/* Surcharge de personnalisation Luberon Networks pour tarteaucitron.js */

/* Couleur de marque : rouge #e42323 (remplace le jaune #fbd600 par defaut) */
.tarteaucitron-magic-block button,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow,
.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #e42323 !important;
    background: #e42323 !important;
    color: #fff !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #e42323 !important;
}

/* Corrige les icones case a cocher / croix invisibles dans le panneau de
   personnalisation : la police heritee du site ne contient pas les
   glyphes Unicode "ballot box" (U+2610/U+2611) utilises par tarteaucitron,
   qui s'affichent donc vides. On force une police systeme qui les contient. */
#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
    font-family: "Segoe UI Symbol", "Segoe UI", "Apple Symbols", "Noto Sans Symbols", Arial, sans-serif !important;
    color: #fff !important;
}
