#v67SearchButton,.footer-search-link{border:0;background:transparent;color:rgba(255,255,255,.72);padding:0;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}#v67SearchButton:hover,.footer-search-link:hover,.footer-admin-link:hover{color:#00C4B8;text-decoration:underline}.footer-admin-link{color:rgba(255,255,255,.72);text-decoration:none;font-weight:700}#v67SearchOverlay{position:fixed;inset:0;background:rgba(15,42,61,.74);z-index:9999;display:none;padding:30px;overflow:auto}#v67SearchOverlay.open{display:block}.v67-search-panel{max-width:980px;margin:40px auto;background:#fff;border-radius:28px;padding:26px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.v67-search-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.v67-search-head h2{margin:.2rem 0}.v67-close{border:0;border-radius:50%;width:40px;height:40px;background:#EF3F2C;color:#fff;font-weight:900}.v67-search-input{width:100%;border:1px solid #dbe6ee;border-radius:18px;padding:15px 18px;font-size:17px;margin:18px 0}.v67-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.v67-tag{border:1px solid #dbe6ee;background:#f5f8fb;border-radius:999px;padding:8px 12px;cursor:pointer;font-weight:700}.v67-tag.active{background:#00C4B8;color:#00313b}.v67-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.v67-result{border:1px solid #dbe6ee;border-radius:18px;padding:16px;background:#fbfdff}.v67-result small{color:#2C7FB0;font-weight:900;text-transform:uppercase}.v67-result h3{margin:8px 0}.v67-result p{color:#526879}.v67-result button{border:0;border-radius:999px;background:#2C7FB0;color:#fff;padding:8px 12px;font-weight:800}
/* V67.8 — icône Paramétrage en pied de page */
.legal a.footer-admin-link.footer-param-link{
  width:34px !important;
  height:34px !important;
  border-radius:50% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(0,196,184,.12) !important;
  border:1px solid rgba(0,196,184,.42) !important;
  color:#00C4B8 !important;
  text-decoration:none !important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}
.legal a.footer-admin-link.footer-param-link:hover{
  background:#00C4B8 !important;
  color:#0F2A3D !important;
  border-color:#00C4B8 !important;
  transform:translateY(-1px) !important;
  box-shadow:0 8px 18px rgba(0,196,184,.22) !important;
  text-decoration:none !important;
}
.footer-param-icon{
  width:18px !important;
  height:18px !important;
  display:block !important;
  fill:currentColor !important;
}
