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

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

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

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

:root {
  --red: #e52620;
  --red-2: black;
  --dim-grey-2: #535353;
  --medium-purple: #9061c2;
  --dim-grey: #747474;
  --white: #ffffff80;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #121212;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  color: #212121;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #121212;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  color: #212121;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #919191;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

a {
  color: #313131;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  color: #616161;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: Playfair Display, sans-serif;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  border-left: 3px solid #9061c2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.banner {
  background-color: #303030;
  height: 90vh;
  position: relative;
}

.navigation {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #ffffff24;
  width: 100%;
  padding: 0 25px;
  position: absolute;
}

.nav-menu {
  float: left;
  margin-top: 10px;
  display: inline-block;
}

.nav-menu.center-menu {
  float: none;
  text-align: center;
  display: block;
}

.nav-menu.right {
  float: right;
}

.brand-logo {
  float: none;
  display: inline-block;
}

.brand-logo.float-left {
  float: left;
}

.align-center {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 20px;
  position: static;
}

.align-center.with-pading {
  padding-top: 15px;
}

.align-center.top-title {
  margin-bottom: 50px;
}

.navigation-link {
  color: #fffc;
  letter-spacing: 0;
  text-transform: none;
  padding: 15px 15px 12px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link.w--current {
  color: var(--red);
  background-color: #0000;
  border-radius: 5px;
  font-weight: 600;
}

.navigation-link.dropdown {
  padding-right: 35px;
}

.navigation-link.dark {
  color: #777c;
  font-weight: 500;
}

.navigation-link.dark:hover {
  color: #212121;
}

.follow-text {
  color: #fff;
  margin-right: 5px;
  font-family: Quizine, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.follow-text.in-footer {
  color: #fff;
  font-family: Quizine, sans-serif;
  font-size: 33px;
  position: relative;
  top: -19px;
}

.align-right {
  text-align: right;
}

.align-right.top-space {
  margin-top: 20px;
}

.sociall-wrapper {
  float: right;
  display: inline-block;
  position: relative;
  top: -4px;
}

.social-icon {
  opacity: .6;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: all .4s;
  display: inline-block;
  position: relative;
}

.social-icon:hover {
  background-color: var(--red);
  opacity: 1;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none_1font-awesome_4-6-3_google-plus_100_0_ffffff_none.png');
  background-size: 20px;
}

.social-icon.twitter.biger {
  background-size: 20px;
}

.social-icon.google {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 16px;
}

.social-icon.instagram {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none_1font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 18px;
}

.social-icon.instagram:hover {
  background-color: var(--red);
}

.social-icon.biger {
  background-size: 16px;
  width: 50px;
  height: 50px;
}

.big-slider {
  background-color: #0000;
  height: 100%;
}

.arrow {
  background-color: #00000080;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 25px;
  font-size: 24px;
  transition: all .4s;
  display: none;
}

.arrow:hover {
  background-color: #9061c2;
}

.arrow.right {
  margin-left: 25px;
  margin-right: 0;
}

.video-background {
  height: 100%;
}

.container-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-center.in-slider {
  top: 55%;
}

.container-center.in-pages {
  top: 60%;
}

.section {
  background-color: #fff;
  background-image: url('../images/deco-BG-Sushi-Bun-2.svg'), url('../images/Baguettes-Sushi-Bun-1.svg'), url('../images/Food-Sushi-Bun-2.svg'), url('../images/Food-BG-Sushi-Bun-1_1.svg'), linear-gradient(#ffffffa3, #ffffffa3), url('../images/BG-Texture-White-Sushi-Bun.jpg');
  background-position: 0 0, 100% 0, 100% 100%, 0 100%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: 20%, 10%, 15%, 25%, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
  padding-top: 40px;
  padding-bottom: 100px;
}

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

.section.without-image.less-padding {
  background-image: url('../images/deco-BG-Sushi-Bun-2.svg'), linear-gradient(#ffffffa3, #ffffffa3), url('../images/BG-Texture-White-Sushi-Bun.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 20%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.prallax {
  background-color: #9061c2;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

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

.space {
  height: 20px;
}

.sub-text {
  color: var(--red);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Majime, Verdana, sans-serif;
  font-size: 50px;
  line-height: 75px;
}

.padding-both {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.video-overlay {
  z-index: 3;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.call-us {
  z-index: 10;
  background-color: var(--red);
  background-image: url('../images/font-awesome_4-6-3_phone_100_0_ffffff_none-3_1font-awesome_4-6-3_phone_100_0_ffffff_none (3).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 1px 1px 20px #00000045;
}

.services-wrapper {
  float: left;
  clear: right;
  background-color: #ffffffa1;
  width: 33.333%;
  height: 400px;
  max-height: 400px;
  padding: 30px;
  position: relative;
}

.services-wrapper.color {
  text-align: left;
  background-color: #fafafa;
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 70px;
}

.services-wrapper.color.purple {
  background-color: #9061c2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 750px;
  max-height: 750px;
  padding: 30px;
}

.services-wrapper.photo-1 {
  background-color: #fff0;
  background-image: url('../images/img-siteweb-sushibun-2g.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}

.services-wrapper.photo-2 {
  background-image: url('../images/SUSHI-BUN-ENTREES-KARAAGE-POULET.jpg');
  background-position: 60% 20%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.services-wrapper.photo-3 {
  background-image: url('../images/img-siteweb-sushibun-3.jpg');
  background-position: 50% 33%;
  background-repeat: repeat-y;
  background-size: cover;
}

.services-icon {
  background-image: url('../images/cooker.png');
  background-position: 0 0;
  background-size: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: block;
}

.services-icon.icon-2 {
  background-image: url('../images/meat.png');
  background-size: 100px;
}

.services-icon.icon-3 {
  background-image: url('../images/cutlery.png');
  background-position: 50%;
  background-size: 100px;
}

.day {
  color: var(--red-2);
  font-style: normal;
  font-weight: 700;
}

.white-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.white-heading.big {
  margin-bottom: 30px;
  font-family: Majime, Verdana, sans-serif;
  font-size: 45px;
  line-height: 36px;
}

.white-font {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translate(0, -50%);
}

.center-div.add-center {
  clear: none;
  text-align: center;
  flex: 0 auto;
  max-width: 1240px;
  position: static;
  overflow: visible;
}

.line-divider {
  border: 1px solid #fff6;
  width: 100%;
  height: 100%;
}

.button {
  background-color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-right: 20px;
  padding: 17px 23px 15px;
  font-family: Kimono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  background-color: #121212;
}

.button.white {
  color: #9061c2;
  background-color: #fff;
}

.button.white:hover {
  color: #fff;
  background-color: #212121;
}

.button.submit {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 30%;
  height: 50px;
}

.button.in-blog {
  color: #fff;
}

.right-section {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  box-shadow: none;
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.column-without-padding {
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu {
  text-align: center;
  position: static;
}

.tab-content {
  margin-top: 70px;
}

.tab-content.less-margin {
  margin-top: 40px;
}

.tab-link {
  opacity: .4;
  filter: grayscale();
  color: #9061c2;
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.tab-link:hover {
  opacity: 1;
  filter: none;
  color: var(--red);
}

.tab-link.w--current {
  opacity: 1;
  filter: none;
  color: var(--red);
  background-color: #0000;
  border-bottom-color: #9061c2;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
}

.tab-icons {
  float: left;
  background-image: url('../images/fruit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.tab-icons.icon-2 {
  background-image: url('../images/pizza.png');
  background-size: 50px;
}

.tab-icons.icon-3 {
  background-image: url('../images/ice-cream.png');
  background-size: 50px;
}

.tab-icons.icon-4 {
  background-image: url('../images/beer.png');
  background-size: 50px;
}

.tab-text {
  color: var(--red);
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  position: static;
  top: 18px;
}

.menu-items {
  text-align: left;
  border-bottom: 1px dashed #d8d8d8;
  padding: 20px 20px 18px;
  transition: all .4s;
}

.item-name {
  color: #2a2a2a;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.item-name.price {
  margin-right: 5px;
  font-family: Kimono, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.item-name.tag {
  color: #b4b4b4;
  font-family: Playfair Display, sans-serif;
}

.item-name.tag.dollar {
  color: #2a2a2a;
  margin-right: 2px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.biger {
  width: 70%;
  color: var(--dim-grey-2);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.no-padding {
  margin-bottom: 0;
}

.hide-section {
  padding-top: 57px;
  overflow: hidden;
}

.show-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Playball, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
}

.dynamic-list {
  padding-left: 55px;
  padding-right: 55px;
}

.image-popup {
  float: left;
  width: 16.666%;
  position: relative;
}

.footer {
  background-color: #212121;
  border-bottom-left-radius: 5px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.line-divider-footer {
  background-color: #353535;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.copyright-text {
  color: #ffffff96;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

.copy-link {
  color: #fff;
  text-decoration: none;
}

.copy-link:hover {
  text-decoration: underline;
}

.lightbox-overlay {
  background-image: linear-gradient(to top, #9061c2, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.zoom-icon {
  background-color: #000c;
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffffff_none-2_1font-awesome_4-6-3_search_100_0_ffffff_none (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: block;
}

.zoom-icon:hover {
  background-color: #9061c2;
}

.arrow-dropdown {
  margin-top: 18.5px;
  margin-right: 15px;
  font-size: 12px;
}

.dropdown-list.w--open {
  background-color: #000000d9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  color: #b4b4b4;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Playfair Display, sans-serif;
}

.dropdown-link:hover, .dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #fff;
}

.slide-2 {
  background-image: url('../images/slide-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide-3.jpg');
  background-position: 50% 54px;
  background-size: cover;
}

.center {
  background-image: linear-gradient(#000000c2, #000000c2);
  flex: 1;
  order: 4;
  align-self: baseline;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0;
}

.big-title-slider {
  color: #fff;
  text-transform: none;
  font-family: Mayashi, sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  text-decoration: none;
}

.navigation-style-2 {
  background-color: #0000;
  width: 100%;
  padding: 35px 25px 20px;
  position: absolute;
}

.float-right {
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.navigation-style-3 {
  background-color: #fffffff2;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.inner-banner {
  background-image: url('../images/backg-2.png'), url('../images/newSlider12.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.inner-banner.image-2 {
  background-image: url('../images/backg-2.png'), url('../images/photo-5.jpg');
}

.inner-banner.image-3 {
  background-image: url('../images/backg-2.png'), url('../images/food-big-6.jpg');
}

.inner-banner.image-4 {
  background-image: url('../images/backg-2.png'), url('../images/food-big-2.jpg');
  background-attachment: scroll, fixed;
  position: relative;
}

.inner-banner.in-blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.inner-banner.color {
  background-color: #9061c2;
  background-image: url('../images/backg-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.subscribe-text {
  float: left;
  background-color: #363636;
  border-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 70%;
  height: 50px;
  padding-top: 6px;
  padding-left: 20px;
  font-family: Playfair Display, sans-serif;
}

.subscribe-text:hover {
  color: #fff;
  background-color: #303030;
}

.subscribe-text:active, .subscribe-text:focus {
  color: #fff;
}

.subscribe-wrapper {
  float: left;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
}

.menu-wrapper {
  background-color: #fafafa;
  margin-bottom: 20px;
}

.menu-wrapper.with-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0 0;
  display: flex;
  box-shadow: 0 2px #f1f1f1;
}

.menu-photo {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-ENTREES-salade-wakame.jpg');
  width: 240px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-content {
  height: 120px;
  max-height: 120px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.menu-content.auto {
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.float-left {
  float: right;
}

.top-space {
  margin-top: 10px;
}

.top-small-space {
  margin-top: 15px;
}

.form-wrapper {
  text-align: left;
  margin-top: 40px;
  padding-right: 0;
}

.float-field {
  float: left;
  width: 48%;
  margin-right: 10px;
}

.float-field.not-full {
  width: 97%;
}

.float-field.date {
  width: 15%;
}

.text-field {
  background-color: #e8ebee;
  border-style: none;
  border-radius: 5px;
  height: 50px;
  padding-left: 20px;
  font-family: Playfair Display, sans-serif;
}

.text-field:active, .text-field:focus {
  color: #313131;
  background-color: #dce1e6;
}

.text-field.center-date {
  text-align: center;
  padding-left: 12px;
}

.text-field.area {
  padding-top: 12px;
  padding-bottom: 40px;
}

.label {
  float: left;
  color: #616161;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.submit-button {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  display: block;
}

.info-wrapper {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.info-wrapper.no-line {
  border-bottom-style: none;
}

.icon-icon {
  float: left;
  background-image: url('../images/phone-call-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.icon-icon.marker {
  background-image: url('../images/search-marker.png');
  background-size: 60px;
}

.info-content {
  text-align: left;
  position: relative;
  top: 15px;
  overflow: hidden;
}

.number {
  color: #919191;
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.hide {
  display: none;
}

.success-message {
  color: #fff;
  background-color: #589b39;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.error-message {
  color: #fff;
  background-color: #c52020;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-post-wrapper {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.left-image-blog {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  margin-right: 35px;
}

.blog-content {
  padding-right: 49px;
  position: relative;
  overflow: hidden;
}

.data-created {
  color: #919191;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.blog-title {
  font-family: Playball, sans-serif;
  font-size: 34px;
}

.background-blog-overlay {
  background-image: url('../images/backg-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.mobile-navigation {
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
}

.mobile-center {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.source-link {
  color: #919191;
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}

.tabs {
  max-width: 1280px;
  margin-top: 20px;
  display: none;
  position: static;
}

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

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

.top-margin.less-space {
  margin-top: 20px;
}

.footer-icon {
  background-image: url('../images/phone-call-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-icon.addres {
  background-image: url('../images/placeholder-1_1placeholder (1).png');
  background-size: cover;
}

.footer-icon.email {
  background-image: url('../images/envelope-1_1envelope (1).png');
  background-size: cover;
}

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

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

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

.heading {
  margin-top: 0;
  font-family: Majime, Verdana, sans-serif;
  line-height: 45px;
}

.heading-2 {
  font-family: Majime, Verdana, sans-serif;
  font-size: 28px;
}

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

.slide-4 {
  height: 100%;
}

.mask {
  height: 100%;
  overflow: visible;
}

.paragraph {
  color: var(--dim-grey-2);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.container, .container-2 {
  max-width: 1280px;
}

.services-wrapper-50-right {
  float: left;
  clear: right;
  background-color: #ffffffa1;
  width: 33.333%;
  height: 400px;
  max-height: 400px;
  position: relative;
}

.services-wrapper-50-right.color {
  text-align: left;
  background-color: #fafafa;
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 70px;
}

.services-wrapper-50-right.color.purple {
  background-color: #9061c2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 750px;
  max-height: 750px;
  padding: 30px;
}

.services-wrapper-50-right.photo-1 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}

.services-wrapper-50-right.photo-2 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  max-height: 600px;
  padding-top: 62px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.services-wrapper-50-right.photo-3 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.services-wrapper-50-left {
  float: left;
  clear: right;
  background-color: #ffffffa1;
  width: 50%;
  height: 400px;
  max-height: 400px;
  position: relative;
}

.services-wrapper-50-left.color {
  text-align: left;
  background-color: #fafafa;
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 70px;
}

.services-wrapper-50-left.color.purple {
  background-color: #9061c2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 750px;
  max-height: 750px;
  padding: 30px;
}

.services-wrapper-50-left.photo-1 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}

.services-wrapper-50-left.photo-2 {
  background-image: url('../images/photo-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-wrapper-50-left.photo-3 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.sub-text-white {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Majime, Verdana, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.slogan-text {
  color: var(--red);
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Majime, Verdana, sans-serif;
  font-size: 50px;
  line-height: 120px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.menu-photo-edamame {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-edamame.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-ENTREES-edamame.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-karaage-poulet {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-karaage-poulet.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-ENTREES-KARAAGE-POULET.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-yakitori-poulet {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-yakitori-poulet.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-ENTREES-yakitori-poulet.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-gyoza-poulet {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-gyoza-poulet.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-ENTREES-gyoza-poulet.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns {
  align-items: center;
  display: flex;
}

.menu-photo-nems-au-l-gumes {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-nems-au-l-gumes.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-ENTREES-NEMS-LEGUMES.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-patatoes-shrimp {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-patatoes-shrimp.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-ENTREES-potatoes-shrimp.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-maki-saumon {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-maki-saumon.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-MAKIS-SAUMON.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-maki-thon {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-maki-thon.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-MAKIS-THON.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-maki-cheese-concombre {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-maki-cheese-concombre.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-MAKIS-CHEESE-COCOMBRE.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-maki-veggie {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-maki-veggie.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-MAKIS-VEGGIE.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-mocchi-glace-chocolat {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-mocchi-glace-chocolat.no-left {
  float: none;
  background-image: url('../images/Sushi-bun_mochi-glace_chocolat.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-mocchi-glace-the-matcha {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-mocchi-glace-the-matcha.no-left {
  float: none;
  background-image: url('../images/Sushi-bun_mochi-glace_the-matcha.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-mocchi-glace-noix-de-coco {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-mocchi-glace-noix-de-coco.no-left {
  float: none;
  background-image: url('../images/Sushi-bun_mochi-glace_noix-de-coco.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-mocchi-glace-mangue-passion {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-mocchi-glace-mangue-passion.no-left {
  float: none;
  background-image: url('../images/Sushi-bun_mochi-glace_mangue-passion.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.menu-photo-saumon-avocat {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-saumon-avocat.no-left {
  float: none;
  background-image: url('../images/Sushi-Bun-Calihornia-Rolls-Saumon-Avocat.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-saumon-cheese {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-saumon-cheese.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-SAUMON-CHEESE.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-thon-avocat {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-thon-avocat.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-THON-AVOCAT.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-california-rolls-chicken {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-california-rolls-chicken.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-CHICKEN.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-california-rolls-spicy-chicken {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-california-rolls-spicy-chicken.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-SPICY-CHICKEN.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-spicy-tempura {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-spicy-tempura.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-SPICY-TEMPURA.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-saumon-tempura {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-saumon-tempura.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-SAUMON-TEMPURA.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-plateau-sushi-bun {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-plateau-sushi-bun.no-left {
  float: none;
  background-image: url('../images/PLATEAU-SUSHI-BUN.jpg');
  background-size: contain;
  width: 315px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-crispy-chevre-miel {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-crispy-chevre-miel.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CRISPY-ROLLS-CRISPY-CHEVRE-MIEL.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-crispy-chicken {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-crispy-chicken.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CRISPY-ROLLS-CRISPY-CHICKEN.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-california-rolls-chicken-copy {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-california-rolls-chicken-copy.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CALIFORNIA-ROLLS-CHICKEN.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.lieu-et-horaires {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.google-map {
  width: 50%;
  height: 600px;
}

.horaires {
  background-color: var(--red);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Food-BG-Sushi-Bun-1_1.svg'), url('../images/Baguettes-Sushi-Bun-1.svg'), linear-gradient(#e52620, #e52620);
  background-position: 0 100%, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 40%, 10%, auto;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.section-commander {
  float: left;
  clear: right;
  background-color: #ffffffa1;
  width: 33.333%;
  height: 400px;
  max-height: 400px;
  position: relative;
}

.section-commander.color {
  text-align: left;
  background-color: #fafafa;
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 70px;
}

.section-commander.color.purple {
  background-color: #9061c2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 750px;
  max-height: 750px;
  padding: 30px;
}

.section-commander.photo-1 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}

.section-commander.photo-2 {
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/etablissement-sushi-bun.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  max-height: 600px;
  padding-top: 100px;
  display: flex;
}

.section-commander.photo-3 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.block-commande {
  margin-top: 40px;
}

.block-commande.less-space {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.image-5 {
  width: 50px;
  margin-bottom: 10px;
}

.button-telephone {
  background-color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 200px;
  margin-right: 20px;
  padding: 17px 23px 15px;
  font-family: Kimono, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button-telephone:hover {
  background-color: #121212;
}

.button-telephone.white {
  color: #9061c2;
  background-color: #fff;
}

.button-telephone.white:hover {
  color: #fff;
  background-color: #212121;
}

.button-telephone.submit {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 30%;
  height: 50px;
}

.button-telephone.in-blog {
  color: #fff;
}

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

.logo-uber-eats {
  width: 70px;
  margin-bottom: 10px;
}

.button-uber-eats {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #059952;
  border-radius: 5px;
  width: 200px;
  margin-right: 20px;
  padding: 17px 23px 15px;
  font-family: Kimono, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button-uber-eats:hover {
  background-color: #121212;
}

.button-uber-eats.white {
  color: #9061c2;
  background-color: #fff;
}

.button-uber-eats.white:hover {
  color: #fff;
  background-color: #212121;
}

.button-uber-eats.submit {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 30%;
  height: 50px;
}

.button-uber-eats.in-blog {
  color: #fff;
}

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

.link-2, .link-3 {
  color: var(--red);
}

.menu-photo-crispy-saumon {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-crispy-saumon.no-left {
  float: none;
  background-image: url('../images/SUSHI-BUN-CRISPY-ROLLS-CRISPY-SAUMON.jpg');
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video {
  width: 100%;
  height: 100%;
}

.background-video {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.our-technology-video-container {
  width: auto;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.video-light-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.our-technology-bg-video {
  background-image: url('../images/1Z8A8742.00_01_24_07.Still001.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.play-button {
  z-index: 2;
  background-color: var(--red);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  padding-left: 5px;
  font-size: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-icon-container {
  width: 18px;
}

.play-button-shadow-1 {
  z-index: 0;
  border: 1px solid #fff;
  border-radius: 70px;
  width: 80px;
  height: 80px;
  position: absolute;
  transform: scale(0);
}

.play-button-shadow-2 {
  z-index: 0;
  border: 1px solid #fff;
  border-radius: 70px;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto;
  transform: scale(0);
}

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

.div-block-8 {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -118px;
}

.our-technology-right-flex {
  flex: 1;
  width: auto;
  max-width: 625px;
}

.div-block-9, .div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-size: 25px;
}

.div-block-21, .div-block-22, .div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-photo-plateau-saumon {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-plateau-saumon.no-left {
  float: none;
  background-image: url('../images/PLATEAU-SAUMON.jpg');
  background-size: contain;
  width: 315px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-photo-plateau-decouverte {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo-plateau-decouverte.no-left {
  float: none;
  background-image: url('../images/PLATEAU-DECOUVERTE.jpg');
  background-size: contain;
  width: 315px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.menu-sushi-bun-1, .menu-sushi-bun-2, .menu-sushi-bun-3 {
  z-index: 1;
  width: 960px;
  height: 540px;
}

html.w-mod-js [data-ix="slide-out-zoom-icon-on-load"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="slide-out-lightbox-overlay-on-load"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .align-center {
    margin-top: 40px;
  }

  .navigation-link.w--current {
    color: var(--red);
    background-color: #0000;
    font-weight: 700;
  }

  .section {
    background-image: url('../images/deco-BG-Sushi-Bun-2.svg'), url('../images/Baguettes-Sushi-Bun-1.svg'), url('../images/Food-Sushi-Bun-2.svg'), url('../images/Food-BG-Sushi-Bun-1_1.svg'), linear-gradient(to bottom, null, null), url('../images/BG-Texture-White-Sushi-Bun.jpg');
    background-size: 17%, 10%, 15%, 25%, auto, auto;
  }

  .section.without-image.less-padding {
    height: auto;
  }

  .video-overlay {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .services-wrapper.photo-1 {
    background-image: url('../images/img-siteweb-sushibun-2g.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .services-wrapper.photo-2 {
    background-image: url('../images/SUSHI-BUN-ENTREES-KARAAGE-POULET.jpg');
    background-position: 100% 0;
    background-size: cover;
  }

  .services-wrapper.photo-3 {
    background-image: url('../images/img-siteweb-sushibun-3.jpg');
    background-position: 50% 20%;
    background-size: cover;
  }

  .biger {
    width: 100%;
  }

  .center {
    background-image: linear-gradient(#000000b3, #000000b3);
    background-position: 0 0;
  }

  .menu-wrapper.with-padding {
    padding-top: 0;
  }

  .tabs {
    max-width: 1500px;
  }

  .menu-photo-plateau-sushi-bun.no-left {
    background-image: url('../images/PLATEAU-SUSHI-BUN.jpg');
    width: 450px;
    height: 300px;
  }

  .our-technology-video-container {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .video-light-box {
    height: 100%;
  }

  .our-technology-bg-video {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100%;
  }

  .play-button {
    background-color: var(--red);
  }

  .div-block-6 {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-right: 0;
    display: flex;
  }

  .div-block-7 {
    width: 60%;
  }

  .div-block-8 {
    z-index: 3;
    width: 50%;
    height: auto;
    position: relative;
    top: 51px;
    left: -52px;
  }

  .our-technology-right-flex {
    width: 100%;
    max-width: none;
    height: 80%;
    box-shadow: 1px 1px 20px 10px #00000038;
  }

  .menu-photo-plateau-saumon.no-left {
    background-image: url('../images/PLATEAU-SAUMON.jpg');
    width: 450px;
    height: 300px;
  }

  .menu-photo-plateau-decouverte.no-left {
    background-image: url('../images/PLATEAU-DECOUVERTE.jpg');
    width: 450px;
    height: 300px;
  }

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

  .div-block-25 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .menu-sushi-bun-1, .menu-sushi-bun-2, .menu-sushi-bun-3 {
    z-index: 1;
    width: 1280px;
    height: 720px;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    height: 650px;
  }

  .nav-menu.right {
    background-color: #fafafa;
    margin-top: 0;
  }

  .navigation-link.dark.w--current {
    color: #fff;
    border-radius: 0;
  }

  .sub-text {
    font-size: 40px;
  }

  .padding-both {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-wrapper {
    width: 100%;
    height: auto;
    padding: 60px;
  }

  .services-wrapper.photo-1 {
    background-size: cover;
  }

  .services-wrapper.photo-2, .services-wrapper.photo-3 {
    background-size: cover;
    height: 400px;
  }

  .dynamic-list {
    padding-left: 0;
    padding-right: 0;
  }

  .image-popup {
    width: 33.3333%;
  }

  .big-title-slider {
    font-size: 90px;
    line-height: 60px;
  }

  .hamburger {
    background-color: var(--red);
  }

  .hamburger.w--open {
    background-color: #9061c2;
    margin-top: 5px;
    padding: 13px;
  }

  .mobile-navigation {
    background-color: #0000;
    display: block;
  }

  .paragraph {
    font-size: 20px;
  }

  .services-wrapper-50-right {
    width: 100%;
  }

  .services-wrapper-50-right.photo-2 {
    height: auto;
    padding-bottom: 20px;
  }

  .services-wrapper-50-left {
    width: 100%;
  }

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

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

  .google-map {
    width: 100%;
  }

  .horaires {
    width: 100%;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section-commander {
    width: 100%;
  }

  .section-commander.photo-2 {
    height: 400px;
    padding-top: 75px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .our-technology-video-container {
    width: 100%;
    min-width: 505px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: 80%;
  }

  .our-technology-right-flex {
    flex: 1 0 auto;
    width: 100%;
    max-width: none;
  }

  .icon-5 {
    filter: invert();
  }

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

  .menu-sushi-bun-1, .menu-sushi-bun-2, .menu-sushi-bun-3 {
    width: 720px;
    height: 405px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link.dark {
    background-color: var(--red-2);
  }

  .navigation-link.dark:hover {
    color: var(--red);
  }

  .section.without-image {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .padding-both {
    padding-left: 90px;
    padding-right: 90px;
  }

  .call-us {
    bottom: 10px;
    right: 10px;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .tab-link {
    text-align: center;
    width: 28%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .item-name {
    text-align: center;
    display: block;
  }

  .item-name.price, .item-name.tag {
    display: inline-block;
  }

  .item-name.left-mobile {
    text-align: left;
    display: block;
  }

  .biger {
    width: 100%;
  }

  .no-padding {
    text-align: center;
  }

  .show-text {
    font-size: 36px;
  }

  .big-title-slider {
    margin-bottom: 0;
    font-size: 70px;
    line-height: 50px;
  }

  .navigation-style-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-banner {
    height: 350px;
  }

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

  .menu-wrapper.with-padding {
    margin-left: 80px;
    margin-right: 80px;
  }

  .float-field {
    width: 97%;
  }

  .blog-post-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hamburger.w--open {
    background-color: var(--red);
  }

  .mobile-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sub-text-white {
    font-size: 22px;
  }

  .slogan-text {
    line-height: 100px;
  }

  .our-technology-video-container {
    min-width: auto;
  }

  .div-block-8 {
    width: 90%;
    left: 0;
  }

  .div-block-21, .div-block-22, .div-block-23 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-sushi-bun-1, .menu-sushi-bun-2, .menu-sushi-bun-3 {
    width: 480px;
    height: 270px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .align-center {
    max-width: none;
  }

  .navigation-link.dark {
    background-color: var(--red-2);
    color: #ffffffe3;
  }

  .navigation-link.dark:hover {
    color: var(--red);
  }

  .follow-text.in-footer {
    font-size: 18px;
  }

  .social-icon.instagram.biger {
    width: 70px;
    height: 70px;
  }

  .social-icon.biger {
    background-size: 30px;
    width: 70px;
    height: 70px;
  }

  .section.without-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-text {
    font-size: 30px;
    line-height: 40px;
  }

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

  .services-wrapper {
    float: left;
    clear: none;
    height: auto;
    padding: 20px 40px;
    position: static;
  }

  .services-wrapper.photo-2, .services-wrapper.photo-3 {
    height: 400px;
  }

  .white-heading.big {
    line-height: 40px;
  }

  .white-font {
    text-align: center;
  }

  .center-div {
    position: static;
    top: 45%;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.submit {
    float: none;
    border-radius: 5px;
    width: 100%;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .right-section.on-mobile {
    height: 900px;
    max-height: 900px;
  }

  .tab-link {
    width: 100%;
  }

  .image-popup {
    width: 50%;
  }

  .copyright-text {
    line-height: 26px;
  }

  .big-title-slider {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 59px;
  }

  .subscribe-text {
    float: none;
    border-radius: 5px;
    width: 100%;
  }

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

  .menu-photo {
    width: 100%;
    height: 200px;
  }

  .float-field, .float-field.not-full {
    width: 100%;
  }

  .float-field.date {
    width: 25%;
  }

  .left-image-blog {
    width: 100%;
    margin-bottom: 10px;
  }

  .hamburger.w--open {
    background-color: var(--red);
  }

  .mobile-navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-margin.less-space {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-icon {
    width: 30px;
    height: 30px;
  }

  .heading {
    font-size: 45px;
  }

  .paragraph {
    font-size: 20px;
  }

  .services-wrapper-50-right.photo-2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .sub-text-white {
    font-size: 21px;
    line-height: 30px;
  }

  .slogan-text {
    font-size: 33px;
  }

  .menu-photo-edamame, .menu-photo-karaage-poulet, .menu-photo-yakitori-poulet, .menu-photo-gyoza-poulet, .menu-photo-nems-au-l-gumes, .menu-photo-patatoes-shrimp, .menu-photo-maki-saumon, .menu-photo-maki-thon, .menu-photo-maki-cheese-concombre, .menu-photo-maki-veggie, .menu-photo-mocchi-glace-chocolat, .menu-photo-mocchi-glace-the-matcha, .menu-photo-mocchi-glace-noix-de-coco, .menu-photo-mocchi-glace-mangue-passion, .menu-photo-saumon-avocat, .menu-photo-saumon-cheese, .menu-photo-thon-avocat, .menu-photo-california-rolls-chicken, .menu-photo-california-rolls-spicy-chicken, .menu-photo-spicy-tempura, .menu-photo-saumon-tempura, .menu-photo-plateau-sushi-bun, .menu-photo-crispy-chevre-miel, .menu-photo-crispy-chicken, .menu-photo-california-rolls-chicken-copy {
    width: 100%;
    height: 200px;
  }

  .section-commander.photo-2 {
    height: auto;
    max-height: none;
    padding: 60px 12px 40px;
  }

  .image-5 {
    width: 30px;
  }

  .button-telephone {
    width: auto;
    font-size: 15px;
  }

  .button-telephone.submit {
    float: none;
    border-radius: 5px;
    width: 100%;
  }

  .logo-uber-eats {
    width: 40px;
  }

  .button-uber-eats {
    width: auto;
    margin-right: 0;
    font-size: 15px;
  }

  .button-uber-eats.submit {
    float: none;
    border-radius: 5px;
    width: 100%;
  }

  .menu-photo-crispy-saumon {
    width: 100%;
    height: 200px;
  }

  .our-technology-video-container {
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .our-technology-bg-video {
    height: 300px;
    top: 68px;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .play-icon-container {
    align-items: center;
    width: 14px;
    display: flex;
  }

  .play-button-shadow-1, .play-button-shadow-2 {
    width: 40px;
    height: 40px;
  }

  .our-technology-right-flex {
    width: 100%;
    max-width: none;
  }

  .heading-3, .heading-4 {
    font-size: 25px;
  }

  .div-block-21, .div-block-22, .div-block-23 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-photo-plateau-saumon, .menu-photo-plateau-decouverte {
    width: 100%;
    height: 200px;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .menu-sushi-bun-1 {
    z-index: 1;
    width: 384px;
    height: 216px;
    overflow: hidden;
  }

  .menu-sushi-bun-2, .menu-sushi-bun-3 {
    z-index: 1;
    width: 384px;
    height: 216px;
  }
}

#w-node-b6741da9-aa09-c443-08fd-5a3978876fa6-bdcf9bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Quizine';
  src: url('../fonts/Quizine-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mayashi';
  src: url('../fonts/Mayashi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kimono';
  src: url('../fonts/Kimono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Majime';
  src: url('../fonts/Majime.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}