:root {
  --sandy-brown-2: #e4b962;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

body {
  color: #6a859c;
  background-color: #fff;
  margin-top: -3px;
  margin-bottom: -7px;
  padding-top: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #bec3c7;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -2px;
  margin-left: 0;
  padding-top: 0;
  font-size: 47px;
  font-weight: 300;
  line-height: 44px;
  text-decoration: none;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #ecf0f1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: -3px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  color: #bec3c7;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 94px;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.button.button-menu {
  margin-top: 146px;
  margin-bottom: 144px;
  margin-left: 76px;
}

.navigation-link {
  color: #cfcfcf;
  margin-top: 5px;
  margin-left: -18px;
  margin-right: -3px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: red;
  margin-top: 5px;
  margin-left: -2px;
  margin-right: -3px;
  padding-left: 17px;
}

.navigation-link.orderrr {
  color: #fff;
  background-color: red;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: -12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.navigation-link.orderrr.w--current {
  color: #fff;
  margin-left: 14px;
  font-size: 14px;
}

.navigation-bar {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand-text {
  color: #bebebe;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: -25px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  margin-top: 0;
  margin-right: 57px;
}

.section {
  text-align: center;
  background-color: #fff;
  width: 1087px;
  margin-top: 0;
  margin-bottom: -1px;
  margin-left: 0;
  padding: 9px 0;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  background-color: #000;
  background-image: url('../images/buddhabig.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 54px;
  font-family: Open Sans, sans-serif;
}

.hero-section.centered {
  opacity: 1;
  text-align: center;
  background-color: #000;
  background-image: url('../images/buddhabig.jpg');
  background-position: 0 35%;
  background-size: cover;
  border-bottom: 4px #69b9ff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 65px;
  margin-bottom: -3px;
  margin-left: 0;
  padding-top: 75px;
  padding-bottom: 76px;
  display: block;
}

.hero-section.hero-sushi {
  height: auto;
  padding-top: 95px;
}

.hero-section.hero-soir {
  height: 3950px;
}

.hero-section.hero-soir.carteee {
  height: 5300px;
}

.hero-section.hero-soir.carteee.oooo {
  height: auto;
  padding-top: 75px;
}

.hero-section.hero-soir.uio {
  height: auto;
}

.hero-section.hero-menu {
  height: auto;
  padding-top: 89px;
  padding-bottom: 196px;
}

.hero-section.hero-promo {
  height: 600px;
}

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

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: -76px;
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: red;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: -495px;
  padding-right: 1px;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.hero-subheading.head-home-tab {
  margin-left: -533px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  margin-top: -11px;
  margin-bottom: -10px;
  margin-left: -500px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 58px;
  margin-left: -62px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.head-joindre {
  color: red;
  text-align: left;
  margin-top: 11px;
  margin-bottom: 12px;
  margin-left: 116px;
  padding-top: 0;
  font-size: 36px;
  font-weight: 300;
}

.section-heading.centered.menu-head {
  color: red;
  margin-top: -5px;
  margin-bottom: 7px;
  margin-left: -572px;
  font-size: 45px;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 29px;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
  margin-left: 213px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-top: -7px;
  margin-bottom: 17px;
  margin-left: 94px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #000;
  border-top-style: none;
  border-top-color: #000;
  height: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 37px;
  padding-bottom: 0;
}

.footer.center {
  text-align: center;
  background-color: #161616;
  background-image: none;
  border-top: 1px #dbdbdb;
  height: auto;
  margin-top: -26px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
}

.footer-text {
  color: #bec3c7;
  margin-top: 17px;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  background-color: #fff;
  margin-left: 3px;
}

.footer-link {
  color: #bec3c7;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 56px;
}

.footer-link-wrapper {
  margin-bottom: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
  margin-left: 82px;
  display: block;
}

.box-logo {
  background-color: #000;
  padding-left: 139px;
  padding-right: 1px;
}

.lgoo {
  margin-top: 27px;
  margin-bottom: 40px;
  margin-left: 82px;
  display: inline-block;
}

.entete {
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.entetee {
  margin-top: -22px;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.left-box {
  background-color: #000;
  margin-top: 1px;
  padding-bottom: 128px;
  padding-left: 28px;
}

.picc-top {
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.colonne-right {
  background-color: #000;
  margin-top: 0;
}

.adresees {
  color: #192024;
  margin-top: -41px;
  margin-bottom: 35px;
  font-weight: 600;
}

.phone {
  color: #192024;
  margin-top: -4px;
  margin-bottom: -2px;
  margin-left: 189px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: inline-block;
}

.headd {
  background-color: #000;
  margin-top: -1px;
  margin-bottom: -12px;
}

.logooo {
  margin-top: 21px;
  margin-bottom: 16px;
  margin-left: 466px;
}

.logoo {
  margin-bottom: 19px;
  margin-left: 94px;
}

.head-2 {
  text-transform: none;
  background-color: #0000;
  margin-top: 43px;
  margin-left: -305px;
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.row {
  background-image: url('../images/buddhabig.jpg');
  background-size: 1100px 676px;
  margin-top: -5px;
  margin-bottom: 15px;
  padding-top: 241px;
  font-family: Open Sans, sans-serif;
}

.topp, .section-top {
  background-color: #000;
}

.looogooo {
  margin-top: -171px;
  margin-bottom: 78px;
  margin-left: -556px;
  padding-bottom: 1px;
}

.looogooo.kkk {
  margin-top: -420px;
  margin-left: -175px;
}

.logo-contact {
  margin-top: 54px;
  margin-bottom: -58px;
  margin-left: 194px;
  padding-left: 0;
}

.black-section {
  background-color: #000;
}

.commerces {
  color: #fff;
  text-align: center;
  background-color: #ff0303;
  margin-top: -3px;
  margin-bottom: -6px;
  padding-top: 10px;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.phonne {
  margin-top: 10px;
  padding-bottom: 34px;
}

.phooone {
  margin-left: 323px;
}

.telephone {
  background-color: #fff;
  margin-top: 29px;
  margin-bottom: 21px;
  margin-left: -320px;
}

.logo-phone {
  text-align: left;
  margin-left: 694px;
}

.phonnnne {
  margin-top: 23px;
  margin-bottom: 22px;
  margin-left: 23px;
  font-size: 25px;
}

.photo-phone {
  margin-top: 17px;
  margin-bottom: -35px;
  margin-left: 265px;
}

.explicatif {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-top: 1px solid #0000002e;
  border-bottom: 1px solid #0000002e;
  margin-top: 30px;
  margin-bottom: 48px;
  margin-left: 6px;
  padding: 9px 6px;
  font-family: Lato, sans-serif;
}

.explicatif.commande {
  margin-top: -4px;
  box-shadow: 1px 1px 3px #000;
}

.titre-explicaatif {
  color: #2d3e4f;
  text-align: center;
  margin-top: 39px;
  margin-left: 0;
  padding-bottom: 1px;
  padding-left: 1px;
  font-size: 35px;
}

.div {
  background-color: #ecf0f1;
  background-image: url('../images/Sushi-Roll-on-a-white-background-300x193.jpg');
  background-position: -7% 43%;
  background-size: auto;
  margin-bottom: 9px;
}

.arrow {
  margin-top: -5px;
  margin-left: 187px;
}

.facebook {
  margin-top: 18px;
  margin-left: 1px;
}

.menu-midi {
  margin-top: -127px;
  margin-left: 20px;
}

.head-menu {
  text-align: center;
  margin-top: -204px;
  margin-left: 0;
  font-size: 50px;
}

.divvv {
  margin-top: 72px;
}

.regular {
  color: #192024;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 40px;
}

.photo-contact {
  margin-top: 43px;
  margin-left: 142px;
  padding-left: 1px;
}

.phoonne {
  color: red;
  margin-top: -6px;
  margin-bottom: 31px;
  margin-left: -550px;
  font-size: 60px;
  text-decoration: none;
  display: inline-block;
}

.menuu {
  color: red;
  margin-top: 35px;
  margin-left: 329px;
  font-size: 40px;
  font-weight: 300;
}

.error {
  margin-left: 265px;
}

.suces {
  margin-left: 240px;
}

.order {
  margin-top: 108px;
  margin-left: 349px;
  padding-bottom: 0;
}

.div-photo {
  margin-top: 10px;
}

.menu-pic {
  border-radius: 8px;
  margin-bottom: 25px;
}

.copyright {
  color: red;
}

.plus {
  color: #fc0000;
  font-weight: 400;
}

.menu-icon {
  padding-left: 14px;
}

.row-menu {
  margin: 160px 0 -1px -15px;
  padding-bottom: 36px;
  padding-left: 56px;
  padding-right: 0;
}

.menu-bouton {
  background-color: red;
  border-radius: 14px;
  margin-top: 24px;
  margin-left: 84px;
  padding-left: 15px;
  font-size: 15px;
}

.menu-bouton.reg {
  background-color: red;
  margin-left: 64px;
  padding-left: 14px;
}

.image-menu {
  background-image: linear-gradient(#0000005c, #0000005c);
  border-radius: 35px;
}

.commande-en-ligne {
  margin-top: 15px;
  margin-bottom: 21px;
  margin-left: 3px;
}

.ste-the {
  margin-top: 76px;
  margin-left: -30px;
}

.menu-choix {
  margin-top: -47px;
}

.menu {
  margin-top: 26px;
  margin-left: 124px;
}

.cliquez {
  margin-top: 132px;
  margin-bottom: 42px;
  margin-left: 0;
}

.promo-pic {
  margin-bottom: 14px;
  margin-right: 1px;
}

.promo-board {
  background-color: red;
}

.promo {
  background-color: #000;
  height: 309px;
  margin-top: -60px;
  margin-bottom: 41px;
  padding: 32px 16px 0 17px;
  display: block;
}

.new-heading {
  color: #fffdfd;
  margin-top: 62px;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Exo, sans-serif;
  font-size: 36px;
}

.dc {
  margin-top: 0;
  font-size: 25px;
}

.mois {
  color: #fff;
  text-align: center;
  margin-top: -197px;
}

.rowrow {
  margin-top: -99px;
}

.promotions {
  background-color: red;
  margin-top: 93px;
  margin-bottom: -9px;
}

.sfksf {
  color: #fff;
  margin-top: 56px;
  margin-bottom: 81px;
  margin-left: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 140px;
}

.dim {
  color: #fff;
  text-align: center;
  margin-top: 19px;
  font-size: 25px;
  line-height: 26px;
}

.photo-promo {
  margin-top: 138px;
}

.piccc {
  margin-top: 93px;
  margin-bottom: 13px;
  margin-left: 21px;
}

.piccc._2ws {
  margin-left: 5px;
}

.piiii {
  margin-left: 22px;
}

.fgjf {
  margin-left: 7px;
}

.promo-col {
  background-color: red;
  padding-bottom: 61px;
}

.textyo {
  color: #fff;
  text-align: center;
  margin-top: 21px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.pk-sub {
  color: #fff;
  margin-top: 45px;
  margin-left: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 110px;
}

.metion {
  color: #fff;
  text-align: center;
  margin-top: 57px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.doom {
  margin-left: -10px;
}

.containn {
  margin-top: 40px;
}

.menu-soir {
  margin-top: 13px;
  margin-bottom: 31px;
}

.menu-soir.info-icon {
  margin-top: 0;
}

.combo {
  margin-top: 0;
  margin-bottom: 11px;
}

.sfgfg {
  color: #bec3c7;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 27px;
}

.menu-midi-pic {
  margin-top: 78px;
  margin-bottom: 24px;
}

.promo-visuel {
  margin-top: 45px;
  margin-left: 0;
}

.titre {
  margin-top: 0;
  font-size: 41px;
}

.section-acceuil {
  background-color: #e0e0e0;
  background-image: url('../images/Light-Grey-Background-Hd-5.jpg');
  background-position: 0 0;
  background-size: 1280px;
  height: 1150px;
  margin-bottom: 1px;
}

.logo-2016 {
  margin-top: 18px;
  margin-left: 0;
}

.ville {
  color: #000;
}

.succ {
  color: red;
  font-weight: 600;
}

.sevir {
  margin-bottom: -10px;
}

.specialit {
  color: red;
  margin-top: 9px;
  font-size: 19px;
}

.vin {
  color: red;
  margin-top: 1px;
  font-style: normal;
  line-height: 55px;
}

.section-adresse {
  background-color: #000;
  height: 233px;
}

.section-adresse.adrrr {
  height: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}

.app {
  color: #b4b4b4;
}

.succcc {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#db0a0a, #db0a0a);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 20px;
  font-size: 51px;
  font-weight: 300;
  display: flex;
}

.col-2 {
  flex-direction: column;
  align-items: center;
  margin-top: -1px;
  display: flex;
}

.col-1 {
  border-right: 1px solid red;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  display: flex;
}

.map {
  width: 200px;
  height: 20px;
}

.section-horaire {
  background-color: #db220b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 20px;
  display: flex;
}

.adress {
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 9px;
  font-weight: 600;
  text-decoration: none;
}

.link-adress {
  color: red;
  cursor: pointer;
  flex: 0 auto;
  font-size: 18px;
  text-decoration: none;
}

.link-phone {
  cursor: pointer;
  text-decoration: none;
}

.col-but {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: -32px;
  display: flex;
}

.col-but.boisb {
  justify-content: flex-end;
}

.col-but.therese {
  justify-content: space-between;
}

.but-boisb {
  text-align: center;
  background-color: red;
  border-radius: 7px;
  font-size: 19px;
  box-shadow: 1px 1px 3px #000;
}

.but-boisb.but-2.ssdfh.hhf {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.phonee {
  font-size: 40px;
}

.col-arrow {
  margin-top: 309px;
  padding-left: 0;
  display: flex;
}

.arrow-down {
  margin-left: -40px;
}

.menu-reg {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/316799_121327644640899_269983336_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 300px;
  border: 1px red;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
}

.menu-reg.entree {
  background-image: url('../images/311750_121325411307789_45137114_n.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
}

.link-menu-reg {
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-menu-reg:hover {
  background-image: linear-gradient(#0000005c, #0000005c);
}

.menu-sushi {
  background-image: url('../images/314460_121327691307561_745689225_n.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px red;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link-menu-sushi {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.menu-midii {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/298932_121325487974448_421698321_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 300px;
  border: 1px red;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
}

.link-menu-midi {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.menu-titre {
  margin-top: 3px;
  font-size: 36px;
  font-weight: 300;
}

.map-row {
  margin-top: 62px;
}

.section-contact {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 2px;
  padding-top: 89px;
  display: block;
}

.row-logo {
  margin-top: -2px;
}

.st-the {
  color: red;
  margin-top: -69px;
  margin-bottom: 12px;
  margin-left: -4px;
}

.boisbriand {
  color: red;
  margin-top: -130px;
  margin-bottom: 61px;
  margin-left: 75px;
}

.adresse-contact {
  text-align: center;
  margin-bottom: 28px;
  margin-left: 0;
}

.adresse-contact.boisbri {
  margin-top: 17px;
  margin-bottom: 11px;
  margin-left: 117px;
}

.number-ste-the {
  margin-top: 1px;
  margin-bottom: 16px;
  margin-left: -36px;
}

.number-ste-the.thethe {
  margin-top: -13px;
  margin-bottom: 16px;
  margin-left: 0;
}

.llink-phone {
  margin-left: 0;
  text-decoration: none;
}

.joindre {
  color: #acacac;
  text-align: center;
  border-top: 1px solid #8e8e9c5c;
  border-bottom: 1px solid #8e8e9c5e;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.message {
  height: 80px;
  margin-bottom: 25px;
}

.rowowow {
  font-size: 15px;
}

.button-form {
  background-color: red;
  border-radius: 4px;
}

.col-commande-sainte {
  background-image: linear-gradient(#00000087, #00000087), url('../images/Lotus-lily-and-pads-in-black-and-white-Kuan-Yin-Buddhist-Temple-International-Buddhist-Society-Richmond-BC.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px red;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 0;
  display: flex;
}

.link-commande-sainte-therese {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.html {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.succ-st {
  font-size: 40px;
}

.body {
  background-color: #000;
}

.colpromo {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sush.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #ffffff5c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 46px;
  display: flex;
}

.prom {
  background-color: #fff;
  margin-top: 38px;
}

.karmedia {
  text-decoration: none;
}

.kk {
  color: #fff;
}

.bodd {
  background-color: #000;
}

.menu-soirr {
  margin-top: 51px;
}

.orderr {
  text-decoration: none;
}

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

.mito-bois {
  margin-top: 4px;
  margin-bottom: 11px;
}

.mito-stte-the {
  margin-bottom: 11px;
}

.txt-promo {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

._25 {
  color: #eee;
  font-size: 100px;
  font-weight: 600;
}

.kiju {
  display: none;
}

.jh {
  margin-top: 28px;
}

.row-2 {
  margin-top: 55px;
  display: block;
}

.heading {
  color: #df0000;
}

.image {
  display: none;
}

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

.text-span {
  font-size: 37px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 25px;
  display: flex;
}

.row-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.map-2 {
  width: 972.188px;
}

.html-embed {
  opacity: .86;
  background-color: #0000;
  border-radius: 11px;
  flex: 0 auto;
  margin-top: -33px;
  margin-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.bold-text {
  font-size: 30px;
}

.bold-text-2 {
  color: #fff;
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 21px;
  line-height: 15px;
  overflow: scroll;
}

.image-3 {
  display: none;
}

.heading-2 {
  margin-top: 132px;
  display: none;
}

.lightbox-link {
  margin-top: 81px;
}

.image-4 {
  margin-top: 44px;
  margin-bottom: 40px;
}

.heading-3 {
  color: #fff;
  background-color: #e60000;
  margin-bottom: 19px;
  padding: 12px 14px 12px 11px;
  font-size: 32px;
  line-height: 25px;
}

.text-span-2 {
  padding-left: 13px;
  padding-right: 13px;
  font-size: 50px;
  line-height: 22px;
}

.div-block {
  text-align: center;
  background-color: #da220a;
  padding-top: 20px;
  padding-bottom: 23px;
}

.columns {
  background-color: #f0f0f0;
  height: 257px;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-right: 24px;
}

.heading-4 {
  color: #db220b;
}

.heading-4:hover {
  color: #000;
}

.heading-5 {
  color: #db220b;
}

.heading-5:hover {
  color: #000;
}

.heading-6 {
  color: #db220b;
}

.heading-6:hover {
  color: #000;
}

.text-block, .text-block-2, .text-block-3 {
  color: #353535;
}

.image-5 {
  margin-top: 23px;
}

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

.heading-7 {
  margin-bottom: 11px;
  font-size: 37px;
  font-weight: 700;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-4.dgdg {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
}

.button-2 {
  background-color: var(--sandy-brown-2);
  color: #1f1f1f;
  border-radius: 9px;
  margin-top: 16px;
  font-size: 14px;
}

.div-block-3 {
  background-image: url('../images/pexels-vinicius-benedit-3620705.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 7px;
  flex-direction: column;
  height: 300px;
  display: flex;
}

.link-block {
  height: 300px;
}

.heading-8 {
  margin-top: 162px;
}

.heading-9 {
  margin-top: 157px;
}

.column-2 {
  background-image: url('../images/297690_121326211307709_346097669_n.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  margin-bottom: 30px;
}

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

.text-field, .text-field-2 {
  margin-bottom: 25px;
}

.image-7 {
  margin-bottom: 78px;
}

.image-8 {
  margin-bottom: 31px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-left: -173px;
    font-size: 57px;
  }

  .button.full-width {
    margin-left: 171px;
  }

  .navigation-link {
    color: #fff;
    background-color: #000;
    width: auto;
    margin-top: -2px;
    margin-left: 0;
  }

  .navigation-link.w--current {
    color: #fff;
    background-color: #f30000;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    position: relative;
  }

  .navigation-link.orderrr {
    color: #e00;
    background-color: #0000;
    width: auto;
    margin-top: -9px;
    margin-left: 0;
    padding-right: 0;
  }

  .navigation-link.orderrr.w--current {
    margin-left: -2px;
    padding-left: 21px;
  }

  .navigation-bar {
    margin-left: 0;
  }

  .hamburger-button.w--open {
    background-color: #000;
    margin-top: 4px;
  }

  .navigation-menu {
    background-color: #000;
    width: auto;
    height: 392px;
  }

  .brand-text {
    margin-left: 0;
  }

  .hero-section {
    height: auto;
    margin-left: 0;
  }

  .hero-section.centered {
    height: auto;
    margin-top: 1px;
    margin-bottom: -24px;
    margin-left: 0;
    padding-top: 130px;
    padding-bottom: 56px;
  }

  .hero-section.hero-sushi {
    height: auto;
  }

  .hero-section.hero-soir {
    height: 3200px;
  }

  .hero-section.hero-soir.carteee {
    height: 4200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.hero-soir.carteee.oooo {
    height: auto;
    padding-bottom: 80px;
  }

  .hero-section.hero-soir.uio {
    height: auto;
  }

  .hero-section.hero-menu {
    height: auto;
    padding-top: 78px;
    padding-bottom: 13px;
  }

  .hero-section.hero-promo {
    height: 500px;
  }

  .hero-heading {
    margin-left: 45px;
    font-size: 54px;
  }

  .hero-subheading {
    margin-left: -224px;
  }

  .hero-subheading.head-home-tab {
    margin-top: 10px;
    margin-left: -247px;
    font-size: 14px;
  }

  .section-heading.centered.head-joindre {
    margin-left: 214px;
  }

  .section-heading.centered.menu-head {
    margin-left: -198px;
  }

  .section-subheading.center {
    margin-left: -148px;
  }

  .section-title-group {
    margin-left: 199px;
  }

  .form-field {
    margin-left: 172px;
  }

  .footer {
    height: 350px;
    margin-top: 0;
  }

  .footer-text {
    color: #bec3c7;
    font-weight: 300;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .info-icon {
    background-color: #fff;
    margin-left: 1px;
  }

  .footer-link.with-icon {
    text-align: left;
    margin-left: 49px;
    font-weight: 700;
  }

  .form {
    margin-left: -200px;
    padding-left: 0;
    padding-right: 112px;
    display: inline-block;
  }

  .looogooo {
    margin-top: -104px;
    margin-left: -264px;
  }

  .looogooo.kkk {
    margin-left: -175px;
  }

  .logo-contact {
    margin-left: 427px;
  }

  .commerces {
    color: #fff;
    background-color: red;
    margin-top: 0;
  }

  .phonnnne {
    margin-left: -160px;
  }

  .photo-phone {
    margin-left: -166px;
  }

  .titre-explicaatif {
    text-align: center;
    margin-left: 0;
    font-size: 54px;
    font-weight: 300;
  }

  .icon-iphone {
    color: red;
    margin-top: 5px;
  }

  .arrow {
    margin-left: 284px;
  }

  .facebook {
    margin-left: 0;
  }

  .photo-contact {
    margin-left: -19px;
    padding-right: 1px;
  }

  .phoonne {
    margin-left: -266px;
    font-size: 51px;
  }

  .menuu {
    margin-left: 300px;
  }

  .menu-pic {
    height: 127px;
  }

  .plus {
    margin-bottom: -4px;
    line-height: 60px;
  }

  .row-menu {
    margin-top: 42px;
    margin-left: 89px;
    margin-right: 13px;
    padding-left: 0;
  }

  .menu-bouton {
    text-align: center;
    margin-left: 138px;
  }

  .menu-bouton.reg {
    margin-left: 145px;
  }

  .image-menu {
    margin-left: 73px;
  }

  .menu-choix {
    margin-top: 0;
  }

  .menu {
    margin-left: 74px;
  }

  .cliquez {
    margin-top: 120px;
    margin-bottom: 47px;
    margin-left: 0;
  }

  .promo {
    height: 310px;
    padding-left: 11px;
    display: block;
  }

  .new-heading {
    margin-top: 63px;
    margin-left: 10px;
  }

  .rowrow {
    margin-left: -9px;
  }

  .promo-col {
    padding-bottom: 0;
    padding-left: 5px;
  }

  .textyo {
    margin-top: -1px;
    font-size: 18px;
  }

  .pk-sub {
    margin-top: 33px;
  }

  .metion {
    margin-top: 36px;
    margin-left: 0;
    font-size: 16px;
  }

  .doom {
    margin-left: -10px;
  }

  .rowooo {
    margin-left: 0;
  }

  .menu-soir, .menu-soir.info-icon {
    margin-top: 0;
  }

  .menu-soir.tuy {
    margin-top: 42px;
  }

  .menu-midi-pic {
    margin-top: 59px;
  }

  .promo-visuel {
    margin-top: 91px;
    margin-left: 0;
  }

  .titre {
    margin-left: 0;
  }

  .section-acceuil {
    height: 1200px;
  }

  .logo-2016 {
    margin-top: 1px;
    margin-left: 0;
  }

  .ville {
    margin-top: -10px;
    line-height: 50px;
  }

  .succ {
    margin-top: 0;
  }

  .specialit {
    margin-left: 0;
  }

  .vin {
    margin-top: 8px;
    margin-left: 0;
    font-size: 45px;
    font-weight: 300;
  }

  .vin.ooo {
    margin-top: -10px;
    margin-left: 0;
  }

  .section-adresse.adrrr {
    margin-top: -111px;
  }

  .succcc {
    height: auto;
    margin-top: 20px;
    margin-bottom: 101px;
    margin-left: 0;
    padding: 0 16px 17px;
  }

  .succcc.dfhad {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .section-horaire {
    margin-top: 16px;
    padding-top: 35px;
    padding-bottom: 141px;
    display: flex;
  }

  .col-but {
    margin-top: -8px;
  }

  .phonee {
    margin-left: -6px;
  }

  .col-arrow {
    margin-top: 218px;
  }

  .menu-reg.entree, .link-menu-reg {
    border-radius: 0;
  }

  .link-menu-sushi {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu-titre {
    margin-left: 0;
    font-size: 37px;
  }

  .section-contact {
    height: auto;
  }

  .st-the {
    margin-left: 119px;
    font-size: 39px;
  }

  .boisbriand {
    margin-top: -133px;
    margin-bottom: 85px;
    margin-left: 89px;
    padding-top: 27px;
    font-size: 35px;
  }

  .adresse-contact {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 19px;
  }

  .adresse-contact.boisbri {
    text-align: right;
    margin-top: -10px;
    margin-left: 26px;
    padding-right: 29px;
  }

  .number-ste-the {
    margin-bottom: 24px;
    margin-left: -56px;
    font-size: 36px;
  }

  .number-ste-the.thethe {
    margin-top: -3px;
    margin-bottom: 17px;
    margin-left: 0;
  }

  .loggg {
    margin-top: 0;
  }

  .rowowow {
    margin-top: -35px;
    margin-bottom: -17px;
  }

  .button-form {
    margin-top: 9px;
  }

  .succ-st {
    margin-left: 0;
  }

  .head-mob {
    margin-top: 13px;
  }

  ._25 {
    margin-left: 0;
  }

  .jh {
    margin-top: 30px;
  }

  .text-span {
    font-size: 32px;
  }

  .bold-text {
    font-size: 26px;
  }

  .heading-2 {
    margin-top: 66px;
    margin-left: 101px;
  }

  .heading-3 {
    margin-left: 0;
    line-height: 28px;
  }

  .text-span-2 {
    margin-top: 23px;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .heading-4 {
    margin-bottom: 17px;
    margin-left: 0;
  }

  .heading-5 {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .heading-6 {
    margin-bottom: 17px;
    margin-left: 0;
  }

  .text-block, .text-block-2, .text-block-3 {
    text-align: center;
  }

  .div-block-2 {
    margin-top: -64px;
  }

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

  .heading-7 {
    margin-left: 0;
  }

  .heading-9 {
    margin-top: 122px;
    margin-left: 0;
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 173px;
    margin-left: 22px;
    font-size: 49px;
  }

  .button.full-width {
    margin-left: 44px;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-link {
    color: #fff;
    background-color: #000;
    margin-top: -3px;
    margin-left: 1px;
    font-size: 14px;
  }

  .navigation-link.w--current {
    background-color: red;
    margin-top: -6px;
    margin-left: 0;
    padding-top: 21px;
  }

  .navigation-link.orderrr {
    margin-top: -5px;
    margin-left: 0;
  }

  .navigation-link.orderrr.w--current {
    margin-left: 1px;
    padding-left: 20px;
  }

  .navigation-bar {
    justify-content: center;
    align-items: center;
    margin-left: -3px;
    display: flex;
  }

  .navigation-menu {
    height: 340px;
  }

  .brand-text {
    margin-left: 5px;
  }

  .section {
    margin-left: -36px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section {
    background-position: -739px 0;
    height: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section.centered {
    background-color: #0000;
    background-size: cover;
    margin-top: 4px;
    margin-left: 0;
    padding-top: 130px;
    padding-bottom: 54px;
  }

  .hero-section.hero-sushi {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section.hero-soir {
    height: 2800px;
  }

  .hero-section.hero-soir.carteee {
    height: 3400px;
  }

  .hero-section.hero-soir.carteee.oooo {
    height: auto;
    padding-bottom: 69px;
  }

  .hero-section.hero-soir.uio {
    height: auto;
  }

  .hero-section.hero-menu {
    height: auto;
    padding-bottom: 0;
  }

  .hero-section.hero-promo {
    height: auto;
  }

  .hero-section.hero-order {
    background-position: 50%;
    font-size: 16px;
  }

  .hero-heading {
    text-align: center;
    margin-top: -86px;
    margin-bottom: 15px;
    margin-left: -218px;
    font-size: 32px;
  }

  .hero-subheading {
    margin-left: -185px;
    padding-left: 1px;
    font-size: 15px;
  }

  .hero-subheading.head-home-tab {
    margin-top: -6px;
    margin-left: -204px;
    font-size: 15px;
  }

  .section-heading.centered.head-joindre {
    margin-left: 243px;
  }

  .section-subheading.center {
    text-align: center;
    margin-left: 13px;
    font-size: 10px;
  }

  .section-title-group {
    margin-left: -231px;
  }

  .form-field {
    margin-top: -5px;
    margin-left: 44px;
  }

  .form-field.text-area {
    margin-left: 44px;
    display: block;
  }

  .form-wrapper {
    margin-top: -39px;
  }

  .footer {
    height: auto;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .footer-text {
    font-weight: 300;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .info-icon {
    margin-left: 5px;
  }

  .footer-link.with-icon {
    margin-left: 78px;
  }

  .spc {
    margin-bottom: 30px;
    padding-top: 19px;
  }

  .looogooo {
    margin-top: -84px;
    margin-left: -226px;
  }

  .looogooo.kkk {
    margin-top: -405px;
    margin-left: -178px;
  }

  .logo-contact {
    margin-top: -307px;
    margin-left: 271px;
  }

  .commerces {
    background-color: red;
  }

  .phonnnne {
    margin-left: 2px;
  }

  .photo-phone {
    margin-left: -4px;
  }

  .explicatif.commande {
    margin-bottom: 67px;
  }

  .titre-explicaatif {
    margin-top: 26px;
    margin-left: 0;
    font-size: 36px;
  }

  .icon-iphone {
    color: red;
    margin-top: 4px;
  }

  .arrow {
    margin-top: -2px;
    margin-left: 322px;
  }

  .facebook {
    margin-left: 4px;
  }

  .photo-contact {
    margin-left: -396px;
  }

  .phoonne {
    margin-top: -4px;
    margin-left: -217px;
    font-size: 31px;
  }

  .menu-pic {
    width: 316px;
    height: 200px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .menu-bouton {
    margin-top: 17px;
    margin-bottom: 53px;
    margin-left: 395px;
  }

  .menu-bouton.reg {
    margin-left: 386px;
  }

  .image-menu {
    margin-top: -16px;
    margin-left: 280px;
  }

  .menu-choix {
    margin-top: 47px;
    padding-top: 0;
    padding-bottom: 47px;
  }

  .menu {
    margin-left: 80px;
  }

  .cliquez {
    margin-top: 141px;
    margin-bottom: 33px;
    margin-left: 0;
  }

  .new-heading {
    margin-top: 86px;
    margin-left: 0;
  }

  .doom {
    margin-top: 25px;
    margin-left: 42px;
  }

  .combo {
    margin-top: 0;
  }

  .menu-midi-pic {
    margin-top: 53px;
  }

  .promo-visuel {
    margin-top: 0;
    margin-left: 0;
  }

  .titre {
    margin-top: -15px;
  }

  .section-acceuil {
    height: 3000px;
  }

  .logo-2016 {
    margin-top: 0;
    margin-left: 0;
  }

  .specialit, .vin {
    margin-left: 0;
  }

  .section-adresse.adrrr {
    height: auto;
    padding-top: 14px;
  }

  .succcc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -11px;
    padding-top: 0;
    padding-bottom: 28px;
    display: flex;
  }

  .col-2 {
    margin-top: -3px;
  }

  .col-1 {
    align-items: center;
  }

  .section-horaire {
    display: flex;
  }

  .col-but {
    margin-top: -26px;
  }

  .but-boisb {
    height: 55px;
    margin-top: -4px;
  }

  .but-boisb.but-2 {
    margin-top: -3px;
  }

  .but-boisb.but-2.ssdfh {
    height: auto;
    margin-top: 0;
    padding-top: 7px;
    font-size: 16px;
  }

  .but-boisb.sdsg {
    margin-top: -30px;
  }

  .phonee {
    margin-top: 0;
    margin-bottom: 52px;
  }

  .col-arrow {
    display: none;
  }

  .menu-reg {
    background-image: linear-gradient(to bottom, null, null), url('../images/316799_121327644640899_269983336_n.jpg');
    background-position: 0 0, 0 -77px;
    background-size: auto, cover;
    justify-content: center;
    height: 200px;
    display: flex;
  }

  .menu-reg.entree {
    background-image: linear-gradient(to bottom, null, null), url('../images/311750_121325411307789_45137114_n.jpg');
    background-size: auto, cover;
  }

  .link-menu-reg {
    border-width: 2px;
  }

  .menu-sushi {
    background-image: linear-gradient(to bottom, null, null), url('../images/316979_121327401307590_460225252_n.jpg');
    background-position: 0 0, 0 -92px;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-menu-sushi {
    flex-direction: column;
  }

  .menu-midii {
    background-image: linear-gradient(to bottom, null, null), url('../images/298932_121325487974448_421698321_n.jpg');
    background-position: 0 0, 0 -97px;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-titre {
    align-self: stretch;
    margin-top: 0;
    margin-left: 0;
    font-size: 48px;
  }

  .menu-titre.midddd {
    padding-top: 57px;
  }

  .section-contact {
    height: auto;
    padding-top: 107px;
  }

  .st-the {
    margin-top: -45px;
    margin-left: -3px;
  }

  .boisbriand {
    margin-top: -105px;
    margin-bottom: 53px;
    margin-left: 10px;
    padding-top: 0;
  }

  .adresse-contact {
    text-align: center;
    margin-top: 17px;
    margin-left: 0;
    padding-top: 0;
  }

  .adresse-contact.boisbri {
    text-align: center;
    margin-left: 74px;
    padding-right: 71px;
  }

  .number-ste-the {
    margin-top: -10px;
    margin-left: -4px;
  }

  .number-ste-the.thethe {
    margin-top: -9px;
    margin-left: 0;
  }

  .logg {
    margin-top: 20px;
    margin-bottom: 46px;
    margin-left: 220px;
  }

  .loggg {
    margin-top: 0;
    margin-bottom: 27px;
    margin-left: 0;
  }

  .col-pic {
    justify-content: center;
    display: flex;
  }

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

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

  .col-commande-sainte {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 65px;
  }

  .succ-st {
    margin-top: 0;
  }

  .row-commande {
    margin-top: 79px;
    margin-bottom: 1px;
  }

  .colpromo {
    margin-top: -76px;
  }

  .head-mob {
    margin-top: 6px;
  }

  ._25 {
    margin-top: 0;
  }

  .jh {
    margin-top: 45px;
  }

  .row-2 {
    margin-top: 17px;
  }

  .image {
    margin-top: 22px;
  }

  .text-span {
    font-size: 22px;
  }

  .container {
    margin-bottom: 0;
    padding-top: 64px;
  }

  .map-2 {
    width: 510px;
  }

  .bold-text {
    font-size: 20px;
  }

  .image-2 {
    margin-top: -56px;
    margin-bottom: 27px;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 5px;
  }

  .heading-2 {
    margin-top: 159px;
    margin-left: 0;
  }

  .heading-3 {
    margin-top: 26px;
  }

  .columns {
    padding-right: 0;
  }

  .heading-4, .heading-5, .heading-6, .heading-7 {
    margin-top: 0;
  }

  .heading-9 {
    margin-top: 72px;
  }
}

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

  h1 {
    text-align: center;
    margin-top: 105px;
    margin-left: 0;
    padding-top: 81px;
    font-size: 41px;
  }

  p {
    color: #bec3c7;
  }

  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    color: #fff;
    background-color: #000;
    margin-top: -3px;
    margin-left: -4px;
  }

  .navigation-link.w--current {
    background-color: #f10;
    margin-top: -2px;
    margin-left: 0;
  }

  .navigation-link.orderrr {
    margin-top: -3px;
  }

  .navigation-link.orderrr.w--current {
    margin-top: -5px;
    margin-left: -6px;
    margin-right: -8px;
    padding-bottom: 19px;
  }

  .navigation-bar {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: -1px;
  }

  .hamburger-button {
    margin-top: 0;
  }

  .hamburger-button.w--open {
    background-color: #0000;
    margin-top: -2px;
  }

  .brand-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: -37px;
    margin-left: 0;
    padding-top: 4px;
    font-size: 19px;
  }

  .brand-link.w--current {
    margin-right: 0;
  }

  .hero-section {
    background-position: 65%;
    background-size: auto;
    height: auto;
    margin-left: 0;
    padding-bottom: 27px;
  }

  .hero-section.centered {
    background-position: 67%;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 90px 13px 73px;
  }

  .hero-section.hero-sushi {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section.hero-soir {
    height: 1750px;
  }

  .hero-section.hero-soir.carteee {
    height: 1950px;
  }

  .hero-section.hero-soir.carteee.oooo {
    height: auto;
    padding-bottom: 34px;
  }

  .hero-section.hero-soir.uio {
    height: auto;
    padding-bottom: 123px;
  }

  .hero-section.hero-menu {
    background-position: 100% 19%;
    background-size: auto;
    background-attachment: fixed;
    height: auto;
    padding-top: 0;
    padding-bottom: 13px;
  }

  .hero-section.hero-promo {
    height: auto;
  }

  .hero-section.hero-order {
    background-size: cover;
    height: auto;
    margin-left: 1px;
  }

  .hero-heading {
    text-align: center;
    margin-top: -120px;
    margin-left: 17px;
    font-size: 40px;
  }

  .hero-subheading {
    text-align: center;
    margin-left: 3px;
  }

  .hero-subheading.head-home-tab {
    margin-left: 10px;
  }

  .section-heading.centered.head-joindre {
    margin-top: 8px;
    margin-left: 11px;
  }

  .section-subheading.center {
    text-align: center;
    margin-left: 11px;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
  }

  .section-title-group {
    margin-top: -25px;
    margin-left: -303px;
  }

  .footer {
    height: 850px;
    margin-top: 0;
  }

  .footer-text {
    font-size: 13px;
  }

  .grid-image {
    width: 35%;
  }

  .info-icon {
    margin-left: -3px;
  }

  .form {
    margin-left: -282px;
  }

  .spc {
    padding-top: 27px;
  }

  .looogooo {
    margin-top: -45px;
    margin-left: 14px;
  }

  .looogooo.kkk {
    margin-top: -401px;
    margin-left: -177px;
  }

  .logo-contact {
    margin-top: -277px;
    margin-left: 42px;
    padding-bottom: 3px;
  }

  .commerces {
    background-color: red;
    font-weight: 300;
  }

  .explicatif {
    margin-right: 6px;
  }

  .explicatif.commande {
    margin-left: 0;
  }

  .titre-explicaatif {
    margin-left: 0;
    padding-top: 0;
    font-size: 35px;
  }

  .div {
    margin-left: 7px;
  }

  .icon-iphone {
    color: red;
    background-color: #000;
    margin-left: 0;
  }

  .arrow {
    margin-top: -9px;
    margin-left: 87px;
  }

  .facebook {
    margin-left: -4px;
  }

  .regular {
    font-size: 32px;
  }

  .photo-contact {
    margin-left: -551px;
  }

  .phoonne {
    margin-left: 5px;
    font-size: 38px;
  }

  .menuu {
    margin-top: -10px;
    margin-left: 108px;
  }

  .error, .suces {
    margin-left: -300px;
  }

  .order {
    margin-left: 54px;
  }

  .menu-bouton {
    margin-left: 88px;
  }

  .menu-bouton.reg {
    margin-left: 68px;
  }

  .menu-bouton._666 {
    margin-left: 93px;
  }

  .image-menu {
    margin-left: 0;
  }

  .menu-choix {
    margin-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    margin-left: -1px;
  }

  .cliquez {
    margin-top: 2px;
    margin-bottom: 54px;
    margin-left: 3px;
    padding-top: 83px;
    padding-bottom: 33px;
  }

  .new-heading {
    margin-top: 25px;
  }

  .promo-col {
    padding-top: 12px;
    padding-bottom: 17px;
  }

  .pk-sub {
    margin-top: -56px;
  }

  .doom {
    margin-left: 2px;
  }

  .containn {
    margin-top: 23px;
  }

  .menu-soir {
    margin-top: 89px;
    margin-bottom: -52px;
  }

  .menu-soir.ij {
    margin-top: 8px;
  }

  .menu-soir.tuy {
    margin-bottom: 31px;
  }

  .combo {
    margin-top: -1px;
  }

  .menu-midi-pic {
    margin-top: 80px;
    margin-bottom: -61px;
  }

  .promo-visuel {
    margin-top: 61px;
    margin-left: 1px;
  }

  .titre {
    padding-top: 0;
  }

  .section-acceuil {
    height: 3600px;
  }

  .logo-2016 {
    margin-top: -5px;
    margin-bottom: 29px;
    margin-left: 0;
  }

  .specialit {
    margin-left: 16px;
  }

  .vin {
    margin-left: 11px;
    padding-top: 0;
    font-size: 30px;
  }

  .vin.ooo {
    margin-top: 37px;
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 46px;
  }

  .section-adresse.adrrr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -107px;
    padding-top: 0;
    padding-bottom: 35px;
    display: flex;
  }

  .succcc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 5px;
    padding: 16px 9px 19px;
    font-size: 43px;
    line-height: 18px;
    display: flex;
  }

  .section-horaire {
    margin-top: 0;
    padding-top: 51px;
    padding-bottom: 58px;
  }

  .col-but {
    justify-content: center;
    margin-top: -5px;
  }

  .but-boisb.but-2.ssdfh {
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .but-boisb.sdsg {
    height: 56px;
    margin-top: -130px;
    margin-bottom: 41px;
    margin-left: 32px;
    padding-bottom: 0;
  }

  .phonee {
    padding-top: 0;
  }

  .menu-reg {
    background-image: linear-gradient(to bottom, null, null), url('../images/316799_121327644640899_269983336_n.jpg');
    background-position: 0 0, 0 -12px;
  }

  .menu-sushi {
    background-image: linear-gradient(to bottom, null, null), url('../images/316979_121327401307590_460225252_n.jpg');
    background-position: 0 0, 0 -11px;
  }

  .menu-midii {
    background-image: linear-gradient(to bottom, null, null), url('../images/298932_121325487974448_421698321_n.jpg');
    background-position: 0 0, 0 -7px;
  }

  .menu-titre {
    margin-top: -6px;
    padding-top: 0;
    font-size: 43px;
  }

  .menu-titre.midddd {
    padding-top: 52px;
  }

  .section-contact {
    height: auto;
    padding-top: 101px;
  }

  .st-the {
    margin-top: -65px;
    margin-left: -4px;
    padding-top: 72px;
    padding-bottom: 11px;
  }

  .boisbriand {
    margin-top: -206px;
    margin-bottom: 62px;
    padding-top: 65px;
  }

  .adresse-contact {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .adresse-contact.boisbri {
    text-align: center;
    margin-top: -22px;
    margin-left: 0;
    padding-right: 0;
  }

  .number-ste-the {
    margin-top: -81px;
    margin-left: -129px;
    padding-top: 76px;
  }

  .number-ste-the.thethe {
    margin-top: -49px;
    margin-left: 0;
    padding-top: 0;
  }

  .joindre {
    padding-left: 13px;
    padding-right: 12px;
  }

  .formmmmm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logg {
    margin-bottom: 6px;
    margin-left: 97px;
  }

  .loggg {
    margin-top: 0;
    margin-bottom: 13px;
    margin-left: 0;
  }

  .adddd {
    display: none;
  }

  .panier {
    margin-top: -54px;
    display: block;
  }

  .button-form {
    background-color: red;
    border-radius: 8px;
    margin-top: 26px;
  }

  .colpromo {
    margin-top: -62px;
  }

  .prom {
    margin-top: -56px;
  }

  .karmedia {
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._25 {
    padding-top: 0;
  }

  .jh {
    margin-top: 70px;
  }

  .row-2 {
    margin-top: 34px;
    margin-bottom: 0;
  }

  .image {
    margin-top: 17px;
  }

  .container {
    margin-top: 25px;
  }

  .map-2 {
    width: 287px;
  }

  .bold-text {
    line-height: 1px;
  }

  .image-2 {
    margin-bottom: 10px;
  }

  .bold-text-2 {
    padding-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 16px;
  }

  .heading-2 {
    margin-top: 146px;
    padding-top: 0;
  }

  .heading-3 {
    margin-top: -67px;
    padding-top: 21px;
    padding-left: 8px;
    padding-right: 12px;
    font-size: 21px;
    line-height: 25px;
  }

  .text-span-2 {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-right: 13px;
    font-size: 42px;
    line-height: 16px;
  }

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

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

  .heading-7 {
    padding-top: 0;
    font-size: 28px;
  }

  .text-block-4 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ca {
    display: none;
  }

  .heading-9 {
    margin-top: -51px;
    padding-top: 79px;
    padding-bottom: 53px;
  }

  .column-3, .column-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


