body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #2d2a26;
  background-color: #faf7f2;
}

.hero {
  padding: 56px 24px;
  text-align: center;
  color: #ffffff;
  background-color: #49644a;
}

.hero h1 {
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
}

.eyebrow,
.hero-tagline {
  max-width: none;
  margin: 0;
  padding: 0;
}

.eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.hero-tagline {
  font-size: 1.1rem;
  opacity: 0.95;
}

h2 {
  margin-top: 40px;
  color: #49644a;
}

h3 {
  color: #8a5a35;
}

p,
h2,
h3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.galerie-accueil {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 32px auto;
  padding: 0 24px;
}

.galerie-accueil img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
}
.chambre-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  margin: 24px auto 40px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(45, 42, 38, 0.12);
}

.chambre-card img {
  width: 100%;
  min-height: 260px;
height: 100%;
  object-fit: cover;
}

.chambre-card-contenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.chambre-card h3,
.chambre-card p {
  max-width: none;
  margin: 0;
  padding: 0;
}

.chambre-card h3 {
  margin-bottom: 12px;
}
.chambre-card-inversee img {
  order: 2;
}
.contact {
  max-width: 800px;
  margin: 56px auto;
  padding: 0 24px;
}

.contact h2 {
  max-width: none;
  margin-bottom: 20px;
  padding: 0;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px;
  background-color: #e7eee3;
  border-left: 5px solid #49644a;
  border-radius: 10px;
}

.contact-card h3,
.contact-card p {
  max-width: none;
  margin: 0;
  padding: 0;
}

.contact-card h3 {
  margin-bottom: 10px;
}

.contact-card a {
  color: #49644a;
  font-weight: bold;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}
.chambre-prix {
  margin: 8px 0 14px !important;
  color: #49644a;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.chambre-prix span {
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
}

.chambre-atouts {
  margin: 16px 0 0;
  padding-left: 20px;
}

.chambre-atouts li {
  margin-bottom: 6px;
}
.chambre-tarifs {
  margin: 4px 0 14px;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}

.chambre-tarifs li {
  padding: 4px 0;
  border-bottom: 1px solid #e7eee3;
}
.galerie-chambre {
  max-width: 800px;
  margin: -20px auto 40px;
  padding: 0 24px;
}

.galerie-chambre summary {
  cursor: pointer;
  color: #49644a;
  font-weight: bold;
}

.galerie-chambre-grille {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.galerie-chambre-grille img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.chambre-card-cliquable {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chambre-card-cliquable:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(45, 42, 38, 0.18);
}

.voir-photos {
  margin-top: 18px !important;
  color: #49644a;
  font-weight: bold;
}

.diaporama {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background-color: rgba(24, 29, 24, 0.82);
}

.diaporama-contenu {
  position: relative;
  width: min(900px, 100%);
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.diaporama-contenu img {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  background-color: #1e241f;
}

.diaporama-fermer {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #49644a;
  font-size: 1.6rem;
  cursor: pointer;
}

.diaporama-commandes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.diaporama-commandes button {
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  color: #ffffff;
  background-color: #49644a;
  cursor: pointer;
  font-weight: bold;
}

.diaporama-commandes button:hover,
.diaporama-fermer:hover {
  background-color: #354b36;
}

#photo-compteur {
  font-weight: bold;
  color: #49644a;
}
.diaporama[hidden] {
  display: none;
}
@media (max-width: 700px) {
  .hero {
    padding: 40px 20px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .galerie-accueil {
    grid-template-columns: 1fr;
  }

  .galerie-accueil img {
    height: 240px;
  }

  .chambre-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .chambre-card-inversee img {
    order: 0;
  }

  .chambre-card img {
    min-height: 0;
    height: 240px;
  }

  .chambre-card-contenu,
  .contact-card {
    padding: 24px;
  }

  .diaporama {
    padding: 12px;
  }

  .diaporama-contenu {
    padding: 12px;
  }

  .diaporama-commandes {
    gap: 8px;
  }

  .diaporama-commandes button {
    padding: 8px 10px;
    font-size: 0.8rem;
  }
}
.disponibilites {
  max-width: 1000px;
  margin: 64px auto;
  padding: 0 24px;
}

.disponibilites h2,
.disponibilites-note {
  max-width: none;
  padding: 0;
}

.disponibilites-note {
  margin: 12px 0 28px;
  color: #5b625c;
}

.calendrier-et-formulaire {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.calendrier,
.demande-formulaire {
  padding: 28px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(45, 42, 38, 0.10);
}

.calendrier-entete {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.calendrier-entete h3 {
  max-width: none;
  margin: 0;
  padding: 0;
}

.calendrier-entete button {
  height: 38px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background-color: #49644a;
  cursor: pointer;
  font-size: 1.2rem;
}

.calendrier-semaine,
.calendrier-jours {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
}

.calendrier-semaine {
  margin-bottom: 8px;
  color: #49644a;
  font-size: 0.8rem;
  font-weight: bold;
}

.calendrier-jours {
  min-height: 260px;
}

.calendrier-legende {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 0.85rem;
}

.legende-couleur {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  border-radius: 50%;
}

.legende-libre {
  background-color: #cfe2c8;
}

.legende-occupee {
  background-color: #d38b78;
}

.demande-formulaire {
  display: grid;
  gap: 9px;
}

.demande-formulaire h3,
.demande-formulaire label,
.demande-formulaire p {
  max-width: none;
  margin: 0;
  padding: 0;
}

.demande-formulaire h3 {
  margin-bottom: 8px;
}

.demande-formulaire label {
  font-size: 0.9rem;
  font-weight: bold;
}

.demande-formulaire input,
.demande-formulaire select {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #b8c5b4;
  border-radius: 6px;
  font: inherit;
}

.demande-formulaire button {
  margin-top: 12px;
  border: 0;
  border-radius: 6px;
  padding: 12px;
  color: #ffffff;
  background-color: #49644a;
  cursor: pointer;
  font: inherit;
  font-weight: bold;
}

.demande-formulaire button:hover {
  background-color: #354b36;
}

.formulaire-message {
  min-height: 24px;
}

@media (max-width: 700px) {
  .calendrier-et-formulaire {
    grid-template-columns: 1fr;
  }

  .calendrier,
  .demande-formulaire {
    padding: 20px;
  }
}