body {
  background: #f8f9fb;
}

html, body, ul, ol, li, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "redressedregular";
  src: url("../../public/font/Redressed-webfont.eot");
  src: url("../../public/font/Redressed-webfont.eot?#iefix") format("embedded-opentype"), url("../../public/font/Redressed-webfont.woff") format("woff"), url("../../public/font/Redressed-webfont.ttf") format("truetype"), url("../../public/font/Redressed-webfont.svg#redressedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "desyrelregular";
  src: url("../../public/font/desyrel-webfont.eot");
  src: url("../../public/font/desyrel-webfont.eot?#iefix") format("embedded-opentype"), url("../../public/font/desyrel-webfont.woff") format("woff"), url("../../public/font/desyrel-webfont.ttf") format("truetype"), url("../../public/font/desyrel-webfont.svg#desyrelregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.logo {
  width: 2em;
  height: 100%;
}

.clipart {
  width: 7em;
  height: 100%;
}

.wide {
  width: 100%;
  border: none;
}

a {
  color: #ffd000;
}

.hcenter {
  text-align: center;
}

#main {
  font-family: arial;
}
#main .top-banner__title {
  font-size: 3em;
}
#main .cover__lne p, #main .cover__lne .logo {
  font-size: 2.5em;
  color: black;
}
#main .cover__lne p:nth-child(2), #main .cover__lne .logo:nth-child(2) {
  font-family: redressedregular;
}
#main .cover__lne p:nth-child(3), #main .cover__lne .logo:nth-child(3) {
  font-family: "Comic Sans MS";
}
#main .cover__lcf p {
  font-size: 2.5em;
}
#main .cover__lcf p:nth-child(1) {
  font-family: "Courier New";
}
#main .cover__lcf p:nth-child(1) .firsthue-start {
  color: #e38913;
}
#main .cover__lcf p:nth-child(1) .firsthue-end {
  color: #8f5bfe;
}
#main .cover__lcf p:nth-child(2) {
  font-family: "Times New Roman";
  color: #e38913;
}
#main .cover__ldp p {
  font-size: 2.5em;
  color: rgba(0, 89, 255, 0.801);
}
#main .cover__ldp p:nth-child(1) {
  font-family: "";
}
#main .cover__ldp p:nth-child(2) {
  font-family: "Comic Sans MS";
}
#main .cover__lpg p {
  font-size: 2.5em;
  color: #25887c;
}
#main .cover__lpg p:nth-child(1) {
  font-family: "Trebuchet MS";
}
#main .cover__lpg p:nth-child(1) .secondhue-start {
  color: #3d923a;
}
#main .cover__lpg p:nth-child(1) .secondhue-end {
  color: #bfff7f;
}
#main .cover__lpg p:nth-child(2) {
  font-family: "Comic Sans MS";
}
#main .button {
  font-size: 1.5em;
}
#main .bottom-banner {
  font-size: 1.3em;
}

#main__resto .resto__title-fontsize {
  font-size: 3em;
}
#main__resto .resto-lne__title-font {
  font-family: redressedregular;
}
#main__resto #resto-lne {
  font-family: desyrelregular;
}
#main__resto #resto-lne .resto-lne__service-fontsize {
  font-size: 1.5em;
}
#main__resto #resto-lne .item .price {
  font-size: 1.3em;
}
#main__resto .container__resto-lcf .firsthue-start {
  color: #e38913;
}
#main__resto .container__resto-lcf .firsthue-end {
  color: #8f5bfe;
}
#main__resto .container__resto-lcf .resto-lcf__title-font {
  font-family: "Courier New";
}
#main__resto .container__resto-lcf .resto-lcf__color-starter {
  color: #e38913;
}
#main__resto .container__resto-lcf .resto-lcf__color-maincourse {
  color: purple;
}
#main__resto .container__resto-lcf .resto-lcf__color-dessert {
  color: #8f5bfe;
}
#main__resto .resto-ldp__title-font {
  font-family: "";
}
#main__resto #resto-ldp {
  font-family: "Comic Sans MS";
}
#main__resto #resto-ldp .resto-ldp__service-fontsize {
  font-size: 1.5em;
}
#main__resto #resto-ldp .item .price {
  font-size: 1.3em;
}
#main__resto .container__resto-ldp h1 {
  color: rgba(0, 89, 255, 0.801);
}
#main__resto #resto-lpg {
  font-family: "Comic Sans MS";
}
#main__resto #resto-lpg .resto-lpg__service-fontsize {
  font-size: 1.5em;
}
#main__resto #resto-lpg .item .price {
  font-size: 1.3em;
}
#main__resto .container__resto-lpg .secondhue-start {
  color: #3d923a;
}
#main__resto .container__resto-lpg .secondhue-end {
  color: #bfff7f;
}
#main__resto .resto-lpg__title-font {
  font-family: "Trebuchet MS";
}

.sign_text {
  margin-left: 10px;
  font-size: 2em;
}

.button {
  display: flex;
  margin: 50px auto 150px auto;
  width: 250px;
  height: 50px;
  background-color: #25887c;
  color: #ffd000;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.button .tbs {
  position: absolute;
  align-self: center;
  left: 25px;
}
.button .tbs__firstdot--animated {
  opacity: 0;
  animation: soon 7s infinite;
}
.button .tbs__seconddot--animated {
  opacity: 0;
  animation: soon 7s 300ms infinite;
}
.button .tbs__thirddot--animated {
  opacity: 0;
  animation: soon 7s 600ms infinite;
}

@keyframes soon {
  0%, 10%, 30%, 50%, 70%, 90% {
    opacity: 0;
  }
  20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
}
.top-banner {
  background-color: #25887c;
  color: #ffd000;
}
.top-banner__title {
  padding: 25px 0px;
  text-align: center;
}

.bottom-banner {
  background-color: #25887c;
  color: #ffd000;
}
.bottom-banner:after {
  content: "";
  display: block;
  clear: both;
}

.ontop {
  position: fixed;
  left: 0;
  bottom: -76px;
}

.button-frameset {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.legals, .contact {
  padding: 25px 15px;
  width: 100%;
}
.legals:hover, .contact:hover {
  animation: wiggle 820ms;
}
@media screen and (max-width: 1023px) {
  .legals, .contact {
    padding: 25px 10px;
  }
}

.contact {
  text-align: right;
}

@keyframes wiggle {
  10%, 90% {
    transform: translateX(-2px);
  }
  20%, 80% {
    transform: translateX(4px);
  }
  30%, 50%, 70% {
    transform: translateX(-8px);
  }
  40%, 60% {
    transform: translateX(8px);
  }
}
.gallery {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.gallery .cover {
  width: 400px;
  height: 600px;
  margin: 0 50px 50px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 1px 1px 10px 5px lightgrey;
}
@media screen and (max-width: 1023px) {
  .gallery .cover {
    width: 95%;
    max-width: 400px;
    margin: 0 0 50px 0;
  }
}
.gallery .cover--animated {
  transition: all 500ms;
}
.gallery .cover--animated:hover {
  transform: scale(1.3);
  opacity: 0.5;
}
.gallery .cover__lne {
  background-color: #f5c7c7c7;
}
.gallery .cover__lcf {
  background-color: #f0c7f53d;
}
.gallery .cover__ldp {
  background-color: #ebebeb;
}
.gallery .cover__lpg {
  background-color: #f8f9fb;
}

.container__resto {
  padding: 60px 70px;
  box-sizing: content-box;
  width: 60%;
  width: 640px;
  margin-top: 25px;
  margin-bottom: 125px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 10px 5px lightgrey;
}
@media screen and (max-width: 1023px) {
  .container__resto {
    width: 90%;
    padding: 35px 10px;
  }
}

.container__resto-lne {
  background-color: #f5c7c7c7;
}

.container__resto-lcf {
  background-color: #f0c7f53d;
}

.container__resto-ldp {
  background-color: #ebebeb;
}

.container__resto-lpg {
  background-color: #f8f9fb;
}

.resto-choix {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .resto-choix {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.service {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service--animated {
  cursor: pointer;
}
.service--animated:hover + .h_bar {
  transform: scaleX(1);
}
@media screen and (max-width: 1023px) {
  .service {
    display: flex;
    flex-direction: column;
  }
}

.h_bar {
  margin-bottom: 25px;
  width: 100%;
  height: 3px;
  border-radius: 50%;
  background-color: goldenrod;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 300ms ease-out;
}

.sign_margin {
  margin-top: 50px;
}

.resto-lne__sign-frameset {
  display: flex;
  justify-content: center;
  align-items: center;
}

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