@font-face {
  font-family: "Afronaut";
  src: url("fonts/Afronaut-Regular.woff2") format("woff2"), url("fonts/Afronaut-Regular.woff") format("woff"), url("fonts/Afronaut-Regular.eot");
}
@font-face {
  font-family: "CharlevoixPro";
  src: url("fonts/CharlevoixPro/CharlevoixPro-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CharlevoixPro";
  src: url("fonts/CharlevoixPro/CharlevoixPro-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/*
$spacer: 1rem;
$grid-gutter-width: 1.5rem;
$gutters: (
  0: 0,
  1: $spacer * 1.05,
  2: $spacer * .5,
  3: $spacer,
  4: $spacer * 1.5,
  5: $spacer * 3,
);
*/
/***************
HOME MIXIN
***************/
button.btn-reserver, a.btn-reserver {
  background: #5b5c64;
  border: 2px solid #5b5c64;
  padding: 11px 30px;
  font-size: 16px;
  color: #c7d7e0;
  border-radius: 40px;
  text-decoration: none;
  font-family: "Afronaut", serif;
}
button.btn-reserver:hover, a.btn-reserver:hover {
  background: none;
  border: 2px solid #5b5c64;
  font-family: "Afronaut", serif;
}

div#reservation {
  margin: auto;
  float: right;
  text-align: center;
  width: 100%;
}
div#reservation a.btn-reserver {
  background: #5b5c64;
  border: 2px solid #5b5c64;
  padding: 7px 30px;
  font-size: 16px;
  color: white;
  border-radius: 40px;
  float: right;
  text-decoration: none;
  font-family: "Afronaut", serif;
}
div#reservation a.btn-reserver:hover {
  background: none;
  border: 2px solid #5b5c64;
  font-family: "Afronaut", serif;
}
div#reservation div#langues {
  font-family: "CharlevoixPro", sans-serif;
  font-size: 15px;
  padding-top: 9px;
  float: left;
  text-align: center;
  margin: auto !important;
}
div#reservation div#langues a {
  color: #5b5c64;
}
div#reservation div#langues a.active {
  font-weight: bold;
}

div.carte-langue {
  font-size: 15px;
  padding-top: 9px;
}
div.carte-langue .active {
  font-weight: bold;
}

body {
  font-family: "CharlevoixPro", sans-serif;
  font-size: 17px;
  color: #5b5c64;
}
body.page {
  background: #c7d7e0;
  padding-top: 200px;
}
body.page header {
  background: #c7d7e0;
}
body.page div#reservation a.btn-reserver {
  color: #c7d7e0;
}
body.page div#reservation a.btn-reserver:hover {
  color: #5b5c64;
}
body.home {
  background: #d5cec6;
}
body.home header {
  background: #d5cec6;
}
body.home div#reservation a.btn-reserver {
  color: #d5cec6;
}
body.home div#reservation a.btn-reserver:hover {
  color: #5b5c64;
}

.navbar-light .navbar-toggler {
  border: none;
}

h1 {
  font-family: "Afronaut", serif;
  font-weight: normal;
  font-size: 34px;
  margin-top: 20px;
  margin-bottom: 15px;
}

a, a:hover {
  color: #5b5c64;
}

.bold {
  font-weight: bold;
}

/* navigation */
.navbar {
  padding-top: 0;
}

.navbar-nav {
  margin: auto;
}

nav#navigation {
  font-size: 19px;
  z-index: 1000;
}
nav#navigation ul.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  max-width: 970px;
}
nav#navigation ul.navbar-nav .nav-item {
  font-family: "Afronaut", serif;
}
nav#navigation ul.navbar-nav .nav-item.active {
  /*font-family: $default-font;*/
  font-weight: normal;
  /*
  a{
      sup{
         font-family: $secondary-font; 
      }
  }
  */
}
nav#navigation ul.navbar-nav .nav-item a sup {
  font-size: 12px;
}

.container {
  max-width: 1920px;
}

.container-content {
  max-width: 1460px;
  /* min-height: 1100px; */
}
.container-content div.owl-dots {
  text-align: left;
  margin-left: 20px;
}
.container-content div.owl-dots button.owl-dot {
  bottom: 40px;
  margin: 0 5px;
}

.container-contact {
  max-width: 1460px;
}

.container-home-formes {
  max-width: 1780px;
}

.container-mentions {
  max-width: 750px;
}

header {
  /*min-height: 120px;    */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 30px 60px 20px 60px;
}

.page .page-textes {
  max-width: 545px;
  float: right;
  /*margin:auto;*/
}
.page .page-textes p {
  margin-bottom: 12px;
}
.page .page-textes p a {
  font-family: "CharlevoixPro", sans-serif;
}
.page .page-textes.left {
  float: left;
}
.page .page-textes.left p {
  margin-bottom: 12px;
}
.page .page-textes.left p strong {
  font-family: "Afronaut", serif;
  font-weight: bold;
}

#hp-header {
  min-height: 1125px;
  width: 100%;
  background: url("../img/hp_bg_01.jpg") top center no-repeat;
  background-size: cover;
}

/** home */
div#home-intro {
  min-height: 100vh;
  background: url("../img/home-visuel-top.png") top center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  position: relative;
}

div#home-formes-wrapper {
  max-width: 1160px;
  margin: auto;
  display: block;
  position: relative;
  height: 1915px;
  /*
  img.home-img-forme{
      filter:grayscale(0);

      &:hover{ 
          filter:hue-rotate(215deg);
      }
  }
  */
}
div#home-formes-wrapper div#home-formes-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#home-formes-wrapper div#home-formes-navigation ul {
  position: fixed;
  top: 210px;
  font-family: "Afronaut", serif;
  font-size: 7em;
  z-index: 50;
}
div#home-formes-wrapper div#home-formes-navigation ul li {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
div#home-formes-wrapper div#home-formes-navigation ul li a {
  opacity: 0.5;
  padding: 0;
  text-decoration: none;
}
div#home-formes-wrapper div#home-formes-navigation ul li a:hover {
  color: #3d3b40;
  opacity: 1;
}
div#home-formes-wrapper div#home-forme01 {
  position: absolute;
  left: 0;
  z-index: 20;
}
div#home-formes-wrapper div#home-forme02 {
  position: absolute;
  right: 0;
  top: 250px;
  z-index: 10;
}
div#home-formes-wrapper div#home-forme03 {
  position: absolute;
  bottom: 100px;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** cuisine */
div#cuisine-menu, div.cuisine-menu {
  width: 358px;
  float: right;
  /*
  margin-top: 50px;
  margin-bottom: 27px;
  */
  margin-top: 47px;
  margin-bottom: 47px;
}
div#cuisine-menu h2, div.cuisine-menu h2 {
  font-family: "Afronaut", serif;
  font-size: 28px;
  margin-bottom: 59px;
}
div#cuisine-menu p, div.cuisine-menu p {
  font-size: 22px;
  margin-bottom: 38px;
}
div#cuisine-menu p span, div.cuisine-menu p span {
  font-size: 27px;
  font-family: "Afronaut", serif;
}

.afronaut {
  font-family: "Afronaut", serif;
  font-size: 2em;
}

div.relative {
  position: relative;
}

img.img-forme-desktop {
  position: absolute;
  bottom: -250px;
  right: -140px;
  z-index: 1;
}

div.quote {
  font-family: "Afronaut", serif;
  font-size: 22px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
div.quote div.quote-signature {
  font-family: "CharlevoixPro", sans-serif;
  font-size: 16px;
  text-align: right;
  text-transform: uppercase;
  /* margin-top: 32px; */
}

/** contact  */
.container-contact h1 {
  margin-top: 0;
}

div#contact-partenaires {
  width: 100%;
  display: inline-table;
  margin-top: 20px;
}
div#contact-partenaires div {
  float: left;
  margin-right: 50px;
}

footer {
  font-size: 16px;
  padding: 310px 0 50px 0;
  display: block;
  position: relative;
  z-index: 2000;
}
footer .container {
  max-width: 1000px;
  display: table;
}
footer .container div {
  float: left;
  margin: 0 10px;
}
footer div#socials {
  position: absolute;
  bottom: 48px;
  right: 90px;
  /*a{
      &:first-child{
          margin-right: 15px;
      }
  }*/
}

.owl-carousel {
  margin: 0 !important;
  margin-bottom: -10px !important;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
}

div.owl-dots {
  margin: auto;
  width: 100%;
  text-align: center;
  position: absolute;
}

div.owl-dots button.owl-dot {
  position: relative;
  bottom: 80px;
  border: 0;
  margin: 0 5px;
}

div.owl-dots button.owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  z-index: 10000;
  background: none repeat scroll 0 0 #869791;
  margin: 0 2px;
  opacity: 0.5;
}

div.owl-dots button.active span {
  background: #fff;
  opacity: 0.9;
}

div#langues-mobile, span#close-cross-mobile {
  display: none;
}

img.oval_2 {
  position: absolute;
  bottom: 300px;
  right: -130px;
}

/**
mobile 
*/
@media (max-width: 1500px) {
  div#langues {
    /* width: 100%;*/
    position: absolute;
    width: 75px;
    top: 0;
    right: 180px;
  }
  img.img-forme-desktop {
    position: absolute;
    bottom: -180px;
    right: -25px;
    z-index: 1;
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1566px) {
  nav#navigation {
    font-size: 16px;
    z-index: 1000;
  }
  nav#navigation ul.navbar-nav .nav-item {
    font-family: "Afronaut", serif;
  }
  nav#navigation ul.navbar-nav .nav-item.active {
    /*font-family: $default-font;*/
    font-weight: normal;
  }
  nav#navigation ul.navbar-nav .nav-item.active a sup {
    display: table;
    width: 100%;
    font-family: "CharlevoixPro", sans-serif;
  }
  nav#navigation ul.navbar-nav .nav-item a sup {
    display: table;
    width: 100%;
    font-size: 11px;
  }
  div#langues {
    position: absolute;
    right: 50px;
    top: 33px;
  }
}
@media (max-width: 1199.98px) {
  body {
    padding-bottom: 50px;
  }
  body.page {
    padding-top: 130px;
  }
  .container-mentions {
    font-size: 0.7em;
  }
  div.nav-logo {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  div.nav-logo div#logo {
    text-align: center;
  }
  h1, h2 {
    font-size: 35px;
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  div.navbar-collapse {
    background: #c7d7e0;
    position: absolute;
    top: -5px;
    left: 0;
    width: 105vw;
    height: 100vh;
  }
  /* navigation */
  span#close-cross-mobile {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 30px;
  }
  .navbar-nav {
    margin: auto;
  }
  div.nav-col {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 100;
  }
  div.nav-col nav#navigation {
    position: absolute;
    /* top:-62px;*/
    left: 0;
  }
  div.nav-col nav#navigation ul.navbar-nav {
    margin-top: 110px;
  }
  div.nav-col nav#navigation ul.navbar-nav .nav-item {
    text-align: center;
    margin-bottom: 9px;
  }
  div.nav-col nav#navigation div#langues-mobile {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
    font-family: "CharlevoixPro", sans-serif;
    font-size: 15px;
    padding-top: 33px;
  }
  div.nav-col nav#navigation div#langues-mobile a {
    color: #5b5c64;
  }
  div.nav-col nav#navigation div#langues-mobile a.active {
    font-weight: bold;
  }
  header {
    min-height: 100px;
    padding: 0;
  }
  header div.row {
    width: 100%;
    position: fixed;
    z-index: 10;
    padding-bottom: 50px;
    top: 0;
  }
  div#reservation {
    width: 100vw;
    position: fixed;
    bottom: 88px;
    left: 0;
    z-index: 20;
    /*a.btn-reserver{
        padding: 7px 43px;
        font-size: 20px;     
    }  */
  }
  div#reservation div a.btn-reserver {
    float: none;
  }
  div#reservation div#langues {
    display: none;
  }
  img.img-forme-desktop {
    display: none;
  }
  div#home-formes-navigation {
    display: none !important;
  }
  div#home-formes-wrapper {
    height: 1100px;
    padding-top: 100px;
  }
  div#home-formes-wrapper img.home-img-forme {
    max-width: 300px;
  }
  div#cuisine-menu, div.cuisine-menu {
    width: 100%;
  }
  .owl-carousel {
    height: auto;
  }
  .page-textes {
    display: contents;
    font-size: 0.85em;
  }
  .fancybox-content {
    padding: 14px;
  }
  footer {
    text-align: center;
    width: 100%;
    display: block;
  }
  footer .container {
    padding-bottom: 50px;
    /*
    div#footer-links{
        width: 300px;                  
        position: relative;
        left: 50%;
        margin-left: -150px;


        div{
            font-size: 12px;
            width: 100px; 
            float: left;
            margin:10px 0;

        }                
    } */
  }
  footer .container div.copy {
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  footer .container div#footer-links div {
    font-size: 12px;
    margin: 5px 0;
  }
  footer .container div {
    margin: auto;
    width: 100%;
  }
  footer div#socials {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 250px;
  }
  div.carte-langue {
    text-align: center;
    margin-top: 25px;
  }
  div#langues-mobile, span#close-cross-mobile {
    display: block;
  }
  /*div.owl-dots{ 
      position: absolute;    
      bottom:-70px;
  }*/
  img.oval_2 {
    display: none;
  }
}/*# sourceMappingURL=global.css.map */