@charset "UTF-8";
/* CSS Document */
@media (min-width: 1024px) {
  .lg\:text-\[max\(8\.5vw\,theme\(\'fontSize\.62\'\)\)\] {
    font-size: max(8.5vw,3.875rem);
  }
}
.leading-\[0\.75\] {
  line-height: 0.75;
}
.font-extra-bold {
  font-weight: 800;
}
.text-\[max\(14vw\,theme\(\'fontSize\.62\'\)\)\] {
  font-size: max(14vw,3.875rem);
}

 @media screen and (max-width: 767px) {
 .logo-marche{
position: absolute;
  margin-top: 20px;
  z-index: 1;
  width: 20%;
  margin-left: 30px;
  
}
.txt-logo-marche{
 font-family: "Baikal";
  line-height: 0.75;
  font-weight: 800;
  font-size: max(6vw,3.875rem);
  color: #fff;
}
     .titre-marche{
 font-family: "Baikal";
  line-height: 0.75;
  font-weight: 800;
  font-size: max(2vw,1.875rem);
  color:  rgba(229, 44, 78, 0.8);
}
            }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .logo-marche{
position: absolute;
  margin-top: 20px;
  z-index: 1;
  width: 20%;
  margin-left: 20%;
  
}
.txt-logo-marche{
 font-family: "Baikal";
  line-height: 0.75;
  font-weight: 800;
  font-size: max(6vw,3.875rem);
  color: #fff;
}
        .titre-marche{
 font-family: "Baikal";
  line-height: 0.75;
  font-weight: 800;
  font-size: max(2vw,1.875rem);
  color:  rgba(229, 44, 78, 0.8);
}
}


/* CSS variables. Not needed for the effect to work. */

.img-wrapper {
  background-color:    var(--base);
  display:             flex;
  flex:                1 1 100%;
  height:              100%;
  overflow:            hidden;
  padding:             var(--spacing);
  position:            relative;
}

.img-wrapper img {
  filter:              grayscale(100%) contrast(1) blur(var(--blur));
  flex:                1 0 100%;
  height:              100%;
  max-width:           100%;
  mix-blend-mode:      var(--bg-blend);
  object-fit:          cover;
  opacity:             var(--opacity);
  position:            relative;
  width:               100%;
}

.img-wrapper::before {
  background-color:    var(--foreground);
  bottom:              0;
  content:             '';
  height:              100%;
  left:                0;
  mix-blend-mode:      var(--fg-blend);
  position:            absolute;
  right:               0;
  top:                 0;
  width:               100%;
  z-index:             1;
}


.cookie-bar__inner {
  background-color: #BE063E;
}
.cookie-bar__inner_tour {
  background-color: #BE063E;

}
.cookie-bar {
  background-color: #BE063E;
    
}
/* - Agenda */
.hotels-layout .content-wrapper .list-info .link-a {
  display: table-cell;
  vertical-align: middle;
  width: 54px;
  height: 100%;
  line-height: 1;
  transition: all 0.5s ease;
  position: relative;
  z-index: 11;
  top: 0;
  right: 0;
    background-color: #BE063E;
}
.hotels-layout .content-wrapper .list-info .link-a > .icons {
  color: #FFF;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  transition: all 0.3s ease;
}

.hotels-layout .content-wrapper .list-info .link-a .number {
  display: none;
  opacity: 0;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper .list-info .link-a:hover {
color: #fff;
  top: -5px;
  right: -5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.hotels-layout .content-wrapper .list-info .link-a:hover > .icons {
  color: #FFF;
}
/*.hotels-layout .content-wrapper .list-info .link:hover > .icons.hidden-icon {
  display: none;
}*/
.hotels-layout .content-wrapper .list-info .link-a:hover .number {
  display: inline-block;
  opacity: 1;
  color: #555;
}



/* Load more */
.load-more{
    width: 100%;
    background: var(--colorroug);
    text-align: center;
    color: white;
    padding: 10px 0px;
}

.load-more:hover{
    cursor: pointer;
}
.tours-layout .content-wrapper .list-info li .link > .icons {
  color: var(--colorroug);
}
.tours-layout .content-wrapper .list-info li .link:hover {
  background-color: var(--colorroug);
}

/* - / Agenda */
/* -  tooltip*/
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: var(--colorroug);
    border-radius: .25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: var(--colorroug);
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: var(--colorroug);
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: var(--colorroug);
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: var(--colorroug);
}
/* -  tooltip*/
.spinner > div {background-color: var(--colorroug);}

        .card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid var(--colorroug);
}
.btn-link-covid {
    color: var(--colorroug);
    text-decoration: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}
.titre-pages-covid {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    padding: 6px 0px;
    margin-top: 0px;
    color: var(--colorroug);
    line-height: 28px;
}
.titre-pages{background: var(--bgroug);}
.hotels-layout .content-wrapper .list-info {border-left: 1px solid var(--colorroug);}
.hotels-layout .content-wrapper .list-info li {border-bottom: 1px solid #e9e9e9;}
.hotels-layout .content-wrapper .list-info .link > .icons {
  color: var(--colorroug);
}
.ik .hotels-layout-mn .list-info-mn {background: var(--colorroug);}
.hotels-layout .content-wrapper > .content .title .price {
  color: var(--colorroug);
    font-family: 'Baikal', 'sans-serif';
  line-height: 1.2;
    font-weight: 600;
}
.hotels-layout .content-wrapper .list-info .link:hover {
  background-color: var(--colorroug);
}
.lign-dashed-color{border-bottom: 1px dashed var(--colorroug); margin: 0px 30px 0px 0px; padding: 7px 0 0 0; width: 100%;}
.lign-dashed-color-a{border-bottom: 1px dashed var(--colorroug); margin: 7px 0px 7px 0px; padding: 0px 0 0 0; width: 100%;}
.lign-solid-color-a{border-bottom: 1px solid var(--colorroug); margin: 7px 0px 7px 0px; padding: 0px 0 0 0; width: 100%;}
.sidebar-widget .widget .title-widget {border-bottom: 1px solid var(--colorroug);}
.sidebar-widget .widget .title-widget .title {border-bottom: 3px solid var(--colorroug);}
.tag {color: var(--colorroug);}
.txt-color{color:#FF6633;}
.bg-color{background-color: var(--colorroug); color: #fff;}
.footer-main {background-color: var(--colorroug);}
#back-top .link {background-color: #fff; border: 1px solid var(--colorroug); color: var(--colorroug);}
#back-top .link:hover {background-color: var(--colorroug);}
.tag:before { color: var(--colorroug);}
.dropdown-menu {border-top: 5px solid  var(--colorroug);}
.nav > li > a  > i {color: var(--colorroug);}
.nav > li > a:hover,
.nav > li > a:focus {
color: var(--colorroug);
}
.nav > li > a:hover > i ,
.nav > li > a:focus > i {
color:#000;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-bottom: 5px solid  var(--colorroug);
}
    .dropdown-menu h5{
        
     border-bottom: 1px solid #adadad;
        color:  var(--colorroug);
    }
 .dropdown-menu h5 a{
        
     border-bottom: 1px solid #adadad;
        color:  var(--colorroug);
    }
.dropdown-menu h5 a:hover,
.dropdown-menu h5 a:focus
{
        
     border-bottom: 1px solid  var(--colorroug);
        color: #222
    }

/* menu header*/
.d-menu{padding: 15px;}
    .dropdown-menu_ {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    min-width: 260px;
    padding: 15px;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 0px solid #fff;
    border-left: 0px solid rgba(0, 0, 0, .15);
      border-right: 0px solid #fff;

    border-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
        /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}
    .dropdown-menu h5{
        
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-bottom: 2px;
        padding-top: 5px;
    }
    .dropdown-menu ul{
    margin-bottom:10px;
        padding-left: 0;
    }
    .dropdown-menu ul li {
        
        font-size: 18px;
        color: #30FF00;
        list-style: none;
        line-height: 20px;
       /* padding: 1px 0 0 0;*/
    }
     .dropdown-menu ul li .last{
        padding: 5px 0 15px 0;
    }
     .dropdown-menu ul li a{
        
        font-size: 14px;
        color: #000;
    }
     .dropdown-menu ul li a:hover{
        
        font-size: 14px;
        color:  var(--colorroug);
         list-style: none;
    }

/* ---mobile menu---*/
.wrapper-mobile-nav {
  background: var(--colorroug);
    color: #fff;}
 .menu-mobile {
    background-color:  var(--colorroug);
  } .bgmb {
    background-color: #fff;
  }
.menu-mobile .main-menu {
  color: #fff;
  background-color: var(--colorroug);
}
.menu-mobile .main-menu:active,
.menu-mobile .main-menu:hover {
  background-color: var(--colorroug);
}
.dropdown-menu-1 li .link-page,
.dropdown-menu-2 li .link-page {
 /* text-transform: capitalize;*/
  color:  var(--colorroug);
  font-weight: normal;
  line-height: 25px;
  /*padding: 0 10px;*/
}
.menu-mobile .dropdown-menu.dropdown-menu-1 .link-page {
  color:  var(--colorroug);
}

.wrapper-mobile-nav .header-main .login-widget2 {
  border-bottom: none;
  margin-top: 20px;
  /*display: none;*/
}
.wrapper-mobile-nav .header-main .login-widget2 .item2 {
  background-color:  var(--colorroug);
  border: 1px solid #444;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.wrapper-mobile-nav .header-main .login-widget2 .item2:hover {
  background-color:  var(--colorroug);
}
@media screen and (max-width: 2600px) {
    .audate{background: var(--colorroug);}
.blog-post .blog-content .date {border: 1px solid var(--colorroug);}
.blog-post .blog-content .date .day {color: var(--colorroug);}
}
@media screen and (max-width: 480px) {
.audate{background: transparent; color:#222; vertical-align: inherit;}
.blog-post .blog-content .date {border: 0px solid var(--colorroug);}
.blog-post .blog-content .date .day {color: var(--colorroug);}
.blog-post .blog-content .date .month {color: var(--colorroug);}
}
@media screen and (max-width: 767px) {
   .nav > li > a  > i {
color:#fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
color:#000;
}
.nav > li > a:hover > i ,
.nav > li > a:focus > i {
color:#000;
} 
    .menu-mobile {

    text-align: center;

}
    .header-02 .hamburger-menu-wrapper {background-color: var(--colorroug);}
    .wrapper-mobile-nav .header-main .login-widget2 li {

    width: auto;
    border-bottom: none;

}
}
/*--- /mobile menu--- */
/* pages*/
.group-title .sub-title .icons:after {
  position: absolute;
  content: '';
  width: 54px;
  height: 2px;
  background-color: var(--colorroug);
  right: 105%;
  bottom: 7px;
}

/* / Pages*/
/*recherche*/ 

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: var(--colorroug) !important;
    background-color: var(--colorroug) !important;
    background-image: none;
    filter: none;
}
/* / recherche*/ 
/* GUICHETS  */

.mgbgvt {
    /* font-size: 0.85em; */
    text-decoration: none;
    font-size: 1em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--colorroug);
    font-weight: bold;
    min-width: 280px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-variant: normal;
    text-transform: uppercase;
}

.mgbgv {
    /* font-size: 0.85em; */
    padding: 0 0 0 18px;
    text-decoration: none;
    background: url(/mn/css/images/arrow_on.png) no-repeat 4px 8px;
    font-size: 0.9em;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #E3E3E3;
}
.mgbgv a {
  
	text-decoration: none;
}
.mgbgv a:active {
    color: #000;
	text-decoration: none;
}

.mgbgv a:hover {
    color: var(--colorroug);
	text-decoration: none;
}
.mgb::before {
    position: absolute;
    content: "\f061";
    font-family: FontAwesome;
    left: 0px;
    font-size: 10px;
    color: var(--colorroug);
}
.group-title .sub-title-gv .text {
    font-size: 22px;
    color: var(--colorroug);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}
.group-title .sub-title-gv .icons {
    font-size: 22px;
    color: #c6c6c6;
    margin-left: 60px;
    position: relative;
}
.group-title .sub-title-gv .icons:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 2px;
    background-color: #222;
    right: 105%;
    bottom: 7px;
}
/* End GUICHETS  */