/* Reset & base */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #f9f6f1;
  color: #3c3c3c;
  line-height: 1.6;
}
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  margin-bottom: 0.3em;
}
h1 {
  font-size: 2.5rem;
  margin-top: 0;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.4rem;
}

/* Header */
header {
  background: #d9c9b8;
  padding: 1rem 2rem;
  text-align: center;
  position: relative;
}
header p {
  margin: 0.3rem 0 1rem;
  font-style: italic;
  color: #5b4a3c;
}
.btn-header {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #8a6e53;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}
.btn-header:hover {
  background: #7a5e42;
}

/* Hero slideshow */
.hero {
  display: flex;
  justify-content: center;
  padding: 1rem 0 2rem;
  background: #e6ddd3;
}
.hero-slideshow {
  position: relative;
  width: 70vw;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}
.hero-slideshow img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero-slideshow img.active {
  opacity: 1;
}

/* Main content */
main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 2rem 4rem;
}
.intro {
  text-align: center;
  margin-bottom: 2rem;
}
.rooms h2 {
  margin-bottom: 1rem;
  border-bottom: 2px solid #c4a87c;
  padding-bottom: 0.5rem;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  color: #7d664a;
}

/* Room cards */
.card {
  display: flex;
  background: white;
  margin-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.1);
  overflow: hidden;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* Room slideshow container */
.room-slideshow {
  position: relative;
  width: 30vw;
  max-width: 350px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.12);
  flex-shrink: 0;
}
.room-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 8px;
}
.room-slideshow img.active {
  opacity: 1;
  position: relative;
}

/* Navigation buttons */
.room-slideshow button.prev,
.room-slideshow button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(135, 107, 75, 0.7);
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 0.3rem 0.6rem;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  transition: background-color 0.3s ease;
  z-index: 10;
}
.room-slideshow button.prev:hover,
.room-slideshow button.next:hover {
  background-color: rgba(135, 107, 75, 0.9);
}
.room-slideshow button.prev {
  left: 8px;
}
.room-slideshow button.next {
  right: 8px;
}

/* Card body */
.card-body {
  flex: 1;
  padding-left: 1rem;
}
.card-body h3 {
  margin-top: 0;
  color: #5b4a3c;
}
.card-body p {
  font-size: 1rem;
  color: #5e5e5e;
  margin-top: 0.4rem;
}

/* Reservation section */
#reservation {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 1rem 3rem;
  background: #f1ede6;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}
#reservation h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: #7d664a;
}
#reservation p {
  text-align: center;
  margin-bottom: 1rem;
  font-style: italic;
  color: #6a5d48;
}

/* Footer */
footer {
  background: #d9c9b8;
  padding: 1rem 2rem;
  text-align: center;
  color: #5b4a3c;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}
.footer-links li a {
  color: #5b4a3c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links li a:hover {
  color: #8a6e53;
}
  .labels {
  text-align: center;
  padding: 2em 1em;
  background-color: #f8f5f0;
}

.labels-logos {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
  align-items: center;
}

.labels-logos img {
  height: 100px;
  max-width: 100%;
}


.avis-logo {
margin-top: 1.875em	;	
  height: 40px;
  margin-bottom: 0em;
}

.avis-stars {
  font-size: 1.4em;
  color: #f4b400;
  margin-bottom: 0.5em;
}

.avis-text {
  font-style: italic;
  color: #555;
  margin-bottom: 1em;
}

.avis-auteur {
  font-weight: bold;
  color: #333;
}

.fixed-reserver {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #6c9b7d;
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}

.fixed-reserver:hover {
  background-color: #5b876b;
}

.fixed-reserver.hidden {
  opacity: 0;
  pointer-events: none;
}

.fixed-contact {
  position: fixed;
  top: 80px; /* en dessous du bouton Réserver */
  right: 20px;
  z-index: 9999;
  background-color: #6c9b7d;
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}

.fixed-contact:hover {
  background-color: #5b876b;
}

.fixed-contact.hidden {
  opacity: 0;
  pointer-events: none;
}

.contact-section {
  padding: 3rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}

.contact-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-section a {
  color: #6c9b7d;
  font-weight: bold;
  text-decoration: none;
}

.contact-section {
  background-color: #f7f7f2;
  padding: 3rem 1rem;
  text-align: left;
  border-top: 1px solid #ddd;
}

.contact-infos {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.contact-infos li {
  margin: 0.5rem 0;
}

.contact-form {
  max-width: 600px;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin: 0.5rem 0 0.2rem;
  font-weight: 600;
}

label {
  position: relative;
  font-weight: 600;
  margin-top: 1rem;
  display: block;
}

label.required::after {
  content: " *";
  color: red;
  position: static;
  margin-left: 0.25em;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
}

.contact-form button.btn {
  margin-top: 1rem;
  background-color: #577a5a;
  color: white;
  padding: 0.7rem 1.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  align-self: flex-start;
}

.contact-form button.btn:hover {
  background-color: #4a684e;
}

.contact-reminder {
  margin-top: 1rem;
  font-style: italic;
}

.social-footer {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

.social-footer p {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.social-links a {
  display: inline-block;
  margin: 0 10px;
}

.social-links img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease-in-out;
}

.social-links img:hover {
  transform: scale(1.1);
}

.intro-mobile {
  display: none;
}

#BtnLaunchBooking,  .co-widget-p-link-gift-voucher > a, .co-widget input, .co-widget-styled, .co-widget .co-widget-btn-resume-capa, .co-widget .co-widget-occupancy .co-widget-occupancy-define{
	border-radius: 8px !important;
}

.avis-widget {
  padding: 3em 1em;
  background: #f7f7f7;
  text-align: center;
}

.avis-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}

.avis-source {
  background: white;
  border-radius: 12px;
  padding: 1.5em;
  width: 280px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: left;
}

.avis-logo {
  height: 28px;
  margin-bottom: 0.5em;
}

.avis-stars {
  font-size: 1.3em;
  color: #f4b400;
}

.avis-auteur {
  font-weight: bold;
  margin-top: 0.5em;
  color: #444;
}

.avis-source a {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #577a5a;
  text-decoration: none;
  font-weight: bold;
}

/* === Diaporama personnalisé === */

.slide {
  transition: opacity 0.5s ease;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(90, 62, 46, 0.7);
  color: white;
  border: none;
  padding: 12px 18px;
  font-size: 24px;
  border-radius: 50%;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.thumbnail {
  transition: border-color 0.3s ease;
  border: 2px solid transparent;
}

.thumbnail.active {
  border-color: #5a3e2e;
}

/* Responsive */
@media (max-width: 900px) {
  .intro-desktop {
    display: none;
  }
  .intro-mobile {
    display: block;
  }
  .card {
    flex-direction: column;
  }
  .room-slideshow {
    width: 90vw;
    max-width: 100%;
    aspect-ratio: auto;
    height: 240px;
    margin-bottom: 1rem;
  }
  .room-slideshow img {
    /*position: relative;*/
    /*opacity: 1 !important;*/
  }
  .room-slideshow button.prev,
  .room-slideshow button.next {
    top: auto;
    bottom: 10px;
    transform: none;
  }
  header {
    padding: 1rem;
  }
  .btn-header {
    position: static;
    display: inline-block;
    margin-top: 0.5rem;
  }
.avis {
  background-color: #fdfaf5;
  padding: 3em 1em;
  text-align: center;
}

.avis h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  margin-bottom: 1.5em;
  color: #4a3c2f;
}

.avis-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}

.avis-card {
  background-color: #ffffff;
  border: 1px solid #e7e3d8;
  border-radius: 14px;
  padding: 1.5em;
  max-width: 320px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

}
