body {
    background-image: url("/assets/img/backgroud.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  

  .margin-bottom-10 {
    margin-bottom: 10;
  }
  
  .margin-bottom-15 {
    margin-bottom: 15;
  }
  
  .margin-bottom-20 {
    margin-bottom: 20;
  }
  
  .form-flex-mobile {
    display: none;
  }
  
  .form-search {
    display: block;
  }
  
  .mobile-svg-only {
    display: none;
  }
  
  .mobile-svg-hide {
    display: block;
  }
  
  .img-section {
    position: relative;
  }
  
  .timecooking-info {
    color: #aeafb8;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 3px 12px 3px 8px;
    border-radius: 5px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navbar-brand.with-map {
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 990px) {
    .handset-fluid {
      max-width: 100% !important;
    }
  }
  
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 1.5rem;
    }
  
    h2 {
      font-size: 1rem;
    }
  
    .restaurant-name {
      font-size: 14px !important;
    }
  
    .content-body .sub-infos {
      font-size: 13px !important;
    }
  
    .form-flex-mobile {
      display: flex;
      width: inherit;
    }
  
    .form-search {
      display: none;
    }
  
    .mobile-svg-only {
      display: block;
    }
  
    .mobile-svg-hide {
      display: none;
    }
  }
  
  .foxeat-section .navbar-section {
    background-color: #f8f9fa !important;
  }
  
  .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    padding-left: 10px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #efecec;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
  }
  
  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
  }
  
  .ui-state-hover,
  .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
  }
  span.ui-helper-hidden-accessible {
    display: none;
  }
  
  .margin-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-bottom-20 {
    margin-bottom: 20px;
  }
  .restaurant-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.3rem;
    color: #04094C;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
  }
  
  .item {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .content {
    background-color: #FFFFFF;
    box-shadow: rgb(165 211 242 / 0%) 0px 0px 0px 3px;
    padding: 5px;
  }
  
  /* .content {
      background-color: #f8f9fa;
      padding: 5px;
  } */
  
  .content-body {
    padding: 16px 0px 0px;
    min-height: 75px;
  }
  
  .content-body .sub-infos {
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 15px;
    color: #04094C;
    font-family: 'Merriweather', serif;
  }
  
  h2.sub-heading {
    color: #5ecdd9;
  }
  #map {
    height: 100%;
  }
  #address {
    background: url(/img/icone-localisation-png-6.png) left 4px center no-repeat;
    background-size: auto 54%;
    border: 1px solid;
    padding: 4px 4px 6px 26px;
    margin-right: 12px;
    border: none;
    box-shadow: none;
  }
  
  @media screen and (max-width: 1000px) {
    #socialmedia {
      display: none;
    }
  }
  
  .circle {
    display: inline-table;
    vertical-align: middle;
    width: 27px;
    background-color: #3fb9c3;
    border-radius: 50%;
    color: white;
  }
  .circle__content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .btnCuisine:focus {
    border: none !important;
    outline: none !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }
  .body-content > h1 {
    color: #04094C;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
  }

  .body-content > h2 {
    color: #FF2197;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 16px;
  }