/*FONTS https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@400;600&display=swap */
/* ATELIER : artisanat traditionnel (menuisier, ébéniste, tapissier, boulanger).
   Serif classique et sobre, crème / encre brune, filets fins, esprit papier. */

:root {
  --bg: #F7F3EA;
  /* Alternance des fonds : une section sur deux (base.css, classes bande-a / bande-b
     posées par build.js selon le RANG de la section, pas son nom). */
  --bande-a: #F7F3EA;
  --bande-b: #F1EBDE;
  --surface: #FFFFFF;
  --ink: #2B2119;
  --muted: #6F6355;
  --line: #DDD3C1;
  --accent: #8A5A2B;
  --accent-fonce: #6E4620;
  --sur-accent: #FDF9F1;
  --font-display: "Libre Baskerville", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --poids-titre: 700;
  --radius: 3px;
  --radius-img: 2px;
  --header-bg: #F7F3EA;
  --champ-bg: #FFFFFF;
  --vitesse-reveal: 0.55s;
  --sobre-bg: #2B2119;
  --sobre-ink: #F7F3EA;
  --sobre-accent: #C89A63;
}

/* Libre Baskerville est large : titres un cran plus petits que la base */
h1 { font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.2; }
h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); }

.hero-metier { color: var(--accent-fonce); }
.hero-plein .hero-metier { color: #EAD9BC; }

h2::after {
  content: ""; display: block; width: 64px; height: 1px;
  background: var(--accent); margin-top: 14px;
}

.service h3 { font-style: italic; font-weight: 400; }
.zone-villes { font-family: var(--font-display); font-size: 1rem; }

.contact { border-top: 1px solid var(--line); }
.site-footer { background: #EFE8D9; }

/* réglages de style de la fiche */
:root { --radius-img: 0; --radius-photo: 0; --radius: 4px; }
.site-header { background: #e1dcd6; }
.site-header .brand-logo { background: transparent; padding: 0; }

/* accent client */
:root { --accent: #cba679; --accent-fonce: #ba894d; --sur-accent: #1E2226; --sobre-bg: #281d10; --sobre-accent: #d8b283; }
:root { --marque-fond: #e1dcd6; }
