/* ===== Tarteaucitron - Override EK Avocat ===== */
#tarteaucitronRoot * {
  font-family: 'Lato', -apple-system, sans-serif !important;
}

#tarteaucitronAlertBig {
  background: #141414 !important;
  color: #F6F3EC !important;
  padding: 1.5rem !important;
  max-width: 520px !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25) !important;
  left: 1.5rem !important;
  right: auto !important;
  bottom: 1.5rem !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #F6F3EC !important;
  margin-bottom: 1rem !important;
}

#tarteaucitronPersonalize2,
#tarteaucitronAllDenied2,
#tarteaucitronCloseAlert {
  background: transparent !important;
  border: 1px solid #F6F3EC !important;
  color: #F6F3EC !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  margin: 0.25rem !important;
  transition: all 0.2s ease !important;
}

#tarteaucitronPersonalize2:hover,
#tarteaucitronAllDenied2:hover,
#tarteaucitronCloseAlert:hover {
  background: rgba(246,243,236,0.1) !important;
}

#tarteaucitronAllAllowed2 {
  background: #6F1E2E !important;
  border: 1px solid #6F1E2E !important;
  color: #F6F3EC !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  margin: 0.25rem !important;
  transition: all 0.2s ease !important;
}

#tarteaucitronAllAllowed2:hover {
  background: #8A2E3C !important;
  border-color: #8A2E3C !important;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: rgba(20,20,20,0.85) !important;
}

#tarteaucitron {
  font-family: 'Lato', sans-serif !important;
}

#tarteaucitron #tarteaucitronServices {
  background: #FBF7F0 !important;
}

#tarteaucitron .tarteaucitronTitle button {
  background: #141414 !important;
  color: #F6F3EC !important;
  font-family: 'Playfair Display', serif !important;
}

/* Éléments persistants désactivés (showIcon: false, showAlertSmall: false).
   Le lien "Gérer mes cookies" en footer remplit cette fonction.
   Les règles ci-dessous sont une ceinture de sécurité CSS. */
#tarteaucitronIcon,
#tarteaucitronAlertSmall,
#tarteaucitronPercentage {
  display: none !important;
}
