/* ClimAdia — cocon sémantique — styles complémentaires Bootstrap */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap");

:root {
  --nav-bg: #2e5a80;
  --nav-text: #f5f5f5;
  --nav-text-hover: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #1a1a1a;
  background-color: #fafbfc;
}

h1 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e3a5f;
}

h2 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  color: #2e5a80;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
}

.site-navbar {
  background-color: var(--nav-bg) !important;
  font-family: "Noto Sans", Arial, sans-serif;
}

.site-navbar .nav-link,
.site-navbar .navbar-brand {
  color: var(--nav-text) !important;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.active {
  color: var(--nav-text-hover) !important;
}

.site-navbar .navbar-toggler {
  border-color: rgba(245, 245, 245, 0.5);
}

.site-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.site-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

main .lead {
  font-size: 1.05rem;
}

.content-img {
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  height: auto;
}

.table-responsive table {
  font-size: 0.95rem;
}

.table thead th {
  background-color: #e8eef4;
  color: #1e3a5f;
}

.site-footer {
  background-color: var(--nav-bg);
  color: var(--nav-text);
  padding: 2rem 0 1.5rem;
  margin-top: 3rem;
}

.site-footer a {
  color: var(--nav-text);
  text-decoration: underline;
}

.site-footer a:hover {
  color: var(--nav-text-hover);
}

.site-footer .footer-logo {
  max-height: 40px;
}

.en-savoir-plus {
  background: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
}

.en-savoir-plus h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.mailles-liste li {
  margin-bottom: 0.35rem;
}

.breadcrumb-custom {
  font-size: 0.9rem;
  background: transparent;
  padding: 0.5rem 0;
}
