/********************** NAVBAR ***************************/

/*************************** Global ****************************/
.tlh_navbar {
  margin-top: 0px !important; /* surcharge bootstrap */
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff !important;
  flex-wrap: nowrap;
  box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.3);
}
.tlh_navbar .container-fluid {
  padding-right: 0px;
  height: 65px;
}
/* Partie brand */
.tlh_navbar .tlh_navbar_brand {
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-inline-end: unset;
}
.tlh_navbar .navbar-brand {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.tlh_navbar .navbar-brand span {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  color: #f15d30;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Partie éléments du menu */
.tlh_navbar .navbar-nav > .nav-item > .nav-link:hover, .tlh_navbar .navbar-nav > .nav-item > .nav-link:focus {
  color: #ffbd00;
}
.tlh_navbar .navbar-nav > .nav-item.active > a {
  color: #ffbd00;
}
.tlh_navbar_items .tlh_nav_items .tlh_nav_item .nav-link .tlh_nav_item_image {
  width: 30px;
  position: relative;
  top: -3px;
  left: -5px;
  border-radius: 75px;
  background-color: white;
  border: 2px solid rgb(255, 189, 0);
} 
.tlh_navbar_items .tlh_nav_items .tlh_nav_item .nav-link .image-title {
  font-family: 'Alkatra', cursive;
}
/* Eléments de type langues*/ 
div.mod-languages ul li.lang-active {
  background-color: #ffbd0054;
}
/* Lorsque la navbar est scrollée */
.tlh_navbar.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: white !important;/*#fff !important;*/
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1); 
  transition: .8s all ease-out;
}
.tlh_navbar.scrolled .nav-item.active > a {
  color: #ffbd00 !important;
}
.tlh_navbar.scrolled .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #00a22a;
}
.tlh_navbar.scrolled .nav-link.active {
  color: #f15d30 !important;
}
.tlh_navbar.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .5s all ease-out;
  -o-transition: .5s all ease-out;
  transition: .5s all ease-out;
}
.tlh_navbar.scrolled.sleep { /* lorsque la navbar n'est pas visible */
  -webkit-transition: 1s all ease-out;
  -o-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
.tlh_navbar.scrolled .navbar-brand {
  color: #000000;
}

/*************************** Vue laptop ****************************/
/* Partie menu */
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .tlh_navbar .tlh_navbar_items .tlh_nav_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .tlh_navbar .tlh_navbar_items .tlh_nav_items .tlh_nav_item {
    flex: 0 0 auto;
    height: 40%;
    box-sizing: border-box;
  }
  .tlh_navbar .tlh_navbar_items .tlh_nav_items .tlh_nav_item .nav-link {
    font-size: 22px;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    color: #ffbd00;
    font-weight: 1000;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link .image-title {
    display: none;
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link .tlh_nav_item_image {
    width: 45px !important;
  }
}

/*************************** Vue smartphone ****************************/
@media (max-width: 768px) {
  .tlh_navbar {
    position: static;
    padding-top: 0rem;
    z-index: 99;
  }
  .tlh_navbar .navbar-brand {
    color: #fff;
    padding: 0px;
  }
}


/*************** Liste des articles - navigation ****************/
/*************** 3 boutons de filtrage, view et tri ****************/
.navigationArticlesList_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  background-color: #fff;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.navigationArticlesList_item {
  display: block;
  width:33%;
  /* height: 50px; */
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  /* order: 0; */
  margin: 8px;
  color: #2a9538;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  /* padding-top: 5px; */
  font-size: 20px;
  overflow-wrap: break-word;
  text-align: center;
  border: none;
  /* padding-top: 8px; */
  /* font-weight: bold; */
  transition-property: box-shadow, transform;
  transition-duration: 350ms;
  transition-timing-function: ease;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.navigationArticlesList_item:hover {
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.3);
  transform: translateY(1px);
}
.navigationArticlesList_item > button {
  border: none;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  /* color: #2a9538;
  font-weight: bold; */
  /* padding-top: 5px; */
  border-radius: 5px;
  position: relative;
  padding-bottom: 10px;
}
.navigationArticlesList_item > button > div:first-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navigationArticlesList_item > button > div:first-of-type > span {
  color: #2a9538;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  text-transform: uppercase;
}
.navigationArticlesList_item > button > div:first-of-type > i {
  color: #2a9538;
  font-size: 16px;
}
.navigationArticlesList_item > button >  div:last-of-type {
  color: #ffb534;
  font-weight: 700;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  text-align: right;
  padding-right: 15px;
  /* padding-top: 4px; */
  bottom: 0px;
  right: 0px;
}




/* Lorsque la navbar est scrollée */
#filterListMapOrder_header {
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1); 
  /* margin-top: 20px;   */
}

/* Lorsque la navbar est scrollée */
#filterListMapOrder_header.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  z-index: 3;

  box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.3);
}

#filterListMapOrder_header.scrolled.awake {
  margin-top: 60px;
  -webkit-transition: .6s all ease-out;
  -o-transition: .6s all ease-out;
  transition: .6s all ease-out;
}
/* lorsque la navbar n'est pas visible */
#filterListMapOrder_header.scrolled.sleep {
  -webkit-transition: .5s all ease-out;
  -o-transition: .5s all ease-out;
  transition: .5s all ease-out;
}


/*********************************************************************/
/*************************** OVERLAY NAVIGATION MENU ****************************/
/*********************************************************************/
/* Description : overlay du menu de navigation                       */

@media (max-width: 768px) {
  .tlh_nav_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .tlh_nav_overlay .overlay_header {  /* Entête de l'overlay, zone vide pour avoir une zone avec une hauteur définie */
    flex: 0 0 70px;
    width: 100%;
  }

   /* Eléments du menu*/ 
  .tlh_nav_overlay .tlh_nav_items {
    flex: 1 1 70%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .tlh_nav_overlay .tlh_nav_item {
    flex: 1 1 60px;
    width: 100%;
    height: 40%;
    box-sizing: border-box;
    margin: 10px;
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 0.8rem;
    padding-left: 30vw;
    padding-right: 2rem;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-align: left;
    position: relative;
    background-color: #01a331;
    font-weight: 1000;
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    transition: opacity 1.5s ease 0s;
    background-position: 0px 50%;
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item.home .nav-link:before {
    background-image: url("/images/Photos/Menu_pictures/home_menu_picture_full_500x200.jpeg");
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item.thailand .nav-link:before {
    background-image: url("/images/Photos/Menu_pictures/thai_menu_picture_full_500x200.jpeg");
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item.bali .nav-link:before {
    background-image: url("/images/Photos/Menu_pictures/bali_picture_full_500x200.jpg");
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item.contact .nav-link:before {
    background-image: url("/images/Photos/Menu_pictures/contact_picture_full_500x200.jpg");
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link:hover::before {
    opacity:0.7;
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link .image-title {
    font-family: 'Alkatra', cursive;
    position: relative
  }
  .tlh_nav_overlay .tlh_nav_items .nav-item .nav-link:hover {
    transition-property: box-shadow, transform, background-color;
    transition-duration: 350ms;
    transition-timing-function: ease;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
    transform: translateY(2px);
    background-color: #01a331;
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item.active .nav-link {
    color: #ffbd00;
  }
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link .tlh_nav_item_image {
    width: 65px;
    position: absolute;
    top: 7px;
    left: 10px;
    border-radius: 75px;
    background-color: white;
    border: 4px solid rgb(255, 189, 0);
  } 
  .tlh_nav_overlay .tlh_nav_items .tlh_nav_item .nav-link .tlh_nav_item_image:focus {
    width: 150px;
    transition-property: width;
    transition-duration: 350ms;
    transition-timing-function: ease;
  }

   /* Eléments des éléments de type langues*/ 
  .tlh_nav_overlay .tlh_nav_languages {
    flex: 1 1 20%;
  }
  .tlh_nav_overlay .mod-languages__list {
    padding-left: 8vw;
    padding-right: 8vw;
    margin-top: 4vh;
    display: flex;
    justify-content: center;
  }
  .tlh_nav_overlay .mod-languages__list > li {
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 1.5rem;
    background-color: #fff;
  }
  .tlh_nav_overlay .mod-languages__list > li > a {
    padding: .5rem;
    text-decoration: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #02a534;
    font-size: 1.5rem;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-top: 25px;
    text-align: center;
  }
  .tlh_nav_overlay .mod-languages__list > li.lang-active {
    background-color: #fff0;
  }
  .tlh_nav_overlay .mod-languages__list > li.lang-active > a {
    background-color: #ffbd0054;
  }
  .tlh_nav_overlay .mod-languages__list > li > a:hover {
    transition-property: box-shadow,opacity;
    transition-duration: 350ms;
    transition-timing-function: ease;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
    transform: translateY(2px);
    background-color: #ffbd00;
  }
  .tlh_nav_overlay .mod-languages__list > li > a > img {
    height: 25px;
  }

  /* Lorsque la navbar est scrollée */
  .tlh_navbar.scrolled {
    position: flex;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: white !important;/*#fff !important;*/
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    transition: .8s all ease-out;
  }
  .tlh_navbar.scrolled .nav-item.active > a {
    color: #ffbd00 !important;
  }
  .tlh_navbar.scrolled .nav-link {
    padding-top: 0rem;
    padding-bottom: 0rem;
    color: #ffffff;
  }
  .tlh_navbar.scrolled .nav-link.active {
    color: #f15d30 !important;
  }
  .tlh_navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .5s all ease-out;
    -o-transition: .5s all ease-out;
    transition: .5s all ease-out;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1); 
    border: 0 !important;  } 
  /* lorsque la navbar n'est pas visible */
  .tlh_navbar.scrolled.sleep {
    -webkit-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  .tlh_navbar.scrolled .navbar-brand {
    color: #000000;
  }
}