@font-face {
  font-family: Futura;
  src: url('../fonts/Futura-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --background-black: black;
  --green: #205f40;
  --white: #fff;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: var(--background-black);
  color: #333;
  text-align: left;
}

.nav-menu-two {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  filter: drop-shadow(1.5px 3px 0px var(--green));
  color: var(--white);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.navbar-logo-left {
  background-color: var(--background-black);
  margin-bottom: 0;
}

.list-item {
  background-color: #0000;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--green);
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--green);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.div-block {
  background-image: url('../images/hero.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-2 {
  background-image: url('../images/Event-Georges-1920-x-1080-px_1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  overflow: visible;
}

.heading {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  -webkit-text-stroke-color: #333;
  text-overflow: clip;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block {
  width: 100%;
  color: var(--white);
  text-align: left;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.div-block-3 {
  background-color: var(--green);
  color: #333;
  flex-flow: row;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}

.image {
  margin-bottom: -74px;
  margin-left: 200px;
  margin-right: 0;
  display: block;
}

.image.hero-image {
  position: relative;
}

.div-block-4 {
  display: block;
}

.image-2 {
  width: 100%;
}

.div-block-5 {
  background-color: var(--background-black);
  z-index: 20;
}

.button {
  background-color: var(--white);
  color: var(--green);
  border-radius: 18px;
  margin-top: 20px;
  padding: 20px 25px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 24px;
}

.button:hover {
  background-color: var(--green);
  color: var(--white);
}

.cell-2 {
  background-color: var(--background-black);
  justify-content: center;
  align-items: flex-end;
  padding-right: 30px;
}

.text-block-copy {
  width: 100%;
  color: var(--white);
  text-align: right;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.image-3 {
  margin-top: -30px;
  margin-bottom: -90px;
}

.quick-stack {
  padding-bottom: 0;
}

.quick-stack-2 {
  margin-top: 0;
  padding-top: 0;
}

.cell-3 {
  padding-right: 0;
}

.div-block-6 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.swiper-wrapper, .swiper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  padding: 40px 30px;
}

.div-block-8 {
  background-color: var(--green);
  border-radius: 99px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.heading-copy {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  text-overflow: clip;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-copy {
  width: 100%;
  color: var(--white);
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.button-copy {
  background-color: var(--white);
  color: var(--background-black);
  text-align: center;
  border-radius: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 25px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 18px;
}

.button-copy:hover {
  background-color: var(--white);
  color: var(--green);
}

.quick-stack-3 {
  background-color: var(--green);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cell-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--background-black);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-5 {
  background-color: var(--green);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.quick-stack-4 {
  padding: 0;
}

.div-block-9 {
  flex-flow: row;
  display: block;
}

.div-block-9-copy {
  flex-flow: row;
  margin-top: 40px;
  display: block;
}

.quick-stack-3-copy {
  background-color: var(--green);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cell-5-copy {
  background-color: var(--background-black);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.quick-stack-4-copy {
  padding: 0;
}

.cell-4-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--green);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-copy-copy-copy {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: #333;
  text-overflow: clip;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.button-copy-copy {
  background-color: var(--white);
  color: var(--background-black);
  text-align: center;
  border-radius: 18px;
  margin-top: 20px;
  padding: 20px 25px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 22px;
}

.button-copy-copy:hover {
  background-color: var(--white);
  color: var(--green);
}

.div-block-10 {
  background-color: var(--background-black);
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: var(--background-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.column {
  background-color: var(--green);
}

.div-block-12 {
  background-color: var(--green);
  min-width: 65vw;
  min-height: auto;
  color: var(--green);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 40px;
  display: flex;
}

.div-block-12-copy {
  background-color: var(--green);
  min-width: auto;
  min-height: auto;
  color: var(--green);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding: 23px 30px 23px 0;
  display: flex;
}

.text-block-copy-copy-copy {
  width: 100%;
  color: var(--white);
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.column-2 {
  background-color: var(--green);
}

.column-3 {
  background-color: var(--green);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.column-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.column-5 {
  padding: 0;
}

.column-6 {
  padding: 0;
  display: block;
}

.div-block-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.r-server-une-table {
  background-color: var(--white);
  color: var(--background-black);
  text-align: center;
  border-radius: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 25px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 22px;
}

.r-server-une-table:hover {
  background-color: var(--white);
  color: var(--green);
}

.div-block-13-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.div-block-13-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.column-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  display: flex;
}

.column-5-copy, .column-6-copy {
  padding: 0;
}

.column-3-copy {
  background-color: #205f4000;
  padding: 0;
}

.columns {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-copy-text {
  filter: drop-shadow(3px 5px 0px var(--green));
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  text-overflow: clip;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-copy-copy-copy-copy {
  width: 100%;
  color: var(--white);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.cell-7, .cell-8, .cell-9, .cell-10 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Futura, Times New Roman, sans-serif;
}

.heading-tsttt-copy-copy {
  filter: drop-shadow(3px 5px 0px var(--green));
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-14 {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.quick-stack-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-left: 250px;
  padding-right: 250px;
}

.cell-11, .cell-12, .cell-13, .cell-14, .cell-15, .cell-16, .cell-17, .cell-18 {
  justify-content: center;
  align-items: center;
}

.bold-text {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  display: block;
}

.accordion-wrapper {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.accordion-item {
  border: 2px solid var(--white);
  background-color: var(--background-black);
  min-width: auto;
  min-height: auto;
  max-height: none;
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-family: Futura, Times New Roman, sans-serif;
  overflow: visible;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.paragraph {
  font-size: 18px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-size: 16px;
  overflow: hidden;
}

.div-block-15, .faq {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.cell-19 {
  justify-content: flex-start;
  align-items: center;
}

.text-field {
  border: 1px solid var(--white);
  background-color: var(--background-black);
  border-radius: 6px;
  min-width: 40vw;
  min-height: 15vh;
}

.cell-20 {
  justify-content: center;
  align-items: center;
}

.form {
  border: 1px #000;
}

.text-field-2, .text-field-3 {
  border: 1px solid var(--white);
  background-color: var(--background-black);
  border-radius: 6px;
}

.submit-button {
  border: 1px solid var(--white);
  background-color: var(--background-black);
  text-transform: uppercase;
  border-radius: 6px;
  min-width: 40vw;
  font-family: Futura, Times New Roman, sans-serif;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--background-black);
}

.div-block-16 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-copy-copy {
  width: 100%;
  color: var(--white);
  text-align: right;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.footer-dark {
  background-color: var(--background-black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-menu-two-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  filter: drop-shadow(1.5px 3px 0px var(--green));
  color: var(--white);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  text-decoration: none;
  display: flex;
}

.container-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.navbar-logo-left-container-copy {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-copy.shadow-three, .navbar-logo-left-container-copy.shadow-three-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2-copy {
  background-image: url('../images/Event-Georges-1920-x-1080-px.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 80vh;
  max-height: 100%;
  overflow: visible;
}

.div-block-18 {
  background-color: var(--green);
}

.heading-copy {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.body-2 {
  background-color: var(--background-black);
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 0 250px 60px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-20 {
  text-align: center;
  padding-bottom: 0;
}

.text-block-4 {
  color: var(--white);
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.image-4 {
  border: 3px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.image-5, .image-6 {
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-7-copy {
  padding: 40px 30px;
}

.div-block-8-copy {
  background-color: var(--green);
  border-radius: 99px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.heading-copy-copy {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  text-overflow: clip;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-7-copy {
  padding: 40px 30px;
  display: none;
  position: static;
  overflow: visible;
}

.heading-copy-vxvxc {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  text-overflow: clip;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-copy-copy {
  width: 100%;
  color: var(--white);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.r-server-une-table-copy {
  background-color: var(--white);
  color: var(--background-black);
  text-align: center;
  border-radius: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 25px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 22px;
}

.r-server-une-table-copy:hover {
  background-color: var(--white);
  color: var(--green);
}

.heading-sfc-copy {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 30px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-22 {
  background-color: var(--green);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.heading-sdfsdfcopy {
  filter: drop-shadow(3px 5px 0px var(--green));
  color: var(--white);
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  border: 1px solid var(--white);
  background-color: var(--background-black);
  margin: 40px 60px;
}

.heading-fffscopy-copy {
  filter: drop-shadow(3px 5px 0px var(--green));
  color: var(--white);
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-boissons {
  width: 100%;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.cell-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading-fffscopy-copy-copy {
  filter: drop-shadow(3px 5px 0px var(--green));
  color: var(--white);
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading-happy-hours {
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  text-overflow: clip;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-boissons-copy {
  width: 100%;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.text-block-boissons-copy-copy {
  width: 100%;
  color: var(--background-black);
  text-align: left;
  text-transform: uppercase;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.button-2 {
  border: 1px solid var(--white);
  background-color: var(--green);
  color: var(--white);
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
}

.div-block-24 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-23 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-25 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-7 {
  background-color: var(--background-black);
  text-align: left;
  width: 20%;
  margin: 0;
  padding-right: 0;
  display: block;
}

.div-block-26 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -424px;
  margin-bottom: 0;
  margin-right: 26px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-27 {
  border: 1px solid var(--white);
  background-color: var(--background-black);
  margin: 60px;
  padding: 10px;
}

.cell-25 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-26, .cell-27, .cell-28, .cell-29 {
  justify-content: center;
  align-items: flex-start;
}

.cell-30, .cell-31 {
  justify-content: center;
  align-items: center;
}

.cell-32 {
  justify-content: center;
  align-items: flex-start;
}

.cell-33 {
  justify-content: flex-start;
  align-items: center;
}

.cell-34 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-35, .cell-36 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.quick-stack-11, .quick-stack-12, .quick-stack-13, .quick-stack-14, .quick-stack-15 {
  padding-top: 0;
  padding-bottom: 0;
}

.cell-37, .cell-38 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-28 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-29 {
  background-color: var(--green);
  border-radius: 8px;
  margin: 20px 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: visible;
}

.cell-40 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.button-3 {
  background-color: var(--white);
  color: var(--green);
  text-transform: uppercase;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 15px;
  display: flex;
}

.header-s12 {
  color: var(--white);
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 28px;
}

.buttons-days {
  color: var(--green);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.text-block-5 {
  color: var(--white);
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-3-off {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--green);
  text-transform: uppercase;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 15px;
  display: flex;
}

.text-block-5-stear {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.heading-sdfsdfcopy-2 {
  filter: drop-shadow(3px 5px 0px var(--green));
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-30 {
  margin-bottom: 0;
}

.div-block-31 {
  background-color: var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 40px 10px;
  display: flex;
}

.div-block-32 {
  border: 1px solid var(--white);
  border-radius: 7px;
}

.cell-42 {
  border: 1px none var(--white);
  border-radius: 7px;
}

.text-google-avis {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.text-google-avis-name {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.div-block-33 {
  border: 1px solid var(--white);
  border-radius: 7px;
  padding: 40px 20px;
}

.heading-avis-google {
  filter: drop-shadow(3px 5px 0px var(--background-black));
  color: var(--white);
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  text-overflow: clip;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.voir-tous-les-avis-google {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--background-black);
  text-align: center;
  border-radius: 18px;
  margin: 20px 220px 10px;
  padding: 20px 25px;
  font-family: Optidynamo, Palatino Linotype, sans-serif;
  font-size: 22px;
  display: block;
}

.voir-tous-les-avis-google:hover {
  background-color: var(--white);
  color: var(--green);
}

.div-block-34 {
  padding-left: 50px;
  padding-right: 50px;
}

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

.code-embed-3 {
  display: none;
}

.columns-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-8, .image-9, .image-10 {
  width: 100%;
}

.text-block-copy-copy-copy {
  width: 100%;
  color: var(--white);
  text-align: right;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.contact-info-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 8px;
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.contact-info-link {
  color: var(--white);
  font-family: Futura, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline;
}

.infos-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block-36 {
  display: none;
}

.google-rating-badge {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: -10px;
  margin-bottom: 25px;
  font-family: Optidynamo, sans-serif;
  font-size: 24px;
}

.happy-hour-note {
  color: #d9e6de;
  margin-top: 4px;
  font-family: Futura, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--green);
    min-width: 300px;
    filter: drop-shadow(1.5px 3px 0px var(--background-black));
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper {
    background-color: #205f4000;
  }

  .container {
    max-width: 728px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-3 {
    color: var(--white);
    background-color: #205f4000;
    font-size: 40px;
    line-height: 20px;
  }

  .div-block-2 {
    display: none;
  }

  .image {
    width: 80%;
    margin-left: 0;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-copy {
    text-align: left;
    padding-left: 0;
  }

  .image-3 {
    width: 50%;
    margin-top: -75px;
    margin-bottom: -60px;
    padding-top: 0;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-6 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .accordion-item {
    min-width: 650px;
  }

  .div-block-15, .faq {
    order: 0;
  }

  .text-field-2 {
    width: 400px;
  }

  .submit-button {
    width: 400px;
    min-width: auto;
  }

  .cell-21 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-block-copy-copy {
    text-align: left;
    padding-left: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu-two-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--green);
    min-width: 300px;
    filter: drop-shadow(1.5px 3px 0px var(--background-black));
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-copy {
    max-width: 728px;
  }

  .text-block-3 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-block-copy-copy {
    text-align: center;
    padding-right: 0;
  }

  .heading-sfc-copy, .heading-fffscopy-copy {
    text-align: center;
  }

  .text-block-boissons {
    text-align: left;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 16px;
  }

  .heading-fffscopy-copy-copy, .heading-happy-hours {
    text-align: center;
  }

  .text-block-boissons-copy {
    text-align: center;
    text-align: center;
    padding-right: 0;
  }

  .text-block-boissons-copy-copy {
    text-align: center;
    padding-right: 0;
  }

  .button-2 {
    font-size: 16px;
  }

  .cell-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-7 {
    width: 40%;
  }

  .div-block-26 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
  }

  .cell-24 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-copy-copy-copy {
    text-align: left;
    padding-left: 0;
  }

  .div-block-36 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-2, .image.hero-image {
    display: none;
  }

  .div-block-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item {
    min-width: 600px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .cell-20 {
    text-align: center;
    display: block;
  }

  .text-field-2 {
    min-width: 400px;
  }

  .submit-button {
    width: 400px;
    min-width: auto;
  }

  .quick-stack-7 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-17 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-two-copy {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-logo-left-container-copy {
    max-width: 100%;
  }

  .quick-stack-8 {
    text-align: left;
  }

  .div-block-8-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-sdfsdfcopy {
    text-align: center;
  }

  .heading-fffscopy-copy {
    padding-bottom: 0;
    font-size: 25px;
  }

  .text-block-boissons {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .heading-happy-hours {
    font-size: 17px;
  }

  .text-block-boissons-copy, .text-block-boissons-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-33, .cell-34 {
    justify-content: center;
    align-items: center;
  }

  .cell-39 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-sdfsdfcopy-2 {
    text-align: center;
  }

  .div-block-36 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .div-block-2 {
    background-image: url('../images/2_1.png');
    display: none;
  }

  .heading {
    text-align: center;
    font-size: 30px;
  }

  .text-block {
    font-size: 16px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cell {
    padding-left: 0;
  }

  .image {
    width: 100%;
  }

  .button {
    font-size: 18px;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-copy {
    text-align: left;
    padding-left: 0;
    display: block;
  }

  .image-3 {
    width: 80%;
    margin-top: -6px;
    margin-bottom: -40px;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    border-radius: 99px;
    padding: 40px 10px;
  }

  .text-block-copy {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-copy-copy {
    font-size: 40px;
    line-height: 60px;
  }

  .div-block-12-copy {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-copy-copy-copy {
    text-align: center;
  }

  .column-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .column-4, .column-5, .column-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .r-server-une-table {
    font-size: 18px;
  }

  .div-block-13-copy-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .column-4-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-5-copy {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .column-3-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns {
    flex-flow: column;
  }

  .text-block-copy-copy-copy-copy {
    text-align: center;
  }

  .heading-tsttt-copy-copy {
    font-size: 40px;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item {
    min-width: 350px;
  }

  .div-block-15, .faq {
    width: 100%;
    min-width: auto;
  }

  .text-field {
    width: 300px;
  }

  .cell-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-field-2 {
    width: 300px;
    min-width: auto;
  }

  .text-field-3, .submit-button {
    width: 300px;
  }

  .quick-stack-7 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .cell-21 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .code-embed {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: auto;
    max-width: 50%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .text-block-copy-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-copy {
    flex-direction: column;
  }

  .container-copy {
    max-width: none;
  }

  .div-block-2-copy {
    background-image: url('../images/6.png');
  }

  .heading-copy {
    font-size: 30px;
  }

  .text-block-3, .div-block-7-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-copy-copy {
    font-size: 40px;
  }

  .div-block-7-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-copy-vxvxc {
    font-size: 40px;
  }

  .text-block-copy-copy {
    text-align: center;
    padding: 15px 30px;
  }

  .r-server-une-table-copy {
    font-size: 18px;
  }

  .heading-sfc-copy {
    font-size: 30px;
  }

  .heading-sdfsdfcopy {
    text-align: center;
    font-size: 28px;
  }

  .div-block-23 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-fffscopy-copy {
    font-size: 20px;
  }

  .text-block-boissons {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-fffscopy-copy-copy {
    font-size: 30px;
  }

  .heading-happy-hours {
    padding-bottom: 0;
    font-size: 14px;
  }

  .text-block-boissons-copy {
    text-align: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-boissons-copy-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-7 {
    width: 80%;
  }

  .quick-stack-9 {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-27 {
    margin: 40px 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell-33 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-34 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-29 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-s12 {
    text-align: center;
  }

  .buttons-days {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-5 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .cell-41 {
    text-align: center;
  }

  .text-block-5-stear {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 25px;
    display: block;
  }

  .heading-sdfsdfcopy-2 {
    text-align: center;
    font-size: 30px;
  }

  .text-google-avis, .text-google-avis-name {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-avis-google {
    font-size: 30px;
  }

  .voir-tous-les-avis-google {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 18px;
  }

  .code-embed-3 {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-35 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .text-block-copy-copy-copy {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-36 {
    height: 1%;
    display: block;
  }
}

#w-node-deb64993-7432-9f4d-c70d-478fd3c2f07a-43bc62f3, #w-node-_9536eac0-d80c-ed2c-9686-2eca2b30d289-43bc62f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4db33efd-31f0-0e52-c19a-126eee1b6636-43bc62f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_04ab0d82-155b-8aa6-ff0f-38c5b0a1b720-b0a1b715, #w-node-_04ab0d82-155b-8aa6-ff0f-38c5b0a1b72b-b0a1b715, #w-node-_04ab0d82-155b-8aa6-ff0f-38c5b0a1b734-b0a1b715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6c15e04-5061-1385-6097-692ed5e9a464-d5e9a463 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f20b73ba-1ad0-4ead-cb17-e09e3eeac916-3eeac913 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4167a17b-6e46-24d7-1c5c-cf57cb2829d4-44083cce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd7369ac-737c-1e32-2e4d-c14d7294146a-44083cce {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_674a6fa1-29cf-538c-7a1c-1edfd6b056ae-44083cce, #w-node-_327f4b6c-c45b-060b-33d6-fea6ea8251bf-44083cce, #w-node-c3f3d0b3-2f56-5f7d-241b-5f3507e5a4e3-44083cce, #w-node-e2a006de-1af7-ffbf-c3a6-f389b69f8564-44083cce, #w-node-b4f370db-2510-4bee-ddfa-0d0338528cc7-44083cce, #w-node-_3d83ff13-04be-d286-0025-f38d0fa30aa0-44083cce, #w-node-_8bbc1eec-f3e0-def3-fe1d-ac4e38b14f2d-44083cce, #w-node-efac7aea-ccf5-99cd-52ba-f6cfab18966b-44083cce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-deb64993-7432-9f4d-c70d-478fd3c2f07a-43bc62f3, #w-node-_9536eac0-d80c-ed2c-9686-2eca2b30d289-43bc62f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9536eac0-d80c-ed2c-9686-2eca2b30d28a-43bc62f3 {
    order: 9999;
  }

  #w-node-_4db33efd-31f0-0e52-c19a-126eee1b6636-43bc62f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a6c15e04-5061-1385-6097-692ed5e9a464-d5e9a463 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f20b73ba-1ad0-4ead-cb17-e09e3eeac916-3eeac913 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4db33efd-31f0-0e52-c19a-126eee1b6636-43bc62f3, #w-node-_4167a17b-6e46-24d7-1c5c-cf57cb2829d4-44083cce, #w-node-_8bbc1eec-f3e0-def3-fe1d-ac4e38b14f2d-44083cce, #w-node-efac7aea-ccf5-99cd-52ba-f6cfab18966b-44083cce {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-deb64993-7432-9f4d-c70d-478fd3c2f07a-43bc62f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4db33efd-31f0-0e52-c19a-126eee1b6636-43bc62f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-a6c15e04-5061-1385-6097-692ed5e9a465-d5e9a463 {
    order: 0;
  }

  #contact.w-node-a6c15e04-5061-1385-6097-692ed5e9a467-d5e9a463 {
    order: -9999;
  }

  #w-node-f20b73ba-1ad0-4ead-cb17-e09e3eeac916-3eeac913, #w-node-_4167a17b-6e46-24d7-1c5c-cf57cb2829d4-44083cce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c03fa548-a06e-2913-552c-f306dd4e66dc-44083cce {
    grid-row: span 2 / span 2;
  }

  #w-node-_8bbc1eec-f3e0-def3-fe1d-ac4e38b14f2d-44083cce, #w-node-efac7aea-ccf5-99cd-52ba-f6cfab18966b-44083cce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optidynamo';
  src: url('../fonts/OPTIDynamo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}