/* login page css 

@import url('//fonts.googleapis.com/css?family=Roboto+Slab');
@import url('//fonts.googleapis.com/css?family=Roboto');
*/

* {
  border-radius: 0 !important;
}

body{
  font-family: Roboto,sans-serif;
}

.fond{
    background-color:#f7f7f7 !important ; 
 }
button{
	cursor: pointer;
}

@media (min-width: 767px) {

  .item-flight:nth-child(2) {
    border-top: dashed 1px #d9d8d8;
    margin-top: 8px;
    padding-top: 8px;
}
  .full-screen .ingine-cruise {
    position: absolute;
    top: 30%;
  }
.ingine-flights {
  position: absolute;
  top: 10%;
}

   .hidden-md { display: none !important; }
    h1, .h1 {
      font-size: 36px; }

    h2, .h2 {
      font-size: 24px; }

    h3, .h3 {
      font-size: 20px; }

    h4, .h4 {
      font-size: 18px; }

    h5, .h5 {
      font-size: 16px; }

    h6, .h6 {
      font-size: 14px; }

    .font-12 { font-size: 12px;  } 
    .font-14 { font-size: 14px !important;  } 
    .font-16 { font-size: 16px;  } 
    .font-18 { font-size: 18px;  } 
    .font-20 { font-size: 20px;  } 
    .font-22 { font-size: 22px !important;  } 
    .font-24 { font-size: 24px;  } 
    .font-26 { font-size: 26px !important;  } 
} 



@media (max-width: 767px) {
  .item-crossing  .w-75,.item-crossing  .w-25{ width: 100% !important;}
  .ingine-cruise .bg-opacity-white ,
  .ingine-flights .bg-opacity-white { box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%) !important; background-color: #fff; margin-top: 20px;}
  .boardsFilter {
    overflow-y: auto;
    min-height: 32px;
    max-height: 50px;
}
  .hero-wh { height: auto !important; }
.hidden-sm { display: none !important; }
h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

.font-12 { font-size: 10px;  } 
.font-14 { font-size: 12px;  }
.font-16 { font-size: 14px;  }  
.font-18 { font-size: 16px;  } 
.font-20 { font-size: 18px;  } 
.font-22 { font-size: 20px;  } 
.font-24 { font-size: 21px;  } 
.font-26 { font-size: 22px  !important; ;  } 
.font-sm-14 { font-size: 14px; }
.font-sm-12 { font-size: 12px; }
.font-sm-18-h { font-size: 18px;  } 

}


@media only screen and (max-width : 320px) {


h1, .h1 {
  font-size: 28px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 16px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 10px; }

h6, .h6 {
  font-size: 9px; }

.font-26 { font-size: 18px  !important; ;  } 

 }

.img-responsive{
    width:100%;
}

#navbarStatus{
    font-size:14px!important;
    color: #333;
    font-weight: 500;
}
#navbarStatus a{
    text-decoration: none;
    color: #333;
}


.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    text-align: left;
    font-size: 16px;
}

.nav-standard  .navbar-nav .nav-link {
  color: #005a6e !important;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.header h1 {
     font-size: 30px;
}        
.header {
    padding-left: 350px;
    padding-right: 350px;
    padding-top: 20px;
}
.btn-suivant{
	background-color: #ffab00 !important;
    box-shadow: 5px 4px 12px rgba(0, 0, 0, .1);
    padding: 11px;
    float: right;
    width: 137px;
    height: 47px;
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
}
.btn-suivant:hover {
    background-color: #d68f00!important;
    box-shadow: 5px 4px 12px rgba(0, 0, 0, .1);
    padding: 11px;
    float: right;
}
.bleu-p{ 
    color:#d12d66;
}
.nav-index .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF !important;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #ff9a00 !important;
}

.navbar .fa{
    font-size: 14px!important;
    /*margin-right: 6px !important;*/
}


.principal-nav.navbar{
   border-top: 1px solid #edebeb;
   font-weight: 500;
}

.navbar .container {
	position:relative;
}

.d-xl-block {
    display: inline-block!important;
}
.top-buffer {
	margin-top:15px
}

.left-buffer {
	margin-left:10px
}
.form-control[readonly] {
    background-color: #ffffff!important;
}

.wrapper {

    background: #f7f7f7;
	min-height: 500px;
}

#moteur {
	background: #203166;
	color: #FFF;
}

#moteur h1 {
	font-size: 1.55em;
}

#moteur input[type=text]{
	background: #FFF;
    padding: 7px 0px 7px 3% !important;
    width: 100% !important;
}


#moteur select {
	background: #FFF;
	padding: 6px 0px 6px 3%;
	width: 100%;
}

#moteur label, #moteur a {
	font-size: 15px;
	color: #FFF;
}

#moteur .btn-lg {
	height: 52px;
	width: 180px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}

.switch-btn {
	background: #466C91;
	border: 0;
	margin-top: 30px;
	width: 42px;
	height: 42px;
}

.switch-btn i {
	font-size: 2em;
	text-align: center;
	vertical-align: sub;
}

.col-md-55 {
	width:45.8%;
	padding-left: 15px;
	padding-right:15px;
}

#slider h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: justify;
	line-height: 24px;
}

.clear {
	clear: both;
	height:0;
	width: 0;
	margin: 0;
	padding: 0;
}


#moteur .moteur-inner {
	padding: 24px;
}

#moteur .form-control {
	margin-top: 0!important;
}

#moteur .input-group .input-group-addon {
	background: #FFF;
	border-top:0 none ;
}

.price.selected {
	font-weight: bold;color:black;
}
td.actions button {
	border: none 0;
	width: 27px;
	height: 27px;
	padding: 5px;
}

td.actions button i {
	font-size: 18px;
}

/*.table-striped tbody tr:nth-of-type(odd) {
	background: #F2F0F3;
}

.table-striped tbody tr:nth-child(2n) td {
	vertical-align: bottom;
}*/

.table-striped td {
	font-size: 14px;
	padding: 12px 8px;
}


.city {
	color: #727073;
}

.w-17 {
    width: 17%;
    
    
}

.badge-table{
   border-radius: 10px !important;
    position: relative;
    /* right: 9px; */
    padding: 6px;
    font-size: 9px;
    /* width: 77px; */  
    
}   

.btn-danger {
	background-color:#cc0000;
   border-color: #cc0000;
	color: #FFF;      
}
.btn-danger:hover {
	background-color:#e90909;
   border-color: #e90909;
	color: #FFF !important;      
}

.btn-recherche  {
	width:137px; 
    height:47px;
	color: #FFF;
	text-transform: uppercase;
    font-size: 14px;
    background-color: #ffab00 !important;
    box-shadow: 5px 4px 12px rgba(0, 0, 0, .1);

}

/*.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
*/
a:hover {
    color: #ffab00 !important;
    
}

.btn-warning:hover {
	  color: #fff !important;
}
/* Responsive styles */
@media only screen and (max-width: 600px) {
	.navbarStatushide {
        flex-direction: row;
        position: absolute;
        right: 0;
        top: 15px;
        visibility: hidden;
        display: none;  
	}
}






.col-md-55 {
        width:100%;
        padding-left: 15px;
        padding-right:15px;
    }

.switch-btn {
        margin-top: 0;
    }

/* index Booking */
.formBooking-fa {
    font-size: 16px!important;
    margin-right: 0px !important;
}

.input-group-addon {
    color: #464a4c!important;
    background-color: #ffffff!important;
    border-left: 0;
}
 /* Begin Page : search.cfm */

.btn-nouvelle{
  background-color: #ffab00 !important;
  box-shadow: 5px 4px 12px rgba(0, 0, 0, .1);
  padding: 11px;
  text-transform: uppercase;
  font-size: 14px;
  color:#333 ;
 }


.datepicker {
     padding: 7px !important;
 }


.card{
     box-shadow: 5px 4px 12px rgba(0, 0, 0, .1);   
    
}

 /* End Page : search.cfm */





@media (min-width: 780px) {

#navbarStatus .list-inline-item {     margin-right: 24px; }
#navbarStatus .list-inline-item:last-child {     margin-right: 0px; }
.principal-nav .nav-item:last-child  .nav-link {     padding-right: 8px; }
.nav-index  .nav-item  {      
  margin-right: 4px;
  margin-left: 4px;}
}


.bg-masthead-service {
  background-image: url(../img/bg-services.jpg);
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
/* Radio button style */
.radio-white input[type="radio"] + label::after {
	background-color: #203166; }

.radio {
	padding-left: 20px; }

.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	line-height: normal;
}
.ingine-cruise .radio label::before,
.ingine-flights  .radio label::before,
.transfert  .radio label::before {
  border: 2px solid #f39200;
  background-color: transparent;}
  .ingine-cruise .radio label::after,
.ingine-flights  .radio label::after,
.transfert  .radio label::after {
  background-color: #f39200;
 }
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 2px solid #FFF;
	border-radius: 50%;
	background-color: #203166;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out; }

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 5px;
	height: 5px;
	left: 6px;
	top: 6px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #FFF;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
	opacity: 0; }
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1); }

.radio.radio-inline {
	margin-top: 0;
	display: inline-block;
}


.titre-card{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 1.25rem;
    background: #00309a;
    color: white;
    margin-bottom: 15px
}
.titre-card h1, .titre-card h2, .titre-card h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding :0
}

.content-carte-body{
	padding-top: 3.5rem
}


@keyframes blink {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.blink {
	-webkit-animation: blink 1.8s step-start infinite;
    -moz-animation: blink 1.8s step-start infinite;
    animation: blink 1.8s step-start infinite;
}
.blink_me {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
    position: absolute;
    right: 0;
    top: -15px;
}
.bg-saumon {     background-color: #fcf6eb; }
.border-top-gray { border-top: 1px #ccc solid; }

@media only screen and (min-width: 767px) {
.principal-nav { padding: 6px; }
.mainmenu  ul li:hover> ul{display:block}
/*******/
.mainmenu  ul ul li{position:relative}
.mainmenu  ul ul li:hover> ul{display:block}
.mainmenu  ul ul {    position: relative !important;top: 0;left: 0%;display: none; border: none;}
/*******/
.mainmenu  ul ul ul li{position:relative}
.mainmenu  ul ul ul li:hover ul{display:block}
.mainmenu  ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}

.principal-nav .badge-primary {    
    color: #fff;
    background-color: #ff6600; 
    font-weight: 400;   }
.rounded-25  {   border-radius: 25px !important; }
@media (max-width: 767px) and (min-width: 360px) { 
.ico-mob {     
  position: absolute;
  top: 0px;
  right: -10px; }

    }

@media (max-width: 360px) {   
	.ico-mob {     
  	position: absolute;
    top: 0px;
    right: -10px; }
} 

a.grid_item {
  display: block;
  margin-bottom: 25px;
}
a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 20px 20px 20px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
    height: 40%;
}
a.grid_item .info .cat_star {
  font-size: 9px;
  font-size: 0.5625rem;
}
a.grid_item .info .cat_star i {
  color: #fff;
}
a.grid_item .info h3 {
  color: #fff;
  font-size: 28px;
  text-align: left;
}
a.grid_item .info p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 10px;
}
a.grid_item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  a.grid_item figure {
    height: 350px !important;
  }
}
@media (max-width: 575px) {
  a.grid_item figure {
    height: 220px !important;
  }
}
a.grid_item figure .score {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
a.grid_item figure small {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  z-index: 9;
}
a.grid_item figure img {
  width: 100%;
  height: 250px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  object-fit: cover;
}
a.grid_item:hover figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.search_container {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #ededed;
}

.bg-wrapper { 
    min-height: 500px;
    background-image: url(../img/bg-wwh.jpg) ;
} 
.bg-wrapper.hotels-tn{ 
    min-height: 500px;
    background-image: url(../img/bg-tn.jpg) ;
} 

.bg-wrapper.transfers-alg {
  min-height: 550px;
  background-image: url(../img/bg-tranfert-alg.webp);
}
.bg-wrapper.hotels-alg {
  min-height: 500px;
  background-image: url(../img/page-hotel-alger-v2.jpg);
}

.bg-wrapper-flight {   background-image: url(../img/flight.jpg) ; }
.bg-wrapper.transfers { 
    min-height: 500px;
    background-image: url(../img/transfers.jpg) ;
} 
.bg-wrapper.tickets { 
    min-height: 500px;
    background-image: url(../img/tickets.jpg) ;
} 

.border-bottom {     border-bottom: 1px solid hsla(211,69%,84%,.3); }
.bg-opacity-light{   background: hsla(211,69%,84%,.3);}
 .sCModify {  border: none; }  
.sCModify:before {
    right: 50px;
    top: -36px;
    border: solid rgba(202,214,227,.3);
    content: " ";
    position: absolute;
    border-color: rgba(43,147,214,0) rgba(13,147,232,0) rgba(202,214,227,.3);
    border-width: 18px;
}
.bg-map {
    background-image: url(../img/map.png);
    padding: 16px;
    cursor: pointer;
    text-align: center
}

.bg-wrapper-list { 
   /*  background-image: url(../img/img-list.jpg) ; */
   background: #fff; 
   border-top: 2px solid #CAD6E3;
   border-bottom: 2px solid #CAD6E3;
} 


.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #005a6e;
    background-color: #fff;
    border-color:  #fff;
}


.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    border-color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #005a6e;
}
.nav-tabs .nav-link {
    border: 1px solid #005a6e;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
        background: #005a6e;
        color: #fff;
}

.tabcontent-border {
      border: 1px solid #fff;
    border-top: 0px;
    background: #fff;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}


.label-pos {
    position: absolute;
    bottom: 22px;
    left: 42px;
    font-size: 13px !important;
    color: #333;
    z-index: 9;
}
.ingine-cruise .form-control,
.ingine-flights .form-control ,
.concept-new .form-control {
    padding: 24px 12px 6px 40px;
    height: 55px;
    /* box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07); */
}
.ingine-cruise  select.form-control:not([size]):not([multiple]),
.ingine-flights select.form-control:not([size]):not([multiple]),
.concept-new select.form-control:not([size]):not([multiple]) {
    height: 55px;
}

.destination::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}

.users-p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c0";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 14px;
}

.clock::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 14px;
}


.date-input::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}

.select-nuit::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f186";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}

.flag::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f024";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}

.stars::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}


.key::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}
.fromTrip::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5b0";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}

.toTrip::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5af";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}

.cruise::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f21a";
  position: absolute;
  top: 18px;
  left: 12px;
  color: #495057;
  z-index: 1;
  font-size: 16px;
}
.plane::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f072";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}
.building::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ad";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}
.flight::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f15c";
    position: absolute;
    top: 18px;
    left: 12px;
    color: #495057;
    z-index: 1;
    font-size: 16px;
}
.clock::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  position: absolute;
  top: 18px;
  left: 12px;
  color: #495057;
  z-index: 1;
  font-size: 16px;
}
.car::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1b9";
  position: absolute;
  top: 18px;
  left: 12px;
  color: #495057;
  z-index: 1;
  font-size: 16px;
}

/*------------------------------------------------------------------------*
/Chambre et occupation version PC         --------------------------------------------
------------------------------------------------------------------------- */
@media (min-width: 768px) { 
.edit-search  .custom-engine { background: #fff;}
.edit-search  .custom-engine .form-group  { margin-bottom: 0px;}
.edit-search  .custom-engine .total-guest .form-group{ margin-bottom: 8px;}
.custom-engine  i.fas , .custom-engine  i.far, .custom-engine  i.fa   { color: #00b6e3; font-size: 14px; }

.persons.persons-v2 .totalhotel {
    color: #565656;
    box-sizing: inherit;
}

.custom-edit .persons.persons-v2 .totalhotel {
    line-height: 25px;
}
.valRoomstshotel, 
.txt-room, .valAdultshotel, 
.txt-adt, .txt-enf, 
.valInfantshotel, .txt-beb 
{
    color: #565656 !important;
    font-style: normal;
}

.persons.persons-v2 .guests:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
    top: -8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    right: 90%;



} 

.edit-search .persons.persons-v2 .guests {
    width: 134%;
    left: 0px;
    top: 60px !important;
    color: #333;
}



.card-sm-hotel .persons.persons-v2 .guests {
    width: 100%;
    top: 60px;
    color: #333;
}


.passagers input,  .passagers select , .roomItem  select {
    height: 40px !important;
    padding: 4px !important;
}


.tickets .persons.persons-v2 .guests {  
    width: 135% !important;
    left: 0px !important;}
.transfert .persons.persons-v2 .guests,
.h-tn .persons.persons-v2 .guests {
      width: 100% !important;
      left: 0px !important;
}

.persons.persons-v2 .guests {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: default!important;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 1000;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    font-size: 14px;
    border-radius: 0px !important;
}
.ingine-cruise .persons.persons-v2 .guests {
  width: 135%;
  top: 65px;
}
.out {
    padding: 10px;
    background-color: transparent!important;
    text-align: left !important;
    cursor: pointer;
}
.persons .guests .roomItem {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 0px; margin-right: 0px;
}

.persons .guests .roomItem .delete-room {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
}

.persons .guests .search-footer {
   padding: 0px 15px;
}

.persons .guests .roomItem .room-lab {
    border-top: #007bff 1px dashed;
    padding-top: 8px;
    color: #007bff;
    border-bottom: #007bff 1px dashed;
}

.add-room i { color:#007bff  !important;  }
.persons .guests .button-save.valider.v-out {
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid #007bff ;
    background-color: #007bff ;
    border-radius: 5px !important;
}


 }
/*------------------------------------------------------------------------*
/Chambre et occupation version mobile         --------------------------------------------
------------------------------------------------------------------------- */
@media (max-width: 768px) { 
  .transfert .persons.persons-v2 .guests {   top: -208px; }
   .tickets .persons.persons-v2 .guests {     top: -97px; }
.hero_in.transfers {
    height: 260px !important;
}
 #collapse-edit {
    position: absolute;
    z-index: 9999;
    top: -28vh;
    width: 100%;
    left: 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 0;
    background: #f7f7f7 !important;

    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);


}
.edit-search .persons.persons-v2 .guests label { color: #333; }
.edit-search .persons.persons-v2 .guests {

display: none;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: default!important;
    position: absolute;
    z-index: 10;
    border-radius: 0px;
    top: -160px;
    left: 0px; 

    }
.persons.persons-v2 .guests {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: default!important;
    position: fixed;
    z-index: 10;
    border-radius: 0px;
    top: 0px;
    left: 0px;

}

#collapseEdit .persons.persons-v2 .guests {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: default!important;
    position: fixed;
    z-index: 10;
    border-radius: 0px;
    top: 0px;
    left: 0px;

}


#collapseEdit  .out {
    text-align: left;
    padding: 10px 15px;
    font-size: 15px !important;
    cursor: pointer;
    border-bottom: 1px #005a6e solid;
    color: #fff;
   background: #005a6e;
}

.mob-men .fa-arrow-left { color: #fff !important; }

.mob-men .valRoomstshotel, 
 .mob-men  .valAdultshotel, 
 .mob-men  .valChildrenhotel
{
    color: #fff  !important;
    font-style: normal;
     font-size: 16px;
    font-weight: 400;
}
.mob-men  .txt-room, .mob-men  .txt-adt,   .mob-men .txt-enf { font-weight: normal; color: #fff !important;  }
.valRoomstshotel, 
.txt-room, .valAdultshotel, 
.txt-adt, .txt-enf, 
.valChildrenhotel, .txt-beb 
{
    color: #333 !important;
    font-style: normal;
}

.out {
    text-align: left;
    padding: 10px 15px;
    font-size: 15px !important;
    cursor: pointer;
    border-bottom: 1px #005a6e solid;
    color: #fff;
    background: #005a6e;

}
/* .persons .guests .roomItem .room-lab {
        top: 5vh;
} */
.user-wwh .persons .guests .roomItem .room-lab {
  top: 0vh;
}
/* .persons .guests .rooms {    
    height: 22vh;
    z-index: 10;
    overflow-y: auto; } */
.persons .guests .roomItem {
      position: relative;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dashed #dee0e2;
}

.passagers , .rooms { min-height: 150px; }


.passagers .form-control , .rooms .form-control { border: 1px #dee0e2 solid !important; }

.persons .guests .roomItem .delete-room {
    position: absolute;
    right: 1vh;
    text-align: right;
    top: 0;
}

.user-wwh .persons .guests .roomItem .delete-room {  top: 0vh !important;}

.persons .guests .roomItem .delete-room i {  color: #ed2229; } 
.passagers .form-control , .roomItem .form-control {     height: 40px;
  padding: 4px !important; }
.passagers select, .roomItem select {
    height: 40px !important;
    padding: 4px !important;
}


.roomItem .agechild { 
    width: 100% !important;    
    padding-top: 10px;    padding-right: 0px;    }

#searchForm .roomItem .agechild select {
    padding-left: 8px !important;
    padding-right: 0px !important;
}

#searchForm label {
    font-size: 14px;
}
.guests .btn-primary {
    color: #fff;
    background-color: #81348b;
    border-color: #81348b;
}
.search-footer {     padding: 10px 15px; }
.persons .guests .button-save.valider.v-out { 
    text-align: center;
    cursor: pointer;
    color: #333;
    border: 1px solid #ffcc00;
    background-color: #ffcc00;}

.icon-user-occ {    
    padding-top: 0px;
    float: right;
    color: #5d9702;
    font-size: 14px; } 

}



.btn-primary {
  color: #fff;
  background-color: #005a6e;
  border-color: #005a6e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005a6e;
  border-color: #005a6e;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 178, 240, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #005a6e91;
  border-color: #005a6e91;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005a6e91;
  border-color: #005a6e91;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
}


.btn-info, .btn-info:hover, .btn-info:focus{
    color: #fff;
    background-color: #009FE3;
    border-color: #009FE3;
}

 a.btn-info:hover {
    color: #fff !important;
}

.table {
    background: #fff;
    box-shadow: 0 2px 13px 0 hsla(0,0%,80%,.5);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ebfbff;
}

.btn-circle-sm {
    border-radius: 100% !important;
    width: 30px;
    height: 30px;
   padding: 6px 4px;
    line-height: 1;
}

.btn-circle-md {
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    padding: 6px 4px;
    line-height: 1;
}

.btn-light {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}



ul.pagination  li a {
   padding: 0px 10px;
  color:#333;
    font-size: 16px;
}

ul.pagination li.active a {
    padding: 4px 12px;
    color: #333;
    background: #ffcc00;
    border-radius: 50%;

}
@media (min-width: 768px) { 
  .tickets.concept-new  { top:110px; }
.concept-new  { top:40px; }
.hidden-md { display: none !important; }


}
.pagination-crossing ul { justify-content: end;}
@media (max-width: 768px) {
  .item-flight:first-child {
    border-bottom: 1px dashed #eee;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
  .col-pos {     position: absolute;
    right: 0px;
    /* width: 100%; */
    top: 0px;}
  /* .logo-compagnie {     width: 80px;} */
  .bg-action {     background: #17a2b824;}
  .dxOCGp {
    right: -15px !important;
}
  .section-top { border-top: 1px solid #eee;} 
  .sortBox .sort-value, .sortBox .dropdown .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #343a40;
    font-weight: 500;
    padding: 4px 8px;
    margin-right: 2px;
}
.h-img-hotels {
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.p-10-sm {    margin: 0px 8px;
  padding-top: 8px;}
.mt-3-sm {margin-top: 15px;}

.lstrooms  .checkmark {left: 10px;}
.lstrooms  .pensionId  { margin-top: 8px; margin-bottom: 8px;}
.box-item-flight .ribbon-wrapper {
    top: 93% !important; } 
.concept-new  .p-4 { padding: 15px !important; }
.hidden-xs { display: none !important; }
a.grid_item .info p {
    margin-top: 70px !important;
 } 
}



.concept-new .form-control.border-round-l { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; }
.concept-new .form-control.border-round-r { border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; }

.twitter-typeahead{width:100%}
.typeahead,
.tt-query,
.tt-hint {
  width:100%
}
.typeahead {
  width:100%
}
.typeahead:focus {
  border-color: #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999
}
.tt-menu {
  top: 50px !important;
  max-height: 200px;
    overflow-y: auto;
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
      border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
      box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #000000
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #ff9a00;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
.tt-menu h5{
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #007bff;
}
.dropdown-item {       
    padding: .25rem 12px;
    font-size: 14px;}

.cid-qNHanqAYvn15 {
    padding-top: 20px;
    padding-bottom: 190px;
    background-image: url(../img/vol-charter-min.jpg);
}
.cid-qNHanqAYvn15.bg-img-charter {
  padding-top: 12px;
  padding-bottom: 70px;
  background-image: url(../img/photo-140.jpg);
}

.cid-qNHanqAYvn15 .breadcrumb {
    background: transparent !important;
}

.cid-qNHanqAYvn15 .breadcrumb .breadcrumb-item a, .cid-qNHanqAYvn15 .breadcrumb .breadcrumb-item {
    color: #fff;
}


.bg-bleu-turq { background: #007bff; }
.bg-bleu-opac {     background-color: #ecfafd; }
 .btn-round-25 { border-radius: 25px !important; }
 .font-weight-500 { font-weight: 500; }


.box-item-flight  .ribbon-wrapper {
    top: 82%;
    position: absolute;
    z-index: 998;
    left: -5px;
}
.box-item-flight    .ribbon-front {
      background-color: #e12d2d;
    height: 30px;
    width: 165px;
    position: relative;
    left: -10px;
    z-index: 2;
    font: 16px/30px bold Verdana, Geneva, sans-serif;
    color: #f8f8f8;
    text-align: left;
    text-shadow: 0px 1px 2px #e12d2d;
    padding-left: 12px;
}

.box-item-flight    .ribbon-front,
.box-item-flight    .ribbon-back-left,
.box-item-flight    .ribbon-back-right
{
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

.box-item-flight    .ribbon-edge-topleft,
.box-item-flight    .ribbon-edge-topright,
.box-item-flight    .ribbon-edge-bottomleft,
.box-item-flight    .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.box-item-flight    .ribbon-edge-topleft,
.box-item-flight    .ribbon-edge-topright {
}

.box-item-flight    .ribbon-edge-bottomleft,
.box-item-flight    .ribbon-edge-bottomright {
        top: 30px;
}

.box-item-flight    .ribbon-edge-topleft,
.box-item-flight    .ribbon-edge-bottomleft {
    left: -10px;
    border-color: transparent #9B1724 transparent transparent;
}

.box-item-flight    .ribbon-edge-topleft {
    top: -5px;
    border-width: 5px 10px 0 0;
}
.box-item-flight    .ribbon-edge-bottomleft {
    border-width: 0 10px 0px 0;
}

.box-item-flight    .ribbon-edge-topright,
.box-item-flight    .ribbon-edge-bottomright {
        left: 145px;
    border-color: transparent transparent transparent #9B1724;
}

.box-item-flight    .ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 10px;
}
.box-item-flight    .ribbon-edge-bottomright {
    border-width: 0 0 5px 10px;
}


@-webkit-keyframes flow {
    0% { left:-20px;opacity: 0;}
    50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
@keyframes flow {
    0% { left:-20px;opacity: 0;}
    50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}

.box-item-flight   .glow{ background: rgb(255,255,255); width:40px; height:100%; z-index:999; position:absolute;-webkit-animation: flow 1.5s linear infinite;-moz-animation: flow 1.5s linear infinite;-webkit-transform: skew(20deg);
       -moz-transform: skew(20deg);
         -o-transform: skew(20deg);background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ border-left:1px solid #fff;}

.item-card-htl .ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.item-card-htl  .ribbon span.indispo {
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #ff0000 ;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}


.item-card-htl  .ribbon span.indispo::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ff0000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff0000;
}
.item-card-htl .ribbon span.indispo::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ff0000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff0000;
}


.box-item-flight .ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.box-item-flight .ribbon span.dispo {
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #ff6600 ;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}


.box-item-flight .ribbon span.dispo::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ff6600;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff6600;
}
.box-item-flight .ribbon span.dispo::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ff6600;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff6600;
}



 .validator1 small {
    font-size: 12px;
    position: absolute;
    bottom: 105%;
    left: 15px;
    color: #fff !important;
    background-color: black;
    padding: 8px;
    border-radius: 4px;
}

.validator-log small 
{
    font-size: 12px;
    position: absolute;
    bottom: 105%;
    left: 15px;
    color: #fff !important;
    background-color: black;
    padding: 8px;
    border-radius: 4px;
     width: 215%;
}
.validator-log small:after,
.validator1 small:after {
    content: '';
    position: absolute;
    top: 32px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0,0,0,.9);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

@media (min-width: 767px) {

  #sort-value-stops.active, #sort-value-duration.active, #sort-value-price.active, #sort-value-note.active, #sort-value-name.active, #sort-value-star.active {
    border: 1px solid #F3AA00;
}
.sortBox .sort-value, .sortBox .dropdown .dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 25px;
  color: #343a40;
  font-weight: 500;
  padding: 8px 20px;
  margin-right: 12px;
}
.z-moteur {
    top: 54%;
    position: absolute;
    z-index: 15;
  }  
}

.bg-vert { background:#005a6e; }
.bg-gray-op { background:#F3F3F3; }
.bg-gray-org { background:#FF9B00; }
.bg-gray-dark { background:#343a40; }
.bg-primary {
    background-color: #009FE3!important;
}
.text-info {
  color: #005a6e!important;
}
.text-primary {
  color: #009FE3!important;
}
.text-org { color:#FF9B00;  }
.brd-r { border-right: 1px #fff solid; }
.follow_us ul {
    list-style: none;
    margin: 20px 0 25px 0;
    padding: 0;
}

.follow_us ul li {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
}



.full-screen .carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: right;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


.full-screen .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 50% !important;
    opacity: 0.5;
}

.full-screen .carousel-indicators li.active {
    background-color: #FF9B00;
    opacity: inherit;
   
    
}
.full-screen .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    top: 200px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.z-moteur .form-control { background: #fff; border-color: #fff; border-radius: 5px !important; height: 50px; }
.z-moteur .btn-primary { height: 50px;  
      font-size: 18px;
    color: #fff;
    background-color: #FF9B00;
    border-color: #FF9B00; 
    border-radius: 5px !important;}


.steamline {
    position: relative; }

.steamline .sl-left {
    float: left;
    margin-left: 0px;
    z-index: 1;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}

.steamline .sl-right {
    padding-left: 55px;
}

.cid-qNHanqAYvn11.bg-img-visa {
    padding-top: 12px;
    padding-bottom: 70px;
    background-image: url(../img/demande-de-réservation-hôtel.jpg);
}

.cid-qNHanqAYvn11.bg-account {
      padding-top: 12px;
    padding-bottom: 70px;
    background-image: url(../img/account.jpg);
}

.cid-qNHanqAYvn11.bg-acces {
       padding-top: 12px;
    padding-bottom: 70px;
    background-image: url(../img/acces.jpg);
}
.cid-qNHanqAYvn11.bg-booking-package {
    padding-top: 12px;
    padding-bottom: 70px;
    background-image: url(../img/booking-package.jpg);
}

.cid-qNHanqAYvn11.bg-booking-wwh {
    padding-top: 12px;
    padding-bottom: 70px;
    background-image: url(../img/reservation-hôtel-monde.jpg);
}

.cid-qNHanqAYvn11.bg-booking-tn {
     padding-top: 12px;
    padding-bottom: 70px;
    background-image: url(../img/booking-tn.jpg);
}

.cid-qNHanqAYvn11.bg-finance {
      padding-top: 12px;
    padding-bottom: 70px;
    background-image: url(../img/mes-paiements.jpg);
}


.cid-qNHanqAYvn11  .breadcrumb {
    background: transparent !important;
}
.cid-qNHanqAYvn11 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.cid-qNHanqAYvn11 .breadcrumb .breadcrumb-item a, 
.cid-qNHanqAYvn11 .breadcrumb .breadcrumb-item {
    color: #fff;
}

.cid-qNHanqAYvn11 h1 { font-family: Futura Bk BT;  }
.cid-qNHanqAYvn11 h1.mt-5 {margin-top: 24px !important; }

.shadow-bx {  box-shadow: 6px 3px 3px 0px rgba(0, 0, 0, .1); }


.btn-suivant-paiement {
    background-color: #ffab00 !important;
    box-shadow: 5px 4px 12px rgba(0, 0, 0, .1);
    padding:9px;
    float: right;
    width: 137px;
    height: 40px!important;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.btn-suivant-paiement:hover {
    background-color: #d68f00!important;
    box-shadow: 5px 4px 12px rgba(0, 0, 0, .1);
    padding: 11px;
    float: right;
}

/* Assitance à distance */
.rbt-purchase, .rbt-theme-dropdown {
    position: absolute;
    right: 0px;
    z-index: 6669992;
    letter-spacing: 1px;
    display: block;
}
.btn-desk {  padding: 8px;     
            text-align: center;     
            color: #005a6e; }

.rbt-btn {  
  position: fixed;
  top: 55px;
  right: 0px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
}
.text-bleu-ocy {color: #005a6e;}
.text-link {color: #007bff;}
.font-14 { font-size: 14px; }
/* Assitance à distance */

.btn-dropdzone {     
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 170px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #005a6e;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear; }

.btn-dropdzone   .MultiFile-wrap {    
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25%; }
.btn-dropdzone   .MultiFile-wrap::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f382";
    color: #005a6e;
    font-size: 28px;
    z-index: 1;
    display: block;
}
.btn-drop-1 {     
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%; }
.btn-drop {     
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%; }

.border-box {  
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 170px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear; }

.min-h-500 { min-height: 500px; }
.btn-dropdzone .btn {
   position: absolute; 
    top:65%;    
    right: 4%;         
    background-color: #ffab00 !important;
    border: none; }
@media (max-width: 768px) { 
.concept-new{ margin-bottom: 15px;}
.z-moteur .form-control {
   border: 1px solid #ced4da;
}
  #collapseEdit, #coll-filter-mob, #col-sort-mob {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
}
  .sort .nav { justify-content: space-between; }
  #collapseOne p { font-size: 12px; }
  .bg-wrapper-list { padding-bottom: 4px;
    padding-top: 4px;
    margin-bottom: 4px;
    border-top: 0px solid #CAD6E3;
    border-bottom: 0px solid #CAD6E3;}
.btn-drop-1 {  left: 2% !important;   } 
.btn-drop {left: 20% !important; }
.btn-dropdzone .MultiFile-wrap { left: 8% !important;} 
}

.mbr-parallax-background.bg-msg{
    background: url(../img/msg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      padding-top: 12px;
    padding-bottom: 70px;
    color: #fff;
}

.mbr-parallax-background.bg-msg .breadcrumb {
    background: transparent !important;
}

.mbr-parallax-background.bg-msg  .breadcrumb .breadcrumb-item a, 
.mbr-parallax-background.bg-msg  .breadcrumb .breadcrumb-item {
    color: #fff;
}

.mbr-parallax-background.bg-msg   h1 {
    font-family: Futura Bk BT;
}
.text-black { color: #333; }
.border-b { border-bottom: 1px solid #ccc; }

 .bg-opa-blu { background-color: #ebfbff; }


 .number {
        background: #fff;
    color: #333;
    border-radius: 50% !important;
    width: 25px;
    height: 20px;
    font-weight: 500;
    padding: 2px 4px;
    position: absolute;
    font-size: 10px;
    left: 36px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 8px;
    line-height: initial;
}

.border-px { border-left: 1px solid #fff;
    border-right: 1px solid #fff; }

#tarifs .persons.persons-v2 .guests { width: 100%; left: -15px; } 

.intl-tel-input {
    width: 100%;
}


.sign-in-steps .num {
    color: #ffc107;
    font-size: 41px;
    font-weight: bold;
    float: left;
}

.font-12 { font-size: 12px; }
.how-it-works { font-size: 13px; }

.popover.primary {
    border-color:#337ab7;
}
.popover.primary>.arrow {
    border-top-color:#337ab7;
}
.popover.primary>.popover-title {
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7;
}
.popover.success {
    border-color:#d6e9c6;
}
.popover.success>.arrow {
    border-top-color:#d6e9c6;
}
.popover.success>.popover-title {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6;
}
.popover.info {
    border-color:#bce8f1;
}
.popover.info>.arrow {
    border-top-color:#bce8f1;
}
.popover.info>.popover-title {
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1;
}
.popover.warning {
    border-color:#faebcc;
}
.popover.warning>.arrow {
    border-top-color:#faebcc;
}
.popover.warning>.popover-title {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc;
}
.popover.danger {
    border-color:#ebccd1;
}
.popover.danger>.arrow {
    border-top-color:#ebccd1;
}
.popover.danger>.popover-title {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1;
}

.sort a.active {    color: #287dfa !important;
    border-bottom: #287dfa 2px solid; }
.bg-bleu-opacity{ 
    font-size: 14px;
    background: #F3F5FD;
  }


  /*loading*/
 
#loading-result {
  padding-top: 8%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 99999;
  opacity: 1.0 !important;
  margin-left: 0;
}
.wainting-bg{
    margin-left:auto;
    margin-right:auto;
    float:none;
    max-width: 600px;
 }
.wainting-box {
  background: #fff;
  color: #000000;
  text-align:center;
  width:100%;
  position: relative;
}


.box-bleu {
    background-color: #26BDF7;
    color: #fff;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50% !important;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

  /*loading*/

  .font-weight-400 { font-weight: 400; }

  .fl-rating i { color: #ffc107!important; }

  .shadow {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%) !important;
 /* box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px !important; */
}
@media (max-width: 767px) {

  .pr-1-sm {
    padding-right: 4px !important;
}
.pl-1-sm {
  padding-left: 4px !important;
}
  .float-xs-right { float: right;}
  .h-mob {  width: 180px; }
  .img-mobile { height: 140px;
    object-fit: cover;
    width: 100%; }
    .btn-mobile-wwh { float: right; margin-top: 8px; }
.hidden-sm { display: none !important; } 
#coll-filter-mob .filter { 
    height: 450px;
    overflow-y: auto; }

    .nav-index.principal-nav {
      z-index: 1111;
      padding: 12px;
      background: #fff;
  }
  .nav-index .bg-warning { background-color: transparent !important;}
  .z-moteur {
    background-image: url(../img/700x350.jpg);
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px; 
    padding-top: 115px;
  }
  .pos-top-45 {    margin-top: 20px;
    margin-bottom: 20px;}
  .nav-index.principal-nav .navbar-brand img { width: 200px;}

  .bg-masthead-service {
    background-image: url(../img/768x580.jpg);
}
footer { font-size: 12px;} 
.follow_us ul {
  margin: 6px 0 0px 0 !important;
}
  } 


@media (min-width: 767px) {
  .w-md-100 {width: 100%;}

  .h-img-hotels {
    height: 250px;
    object-fit: cover;
}
  .hidden-md { display: none !important; }
.hotels-tn .pos-top {  top: 125px; }
.hot-wwh .pos-top {  top: 125px; }
.tickets .pos-top {  top: 240px; }
  .pos-top { top: 135px; }
  .pos-top-45 { top: -45px; }
  .pos-top-55 {top: 55px; }

  .nav-index.principal-nav{
    z-index: 1111;
    padding: 0px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),to(transparent));
}

  }


.bg-wrapper h1 { font-family: 'Poppins', sans-serif; }
.mt-42 { margin-top: 42px; }



.lg-bar2 {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #fff;
    z-index: 555;
    box-shadow: 0 0 3px #b5b5b5;
    text-align: center;
}

.lg-bar2 li {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.bg-opacity-white { background: rgba(255, 255, 255, 0.8); }

.bg-green { background: #4CAF50; }
.bg-yellow { background: #F3AA00; }
.bg-bleu { background: #4267B2; }

.nav-index.principal-nav.scrolled {
  background: rgba(250, 250, 250, 0.9) !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



input.datepicker[readonly] {
  background: transparent;
}

.tm-banner {
  position: relative
}

.special_offer_main {
  position: relative;
  right: 0;
  margin-top: -157px;
  width: 223px;
  z-index: 11;
  float: right;
}
.special_offer_main img {
  position: relative
}
.special_offer_main ul {
  list-style: none;
  position: absolute;
  top: 110px;
  left: 60px;
}
.special_offer_main ul li {
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  color: #333;
  font-style: italic;
}
.special_offer_main ul li .fa {
  margin-right: 8px;
  font-size: 18px;
  color: #ff6600;
  margin: 0;
  padding-top: 10px;
}


.h-54 { height: 54px; }

.dropdown-item.active, .dropdown-item:active {
    color: #005a6e;
    text-decoration: none;
    background-color: #fff;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f39200   ;
  background-color: #f39200  ;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0BAAED ;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fde9e3;
  border-color: #fde9e3;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #f39200    solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0BAAED ;
  background-color: #0BAAED ;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(244, 98, 58, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(244, 98, 58, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(244, 98, 58, 0.5);
}


/* timepicker begin */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
    text-transform: capitalize;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
  -webkit-box-shadow: 0 21px 21px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 0 21px 21px rgba(1, 1, 1, 0.09);
  box-shadow: 0 21px 21px rgba(1, 1, 1, 0.09);
}

.bootstrap-datetimepicker-widget table td.day {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
    color: #fff;
    background: #F39200;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 14px;
}

/* timepicker end */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
} 

 .datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #ffffff;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7ebff), to(#00adef));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #6ad6ff, #00adef45);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #00adef #00adef #00adef4f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #f9f9f9;
}
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
} 

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
 width: 170px;
}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer;
  text-transform: capitalize;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size:18px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
  padding: 4px 5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 21px 21px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 0 21px 21px rgba(1, 1, 1, 0.09);
  box-shadow: 0 21px 21px rgba(1, 1, 1, 0.09);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 0;
 border-bottom-width: 0;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  padding: 0.9375rem;
}
.datepicker-dropdown:before, .datepicker-dropdown:after {
  display: none;
}

@media only screen and (max-width: 40em) {
.datepicker-orient-right {
  left: 0 !important;
}
}
.datepicker-switch {
  background: white;
}
.datepicker table {
  border: none;
}
.datepicker tablethead, .datepicker tabletr:nth-of-type(even) {
  background: white;
}
.datepicker td, .datepicker th {
  border-radius: 0;
  background: white;
  /* width: 3.10rem;
  height: 3.2rem; */
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #e6e6e6;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused, .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td span:hover {
  color: #333;
  background-color: #b7ebff;
}
.datepicker table tr td span {
  border-radius: 0;
}
.datepicker table tr td.selected, .datepicker table tr td.active.active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
  color: white;
  background-color: #00adef;
  background-image: none;
  border-radius: 0;
}

th.prev, th.next {
  visibility: hidden !important;
}
th.prev:before, th.next:before {
  visibility: visible;
  color: #00adef;
}



th.prev:before {
    content: "\f191";
    font-family: Font Awesome\ 5 Free;
}

th.next:before {
    content: "\f152";
    font-family: Font Awesome\ 5 Free;
}

.sel__date {
  position: absolute;
  width: 100% !important;
  height: 80% !important;
  opacity: 0;
  /* cursor: pointer !important; */
  z-index: 10;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
}
.datepicker table tr td.old, .datepicker table tr td.old:hover {
  color: #e6e6e6;
}
.datepicker table tr:nth-of-type(even), .datepicker .datepicker-switch:hover {
  background: white;
}

.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover {
    background: #F39200 !important;
}
.hero_in {
    background: url(../img/1920X200.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: relative;
    color: #fff;
}
.hero_in_helpdesk { 
  background: url(../img/helpdesk.jpg) center center no-repeat;
      -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: relative;
    color: #fff;
}
.bg-request-flight { 
  background: url(../img/request-flight.jpg) center center no-repeat;
}
.hero_in.hero-wh {
  background: url(../img/bg-wwh-hotel.jpg) center center no-repeat;
}
.hero_in.booking-8  {  background: url(../img/bg-vol-charter.jpg) center center no-repeat;}
.hero_in.stats{
  background: url(../img/statistique.jpg) center center no-repeat!important;
}

.hero_in.hero-msg{
  background: url(../img/message.jpg) center center no-repeat!important;
}

.hero_in.travel{
  background: url(../img/VOYAGES.jpg) center center no-repeat!important;
}
.hero_in.promo{
  background: url(../img/promos.jpg) center center no-repeat!important;
}
.hero_in.finance{
  background: url(../img/1920X200.jpg) center center no-repeat!important;
}
.hero_in.visa {
    background: url(../img/Br-visa1.jpg) center center no-repeat!important;
}

.hero_in.hotel-visa {
    background: url(../img/banner-visa-hotel.jpg) center center no-repeat!important;
}
.hero_in.bg-21573{
  background: url(../img/21573.jpg) center center no-repeat!important;
}
.hero_in.bg-21570{
  background: url(../img/21570.jpg) center center no-repeat!important;
}

.hero_in.bg-contact{
  background: url(../img/contact.jpg) center center no-repeat!important;
}
.hero_in.bg-subscribe{
  background: url(../img/inscription.jpg) center center no-repeat!important;
}
.trait-yellow {
    border-top: #F39200 solid;
    width: 10%;
}

.bg-warning {
  background-color: #F39200 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #F39200 !important;
}


.has-error small, .help-block {
    font-size: 12px;
    position: absolute;
    bottom: 72%;
    left: 15px;
    color: #fff !important;
    background-color: black;
    padding: 8px;
    border-radius: 4px;
}

.has-error small:after, .help-block:after {
    content: '';
    position: absolute;
    top: 32px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0,0,0,.9);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: none;
}

.alert-mkt {
    background-color: #fff;
    border: 1px dashed #f39200;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    white-space: normal;
    font-weight: 400;
    color: #f39200;
}
.notif-label {
    color: #fff;
    background-color: #26BDF7;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50% !important;
  border: #f39200 2px solid;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
border: #f39200  2px solid;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  background: #f39200;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.time-box { 
  background: #ff9a00;
  color: #ffffff !important;
  text-align: center;
  height: 60px;
  font-size: 18px;
  border-radius: 50% !important;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  width: inherit;
  line-height: inherit;
}
.time-holder{
	background: #ff9a00;
    color: #ffffff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-radius: 50% !important;
    width: 60px;
    font-weight: bold;
}


.slide-login .carousel-caption {     bottom: 340px;}
.font-50 { font-size: 50px;}

@media (max-width: 767px)
{
  .nav-index .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
}
  .hero_in.bg-booking-tn {height: auto;}
  .h-hotel {
    height: 155px !important;
    object-fit: cover;
    width: 100%;
}
.box-info-htl { padding: 12px 25px;}
#coll-filter-mob {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
} 

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 73px;
  height: 26px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked~.switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
  opacity: 0;
}

.switch-input:checked~.switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 23px;
  height: 24px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked~.switch-handle {
  left: 46px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green>.switch-input:checked~.switch-label {
  background: #669900;
}


.badge-promo {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0,0,0,.15);
  height: 70px;
  color: #fff;
  border-radius: 50% !important;
  width: 70px;
  padding-top: 22px;
  position: absolute;
  -webkit-filter: drop-shadow(0 .5rem .3em rgba(0,0,0,.5));
  transform: translate3d(0,0,0);
  background: linear-gradient(to bottom,#e12d2d 0,#b42424 100%);
  top: 5%;
  right: 15px;
}


.usp-header__score {
  border-radius: 50px !important;
  position: absolute;
  border: 2px solid;
  width: 50px;
  height: 50px;
  padding: 6px;
  background: #fff;
  border-color: #669900;
  z-index: 20;
  text-align: center;
  line-height: 2;
}
.usp-header__ranking {
  border-radius: 25px !important;
  padding: 12px;
  position: relative;
  background: #669900;
  color: #fff;
  width: 100%;
  margin-left: 14px;
  padding-left: 42px;
  font-size: 14px;
}

.txt-vert {
  color: #669900;
}

.ribbon-warning {
  background: #F3AA00;
}
.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #fff;
}
.dxOCGp {
    position: absolute;
    width: 16px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    color: #17a2b8;
    transform: scaleX(1);
}
.bfqhPl {
    user-select: none;
    pointer-events: none;
    flex: 0 0 auto;
    transform: scale(1, 1);
    width: 24px;
    height: 24px;
}

.dxOCGpdots {
    position: absolute;
    /* width: 16px; */
    left: 0px;
    margin: auto;
    top: 2px;
    bottom: 0px;
    color: #17a2b8;
    transform: scaleX(1);
}
.kWHvBL {
    position: absolute;
    border-top: 1px solid #b8c5d8;
    top: 1px;
    bottom: 0px;
    width: 75%;
    height: 0px;
    margin: auto;
}
.h-55{ height: 55px;}
.rating {
  color: #ffcc00;
}
.h-hotel { height: 230px;     object-fit: cover; width: 100%;}
.font-weight-600 { font-weight: 600;}
.font-weight-500 { font-weight: 500;}

.gallery>li>img,
.seeMorePhoto {
    width: 100% !important;
    height: 200px !important;
}
.gallery>li.firstImg {
    width: calc(200% / 3) !important;
}
.gallery>li {
    height: calc(100% / 3) !important;
    width: calc(100% / 3) !important;
}
.gallery>li>img,
.seeMorePhoto {
    width: 100% !important;
    height: 280px !important;
}
.pictures,
.gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pictures>li {
    border: 3px solid transparent;
    float: left;
    height: calc(100% / 3);
    margin: 0 -1px -1px 0;
    overflow: hidden;
    width: calc(100% / 3);
}

.gallery>li {
    border: 3px solid transparent;
    float: left;
    height: calc(100% / 3);
    margin: 0 -1px -1px 0;
    overflow: hidden;
    width: calc(70% / 3);
}

.gallery>li.firstImg {
    width: calc(160% / 3);
}

.txt-data::after {
    content: "Show More";
    font-weight: 600;
    position: absolute;
    top: 45%;
    right: 35%;
    color: #fff;
    font-size: 20px;
    cursor: zoom-in;
}

.txt-data img {
    position: relative;
    color: #fff;
    font-size: 16px;
}

.gallery>li>img,
.seeMorePhoto {
    cursor: zoom-in;
    width: 100%;
    height: 196px;
    object-fit: cover;
}

.pictures>li>img {
    cursor: zoom-in;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery>li.hide {
    display: none;
}

.firstImg img {
    height: 398px !important;
    width: 586px !important;
}

.seeMorePhoto {
    background-color: rgba(0, 0, 0, .58);
    position: absolute;
    right: 0;
}
.photo-text-more {
  position: absolute;
  top: 0;
  left: 0;
}
#mapId {
  height: 400px;
  width: 100%;
}

@media (max-width: 767px)
{ 
  #collapseRecap {
    position: fixed;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    z-index: 1033;
    width: 100%;
    left: 0;
    min-height: 300px;
    top: 0;
}
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 20px;
  height: 20px;
  /* margin-top: -10px; */
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}
.spinner { position: relative;}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #005a6e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ff6600;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


   .badge_new {
    background: #e63946;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px;
    border-radius: 12px;
    text-transform: uppercase;
    animation: pulse 1.4s infinite;
    position: absolute;
    top: -17px;
    }

    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.1); }
      100% { transform: scale(1); }
    }
    
  .rounded-5 { border-radius: 5px !important;}
  .bg-light {
    background-color: #F6F6F6 !important;
  }
.ticket-filters .nav {
    border-bottom: 1px solid #e0e0e0;
}

.ticket-filters .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #555;
    font-weight: 500;
    padding: 0 18px 6px;
    font-size: 14px;
    cursor: pointer;
}

.ticket-filters .nav-link:hover {
    text-decoration: none;
    color: #007b8f !important;
}

.ticket-filters .nav-link.active {
    border-bottom-color: #007b8f;
    color: #007b8f;
    font-weight: 600;
}
.number-ticket {font-size: 14px; font-weight: 500;}
@media (max-width: 767px) { 
.ticket-filters .nav-link {
    padding: 0 12px 6px !important;
    font-size: 12px !important; 
     } 
    .ticket-filters .nav {
    margin-bottom: 14px !important;
}
}
    
.comment-box h3, .comment-box h2  { font-size: 16px; font-family: inherit !important;}
.comment-box h4 { font-size: 15px; font-family: inherit !important;}
.comment-box p { font-size: 14px;    font-family: inherit !important;}
.comment-box { font-family: inherit !important;}