@charset "UTF-8";
/* Variables */
/* Mixins */
/* Maps */
/* Polices */
@font-face {
  font-family: Roboto, sans-serif;
  src: url(https://fonts.google.com/specimen/Roboto);
  font-family: Chilanka, cursive;
  src: url(https://fonts.google.com/specimen/Chilanka);
  font-family: Devonshire, cursive;
  src: url(https://fonts.google.com/specimen/Devonshire);
  font-family: Lobster Two, cursive;
  src: url(https://fonts.google.com/specimen/Lobster+Two);
  font-family: Dancing Script, cursive;
  src: url(https://fonts.google.com/specimen/Dancing+Script);
  font-family: Caveat, cursive;
  src: url(https://fonts.google.com/specimen/Caveat);
  font-family: Mali, cursive;
  src: url(https://fonts.google.com/specimen/Mali);
  font-family: Roboto Slab, sans-serif;
  src: url(https://fonts.google.com/specimen/Roboto+Slab);
  font-family: Kalam, cursive;
  src: url(https://fonts.google.com/specimen/Kalam);
  font-family: Architects Daughter, cursive;
  src: url(https://fonts.google.com/specimen/Architects+Daughter);
  font-family: Red Hat Display, sans-serif;
  src: url(https://fonts.google.com/specimen/Red+Hat+Display);
}
/* Keyframes */
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes pointSuspension {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pointSuspension {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Général */
html {
  font-size: 100%;
  background-color: black;
}

body {
  font-size: 0.8em;
  margin: auto;
  background-color: white;
  position: relative;
  padding-bottom: 20%;
}

html, body {
  height: auto;
  min-height: 100vh;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Block en tête */
header {
  background-color: #579C87;
  -webkit-box-shadow: 0px 1px 3px 0px #579C87;
  box-shadow: 0px 1px 3px 0px #579C87;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header img {
  max-width: 240px;
  padding-top: 25px;
  padding-bottom: 20px;
}

/* Block Menu */
h1 {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 15px;
  color: #353535;
  font-family: Roboto;
  letter-spacing: 0px;
  font-size: 1.8em;
}

.menu {
  background-color: #F9F9F9;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 8px -5px #000000;
  box-shadow: 0px 0px 8px -5px #000000;
}
.menu h2 {
  background: -webkit-gradient(linear, left top, right top, from(#0431DF), to(#0887FB));
  background: -o-linear-gradient(left, #0431DF, #0887FB);
  background: linear-gradient(to right, #0431DF, #0887FB);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Dancing Script;
  letter-spacing: 0px;
  font-size: 200%;
  text-align: center;
  white-space: nowrap;
}
.menu img {
  max-width: 100%;
  max-height: 100%;
}
.menu__categorie__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__categorie__entree {
  display: inline-block;
  color: inherit;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Kalam;
  letter-spacing: 0px;
  font-size: 125%;
  margin-bottom: 2%;
  margin-top: 5%;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  white-space: nowrap;
  font-weight: initial;
}
.menu__categorie__plat {
  display: inline-block;
  color: inherit;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Kalam;
  letter-spacing: 0px;
  font-size: 125%;
  margin-bottom: 2%;
  margin-top: 5%;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  white-space: nowrap;
  font-weight: initial;
}
.menu__categorie__dessert {
  display: inline-block;
  color: inherit;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Kalam;
  letter-spacing: 0px;
  font-size: 125%;
  margin-bottom: 2%;
  margin-top: 5%;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  white-space: nowrap;
  font-weight: initial;
}
.menu__categorie__entree--width, .menu__categorie__plat--width, .menu__categorie__dessert--width {
  min-width: 165px;
  text-align: center;
}
.menu__categorie__entree--underlineEffect::after, .menu__categorie__plat--underlineEffect::after, .menu__categorie__dessert--underlineEffect::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  border-radius: 2px;
  background-color: black;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.menu__categorie__entree--underlineEffect:hover::after, .menu__categorie__plat--underlineEffect:hover::after, .menu__categorie__dessert--underlineEffect:hover::after {
  width: 100%;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.menu__entree1, .menu__entree2, .menu__entree3, .menu__plat1, .menu__plat2, .menu__plat3, .menu__dessert1, .menu__dessert2, .menu__dessert3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Kalam;
  letter-spacing: 0px;
  font-size: 11px;
  padding-left: 5%;
  padding-right: 5%;
}
.menu__entree--justify, .menu__plat--justify, .menu__dessert--justify {
  text-align: justify;
}
.menu__entree--margeGras, .menu__plat--margeGras, .menu__dessert--margeGras {
  margin-left: 20px;
  font-weight: bold;
}
.menu__dessert {
  font-family: Kalam;
  letter-spacing: 0px;
  font-size: 11px;
}
.menu h3 {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0431DF), to(#0887FB));
  background: -o-linear-gradient(left, #0431DF, #0887FB);
  background: linear-gradient(to right, #0431DF, #0887FB);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Dancing Script;
  letter-spacing: 0px;
  font-size: 1.7em;
}

/* Block Pied de page */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #579C87;
  color: #FDCB46;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Red Hat Display;
  letter-spacing: 0px;
  font-size: 125%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__menLeg {
  margin-left: 10px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.footer__contact {
  margin-right: 10px;
}
.footer a {
  text-decoration: none;
  color: #FDCB46;
}
.footer a:hover {
  display: inline-block;
  -webkit-animation: shake 1s;
  animation: shake 1s;
}
.footer__menLeg, .footer__contact {
  margin-bottom: 0%;
  margin-top: 0%;
}

/*# sourceMappingURL=menu3_style.css.map */
