/* ANIMATIONS */
@keyframes fadein {
  from {opacity:0;}
  to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
  from {opacity:0;}
  to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}
  }
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 1;}
  }
@keyframes blink {
    0% {opacity: 1;} 50% {opacity: 0;} 100% {opacity: 1;}
  }
.blink {animation: blink 2s infinite;}
  
/* LAYOUT */
body {-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;position: relative;background-color: #C1A385 !important;font-family: all-round-gothic, sans-serif;font-style: normal;font-weight: 400;color: #fcf4e8;}
pre {tab-size: 8;}
ul {list-style:none;}

/* COLORS */
.dark, {color: #062d3f;}
.cream {color: #fcf4e8;}
.bgcream {background-color: #fcf4e8;}
.brown {color: #c1A385;}
.bgbrown {background-color: #c1A385;}
.browndark {color:#c9b29f;}
.bgbrowndark {background-color:#b99c7e;}
.red {color: #be5624;}
.bgred {background-color: #be5624;}

/* ICONS */
.icon {margin-right: 10px;}

/* DISPLAY */
.db {display:block;}
.dib {display:inline-block;}
.up {text-transform: uppercase;}
.cap {text-transform: capitalize;}

/* BUTTONS */
.btncustom {border-radius: 1px;border: 0px;font-weight: 600;background-color: #be5624;color: #fcf4e8;}
.btncustom:hover {background-color: #b65122;color: #fcf4e8;}

/* FONTS STYLE */
p, h1, h2, h3, h4, li {padding: 0px; margin: 0px;}
a {color:#ff3c3c;}
a, a:hover, a:active, a:visited, a:focus {text-decoration:none;}
.custom-font {font-family: noka, sans-serif;font-weight: 400;font-style: normal;}
.custom-font .gimlet {font-family: "gimlet-display", serif;font-weight: 500;}

/* FONT SIZE */
.fs07 {font-size: 0.70em;}
.fs08 {font-size: 0.80em;}
.fs09 {font-size: 0.90em;}
.fs10 {font-size: 1.00em;}
.fs11 {font-size: 1.10em;}
.fs12 {font-size: 1.20em;}
.fs13 {font-size: 1.30em;}
.fs14 {font-size: 1.40em;}
.fs15 {font-size: 1.50em;}
.fs16 {font-size: 1.60em;}
.fs17 {font-size: 1.70em;}
.fs18 {font-size: 1.80em;}
.fs19 {font-size: 1.90em;}
.fs20 {font-size: 2.00em;}
.fs21 {font-size: 2.10em;}
.fs22 {font-size: 2.20em;}
.fs23 {font-size: 2.30em;}
.fs24 {font-size: 2.40em;}
.fs25 {font-size: 2.50em;}
.fs30 {font-size: 3.00em;}
  
/* FONT WEIGHT */
.book {font-weight: 400;}
.demi {font-weight: 600;}
.bold {font-weight: 700;}

/* NAV LG HORIZONTAL */
.nav-lg-horizontal {text-align: center;margin-bottom: 40px;}
.nav-lg-horizontal li {display:inline-block;font-size: 1.00em; margin-left:15px;margin-right:15px;text-transform: uppercase;padding: 10px 15px;border: 1px solid #ffffff; border-radius: 10px;}
.nav-lg-horizontal li a {color:#FFFFFF;text-decoration: none;}
.nav-lg-horizontal li:hover {background-color:#be5624;text-decoration: none;}
  
/* VIDEO */
#background-video {width: 100vw;height: 100vh;object-fit: cover;position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;}

/* BANNER */
.banner {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; -moz-animation: fadein 2s; -webkit-animation: fadein 2s; -o-animation: fadein 2s; }
.banner .v-center {display:table; width: 100% !important; height: 500px;}
.banner .content {display:table-cell; vertical-align:middle; text-align:center; animation: fadein 2s;}
  
/* CARTE */
.carte {margin-bottom: 10vh;}
.carte h2 {margin-bottom:10px;line-height: 1.00em;font-size: 2.00rem;}
.carte .line {margin-bottom: 20px;}
.carte .plat, .carte .tarif {font-size: 1.30rem;font-weight: 600;}
.carte .plat {text-transform: uppercase;}
.carte .tarif {text-align: right;}
.carte .resume {font-size: 1.20rem;line-height: 1.30em;}
.mentions {text-align:center; font-size: 1.10rem;}

/* Contact */
.contact {}
.contact li {font-size: 1.10rem;}
.contact li a {color:#fcf4e8;text-decoration: none;}
.contact .ml {font-size: 0.80em;}
.contact a {color:#fcf4e8;text-decoration: none;}
.contact a:hover {color:#fcf4e8;}
  
/* Footer */
.nav-footer li {display: inline; font-size: 1.00rem; margin-left: 10px;margin-right: 10px;text-transform: uppercase;}
.nav-footer li a {color:#fcf4e8;text-decoration: none;}
  
/* Gallery */
.masonry {-moz-column-width: 15em; -webkit-column-width: 15em; -moz-column-gap: 1em; -webkit-column-gap:1em;}
.item {display: inline-block;padding:  .25rem;width:  100%;}
.well {position:relative;display: block; padding:0px;text-align: center;border: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.well img {margin: 0px;border: 0px;}


.mentions-legales p {font-size: 1.10rem;margin-bottom: 20px;line-height: 1.70rem;text-align: justify;}
.mentions-legales h3 {font-size: 1.10rem;margin-bottom: 10px;font-weight: 600;}
.mentions-legales ul {margin-bottom: 20px; margin-left: -30px;}
.mentions-legales li {font-size: 1.10em;margin-bottom: 0px;}
.mentions-legales a {color:#C1A385;text-decoration: none;}
.mentions-legales a:hover {text-decoration: underline;}

 