@charset "UTF-8";
/* =========================
   VARIABLES GLOBALES
========================= */
/* COULEURS PRINCIPALES */
/* RÉSEAUX SOCIAUX */
/* SURVOL */
/* TRANSPARENCES */
/* TYPOGRAPHIE */
/* TAILLES DE TEXTE */
/* GRAISSES DE POLICE */
/* INTERLIGNAGE */
/* ESPACEMENTS */
/* RAYONS */
/* OMBRES */
/* CONTENEURS */
/* HERO */
/* POINTS DE RUPTURE */
/* =========================
   COULEURS D'ÉTAT
========================= */
/* SUCCESS / FORMULAIRES */
/* =========================
   AUTH TOKENS
========================= */
/* LOGO */
/* INPUTS / BOUTONS */
/* LARGEURS */
/* PADDINGS / MARGES */
/* DÉRIVÉS COULEUR */
/* DIVERS */
/* =========================
   MIXINS
========================= */
/* =========================
   TYPOGRAPHIE
========================= */
@font-face {
  font-family: "Luciole";
  src: url("../fonts/Luciole-Regular.woff2") format("woff2"), url("../fonts/Luciole-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luciole";
  src: url("../fonts/Luciole-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luciole";
  src: url("../fonts/Luciole-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Luciole";
  src: url("../fonts/Luciole-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* =========================
   RESET + BASE
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  background-color: #DDD1C4;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================
   STRUCTURE GÉNÉRALE
========================= */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #DDD1C4;
}

.structure-site {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #DDD1C4;
}

/* Le main prend tout l’espace restant */
main {
  flex: 1 0 auto;
}

/* Le footer reste en bas */
footer {
  flex-shrink: 0;
}

main:not(.page-profil):not(.tableau-bord-admin):not(.page-authentification) {
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px 40px 20px;
}
main:not(.page-profil):not(.tableau-bord-admin):not(.page-authentification) h2 {
  margin-bottom: 20px;
  color: #8b3d0f;
}

/* =========================
   ACCESSIBILITÉ CLAVIER
========================= */
.skip-link {
  position: absolute;
  top: -60px;
  left: 1rem;
  z-index: 3000;
  padding: 0.75rem 1rem;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.25rem;
}

.skip-link:focus {
  top: 1rem;
}

/* Cache le focus par défaut souris */
*:focus {
  outline: none;
}

/* Focus visible navigation clavier JS */
.user-is-tabbing a:focus,
.user-is-tabbing button:focus,
.user-is-tabbing input:focus,
.user-is-tabbing textarea:focus,
.user-is-tabbing select:focus {
  outline: 3px solid #8b3d0f;
  outline-offset: 3px;
}

/* Sécurité moderne : focus visible natif */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #8b3d0f;
  outline-offset: 3px;
}

/* =========================
   BOUTON RETOUR EN HAUT
========================= */
.bouton-retour-haut {
  position: fixed;
  right: 24px;
  bottom: 96px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 61, 15, 0.92);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 2000;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.bouton-retour-haut:hover {
  transform: translateY(-3px);
  background: #8b3d0f;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.bouton-retour-haut:focus {
  outline: none;
}

.bouton-retour-haut:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.bouton-retour-haut i {
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.entete-site__navigation a:hover,
.entete-site__navigation a.is-active {
  color: #8b3d0f;
}

.entete-site {
  width: 100%;
  background: #DDD1C4;
  border: none;
  border-bottom: 1px solid #b9a999;
  border-radius: 0;
  overflow: hidden;
}

/* BARRE SUPÉRIEURE */
.entete-site__barre {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: #efefef;
}

/* BLOC LOGO + TITRE */
.entete-site__marque {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

/* TITRE */
.entete-site__titre {
  margin: 0 0 -2px 0;
  font-size: 1.21rem;
  line-height: 1.1;
  font-weight: 700;
  color: #111111;
  white-space: nowrap;
}
.entete-site__titre a {
  text-decoration: none;
  color: inherit;
  color: inherit;
}
.entete-site__titre span {
  color: #e06a1a;
}

/* LOGO */
.entete-site__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.entete-site__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.entete-site__logo img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
}

/* PROFIL DESKTOP */
.entete-site__profil {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 10px;
}
.entete-site__profil a,
.entete-site__profil .entete-site__lien-deconnexion {
  text-decoration: none;
  color: inherit;
  color: #111111;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  font: inherit;
  cursor: pointer;
  appearance: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.entete-site__profil form {
  margin: 0;
}

/* PROFIL MOBILE */
.entete-site__profil-mobile {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 34px;
  flex-shrink: 0;
}
.entete-site__profil-mobile a,
.entete-site__profil-mobile .entete-site__lien-deconnexion {
  text-decoration: none;
  color: inherit;
  color: #111111;
  font-size: 24px;
  line-height: 1;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font: inherit;
  appearance: none;
  outline: none;
}
.entete-site__profil-mobile form {
  margin: 0;
}

/* IMAGE HERO */
.entete-site__hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  margin: 0;
  padding: 0;
  background-image: url("../images/PapierMâché.jpeg");
  background-size: cover;
  background-position: 57% 46%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.entete-site__superposition {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 420px;
  width: 100%;
  padding: 14px 16px 20px 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
}
.entete-site__superposition h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.55);
}

/* MENU PRINCIPAL */
.entete-site__navigation {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 0 14px 14px 14px;
  background: #efefef;
}
.entete-site__navigation.is-open {
  display: flex;
}
.entete-site__navigation a {
  text-decoration: none;
  color: inherit;
  color: #111111;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

/* BOUTON BURGER */
.entete-site__bouton-menu {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 34px;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 34px;
  color: #111111;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}

/* =========================
   PIED DE PAGE
========================= */
.pied-page {
  width: 100%;
  box-sizing: border-box;
  background-color: #DDD1C4;
  padding: 14px 18px 12px 18px;
  color: #4b3a2f;
}

/* HAUT */
.pied-page__haut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
}

/* LIENS */
.pied-page__liens {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pied-page__liens a {
  text-decoration: none;
  color: inherit;
  color: #4b4b4b;
  font-weight: 600;
  font-size: 14px;
  padding-right: 14px;
  margin-right: 14px;
  position: relative;
}

/* ADRESSE */
.pied-page__adresse {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #6b4b2e;
  font-size: 14px;
  font-weight: 500;
}
.pied-page__adresse span {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.pied-page__adresse span:last-child {
  padding-right: 0;
  margin-right: 0;
}

/* RÉSEAUX */
.pied-page__reseaux {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.pied-page__reseaux a {
  text-decoration: none;
  color: inherit;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pied-page__reseaux .fa-facebook {
  color: #1877f2;
}
.pied-page__reseaux .fa-instagram {
  color: #e4405f;
}

/* BAS */
.pied-page__bas {
  padding-top: 10px;
  text-align: center;
}
.pied-page__bas p {
  margin: 0;
  font-size: 13px;
  color: #6b4b2e;
  font-weight: 500;
}

/* =========================
   PIED DE PAGE RESPONSIVE MOBILE
========================= */
@media (max-width: 800px) {
  .pied-page__haut {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 14px;
    padding-bottom: 12px;
  }
  .pied-page__liens {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-right: 14px;
  }
  .pied-page__liens a {
    font-size: 12px;
    padding-right: 0;
    margin-right: 0;
    position: static;
  }
  .pied-page__adresse {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.25;
  }
  .pied-page__adresse span {
    padding: 0;
    margin: 0;
    position: static;
  }
  .pied-page__reseaux {
    grid-column: 2;
    justify-self: end;
    font-size: 34px;
    margin-top: 4px;
  }
  .pied-page__bas {
    padding-top: 12px;
  }
  .pied-page__bas p {
    font-size: 12px;
  }
}
/* =========================
   SECTION INATURALIST
========================= */
.page-inaturalist {
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px 40px 20px;
}

.hero-inaturalist {
  text-align: center;
  margin-bottom: 30px;
}

.hero-inaturalist__title {
  margin: 0 0 10px;
  color: #8b3d0f;
  font-size: 30px;
  line-height: 1.1;
}

.hero-inaturalist__text {
  max-width: 700px;
  margin: 0 auto;
  color: #4b3a2f;
  line-height: 1.5;
}

.galerie-inaturalist {
  margin-bottom: 22px;
}

.galerie-inaturalist__list {
  min-height: 200px;
}

.galerie-inaturalist__loading {
  text-align: center;
  color: #4b3a2f;
}

/* =========================
   GRILLE DES OBSERVATIONS
========================= */
.galerie-inaturalist__grille {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.galerie-inaturalist__carte {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100%;
}

.galerie-inaturalist__image-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.galerie-inaturalist__image {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

.galerie-inaturalist__credit {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #4b3a2f;
}

.galerie-inaturalist__text {
  width: 100%;
  margin: 0;
  color: #4b3a2f;
  line-height: 1.5;
}

.actions-inaturalist {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.actions-inaturalist__button {
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  background: #8b3d0f;
  color: #ffffff;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: background 0.2s ease;
}
.actions-inaturalist__button:hover, .actions-inaturalist__button:focus {
  background: #a84a14;
}

/* =========================
   DESKTOP
   On améliore seulement la vue large
========================= */
@media (min-width: 801px) {
  .page-inaturalist {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .hero-inaturalist {
    margin-bottom: 40px;
  }
  .hero-inaturalist__title {
    font-size: 34px;
  }
  .galerie-inaturalist__grille {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .galerie-inaturalist__carte {
    padding: 20px;
    align-items: stretch;
    text-align: left;
  }
  .galerie-inaturalist__image-wrapper {
    align-items: stretch;
  }
  .galerie-inaturalist__image {
    max-width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .galerie-inaturalist__credit {
    text-align: left;
  }
  .galerie-inaturalist__text {
    font-size: 16px;
  }
  .actions-inaturalist {
    margin-top: 24px;
  }
}
/* =========================
   FORMULAIRES AUTH / CONTACT - MOBILE FIRST
========================= */
.page-authentification,
.page-contact {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.page-authentification--connexion,
.page-authentification--inscription,
.page-contact {
  font-family: "Luciole", Arial, sans-serif;
  color: #111111;
}
.page-authentification--connexion .contenu-authentification,
.page-authentification--inscription .contenu-authentification,
.page-contact .contenu-authentification {
  width: 100%;
  background: #ffffff;
  padding: 2rem 27px 1.5rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.page-authentification--connexion .contenu-authentification__inner,
.page-authentification--inscription .contenu-authentification__inner,
.page-contact .contenu-authentification__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
.page-authentification--connexion h1,
.page-authentification--inscription h1,
.page-contact h1 {
  margin: 0 0 14px;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.05;
  color: #111111;
  text-align: center;
}
.page-authentification--connexion .contenu-authentification__inner > p,
.page-authentification--inscription .contenu-authentification__inner > p,
.page-contact .contenu-authentification__inner > p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  color: #111111;
  text-align: center;
}
.page-authentification--connexion .message-authentification,
.page-authentification--inscription .message-authentification,
.page-contact .message-authentification {
  width: 100%;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.45;
  box-sizing: border-box;
}
.page-authentification--connexion .message-authentification--error,
.page-authentification--inscription .message-authentification--error,
.page-contact .message-authentification--error {
  border-color: #c94d3f;
  background-color: #fbe8e5;
  color: #8e2d23;
}
.page-authentification--connexion .message-authentification--success,
.page-authentification--inscription .message-authentification--success,
.page-contact .message-authentification--success {
  border-color: #7ab98a;
  background-color: #e7f7ec;
  color: #1d6b33;
}
.page-authentification--connexion .formulaire-authentification,
.page-authentification--inscription .formulaire-authentification,
.page-contact .formulaire-authentification {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.page-authentification--connexion .formulaire-authentification__group,
.page-authentification--inscription .formulaire-authentification__group,
.page-contact .formulaire-authentification__group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}
.page-authentification--connexion .formulaire-authentification__label,
.page-authentification--inscription .formulaire-authentification__label,
.page-contact .formulaire-authentification__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #111111;
}
.page-authentification--connexion .formulaire-authentification__input,
.page-authentification--connexion .formulaire-authentification__textarea,
.page-authentification--inscription .formulaire-authentification__input,
.page-authentification--inscription .formulaire-authentification__textarea,
.page-contact .formulaire-authentification__input,
.page-contact .formulaire-authentification__textarea {
  display: block;
  width: 100%;
  max-width: none;
  border: 1px solid #f7f4ef;
  color: #111111;
  font-size: 16px;
  font-family: "Luciole", Arial, sans-serif;
  outline: none;
  box-shadow: none;
  appearance: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.page-authentification--connexion .formulaire-authentification__input:hover,
.page-authentification--connexion .formulaire-authentification__textarea:hover,
.page-authentification--inscription .formulaire-authentification__input:hover,
.page-authentification--inscription .formulaire-authentification__textarea:hover,
.page-contact .formulaire-authentification__input:hover,
.page-contact .formulaire-authentification__textarea:hover {
  border-color: #e06a1a;
  background-color: #ffffff;
}
.page-authentification--connexion .formulaire-authentification__input:focus,
.page-authentification--connexion .formulaire-authentification__textarea:focus,
.page-authentification--inscription .formulaire-authentification__input:focus,
.page-authentification--inscription .formulaire-authentification__textarea:focus,
.page-contact .formulaire-authentification__input:focus,
.page-contact .formulaire-authentification__textarea:focus {
  border-color: #e06a1a;
  background-color: #ffffff;
}
.page-authentification--connexion .formulaire-authentification__input,
.page-authentification--inscription .formulaire-authentification__input,
.page-contact .formulaire-authentification__input {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background-color: rgb(243.3741935484, 239.2709677419, 234.8258064516);
}
.page-authentification--connexion .formulaire-authentification__textarea,
.page-authentification--inscription .formulaire-authentification__textarea,
.page-contact .formulaire-authentification__textarea {
  min-height: 140px;
  padding: 16px;
  border-radius: 24px;
  background-color: rgb(243.3741935484, 239.2709677419, 234.8258064516);
  resize: vertical;
}
.page-authentification--connexion .formulaire-authentification__textarea--objet,
.page-authentification--inscription .formulaire-authentification__textarea--objet,
.page-contact .formulaire-authentification__textarea--objet {
  min-height: 120px;
}
.page-authentification--connexion .formulaire-authentification__choices,
.page-authentification--inscription .formulaire-authentification__choices,
.page-contact .formulaire-authentification__choices {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: 0;
}
.page-authentification--connexion .formulaire-authentification__choice,
.page-authentification--inscription .formulaire-authentification__choice,
.page-contact .formulaire-authentification__choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 1 auto;
  min-width: 0;
}
.page-authentification--connexion .formulaire-authentification__choice-label,
.page-authentification--inscription .formulaire-authentification__choice-label,
.page-contact .formulaire-authentification__choice-label {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
  text-align: center;
  white-space: nowrap;
}
.page-authentification--connexion .formulaire-authentification__submit,
.page-authentification--inscription .formulaire-authentification__submit,
.page-contact .formulaire-authentification__submit {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
.page-authentification--connexion .formulaire-authentification__button,
.page-authentification--inscription .formulaire-authentification__button,
.page-contact .formulaire-authentification__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
  max-width: 280px;
  min-width: 0;
  height: 44px;
  padding: 0 24px;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-color: #e06a1a;
  color: #111111;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}
.page-authentification--connexion .formulaire-authentification__button:hover, .page-authentification--connexion .formulaire-authentification__button:focus,
.page-authentification--inscription .formulaire-authentification__button:hover,
.page-authentification--inscription .formulaire-authentification__button:focus,
.page-contact .formulaire-authentification__button:hover,
.page-contact .formulaire-authentification__button:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}
.page-authentification--connexion .formulaire-authentification__consent,
.page-authentification--inscription .formulaire-authentification__consent,
.page-contact .formulaire-authentification__consent {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.page-authentification--connexion .formulaire-authentification__checkbox,
.page-authentification--inscription .formulaire-authentification__checkbox,
.page-contact .formulaire-authentification__checkbox {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0.1rem 0 0;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #4b4b4b;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.page-authentification--connexion .formulaire-authentification__checkbox:checked::after,
.page-authentification--inscription .formulaire-authentification__checkbox:checked::after,
.page-contact .formulaire-authentification__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #e06a1a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-authentification--connexion .formulaire-authentification__checkbox:focus,
.page-authentification--inscription .formulaire-authentification__checkbox:focus,
.page-contact .formulaire-authentification__checkbox:focus {
  outline: 2px solid rgba(224, 106, 26, 0.2);
  outline-offset: 2px;
}
.page-authentification--connexion .formulaire-authentification__consent-label,
.page-authentification--inscription .formulaire-authentification__consent-label,
.page-contact .formulaire-authentification__consent-label {
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.42;
  color: #111111;
}
.page-authentification--connexion .formulaire-authentification__link,
.page-authentification--inscription .formulaire-authentification__link,
.page-contact .formulaire-authentification__link {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
}
.page-authentification--connexion .formulaire-authentification__link:hover, .page-authentification--connexion .formulaire-authentification__link:focus,
.page-authentification--inscription .formulaire-authentification__link:hover,
.page-authentification--inscription .formulaire-authentification__link:focus,
.page-contact .formulaire-authentification__link:hover,
.page-contact .formulaire-authentification__link:focus {
  text-decoration: underline;
}
.page-authentification--connexion .separateur-authentification,
.page-authentification--inscription .separateur-authentification,
.page-contact .separateur-authentification {
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin: 1rem auto 1.25rem;
  background-color: #4b4b4b;
}
.page-authentification--connexion .inscription-authentification,
.page-authentification--inscription .inscription-authentification,
.page-contact .inscription-authentification {
  width: 100%;
  min-width: 0;
  margin: 0 auto 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.page-authentification--connexion .inscription-authentification__text,
.page-authentification--inscription .inscription-authentification__text,
.page-contact .inscription-authentification__text {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #111111;
}
.page-authentification--connexion .inscription-authentification__button,
.page-authentification--inscription .inscription-authentification__button,
.page-contact .inscription-authentification__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 280px;
  min-width: 0;
  height: 44px;
  padding: 0 24px;
  box-sizing: border-box;
  border: 2px solid #e06a1a;
  background-color: #ffffff;
  color: #111111;
  box-shadow: 4px 4px 0 rgba(224, 106, 26, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}
.page-authentification--connexion .inscription-authentification__button:hover, .page-authentification--connexion .inscription-authentification__button:focus,
.page-authentification--inscription .inscription-authentification__button:hover,
.page-authentification--inscription .inscription-authentification__button:focus,
.page-contact .inscription-authentification__button:hover,
.page-contact .inscription-authentification__button:focus {
  transform: translateY(-1px);
  box-shadow: 5px 5px 0 rgba(224, 106, 26, 0.24);
}

/* =========================
   PAGE LOGIN - SPÉCIFIQUE
========================= */
.page-authentification--connexion {
  background: #ffffff;
}
.page-authentification--connexion .auth-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-authentification--connexion .auth-content__inner {
  max-width: 930px;
  margin: 0 auto;
}
.page-authentification--connexion .auth-header {
  margin-bottom: 2.6rem;
}
.page-authentification--connexion .auth-header__title {
  margin: 0;
}
.page-authentification--connexion .auth-form {
  gap: 1.7rem;
}
.page-authentification--connexion .auth-form__group {
  gap: 12px;
}
.page-authentification--connexion .auth-form__input {
  background-color: rgb(243.3741935484, 239.2709677419, 234.8258064516);
}
.page-authentification--connexion .auth-form__actions-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.25rem;
}
.page-authentification--connexion .auth-form__forgot-link {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
}
.page-authentification--connexion .auth-form__forgot-link:hover, .page-authentification--connexion .auth-form__forgot-link:focus {
  text-decoration: underline;
}
.page-authentification--connexion .auth-form__submit {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-start;
}
.page-authentification--connexion .auth-divider {
  margin-top: 2.8rem;
  margin-bottom: 2rem;
}
.page-authentification--connexion .auth-register {
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
.page-authentification--connexion .auth-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 2px;
}
.page-authentification--connexion .auth-form__checkbox {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-top: 1px;
  border: 1px solid #4b4b4b;
  border-radius: 50%;
  background: transparent;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.page-authentification--connexion .auth-form__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #e06a1a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-authentification--connexion .auth-form__checkbox:focus {
  outline: 2px solid rgba(224, 106, 26, 0.2);
  outline-offset: 2px;
}
.page-authentification--connexion .auth-form__consent-label {
  max-width: 290px;
  font-size: 0.95rem;
  line-height: 1.42;
  color: #111111;
}
.page-authentification--connexion .auth-form__consent-label a {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
}
.page-authentification--connexion .auth-form__consent-label a:hover, .page-authentification--connexion .auth-form__consent-label a:focus {
  text-decoration: underline;
}

/* =========================
   PAGE CONTACT
========================= */
.page-contact {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
}
.page-contact h1 {
  margin-bottom: 20px;
  text-align: center;
}

/* =========================
   CONTENU AUTHENTIFICATION
========================= */
.contenu-authentification {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 16px 30px;
  box-sizing: border-box;
}

.contenu-authentification__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* =========================
   MESSAGES
========================= */
.message-authentification {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.message-authentification--success {
  border: 1px solid #7ab98a;
  background-color: #e7f7ec;
  color: #1d6b33;
}
.message-authentification--error {
  border: 1px solid #c94d3f;
  background-color: #fbe8e5;
  color: #8e2d23;
}

/* =========================
   FORMULAIRE AUTHENTIFICATION
========================= */
.formulaire-authentification {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Civilité */
.formulaire-authentification__choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.formulaire-authentification__choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  text-align: left;
  cursor: pointer;
}

.formulaire-authentification__choice-label {
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
  white-space: nowrap;
}

.formulaire-authentification__checkbox {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(75, 58, 47, 0.65);
  border-radius: 999px;
  background-color: #ffffff;
}
.formulaire-authentification__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #e06a1a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Champs */
.formulaire-authentification__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 20px;
}

.formulaire-authentification__label {
  padding-left: 0;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
}

.formulaire-authentification__input,
.formulaire-authentification__textarea {
  border: 1px solid rgba(75, 58, 47, 0.55);
  background-color: #f5f5f5;
  color: #111111;
  font-size: 16px;
  font-family: "Luciole", Arial, sans-serif;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.formulaire-authentification__input:hover, .formulaire-authentification__input:focus,
.formulaire-authentification__textarea:hover,
.formulaire-authentification__textarea:focus {
  border-color: rgba(75, 58, 47, 0.7);
  background-color: #ffffff;
}
.formulaire-authentification__input,
.formulaire-authentification__textarea {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.formulaire-authentification__input {
  height: 46px;
  padding: 0 14px;
  border-radius: 999px;
}

.formulaire-authentification__textarea {
  min-height: 160px;
  padding: 14px;
  border-radius: 14px;
  resize: vertical;
}

/* Consentement */
.formulaire-authentification__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 8px 0 22px;
}

.formulaire-authentification__consent-label {
  font-size: 13px;
  line-height: 1.5;
  color: #111111;
}

.formulaire-authentification__link {
  color: #8b3d0f;
  text-decoration: underline;
}

/* Bouton */
.formulaire-authentification__submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.formulaire-authentification__button {
  width: 100%;
  max-width: none;
  height: 44px;
  border: none;
  border-radius: 6px;
  background-color: #596272;
  color: #ffffff;
  font-family: "Luciole", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.formulaire-authentification__button:hover, .formulaire-authentification__button:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================
   SÉPARATEUR
========================= */
.separateur-authentification {
  width: 100%;
  max-width: 100%;
  margin: 22px auto 20px;
  border-top: 1px solid #c8beb4;
}

/* =========================
   INFORMATIONS DE CONTACT
========================= */
.informations-contact {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #111111;
}
.informations-contact p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.informations-contact p:last-child {
  margin-bottom: 0;
}
.informations-contact strong {
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #111111;
}
.informations-contact a {
  overflow-wrap: break-word;
  word-break: break-word;
}

main.accueil-page {
  padding: 24px 16px 40px;
}

/* =========================
   ACCESSIBILITÉ
========================= */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}

/* =========================
   STRUCTURE GÉNÉRALE
========================= */
.accueil-intro,
.accueil-contenu,
.accueil-galerie {
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px 40px 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-header {
  margin-bottom: 20px;
}
.section-header h2 {
  margin: 0;
  font-family: "Luciole", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #4b3a2f;
  text-align: center;
}

/* =========================
   SECTION BIENVENUE
========================= */
.section-bienvenue__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.section-bienvenue__title {
  margin: 0;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 16px;
}

.section-bienvenue__title {
  margin: 0 0 12px 0;
  font-family: "Luciole", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #8b3d0f;
  text-align: center;
}

.section-bienvenue__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.section-bienvenue__intro-line {
  display: block;
  width: 140px;
  height: 1px;
  background-color: #c8beb4;
}

.section-bienvenue__intro-text {
  font-family: "Luciole", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #111111;
  text-align: center;
  white-space: nowrap;
}

/* =========================
   BLOCS TEXTE
========================= */
.text-border {
  border: 1px solid #c8beb4;
  background-color: #efefef;
  border-radius: 6px;
  padding: 24px;
  box-sizing: border-box;
}
.text-border p {
  margin: 0 0 20px 0;
  line-height: 1.7;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
  font-size: 16px;
}
.text-border p:last-child {
  margin-bottom: 0;
}

/* =========================
   CARROUSEL DESKTOP
========================= */
.accueil-carousel {
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px 40px 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 24px;
}

.desktop-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.desktop-carousel__track {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #efefef;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.desktop-carousel__slide {
  display: none;
  width: 100%;
  height: 100%;
}
.desktop-carousel__slide.is-active {
  display: block;
}
.desktop-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.desktop-carousel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.88);
  color: #111111;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.desktop-carousel__btn:hover, .desktop-carousel__btn:focus-visible {
  background-color: #ffffff;
}

.desktop-carousel__btn--prev {
  left: 12px;
}

.desktop-carousel__btn--next {
  right: 12px;
}

/* =========================
   GALERIE
========================= */
.accueil-galerie {
  margin-top: 24px;
}

.galerie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.paysage {
  margin: 0;
}
.paysage a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.paysage img {
  display: block;
  width: 100%;
  height: 115px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: transform 0.25s ease;
}
.paysage a:hover img,
.paysage a:focus-visible img {
  transform: scale(1.02);
}

/* =========================
   CUSTOM LIGHTBOX
========================= */
body.lightbox-open {
  overflow: hidden;
}

.custom-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  background: rgba(17, 17, 17, 0.92);
}

.custom-lightbox.active {
  display: flex;
}

.lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100dvh - 16px * 2 - 70px);
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background-color: #111111;
  box-sizing: border-box;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: rgba(17, 17, 17, 0.45);
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.lightbox-close i,
.lightbox-prev i,
.lightbox-next i {
  pointer-events: none;
}
.lightbox-close:hover, .lightbox-close:focus-visible,
.lightbox-prev:hover,
.lightbox-prev:focus-visible,
.lightbox-next:hover,
.lightbox-next:focus-visible {
  background-color: rgba(17, 17, 17, 0.65);
}

.lightbox-close {
  top: 12px;
  right: 12px;
}

.lightbox-prev {
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.lightbox-next {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.page-nid {
  background: #DDD1C4;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
}
.page-nid h1,
.page-nid h2,
.page-nid h3 {
  color: #8b3d0f;
}

.contenu-nid {
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px 40px 20px;
  max-width: 900px;
}

.contenu-nid__entete {
  text-align: center;
  margin-bottom: 24px;
}
.contenu-nid__entete h1 {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.contenu-nid__image-principale {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 24px;
}

.contenu-nid__figure {
  width: 100%;
  max-width: 920px;
  margin: 0;
}
.contenu-nid__figure img {
  display: block;
  width: 100%;
  max-width: 920px;
  border-radius: 6px;
}

.section-nid {
  max-width: 700px;
  margin: 0 auto 24px;
}

.section-nid__schema {
  text-align: center;
}
.section-nid__schema img {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.section-nid__cartes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.carte-nid {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

.curseur-nid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.curseur-nid__piste {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.curseur-nid__diapositive {
  flex: 0 0 100%;
  min-width: 100%;
}
.curseur-nid__diapositive img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
}

.curseur-nid__fleche {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
  font-size: 22px;
  cursor: pointer;
  transform: translateY(-50%);
}

.curseur-nid__fleche--precedente {
  left: 12px;
}

.curseur-nid__fleche--suivante {
  right: 12px;
}

.page-galerie {
  width: 100%;
  padding: 24px 0 40px;
  background-color: #DDD1C4;
}

.hero-galerie {
  display: none;
}

.section-galerie {
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.entete-section {
  margin-bottom: 24px;
  text-align: left;
}
.entete-section__tag {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b3d0f;
}
.entete-section h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.1;
  color: #4b3a2f;
}
.entete-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4b3a2f;
}

/* =========================================================
   GALERIE HORIZONTALE
========================================================= */
.galerie-vignettes {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 18px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  overflow: hidden;
}
.galerie-vignettes__track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
.galerie-vignettes__track::-webkit-scrollbar {
  display: none;
}
.galerie-vignettes__item {
  display: block;
  flex: 0 0 calc((100% - 36px) / 3);
  width: calc((100% - 36px) / 3);
  min-width: calc((100% - 36px) / 3);
  max-width: calc((100% - 36px) / 3);
  height: 180px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(239, 239, 239, 0.9);
  opacity: 1;
  transform: none;
}
.galerie-vignettes__item--active {
  opacity: 1;
  transform: none;
}
.galerie-vignettes__item img,
.galerie-vignettes__item picture,
.galerie-vignettes__item a,
.galerie-vignettes__item figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.galerie-vignettes__item img {
  object-fit: cover;
  object-position: center 55%;
}
.galerie-vignettes__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 180px;
  padding: 0;
  border: none;
  background: transparent;
  color: #4b3a2f;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.galerie-vignettes__nav:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

/* =========================================================
   POINTS DU CARROUSEL
========================================================= */
.galerie-vignettes__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.galerie-vignettes__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(75, 58, 47, 0.22);
  transition: transform 0.2s ease, background 0.2s ease;
}
.galerie-vignettes__dot--active {
  background: rgba(75, 58, 47, 0.55);
  transform: scale(1.2);
}

/* =========================================================
   GRILLES MÉDIA
========================================================= */
.grille-media {
  display: grid;
  grid-template-columns: 1fr;
}
.grille-media--videos {
  gap: 48px;
}
.grille-media--audios {
  gap: 24px;
}

.carte-media {
  width: 100%;
  max-width: 100%;
}

/* =========================================================
   VIDÉOS
========================================================= */
.carte-media--video {
  width: 100%;
}
.carte-media--video .carte-media__visual {
  width: 100%;
  background: rgb(49.9180327869, 38.6032786885, 31.2819672131);
  border-radius: 6px;
  overflow: hidden;
}
.carte-media--video .carte-media__visual video,
.carte-media--video .carte-media__visual iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #111111;
}
.carte-media--video .carte-media__content {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  color: #111111;
}
.carte-media--video .carte-media__content h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
}
.carte-media--video .carte-media__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
}

/* =========================================================
   LISTE AUDIO
   PLAYER EN HAUT + LISTE EN BAS
========================================================= */
.liste-audio {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 24px;
}

.liste-audio__player-card {
  order: 1;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  padding: 20px;
  box-shadow: none;
}

.liste-audio__list {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  overflow: hidden;
}

.liste-audio__item {
  width: 100%;
  padding: 12px 18px;
  border: none;
  border-bottom: 1px solid rgba(75, 58, 47, 0.14);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, padding-left 0.2s ease;
  box-shadow: none;
  border-radius: 0;
}
.liste-audio__item:last-child {
  border-bottom: none;
}
.liste-audio__item:hover {
  background: rgba(239, 239, 239, 0.45);
  transform: none;
}
.liste-audio__item--active {
  background: rgba(224, 106, 26, 0.08);
  box-shadow: inset 3px 0 0 #e06a1a;
}

.liste-audio__item-title {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
}

.liste-audio__item-text {
  display: none;
}

.carte-media--audio {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.carte-media--audio .carte-media__icon {
  display: none;
}
.carte-media--audio .carte-media__content {
  padding: 0;
}
.carte-media--audio .carte-media__content h3 {
  display: none;
}
.carte-media--audio .carte-media__content audio {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: rgba(239, 239, 239, 0.95);
  overflow: hidden;
}
.carte-media--audio .carte-media__content audio::-webkit-media-controls-panel {
  background: rgba(239, 239, 239, 0.95);
  border-radius: 14px;
  padding: 0 10px;
}
.carte-media--audio .carte-media__content audio::-webkit-media-controls-play-button {
  background-color: #e06a1a;
  border-radius: 999px;
  margin-right: 8px;
}
.carte-media--audio .carte-media__content audio::-webkit-media-controls-mute-button {
  background-color: #e06a1a;
  border-radius: 999px;
}
.carte-media--audio .carte-media__content audio::-webkit-media-controls-timeline {
  border-radius: 999px;
  margin: 0 10px;
}
.carte-media--audio .carte-media__content audio::-webkit-media-controls-current-time-display,
.carte-media--audio .carte-media__content audio::-webkit-media-controls-time-remaining-display {
  color: #4b3a2f;
  font-size: 13px;
}
.carte-media--audio .carte-media__content audio::-webkit-media-controls-volume-slider {
  padding: 0 6px;
}
.carte-media--audio .carte-media__content p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #111111;
}
.carte-media--audio .carte-media__content p:last-child {
  display: none;
}

/* =========================================================
   CTA
========================================================= */
.section-galerie--cta {
  margin-top: 24px;
  margin-bottom: 0;
}

.appel-galerie {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.appel-galerie__text h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
  color: #4b3a2f;
}
.appel-galerie__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4b3a2f;
}
.appel-galerie__action {
  display: flex;
  justify-content: center;
}
.appel-galerie__action .bouton-primaire {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  background: #e06a1a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.appel-galerie__action .bouton-primaire:hover {
  background: #a84a14;
}

.page-oiseau {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 0 18px 20px;
  background: transparent;
}
.page-oiseau__article {
  padding: 20px 0 0;
  color: #111111;
  background: transparent;
}
.page-oiseau {
  /* =========================
     SECTIONS
  ========================= */
}
.page-oiseau__section {
  padding: 18px 18px 12px;
}
.page-oiseau__section:not(.page-oiseau__section--title) {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
}
.page-oiseau__section--title {
  padding: 22px 0 20px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.page-oiseau__section + .page-oiseau__section {
  margin-top: 20px;
}
.page-oiseau {
  /* =========================
     TITLE
  ========================= */
}
.page-oiseau__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #111111;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.page-oiseau__title span {
  display: block;
  color: #e06a1a;
  font-weight: 800;
}
.page-oiseau__title strong {
  display: block;
  color: #111111;
  font-weight: 800;
}
.page-oiseau {
  /* =========================
     TEXT
  ========================= */
}
.page-oiseau__intro, .page-oiseau__text, .page-oiseau__note, .page-oiseau__caption {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4b3a2f;
}
.page-oiseau__intro, .page-oiseau__text {
  margin-bottom: 20px;
}
.page-oiseau {
  /* =========================
     MEDIA
  ========================= */
}
.page-oiseau__media {
  margin: 22px 0;
}
.page-oiseau__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-oiseau__map {
  width: 100%;
  max-width: 162px;
  margin: 0;
}
.page-oiseau__map-image {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(17, 17, 17, 0.08);
}
.page-oiseau__caption {
  margin-top: 18px;
  max-width: 290px;
}

/* =========================
   PAGE ESPÈCE
========================= */
/* =========================
   ARTICLE PRINCIPAL
========================= */
.oiseau-article {
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px 40px 20px;
  padding-top: 22px;
}
.oiseau-article__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
}
.oiseau-article__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
}
.oiseau-article__sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

/* =========================
   EN-TÊTE / HERO
========================= */
.oiseau-article__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 22px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 100%);
  border: 1px solid rgba(185, 169, 153, 0.8);
  border-radius: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.oiseau-article__header-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.oiseau-article__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(139, 61, 15, 0.1);
  color: #8b3d0f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.oiseau-article__title {
  margin: 0;
  color: #8b3d0f;
  font-size: clamp(2rem, 7vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: break-word;
}

.oiseau-article__latin {
  margin: 0;
  color: #4b3a2f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.oiseau-article__latin em {
  font-style: italic;
}

.oiseau-article__intro {
  margin: 0;
  color: #4b3a2f;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/* Media héro */
.oiseau-article__hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  min-width: 0;
}

.oiseau-article__hero-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(220px, 58vw, 320px);
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  border: 1px solid rgba(185, 169, 153, 0.7);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 8px;
}

/* =========================
   SECTIONS DE CONTENU
========================= */
.oiseau-article__section {
  width: 100%;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(200, 190, 180, 0.95);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.oiseau-article__section--with-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}
.oiseau-article__section--info {
  background: linear-gradient(135deg, rgba(224, 106, 26, 0.12) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-color: rgba(224, 106, 26, 0.35);
}
.oiseau-article__section--identite {
  background: linear-gradient(135deg, rgba(139, 61, 15, 0.06) 0%, rgba(255, 255, 255, 0.74) 100%);
}

.oiseau-article__section-content {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.oiseau-article__subtitle {
  margin: 0 0 18px;
  padding-bottom: 8px;
  color: #8b3d0f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  overflow-wrap: break-word;
}
.oiseau-article__subtitle::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b3d0f 0%, #e06a1a 100%);
}

.oiseau-article__text {
  margin: 0 0 18px;
  color: #4b3a2f;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.oiseau-article__text:last-child {
  margin-bottom: 0;
}
.oiseau-article__text strong {
  color: #8b3d0f;
  font-weight: 700;
}

/* =========================
   LISTE D’IDENTITÉ
========================= */
.oiseau-article__data-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.oiseau-article__data-item {
  width: 100%;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 190, 180, 0.85);
  border-radius: 12px;
}
.oiseau-article__data-item dt {
  margin: 0 0 6px;
  color: #8b3d0f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
}
.oiseau-article__data-item dd {
  margin: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.oiseau-article__data-item cite,
.oiseau-article__data-item em {
  font-style: italic;
}

/* =========================
   FIGURES ET IMAGES
========================= */
.oiseau-article__figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.oiseau-article__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(185, 169, 153, 0.75);
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  object-fit: contain;
  object-position: center;
}

.oiseau-article__caption {
  margin: 0;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/* =========================
   CARTES LATÉRALES
========================= */
.oiseau-article__card {
  width: 100%;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 190, 180, 0.9);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.oiseau-article__card--summary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.68) 100%);
}
.oiseau-article__card--highlight {
  background: linear-gradient(135deg, rgba(139, 61, 15, 0.1) 0%, rgba(255, 255, 255, 0.76) 100%);
}
.oiseau-article__card--habitat-note {
  background: linear-gradient(135deg, rgba(224, 106, 26, 0.1) 0%, rgba(255, 255, 255, 0.76) 100%);
}

.oiseau-article__card-title {
  margin: 0 0 16px;
  color: #8b3d0f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.oiseau-article__card-text {
  margin: 0;
  color: #4b3a2f;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/* =========================
   MINI LISTE TECHNIQUE
========================= */
.oiseau-article__mini-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.oiseau-article__mini-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(200, 190, 180, 0.7);
  min-width: 0;
}
.oiseau-article__mini-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.oiseau-article__mini-item dt {
  margin: 0;
  min-width: 0;
  color: #4b3a2f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.oiseau-article__mini-item dd {
  margin: 0;
  min-width: 0;
  text-align: left;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/* =========================
   ÉTATS VISUELS
========================= */
.oiseau-article__section,
.oiseau-article__card,
.oiseau-article__data-item,
.oiseau-article__image,
.oiseau-article__hero-image {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.oiseau-article__section:hover,
.oiseau-article__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.oiseau-article__image:hover,
.oiseau-article__hero-image:hover {
  border-color: rgba(139, 61, 15, 0.55);
}

/* =========================
   ACCESSIBILITÉ
========================= */
@media (prefers-reduced-motion: reduce) {
  .oiseau-article__section,
  .oiseau-article__card,
  .oiseau-article__data-item,
  .oiseau-article__image,
  .oiseau-article__hero-image {
    transition: none;
  }
}
/* =========================
   PAGE ACTUALITÉS
========================= */
.page-actualites {
  width: 100%;
  padding: 20px;
  background-color: #DDD1C4;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* =========================
   TITRES
========================= */
.page-actualites__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #8b3d0f;
}

.page-actualites__subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111111;
}

/* =========================
   LISTE
========================= */
.page-actualites__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* =========================
   CARTE ARTICLE
========================= */
.page-actualites__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #c8beb4;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.page-actualites__item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.page-actualites__item-link {
  text-decoration: none;
  color: inherit;
  color: #111111;
}
.page-actualites__item-link:hover {
  color: #8b3d0f;
}

/* =========================
   IMAGE
========================= */
.page-actualites__image-wrapper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #efefef;
}

.page-actualites__image {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   TEXTE
========================= */
.page-actualites__categories {
  margin: 0;
  font-size: 13px;
  color: #4b3a2f;
}

.page-actualites__excerpt {
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
}

.page-actualites__meta {
  margin: 0;
  font-size: 13px;
  color: #4b4b4b;
}

/* =========================
   ACTIONS
========================= */
.page-actualites__more {
  margin: 0;
}

.page-actualites__more-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 10px;
  background-color: #8b3d0f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.page-actualites__more-link:hover {
  background-color: #a84a14;
}

/* =========================
   PAGINATION
========================= */
.page-actualites__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.page-actualites__pagination-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #c8beb4;
  color: #111111;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.page-actualites__pagination-link:hover {
  color: #8b3d0f;
  border-color: #8b3d0f;
}

.page-actualites__pagination-link--active {
  background-color: #8b3d0f;
  border-color: #8b3d0f;
  color: #ffffff;
}

/* =========================
   PAGE ARTICLE (DETAIL)
========================= */
.page-article {
  width: 100%;
  padding: 0;
  background-color: #DDD1C4;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
  display: flex;
  justify-content: center;
}

/* =========================
   CONTENEUR
========================= */
.page-article__conteneur {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #c8beb4;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* =========================
   TITRE
========================= */
.page-article__titre {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #8b3d0f;
  overflow-wrap: break-word;
}

/* =========================
   IMAGES DE L’ARTICLE
========================= */
.page-article__images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-article__image-wrapper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #efefef;
  border: 1px solid #c8beb4;
}

.page-article__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

/* =========================
   MÉTADONNÉES
========================= */
.page-article__categories {
  margin: 0;
  font-size: 13px;
  color: #4b3a2f;
}

.page-article__meta {
  margin: 0;
  font-size: 13px;
  color: #4b4b4b;
}

/* =========================
   CONTENU
========================= */
.page-article__contenu {
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
}

/* =========================
   RETOUR
========================= */
.page-article__retour {
  display: flex;
  justify-content: flex-start;
}

.page-article__retour-lien {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  margin-top: 16px;
  color: #8b3d0f;
  font-weight: 600;
}
.page-article__retour-lien:hover {
  text-decoration: underline;
}

/* =========================
   PAGE PROFIL
========================= */
.page-profil {
  width: 100%;
  min-width: 0;
  padding: 20px;
  background-color: #efefef;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* =========================
   SECTION PROFIL
========================= */
.page-profil__section {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #c8beb4;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* =========================
   TITRES
========================= */
.page-profil__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #8b3d0f;
}

.page-profil__subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #111111;
}

/* =========================
   MESSAGES
========================= */
.page-profil__message {
  margin: 0;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.page-profil__message--error {
  border: 1px solid #c94d3f;
  background-color: #fbe8e5;
  color: #8e2d23;
}

.page-profil__message--success {
  border: 1px solid #7ab98a;
  background-color: #e7f7ec;
  color: #1d6b33;
}

/* =========================
   FORMULAIRE PROFIL
========================= */
.formulaire-profil {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formulaire-profil__group {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.formulaire-profil__label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}

.formulaire-profil__input {
  border: 1px solid rgba(75, 58, 47, 0.55);
  background-color: #f5f5f5;
  color: #111111;
  font-size: 16px;
  font-family: "Luciole", Arial, sans-serif;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.formulaire-profil__input:hover, .formulaire-profil__input:focus {
  border-color: rgba(75, 58, 47, 0.7);
  background-color: #ffffff;
}
.formulaire-profil__input {
  width: 100%;
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}

.formulaire-profil__actions {
  display: flex;
  justify-content: flex-start;
}

.formulaire-profil__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  min-width: 170px;
  max-width: 100%;
  height: 44px;
  padding: 0 24px;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-color: #e06a1a;
  color: #111111;
  box-shadow: none;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}
.formulaire-profil__button:hover, .formulaire-profil__button:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================
   DÉTAILS PROFIL
========================= */
.details-profil {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid #c8beb4;
}

.details-profil__item {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.details-profil__label {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}

.details-profil__value {
  font-size: 16px;
  color: #4b3a2f;
  word-break: break-word;
}

/* =========================
   FORMULAIRE SUPPRESSION
========================= */
.formulaire-suppression-profil {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formulaire-suppression-profil__help {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4b3a2f;
}

.formulaire-suppression-profil__actions {
  display: flex;
  justify-content: flex-start;
}

.formulaire-suppression-profil__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  min-width: 220px;
  max-width: 100%;
  height: 44px;
  padding: 0 24px;
  box-sizing: border-box;
  border: 1px solid #c94d3f;
  background-color: #fbe8e5;
  color: #8e2d23;
  box-shadow: none;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
.formulaire-suppression-profil__button:hover, .formulaire-suppression-profil__button:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================
   BACK-OFFICE ADMIN
   BASE GÉNÉRALE
========================= */
.tableau-bord-admin {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px;
  background-color: #efefef;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
  box-sizing: border-box;
}

.tableau-bord-admin__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.tableau-bord-admin__separator {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #9a9a9a;
}

.tableau-bord-admin__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

/* =========================
   NAVIGATION ADMIN
========================= */
.tableau-bord-admin__nav {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tableau-bord-admin__link {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 18px 20px;
  background-color: #ffffff;
  border: 1px solid #c8beb4;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #111111;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.tableau-bord-admin__link:hover {
  background-color: #DDD1C4;
  transform: translateY(-1px);
}

.tableau-bord-admin__link--active {
  background-color: #8b3d0f;
  border-color: #8b3d0f;
  color: #ffffff;
}

/* =========================
   STRUCTURE COMMUNE DES ÉCRANS
========================= */
.tableau-bord-admin__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tableau-bord-admin__block {
  width: 100%;
}

.tableau-bord-admin__section--messages,
.tableau-bord-admin__section--articles,
.tableau-bord-admin__section--utilisateurs,
.tableau-bord-admin__section--medias {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.tableau-bord-admin__section--messages .tableau-bord-admin__block,
.tableau-bord-admin__section--articles .tableau-bord-admin__block,
.tableau-bord-admin__section--utilisateurs .tableau-bord-admin__block,
.tableau-bord-admin__section--medias .tableau-bord-admin__block {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

/* =========================
   COMPOSANTS COMMUNS
========================= */
.tableau-bord-admin__search-form,
.formulaire-article-admin,
.articles-admin__item,
.messages-admin__item,
.utilisateurs-admin__item,
.gestion-media-admin__item,
.articles-admin__empty,
.messages-admin__empty,
.utilisateurs-admin__empty,
.gestion-media-admin__empty {
  background-color: #ffffff;
  border: 1px solid #c8beb4;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.tableau-bord-admin__search-form {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tableau-bord-admin__search-input {
  border: 1px solid rgba(75, 58, 47, 0.55);
  background-color: #f5f5f5;
  color: #111111;
  font-size: 16px;
  font-family: "Luciole", Arial, sans-serif;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.tableau-bord-admin__search-input:hover, .tableau-bord-admin__search-input:focus {
  border-color: rgba(75, 58, 47, 0.7);
  background-color: #ffffff;
}
.tableau-bord-admin__search-input {
  width: 100%;
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}

.tableau-bord-admin__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 22px;
  margin: 0 auto;
  border: 2px solid transparent;
  background-color: #8b3d0f;
  color: #ffffff;
  box-shadow: none;
  line-height: 1.2;
}
.tableau-bord-admin__search-button:hover, .tableau-bord-admin__search-button:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

.tableau-bord-admin__pagination,
.articles-admin__pagination,
.utilisateurs-admin__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.pagination-admin__link,
.articles-admin__pagination-link,
.utilisateurs-admin__pagination-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 10px 12px;
  border: 1px solid #c8beb4;
  border-radius: 10px;
  background-color: #ffffff;
  color: #111111;
  font-size: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.pagination-admin__link--active,
.articles-admin__pagination-link--active {
  background-color: #8b3d0f;
  border-color: #8b3d0f;
  color: #ffffff;
}

.articles-admin__edit-link,
.articles-admin__delete-link,
.messages-admin__button,
.articles-admin__button,
.gestion-media-admin__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
}

/* =========================
   ÉCRAN ARTICLES
========================= */
.formulaire-article-admin,
.articles-admin {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.formulaire-article-admin {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formulaire-article-admin__title,
.articles-admin__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #111111;
}

.formulaire-article-admin__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formulaire-article-admin__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.formulaire-article-admin__fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.formulaire-article-admin__label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}

.formulaire-article-admin__help {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4b4b4b;
}

.formulaire-article-admin__input,
.formulaire-article-admin__textarea,
.formulaire-article-admin__file {
  border: 1px solid rgba(75, 58, 47, 0.55);
  background-color: #f5f5f5;
  color: #111111;
  font-size: 16px;
  font-family: "Luciole", Arial, sans-serif;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.formulaire-article-admin__input:hover, .formulaire-article-admin__input:focus,
.formulaire-article-admin__textarea:hover,
.formulaire-article-admin__textarea:focus,
.formulaire-article-admin__file:hover,
.formulaire-article-admin__file:focus {
  border-color: rgba(75, 58, 47, 0.7);
  background-color: #ffffff;
}
.formulaire-article-admin__input,
.formulaire-article-admin__textarea,
.formulaire-article-admin__file {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}

.formulaire-article-admin__input {
  min-height: 42px;
}

.formulaire-article-admin__textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.5;
}

.formulaire-article-admin__file {
  padding: 10px;
  cursor: pointer;
}

.formulaire-article-admin__categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.formulaire-article-admin__category {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.formulaire-article-admin__checkbox {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex-shrink: 0;
  accent-color: #e06a1a;
  cursor: pointer;
}

.formulaire-article-admin__category-name {
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
}

.formulaire-article-admin__actions {
  display: flex;
  justify-content: center;
}

.formulaire-article-admin__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  min-width: 170px;
  height: 44px;
  padding: 0 24px;
  border: 2px solid transparent;
  background-color: #e06a1a;
  color: #111111;
  box-shadow: none;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}
.formulaire-article-admin__button:hover, .formulaire-article-admin__button:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

.articles-admin {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.articles-admin__empty {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #4b4b4b;
}

.articles-admin__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.articles-admin__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
}

.articles-admin__item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #111111;
}

.articles-admin__image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.articles-admin__image {
  display: block;
  width: 100%;
  max-width: 120px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #c8beb4;
  border-radius: 10px;
}

.articles-admin__categories,
.articles-admin__meta {
  margin: 0;
  text-align: center;
  font-size: 13px;
}

.articles-admin__categories {
  color: #4b3a2f;
}

.articles-admin__meta {
  color: #4b4b4b;
}

.articles-admin__content {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  text-align: left;
}

.articles-admin__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.articles-admin__edit-link,
.articles-admin__delete-link {
  text-decoration: none;
  color: inherit;
  min-width: 140px;
  padding: 12px 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.articles-admin__edit-link {
  background-color: #8b3d0f;
  color: #ffffff;
}

.articles-admin__delete-link {
  border: 1px solid #c94d3f;
  background-color: #fbe8e5;
  color: #8e2d23;
}

.articles-admin__confirm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid #c8beb4;
  border-radius: 10px;
  background-color: #efefef;
}

.articles-admin__confirm-text {
  margin: 0;
  font-size: 16px;
  color: #111111;
}

.articles-admin__confirm-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.articles-admin__button {
  text-decoration: none;
  color: inherit;
  padding: 12px 20px;
}

.articles-admin__button--danger {
  border: 1px solid #c94d3f;
  background-color: #fbe8e5;
  color: #8e2d23;
}

.articles-admin__button--secondary {
  border: 1px solid #c8beb4;
  background-color: #ffffff;
  color: #111111;
}

/* =========================
   ÉCRAN MESSAGES
========================= */
.messages-admin {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.messages-admin__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #111111;
}

.messages-admin__empty {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #4b4b4b;
}

.messages-admin__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.messages-admin__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
}

.messages-admin__subject {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #111111;
}

.messages-admin__meta,
.messages-admin__text,
.messages-admin__date {
  margin: 0;
}

.messages-admin__meta {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #4b3a2f;
}

.messages-admin__text {
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
}

.messages-admin__date {
  font-size: 13px;
  text-align: center;
  color: #4b4b4b;
}

.messages-admin__actions {
  display: flex;
  justify-content: center;
}

.messages-admin__confirm-form {
  display: flex;
}

.messages-admin__button {
  padding: 12px 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.messages-admin__button--danger {
  border: 1px solid #c94d3f;
  background-color: #fbe8e5;
  color: #8e2d23;
}

/* =========================
   ÉCRAN UTILISATEURS
========================= */
.utilisateurs-admin {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.utilisateurs-admin__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #111111;
}

.utilisateurs-admin__empty {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #4b4b4b;
}

.utilisateurs-admin__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.utilisateurs-admin__item {
  padding: 20px;
  text-align: center;
}

.utilisateurs-admin__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111111;
}

.utilisateurs-admin__info {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
}

.utilisateurs-admin__label {
  font-weight: 600;
  color: #4b3a2f;
}

.utilisateurs-admin__value {
  color: #111111;
}

/* =========================
   ÉCRAN MÉDIAS
========================= */
.gestion-media-admin {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gestion-media-admin__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #111111;
}

.gestion-media-admin__actions,
.gestion-media-admin__bulk-actions,
.gestion-media-admin__single-action {
  display: flex;
  justify-content: center;
}

.gestion-media-admin__empty {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #4b4b4b;
}

.gestion-media-admin__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gestion-media-admin__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px;
  text-align: center;
}

.gestion-media-admin__checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gestion-media-admin__preview {
  width: 100%;
  display: flex;
  justify-content: center;
}

.gestion-media-admin__image {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  border: 1px solid #c8beb4;
  border-radius: 10px;
}

.gestion-media-admin__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.gestion-media-admin__info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
}

.gestion-media-admin__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gestion-media-admin__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Luciole", Arial, sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  min-width: 180px;
  padding: 0 22px;
  border: 2px solid transparent;
  background-color: #8b3d0f;
  color: #ffffff;
  box-shadow: none;
  line-height: 1.2;
}
.gestion-media-admin__button:hover, .gestion-media-admin__button:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

.gestion-media-admin__button--delete {
  background-color: #fbe8e5;
  border-color: #c94d3f;
  color: #8e2d23;
}

.formulaire-article-admin__alts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.formulaire-article-admin__alt-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* =========================
   RESPONSIVE - PAGE GALERIE
========================= */
@media (max-width: 800px) {
  .page-galerie {
    width: 100%;
    max-width: none;
    padding: 20px 0 40px;
  }
  .section-galerie {
    width: 100%;
    max-width: none;
    padding: 0 16px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .entete-section {
    margin-bottom: 22px;
  }
  .entete-section h2 {
    font-size: 24px;
  }
  .entete-section p {
    font-size: 14px;
  }
  .galerie-vignettes {
    width: 100%;
    max-width: none;
    padding: 18px 10px;
    gap: 6px;
    box-sizing: border-box;
  }
  .galerie-vignettes__track {
    gap: 12px;
  }
  .galerie-vignettes__item {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 160px;
  }
  .galerie-vignettes__nav {
    flex: 0 0 24px;
    width: 24px;
    height: 160px;
    font-size: 16px;
  }
  .galerie-vignettes__dots {
    margin-top: 10px;
  }
  .carte-media--audio {
    width: 100%;
    max-width: none;
    padding: 20px;
    box-sizing: border-box;
  }
  .carte-media--audio .carte-media__content p {
    font-size: 18px;
  }
  .appel-galerie {
    width: 100%;
    max-width: none;
    padding: 20px;
    box-sizing: border-box;
  }
  .appel-galerie__text h2 {
    font-size: 22px;
  }
  .appel-galerie__text p {
    font-size: 14px;
  }
  .appel-galerie__action .bouton-primaire {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .section-galerie--photos {
    display: none;
  }
}
/* =========================
   PAGE NID - STYLES GÉNÉRAUX
========================= */
.page-nid {
  background: #DDD1C4;
  color: #111111;
  font-family: "Luciole", Arial, sans-serif;
}
.page-nid h1,
.page-nid h2,
.page-nid h3 {
  color: #8b3d0f;
}

.contenu-nid {
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px 40px 20px;
  max-width: 900px;
}

.contenu-nid__entete {
  text-align: center;
  margin-bottom: 24px;
}
.contenu-nid__entete h1 {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.contenu-nid__image-principale {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 24px;
}

.contenu-nid__figure {
  width: 100%;
  max-width: 920px;
  margin: 0;
}
.contenu-nid__figure img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  border-radius: 6px;
}

.section-nid {
  max-width: 700px;
  margin: 0 auto 24px;
}

.section-nid__schema {
  text-align: center;
}
.section-nid__schema img {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.section-nid__cartes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.carte-nid {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

/* =========================
   CURSEUR - STYLES DE BASE
========================= */
.curseur-nid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.curseur-nid__piste {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.curseur-nid__diapositive {
  flex: 0 0 100%;
  min-width: 100%;
}
.curseur-nid__diapositive img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.curseur-nid__fleche {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
  font-size: 22px;
  cursor: pointer;
  transform: translateY(-50%);
}

.curseur-nid__fleche--precedente {
  left: 12px;
}

.curseur-nid__fleche--suivante {
  right: 12px;
}

/* =========================
   VERSION MOBILE / TABLETTE
========================= */
@media (max-width: 751px) {
  .page-nid {
    width: 100%;
    max-width: none;
  }
  .page-nid .contenu-nid {
    width: 100%;
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .page-nid .contenu-nid__entete h1 {
    font-size: clamp(2rem, 7vw, 3rem);
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page-nid .section-nid,
  .page-nid .carte-nid,
  .page-nid #galerie-nid,
  .page-nid .contenu-nid__image-principale,
  .page-nid .contenu-nid__figure {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .page-nid .contenu-nid__figure {
    margin: 0;
  }
  .page-nid .contenu-nid__figure img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .page-nid .carte-nid {
    width: 100%;
    max-width: none;
    padding: 18px;
  }
  .page-nid .curseur-nid__diapositive img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  .page-nid .curseur-nid__fleche {
    width: calc(42px - 6px);
    height: calc(42px - 6px);
    font-size: 18px;
  }
  .page-nid .curseur-nid__fleche--precedente {
    left: 8px;
  }
  .page-nid .curseur-nid__fleche--suivante {
    right: 8px;
  }
}
/* =========================
   VERSION DESKTOP
========================= */
@media (min-width: 752px) {
  .page-nid {
    width: 100%;
    max-width: none;
  }
  .page-nid .contenu-nid {
    width: 100%;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }
  .page-nid .section-nid,
  .page-nid .carte-nid,
  .page-nid #galerie-nid,
  .page-nid .contenu-nid__image-principale {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .page-nid .contenu-nid__figure {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .page-nid .contenu-nid__figure img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .page-nid .carte-nid {
    width: 100%;
    max-width: none;
    padding: 22px;
    box-sizing: border-box;
  }
  .page-nid .curseur-nid {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  .page-nid .curseur-nid__piste {
    display: flex;
    width: 100%;
  }
  .page-nid .curseur-nid__diapositive {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
  }
  .page-nid .curseur-nid__diapositive img {
    display: block;
    width: 100%;
    max-height: 620px;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
  }
}
/* =========================
   RESPONSIVE - PAGE FICHE ESPÈCE
========================= */
@media (min-width: 752px) {
  .page-fiche-oiseau {
    width: 100%;
    max-width: none;
  }
  .page-fiche-oiseau .oiseau-article {
    width: 100%;
    max-width: none;
    padding-top: 30px;
  }
  .page-fiche-oiseau .oiseau-article__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    align-items: center;
    gap: 22px;
    margin-bottom: 24px;
    padding: 22px;
  }
  .page-fiche-oiseau .oiseau-article__header-content {
    gap: 20px;
  }
  .page-fiche-oiseau .oiseau-article__title {
    line-height: 1.1;
  }
  .page-fiche-oiseau .oiseau-article__latin, .page-fiche-oiseau .oiseau-article__intro, .page-fiche-oiseau .oiseau-article__text, .page-fiche-oiseau .oiseau-article__card-text, .page-fiche-oiseau .oiseau-article__caption, .page-fiche-oiseau .oiseau-article__mini-item dt, .page-fiche-oiseau .oiseau-article__mini-item dd, .page-fiche-oiseau .oiseau-article__data-item dd {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }
  .page-fiche-oiseau .oiseau-article__hero-media {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .page-fiche-oiseau .oiseau-article__hero-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 420px;
    padding: 10px;
  }
  .page-fiche-oiseau .oiseau-article__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .page-fiche-oiseau .oiseau-article__main, .page-fiche-oiseau .oiseau-article__sidebar, .page-fiche-oiseau .oiseau-article__section-content, .page-fiche-oiseau .oiseau-article__figure {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .page-fiche-oiseau .oiseau-article__sidebar {
    position: static;
    gap: 20px;
  }
  .page-fiche-oiseau .oiseau-article__section {
    padding: 22px;
  }
  .page-fiche-oiseau .oiseau-article__section--with-image {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: start;
    gap: 22px;
  }
  .page-fiche-oiseau .oiseau-article__subtitle {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
  }
  .page-fiche-oiseau .oiseau-article__data-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }
  .page-fiche-oiseau .oiseau-article__card {
    padding: 20px;
  }
  .page-fiche-oiseau .oiseau-article__card-title {
    margin-bottom: 18px;
  }
  .page-fiche-oiseau .oiseau-article__mini-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
  }
  .page-fiche-oiseau .oiseau-article__mini-item dd {
    text-align: right;
  }
  .page-fiche-oiseau .oiseau-article__image {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1100px) {
  .page-fiche-oiseau {
    width: 100%;
    max-width: none;
  }
  .page-fiche-oiseau .oiseau-article {
    width: 100%;
    max-width: none;
  }
  .page-fiche-oiseau .oiseau-article__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
  }
  .page-fiche-oiseau .oiseau-article__sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
  }
  .page-fiche-oiseau .oiseau-article__section--with-image {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 22px;
    align-items: start;
  }
  .page-fiche-oiseau .oiseau-article__hero-image {
    min-height: 340px;
  }
}
@media (min-width: 1400px) {
  .page-fiche-oiseau .oiseau-article__header {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: stretch;
    gap: 24px;
  }
  .page-fiche-oiseau .oiseau-article__hero-media {
    height: 100%;
  }
  .page-fiche-oiseau .oiseau-article__hero-image {
    height: 100%;
    min-height: 100%;
    max-height: none;
  }
  .page-fiche-oiseau .oiseau-article__body {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
  .page-fiche-oiseau .oiseau-article__section--with-image {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  }
}
@media (min-width: 1900px) {
  .page-fiche-oiseau .oiseau-article__header {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 24px;
  }
  .page-fiche-oiseau .oiseau-article__body {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
  }
  .page-fiche-oiseau .oiseau-article__section--with-image {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 22px;
  }
}
/* =========================
   RESPONSIVE - HEADER / NAVIGATION
========================= */
@media (max-width: 800px) {
  .entete-site__bouton-menu {
    display: block;
  }
  .entete-site__profil {
    display: none;
  }
  .entete-site__profil-mobile {
    display: flex;
  }
  .entete-site__navigation {
    display: none;
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
  }
  .entete-site__navigation.active {
    display: flex;
  }
  .entete-site__navigation a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  }
}
@media (min-width: 801px) {
  .entete-site__barre {
    width: 100%;
    max-width: none;
    gap: 10px;
    padding: 12px 16px;
    box-sizing: border-box;
  }
  .entete-site__marque {
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
  }
  .entete-site__titre {
    font-size: 1.21rem;
    white-space: nowrap;
  }
  .entete-site__logo {
    flex-shrink: 0;
  }
  .entete-site__logo a {
    width: 84px;
    height: 84px;
  }
  .entete-site__logo img {
    width: 54px;
    height: 54px;
  }
  .entete-site__hero {
    width: 100%;
    min-height: 380px;
    background-position: 56% 44%;
  }
  .entete-site__superposition {
    width: 100%;
    min-height: 380px;
    padding-bottom: 24px;
    box-sizing: border-box;
  }
  .entete-site__superposition h2 {
    font-size: 1.6rem;
  }
  .entete-site__bouton-menu {
    display: none;
  }
  .entete-site__profil {
    display: flex;
    flex-shrink: 0;
    margin-left: 10px;
  }
  .entete-site__profil a,
  .entete-site__profil .entete-site__lien-deconnexion {
    padding: 8px 10px;
    white-space: nowrap;
  }
  .entete-site__profil-mobile {
    display: none;
  }
  .entete-site__navigation {
    display: flex;
    width: 100%;
    max-width: none;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    padding: 0 18px 20px 18px;
    flex-wrap: wrap;
    background: #efefef;
    box-sizing: border-box;
  }
  .entete-site__navigation a {
    width: auto;
    padding: 0;
    border-bottom: none;
  }
}
/* =========================
   RESPONSIVE - ACCUEIL
========================= */
@media (max-width: 800px) {
  main.accueil-page {
    width: 100%;
    max-width: none;
    padding: 20px 16px 40px;
    box-sizing: border-box;
  }
  .accueil-carousel {
    display: none;
  }
  .accueil-intro,
  .accueil-contenu,
  .accueil-galerie {
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .section-bienvenue__title {
    max-width: 260px;
    margin: 0 auto 12px;
    text-align: center;
    white-space: normal;
  }
  .section-bienvenue__intro {
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section-bienvenue__intro-line {
    width: 80px;
    max-width: 80px;
  }
  .text-border {
    width: 100%;
    max-width: none;
    padding: 20px;
    box-sizing: border-box;
  }
  .text-border p {
    font-size: 14px;
  }
  .section-header {
    margin-bottom: 18px;
  }
  .section-header h2 {
    font-size: 22px;
    text-align: center;
  }
  .galerie-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .paysage a {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .paysage img {
    display: block;
    width: 100%;
    height: 115px;
    object-fit: cover;
    object-position: center;
  }
}
/* ajuste exacto para el tramo problemático */
@media (min-width: 518px) and (max-width: 762px) {
  .galerie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .paysage a {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .paysage img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 801px) {
  main.accueil-page {
    width: 100%;
    max-width: none;
    padding: 24px 20px 40px;
    box-sizing: border-box;
  }
  .accueil-intro,
  .accueil-contenu,
  .accueil-galerie {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .galerie-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .paysage a {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .paysage img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }
}
/* =========================
   RESPONSIVE - LIGHTBOX
========================= */
@media (max-width: 767px) {
  .custom-lightbox {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .lightbox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100dvh - 16px * 2 - 80px);
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
  }
  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
  }
  .lightbox-close {
    top: 12px;
    right: 12px;
  }
  .lightbox-prev {
    left: 8px;
  }
  .lightbox-next {
    right: 8px;
  }
}
/* ajuste exacto para el lightbox en el tramo problemático */
@media (min-width: 518px) and (max-width: 762px) {
  .custom-lightbox {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }
  .lightbox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100vw - 12px * 2);
    max-height: calc(100dvh - 12px * 2 - 80px);
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
  }
  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    width: 36px;
    height: 36px;
  }
  .lightbox-close {
    top: 10px;
    right: 10px;
  }
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .custom-lightbox {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .lightbox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100vw - 16px * 2);
    max-height: calc(100dvh - 16px * 2 - 80px);
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
  }
  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
  }
  .lightbox-close {
    top: 12px;
    right: 12px;
  }
  .lightbox-prev {
    left: 12px;
  }
  .lightbox-next {
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .custom-lightbox {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
  }
  .lightbox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: min(900px, 100vw - 40px * 2);
    max-height: calc(100dvh - 40px * 2 - 80px);
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
  }
  .lightbox-close {
    top: 20px;
    right: 20px;
  }
  .lightbox-prev {
    left: 20px;
  }
  .lightbox-next {
    right: 20px;
  }
}
@media (min-width: 760px) and (max-width: 800px) {
  .galerie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .paysage a {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .paysage img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
  }
  .custom-lightbox {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }
  .lightbox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100vw - 12px * 2);
    max-height: calc(100dvh - 12px * 2 - 80px);
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
  }
  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    width: 36px;
    height: 36px;
  }
  .lightbox-close {
    top: 10px;
    right: 10px;
  }
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
}
/* =========================
   RESPONSIVE - AUTH / CONTACT
========================= */
@media (min-width: 768px) {
  .page-authentification--connexion,
  .page-authentification--inscription,
  .page-contact {
    width: 100%;
    max-width: none;
  }
  .page-authentification--connexion .contenu-authentification,
  .page-authentification--inscription .contenu-authentification,
  .page-contact .contenu-authentification {
    width: 100%;
    max-width: none;
    padding: 24px 20px 40px;
    box-sizing: border-box;
  }
  .page-authentification--connexion .contenu-authentification__inner,
  .page-authentification--inscription .contenu-authentification__inner,
  .page-contact .contenu-authentification__inner {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
  .page-authentification--connexion .message-authentification,
  .page-authentification--inscription .message-authentification,
  .page-contact .message-authentification {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-authentification--connexion .formulaire-authentification,
  .page-authentification--inscription .formulaire-authentification,
  .page-contact .formulaire-authentification {
    width: 100%;
  }
  .page-authentification--connexion .formulaire-authentification__group,
  .page-authentification--inscription .formulaire-authentification__group,
  .page-contact .formulaire-authentification__group {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-authentification--connexion .formulaire-authentification__input,
  .page-authentification--inscription .formulaire-authentification__input,
  .page-contact .formulaire-authentification__input {
    height: 38px;
  }
  .page-authentification--connexion .formulaire-authentification__textarea,
  .page-authentification--inscription .formulaire-authentification__textarea,
  .page-contact .formulaire-authentification__textarea {
    min-height: 140px;
  }
  .page-authentification--connexion .formulaire-authentification__choices,
  .page-authentification--inscription .formulaire-authentification__choices,
  .page-contact .formulaire-authentification__choices {
    width: 100%;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
  }
  .page-authentification--connexion .formulaire-authentification__choice,
  .page-authentification--inscription .formulaire-authentification__choice,
  .page-contact .formulaire-authentification__choice {
    flex: 0 1 auto;
  }
  .page-authentification--connexion .formulaire-authentification__choice-label,
  .page-authentification--inscription .formulaire-authentification__choice-label,
  .page-contact .formulaire-authentification__choice-label {
    font-size: 16px;
  }
  .page-authentification--connexion .formulaire-authentification__submit,
  .page-authentification--inscription .formulaire-authentification__submit,
  .page-contact .formulaire-authentification__submit {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page-authentification--connexion .formulaire-authentification__button,
  .page-authentification--inscription .formulaire-authentification__button,
  .page-contact .formulaire-authentification__button {
    width: 100%;
    max-width: 280px;
    height: 44px;
    font-size: 16px;
  }
  .page-authentification--connexion .formulaire-authentification__consent,
  .page-authentification--inscription .formulaire-authentification__consent,
  .page-contact .formulaire-authentification__consent {
    width: 100%;
    justify-content: flex-start;
  }
  .page-authentification--connexion .formulaire-authentification__consent-label,
  .page-authentification--inscription .formulaire-authentification__consent-label,
  .page-contact .formulaire-authentification__consent-label {
    max-width: none;
  }
  .page-authentification--connexion .separateur-authentification,
  .page-authentification--inscription .separateur-authentification,
  .page-contact .separateur-authentification {
    width: 100%;
    max-width: 100%;
    margin: 22px auto 20px;
  }
  .page-authentification--connexion .inscription-authentification,
  .page-authentification--inscription .inscription-authentification {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
  .page-authentification--connexion .inscription-authentification__text,
  .page-authentification--inscription .inscription-authentification__text {
    white-space: nowrap;
  }
  .page-authentification--connexion .inscription-authentification__button,
  .page-authentification--inscription .inscription-authentification__button {
    width: 100%;
    max-width: 280px;
    min-width: 0;
  }
  .page-contact .informations-contact {
    width: 100%;
    max-width: 760px;
    margin: 24px auto 0;
    box-sizing: border-box;
  }
  .page-contact .informations-contact p {
    font-size: 16px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .page-contact .informations-contact strong,
  .page-contact .informations-contact a {
    white-space: normal;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page-authentification--connexion .contenu-authentification,
  .page-authentification--inscription .contenu-authentification,
  .page-contact .contenu-authentification {
    padding: 30px 22px 40px;
  }
  .page-authentification--connexion .contenu-authentification__inner,
  .page-authentification--inscription .contenu-authentification__inner,
  .page-contact .contenu-authentification__inner {
    max-width: 760px;
  }
  .page-authentification--connexion .message-authentification,
  .page-authentification--inscription .message-authentification,
  .page-contact .message-authentification {
    max-width: 760px;
  }
  .page-authentification--connexion .formulaire-authentification__choices,
  .page-authentification--inscription .formulaire-authentification__choices,
  .page-contact .formulaire-authentification__choices {
    gap: 20px;
  }
  .page-authentification--connexion .formulaire-authentification__group,
  .page-authentification--inscription .formulaire-authentification__group,
  .page-contact .formulaire-authentification__group {
    margin-bottom: 22px;
  }
  .page-authentification--connexion .formulaire-authentification__button,
  .page-authentification--inscription .formulaire-authentification__button,
  .page-contact .formulaire-authentification__button {
    width: 100%;
    max-width: 280px;
  }
  .page-authentification--connexion .inscription-authentification__button,
  .page-authentification--inscription .inscription-authentification__button {
    width: 100%;
    max-width: 280px;
  }
  .page-contact .informations-contact {
    max-width: 820px;
  }
  .page-contact .informations-contact p {
    letter-spacing: 0.04em;
  }
  .page-contact .informations-contact strong {
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1280px) {
  .page-authentification--connexion .contenu-authentification,
  .page-authentification--inscription .contenu-authentification,
  .page-contact .contenu-authentification {
    padding: 30px 24px 40px;
  }
  .page-authentification--connexion .contenu-authentification__inner,
  .page-authentification--inscription .contenu-authentification__inner,
  .page-contact .contenu-authentification__inner {
    max-width: 760px;
  }
  .page-authentification--connexion .message-authentification,
  .page-authentification--inscription .message-authentification,
  .page-contact .message-authentification {
    max-width: 760px;
  }
  .page-authentification--connexion .formulaire-authentification__button,
  .page-authentification--inscription .formulaire-authentification__button,
  .page-contact .formulaire-authentification__button {
    width: 100%;
    max-width: 280px;
  }
  .page-authentification--connexion .inscription-authentification__button,
  .page-authentification--inscription .inscription-authentification__button {
    width: 100%;
    max-width: 280px;
  }
  .page-contact .informations-contact {
    max-width: 820px;
  }
}
/* =========================
   RESPONSIVE - ADMIN
========================= */
@media (min-width: 752px) {
  .tableau-bord-admin {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px;
    box-sizing: border-box;
  }
  .tableau-bord-admin__content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .tableau-bord-admin__nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  .tableau-bord-admin__link {
    width: auto;
    min-width: 180px;
    text-align: center;
  }
  .tableau-bord-admin__section {
    gap: 22px;
  }
  .tableau-bord-admin__block {
    justify-content: flex-start;
  }
  .tableau-bord-admin__search-form {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .tableau-bord-admin__search-input {
    flex: 1 1 220px;
  }
  .tableau-bord-admin__search-button {
    width: auto;
  }
  .formulaire-article-admin,
  .articles-admin,
  .messages-admin,
  .utilisateurs-admin,
  .gestion-media-admin {
    width: 100%;
    max-width: none;
  }
  .formulaire-article-admin__title,
  .articles-admin__title,
  .messages-admin__title,
  .utilisateurs-admin__title,
  .gestion-media-admin__title {
    text-align: center;
  }
  .formulaire-article-admin__textarea {
    min-height: 220px;
  }
  .formulaire-article-admin__actions {
    justify-content: flex-start;
  }
  .articles-admin__actions,
  .messages-admin__actions,
  .gestion-media-admin__actions,
  .gestion-media-admin__bulk-actions,
  .gestion-media-admin__single-action {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .articles-admin__edit-link,
  .articles-admin__delete-link,
  .articles-admin__button,
  .messages-admin__button,
  .gestion-media-admin__button {
    width: auto;
  }
  .utilisateurs-admin__info {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }
  .gestion-media-admin__item {
    display: grid;
    grid-template-columns: 40px 180px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
  }
  .gestion-media-admin__preview {
    width: 180px;
  }
  .gestion-media-admin__image {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .tableau-bord-admin {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .tableau-bord-admin__content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .tableau-bord-admin__section--articles,
  .tableau-bord-admin__section--messages,
  .tableau-bord-admin__section--utilisateurs,
  .tableau-bord-admin__section--medias {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .tableau-bord-admin__block--formulaire-article,
  .tableau-bord-admin__block--recherche-article,
  .tableau-bord-admin__block--articles,
  .tableau-bord-admin__block--recherche-utilisateur,
  .tableau-bord-admin__block--utilisateurs,
  .tableau-bord-admin__block--recherche-message,
  .tableau-bord-admin__block--messages,
  .tableau-bord-admin__block--medias {
    position: static;
    top: auto;
    align-self: auto;
  }
  .formulaire-article-admin,
  .articles-admin,
  .messages-admin,
  .utilisateurs-admin,
  .gestion-media-admin {
    height: auto;
  }
  .formulaire-article-admin__textarea {
    min-height: 260px;
  }
  .articles-admin__actions {
    justify-content: flex-start;
  }
  .gestion-media-admin__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .gestion-media-admin__item {
    display: grid;
    grid-template-columns: 40px 200px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
  }
  .gestion-media-admin__preview {
    width: 200px;
  }
}
/* =========================
   RESPONSIVE - PAGE ARTICLE
========================= */
@media (min-width: 801px) {
  .page-article__images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .page-article__image-wrapper {
    height: 260px;
  }
  .page-article__image {
    height: 100%;
    max-height: none;
  }
}
/* =========================
   RESPONSIVE - PROFIL
========================= */
@media (min-width: 736px) {
  .page-profil {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 22px 20px 40px;
    gap: 22px;
    box-sizing: border-box;
  }
  .page-profil__section {
    width: 100%;
    max-width: none;
    padding: 20px;
    box-sizing: border-box;
  }
  .page-profil__section--infos,
  .page-profil__section--suppression {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .page-profil__title,
  .page-profil__subtitle {
    text-align: center;
  }
  .formulaire-profil,
  .formulaire-suppression-profil,
  .details-profil {
    width: 100%;
    max-width: none;
  }
  .formulaire-profil__input {
    width: 100%;
    max-width: none;
  }
  .details-profil__item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }
  .details-profil__value {
    margin-left: 0;
  }
}
@media (min-width: 1900px) {
  .page-profil {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    grid-template-columns: minmax(380px, 460px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    box-sizing: border-box;
  }
  .page-profil__section--infos,
  .page-profil__section--suppression {
    height: 100%;
    max-width: none;
  }
  .page-profil__section--infos {
    position: sticky;
    top: 24px;
    align-self: start;
    height: auto;
  }
  .formulaire-profil__actions,
  .formulaire-suppression-profil__actions {
    justify-content: flex-start;
  }
}
@media (min-width: 1900px) {
  .page-profil {
    width: 100%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    grid-template-columns: minmax(400px, 500px) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    box-sizing: border-box;
  }
  .page-profil__section--suppression {
    max-width: none;
  }
}
/* =========================
   TITRE - DESKTOP-L'oiseau
========================= */
@media (min-width: 768px) {
  .page-oiseau {
    max-width: 1020px;
  }
  .page-oiseau__section--title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-oiseau__title {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }
  .page-oiseau__title span,
  .page-oiseau__title strong {
    display: inline;
  }
}
/* =========================
   RESPONSIVE - BOUTON RETOUR HAUT
========================= */
@media (max-width: 767px) {
  .bouton-retour-haut {
    right: 12px;
    bottom: 150px;
    width: 46px;
    height: 46px;
  }
  .bouton-retour-haut i {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
