/*
 * Tarteaucitron.js - Personnalisation
 * Ce fichier contient les styles pour la bannière et les boutons.
 * Il est chargé car "useExternalCss: true" est activé dans consent.js.
*/

/* --- Design Général de la Bannière --- */
#tarteaucitronAlertBig {
  background: #ffffff !important;
  color: #0f0f0f !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15) !important;
}

/* --- Style des Boutons de la Bannière --- */

/* Bouton "Tout accepter" de la bannière */
#tarteaucitronPersonalize2 {
  background: #0f0f0f !important;
  color: #ffffff !important;
  border-color: #0f0f0f !important;
  border-radius: 10px !important;
}

/* Bouton "Tout refuser" de la bannière */
#tarteaucitronAllDenied2 {
  background: #ffffff !important;
  color: #0f0f0f !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 10px !important;
}

/* Bouton "Personnaliser" de la bannière */
#tarteaucitronCloseAlert {
  background: #f0f0f0 !important;
  color: #0f0f0f !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
}
