
  body {
    background-image: none;
    height: 100vh;
  }
  .fo_header{
    min-height:500px;
    background-image: url(../images/bg-fo-catalogue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fo_header>.fo_header_container{
    /* background-color: red; */
    width: 80%;
  }
  .fo_header>.fo_header_container>.title{
    color:#b38a41;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-bottom: 45px;
  }

  .float-left{
    float:left;
  }
  .loyleek-fo-link,
  .loyleek-fo-link:hover{
    color: #C00000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
  }
  .no-decoration{
    text-decoration: none;
  }
  .header-select, .header-input {
    font-family: 'caviarDreams', arial,sans-serif !important;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
  }
  .header-select:focus,.header-input:focus{
    outline: none;
  }
  #header-search-container{
    width:100%;height:60px;display:flex; justify-content: center;align-items: center;
  }
  nav.fixed-sidebar>ul.menu-elements{
    margin-left:10px;
    padding-left:10px;
    margin-right:10px;
    padding-right:10px;
    font-size: 14px;
  }
  nav.fixed-sidebar>ul.menu-elements>li{
    position: relative;
    margin-bottom:10px
  }
  nav.fixed-sidebar>ul.menu-elements>li::after{
    content:'';
    height:1px;
    /* background:red; */
    position: absolute;
    bottom:-5px;
    left:0;
    right:0;
    border-top:1px dashed #000;
    /* border-style: dashed; */
  }
  nav.fixed-sidebar>ul.menu-elements>li>a{
    text-decoration: none;
    color:#000;
    font-weight: bold;
    
  }
  nav.fixed-sidebar>ul.menu-elements>li>a>span.menu-title{
    color:#262864;
    text-decoration: none;
  }
  nav.fixed-sidebar>ul.menu-elements>li.active>a>span.menu-title{
    color:#B28B45;
    text-decoration: underline;
  }
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu{
    margin-left:10px;
  }
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li{
    font-weight: bold;
    color:#000;
  }
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li>a,
  
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li>a>span.menu-title,
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li>a>span.menu-title:hover,
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li>a>span.menu-title:focus{
    text-decoration: none;
    color:#262864;
  }
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li.active>a>span.menu-title,
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li>a>span.menu-title:hover,
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu>li.active>a>span.menu-title:focus{
    text-decoration: underline;
    color:#B28B45;
  }
  
  nav.fixed-sidebar>ul.menu-elements>li>ul.sub-menu{
    display: none;
  }
  
  nav.fixed-sidebar>ul.menu-elements>li.active>ul.sub-menu{
    display: block;
    margin-left: 3px!important;
  }
  div.menu-wrapper>div.two-lines-through{
    position: relative;
    height: 30px;
  }
  div.menu-wrapper>div.two-lines-through::before{
    content:'';
    position:absolute;
    height:3px;
    top:50%;
    transform: translateY(-50%);
    left:0px;
    right:0px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
  }
  div.menu-wrapper>div.two-lines-through>div.title{
    position: absolute;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: middle;
    line-height: 30px;
    min-width: 100px;
    color:#262863;
    cursor: pointer;
    font-size: 20px;
  }
  div.menu-wrapper.active>div.two-lines-through>div.title{
    color:#B28B45;
  }
  
  div.menu-wrapper>div.two-lines-through>div.title::before{
    content:'';
    position:absolute;
    height:30px;
    width:100px;
    top:0;
    background-color: #fff;
    left:-100px;
    background-image: url(../images/design2.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  div.menu-wrapper>div.two-lines-through>div.title::after{
    content:'';
    position:absolute;
    height:30px;
    width:100px;
    top:0;
    background-color: #fff;
    right:-100px;
    background-image: url(../images/design.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  div.menu-wrapper.active>div.two-lines-through>div.title::before{
    background-image: url(../images/design2-colored.png);
  }
  div.menu-wrapper.active>div.two-lines-through>div.title::after{
    background-image: url(../images/design-colored.png);
  }
  
  div.menu-wrapper>div.body{
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .5s ease-in-out;
    
    height:auto;
    /* display: none; */
    max-height: 0px; 
    padding-right:.5em;
    padding-left:.5em;
    /* transform:scaleY(0); */
    /* transform-origin: top; */
  }
  div.menu-wrapper.active>div.body{
    /* transform:scaleY(1); */
    /* height:auto; */
    /* display: block; */
    max-height: 100%;/*400px;*/
  }
  .plat-origine{
    table-layout: auto;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .plat>.plat-description{
    display:none;
    
  }
  .plat.opened>.plat-description{
    display:block;
    
  }
  .plat-title{
    cursor: pointer;
  }
  .plat.opened>.plat-header>.plat-title>.fa{
    transform: rotate(90deg);
  }
  .c-flag{
    display:inline-block;
    width:50px;
    /* background:gray; */
    /* border:1px solid #000; */
    margin-top:3px;
    margin-bottom:3px;
  }
  div.buttons>ul>li{
    position:relative;
  }

  
div.formules-container>div.formule>div.formule-content>div.submenu>div.title-container{
    position: relative;
    height: 30px;
  }
  div.formules-container>div.formule>div.formule-content>div.submenu>div.title-container>div.title{
    position: absolute;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: middle;
    line-height: 30px;
    min-width: 100px;
    color:#262863;
    cursor: pointer;
  }
  
  
  div.formules-container>div.formule>div.formule-content>div.submenu>div.title-container>div.title::before{
    content:'';
    position:absolute;
    height:30px;
    width:64px;
    top:0;
    /* transform: translateY(-50%); */
    background-color: #fff;
    left:-64px;
    background-image: url(../images/design2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
  }
  div.formules-container>div.formule>div.formule-content>div.submenu>div.title-container>div.title::after{
    content:'';
    position:absolute;
    height:30px;
    width:64px;
    top:0;
    /* transform: translateY(-50%); */
    background-color: #fff;
    right:-64px;
    background-image: url(../images/design.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
  }
  
  .submenu-plat>.submenu-plat-description{
    display:none;
    
  }
  .submenu-plat.opened>.submenu-plat-description{
    display:block;
    
  }
  .submenu-plat.opened>.submenu-plat-header>.plat-title>.fa{
    transform: rotate(90deg);
  }
  div#page-body .menu-wrapper{
    margin: 20px auto;
  }
  div#page-body>div>.menu-wrapper>div.body>div.plat>div.plat-header{
    cursor: pointer;
  }
  div#page-body>div>.menu-wrapper>.body>.plat {
    margin-bottom: 15px;
    margin-top: 10px;
  
 
}
.menu-title-bg{
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
    background-image: url(../images/menu-title-bg.jpg);
    background-size: 190px;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  li>a>span.design-1{
    display:inline-block;
    width:22px;
    height:22px;
    /* background-color: red; */
    background-image: url(../images/list-texture-blue.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
  }
  li>a>span.design-2{
    display:inline-block;
    width:15px;
    height:22px;
    /* background-color: red; */
    background-image: url(../images/list-texture-blue.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
  }
  li.active>a>span.design-1{
    background-image: url(../images/list-texture-gold.png);
  }
  li.active>a>span.design-2{
    background-image: url(../images/list-texture-gold.png);
  }
  
  
.MenuWithHiddenTexts{
    /* background-color: red !important; */
    width:45px !important;
  }
  .MenuWithHiddenTexts ul{
    margin:0 !important;
  }
  
  .MenuWithHiddenTexts ul>li>a>span.menu-title{
    display: none !important;
  }
  
  div.submenu-plat > div.submenu-plat-header > div.plat-title.blue{
    cursor:pointer;
  }

  /* Search + reset */
  .search{
    background: url("../images/search_black.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-color: #fff!important;
    background-position: center;
    width: 40px;
    height: 100%;
    border: 1px solid #ddd!important;
    border-radius: 3px!important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
  }
  .reset{
    background: url("../images/reset.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-color: #fff!important;
    background-position: center;
    width: 40px;
    height: 100%;
    border: 1px solid #ddd!important;
    border-radius: 3px!important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
  }
  .block-restaurant{
    float:left;
    width:250px;
    height:300px;
  }
  .block-resto-elem{
    border:2px solid #65AB91;
    border-radius: 15px;
    background-color: #fff;
  }
  .block-logo{
    display:flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #65AB91;
    height: 50%;
  }
  .block-text{
    height:50%;
    padding: 5px;
    font-size: 13px;
  }
  .block-text-line{
    display: inline-flex;
    align-items: start;
    font-size: 11px;
  }
  .block-icone{
    display: inline-flex;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
  }
  .no-carte{
    font-size: 30px;
    width: 50%!important;
    text-align: center;
  }

  #page-body > div.menu-wrapper-container > div.menu-wrapper > div.body > div.formules-container > div.formule{
    margin-top:30px;
    margin-bottom:30px;
  }
  #page-body > div.menu-wrapper-container > div.menu-wrapper > div.body > div.formules-container > div.formule > div.formule-header.two-lines-through{
    position:relative;
  }
  #page-body > div.menu-wrapper-container > div.menu-wrapper > div.body > div.formules-container > div.formule > div.formule-header.two-lines-through::before{
    content:'';
    position: absolute;
    background: #000;
    height: 1px;
    top: calc(50% - 2px);
    left: 0;
    right: 0;
  }
  #page-body > div.menu-wrapper-container > div.menu-wrapper > div.body > div.formules-container > div.formule > div.formule-header.two-lines-through::after{
    content:'';
    position: absolute;
    background: #000;
    height: 1px;
    top: calc(50% + 2px);
    left: 0;
    right: 0;
  }

  #page-body > div.menu-wrapper-container > div.menu-wrapper > div.body > div.formules-container > div.formule > div.formule-header.two-lines-through > div.formule-header-element{
    background: #fff;
    z-index: 1;
  }

  #page-body > div.menu-wrapper-container > div.menu-wrapper > div.body > div.formules-container > div.formule > div.formule-content > div.submenu > div.submenu-plat{
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #carte-fo-loading,
  #catalog-loading{
    position: absolute;
    background-color: #fff;
    top: 0;
    /* height: 100px; */
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #carte-fo-loading>.loading-content,
  #catalog-loading>.loading-content{
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .logo-restaurant{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-pagination>a.pagination-link,
  .catalog-pagination>p.pagination-input{
    font-size:16px;
  }

  .portion-carte{
    text-align:right;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: calc(11px + 0.25vw)!important;
    font-weight: bold;
  }

  .mobile{
    display: none !important;
  }

  .bottom-dashed-line{
      padding-bottom:10px;
      border-bottom:1px dashed #5B9F8A;
  }