:root {
  --mainbackground: #252525;
  --oranj: #fb7f33;
  --vertacide: #39ff14;
  --fontwhite: #fff;
  --blackfoot: #181818;
  --violetjoker4: #662d91;
  --fondgrid: #f8f5f0;
  --verttexte: #25b808;
  --fontwhiteopa80: #ffffffb3;
  --violetjoker: #4d148c;
}

.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;
}

.page-wrapper {
  flex-flow: column;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  width: 100%;
  box-shadow: none;
  color: #4d3232;
  background-color: #25252500;
  border-bottom: 4px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.main-content {
  background-color: var(--mainbackground);
  width: 100vw;
}

.buttonnavbar {
  color: #fff;
  text-shadow: 2px 2px #000, -1px -1px #000;
  white-space: nowrap;
  cursor: pointer;
  font-family: Bangers, sans-serif;
  font-size: 2.125rem;
  text-decoration: none;
}

.buttonnavbar:hover {
  color: var(--vertacide);
}

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

.image {
  width: 100px;
  max-width: none;
  height: 100px;
  display: block;
}

.hero-section {
  background-color: var(--mainbackground);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#787aff4d, #787aff4d), url('../images/3439760_62002.webp');
  background-position: 0 0, 30%;
  background-repeat: repeat, repeat-y;
  background-size: auto, 150% 150%;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-wrapper {
  background-color: var(--mainbackground);
  flex-flow: column;
  display: flex;
}

.menu-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.menu-container.planning {
  padding-left: 60px;
  padding-right: 60px;
}

.menu-container.event {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: grid;
}

.heading {
  width: auto;
  color: var(--fontwhite);
  text-align: center;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  text-shadow: -4px -4px 0 var(--mainbackground), 3px 3px 0 var(--mainbackground);
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bangers, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9rem;
}

.heading.main {
  z-index: 2;
  color: var(--vertacide);
  text-shadow: -4px -4px 0 var(--mainbackground), 5px 5px 0 var(--mainbackground);
  white-space: nowrap;
  font-size: 6rem;
  line-height: 1.1rem;
  position: relative;
}

.heading.main.loca {
  padding-top: 0;
  padding-bottom: 40px;
}

.heading.main.menu {
  font-size: 4rem;
}

.menu-tabs {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.menu-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.menu-slide {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.button {
  background-color: var(--fontwhite);
  width: 33.33%;
  color: var(--mainbackground);
  letter-spacing: 1px;
  border: 4px solid #000;
  padding: 16px 0;
  font-family: Bangers, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 10px 6px #111;
}

.button.comic-filter-btn {
  width: 75%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Patrick Hand, sans-serif;
  font-size: 1.75rem;
}

.button.maincta {
  text-align: center;
  background-color: #fff;
  width: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 16px;
  font-family: Bangers, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  transition: all .15s;
  box-shadow: 8px 8px #111;
}

.button.maincta:hover {
  transform: translate(8px, 8px);
  box-shadow: 0 0 #111;
}

.button.maincta:active {
  box-shadow: none;
  transform: translate(8px, 8px);
}

.menu-section {
  z-index: 1;
  background-color: var(--mainbackground);
  min-height: 100vh;
  margin-top: -6vw;
  padding: 220px 60px 60px;
  position: relative;
}

.menu-section.localisation {
  background-color: #fb7f33;
  padding-bottom: 100px;
}

.menu-section.localisation.fond-bd-orange {
  background-color: #fb7f33;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

.menu-section.event {
  background-color: var(--violetjoker4);
}

.menu-section.event.fond-bd-violet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.menu-item-card {
  border: 4px solid #000;
  flex-flow: column;
  width: 95%;
  height: 100%;
  display: flex;
  box-shadow: 10px 6px #000;
}

.menu-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 4px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-item-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--fontwhite);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Bangers, sans-serif;
  font-size: 2rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.div-block-pizza {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  border: 4px solid #000;
  align-self: auto;
  width: 100%;
  height: 220px;
}

.pizza-name {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: -1px -1px #000, 2px 2px #000;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-family: Patrick Hand, sans-serif;
  font-size: 1.7rem;
  display: flex;
}

.pizza-price {
  color: var(--oranj);
  text-align: right;
  letter-spacing: 1.5px;
  text-shadow: -1px -1px #000, 2px 2px #000;
  white-space: nowrap;
  padding-top: 20px;
  padding-right: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  inset: 0%;
}

.pizza-description {
  color: #c0af83e6;
  text-align: center;
  text-shadow: -1px -1px #000, 2px 2px #000;
  justify-content: center;
  align-items: center;
  padding: 0 16px 16px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  display: flex;
}

.div-block-2 {
  z-index: 2;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.image-3 {
  width: 100%;
  height: 200px;
}

.comic-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.comic-panel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--fondgrid);
  opacity: 1;
  border: 4px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 6px #0003;
}

.comic-panel.squeez {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transition: opacity .2s;
  transform: skew(0deg);
}

.comic-panel.promo {
  filter: contrast(150%);
  background-color: #f8f5f0;
  margin-left: 0;
  padding: 10px;
  transform: none;
}

.comic-caption {
  background-color: #fef2a6;
  border: 4px solid #000;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: skew(-15deg);
}

.comic-caption.top-left {
  z-index: 1;
  color: #101010;
  letter-spacing: 1px;
  text-transform: none;
  padding: 8px 20px 12px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
  inset: -4px auto auto -9px;
  transform: skew(-20deg);
}

.comic-caption.bot-right {
  color: #101010;
  padding: 8px 20px 12px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.7rem;
  inset: auto -9px -4px auto;
}

.comic-caption.bot-right.camtar {
  color: #101010;
  font-size: 1.7rem;
}

.comic-caption.top-right {
  color: #101010;
  padding: 8px 20px 12px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.7rem;
  inset: -4px -9px auto auto;
  overflow: visible;
  transform: skew(15deg);
}

.comic-caption.bot-left {
  color: #101010;
  padding: 8px 20px 12px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.7rem;
  inset: auto auto -4px -9px;
  overflow: visible;
}

.comic-day-desc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Bangers, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.comic-day-desc.heure {
  color: var(--verttexte);
}

.comic-day-desc.heure.large {
  color: var(--verttexte);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.comic-day-desc.heure.large.botpadding {
  padding-bottom: 30px;
}

.comic-day-desc.heure.notlarge {
  text-align: center;
}

.comic-day-desc.subcity {
  color: var(--blackfoot);
  letter-spacing: 1px;
  text-transform: none;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.comic-day-desc.large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2.5rem;
}

.comic-day-desc.casereloutop {
  margin-top: 32px;
}

.text-span {
  color: var(--verttexte);
  font-size: 1.25rem;
}

.text-span.heure {
  color: var(--verttexte);
  letter-spacing: 1px;
  font-family: Patrick Hand, sans-serif;
  font-size: 1.5rem;
}

.image-4 {
  z-index: 2;
  padding-left: 0;
  display: block;
  position: relative;
}

.comic-dots-bg {
  z-index: 0;
  opacity: .43;
  filter: sepia();
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-clip: border-box;
  outline: 3px #333;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.comic-dots-bg.rotate {
  opacity: .87;
  transform: rotate(180deg);
}

.comic-dots-bg.color {
  opacity: .43;
  filter: sepia();
  mix-blend-mode: darken;
}

.comic-dots-bg.promo {
  z-index: 0;
  opacity: 1;
  filter: sepia(86%);
  object-fit: cover;
  position: absolute;
  overflow: clip;
}

.comic-dots-bg.specificdots {
  opacity: .25;
  filter: sepia(48%);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-clip: border-box;
}

.div-block-3 {
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 0;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 16px;
}

.comic-truck {
  z-index: 2;
  width: 60%;
  margin-bottom: -48px;
  position: relative;
  inset: 0%;
  transform: rotate(0);
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.describ-comics.toppadding {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 0;
  display: flex;
}

.div-block-4 {
  background-image: linear-gradient(#fb7f33 50%, #a722cf 50%, #4a148c 50%, #662d91 50%);
  width: 100vw;
}

.div-block-4.second {
  background-image: linear-gradient(180deg, var(--blackfoot) 50%, #a722cf 50%, #4a148c 50%, #662d91 50%);
  transform: rotate(180deg);
}

.photo-tile.gauche, .photo-tile.droite {
  transform-style: preserve-3d;
}

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

.text-block-2 {
  padding-top: 0;
  font-size: 2rem;
}

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

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  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-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.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 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.grid-2-columns.footer-top {
  border-top: 1px #6e6e6e;
  border-bottom: 1px #6e6e6e;
  flex-flow: row;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 1100px;
  min-height: auto;
  display: flex;
  position: relative;
}

.swell-footer {
  z-index: 5;
  background-color: var(--blackfoot);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ee7426;
  padding: 20px 48px;
  line-height: 20px;
  transition: transform .3s, background-color .3s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ee7426d1;
  transform: translate3d(0, -2px, .01px);
}

.button-primary.form {
  margin-top: 40px;
}

.button-primary.form.footer {
  color: #111;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 18px;
}

.footer-columns {
  border-bottom: 1px solid #d5eed580;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 0;
  padding-left: 5%;
  display: flex;
}

.long-button-2 {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-footer-image {
  width: 10rem;
}

.social-footer-image.invert {
  filter: invert();
}

.long-button-wrap {
  flex-direction: column;
  width: 300px;
  display: flex;
}

.long-button-wrap.inverted {
  filter: invert();
}

.long-button-underlay {
  z-index: 1;
  background-color: #fff;
  width: 300px;
  height: 40px;
  position: absolute;
  inset: 0%;
  transform: translate(0%, -40px);
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.social-icon.white {
  background-color: #fff;
  border-radius: 100%;
  margin-bottom: 6px;
  margin-right: 6px;
}

.footer-title {
  margin-bottom: 36px;
}

.footer-title.white {
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.footer-column-header {
  color: var(--fontwhite);
  letter-spacing: -1px;
  font-family: Bangers, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.paragraph-small {
  font-size: 1rem;
  line-height: 1.8;
}

.paragraph-small.color-neutal-400 {
  color: #cecece;
}

.long-button-link-wrap {
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-circle {
  background-color: #fcd67e;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.success-message {
  color: #fff;
  background-color: #111;
  padding: 39px 24px;
  font-weight: 500;
}

.success-message.white-small {
  color: #111;
  background-color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.error-message {
  color: #ff5050;
  text-align: center;
  margin-top: 26px;
  padding: 30px 28px;
  font-size: 18px;
  line-height: 26px;
}

.long-button-title {
  color: var(--fontwhite);
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.footer-copyright {
  color: var(--fontwhite);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-copyright.right {
  text-transform: capitalize;
  font-family: Patrick Hand, sans-serif;
  font-size: .9rem;
}

.footer-copyright.right:hover {
  color: var(--vertacide);
}

.text-span-2 {
  margin-right: 5px;
}

.footer-column {
  width: 32%;
  margin-right: 2rem;
  padding-bottom: 30px;
  padding-right: 0%;
}

.logo-footer {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
}

.logo-footer:hover {
  transform: scale3d(.94, .94, 1.01);
}

.animation-image {
  z-index: 1;
  width: 16px;
  position: relative;
}

.long-button-info {
  z-index: 2;
  border-bottom: 1px solid #d5eed5bf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 200;
  transition: padding .3s;
  display: flex;
  position: relative;
  inset: 0%;
}

.long-button-info:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.long-button-info.call {
  border-bottom-style: none;
}

.long-button-icon {
  width: 18px;
  margin-bottom: 5px;
  margin-left: 6px;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #cecece;
  border-radius: 0;
  height: 56px;
  margin-bottom: 22px;
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-bottom-color: #111;
}

.input:focus {
  color: #727272;
  border-bottom-color: #111;
}

.input::placeholder {
  color: #111;
}

.input.footer {
  border-bottom-color: #727272;
  font-size: 16px;
  line-height: 18px;
}

.input.footer:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.input.footer:focus {
  border-bottom-color: #fff;
}

.input.footer::placeholder {
  color: #cecece;
  font-weight: 400;
}

.cta-black-footer {
  background-color: #2b2b2b;
  padding: 45px 23px;
}

.footer-copyright-section {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top: 1px dashed var(--fontwhite);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.bleh-img-link {
  width: 200px;
  position: absolute;
  inset: 0% 6% auto auto;
}

.social-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-container.right {
  justify-content: flex-end;
}

.logo {
  width: 130px;
}

.image-8 {
  width: 100%;
}

.bold-text {
  text-transform: none;
  font-family: Patrick Hand, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

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

.logojoker {
  width: 33%;
}

.nav-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 33%;
  font-size: 14.3rem;
  display: flex;
}

.lientextes {
  color: var(--fontwhiteopa80);
  white-space: nowrap;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
}

.contact-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-3 {
  color: var(--fontwhite);
  align-self: center;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 1.3rem;
}

.image-10 {
  width: 150px;
  height: 150px;
}

.texte-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.hero-content {
  white-space: normal;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
}

.phone-wrapper {
  flex-flow: column;
  width: auto;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 5%;
}

.image-11, .image-11.ringing-phone {
  width: 175px;
}

.electric-bubble {
  width: 500px;
  height: 175px;
  transform-style: preserve-3d;
  background-image: url('../images/electric.svg');
  background-position: 50%;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.5rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
  transform: scale3d(-1, 1, 1);
}

.text-block-6 {
  color: var(--mainbackground);
  text-align: left;
  white-space: nowrap;
  transform-style: preserve-3d;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Bangers, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  display: block;
  transform: scale3d(-1, 1, 1);
}

.heading-2 {
  white-space: nowrap;
  font-family: Bangers, sans-serif;
  font-size: 8em;
}

.image-12 {
  z-index: 2;
  width: 300px;
  margin-bottom: -2px;
  position: relative;
}

.joker-div {
  z-index: 2;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 25vw;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--fontwhite);
  text-shadow: 2px 2px #000;
  margin-top: 36px;
  margin-bottom: auto;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 2.5rem;
}

.phone-container {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.nouvelle-bulle {
  color: #000;
  white-space: nowrap;
  width: 2000px;
  height: 150px;
  transform-style: preserve-3d;
  background-image: url('../images/electric.svg');
  background-position: 50%;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: scale3d(-1, 1, 1);
}

.image-13 {
  width: 200px;
  max-width: none;
}

.text-block-7 {
  transform-style: preserve-3d;
  transform: scale3d(-1, 1, 1);
}

.lien-bulle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 275px;
  margin-top: -60px;
  margin-left: -72px;
  text-decoration: none;
  display: grid;
  position: static;
  top: -235px;
  bottom: 0%;
  left: 151px;
}

.image-14 {
  width: 100%;
  height: 120px;
  transform-style: preserve-3d;
  transform: scale3d(-1, 1, 1);
}

.text-block-8 {
  z-index: 2;
  color: #000;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 2rem;
  display: block;
  position: relative;
  inset: -6px 0 0% 27px;
}

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

.code-embed {
  transform-style: preserve-3d;
}

.dechirure {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--mainbackground) 42%, var(--oranj));
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 200px;
  display: block;
  overflow: hidden;
}

.dechirure.purple {
  background-image: linear-gradient(180deg, var(--oranj) 43%, var(--violetjoker4));
}

.section {
  background-color: #0000;
  background-image: url('../images/dots2.webp');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.paral-gale {
  background-color: #fff;
  border: 5px solid #000;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-7 {
  background-color: #fff;
  border: 8px solid #000;
  width: auto;
  min-width: 75%;
  margin: 40px 100px;
  padding: 40px;
}

.h2-mentions {
  color: var(--blackfoot);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 2.5rem;
}

.heading-4 {
  color: var(--blackfoot);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 6em;
}

.heading-5 {
  font-size: 2.5em;
}

.paragraph-2 {
  padding-left: 10px;
}

.link {
  color: var(--fontwhite);
  font-family: Patrick Hand SC, sans-serif;
  text-decoration: none;
}

.code-embed-2 {
  overflow: visible;
}

.ringing-phone {
  width: 170px;
}

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #252525;
  border-bottom: 5px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0);
  box-shadow: 5px 5px 0 #000;
}

.link-block {
  padding-right: 0;
}

.link-block.leftpadd {
  padding-right: 100px;
}

.comic-separator {
  background-color: var(--mainbackground);
  border-top: 5px solid #000;
  width: 102%;
  margin-left: -1%;
}

.page-wapper {
  background-color: var(--mainbackground);
}

.div-block-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.div-footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .buttonnavbar {
    font-size: 2.25rem;
  }

  .image {
    width: 125px;
    height: 125px;
  }

  .menu-container {
    padding-left: 90px;
    padding-right: 90px;
  }

  .heading {
    font-size: 5.5rem;
    line-height: .8rem;
  }

  .menu-slide {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .button.comic-filter-btn {
    background-color: var(--fontwhite);
    text-transform: none;
    width: 80%;
    font-family: Patrick Hand, sans-serif;
  }

  .button.maincta {
    margin-top: 42px;
    padding-top: 24px;
    font-size: 2.5rem;
  }

  .menu-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .menu-section.localisation.fond-bd-orange {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-section.event.fond-bd-violet {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-item-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-item-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 25px;
    display: flex;
  }

  .image-2 {
    height: 250px;
  }

  .pizza-name {
    justify-content: center;
    align-items: flex-start;
    font-family: Patrick Hand, sans-serif;
    font-size: 2.5rem;
  }

  .pizza-price {
    color: var(--oranj);
    margin-top: 0;
    padding-top: 36px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 2.1rem;
    position: relative;
  }

  .pizza-description {
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.5em;
    line-height: 32px;
  }

  .image-3 {
    height: 225px;
  }

  .comic-day-desc.heure.large {
    font-family: Patrick Hand SC, sans-serif;
    font-weight: 400;
  }

  .comic-day-desc.subcity {
    text-transform: uppercase;
    font-family: Patrick Hand SC, sans-serif;
  }

  .text-span.heure {
    color: var(--verttexte);
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
  }

  .div-block-3 {
    margin-top: 60px;
  }

  .div-block-4.second {
    background-image: linear-gradient(180deg, #181818 50%, var(--mainbackground) 50%, #7ed957 50%, #a722cf 50%, #4a148c 50%, #662d91 50%, #662d91 50%);
  }

  .text-tof {
    color: var(--blackfoot);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 6px;
    font-family: Patrick Hand, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
  }

  .footer-dark {
    background-color: #181818;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex: 0 auto;
    padding: 100px 150px 40px;
    text-decoration: none;
  }

  .grid-2-columns.footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    border-top-color: #6e6e6e66;
    border-bottom-style: none;
    border-bottom-color: #6e6e6e66;
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-wrap {
    width: auto;
    min-height: auto;
  }

  .swell-footer {
    background-color: #181818;
    flex-flow: column;
    width: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: solid;
    border-bottom-color: #d5eed580;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
    padding-left: 0%;
  }

  .long-button-2 {
    width: 100%;
  }

  .social-footer-image {
    border: 1px #000;
    width: 50%;
    display: block;
    overflow: clip;
  }

  .long-button-wrap {
    width: 100%;
  }

  .long-button-link-txt {
    color: var(--mainbackground);
    font-family: Manrope, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .long-button-underlay {
    text-decoration: none;
  }

  .social-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .footer-column-header {
    opacity: 1;
    color: var(--fontwhite);
    letter-spacing: -1px;
    text-shadow: 1px 1px 0 var(--mainbackground), 0 -1px 0 var(--fontwhite), 0 1px 1px var(--fontwhite);
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    direction: ltr;
    margin-bottom: 20px;
    font-family: Bangers, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .long-button-link-wrap {
    opacity: 1;
    color: #000;
    font-weight: 700;
  }

  .long-button-title {
    opacity: 1;
    color: var(--fontwhite);
    text-align: left;
    -webkit-text-stroke-width: .25px;
    text-transform: none;
    border-bottom: 4px #000;
    order: 0;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    text-decoration: none;
  }

  .long-button-title.calltoa {
    opacity: 1;
    color: #000;
    font-weight: 400;
  }

  .footer-copyright {
    opacity: 1;
    color: var(--fontwhite);
    -webkit-text-stroke-width: .2px;
    padding-bottom: 0;
    font-family: Patrick Hand SC, sans-serif;
    font-size: .85rem;
    font-weight: 400;
  }

  .footer-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0%;
    display: flex;
  }

  .logo-footer {
    flex: 1;
    justify-content: center;
    align-items: center;
    transition: transform .3s, color .3s;
    display: flex;
  }

  .long-button-info {
    color: #3a2525;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-color: #d5eed5bf;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }

  .input.footer {
    font-size: 18px;
    line-height: 20px;
  }

  .cta-black-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-7 {
    width: 60%;
  }

  .logo {
    width: 35%;
  }

  .image-8 {
    margin-top: -1px;
    margin-bottom: -1px;
    display: block;
  }

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

  .bold-text {
    font-family: Manrope, sans-serif;
  }

  .text-block-4 {
    color: var(--fontwhite);
    padding-bottom: 40px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 3rem;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .phone-wrapper {
    width: 300px;
  }

  .image-11 {
    width: 200px;
  }

  .electric-bubble {
    background-position: 50%;
    background-repeat: repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    width: 300px;
  }

  .joker-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-3 {
    margin-top: 40px;
    font-size: 2.5rem;
  }

  .phone-container {
    justify-content: flex-start;
    align-items: flex-start;
    left: 2%;
  }

  .lien-bulle {
    margin-left: -61px;
  }

  .image-14 {
    height: 150px;
  }

  .text-block-8 {
    inset: -5% 0% 0% 10%;
  }

  .dechirure {
    background-image: linear-gradient(180deg, var(--mainbackground) 33%, var(--oranj));
    object-fit: cover;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    background-image: url('../images/dots2.webp');
    background-position: 50%;
    background-size: auto;
  }

  .body {
    background-color: #c94f4f00;
  }

  .nav {
    background-color: #25252500;
    display: block;
  }

  .navbar {
    background-color: #25252500;
    transition-property: all;
  }

  .main-content {
    background-color: var(--oranj);
    position: static;
  }

  .buttonnavbar {
    font-size: 2.5rem;
  }

  .buttonnavbar:hover {
    box-shadow: none;
    color: var(--vertacide);
    transform: none;
  }

  .image {
    width: 130px;
    height: 130px;
  }

  .hero-section {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 0;
    position: relative;
  }

  .menu-container {
    padding-left: 130px;
    padding-right: 130px;
  }

  .menu-container.planning {
    margin-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .menu-container.event {
    padding-top: 0;
  }

  .heading {
    font-size: 5.5rem;
  }

  .heading.main {
    z-index: 5;
    text-shadow: -4px -4px 0 var(--blackfoot), 5px 5px 0 var(--blackfoot);
    font-size: 8rem;
  }

  .heading.main.loca {
    font-size: 6rem;
  }

  .heading.main.menu {
    text-shadow: -4px -4px 0 var(--blackfoot), 5px 5px 0 var(--blackfoot);
    font-size: 6rem;
  }

  .menu-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 1px dashed #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-slide {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .button.comic-filter-btn {
    flex: 0 auto;
    width: 80%;
    font-family: Patrick Hand, sans-serif;
    font-size: 2.3rem;
  }

  .button.maincta {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 24px;
    font-size: 3rem;
  }

  .menu-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-section.localisation.fond-bd-orange {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-section.event.fond-bd-violet {
    padding-top: 140px;
  }

  .menu-item-card {
    box-shadow: 10px 6px #000;
  }

  .menu-item-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--mainbackground);
  }

  .menu-item-header {
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .image-2 {
    height: 300px;
  }

  .pizza-name {
    color: var(--fontwhite);
    font-size: 2.3rem;
  }

  .pizza-price {
    padding-top: 40px;
    font-size: 2.3rem;
  }

  .pizza-description {
    letter-spacing: 2px;
    font-size: 1.5em;
    line-height: 32px;
  }

  .div-block-2 {
    z-index: 5;
    width: auto;
    height: 100%;
  }

  .div-block-2.test {
    background-image: linear-gradient(180deg, var(--mainbackground) 56%, var(--oranj));
  }

  .div-block-2.purplee {
    background-color: var(--oranj);
    height: auto;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-top: 0;
  }

  .image-3 {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--mainbackground) 48%, var(--oranj) 93%);
    width: 100%;
    height: 150px;
  }

  .comic-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-4 {
    background-image: none;
    min-width: 100vw;
  }

  .footer-dark {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-columns {
    grid-column-gap: 56px;
    grid-row-gap: 80px;
  }

  .button-primary {
    padding: 28px 72px;
    font-size: 22px;
    line-height: 24px;
  }

  .button-primary.form {
    margin-top: 50px;
  }

  .footer-column-header {
    font-size: 3.5rem;
  }

  .paragraph-small {
    font-size: 18px;
    line-height: 30px;
  }

  .long-button-title {
    font-size: 2.25rem;
  }

  .footer-copyright {
    opacity: 1;
    -webkit-text-stroke-width: 0px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 2px;
    font-family: Patrick Hand, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .footer-copyright.right {
    font-size: 1rem;
  }

  .footer-copyright.right:hover {
    color: var(--vertacide);
  }

  .long-button-info {
    border-bottom-color: #d5eed5bf;
  }

  .input {
    margin-bottom: 26px;
    padding-bottom: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .footer-copyright-section {
    border-top-color: var(--fontwhiteopa80);
    flex-flow: column;
    padding-top: .5rem;
  }

  .logo {
    width: 175px;
  }

  .bold-text {
    text-transform: none;
    font-family: Patrick Hand, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .nav-footer {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    color: var(--fontwhiteopa80);
  }

  .lientextes {
    color: var(--fontwhiteopa80);
    font-size: 2.25rem;
  }

  .lientextes:hover {
    color: var(--fontwhite);
  }

  .lientextes.w--current {
    color: var(--fontwhiteopa80);
    font-size: 2.25rem;
  }

  .lientextes.w--current:hover {
    color: var(--fontwhite);
  }

  .text-block-3 {
    font-size: 1.75rem;
  }

  .image-10 {
    width: 190px;
    padding-bottom: 20px;
  }

  .divlogo {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .texte-center {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    display: flex;
  }

  .text-block-4 {
    color: var(--fontwhite);
    text-transform: none;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 3rem;
    font-weight: 400;
  }

  .slime-footer {
    width: 100vw;
    min-width: 100vw;
  }

  .hero-content {
    flex-flow: column;
    order: 0;
    justify-content: flex-end;
    align-self: center;
    align-items: stretch;
    height: 100%;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .phone-wrapper {
    width: auto;
    height: auto;
    margin-left: 0;
    padding-bottom: 0;
    position: absolute;
    inset: auto auto 10% 0%;
  }

  .image-11 {
    width: 300px;
    margin-bottom: 10%;
    margin-left: 50%;
  }

  .image-11.ringing-phone {
    position: static;
  }

  .electric-bubble {
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 300px;
    padding-bottom: 0;
    padding-left: 0;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: auto;
    right: auto;
    overflow: visible;
  }

  .electric-bubble:hover {
    transform: translate(0)scale3d(-1, 1, 1);
  }

  .text-block-6 {
    -webkit-text-stroke-width: 2px;
    white-space: nowrap;
    padding-bottom: 20px;
    padding-left: 60px;
    font-family: Patrick Hand, sans-serif;
    font-size: 2.5rem;
    text-decoration: none;
    position: static;
    top: -80px;
    right: -100px;
  }

  .heading-2 {
    text-align: left;
    font-family: Bangers, sans-serif;
    font-size: 10em;
    position: static;
    inset: 0%;
  }

  .image-12 {
    text-align: left;
    width: 375px;
    margin-bottom: 3px;
    display: inline-block;
    position: static;
  }

  .joker-div {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25vw;
    padding-top: 0;
    display: flex;
  }

  .heading-3 {
    -webkit-text-stroke-width: 0px;
    text-shadow: -1px -1px #000, 2px 2px #000;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 2.75rem;
  }

  .phone-container {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    inset: auto auto 0% 0%;
  }

  .image-13 {
    align-self: auto;
    width: 250px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .lien-bulle {
    width: 350px;
    top: -290px;
    left: 180px;
  }

  .image-14 {
    width: 400px;
    height: 170px;
  }

  .text-block-8 {
    font-size: 2.5rem;
    top: -10px;
    left: 32px;
  }

  .code-embed {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .dechirure {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    background-image: none;
    width: 100%;
    height: 260px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: clip;
  }

  .dechirure.purple {
    object-fit: fill;
    height: 250px;
  }

  .dechirure.rotate {
    transition: opacity .2s;
  }

  .image-16 {
    display: block;
  }

  .image-17 {
    width: 100%;
    height: 260px;
  }

  .image-18 {
    z-index: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
    overflow: clip;
  }

  .paragraph {
    z-index: 1;
    position: relative;
  }

  .section {
    background-image: none;
    max-width: 100vw;
  }

  .ringing-phone {
    width: 200px;
  }

  .list-2 {
    font-size: 1.3em;
  }

  .list-item-2 {
    font-size: 1em;
  }

  .div-footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .div-signature {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    display: flex;
  }

  .link-2 {
    color: var(--fontwhite);
    letter-spacing: 2px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-9 {
    color: var(--fontwhite);
    letter-spacing: 2px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    min-width: auto;
  }

  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    height: auto;
    min-height: 100vh;
  }

  .hero-wrapper {
    width: 100vw;
  }

  .menu-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-container.event {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    min-width: auto;
  }

  .heading {
    margin-bottom: 0;
    font-size: 4rem;
  }

  .heading.main {
    font-size: 4rem;
  }

  .menu-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-slide {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.comic-filter-btn {
    font-family: Patrick Hand, sans-serif;
    font-size: 1.7rem;
  }

  .button.maincta {
    margin-top: 10px;
    font-size: 2rem;
  }

  .menu-section {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .menu-section.event.fond-bd-violet {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-item-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-item-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    margin-bottom: 0;
    padding-top: 16px;
    padding-right: 0;
    display: flex;
  }

  .pizza-name {
    color: var(--fontwhite);
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
  }

  .pizza-price {
    padding-top: 20px;
    padding-right: 0;
    font-size: 1.4rem;
    display: block;
    position: relative;
    inset: 0%;
  }

  .pizza-description {
    padding: 16px;
    font-size: 1.25em;
  }

  .image-3 {
    height: 150px;
  }

  .comic-caption.top-left, .comic-caption.bot-right, .comic-caption.bot-right.camtar, .comic-caption.top-right, .comic-caption.bot-left {
    font-size: 1.5rem;
  }

  .comic-day-desc {
    font-size: 2.5rem;
  }

  .comic-day-desc.heure.large {
    padding-top: 30px;
    font-weight: 400;
  }

  .comic-day-desc.heure.notlarge {
    text-align: center;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.5rem;
  }

  .comic-day-desc.subcity {
    white-space: nowrap;
    font-size: 1.4rem;
  }

  .comic-day-desc.large {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2rem;
    line-height: 1em;
  }

  .text-span.heure {
    margin-top: auto;
    padding-top: 0;
  }

  .comic-dots-bg.rotate {
    opacity: .8;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-4.second {
    width: auto;
  }

  .footer-dark {
    background-color: var(--blackfoot);
  }

  .container {
    max-width: 728px;
  }

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

  .grid-2-columns.footer-top {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    place-items: center stretch;
    display: grid;
  }

  .footer-wrap {
    width: auto;
    min-height: auto;
  }

  .swell-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-color: #5c8a5400;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .button-primary {
    padding: 18px 44px;
  }

  .button-primary.form {
    margin-top: 20px;
  }

  .footer-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    border-bottom-style: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: flex;
  }

  .long-button-2 {
    font-size: .9rem;
  }

  .long-button-2.cach {
    display: none;
  }

  .social-footer-image {
    width: 25%;
  }

  .social-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-column-header {
    color: var(--fontwhite);
    letter-spacing: 0;
    font-family: Bangers, sans-serif;
    font-size: 2rem;
  }

  .long-button-title {
    color: var(--fontwhite);
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.25rem;
  }

  .footer-copyright {
    color: var(--fontwhite);
    text-align: left;
    font-family: Patrick Hand SC, sans-serif;
  }

  .footer-column {
    text-align: center;
    width: 300px;
    padding-right: 0%;
  }

  .logo-footer {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .long-button-info {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    transition: padding .3s;
  }

  .long-button-info.call {
    justify-content: space-between;
    align-items: center;
  }

  .input {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-copyright-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bleh-img-link {
    width: 170px;
  }

  .logo {
    width: 150px;
  }

  .image-8 {
    object-fit: fill;
    width: 100%;
    max-width: none;
  }

  .comic-text-panel {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-9 {
    width: 100%;
    max-width: none;
  }

  .bold-text {
    font-weight: 400;
  }

  .footer-flex {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .nav-footer {
    justify-content: center;
    align-items: center;
  }

  .lientextes {
    font-size: 1.3rem;
  }

  .lientextes.w--current {
    font-size: 1.25rem;
  }

  .contact-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .text-block-3 {
    font-size: 1.1rem;
  }

  .image-10 {
    width: 115px;
  }

  .divlogo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .shapedividers_com-5156 {
    background-color: var(--violetjoker4);
    height: 150px;
  }

  .slime-footer {
    width: 100%;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .image-11 {
    width: 175px;
  }

  .image-12 {
    width: 275px;
    margin-bottom: -10px;
  }

  .joker-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 2rem;
  }

  .phone-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 10px;
    position: static;
  }

  .image-13 {
    width: 175px;
    margin-top: 0;
  }

  .lien-bulle {
    align-self: auto;
    place-items: center;
    width: 250px;
    height: 100%;
    padding-right: 0;
    top: 146px;
    left: 130px;
  }

  .image-14 {
    height: 100px;
  }

  .text-block-8 {
    flex: 0 auto;
    align-self: center;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 1.75rem;
    left: 0%;
  }

  .dechirure {
    height: 150px;
  }

  .section {
    background-image: url('../images/dots2.webp');
    background-position: 50%;
    background-size: auto;
  }

  .h2-mentions {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 4em;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .comic-burger {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 50px;
    box-shadow: 3px 3px #000;
  }

  .navbar-2 {
    background-color: #ddd0;
  }

  .bold-text-2 {
    font-size: 1em;
  }

  .div-footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    min-width: auto;
  }

  .menu-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-container.event {
    text-align: left;
    grid-template-columns: 1fr;
    place-content: stretch center;
    min-width: auto;
  }

  .heading {
    text-shadow: -2px -2px 0 var(--mainbackground), 2px 2px 0 var(--mainbackground);
    font-size: 4rem;
  }

  .heading.main {
    font-size: 3rem;
  }

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

  .menu-slide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
  }

  .button.comic-filter-btn {
    width: 80%;
    font-size: 1.5rem;
  }

  .button.maincta {
    font-size: 2.125rem;
  }

  .menu-section.event.fond-bd-violet {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-item-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .pizza-name {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .pizza-price {
    align-self: auto;
    padding-top: 16px;
    padding-right: 0;
    inset: 0%;
  }

  .image-3 {
    height: 150px;
  }

  .comic-caption.top-left, .comic-caption.bot-right, .comic-caption.bot-right.camtar, .comic-caption.top-right, .comic-caption.bot-left {
    font-size: 1.25rem;
  }

  .comic-day-desc {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .comic-day-desc.large {
    font-size: 1.75rem;
  }

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

  .comic-truck {
    width: 300px;
  }

  .div-block-4 {
    min-width: 100px;
  }

  .photo-cluster {
    text-align: center;
  }

  .footer-dark {
    border-bottom-style: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 0 15px;
    display: block;
  }

  .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;
  }

  .grid-2-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top-style: none;
    border-bottom-style: none;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: stretch center;
    width: auto;
    padding-top: 2rem;
    padding-bottom: 0;
    display: grid;
  }

  .swell-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-columns {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .long-button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .long-button-2.cach {
    display: none;
  }

  .social-footer-image {
    align-self: flex-start;
    width: 75%;
  }

  .long-button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .social-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-column-header {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .long-button-link-wrap {
    display: none;
  }

  .footer-copyright {
    font-size: .6rem;
  }

  .footer-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .logo-footer {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .long-button-info.call {
    flex-flow: column;
    order: 0;
  }

  .cta-black-footer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-copyright-section {
    flex-flow: column;
    padding-top: .5rem;
  }

  .bleh-img-link {
    width: 140px;
  }

  .logo {
    width: 100px;
  }

  .comic-text-panel {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .image-9 {
    width: 100%;
    min-width: 100vw;
  }

  .bold-text {
    font-weight: 400;
  }

  .nav-footer {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .lientextes {
    color: var(--fontwhiteopa80);
    font-size: 1.15rem;
  }

  .image-10 {
    width: 120px;
  }

  .texte-center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .image-12 {
    width: 250px;
    margin-bottom: -14px;
  }

  .joker-div {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .heading-3 {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  .phone-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    inset: auto auto 0% 0%;
  }

  .image-13 {
    text-align: left;
  }

  .lien-bulle {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-8 {
    flex-flow: row;
  }

  .dechirure {
    height: 120px;
  }

  .heading-4 {
    font-size: 3em;
  }

  .comic-burger {
    background-color: var(--fontwhite);
    border: 3px solid #000;
    border-radius: 50px;
    box-shadow: 3px 3px #000;
  }

  .navbar-2 {
    background-color: #ddd0;
  }

  .div-footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    min-width: auto;
  }

  .nav {
    z-index: 999;
    background-color: #000;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav.comic-burger {
    height: auto;
    display: block;
    inset: 0% 0% auto;
  }

  .buttonnavbar {
    display: block;
  }

  .navright {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--mainbackground);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    display: flex;
  }

  .image {
    z-index: 9999;
    width: 75px;
    height: 75px;
    margin-bottom: 2px;
    padding-bottom: 0;
    position: relative;
  }

  .hero-section {
    background-position: 50%;
  }

  .header {
    flex-flow: row;
    display: block;
  }

  .hero-wrapper {
    flex-flow: column;
  }

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

  .menu-container.event {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100%;
    min-width: auto;
  }

  .heading {
    letter-spacing: -.05rem;
    font-size: 2.8rem;
  }

  .heading.main {
    text-shadow: -2px -2px 0 var(--mainbackground), 4px 4px 0 var(--mainbackground);
    font-size: 2.75rem;
  }

  .heading.main.loca {
    padding-bottom: 10px;
  }

  .heading.main.menu {
    text-shadow: -2px -2px 0 var(--blackfoot), 4px 4px 0 var(--blackfoot);
    font-size: 2.75rem;
  }

  .menu-tabs {
    width: 100%;
  }

  .menu-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-slide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.comic-filter-btn {
    width: 95%;
    padding: 8px 1px;
    font-size: 1.1rem;
  }

  .button.maincta {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 1.75rem;
  }

  .menu-section {
    padding: 60px 8px 40px;
  }

  .menu-section.localisation.fond-bd-orange {
    padding: 40px 10px 60px;
  }

  .menu-section.event.fond-bd-violet {
    padding: 30px 5px;
  }

  .menu-item-card {
    height: auto;
    min-height: 100%;
  }

  .menu-item-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-item-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    margin-bottom: 0;
    padding-top: 8px;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .pizza-name {
    color: var(--fontwhite);
    text-align: center;
    text-shadow: 2px 2px #000, -1px -1px #000;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
  }

  .pizza-price {
    text-shadow: -1px -1px #000, 2px 0 #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 1.15rem;
    position: relative;
    inset: 0%;
  }

  .pizza-description {
    text-transform: none;
    flex-flow: row;
    padding: 0 8px 8px;
    font-family: Patrick Hand, sans-serif;
    font-size: 1.05em;
    display: block;
  }

  .div-block-2 {
    width: auto;
  }

  .image-3 {
    height: 125px;
  }

  .comic-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .comic-panel {
    justify-content: center;
    align-items: center;
    padding: 12px;
    box-shadow: 6px 4px #0003;
  }

  .comic-caption.top-left {
    padding: 0 10px 0 16px;
    font-size: 1rem;
    left: -12px;
  }

  .comic-caption.top-left.firstone {
    font-size: 1.15rem;
  }

  .comic-caption.bot-right {
    padding: 0 16px 0 10px;
    font-size: 1rem;
  }

  .comic-caption.bot-right.camtar {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 16px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.17rem;
  }

  .comic-caption.bot-right.relou {
    padding-right: 10px;
    font-size: .9rem;
  }

  .comic-caption.top-right {
    padding: 0 16px 0 10px;
    font-size: 1rem;
  }

  .comic-caption.bot-left {
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 10px;
    font-size: 1.17rem;
  }

  .comic-day-desc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .comic-day-desc.heure.large {
    text-transform: uppercase;
    padding-top: 0;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.5rem;
  }

  .comic-day-desc.heure.large.botpadding {
    padding-top: 10px;
    font-size: 1.5rem;
  }

  .comic-day-desc.heure.notlarge {
    text-transform: capitalize;
    font-size: 1.5rem;
  }

  .comic-day-desc.subcity {
    letter-spacing: 0;
    font-size: 1.1rem;
  }

  .comic-day-desc.large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }

  .comic-truck {
    width: 300px;
  }

  .describ-comics {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
    display: flex;
  }

  .describ-comics.toppadding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .div-block-4.second {
    background-image: linear-gradient(180deg, var(--blackfoot) 50%, #a722cf 50%, #4a148c 50%, #662d91 50%);
  }

  .photo-tile.gauche {
    transform: rotateX(15deg)rotateY(0)rotateZ(-4deg);
  }

  .photo-tile.droite {
    transform: rotateX(15deg)rotateY(0)rotateZ(4deg);
  }

  .footer-dark {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .grid-2-columns.footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .swell-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    min-height: auto;
    padding-top: 1rem;
  }

  .footer-columns {
    border-bottom-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .long-button-2.cach {
    display: none;
  }

  .long-button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 260px;
  }

  .social-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-column-header {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }

  .paragraph-small {
    font-size: .95rem;
  }

  .footer-copyright {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .75rem;
  }

  .footer-copyright.right {
    text-transform: uppercase;
    font-family: Patrick Hand SC, sans-serif;
    font-size: .75rem;
  }

  .footer-column {
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-footer {
    width: auto;
    display: none;
  }

  .long-button-info {
    line-height: 20px;
  }

  .footer-copyright-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bleh-img-link {
    inset: auto 0% 0% auto;
  }

  .social-icon-container.right.middle-mobile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo {
    width: 100px;
  }

  .comic-text-panel {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95vw;
    display: flex;
  }

  .bold-text {
    font-size: .75rem;
    font-weight: 400;
  }

  .footer-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .logojoker {
    width: 150px;
  }

  .nav-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lientextes {
    font-size: 1.2rem;
  }

  .lientextes.w--current {
    color: var(--fontwhiteopa80);
    font-family: Patrick Hand SC, sans-serif;
  }

  .contact-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    letter-spacing: 1px;
    text-shadow: 2px 2px #000, -1px -1px #000;
    font-family: Patrick Hand, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .image-10 {
    width: 110px;
    padding-left: 8px;
    display: block;
  }

  .divlogo {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .texte-center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-5 {
    color: var(--vertacide);
  }

  .div-block-5 {
    color: var(--oranj);
    flex-flow: column;
    display: flex;
  }

  .shapedividers_com-5156 {
    margin-top: 0;
  }

  .div-price {
    margin-top: auto;
  }

  .hero-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .phone-wrapper {
    position: relative;
  }

  .image-11 {
    width: 150px;
  }

  .image-12 {
    width: 215px;
    margin-bottom: -13px;
  }

  .joker-div {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .heading-3 {
    outline-offset: 0px;
    color: var(--fontwhite);
    text-align: center;
    text-shadow: -1px -1px #000, 2px 2px #000;
    outline: 3px #d5eed5;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Patrick Hand SC, sans-serif;
    font-size: 1.5rem;
  }

  .phone-container {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    left: 0%;
  }

  .image-13 {
    order: 9999;
    align-self: flex-start;
    width: 165px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 0;
  }

  .lien-bulle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    place-content: stretch center;
    align-self: flex-start;
    place-items: center;
    width: 300px;
    height: 100%;
    margin: -57px 0 0 -120px;
    padding-bottom: 0;
    padding-left: 0;
    inset: 0% 0% auto auto;
  }

  .image-14 {
    width: 225px;
    height: 100px;
  }

  .text-block-8 {
    padding-left: 0;
    padding-right: 29px;
    font-size: 1.5rem;
    inset: 0%;
  }

  .dechirure {
    height: 95px;
  }

  .dechirure.purple {
    background-image: linear-gradient(180deg, var(--oranj), var(--violetjoker4) 77%);
    height: 100px;
  }

  .section {
    background-image: url('../images/dots2.webp');
    background-position: 50%;
    background-size: auto;
  }

  .div-block-7 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 20px;
  }

  .h2-mentions {
    font-size: 1.5rem;
  }

  .heading-4 {
    font-size: 2em;
  }

  .ringing-phone {
    margin-left: 10px;
    padding-left: 0;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .comic-burger {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 50px;
    box-shadow: 3px 3px #000;
  }

  .comic-burger.w--open {
    z-index: 9;
    position: relative;
  }

  .navbar-2 {
    z-index: 9999;
    height: Infinity% ;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: #ddd0;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .link-block.w--current {
    z-index: 9;
    display: block;
    position: relative;
    overflow: visible;
  }

  .list-item {
    font-size: 1em;
  }

  .list, .list-2 {
    font-size: .9em;
  }

  .div-block-9 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    margin-top: 140px;
    display: flex;
  }

  .div-footer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    padding-top: 0;
  }

  .code-embed-3 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 140px;
    display: flex;
  }
}

#w-node-ea0c7d04-ff13-245d-131f-38b62a05708d-fd964042, #w-node-f7a98c90-2b71-0e70-4bf4-4cc568edb752-fd964042 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95c595d0-e428-0e68-d3db-2b47dfca88e7-fd964042, #w-node-_39a1ee70-1203-eefe-b739-ad602508df4d-fd964042, #w-node-_90d5b3da-a73a-ed29-6214-f68662f0f8e3-fd964042 {
  justify-self: center;
}

#w-node-_6c661fb0-be5e-3441-0585-15d8cc7c32ef-fd964042 {
  order: 1;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9c4ff298-b4d2-8960-5efd-b80543ac5e88-fd964042 {
  place-self: center;
}

#w-node-_20bec2ca-024d-aec2-c56d-8d79bcc2d4a9-fd964042 {
  order: 1;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_20bec2ca-024d-aec2-c56d-8d79bcc2d4b0-fd964042 {
  place-self: center;
}

#w-node-ae7d4fff-f944-279a-b4f1-73c18a5a4bcb-fd964042 {
  order: 1;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ae7d4fff-f944-279a-b4f1-73c18a5a4bd2-fd964042 {
  place-self: center;
}

#w-node-abebe14f-950a-9f97-29fa-b95cfcf90f49-fd964042 {
  order: 1;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-abebe14f-950a-9f97-29fa-b95cfcf90f50-fd964042 {
  place-self: center;
}

#w-node-_45be6840-e84a-14a7-20a9-99210bd482ff-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_45be6840-e84a-14a7-20a9-99210bd48306-fd964042 {
  place-self: center;
}

#w-node-_6c32fd1c-3bc0-b077-55eb-20d64e137b67-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6c32fd1c-3bc0-b077-55eb-20d64e137b6e-fd964042 {
  place-self: center;
}

#w-node-_7778b8ed-bfb3-ff5d-0739-c90d6ceab9ee-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7778b8ed-bfb3-ff5d-0739-c90d6ceab9f5-fd964042 {
  place-self: center;
}

#w-node-_5bb290e8-e35c-b10c-9494-89e57acb3ed2-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5bb290e8-e35c-b10c-9494-89e57acb3ed9-fd964042 {
  place-self: center;
}

#w-node-b1947602-2a33-5c56-7e05-643dfcd33feb-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1947602-2a33-5c56-7e05-643dfcd33ff2-fd964042 {
  place-self: center;
}

#w-node-_21476fdf-48a1-a1b7-56aa-d062f1c20d2c-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_21476fdf-48a1-a1b7-56aa-d062f1c20d33-fd964042 {
  place-self: center;
}

#w-node-_35cc3bd9-a4d1-164f-f9a2-e81a72af2dc2-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_35cc3bd9-a4d1-164f-f9a2-e81a72af2dc9-fd964042 {
  place-self: center;
}

#w-node-cc004c3a-14b1-8578-ae7a-f33a71e99893-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc004c3a-14b1-8578-ae7a-f33a71e9989a-fd964042 {
  place-self: center;
}

#w-node-_4a70ccb5-ed64-9247-0849-c52806c6c242-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4a70ccb5-ed64-9247-0849-c52806c6c249-fd964042 {
  place-self: center;
}

#w-node-e7d7ce4f-457a-4ba3-25ec-556847107e0d-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e7d7ce4f-457a-4ba3-25ec-556847107e14-fd964042 {
  place-self: center;
}

#w-node-eae23524-b5fb-b03d-c920-c66f67696b52-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eae23524-b5fb-b03d-c920-c66f67696b59-fd964042 {
  place-self: center;
}

#w-node-_989cdef3-5ad3-db01-0a8c-9df565120345-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_989cdef3-5ad3-db01-0a8c-9df56512034c-fd964042 {
  place-self: center;
}

#w-node-f2e4c79c-4544-f9d6-0848-5b5dc5be1ec0-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2e4c79c-4544-f9d6-0848-5b5dc5be1ec7-fd964042 {
  place-self: center;
}

#w-node-_317cbc2c-79e6-b1d7-20bd-42c33ee26e56-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_317cbc2c-79e6-b1d7-20bd-42c33ee26e5d-fd964042 {
  place-self: center;
}

#w-node-b69cd380-8fd5-b0a2-2e6d-d54398a24d60-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b69cd380-8fd5-b0a2-2e6d-d54398a24d67-fd964042 {
  place-self: center;
}

#w-node-c4075cfa-2d5a-0da9-c294-aa73afa74203-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c4075cfa-2d5a-0da9-c294-aa73afa7420a-fd964042 {
  place-self: center;
}

#w-node-_4f06328b-93b2-3816-b318-55700d67fefc-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4f06328b-93b2-3816-b318-55700d67ff03-fd964042 {
  place-self: center;
}

#w-node-_4de2a12b-35a7-32b1-7b66-1728b63cb074-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4de2a12b-35a7-32b1-7b66-1728b63cb07b-fd964042 {
  place-self: center;
}

#w-node-_48611b05-58de-9928-93a6-8d8a015cc4a7-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_48611b05-58de-9928-93a6-8d8a015cc4ae-fd964042 {
  place-self: center;
}

#w-node-a8abcd0c-1593-1236-6539-653cef9ea238-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a8abcd0c-1593-1236-6539-653cef9ea23f-fd964042 {
  place-self: center;
}

#w-node-_21a0b9d9-368b-2266-e6cf-cb0109e6a515-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6bd0eda1-c6b3-7f45-ea59-5f0f0fefd5be-fd964042 {
  place-self: center;
}

#w-node-_587bf324-fb76-6c1d-e0c2-d83be2d3f78c-fd964042 {
  order: 15;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_587bf324-fb76-6c1d-e0c2-d83be2d3f793-fd964042 {
  place-self: center;
}

#w-node-_2e92a46c-9a29-9f03-8a7a-a9f9cf75a53d-fd964042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_97e19aa0-241d-7821-7d72-3857248d3805-fd964042 {
  place-self: center;
}

#w-node-a83c361a-2e5e-16fe-6f25-1e93d9a95f8a-fd964042 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_43e262b9-069c-42af-2129-d7b2507c2c01-fd964042 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b1d15d9-5006-b380-3879-5b4747855b56-fd964042, #w-node-_19ad9222-36da-ecc1-781f-cfc6d7943502-fd964042 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa50ba13-d2b0-8f26-2601-03a6c56a47a2-fd964042 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a275ca02-4f98-7c1f-ab9f-bb5254612a26-fd964042, #w-node-_59810b1e-7a9b-2618-483c-e0e7c52c0637-fd964042 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c8ef2d1a-7b54-c6cd-6776-3fc1c989c5f9-fd964042 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60d2ccf5-dcfc-85c9-955f-4f5fb7c7411a-fd964042 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_95c595d0-e428-0e68-d3db-2b47dfca88e7-fd964042, #w-node-_39a1ee70-1203-eefe-b739-ad602508df4d-fd964042, #w-node-_90d5b3da-a73a-ed29-6214-f68662f0f8e3-fd964042, #w-node-abebe14f-950a-9f97-29fa-b95cfcf90f4e-fd964042 {
    justify-self: center;
  }

  #w-node-_8a328234-fe77-85a6-61fa-df87583349bb-fd964042 {
    place-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_95c595d0-e428-0e68-d3db-2b47dfca88e7-fd964042, #w-node-_39a1ee70-1203-eefe-b739-ad602508df4d-fd964042, #w-node-_90d5b3da-a73a-ed29-6214-f68662f0f8e3-fd964042 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9c4ff298-b4d2-8960-5efd-b80543ac5e88-fd964042, #w-node-_20bec2ca-024d-aec2-c56d-8d79bcc2d4b0-fd964042, #w-node-ae7d4fff-f944-279a-b4f1-73c18a5a4bd2-fd964042, #w-node-abebe14f-950a-9f97-29fa-b95cfcf90f50-fd964042, #w-node-_45be6840-e84a-14a7-20a9-99210bd48306-fd964042, #w-node-_6c32fd1c-3bc0-b077-55eb-20d64e137b6e-fd964042, #w-node-_7778b8ed-bfb3-ff5d-0739-c90d6ceab9f5-fd964042, #w-node-_5bb290e8-e35c-b10c-9494-89e57acb3ed9-fd964042, #w-node-b1947602-2a33-5c56-7e05-643dfcd33ff2-fd964042, #w-node-_21476fdf-48a1-a1b7-56aa-d062f1c20d33-fd964042, #w-node-_35cc3bd9-a4d1-164f-f9a2-e81a72af2dc9-fd964042, #w-node-cc004c3a-14b1-8578-ae7a-f33a71e9989a-fd964042, #w-node-_4a70ccb5-ed64-9247-0849-c52806c6c247-fd964042, #w-node-_4a70ccb5-ed64-9247-0849-c52806c6c249-fd964042, #w-node-e7d7ce4f-457a-4ba3-25ec-556847107e14-fd964042, #w-node-eae23524-b5fb-b03d-c920-c66f67696b59-fd964042, #w-node-_989cdef3-5ad3-db01-0a8c-9df56512034c-fd964042, #w-node-f2e4c79c-4544-f9d6-0848-5b5dc5be1ec7-fd964042, #w-node-_317cbc2c-79e6-b1d7-20bd-42c33ee26e5d-fd964042, #w-node-b69cd380-8fd5-b0a2-2e6d-d54398a24d67-fd964042, #w-node-c4075cfa-2d5a-0da9-c294-aa73afa7420a-fd964042, #w-node-_4f06328b-93b2-3816-b318-55700d67ff03-fd964042, #w-node-_4de2a12b-35a7-32b1-7b66-1728b63cb07b-fd964042, #w-node-_48611b05-58de-9928-93a6-8d8a015cc4ae-fd964042, #w-node-a8abcd0c-1593-1236-6539-653cef9ea23f-fd964042, #w-node-_6bd0eda1-c6b3-7f45-ea59-5f0f0fefd5be-fd964042, #w-node-_587bf324-fb76-6c1d-e0c2-d83be2d3f793-fd964042, #w-node-_97e19aa0-241d-7821-7d72-3857248d3805-fd964042 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c4ff298-b4d2-8960-5efd-b80543ac5e88-fd964042, #w-node-_20bec2ca-024d-aec2-c56d-8d79bcc2d4b0-fd964042, #w-node-ae7d4fff-f944-279a-b4f1-73c18a5a4bd2-fd964042, #w-node-abebe14f-950a-9f97-29fa-b95cfcf90f50-fd964042, #w-node-_45be6840-e84a-14a7-20a9-99210bd48306-fd964042, #w-node-_6c32fd1c-3bc0-b077-55eb-20d64e137b6e-fd964042, #w-node-_7778b8ed-bfb3-ff5d-0739-c90d6ceab9f5-fd964042, #w-node-_5bb290e8-e35c-b10c-9494-89e57acb3ed9-fd964042, #w-node-b1947602-2a33-5c56-7e05-643dfcd33ff2-fd964042, #w-node-_21476fdf-48a1-a1b7-56aa-d062f1c20d33-fd964042, #w-node-_35cc3bd9-a4d1-164f-f9a2-e81a72af2dc9-fd964042, #w-node-cc004c3a-14b1-8578-ae7a-f33a71e9989a-fd964042, #w-node-_4a70ccb5-ed64-9247-0849-c52806c6c249-fd964042, #w-node-e7d7ce4f-457a-4ba3-25ec-556847107e14-fd964042, #w-node-eae23524-b5fb-b03d-c920-c66f67696b59-fd964042, #w-node-_989cdef3-5ad3-db01-0a8c-9df56512034c-fd964042, #w-node-f2e4c79c-4544-f9d6-0848-5b5dc5be1ec7-fd964042, #w-node-_317cbc2c-79e6-b1d7-20bd-42c33ee26e5d-fd964042, #w-node-b69cd380-8fd5-b0a2-2e6d-d54398a24d67-fd964042, #w-node-c4075cfa-2d5a-0da9-c294-aa73afa7420a-fd964042, #w-node-_4f06328b-93b2-3816-b318-55700d67ff03-fd964042, #w-node-_4de2a12b-35a7-32b1-7b66-1728b63cb07b-fd964042, #w-node-_48611b05-58de-9928-93a6-8d8a015cc4ae-fd964042, #w-node-a8abcd0c-1593-1236-6539-653cef9ea23f-fd964042, #w-node-_6bd0eda1-c6b3-7f45-ea59-5f0f0fefd5be-fd964042, #w-node-_587bf324-fb76-6c1d-e0c2-d83be2d3f793-fd964042, #w-node-_97e19aa0-241d-7821-7d72-3857248d3805-fd964042 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ea0c7d04-ff13-245d-131f-38b62a05708d-fd964042 {
    place-self: start end;
  }

  #w-node-f7a98c90-2b71-0e70-4bf4-4cc568edb752-fd964042 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_9c4ff298-b4d2-8960-5efd-b80543ac5e88-fd964042, #w-node-_20bec2ca-024d-aec2-c56d-8d79bcc2d4b0-fd964042, #w-node-ae7d4fff-f944-279a-b4f1-73c18a5a4bd2-fd964042, #w-node-abebe14f-950a-9f97-29fa-b95cfcf90f50-fd964042, #w-node-_45be6840-e84a-14a7-20a9-99210bd48306-fd964042, #w-node-_6c32fd1c-3bc0-b077-55eb-20d64e137b6e-fd964042, #w-node-_7778b8ed-bfb3-ff5d-0739-c90d6ceab9f5-fd964042, #w-node-_5bb290e8-e35c-b10c-9494-89e57acb3ed9-fd964042, #w-node-b1947602-2a33-5c56-7e05-643dfcd33ff2-fd964042, #w-node-_21476fdf-48a1-a1b7-56aa-d062f1c20d33-fd964042, #w-node-_35cc3bd9-a4d1-164f-f9a2-e81a72af2dc9-fd964042, #w-node-cc004c3a-14b1-8578-ae7a-f33a71e9989a-fd964042, #w-node-_4a70ccb5-ed64-9247-0849-c52806c6c249-fd964042, #w-node-e7d7ce4f-457a-4ba3-25ec-556847107e14-fd964042, #w-node-eae23524-b5fb-b03d-c920-c66f67696b59-fd964042, #w-node-_989cdef3-5ad3-db01-0a8c-9df56512034c-fd964042, #w-node-f2e4c79c-4544-f9d6-0848-5b5dc5be1ec7-fd964042, #w-node-_317cbc2c-79e6-b1d7-20bd-42c33ee26e5d-fd964042, #w-node-b69cd380-8fd5-b0a2-2e6d-d54398a24d67-fd964042, #w-node-c4075cfa-2d5a-0da9-c294-aa73afa7420a-fd964042, #w-node-_4f06328b-93b2-3816-b318-55700d67ff03-fd964042, #w-node-_4de2a12b-35a7-32b1-7b66-1728b63cb07b-fd964042, #w-node-_48611b05-58de-9928-93a6-8d8a015cc4ae-fd964042, #w-node-a8abcd0c-1593-1236-6539-653cef9ea23f-fd964042, #w-node-_6bd0eda1-c6b3-7f45-ea59-5f0f0fefd5be-fd964042, #w-node-_587bf324-fb76-6c1d-e0c2-d83be2d3f793-fd964042, #w-node-_97e19aa0-241d-7821-7d72-3857248d3805-fd964042 {
    place-self: center;
  }

  #w-node-_0b1d15d9-5006-b380-3879-5b4747855b56-fd964042 {
    grid-column: span 4 / span 4;
  }

  #w-node-_19ad9222-36da-ecc1-781f-cfc6d7943502-fd964042 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59810b1e-7a9b-2618-483c-e0e7c52c0637-fd964042 {
    grid-column: span 3 / span 3;
  }

  #w-node-c8ef2d1a-7b54-c6cd-6776-3fc1c989c5f9-fd964042 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c9d10750-67f3-2b44-ebdc-c3ee12f200aa-fd964042, #w-node-_86054394-4f08-abe4-f0b4-06b7e89a4464-fd964042, #w-node-_60d2ccf5-dcfc-85c9-955f-4f5fb7c7411a-fd964042 {
    justify-self: center;
  }
}


