/* @import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i&display=swap');

body {
    font-family: Poppins, sans-serif;
    font-style: normal;
    line-height: 1.5;
    color: #212529;
    font-size: 14px;
    font-weight: 500;
}

.text-primary {
  color: #008F3A  !important;
}
.text-secondary {
  color: #00b6e3 !important;
}
.text-success {
  color: #ffcc00 !important;
}
.text-info {
  color: #D90525 !important;
}
.text-warning {
  color: #F97150 !important;
}
.text-danger {
  color: #ff232b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-gray {
  color: #666  !important;
}
.text-vert {
  color: #00ACB0   !important;
}

.text-yellow {
    color: #f69e00;
}


.text-bleu {
    color: #006599;
}
@media (min-width: 767px) {
.box-contact {
   position: absolute;
    top: 270px;
    left: 30px;
    z-index: 20;
       width: 320px;
}

  .header-pc.affix { 
    background: rgba(255, 255, 255) !important; }
  .header-pc { 
    position: absolute;
    z-index: 12;
    width: 100%;
    background: rgba(255, 255, 255, 0.7); }
    h1, .h1 {
      font-size: 50px; }

    h2, .h2 {
      font-size: 30px; }

    h3, .h3 {
      font-size: 24px; }

    h4, .h4 {
      font-size: 20px; }

    h5, .h5 {
      font-size: 16px; }

    h6, .h6 {
      font-size: 14px; }

    .font-12 { font-size: 12px;  } 
    .font-14 { font-size: 14px;  } 
    .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;  } 
    .font-40 { font-size: 40px !important;  } 
    .font-65 { font-size: 65px !important;  } 
} 



@media (max-width: 767px) {

  h1, .h1 {
    font-size: 22px;  
    text-shadow: none !important;
}

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

.font-12 { font-size: 12px;  } 
.font-14 { font-size: 13px;  } 
.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-40 { font-size: 30px !important;  } 
.font-sm-14 { font-size: 14px; }
.font-16 { font-size: 14px;  } 
.font-sm-12 { font-size: 12px; }
.font-65 { font-size: 30px !important;  } 

}


@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; ;  } 

 }

.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }


/*------------------------------------------------------------------------*
/* les sections               --------------------------------------------*
------------------------------------------------------------------------- */


.bg-bleu {background-color:#0058C5;}
.bg-gris {background-color:#f7f7f7;}
.bg-grey{background-color: #ececec;} 
.bg-rouge {background-color:#fe0100;}
.bg-orange { background-color: #FFB300; }
.bg-dark {background-color: #000 !important;}
.text-shadow { text-shadow: 0px 1px 1px #fff;}


.full-screen .carousel-control-next-icon, .full-screen .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: no-repeat 50%/100% 100%;
    border: #fff 1px solid;
    background: #fff;
}

.full-screen  .carousel-control-prev-icon {
    background-image: url(../img/left-arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.full-screen .carousel-control-next-icon {
    background-image: url(../img/right-arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.full-screen.hotels-tn .carousel-caption {       top:15vh ;}
.full-screen .carousel-caption {
    position: absolute;
    right: 27%;
    bottom: 0px;
    top: 50%;
    left: 21%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.follow_us ul li {
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
    font-size: 1.25rem;
}

.follow_us ul {      padding-left:0px; }
footer ul li a {
    -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;
    display: inline-block;
    position: relative;
    color: #000;
}

.grid_item {
  display: block;
  margin-bottom: 25px;
}
.grid_item .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 100px 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: 100%;
}


.grid_item .info-txt  {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 20px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
}

.grid_item .info .cat_star {
  font-size: 9px;
  font-size: 0.5625rem;
}
.grid_item .info .cat_star i {
  color: #fff;
}

.grid_item .info p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.grid_item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.grid_item a.btn-danger {
    position: absolute;
    opacity: 0;
    bottom: 20px;
    color: #fff;
    background: transparent;
    border-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 15;
    left: 35%;
}

.grid_item.bloc-6 a.btn-danger {
     left: 42% !important;
}

.grid_item.bloc-4  a.btn-danger {
     left: 38% !important;
}


.grid_item:hover a.btn-danger {
    opacity: 1;
    bottom: 30px;
}

.single-testimonial-item .description {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    background-color: #fff;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.single-testimonial-item .description:after {
    position: absolute;
    left: 30px;
    bottom: -12px;
    background-color: #fff;
    height: 20px;
    width: 20px;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.single-testimonial-item .author-meta {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.single-testimonial-item .author-meta .thumb {
    margin-right: 20px;
}

.single-testimonial-item .author-meta .thumb img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.single-testimonial-item .author-meta .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
}

.single-testimonial-item .author-meta .content .name {
    line-height: 30px;
    font-weight: 600;
}


#reviews .carousel-indicators {
       position: absolute;
    right: -155px;
    bottom: -50px;
    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;
}


#reviews .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #D90525;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 50% !important;
    opacity: 0.2;
}

#reviews .carousel-indicators li.active {
    background-color: #D90525;
    opacity: inherit;
   
    
}


.btn.rounded-25 { border-radius: 25px; }
.btn {
    font-weight: 500;
    border-width: 1px;
    font-style: normal;
    letter-spacing: 1px;
    margin: 8px 0px;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    padding: 8px 10px;
    border-radius: 25px;
}

.btn-primary,
.btn-primary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #333 !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #333 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333 !important;
  background-color: #eabe0f !important;
  border-color: #eabe0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00b6e3 !important;
  border-color: #00b6e3 !important;
  color: #ffffff !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00b6e3 !important;
  border-color: #00b6e3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #01a7d0 !important;
  border-color: #01a7d0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #D90525  !important;
  border-color: #D90525  !important;
  color: #fff !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fff !important;
  background-color: #D90525  !important;
  border-color: #D90525  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #2AAC1B    !important;
  border-color: #2AAC1B    !important;
  color: #fff !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fff !important;
  background-color: #2AAC1B    !important;
  border-color: #2AAC1B    !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff !important;
  background-color: #2AAC1B  !important;
  border-color: #2AAC1B  !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  color: #333 !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #333 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
/* .btn-danger,
.btn-danger:active {
  background-color: #d9534f !important;
  border-color: #d9534f !important;
  color: #ffffff !important;
 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d9534f80 !important;
  border-color: #d9534f80 !important;
} */

.btn-success1,
.btn-success1:active {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
  color: #ffffff !important;
 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-success1:hover,
.btn-success1:focus,
.btn-success1.focus,
.btn-success1.active {
  color: #ffffff !important;
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.btn-success1.disabled,
.btn-success1:disabled {
  color: #ffffff !important;
  background-color: #5cb85c7a !important;
  border-color: #5cb85c7a !important;
}


.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;

}


.btn-light {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff6600;
  color: #ff6600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #00b6e3 ;
  color: #00b6e3 ;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #00b6e3 ;
  border-color: #00b6e3 ;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}


.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5;
    border-radius: 25px;
}

.btn-group-md>.btn,
.btn-md {
     padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 25px;
    margin: 5px 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #D90525  !important;
}


.hero_in {
   width: 100%;
    height: 500px;
    position: relative;
    color: #fff;
    object-fit: cover;
    padding-top: 300px;
    padding-bottom: 100px;
}

.hero_in:before {
    animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.hero_in.pages {
    background: url(../img/bg-pages.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.dde  {
    background: url(../img/dde.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.hero_in.list {
    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 !important;
    position: relative;
    color: #fff;
    object-fit: cover;
    padding-top: 135px  !important;
    padding-bottom: 20px  !important;
}




.hero_in.excursions {
    background: url(../img/excursion/photo.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.events {
    background: url(../img/event/photo.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.team, .hero_in.equipe {
    background: url(../img/event/photo.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.meet {
    background: url(../img/meet/photo.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.reviews-page {
    background: url(../img/reviews.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.hotels-page {
  background: url(../img/best-hotels.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_in.hotels-promos{
  background: url(../img/promo-hotels.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.w-30 { width: 10%; }
.w-80 {     width: 80%; }



.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.affix.navbar {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


@media (max-width: 767px) {
 .engine .form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
  #loading-result .loading {
    height: auto;
    padding: 20px;
    width: 100%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
  #collapse-filter .shadow.bg-light  {     box-shadow: none !important;
    background-color: #fff !important;
    border: 0px;}
    #collapse-edit { padding: 20px;}

    .h-80 {
      height: 55px;
  }
.bg-7-tours {
    width: 100%;
    height: 200px !important;
}
.grid_item .info {
    padding: 10px !important; } 

.sidenav .dropdown-item {
    display: block;
    width: 100%;
    padding: 0px;  
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #008F3A;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0);
    border-radius: 0px !important;
}
.header-pc { background-color: #fff; }
.sidenav  .navbar-nav  { padding: 15px; }
.affix.navbar .nav-item>a, 
.affix.navbar .navbar-brand {
  color: #000 !important;
  width: auto;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0px;
  background-color:#fff ;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 15px;
}


.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #000 !important;
}

.sidenav a {
   /*  padding: 8px 8px 8px 32px; */
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #008F3A;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 8px;
    font-size:35px;
    margin-left: 50px;
    padding-top: 0px;
}
.hidden-sm { display: none !important; }


 }

@media (min-width: 767px) {
    .hidden-md { display: none !important; }
    .bord-dashed { border-right: 1px dashed #fff; }
}

.trait-dashed { border-top: dashed 1px #fff; }

.bg-7-tours {    
background: url(../img/7.jpg) center center no-repeat;  
width: 100%;
height: 280px;
background-size: cover;}


@media (min-width: 767px) {
.z-moteur {
    top: 80%;
    position: absolute;
    z-index: 15;
}
}


 /* moteur Home */

.validator1 .small, .validator1 small {
    font-size:12px; 
    position: absolute;
    bottom: 72px;
    left: 20px;
    color: #fff !important;
    background-color: black;
    padding: 8px;
    border-radius: 4px;
}

.validator1 small:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d9";
    position: absolute;
    top: 0px;
    left: -6px;
    font-size: 22px;
    color: #000;
}

.validator1 .small:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    top: 0px;
    left: -6px;
    font-size: 22px;
    color: #000;
}

#searchForm.small, #searchForm small {
    font-size: 80%;
    font-weight: 500;
    color: red;
}
/* 
#searchForm .destination::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f015";
    position: absolute;
    top: 14px;
    left: 15px;
    color: #ccc;
    z-index: 1;
}


#searchForm .date-input::before {
    font-family: "Font Awesome 5 Free";
     font-weight: 900; 
    content: "\f073";
    position: absolute;
    top: 14px;
    left: 15px;
    color: #ccc;
    z-index: 1;
}



#searchForm .select-nuit::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f186";
    position: absolute;
    top: 14px;
    left: 15px;
    color: #ccc;
    z-index: 1;
}

#searchForm .totalhotel::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f0c0";
    position: absolute;
    top: 14px;
    left: 15px;
    color: #ccc;
    z-index: 1;
}

#searchForm .totalhotel::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f0d7";
    position: absolute;
    top: 12px;
    right: 8px;
    color:#333;
    z-index: 1;
} */
.engine-step1h .pt-12 { padding-top: 12px;}
.engine .totalhotel {
  line-height: 2.5;
}

/* #occupation input { padding-left:6px !important;}
#collapse-edit #occupation select,  #occupation select { padding-left:6px!important; border-top: solid #ced4da 1px;} */


.search-footer button { height:auto !important;}
.rating-fond {
    position: absolute;
    bottom:0;
    left: 0;
    padding: 8px 12px;
    color: #FFF;
    font-size: 14px;
    background-color: #FF9800;
}


.help-block.small {
    font-size: 80%;
    font-weight: 400;
    color: red;
}
 
/* .z-moteur  input { border-radius:0; border:0; height: 50px; font-size:14px; padding-left: 45px; text-align: left;}
.z-moteur select { border-radius:0; border:0; height: 50px; font-size:14px;  padding-left: 45px;}
.z-moteur button{   
    height: 80px;
    border-radius: 0 !important;
    margin-top: 0; }
.z-moteur .btn-warning  { color: #fff; background-color: #ff6600 ; border-color: #ff6600 ;}
.z-moteur .btn-warning:hover { color: #fff; background-color: #df5b03 ; border-color: #df5b03 ;} */

 /* moteur Home */



/* #occupation.form-control {
    border-radius: 0!important;
    height:auto !important;
    font-size: 14px;
}          */

 

.valRoomstshotel, 
.txt-room, .valAdultshotel, 
.txt-adt, .txt-enf, 
.valInfantshotel, .txt-beb 
{
    color: #565656 !important;
    font-style: normal;
}


/* #collapse-edit .guests {     width: 130%; } */

.persons.persons-v2 .guests {
  display: none;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: default!important;
  position: absolute;
  top: 90px;
  z-index: 1000;
  border-radius: 0;
  -webkit-transition: width 5s ease-in-out;
  -moz-transition: width 5s ease-in-out;
  -o-transition: width 5s ease-in-out;
  transition: width 5s ease-in-out;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: ease-out;
  left: 0px;
}

#occupation .out {
    padding: 10px;
    background-color:#fff;
    color:#008F3A;
    cursor: pointer;
    border-bottom: #ccc solid 1px;
}
.persons .guests .roomItem {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;  
}

.persons .guests .roomItem .delete-room {
    position: absolute;
    right: 8px;
    text-align: right;
    top: 4px;
}
.roomItem .form-control { height: inherit !important;  }
.roomItem .form-group button.btn {
 margin-top: 0px;
padding: 2px;
font-size: 12px; 
}


.guests .btn-primary {
    color: #fff;
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}

#occupation a{
  color: #0056a3 !important;
}

.persons .guests .search-footer { padding:15px; }
.persons .guests .button-save.valider.v-out {  
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid #008F3A;
    background-color: #008F3A;
    margin-bottom: 0px;
   }

   .persons .guests .button-save.valider.v-out:hover {  
    float: right;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid #008F3A  ;
    background-color: #008F3A  ;   
   }





/*** END Chambre & occupation version PC ***/

@media (max-width:767px)
{ .title-h { font-size: 17px;}
  .price-box {
    width: 100% !important;
}
/* .text-truncate {     overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    max-width: 280px;
} */
  .h-hotel  {     
    height: 250px;
    object-fit: cover;
    width: 100%;}
  .box-info-htl {
    padding: 12px 24px 12px 12px !important;
}
  /* .py-md-5 {
    padding-bottom: 15px;
    padding-top: 15px;
}
  .p-10 { padding-left: 10px;} */
  .sort a.active { color: #d90525!important;}

  /* .pr-sm-0{
    padding-right: 0 !important; } 
  .pr-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-left: 15px;
  } */
  /* .box-info-htl {
    padding-top: 8px;
    padding-left: 10px;
}
  .item-htl {     
    padding-left: 15px !important;
    padding-top: 0;
    padding-bottom: 0;} */
/* .h-hotel {    
  height: 170px;
  object-fit: cover; } */
  .navbar-brand img { width: 80px;}
  .hero_in {
    width: 100%;
    height: 120px !important;
    position: relative;
    color: #fff;
    object-fit: cover;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}
.hero_in.list {     height: 100% !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;}
#searchForm .persons.persons-v2 select {
    border: 1px solid #cbcbcb !important;
    padding-left: 15px;
    padding-right: 15px;
}

#searchForm .persons.persons-v2 .agechild select {
    padding-right: 0px;
}

.persons.persons-v2 .guests {
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1500;

}

.mob-men .valRoomstshotel, 
.mob-men  .valAdultshotel, 
.mob-men  .valChildrenhotel
{
    color: #333 !important;
    font-style: normal; 
    font-weight: 400;
}
.mob-men  .txt-room, .mob-men  .txt-adt,   .mob-men .txt-enf { font-weight: normal; color: #333 !important;  }
.valRoomstshotel, 
.txt-room, .valAdultshotel, 
.txt-adt, .txt-enf, 
.valChildrenhotel, .txt-beb 
{
    color: #565656 !important;
    font-style: normal;
}


.persons .form-group.room-lab {  display: block; } 
.persons .guests .rooms { 
    padding: 10px;
    height:300px;
    z-index: 10;
    overflow-y: auto; 
}
.persons .guests .roomItem {
    position: relative;
    text-align: left;
    border: 1px solid #e6e6e6;
    padding: 10px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 1px #dadada;
    margin-left: 0px;
    margin-right: 0px;
}

.persons .form-group {
    display: inline-table;
    position: relative;
}
.persons .guests .roomItem .delete-room {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 8px;
}
.roomItem .form-control { height: inherit !important;  }
.roomItem .form-group button.btn {
 margin-top: 0px; 
}

.roomItem .agechild { 
    padding-right: 0px;
    width: 100% !important;    
    padding-top: 10px;      }

.guests .btn-primary {
    color: #fff;
    background-color: #81348b;
    border-color: #81348b;
}
#collapseEditfiche .persons.persons-v2 .guests { top: 75px;} 
.persons .guests .button-save.valider.v-out { 
    margin-top: 0px;
    float: right;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid #508202;
    background-color: #508202;
    }

}

/*------------------------------------------------------------------------*
/* Typeahead                --------------------------------------------*
------------------------------------------------------------------------- */

.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 {
    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: #faa42a;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
.tt-menu h5{
    color: #008F3A;
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}


/*------------------------------------------------------------------------*
/* Typeahead                --------------------------------------------*
------------------------------------------------------------------------- */



#nav-sidebar ul { 
    padding-left:0px;   
    list-style: none;    
    display: -webkit-box;     
    border-bottom: 0px solid #dee2e6;}

#nav-sidebar ul li a {     
    display: block;
    padding: 6px 15px;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 25px!important;
    border: 0px solid #fff;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-right: 15px;}


#nav-sidebar ul li a.active {     
    background-color: #fff;
    border: 2px solid #D90525 !important;
    color: #D90525;}

.card {     
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
  background: #fff; }

.product-post  .price {
    position: absolute;
     bottom: 143px;
    left: 0;
    padding: 8px 18px;
    color: #fff;
    font-size: 16px;
    background-color: #000000b8;  }

.product-post  .promo {
    background: #ffcc00 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 14px 8px;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    font-size: 14px;
    top: 8px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}


.st-aboutus-team .thumb {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.st-aboutus-team p.name {
    font-size: 15px;
    color: #1A2B48;
    font-weight: 500;
    margin-bottom: 0px;
}
.st-aboutus-team p.pos {
    font-size: 14px;
    color: #768092;
    font-style: italic;
}
.st-aboutus-team p {
    text-align: center;
}

 @media (min-width: 767px)
{

  
.persons.persons-v2 .guests:before {

  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  top: -8px;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  right: 90%;
} 
 #collapse-edit, #bloc-mobile, #collapse-filter, #collapse-sort{
   display: block;
   transition: height 400ms ease 0s;
 } 
}


/* checkmark */
  
.content {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #888888;
}

.content input:checked ~ .checkmark:after {
    display: block;
}

.content .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #636465;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* --------------- End checkbox style  --------------- */

@media (min-width: 767px)
{
  .carte {
      position: absolute;
      top: 30px;
      left: 65px;
  }
}

#collapse-filter .card-header,
#collapse-edit .widget-recap .card-header{
    font-weight: 500;
    padding: 16px;
    border: 1px solid #dfdfdf;
}
#coll-sort-mob .card-header:before,
#collapse-filter .card-header:before,
#collapse-edit .widget-recap .card-header:before {
    content: "";
    width: 2px;
    height: 22px;
    background: #d9534f ;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 0px;
}

/* #collapse-edit   .form-control {
    padding-left: 40px !important;
    display: block;
    width: 100%;
    height: 60px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top: 0px;
} */

/* #collapse-edit  .totalhotel {
    border: 1px solid #ccc;
    height: 60px;
    padding-top: 20px !important;
    padding-left: 40px !important;
    border-top: 0px;
} */


/* #collapse-edit #searchForm .destination::before, 
#collapse-edit #searchForm .date-input::before,
#collapse-edit  #searchForm .select-nuit::before,
#collapse-edit  #searchForm .totalhotel::before,
#collapse-edit  #searchForm .totalhotel::after
{
    top: 20px !important;
}

#collapse-edit  #searchForm .select-nuit::before{ 
    left: 30px !important; }
 */


.text-up-md-small {
    font-size: 14px;
    line-height: 22px;
}


.border-ccc   { border: 1px #ccc solid; border-top: 0px;}


.slider-handle {
  background-color: #008F3A    !important;
  background-image: linear-gradient(to bottom, #008F3A  0%, #008F3A 100%) !important;
}


/* #badge-hotel .badge-success {
    color: #28a745;
    background-color: #C5FDB8;
    padding: 4px 10px;
    border-radius: 0px;
    font-size: 80%;
    margin-bottom: 4px;
} */


ul.pagination  li a {
   padding: 0px 10px;
  color:#333;
    font-size: 16px;
}

ul.pagination li.active a {
    padding: 6px 12px;
    color: #333;
    background: #ffcc00;
    border-radius: 100px;

}

#step1h .date-input::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    top: 38px;
    left: 32px;
    color:#ccc;
    z-index: 1;
}



#step1h .select-nuit::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f186";
    position: absolute;
    top: 40px;
    left: 28px;
    color: #ccc;
    z-index: 1;
}

.thead-filtre { background: #EEF8FE;}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    top: -15px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
}

.step{    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: #008F3A     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: #008F3A     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%;
  background: #008F3A    ;
}

.sort .nav-link.active {
 color: #D90525 !important;
 border-bottom: 2px solid;
}

.sort .nav-link {
    font-weight: 600;
}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #008F3A;
    background-color: #008F3A;
}


.content-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    margin-top: 2px;
    border: 1.4px solid #008F3A;
    border-radius: 50%;
}
.content-radio input:checked~.checkmark-radio:after {
    display: block;
}

.content-radio .checkmark-radio:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #008F3A;
}
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.has-error small {
    color: red;
}


#loading-result {
    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;
}
#loading-result .container {
    margin-top: 200px;
}

#step1h .t-hotel::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c0";
    position: absolute;
    top: 38px;
    left: 30px;
    color: #ccc;
    z-index: 1;
}

.category-item.effect-1 {
    overflow: hidden;
    position: relative;
}

.category-item.effect-1 .caption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 95px;
}


.category-item.effect-1 .title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 26px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
.category-item.effect-1 .sub-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}


.category-item.effect-1 p.description {
    color: #fff;
    font-size: 16px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    color: #fff;
    text-align: center;
}
.category-item.effect-1 hr  { border-top: 1px solid #fff; }
.category-item.effect-1 .title, .category-item.effect-1 p.description, .category-item.effect-1 .sub-title ,.category-item.effect-1 hr  {
    -webkit-transform: translate3d(0, 22px, 0);
    transform: translate3d(0, 22px, 0);
}



@media (max-width: 768px) {


  #collapse-filter  {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

  .bg-mobile-moteur{      background-image: url(../img/version-tablette.jpg);
    background-repeat: no-repeat,repeat;
    padding: 30px 0;
    min-height: 300px;}
#coll-sort-mob, #collapse-edit, #collapse-filter {
    position: fixed;
    z-index: 1500;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #fff !important;
}

/* .filter  {     background: #008f3a; margin-bottom: 15px;}
.filter a  {     color: #fff;}
#collapse-edit .guests {
    width: 100% !important;
    top: 0px !important;
} */

.entete-sm {
  display: none;
}

.lstrooms .pensionId  { margin-top: 10px;
  margin-bottom: 10px;}

}
.h-200 {
  height: 200px;
  object-fit: cover;
  width: 100%;
}


@media (max-width: 768px)
{
  .bs4-indicators-thumb[data-thumb=right] .carousel-inner {
      margin: 0px  !important;
  }
  .p-y-xs-2 
    { padding-bottom: 1rem!important;
      padding-top: 1rem!important;
    }

#collapseEditfiche {
  position: fixed;
  background-color: #fff!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  z-index: 1033;
  width: 100%;
  left: 0;
  min-height: 270px;
  padding: 20px;
  top: 0;
}

#step1h .t-hotel::before {
  top: 8px !important;
}

#collapseEditfiche .persons.persons-v2 .guests {
  width: 100%;
  top: 0px;
  left: 0px;
 }

 .fix-recap.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background: #fff!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

 #collapseRecap {
  position: fixed;
  background-color: #fff!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  z-index: 1033;
  width: 100%;
  left: 0;
  min-height: 300px;
  top: 0;
}
.style-recap-mobile {
  height: 440px;
  overflow-y: auto;
  overflow-x: hidden;
}

#collapseRecap .card.shadow {
  box-shadow: none!important;
}

.mt-xss-4 {
  margin-top: 115px;
}
.pr-xs-1 { padding-right: 8px;}
.pl-xs-1 { padding-left: 8px;}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}
}

@media only screen and (max-width: 768px) {
  #first {
    order: 1;
  }
  #second {
    order: 3;
  }
  #third {
    order: 4;
  }
  #fourth {
    order: 5;
  }
  #five {
    order: 2;
  }
}
.passagers input, .passagers select, .roomItem select {
  height: 40px!important;
  padding: 4px!important;
}
.engine .twitter-typeahead .form-control {
  width: 100%;
}
.engine .form-control {
  padding: 30px 12px 16px 44px;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 80px;
}
.engine .except .form-control {
  padding: 28px 12px 16px 14px!important;
}
.except .label-pos {
  left: 14px;
}
.h-80 {
  height: 80px;
}
.label-pos {
  position: absolute;
  bottom: 35px;
  left: 45px;
  font-size: 14px!important;
  color: #000;
  z-index: 9;
  font-weight: 500;
}
.destination::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  position: absolute;
  top: 25px;
  left: 12px;
  color: #008F3A   ;
  z-index: 1;
  font-size: 20px;
}
.date-input::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  position: absolute;
  top: 25px;
  left: 12px;
  color: #008F3A   ;
  z-index: 1;
  font-size: 20px;
}
.users-p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c0";
  position: absolute;
  top: 25px;
  left: 12px;
  color: #008F3A   ;
  z-index: 1;
  font-size: 20px;
}
@media (min-width: 768px){ 
  .loading { 
    height: auto;
    padding: 20px;
    background: #fff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;

  }
  .h-hotel {
    height: 240px;
    object-fit: cover;
}
.box-info-htl {
  padding-top: 14px;
  padding: 14px;
}
.span-pos-loction {
  left: -3px;
  top: 15px;
  position: absolute;
  max-width: 85%;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  padding: 2px 6px;
  border-radius: 2px;
  color: #f9f9fa;
  background: #008F3A ;
}
  .passagers select, .roomItem select {
      height: 40px!important;
      padding: 4px!important;
      border: #ccc 1px solid!important;
  }
  .passagers select, .roomItem select {
    height: 40px!important;
    padding: 4px !important;
  }
  .box-info-htl h2 { font-size: 18px;}
}

.box-info-htl {
  padding-top: 14px;
  padding: 14px;
}
.rating {
  color: #fc0;
}

.price-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 18px;
  background-color: #000000b0;
  width: 60%;
  font-family: sans-serif;
  font-weight: 700;
}
.best-hotels .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.best-hotels .nav-tabs .nav-link {
   border: transparent 2px solid;
  background: 0 0;
  color: #333;
  font-size: 16px;
  border-radius: 25px;
}
.best-hotels .nav-tabs .nav-item.show .nav-link,.best-hotels .nav-tabs .nav-link.active {
  color: #d90525 !important;
  background-color: transparent;
  border: #d90525 2px solid!important;
}
.category-item.effect-1 .caption>div {
  background-color: rgba(0,0,0,.5);
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 60px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff9100;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  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(24px, 0);
  }
}

.boardsFilter .custom-la {
  margin-right: 6px;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: none;
  /* box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px 0px !important;
  background: white !important;  */
  padding-left: 0px;}
  .boardsFilter  .custom-la.custom-radio .custom-control-label::before {
  border-radius: 0%;
}

.boardsFilter  .custom-la  .custom-control-input:checked ~ .custom-control-label::before {
display: none;
}

.boardsFilter .custom-la  .custom-control-input:checked ~ .custom-control-label {        
  padding: 4px;
  margin-bottom: 0px !important;
  color: #000 !important;
  border: #008F3A    1px solid;
  background: #fff; }
  .boardsFilter  .custom-la .custom-control-label::before {
display: none;
}


.boardsFilter  .custom-la .custom-control-input ~ .custom-control-label {
  padding: 4px;
  border-radius: 0px;
  /* box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px 0px !important; */
  text-align: center;
  border: #008F3A    1px solid;
  font-size: 12px;
}

.boardsFilter  .custom-la.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image:none;
}


@media (max-width: 768px) {
  .boardsFilter {
    overflow-y: auto;
    min-height: 32px;
    max-height: 50px;
}
.boardsFilter .custom-la .custom-control-label {
  min-width: 135px !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;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"; /* gratuite */
}