/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Sous-menu langue */
.lang_list_class {
 min-width:90px; 
}
.globe_class {
  margin-left:5px;
}

.ashiana-header__language-switcher--label-icon{
 display:none; 
}


/* Homepage */
#hs_cos_wrapper_dnd_areahome-module-6 .right_icon {
 min-width:55px; 
}

/* Team */
.ltn__team-area .team-img {
  max-height:280px !important; //replacing the generated height
}

/* Activities */
.custom-activity-cards {
  padding:30px 0 30px 0 !important;
}

.custom-activity-cards .Buy-Home-card {
  display:flex;
  justify-content:space-between;
}

.custom-anchor {
  position:relative;
  top:-50px;
  z-index:-1;
}

.custom-activity-cards h3.custom-subtitle {
  margin-top:40px;
  margin-bottom:30px;
}

.custom-activity-cards .Buy-Home-card .ltn__feature-icon {
  margin-bottom:0 !important;
  margin-right:30px !important;
  width:25%;
}

.custom-activity-cards .Buy-Home-card .ltn__feature-icon img {
  max-width:100% !important;
  width:auto !important;
  height:auto !important;
}

.custom-activity-cards .Buy-Home-card .Buy-Home.content {
  width:100%;
}

.custom-activity-cards .Buy-Home-card .Buy-Home.arrow {
  display:flex;
  align-items:center;
}

.custom-activity-cards .Buy-Home-card .Buy-Home.arrow a {
  margin-top:0 !important;
  height:100%;
}

.activity_days{
  display:flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  justify-content:center;
}

.activity_days li {
  margin:0 10px;  
}

.activity_days a {
  color:#00b04d;
  text-decoration:none;
}

.activity_days a:hover {
  font-weight:bold; 
}

.ltn__page-details-inner .ltn__blog-img {
 text-align:center; 
}

/* Slider */
.dnd-module .slick-prev, .dnd-module .slick-next {
  width:40px !important;
  height:40px !important;
  margin-top:-20px !important;
}

.dnd-module .slick-prev:before, .dnd-module .slick-next:before {
 font-size:40px !important; 
}

/* Liste des albums */
.hs-image__grid__list a {
  color:#212529 !important;
}

@media (max-width: 600px) {
  .ashiana-header__logo #hs-link-Header_hs_logo_widget img {
      width: 45px !important;
  }
}