/* Bandeau cookies — sites publics Devlooper */
.dl-cc-root { position: fixed; inset: auto 0 0 0; z-index: 90; pointer-events: none; }
.dl-cc-root[hidden] { display: none !important; }
.dl-cc-panel {
  pointer-events: auto;
  margin: 0 auto 1rem;
  width: min(42rem, calc(100% - 1.5rem));
  background: #F8F6F1;
  color: #1E2436;
  border: 1px solid #E1DBCC;
  border-radius: 1.25rem;
  box-shadow: 0 18px 50px -20px rgba(30,36,54,.35);
  padding: 1.1rem 1.15rem 1rem;
  font: 500 14px/1.45 Inter, system-ui, sans-serif;
}
html[data-theme="dark"] .dl-cc-panel {
  background: #171b24;
  color: #EDEAE3;
  border-color: #2c3344;
}
.dl-cc-panel h2 { font: 650 1.05rem/1.25 Questrial, Inter, sans-serif; margin: 0 0 .4rem; }
.dl-cc-panel p { margin: 0 0 .85rem; color: #5B6478; font-size: 13.5px; }
html[data-theme="dark"] .dl-cc-panel p { color: #A8B0C0; }
.dl-cc-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.dl-cc-actions button {
  min-height: 2.5rem; border-radius: 999px; border: 0; cursor: pointer;
  font: 650 13px Inter, sans-serif; padding: 0 1rem;
}
.dl-cc-accept { background: #1E2436; color: #F8F6F1; }
.dl-cc-refuse { background: transparent; color: inherit; border: 1px solid #E1DBCC !important; }
html[data-theme="dark"] .dl-cc-refuse { border-color: #3a4256 !important; }
.dl-cc-customize { background: #E3E9F5; color: #2E3F6E; }
.dl-cc-modal {
  position: fixed; inset: 0; z-index: 91; display: grid; place-items: center;
  padding: 1rem; background: rgba(16,20,28,.55);
}
.dl-cc-modal[hidden] { display: none !important; }
.dl-cc-card {
  width: min(32rem, 100%); max-height: min(90dvh, 640px); overflow: auto;
  background: #F8F6F1; color: #1E2436; border-radius: 1.25rem; padding: 1.25rem;
}
html[data-theme="dark"] .dl-cc-card { background: #171b24; color: #EDEAE3; }
.dl-cc-row { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; padding: .75rem 0; border-top: 1px solid #E1DBCC; }
html[data-theme="dark"] .dl-cc-row { border-color: #2c3344; }
.dl-cc-row p { margin: .2rem 0 0; font-size: 12.5px; }
.dl-cc-row input { width: 1.1rem; height: 1.1rem; margin-top: .2rem; }
.dl-cc-card h2 { margin: 0 0 .5rem; font: 650 1.15rem Questrial, sans-serif; }
