.hidden-ecran{
  width: 0px;
  height: 0px;
  display: none !important;
  /*position: absolute;*/
  font-size: 8px;
}

.hidden-ecran-form{
  width: 0px;
  height: 0px;
  /*display: none;*/
  position: absolute;
  color: transparent;
  opacity: 0;
  font-size: 8px;
}

:root {
  --section-space: 30px;
  --theme-color2: #009cff;
}

.espace-contenu{
  padding: 0px 25px;
}
@media only screen and (min-width: 1300px) {
    .outer-wrap {
      max-width: none; 
      background-color: transparent;
    }
}
.filter-menu1{
  background-color: transparent;
}


.hero-layout2 .hero-title, .hero-layout2 .hero-text{
      text-shadow: 5px 3px 10px #000;
}

.hero-layout2 .icon-btn{
    top: 30%;
}
.hero-layout2 .icon-btn:last-child {
    top: 40%;
}
.hero-subtitle{
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.hero-layout2 .hero-form{
  padding: 10px 30px 10px;
  margin-bottom: 10px;
}
.hero-layout2 .hero-bottom{
  margin-top: -50px;
}
/*
.vs-logo img{
  width: 60%;
}
*/
.scroll-btn:before{
  border: 0px;
}
.scroll-btn i{
  background-color: var(--theme-color);
}

.hero-layout2 .hero-mask{
  padding-bottom: 300px;
}
.hero-mask{
  padding: 140px 0px 40px 0px;
}
.block-btn-reserve{
    background-color: #1e1b1acf;
    position: absolute;
    bottom: 20px;
    left: 10%;
    border-radius: 25px;
    box-shadow: 1px 1px 15px #000;
}



@media (max-width: 768px) {
  .hero-mask{
    padding: 120px 0px 0px 0px;
  }
  .hero-layout2 .hero-mask{
    padding-bottom: 80px;
  }
  .icon-nav-slider{
    display: none;
  }
  .space-mobile{
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .breadcumb-wrapper{
    padding-top: 350px;
  }
  .block-btn-reserve{
    position: initial;
    background-image: url(/img/bg/offer-bg.jpg);
    background-color: transparent;
    border-radius: 0px;
  }



}

@media only screen and (min-width: 1300px){
  .container-bg-mdf{
            max-width: 100%;

  }
}

@media (max-width: 1500px) {
  .hero-layout2 .icon-btn {
    bottom: 10px;
  }
}


.sticky-active.active{
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 1px 1px 15px var(--theme-color);;
    transition: all .9s;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky-active.active .main-menu a{
    color: #000000;
    text-shadow: 1px 1px 1px #959595;
}

.sticky-active.active .main-menu ul.mega-menu li a{
  color: var(--theme-color);;
  text-shadow: 1px 1px 1px #000;
}
.sticky-active.active .main-menu ul.mega-menu ul li a{
  color: #FFF;
}
.sticky-active.active .main-menu .sub-menu li a {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.sticky-active.active .menu-style1 > ul > li{
      padding: 24px 0;
}
.sticky-active.active .vs-logo img {
    width: 300px;
}

@media (max-width: 768px) {
.mobile-ajutement-01{
  margin-right: 0px !important;
  margin-left: 0px !important;
  width: 100%;
}

.sticky-active.active .vs-logo img,
.sticky-active .vs-logo img {
    max-width: 250px;
}


}

@media (max-width: 425px) {
  .sticky-active.active .vs-logo img,
  .sticky-active .vs-logo img {
      max-width: 200px;
  }
}


@media (max-width: 400px) {
  .sticky-active.active .vs-logo img,
  .sticky-active .vs-logo img {
      max-width: 180px;
  }
}

@media (max-width: 375px) {
  .sticky-active.active .vs-logo img,
  .sticky-active .vs-logo img {
      max-width: 150px;
  }
}

.breadcumb-wrapper{
  background-color: #85858500;
}
.home-excursions h2{
  font-size: 18px !important;
}

.main-menu a{
  font-size: 18px;
}

.main-menu ul.sub-menu li a{
  color: #FFF;
  text-shadow: none;
  padding-left: 0px;
  font-size: 18px;
}

.main-menu ul.mega-menu > li > a{
    color: var(--theme-color);
    padding-bottom: 0;
    margin-bottom: 0;
}
.main-menu ul.mega-menu > li > a::after, 
.main-menu ul.mega-menu > li > a::before{
  content: none;
}


@media (max-width: 2400px) {
    .vs-logo img{
      width: 400px;
    }
}

@media (max-width: 1500px) {
    .hero-layout2 .icon-btn:first-child {
        left: 10% ;
        top: unset;
        bottom: 30%;
    }
}
@media (max-width: 1500px) {
    .hero-layout2 .icon-btn:last-child {
        left: 17%;
        top: unset;
        bottom: 30%;
    }
}

@media (max-width: 1440px) {
  .vs-logo img{
    width: 250px;
  }
}

@media (max-width: 1024px) {
  .vs-logo img{
    width: 250px;
  }
}
@media (max-width: 767px) {
    .hero-layout2 .icon-btn{
        top: unset;
        bottom: 10%;
    }
}
@media (max-width: 575px) {
    .hero-layout2 .icon-btn:first-child {
        left: 36%;
    }
}

.vs-header .sticky-wrapper{
  background-color: #0000005c;
}
.main-menu a{
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.main-menu a:hover {
    color: var(--theme-color);;
}

.vs-header.header-layout1{
    position: absolute;
    width: 100%;
    background-color: #0000004a;
    /*margin-top: 25px;*/
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu{
    background-color: #4d4d4d;
}
.main-menu ul.sub-menu li a:before,
.main-menu ul.sub-menu:before{
  content: none;
}
.main-menu a{
  font-weight: 100;
}
.menu-style1 > ul > li {
    padding: 35px 0;
}

.breadcumb-wrapper{
    padding-top: 450px;
    padding-bottom: 0px;
    background-position: center center;
}


.space-top-2{
  margin-top: 80px;
}

.dropdown-toggle:after{
  content: none;
}

.destination-price .price-promo{
  text-decoration: line-through;
  font-size: 20px;
  text-align: center;
}
/*.destination-style1 .destination-info{
  bottom: 80px;
}
.destination-style1 .destination-date{
    transition: 0.5s ease-in-out;
    background-color: rgba(28, 28, 28, 0.8);
    padding: 25px 30px 10px;
    max-width: 297px;
    width: 100%;
    border-radius: 0 10px 10px 0px;
    position: absolute;
    left: 0;
    bottom: 20px;
}
*/
.gallery-img5 .gallery-content{
  background-color: #ffffff42;
}
.gallery-img5 .gallery-content i{
  font-size: 20px;
  color: #000;
}
.sidebar-area .telephone i{ 
    background-color: var(--theme-color) !important;
    padding: 15px;
    border-radius: 40px;
    border: 1px solid #FFF;
    color: #fff;
}
.sidebar-area .telephone a{ 
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.sidebar-area .telephone a:hover{ 
  color: #ff681a;
}


.widget_categories .liste_error li{
    display: block;
    position: relative;
    border-radius: 6px;
    padding: 0;
    border: none;
    transition: none;
    margin-bottom: 0;
    font-size: 16px; 
    color: #842029; 
    background-color: transparent;
}

.vs-pagination span, .vs-pagination a{
  border: 0;
  line-height: 49px;
}
.vs-pagination {
    text-align: center;
    margin-bottom: 90px;
}

.blog-style2 .blog-inner-author {
  bottom: 5px;
}
.blog-inner-author{
  padding-left: 60px;
  min-height: 40px;
  padding: 10px 10px 10px 60px;
}
.blog-inner-author img{
  width: 30px;
  height: 30px;
}

#alert_messages .alert li{
  background-color: transparent;
  border: none;

}
.image-view-billetterie {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}
.image-view-produit{
    width: 425px;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}
.image-view-blog{
    width: 425px;
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}
.sec-title.h1 {
  margin: 0px;
}
.sec-title a.phone{
  color: #ff681a;
}

.sec-title a.phone:hover{
  color: #009cff;
}

.sec-text, .sec-text {
  font-size: 20px;
}

.destination-style1 .destination-info{
  /*background-color: rgb(28 28 28 / 0%);*/
  background-color: rgb(255 104 26 / 80%);
}

.image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  /*
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 20%,
    #000000 100%
  );
  */
}
.image-wrapper:hover::after{
  background: none;
}

.slick-list.draggable .destination-style1:hover,
.home-destinations .destination-style1:hover,
.slick-slide .package-style1:hover{
  box-shadow: 1px 1px 15px var(--theme-color);;
}


.destination-style1 .destination-info{
  padding: 10px 30px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-destinations .slick-list.draggable .slick-slide{
  padding: 20px;
}
.home-destinations .destination-style1 .destination-info{
  padding: 10px 30px 10px;
  bottom: 10px;
  /*max-width: 100%;*/
}
.home-destinations .destination-style1 .destination-name{
  font-size: 20px;
}
.padding-liste-destinations{
  padding: 0px 20px;
}
.shape-mockup{
  z-index: 9999;
  bottom: 0px !important;
}
.will-sticky .sticky-active.active  .vs-logo img{
    width: 300px;
}
.daterangepicker.ltr.show-calendar.openscenter{
    padding: 5px 25px 5px 0px;
}

/**** Slide ****/
.hero-slide{
    position: relative;
    overflow: hidden;
}
.hero-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    /*background-position: center;*/
    /* animation: kenBurnsBackground 5s ease-in-out infinite alternate; */
    z-index: -1;
}
@keyframes kenBurnsBackground {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.hero-slide.slick-active .hero-content {
    opacity: 0;
    animation: slideInFromRight 0.5s ease-out forwards;
}
@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
  .hero-slide.hero-mask.slick-active::before {
      z-index: initial !important;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }
}

/***************************/

/* Loading shimmer overlay pendant le téléchargement du background-image */
.bg-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(110deg, #ffceb9 30%, #fcc6ad 50%, #facf97 70%);
    background-size: 300% 100%;
    animation: bgShimmer 1.8s ease-in-out infinite;
    transition: opacity 0.6s ease;
}

.bg-loading-overlay.bg-loaded {
    opacity: 0;
    pointer-events: none;
}

@keyframes bgShimmer {
    0%   { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

/***************************/
.breadcumb-wrapper.animated-bg {
    position: relative;
    overflow: hidden;
}

.breadcumb-wrapper.animated-bg::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    /*filter: brightness(0.6) contrast(1.1) saturate(1.2);*/
    /*animation: kenBurnsZoom 40s ease-in-out infinite alternate;*/
    z-index: 1;
}

.breadcumb-wrapper.animated-bg .container {
    position: relative;
    z-index: 2;
}
.animated-bg-none{
  animation:none !important;
}

@keyframes kenBurnsZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/**************************/


.shape-mockup{
  z-index: 0;
}
.cart_table{
  margin-bottom: 5px;
}



/******************* Form  *****************/
#formReservatioModal .radioselect, .form-control, .form-select, textarea, input{
  height: 50px;
  padding: 10px 10px 10px 17px;
  border-radius: 5px;
  border: 2px solid #ff5800;
  font-size: 18px;
}

#formReservatioModal textarea.form-control, textarea {
    min-height: 60px;
}

#formReservatioModal .quantity.cart_table span{
  width: 230px;
}

#formReservatioModal .quantity.cart_table {
  margin-bottom: 20px;
}
#formReservatioModal .list-unstyled {
  display: flex;
}
#formReservatioModal ul.list-unstyled li:first-child{
  padding-right: 15px;
}

@media only screen and (max-width: 2200px) {
    .destination-detail.outer-wrap {
      margin-top: -265px;
    }
}

.block-gallery{
  display: block;
}

.modal-header{
    border-bottom: 1px solid #ff4400;
}
.modal-header button.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    opacity: 1 !important;
}
.modal-open .modal{
  z-index: 999;
}

.breadcumb-content .block-reserve{
    position: absolute;
    right: 100px;
    bottom: 130px;
}

@media (max-width: 768px) {
  .breadcumb-content .block-reserve{
    right: 20px;
  }
}

.vs-btn.reservez{
  font-size: 25px;
}

.block-reserve .tour-price{
    color: var(--theme-color);;
    font-size: 50px;
    background-color: #0000009c;
    border-radius: 10px;
    padding: 0px 10px;
}
.block-reserve .tour-price span{
  font-size: 18px;
  color: #fff;
}

.breadcumb-content{
  text-shadow: 2px 2px 2px #000;
}

#formReservatioModal select option:disabled  {
  color: #999;
  font-weight: bold;
  font-style: italic;
}

#formReservatioModal .col-form-label{
  padding-top: 0px;
  padding-bottom: 0px;
}
#formReservatioModal label{
  margin-bottom: 0px;
}

.filter-menu1{
  margin-bottom: 20px;
}
.filter-menu1 .tab-button {
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 768px) {
  .filter-menu1 .tab-button {
    font-size: 18px;
    font-weight: normal;
  }
}

/*
.block-base{
    position: relative;
    z-index: inherit;
}
.sidebar-area.fixed{
    position: fixed;
    top: 0px;
}
*/

.page-produit-detail .destination-price .price-promo{
  text-decoration: line-through;
  text-decoration: line-through;
  font-size: 20px;
  text-align: left;
  color: #999999;
}
.destiniation-layout1 .slick-dots{
  margin: 20px 0 0px 0;
}


.video-youtube iframe{
    height: 500px;
    width: 100%;
    margin: 30px 0;
}

.mobile-telephone i{
  background-color: var(--theme-color) !important;
    padding: 15px;
    border-radius: 40px;
    border: 1px solid #FFF;
    color: #fff;
}

.vs-menu-wrapper .mobile-logo{
  padding-bottom: 0px;
  padding-top: 0px;
}

.vs-mobile-menu ul li a:before{
  content: none;
}
.vs-mobile-menu .mobile-menu{
  padding: 20px 35px;
}

/****** Tableau ****/
.price-table-desktop .header{
  
}
/***** Contact **/
.contact-box{
  margin-top: 0px;
}
.contact-box_wrapper .outer-wrap{
  padding: 30px 0px 30px;
}
.contact-box .contact-box_icon{
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.contact-box .contact-box_list li {
  font-size: 22px;
  font-weight: bold;
}
.mobile-menu a{
  color: #fff;
}
.col-form-label{
  font-size: 18px;
  color: #000;
}
textarea.form-control, textarea{
  font-size: 18px;
}
.quantity{
  font-size: 16px;
}














.section-breadcumb-02{
  height: 450px;
}
@media (max-width: 768px) {

  .section-breadcumb-02{
    height: 300px;
  }

  .breadcumb-wrapper{
    padding-top: 340px;
    background-position: center center;
  }

  .quantity.cart_table{
    width: 100%;
  }
  .quantity.cart_table span{
    width: 50%;
  }
  .footer-widget.widget_nav_menu .widget_title{
    margin-top: 15px;
  }

}


/************* Menu *********************/
.offcanvas-wrapper .sidemenu-content{
  background-color: #000;
}

.offcanvas-wrapper .sidemenu-content p,
.offcanvas-wrapper .recent-post-meta a,
.offcanvas-wrapper i.fa-calendar-alt,
.offcanvas-wrapper .post-title{
  color: #FFF;
}

.offcanvas-wrapper div.widget_title{
  color: var(--theme-color);
}


/********* Omra *********/
.header-omra .vs-header.header-layout1{
  background-color: #0000008f;
}
.page-omra{
  background-image: url(../img/shape/bg.png);
  background-repeat: repeat;
  background-size: initial;
  background-position: center center;
}

@media (max-width: 768px) {
  .breadcumb-omra{
    background-position: center right;
    background-position-x: 0%;
  }
  .contact-rapide-mobile{
    background-position: left;
  }
}

/******** Medical *******/

.page-medical{
  background-image: url(../img/shape/bg-medical.png);
  background-repeat: repeat;
  background-size: initial;
  background-position: center center;
}

.section-medical{
  height: 510px;
}
.breadcumb-medical{
  padding-top: 510px;
}

@media (max-width: 768px) {
  .breadcumb-medical{
    background-position: center right;
    background-position-x: 50%;
  }
  .section-medical{
    height: 500px;
  }
}


/**************************/
.features-style1{
  background-color: #333333;
}
.features-style1:hover{
  background-color: #000;
  /*border-color: #000;*/
  border: 1px solid rgba(201, 168, 76, 0.3);
  box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.05), 0 40px 80px rgba(0, 0, 0, 0.6);
}

.testimonial-style6 .testi-avater{
  margin: 10px;
}
.testimonial-style6 .testi-avater img{
  width: 60px;
}

/********** Animation laoding in send Demande ***********/
#loading-spinner {
    text-align: center;
    padding: 20px;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--theme-color) !important; /* couleur principale */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.alert-error{
  color: red;
}


  .checkmark-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    border: 3px solid #f5a623;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: pulse 2s ease-in-out infinite;
  }
  @keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245,166,35,0.4); }
    50%       { box-shadow: 0 0 0 16px rgba(245,166,35,0); }
  }
  .checkmark-circle svg {
    width: 46px; height: 46px;
    stroke: #f5a623;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    animation: draw 0.6s ease 0.2s both;
  }
  @keyframes draw {
    from { stroke-dashoffset: 100; }
    to   { stroke-dashoffset: 0; }
  }


.main-menu ul.mega-menu li{
  padding: 0 2px;
}

.benefits--layout1 .accordion-style1 .accordion-button::before{
  background: var(--theme-color);
}

.contact-rapide-mobile .sec-title.h1 a.phone{
      color: #ffffff;
}

/***** groupe pays *****/
.breadcumb-groupe-pays{
  height: 540px;
}
.breadcumb-groupe-pays .breadcumb-wrapper{
  padding-top: 580px; 
  z-index: -1;
}
/*.breadcumb-groupe-pays .breadcumb-wrapper::before{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000000 100%);
}*/
.breadcumb-groupe-pays .breadcumb-padding{
  top: -150px;
}

.breadcumb-padding{
  padding: 0px 25px;
}

.title-moble{
  padding-top: 50px;
}

@media (max-width: 768px) {
  .breadcumb-groupe-pays{
    height: 340px;
  }
  .breadcumb-groupe-pays .breadcumb-wrapper{
    padding-top: 380px; 
    background-position: center center;
  }

  .breadcumb-groupe-pays .breadcumb-padding{
    top: -120px;
  }

  .breadcumb-padding{
   /* padding: 0px; */
  }

  .title-moble{
    padding-top: 0px;
  }
}



@media (max-width: 991px) {
    .space-extra, .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 40px);
    }
}