@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* Var created for scheduler */
html,
body {
  overflow-x: hidden;
}

.tunnel-form-context {
  /* 2. Style de base pour .check-icon (invisible par défaut) */
  /* 1) When .transparent-address is applied, the input text is invisible */
  /* 2) Add slight opacity to signal “this needs validation” */
  /* 3. Quand on ajoute .invalid, on force l’opacité et la couleur rouge */
  /* (Optionnel) Si vous voulez un “×” sans Bootstrap Icons, remplacez la création de <i> 
     par un span.textContent = '×' et ajoutez : 
     .check-icon.invalid { 
       font-size: 1.4rem; 
       color: #e30613; 
       font-weight: bold; 
     } 
  */
}
.tunnel-form-context .floating-wrapper.has-error {
  border: 2px solid #e30613;
}
.tunnel-form-context .error-cross {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #e30613;
  font-size: 1.2rem;
  font-weight: 700;
  content: "×"; /* or use ::before with content: "×"; */
  pointer-events: none;
}
.tunnel-form-context .floating-wrapper.has-error {
  border: 2px solid #e30613 !important;
}
.tunnel-form-context .floating-wrapper select {
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding-right: 40px;
  appearance: none;
}
.tunnel-form-context .check-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tunnel-form-context .transparent-address {
  color: transparent;
  /* We keep caret-color default so user sees the blinking cursor when they focus */
  caret-color: auto;
}
.tunnel-form-context .needs-validation {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.tunnel-form-context .check-icon.invalid {
  opacity: 1; /* rendre visible */
}
.tunnel-form-context .check-icon.invalid i {
  color: #e30613; /* rouge pour la croix */
}
.tunnel-form-context .floating-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8vh;
  border: 1px solid #848484;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: white;
  transition: border 0.2s ease;
}
.tunnel-form-context .floating-input.select-choice {
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 10px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #1a171b;
  height: 100%;
  width: 100%;
}
.tunnel-form-context .floating-input.select-choice:focus,
.tunnel-form-context .floating-input.select-choice:not([value=""]) {
  font-weight: 500;
  color: #1a171b;
}
.tunnel-form-context .floating-input.select-choice option[disabled] {
  color: #1a171b;
  font-weight: 400;
}
.tunnel-form-context .floating-input.select-choice:valid {
  font-weight: 500;
  color: #1a171b;
}
.tunnel-form-context .flatpickr-input,
.tunnel-form-context .flatpickr-alt-input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.tunnel-form-context .js-date {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.tunnel-form-context .check-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #28a745;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2;
}
.tunnel-form-context .floating-wrapper.filled .check-icon {
  opacity: 1;
}
.tunnel-form-context .js-date::-webkit-datetime-edit,
.tunnel-form-context .js-date::-webkit-input-placeholder {
  color: transparent !important;
}
.tunnel-form-context .js-date:focus::-webkit-datetime-edit,
.tunnel-form-context .js-date:valid::-webkit-datetime-edit {
  color: #1a171b !important;
}
.tunnel-form-context .floating-field input.floating-input:not(.js-date):focus + label,
.tunnel-form-context .floating-field input.floating-input:not(.js-date):not(:placeholder-shown) + label,
.tunnel-form-context .floating-field input.js-date:focus + label,
.tunnel-form-context .starting-date.filled .floating-field label {
  transform: translate(-20px, -140%) scale(0.85);
  font-size: 15px;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  color: #000;
  background-color: transparent;
}
.tunnel-form-context .floating-input::placeholder {
  font-size: 14px;
}
.tunnel-form-context .floating-field input.js-date:focus + label {
  transform: translate(-20px, -140%) scale(0.85);
  font-size: 15px;
  font-weight: 700 !important;
  color: #000;
}
.tunnel-form-context .starting-date.filled .floating-field label {
  transform: translate(-20px, -140%) scale(0.85);
  font-size: 15px;
  font-weight: 700 !important;
  color: #000;
}
.tunnel-form-context .floating-wrapper:focus-within {
  border: 2px solid #848484;
}
.tunnel-form-context .enabled:has(.floating-input:not(:placeholder-shown)) {
  border: 2px solid #848484;
}
.tunnel-form-context .partner-question,
.tunnel-form-context .mobility-question {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a171b;
  width: 78%;
}
.tunnel-form-context .partner-question .info-icon,
.tunnel-form-context .mobility-question .info-icon {
  position: relative;
  cursor: pointer;
}
.tunnel-form-context .partner-question .info-icon svg,
.tunnel-form-context .mobility-question .info-icon svg {
  min-width: 16px;
  min-height: 16px;
}
.tunnel-form-context .partner-question .info-icon .tooltip-text,
.tunnel-form-context .mobility-question .info-icon .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 280px;
  background-color: #fff;
  color: #1a171b;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 999;
  top: 25px;
  left: 0;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
}
.tunnel-form-context .partner-question .info-icon:hover .tooltip-text,
.tunnel-form-context .mobility-question .info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.tunnel-form-context .svg {
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-shrink: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tunnel-form-context .floating-field {
  position: relative;
  flex-grow: 1;
  height: 100%;
  width: 100%;
}
.tunnel-form-context .floating-input {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #1a171b;
}
.tunnel-form-context .floating-input::placeholder {
  color: transparent;
  transition: color 0.2s ease;
}
.tunnel-form-context .floating-input:focus::placeholder {
  color: #999;
  font-weight: 400;
}
.tunnel-form-context .floating-field {
  position: relative;
  flex-grow: 1;
  height: 100%;
}
.tunnel-form-context .floating-field label {
  position: absolute;
  transition: transform 0.2s ease, font-size 0.2s ease, left 0.2s ease, color 0.2s ease;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  color: #1a171b;
  pointer-events: none;
  transition: all 0.2s ease;
  background-color: white;
  padding: 0 5px;
  z-index: 1;
}
.tunnel-form-context .header,
.tunnel-form-context .header-demeco-native {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  will-change: opacity, transform;
}
.tunnel-form-context .header--hidden,
.tunnel-form-context .header-demeco-native--hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
@-moz-document url-prefix() {
  .tunnel-form-context .starting-date.field-mid.floating-wrapper .svg {
    display: none !important;
  }
}
.tunnel-form-context .header {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh;
  margin: 0;
  padding-top: 4vh;
  background: white;
}
.tunnel-form-context .navbar {
  box-shadow: none !important;
}
.tunnel-form-context .body {
  margin: 0;
  padding-top: 4vh !important;
  padding-bottom: 14vh;
}
.tunnel-form-context .header-demeco-native {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  font-family: "Montserrat", sans-serif;
  background-color: white;
  border: 1px solid red;
}
.tunnel-form-context .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.tunnel-form-context .nav-tags a {
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: black;
}
.tunnel-form-context .nav-tags a.active {
  background-color: #181818;
  color: white;
}
.tunnel-form-context .logo img {
  height: 36px;
}
.tunnel-form-context .header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: #1a171b;
}
.tunnel-form-context .header-right a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
}
.tunnel-form-context hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}
.tunnel-form-context .header-txt {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 113%;
  letter-spacing: -2%;
  text-align: center;
}
.tunnel-form-context .header-mid {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.tunnel-form-context .global-container {
  width: 95%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tunnel-form-context .body-container-global {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tunnel-form-context .body-container {
  width: 35%;
}
.tunnel-form-context .title {
  padding-top: 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.tunnel-form-context .subtitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #e20026;
  width: 60%;
  margin: 0 auto;
}
.tunnel-form-context .field-mid {
  border-radius: 10px;
  border: 1px solid rgb(132, 132, 132);
  width: 47%;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tunnel-form-context .svg {
  padding: 20px 0px 20px 20px;
}
.tunnel-form-context .field-full {
  border-radius: 10px;
  border: 1px solid rgb(132, 132, 132);
  width: 80%;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tunnel-form-context .custom-wrapper {
  width: 95%;
  height: 100%;
}
.tunnel-form-context .form-field-container {
  height: 55vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.tunnel-form-context .my-form {
  padding-top: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.tunnel-form-context .field {
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 0px;
  text-indent: 5px;
}
.tunnel-form-context .mid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.tunnel-form-context .submit {
  position: relative;
  overflow: hidden;
  background-color: #e20026;
  border: none;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: white;
  width: 129px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: border 0.3s ease;
}
.tunnel-form-context .submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #000;
  z-index: 0;
  transition: width 0.4s ease;
}
.tunnel-form-context .submit:hover::before {
  width: 100%;
}
.tunnel-form-context .submit .submit-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}
.tunnel-form-context .submit .submit-content svg {
  fill: white;
  width: 20px;
  height: 20px;
}
.tunnel-form-context .submit svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.tunnel-form-context .submit-container {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.tunnel-form-context .svg-mobile {
  display: none;
}
@media screen and (max-width: 1400px), screen and (max-height: 900px) {
  .tunnel-form-context .mid {
    flex-direction: column;
  }
  .tunnel-form-context .field-mid {
    width: 100% !important;
  }
  .tunnel-form-context .body {
    padding-top: 2vh !important;
    padding-bottom: 40vh !important;
  }
}
@media screen and (max-width: 1400px) and (max-height: 600px), screen and (max-height: 900px) and (max-height: 600px) {
  .tunnel-form-context .body {
    padding-bottom: calc(50vh + (600px - 100vh) * 0.15) !important;
  }
}
@media screen and (max-width: 1400px) and (max-height: 460px), screen and (max-height: 900px) and (max-height: 460px) {
  .tunnel-form-context .body {
    padding-bottom: calc(75vh + (600px - 100vh) * 0.15) !important;
  }
}
@media screen and (max-width: 991px) {
  .tunnel-form-context .submit-button {
    width: 100%;
  }
  .tunnel-form-context .body {
    padding-top: 0vh !important;
    padding-bottom: 2vh !important;
  }
  .tunnel-form-context .body-container {
    width: 90%;
  }
  .tunnel-form-context .svg-desktop {
    display: none;
  }
  .tunnel-form-context .svg-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .tunnel-form-context .header-mid svg {
    width: 110%;
    max-width: none;
    height: auto;
    max-height: none;
  }
  .tunnel-form-context .mid {
    flex-direction: column;
    width: 100%;
  }
  .tunnel-form-context .my-form {
    padding: 0px !important;
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0px;
  }
  .tunnel-form-context .header {
    padding: 0px;
    height: 100%;
    padding: 10px;
  }
  .tunnel-form-context .field-full,
  .tunnel-form-context .field-mid,
  .tunnel-form-context .floating-wrapper {
    width: 100%;
    margin: 5px !important;
  }
  .tunnel-form-context .tooltip-text {
    right: 20px;
    left: auto !important;
  }
  .tunnel-form-context .form-field-container {
    height: auto;
    padding-bottom: 30px;
  }
  .tunnel-form-context .partner-question {
    margin: 0px !important;
  }
  .tunnel-form-context .submit-container {
    justify-content: center;
    margin-top: 20px;
    width: 100%;
  }
  .tunnel-form-context .submit {
    width: 100%;
    font-size: 20px;
    height: 56px;
  }
  .tunnel-form-context .svg {
    padding-left: 5px;
  }
  .tunnel-form-context .header-txt {
    display: none;
  }
  .tunnel-form-context .subtitle {
    display: none;
  }
}

/*# sourceMappingURL=tunnel-demeco-one-demeco.output.css.map */
