:root {
  --black2: #181818;
  --white: white;
  --sea-green: #328248;
  --dark-green: #076320;
  --red: #fa1921;
  --black-3: #222;
  --grey: #666;
  --silver: #bebebe;
  --firebrick: #b8161c;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: none;
}

.body {
  color: var(--black2);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.wrapper {
  background-color: var(--white);
  margin-left: 50px;
  margin-right: 50px;
}

.page-background {
  z-index: 10;
  height: 100%;
  background-color: var(--black2);
}

.hero-header {
  height: 100vh;
  background-image: url('../images/pizzeria-davis-10_web_filter_1.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.hero-titre-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.h2-hero {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.2em;
}

.h2-hero.cv {
  width: 60%;
}

.h2-hero.black {
  color: var(--black2);
  padding-bottom: 40px;
}

.section-boubou-wrapper {
  height: 75vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.section-boubou-accueil {
  z-index: 9;
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px;
  display: flex;
}

.section-texte {
  color: var(--black2);
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.9em;
}

.section-texte.blanc, .section-texte.left {
  color: var(--white);
  margin-bottom: 0;
}

.top-navbar {
  z-index: 10;
  height: 85px;
  background-color: var(--black2);
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.top-navbar-row-left {
  width: 40%;
  height: 50px;
  justify-content: space-around;
  display: flex;
}

.top-nav-element {
  height: 50px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-nav-element:hover, .top-nav-element.w--current {
  color: var(--sea-green);
}

.top-nav-element.hide, .top-nav-element.hide.w--current {
  display: none;
}

.top-nav-text {
  text-align: center;
  flex: none;
  font-size: 1.3em;
  font-weight: 400;
  transition: color .35s;
}

.top-nav-text:hover {
  color: var(--sea-green);
}

.top-navbar-row-right {
  width: 40%;
  height: 50px;
  justify-content: space-around;
  display: flex;
}

.logo-content {
  width: 150px;
  height: 150px;
  background-color: var(--white);
  border-radius: 50%;
  position: relative;
  top: 40px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-titre-content {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.section-options-wrapper {
  height: 50vh;
  background-color: var(--sea-green);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.option-container-row {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.option-container {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 60px;
  display: block;
}

.icone-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.paragraph {
  color: var(--sea-green);
  text-align: center;
  font-size: 17px;
  line-height: 23px;
}

.h4-titre {
  color: var(--sea-green);
  text-align: center;
}

.full-option-container {
  width: 100%;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.link-texte {
  color: var(--sea-green);
}

.link-texte:hover {
  color: var(--black2);
}

.footer {
  z-index: 100;
  background-color: var(--black2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.section-titre {
  height: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-titre.black {
  height: auto;
  justify-content: space-between;
}

.stroke-vert {
  height: 1px;
  background-color: var(--sea-green);
}

.tel-num {
  height: 50px;
  color: var(--white);
  background-color: rgba(250, 25, 33, .75);
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Calistoga, sans-serif;
  font-weight: 400;
  transition: background-color .35s;
  display: flex;
}

.tel-num:hover {
  background-color: #fa1921;
}

.tel-num.w--current {
  color: var(--sea-green);
}

.tel-num-text {
  text-align: center;
  flex: none;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: color .35s;
}

.tel-num-text.en-ligne {
  font-size: 20px;
}

.hero-cta-container {
  width: 100%;
  height: 50px;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bouton-cta {
  width: 250px;
  height: 50px;
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .35s;
  display: flex;
}

.bouton-cta:hover {
  background-color: var(--sea-green);
  color: var(--white);
}

.bouton-cta.cv {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
}

.boubou-photo-container {
  width: 50%;
  height: 100%;
  padding: 40px;
}

.h2-right {
  color: var(--black2);
  text-align: left;
  flex: 1;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Calistoga, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.h2-right.rouge {
  color: var(--red);
}

.image-container {
  width: 100%;
  height: 100%;
  background-image: url('../images/5deff9d18fee8e01a359a65d_pizzeria-davis-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.fas.fa-phone-alt {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 8px;
  font-size: 18px;
  display: flex;
}

.fas.fa-phone-alt.blanc {
  color: var(--white);
  display: none;
}

.fas.fa-phone-alt.none {
  color: var(--white);
}

.fas.fa-clock.blanc {
  color: var(--white);
  margin-right: 10px;
  font-size: 16px;
}

.section-pourquoi-wrapper {
  background-color: var(--black-3);
  color: #2e2e2e;
  background-image: linear-gradient(rgba(34, 34, 34, .94), rgba(34, 34, 34, .94)), url('../images/pizz-icone-wallp2-08.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 100%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
}

.pourquoi-section-left {
  justify-content: flex-start;
  align-self: center;
  padding-top: 0;
  display: flex;
}

.pourquoi-photo {
  width: 400px;
  background-image: url('../images/5deeb10a9e57f5f817f277f2_5de11ccc83c9d7457fd9f88e_pizzeria-davis-2_sauce_carre.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  position: relative;
}

.pourquoi-photo.right {
  width: 300px;
  background-image: url('../images/5deffa8811444e43b7140f62_pizzeria-davis-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.pourquoi-photo.full {
  width: auto;
  background-image: url('../images/pizzeria-davis-36_web.jpg');
  background-position: 61%;
}

.pourquoi-photo.seule {
  width: auto;
  height: 400px;
  background-image: none;
  overflow: hidden;
}

.pourquoi-texte {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  display: flex;
  position: relative;
  left: -34px;
}

.pourquoi-texte.right {
  z-index: 9;
  width: 70%;
  left: auto;
  right: -55px;
}

.pourquoi-texte.full {
  z-index: 9;
  width: auto;
  padding-top: 0;
  padding-left: 10%;
  position: static;
  left: 40px;
}

.pourquoi-titre-section {
  width: 100%;
  height: 60px;
  background-color: var(--sea-green);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.h3-sous-titre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.pourquoi-paragraphe {
  padding-left: 60px;
  padding-right: 20px;
}

.pourquoi-paragraphe.right {
  padding-left: 0;
  padding-right: 80px;
}

.pourquoi-paragraphe.full {
  padding-left: 0;
}

.bloc-numero {
  width: 40px;
  height: 40px;
  background-color: var(--red);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bloc-numero.right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bloc-numero.full {
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.bloc-numero.bottom {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h3-numero {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
}

.pourquoi-row {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pourquoi-section-right {
  padding-top: 40px;
  display: flex;
}

.columns {
  padding-bottom: 40px;
}

.pourquoi-section-full {
  background-color: var(--black-3);
  justify-content: center;
  align-self: center;
  display: none;
}

.pourquoi-section-bottom {
  justify-content: flex-end;
  padding-top: 40px;
  display: flex;
}

.titre-photo {
  color: var(--red);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Calistoga, sans-serif;
  display: flex;
}

.h3-sous-titre-photo {
  text-align: left;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

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

.footer-heure {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.pourquoi-section-seule {
  justify-content: flex-start;
  align-self: center;
  padding-top: 20px;
  display: flex;
}

.heure {
  height: 100%;
  color: var(--grey);
  align-items: center;
  display: flex;
}

.heure.page {
  align-items: flex-start;
  font-size: 15px;
}

.text-span {
  margin-right: 5px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-num-tel {
  justify-content: flex-start;
  align-items: center;
}

.num-tel {
  height: 100%;
  color: var(--grey);
  align-items: center;
  display: flex;
}

.link-num-tel {
  color: var(--red);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

.link-num-tel:hover {
  text-decoration: underline;
}

.link-num-tel.grey {
  color: var(--grey);
  font-size: 15px;
}

.far.fa-clock {
  color: var(--grey);
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 8px;
  font-size: 18px;
  display: flex;
}

.far.fa-map-marker-smile {
  padding-bottom: 0;
  padding-right: 8px;
  font-size: 23px;
}

.section-intro {
  color: #2e2e2e;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.texte-intro {
  width: 50%;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}

.texte-intro.left {
  width: 100%;
}

.intro-container-row {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.wrapper-menu {
  background-image: linear-gradient(rgba(34, 34, 34, .94), rgba(34, 34, 34, .94)), url('../images/pizz-icone-wallp2-08.png');
  background-position: 0 0, 0 0;
  background-size: auto, 100%;
  margin-left: 50px;
  margin-right: 50px;
  display: none;
}

.h4-menu {
  text-align: left;
  text-transform: uppercase;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
}

.body-2 {
  color: var(--black2);
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.menu-right {
  height: 80vh;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-direction: column;
  flex: 1;
  padding: 10%;
  overflow: auto;
}

.section-menu {
  display: block;
  overflow: auto;
}

.section-entrees {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.list {
  padding-left: 20px;
  list-style-type: disc;
}

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

.item-menu.grid {
  justify-content: center;
}

.item-container-row {
  border-bottom: 2px dotted var(--grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-container-row.grid {
  text-align: right;
}

.item-nom {
  color: var(--grey);
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.item-nom.epicerie {
  color: var(--silver);
}

.item-prix {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.item-container {
  width: 48%;
  flex-direction: column;
}

.item-container.left {
  width: 40%;
}

.item-container.right {
  width: auto;
  align-self: center;
  display: flex;
}

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

.row.photo {
  flex-direction: column;
  align-items: stretch;
}

.titre-section {
  color: var(--sea-green);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.h4-section {
  text-align: center;
  margin: 0 20px;
  font-family: Calistoga, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.stroke-titre {
  width: 35%;
  height: 2px;
  background-color: var(--sea-green);
}

.section-menudujour {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.item-nom-choix {
  color: var(--grey);
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.note-menu {
  color: var(--firebrick);
  padding-top: 30px;
  padding-bottom: 20px;
}

.note-menu.right {
  padding-top: 10px;
}

.note {
  text-align: right;
}

.item-container-choix {
  width: 48%;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-container-vertical {
  width: 48%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.item-container-vertical.photo {
  width: auto;
}

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

.section-combos, .section-pizza {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.menu-photo {
  width: 40%;
  background-image: url('../images/pizzeria-davis-38.jpg'), url('../images/pizzeria-davis-8-web.jpg');
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
  margin-right: 20px;
}

.menu-photo.right {
  background-image: url('../images/pizzeria-davis-4.jpg');
  margin-left: 20px;
  margin-right: 0;
}

.menu-photo.enfant {
  width: 40%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 5fr 1fr 1fr 1fr 1fr 1fr;
  align-items: end;
}

.section-trio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.sous-titre-menu {
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.sous-titre-menu._2 {
  padding-top: 20px;
}

.section-enfant, .section-pates, .section-fringales {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-tab {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .35s;
}

.link-tab:hover {
  background-color: rgba(255, 255, 255, .3);
}

.link-tab.w--current {
  color: var(--black2);
  background-color: #fff;
}

.tab-pane-tab-4 {
  height: 100%;
}

.tabs {
  display: flex;
}

.tabs-content {
  width: 100%;
}

.image {
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: -50%;
  left: -70px;
  right: 0%;
}

.section-sousmarins, .section-breuvages {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.pourquoi-section-texte-responsive {
  display: none;
}

.navbar-responsive {
  height: 85px;
  background-color: var(--black2);
  justify-content: flex-end;
  display: none;
}

.icon {
  color: var(--silver);
  font-size: 30px;
}

.icon:hover, .icon:focus {
  color: var(--white);
}

.container {
  background-color: rgba(24, 24, 24, .98);
  flex: 1;
  justify-content: space-around;
  align-self: center;
  display: flex;
}

.nav-menu {
  background-color: rgba(24, 24, 24, .98);
  flex-direction: row;
  display: flex;
}

.numero {
  background-color: var(--black2);
}

.wrapper-epicerie {
  background-image: linear-gradient(rgba(34, 34, 34, .94), rgba(34, 34, 34, .94)), url('../images/pizz-icone-wallp2-08.png');
  background-position: 0 0, 0 0;
  background-size: auto, 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.section-epicerie {
  display: flex;
  overflow: auto;
}

.tabs-3 {
  width: 100%;
}

.link-tab-horizontal {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-tab-horizontal.w--current {
  color: var(--black2);
  background-color: rgba(255, 255, 255, .8);
}

.link-tab-top {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-tab-top:hover {
  background-color: rgba(255, 255, 255, .1);
}

.link-tab-top.w--current {
  color: var(--white);
  background-color: rgba(7, 99, 32, .8);
}

.epicerie-wrapper {
  background-color: rgba(24, 24, 24, .8);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 10%;
  overflow: visible;
}

.h4-epicerie {
  color: var(--sea-green);
  margin-top: 0;
  font-family: Calistoga, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.epicerie-container-row {
  border-bottom: 2px dotted var(--silver);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.epicerie-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-ingredient {
  background-color: var(--white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  overflow: visible;
}

.ingredient-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.icone-ingredient {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.column-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.vegetarien-section {
  padding: 50px 40px;
}

.vegetarien-container {
  height: 100%;
  background-color: var(--sea-green);
  background-image: linear-gradient(270deg, var(--sea-green) 33%, rgba(50, 130, 72, .8) 91%), url('../images/legumes_Plan-de-travail-1-copie-15.png');
  background-position: 0 0, -5% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 350px;
  justify-content: space-around;
  align-items: center;
  padding: 60px;
  display: flex;
}

.text-container {
  height: 100%;
}

.h4-blanc {
  color: var(--white);
  margin-top: 0;
  font-family: Calistoga, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.text-bloc {
  width: 50%;
  align-self: center;
}

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 350px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-carriere {
  height: 100%;
  background-image: linear-gradient(rgba(34, 34, 34, .94), rgba(34, 34, 34, .94)), url('../images/pizz-icone-wallp2-08.png');
  background-position: 0 0, 0 0;
  background-size: auto, 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.formulaire-cv-container {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
}

.field-label {
  color: var(--silver);
  font-size: 18px;
  font-weight: 300;
}

.text-field, .text-field-2 {
  border-radius: 4px;
}

.wrapper-joindre {
  height: 80vh;
  background-color: var(--white);
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.maps-container {
  width: 50%;
  height: 100%;
  padding: 40px;
}

.map {
  height: 100%;
}

.contact-info-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.numero-tel {
  font-size: 15px;
}

.numero-container {
  color: var(--grey);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.ligne-numero {
  color: var(--grey);
  transition: color .35s;
  display: flex;
}

.ligne-numero:hover {
  color: var(--sea-green);
}

.heure-container {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.location-container {
  color: var(--grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.fal.fa-map-marker-smile {
  padding-bottom: 0;
  padding-right: 8px;
  font-size: 22px;
}

.header-histoire {
  height: 60vh;
  color: #2e2e2e;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(24, 24, 24, .68)), url('../images/pizzeria-davis-46.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.container-texte-blanc {
  z-index: 10;
  width: 100%;
  background-color: #328248;
  border-radius: 4px;
  padding: 60px;
  position: relative;
}

.wrapper-histoire {
  background-image: linear-gradient(rgba(34, 34, 34, .94), rgba(34, 34, 34, .94)), url('../images/pizz-icone-wallp2-08.png');
  background-position: 0 0, 0 0;
  background-size: auto, 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.histoire-container-row {
  z-index: 9;
  position: relative;
  top: -110px;
}

.petit-paragraphe-container {
  margin-left: 300px;
  margin-right: 300px;
}

.texte-courant {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

.texte-courant.blanc, .texte-courant.left {
  color: var(--white);
  margin-bottom: 0;
}

.paragraphe-container {
  justify-content: space-between;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.photo-left-container {
  width: 55%;
  border-radius: 4px;
}

.photo-left {
  border-radius: 4px;
}

.texte-right-container {
  width: 55%;
  color: var(--red);
  padding-left: 40px;
  line-height: 10px;
}

.h3-quote {
  color: var(--sea-green);
  text-align: left;
  text-shadow: -3px 3px 1px var(--black-3);
  margin-top: 10px;
  font-family: Calistoga, sans-serif;
  font-size: 3em;
  line-height: 50px;
}

.right-paragraphe {
  padding-left: 0;
  padding-right: 0;
}

.right-paragraphe.right {
  padding-left: 0;
  padding-right: 80px;
}

.right-paragraphe.full {
  padding-left: 0;
}

.left-paragraphe {
  padding-right: 0;
}

.left-paragraphe.right {
  padding-left: 0;
  padding-right: 80px;
}

.left-paragraphe.full {
  padding-left: 0;
}

.left-paragraphe.none {
  padding-right: 0;
}

.texte-left-container {
  width: 50%;
  color: var(--red);
  padding-right: 60px;
  line-height: 10px;
}

.colonne-texte {
  width: 45%;
  color: var(--red);
  line-height: 10px;
}

.grande-photo-container {
  padding-top: 40px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-histoire {
  height: 75vh;
  color: #2e2e2e;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(24, 24, 24, .68)), url('../images/5df1222b448b6073b4042f25_pizzeria-davis-59.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
  top: -85px;
}

.copyright {
  opacity: .63;
  font-size: 15px;
  display: flex;
}

.copyright-text {
  color: var(--grey);
}

.copyright-text.margin-right {
  margin-right: 10px;
}

.site-container-row {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.link-ecki {
  color: var(--red);
}

.link-ecki:hover {
  color: var(--grey);
}

.heading {
  color: var(--sea-green);
  font-family: Calistoga, sans-serif;
  font-size: 5em;
  line-height: 100px;
}

.div-block {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

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

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

.texte-404 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

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

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

.image-2 {
  max-width: 50%;
}

.success-message {
  background-color: var(--black2);
}

.text-block {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.horaire-covid {
  background-color: var(--firebrick);
  justify-content: center;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-menu-covid {
  background-image: linear-gradient(rgba(34, 34, 34, .94), rgba(34, 34, 34, .94)), url('../images/pizz-icone-wallp2-08.png');
  background-position: 0 0, 0 0;
  background-size: auto, 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.link-tab-cache {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .35s;
  display: none;
}

.link-tab-cache:hover {
  background-color: rgba(255, 255, 255, .3);
}

.link-tab-cache.w--current {
  color: var(--black2);
  background-color: #fff;
}

.footer-heure-covid {
  justify-content: flex-end;
  align-items: center;
}

.footer-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-grid {
  width: 100%;
  grid-template-rows: auto;
}

.bouton-menu {
  height: 50px;
  background-color: var(--firebrick);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Calistoga, sans-serif;
  font-weight: 400;
  transition: background-color .35s;
  display: flex;
}

.bouton-menu:hover {
  background-color: var(--red);
}

.bouton-menu.w--current {
  color: var(--sea-green);
}

.bouton-menu1 {
  height: 50px;
  color: var(--white);
  background-color: rgba(250, 25, 33, .75);
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Calistoga, sans-serif;
  font-weight: 400;
  transition: background-color .35s;
  display: flex;
}

.bouton-menu1:hover {
  background-color: #fa1921;
}

.bouton-menu1.w--current {
  color: var(--sea-green);
}

@media screen and (max-width: 991px) {
  .hero-header {
    height: 85vh;
  }

  .h2-hero {
    font-size: 4em;
  }

  .h2-hero.cv {
    width: auto;
  }

  .section-boubou-wrapper {
    height: auto;
    flex-direction: column;
  }

  .section-boubou-accueil {
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .section-texte {
    text-align: left;
    align-self: stretch;
    padding-left: 0;
    padding-right: 50px;
  }

  .section-texte.blanc {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-texte.left {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-texte.center {
    text-align: center;
  }

  .top-navbar {
    display: none;
  }

  .logo-content {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .logo-content.responsive {
    margin: 20px auto;
  }

  .section-titre-content {
    text-align: left;
    align-self: stretch;
  }

  .section-options-wrapper {
    height: 35vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .option-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tel-num.responsive {
    justify-content: flex-start;
  }

  .hero-cta-container {
    height: 120px;
    flex-direction: column;
  }

  .bouton-cta {
    width: auto;
    align-self: stretch;
  }

  .boubou-photo-container {
    width: 100%;
  }

  .h2-right {
    text-align: center;
    align-self: stretch;
    font-size: 3em;
  }

  .section-pourquoi-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pourquoi-texte {
    padding-left: 20px;
    left: auto;
  }

  .pourquoi-texte.right {
    right: auto;
  }

  .pourquoi-texte.full {
    padding-left: 0%;
  }

  .pourquoi-paragraphe {
    padding-left: 0;
  }

  .pourquoi-paragraphe.right {
    padding-right: 0;
  }

  .pourquoi-section-bottom {
    display: none;
  }

  .titre-photo {
    justify-content: flex-start;
  }

  .h3-sous-titre-photo {
    font-size: 3.4em;
  }

  .footer-heure {
    text-align: right;
    flex: 1;
    justify-content: flex-end;
  }

  .pourquoi-section-seule {
    flex-direction: column;
  }

  .footer-num-tel {
    margin-bottom: 10px;
  }

  .section-intro {
    height: 80vh;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .texte-intro {
    width: 75%;
    margin-bottom: 0;
  }

  .intro-container-row {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h4-menu {
    font-size: 1em;
  }

  .item-nom {
    width: 65%;
    font-size: 17px;
  }

  .item-nom.enfant {
    width: 100%;
  }

  .item-prix {
    width: auto;
    text-align: right;
    justify-content: flex-end;
    font-size: 16px;
  }

  .item-container, .item-container.left {
    width: auto;
  }

  .item-container.right {
    width: 100%;
  }

  .row {
    flex-direction: column;
  }

  .h4-section {
    line-height: 30px;
  }

  .item-container-choix {
    width: auto;
  }

  .grid {
    grid-template-columns: 5fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image {
    left: -184px;
  }

  .pourquoi-section-texte-responsive {
    padding-top: 20px;
    display: block;
  }

  .navbar-responsive {
    justify-content: space-between;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .icon {
    font-size: 30px;
  }

  .container {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .nav-menu {
    background-color: rgba(24, 24, 24, .9);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .numero {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .wrapper-epicerie {
    padding-top: 40px;
  }

  .epicerie-wrapper, .wrapper-ingredient {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .ingredient-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vegetarien-section {
    padding: 0;
  }

  .vegetarien-container {
    flex-direction: column;
  }

  .text-bloc {
    width: 100%;
    padding-top: 20px;
  }

  .row2 {
    flex-direction: column;
  }

  .wrapper-carriere {
    padding-top: 40px;
  }

  .formulaire-cv-container {
    width: auto;
  }

  .wrapper-joindre {
    height: 100%;
    padding-top: 20px;
    display: block;
  }

  .maps-container {
    width: 100%;
    height: auto;
    align-self: stretch;
  }

  .map {
    height: 50vh;
  }

  .header-histoire {
    height: 50vh;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-texte-blanc {
    padding: 40px;
  }

  .wrapper-histoire {
    padding-top: 40px;
  }

  .petit-paragraphe-container {
    margin-left: 60px;
    margin-right: 60px;
  }

  .texte-courant, .texte-courant.blanc {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant.left {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraphe-container {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .photo-left-container {
    width: 100%;
  }

  .texte-right-container {
    width: 100%;
    padding-left: 0;
  }

  .h3-quote {
    text-align: center;
  }

  .right-paragraphe {
    padding-left: 0;
  }

  .right-paragraphe.right {
    padding-right: 0;
  }

  .left-paragraphe {
    padding-left: 0;
  }

  .left-paragraphe.right {
    padding-right: 0;
  }

  .texte-left-container {
    width: 100%;
    padding-right: 0;
  }

  .colonne-texte {
    width: 100%;
  }

  .footer-histoire {
    height: 50vh;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .copyright {
    width: 100%;
    justify-content: center;
  }

  .site-container-row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-heure-covid {
    text-align: right;
    flex: 1;
    justify-content: flex-end;
  }

  .footer-left, .footer-right {
    align-items: center;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bouton-menu.responsive, .bouton-menu1.responsive {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .h2-hero {
    font-size: 3.5em;
  }

  .section-boubou-accueil {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-texte.blanc.full {
    text-align: center;
  }

  .full-option-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boubou-photo-container, .pourquoi-photo {
    display: none;
  }

  .pourquoi-texte {
    padding-left: 0;
  }

  .pourquoi-texte.right {
    width: auto;
    padding-left: 0;
  }

  .pourquoi-paragraphe {
    padding-right: 0;
  }

  .titre-photo {
    text-align: center;
    justify-content: center;
  }

  .h3-sous-titre-photo {
    text-align: center;
    font-size: 2em;
  }

  .footer-heure {
    display: none;
  }

  .section-intro {
    height: auto;
    padding-top: 40px;
  }

  .wrapper-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .h4-menu {
    text-align: center;
    font-size: 1.2em;
  }

  .menu-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .item-menu {
    flex-direction: column;
  }

  .item-container-row {
    flex-direction: column;
    font-size: 15px;
  }

  .item-nom {
    font-size: 18px;
  }

  .item-nom.epicerie {
    width: 50%;
  }

  .item-prix {
    justify-content: flex-start;
  }

  .choix-container {
    flex-direction: column;
  }

  .menu-photo, .menu-photo.right, .menu-photo.enfant {
    display: none;
  }

  .tab-pane-tab-4 {
    background-color: var(--white);
  }

  .tabs {
    flex-direction: column;
  }

  .container {
    justify-content: flex-end;
  }

  .menu-button:active, .menu-button:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .link-tab-horizontal {
    flex-direction: column;
    padding-top: 40px;
  }

  .epicerie-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .petit-paragraphe-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .texte-courant {
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant.blanc.full {
    text-align: center;
  }

  .paragraphe-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-paragraphe, .left-paragraphe {
    padding-right: 0;
  }

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

  .wrapper-menu-covid {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-heure-covid {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .page-background {
    height: auto;
  }

  .hero-header {
    height: 60vh;
  }

  .hero-titre-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .h2-hero {
    font-size: 3em;
  }

  .section-boubou-wrapper {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-boubou-accueil {
    justify-content: flex-start;
    padding: 0 20px;
  }

  .section-texte.left {
    text-align: center;
  }

  .top-nav-element {
    height: 8vh;
  }

  .hero-cta-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .h2-right {
    font-size: 2em;
  }

  .section-pourquoi-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-intro {
    padding-top: 40px;
  }

  .intro-container-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4-menu {
    font-size: 1em;
  }

  .item-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .item-menu.grid {
    padding-right: 10px;
  }

  .item-prix {
    width: auto;
    text-align: left;
  }

  .tabs {
    flex-direction: column;
  }

  .navbar-responsive {
    width: 100%;
  }

  .container {
    width: 100%;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-epicerie {
    margin-left: 0;
    margin-right: 0;
  }

  .section-epicerie {
    margin-top: 20px;
  }

  .h4-epicerie {
    text-align: center;
  }

  .epicerie-container-row {
    flex-direction: column;
  }

  .vegetarien-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4-blanc {
    font-size: 2.5em;
  }

  .wrapper-carriere, .wrapper-joindre {
    margin-left: 0;
    margin-right: 0;
  }

  .container-texte-blanc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-histoire {
    margin-left: 0;
    margin-right: 0;
  }

  .histoire-container-row {
    position: static;
  }

  .petit-paragraphe-container {
    margin-left: 0;
    margin-right: 0;
  }

  .texte-courant.left {
    text-align: center;
  }

  .paragraphe-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-quote {
    font-size: 2em;
    line-height: 42px;
  }

  .footer-histoire {
    height: 25vh;
    position: static;
  }

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

  .copyright-text {
    flex-direction: column;
  }
}

#w-node-ea7273a3-34ef-d77a-0bf0-9a1b2b3bc2e2-4d6800b5, #w-node-_91405801-84cf-bfbe-9b59-4e66b30c025e-4d6800b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b96b-90b3a82d {
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b96f-90b3a82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b978-90b3a82d {
  grid-area: 2 / 6 / 3 / 7;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b97c-90b3a82d {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b989-90b3a82d {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b98d-90b3a82d {
  grid-area: 3 / 6 / 4 / 7;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b991-90b3a82d {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b995-90b3a82d {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b999-90b3a82d {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b99d-90b3a82d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b9a1-90b3a82d {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b9a5-90b3a82d {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b9ad-90b3a82d {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b9b1-90b3a82d {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6b9b5-90b3a82d {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba74-90b3a82d {
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba78-90b3a82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba81-90b3a82d {
  grid-area: 2 / 6 / 3 / 7;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba85-90b3a82d {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba8e-90b3a82d {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba92-90b3a82d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba96-90b3a82d {
  grid-area: 3 / 6 / 4 / 7;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba9a-90b3a82d {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6ba9e-90b3a82d {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6baa2-90b3a82d {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6baa6-90b3a82d {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6baaa-90b3a82d {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6baae-90b3a82d {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6bab2-90b3a82d {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: stretch;
}

#w-node-da9072c1-a171-f67e-cda3-854451a6bab6-90b3a82d {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a854-90b3a82d {
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a858-90b3a82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a861-90b3a82d {
  grid-area: 2 / 6 / 3 / 7;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a865-90b3a82d {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a872-90b3a82d {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a876-90b3a82d {
  grid-area: 3 / 6 / 4 / 7;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a87a-90b3a82d {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a87e-90b3a82d {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a882-90b3a82d {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a886-90b3a82d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a88a-90b3a82d {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a88e-90b3a82d {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a896-90b3a82d {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a89a-90b3a82d {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a89e-90b3a82d {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a95d-90b3a82d {
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a961-90b3a82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a96a-90b3a82d {
  grid-area: 2 / 6 / 3 / 7;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a96e-90b3a82d {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a977-90b3a82d {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a97b-90b3a82d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a97f-90b3a82d {
  grid-area: 3 / 6 / 4 / 7;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a983-90b3a82d {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a987-90b3a82d {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a98b-90b3a82d {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a98f-90b3a82d {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a993-90b3a82d {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a997-90b3a82d {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a99b-90b3a82d {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: stretch;
}

#w-node-_804b5a70-618a-e9ac-ec5e-bbcb4076a99f-90b3a82d {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: stretch;
}


