/* ════════════════════════════════════════════════════════════════════════════
   OpenOverlay — Styles spécifiques au site openoverlay.fr
   Les styles communs sont dans oo-shared.css (chargé en premier).
   ════════════════════════════════════════════════════════════════════════════ */

/* ── CTA nav ─────────────────────────────────────────────────────────────── */
.nav-cta {
  background: var(--accent);
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 7px 18px;
  border-radius: 100px;
  transition: opacity 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-cta:hover { opacity: 0.8; color: white; }
