/* ============================================================
   CAPA DESIGN SYSTEM — Kerzerho
   Adapté de campinglesoleya.com | Couleur primaire : #0f527d
   ============================================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "futura-pt", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  color: #1f1f1f;
  line-height: 1.65;
  overflow-x: clip;
}

a, a:visited {
  color: inherit;
}

a:focus, a:hover, a:active {
  background-color: inherit !important;
  color: inherit !important;
  outline-offset: 0 !important;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

ul { list-style: none; }


/* --- Titre H2 générique avec décorations --- */
.titre-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.titre-container img { object-fit: contain; }
.titre-container img:nth-child(1) { margin-bottom: 2.5em; }
.titre-container img:nth-child(3) { margin-top: 2.5em; }

h2 {
  width: auto;
  margin: 40px 10px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
}

h2 span {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}

.titre-container h2 { text-transform: uppercase; }

/* --- Titre H1 avec guillemets décoratifs --- */
.titre-container h1 {
  width: auto;
  margin: 40px 10px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.titre-container h1 span {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}

.titre-h1 {
  padding: 40px 20px 0;
  margin-bottom: 0;
}

.titre-h1 h1 {
  margin-bottom: 0;
}

/* Après le H1 showcase : supprimer les espacements hauts du premier bloc uniquement */
.titre-h1 + #leconteneur #blocgauche {
  padding-top: 0;
}

.titre-h1 + #leconteneur #blocgauche > *:first-child {
  padding-top: 40px;
  margin-top: 0;
}


/* --- Image full length (bandeau photo + citation) --- */
.image-full {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
}

/* Gradient overlay radial — fondu sans contour visible (style showcase) */
.image-full::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 75% 50%, rgba(10, 58, 90, 0.7) 0%, rgba(10, 58, 90, 0.3) 50%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.image-full .image-text {
  z-index: 2;
}

.image-full img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left center;
}

.image-full .image-text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 60px;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  padding: 22px 34px;
  clip-path: none;
}

.image-full .image-text h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  max-width: 630px;
  color: white !important;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.image-full .image-text h3 span {
  display: block;
    margin-left: 60px;
}

.image-full .image-text img:nth-child(1) { margin-bottom: 5em; object-fit: contain; width: auto; }
.image-full .image-text img:nth-child(3) { margin-top: 5em; object-fit: contain; width: auto; }


/* --- Mosaïque HÉBERGEMENT --- */
.hebergement-container {
  width: 100%;
  padding: 40px 20px;
}

.herbergement-mosaique {
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.mosaique-text h3 {
  font-size: 1.5em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  text-align: center;
  font-weight: 300;
  margin: 20px;
}

.mosaique-text h3 strong {
  background: #e1d9d0;
  font-weight: 700;
  padding: 5px 10px 0 10px;
}

.mosaique-text h3 span { display: block; margin: 5px; }

.mosaique-text p {
  font-family: "futura-pt", sans-serif;
  color: black;
  text-align: left;
}

.herbergement-mosaique .bloc {
  position: relative;
  padding: 2px;
  height: 350px;
}

/* SPIP wraps images in span.spip_documents (and sometimes a > img) */
.herbergement-mosaique .bloc .spip_documents {
  display: block;
  width: 100%;
  height: 100%;
}

.herbergement-mosaique .bloc .spip_documents a {
  display: block;
  width: 100%;
  height: 100%;
}

.herbergement-mosaique .bloc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.herbergement-mosaique .bloc.bottom-img img { object-position: bottom; }

.herbergement-mosaique .bloc .bloc-text p {
  position: absolute;
  border-left: 1px solid black;
  color: black;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.herbergement-mosaique .bloc:nth-child(1) { width: 30%; }
.herbergement-mosaique .bloc:nth-child(1) .bloc-text p { top: -50px; left: 40px; padding: 10px 20px 40px 20px; }

.herbergement-mosaique .mosaique-text:nth-child(2) { padding: 0 12%; width: 70%; }

.herbergement-mosaique .bloc:nth-child(3) { width: 24%; }
.herbergement-mosaique .bloc:nth-child(3) .bloc-text p { bottom: -50px; right: 40px; padding: 40px 20px 5px 20px; border-left: none; border-right: 1px solid black; }

.herbergement-mosaique .bloc:nth-child(4) { width: 38%; }
.herbergement-mosaique .bloc:nth-child(4) .bloc-text p { top: -50px; left: 120px; padding: 10px 20px 40px 20px; }

.herbergement-mosaique .bloc:nth-child(5) { width: 38%; }
.herbergement-mosaique .bloc:nth-child(5) .bloc-text p { top: -50px; left: 40px; padding: 10px 20px 40px 20px; }

.herbergement-mosaique .mosaique-text:nth-child(6) { padding: 60px 2% 20px 2%; width: 32%; }

.herbergement-mosaique .bloc:nth-child(7) { width: 40%; }
.herbergement-mosaique .bloc:nth-child(7) .bloc-text p { bottom: -50px; left: 40px; padding: 40px 20px 10px 20px; }

.herbergement-mosaique .bloc:nth-child(8) { width: 28%; }
.herbergement-mosaique .bloc:nth-child(8) .bloc-text p { bottom: -50px; right: 40px; padding: 40px 20px 10px 20px; border-left: none; border-right: 1px solid black; }

.hebergement-container .hebergement-text {
  max-width: 800px;
  padding: 80px 20px 40px 20px;
  margin: 0 auto;
}

.hebergement-container .hebergement-text p { font-family: "futura-pt", sans-serif; }


/* --- Section services (fond beige) --- */
.service-container {
  width: 100%;
  background: #e1d9d0;
  padding: 40px 20px;
}

.page-services-loisirs .service-container,
.page-services-loisirs .hebergement-container { background: white; }

.service-container .titre-container h2 { max-width: 480px; }

.services-list-home {
  list-style: none;
  padding: 0;
  margin: 25px 0 10px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px 20px;
  font-family: "futura-pt", sans-serif;
}

.services-list-home li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.services-list-home li i {
  color: #0f527d;
  font-size: 30px;
  margin-right: 12px;
}

.mention { margin-top: 30px; }


/* --- Mosaïque simple 2×2 --- */
.mosaique-simple {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mosaique-simple .ligne {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.mosaique-simple img {
  width: 300px !important;
  height: 300px !important;
  object-fit: cover;
  border-radius: 0;
}

.mosaique-simple .ligne-1 .img-1 { margin-left: 40px; }

@media (max-width: 700px) {
  .mosaique-simple .ligne { flex-wrap: wrap; justify-content: center; }
  .mosaique-simple .ligne-1 .img-1 { margin-left: 0; }
}


/* --- Vignettes activités (style Fanny) --- */
.activites-list {
  list-style: none;
  margin: 40px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 36px 24px;
  justify-content: center;
  max-width: 1300px;
}

.activite-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  gap: 14px;
  padding: 0 16px;
  background: transparent;
  border: none;
  box-shadow: none;
  width: calc(33.333% - 16px);
  max-width: 420px;
  font-family: "futura-pt", system-ui, sans-serif;
  transition: transform .3s ease;
}

.activite-card i {
  color: #a3c0de;
  font-size: 46px;
  line-height: 1;
  margin: 30px 0 15px;
  flex-shrink: 0;
  transition: color .3s ease;
}

.activite-text h3 {
  margin: 30px 0 15px;
  line-height: 46px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #0a3a5a;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

.activite-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  font-weight: 400;
}

.activite-card:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.activite-card:hover i {
  color: #0a3a5a;
}

@media (max-width: 900px) {
  .activites-list { gap: 28px 16px; }
  .activite-card { width: calc(50% - 12px); max-width: none; }
}

@media (max-width: 520px) {
  .activite-card { width: 100%; max-width: 280px; }
}


/* --- Boutons CAPA --- */
.btn-bleu {
  font-family: "futura-pt", sans-serif;
  padding: 10px 30px;
  color: white;
  background: #0f527d;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: all 250ms;
  text-decoration: none;
  font-weight: 600;
}

.btn-bleu:hover { background: #e1d9d0 !important; color: black !important; }

.btn-jaune,
.btn-jaune:visited,
.btn-jaune:focus,
.btn-jaune:active {
  font-family: "futura-pt", sans-serif;
  padding: 10px 30px;
  color: black;
  background: #e1d9d0;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: all 250ms;
  text-decoration: none;
  font-weight: 600;
}

.btn-jaune:hover { background: #0f527d !important; color: white !important; }

.btn-blanc {
  font-family: "futura-pt", sans-serif;
  padding: 10px 30px;
  color: black !important;
  background: white;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  text-decoration: none;
  transition: all 250ms;
  font-weight: 600;
}

.btn-blanc:hover { background: #0f527d !important; color: white !important; }

/* Boutons campings du groupe */
.btn-bouti { font-family: "futura-pt", sans-serif; padding: 10px 30px; color: white; background: #b5d4a0; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: all 250ms; text-decoration: none; }
.btn-leveno { font-family: "futura-pt", sans-serif; padding: 10px 30px; color: white; background: #cfc27b; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: all 250ms; text-decoration: none; }
.btn-kerzerho { font-family: "futura-pt", sans-serif; padding: 10px 30px; color: white; background: #a3c0de; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: all 250ms; text-decoration: none; }
.btn-palace { font-family: "futura-pt", sans-serif; padding: 10px 30px; color: white; background: #e4bc82; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: all 250ms; text-decoration: none; }
.btn-soleya { font-family: "futura-pt", sans-serif; padding: 10px 30px; color: black; background: #fdde60; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: all 250ms; text-decoration: none; }

.btn-bouti:hover, .btn-palace:hover, .btn-kerzerho:hover, .btn-leveno:hover, .btn-soleya:hover {
  background: #e1d9d0 !important;
}

.btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.btn-container-top { margin-top: 30px; }

.text-center { text-align: center; }


/* --- Footer --- */
#footer {
  background: #e1d9d0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
}

.column-contact {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.column-contact .logo { max-width: 250px;     
  width: 220px;
    margin-bottom: 20px; }

.tel-container, .mail-container {
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tel-container img, .mail-container img {
  display: inline-block;
  width: auto;
  height: auto;
}

.social-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.social-container h3 {
  width: 100%;
}

.social-container a {
  display: inline-block;
}

.social-container a img {
  display: inline-block;
  width: auto;
  height: auto;
}

.footer-address {
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}

.footer-copyright {
  text-align: center;
  padding: 15px 0;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  color: #888;
  background: #e1d9d0;
}

.footer-container .column-contact a {
  color: black;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  background: transparent !important;
}

.column-contact h3 {
  width: 100%;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px 0;
  margin-top: 10px;
}

.details-container {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 40px;
}

.details-container .titre-footer {
  width: 100%;
  background: #e1d9d0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 10;
  position: relative;
}

.details-container h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
  background: #e1d9d0;
  padding: 10px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}

.payement-container .titre-footer.payment-section h3 { font-size: 22px; font-weight: 400; }

.details-container .titre-footer span {
  width: 100%;
  border-bottom: 1px solid black;
  position: absolute;
  left: 0;
  top: 60%;
  z-index: 1;
}

.details-container .links-container { width: 30%; }

.details-container .links-container a {
  text-align: left;
  display: block;
  color: black;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.details-container .campings-footer {
  width: 70%;
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.details-container .campings-footer img {
  object-fit: contain;
  margin: 10px;
  width: 120px;
  max-height: 100px;
  display: inline-block;
}

.details-container .payement-container { width: 100%; border-bottom: 1px solid black; }

.details-container .payement-container ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.details-container .payement-container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}

.details-container .payement-container ul li img {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
  display: inline-block;
}
.details-container .payement-container ul li i { font-size: 32px; color: #0f527d; margin-bottom: 10px; height: 40px; display: flex; align-items: center; }

.details-container .payement-container ul li span {
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* --- Vignettes premium (activités cards avec overlay) --- */
:root {
  --vgn-primary: #0f172a;
  --vgn-secondary: #e2e8f0;
  --vgn-accent: #e1d9d0;
  --vgn-white: #ffffff;
  --vgn-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --vgn-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vgn-section-header { text-align: center; margin-bottom: 3rem; }

.vgn-section-title {
  width: 100%;
  margin: 40px 10px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.vgn-section-title span {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  display: block;
}

.vgn-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.vgn-card {
  position: relative;
  height: 320px;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: var(--vgn-shadow);
  cursor: pointer;
  background-color: var(--vgn-primary);
}

@media (min-width: 640px) { .vgn-card { width: calc(50% - 0.75rem); } }
@media (min-width: 1024px) {
  .vgn-card { width: calc(33.333% - 1rem); }
  .vgn-grid { gap: 1.5rem; padding: 40px 0 80px 0; }
}

.vgn-image { width: 100%; height: 100%; object-fit: cover; transition: var(--vgn-transition); }
.vgn-card:hover .vgn-image { transform: scale(1.1); }

.vgn-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: var(--vgn-white);
  background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0) 70%);
  z-index: 2;
}

.vgn-meta { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; }

.vgn-badge {
  background-color: #e1d9d0;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: black;
}

.vgn-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 4px 0;
  text-align: left;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

.vgn-description {
  color: var(--vgn-secondary);
  font-size: 0.875rem;
  margin: 0;
  opacity: 0;
  transform: translateY(15px);
  transition: var(--vgn-transition);
  text-align: left;
  font-family: "futura-pt", sans-serif;
}

.vgn-card:hover .vgn-description { opacity: 1; transform: translateY(0); }


/* --- Section Documents / Téléchargements --- */
.camping-downloads-section { padding: 4rem 0; background-color: white; }

.camping-downloads-section h2 {
  width: auto;
  margin: 40px 10px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  text-transform: uppercase;
}

.downloads-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
  justify-content: center;
}

.download-card {
  flex: 0 0 calc(25% - 1.125rem);
  max-width: calc(25% - 1.125rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #ffffff;
  padding: 0 0 1.5rem 0;
  border-radius: 12px;
  text-decoration: none;
  color: #333333;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.0);
}

.card-thumbnail {
  width: 100%;
  height: 270px;
  margin-bottom: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 6px;
  overflow: hidden;
}

.card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  transition: transform 0.5s ease;
}

.download-card:hover .card-thumbnail img { transform: scale(1.05); }

.card-icon-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.card-icon-badge svg { width: 24px; height: 24px; color: #2c3e50; transition: color 0.3s ease; }

.download-card:hover .card-icon-badge {
  background-color: #e1d9d0;
  transform: scale(1.1);
  color: black;
}

.download-card:hover .card-icon-badge svg { color: black; }

.card-content { display: flex; flex-direction: column; gap: 0.5rem; width: 100%; flex-grow: 1; }

.card-title {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #1a1a1a;
  text-transform: uppercase;
}

.card-action {
  font-size: 0.8rem;
  font-family: "futura-pt", sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: auto;
  padding-top: 1rem;
}


/* --- Région images (3 photos côte à côte) --- */
.region-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.region-container img {
  width: 33.1%;
  height: 325px;
  object-fit: cover;
  object-position: left;
}


/* --- RESPONSIVE --- */

@media (max-width: 1024px) {
  .download-card { flex: 0 0 calc(50% - 0.75rem); max-width: calc(50% - 0.75rem); }
}

@media (max-width: 900px) {
  h2 span { font-weight: 600; font-size: 1.2em; }
}

@media (max-width: 800px) {
  .column-contact .logo { display: none; }

  .details-container,
  .details-container .campings-footer,
  .details-container .payement-container,
  .details-container .links-container { margin-top: 20px; border-bottom: 0; width: 100%; padding: 0 20px; }
}

@media (max-width: 600px) {
  .titre-container img { display: none !important; }

  .downloads-grid { gap: 1rem; }

  .download-card {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    padding: 1rem;
    text-align: left;
    align-items: center;
    height: auto;
  }

  .card-thumbnail { width: 80px; height: 80px; margin-bottom: 0; margin-right: 1.25rem; flex-shrink: 0; }

  .card-icon-badge { width: 32px; height: 32px; bottom: 4px; right: 4px; }
  .card-icon-badge svg { width: 16px; height: 16px; }

  .card-content { align-items: flex-start; padding-top: 0; }
  .card-action { margin-top: 0.25rem; padding-top: 0; }

  .image-full, .region-container { display: none; }

  h1, h2, .camping-downloads-section h2, .vgn-section-title {
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  /* === FOOTER — empilé, centré, premium mobile 320px === */
  #footer {
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }

  /* — Bloc contact — */
  .column-contact {
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }

  .column-contact .logo {
    max-width: 200px;
    margin: 0 auto 16px;
  }

  .column-contact h3 {
    font-size: 16px;
    text-align: center;
  }

  .footer-container .column-contact a {
    font-size: 16px;
  }

  .tel-container, .mail-container {
    justify-content: center;
    gap: 6px;
  }

  .tel-container img, .mail-container img {
    width: 20px;
    height: 20px;
  }

  .social-container {
    justify-content: center;
    margin-top: 16px;
  }

  .social-container h3 {
    text-align: center;
    font-size: 15px;
  }

  .social-container a img {
    width: 40px;
    height: 40px;
  }

  .footer-address {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
  }

  /* — Bloc détails — */
  .details-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 0;
  }

  /* Liens utiles */
  .details-container .links-container {
    width: 100%;
    padding: 0 20px;
  }

  .details-container .links-container ul {
    padding: 0;
    list-style: none;
  }

  .details-container .links-container a {
    text-align: center;
    font-size: 15px;
    padding: 6px 0;
    display: block;
  }

  .details-container .titre-footer {
    justify-content: center;
  }

  /* Logos campings — grille 2×2 centrée */
  .details-container .campings-footer {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-left: 0;
  }

  .details-container .campings-footer img {
    width: 100px;
    margin: 4px 8px;
  }

  /* Moyens de paiement — grille compacte */
  .details-container .payement-container {
    width: 100%;
    padding: 0 20px;
  }

  .details-container .payement-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    padding: 0;
  }

  .details-container .payement-container ul li {
    width: calc(50% - 16px);
    margin: 8px 8px;
    align-items: center;
  }

  .details-container .payement-container ul li img,
  .details-container .payement-container ul li i {
    height: 32px;
    margin-bottom: 6px;
  }

  .details-container .payement-container ul li span {
    font-size: 11px;
  }

  .details-container h3 {
    font-size: 18px;
  }

  .payement-container .titre-footer.payment-section h3 {
    font-size: 16px;
  }

  /* Copyright — pleine largeur, centré */
  .footer-copyright {
    font-size: 11px;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
  }

  /* === Titres H1/H2 — compact === */
  h1, h2 {
    font-size: 20px !important;
    padding: 0 10px;
  }

  h2 span {
    font-size: 1em !important;
  }

  .titre-container {
    margin-bottom: 10px !important;
  }
}


/* --- Hébergement carrousel mobile --- */
@media (max-width: 900px) {
  .hebergement-container { padding: 0 16px !important; }
  .hebergement-container .herbergement-mosaique { display: block; position: relative; }

  .hebergement-container .herbergement-mosaique .bloc {
    width: 100% !important;
    margin: 0;
    position: relative;
    padding: 0;
    height: 350px;
  }

  .hebergement-container .hebergement-text { padding: 20px 20px 40px 20px; }

  .hebergement-container .herbergement-mosaique .bloc img,
  .hebergement-container .herbergement-mosaique .bloc picture img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  }

  .hebergement-container .herbergement-mosaique .bloc .bloc-text {
    display: block;
    text-align: center;
    font-family: "futura-pt", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    color: #111;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 40px 20px;
  }

  .hebergement-container .herbergement-mosaique .bloc .bloc-text p {
    margin: 0;
    position: absolute;
    border-left: 0;
    color: black;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background: #e1d9d0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    top: 0;
    left: 0;
    padding: 10px 20px;
  }

  .hebergement-container .mosaique-text--above,
  .hebergement-container .mosaique-text--below { display: block; margin: 14px 0; padding: 20px 6px; padding-bottom: 0; margin-bottom: 0; }
  .hebergement-container .mosaique-text--above { padding-bottom: 20px; }

  .hebergement-container .mosaique-text--above h3,
  .hebergement-container .mosaique-text--below h3 { font-family: "itc-avant-garde-gothic-pro", sans-serif; font-size: 20px; margin: 0 0 6px; text-transform: none; }

  .hebergement-container .mosaique-text--above p,
  .hebergement-container .mosaique-text--below p { margin: 0; font-size: 15px; color: #333; }

  /* Owl nav in carousel context */
  .hebergement-container .owl-nav { position: absolute; top: 0; right: 10px; }
  .hebergement-container .owl-nav button.owl-prev,
  .hebergement-container .owl-nav button.owl-next {
    background: white !important;
    width: 40px; height: 40px;
    font-size: 50px !important;
    display: inline-flex !important;
    justify-content: center; align-items: center;
    padding-bottom: 10px !important;
    border-radius: 50% !important;
    transition: all 250ms;
  }
  .hebergement-container .owl-nav button:hover { transform: translateY(-1px); background: rgba(0, 0, 0, .7) !important; }

  .hebergement-container .owl-dots { display: flex; justify-content: center; gap: 8px; margin-top: 10px; bottom: 5px; position: absolute; width: 100%; }
  .hebergement-container .owl-dot span { width: 8px; height: 8px; display: block; border-radius: 50%; background: black !important; }
  .hebergement-container .owl-dot.active span { background: white !important; }
}

@media (min-width: 901px) {
  .hebergement-container .owl-nav,
  .hebergement-container .owl-dots { display: none !important; }
  .hebergement-container .mosaique-text--above,
  .hebergement-container .mosaique-text--below { display: none; }
}


/* --- Scroll fade animations --- */
.fade-init {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-play {
  opacity: 1;
  transform: translateY(0);
}

/* Fallback : si pas de JS ou si l'animation n'a pas joué après 3s */
@media (prefers-reduced-motion: reduce) {
  .fade-init { opacity: 1; transform: none; transition: none; }
}
