html {
    scroll-behavior: smooth;
  }
  body{
    background: #7a5a1e; 
  }
  @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
/***** style slider ********/
a.cart {
    position: relative;
}
/********* this is my style ******/
.home_banner_area {
    background: #7a5a1e;
}
.restaurant {
    background: #7a5a1e;
    padding: 40px 0;
}
.type_prix {
    font-size: 12px;
}
.row.home_option >div {
    margin-bottom: 15px;
}
.media.appoinment_features_item img {
    width: 55px;
    margin-right: 10px;
}
.media.appoinment_features_item {
    display: flex;
    align-items: center;
}
.protect_yourself_area .icon_btn{
    background: #7a5a1e;
    color: #fff;
}
.main_menu {
    background: transparent;
    padding-top: 10px;
}
.navbar_fixed .main_menu {
    padding-top: 0px;
}
.washing_process_area h2,.washing_process_area p,.washing_process_area h3{
    color: #fff;
}
a.navbar-brand img {
    width: 170px;
    opacity: 1;
}
.protect_inner .protect_img {
    height: 100%;
}
.protect_img >img {
    height: 100%;
    object-fit: cover;
    width: 90%;
}
.footer_copyright {
    padding: 20px 0px 20px 0px !important;
    color: #fff;
}
.footer_copyright a {
    color: #fff;
    font-weight: bold;
    margin: 0px 5px;
}
.main_menu .navbar .nav.navbar-nav li a {
    color: #025aa6;
}
section.home {
    display: flex;
    align-items: center;
}
section.home img {
    margin: 10px 0 30px 0;
    width: 65%;
	height: auto;
}
section.home h1 {
    text-align: center;
    display: block;
}
.list_info p {
    font-weight: bold;
}
.list_info i {
    margin-right: 5px;
    font-weight: bold;
    color: #025aa6;
}
.menu_social li a {
    color: #025aa6;
}
.home_banner_are{
    position: relative;
}
#tb-svg-wave{
    width: 100%;
    left: 0;
}
.subscribe_area {
    padding-bottom: 170px;

}
.main_btn {
    background: #ffffff;
    color: #424242;
    display: inline-block;
    font: 600 18px/50px "Quicksand", sans-serif;
    border-radius: 10px;
    padding: 0px 34.5px;
    transition: all 300ms linear 0s;
}
a.cart img {
    width: 45px;
}
.number_cart {
    position: absolute;
    right: 0;
    top: 1px;
    background: #ff3e3e;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 10px;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
}
.row.home_banner_inner h1 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.row.home_banner_inner h1:after {
    content: "";
    background: #fff;
    width: 80px;
    height: 3px;
    display: block;
    margin: auto;
}
div#navbarSupportedContent {
    display: flex;
    justify-content: flex-end;
}
a.item_picto h5 {
    font-size: 15px;
    color: #333;
    margin-top: 10px;
}
.item_picto {
    background: #fff;
    display: flex !important;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    min-height: 155px;
    text-align: center;
    box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
    transition: box-shadow 0.3s ease;
    color: #333;
}

.item_picto img {
    width: 100%;
}
.category .item_picto img {
    width: 50%;
}
/**** style footer ********/
.footer_copyright {
    background: #025aa6;
}
footer.footer_area p {
    color: #d6d6d6;
}
.media i {
    color: #fff;
}
.footer_widgets_area h5{
    color: #d6d6d6 !important;
}
.footer_widgets_area {
    background: #3e3e3e;
    padding-top: 0;
    margin-top: 126px;      
    position: relative;
}
.footer_widgets_area.pad_top svg {
    position: absolute;
    top: -197px;
    z-index: 99;
}
.footer_widgets_area h3{
   color: #fff !important;
}

/******* style page restaurant ***/
.logo_rest {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    background: #fff;
    border-radius: 50%;
    height: 240px;
}
.info_rest h1 {
    font-size: 29px;
}
.info_rest a {
    color: #333;
}
.logo_rest img {
    width: 100% !important;
    padding: 0;
    border-radius: 50%;
}
.cart_logo img {
   right: 0 !important;
}
.info_rest p {
    margin: 0;
    font-weight: 600;
    color: #333;
}
.divider {
    width: 100%;
    background: #fff;
    height: 3px;
}
section#restaurants h2 {
    text-align: center;
    margin-bottom: 30px;
}
.info_rest p i {
    color: #000;
    margin-right: 5px;
}
.list_option ul li {
    margin-right: 15px;
}
.list_option .dropup .dropdown-toggle::after{
    display: none;
}
.list_option {
    margin-top: 20px;
}
.list_option ul li a {
    background: #0059a8;
    color: #fff;
    width: 60px;
    border-radius: 5px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
}
.list_option ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex: 1;
}
.jssocials-shares {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jssocials-share a {
    width: 38px !important;
    height: 35px !important;
    font-size: 15px !important;
}
/****** style menu page *********/
section.menu {
    background: #f5f5f5;
}
.menu_item img {
    width: 100%;
    border-radius: 5px;
    height: 120px;
    object-fit: cover;
}
.menu_item {
    border-radius:10px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 5px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    min-height: 130px;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out 0s;
}
section.menu h2 {
    text-align: center;
    margin-bottom: 40px;
}
.price_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price_button p{
margin: 0;
}
.price_button a {
    background: #0059a8;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}

.menu_item h3 {
    font-size: 20px;
    color: #333;
}
.price_button a i {
    margin-left: 5px;
}
p.price_1 {
    font-weight: 800;
    color: #0059a8;

}
.header_area {
    background: rgba(255, 255, 255, 0.54);
}

.modal-content.modal_menu h3, .swiper-slide h3 {
    width: 70%;
    line-height: 24px;
    font-size: 20px;
    color: #333;
    margin: 0;
}
.modal-content.modal_menu img,.swiper-slide img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    height: 100%;
    object-fit: cover;
}

.modal-content.modal_menu form button,.swiper-slide form button {
    background: #0059a8;
    padding: 15px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    border: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.item_cart  form button.edit{
    padding: 10px;
}
.item_menu_full {
    width: 100%;
    display: block;
    margin: 20px 0px;
    background: #fff;
    padding-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    border-bottom: 2px solid #7a5a1e;
}
a.item_menu_full {
    color: #333;
    text-decoration: none;
}
.price_title {
    margin-top: 10px;
    padding: 5px 12px;
}
.description_plat p {
    line-height: 22px;
    margin-top: 5px;
    font-size: 16px;
}

a.comander {
    background: #025aa6;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    /* float: right; */
}
.modal-content.modal_menu form  button i,.swiper-slide form  button i{
    margin-left: 7px;
}
p.price {
    color: #0059a8;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
.footer_modal {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-top: 15px;
}
.price_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
button.edit {
    background: #025aa6;
    border: 0 !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    color: #fff;
    margin: 0 !important;
    justify-content: center !important;
}
.item_cart .type_prix.form-check-inline {
    width: 100%;
}
div.error {
    color: red;
}
.modal-content.modal_menu button.close,.swiper-slide button.close{
    opacity: 1;
    z-index: 99;
}
.modal-content.modal_menu button.close:hover,.swiper-slide button.close:hover{ 
    opacity: 1;
}
.modal-content.modal_menu button.close span,.swiper-slide button.close span{
    position: absolute;
    right: -6px;
    top: -7px;
    color: #0059a8;
    border-radius: 50%;
    width: 24px;
    z-index: 99;
}
.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
  }
  
  .input-number,
  .input-number-decrement,
  .input-number-increment {
    border: 1px solid #ccc;
    height: 40px;
    user-select: none;
  }
  
  .input-number-decrement,
  .input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .input-number-decrement:active,
  .input-number-increment:active {
    background: #ddd;
  }
  
  .input-number-decrement {
    border-right: none;
    border-radius: 0;
    background: #0059a8;
    color: #fff;
  }
  
  .input-number-increment {
    border-left: none;
    border-radius: 0;
    background: #0059a8;
    color: #fff;
}
section.cart {
    padding-bottom: 40px;
}
.row.head_cart {
    align-items: center;
    border-bottom: 2px solid #585858;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 0;
}
.title_cart h2 {
    color: #222;
    font-size: 25px;
    margin: 0;
}
.link_left {
    display: flex;
    justify-content: flex-end;
}
.link_left a {
    padding: 3px 10px;
    background: #025aa6;
    color: #fff;
    border-radius: 5px;
}
.link_left a i{
    margin-right: 5px;
}
.item_cart {
    padding: 10px 0;
    margin: 0;
    border-bottom: 2px solid #222;
    align-items: center;
}
.item_cart h3 {
    font-size: 22px;
    color: #3a3a3a;
}
.item_cart img {
    width: 100%;
}
.item_cart p {
    margin-bottom: 0;
    color: #252525;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
a.edit {
    background: #025aa6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
a.remove {
    color: #f53131;
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-weight: 100;
    display: block;
}
.item_cart >div {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.label {
    display: none;
}
h4.title_form {
    color: #333;
}
.total_row {
    padding: 10px 0;
    background: #f5f5f5;
    margin: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #222;
}
.total_row p {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    text-align: right;
}
.typ_row p{
    font-size: 18px !important;
}
.mobile_left{
    display: none;
}
/******* stye de bar steps***/
.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
    height: 4rem;
  }
  .steps > .step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6D6875;
  }
  .steps > .step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-bottom: -4.2rem;
    line-height: 1.9rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1rem;
  }
  .steps > .step:after {
    content: '';
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.125rem;
    top: 1rem;
    left: 50%;
  }
  .steps > .step:last-child:after {
    display: none;
  }
  .steps > .step.is-complete {
    color: #6D6875;
  }
  .steps > .step.is-complete:before {
    content: '\2713';
    color: #ffffff;
    background: #52af5d;
    border: 2px solid #52af5d;
}
  .steps > .step.is-complete:after {
    background: #52af5d;
  }
  .steps > .step.is-active {
    color: #222;
    font-weight: bold;
  }
  .bar_step p {
    margin-bottom: 40px;
    font-weight: bold;
    }
  .steps > .step.is-active:before {
    color: #FFF;
    border: 2px solid #f8be46;
    background: #f8be46;
    margin-bottom: -4.2rem;
}

  
  .steps {
    margin-bottom: 2em 0;
  }
  .info_rest {
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .info_rest p {
        font-size: 1.5rem;
    }
/***** new style **/
.footer_rest.footer_copyright p:before {
    content: "";
}
.header_area .trigger {
    width: 37px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: auto;
    bottom: auto;
    left: 0px;
    z-index: 600;
    cursor: pointer;
    transition: top .1s ease-in-out;
  }
  .header_area .trigger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #025aa6;
    margin: 0 0 5px 0;
    transition: all .2s ease-in-out;
    position: absolute;
  }
  .header_area .trigger span:first-child {
    top: 0;
    left: 0;
  }
  .header_area .trigger span:nth-child(2) {
    top: 10px;
    left: 0;
  }
  .header_area .trigger span:last-child {
    top: 20px;
    left: 0;
  }
  .header_area .trigger.on {
    top: 15px;
  }
  .header_area .trigger.on span:first-child {
    transform: rotate(45deg);
  }
  .header_area .trigger.on span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0;
  }
  .header_area .trigger.on span:last-child {
    transform: rotate(45deg);
    top: 0;
  }
  
  .menu_full {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* display: none; */
    z-index: 55;
  }
  .title_full{
    text-transform: uppercase ;text-align: left;font-size: 17px;
  }
  .menu_full .menu_new {
    list-style-type: none;
    padding: 0;
    left: 0;
    width: auto;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  ul.list_ifo {
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .divder_menu {
        width: 45%;
        background: #333;
        height: 2px;
        margin: auto;
        margin-bottom: 15px;
    }
    ul.list_ifo.ul_menu li a {
        color: #000;
        padding: 10px 0;
    }
  .menu_full .list_ifo li {
    color: white;
    font-size: 24px;
    font-weight: 600;
    
    list-style: none;
    border-bottom: 2px solid #333;
    width: 100%;
  }
  a.link_nav {
    width: 100% !important;
    display: block;
    
}
  .footer_rest .footer_copyright a {
    color: #fff;
    font-weight: bold;
    margin: 0px 0px;
    display: block;
    text-align: center;
    font-size: 25px;
}
.footer_rest a {
    color: #fff;
    font-weight: bold;
    margin: 0px 0px;
    display: block;
    text-align: center;
    font-size: 22px;
}
a.cart i {
    font-size: 31px;
    color: #025aa6;
}
.menu_full .media i, .menu_full .media p, .menu_full .media a, .menu_full .media h4 {
    color: #333;
    margin: 0;
    font-size: 19px;
}
.menu_full .media {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_full .media-body{
    text-align: left;
    margin-left: 10px;
}


.footer_copyright.footer_rest {
    padding: 10px 0!important;
}
.footer_copyright.footer_rest p{
    margin-right: 0;
}
.footer_copyright.footer_rest {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footerspace {
    height: 50px;
}
.img_icon img {
    width: 50%;
    height: auto !important;
}
.img_icon {
    height: 100%;
}
.img_icon a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.div_price {
    /* background: #7a5a1e; */
    border: 2px solid #7a5a1e;
    position: absolute;
    border-radius: 50%;
    width: 90px;
    right: 5px;
    top: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.price_left span {
    font-size: 10px;
}
.laung_link a {
    width: 10%;
    margin: 0px 10px;
}
.laung_link {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.modal_laungue h2 {
    font-size: 25px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 18px;
}
#laungue .modal-dialog.modal-dialog-centered.modal-lg {
    width: 450px;
}
.modal-content.modal_laungue {
    background-color: rgba(255, 255, 255, 0.5);
}
.laung_link a img {
    width: 100%;
    filter: grayscale(0.7);
}
.laung_link a.active img {
    filter: none;
}
.link_close a {
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 6px 13px;
    margin: 0;
    font-weight: bold;
}
.link_close {
    display: flex;
    justify-content: center;
}
.modal_laungue  button.close span {
    position: absolute;
    right: -8px;
    top: -10px;
    /* background: #fff; */
}
.modal_laungue button.close {
    opacity: 1;
}
.modal_laungue button.close span i {
    color: #fff;
}
.modal-content.modal_laungue .modal-body {
    padding: 25px;
}
.menu_full .laung_link a {
    width: 30px;
}
.cart_list .div_price {
    position: initial;
    border: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    /* font-size: 20px; */
}
.cart_list .div_price p{
    font-weight: 600;
    font-size: 20px;
}
.cart_list .menu_item {
    box-shadow: none;
    align-items: center;
    border-bottom: 1px dashed #333;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
#commande a.des_left,.table_row a.des_left{
    background: #025aa6;
    padding: 5px 15px;
    display: block;
    font-size: 17px;
    flex-basis: auto;
    font-weight: 600;
    color: #fff;
    height: auto !important;
    border-radius: 5px;
}
.table_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row.table_row a {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.table_row button {
    line-height: 20px;
    font-size: 15px;
    border: 0;
    padding: 10px;
    border-radius: 5px;
}
.appoinment_form .checkbox_field {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}
.appoinment_form .checkbox_field .green_btn {
   border-radius: 5px;
}
.title_cart {
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer_copyright.footer_rest img {
    width: 150px;
    margin:5px 0;
}
.menu_full h3 {
    color: #333;
    font-size: 19px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.footer_copyright.footer_rest a {
   display: flex;
   justify-content: flex-start;
}
.footer_copyright.footer_rest {
    background: #0059a8;
    z-index: 9;
    border-top: 2px solid #fff;
}
.cart_modal a.remove.remove-from-cart {
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    padding: 5px 15px;
    width: 100%;
    color: #fff;
    background: #f53131;
}
a.cancel_cart {
    background: #333;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    font-size: 15px;
    display: block;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
}
/**** style home page ******/
.slider_home h1 {
    text-align: left !important;
}
.slider_home img {
    width: 100%;
}
.rest_foo .list_option ul {
    justify-content: flex-end;
    margin: 0;
    height: 100%;
}
.rest_foo .list_option ul li a{
    width: auto;
    height: auto;
    font-size: 22px;
}
.rest_foo .list_option{
    margin: 0;
}
.rest_foo .list_option ul li {
    margin-right: 15px;
    display: flex;
}
.title_full {
    text-align: left !important;

 }

 .modal_menu .slick-slide {
    margin: 0;
}
.menu_slid .modal-body{
    padding: 0;
    background: none;
    border: 0 !important;
}
.wrap-modal-slider .row {
    margin: 0;
    background: #fff;
    padding: 0;
    padding-bottom: 1rem;
    border-radius: 5px;
    position: relative;
}
.wrap-modal-slider .lightgallery2 {
    padding: 0;
    height: max-content;
}
.modal_menu  a.close {
    background: #0059a8;
    right: 0px;
    top: 0;
    z-index: 99;
    opacity: 1;
    width: 21px;
    font-size: 20px;
    text-align: center;
    height: 35px;
    width: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 0px 5px 0px 5px;
    overflow: hidden;
}
.menu_slid .modal-content{
    background: none;
    border: 0 !important;
}
.wrap-modal-slider {
    opacity: 0;
    transition: all 0.4s;
  }
  
  .wrap-modal-slider.open {
    opacity: 1;
  }
  .lg-backdrop{
    z-index: 1050 !important;
  }
  /********** style print page *****/
  .print_link a {
    background: #025aa6;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
}
.print_link {
    margin-top: 40px;
}
.print_link >div {
    display: flex;
    justify-content: center;
}
.qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
p.num_comm {
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
}
.input_toload input {
    width: 70%;
}
.input_toload  {
    display: flex;
    justify-content: center;
}
.m_scan .m_div{
background: #fff;
}
.m_scan .m_div {
    background: #fff;
    border: 1px solid #dedede;
}
.m_scan .m_div button,.m_scan .m_div input {
    background: #fff;
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    height: 65px;
    font-size: 25px;
}
.reset {
    background: #8e8e8e !important;
    color: #fff;
}
.reset input{
    background: #8e8e8e !important;
    color: #fff;
    border: 1px solid #8e8e8e;
}
.submit {
    background: #0059a8 !important;
}
.submit button{
    background: #0059a8 !important;
    color: #fff;
    border: 1px solid #0059a8;
}
.edit_m{
    background: #025aa6;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
}
.edit_m:hover{
    color: #fff;

}
.qr-code h6 {
    color: #000;
    margin-bottom: 15px;
}
p.price_1 sup{
    top: -0.3rem;
    font-size: 9px;
}
.price_left sup{
    top: -0.5rem;
    font-size: 9px;
}
.div_price{
    border: 0px !important;
}
.price_left{
    font-family: 'Fjalla One', sans-serif;
    padding-left: 5px;
    border-left: 2px solid #7a5a1e;
}
p.price_1{
    font-family: 'Fjalla One', sans-serif;
}
img {
    pointer-events: none;
}
.lg-image{
    pointer-events: all;
}
.lg-outer .lg-img-wrap{
    pointer-events: none;
}
.prix_p, .label_p {
    font-family: 'Fjalla One', sans-serif;
    display: flex;
    flex-direction: column;
}
.prix_p{
    font-family: 'Fjalla One', sans-serif;
    padding-left: 5px;
    border-left: 2px solid #7a5a1e;
}
.price_left.double {
    display: flex;
    justify-content: space-between;
    border: 0;
    margin-right: 5px;
}
.label_p{
    font-size: 20px !important;
    font-weight: 600;
    margin: 10px 5px 10px 0px !important;
  }
  .prix_p {
    font-size: 20px !important;
    font-weight: 600;
    margin: 10px 0 !important;
  }
  .label_p span, .prix_p span {
    font-size: 20px !important;
  }
  .cart_list .label_p span, .prix_p span {
    font-size: 20px !important;
  }
  /******** style page new ************/
  .team_blog {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    min-height: 255px;
    overflow: hidden;
    text-align: center;
    box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
    transition: box-shadow 0.3s ease;
    color: #333;
}
.team_blog img {
    width: 100%;
    margin-bottom: 20px;
}
.content_team {
    padding: 15px;
}
.content_team h3 {
    color: #2b2b2b;
    font-size: 20px;
    margin-bottom: 10px;
}
.content_team h4 {
    color: #3c3c3c;
    font-size: 15px;
}
.slick_team .slick-slide {
    margin: 0 20px;
}
/* the parent */
.slick_team .slick-list {
    margin: 0 -20px;
}
.video ul.slick-dots {
    bottom: -35px;
}
section.menu a.child_pro img {
    width: 100%;
}
section.menu a.child_pro {
    margin-bottom: 25px;
}
.list_inform i {
    color: #333;
    margin-right: 15px;
}
.list_inform .media {
    align-items: center !important;
}
.list_inform .media-body p{
    margin: 0;
    font-weight: 600;
}
.list_inform .media a {
    color: #333;
}
/**** style extra ********/
.detail-ingredients-head {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 10px 5px;
        margin: 0 5px;
    margin-bottom: 20px;
}
.detail-ingredients-head h3 {
    position: absolute;
    background-color: white;
    top: -15px;
    left: 10px;
    width: auto !important;
    padding: 0px 5px;
    font-size: 15px !important;
}
.modal-content.modal_menu form button p, .swiper-slide form button p{
    margin: 0;
}
.detail-ingredients-head li {
    font-size: 15px;
    background-color: #f1f1f1;
    padding: 5px 10px;
    width: 48%;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 5px;
}
.detail-ingredients-head label {
    margin-bottom: 0;
}
.list_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.list_extra {
    padding: 0 !important;
    margin: 0px !important;
}
.detail-ingredients-head ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}
.list_extra.row >div {
    padding: 0;
}
.list_extra.row >h3 {
    margin-bottom: 25px;
}
.item_cart .list_extra.row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list_form .inline-group {
    padding: .5rem 0;
    max-width: 100%;
    overflow: hidden;
  }
  .list_form .inline-group .form-control {
    text-align: center;
  }
  
  .list_form .form-control[type="number"]::-webkit-inner-spin-button,
  .list_form .form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  a.btn.btn-outline-secondary.btn-minus, a.btn.btn-outline-secondary.btn-plus{
    background: #0159a8;
    color: #fff;
}
.detail-ingredients-head li label {
    width: 100%;
}
/********* style gastro website *******/

.top-bar {
    background:#3e3e3e;
    padding-bottom: 0px;
    padding: 5px 0px;
    height: auto;
  }
  .top-bar .info {
    margin-top: 0px;
    font-size: 18px;
  }
  .top-bar i {
    font-size: 17px;
    color: #ffffff;
  }
  .top-bar span {
    color: #ffffff;
    margin-right: 5px;
  }
  .top-bar .header-social {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  li.flag img {
    width: 30px;
  }
  header.header.sticky {
    top: 0;
  }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-bar .header-social i {
    padding: 4px 4px;
    color: #fff;
    border: 0.5px solid #fff;
    margin-top: 1px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    width: 27px;
    border-radius: 5px;
    height: 26px;
    line-height: 17px;
    text-align: center;
  }
  .website_gastro .main_menu {
    background: #7a5a1e;
    padding-top: 0;
    padding: 5px 0;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}
    .website_gastro ul.list_menu {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
    }
    .website_gastro ul.list_menu li a {
        color: #222;
        font-weight: bold;
        margin: 15px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .website_gastro.body_wrapper {
        background: #fff;
    }
    .website_gastro .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 106px;
        height: auto;
        /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
      }
      .website_gastro .bg-video-wrap video {
        min-width: 100%;
        width: 100%;
        min-height: auto;
        z-index: 1;
      }
      .website_gastro .overlay {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */
        background-size: 3px 3px;
        z-index: 2;
      }
      .website_gastro  .wave {
        position: absolute;
        left:0;
        right:0;
        bottom:0;
        z-index: 1;
      }
      .website_gastro .footer_copyright {
        background: #212121;
        }
      .website_gastro .wave + .website_gastro .wave {
        z-index: 2;
      }
      .website_gastro .header_area .trigger span {
        background: #333;
      }
      .website_gastro h1, .website_gastro h2,.website_gastro h3,.website_gastro h4,.website_gastro h5,.website_gastro h6 {
        font-family: "Quicksand", sans-serif;
        font-weight: 700;
        color: #333;
    }
      .website_gastro .slider_home {
        background: #ffff;
        padding: 60px 0 80px;
    }
      .website_gastro .header_area .trigger {

        position: relative !important
    }
    .website_gastro ul.list_ifo li a {
        color: #333;
    }

    .ct_wd_text {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    ul.nav i {
        color: #fff !important;
    }
    ul.nav {
        margin-top: 0;
    }
    .contact_widget .ct_wd_text .media:nth-child(2) .d-flex i {
        margin-top: 0px;
    }
    /******** style contact   *************/
    .header_page .row.home_banner_inner {
        align-items: center;
        justify-content: center;
        height: 100%;
        display: flex;
    }
    .header_page {
        margin: 0;
        position: relative;
        padding: 0;
        padding-top: 100px;
        padding-bottom: 50px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .header_page >div {
        height: 500px;
    }
    .header_page .row.home_banner_inner h1{
        color: #fff;
    }
    .header_page svg {
        position: absolute;
        bottom: 0;
    }
    .header_page:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    section.contact_content img {
        width: 100%;
    }
    .form-group.input_gr {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .form-group.input_gr .input-group.mb-3 {
        margin: 0 !important;
        padding: 0;
        margin-right: 6px !important;
    }
    .contact_content .btn-primary {
        color: #3e3e3e;
        background-color: transparent !important;
        border-color: #3e3e3e !important;
        border: 2px solid;
        border-radius: 5px;
        height: 50px;
        width: 100%;
    }
    .contact_content .form-control {
        height: 50px;
    }
    .contact_content textarea.form-control {
        height: auto !important;
    }
    section.contact_content {
        padding-bottom: 50px;
    }
    .menu_full ul.list-inline.header-social li {
        margin: 0 5px;
    }
    
    .etape2 .list_etaps{
        list-style: none;
        padding: 0;
          overflow: auto;
      }
      
    .etape2 .list_etaps label {
        color: #383838;
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        padding: 11px 0;
        height: auto;
        border: 2px solid #333;
        margin-bottom: 15px;
    }
      .etape2 .list_etaps label input[type=radio]{
        position: absolute;
        visibility: hidden;
        width: 100%;
        height: 100%;
      }
      
      
    .etape2 .list_etaps label label {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 1.35em;
        padding: 0;
        margin: 10px auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.1s linear;
    }
      
      .etape2 .list_etaps label:hover{
          color: #FFFFFF;
          border: 2px solid #025aa6;
          background-color: #025aa6;
          -webkit-transition: all 0.21s linear;
      }
      
      /* .etape2 ul li .check{
        display: block;
        position: absolute;
        border: 5px solid #AAAAAA;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 30px;
        left: 20px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear;
      } */
      
      .etape2 .list_etaps label .check {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;

      }
      
 
      
      .etape2 input[type=radio]:checked ~ .check {
        color: #FFFFFF;
          border: 2px solid #025aa6;
          background-color: #025aa6;
      }
      .etape2 input[type=radio]:checked ~ span {
        color: #FFFFFF;
        z-index: 1;
      }
      
      /* .etape2 input[type=radio]:checked ~ .check::before{
        background-color: #025aa6;
      }
      
      .etape2 input[type=radio]:checked ~ label{
        color: #FFFFFF;
      } */
      
      .etape2 h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 25px;
    }
    .links_etap2 a {
        background: #035aa6;
        color: #fff;
        padding: 12px 17px;
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
    }
    .links_etap2 button.green_btn {
        border: 0;
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
        padding: 0 20px;
        background-color: #333;
    }
    .rest_link a {
        border: 0;
        font-size: 17px;
        font-weight: 500;
        border-radius: 5px;
        padding: 10px 20px;
        background-color: #333;
    }
    .rest_link a i {
        font-size: 21px;
        position: relative;
        top: 3px;
        padding-right: 5px;
    }
    .links_etap2 {
        margin-top: 25px;
    }
    .links_etap2 a {
    display: block;
    text-align: center;
}
p.info_type {
    font-weight: bold;
    color: #1b1b1b;
    font-size: 19px;
    border-bottom: 2px solid #333;
    display: inline-block;
}
h4.note {
    color: #035aa6;
    font-size: 21px;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
}

.note_div{
    display: flex;
    width: 100%;
    justify-content: center;
}
.divider_note{
    width: 20%;
    background-color: #333;
    height: 2px;
    margin-bottom: 10px;
}
.note_box {
    border: 2px solid #333;
    padding: 10px 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h4.note.before_ligne {
    margin-bottom: 10px;
}

/******* style new home***/
.avantage h2 {
    text-align: left !important;
    display: block;
    width: 100%;
    font-size: 2.5em;
    margin-bottom: 45px;
}
h4.sub_title {
    font-size: 18px;
    color: #035aa6;
    text-align: left;
    display: block;
    width: 100%;
}
.list_avantage {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.list_avantage p {
    font-size: 17px;
}
.list_avantage img {
    width: 9% !important;
    right: 0 !important;
    height: auto;
    margin-right: 10px;
}
.content {
    width: 85%;
}
#avantage a {
    display: inline-block;
    background: #7a5a1e;
    padding: 10px 25px;
    border-radius: 25px;
    color: #3e3e3e;
    font-weight: bold;
    transition: all .5s;
}
#avantage a:hover {
    background: #3e3e3e;
    color: #fff;
}
.avantage {
    padding: 80px 0;
}
.link_demo {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@keyframes translateY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
  }
  .avantage_img{
      position: relative;
  }
  .avantage_img img{
      width: 60%;
      display: block;
      margin: auto;
      margin-top: 30px;
    -webkit-animation: translateY 10s linear infinite;
     animation: translateY 10s linear infinite;
  }
  .avantage_img:before {
    position: absolute;
    content: "";
    width: 195px;
    height: 195px;
    background: #7a5a1e8a;
    top: 0;
    right: 20px;
    z-index: 0;
    border-radius: 50px;
    -webkit-animation: translateY 5s linear infinite;
    animation: translateY 5s linear infinite;
}
.logo_client img {
    width: 100%;
}
section.box_list {
    background: #ececec;
    position: relative;
    min-height: 200px;
    padding: 15px 0 120px 0;
    margin: 70px 0 30px 0;
}
section.box_list svg.svg_top {
    position: absolute;
    top: -150px;
}
section.box_list svg.svg_bottom {
    position: absolute;
    bottom: 0;
}
section.box_list h2 {
    text-align: center;
    margin-bottom: 35px;
}
.box_advantage {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
    border-radius: 0px 32px 0px 32px;
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/* .box_advantage:hover{
    background-color: #7a5a1e;
    transition: all .3s;
} */
.box_advantage h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.box_advantage >*{
    position: relative;
}
.head-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.head-box img {
    width: 50px;
    margin-right: 15px;
}
.logos h2{
    text-align: center;
}
.box_advantage:before {
    content: '';
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    bottom: -50px;
    border-radius: 35px;
    background-color: #7a5a1e;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 0;
}
.box_advantage:hover:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #7a5a1e;
}
div#plat_jour .modal-dialog {
    width: 550px;
}
.modal-content.modal_plat_jour {
    width: 550px;
    background: transparent;
    border: 0px;
    position: relative;
}
.modal-content.modal_plat_jour p {
    font-weight: bold;
    color: #000;
    text-align: left;
}
.modal-content.modal_plat_jour span {
    color: #0159a8;
}
.note p {
    color:#0159a8 !important;
}
.note_last p {
    margin: 0;
}
.modal_plat_jour .link_close a {
    background: #333;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}
.modal_plat_jour h2 {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
.divider_plat {
    width: 90px;
    height: 2px;
    background: #333;
    margin-bottom: 10px;
}
.modal-content.modal_plat_jour img {
    width: 100%;
    border-radius: 10px;
}
.modal-content.modal_plat_jour .close {
    position: absolute;
    right: -11px;
    top: -11px;
    z-index: 99;
    opacity: 1;
    font-size: 25px;
}

.modal-content.modal_plat_jour .close span i {
    
    line-height: 35px;
    
    
}
.modal-content.modal_plat_jour .close span {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: #333;
    width: 35px;
    height: 35px;
}
span#error-tel {
    color: red;
    margin: 0;
}

/****** style about page *********/
.about_section img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}
.about_section .row {
    align-items: center;
    color: #000;
    font-weight: 500;
}
.title_about {
    text-align: center;
    margin-bottom: 15px;
}
.title_about h1{
    font-size: 2.5rem !important;
}
.row.items_list_box {
    margin: 50px 0;
    color: #000;
}
.items_list_box h2{
    text-align: left !important;
    margin-bottom: 25px!important;
    font-size: 1.5rem;
    color: #000;
}
.box_im {
    background: #fff;
    display: flex !important;
    /* margin-bottom: 30px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    color: #333;
}
a.child_pro {
    margin-bottom: 25px;
    position: relative;
}
a.child_pro .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  a.child_pro .overlay {
    position: absolute;
    top: 0;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(32, 98, 105,.7);
  }
  
  a.child_pro:hover .overlay {
    opacity: 1;
  }
  
  a.child_pro .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
 
  a.child_pro .text i {
    font-size: 2rem;
    }
    .info_box_contact .media i {
        font-size: 1.5rem;
        margin-right: 11px;
        color: #7a5a1e;
    }
    .info_box_contact .media-body p {
        margin: 0;
    }
    .info_box_contact .media {
        margin-bottom: 20px;
    }
    .info_box_contact .media-body * {
        color: #333;
    }
    .info_box_contact {
        font-weight: bold;
    }
    .opening-hours li {
        margin: 0;
        padding: 6px;
        border-bottom: 1px solid #525151;
    }
    .opening-hours li.today {
        background: #7a5a1e;
        color: #fff;
    }
    .contact_box h3 {
        color: #333;
        font-size: 1.5rem;
    }
    .horaire-blog {
        margin: 25px 0;
    }
    .contact_content h1 {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    .contact_box {
        padding: 25px !important;
        background-color: #FFFFFF;
        border-radius: 6px;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1),opacity 0s;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
        width: 100%;
    }
    .contact_content iframe {
        height: 300px !important;
        width: 100% !important;
    }
    .contact_content h2.title_con{
        color: #7a5a1e;
        font-size: 1.5rem;
    }
    ul.list_ifo.ul_menu {
        border-radius: 5px;
        width: 300px;
    }
    .menu_full .list_ifo li:last-child{
        border-bottom: 0px;
    }
    li.active_me {
        background: #7a5a1e;
    }
    .menu_full .list_ifo li:hover {
        transition: all ease-in-out .2s;
        background: #7a5a1e;
    }
    .menu_full .list_ifo li:last-child:hover{
        background: #fff;
    }
    .menu_full .list_ifo li:hover >a{
        transition: all ease-in-out .2s;
        color: #fff !important;
    }
    li.active_me a{
        color: #fff !important;
    }
    a.link_nav{
        padding: 7px !important;
    }
    .modal_laungue .laung_link{
        margin-bottom: 25px;
    }
/**** new style menu from left *****/
.navcar_from_left {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
button.btn-close.float-right {
    background: transparent;
    border: 0px;
}
button.btn-close i {
    font-size: 1.8rem;
    color: #7a5a1e;
}
.navcar_from_left.menu_full ul.list_ifo{
    width: 100%;
}
.offcanvas-header {
    position: absolute;
    top: 1%;
    width: 100%;
}
.meu_desc {
    display: none ;
}
.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
	
@media all and (max-width:992px) { 

 .offcanvas-header{ display:block; }
 li.social_menu a {
    text-align: center;
}
 .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0; 
    display:block;
    position: fixed;
    top: 0; left:0;
    height: 100%;
    z-index: 1200;
    width:50%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }
  .menu_full{
      width: 100% !important;
      position: initial !important;
      height: auto !important;
      display: block
  }
  .menu_full ul.list_ifo{
      width: 100% !important;
  }
}
@media all and (max-width:768px) { 
    .mobile-offcanvas{
        width:80% !important;
      }
      /* Hide scrollbar for Chrome, Safari and Opera */
    ::-webkit-scrollbar {
        display: none;
    }

} 
@media all and (min-width:768px) and (max-width:992px){
    .modal-dialog {
        max-width: 650px;
    }
}
.about_section .child_pro img{
    height: 280px;
    object-fit: cover;
}
li.lung_list_mobile:hover {
    background: transparent !important;
}
li.social_menu a {
    width: 18% !important;
    border: 1px solid #a9a8a8;
    margin: 3%;
    font-size: 23px;
    border-radius: 5px;
}
img.icon_catg {
    width: 260px !important;
    /* height: 300px !important; */
    display: block;
    margin: auto;
    margin-top: 5px;
    object-fit: contain !important;
}
.d_comun li{
    width: 100% !important;
}
.menu_seul_card{
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.menu_seul_card div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 5px;
}
.menu_seul_card label {
    width: 100%;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 1rem;
    padding: 5px;
}
.type_prix{
    position: relative;
}
/****style promo ********/
div#plat_jour .modal-dialog {
    width: 550px;
}
.modal-content.modal_plat_jour {
    width: 550px;
    background: transparent;
    border: 0px;
    position: relative;
}
.modal-content.modal_plat_jour p {
    font-weight: bold;
    color: #000;
    text-align: left;
}
.modal-content.modal_plat_jour span {
    color: #0159a8;
}
.note p {
    color:#0159a8 !important;
}
.note_last p {
    margin: 0;
}
.modal_plat_jour .link_close a {
    background: #333;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}
.modal_plat_jour h2 {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
.divider_plat {
    width: 90px;
    height: 2px;
    background: #333;
    margin-bottom: 10px;
}
.modal-content.modal_plat_jour img {
    width: 100%;
    border-radius: 10px;
}
.modal-content.modal_plat_jour .close {
    position: absolute;
    right: 0px;
    top: -15px;
    z-index: 99;
    opacity: 1;
    font-size: 25px;
}

.modal-content.modal_plat_jour .close span i {
    
    line-height: 35px;
    
    
}
.modal-content.modal_plat_jour .close span {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: #333;
    width: 35px;
    height: 35px;
}
.wrap-modal-slider .promo_content {
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
    border-radius: 5px;
    position: relative;
}
.plat_jour .slick-slide {
    margin: 0 5px;
}
.modal-dialog.modal-dialog-centered.modal-lg {
    padding: 0;
    margin: 0;
}
.menu_slid .slick-slide {
    min-height: 100vh !important;
}
.slick-slide >.row{
    min-height: 100vh !important;
}

.lightgallery2 .description_plat {
    padding: 0 12px;
}

  /* .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  } */

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mySwiper .swiper-slide h5 {
    padding: 8px 8px;
    border: 2px solid;
    border-radius: 50px;
    font-size: .8rem;
    text-align: center;
    min-width: 70px;
}
.swiper-slide-thumb-active h5{
    color: #fff !important;
}
.mySwiper .swiper-wrapper{
    height: 70px !important;
    box-sizing: border-box;
    padding: 10px 0;

  }
  /* .mySwiper{
    margin-bottom: 25px;
  } */
  /* .mySwiper .swiper-slide{
    flex-shrink: inherit;
    width: inherit !important;
  } */
  .mySwiper .swiper-slide{
    width: auto !important;
  }
  .mySwiper .swiper-slide h5{
    width: max-content;
  }
  .mySwiper2{
    height: min-content;
  }
  .swiper-wrapper{
    height: auto;
  }
  .sticky_bar {
    background: #f5f5f5;
    margin-bottom: 25px;
}
.sticky_bar.fixed .mySwiper{
    position: fixed;
    top: 56px;
    left: 0;
    z-index: 99;
    padding-left: 10px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    background: #f5f5f5;
    margin-bottom: 25px;
}
.title_categ {
    background: none !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    margin: 15px 0;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}
.title_categ h6{
    position: relative;
}
.title_categ h6:after {
    content: "";
    background: #7a5a1e;
    width: 28%;
    height: 2px;
    display: block;
    margin-top: 7px;
}
.title_categ img {
    width: 40px;
    margin-right: 15px;
}
.title_categ h6 {
    color: #232323;
    font-size: 1.2rem;
    margin: 0;
    text-transform: uppercase;
    padding: 5px 0;
}
p.p_resullt {
    text-align: center;
}
.price_title.space_top {
    margin-top: 270px;
}
.div_price .menu_item a{
    height: auto !important;
}
.prix_p {
    border-left: 2px solid #206269;
}
.price_left.double .prix_p{
    border-right: 0 !important;
}.item_menu_full .lightgallery2 img.img_pro{
    width: 100% !important;
}
span.partir {
    font-size: 11px;
    /* background: #333; */
}