#resa_form_container {
	display: none;
}

.resa_title_input {
	font-size: 16px;
}

.done.disabled-step a {
	cursor: not-allowed!important;
}

.simpleCalendar {
	user-select: none;
}

.simpleCalendar table * {
	color: #fff;
}

.simpleCalendar .calendar .day {
	height: 90%;
	width: 45%;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

.simpleCalendar tbody td {
	height: 50px;
	width: 30px;
	pointer-events: none;
}

.simpleCalendar tbody td .bookDate {
	width: 100%;
	margin: 0 auto;
	background-color: #b39134;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .25s ease;
}

.simpleCalendar tbody td .bookDate.selected {
	color: #b39134;
	background-color: #fff;
	transition: all .25s ease;
}

.simpleCalendar tbody td .bookDate.selected:hover {
	border: 2px solid #fff;
}

.simpleCalendar tbody td .day.wrong-month {
	display: none;
	border: none;
	background-color: transparent;
}

.calendar .day {
	pointer-events: none;
}

.calendar .day:hover {
	border: none;
	pointer-events: none;
}

.calendar .bookDate {
	pointer-events: auto;
	user-select: auto;
}

.calendar .bookDate:hover {
	border: 2px solid #fff;
	pointer-events: auto;
	user-select: auto;
}

.time-slot-card {
  display: inline-block;
	color: #1c1c1c;
  background-color: #f9f9f9;
	border: 2px solid transparent;
	background-color: #b39134;
  border-radius: 8px;
  padding: 15px;
  margin: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  width: 150px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.time-slot-card:hover {
	border: 2px solid #fff;
	background-color: #b39134;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.time-slot-card.selected {
	color: #b39134;
	background-color: #fff;
	transition: all .25s ease;
}

.time-slot {
  font-size: 16px;
  font-weight: bold;
}

.booking_recap_text {
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#booking_confirm_container {
	display: none;
}

.modal-dialog {
	margin-top: 33.33vh;
}

.custom-carousel {
    position: relative;
    width: 100%;
    height: 300px; /* Hauteur fixe pour toutes les images */
    overflow: hidden;
    margin: 0 auto;
}

.carousel-inner {
	height: 100%;
}

.carousel-item {
    display: none;
    width: 100%;
    height: 100%; /* S'assurer que les images occupent la totalité du conteneur */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Affichage proportionnel sans coupure */
}

.card_product_price {
	font-size: 16px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    z-index: 1000;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Assombrir au survol */
}

.see-more {
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
}

.see-more:hover {
    text-decoration: none;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    color: #287231;
    border-color: #287231;
    background-color: #fff;
}

.wizard-content .wizard>.steps>ul>li.done .step {
    color: #fff;
    border-color: #287231;
    background-color: #287231;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    background-color: #287231;
    height: 2px;
}

/* Ajout de transitions fluides aux éléments existants */
.simpleCalendar tbody td .bookDate {
    width: 100%;
    margin: 0 auto;
    background-color: #b39134;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Transition améliorée */
}

.simpleCalendar tbody td .bookDate.selected {
    color: #b39134;
    background-color: #fff;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Transition améliorée */
    transform: scale(1.1); /* Effet de zoom sur la sélection */
}

.simpleCalendar tbody td .bookDate:hover {
    border: 2px solid #fff;
    transform: scale(1.1); /* Effet de zoom au survol */
    box-shadow: 0 5px 15px rgba(179, 145, 52, 0.4); /* Ombre au survol */
}

.time-slot-card {
    display: inline-block;
    color: #1c1c1c;
    background-color: #b39134;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Transition améliorée */
    text-align: center;
    width: 150px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.time-slot-card:hover {
    border: 2px solid #fff;
    background-color: #b39134;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); /* Ombre améliorée au survol */
    transform: translateY(-5px); /* Légère élévation au survol */
}

.time-slot-card.selected {
    color: #b39134;
    background-color: #fff;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Transition améliorée */
    transform: scale(1.05); /* Effet de zoom sur la sélection */
    box-shadow: 0px 6px 20px rgba(179, 145, 52, 0.3); /* Ombre sur la sélection */
}

/* Animation améliorée pour le bouton de confirmation */
#btnConfirmBookingRoom {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(45deg, #b39134, #f0b000);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(179, 145, 52, 0.3);
    color: #141414;
    font-weight: 600;
    z-index: 1;
}

/* Effet de brillance sur hover */
#btnConfirmBookingRoom:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.4) 50%, 
        rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
    z-index: -1;
}

/* Animation de gradient au hover */
#btnConfirmBookingRoom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f0b000, #e38a15);
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: -2;
}

#btnConfirmBookingRoom:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 25px rgba(179, 145, 52, 0.5);
    color: #fff;
}

#btnConfirmBookingRoom:hover:before {
    left: 100%;
    transition: all 0.75s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#btnConfirmBookingRoom:hover:after {
    opacity: 1;
}

/* Animation au clic */
#btnConfirmBookingRoom:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 2px 8px rgba(179, 145, 52, 0.4);
    transition: all 0.1s ease;
}

/* Ajouter un effet d'onde au clic */
#btnConfirmBookingRoom .ripple-effect {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
}

@keyframes ripple {
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Style pour le modal de confirmation */
.confirmation-animation {
    text-align: center;
    margin: 0 auto 20px;
}

/* Améliorations pour les animations du carrousel */
.carousel-item img {
    transition: transform 0.4s ease;
}

.carousel-item:hover img {
    transform: scale(1.05);
}

/* Boutons d'action dans le wizard */
.wizard > .actions a {
    transition: all 0.3s ease;
}

.wizard > .actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(179, 145, 52, 0.3);
}

/* Animation des étapes du wizard */
.wizard > .steps .current a {
    background-color: #f0b000;
    position: relative;
    overflow: hidden;
}

.wizard > .steps .current a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
}

/* Styles pour le modal de confirmation */
#confirmationModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#confirmationModal .modal-header {
    background: linear-gradient(to right, #b39134, #f0b000);
    color: white;
    border-bottom: none;
}

#confirmationModal .modal-title {
    color: #fefefe;
    font-weight: 600;
}

#confirmationModal .modal-footer {
    border-top: none;
}

#confirmationModal .btn-primary {
    background: linear-gradient(to right, #b39134, #f0b000);
    border: none;
    border-radius: 50px;
    padding: 8px 25px;
    transition: all 0.3s ease;
}

#confirmationModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(179, 145, 52, 0.4);
}

.wizard > .content {
  position: relative;
  overflow: hidden;
  min-height: 300px; /* Ajustez selon vos besoins */
}

.wizard > .content > .body {
  transition: opacity 0.5s ease, transform 0.5s ease;
}


/* --------- LOADER DU FORMULAIRE DE RÉSERVATION --------- */

.booking-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.booking-loader .loader-content {
  text-align: center;
  padding: 2rem;
  background-color: rgba(40, 40, 40, 0.8);
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(179, 145, 52, 0.2);
  max-width: 80%;
}

.booking-loader .spinner-border {
  width: 4rem;
  height: 4rem;
  border-width: 0.3rem;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

.booking-loader.fade-out {
  animation: fadeOut 0.8s forwards;
}

/*---------------------------------------------------------*/