/* Bandeau de consentement (24/09/2026). Chargé sur toutes les pages, il ne s'affiche
   que tant que le visiteur n'a pas fait son choix, puis à sa demande par « Gérer mes cookies ». */
.cnst { position:fixed; left:0; right:0; bottom:0; z-index:2000; display:flex; justify-content:flex-end; padding:20px; pointer-events:none; }
.cnst[hidden] { display:none; }
.cnst-boite { pointer-events:auto; width:100%; max-width:470px; max-height:calc(100vh - 28px); overflow:auto; padding:22px 24px; background:var(--creme,#fbf9f5); color:var(--encre,#1e2831); border:1px solid rgba(30,40,49,.12); border-radius:20px; box-shadow:0 20px 50px rgba(11,58,82,.26); }
.cnst-titre { margin:0 0 8px; font:800 19px/1.3 var(--titres,'Manrope','Trebuchet MS',sans-serif); color:var(--mer-fonce,#0b3a52); }
.cnst-titre:focus { outline:none; }
.cnst-txt { margin:0 0 16px; font:400 15px/1.6 var(--sans,'Figtree','Trebuchet MS',sans-serif); }
.cnst-txt a { color:var(--mer,#0f4c6b); text-underline-offset:2px; }
.cnst-actions { display:flex; flex-wrap:wrap; gap:10px; }
.cnst-b { flex:1 1 210px; padding:13px 20px; border:0; border-radius:999px; background:var(--mer,#0f4c6b); color:#fff; font:700 15px/1.2 var(--sans,'Figtree','Trebuchet MS',sans-serif); text-align:center; cursor:pointer; transition:background .15s; }
.cnst-b:hover { background:var(--mer-fonce,#0b3a52); }
.cnst-b.cnst-non { background:var(--azur-fonce,#17678f); }
.cnst :focus-visible { outline:3px solid var(--azur,#2485ba); outline-offset:2px; }
@media (max-width:560px) {
  .cnst { padding:10px; }
  .cnst-boite { padding:16px 16px 14px; border-radius:16px; }
  .cnst-titre { margin:0 0 6px; font-size:16.5px; }
  .cnst-txt { margin:0 0 12px; font-size:13.5px; line-height:1.5; }
  .cnst-actions { gap:8px; }
  .cnst-b { flex:1 1 120px; padding:11px 8px; font-size:14px; }
}
