*{
  font-family: 'Montserrat', sans-serif  ;
  -webkit-overflow-scrolling: auto !important;
}

.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}
.default{
  color: #F44336;
}

html{
  box-sizing: border-box;
  overflow-y: auto;
  /* height: 100vh; */
}
body{
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  background-color: #f6f6f6;
  margin: 0;
  padding-top: 60px;
  top:0 !important;
  height: 100vh;
  /* max-width: 530px; */
  margin: auto;
  /* border: 3px solid #d6d6d6; */
  box-sizing: border-box;
  position: relative;
  box-shadow: 12px 0 15px -4px rgba(174, 174, 174, 0.8), -12px 0 8px -4px rgba(174, 174, 174, 0.8);
  z-index: 10;
}
.show{
  display: block !important;
}
a {
  color: inherit;
}
textarea {
  min-height: 90px;
}
video{
  max-height: 240px;
}
.title-1-row {
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  text-transform: initial;
  width: 80%;
}
.fixed-action-btn i{
  color : #FFF !important;
}
.fixed-action-btn {
  position: fixed;
  left: 50%;
  right: initial;
  bottom: 13px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
  margin: auto;
  transform: translate(-50%);
}
.btn-floating.btn-large {
  width: 48px;
  height: 48px;
  padding: 0;
}
.btn-floating.btn-large i {
  line-height: 48px;
}
.goog-te-banner-frame{
  visibility: hidden !important;
}
body.with-background{
  padding-top: 130px;
}
ons-carousel-item {
    display: block;
    height: 100%;
    /* border-bottom-left-radius: 60px; */
    /* overflow: hidden; */
    overflow-y: scroll;
    overflow-x: hidden;
}
.err-msg {
  text-align: center;
  color: #d80000;
  /* text-transform: uppercase; */
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0;
  height: 25px;
}
.center{
  text-align: center;
}
a{
  text-decoration: none;
}
ul,h1, h2, h3, h4, h4, h5, h6, p{
  margin: 0;
  padding: 0;
}
.overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  z-index: 10;
  /* opacity: .8; */
  display:none;
  /* max-width: 530px; */
  margin: auto;
  right: 0;
}
.overlay.open{
  display: block;
}
.overlay P {
  color: #FFF;
  text-align: center;
  margin-top: 300px;
  font-weight: bold;
}
.header {
  position: fixed !important;
  /* max-width: 530px; */
  margin: auto;
  background-size: cover !important;
}
.header-background {
  /* background-color: #810000; */
  width: 100%;
  height: 100px;
  top: 0;
  background-size: cover;
  box-sizing: border-box;
  /* line-height: 210px; */
  z-index: 11;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(29, 29, 29, 0.3);
}
.header-background h3 {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 90px;
  font-size: 23px;
}
.head-title p {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-family: 'Bangers', cursive;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  width: 90%;
  margin: auto;
  color: #ffffff;
}
.no-result {
  position: fixed;
  top: 50%;
  left: 0;
  font-size: 16px;
  margin: auto;
  text-align: center;
  width: 100%;
  color: #4c4c4c;
  font-weight: normal;
}
.title-xs {
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  color: #fcfcfc;
  position: fixed;
  top: 0;
  background-color: #810000;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  z-index: 20;
}
.back-btn {
 /* float: left;
  margin-left: 30px;*/
 font-size: 17px;
 color: #FFF;
 text-align: center;
 padding: 10px 15px;
 border-radius: 50%;
 margin-left: 20px;
 transition: .3s;
}
.with-background .back-btn {
  position: fixed;
  top: 30px;
}
.title-text {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 800;
}
.hidden-icon {
  position: absolute;
  background-color: #d2d2d2;
  border: 1px solid #cecece;
  padding: 2px 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  color: black;
  z-index: 10;
}
.hamburger {
  float: left;
  margin-left: 25px;
  font-size: 20px;
}
.btn-camera {
  height: 100%;
  width: 100%;
  font-size: 22px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #810000;
  color: #FFF;
  outline: 0;
  text-align: -webkit-auto;
  text-align: center;
}
@keyframes Scaling {
  0% {
      transform: scale(1.0);
  }
  100% {
      transform: scale(1.1);
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #fff5f5;
  color: #424242;
  font-size: 20px;
  /* opacity: 0; */
  z-index: -10;
  transition: .6s all;
  display: none;
  max-width: 530px;
  margin: auto;
  right: 0;
}
.loading img {
  width: 80px;
  margin-top: 70%;
}
.loading.on{
  display: block;
  z-index: 10;
}
.loading.on img {
  animation: Scaling .8s infinite alternate;;
}
.search-zone input {
  width: 100%;
  border: 0;
  padding: 10px 15px;
  box-sizing: border-box;
}

/* .search-zone {
  width: 86%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px #8d8d8d;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
}
.search-zone i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%,-50%);
} */
.menu {
  background-repeat: no-repeat;
  margin: 10px auto;
  position:relative;
  width: 92%;
  background-color: white;
  box-shadow: 0 0 10px #8d8d8d;
  overflow: hidden;
  border-radius: 10px;
  list-style-type: none;
}
.menu img {
  width: 100%;
}
.cadre {
  max-height: 145px;
  /* height: 145px; */
  background-color: whitesmoke;
  position: relative;
}
.review {
  position: absolute;
  right: 5px;
  top: 10px;
  background-color: #FFF;
  font-size: 12px;
  padding: 1px 6px;
  font-weight: bold;
  border-radius: 6px;
  color: #6b6b6b;
}
.review i {
  color: #faba15;
  font-size: 11px;
}
.review.love {top: 10px;right: 40px;/* right: inherit; */}

.review.love i {
    color: red;
}
.menu p {
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  padding: 12px 40px;
  color: #000;
  font-weight: bold;
  margin: 0;
  margin-top: -4px;
  position: relative;
  color: #3f3f3f;
  box-sizing: border-box;
  box-shadow: 0 0 10px #8d8d8d;
  text-transform: capitalize;
}
.menu .family-check {
  position: absolute;
  right: 15px;
}
.update-famille {
  position: absolute;
  left: 20px;
  top: 7px;
  color: #5d5d5d;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  transition: .3s;
}
.update-famille:hover {
    background-color: #e0e0e0;
}
/* Menu Page : */
#dataList {
  width: 100%;
  margin: 25px auto 0;
}
.list-group img {
  width: 100%;
  /* border-radius: 5px; */
  margin-bottom: -5px;
}
.list-group .no-img{
  width: 100%;
  /* border-radius: 5px; */
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 3px;
}
.no-photos {
  font-size: 12px;
  color: #810000;
  margin-left: 10px;
}
.img-container {
  max-width: 100%;
  /*height: 160px; */
  overflow: hidden;
  display: block;
  margin: 0 auto;
  background-color: #f2f2f2;
}
.text-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 50px;
  position: relative;
  padding-top: 30px;
}
.text-container h5 {
  font-size: 16px;
  font-weight: bold;
  color: #810000;
  text-transform: capitalize;
  margin: 10px 0 5px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 85%;
}
.list-groupe {
  box-shadow: 0 0 10px #c2c2c2;
  /* border: .6px solid #c6c6c6; */
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  /* padding-bottom: 25px; */
  /* padding-top: 20px; */
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
}
.price {
  font-size: 15px;
  color: #810000 !important;
  font-weight: bold;
  position: absolute;
  top: 40px;
  right: 10px;
}
.operations-admin small , .icon-btn {
  /* margin: 0 8px; */
  width: 50%;
  text-align: center;
  /* padding: 10px 0; */
  font-size: 18px;
  margin: 0 2px;
  width: 35px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 0 10px #c2c2c2;
  transition: .3s;
}
.small.icon-btn {
  position: absolute;
  right: 40px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.operations-admin small:hover {
    background-color: #dadada;
}
.operations-admin {
  /* width: 100% !important; */
  /* position: absolute; */
  /* bottom: -35px; */
  /* right: 5px; */
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
}
.page-type {
  width: 85%;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 15px;
  color: #810000;
  text-transform: uppercase;
}

.plat-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
  color: #5a5a5a;
  margin-bottom: 7px;
  text-transform: lowercase;
}
.capture-container {
  width: 100%;
  position: fixed;
  background-color: #ad0000;
  left: 0;
  bottom: 0;
  z-index: 20;
  height: 35px;
  max-width: 530px;
  margin: auto;
  right: 0;
}
.capture-inner {
  width: 55px;
  height: 55px;
  background-color: #f8fafa;
  margin: 0 auto;
  border-radius: 50%;
  padding: 3px;
  margin-top: -30px;
}
/* SIDEBAR */

.side-menu {
  background-color: #f8fafa;
  position: absolute;
  top: -2px;
  left: -315px;
  width: 300px;
  max-width: 75%;
  z-index: 20;
  height: 101vh;
  box-shadow: 4px 0 4px -3px #777777;
  transition: .5s all;
}
.side-menu.open{
  left: 0;
}
.head-title {width: 100%;height: 118px;background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/background_chef.jpg);background-size: cover;background-repeat: no-repeat;position: relative;color: #f7f7f7;font-size: 17px;}
.head-title h3 {
  font-size: 20px;
  color: #810000;
}
.side-menu ul {
  margin-top: 40px;
}
.side-menu li {
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #5b5b5b;
}
.menu-icon {margin-right: 20px;color: #810000;font-size: 16px !important;}

/* MENU EDITING : */
.inner {
  width: 94%;
  display: block;
  margin: 0 auto;
}
.inner input, .inner select, .inner textarea, select {
  font-family: 'Montserrat', sans-serif  ;
  width: 100%;
  padding: 6px 7px;
  box-sizing: border-box;
  display: block;
  /* float: right; */
  border: 1px solid #d9d9d9;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 20px;
  background-color: transparent;
  color: gray;
  transition: .6s;
}
input:focus {
    border-color: #f4c3c3;
}
.inner label, .new-reservation label {color: #707070;font-weight: bold;font-size: 14px;display: block;}

.delete-icon {
  color: rgb(46, 36, 36);
}
.fieldcontain {
  float: left;
  width: 100%;
  margin: 5px 0 30px;
}
.new-element {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  color: #414141;
  text-transform: uppercase;
  font-size: 13px;
}
.new-element select {
  width: 90%;
  /* padding: 8px 10px; */
  box-sizing: border-box;
  margin: 20px auto 0;
  display: block;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 23px;
  min-height: 40px;
  padding: 3px 15px;
  /* padding: .6em 1.4em .5em .8em; */
}
.new-element i {
  /* float: right; */
  font-size: 16px;
  color: #810000;
}
.btn-update {
  background-color: #fdb600;
  border: 1px solid #f7b200;
  color: #FFF;
  font-size: 13px;
  margin: 24px auto;
  display: block;
  border-radius: 5px;
  clear: both;
  width: 80%;
  padding: 8px 0;
}
.btn-update:hover {
    background-color: #da9d00;
}
.btn-add {
  background-color: #00963a !important;
  border: 1px solid #00963a !important;
}
.fieldset {
  margin: 20px auto 70px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
.fieldset legend {
  font-size: 14px;
  text-align: center;
  color: #810000;
  text-transform: uppercase;
  font-weight: bold;
}
.content-update {
  padding: 0;
  float: left;
  margin-bottom: 20px;
}
.lds-ellipsis {
  margin-top: 60%;
}
.flag {
  max-width: 24px;
}
.langue_name {
  color: #5f5f5f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
/* Menu Update */
.gallerie-photos {
  margin-top: 8px;
  max-width: calc(100% - 60px);
  float: left;
  overflow-x: scroll;
  display: flex;
}
.photo {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border: 1px solid #333333;
  margin: 0 3px;
  flex: none;
}
.photo img {
  /* min-height: 100%; */
  width: auto;
  height: 100%;
}
.new_language {
  font-size: 12px;
  margin: 30px 0 15px;
}
.new_famille {
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  padding: 10px 6% 10px !important;
  box-sizing: border-box;
  box-shadow: 0 4px 2px -2px #e3e3e3;
}

/* Catalogue : */

.container-menu {
  position: absolute;
  top: 280px;
  /* background-color: red; */
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.item-count {
  position: absolute;
  z-index: 1;
  width: max-content;
  left: 0;
  right: 0;
  margin: auto;
  top: 260px;
}
.item-count span {
  width: 10px;
  height: 10px;
  background-color: #d1d1d1;
  display: inline-block;
  border-radius: 5px;
  /* border: 1px solid #810000; */
  margin: 0 1px;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
}

.item-count span.active{
  background-color: #9e0000;
  border-color: #9e0000;
}
.menu-price {
  width: 75px;
  height: 75px;
  line-height: 60px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -45px;
  color: #00660b;
  /* font-weight: normal; */
}
.menu-infos h5 {
  color: #810000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 4px;
  width: 100%;
}
.menu-infos h5 i {
  float: right;
}
.reviews i {
  color: #ffb900;
  font-size: 12px;
}
.menu-infos .description {
  margin-top: 15px;
  font-size: 15px;
  text-align: justify;
}
.footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 13px;
  /* font-weight: bold; */
  color: #8b8b8b;
}
.language {
  width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #626262;
  padding: 10px 0;
}
.language img {
  width: 55px;
  margin-bottom: 8px;
  transition: .5s;
}
.language_list_choice img:hover {
  transform: scale(1.1);
}
.gallerie-update {
  width: 30px;
  float: right;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #840e0e;
  margin-right: 10px;
}
/* Catalogue des photos : */

#photos-list {
  width: 94%;
  margin: 20px auto 0;
}
.catalogue-photo {
  position: relative;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  border: 3px solid #b1b1b1;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.catalogue-photo img {
  width: 100%;
}
.catalogue-setting {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.6);
  opacity: 0;
  color: #FFF;
  line-height: 200px;
  text-align: center;
  font-size: 30px;
  transition: .5s all;
}
.catalogue-setting:hover{
  opacity: 1 !important;
}

.photo_famille {
  width: 115px;
  max-height: 80px;
  display: block;
  margin: 15px auto 5px;
  overflow: hidden;
}
.photo_famille img{
  border: 1px solid #7e7e7e;
}
.choose-language {
  color: #FFF;
  font-size: 15px;
}
.prix {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    float: right;
}
h5.recom {
  font-size: 12px;
  margin-top: 20px;
}
ons-fab.fab.fab--material {
  position: fixed;
  bottom: 50px;
}
.btn-large {
  background-color: #ff6a6a;  
}
.infos {
  float: left;
  margin-bottom: 20px;
}
.goog-te-gadget{
  visibility: hidden;
}
.no_result {
  font-size: 16px;
  text-align: center;
  margin-top: 160px;
  color: #767676;
  font-weight: normal;
}
.recommendations {
  margin-top: 50px;
}
.progress {
  margin: 85% auto 0;
  width: 70%;
  display: none;
}
.drag
 {
  position: absolute;
  right: -30px;
  /* right: 0; */
  text-align: center;
  top: -13px;
  font-size: 16px;
  color: #883319;
  width: 30px;
  transform: translate(-50%, 0);
  background-color: #e8e8e8;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  /* border: 1px solid #dadada; */
  box-shadow: 0 0 10px #c2c2c2;
}
.input-file {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10;
  top: 20px;
  opacity: 0;
  padding: 10px;
}
.loading-image {
  text-align: center;
  margin-top: 20px;
}

.hide{
  font-display: 0;
}
#update_spinner{
  opacity: 0;
}
.social-span {
  margin-left: 5px;
}
i.fa.fa-instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 0 10px rgba(0,0,0,.25);
}
.fieldcontain i {
  font-size: 19px;
}
.input-contain input {
  width: 80%;
  float: left;
}
.input-contain .switch {
  float: right;
  margin-top: 12px;
}
.toolbar__left , .toolbar__title{
  line-height: 110px;
}
ons-toolbar {
  height: 110px !important;
}
.back-btn:hover {
  background-color: rgba(173, 173, 173, 0.4);
}
.small-block{
  font-size: 12px;
  color: brown;
  margin: 10px 0 80px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.small-block i {
  /* margin-left: 5px; */
  font-size: 16px;
}
.input {
  float: left;
  width: 30%;
  margin-left: 10px;
}

.input select, .input input {max-height: 35px;}
.btn-delete {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-contain {
  display: block;
  /* margin: 0 auto; */
  /* width: 145px; */
}
.contenances {
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}
.ma_contenance {
    padding: 2px 10px;
    background-color: #f2f2f2;
    border: 1px solid #FF9800;
    color: #FF9800;
    font-weight: bold;
    color: #ffffff !important;
    border: 1px solid #FF9800;
    background-color: #FF9800;
    box-sizing: border-box;
    border-radius: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.active.ma_contenance small {
  font-size: 12.5px;
}
.suggestion {
  background-color: #FFC107;
  position: absolute;
  top: 40px;
  left: -101px;
  font-weight: bold;
  font-size: 14px;
  transform: rotate(-45deg);
  width: 170px;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 330px;
}
ons-toolbar#header {
  background-size: cover;
}
.disabled {
  background: #131313;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: .4;
}
.version_test {
  position: fixed;
  top: 0;
  left:0;
  z-index: 10;
  width: 100%;
  text-align: center;
  /* background-color: #FFC107; */
  background-image: linear-gradient(100deg,#FF9800,#FFC107);
  padding: 10px 0;
  font-weight: bold;
  color: #FFF;
}
.small-btn {
  width: 100px;
  max-width: 50%;
}
.type-icon {
  text-align: center;
  margin: 25px auto;
  border: 2px solid #FFF;
  width: 60%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  font-size: 30px;
}

.type-icon small {
  font-size: 20px;
}

.your_type {
  margin-top: 40px;
}
.findout-btn {
  position: absolute;
  top: 14px;
  right: 10px;
  padding: 9px 10px;
  font-size: 12px;
  border-radius: 25px;
  border: 0;
  background-color: rgba(241, 67, 67, 0.7);
  color: #FFF;
}
.tabbar {
  position: fixed !important;
  bottom: 0 !important;
}
.tabbar__icon {
  font-size: 24px;
}
.you-are {
  margin: 45px 0 0;
  display: block;
  font-size: 18px;
}
.panier-count {
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  line-height: 23px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f44336;
  text-align: center;
  right: 18px;
  top: 0px;
  color: #FFF;
  z-index: 100;
}
.item {
  display: block;
  width: 85%;
  margin: 0 auto 10px;
  padding: 30px 15px 20px;
  clear: both;
  height: 50px;
  background-color: white;
  box-shadow: 0 0 10px #dedede;
  border-radius: 12px;
}
.delete-item {
  float: right;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: white;
  color: #f00;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #a2a2a2;
}
.item p {
  font-weight: bold;
  color: #505050;
}
.item-image {
  width: 70px;
  height: 70px;
  margin-top: -10px;
  margin-left: -5px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #f3f3f3;
}

.item-image img {
  width: auto;
  max-width: 85px;
  min-height: 100%;
}
.item small {
  color: #FF5722;
  font-weight: bold;
}
.total-contain {
  text-align: center;
  margin: 0 auto 10px;
  width: 92%;
  background-color: #FFF;
  padding: 15px 25px;
  box-shadow: 0 0 10px #dedede;
  color: #4c4c4c;
  font-weight: bold;
  border-radius: 12px;
  box-sizing: border-box;
}

.total-contain .total {
  color: #FF5722;
  font-size: 15px;
  margin-left: 10px;
  font-weight: 600;
}
.validate-cart {
  display: inline-block;
  margin: 20px auto 20px;
  padding: 12px 10px;
  width: 65%;
  max-width: 380px;
  border-radius: 30px;
  border: 0;
  background-color: #FFC107;
  font-weight: bold;
  font-size: 14px;
}
.validate-cart:hover {
  background-color: #cc9900;
}
.tohide {
  display: none;
}
.noresult, .nocommande {
  text-align: center;
  margin-top: 110px;
}
.validate-cart i {
  margin-left: 10px;
  font-size: 18px;
}

.commande-contain {
  width: 90%;
  background-color: #FFF;
  margin: 0 auto 15px;
  list-style: none;
  padding: 15px 15px 6px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #8d8d8d;
  border-radius: 7px;
}
.commande-number {
  margin: 0 auto 20px;
  font-weight: bold;
  color: #525252;
  width: 85%;
}
.commande-products {
  max-height: 0;
  overflow: hidden;
  transition: .6s;
}
.commande-products .item {
  opacity: 0;
  transition: .6s;
  padding: 12px 15px 12px;
  border-radius: 0;
}
.commande-products .item .item-image {
  width: 60px;
  height: 60px;
  margin-top: -5px;
  box-shadow: 0 0 10px #b6b6b6;
}
.active.commande-products {
  max-height: 500px;
  /* margin-top: 25px; */
  overflow: visible;
}
.active.commande-products .item {
  opacity: 1;
}
.fa-chevron-up{
  transform: rotate(0);
  transition: .4s;
}
.rotate.fa-chevron-up{
  transform: rotate(180deg);
}
.page-type {
  width: 60%;
  margin: 0 auto 12px !important;
  color: #bf2e00;
  text-transform: capitalize;
  padding-bottom: 10px !important;
  font-size: 16px !important;
  text-align: center;
  font-weight: bold !important;
}
.small.validate-cart, .detailOrder {
  padding: 6px 0;
  margin: 20px 8px;
  width: 120px;
  font-size: 14px;
  border-radius: 30px;
  border: 0;
  font-weight: bold;
  webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.commande-number .date {
  color: #810000;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailOrder {
  background-color: #f6d5ca;
}
.detail-commande {
  background-color: #f4f4f4;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: calc(100% - 160px);
  bottom: 0;
  transition: .5s;
  overflow-y: scroll;
  overflow-x: hidden;
}
.detail-commande header {
  background-color: #f6d5ca;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  color: #0e0d0d;
}
.commande-status i {
  float: left;
  margin-right: 10px;
  color: #8f8f8f;
  font-size: 18px;
}

.commande-status {
  margin: 5px auto 5px;
  width: 80%;
  font-weight: bold;
  color: #36444d;
}
.commande-status small {
  width: 1.5px;
  height: 25px;
  display: block;
  background-color: #898989;
  margin-left: 6px;
}
.active.fa-check-circle {
  color:#4CAF50;
}
header .detail-title {
  text-align: left;
  width: 80%;
  display: inline-block;
}
.hide.detail-commande {
  bottom: -100%;
}
.blank {
  width: 160px;
  background: #e6e6e6;
  height: 14px;
  display: block;
  margin-bottom: 5px;
  border-radius: 5px;
}
.detailOrder:hover {
  background-color: #e8b6a5;
}
.contact-us {
  position: absolute;
  max-width: 260px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(255 255 255 / 50%);
  padding: 7px 15px;
  border-radius: 30px;
}
.contact-item {
  display: inline-block;
  margin: 0 10px;
}
.contact-item span {
  font-size: 14px;
}
.contact-icon i {
  background-color: rgb(0 0 0 / 48%);
  border-radius: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.new-reservation input, .new-reservation textarea, .date_reservation {
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 25px;
  margin: 15px 0;
  border: 1px solid #cdcdcd;
}
.commande-number small {
    margin: 8px 0;
}
.commande-number small i,.commande-number small span {
  margin: 0 8px;
}
.reservation_number{
  font-size: 15px;
  color: #006d63;
  margin-bottom: 20px;
  display: block;
}
.search-input{
  height: 40px;
  display: block;
  margin: 0 auto;
  width: 90%;
  border-radius: 30px;
  padding-left: 45px;
  background-position: 15px center;
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(70, 70, 70, 0.09);
}
.itemy {
  width: 13%;
  height: 8%;
  background-color: rgb(200 255 202);
  border: 5px solid rgba(136, 136, 136, .5);
  /* border-radius: 50%; */
  touch-action: none;
  user-select: none;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: calc(50% - 37.5px);
}
.add-table{
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
}
.active.itemy {
  background-color: #ffbebe;
}
.keys-map {
    width: 94%;
    /* background-color: red; */
    margin: 15px auto 10px;
}

.keys-map .key {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}

.keys-map .key small:first-child {
    height: 10px;
    width: 10px;
    display: inline-block;
}

@media screen and (min-width: 700px) {
  .menu {
    display: inline-block;
    width: 48%;
    margin: 20px 1%;
  }
  .*{
  font-family: 'Montserrat', sans-serif  ;
  -webkit-overflow-scrolling: auto !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}
.default{
  color: #F44336;
}

html{
  box-sizing: border-box;
  overflow-y: auto;
  /* height: 100vh; */
}
body{
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  background-color: #f6f6f6;
  margin: 0;
  padding-top: 60px;
  top:0 !important;
  height: 100vh;
  /* max-width: 530px; */
  margin: auto;
  /* border: 3px solid #d6d6d6; */
  box-sizing: border-box;
  position: relative;
  box-shadow: 12px 0 15px -4px rgba(174, 174, 174, 0.8), -12px 0 8px -4px rgba(174, 174, 174, 0.8);
  z-index: 10;
}
.show{
  display: block !important;
}
a {
  color: inherit;
}
textarea {
  min-height: 90px;
}
video{
  max-height: 240px;
}
.title-1-row {
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  text-transform: initial;
  width: 80%;
}
.fixed-action-btn i{
  color : #FFF !important;
}
.fixed-action-btn {
  position: fixed;
  left: 50%;
  right: initial;
  bottom: 13px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
  margin: auto;
  transform: translate(-50%);
}
.btn-floating.btn-large {
  width: 48px;
  height: 48px;
  padding: 0;
}
.btn-floating.btn-large i {
  line-height: 48px;
}
.goog-te-banner-frame{
  visibility: hidden !important;
}
body.with-background{
  padding-top: 130px;
}
ons-carousel-item {
    display: block;
    height: 100%;
    /* border-bottom-left-radius: 60px; */
    /* overflow: hidden; */
    overflow-y: scroll;
    overflow-x: hidden;
}
.err-msg {
  text-align: center;
  color: #d80000;
  /* text-transform: uppercase; */
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0;
  height: 25px;
}
.center{
  text-align: center;
}
a{
  text-decoration: none;
}
ul,h1, h2, h3, h4, h4, h5, h6, p{
  margin: 0;
  padding: 0;
}
.overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  z-index: 10;
  /* opacity: .8; */
  display:none;
  /* max-width: 530px; */
  margin: auto;
  right: 0;
}
.overlay.open{
  display: block;
}
.overlay P {
  color: #FFF;
  text-align: center;
  margin-top: 300px;
  font-weight: bold;
}
.header {
  position: fixed !important;
  /* max-width: 530px; */
  margin: auto;
  background-size: cover !important;
}
.header-background {
  /* background-color: #810000; */
  width: 100%;
  height: 100px;
  top: 0;
  background-size: cover;
  box-sizing: border-box;
  /* line-height: 210px; */
  z-index: 11;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(29, 29, 29, 0.3);
}
.header-background h3 {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 90px;
  font-size: 23px;
}
.head-title p {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-family: 'Bangers', cursive;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  width: 90%;
  margin: auto;
  color: #ffffff;
}
.no-result {
  position: fixed;
  top: 50%;
  left: 0;
  font-size: 16px;
  margin: auto;
  text-align: center;
  width: 100%;
  color: #4c4c4c;
  font-weight: normal;
}
.title-xs {
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  color: #fcfcfc;
  position: fixed;
  top: 0;
  background-color: #810000;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  z-index: 20;
}
.back-btn {
 /* float: left;
  margin-left: 30px;*/
 font-size: 17px;
 color: #FFF;
 text-align: center;
 padding: 10px 15px;
 border-radius: 50%;
 margin-left: 20px;
 transition: .3s;
}
.with-background .back-btn {
  position: fixed;
  top: 30px;
}
.title-text {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 800;
}
.hidden-icon {
  position: absolute;
  background-color: #d2d2d2;
  border: 1px solid #cecece;
  padding: 2px 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  color: black;
  z-index: 10;
}
.hamburger {
  float: left;
  margin-left: 25px;
  font-size: 20px;
}
.btn-camera {
  height: 100%;
  width: 100%;
  font-size: 22px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #810000;
  color: #FFF;
  outline: 0;
  text-align: -webkit-auto;
  text-align: center;
}
@keyframes Scaling {
  0% {
      transform: scale(1.0);
  }
  100% {
      transform: scale(1.1);
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #fff5f5;
  color: #424242;
  font-size: 20px;
  /* opacity: 0; */
  z-index: -10;
  transition: .6s all;
  display: none;
  max-width: 530px;
  margin: auto;
  right: 0;
}
.loading img {
  width: 80px;
  margin-top: 70%;
}
.loading.on{
  display: block;
  z-index: 10;
}
.loading.on img {
  animation: Scaling .8s infinite alternate;;
}
.search-zone input {
  width: 100%;
  border: 0;
  padding: 10px 15px;
  box-sizing: border-box;
}

/* .search-zone {
  width: 86%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px #8d8d8d;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
}
.search-zone i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%,-50%);
} */
.menu {
  background-repeat: no-repeat;
  margin: 10px auto;
  position:relative;
  width: 92%;
  background-color: white;
  box-shadow: 0 0 10px #8d8d8d;
  overflow: hidden;
  border-radius: 10px;
  list-style-type: none;
}
.menu img {
  width: 100%;
}
.cadre {
  max-height: 145px;
  /* height: 145px; */
  background-color: whitesmoke;
  position: relative;
}
.review {
  position: absolute;
  right: 5px;
  top: 10px;
  background-color: #FFF;
  font-size: 12px;
  padding: 1px 6px;
  font-weight: bold;
  border-radius: 6px;
  color: #6b6b6b;
}
.review i {
  color: #faba15;
  font-size: 11px;
}
.review.love {top: 10px;right: 40px;/* right: inherit; */}

.review.love i {
    color: red;
}
.menu p {
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  padding: 12px 40px;
  color: #000;
  font-weight: bold;
  margin: 0;
  margin-top: -4px;
  position: relative;
  color: #3f3f3f;
  box-sizing: border-box;
  box-shadow: 0 0 10px #8d8d8d;
  text-transform: capitalize;
}
.menu .family-check {
  position: absolute;
  right: 15px;
}
.update-famille {
  position: absolute;
  left: 20px;
  top: 7px;
  color: #5d5d5d;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  transition: .3s;
}
.update-famille:hover {
    background-color: #e0e0e0;
}
/* Menu Page : */
#dataList {
  width: 100%;
  margin: 25px auto 0;
}
.list-group img {
  width: 100%;
  /* border-radius: 5px; */
  margin-bottom: -5px;
}
.list-group .no-img{
  width: 100%;
  /* border-radius: 5px; */
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 3px;
}
.no-photos {
  font-size: 12px;
  color: #810000;
  margin-left: 10px;
}
.img-container {
  max-width: 100%;
  /*height: 160px; */
  overflow: hidden;
  display: block;
  margin: 0 auto;
  background-color: #f2f2f2;
}
.text-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 15px;
  position: relative;
  padding-top: 30px;
}
.text-container h5 {
  font-size: 16px;
  font-weight: bold;
  color: #810000;
  text-transform: capitalize;
  margin: 10px 0 5px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 85%;
}
.list-groupe {
  box-shadow: 0 0 10px #c2c2c2;
  /* border: .6px solid #c6c6c6; */
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  /* padding-bottom: 25px; */
  /* padding-top: 20px; */
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
}
.price {
  font-size: 15px;
  color: #810000 !important;
  font-weight: bold;
  position: absolute;
  top: 40px;
  right: 10px;
}
.operations-admin small , .icon-btn {
  /* margin: 0 8px; */
  width: 50%;
  text-align: center;
  /* padding: 10px 0; */
  font-size: 18px;
  margin: 0 2px;
  width: 35px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 0 10px #c2c2c2;
  transition: .3s;
}
.small.icon-btn {
  position: absolute;
  right: 40px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.operations-admin small:hover {
    background-color: #dadada;
}
.operations-admin {
  /* width: 100% !important; */
  /* position: absolute; */
  /* bottom: -35px; */
  /* right: 5px; */
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
}
.page-type {
  width: 85%;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 15px;
  color: #810000;
  text-transform: uppercase;
}

.plat-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
  color: #5a5a5a;
  margin-bottom: 7px;
  text-transform: lowercase;
}
.capture-container {
  width: 100%;
  position: fixed;
  background-color: #ad0000;
  left: 0;
  bottom: 0;
  z-index: 20;
  height: 35px;
  max-width: 530px;
  margin: auto;
  right: 0;
}
.capture-inner {
  width: 55px;
  height: 55px;
  background-color: #f8fafa;
  margin: 0 auto;
  border-radius: 50%;
  padding: 3px;
  margin-top: -30px;
}
/* SIDEBAR */

.side-menu {
  background-color: #f8fafa;
  position: absolute;
  top: -2px;
  left: -315px;
  width: 300px;
  max-width: 75%;
  z-index: 20;
  height: 101vh;
  box-shadow: 4px 0 4px -3px #777777;
  transition: .5s all;
}
.side-menu.open{
  left: 0;
}
.head-title {width: 100%;height: 118px;background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/background_chef.jpg);background-size: cover;background-repeat: no-repeat;position: relative;color: #f7f7f7;font-size: 17px;}
.head-title h3 {
  font-size: 20px;
  color: #810000;
}
.side-menu ul {
  margin-top: 40px;
}
.side-menu li {
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #5b5b5b;
}
.menu-icon {margin-right: 20px;color: #810000;font-size: 16px !important;}

/* MENU EDITING : */
.inner {
  width: 94%;
  display: block;
  margin: 0 auto;
}
.inner input, .inner select, .inner textarea, select {
  font-family: 'Montserrat', sans-serif  ;
  width: 100%;
  padding: 6px 7px;
  box-sizing: border-box;
  display: block;
  /* float: right; */
  border: 1px solid #d9d9d9;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 20px;
  background-color: transparent;
  color: gray;
  transition: .6s;
}
input:focus {
    border-color: #f4c3c3;
}
.inner label, .new-reservation label {color: #707070;font-weight: bold;font-size: 14px;display: block;}

.delete-icon {
  color: rgb(46, 36, 36);
}
.fieldcontain {
  float: left;
  width: 100%;
  margin: 5px 0 30px;
}
.new-element {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  color: #414141;
  text-transform: uppercase;
  font-size: 13px;
}
.new-element select {
  width: 90%;
  /* padding: 8px 10px; */
  box-sizing: border-box;
  margin: 20px auto 0;
  display: block;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 23px;
  min-height: 40px;
  padding: 3px 15px;
  /* padding: .6em 1.4em .5em .8em; */
}
.new-element i {
  /* float: right; */
  font-size: 16px;
  color: #810000;
}
.btn-update {
  background-color: #fdb600;
  border: 1px solid #f7b200;
  color: #FFF;
  font-size: 13px;
  margin: 24px auto;
  display: block;
  border-radius: 5px;
  clear: both;
  width: 80%;
  padding: 8px 0;
}
.btn-update:hover {
    background-color: #da9d00;
}
.btn-add {
  background-color: #00963a !important;
  border: 1px solid #00963a !important;
}
.fieldset {
  margin: 20px auto 70px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
.fieldset legend {
  font-size: 14px;
  text-align: center;
  color: #810000;
  text-transform: uppercase;
  font-weight: bold;
}
.content-update {
  padding: 0;
  float: left;
  margin-bottom: 20px;
}
.lds-ellipsis {
  margin-top: 60%;
}
.flag {
  max-width: 24px;
}
.langue_name {
  color: #5f5f5f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
/* Menu Update */
.gallerie-photos {
  margin-top: 8px;
  max-width: calc(100% - 60px);
  float: left;
  overflow-x: scroll;
  display: flex;
}
.photo {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border: 1px solid #333333;
  margin: 0 3px;
  flex: none;
}
.photo img {
  /* min-height: 100%; */
  width: auto;
  height: 100%;
}
.new_language {
  font-size: 12px;
  margin: 30px 0 15px;
}
.new_famille {
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  padding: 10px 6% 10px !important;
  box-sizing: border-box;
  box-shadow: 0 4px 2px -2px #e3e3e3;
}

/* Catalogue : */

.container-menu {
  position: absolute;
  top: 280px;
  /* background-color: red; */
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.item-count {
  position: absolute;
  z-index: 1;
  width: max-content;
  left: 0;
  right: 0;
  margin: auto;
  top: 260px;
}
.item-count span {
  width: 10px;
  height: 10px;
  background-color: #d1d1d1;
  display: inline-block;
  border-radius: 5px;
  /* border: 1px solid #810000; */
  margin: 0 1px;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
}

.item-count span.active{
  background-color: #9e0000;
  border-color: #9e0000;
}
.menu-price {
  width: 75px;
  height: 75px;
  line-height: 60px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -45px;
  color: #00660b;
  /* font-weight: normal; */
}
.menu-infos h5 {
  color: #810000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 4px;
  width: 100%;
}
.menu-infos h5 i {
  float: right;
}
.reviews i {
  color: #ffb900;
  font-size: 12px;
}
.menu-infos .description {
  margin-top: 15px;
  font-size: 15px;
  text-align: justify;
}
.footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 13px;
  /* font-weight: bold; */
  color: #8b8b8b;
}
.language {
  width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #626262;
  padding: 10px 0;
}
.language img {
  width: 55px;
  margin-bottom: 8px;
  transition: .5s;
}
.language_list_choice img:hover {
  transform: scale(1.1);
}
.gallerie-update {
  width: 30px;
  float: right;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #840e0e;
  margin-right: 10px;
}
/* Catalogue des photos : */

#photos-list {
  width: 94%;
  margin: 20px auto 0;
}
.catalogue-photo {
  position: relative;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  border: 3px solid #b1b1b1;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.catalogue-photo img {
  width: 100%;
}
.catalogue-setting {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.6);
  opacity: 0;
  color: #FFF;
  line-height: 200px;
  text-align: center;
  font-size: 30px;
  transition: .5s all;
}
.catalogue-setting:hover{
  opacity: 1 !important;
}

.photo_famille {
  width: 115px;
  max-height: 80px;
  display: block;
  margin: 15px auto 5px;
  overflow: hidden;
}
.photo_famille img{
  border: 1px solid #7e7e7e;
}
.choose-language {
  color: #FFF;
  font-size: 15px;
}
.prix {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    float: right;
}
h5.recom {
  font-size: 12px;
  margin-top: 20px;
}
ons-fab.fab.fab--material {
  position: fixed;
  bottom: 50px;
}
.btn-large {
  background-color: #ff6a6a;  
}
.infos {
  float: left;
  margin-bottom: 20px;
}
.goog-te-gadget{
  visibility: hidden;
}
.no_result {
  font-size: 16px;
  text-align: center;
  margin-top: 160px;
  color: #767676;
  font-weight: normal;
}
.recommendations {
  margin-top: 50px;
}
.progress {
  margin: 85% auto 0;
  width: 70%;
  display: none;
}
.drag
 {
  position: absolute;
  right: -30px;
  /* right: 0; */
  text-align: center;
  top: -13px;
  font-size: 16px;
  color: #883319;
  width: 30px;
  transform: translate(-50%, 0);
  background-color: #e8e8e8;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  /* border: 1px solid #dadada; */
  box-shadow: 0 0 10px #c2c2c2;
}
.input-file {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10;
  top: 20px;
  opacity: 0;
  padding: 10px;
}
.loading-image {
  text-align: center;
  margin-top: 20px;
}

.hide{
  font-display: 0;
}
#update_spinner{
  opacity: 0;
}
.social-span {
  margin-left: 5px;
}
i.fa.fa-instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 0 10px rgba(0,0,0,.25);
}
.fieldcontain i {
  font-size: 19px;
}
.input-contain input {
  width: 80%;
  float: left;
}
.input-contain .switch {
  float: right;
  margin-top: 12px;
}
.toolbar__left , .toolbar__title{
  line-height: 110px;
}
ons-toolbar {
  height: 110px !important;
}
.back-btn:hover {
  background-color: rgba(173, 173, 173, 0.4);
}
.small-block{
  font-size: 12px;
  color: brown;
  margin: 10px 0 80px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.small-block i {
  /* margin-left: 5px; */
  font-size: 16px;
}
.input {
  float: left;
  width: 30%;
  margin-left: 10px;
}

.input select, .input input {max-height: 35px;}
.btn-delete {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-contain {
  display: block;
  /* margin: 0 auto; */
  /* width: 145px; */
}
.contenances {
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}
.ma_contenance {
    padding: 2px 10px;
    background-color: #f2f2f2;
    border: 1px solid #FF9800;
    color: #FF9800;
    font-weight: bold;
    color: #ffffff !important;
    border: 1px solid #FF9800;
    background-color: #FF9800;
    box-sizing: border-box;
    border-radius: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.active.ma_contenance small {
  font-size: 12.5px;
}
.suggestion {
  background-color: #FFC107;
  position: absolute;
  top: 40px;
  left: -101px;
  font-weight: bold;
  font-size: 14px;
  transform: rotate(-45deg);
  width: 170px;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 330px;
}
ons-toolbar#header {
  background-size: cover;
}
.disabled {
  background: #131313;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: .4;
}
.version_test {
  position: fixed;
  top: 0;
  left:0;
  z-index: 10;
  width: 100%;
  text-align: center;
  /* background-color: #FFC107; */
  background-image: linear-gradient(100deg,#FF9800,#FFC107);
  padding: 10px 0;
  font-weight: bold;
  color: #FFF;
}
.small-btn {
  width: 100px;
  max-width: 50%;
}
.type-icon {
  text-align: center;
  margin: 25px auto;
  border: 2px solid #FFF;
  width: 60%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  font-size: 30px;
}

.type-icon small {
  font-size: 20px;
}

.your_type {
  margin-top: 40px;
}
.findout-btn {
  position: absolute;
  top: 14px;
  right: 10px;
  padding: 9px 10px;
  font-size: 12px;
  border-radius: 25px;
  border: 0;
  background-color: rgba(241, 67, 67, 0.7);
  color: #FFF;
}
.tabbar {
  position: fixed;
  bottom: 0;
}
.tabbar__icon {
  font-size: 24px;
}
.you-are {
  margin: 45px 0 0;
  display: block;
  font-size: 18px;
}
.panier-count {
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  line-height: 23px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f44336;
  text-align: center;
  right: 18px;
  top: 0px;
  color: #FFF;
  z-index: 100;
}
.item {
  display: block;
  width: 85%;
  margin: 0 auto 10px;
  padding: 30px 15px 20px;
  clear: both;
  height: 50px;
  background-color: white;
  box-shadow: 0 0 10px #dedede;
  border-radius: 12px;
}
.delete-item {
  float: right;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: white;
  color: #f00;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #a2a2a2;
}
.item p {
  font-weight: bold;
  color: #505050;
}
.item-image {
  width: 70px;
  height: 70px;
  margin-top: -10px;
  margin-left: -5px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #f3f3f3;
}

.item-image img {
  width: auto;
  max-width: 85px;
  min-height: 100%;
}
.item small {
  color: #FF5722;
  font-weight: bold;
}
.total-contain {
  text-align: center;
  margin: 0 auto 10px;
  width: 92%;
  background-color: #FFF;
  padding: 15px 25px;
  box-shadow: 0 0 10px #dedede;
  color: #4c4c4c;
  font-weight: bold;
  border-radius: 12px;
  box-sizing: border-box;
}

.total-contain .total {
  color: #FF5722;
  font-size: 15px;
  margin-left: 10px;
  font-weight: 600;
}
.validate-cart {
  display: inline-block;
  margin: 20px auto 20px;
  padding: 12px 10px;
  width: 65%;
  max-width: 380px;
  border-radius: 30px;
  border: 0;
  background-color: #FFC107;
  font-weight: bold;
  font-size: 14px;
}
.validate-cart:hover {
  background-color: #cc9900;
}
.tohide {
  display: none;
}
.noresult, .nocommande {
  text-align: center;
  margin-top: 110px;
}
.validate-cart i {
  margin-left: 10px;
  font-size: 18px;
}

.commande-contain {
  width: 90%;
  background-color: #FFF;
  margin: 0 auto 15px;
  list-style: none;
  padding: 15px 15px 6px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #8d8d8d;
  border-radius: 7px;
}
.commande-number {
  margin: 0 auto 20px;
  font-weight: bold;
  color: #525252;
  width: 85%;
}
.commande-products {
  max-height: 0;
  overflow: hidden;
  transition: .6s;
}
.commande-products .item {
  opacity: 0;
  transition: .6s;
  padding: 12px 15px 12px;
  border-radius: 0;
}
.commande-products .item .item-image {
  width: 60px;
  height: 60px;
  margin-top: -5px;
  box-shadow: 0 0 10px #b6b6b6;
}
.active.commande-products {
  max-height: 500px;
  /* margin-top: 25px; */
  overflow: visible;
}
.active.commande-products .item {
  opacity: 1;
}
.fa-chevron-up{
  transform: rotate(0);
  transition: .4s;
}
.rotate.fa-chevron-up{
  transform: rotate(180deg);
}
.page-type {
  width: 60%;
  margin: 0 auto 12px !important;
  color: #bf2e00;
  text-transform: capitalize;
  padding-bottom: 10px !important;
  font-size: 16px !important;
  text-align: center;
  font-weight: bold !important;
}
.small.validate-cart, .detailOrder {
  padding: 6px 0;
  margin: 20px 8px;
  width: 120px;
  font-size: 14px;
  border-radius: 30px;
  border: 0;
  font-weight: bold;
  webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.commande-number .date {
  color: #810000;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailOrder {
  background-color: #f6d5ca;
}
.detail-commande {
  background-color: #f4f4f4;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: calc(100% - 160px);
  bottom: 0;
  transition: .5s;
  overflow-y: scroll;
  overflow-x: hidden;
}
.detail-commande header {
  background-color: #f6d5ca;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  color: #0e0d0d;
}
.commande-status i {
  float: left;
  margin-right: 10px;
  color: #8f8f8f;
  font-size: 18px;
}

.commande-status {
  margin: 5px auto 5px;
  width: 80%;
  font-weight: bold;
  color: #36444d;
}
.commande-status small {
  width: 1.5px;
  height: 25px;
  display: block;
  background-color: #898989;
  margin-left: 6px;
}
.active.fa-check-circle {
  color:#4CAF50;
}
header .detail-title {
  text-align: left;
  width: 80%;
  display: inline-block;
}
.hide.detail-commande {
  bottom: -100%;
}
.blank {
  width: 160px;
  background: #e6e6e6;
  height: 14px;
  display: block;
  margin-bottom: 5px;
  border-radius: 5px;
}
.detailOrder:hover {
  background-color: #e8b6a5;
}
.contact-us {
  position: absolute;
  max-width: 260px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(255 255 255 / 50%);
  padding: 7px 15px;
  border-radius: 30px;
}
.contact-item {
  display: inline-block;
  margin: 0 10px;
}
.contact-item span {
  font-size: 14px;
}
.contact-icon i {
  background-color: rgb(0 0 0 / 48%);
  border-radius: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.new-reservation input, .new-reservation textarea, .date_reservation {
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 25px;
  margin: 15px 0;
  border: 1px solid #cdcdcd;
}
.commande-number small {
    margin: 8px 0;
}
.commande-number small i,.commande-number small span {
  margin: 0 8px;
}
.reservation_number{
  font-size: 15px;
  color: #006d63;
  margin-bottom: 20px;
  display: block;
}
.search-input{
  height: 40px;
  display: block;
  margin: 0 auto;
  width: 90%;
  border-radius: 30px;
  padding-left: 45px;
  background-position: 15px center;
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(70, 70, 70, 0.09);
}
.itemy {
  width: 15%;
  height: 12%;
  background-color: rgb(200 255 202);
  border: 10px solid rgba(136, 136, 136, .5);
  /* border-radius: 50%; */
  touch-action: none;
  user-select: none;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: calc(50% - 37.5px);
}
.add-table{
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
}
.active.itemy {
  background-color: #ffbebe;
}
.keys-map {
    width: 94%;
    /* background-color: red; */
    margin: 15px auto 10px;
}

.keys-map .key {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}

.keys-map .key small:first-child {
    height: 10px;
    width: 10px;
    display: inline-block;
}

@media screen and (min-width: 700px) {
  .menu {
    display: inline-block;
    width: 48%;
    margin: 20px 1%;
  }
  .panier-count {
    right : 60px;
  }
}

.infos_small {
    width: 25px;
    height: 25px;
    background-color: white;
    display: block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px #8d8d8d;
    margin: 8px auto;
}
.Mymodal {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 80%;
}
.hide.Mymodal {
  opacity: 0;
  z-index: -10000;
}

/* LOGIN DIV FOR CLIENTS : */

.login-page {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -10;
  transition: .5s;
  opacity: 0;
}
.close {
  float: right;
  font-size: 24px;
  margin: 10px 15px 0 0;
  color: #565656;
}
.login-page h3 {
  width:100%;
  margin-bottom:50px
}
.show.login-page {
  opacity: 1;
  z-index: 10;
}

/* END LOGIN DIV FOR CLIENTS : */
}

.infos_small {
    width: 18px;
    height: 18px;
    background-color: white;
    display: block;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 10px #8d8d8d;
    margin: 2px auto;
    font-size: 13px;
}
.Mymodal {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 80%;
}
.hide.Mymodal {
  opacity: 0;
  z-index: -10000;
}

/* LOGIN DIV FOR CLIENTS : */

.login-page , .register-page {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -10;
  transition: .5s;
  opacity: 0;
}
.close {
  float: right;
  font-size: 24px;
  margin: 10px 15px 0 0;
  color: #565656;
}
.login-page h3 {
  width:100%;
  margin-bottom:50px
}
.show.login-page, .show.register-page {
  opacity: 1;
  z-index: 10;
}
.register-link {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 60px;
  font-size: 17px;
  text-decoration: underline;
}

/* END LOGIN DIV FOR CLIENTS : */

iframe.goog-te-menu-frame.skiptranslate {
  visibility: hidden !important;
}
.goog-te-banner-frame{
  visibility: hidden !important;
}
.goog-te-gadget{
  visibility: hidden;
}
#goog-gt-tt{
  display: none !important;
}
.goog-text-highlight {
     background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
     box-shadow: none !important;
     box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
     position: relative !important;
}
.btn-deplacer {
  background-color: #f44336;
  border: 0;
  padding: 5px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #FFF;
  border-radius: 5px;
}
.famille-list {
  position: fixed;
  z-index: 10;
  top: 195px;
  background-color: #ffffff;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 75px 30px 50px;
  height: 60%;
  overflow: scroll;
  -webkit-box-shadow: 0 0 10px #565656;
  box-shadow: 0 0 10px #565656;
  display: none;
}

.radio-label {
  /* font-size: .8rem; */
  /* color: #9e9e9e; */
  width: 180px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}

.famille-child {
  margin-left: 25px;
}

.famille-child .radio-label {
  width: 155px;
}

input[type="radio"]{
  -webkit-appearance: radio;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: initial !important;
}

.close-btn {
  position: absolute;
  top: 8px;
  z-index: 100;
  right: 10px;
  background-color: #d2d2d2;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  line-height: 28px;
  font-size: 17px;
}



.btn-deplace {
  width: 120px;
  padding: 5px 10px;
  margin: 10px auto 25px;
  display: block;
  background-color: #ff9800;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 10px;
  }
  
  .deplace-container {
    position: fixed;
    background-color: white;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 205px;
    /* padding: 15px; */
    width: 80%;
  }