/* 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 1s 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 SIZE (UTILS)
   ================================ */

.text-xxs  { font-size: 0.625rem; }  /* 10px */
.text-xs   { font-size: 0.75rem; }   /* 12px */
.text-sm   { font-size: 0.875rem; }  /* 14px */
.text-base { font-size: 1rem; }      /* 16px */
.text-md   { font-size: 1.125rem; }  /* 18px */
.text-lg   { font-size: 1.25rem; }   /* 20px */
.text-xl   { font-size: 1.5rem; }    /* 24px */
.text-2xl  { font-size: 1.75rem; }   /* 28px */
.text-3xl  { font-size: 2rem; }      /* 32px */
.text-4xl  { font-size: 2.5rem; }    /* 40px */

/* 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: 1rem;
  margin: 0 15px;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.30);
  transition: background-color 0.2s;
}
.nav-lg-horizontal li a {
  color: #ffffff;
  text-decoration: none;
}
.nav-lg-horizontal li:hover {
  background-color: #be5624;
}
.nav-lg-horizontal li:hover a {
  color: #ffffff;
}

  
/* 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-divider {
    width: 30px
}
.carte h2 {
  margin-bottom:10px;
  line-height: 1.00em;
  font-size: 2rem;}
.carte .line {margin-bottom: 10px;}
.carte .plat, .carte .tarif {
  font-size: 1.25rem;
  font-weight: 600;}
.carte .plat {
  text-transform: uppercase;
  color: #062d3f;}
.carte .tarif {
  text-align: center;}
.carte .resume {
  font-size: 1.25rem;
  line-height: 1.30em; 
  color: #062d3f;}
.mentions {
  text-align:center; font-size: 1.10rem;}
.carte-label {font-size: 0.75rem;background-color: #be5624;padding: 5px 10px;}

/* 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;}

 