/* campingdrome.fr — feuille de style unique, écrite à la main.
   Aucune ressource externe : polices système uniquement. */

:root {
  --encre: #22201c;
  --encre-douce: #5a554c;
  --papier: #fbf9f4;
  --papier-creuse: #f2eee3;
  --trait: #ddd6c5;
  --olive: #4f6141;
  --olive-clair: #6f8560;
  --brique: #a4522f;
  --mesure: 39rem;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --grotesque: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--papier);
  color: var(--encre);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.62;
}

/* ---------- ossature ---------- */

.bandeau {
  border-bottom: 1px solid var(--trait);
  background: var(--papier-creuse);
}

.bandeau-corps {
  max-width: 62rem;
  margin: 0 auto;
  padding: 1.1rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 1.6rem;
}

.enseigne {
  font-family: var(--grotesque);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--olive);
  text-decoration: none;
}

.enseigne span { color: var(--encre-douce); font-weight: 400; }

.rubriques {
  font-family: var(--grotesque);
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}

.rubriques ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.2rem 1.05rem; }
.rubriques a { color: var(--encre-douce); text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.rubriques a:hover, .rubriques a[aria-current="page"] { color: var(--olive); border-bottom-color: var(--olive-clair); }

.feuille {
  max-width: 62rem;
  margin: 0 auto;
  padding: 2.4rem 1.4rem 3.5rem;
}

.fil {
  font-family: var(--grotesque);
  font-size: 0.78rem;
  color: var(--encre-douce);
  margin: 0 0 1.5rem;
  letter-spacing: 0.03em;
}
.fil a { color: var(--encre-douce); }

/* ---------- texte ---------- */

h1 {
  font-size: clamp(1.85rem, 1.2rem + 2.2vw, 2.7rem);
  line-height: 1.16;
  margin: 0 0 0.7rem;
  letter-spacing: -0.012em;
  max-width: 28ch;
}

h2 {
  font-size: 1.42rem;
  line-height: 1.25;
  margin: 2.9rem 0 0.85rem;
  padding-left: 0.85rem;
  border-left: 3px solid var(--olive-clair);
  max-width: 30ch;
}

h3 {
  font-family: var(--grotesque);
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  margin: 1.9rem 0 0.5rem;
}

p, ul, ol, table, figure { max-width: var(--mesure); }
p { margin: 0 0 1.05rem; }

.chapo {
  font-size: 1.12rem;
  color: var(--encre-douce);
  border-top: 2px solid var(--trait);
  padding-top: 1.1rem;
  margin-top: 1.4rem;
}
.chapo strong { color: var(--encre); }

a { color: var(--brique); text-underline-offset: 0.16em; }
a:hover { color: var(--olive); }

ul, ol { padding-left: 1.15rem; margin: 0 0 1.2rem; }
li { margin-bottom: 0.42rem; }
li::marker { color: var(--olive-clair); }

strong { font-weight: 700; }

abbr[title] { text-decoration: underline dotted; cursor: help; }

/* ---------- tableaux ---------- */

table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--grotesque);
  font-size: 0.86rem;
  margin: 0 0 1.4rem;
}
caption {
  caption-side: bottom;
  text-align: left;
  font-family: var(--grotesque);
  font-size: 0.76rem;
  color: var(--encre-douce);
  padding-top: 0.55rem;
  line-height: 1.5;
}
th, td { padding: 0.44rem 0.6rem; border-bottom: 1px solid var(--trait); text-align: left; vertical-align: top; }
thead th { border-bottom: 2px solid var(--encre-douce); font-weight: 700; }
td.n, th.n { text-align: right; font-variant-numeric: tabular-nums; }
tbody tr:hover { background: var(--papier-creuse); }

.deborde { max-width: var(--mesure); overflow-x: auto; }

/* ---------- encarts ---------- */

.releve {
  max-width: var(--mesure);
  background: var(--papier-creuse);
  border: 1px solid var(--trait);
  border-left: 4px solid var(--olive);
  padding: 1.05rem 1.2rem 0.35rem;
  margin: 0 0 1.5rem;
}
.releve p:last-child { margin-bottom: 0.7rem; }
.releve > .titraille {
  font-family: var(--grotesque);
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--olive);
  margin: 0 0 0.5rem;
}

.garde-fou {
  max-width: var(--mesure);
  border: 1px dashed var(--brique);
  padding: 0.95rem 1.15rem 0.2rem;
  margin: 0 0 1.5rem;
  font-size: 0.94rem;
}
.garde-fou > .titraille {
  font-family: var(--grotesque);
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--brique);
  margin: 0 0 0.45rem;
}

/* ---------- questions ---------- */

.questions { margin-top: 2.9rem; }
.questions > h2 { margin-bottom: 1.2rem; }
.question {
  max-width: var(--mesure);
  border-top: 1px solid var(--trait);
  padding: 0.95rem 0 0.15rem;
}
.question > h3 { margin: 0 0 0.4rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 700; letter-spacing: 0; }
.question p { font-size: 0.96rem; }

/* ---------- sommaire et cartes ---------- */

.sommaire {
  max-width: var(--mesure);
  font-family: var(--grotesque);
  font-size: 0.88rem;
  background: var(--papier-creuse);
  border-radius: 2px;
  padding: 1rem 1.2rem;
  margin: 0 0 2rem;
}
.sommaire p { font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--encre-douce); margin: 0 0 0.5rem; }
.sommaire ol { margin: 0; padding-left: 1.1rem; }

.rayonnage {
  list-style: none;
  padding: 0;
  max-width: none;
  display: grid;
  gap: 1px;
  background: var(--trait);
  border: 1px solid var(--trait);
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  margin: 1.5rem 0 2rem;
}
.rayonnage li { margin: 0; background: var(--papier); padding: 1.05rem 1.15rem; }
.rayonnage a { font-family: var(--grotesque); font-weight: 700; font-size: 0.94rem; text-decoration: none; color: var(--olive); display: block; margin-bottom: 0.35rem; }
.rayonnage a:hover { text-decoration: underline; color: var(--brique); }
.rayonnage span { display: block; font-size: 0.92rem; color: var(--encre-douce); line-height: 1.5; }

/* ---------- voisinage (bloc de liens externes, accueil seulement) ---------- */

.voisinage {
  margin-top: 3.2rem;
  border-top: 2px solid var(--trait);
  padding-top: 1.5rem;
}
.voisinage h2 { border-left: 0; padding-left: 0; margin-top: 0; font-size: 1.2rem; }
.voisinage ul { list-style: none; padding: 0; max-width: var(--mesure); }
.voisinage li { margin-bottom: 0.8rem; font-size: 0.95rem; }
.voisinage a { font-weight: 700; }

/* ---------- pied ---------- */

.pied {
  border-top: 1px solid var(--trait);
  background: var(--papier-creuse);
  font-family: var(--grotesque);
  font-size: 0.83rem;
  color: var(--encre-douce);
}
.pied-corps { max-width: 62rem; margin: 0 auto; padding: 1.8rem 1.4rem 2.4rem; }
.pied ul { list-style: none; padding: 0; margin: 0 0 0.9rem; display: flex; flex-wrap: wrap; gap: 0.3rem 1.3rem; max-width: none; }
.pied a { color: var(--encre-douce); }
.pied p { max-width: 46rem; margin: 0 0 0.5rem; line-height: 1.55; }

@media (max-width: 34rem) {
  body { font-size: 17px; }
  h2 { font-size: 1.28rem; }
  .rayonnage { grid-template-columns: 1fr; }
}
