
/*--------------------------------------------------------------
# Test
--------------------------------------------------------------*/
.test0 {
  background-color: purple;

}

.testa {
  padding-top: 30px;
  padding-bottom: 30px;

}

.test1 {

  height: 100%;
  margin-top: -60px;
  margin-bottom:-60px;

}

@media (max-width: 1023px) {
  .test1 {

    height: 100%;
    margin-top: -60px;
    margin-bottom:0px;

  }
}

.test2 {
  background-color: yellow;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #dd0000;
}

a:hover {
  color: #ffc56e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dancing Script', cursive;
}

@font-face{
     font-family: "AxarwebFont";
     src: url("../font/Axarweb-Audiowide-Regular.ttf");
}

/*--------------------------------------------------------------
# Widget button
--------------------------------------------------------------*/
.widget-btn {
  position: fixed;
  display: none;
  right: 15px;
  z-index: 99999;
}

.widget-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #dd0000;
  color: #fff;
  transition: all 0.4s;
  text-decoration: none;
}

.widget-btn i:hover {
  background: #ffa012;
  color: #fff;
}

.widget-btn a:hover {
text-decoration: none;
}
.back-to-top{
  bottom: 15px;
}

.phone-call{
  bottom: 115px;
}

.gps-btn{
  bottom: 65px;
}

.livraison-btn{
  bottom: 165px;
}

/*--------------------------------------------------------------
# GPS buttons
--------------------------------------------------------------*/
.gps-info{
  visibility: hidden;
}

.livraison-info{
  visibility: hidden;
}

.gps-btn2 {
  position: fixed;
  right: 65px;
  z-index: 99999;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  
  background-color: #dd0000;
  color: #fff;
  transition: all 0.4s;
 
}

.livraison-btn2 {
  position: fixed;
  right: 65px;
  z-index: 99999;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 140px;
  height: 60px;
  background-color: #dd0000;
  color: #fff;
  transition: all 0.4s;
 
}

.gps-waze {
  border-radius: 10px;
  bottom: 35px;
  background: #dd0000 url("../img/gps-link/Waze_logo.svg") no-repeat center center;
  background-size: 40px;
}

.gps-waze:hover {
  bottom: 39px;
}

.gps-google {
  border-radius: 10px;
  bottom: 85px;
  background: #dd0000 url("../img/gps-link/GoogleMaps_logo.svg") no-repeat center center;
  background-size: 40px;
}

.gps-google:hover {
  bottom: 89px;
}

.gps-apple {
  border-radius: 10px;
  bottom: 135px;
  background: #dd0000 url("../img/gps-link/AppleMaps_logo.svg") no-repeat center center;
  background-size: 40px;
}

.gps-apple:hover {
  bottom: 139px;
}

.gps-close {
  border-radius: 50px;
  bottom: 185px;
}

.gps-close:hover {
  bottom: 189px;
  color: #fff;
  background: #ffa012;
}

.livraison-link {
  border-radius: 10px;
  bottom: 165px;
}

.livraison-link:hover {
  bottom: 169px;
}

.livraison-close {
    position: fixed;
    right: 115px;
    z-index: 99999;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #dd0000;
    color: #fff;
    transition: all 0.4s;
  border-radius: 50px;
  bottom: 235px;
}

.livraison-close:hover {
  bottom: 239px;
  color: #fff;
  background: #ffa012;
}




.la-carte-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #dd0000;
  color: #fff;
  transition: all 0.4s;
}

.la-carte-btn i:hover {
  background: #ffa012;
  color: #fff;
}

.la-carte-btn {
  top: 25%;
  left:5px;
  position: fixed;
  z-index: 99999;
}

/* Number POPUP2 */

/* The actual popup2 */
.popup2 .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #444;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 30;
  bottom: 0%;
  right: 115%;
  margin-left: -80px;
}

/* Popup2 arrow */
.popup2 .popuptext::after {
  content: "";
  position: absolute;
  bottom: 40%;
  left: 100%;
  margin-right: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent transparent #444;
}

/* Toggle this class - hide and show the popup */
.popup2 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgb(26, 24, 22, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}

#topbar i {
  color: #dd0000;
}

#topbar i + i {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 50px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {

  background: rgba(26, 24, 22, 0.85);
}


#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    background: rgba(26, 24, 22, 0.85);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  padding: 9px 14px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #dd0000;
  text-decoration: none;
}

.nav-menu .book-a-table a {
  background: #dd0000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #433f39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #dd0000;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Number POPUP */

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #444;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 30;
  top: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin-right: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent #444 transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #433f39;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #dd0000;
  text-decoration: none;
}

.mobile-nav .book-a-table a {
  background: #dd0000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(39, 37, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.nav-item .nav-link2 i {
  font-size: 25px;

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

.carousel-test {
  text-align: center;
  vertical-align: center;
  background-color: red;
  
}

.carousel-indicators2 li {
  background-color:#dd0000;
}

.carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item2 {
  width: 100%;
  height: 56vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-slide-1 {

  background: url(../img/slide/slide-1.jpg);
}

.bg-slide-2 {

  background: url(../img/slide/slide-2.jpg);
}

.bg-slide-3 {

  background: url(../img/slide/slide-3.jpg);
}

.carousel-item::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-item2::before {
  content: '';
  background-color: rgba(12, 11, 10, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #dd0000;
}

#hero h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

.carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

.carousel-inner .carousel-item,
.carousel-inner .active.carousel-item-left,
.carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.carousel-inner .active,
.carousel-inner .carousel-item-next.carousel-item-left,
.carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .active.carousel-item-left,
.carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.carousel-indicators li {
  cursor: pointer;
}


#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #dd0000;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #dd0000;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }

  #hero .bg-slide-1 {
    background: url(../img/slide/slide-1-phone.jpg);
  }

  #hero .bg-slide-2 {
   background: url(../img/slide/slide-2-phone.jpg);
  }

  #hero .bg-slide-3 {
   background: url(../img/slide/slide-3-phone.jpg);
  }

  .carousel-item2 {
    width: 100%;
    max-height: 24vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}



.section-title h2 span {
  color: #dd0000;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f2f1ef;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

.breadcrumbs-menu-info{
  font-family: Satisfy;
  font-size: 24px;
  font-weight: 300;
  margin: 0;

}

.plus-icon {
  font-size:15px;
  color:red;

}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #fffaf3;
}

.about .content {
  padding: 0 80px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li + li {
  margin-top: 15px;
}

.about .content ul li {
  position: relative;
  padding-left: 26px;
}

.about .content ul i {
  font-size: 20px;
  color: #dd0000;
  position: absolute;
  left: 0;
  top: 2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#dd0000 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #dd0000;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .about .content, .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 10px;
  }
  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/

.voir-la-carte-btn {
  padding-top: 25px;
}

.icon-voir-la-carte-btn {
  font-size: 30px;
  vertical-align: middle;
}

.menu {
  padding-bottom: 0;
}

#menu .gallery-item {
  overflow: hidden;
    border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;

  background-color: #1a181649;
  border-radius: 25px;


}

#menu .gallery-item img {
  transition: all ease-in-out 0.4s;
}

#menu .gallery-item:hover img {
  transform: scale(1.1);
  z-index: 0;
}



#specials .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 25px;
  background-color: #1a181649;
  border-radius: 25px;

}

#specials .gallery-item img {
  transition: all ease-in-out 0.4s;
}

#specials .gallery-item:hover img {
  transform: scale(1.1);
}

.img-specials {
  border-radius: 10px;
  box-shadow: 3px 3px 8px #666;
}

.on-group{
  font-family: "Poppins", sans-serif;
  margin-bottom: -40px;
  font-weight: 600;
  font-size:30px;
  color:black ;
  text-shadow: 0.03em 0.03em #666666;
}

.sub-group{
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  font-weight: 700;

  padding-top: 10px;
  margin-bottom: -10px;
  padding-bottom: 15px;

  color: #dd0000;

}

.sub-group:hover {
  color: #ffc56e;
  text-decoration: none;
}

#menu .agroup {
  color: #1a1816;
}

#menu .agroup:hover {
  color: #dd0000;
  text-decoration: none;
}

.meal-size{
  width: 100%;
  height: auto;




  z-index: 2;

  margin-left: auto;
  margin-right: auto;
}

.drink-size{
  max-height: 250px;
  max-width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: -15px;
  -webkit-filter: drop-shadow(7px 7px 0px rgba(22, 22, 22, 0.35));
  filter: drop-shadow(7px 7px 0px rgba(22, 22, 22, 0.35));
  z-index: 2;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.price-tag {
  background: rgba(26, 24, 22, 0.85);
  color: #fff;
  position:absolute;
  left:0px;
  height: 45px;
  width: 65px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 15px;
  z-index: 1;
  font-size: 12px;
  vertical-align:   middle;
  text-align:   center;
}

.price-tag2 {
  background: rgba(26, 24, 22, 0.85);
  color: #dd0000;
  position:absolute;

  height: 60px;
  width: 60px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 25px;
  z-index: 999999999;
  font-size: 18px;

}

.taci {
  font-size: 25px;
}

.taci-inf {
  font-size: 18px;
  margin-left: -7px;
}

.taci-left {
  font-size: 25px;

}

.supp {
  font-size: 18px;
  margin-left:  -5px;
}

.supp2 {
  font-size: 18px;
  margin-left:  -11px;
}

.rotate {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(-75deg);
  -moz-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  -o-transform: rotate(-75deg);
  transform: rotate(-75deg);
  display: inline-block;
}

.tag-seul {
  top:50px; 
}

.tag-menu {
  top:120px; 
}



.test46 {
  min-height: 150px;
  min-width: 245px;
}

.test46 {
  max-height: 200px;
  max-width: 200px;

  min-height: 180px;
  min-width: 180px;
}

.price-tag2 {
  background: rgba(26, 24, 22, 0.85);
  color: #fff;
  position:absolute;
  left:auto;
  height: 60px;
  width: 60px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 25px;
  z-index: 99999999999999999999999999999999999999999;
  font-size: 18px;
  vertical-align:   middle;
  text-align:   center;
}


/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.sidebar-nav{
  background: rgba(26, 24, 22, 0.85);
}

.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;

}

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #dd0000;
}

.specials .nav-link.active {
  color: #dd0000;
  border-color: #dd0000;
}

.specials .nav-link2 {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;

  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link2:hover {
  color: #dd0000;
}

.specials .nav-link2.active {
  color: #dd0000;
  border-right: 2px solid #dd0000;
  background: rgba(0,0,0, 0);
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
  .specials .nav-link.active {
    color: #fff;
    background: #dd0000;
  }
  .specials .details h3 {
  margin-top: 20px;
  }
}








/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 11, 10, 0.7);
}

.testimonials-section-title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  z-index: 3;
}

.testimonials-section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.testimonials-section-title h2 span {
  color: #dd0000;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  font-family: "Comic Neue", sans-serif;
}

.testimonials .testimonial-item .stars {
  color: #dd0000;
  margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #dd0000 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  background: #fffaf3;
}

.contact .info {
  margin-top: 30px;
  width: 100%;
  background: #fffaf3;
}


.contact .info i {
  font-size: 20px;
  color: #dd0000;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  background: #dd0000;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Inner page button
--------------------------------------------------------------*/
.inner-page{
visibility: hidden;
}

@media (max-width: 1023px) {
  .inner-page{
    visibility: visible;
  }
}

.inner-page-btn{
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-page-btn a {
  background: #dd0000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.inner-page-btn a:hover {
  background: #ffa012;
  color: #fff;
}

.mobile-nav .inner-page-btn a {
  background: #dd0000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .inner-page-btn a:hover {
  background: #ffa012;
  color: #fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #dd0000;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #dd0000;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .a-credits {
   font-family: AxarwebFont, sans-serif;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Slick caroussel
--------------------------------------------------------------*/
.slick-centerisation-- {
  box-sizing: content-box;
  width: 100%;
  position: absolute;
  top: 50%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%);
  left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
}

.slick-specials {
  overflow: hidden;
  padding-bottom: 2px;
  padding-top: 2px;
}

.slick-section-title {
  text-align: center;
  padding-bottom: 5px;
}

.slick-section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.slick-section-title h2 span {
  color: #dd0000;
}

.slick-section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

.slick-box{
  border-radius: 10px;
}

.slider {
    width: 100%;
    margin: 10px auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar{

  background: rgba(26, 24, 22, 0.85);
}

/* Desktop Navigation */
.sidebar-menu, .sidebar-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.sidebar-menu a {
  display: block;
  position: relative;
  color: white;
  padding: 9px 14px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.sidebar-menu a:hover, .sidebar-menu .active > a, .sidebar-menu li:hover > a {
  color: green;
  background-color: #ffa012;
  text-decoration: none;
}

.sidebar-menu .book-a-table a {
  background: #dd0000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.sidebar-menu .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(26, 24, 22, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top: 70px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 99999999;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999999;
}
#cookieConsent a {
    color: #dd0000;
    text-decoration: none;
}

#cookieConsent a:hover{
    color: #ffa012;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #dd0000;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #ffa012;
}
/*Cookie Consent End*/



.owl-prev {
  width: 20px;
  height: 100px;
  position: absolute;
  top: 30%;
  margin-left: -15px;
  display: block !important;
  border:0px solid black;
}

.owl-next {
  width: 20px;
  height: 100px;
  position: absolute;
  top: 30%;
  right: -15px;
  display: block !important;
  border:0px solid black;

}
.owl-prev i, .owl-next i {transform : scale(3); color: black;}