
html {
    scroll-behavior: smooth;
  }
.header-transparent .logo-light {
    display: inline-block;
    width: 100px;
}
img.footer__logo {
    width: 150px;
    margin: 20px 0;
}
.portfolio-item .portfolio__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

a.reservation__banner-contact-phone {
    font-size: 20px !important;
}
.header-transparent .navbar {
    background-color: #ffffff;
}
.header-transparent .navbar__action-btn, .header-transparent .nav__item .nav__item-link {
    color: #333;
}
.header-transparent+.slider {
    margin-top: 0;
}
h3.heading__title {
    font-size: 1.5rem;
}
.img_boxs {
    justify-content: center;
    margin: 25px 0;
}

.divider_box {
    width: 80%;
    height: 2px;
    background: #7a5a1e;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.footer__logo-wrap:before,.footer__logo-wrap:after{
    display: none;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.opening-hours li.today {
    background: #7a5a1e;
    color: #fff;
}
.opening-hours li {
    margin: 0;
    padding: 6px;
    text-align: left;
    border-bottom: 1px solid #525151;
}
.footer .contact-box .contact__box-title {
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    font-size: 1.5rem;
}
ul.contact__box-list.list-unstyled li {
    margin: 15px 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
ul.social__icons li i {
    font-size: 1.5rem;
}
ul.social__icons {
    margin-bottom: 25px;
}
ul.contact__box-list.list-unstyled li i {
    font-size: 1.3rem;
    margin-right: 5px;
    color: #7a5a1e;
}
.phone_demo {
    width: 390px;
    height: 726px;
    transition: .3s linear all;
    flex-shrink: 0;
    margin: auto;
    /* box-shadow: 0 0 20px 10px rgba(0,0,0,0.2); */
    padding: 10px 7px;
    border-radius: 20px;
    /* background: #3e3e3e; */
    align-self: center;
    position: relative;

}
/* .phone_demo .notch {
    position: absolute;
    height: 1rem;
    width: 28%;
    background-color: #3e3e3e;
    z-index: 9;
    right: 50%;
    transform: translate(50%,-5%);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
} */
.phone_demo .iframe_div {
    position: relative;
    border-radius: 57px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
    height: 100%;
    background-color: #000;
}
.phone_demo iframe {
    height: 94%;
    display: block;
    width: 91%;
    left: 5%;
    margin: auto;
    border-radius: 12px;
    overflow-y: hidden;
    background: #333;
    position: absolute;
}
.iframe_div img {
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.box_menu{
    padding: 0 !important;
}
.box_menu .modal-dialog.modal-dialog-centered {
    max-width: 60%;
    height: 100%;
    margin: auto;
}
.box_menu .modal-content{
    background-color: transparent;
    border: 0px;
}
button.close {
    position: absolute;
    right: 2%;
    top: 2%;
    opacity: 1;
    z-index: 2;
}
.box_menu {
    background: rgb(122 90 30 / 74%);
}
.demo_page h3 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
}
button.close i {
    color: #fff;
    opacity: 1 !important;
    font-size: 2.2rem;
}
.demo_box {
    z-index: 9;
}
.reservation__banner {
    background: #0e0e0e;
}
ul.list-unstyled.opening-hours.h_reserv li {
    padding: 0 5px;
}
.item_social {
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.item_social span {
    margin-top: 6px;
    display: block;
}
.item_social i {
    font-size: 4rem;
    color: #c5c5c5;
}
.item_social a:hover >i {
    color: #7a5a1e;
    transition: all .2s;
}
.social_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_form iframe {
    height: 100%;
}


.navbar .nav__item .nav__item-link {
    font-size: 1rem;
}
@media only screen and (min-width: 1200px)  and (max-width: 1440px){
    .portfolio-item .portfolio__img img {
        width: 100%;
        height:  280px !important;
        object-fit: cover;
      }
      .navbar .nav__item .nav__item-link {
        font-size: .9rem;
    }
  }

@media only screen and (min-width: 992px)  and (max-width: 1200px){

      .navbar .nav__item .nav__item-link {
        font-size: .7rem;
    }
  }

  .iti.iti--allow-dropdown {
    width: 100%;
}
  .iti.iti--allow-dropdown {
    width: 100%;
}
.item_social a {
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    width: 120px;
    height: 110px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error{
    color: red;
}
li.lung_list_des {
    display: flex;
    align-items: center;
    width: 125px;
}
.laung_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.laung_link img {
    width: 100%;
}
.laung_link a {
    width: 22px;
    display: block;
    margin: 0 5px;
}
/****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: -11px;
    top: -11px;
    z-index: 99;
    opacity: 1;
    font-size: 25px;
}

.modal-content.modal_plat_jour .close span i {
    
    line-height: 1.8rem;
    font-size: 1.8rem !important;
    
    
}
.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;
}
button.btn.btn__primary.btn__block {
    margin-top: 15px;
}