/* ==========================================================================
   Evonim — « galerie blanche »
   Le site s'efface derrière les œuvres : fond blanc cassé, encre presque
   noire, une seule police (Archivo), aucune couleur d'accent imposée aux
   œuvres. Réglages de design : variables ci-dessous uniquement.
   ========================================================================== */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-italic-latin.woff2") format("woff2");
  font-weight: 100 900; font-stretch: 62% 125%; font-style: italic; font-display: swap;
}

:root {
  --ho-fond: #f6f5f2;
  --ho-blanc: #ffffff;
  --ho-pierre: #ebe8e1;
  --ho-encre: #1b1b1b;
  --ho-gris: #5f5d58;
  --ho-trait: #dedbd3;
  --ho-noir: #141414;
  --ho-wrap: 1320px;
  --ho-wrap-etroit: 820px;
  --ho-gouttiere: clamp(18px, 4vw, 48px);
  --ho-esp: clamp(56px, 8vw, 120px);
  --ho-police: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --ho-entete-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--ho-entete-h) + 16px); }
body { margin: 0; background: var(--ho-fond); color: var(--ho-encre); font-family: var(--ho-police); font-size: 17px; line-height: 1.65; font-weight: 400; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid var(--ho-encre); outline-offset: 3px; }
address { font-style: normal; }
h1, h2, h3 { font-weight: 600; line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 .5em; }
p { margin: 0 0 1em; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.ho-skip { position: absolute; left: -9999px; top: 0; z-index: 1000; background: var(--ho-blanc); padding: 10px 14px; }
.ho-skip:focus { left: 12px; top: 12px; }

.ho-wrap { width: 100%; max-width: var(--ho-wrap); margin-inline: auto; padding-inline: var(--ho-gouttiere); }
.ho-wrap--etroit { max-width: calc(var(--ho-wrap-etroit) + 2 * var(--ho-gouttiere)); }

/* Boutons et liens -------------------------------------------------------- */
.ho-btn { display: inline-flex; align-items: center; gap: .5em; padding: 13px 24px; border: 1px solid var(--ho-encre); background: var(--ho-encre); color: var(--ho-fond); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s; }
.ho-btn:hover { background: transparent; color: var(--ho-encre); }
.ho-btn--ligne { background: transparent; color: var(--ho-encre); }
.ho-btn--ligne:hover { background: var(--ho-encre); color: var(--ho-fond); }
.ho-boutons { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 0; }
.ho-boutons--centre { justify-content: center; margin-top: 48px; }
.ho-lien-fleche { display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.ho-lien-fleche::after { content: " →"; }
.ho-retour { margin: 0 0 24px; font-size: 14px; }
.ho-retour a { text-decoration: none; color: var(--ho-gris); }
.ho-retour a::before { content: "← "; }
.ho-retour a:hover { color: var(--ho-encre); }

/* En-tête ------------------------------------------------------------------ */
/* En-tête blanc pur et opaque : le logo d'origine est un JPEG sur fond blanc, il doit s'y fondre. */
.ho-header { position: sticky; top: 0; z-index: 50; background: var(--ho-blanc); border-bottom: 1px solid transparent; transition: border-color .2s; }
.admin-bar .ho-header { top: 32px; }
.ho-header.is-defile { border-bottom-color: var(--ho-trait); }
.ho-header__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--ho-entete-h); }

.ho-logo { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ho-encre); }
/* Logo d'origine du client affiché à sa taille native (45 × 46 px), sans mise à l'échelle. */
.ho-logo__picto { width: auto; height: auto; max-width: none; }
.ho-logo__lettrage { height: 22px; width: auto; }
.ho-logo__texte { font-size: 22px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-stretch: 112%; }
/* Pied de page : nom de l'artiste en prolongement du logo, en italique (passe à la ligne si l'écran est étroit). */
.ho-logo--pied { flex-wrap: wrap; column-gap: 14px; row-gap: 4px; }
.ho-logo__suite { font-size: 18px; font-style: italic; font-weight: 400; letter-spacing: .02em; }

.ho-nav__liste { list-style: none; margin: 0; padding: 0; display: flex; gap: clamp(18px, 2.4vw, 36px); }
.ho-nav__liste a { font-size: 14px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; padding: 6px 0; border-bottom: 1px solid transparent; }
.ho-nav__liste a:hover, .ho-nav__liste .current-menu-item > a, .ho-nav__liste .current_page_parent > a, .ho-nav__liste .current-menu-ancestor > a { border-bottom-color: currentColor; }

.ho-burger { display: none; background: none; border: 0; padding: 12px 6px; cursor: pointer; color: var(--ho-encre); }
.ho-burger__barres, .ho-burger__barres::before, .ho-burger__barres::after { display: block; width: 26px; height: 2px; background: currentColor; position: relative; content: ""; transition: transform .2s, background .2s; }
.ho-burger__barres::before { position: absolute; top: -8px; }
.ho-burger__barres::after { position: absolute; top: 8px; }
.ho-burger[aria-expanded="true"] .ho-burger__barres { background: transparent; }
.ho-burger[aria-expanded="true"] .ho-burger__barres::before { transform: translateY(8px) rotate(45deg); }
.ho-burger[aria-expanded="true"] .ho-burger__barres::after { transform: translateY(-8px) rotate(-45deg); }

/* Sections ------------------------------------------------------------------ */
.ho-main { min-height: 60vh; }
.ho-vc .vc_row { margin-left: 0; margin-right: 0; }
.ho-vc .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; }
.ho-vc .wpb_content_element { margin-bottom: 0; }
.ho-vc .wpb_text_column { width: 100%; max-width: calc(var(--ho-wrap-etroit) + 2 * var(--ho-gouttiere)); margin-inline: auto; padding: 0 var(--ho-gouttiere) var(--ho-esp); }

.ho-sec { padding-block: var(--ho-esp); }
/* Pas de double marge entre deux sections sur le fond du site… mais après une section colorée
   (blanc, pierre, noir), la suivante garde sa marge du haut, sinon elle est collée au bloc coloré. */
.ho-sec:not(.ho-sec--blanc):not(.ho-sec--pierre):not(.ho-sec--noir) + .ho-sec:not([class*="ho-sec--"]) { padding-top: 0; }
.ho-sec--esp-reduit { padding-block: calc(var(--ho-esp) / 2); }
.ho-sec--esp-aucun { padding-block: 0; }
.ho-sec--blanc { background: var(--ho-blanc); }
.ho-sec--pierre { background: var(--ho-pierre); }
.ho-sec--noir { background: var(--ho-noir); color: #eeece7; }
.ho-sec--noir .ho-btn { background: #eeece7; color: var(--ho-noir); border-color: #eeece7; }
.ho-sec--noir .ho-btn--ligne { background: transparent; color: #eeece7; }
.ho-sec--noir .ho-carte__infos, .ho-sec--noir .ho-surtitre { color: #b9b6ae; }

.ho-sec__tete { max-width: 760px; margin-bottom: clamp(32px, 4vw, 56px); }
.ho-surtitre { font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ho-gris); margin: 0 0 14px; }
.ho-sec__titre { font-size: clamp(30px, 4.2vw, 54px); }
.ho-sec__chapo { font-size: clamp(18px, 1.6vw, 21px); color: var(--ho-gris); }
.ho-sec__chapo p:last-child { margin-bottom: 0; }

.ho-entete { padding-block: calc(var(--ho-esp) * .8) calc(var(--ho-esp) * .5); }
.ho-entete .ho-sec__tete { margin-bottom: 0; }
.ho-entete .ho-sec__titre { font-size: clamp(40px, 7vw, 92px); font-weight: 700; letter-spacing: -0.03em; }
.ho-entete--centre .ho-sec__tete { margin-inline: auto; text-align: center; }

.ho-prose { max-width: 68ch; }
.ho-prose > *:last-child { margin-bottom: 0; }
.ho-prose h2 { font-size: 28px; margin-top: 1.6em; }
.ho-prose h3, .ho-prose h4 { font-size: 20px; margin-top: 1.4em; }
.ho-prose img { margin-block: 1.5em; }

/* Bannière ------------------------------------------------------------------ */
.ho-hero { padding-top: clamp(24px, 3vw, 40px); }
.ho-hero__figure { margin: 0; }
.ho-hero__img { width: 100%; }
.ho-hero--h-limitee .ho-hero__img { max-height: 60vh; width: auto; margin-inline: auto; }
.ho-hero__legende { margin-top: 12px; font-size: 13px; color: var(--ho-gris); letter-spacing: .02em; }
.ho-hero__legende a { text-decoration: none; }
.ho-hero__legende a:hover { text-decoration: underline; }
.ho-hero__texte { margin-top: clamp(32px, 5vw, 72px); display: grid; gap: 0 clamp(24px, 6vw, 96px); grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: end; }
.ho-hero__texte > .ho-surtitre { grid-column: 1 / -1; }
.ho-hero__titre { font-size: clamp(56px, 12vw, 176px); font-weight: 700; letter-spacing: -0.045em; line-height: .88; text-transform: uppercase; margin: 0; font-stretch: 105%; }
.ho-hero__citation { margin: 0; font-size: clamp(20px, 2vw, 28px); line-height: 1.35; font-style: italic; font-weight: 300; }
.ho-hero__citation p { margin: 0; }
.ho-hero__citation footer { margin-top: 14px; font-size: 14px; font-style: normal; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ho-gris); }
.ho-hero__texte .ho-boutons { grid-column: 1 / -1; }
.ho-hero--cote .ho-wrap { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.ho-hero--cote .ho-hero__texte { margin-top: 0; display: block; }
.ho-hero--cote .ho-hero__titre { font-size: clamp(48px, 7vw, 110px); margin-bottom: 28px; }

/* Grilles et cartes ----------------------------------------------------------- */
.ho-grille { display: grid; gap: clamp(20px, 2.4vw, 36px); grid-template-columns: repeat(var(--ho-cols, 4), minmax(0, 1fr)); align-items: start; }
.ho-grille--2 { --ho-cols: 2; } .ho-grille--3 { --ho-cols: 3; } .ho-grille--4 { --ho-cols: 4; } .ho-grille--5 { --ho-cols: 5; }

.ho-mosaique { column-count: var(--ho-cols, 4); column-gap: clamp(20px, 2.4vw, 36px); }
.ho-mosaique--2 { --ho-cols: 2; } .ho-mosaique--3 { --ho-cols: 3; } .ho-mosaique--4 { --ho-cols: 4; } .ho-mosaique--5 { --ho-cols: 5; }
.ho-mosaique > .ho-carte { break-inside: avoid; margin: 0 0 clamp(20px, 2.4vw, 36px); }

.ho-carte { margin: 0; }
.ho-carte__lien { display: block; text-decoration: none; }
.ho-carte__img { width: 100%; background: var(--ho-pierre); transition: opacity .25s; }
.ho-carte__lien:hover .ho-carte__img { opacity: .88; }
.ho-carte__legende { display: flex; flex-direction: column; gap: 2px; padding-top: 12px; }
.ho-carte__titre { font-size: 15px; font-weight: 600; line-height: 1.3; }
.ho-carte__lien:hover .ho-carte__titre { text-decoration: underline; }
.ho-carte__infos { font-size: 13px; color: var(--ho-gris); line-height: 1.4; }
.ho-carte[hidden] { display: none !important; }

.ho-carte-serie { display: block; text-decoration: none; }
.ho-carte-serie__img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--ho-pierre); transition: opacity .25s; }
.ho-carte-serie:hover .ho-carte-serie__img { opacity: .88; }
.ho-carte-serie__nom { display: block; margin-top: 12px; font-weight: 600; }
.ho-carte-serie__nb { display: block; font-size: 13px; color: var(--ho-gris); }

/* Galerie complète -------------------------------------------------------------- */
.ho-filtres { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 clamp(36px, 4vw, 56px); position: sticky; top: calc(var(--ho-entete-h) + 1px); z-index: 10; background: var(--ho-fond); padding-block: 12px; }
.admin-bar .ho-filtres { top: calc(var(--ho-entete-h) + 33px); }
.ho-filtre { font: inherit; font-size: 13px; font-weight: 500; letter-spacing: .04em; padding: 7px 14px; background: transparent; color: var(--ho-encre); border: 1px solid var(--ho-trait); border-radius: 999px; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.ho-filtre:hover { border-color: var(--ho-encre); }
.ho-filtre.is-actif { background: var(--ho-encre); color: var(--ho-fond); border-color: var(--ho-encre); }
.ho-galerie__groupe + .ho-galerie__groupe { margin-top: clamp(48px, 6vw, 88px); }
.ho-galerie__groupe[hidden] { display: none; }
.ho-galerie__serie { display: flex; align-items: baseline; gap: 14px; font-size: clamp(22px, 2.2vw, 30px); padding-bottom: 14px; margin-bottom: 28px; border-bottom: 1px solid var(--ho-trait); }
.ho-galerie__serie a { text-decoration: none; }
.ho-galerie__serie a:hover { text-decoration: underline; }
.ho-galerie__nb { font-size: 14px; font-weight: 400; color: var(--ho-gris); letter-spacing: 0; }
.ho-galerie__desc { max-width: 68ch; color: var(--ho-gris); margin: -12px 0 28px; }

/* Texte et image --------------------------------------------------------------- */
.ho-texte-image__grille { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.ho-texte-image--tiers .ho-texte-image__grille { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
.ho-texte-image--deux-tiers .ho-texte-image__grille { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
.ho-texte-image--droite .ho-texte-image__figure { order: 2; }
.ho-texte-image--droite.ho-texte-image--tiers .ho-texte-image__grille { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
.ho-texte-image--droite.ho-texte-image--deux-tiers .ho-texte-image__grille { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
.ho-texte-image__figure { margin: 0; }
.ho-texte-image__figure figcaption, .ho-points__figure figcaption { margin-top: 10px; font-size: 13px; color: var(--ho-gris); }
.ho-texte-image .ho-prose { font-size: 18px; }

/* Citation ---------------------------------------------------------------------- */
.ho-citation__bloc { margin: 0 auto; max-width: 920px; text-align: center; font-size: clamp(26px, 3.6vw, 48px); line-height: 1.2; font-weight: 300; font-style: italic; letter-spacing: -0.01em; }
.ho-citation__bloc p { margin: 0; }
.ho-citation__bloc footer { margin-top: 24px; font-size: 14px; font-style: normal; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ho-gris); }

/* Frise --------------------------------------------------------------------------- */
.ho-frise__liste { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ho-trait); }
.ho-frise__item { display: grid; grid-template-columns: 180px minmax(0, 1fr) 220px; gap: clamp(20px, 3vw, 48px); padding-block: clamp(28px, 3vw, 40px); border-bottom: 1px solid var(--ho-trait); align-items: start; }
.ho-frise__date { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: .06em; }
.ho-frise__titre { font-size: clamp(22px, 2.2vw, 28px); margin-bottom: 6px; }
.ho-frise__lieu { color: var(--ho-gris); margin-bottom: 12px; }
.ho-frise__texte p:last-child { margin-bottom: 12px; }
.ho-frise__image { margin: 0; }
.ho-frise__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* Points clés ---------------------------------------------------------------------- */
.ho-points__grille { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.ho-points--droite .ho-points__figure { order: 2; }
.ho-points--droite .ho-points__grille { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.ho-points__figure { margin: 0; position: sticky; top: calc(var(--ho-entete-h) + 24px); }
.ho-points__liste { list-style: none; margin: 0; padding: 0; counter-reset: point; }
.ho-points__liste li { counter-increment: point; position: relative; padding: 22px 0 22px 56px; border-top: 1px solid var(--ho-trait); }
.ho-points__liste li::before { content: counter(point, decimal-leading-zero); position: absolute; left: 0; top: 24px; font-size: 14px; font-weight: 600; color: var(--ho-gris); }
.ho-points__liste h3 { font-size: 20px; margin-bottom: 6px; }
.ho-points__liste p:last-child { margin-bottom: 0; }

/* Actualités --------------------------------------------------------------------- */
.ho-actu__image { display: block; }
.ho-actu__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--ho-pierre); }
.ho-actu__corps { padding-top: 16px; }
.ho-actu__date { display: block; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--ho-gris); margin-bottom: 6px; }
.ho-actu__titre { font-size: 21px; margin-bottom: 8px; }
.ho-actu__titre a { text-decoration: none; }
.ho-actu__titre a:hover { text-decoration: underline; }
.ho-actu__extrait { color: var(--ho-gris); font-size: 16px; }
.ho-article__figure { margin: 32px 0; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 56px; }
.nav-links .page-numbers { padding: 8px 14px; border: 1px solid var(--ho-trait); text-decoration: none; }
.nav-links .page-numbers.current { background: var(--ho-encre); color: var(--ho-fond); border-color: var(--ho-encre); }

/* Fiche œuvre -------------------------------------------------------------------- */
.ho-fiche { padding-top: clamp(24px, 4vw, 56px); }
.ho-fiche__grille { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.ho-fiche__figure { margin: 0; }
.ho-zoom { display: block; position: relative; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.ho-fiche__img { width: 100%; max-height: calc(100vh - var(--ho-entete-h) - 64px); object-fit: contain; object-position: left top; }
.ho-zoom__label { position: absolute; right: 12px; bottom: 12px; padding: 6px 12px; background: rgba(246, 245, 242, .9); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transition: opacity .2s; }
.ho-zoom:hover .ho-zoom__label, .ho-zoom:focus-visible .ho-zoom__label { opacity: 1; }
.ho-fiche__texte { position: sticky; top: calc(var(--ho-entete-h) + 32px); }
.ho-fiche__titre { font-size: clamp(32px, 4vw, 56px); margin-bottom: 28px; }
.ho-fiche__infos { margin: 0 0 32px; border-top: 1px solid var(--ho-trait); }
.ho-fiche__infos > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--ho-trait); }
.ho-fiche__infos dt { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ho-gris); padding-top: 2px; }
.ho-fiche__infos dd { margin: 0; }
.ho-fiche__nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 40px; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.ho-fiche__nav a { text-decoration: none; }
.ho-fiche__prec::before { content: "← "; }
.ho-fiche__suiv { margin-left: auto; }
.ho-fiche__suiv::after { content: " →"; }

.ho-visionneuse { position: fixed; inset: 0; z-index: 1000; background: rgba(20, 20, 20, .96); display: flex; align-items: center; justify-content: center; padding: 56px 16px 16px; border: 0; margin: 0; width: 100%; height: 100%; max-width: none; max-height: none; }
.ho-visionneuse::backdrop { background: rgba(20, 20, 20, .96); }
.ho-visionneuse img { max-width: 100%; max-height: calc(100vh - 80px); object-fit: contain; cursor: zoom-out; }
.ho-visionneuse__fermer { position: absolute; top: 12px; right: 16px; font: inherit; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #eeece7; background: none; border: 1px solid rgba(238, 236, 231, .4); padding: 8px 14px; cursor: pointer; }

/* Contact ------------------------------------------------------------------------- */
.ho-contact__grille { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.ho-contact__coord h3, .ho-contact__form h3 { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--ho-gris); font-weight: 600; margin-bottom: 16px; }
.ho-liste-coord { list-style: none; margin: 0; padding: 0; }
.ho-liste-coord li { padding: 4px 0; }
.ho-liste-coord a { text-decoration: none; }
.ho-liste-coord a:hover { text-decoration: underline; }
/* Coordonnées de la page Contact : libellé discret au-dessus, valeur lisible, filets comme les fiches d'œuvre. */
.ho-coord { margin: 0; border-top: 1px solid var(--ho-trait); }
.ho-coord__ligne { padding: 16px 0; border-bottom: 1px solid var(--ho-trait); }
.ho-coord dt { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ho-gris); margin-bottom: 4px; }
.ho-coord dd { margin: 0; font-size: 19px; line-height: 1.45; overflow-wrap: anywhere; }
.ho-coord dd a { text-decoration: none; }
.ho-coord dd a:hover { text-decoration: underline; }
.ho-coord .ho-reseaux { margin: 0; }
.ho-coord .ho-reseaux a { border-bottom: 1px solid currentColor; }
.ho-coord .ho-reseaux a:hover { text-decoration: none; border-bottom-width: 2px; }
.ho-reseaux { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.ho-reseaux a { text-decoration: none; border-bottom: 1px solid currentColor; }

.wpcf7 form p { margin: 0 0 18px; }
.wpcf7 label { display: block; font-size: 13px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; color: var(--ho-gris); }
/* Libellé collé à son champ : CF7 insère un <br> après le texte du libellé, et le champ est en ligne. */
.wpcf7 label br { display: none; }
.wpcf7 label .wpcf7-form-control-wrap { display: block; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea { width: 100%; margin-top: 0; padding: 4px 0 10px; font: inherit; font-size: 17px; color: var(--ho-encre); background: transparent; border: 0; border-bottom: 1px solid var(--ho-encre); border-radius: 0; }
/* Hauteur du champ message = nombre de lignes réglé dans le formulaire (Contact › balise textarea, « x4 »). */
.wpcf7 textarea { height: auto; min-height: 0; resize: vertical; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; border-bottom-width: 2px; }
.wpcf7 input[type="submit"] { font: inherit; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 14px 28px; color: var(--ho-fond); background: var(--ho-encre); border: 1px solid var(--ho-encre); cursor: pointer; }
.wpcf7 input[type="submit"]:hover { background: transparent; color: var(--ho-encre); }
.wpcf7-not-valid-tip { font-size: 14px; }
.wpcf7 form .wpcf7-response-output { margin: 16px 0 0; padding: 12px 16px; }

/* Bandeau --------------------------------------------------------------------------- */
.ho-bandeau__in { text-align: center; }
.ho-bandeau .ho-sec__tete { margin-inline: auto; margin-bottom: 0; }
.ho-bandeau .ho-boutons { justify-content: center; }

/* Pied de page ---------------------------------------------------------------------- */
/* Pied de page blanc, comme l'en-tête : le logo d'origine (JPEG sur fond blanc) s'y fond. */
.ho-footer { margin-top: var(--ho-esp); background: var(--ho-blanc); border-top: 1px solid var(--ho-trait); font-size: 15px; }
/* Page terminée par une section colorée (bandeau « Écrire à l'artiste » de l'accueil…) : pas de bande vide avant le pied de page. */
body:has(.ho-vc .vc_row:last-of-type .wpb_wrapper > .ho-sec:is(.ho-sec--blanc, .ho-sec--pierre, .ho-sec--noir):last-child) .ho-footer { margin-top: 0; }
.ho-footer__grille { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(28px, 4vw, 64px); padding-block: clamp(48px, 6vw, 80px); }
/* Vitrine : marque | navigation + coordonnées | vignettes des dernières œuvres. */
.ho-footer__grille--vitrine { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.1fr); }
.ho-footer__texte { margin-top: 18px; color: var(--ho-gris); max-width: 42ch; }
.ho-footer__action { margin: 24px 0 0; }
.ho-footer__bouton { padding: 10px 18px; font-size: 13px; }
.ho-footer__bloc { margin-top: 28px; }
.ho-footer__vignettes { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 320px; }
.ho-footer__vignettes a { display: block; }
.ho-footer__vignettes img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--ho-pierre); transition: opacity .2s; }
.ho-footer__vignettes a:hover img, .ho-footer__vignettes a:focus-visible img { opacity: .85; }
.ho-footer__titre { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ho-gris); margin: 0 0 14px; }
.ho-footer__liens { list-style: none; margin: 0; padding: 0; }
.ho-footer__liens li { padding: 4px 0; }
.ho-footer__liens a { text-decoration: none; }
.ho-footer__liens a:hover { text-decoration: underline; }
.ho-footer .ho-reseaux { margin-top: 0; flex-direction: column; gap: 8px; }
.ho-footer .ho-reseaux a { border: 0; }
.ho-footer .ho-reseaux a:hover { text-decoration: underline; }
.ho-footer__bas { border-top: 1px solid var(--ho-trait); padding-block: 20px; font-size: 13px; color: var(--ho-gris); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 24px; }
.ho-footer__bas p { margin: 0; }
.ho-footer__credit { margin-left: auto; text-align: right; }
.ho-footer__credit a { text-decoration: none; }
.ho-footer__credit a:hover { text-decoration: underline; color: var(--ho-encre); }

/* Écrans moyens ----------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .ho-grille--4, .ho-grille--5, .ho-mosaique--4, .ho-mosaique--5 { --ho-cols: 3; }
  .ho-footer__grille, .ho-footer__grille--vitrine { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ho-footer__grille--vitrine .ho-footer__col--marque { grid-column: 1 / -1; }
  .ho-frise__item { grid-template-columns: 140px minmax(0, 1fr); }
  .ho-frise__image { grid-column: 2; max-width: 360px; }
}

@media (max-width: 900px) {
  :root { --ho-entete-h: 64px; }
  .ho-burger { display: block; }
  .ho-header__in { position: relative; }
  .ho-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ho-blanc); border-bottom: 1px solid var(--ho-trait); padding: 8px var(--ho-gouttiere) 24px; }
  .ho-nav.is-ouvert { display: block; }
  .ho-nav__liste { flex-direction: column; gap: 0; }
  .ho-nav__liste a { display: block; padding: 14px 0; border-bottom: 1px solid var(--ho-trait); font-size: 16px; }

  .ho-hero__texte { grid-template-columns: 1fr; gap: 28px; }
  .ho-hero--cote .ho-wrap { grid-template-columns: 1fr; }
  .ho-texte-image__grille, .ho-texte-image--tiers .ho-texte-image__grille, .ho-texte-image--deux-tiers .ho-texte-image__grille,
  .ho-texte-image--droite.ho-texte-image--tiers .ho-texte-image__grille, .ho-texte-image--droite.ho-texte-image--deux-tiers .ho-texte-image__grille { grid-template-columns: 1fr; }
  .ho-texte-image--droite .ho-texte-image__figure { order: 0; }
  .ho-points__grille, .ho-points--droite .ho-points__grille { grid-template-columns: 1fr; }
  .ho-points__figure { position: static; max-width: 420px; }
  .ho-points--droite .ho-points__figure { order: 0; }
  .ho-fiche__grille { grid-template-columns: 1fr; }
  .ho-fiche__texte { position: static; }
  .ho-fiche__img { max-height: none; }
  .ho-contact__grille { grid-template-columns: 1fr; }
  .ho-grille--3, .ho-grille--4, .ho-grille--5, .ho-mosaique--3, .ho-mosaique--4, .ho-mosaique--5 { --ho-cols: 2; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .ho-grille--2, .ho-grille--3 { --ho-cols: 1; }
  .ho-frise__item { grid-template-columns: 1fr; gap: 8px; }
  .ho-frise__image { grid-column: auto; }
  .ho-footer__grille, .ho-footer__grille--vitrine { grid-template-columns: 1fr; }
  .ho-filtres { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(-1 * var(--ho-gouttiere)); padding-inline: var(--ho-gouttiere); scrollbar-width: none; }
  .ho-filtre { flex: 0 0 auto; }
  .ho-fiche__infos > div { grid-template-columns: 110px minmax(0, 1fr); }
}

@media (max-width: 782px) { .admin-bar .ho-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .ho-header { top: 0; } }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
