@import url("comons.css");
@import url("index.css");
@import url("gastronomie.css");
@import url("restaurant.css");



/* Classes g�n�riques */
.clearfix :after { content:" "; clear:both; font-size:0px;  display: flex;
  margin: auto;  }
.icon, .icon-before:before, .icon-after:after, .bx-wrapper  .bx-prev, .bx-wrapper  .bx-next { content:" "; display:block; width:16px; height:16px; background:url("/img/sprite.png"); background-repeat:no-repeat; }

/* Styles contextuels */
.header-ferona {
  width:100%;
  height: 60px;
  padding:7px 0px;
  overflow:hidden;
  margin:0;
  background:#fffaf6;
  border-bottom:1px solid #4b1218;
  z-index: 9999;
}
.gallery header {
  background-color:rgba(19, 19, 19, 0.9);
}



.logo {
  width: 188px;
  height: 28px;
  object-fit: none;
  object-position: top;
}

/* Image */
.index-image{
  height: calc(100vh - 118px);
  width: 100%;
  object-fit: cover;

}
@media only screen and (max-width: 850px) {
  .index-image{
    height: calc(100vh - 135px);
  }
}

/* Menu */


@media only screen and (max-width: 850px) {
  .header-ferona nav.large-medium-screen {
    display: none;
  }
  .header-ferona nav.small-screen {
    display: block;
    transform: translate3d(0, 0, 0);
    position: absolute;
    z-index: 1000;
    width: 100%;
  }
  .menu-items {
    display: none;
    z-index: 9999;
  }
  .menu-items.show {
    display: block;
    border-bottom: 1px solid #4b1218;
    z-index: 9999;
  }
  .footer-large-medium-screen {
    display: none;
  }
  .footer-small-screen {
    display: block;
  }
  .logo{
    margin-right: 30px;
  }
  .contact-container{
    display: block;
    min-height: 79vh;
  }
  .map-container {
    display: flex;
    margin: inherit;
    margin-left: 0px;

  }
  .photo-container{
    margin: 20px 50px;
  }
  #slider{
    width: -webkit-fill-available;
  }
  .footer-fixed {
    height: 75px;
  }

  .modal-intro {
    margin: 10px;
  }
  iframe {
    width: 100%;
    display: flex;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 100px;

    height: 510px;
    border: none;
  }

}

@media  only screen and (min-width: 850px)  {
  .header-ferona nav.large-medium-screen {
    display: block;
  }
  .header-ferona nav.small-screen {
    display: none;
  }

  .footer-large-medium-screen {
    display: flex;
  }
  .footer-small-screen {
    display: none;
  }
  .contact-container{
    display: flex;
    min-height: 78vh;
    padding-top: 25px;
  }
  .text-contact{
    width: 50%;
  }
  .map-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 60px;
  }
  .map{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .photo-container{
    margin: 30px 115px
  }
  #slider{
    margin-bottom: 120px;

  }
  .brand-footer {
    position: absolute;
    right: 30px;
  }
  .footer-fixed {
      height: 58px;
  }

  iframe {
    display: flex;
    margin: auto;
    margin-top: 5%;
    height: 300px;
    border: none;
  }


}

/* Desktop */
.large-medium-screen {
  z-index:7;
  font-size:18px;
  height: 100%;
}

.header-ferona nav > ul{
  display: flex;
  justify-content: center;
  height: 100%;
}
.large-medium-screen > ul > li { margin: auto }

nav ul li {
  display: flex;
  align-items: center;
}

.header-ferona nav > ul > li a {
  color:#4b1218;
  margin-left: 5px;
}
/* Mobile */

.small-screen{
  padding: 12px;
  position: relative;
  z-index: 9999;

}
.header-ferona .small-screen > ul {
  justify-content: start;
}
.menu-items {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 47px;
  background:#fffaf6;
  width:100%;

}
.menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-items li {
  text-align: center;
  display: contents;
}

.menu-items a {
  display: block;
  padding: 10px;
}




/* Footer */

.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	background-color:#fffaf6;
  opacity: 100%;
  z-index: 1000;
	border-top:1px solid #4b1218;
  }
  .footer-relative {
    width: 100%;
    height: 68px;
    color: white;
    text-align: center;
    background:#fffaf6;;
    border-top:1px solid #4b1218;
    }
.footer {
  justify-content: center;
  list-style: none;
  padding: 0;
}
.footer-text{
  font-size: 12px;
}

.footer-item-center {
  display: flex;
  align-items: center;
}

.footer-item-right {
  text-align: right;
}
footer .footer {
  height: 100%;
  align-items: center;
}

footer .footer li {
   color:#4b1218;
}

.footer-small-screen li {
  color:#4b1218;
}
.footer-small-screen .footer-item-center {
  display: block;
  align-items: center;
}

.fa-brands {
  margin-right: 8px;
}

.fa-uber{
  margin-right: 0px;
}

.opening-hours {
  display: flex;
  flex-direction: column;
  margin-right: 40%;
}
.container-hour{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#page-content {
  position: relative;
  box-sizing:initial;
}
.book-now{
  border: 1px solid #8e8e8e;
    width: fit-content;
    padding: 5px;
    display: flex;
    margin: auto;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
}


#page-content  { z-index:5; }
#layer-map  { z-index:1; }
