@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
.txt-trajets {
  font-family: "Lobster", cursive;
}
#why h3,
#why span,
#why p {
  color: #dee2e6 !important;
}
.ttrslider {
  text-align: right;
  font-size: 80px;
}
.ttrslider span {
  width: 100%;
  display: block;
  text-align: left;
}
.ttrslider font {
  color: #c56485;
}
@media (max-width: 767px) {
  .ttrslider {
    font-size: 38px;
  }
}
#navbar-menu .navbar-left-sidebar {
  height: 520px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.logo-holder img {
  max-height: 39px;
}
.navbar-left-sidebar::-webkit-scrollbar {
  width: 5px;
}
.navbar-left-sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #c56485;
  border-radius: 0px;
}
.navbar-left-sidebar::-webkit-scrollbar-thumb {
  background-color: #c56485;
  border-radius: 0px;
  border-color: #c56485;
  outline: none;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #c56485 #fff;
  scrollbar-width: thin;
}
nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar > li > a:hover,
nav.navbar.sidebar-nav.bootsnav .navbar-left-sidebar li a:hover,
nav.navbar.sidebar-nav.bootsnav .navbar-left-sidebar li.active > a {
  color: #c56485 !important;
}
.mobile-toggle span,
.mobile-toggle:hover span,
.white-link .mobile-toggle:hover span {
  background-color: #c56485;
}
nav.navbar.sidebar-nav.sidemenu-open {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav.navbar-left-sidebar li a,
nav.navbar.bootsnav.navbar-left-sidebar ul.nav > li > a {
  font-size: 12px;
}
@media (max-width: 1040px) {
  nav.navbar.bootsnav.sidebar-nav .navbar-collapse.collapse,
  .sidebar-part2 nav.navbar.bootsnav .navbar-collapse.collapse {
    position: relative;
    top: 65px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav.sidebar-nav .navbar-nav {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .footer-holder {
    display: none !important;
  }
  nav.navbar.bootsnav.sidebar-nav .navbar-collapse.collapse,
  .sidebar-part2 nav.navbar.bootsnav .navbar-collapse.collapse {
    position: relative;
    top: 20px;
  }
  nav.navbar.sidebar-nav {
    left: -800px;
    width: 100%;
  }
  .logo-holder img {
    max-height: 33px;
  }
}
@media (max-width: 400px) {
  #navbar-menu .navbar-left-sidebar {
    height: 470px !important;
  }
}
@media (max-width: 320px) {
  #navbar-menu .navbar-left-sidebar {
    height: 340px !important;
  }
}
.wrapper {
  max-width: 1230px;
  width: 1230px;
}
.slider-typography {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bg-deep-pink {
  background-color: #c56485;
}
.intro-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.intro-wrapper.background-image-pos-cities-pages {
  background-position: center !important;
}
.intro-wrapper .intro-text {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding-left: 40px;
  padding-right: 40px;
}
.intro-wrapper .intro-text .main-title p:nth-child(2) {
  font-size: 39px;
  line-height: 45px;
}
.intro-wrapper .intro-text .main-title p span {
  line-height: 55px;
}
.intro-text .mobile {
  display: none;
}
.intro-text .desktop {
  display: inline-block;
}
.intro-wrapper .intro-text .main-title p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase !important;
  letter-spacing: -3px;
  color: #232323;
  font-size: 68px;
  font-weight: 700;
}
.intro-wrapper .intro-text .main-title p span {
  color: #c56485;
  letter-spacing: 1px;
}
.intro-wrapper .intro-text .main-title p {
  line-height: 70px;
  margin-bottom: 0;
}
.intro-wrapper .intro-text p.subtitle {
  font-family: "Lobster", cursive;
  margin-bottom: 35px;
  color: #000;
  font-weight: 300;
  font-size: 23px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.section-mega-form{
    padding-top: 50px;
    padding-bottom: 50px;
}

.intro-booking-form .header {
  padding: 50px 30px;
  padding-bottom: 20px;
  text-align: center;
}

.intro-booking-form .header h2{
    color: #c56485;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 15px;
}

.intro-booking-form .header p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase !important;
  color: #000;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.contact-form {
  background-color: #fff;
  padding: 50px 40px;
  max-width: 925px;
  margin: 0 auto;
}

.flex-center{
    display: flex;
    align-items: center; 
}

.aller-retour-area .item-label{
    color: #c56485;
    cursor: pointer;
    font-weight: 500;
}

input[type="date"]::-webkit-calendar-picker-indicator {
   opacity: 0;
   position: absolute;
   right: 12px;
   cursor: pointer;
   z-index: 9999;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
   position: absolute;
   right: 12px;
   cursor: pointer;
   z-index: 9999;
 }

/* input[type="date"]:after {
    content: "\f133";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #c56485;
 }

 input[type="time"]:after {
    content: "\f017";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #c56485;
 } */

 .btn-send{
     margin-top: 20px;
 }

.iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff !important;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 4px;
}
.contact-form .checkbox-label {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 11px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
}
.contact-form .form-group {
  /* text-align: center; */
  display: flex;
  align-items: center;
  position: relative;
}

.contact-form .row [class^="col-"].padding-left-col{
    padding-left: 15px;
}

.contact-form .row {
    margin-right: 0px; 
    margin-left: 0px;
}

.contact-form .row [class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}

.contact-form .form-group label span {
  position: relative;
  /* top: -2px; */
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  /* padding-bottom: 10px; */
   display: inline-block;
}

.contact-form input[type="submit"] {
  background-color: #c56485;
  color: #fff;
  text-transform: initial;
  padding: 15px 15px;
  font-weight: 600;
}

.contact-form input[type="submit"]:focus,
.contact-form input[type="submit"]:active {
    background-color: #c56485;
}

.contact-form input[type="checkbox"] {
  visibility: hidden;
  margin-bottom: 0;
}
span.item-label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  width: 14px;
  height: 14px;
  border: solid 2px #c56485;
}
input[type="checkbox"]:checked + span.item-label::before {
  content: "";
  background-color: #c56485;
  border: solid 2px #c56485;
}
.contact-form input{
  outline: none;
  background-color: #f6f6f6;
  border: none;
  border-radius: 0;
  /* padding: 25px 15px; */
  margin-bottom: 0;
}

.contact-form input[type="text"],
.contact-form input[type="date"],
.contact-form input[type="time"],
.contact-form select{
  height: 50px;
  padding: 0px 15px;
  text-align: left;
}

.contact-form select {
    outline: none;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    margin-bottom: 0;
}

.contact-form textarea{
    outline: none;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    margin-bottom: 10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.contact-form label{
    text-align: left;
}

.arret-supp-label{
    /* margin-bottom: 15px;     */
}

.contact-form .input-icon {
    position: absolute;
    color: #c56485;
    padding: 6px 9px;
    font-size: 1.2em;
    z-index: 1;
    font-size: 15px;
    line-height: 39px;
    right: 5px;
}

.contact-form .input-icon.input-close{
    cursor: pointer;
}

.input-icon-left{
    position: absolute;
    color: #c56485;
    padding: 6px 9px;
    font-size: 1.2em;
    z-index: 1;
    font-size: 14px;
    line-height: 39px;
    left: 5px;
    top: 0;
    cursor: pointer;
}

.contact-form input.input-arret-supp{
    padding-left: 40px !important;
    margin-bottom: 15px;
}

.arret-supp-bloc{
    position: relative;
}

.arret-supp-label{
    color: #c56485;
    cursor: pointer;
    font-weight: 500;
}

.title-options{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    /* padding-bottom: 10px; */
    color: #c56485;
}

.title-options i {
    margin-left: 5px;
    font-size: 12px;
}

.contact-form input[type="tel"] {
  padding: 15px 15px;
}
.contact-form input:focus {
  background-color: #f6f6f6;
}
.mobile-height .full-screen,
.swiper-full-screen .full-screen {
  height: auto !important;
}
.div-success {
  border: 1px solid #46b450;
  text-align: center;
  padding: 10px 5px;
}
.div-danger {
  border: 1px solid #e83546;
  text-align: center;
  padding: 10px 5px;
}

.title-options-span{
    cursor: pointer;
}

.transfert-retour-area,
#pancarte-aera,
#siege-area{
    display: none;
}

.message-error{
    text-align: center;
    margin-top: 50px;
}

.btn-pink{
    background-color: #c56485;
    color: #fff;
    margin-left: 15px;
    transition: 0.5s all;
}

.btn-pink:focus,
.btn-pink:active{
    background-color: #c56485;
    color: #fff;
}

.btn-pink:hover{
    background-color: #fff;
    color: #c56485;
}

.error-arret{
    color: red;
}

#autocomplete1,
#autocomplete2,
#autocomplete3_1,
#autocomplete3_2,
#autocomplete3_3{
  padding-right: 37px;
}

.form-group {
  margin-bottom: 20px;
}

/* RESPONSIVE */

@media (max-width: 1360px) {

  .intro-booking-form .header p {
    font-size: 20px;
    line-height: 25px;
  }

  .intro-booking-form .header h2 {
    font-size: 40px;
  }
  .intro-wrapper .intro-text .main-title p:nth-child(2) {
    font-size: 40px;
    line-height: 45px;
  }
  .intro-booking-form .header {
    padding: 30px 20px;
    padding-bottom: 13px;
  }
  .intro-booking-form {
    width: 100%;
    float: right;
  }
  .intro-wrapper .intro-text .main-title p {
    line-height: 65px;
  }
}
@media (max-width: 1200px) {
  .intro-booking-form {
    width: 100%;
    float: none;
  }

}
@media (max-width: 991px) {
  .intro-booking-form .header p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .margin-40px-top-mobile{
    margin-top: 0;
  }

  .icon-caret{
    top: 12px !important;
  }

    .slider-typography {
        margin-top: 60px;
    }

  .intro-wrapper .intro-text .main-title p {
    font-size: 55px;
  }
  .intro-wrapper .intro-text .main-title p,
  .intro-wrapper .intro-text .main-title p span {
    line-height: 58px;
  }
  .intro-text .mobile {
    display: inline-block;
  }
  .intro-text .desktop {
    display: none;
  }

  .contact-form label {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
   }

   .contact-form input,
   .contact-form select,
   .iti input, .iti input[type=tel],
   .iti{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .title-options {
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .form-group {
      margin-bottom: 0;
    }

   .contact-form .row [class^="col-"].padding-left-col {
        padding-left: 0px;
    }

    .contact-form .input-icon {
        top: 45%;
    }

    .contact-form .input-icon.input-close {
        cursor: pointer;
        top: 0;
    }

    .calculator {
        height: 20px !important; 
        line-height: 20px !important;
    }

    .contact-form input.input-arret-supp {
      margin-bottom: 20px !important;
    }

    .error-arret {
      margin-bottom: 15px;
  }

}

@media (max-width: 520px) {
    .btn-pink {
        margin-left: 0;
        margin-top: 15px;
    }

    .mobile-height .full-screen, 
    .swiper-full-screen .full-screen {
        height: 80vh !important;
        min-height: 80vh !important;
    }

    .contact-form input[type="text"]:after, 
    .contact-form input[type="date"]:after, 
    .contact-form input[type="time"]:after{
      display: none;
    }

    
}

@media (max-width: 500px) {
    .intro-wrapper .intro-text .main-title p span {
        letter-spacing: 0px;
        line-height: 30px;
    }

  .intro-wrapper .intro-text .main-title p {
    line-height: 36px;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .intro-wrapper .intro-text p.subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .intro-booking-form .header p {
    font-size: 16px;
    line-height: 21px;
  }
  .contact-form .btn {
    font-size: 13px;
  }
  .intro-wrapper .intro-text .main-title p:nth-child(2) {
    font-size: 25px;
    line-height: 31px;
  }
  .intro-wrapper .intro-text {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
    transform: translateY(-13%);
  }

  .contact-form {
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .intro-wrapper .intro-text .main-title p {
    font-size: 31px;
  }
  .intro-wrapper .intro-text .main-title p {
    line-height: 30px;
  }
}
