/*  
Author: lucas Faninger
*/
/* ==========================================================================
    Popup just eat 
========================================================================== 

#volet_clos {
    position: fixed;
    top: 55px;
    left: 10px;
    z-index:12;
}
#volet:target {
    left: 10px;
}
#volet {
    position: absolute;
    left: -270px;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index:12;

}
#volet {
    width: 250px;
    padding: 10px;
    background: rgba(252,202,11,1);
    color:#7D6505;
}
#volet:target a.ouvrir {
    display: none;
}
#volet a.ouvrir, #volet a.fermer {
    position: absolute;
    right: -88px;
    top: 60px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
#volet a.ouvrir, #volet a.fermer {
    padding: 10px 25px;
    background: #555;
    color: #fff;
    text-decoration: none;
}
#volet:target a.fermer {
    display: block;
}
#volet a.fermer {
    display: none;
}
*/
/* ==========================================================================
     General and Typography 
========================================================================== */
body {
    font-family:'Century Gothic',serif;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;

}
img {
    max-height:100%;
    max-width:100%;
}
section {
    position:relative;
    padding:0;
    background:#F0A830;
    color:#FFF;
    text-align:center;
}
section::before,section::after {
    position:absolute;
    content: '';
}
h3{
    color: #7D6505;
}

.ss-style-top::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(315deg,rgb(24,24,24) 50%,transparent 50%),linear-gradient(45deg,rgb(24,24,24) 50%,transparent 50%);
    margin-top:-30px;
    z-index:10;
}
.ss-style-bottom::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(583deg,rgb(24,24,24) 50%,transparent 50%),linear-gradient(136deg,rgb(24,24,24) 50%,transparent 50%);
    margin-top:0px;
    z-index: 10;
}


/* ==========================================================================
    Header 
========================================================================== */
#header {
    -webkit-background-size:;
    -moz-background-size:cover;
    -o-background-size:;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    position:relative;
}
.bg-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(44,33,5,0.2);
    z-index:0;
}
#header .center {
    position:relative;
    z-index:1;
    color:white;
}
#header .bottom {
    color:white;
}
#header .center .slogan {
    font-size:26px;
    text-transform:uppercase;
}
#header .banner h1 {
    font-size:100px;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    background:rgba(252,202,11,1);
    padding:0px 18px;
}
#header .subtitle h4 {
    display:inline-block;
    background:white;
    color:rgba(252,202,11,1);
    font-size:38px;
    padding:0px 15px;
}
#header .bottom {
    text-align:center;
    width:100%;
    position:absolute;
    bottom:30px;
}
#header .bottom a {
    font-size:36px;
    color:whitesmoke;
    position:relative;
    top:-5px;
}



/* ==========================================================================
    Navigation 
========================================================================== */
#menu {
    background:rgba(252,202,11,0.8);
    margin-bottom:0;
}
.navbar-brand h2 {
    margin-top:0;
    font-weight:bold;
    color:white;
}
.navbar-brand {
    padding-top:8px;
    padding-bottom:0;
}
.navbar-inverse .navbar-nav>li>a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    color:white;
    font-weight:bold;

}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.active>a {
    background:rgb(255,100,77);
    color:white;
    text-shadow:none;
}
.navbar-inverse {
    border-color: rgba(252,202,11,0.8);
}
.navbar-inverse .navbar-toggle {
    border-style: none;
}

/* ==========================================================================
    services 
========================================================================== */
.light-wrapper {
    background:#fbfbfb;
}
.inner {
    padding-top:100px;
    padding-bottom:100px;
}
.section-title {
    font-size:36px;
    line-height:40px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-weight:600;
    color: rgba(252,202,11,1);
}
.main.lead {
    margin-bottom:80px;
}
.lead {
    font-size:17px;
    line-height:24px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#7D6505;
    position:relative;
}
.lead:after {
    position:absolute;
    content:' ';
    background:rgba(252,202,11,1);
    width:80px;
    height:3px;
    bottom:-22px;
    left:50%;
    margin-left:-40px;
}
.story .col-wrapper {
    padding:0 10px;
}
.story .icon-wrapper {
    position:relative;
    height:80px;
    margin-top: 40px;
    color:#7D6505; 
}
#story{
    background-color:rgb(24,24,24); 
    color:rgb(250,251,253);
}


/* ==========================================================================
    parallax 
========================================================================== */
.parallax {
    background:url(../img/orchid.jpg) fixed no-repeat center center;
    -webkit-background-size:/*@@prefixmycss->No equivalent*/;
    -moz-background-size:cover;
    -o-background-size:/*@@prefixmycss->No equivalent*/;
    background-size:cover;
    position:relative;
    color:#FFF;
}
.parallax .inner {
    padding-top:130px;
    padding-bottom:130px;
}

.story .icon-wrapper i {
    font-size:70px;
}

/* ==========================================================================
    Food menu 
========================================================================== */
#food-menu{
    background-color:rgb(24,24,24); 
    color:rgb(250,251,253);
}
.menu-items {
    text-align:center;
    margin:0 auto;
    color:whitesmoke;
    position:relative;
}
.menu-titles h1 {
    text-shadow:none;
    color:rgba(252,202,11,1);
    text-align:center;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
}
#food-menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
.menu-images img {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:5px solid #dadada;
    display:block;
    margin:auto;
    margin-top: 40px;
}
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}
.tabcontent {
  color: white;
  display: none;
  padding: 50px;
  text-align: center;
}

.menucontent{
  display: none;
  padding: 0px, 50px, 50px, 50px;
  text-align: center;

} 
 
.img-item span
{
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:rgba(252,202,11,0.8); 
}
.img-item i
{
  color:rgba(252,202,11,1);
  font-size: 20px;
}

.img-item span img
{
  float:left;
  margin:0px 0px 0px 0;
}
 
 
.img-item:hover span
{
  display:inline;
  position:absolute;
  
  z-index:13;
  width:auto;
  max-width:320px;
  min-height:128px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

#Entrees {background:url(../img/menu/starter.jpg) fixed no-repeat center center; }
#Plats {background:url(../img/menu/dish.jpg) fixed no-repeat center center; }
#Desserts {background:url(../img/menu/dessert.jpg) fixed no-repeat center center; }
#Vins {background:url(../img/menu/wine.jpg) fixed no-repeat center center; }


/* ==========================================================================
   gallery 
========================================================================== */
.item{
    width:100%;
}
/* ==========================================================================
   Contact 
========================================================================== */
#contact{
    background-color:rgb(24,24,24); 
    color:rgb(250,251,253);
}


/* ==========================================================================
    Footer 
========================================================================== */
.dark-wrapper {
    background:rgba(252,202,11,1);;
    color:white;
    font-size:20px;
    font-weight:bold;
}
.dark-wrapper .ss-style-top::before {
    background-image:linear-gradient(315deg,#ed0121 50%,transparent 50%),linear-gradient(45deg,#ed0121 50%,transparent 50%);
}
.social-bar {
    width:100%;
    text-align: center;
}
.social-bar a {
    font-size:2.15em;
    text-decoration:none;
    color:#fff;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:opacity 350ms ease;
    -moz-transition:opacity 350ms ease;
    -o-transition:opacity 350ms ease;
    transition:opacity 350ms ease;
}
.social-bar a:hover {
    opacity:0.5;
    filter: alpha(opacity=50);
}


/* ==========================================================================
    Responsive styles 
========================================================================== */



@media (min-width:768px) {
    .navbar-nav {
        float:none !important;
        width:100%;
        text-align:center;
        margin-left:9px;
    }
    .navbar-nav>li {
        display:inline-block;
        float:none;
    }
    #logo {
        position:absolute;
        display:block !important;
        width:110px;
        left:50%;
        margin-left:-55px;
        background:rgba(252,202,11,1);
        -webkit-border-radius:0 0 100% 100%;
        -moz-border-radius:0 0 100% 100%;
        border-radius:0 0 100% 100%;
        padding: 12px;
    }
    .navbar-nav>li:nth-child(2) {
        margin-right: 115px;
    }
     .navbar-bottom{
        display:none;
    }
}

@media (max-width:767px) {
    #header .banner h1 {
        font-size:60px;
    }
    #header .subtitle h4 {
        font-size: 22px;
    }
    .social-bar {
        text-align: left;
        margin-top: 30px;
    }
    .navbar-bottom{
        background-color: rgba(51,51,51,0.8);
        overflow: hidden;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 12;   
    }
    .navbar-bottom a {
      width: 49.48%;
      display:inline-block;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
    }
    .navbar-bottom a:hover {
      background-color: rgb(255,100,77);
      color: white;
    }
    
}