@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import "./all.min.css";


@import "canvas-espace.css";

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color-site-1: #FF5722;
  --color-black: #0E0E0F;
  --gold-color: #FFF9F5;
  --text-color: #626568;
  --border-radius: 6px;

  --font: "Lato", sans-serif;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
body {
  background-color: #fff !important;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color) !important;
}

a {
  color: initial
}

.text-color-primary {
  color: var(--color-site-1) !important;
}

/* Titre */
.title {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-black);
  display: inline-block;
}

.title span {
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
}

.title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 5px;
  background-color: var(--color-site-1);
  border-radius: var(--border-radius);
}


.fa-yellow {
  color: #F5C51A !important;
}

/* Contenu personnalisé pour l'icône et le texte */
.suggestion-content {
  display: flex;
  align-items: center;
}

.icon-hotel,
.icon-vol {
  font-size: 1.5em;
  color: var(--color-site-1);

  margin-right: 15px;
}

.hotel-info strong {
  display: block;
  font-weight: bold;
}

.hotel-info span {
  display: block;
  font-size: 0.9em;
  color: #666;
}

.typeahead__list>li {

  border-top: solid 1px transparent !important;
}

.hero-inner img {
  width: 100%;
  height: auto;
}

.background {
  background-color: #F5F8FA !important;
}

.text-color-1 {

  color: var(--color-site-1) !important;


}

.bg-color-primary {
  background-color: var(--color-site-1) !important;
}

.btn-color-primary {
  background-color: var(--color-site-1) !important;
  border-color: var(--color-site-1) !important;
  color: #fff !important;

  font-weight: 600;

  font-size: 16px;



}

#display {
  margin-bottom: 20px
}

.btn-success,
.bg-success {
  color: #fff;
  background-color: #12B342;
  border-color: #12B342;
}

/* ---daterange --- */

.daterangepicker {



  border: 1px solid rgba(0, 0, 0, 0.05);



  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);

  padding: 15px;

  background: #ffffff;

}

/* Suppression des flèches et bordures inutiles */

.daterangepicker:before,
.daterangepicker:after {
  display: none;
}

.daterangepicker .drp-calendar {

  max-width: 280px;
  /* Plus compact */

}

/* En-tête : Mois et Année */

.daterangepicker .calendar-table th.month {

  font-size: 14px;

  font-weight: 800;

  color: #111827;

  padding: 15px 0;

}

/* Jours de la semaine */

.daterangepicker .calendar-table thead tr:last-child th {

  font-size: 11px;

  color: #9ca3af;

  font-weight: 500;

}

/* Style des cellules de jours */

.daterangepicker td.available {

  font-size: 13px;

  font-weight: 500;

  color: #4b5563;

  width: 38px;

  height: 38px;

  border: none !important;



}

/* Effet au survol */

.daterangepicker td.available:hover {

  background-color: #f3f4f6 !important;

  color: #111827;

}

/* Gestion de la plage de sélection (Range) */

.daterangepicker td.in-range {

  background-color: #f3f4f6 !important;
  /* Gris très clair pour la plage */

  color: #1f2937;



}

/* Dates de début et de fin (Pill style) */

.daterangepicker td.active,
.daterangepicker td.active:hover {

  background-color: #111827 !important;
  /* Noir profond pour le contraste */
  color: #fff !important;

  height: 32px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);


}

/* Dates désactivées */

.daterangepicker td.off {

  color: #e5e7eb;

}

/* Section du bas (Boutons) */

.daterangepicker .drp-buttons {

  border-top: none;

  padding: 15px;

  justify-content: space-between;

}

.daterangepicker .drp-selected {

  font-weight: 600;

  color: #111827;

  font-size: 12px;

  background: #f3f4f6;

  padding: 6px 12px;

  border-radius: 20px;

}

/* Boutons stylisés */

.daterangepicker .btn {

  border-radius: 8px;

  font-size: 12px;

  font-weight: 700;

  padding: 8px 16px;

  text-transform: none;

  border: none;

}

.daterangepicker .applyBtn {

  background: #111827;

  color: white;

}

.daterangepicker .cancelBtn {

  background: transparent;

  color: #6b7280;

}

.daterangepicker .cancelBtn:hover {

  color: #111827;

}

.scrolltop-btn {

  background-color: transparent;

}

hr {
  opacity: .25;
  opacity: 1;
}

hr.border-dashed {
  border: 1px dashed #C7DBEB;

}









.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  opacity: 0.35;
  font-size: .8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.scroll-hint::after {
  content: '';
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #ffffff, transparent);
  animation: drip 1.4s ease-in-out infinite;
}

@keyframes drip {

  0%,
  100% {
    opacity: .3;
    transform: scaleY(.6) translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}


/* ── THE BUTTON ── */
#scrollBtn {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}

#scrollBtn.visible {
  opacity: 1;
  pointer-events: auto;
}

.btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-origin: center;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
}

#scrollBtn:hover .btn-inner {
  transform: scale(1.12);
}

#scrollBtn:active .btn-inner {
  transform: scale(.94);
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Liquid fill circle */
.fill-circle {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--color-site-1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



@keyframes wave {

  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }

  50% {
    transform: translateX(-10px) rotate(180deg);
  }
}

/* Arrow */
.arrow {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  animation: bounce-arrow 1.6s ease-in-out infinite;
}

@keyframes bounce-arrow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Progress arc around button */
.progress-ring {
  position: absolute;
  inset: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  transform: rotate(-90deg);
}

.progress-ring circle {
  fill: none;
  stroke: var(--color-site-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 226;
  stroke-dashoffset: 226;
  transition: stroke-dashoffset .1s linear;
  filter: drop-shadow(0 0 4px var(--color-site-1));
}

/* Tooltip */
.tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--color-site-1);
  color: #fff;

  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem .7rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.tooltip::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: none;
  border-left-color: var(--color-site-1);
}

#scrollBtn:hover .tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.loader {
  height: 100%;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  animation: hide 0.4s ease 3.5s forwards;
  overflow: hidden;
}

@keyframes hide {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.loader .logo {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #1a1a1a;
  animation: fadeIn 0.6s ease both;
}



.loader .plane-wrap {
  position: relative;
  width: 220px;
  height: 2px;
  background: #f0ebe4;
  border-radius: 99px;
}

.loader .plane-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--color-site-1);
  border-radius: 99px;
  animation: fill 3.2s cubic-bezier(0.4, 0, 0.6, 1) 0.3s forwards;
}

@keyframes fill {
  0% {
    width: 0%;
  }

  40% {
    width: 55%;
  }

  70% {
    width: 78%;
  }

  100% {
    width: 100%;
  }
}

.loader .plane-icon {
 position: absolute;
  top: 50%;
  left: 0;
  /* On enlève le -50% horizontal ici pour mieux contrôler le départ */
  transform: translateY(-50%); 
  
  animation: movePlane 3.2s cubic-bezier(0.4, 0, 0.6, 1) 0.3s forwards;
  filter: drop-shadow(0 2px 4px rgba(232, 100, 26, 0.3));
  
  /* Assurez-vous que l'avion pointe vers la droite */
  display: flex;
  align-items: center;
}

@keyframes movePlane {
  0% {
    left: 0%;
    transform: translate(-100%, -50%); /* L'avion commence juste avant le début de la ligne */
  }
  40% {
    left: 55%;
    transform: translate(-100%, -50%);
  }
  70% {
    left: 78%;
    transform: translate(-100%, -50%);
  }
  100% {
    left: 100%;
    transform: translate(-100%, -50%); /* La queue de l'avion finit pile sur le bord droit */
  }
}
.loader .label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #bbb;
  animation: fadeIn 0.6s ease 0.4s both;
}

.loader .label span {
  color: var(--color-site-1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


#raison {
  display: none;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.input-spinner:before {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: var(--color-site-1);
  top: 15px;
  position: absolute;
  left: 50%;
}

/* Supprime les flèches pour Chrome, Safari, Edge et Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Supprime les flèches pour Firefox */
input[type=number] {
  -moz-appearance: textfield;
}