/* NAVBAR */
.navbar.bg-primary{
  background: #0186ff !important;
}
.navbar ul.navbar-nav{
  padding-left: 0 !important;
  margin: 0;
}
.navbar li>a.nav-link{
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
}
.navbar .dropdown-menu{
  top: 100%;
  left: 0;
  background-color: #01437c !important;
  color: #fff !important;
}
.navbar .dropdown-menu a{
  color: #fff !important;
  background: none;
  padding: 3px 5px;
  border-bottom: solid 1px #ccc;
}
.navbar .dropdown-menu a:hover{
  background: #083a6e;
}

.carousel{
  height: 300px;
  overflow: hidden;
}
.carousel-item{
  height: 300px;
  text-align: center;
}
.carousel-item img{
  max-width: none;
  display: inline-block;
  height: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .carousel{
    height: 600px;
    overflow: hidden;
  }
  .carousel-item{
    height: 600px;
  }
  .carousel-item img{
    height: 600px;
    width: auto;
  }
}
.carousel-item .carousel-caption{
  text-align: left;
  width: 750px;
  left: 0;
  bottom: 80px;
  -webkit-animation: all 0.5s forwards;
  animation: all 0.5s forwards;
  padding-left: 50px;
  background: url(../../wp-content/uploads/2018/09/bg-texte-slider.png) no-repeat top left;
}


.photo-insta{
  margin-bottom: 10px;

  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  display: inline;

  overflow: hidden;
  height: 500px;
  max-height: 1000px;
  margin: 0 !important;
  text-decoration: none;
  opacity: 1;
  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.image-wrap{
  overflow: hidden;
  max-height: 290px;
}
.photo-insta img{
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  opacity: 1 !important;
  font-size: 10px !important;
  line-height: 0.9;
  color: #999;
}
.hover{
  margin: 5px 0;
  text-align: center;
}
.hover i{
  margin-right: 5px;
}

a .img-dormir img{
  transition: all 0.5s;
}
.img-dormir{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 300px;
  overflow: hidden;
}
.img-dormir img{
  height: 100%;
  object-fit: cover;
}
a:hover .img-dormir img{
  transform: scale(1.1);
}