@font-face {
  font-family: Amaticsc;
  src: url('../fonts/AmaticSC-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amatic;
  src: url('../fonts/Amatic-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brittanian;
  src: url('../fonts/Brittanian.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #e3191d;
  --white: white;
  --lime-green: #57b63a;
  --black: black;
  --yellow: #fff200;
  --lines: #d6d6d6;
}

h1 {
  color: #1f252d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

h2 {
  color: #1d232c;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
}

h3 {
  color: #1d232c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

h4 {
  float: none;
  color: #1d232c;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}

h5 {
  color: #1f252d;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

h6 {
  color: #1f252d;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

p {
  color: #909090;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  line-height: 29px;
}

a {
  color: #57b63a;
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #909090;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  line-height: 22px;
}

img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

blockquote {
  color: #1f252d;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

figcaption {
  color: #909090;
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  line-height: 22px;
}

.navbar {
  background-color: #fff;
}

.brand {
  margin-right: 33px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity .3s;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  float: left;
  align-items: center;
  width: 84%;
  height: 80px;
  display: flex;
}

.nav-link {
  color: #1f252d;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  background-color: #fff;
  height: auto;
  padding: 20px 29px 20px 10px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link:hover {
  background-color: #f1f1f1;
}

.nav-link.w--current {
  color: #1f252d;
  background-color: #f1f1f1;
}

.nav-link.book-a-table {
  float: right;
  color: #fff;
  background-image: linear-gradient(307deg, #55a43b, #57aa3c 55%, #58db38);
  padding: 20px 15px;
  transition: opacity .3s;
}

.nav-link.book-a-table:hover {
  opacity: .91;
  color: var(--white);
  background-image: linear-gradient(#ff9500, #ff9500);
}

.hero-section {
  background-image: linear-gradient(#002f41b0, #002f41b0), url("https://cdn.prod.website-files.com/6016d52e672dafc0dc4c32d5/6016d67ba89c49d9c7a93006_maison%20brique%20a%C3%8C%20l%20'ancienne.jpg");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hero-section.inner-pages {
  background-image: url('../images/Bg.jpg');
}

.content-wrapper {
  max-width: 1020px;
  padding: 0% 25px 2%;
  position: relative;
}

.content-wrapper.on-hero-section {
  top: -24px;
}

.pointer-green {
  float: left;
  margin-top: 4px;
  margin-bottom: 0;
}

.pointer-green.on-categories {
  margin-top: 17px;
}

.hero-dish-container {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 114px;
}

.green-bg-box {
  border: 40px #53c22f;
  width: 200%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -38px;
  left: -97px;
  transform: rotate(-9deg);
}

.hero-dish {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 24px;
  left: 5px;
}

.mini-title {
  color: #adadad;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 13px;
  text-decoration: none;
  display: block;
}

.mini-title.white {
  color: #fff;
}

.mini-title.centered {
  text-align: center;
}

.mini-title.on-amenities {
  float: none;
  color: #fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-text-container {
  flex: 1;
  align-items: flex-start;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #57b63a;
  border-radius: 25px;
  width: auto;
  min-width: 160px;
  height: 45px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
}

.button:hover {
  background-color: #57b63ae6;
}

.button.top-border {
  background-color: var(--lime-green);
  margin-top: 4%;
}

.button.top-and-bottom-border {
  margin-top: 4%;
  margin-bottom: 4%;
}

.button.submit {
  min-width: 160px;
  padding-top: 13px;
}

.button.on-newsletter-sign-up {
  border-radius: 0;
  width: 90%;
  min-width: 90%;
  height: 45px;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  transition-duration: .3s;
  display: block;
}

.button.for-blog {
  background-color: #1d232c;
  border-left: 4px #57b63a;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 10px;
  padding: 20px 35px 15px 30px;
  transition: opacity .3s;
  position: relative;
  overflow: hidden;
}

.button.for-blog:hover {
  opacity: .85;
}

.button.book-a-table {
  border-radius: 3px;
  min-width: 100%;
}

.button.on-hero {
  background-color: var(--lime-green);
  margin-top: 4%;
  padding-left: 8%;
  padding-right: 8%;
}

.button.on-hero.industrie {
  background-color: var(--white);
  background-image: url('../images/icone-technigroupe.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 5%;
}

.paragraph {
  color: var(--black);
  text-align: justify;
  font-family: Raleway, sans-serif;
  line-height: 20px;
}

.paragraph.centered {
  text-align: center;
}

.paragraph.more-line-height {
  line-height: 30px;
}

.paragraph.intro {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.intro.white {
  color: #fff;
}

.paragraph.on-newsletter-sign-up {
  color: #909090;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
}

.paragraph.on-footer {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph.inline-block {
  margin-bottom: 5px;
  display: inline-block;
}

.green-line {
  background-color: var(--lime-green);
  width: 32%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  position: relative;
}

.green-line.on-services {
  background-color: var(--red);
  width: 30%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
}

.green-line.on-blog-box {
  float: right;
  width: 74%;
  height: 2px;
  margin-top: 6%;
  margin-left: 0%;
}

.green-line.offset-right {
  width: 64%;
  margin-left: 69%;
}

.green-line.short {
  width: 30%;
  margin-top: 1%;
  margin-bottom: 2%;
}

.green-line.on-chef-recommends {
  width: 64%;
  position: absolute;
  bottom: 5%;
  right: -27%;
}

.green-line.centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.green-line.mini {
  width: 20%;
}

.go-button {
  background-color: #0098ff;
  background-image: url('../images/Arrow-Down_1Arrow-Down.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 6%;
  position: absolute;
  inset: auto 0% -23px auto;
}

.go-button:hover {
  opacity: 1;
}

.go-button.up {
  background-color: var(--red);
  color: var(--red);
  background-image: url('../images/Arrow-Up_1Arrow-Up.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: -96px;
  top: 0;
  bottom: auto;
  right: 0;
}

.go-button.hero {
  background-image: url('../images/Arrow-Down_1Arrow-Down.png'), linear-gradient(307deg, var(--yellow), #d00000 24%, #d4c900);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  bottom: 46px;
}

.content-section {
  padding-top: 100px;
}

.content-section.gray {
  background-color: #f9f9f9;
  padding-bottom: 100px;
  overflow: hidden;
}

.content-section.contact {
  padding-bottom: 0%;
  display: block;
}

.content-section.no-bottom-padding {
  padding-bottom: 0%;
}

.content-section.more-bottom-border {
  margin-bottom: 30px;
}

.content-section.restaurant {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/Lamps.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.content-section.double {
  padding-bottom: 100px;
}

.content-section.more-margin {
  padding-bottom: 140px;
}

.gray-circle {
  background-color: #f5f5f5;
  background-image: url('../images/Fish.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 180px;
  border-radius: 50%;
  width: 245px;
  height: 245px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.signature {
  float: right;
  margin-top: 4%;
  margin-bottom: 2%;
}

.text-block {
  color: var(--white);
  margin-top: 3px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-style: normal;
}

.gray-line {
  z-index: 100;
  background-color: #d9d9d9;
  width: 64%;
  height: 2px;
  margin-top: 2%;
  margin-bottom: 4%;
  position: relative;
}

.gray-line.centered {
  width: 34%;
  margin: 2% auto;
  display: block;
}

.gray-line.offset-left {
  margin-left: -35%;
}

.gray-line.offset-right {
  margin-left: 78%;
}

.gray-line.short {
  width: 30%;
  margin-top: 2%;
  margin-bottom: 1.5%;
}

.gray-line.mini {
  width: 20%;
}

.text-container.centered {
  text-align: center;
  margin-bottom: 5%;
}

.text-container.left-border {
  margin-left: 9%;
}

.body {
  background-color: var(--lines);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.lightbox-link-1 {
  border: 13px solid #fff;
  position: relative;
  box-shadow: 6px 6px 30px #00000026;
}

.lightbox-link-2 {
  border: 10px solid #fff;
  width: 48%;
  margin-top: 17px;
  margin-right: 4%;
  position: relative;
  box-shadow: 6px 6px 30px #00000026;
}

.lightbox-link-3 {
  border: 10px solid #fff;
  width: 48%;
  margin-top: 17px;
  position: relative;
  box-shadow: 6px 6px 30px #00000026;
}

.team-member-picture {
  background-image: url('../images/Chef-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  max-width: 272px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-member-details {
  text-align: left;
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  border-left: 4px solid #55a43b;
  width: 100%;
  max-width: 286px;
  height: auto;
  min-height: 77px;
  margin-bottom: -12%;
  padding: 23px 13px 15px 19px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 6px 6px 20px #00000040;
}

.team-member {
  text-align: center;
  width: 100%;
  margin-bottom: 30%;
  margin-right: 3.2%;
  position: relative;
}

.team-members-container {
  width: 100%;
  display: inline-block;
  position: relative;
}

.open-image-icon {
  background-color: #0009;
  background-image: url('../images/Magnifier_1Magnifier.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: 25%;
  margin-left: 44%;
  transition: background-color .3s;
  position: absolute;
}

.open-image-icon:hover {
  background-color: #000000b3;
}

.tabs-menu {
  background-color: #1d1d1d;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 32%;
  margin-top: 88px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 8px;
  position: absolute;
  box-shadow: -8px 0 30px #0003;
}

.tab-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  margin-bottom: 5px;
  padding: 25px 15px 18px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-decoration: none;
}

.tab-link:hover {
  color: var(--red);
  background-color: #ff9500eb;
}

.tab-link.w--current {
  background-color: var(--lime-green);
  opacity: 1;
  color: var(--red);
  background-image: linear-gradient(to right, #039741, #2ec963);
}

.tab-link.w--current:hover {
  background-color: #e3191d87;
}

.tabs-content {
  float: right;
  background-color: #fff;
  width: 68%;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 6px 6px 30px #00000021;
}

.tab-pane {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 25px;
  top: 0;
  right: 0;
  overflow: hidden;
}

.underline-services {
  background-color: var(--white);
  width: 97px;
  height: 2px;
  margin-top: 7px;
}

.image-box-1 {
  border: 13px solid #fff;
  display: block;
  box-shadow: 6px 6px 30px #00000026;
}

.food-ingredient-image-1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.food-ingredient-2, .food-ingredient-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-offer-mini-title {
  float: left;
  color: var(--white);
  margin-right: 4px;
  display: inline-block;
}

.service-offer-mini-title:focus {
  color: var(--lime-green);
}

.service-offered-box:hover {
  color: var(--red);
}

.arrow-on-services {
  float: left;
  height: 8px;
  margin-right: 4px;
}

.intro-text-box {
  width: 80%;
}

.intro-text-box.centered {
  display: inline-block;
}

.blog-item-box {
  height: auto;
  display: inline-block;
  position: relative;
}

.blog-content-box {
  padding: 20px 15px 10px 20px;
}

.author-name {
  float: left;
  color: #57b63a;
  margin-right: 4px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  display: inline-block;
}

.author-name:hover {
  border-bottom: 1px solid #57b63a;
}

.by {
  float: left;
  color: #909090;
  margin-right: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
}

.footer-navigation {
  border-bottom: 4px solid var(--lime-green);
  background-image: linear-gradient(#1f2630bf, #1f2630bf), url('../images/Bg.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 70px;
}

.footer-notices {
  border: 1px #000;
  width: 100%;
  height: auto;
  min-height: 60px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer {
  margin-top: 0%;
}

.footer-box-1 {
  width: 15%;
  margin-left: 50px;
}

.footer-box-2 {
  width: 20%;
}

.link {
  color: #57b63a;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px solid #57b63a;
}

.h2-headings {
  font-family: Montserrat, sans-serif;
  line-height: 40px;
}

.h2-headings.right-justified {
  text-align: right;
}

.h2-headings.centered {
  text-align: center;
}

.h2-headings.white {
  color: #fff;
  font-size: 65px;
  display: inline-block;
  position: relative;
}

.h2-headings.green-hover {
  transition: color .3s;
}

.h2-headings.green-hover:hover {
  color: #57b63a;
}

.h1-headings.white {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.h4-headings.green-hover {
  color: #fff;
}

.h4-headings.green-hover:hover {
  color: #57b63a;
}

.h4-headings.white {
  color: #fff;
}

.top-header {
  margin-bottom: 7%;
  padding-right: 2%;
}

.medium-title {
  color: #adadad;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.medium-title.green {
  color: var(--lime-green);
}

.medium-title-box {
  border-bottom: 2px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 7px;
  padding-left: 10px;
}

.medium-title-box.top-border {
  margin-top: 30px;
}

.field-label {
  color: #1d232c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.field-label.on-newsletter-sign-up {
  float: left;
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #d6d6d6;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
  transition: border .3s;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: #57b63a;
}

.text-field.on-newsletter-sign-up {
  float: left;
  border-style: none none none solid;
  border-left-width: 3px;
  border-left-color: #fff;
  border-radius: 0;
  width: 75%;
  height: 45px;
}

.text-field.on-newsletter-sign-up:focus {
  border-left-color: #57b63a;
}

.input-box {
  margin-bottom: 25px;
}

.input-box.month, .input-box.day {
  float: left;
  width: 31.33%;
  margin-right: 3%;
}

.input-box.time {
  float: left;
  width: 31.33%;
}

.text-area {
  color: #909090;
  border: 1px solid #d6d6d6;
  padding-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
  transition: border .3s;
}

.text-area:hover, .text-area:focus {
  border-color: #57b63a;
}

.success-message {
  background-color: #f5f5f5;
}

.success-message.on-newsletter-sign-up {
  background-color: #0000;
  padding-top: 6px;
  padding-bottom: 5px;
}

.error-message {
  padding-top: 5px;
  padding-bottom: 2px;
}

.contact-intro-text-box {
  margin-bottom: 0;
}

.contact-intro-message {
  width: 100%;
  display: inline-block;
}

.contact-right-column {
  width: 50%;
  padding-left: 40px;
  display: block;
}

.book-a-table-modal {
  z-index: 10000;
  background-color: #1d232cf2;
  width: 100vw;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 7%;
  display: none;
  position: fixed;
  overflow: auto;
}

.book-a-table-container {
  background-color: #fff;
  border: 4px solid #eee;
  width: 80%;
  margin: -120px auto 10%;
  padding: 5% 7% 3%;
  display: block;
}

.select-field {
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.submit-button-container {
  border-top: 2px solid #eee;
  width: 100%;
  padding-top: 25px;
  display: inline-block;
}

.close-box {
  background-color: #64bd47;
  background-image: url('../images/x_1x.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 10px, auto;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -15px;
  position: absolute;
  top: 0;
  right: 0;
}

.book-a-table-wrapper {
  background-color: #fff;
  border-bottom: 4px solid #57b63a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 6%;
  padding-bottom: .5%;
  display: block;
  position: relative;
}

.featured-dish-details {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 15px;
  display: block;
}

.spicy {
  color: #909090;
  text-transform: uppercase;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark_1Mini-Checkmark.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 7px;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  line-height: 14px;
  display: inline-block;
}

.spicy.no-top-border {
  margin-top: 0;
}

.kosher {
  color: #909090;
  text-transform: uppercase;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark_1Mini-Checkmark.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 7px;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  line-height: 14px;
  display: inline-block;
}

.kosher.no-top-border {
  margin-top: 0;
}

.calories-and-price-box {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid #d6d6d6;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calories-and-price-box.more-bottom-border {
  margin-bottom: 27%;
}

.calories-text {
  color: #909090;
  text-align: center;
  margin-right: 3px;
  font-family: Unna, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.price-text {
  color: #909090;
  text-align: center;
  font-family: Unna, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.calories-text-box {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 50%;
  padding: 14px 10px 11px;
}

.price-text-box {
  text-align: center;
  width: 50%;
  padding: 15px 10px 11px;
}

.featured-dish-image {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter-container {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 4px solid #57b63a;
  height: auto;
  margin-bottom: 50px;
  padding: 3.5% 3% 1%;
}

.newsletter-box {
  float: left;
  width: 31.33%;
  margin-right: 3%;
}

.latest-blog-entries-container {
  float: left;
  width: 65%;
}

.blog-preview-entry {
  margin-bottom: 12%;
}

.intro-blog-text {
  margin-top: 15px;
}

.left-side-line {
  background-color: #57b63a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.link-text-z-index {
  z-index: 2;
  position: relative;
}

.side-bar {
  float: right;
  width: 30%;
}

.category-link {
  border-bottom: 1px solid #eee;
  width: 100%;
  text-decoration: none;
}

.category-link.first {
  padding-top: 6px;
  padding-bottom: 3px;
}

.category-text {
  float: left;
  margin-right: 5px;
}

.arrows {
  float: left;
  color: #57b63a;
  margin-right: 3px;
  display: inline-block;
}

.categories-container {
  margin-bottom: 15%;
}

.social-icon-box {
  background-image: url('../images/Facebook-White_1Facebook-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 17px, auto;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: transform .3s;
}

.social-icon-box:hover {
  transform: translate(0, -3px);
}

.social-icon-box.twitter {
  background-image: url('../images/Twitter-White_1Twitter-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.instagram {
  background-image: url('../images/Instagram-White_1Instagram-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.rounded {
  background-image: url('../images/Facebook-White_1Facebook-White.png'), linear-gradient(#006fff, #006fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 17px, auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.social-icon-box.open-table {
  background-image: url('../images/Opentable-icon_1Opentable-icon.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.yelp {
  background-image: url('../images/Yelp-icon_1Yelp-icon.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.yelp.rounded {
  background-image: url('../images/1200px-Instagram_logo_2016.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.social-icons-box {
  margin-top: 15px;
}

.newsletter-submit-button-box {
  float: left;
  width: 30.33%;
}

.post-preview-image-link {
  width: 100%;
  transition: opacity .3s;
  position: relative;
}

.post-preview-image-link:hover {
  opacity: .95;
}

.social-icons-container {
  margin-bottom: 15%;
}

.social-icons-container.on-team-members {
  margin-top: 35%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.dot {
  color: #57b63a;
}

.mini-title-link {
  color: #57b63a;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 13px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.mini-title-link:hover {
  border-bottom: 1px solid #57b63a;
}

.mini-title-link.on-featured-dishes {
  color: #fff;
  background-color: #57b63abf;
  padding: 5px 10px;
  transition-property: background-color;
  position: absolute;
  top: 0;
  right: 0;
}

.mini-title-link.on-featured-dishes:hover {
  background-color: #57b63a;
  border-bottom-style: none;
}

.mini-title-link.licensing {
  border-bottom: 1px solid #57b63a;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  display: inline-block;
}

.author-preview-box {
  height: 20px;
}

.button-container {
  text-align: center;
}

.blog-post-header {
  margin-bottom: 20px;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
}

.image.on-services {
  margin-bottom: 15px;
}

.image.floated-left {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image.instructions {
  margin-bottom: 20px;
}

.latest-posts {
  width: 100%;
  margin-top: 45px;
}

.tag {
  background-color: #e7e7e7;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.tag.white {
  background-color: #fff;
}

.top-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-post-image {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.post-preview-image {
  margin-top: 0;
}

.bottom-border {
  margin-bottom: 25px;
}

.food-ingredient-box {
  text-align: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-items-container {
  margin-bottom: 50px;
}

.chef-recommends-image {
  background-image: url('../images/Food.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 93%;
  height: 650px;
  margin-left: 19px;
  display: block;
}

.chef-recommends-text {
  color: #adadad;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 15px;
  display: inline;
  position: absolute;
  top: 90px;
  left: -62px;
  transform: rotate(-90deg);
}

.chef-recommends-container {
  position: relative;
}

.chef-recommends-details {
  margin-top: 23%;
}

.dish-important-notes.more-bottom-border {
  margin-bottom: 15px;
}

.dish-box {
  margin-top: 25px;
  margin-left: 3%;
}

.dish-container {
  margin-bottom: 15px;
}

.locate-us-left-bg {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 47%;
  height: auto;
  min-height: 100%;
  position: absolute;
}

.get-directions-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5%;
  margin-left: 14%;
  margin-right: 5%;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.get-directions-text {
  float: left;
  margin-right: 3px;
}

.get-directions-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.locate-us {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.locate-us-box {
  background-color: #fff;
  width: 50%;
  min-height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 8% 40px 6%;
  position: relative;
}

.locate-us-details-box {
  background-image: url('../images/Dots_1Dots.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 13px;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  display: inline-block;
}

.mini-icon-box {
  float: left;
  background-image: url('../images/Pin_1Pin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 5px;
}

.mini-icon-box.phone {
  background-image: url('../images/Phone_1Phone.png');
  background-size: 12px;
}

.mini-icon-box.email {
  background-image: url('../images/Mail_1Mail.png');
  background-size: 12px;
}

.lightbox-image {
  border: 5px solid #eee;
  margin-top: 0;
  transition: opacity .3s;
}

.lightbox-image:hover {
  opacity: .8;
}

.come-vist-us {
  text-align: center;
  width: 50%;
  display: block;
}

.ampersand-column {
  background-color: #0098ff;
  background-image: url('../images/180degre.svg'), linear-gradient(307deg, #55a43b, #57aa3c 28%, #58db38);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60px, auto;
  width: 80px;
  height: auto;
}

.notice-text-column {
  background-color: #57b63a;
  position: relative;
  top: 0;
  bottom: 0;
  left: 25%;
}

.row-notice {
  float: right;
  flex-wrap: wrap;
  width: 80%;
  min-width: 75%;
  height: auto;
  min-height: 80px;
  display: flex;
  position: absolute;
  inset: 426px 6% 0% auto;
}

.notice-details {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  flex: 1;
  width: auto;
  min-height: 70px;
  padding: 6.5% 15px 5% 24px;
  position: relative;
}

.h3-heading.white {
  color: #fff;
}

.vegan {
  color: #909090;
  text-transform: uppercase;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark_1Mini-Checkmark.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 7px;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  line-height: 14px;
  display: inline-block;
}

.h4-link {
  display: block;
}

.breadcrumb {
  color: #adadad;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.breadcrumb.green {
  color: #57b63a;
}

.breadcrumb-arrows {
  color: #adadad;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.h2-link {
  display: block;
}

.background-right-column {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#37b61059, #37b61059), url('../images/laughing-family-eating-dinner-PQR7K7U.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: padding-box;
  width: 50%;
  height: auto;
}

.background-right-column.schedule {
  background-image: url('../images/bar-984527_1280-1.jpg');
  background-size: cover;
}

.left-column-text-box {
  text-align: left;
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding: 71px 60px 60px;
}

.lightbox-link {
  width: 32%;
}

.featured-dish-header-box {
  margin-top: 5px;
}

.footer-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 800;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--lime-green);
}

.footer-link.w--current {
  border-bottom: 1px solid var(--lime-green);
  color: var(--white);
}

.footer-link.dark {
  color: var(--lime-green);
}

.footer-title-box {
  margin-bottom: 15px;
}

.footer-notice-box {
  text-align: left;
  padding-top: 15px;
  position: relative;
}

.footer-divider-1 {
  background-color: #171c23;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-divider-2 {
  background-color: #232a35;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-logo {
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .9;
}

.green {
  color: #57b63a;
}

.empty-state {
  background-color: #f9f9f9;
}

.footer-address-box {
  display: flex;
}

.footer-icon-box {
  float: left;
  filter: saturate(0%);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Pin_1Pin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-clip: border-box;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 5px;
}

.footer-icon-box.email {
  background-image: url('../images/Mail_1Mail.png');
  background-size: 12px;
}

.footer-icon-box.phone {
  background-image: url('../images/Phone_1Phone.png');
  background-size: 12px;
}

.book-a-table-header-bg {
  background-image: url('../images/Client.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 400px;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: 3%;
}

.testimonial-name {
  float: left;
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
}

.rating-stars {
  float: left;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 6px;
}

.testimonial-name-box {
  margin-bottom: 3%;
}

.testimonial-container {
  overflow: hidden;
}

.left-arrow.hide, .right-arrow.hide {
  display: none;
}

.slide-1 {
  height: auto;
}

.slide-nav.hide {
  display: none;
}

.icon {
  font-size: 15px;
}

.button-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #57b63acc;
  border-radius: 30px;
  min-width: 190px;
  height: auto;
  min-height: 40px;
  padding: 18px 25px 14px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .3s;
  position: absolute;
}

.button-2:hover {
  background-color: #57b63a;
}

.event-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 350px;
  margin-bottom: 10%;
  transition: opacity .3s;
  display: block;
  position: relative;
}

.event-box:hover {
  opacity: .9;
}

.overlay {
  background-image: linear-gradient(#00000003 53%, #000000d9);
  height: 100%;
  position: absolute;
  inset: 0;
}

.overlay.on-menu-categories {
  border-bottom: 4px solid #57b63a;
}

.event-details {
  border-bottom: 4px solid #57b63a;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.event-date {
  color: #909090;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

.event-date.on-event-previews {
  margin-top: 0;
  margin-bottom: 10px;
}

.event-date.white {
  color: #fff;
}

.social-icon-for-team-members {
  float: left;
  background-color: #57b63acc;
  background-image: url('../images/Facebook-White-1_1Facebook-White (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  transition: background-color .3s;
  display: inline-block;
}

.social-icon-for-team-members:hover {
  background-color: #57b63a;
}

.social-icon-for-team-members-2 {
  float: left;
  background-color: #57b63acc;
  background-image: url('../images/Twitter-White-1_1Twitter-White (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  transition: background-color .3s;
  display: inline-block;
}

.social-icon-for-team-members-2:hover {
  background-color: #57b63a;
}

.social-icon-for-team-members-3 {
  float: left;
  background-color: #57b63acc;
  background-image: url('../images/Instagram-White-1_1Instagram-White (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  transition: background-color .3s;
  display: inline-block;
}

.social-icon-for-team-members-3:hover {
  background-color: #57b63a;
}

.reviews-company-link {
  text-align: center;
  width: 30%;
  transition: opacity .3s;
  display: block;
}

.reviews-company-link:hover {
  opacity: .8;
}

.featured-events-container {
  margin-bottom: 45px;
}

.latest-event-entries-container {
  float: left;
  width: 65%;
}

.event-entry-preview {
  margin-bottom: 45px;
}

.event-image-link {
  transition: opacity .3s;
  position: relative;
}

.event-image-link:hover {
  opacity: .95;
}

.event-image {
  margin-top: 0;
}

.event-container {
  float: left;
  width: 65%;
}

.event-text {
  float: left;
  color: #909090;
  margin-right: 3px;
  font-family: Source Sans Pro, sans-serif;
  line-height: 29px;
}

.event-text.green {
  color: #57b63a;
}

.event-side-bar-item {
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-details-container {
  margin-bottom: 15%;
}

.background-video {
  background-image: linear-gradient(#0003, #0003);
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  display: block;
}

.background-video.full-page {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006, #0006);
  height: 100vh;
}

.amenities-box {
  background-color: #fff3;
  border-radius: 5px;
  width: 28%;
  max-width: 211px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px 10px;
  display: block;
}

.amenities-text-container {
  text-align: center;
  width: 80%;
  margin: 6% auto;
  display: block;
}

.page-not-found-404-box {
  text-align: center;
  width: 80%;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.green-line-on-hero-section {
  background-color: var(--white);
  width: 64%;
  height: 2px;
  margin-top: 4%;
  margin-bottom: 4%;
  margin-left: -11%;
}

.instruction-box {
  margin-bottom: 40px;
}

.dish {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  margin-bottom: 15%;
  position: relative;
}

.dish-category-name {
  padding-bottom: 15px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-image-dish-box {
  position: relative;
}

.open-hours-box {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: auto;
  position: relative;
}

.text-box {
  padding: 20px 6% 40px 9%;
  position: relative;
}

.open-hours-header-box {
  margin-bottom: 20px;
}

.hours {
  margin-top: 15px;
  margin-bottom: 15px;
}

.final-dots {
  text-align: center;
}

.final-dots-text {
  color: #57b63a;
  font-family: Montserrat, sans-serif;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

.half-column-flex {
  align-items: center;
  width: 46%;
  display: flex;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.flex.mobile-reverse {
  position: relative;
  top: -32px;
}

.intro-left {
  z-index: 10;
  width: 59%;
  position: relative;
}

.box-bg {
  border: 20px none var(--yellow);
  background-image: url('../images/redshapeBellissima.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 560px;
}

.bottom-white {
  background-color: #fff;
  height: 80px;
  position: absolute;
  inset: auto 0% -1%;
}

.text-left-box {
  text-align: right;
  width: 50%;
  padding-right: 20px;
  position: relative;
}

.image-column {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.text-right-box {
  align-items: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.top-margin {
  margin-top: 30px;
}

.footer-box-3 {
  width: 20%;
}

.content-section-2 {
  width: 100%;
  overflow: hidden;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fffc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-bg.inner-padding {
  padding-bottom: 40px;
}

.footer-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.inner-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-previews {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
}

.featured-dishes {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  width: 30%;
  height: auto;
  min-height: auto;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.events {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
}

.map-2 {
  width: 54%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
}

.team {
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
}

.update {
  z-index: 10000;
  text-align: center;
  background-color: #fdff39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  padding-top: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.update-text {
  color: #000;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.container {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.image-2 {
  width: 170px;
  height: 170px;
  position: relative;
  top: -219px;
  left: 123px;
}

.paragraph-2 {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image-3 {
  max-width: 70%;
  transition: all .25s ease-in-out;
  position: static;
  bottom: -219px;
  left: 153px;
}

.image-3:hover {
  max-width: 71%;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 93px;
  left: 58px;
}

.background-column-left {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/laughing-family-eating-dinner-PQR7K7U_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
  background-clip: border-box;
  width: 50%;
  height: auto;
  transition: all .275s ease-in-out;
}

.background-column-left:hover {
  background-image: linear-gradient(#57b63a78, #57b63a78), url('../images/laughing-family-eating-dinner-PQR7K7U.jpg');
  background-size: auto, 125%;
}

.background-column-left.schedule {
  background-image: url('../images/bar-984527_1280-1.jpg');
  background-size: cover;
}

.background-column-right {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#b610108c, #b610108c), url('../images/family-and-friends-serving-lunch-at-a-table-in-the-3HV9EZW.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
  background-attachment: scroll, scroll;
  background-clip: padding-box;
  width: 50%;
  height: auto;
  transition: all .25s ease-in-out;
}

.background-column-right:hover {
  background-image: linear-gradient(#e3191d63, #e3191d63), url('../images/family-and-friends-serving-lunch-at-a-table-in-the-3HV9EZW.jpg');
  background-size: auto, 125%;
}

.background-column-right.schedule {
  background-image: url('../images/bar-984527_1280-1.jpg');
  background-size: cover;
}

.image-lasagne-bolognaise {
  max-width: 70%;
  transition: all .25s ease-in-out;
  position: static;
  bottom: -219px;
  left: 153px;
}

.image-lasagne-bolognaise:hover {
  max-width: 71%;
}

.h2-headings-copy {
  color: #fff;
  font-family: Amaticsc, sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1em;
}

.h2-headings-copy {
  font-family: Amaticsc, sans-serif;
}

.h2-headings-copy.right-justified {
  text-align: right;
}

.h2-headings-copy.centered {
  text-align: center;
}

.h2-headings-copy.white {
  color: #fff;
  font-size: 65px;
  display: inline-block;
  position: relative;
}

.h2-headings-copy.green-hover {
  transition: color .3s;
}

.h2-headings-copy.green-hover:hover {
  color: #57b63a;
}

.div-block-3, .div-block-4 {
  padding-top: 0;
}

.wrapper-bg.about {
  background-color: #0000;
  background-image: url('../images/Depositphotos_147131653_xl-2015.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180%;
  justify-content: center;
  align-items: center;
  width: 51%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-5 {
  position: relative;
  inset: auto 0% -1% 3%;
}

.lightbox-link-style-2-copy-2 {
  background-color: #ffc527;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox-link-style-2-copy-2:hover {
  background-color: #ffc527cc;
}

.lightbox-link-style-2-copy-2.second-style {
  background-color: #ff332eba;
  border: 2px #000;
  border-radius: 1000px;
  width: 100px;
  height: 100px;
}

.lightbox-link-style-2-copy-2.second-style:hover {
  background-color: #cfd6a4;
}

.play-button {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.paragraph-classique {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image-block-margin {
  z-index: 10;
  transform-origin: 100%;
  width: 100%;
  height: 400px;
  min-height: 400px;
  margin-top: -60px;
  position: relative;
  top: 30px;
}

.img-video-presentation {
  background-image: url('../images/photosBellissima3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-play {
  transition: transform .2s;
}

.icon-play:hover {
  transform: scale(1.15);
}

.image-color-fill {
  z-index: 10;
  background-color: #1f2231;
  display: none;
  position: absolute;
  inset: 0%;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.gray-line-copy {
  z-index: 100;
  background-color: #d9d9d9;
  width: 64%;
  height: 2px;
  margin-top: 2%;
  margin-bottom: 4%;
  position: relative;
}

.gray-line-copy.centered {
  width: 34%;
  margin: 0% auto 2%;
  display: block;
}

.gray-line-copy.offset-left {
  margin-left: -35%;
}

.gray-line-copy.offset-right {
  margin-left: 78%;
}

.gray-line-copy.short {
  width: 30%;
  margin-top: 2%;
  margin-bottom: 1.5%;
}

.gray-line-copy.mini {
  width: 20%;
}

.content-section-copy.gray {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}

.wrapper2 {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-logotypes {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  opacity: .7;
  margin-left: 16px;
  margin-right: 16px;
  padding: 10px 16px;
  transition: opacity .3s;
}

.client-logo:hover {
  opacity: 1;
}

.content-section-copy.no-bottom-padding {
  padding-top: 20px;
  padding-bottom: 5%;
}

.content-section-copy.restaurant {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Lamps.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-container-copy.centered {
  text-align: center;
  margin-bottom: 0%;
}

.text-container-copy.left-border {
  margin-left: 9%;
}

.content-section-copy {
  padding-top: 100px;
}

.content-section-copy.gray {
  background-color: #f9f9f9;
  padding-bottom: 100px;
  overflow: hidden;
}

.content-section-copy.contact {
  padding-bottom: 2%;
  display: block;
}

.content-section-copy.no-bottom-padding {
  padding-bottom: 0%;
}

.content-section-copy.more-bottom-border {
  margin-bottom: 30px;
}

.content-section-copy.restaurant {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/102400882_1100169953703188_4942649244705095680_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 0;
}

.content-section-copy.double {
  padding-bottom: 100px;
}

.content-section-copy.more-margin {
  padding-bottom: 140px;
}

.map-div-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed {
  float: none;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: visible;
}

.link-2 {
  color: var(--lines);
}

.content-section-copy-copy {
  padding-top: 100px;
}

.content-section-copy-copy.gray {
  background-color: #f9f9f9;
  padding-bottom: 100px;
  overflow: hidden;
}

.content-section-copy-copy.contact {
  padding-bottom: 2%;
  display: block;
}

.content-section-copy-copy.no-bottom-padding {
  padding-top: 20px;
  padding-bottom: 2%;
}

.content-section-copy-copy.more-bottom-border {
  margin-bottom: 30px;
}

.content-section-copy-copy.restaurant {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Lamps.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content-section-copy-copy.double {
  padding-bottom: 100px;
}

.content-section-copy-copy.more-margin {
  padding-bottom: 140px;
}

.hero-section-lasagne-vegetarienne {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  padding-top: 100px;
  display: block;
  position: relative;
}

.hero-section-lasagne-vegetarienne.inner-pages {
  background-image: url('../images/Bg.jpg');
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

.content-wrapper-3 {
  max-width: 1020px;
  padding: 0% 25px 2%;
  position: relative;
}

.content-wrapper-3.on-hero-section {
  padding-bottom: 0%;
  display: flex;
  top: -24px;
}

.div-block-6 {
  background-image: url('../images/picto-logo-Technigroupe-Immo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.paragraph-copy.more-line-height {
  color: var(--white);
  line-height: 30px;
}

.paragraph-copy.inline-block {
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
}

.paragraph-copy.on-footer {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-copy {
  color: var(--black);
  text-align: justify;
  font-family: Raleway, sans-serif;
}

.paragraph-copy.centered {
  text-align: center;
}

.paragraph-copy.more-line-height {
  line-height: 30px;
}

.paragraph-copy.intro {
  color: #fff;
  font-family: Amaticsc, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.paragraph-copy.intro.white {
  color: #fff;
}

.paragraph-copy.on-newsletter-sign-up {
  color: #909090;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
}

.paragraph-copy.on-footer {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-copy.inline-block {
  margin-bottom: 5px;
  display: inline-block;
}

.content-section-lasagne {
  padding-top: 100px;
}

.content-section-lasagne.gray {
  background-color: #f9f9f9;
  padding-bottom: 100px;
  overflow: hidden;
}

.content-section-lasagne.contact {
  padding-bottom: 2%;
  display: block;
}

.content-section-lasagne.no-bottom-padding {
  padding-bottom: 0%;
}

.content-section-lasagne.more-bottom-border {
  margin-bottom: 30px;
}

.content-section-lasagne.restaurant {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/Lamps.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.content-section-lasagne.double {
  padding-bottom: 100px;
}

.content-section-lasagne.more-margin {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 200px;
}

.ampersand-column-2 {
  background-color: #0098ff;
  background-image: url('../images/180degre.svg'), linear-gradient(307deg, var(--red), #990d0f 28%, var(--red));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60px, auto;
  width: 80px;
  height: auto;
}

.div-block-6-copy {
  background-image: url('../images/ico-bolo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.hero-section-contact {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  padding-top: 100px;
  display: block;
  position: relative;
}

.hero-section-contact.inner-pages {
  background-image: url('../images/Bg.jpg');
  height: auto;
}

.top-header-copy {
  margin-bottom: 0%;
  padding-right: 2%;
}

.link-3 {
  color: var(--lime-green);
  font-weight: 700;
}

.link-4 {
  color: var(--lime-green);
  text-transform: none;
  font-weight: 700;
}

.h2-headings-copy3 {
  font-family: Amaticsc, sans-serif;
  line-height: 40px;
}

.h2-headings-copy3.right-justified {
  text-align: right;
}

.h2-headings-copy3.centered {
  text-align: center;
}

.h2-headings-copy3.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  display: inline-block;
  position: relative;
}

.h2-headings-copy3.green-hover {
  transition: color .3s;
}

.h2-headings-copy3.green-hover:hover {
  color: #57b63a;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-1-copy, .image-box-1-copy-copy {
  border: 13px solid #fff;
  width: 100%;
  display: block;
  box-shadow: 6px 6px 30px #00000026;
}

.notice-details-copy {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  flex: 1;
  width: auto;
  min-height: 70px;
  padding: 6.5% 15px 5% 24px;
  position: relative;
}

.image-box-1-copy-copy-copy {
  border: 13px solid #fff;
  width: 100%;
  display: block;
  box-shadow: 6px 6px 30px #00000026;
}

.section-2 {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
}

.section-2.brands-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.brands {
  text-align: center;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.brand-logotypes {
  justify-content: space-around;
  align-items: center;
  width: 75%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand-logo-link {
  padding: 16px;
}

.brand-logo {
  width: 100px;
  max-height: none;
}

.html-embed-3 {
  margin-top: 20px;
}

.content-wrapper-footer {
  max-width: 1020px;
  padding: 0% 0 2%;
  position: relative;
}

.content-wrapper-footer.on-hero-section {
  top: -24px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50-start {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrap.w80-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image3 {
  background-image: url('../images/1.jpg');
}

.content6-pic.content6-image2 {
  background-image: url('../images/ivan-bandura-659533-unsplash.jpg');
}

.content6-pic.content6-image1 {
  background-image: url('../images/maison-dedign.jpg');
  height: 400px;
}

.content6-pic.content6-image4 {
  background-image: url('../images/maison-garage-avec-vitre-cote.jpg');
  height: 320px;
}

._3-col {
  width: 50%;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.content9-item-wrap {
  flex-direction: column;
  padding-right: 20px;
  display: flex;
}

.content9-icon {
  margin-bottom: 0;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .91;
  color: var(--white);
  opacity: .6;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
}

.content2-jumbonumber {
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: #d2d2d233;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

.section-dark {
  color: #fff;
  background-color: #111212;
  background-image: url('../images/Bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.white {
  color: var(--white);
}

.heading-8 {
  color: var(--lime-green);
  font-family: Montserrat, sans-serif;
}

.footer-box-2-copy {
  width: 100%;
}

.cta4-headline-wrap {
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta4-headline-extrajumbo {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 90px;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  opacity: .6;
}

.section-dark-2 {
  color: #fff;
  background-color: #111212;
}

.btn-big {
  float: none;
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.cta4-action-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper-copy {
  max-width: 1020px;
  padding: 0% 25px;
  position: relative;
}

.content-wrapper-copy.on-hero-section {
  top: -24px;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.products2-pricetag {
  color: #111212;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-dark {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.products2-description-wrap {
  flex-direction: column;
  padding-right: 40px;
  display: flex;
}

.products2-items-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.products2-image {
  border-radius: 8px;
  height: 270px;
  margin-bottom: 30px;
  position: relative;
}

.products2-image.products2-image4 {
  background-image: url('../images/products2-image4.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image1 {
  background-image: url('../images/maison-noire-gris.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image2 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image3 {
  background-image: url('../images/maxresdefault.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-9 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: #009fe3;
}

@media screen and (min-width: 1440px) {
  .hero-dish {
    left: 49px;
  }

  .button.on-hero.industrie {
    background-color: var(--white);
    background-image: url('../images/icone-technigroupe.svg');
    background-position: 5%;
    background-repeat: no-repeat;
    background-size: 5%;
    min-width: auto;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 14px;
    display: inline-block;
  }

  .paragraph.intro {
    text-align: left;
  }

  .paragraph.intro.white {
    text-align: center;
  }

  .body {
    background-image: url('../images/Gray-Bg.jpg'), url('../images/Gray-Bg.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat-y, repeat-y;
    background-size: 8%, 8%;
  }

  .green-line-on-hero-section {
    margin-top: 0%;
    margin-bottom: 4%;
    margin-left: -21%;
  }

  .content-section-copy.gray, .content-section-lasagne.more-margin {
    background-color: var(--white);
  }

  .div-block-7 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .html-embed-3 {
    width: 100%;
  }

  .heading-7 {
    line-height: 27px;
  }

  .text-block-2 {
    color: #009fe3;
  }

  .section-3 {
    background-color: var(--white);
    width: 100%;
    height: 100vh;
  }

  .section-3-copy {
    background-color: var(--lines);
    width: 100%;
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .nav-link.book-a-table {
    float: none;
    width: 100%;
    padding-top: 30px;
  }

  .hero-section {
    height: auto;
    padding-bottom: 137px;
  }

  .content-wrapper.on-hero-section {
    flex-direction: column;
    max-width: none;
    display: block;
    position: static;
    top: -45px;
  }

  .menu-button {
    height: 80px;
    padding-top: 41px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .hero-dish-container {
    height: auto;
    position: static;
  }

  .green-bg-box {
    top: 13px;
    left: -95px;
  }

  .hero-dish {
    width: 45%;
    position: static;
    bottom: 116px;
  }

  .mini-title.on-amenities {
    float: none;
  }

  .hero-text-container {
    flex-direction: column;
    width: 100%;
  }

  .paragraph.intro {
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph.intro.white {
    text-align: center;
  }

  .green-line.less-bottom-border {
    margin-bottom: 2%;
  }

  .content-section.more-bottom-border {
    margin-bottom: 10%;
  }

  .gray-circle {
    background-position: 100%;
    width: 235px;
    height: 235px;
  }

  .gray-line.short {
    margin-top: 1%;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tabs-menu {
    background-image: url('../images/Bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 100px;
  }

  .underline-services {
    background-color: var(--white);
  }

  .burger-line-1 {
    background-color: var(--lime-green);
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .burger-line-2 {
    background-color: #57b63a;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .burger-line-3 {
    background-color: #57b63a;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
  }

  .arrow-on-services {
    display: none;
  }

  .footer-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    margin-top: 0%;
  }

  .footer-box-1 {
    float: none;
    display: block;
  }

  .h2-headings.white {
    font-size: 55px;
  }

  .h1-headings.white {
    font-size: 35px;
  }

  .text-field.on-newsletter-sign-up {
    width: 68.5%;
  }

  .dish-box {
    margin-top: 10px;
    margin-left: 0%;
  }

  .row-notice {
    top: 335px;
  }

  .vegan {
    margin-right: 4px;
  }

  .button-2 {
    margin-top: 25%;
    margin-left: 8%;
  }

  .amenities-text-container {
    width: 100%;
  }

  .green-line-on-hero-section {
    margin-left: 13%;
  }

  .flex.mobile-reverse {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .box-bg {
    min-height: 430px;
  }

  .footer-box-3 {
    width: 29%;
  }

  .map-2 {
    margin-left: 40px;
  }

  .container {
    padding-left: 20px;
    display: block;
  }

  .image-2 {
    width: 120px;
    height: auto;
    top: -99px;
  }

  .image-block-margin {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .img-video-presentation {
    width: 100%;
    height: 500px;
  }

  .gray-line-copy.short {
    margin-top: 1%;
  }

  .client-logo {
    margin-left: 8px;
    margin-right: 8px;
  }

  .content-section-copy.more-bottom-border, .content-section-copy-copy.more-bottom-border {
    margin-bottom: 10%;
  }

  .paragraph-copy.intro {
    font-size: 24px;
    line-height: 26px;
  }

  .content-section-lasagne.more-bottom-border {
    margin-bottom: 10%;
  }

  .content-section-lasagne.more-margin {
    padding-bottom: 0;
  }

  .h2-headings-copy3.white {
    font-size: 35px;
  }

  .div-block-7 {
    align-items: center;
  }

  .section-2 {
    padding: 0 8px 20px;
    overflow: hidden;
  }

  .section-2.brands-section {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .brand-logotypes {
    width: 91.66%;
    margin-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-link {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-start {
    flex-direction: column;
    padding-top: 0;
  }

  .wrap.w50-start {
    flex-direction: column;
  }

  .wrap.w80-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content9-item-wrap {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta4-headline-wrap {
    text-align: center;
    width: 100%;
  }

  .cta4-headline-extrajumbo {
    font-size: 54px;
    line-height: 70px;
  }

  .section-dark-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-copy {
    flex-direction: column;
    align-items: center;
    padding-bottom: 5%;
    display: flex;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .products2-description-wrap {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .products2-items-wrap {
    text-align: center;
    flex-direction: column;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    color: #1f252d;
    font-size: 6vw;
    line-height: 1.3em;
  }

  h2 {
    font-size: 5vw;
    line-height: 1.3em;
  }

  h3 {
    font-size: 4vw;
    line-height: 1.3em;
  }

  h4 {
    font-size: 3vw;
    line-height: 1.5em;
  }

  h5 {
    font-size: 2.8vw;
    line-height: 1.5em;
  }

  h6 {
    font-size: 2.5vw;
    line-height: 1.5px;
  }

  .hero-section {
    height: auto;
    padding-top: 45px;
    position: static;
  }

  .hero-section.inner-pages {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .content-wrapper.on-hero-section {
    position: static;
    top: 0;
  }

  .hero-dish-container {
    width: 100%;
    margin-bottom: 20px;
    top: 17px;
    left: 70px;
  }

  .green-bg-box {
    width: 100%;
    top: 32px;
    left: -99px;
  }

  .hero-dish {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    inset: -20% 0% 0% -13%;
  }

  .hero-text-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: static;
    top: -51px;
    left: 0;
  }

  .button.submit {
    min-width: 55%;
  }

  .button.on-newsletter-sign-up {
    width: 100%;
    margin-top: 44px;
  }

  .paragraph {
    line-height: 18px;
  }

  .paragraph.intro {
    font-size: 18px;
  }

  .green-line {
    margin-top: 4%;
    margin-left: 0%;
  }

  .green-line.offset-right {
    width: 84%;
  }

  .green-line.less-bottom-border, .green-line.mini {
    margin-top: 1%;
  }

  .go-button {
    bottom: -43px;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.gray {
    padding-bottom: 60px;
  }

  .content-section.contact {
    margin-top: 10%;
  }

  .content-section.less-top-padding {
    padding-top: 5%;
  }

  .content-section.more-bottom-border {
    margin-bottom: 15%;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .gray-circle {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .gray-line {
    margin-left: 0%;
  }

  .text-container {
    margin-top: 7%;
    margin-left: 0%;
  }

  .text-container.left-border {
    margin-top: 0%;
  }

  .team-member-details {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .open-image-icon {
    width: 50px;
    height: 50px;
    margin-left: 40%;
  }

  .tabs-menu {
    background-position: 0 0, 50% 100%, 50% 100%, 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .service-offer-mini-title {
    font-size: 8px;
    line-height: 10px;
  }

  .blog-item-box {
    width: 100%;
  }

  .footer-box-1 {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-box-2 {
    width: 50%;
    margin-bottom: 6%;
    margin-left: 0%;
  }

  .h2-headings {
    line-height: 6vw;
  }

  .h1-headings.white {
    margin-top: 0;
    font-size: 35px;
    line-height: 50px;
  }

  .medium-title {
    display: inline;
  }

  .text-field.on-newsletter-sign-up, .input-box.month {
    width: 100%;
  }

  .input-box.day, .input-box.time {
    width: 48.5%;
  }

  .contact-right-column {
    width: 100%;
    padding-left: 0;
  }

  .mini-title-link {
    display: inline-block;
  }

  .locate-us-left-bg {
    width: 61%;
    inset: 0% auto 0% 0%;
  }

  .get-directions-link {
    font-size: 1.9vw;
    line-height: 1.3em;
  }

  .locate-us {
    flex-wrap: wrap;
  }

  .locate-us-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    margin-left: 40px;
  }

  .come-vist-us {
    width: 100%;
    margin-bottom: 5%;
  }

  .notice-text-column {
    left: 0%;
  }

  .row-notice {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: static;
    inset: 66% 0% auto;
  }

  .notice-details {
    border-left: 4px solid #57b63a;
  }

  .left-column-text-box {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    display: none;
  }

  .footer-logo {
    margin-bottom: 7%;
  }

  .button-2 {
    display: none;
  }

  .amenities-box {
    margin-bottom: 10px;
  }

  .page-not-found-404-box {
    width: 100%;
  }

  .green-line-on-hero-section {
    margin-left: 0%;
  }

  .dish {
    margin-bottom: 5%;
  }

  ._50-percent-column {
    display: block;
  }

  .flex {
    flex-direction: column;
    align-items: center;
  }

  .flex.mobile-reverse {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .box-bg {
    min-height: 200px;
  }

  .bottom-white {
    display: none;
  }

  .footer-box-3 {
    width: 50%;
    margin-bottom: 6%;
    margin-left: 0%;
  }

  .map-2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block {
    position: relative;
  }

  .image-2 {
    width: 100px;
    top: -22px;
    left: -14px;
  }

  .div-block-2 {
    top: 26px;
  }

  .background-column-left, .background-column-right {
    width: 100%;
  }

  .lightbox-link-style-2-copy-2.second-style {
    height: 60px;
  }

  .image-block-margin {
    min-height: 50vw;
  }

  .img-video-presentation {
    width: 100%;
    height: 300px;
  }

  .gray-line-copy {
    margin-left: 0%;
  }

  .wrapper2 {
    display: block;
  }

  .client-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .text-container-copy {
    margin-top: 7%;
    margin-left: 0%;
  }

  .text-container-copy.left-border {
    margin-top: 0%;
  }

  .content-section-copy {
    padding-top: 60px;
  }

  .content-section-copy.gray {
    padding-bottom: 60px;
  }

  .content-section-copy.contact {
    margin-top: 10%;
  }

  .content-section-copy.less-top-padding {
    padding-top: 5%;
  }

  .content-section-copy.more-bottom-border {
    margin-bottom: 15%;
  }

  .content-section-copy.double {
    padding-bottom: 60px;
  }

  .content-section-copy-copy {
    padding-top: 60px;
  }

  .content-section-copy-copy.gray {
    padding-bottom: 60px;
  }

  .content-section-copy-copy.contact {
    margin-top: 10%;
  }

  .content-section-copy-copy.less-top-padding {
    padding-top: 5%;
  }

  .content-section-copy-copy.more-bottom-border {
    margin-bottom: 15%;
  }

  .content-section-copy-copy.double {
    padding-bottom: 60px;
  }

  .hero-section-lasagne-vegetarienne.inner-pages {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .content-section-lasagne {
    padding-top: 60px;
  }

  .content-section-lasagne.gray {
    padding-bottom: 60px;
  }

  .content-section-lasagne.contact {
    margin-top: 10%;
  }

  .content-section-lasagne.less-top-padding {
    padding-top: 5%;
  }

  .content-section-lasagne.more-bottom-border {
    margin-bottom: 15%;
  }

  .content-section-lasagne.double {
    padding-bottom: 60px;
  }

  .hero-section-contact.inner-pages {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .h2-headings-copy3 {
    line-height: 6vw;
  }

  .h2-headings-copy3.white {
    font-size: 35px;
    line-height: 7vw;
  }

  .notice-details-copy {
    border-left: 4px solid var(--red);
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .brand-logotypes {
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrapper-footer.on-hero-section {
    position: static;
    top: 0;
  }

  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-box-2-copy {
    width: 50%;
    margin-bottom: 6%;
    margin-left: 0%;
  }

  .cta4-headline-extrajumbo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-wrapper-copy.on-hero-section {
    position: static;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 9.5vw;
  }

  h2 {
    font-size: 8.5vw;
  }

  h3 {
    font-size: 7.5vw;
  }

  h4 {
    font-size: 5.5vw;
  }

  h5 {
    font-size: 5vw;
  }

  h6 {
    font-size: 4.5vw;
    line-height: 1.3px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .content-wrapper {
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .content-wrapper.on-hero-section {
    max-width: 100%;
    height: auto;
  }

  .hero-dish-container {
    width: 100%;
    height: auto;
    position: static;
    top: -29px;
    left: -9px;
  }

  .green-bg-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
    top: 23px;
  }

  .hero-dish {
    width: 50%;
    margin-bottom: 18px;
    position: static;
    top: 0%;
    left: 0%;
  }

  .mini-title {
    width: auto;
    display: inline-block;
    overflow: visible;
  }

  .hero-text-container {
    flex: 0 auto;
    align-items: center;
    width: 100%;
    position: relative;
    top: -22px;
  }

  .button.submit {
    min-width: 100%;
  }

  .button.on-newsletter-sign-up {
    margin-top: 20px;
  }

  .button.on-hero.industrie {
    width: 85%;
    height: auto;
    padding-bottom: 14px;
  }

  .green-line {
    margin-top: 2%;
  }

  .green-line.offset-right {
    margin-left: 0%;
  }

  .green-line.on-chef-recommends {
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
  }

  .green-line.less-bottom-border {
    margin-bottom: 4%;
  }

  .go-button.up {
    margin-top: -86px;
  }

  .content-section, .content-section.less-top-padding {
    padding-top: 10%;
  }

  .content-section.more-bottom-border {
    margin-bottom: 25%;
  }

  .gray-circle {
    flex: 0 auto;
    margin-top: 45px;
  }

  .gray-line {
    margin-top: 2%;
  }

  .gray-line.offset-left {
    margin-left: 0%;
  }

  .gray-line.offset-right {
    float: right;
    margin-left: 0%;
  }

  .gray-line.short {
    margin-bottom: 3%;
  }

  .text-container.left-border {
    margin-top: 0%;
    margin-left: 0%;
  }

  .team-member {
    margin-bottom: 25%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    background-image: url('../images/Bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .tabs-content {
    float: none;
    width: 100%;
    inset: auto 0 0;
  }

  .image-box-1 {
    margin-bottom: 55px;
  }

  .service-offer-mini-title {
    font-size: 11px;
    line-height: 14px;
  }

  .arrow-on-services {
    display: block;
  }

  .blog-item-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-navigation {
    padding-top: 40px;
  }

  .footer-notices {
    padding-bottom: 10px;
  }

  .footer-box-1 {
    margin-left: 0;
  }

  .h2-headings {
    line-height: 9.5vw;
  }

  .h2-headings.white {
    text-align: left;
    font-size: 35px;
  }

  .h2-headings.white.centered {
    text-align: center;
  }

  .h1-headings {
    font-size: 8.8vw;
  }

  .h1-headings.white {
    clear: none;
    font-size: 25px;
  }

  .contact-right-column {
    width: 100%;
    padding-left: 0;
  }

  .book-a-table-wrapper {
    margin-top: 10%;
  }

  .calories-and-price-box.more-bottom-border {
    margin-bottom: 0%;
  }

  .newsletter-container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .newsletter-box, .latest-blog-entries-container {
    width: 100%;
  }

  .side-bar {
    float: none;
    width: 100%;
    margin-top: 10%;
    display: block;
    position: relative;
  }

  .newsletter-submit-button-box {
    width: 100%;
  }

  .mini-title-link.licensing {
    border-bottom-style: none;
  }

  .top-logo {
    width: 160px;
  }

  .food-ingredient-box {
    width: 100%;
    max-width: 350px;
    margin-bottom: 10%;
  }

  .blog-items-container {
    margin-bottom: 0;
  }

  .chef-recommends-details {
    margin-top: 40px;
    margin-bottom: 10%;
  }

  .dish-box {
    margin-top: 10px;
  }

  .dish-container {
    margin-bottom: 0;
  }

  .get-directions-link {
    border-bottom: 2px solid #57b63a;
    margin-bottom: 10%;
    font-size: 2.9vw;
    transition: color .3s;
  }

  .get-directions-link:hover {
    color: #57b63a;
  }

  .get-directions-arrow {
    display: none;
  }

  .locate-us-box {
    margin-left: 20px;
  }

  .come-vist-us {
    width: 100%;
    margin-bottom: 0%;
  }

  .background-right-column {
    width: 100%;
    min-height: 300px;
    position: relative;
  }

  .left-column-text-box {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
  }

  .footer-logo.w--current {
    margin-bottom: 0%;
  }

  .reviews-company-link {
    width: 90%;
    margin: 20px auto;
    display: block;
  }

  .latest-event-entries-container {
    width: 100%;
  }

  .event-entry-preview {
    margin-bottom: 10%;
  }

  .event-container {
    float: none;
    width: 100%;
  }

  .amenities-box {
    width: 100%;
  }

  .green-line-on-hero-section {
    margin-left: 0%;
  }

  .dish {
    margin-bottom: 10%;
  }

  .open-hours-box, ._50-percent-column, .half-column-flex {
    width: 100%;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .flex.mobile-reverse {
    flex-wrap: wrap;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-left {
    width: 100%;
  }

  .box-bg {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0;
    position: relative;
    top: 208px;
    left: -59px;
  }

  .text-left-box, .image-column {
    width: 100%;
  }

  .text-right-box {
    width: 100%;
    padding-left: 0;
  }

  .footer-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-previews {
    width: 100%;
    margin-bottom: 10%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .featured-dishes {
    float: none;
    width: 100%;
    max-width: 350px;
    margin-bottom: 10%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .events {
    width: 100%;
    max-width: 350px;
  }

  .map-2 {
    margin-left: 20px;
  }

  .team {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .update {
    display: none;
  }

  .container {
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .image-2 {
    z-index: 2;
    width: 30%;
    position: relative;
    top: -127px;
    left: 73px;
  }

  .image-3 {
    width: 100%;
    max-width: 80%;
  }

  .div-block-2 {
    padding-top: 40px;
    padding-left: 20px;
    position: static;
    top: 49px;
    left: 21px;
  }

  .background-column-left {
    background-image: linear-gradient(#57b63a96, #57b63a96), url('../images/laughing-family-eating-dinner-PQR7K7U.jpg');
    background-size: auto, cover;
    width: 100%;
    min-height: 300px;
    position: relative;
  }

  .background-column-left:hover {
    background-image: linear-gradient(#57b63ab8, #57b63ab8), url('../images/laughing-family-eating-dinner-PQR7K7U.jpg');
    background-size: auto, cover;
  }

  .background-column-right {
    background-image: linear-gradient(to bottom, null, null), url('../images/family-and-friends-serving-lunch-at-a-table-in-the-3HV9EZW.jpg');
    background-size: auto, cover;
    width: 100%;
    min-height: 300px;
    position: relative;
  }

  .image-lasagne-bolognaise {
    width: 100%;
    max-width: 80%;
  }

  .h2-headings-copy.white {
    text-align: left;
  }

  .h2-headings-copy.white.centered {
    text-align: center;
  }

  .lightbox-link-style-2-copy-2.second-style {
    width: 150px;
    height: 55px;
  }

  .image-block-margin {
    min-height: auto;
  }

  .img-video-presentation {
    width: 100%;
    height: 200px;
  }

  .icon-play {
    width: 100%;
  }

  .text-container-copy.centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gray-line-copy {
    margin-top: 2%;
  }

  .gray-line-copy.offset-left {
    margin-left: 0%;
  }

  .gray-line-copy.offset-right {
    float: right;
    margin-left: 0%;
  }

  .gray-line-copy.short {
    margin-bottom: 3%;
  }

  .content-section-copy, .content-section-copy.less-top-padding {
    padding-top: 10%;
  }

  .wrapper2 {
    display: block;
  }

  .clients-logotypes {
    flex-wrap: wrap;
  }

  .content-section-copy, .content-section-copy.less-top-padding {
    padding-top: 10%;
  }

  .text-container-copy.left-border {
    margin-top: 13%;
    margin-left: 0%;
  }

  .content-section-copy, .content-section-copy.less-top-padding {
    padding-top: 10%;
  }

  .content-section-copy.more-bottom-border {
    margin-bottom: 25%;
  }

  .html-embed {
    height: auto;
  }

  .content-section-copy-copy, .content-section-copy-copy.less-top-padding {
    padding-top: 10%;
  }

  .content-section-copy-copy.more-bottom-border {
    margin-bottom: 25%;
  }

  .hero-section-lasagne-vegetarienne {
    padding-top: 20px;
  }

  .div-block-6 {
    background-size: contain;
    width: 30px;
    height: 30px;
  }

  .content-section-lasagne, .content-section-lasagne.less-top-padding {
    padding-top: 10%;
  }

  .content-section-lasagne.more-bottom-border {
    margin-bottom: 25%;
  }

  .div-block-6-copy {
    background-size: contain;
    width: 30px;
    height: 30px;
  }

  .hero-section-contact {
    padding-top: 20px;
  }

  .h2-headings-copy3 {
    line-height: 9.5vw;
  }

  .h2-headings-copy3.white {
    text-align: left;
    font-size: 25px;
    line-height: 27px;
  }

  .h2-headings-copy3.white.centered {
    text-align: center;
  }

  .div-block-7 {
    width: 100%;
    overflow: visible;
  }

  .image-box-1-copy, .image-box-1-copy-copy, .image-box-1-copy-copy-copy {
    width: 100%;
    margin-bottom: 55px;
  }

  .section-2.brands-section {
    padding-top: 40px;
  }

  .brand-logotypes {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper-footer {
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .content-wrapper-footer.on-hero-section {
    height: auto;
  }

  .cta4-headline-extrajumbo {
    width: 100%;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .content-wrapper-copy {
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .content-wrapper-copy.on-hero-section {
    height: auto;
  }

  .btn {
    text-align: center;
    display: block;
  }
}


@font-face {
  font-family: 'Amaticsc';
  src: url('../fonts/AmaticSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amatic';
  src: url('../fonts/Amatic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brittanian';
  src: url('../fonts/Brittanian.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}