/**
 * Personnalisations Archicharrette : titre de page + bandeau haut (header).
 * Regroupé ici car ce fichier est déjà déployé et chargé par le thème.
 */

/* ------------------------------------------------------------------ */
/* Titre de la page (bloc « Titre de la page ») — taille réduite.      */
/* ------------------------------------------------------------------ */
.page-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-block: 0.5rem;
}

@media (min-width: 43.75rem) {
  .page-title {
    font-size: 2rem;
  }
}

@media (min-width: 75rem) {
  .page-title {
    font-size: 2.25rem;
  }
}

.block-page-title-block {
  margin-block: 0;
  padding-block: 0;
}

/* ------------------------------------------------------------------ */
/* Bandeau haut (header Olivero) — hauteur réduite d'environ moitié.    */
/* !important requis : Olivero fixe des tailles plus prioritaires.     */
/* ------------------------------------------------------------------ */

:root {
  --site-header-height-wide: var(--sp5);          /* Olivero : var(--sp10) */
  --header-height-wide-when-fixed: var(--sp3);    /* Olivero : var(--sp6)  */
}

/* Logo (SVG) : remplit la hauteur de la boîte de marque, largeur auto (ratio conservé).
   Ajuster la valeur de height si besoin (--sp3 ≈ 3,4rem, --sp4 ≈ 4,5rem). */
.site-branding__logo,
.site-branding__logo img,
.site-branding__logo svg,
.site-logo img,
.site-logo svg {
  height: var(--sp3) !important;
  max-height: none !important;
  width: auto !important;
}

/* Nom du site et slogan plus compacts. */
.site-branding__name,
.site-branding__name-link {
  font-size: 1.4rem !important;
  line-height: 1.15 !important;
}

.site-branding__slogan {
  font-size: 0.8rem !important;
  line-height: 1.15 !important;
}

/* Boîte de marque (fond bleu) : rembourrage vertical réduit. */
.site-branding,
.site-branding__inner,
.site-header__initial {
  padding-block: 0.35rem !important;
}

/* Liens du menu principal : rembourrage vertical réduit. */
.primary-nav__menu-link {
  padding-block: 0.4rem !important;
}

/* Grand écran : hauteur du header et réserve réduites. */
@media (min-width: 75rem) {
  .site-header {
    min-height: var(--sp4) !important;
  }

  .site-header__initial {
    min-height: 0 !important;
  }
}

/* ------------------------------------------------------------------ */
/* Carte cadastre : fond blanc (le cadastre est en tuiles transparentes). */
/* ------------------------------------------------------------------ */
.leaflet-container {
  background: #ffffff;
}
