/***** RESERVIT *****/
.content-reservit-form {
	background-color: #F5F3EC;
	padding:40px 20px;
}

.booking-form {
  	font-family: "Argesta Display";
    padding: 0 0 5px 0;
}

.booking-form,
.booking-price {
	display: flex;
	justify-content: center;
}

.booking-price {
	overflow: hidden;
	height: 81px;
	position: relative;
}

.booking-form label {
    grid-column: span 2;
    margin-bottom: 4px;
}

.nd_booking_date_picker,
.number-input {
	background: #FFF;
	padding: 10px 40px;
	margin-right: 5px;
	position: relative;
}

.number-input .content-input {
	height: 44px;
	position: relative;
}

.number-input button {
	background: none;
	border: none;
	height: 20px;
	position: absolute;
	right:0;
	width: 20px;
}

.number-input button img {
	height: 15px;
	width: 15px;
}

.number-input button.up {
	rotate: 180deg;
	top: 20px;
}

.number-input button.down {
	bottom: 0;
}

.number-input input[type=number] {
	background: transparent;
	border: none;
	font-size:40px !important;
	height: auto;
	padding: 0;
	width: 40px;
}

/* Firefox */
.number-input input[type=number] {
    -moz-appearance: textfield;
}
 
/* Chrome */
.number-input input::-webkit-inner-spin-button,
.number-input input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}
 
/* Opéra*/
.number-input input::-o-inner-spin-button,
.number-input input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}

#child-ages-wrap {
    grid-column: span 2;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
}

#child-ages div {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0;
}

button[type="submit"].submit-btn {
    grid-column: span 2;
    background-color: #856D47 !important;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 14px 16px;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.25s ease;
}

button[type="submit"].submit-btn:hover {
    background-color: #022741 !important;
}

.submit-btn { grid-column: span 2; background:#022741; color:#fff; padding:12px; border-radius:10px; border:0; font-weight:700; cursor:pointer; }
.submit-btn:hover { background:#022741; }
.flatpickr-calendar { z-index: 99999; border-radius:10px; box-shadow:0 8px 28px rgba(0,0,0,0.12); }
.flatpickr-day.selected { background:#022741 !important; color:#fff !important; }

body .flatpickr-day.selected,
body .flatpickr-day.startRange,
body .flatpickr-day.endRange,
body .flatpickr-day.selected.inRange,
body .flatpickr-day.startRange.inRange,
body .flatpickr-day.endRange.inRange,
body .flatpickr-day.selected:focus,
body .flatpickr-day.startRange:focus,
body .flatpickr-day.endRange:focus,
body .flatpickr-day.selected:hover,
body .flatpickr-day.startRange:hover,
body .flatpickr-day.endRange:hover,
body .flatpickr-day.selected.prevMonthDay,
body .flatpickr-day.startRange.prevMonthDay,
body .flatpickr-day.endRange.prevMonthDay,
body .flatpickr-day.selected.nextMonthDay,
body .flatpickr-day.startRange.nextMonthDay,
body .flatpickr-day.endRange.nextMonthDay {
  background: #022741;
  border-color: transparent;
}

.nd_booking_date_picker .day-label {
	font-size: 40px;
}

.number-input input[type="number"],
.nd_booking_date_picker .day-label {
	color: var(--blue);
}
	
.nd_booking_date_picker .mounth-label {
	color: rgba(28, 28, 29, 0.5);
	font-size: 16px;
}

/* Masquer totalement les inputs que Flatpickr crée */
#checkin-picker input[type="text"],
#checkout-picker input[type="text"] {
    opacity: 0;
    padding:0;
    position: absolute;
    top: 15px;
    width: 85px;
}

#checkin-picker #checkin-text,
#checkout-picker #checkout-text {
	margin-bottom: 0;
}

.booking-form button[type="submit"] {
	border-radius: 0;
	height: auto;
}

.booking-form .label-text {
	color: rgba(28, 28, 29, 0.5);
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.booking-form {
		flex-wrap: wrap;
	}

	.nd_booking_date_picker, .number-input {
		flex: 1;
	}
	
	button[type="submit"] {
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 20px 50px;
		width: 100%;
	}
	
	.nd_booking_date_picker, .number-input {
		padding: 10px;
	}

	#reservit-form div:nth-child(4) {
		margin-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.nd_booking_date_picker, .number-input {
    	flex: auto;
    	width: calc(50% - 5px);
	}
	
	.nd_booking_date_picker {
		margin-bottom: 5px;
	}
	
	.number-input input[type="number"] {
		height: 40px;
	}

	#reservit-form div:nth-child(2) {
		margin-right: 0;
	}
}

.reservit-bestprice-wrapper {
 	background: #fff;
	bottom: -89px;
	max-width: 726px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	width: 726px;
}

.bestprice-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.reservit-bestprice-iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.reservit-bestprice-iframe {
  height: 350px; /* ajuste pour couper la zone date */
}