@charset "UTF-8";

/* responsive */
@media screen and (max-width: 991px){
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 992px){
  .mobile {
    display: none;
  }
  .header-menu {
      /*box-shadow: 6px 6px 6px black;*/
      text-shadow: 2px 2px 4px black;
  }
}

/* header */
.header-menu {
  padding-top: 10px;
  height: 70px;

  /* fixe position */
  position: fixed;
     top: 0;
     left: 0;
     width: 100%;

  color: #ffffff;
  
  z-index: 90;
  background-color: rgba(0, 0, 0, .55);
}

.header-menu a {
  text-decoration: none;
  color: inherit;
}

.header-menu a:hover {
  color: #f39c12;
}

.menu {
  display: inline;
  float: right;
  padding-right: 10px;
  padding-top: 10px;
}

.menu li {
  padding-left: 5px;
  display: inline;
}

.logo {
  float: left;
  font-weight: 800;
  padding-left: 10px;
}

/* responsive */
@media screen and (max-width: 991px){
  .header-menu{
    font-size: 11px;
  }
}
/* END header*/


/* main */


/* responsive */
@media screen and (max-width: 991px){
  .banniere {
    width: 100%;
  }
}
@media screen and (min-width: 992px){
  .story {
    padding-top:30px;;
  }
  .infos {
    padding-top:40px;
  }
}
/* END main */


/* footer */
.footer {
  /*background: #2c3e50;*/
  background: #212121;
  color: #ffffff;
  padding: 20px;
}

.footer h3 {
  margin-bottom: 20px;
}

#contact {
  text-align: center;
}

#contact i {
  font-size: 25px;
  color: #ffffff;
  display: block;
}

/* responsive */
@media screen and (max-width: 991px){
  #reservation{
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px){
  .googlemap {
    height: 450px;
    width: 600px;
  }
}
/* END footer */
