/* Bannière de consentement Google Analytics */
#dat-cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  background: #fff;
  color: #16233A;
  border: 1px solid #DDE3EA;
  box-shadow: 0 18px 45px rgba(10,38,71,.22);
  border-radius: 8px;
  padding: 18px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#dat-cookie-banner .dat-cookie-content {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#dat-cookie-banner strong { font-size: 16px; }
#dat-cookie-banner p { margin: 5px 0 0; font-size: 13px; line-height: 1.5; color: #64748B; }
#dat-cookie-banner .dat-cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
#dat-cookie-banner button {
  border: 0;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}
#dat-cookie-banner .dat-cookie-refuse { background: #E9EDF2; color: #16233A; }
#dat-cookie-banner .dat-cookie-accept { background: #0A2647; color: #fff; }
@media (max-width: 700px) {
  #dat-cookie-banner { left: 10px; right: 10px; bottom: 10px; }
  #dat-cookie-banner .dat-cookie-content { flex-direction: column; align-items: stretch; gap: 14px; }
  #dat-cookie-banner .dat-cookie-actions { justify-content: stretch; }
  #dat-cookie-banner button { flex: 1; }
}
