@charset "utf-8";
/* CSS Document */

/* success.css - Page Booking Confirmation */

/* ========== BASE ========== */
body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background-color: #fff;
  color: #333;
}
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/* ========== HEADER ========== */
.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
}
.nav-link {
  color: #333 !important;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 2rem;
}
.nav-link:hover {
  color: #d61f24 !important;
}

/* ========== CONFIRMATION ========== */
.confirmation {
  padding: 4rem 0;
}
.icon-check i {
  font-size: 5rem;
  color: #28a745;
}
.confirmation h2 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.confirmation p {
  font-size: 1rem;
}

/* ========== BOOKING INFO ========== */
.booking-info .card {
  border-radius: 0rem;
  margin-top: 2rem;
}
.booking-info img {
  border-radius: 0.25rem;
}
.booking-info h5 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Roboto' !important;
}
.booking-info .price {
  color: #585858 !important;
  font-size: 3rem !important;
}
.booking-info .card-footer a {
  font-size: 0.9rem;
  text-decoration: none;
}
.booking-info .card-footer a:hover {
  color: #0d6efd;
}

/* ========== FOOTER ========== */
footer h6 {
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
}
footer a {
  color: #333;
  text-decoration: none;
}
footer a:hover {
  color: #0d6efd;
}
footer .bi {
  font-size: 1.2rem;
  color: #555;
}
footer .bi:hover {
  color: #d61f24;
}

.carousel .card {
  border-radius: 0px;
  transition: transform 0.3s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  filter: invert(1); /* flèches blanches */
}

.text-warning {
  font-size: 1.2rem;
}


/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .booking-info .card-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .booking-info .price {
    margin-top: 1rem;
  }
}

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#div-remise{
	display:none;
}
#div-remise.div-remise-acti{
	display:block !important;
}

.body-article .div-moteur{
	border-radius: 20px  !important;
}
.body-article h1{
	font-size:26px;	
}
.body-article h2{
	font-size:22px;	
}
.body-article h3{
	font-size:18px;	
}


.vis-hid{
	visibility: hidden;
    width: 0;
    
    padding: 0;
    margin: 0;
    border: 0;
}

.dv-date{
	height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    background: white;
    border: var(--bs-border-width) solid var(--bs-border-color);	
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

.dv-time{
	width: 80px;
    text-align: center;
    border-left: 1px solid #b9b9b9;
}
.dv-time-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 250px;
    background: white;
    padding: 5px;
    border-radius: 8px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    position: absolute;
    margin-top: 12px;
    gap: 5px;
    justify-content: space-around;
    z-index: 9999;
	right:0;
}
.dv-time-list-hide{
	display: none;
}
.dv-time-list span{
	background-color: #e7f4ff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    padding: 3px 8px;
    font-size: 14px;
}
.time-btn-default{
	font-weight: bold;
}
#dv-time-show-Restitution,
#dv-dateRestitution-dt,
#dv-time-show-prise,
#dv-datePrise-dt{
	padding: 12px .75rem;
}
.lightpick__day.is-today{
	background: none !important;
}