@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Inter:wght@300;400;600;700&display=swap');

:root {
  --c-primary: #1e40af;
  --c-primary-dark: #1e3a8a;
  --c-accent: #06b6d4;
  --c-bg: #ffffff;
  --c-bg-alt: #f1f5f9;
  --c-text: #0f172a;
  --c-muted: #64748b;
  --c-border: #e2e8f0;
  --radius: 8px;
  --shadow: 0 4px 6px -1px rgba(30,64,175,0.08);
  --shadow-lg: 0 4px 6px -1px rgba(30,64,175,0.08);
  --font-head: 'Inter', serif;
  --font-body: 'Inter', sans-serif;
}

html, body {
  background: #ffffff !important;
  color: #0f172a !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .hero-title, .page-title, header .logo, .site-title {
  font-family: 'Inter', serif !important;
  color: #1e40af !important;
  letter-spacing: -0.01em;
}

h1 { color: #1e3a8a !important; }

a, a:visited { color: #1e40af !important; }
a:hover { color: #06b6d4 !important; }

header, .site-header, nav, .navbar {
  background: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.hero, .hero-section, section.hero, .home-hero, .page-hero {
  background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%) !important;
  border-radius: 8px !important;
}

.hero h1, .hero-section h1, .hero-title {
  color: #1e3a8a !important;
}

button, .btn, .button, .cta, input[type=submit], a.btn-primary {
  background: #1e40af !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}
button:hover, .btn:hover, .button:hover, .cta:hover {
  background: #06b6d4 !important;
  color: #fff !important;
}

.card, article, .item, .listing-item, .article-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 6px -1px rgba(30,64,175,0.08) !important;
}

.tag, .badge, .pill, .chip {
  background: #06b6d4 !important;
  color: #fff !important;
  border-radius: 8px !important;
}

footer, .site-footer {
  background: #1e3a8a !important;
  color: #fff !important;
}
footer a, .site-footer a { color: #06b6d4 !important; }

blockquote {
  border-left: 4px solid #06b6d4 !important;
  background: #f1f5f9 !important;
}

/* Selection */
::selection { background: #06b6d4; color: #fff; }

img, figure img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 8px !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* Override des gradients hero hardcodés du template d'origine */
.hero::before, .hero-image::before, .page-hero::before, .home-hero::before, section.hero::before {
  background: linear-gradient(135deg, #1e3a8acc 0%, #1e40af99 100%) !important;
  opacity: 1 !important;
}

/* Pas de teinte verte ou autre filtre sur l'image hero */
.hero img, .hero-image img, section.hero img, .page-hero img, .home-hero img,
.article-body img, article img, figure img, .hero figure img {
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

/* Liens en footer claire pour thèmes foncés */
