:root {
    color-scheme: light;
    --encre: #17352b;
    --vert: #315f57;
    --vert-clair: #d9e9e5;
    --citron: #d8df69;
    --anis: #a9b62f;
    --sable: #f1ead6;
    --creme: #f8f5e9;
    --olive: #63711a;
    --ligne: rgba(23, 53, 43, .16);
    /* Gris-vert des textes secondaires : 5:1 sur le crème, seuil AA tenu. */
    --texte-secondaire: #5a6d65;
    --conteneur: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--encre);
    background: var(--creme) url("/images/legacy/papier-vacances-vertes.jpg") repeat;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}
a { color: inherit; }
.barre, .section, .hero, .publicite, .page-interieure {
    width: var(--conteneur);
    margin-inline: auto;
}
header.site {
    position: sticky;
    z-index: 10;
    top: 0;
    background: rgba(251, 250, 245, .95) url("/images/legacy/papier-entete.jpg") center/auto 100% repeat-x;
    border-bottom: 1px solid var(--ligne);
    backdrop-filter: blur(12px);
}
header .barre {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 42px;
}
.marque {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.marque img { display: block; width: 188px; height: auto; }
header nav { display: flex; gap: 5px; margin-right: auto; padding: 5px; background: rgba(216, 223, 105, .38); border-radius: 999px; }
header nav a, footer nav a { font-size: .9rem; font-weight: 700; text-decoration: none; }
header nav a { padding: 8px 13px; border-radius: 999px; }
header nav a:hover { color: var(--encre); background: rgba(255,255,255,.72); }
.navigation-mobile { display: none; }
/* Bouton pill : une seule définition, deux teintes. */
.cta-entete,
.recherche button,
.site-web a,
.formulaire-carte button,
.bouton-secondaire {
    display: inline-block;
    border: 0;
    color: var(--encre);
    background: var(--anis);
    border-radius: 999px;
    padding: 12px 20px;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
}
main { overflow: hidden; }
.hero {
    min-height: 610px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
    padding-block: 42px 70px;
}
.hero-contenu { align-self: center; padding: 30px 60px 30px 0; }
.surtitre {
    margin: 0 0 15px;
    color: var(--olive);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(3rem, 5.4vw, 5.2rem);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.04;
}
.intro { max-width: 610px; margin: 28px 0; font-size: 1.12rem; color: #496258; }
.recherche label { display: block; margin-bottom: 8px; font-size: .82rem; font-weight: 800; }
.recherche > div {
    max-width: 610px;
    display: flex;
    padding: 6px;
    background: white;
    border: 1px solid var(--ligne);
    border-radius: 999px;
    box-shadow: 0 18px 50px rgba(23, 53, 43, .09);
}
.recherche input {
    min-width: 0;
    flex: 1;
    border: 0;
    padding: 13px 16px;
    background: transparent;
    border-radius: 999px;
    font: inherit;
}
.recherche input:focus-visible { outline: 3px solid rgba(169, 182, 47, .55); outline-offset: -2px; }
.recherche button { cursor: pointer; padding-inline: 26px; }
.raccourcis { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.raccourcis a {
    min-width: 112px;
    padding: 10px 15px;
    border: 1px solid var(--ligne);
    border-radius: 12px;
    text-decoration: none;
}
.raccourcis span, .raccourcis small { display: block; }
.raccourcis span { font-weight: 800; }
.raccourcis small { color: var(--texte-secondaire); }
.hero-visuel {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border-radius: 145px 145px 22px 22px;
    margin: 0;
}
.hero-visuel > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(.82) contrast(1.04);
}
.hero-visuel::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(8, 34, 25, .83));
}
.hero-visuel figcaption {
    position: absolute;
    z-index: 2;
    right: 36px;
    bottom: 34px;
    left: 36px;
    color: white;
}
.hero-visuel figcaption span,
.hero-visuel figcaption strong,
.hero-visuel figcaption a { display: block; }
.hero-visuel figcaption span { font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-visuel figcaption strong { margin: 5px 0 9px; font: 500 2rem/1 Georgia, serif; }
.hero-visuel figcaption a { font-size: .82rem; font-weight: 750; text-decoration: none; }
.hero-visuel figcaption a:hover { text-decoration: underline; }
.section { padding-block: 88px; }
.titre-section { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.lien-fleche { padding-bottom: 8px; font-size: .9rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid; }
.cartes-destinations { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; }
.carte {
    position: relative;
    min-width: 0;
    padding-bottom: 22px;
    overflow: hidden;
    background: rgba(255,255,255,.76);
    border: 1px solid var(--ligne);
    border-radius: 20px;
    text-decoration: none;
    transition: transform .25s ease;
}
.carte:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(23,53,43,.12); }
.carte > img { width: 100%; height: 280px; display: block; object-fit: cover; image-rendering: auto; }
.carte h3 { margin: 13px 24px 7px; font-size: 2rem; font-weight: 500; line-height: 1.05; }
.carte p { margin: 0 24px; color: var(--texte-secondaire); font-size: .9rem; }
.pastille { display: inline-block; margin: 20px 24px 0; padding: 6px 10px; border-radius: 999px; color: var(--encre); background: var(--citron); font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.publicite {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 25px;
    padding: 20px 26px;
    border-block: 1px solid var(--ligne);
}
.publicite span { font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; }
.publicite p { margin: 0; font-size: .9rem; }
.publicite a { font-size: .82rem; font-weight: 800; }
.manifeste { text-align: center; }
.manifeste > p:not(.surtitre) { max-width: 660px; margin: 28px auto 45px; color: #4f665d; font-size: 1.08rem; }
.manifeste ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--ligne); border: 1px solid var(--ligne); }
.manifeste li { padding: 30px; background: rgba(250,248,239,.88); }
.manifeste li strong, .manifeste li span { display: block; }
.manifeste li strong { margin-bottom: 9px; font: 500 1.6rem Georgia, serif; }
.manifeste li span { color: var(--texte-secondaire); font-size: .9rem; }
.labels-confiance {
    display: grid;
    grid-template-columns: 1.5fr .5fr;
    align-items: center;
    gap: 80px;
    padding-inline: 70px;
    background: #3f6d64;
    color: white;
    border-radius: 26px;
}
.labels-confiance h2 { font-size: clamp(2.7rem, 5vw, 4rem); }
.labels-confiance p { color: #e4efe9; }
.labels-confiance p:not(.surtitre) { max-width: 620px; }
.bouton-secondaire { margin-top: 15px; background: var(--citron); }
.sceau {
    aspect-ratio: 1;
    display: grid;
    align-content: center;
    justify-items: center;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    outline: 1px dashed rgba(255,255,255,.35);
    outline-offset: -10px;
    transform: rotate(5deg);
}
.sceau span, .sceau small { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.sceau strong { font: italic 2rem Georgia, serif; }
.articles article { display: grid; grid-template-columns: 55px 150px 1fr; align-items: center; gap: 24px; padding: 25px 0; border-top: 1px solid var(--ligne); }
.articles article.sans-image { grid-template-columns: 55px 1fr; }
.articles article > img { width: 150px; height: 105px; object-fit: cover; border-radius: 12px; }
.article-numero { margin: 0; color: var(--olive); font: 1.1rem Georgia, serif; }
.categorie { margin: 0; color: var(--texte-secondaire); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.articles h3 { margin: 5px 0; font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 500; }
.articles h3 a { text-decoration: none; }
.articles article div > p:last-child { margin: 0; color: var(--texte-secondaire); }
footer { margin-top: 50px; padding: 55px 0; color: #e5ede8; background: #284d46; }
.pied { display: flex; justify-content: space-between; gap: 40px; }
.marque-pied { color: white; }
.pied p { max-width: 480px; color: #aebfb8; }
footer nav { display: flex; flex-wrap: wrap; align-content: start; gap: 20px; }
.statut { font-size: .8rem; border-radius: .6rem; padding: .05rem .55rem; background: #e4efe0; color: #33532f; white-space: nowrap; }
.statut-historique { background: #eee9e2; color: #6b5f4e; }
.statut-en-extinction { background: #f6ecd8; color: #7a5c1e; }
aside.mention-de-fin { border-left: 3px solid #c9b98f; background: #faf6ec; padding: .6rem 1rem; margin-block: 1.5rem; }
ul.labels { list-style: none; padding: 0; }
ul.labels li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .45rem 0; border-bottom: 1px solid #edf2ea; }
/* Pages intérieures */
.page-interieure {
    min-height: 65vh;
    padding-block: 72px 110px;
    overflow: visible;
}
.page-entete {
    max-width: 880px;
    margin: 0 auto 54px;
    text-align: center;
}
.page-entete-compact { margin-bottom: 42px; }
.page-entete h1,
.fiche-entete h1,
.article-complet h1 {
    max-width: none;
    font-size: clamp(3rem, 6vw, 5.7rem);
    line-height: .96;
}
.page-entete .intro {
    max-width: 700px;
    margin: 24px auto 0;
    font-size: 1.12rem;
}
.page-entete .statut { display: inline-block; margin-top: 22px; }
.fil-ariane {
    max-width: 980px;
    margin: 0 auto 34px;
    font-size: .86rem;
    font-weight: 750;
}
.fil-ariane a { text-decoration: none; }
.fil-ariane a:hover { text-decoration: underline; }
/* Tout enfant direct d'une page intérieure est cadré sur la même colonne ;
   les blocs plus larges (galerie) élargissent explicitement juste en dessous. */
.bloc-page,
.page-interieure > * {
    width: min(980px, 100%);
    margin-inline: auto;
}
.page-interieure > .galerie { width: min(1080px, 100%); }
.bloc-page > h2,
.certifies > h2,
.certifications > h2,
.ecogestes > h2 {
    margin-bottom: 28px;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
}

/* Hubs de navigation */
.rubriques { list-style: none; padding: 0; }
.grille-rubriques {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.grille-rubriques > li {
    position: relative;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 24px;
    overflow: hidden;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--ligne);
    border-radius: 18px;
}
.grille-rubriques > li::before {
    content: "";
    position: absolute;
    width: 92px;
    height: 92px;
    right: -25px;
    top: -28px;
    border-radius: 50%;
    background: rgba(216,223,105,.46);
}
.grille-rubriques > li > a {
    /* Passe au-dessus du rond décoratif sans devenir le repère du ::after,
       qui s'étend alors sur tout le <li> (lien étiré). */
    isolation: isolate;
    font: 500 1.45rem/1.05 Georgia, serif;
    text-decoration: none;
}
.grille-rubriques > li > a::after {
    content: "";
    position: absolute;
    inset: 0;
}
.grille-rubriques > li > span { margin-top: 8px; color: var(--texte-secondaire); font-size: .82rem; }
.grille-rubriques > li > small { position: absolute; right: 18px; bottom: 18px; font-weight: 900; }
.navigation-rubriques { margin-bottom: 80px; }
/* Les cartes s'étirent à la hauteur de la plus haute. Contenu calé en haut et
   titre réservant deux lignes : titres et sous-rubriques restent alignés
   quelle que soit la longueur du libellé ou le nombre de sous-rubriques. */
.navigation-rubriques .grille-rubriques > li { justify-content: start; }
.navigation-rubriques .grille-rubriques > li > a { min-height: 2lh; }
.navigation-rubriques .rubriques ul {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.navigation-rubriques .rubriques ul a { font-size: .78rem; color: var(--texte-secondaire); }

/* Emblème d'un label : son logo officiel quand nous l'avons, sinon son
   monogramme. Les deux occupent le même gabarit pour que l'arrivée d'un logo
   ne déplace rien autour. */
.embleme { display: inline-flex; flex: none; }
.embleme img,
.monogramme {
    width: var(--taille-embleme, 54px);
    height: var(--taille-embleme, 54px);
}
.embleme img { object-fit: contain; }
.monogramme {
    display: grid;
    place-items: center;
    background: var(--vert-clair);
    border-radius: 50%;
    font: 500 calc(var(--taille-embleme, 54px) / 2.6) Georgia, serif;
    letter-spacing: .02em;
}
.page-entete .embleme { --taille-embleme: 92px; margin-bottom: 20px; }
.certifications .embleme { --taille-embleme: 42px; }

/* Labels */
.grille-labels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
ul.grille-labels li {
    position: relative;
    min-height: 104px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-content: center;
    gap: 12px;
    padding: 22px;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--ligne);
    border-radius: 16px;
}
ul.grille-labels li a { font: 500 1.2rem/1.15 Georgia, serif; text-decoration: none; }
ul.grille-labels li a::after { content: ""; position: absolute; inset: 0; }
ul.grille-labels li .embleme { grid-row: span 2; align-self: center; }
ul.grille-labels li small { grid-column: 3; font-weight: 900; }

/* Cartes établissements — variante de .cartes-destinations, dont elle doit
   l'emporter sur la mise en colonnes : sélecteur composé, pas simple ordre. */
.cartes-destinations.grille-cartes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grille-cartes > article { min-width: 0; }
.grille-cartes .carte { height: 100%; display: block; }
.grille-cartes .carte > img { height: 225px; }

/* Journal et recherche — même principe face à .articles. */
.liste-editoriale { max-width: 920px; }
.articles.liste-editoriale article {
    grid-template-columns: 180px 1fr;
    padding: 28px 0;
}
.articles.liste-editoriale article.sans-image { grid-template-columns: 1fr; }
.articles.liste-editoriale article > img { width: 180px; height: 125px; }
.articles.liste-editoriale h3 { font-size: clamp(1.65rem, 3vw, 2.6rem); }
.recherche-page { margin-top: 30px; }
.recherche-page > div { margin-inline: auto; }
.liste-resultats { padding: 0; list-style: none; }
.liste-resultats li {
    margin-bottom: 12px;
    padding: 24px 28px;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--ligne);
    border-radius: 16px;
}
.liste-resultats .pastille { margin: 0 0 10px; }
.liste-resultats h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.liste-resultats h2 a { text-decoration: none; }

/* Fiches */
.fiche-entete { max-width: 980px; margin: 0 auto 38px; }
.fiche-entete .surtitre { margin-bottom: 14px; }
.localisation { margin-top: 20px; color: var(--texte-secondaire); font-size: 1.05rem; }
.galerie {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: 230px;
    gap: 10px;
    margin: 0 auto 54px;
    overflow: hidden;
    border-radius: 22px;
}
.galerie img { width: 100%; height: 100%; object-fit: cover; }
.galerie img:first-child { grid-row: span 2; }
.certifications,
.description,
.ecogestes {
    max-width: 820px;
    margin: 0 auto 22px;
    padding: 34px;
    background: rgba(255,255,255,.68);
    border: 1px solid var(--ligne);
    border-radius: 18px;
}
.certifications ul { margin: 0; padding: 0; list-style: none; }
.certifications li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid var(--ligne);
}
.certifications li:first-child { border-top: 0; }
.certifications li span { display: block; color: var(--texte-secondaire); font-size: .8rem; }
.description h2, .ecogestes h2 { margin-top: 0; }
.description p:last-child, .ecogestes p:last-child { margin-bottom: 0; }
.site-web { text-align: center; }
.article-complet { max-width: 820px; }
.article-complet > header { text-align: center; }
.article-complet .signature { color: var(--texte-secondaire); font-size: .82rem; }
.article-complet .accroche { margin: 26px auto; font: 500 1.35rem/1.45 Georgia, serif; }
.article-complet figure { margin: 38px 0 52px; }
.article-complet figure img { width: 100%; height: auto; border-radius: 20px; }
.article-complet figcaption { margin-top: 8px; color: var(--texte-secondaire); font-size: .78rem; }
.article-complet > section { margin-block: 46px; font-size: 1.06rem; line-height: 1.75; }
.article-complet > section h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3rem); }
.mention-de-fin { border-radius: 0 14px 14px 0; }

/* Formulaires et retours */
.formulaire-carte {
    max-width: 720px;
    padding: 34px;
    background: rgba(255,255,255,.75);
    border: 1px solid var(--ligne);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(23,53,43,.07);
}
.formulaire-carte p { margin: 0 0 20px; }
.formulaire-carte label { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 800; }
.formulaire-carte input,
.formulaire-carte textarea {
    width: 100%;
    padding: 13px 14px;
    color: var(--encre);
    background: #fff;
    border: 1px solid rgba(23,53,43,.25);
    border-radius: 10px;
    font: inherit;
}
.formulaire-carte input:focus,
.formulaire-carte textarea:focus { outline: 3px solid rgba(169,182,47,.35); border-color: var(--anis); }
.confirmation { padding: 16px 20px; background: #dcebdc; border-radius: 12px; }
.erreurs { padding: 16px 20px 16px 42px; color: #74382d; background: #f6e3dc; border-radius: 12px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 52px; }
.pagination a { padding: 9px 14px; background: rgba(255,255,255,.72); border: 1px solid var(--ligne); border-radius: 999px; text-decoration: none; }

@media (max-width: 850px) {
    header .barre > nav { display: none; }
    header .barre { min-height: 66px; }
    .cta-entete { margin-left: auto; padding: 10px 14px; font-size: .76rem; }
    .navigation-mobile { position: relative; display: block; margin-left: auto; }
    .navigation-mobile summary { padding: 9px 14px; background: rgba(216,223,105,.52); border-radius: 999px; font-size: .8rem; font-weight: 850; cursor: pointer; list-style: none; }
    .navigation-mobile summary::-webkit-details-marker { display: none; }
    .navigation-mobile[open] summary { background: var(--anis); }
    .navigation-mobile nav {
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        width: min(280px, calc(100vw - 24px));
        display: grid;
        gap: 2px;
        padding: 9px;
        background: #fdfcf7;
        border: 1px solid var(--ligne);
        border-radius: 16px;
        box-shadow: 0 18px 45px rgba(23,53,43,.18);
    }
    .navigation-mobile nav a { padding: 11px 13px; }
    .hero { grid-template-columns: 1fr; padding-top: 25px; }
    .hero-contenu { padding-right: 0; }
    .hero-visuel { min-height: 390px; border-radius: 150px 150px 20px 20px; }
    .cartes-destinations { grid-template-columns: 1fr; }
    .cartes-destinations.grille-cartes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .carte > img { height: 320px; }
    .manifeste ul { grid-template-columns: 1fr; }
    .labels-confiance { grid-template-columns: 1fr; gap: 40px; padding: 55px 30px; }
    .sceau { width: 180px; justify-self: center; }
    .grille-rubriques { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grille-labels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .galerie { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
}

@media (max-width: 560px) {
    :root { --conteneur: min(1180px, calc(100% - 24px)); }
    .marque img { width: 155px; }
    .cta-entete { display: none; }
    h1 { font-size: 2.8rem; }
    .hero { min-height: auto; padding-bottom: 45px; }
    .hero-visuel { min-height: 310px; }
    .recherche > div { border-radius: 18px; }
    .recherche button { padding-inline: 18px; }
    .titre-section { align-items: start; flex-direction: column; }
    .section { padding-block: 60px; }
    .publicite { grid-template-columns: 1fr; gap: 7px; }
    .articles article { grid-template-columns: 34px 92px 1fr; gap: 12px; }
    .articles article.sans-image { grid-template-columns: 34px 1fr; }
    .articles article > img { width: 92px; height: 92px; }
    .articles h3 { font-size: 1.25rem; }
    .articles article div > p:last-child { display: none; }
    .pied { flex-direction: column; }
    .page-interieure { padding-block: 42px 72px; }
    .page-entete { margin-bottom: 34px; text-align: left; }
    .page-entete h1, .fiche-entete h1, .article-complet h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
    .page-entete .intro { margin-top: 18px; font-size: 1rem; }
    .fil-ariane { margin-bottom: 24px; }
    .grille-rubriques, .grille-labels { grid-template-columns: 1fr; }
    .grille-rubriques > li { min-height: 112px; padding: 20px; }
    ul.grille-labels li { min-height: 88px; }
    .navigation-rubriques { margin-bottom: 55px; }
    .cartes-destinations.grille-cartes { grid-template-columns: 1fr; }
    .grille-cartes .carte > img { height: 220px; }
    .articles.liste-editoriale article { grid-template-columns: 104px 1fr; gap: 14px; }
    .articles.liste-editoriale article.sans-image { grid-template-columns: 1fr; }
    .articles.liste-editoriale article > img { width: 104px; height: 104px; }
    .articles.liste-editoriale h3 { font-size: 1.35rem; }
    .liste-editoriale article div > p:last-child { display: none; }
    .galerie { display: flex; gap: 8px; overflow-x: auto; border-radius: 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
    .galerie img { width: 82%; min-width: 82%; height: 270px; scroll-snap-align: start; }
    .certifications, .description, .ecogestes, .formulaire-carte { padding: 22px; border-radius: 15px; }
    .article-complet > header { text-align: left; }
    .article-complet .accroche { font-size: 1.2rem; }
    .article-complet figure { margin: 28px 0 38px; }
    .article-complet > section { margin-block: 36px; font-size: 1rem; }
    .pagination { flex-wrap: wrap; gap: 10px; font-size: .82rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .carte { transition: none; }
}

/* Pot de miel du formulaire de contact : invisible pour les humains. */
.ne-pas-remplir {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}
