body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}
  .col-md-6 input,.col-md-12 input,.col-md-12 textarea,.col-md-12,select{width :100%}
  .col-md-6,.col-md-12{margin-top:7px;margin-bottom:7px;}
  input,textarea,button,select{border-radius:10px !important;}
  select {
    font-family: 'FontAwesome', 'Second Font name'
  }
  .datetime-picker {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-size:19px;
    color: #848484;
    background-color: #f9f9f9;
  height: 3.5em;
  }
   .scheme_default .select_container{
    background-color: #f9f9f9 !important;
  border-radius:10px !important;
  }
  
  .btnEnvoyer {
    display: flex;
    margin: auto;
    background-color: #F19D4B;
    border: 2px solid #F19D4B;
    color: white;
    text-decoration: none;
    border-radius: 40px !important;
    padding: 12px 35px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.btnEnvoyer:hover {
display: flex;
color: #F19D4B;
background: transparent;
border: 2px solid #F19D4B;
}
  .designInput{
   border: 1px solid #e0e0e0 !important;
    padding: 10px !important;
    font-size: 18px !important;
   background-color: #f9f9f9 !important;
   font-weight: 600;
    font-family: "Raleway",sans-serif;
  }
  select{
    color: #697070 !important;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
    
  }
  select:active{
    color: black !important;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
    
  }
   

  ::-webkit-calendar-picker-indicator {
      filter: invert(50%);
  }
  
  .scheme_default .top_panel_title_wrap{
  display:none !important; }
  

  @media (max-width: 479px){
  .mobile_layout .top_panel .top-panel-top + .menu_mobile_button {
      top: 6rem;
  }
}
/*footer */
footer {
background-color: #272727;
color: #c8c8c8;
/* margin-top: 7.8rem; */
padding: 6.85em 0 0.9em;

}
.footer_title{
    color: white;
    text-align: left;
   
    font-weight: 600;
    margin-top: 0.3em;
    margin-bottom: 0.80em;
}
@media (max-width: 479px){
    footer {
padding: 4.85em 0 2.9em;
    }
}

.smw_left a{
    margin-right: 10px;
}
ul{
    margin-left: -15px;
}

/*banner*/
@media only screen and (min-width: 700px)  {

.titrePage{
color:white !important;
font-size:70px;
font-weight:bolder;}

.titrePage span{
color:#F19D4B ;
font-style: italic;
font-weight:normal;
/* display: block; */
line-height: 0.3;}



}
@media only screen and (max-width: 699px)  {
    

  .pageFooter{
    margin-top: 22px;

  } 

.footer_title {
margin-bottom: 1.35em;
}
.logo_text {
font-size: 1.5rem !important;

}
.mlLogo{
  margin-left: 15px !important;
}
.menu-link {
    color: white !important;
}
.navbar {
display: flex;
flex-direction: row-reverse !important;}

.titrePage{
color:white !important;

font-size:30px;
font-weight:bolder;}

.titrePage span{
color:#F19D4B ;
font-style: italic;
font-weight:normal;
/* display: block; */
line-height: 0.3;}

.arrow-prev {
  left: 0px !important;
}

.arrow-next {
  right: 0px !important;
}
h2{
  font-size: 25px !important;
}
.txtTaxi, .txtTaxi a{
  font-size: 16px !important;
}
h4 {
  font-size: 18px !important;
}
.mrAbout20{
  margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
}
.txtTaxiOverlay,.blackli ul li span,.remarque,.txtTaxiWhite  {
  font-size: 16px !important;
}
.yellowTitleTestimonial {
  font-size: 1.143rem !important;
}
.mtbSlide{
  margin-bottom: 0px !important;
}
.bgBlue {
  padding-bottom: 40px !important;
}

.imgSlide{
  margin-top: 20px;
  border-radius: 10px ;
}
}
.page-title-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: 0.1;
}
.banner-cover {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.page-title-area {
position: relative;
overflow: hidden;
text-align: center;
z-index: 1;
padding-top: 100px;
padding-bottom: 100px;
}
/*end banner*/
form{
margin-top: 60px;

}
/*header*/
.header {
/* position: fixed; */
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: auto;
margin: 0 auto;

padding-bottom: 1.8em;
padding-top: 1.8em;
}
/* .darkmode .header {
background-color: var(--color-black-400);
} */

.navbar {
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
justify-content: space-between;
width: 100%;
height: 4.25rem;
margin: 0 auto;
}

.brand {
font-family: inherit;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.25;
margin-right: auto;
letter-spacing: -1px;
text-transform: uppercase;

}


.menu {
position: fixed;
top: 0;
left: -100%;
z-index: 10;
width: 100%;
height: 100vh;
overflow: hidden;
background-color: #2e302f; 
color: white;
text-decoration: none;
transition: all 0.4s ease-in-out;
}

.menu.is-active {
left: 0;
}
.menu-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
row-gap: 1.25rem;
margin-top: 7rem;
list-style-type: none !important;
}
.menu-link {
font-size: 14px;
font-weight: 700;
letter-spacing: 0.4px;

line-height: 1.5;
color: inherit;
text-transform: uppercase;
transition: all 0.3s ease;
color: #2A64C5;
text-decoration: none;
  }
.menu-link:hover {
color: #F19D4B;
}
@media only screen and (min-width: 48rem) {
.menu {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 1rem;
  margin-left: auto;
  background: none;
  box-shadow: none;
  transition: none;
}
.menu-inner {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 10px auto;
}
.menu-link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
}

.burger {
position: relative;
display: block;
cursor: pointer;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
order: -1;
z-index: 12;
width: 1.75rem;
height: 1rem;
margin-right: 1rem;
border: none;
outline: none;
background: none;
visibility: visible;
transform: rotate(0deg);
transition: 0.35s ease;
}
@media only screen and (min-width: 48rem) {
.burger {
  display: none;
  visibility: hidden;
}
}
.burger-line {
position: absolute;
display: block;
right: 0;
width: 100%;
height: 2px;
border: none;
outline: none;
opacity: 1;
transform: rotate(0deg);
background: #F19D4B;
transition: 0.25s ease-in-out;
}
.darkmode .burger-line {
background-color: var(--color-white-100);
}
.burger-line:nth-child(1) {
top: 0px;
}
.burger-line:nth-child(2) {
top: 0.5rem;
}
.burger-line:nth-child(3) {
top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
top: 0.5rem;
transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
right: -1.5rem;
opacity: 0;
visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
top: 0.5rem;
transform: rotate(-135deg);
}

#logo{
float: left;
text-align: left;
color: #F19D4B;
}
.logo_text {
font-family: "Raleway",sans-serif;
font-size: 2.143rem;
font-weight: 600;
font-style: normal;
line-height: 1em;
text-decoration: none;
text-transform: none;
letter-spacing: 0px;
cursor: pointer;
}
#logo:hover {
color: #2A64C5;
}
#dateheure_demande:focus,#dateheure_demande{
min-width:95%;
}

/*end header*/
ul{
color: #d3ab4a;
list-style: none;
margin-left: 0;
padding-left: 0;
}
ul span{
color: white;
}
.topHeader {
background-color:#f1f1f1;


}
.phone-number a{
color: #000000;
text-decoration: none;
padding: 10px 0px;
font-size: 14px;
font-weight: 600;
font-family: 'Dosis', sans-serif;
}
i.fas.fa-phone {
margin-right: 5px;
color: #449940; /* Adjust the color as needed */
transform: rotate(90deg);
font-size: 11px;
}
.fa-chevron-right{
margin-right: 10px;
color: #F7CE46; /* Adjust the color as needed */

font-size: 11px;
}
.phone-number{
display: flex;
justify-content: end;
align-items: center;

}

span.flatpickr-weekday {
color: #1e4488;
}
.flatpickr-day:hover{
background: #d3ab4a;
border-color: #d3ab4a;
color: white;
}
.flatpickr-day{
color:#1e4488 ;
font-weight: 600;
font-size: 14px;
}
.copyright_text{
border-top-width: 1px;
border-top-style: solid;
padding-top: 1.65em;
border-color: rgba(255,255,255,0.2);
margin-top: 40px;
}

.buttonTaxi{
  background-color: #F19D4B;
  border: 2px solid #F19D4B;
  color: white;
  text-decoration: none;
  border-radius: 40px !important;
  padding: 12px 35px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  }
  a{
    text-decoration: none;
  }
  h2{
    font-size: 60px;
    font-weight: 900;
  }
  h4{
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
  }
  .blueTitles{
   color: #2A64C5; 
  }
  .yellowTitles{
    color: #F7CE46; 
   }
  .txtTaxi,.txtTaxi a{
  font-size: 19px;
  font-weight: 600;
  color: #6c6c6c;
  
  }
  .txtTaxiAproposOne,.txtTaxiAproposTwo,.txtTaxiAproposThree,.txtTaxiAproposFour{
    font-size: 13px;
    font-weight: 600;
    color: black;
  }
  .txtTaxiWhite{
    font-size: 19px;
    font-weight: 600;
    color: white;
   
    
    }
    .buttonTaxi:hover {
      color: #F19D4B;
      background: transparent;
      border: 2px solid #F19D4B;
  }
  .alC{
  align-items: center;
  }
  .mtb{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mtbSlide{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #txtSlide{
    max-width: 580px;
  }
  .bgBlue{
    background-color: #2A64C5;
    /* padding-bottom: 40px; */
  }
  #titleQuestion{
    color: white;
    margin-top: 30px;
  }

  .tJustify{
    text-align: justify;
  }
  .blockGreyOne,.blockGreyTwo,.blockGreyThree,.blockGreyFour{
  background-color: #fafafa;
  text-align: center;
  padding: 18px;
  border-radius: 8px;
  border: 1px #e4e4e4 solid;
  box-shadow: 0 3px 7px rgb(0 0 0 / 0.2);
  }
  .mb22{
    margin-bottom: 22px;
  }
  .smtb30{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .smtbAboutus30{
    margin-top: 30px;
  }
  .smtb30Q{
    margin-top: 30px;
  }
  .blockGreyOne:hover,.blockGreyTwo:hover,.blockGreyThree:hover,.blockGreyFour:hover{
    color: white;
    
    background: radial-gradient(circle at -1% 57.5%, #316acc 0%, #2A64C5 90%);
    text-align: center;
    /* padding: 20px; */
    border-radius: 8px;
   
    box-shadow: 0 3px 7px rgb(0 0 0 / 0.2);
  }
  /* .txtTaxiAproposhover{
    font-size: 17px;
    font-weight: 600;
    color: white;
  } */
  .mb10{
    margin-bottom: 10px;
  }
  .remarque{
    background-color: #449940;
    font-size: 19px;
    font-weight: 600;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .icoCheck{
    width: 20px;
  }
  .blackli ul li span{
    font-size: 19px;
    font-weight: 600;
    color: #6c6c6c;
    margin-left: 10px; 
  }
  .overlay {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .overlayTwo {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding:50px 0px ;
  }
  
  .containerOverlay {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 65px; /* Adjust the padding as per your requirement */
  }
  
  .block {
    margin-bottom: 20px;
  }
  .txtTaxiOverlay{
    font-size: 17px;
    font-weight: 600;
    color: #ffffffe0;
  }
  #footerTitle{
    color: #F7CE46;
  }
  .jaune{
    color: #F7CE46;
  }
  .mxWidthFooter{
    max-width: 472px;
    text-align: justify;
  }
  .btnQuestion{
    margin-bottom: 20px !important;
  }
  .widthImg60{
    width: 60px;
  }
.icoWhiteBlockGreyOne,.icoWhiteBlockGreyTwo,.icoWhiteBlockGreyThree,.icoWhiteBlockGreyFour{
  display: none;
  margin: auto;
}


.testimonial-carousel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  min-height: 330px;}

.testimonial-slide {
  display: none;
  text-align: center;
  background-color: #ffffff3d;
  padding: 50px;
  border-radius: 10px;
}

.testimonial-slide.active {
  display: block;
}

.arrow {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  color: #555;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.arrow-prev {
  left: -50px;
}

.arrow-next {
  right: -50px;
}
.mrAbout20{
margin-right: 20px;
}
.whiteTitleTestimonial{
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
.yellowTitleTestimonial{
  font-size: 2.143rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
  text-align: center;
}
.mbVoyage{
  margin-bottom: 26px;
}
.mbPart{
  margin-bottom: 25px;
 
}

.error {
  background: #FCD8DC;
  padding: 2px 10px 2px 10px;
  display: none;
  color: #dc3545;
  font-size: 12px;
  margin-bottom: 10px;
  }

  .success {
  display: none;
  width: 100%;
  padding: 2px 10px 2px 10px;
  background: #B0FFB0;
  color: #555;
  font-size: 14px;
  }
  .btnContactForm{
    margin: inherit !important;
  }
  .mbContact{
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .designInput{
    border: 1px solid #e0e0e0 !important;
     padding: 10px !important;
     font-size: 18px !important;
    background-color: #f9f9f9 !important;
    font-weight: 600;
     font-family: "Raleway",sans-serif;
   }
   .form-control:focus{
    border: 2px solid !important;
    border-color: black !important;
    box-shadow: none !important;
   }
   .tACenter{
    text-align: center;
   }

   .txtContact{
    text-align: center;
    max-width: 800px;
    margin: auto;
   }
   iframe{
    margin-bottom: -7px;
   }
   .mxWidth200{
    width: 150px;
   }
   .textwidget ul li a:hover {
    color: #F7CE46;
   }


   #popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #fff; */
    /* padding: 20px; */
    /* border: 1px solid #ccc; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.332);
    z-index: 9999;
    min-width: 300px;
}

#popup img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

#close {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.overlayPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}
.imgSlide{
  border-radius: 10px ;
}

