body {
  background-color: white;
  
  font-family: 'Poppins';
  /* background-repeat: repeat-y; */
}

footer {
  border-left: 1px solid #C2B58B;
  border-right: 1px solid #C2B58B;
  border-bottom: 1px solid #C2B58B;
  z-index: 1 !important;
}

nav {
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
  height: 150px;
  border: 1px solid #C2B58B;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.nav-item a.active {
  color: #C2B58B !important;
  text-decoration: underline;
}

.navbar-collapse.show {
  background-color: white;
  border: 1px solid #C2B58B;
  z-index: 2 !important;
}

.nav-link {
  color: grey !important;
}

.nav-link.active {
  color: #C2B58B !important;
}

.nav-link:hover {
  color: #C2B58B !important;
}

.bookingBtn {
  background-color: #C2B58B !important;
  color: white !important;
  /* border: 1px solid white !important; */
  border: 2px solid black !important;
}

.bookingBtn:hover {
  background-color: white !important;
  color: #C2B58B !important;
  border: 1px solid #C2B58B !important;
}


#carouselExampleCaptions {
  border: 1px solid #C2B58B;
  border-top: none;  
}

.car-control-icons {
  background-color: rgba(194, 181, 139, 0.8) !important;
  border: 2px solid black !important;
  filter: none !important;
  border-radius: 5px;
  border: 2px solid #C2B58B;
}

.carousel-control-prev, .carousel-control-next {
  align-items: start;
  padding-top: 80px;
}

.carousel-caption {
  /* bottom: 38rem !important; */
  top: 5%;
  background-color: rgba(194, 181, 139, 0.8); /* Couleur de fond semi-transparente */
  color: white; /* Texte en blanc pour contraster */
  padding: 20px; /* Espace intérieur pour le texte */
  border-radius: 10px; /* Coins arrondis */
  height: 80px;
  border: 1px solid black !important;

}

.carousel-indicators {
  top: 2%;
  height: 20px;
}

.carousel-indicators [data-bs-target] {
  top: 2%;
  height: 10px !important;
  background-color: rgba(194, 181, 139, 0.8) !important;
  border: 1px solid black !important;
}

.tab-pane {
  background-color: white !important;
  /* border-left: 2px solid #C2B58B; */
  /* border-right: 2px solid #C2B58B; */
  /* border-bottom: 2px solid #C2B58B; */
}



.imgContainer {
  /* max-width: 50%; */
}

/* CONTACT */
.contactContainer {
  max-width: 600px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;

}

.form-control {
  border-color: #000;
}
.btn-dark {
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  background-color: #333;
  border-color: #333;
}

.carousel-inner {
  height: 100vh;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery a {
  width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery img {
  max-width: 100%;
  max-height: 100%;
}