.topSingleBkg {
    height: 300px;
}
.single-post-title {
    font-size: 50px;
    letter-spacing: 0.03em;
}
.top-blog-classic, .top-blog-list, .top-blog-grid-2cols, .top-blog-grid-3cols, .top-blog-single-page{
 background-image:url('images/pages-top/assiette_3.jpg');
 } 
 
 .full_pages .topSingleBkg {
    margin-bottom: 0 !important;
 }
 
 .carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 100px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url('/templates/luma/js/owl-carousel/nav_icon.png' ) no-repeat scroll 0 0;
      left: -33px;
  }
  .owl-carousel .next-slide{
      background: url('/templates/luma/js/owl-carousel/nav_icon.png' ) no-repeat scroll -24px 0px;
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }
     
  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }
  
 .clearfix {
  overflow: auto;
}

#id_contact{
   background: #f2f2f2;
}

#suivant {
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    border: 2px solid var(--primary-color);
    text-transform: uppercase;
    padding: 16px 24px;
    background: var(--primary-color);
    cursor: pointer;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
   background-color: #000000;
   opacity:0.5 ;
}

.widget_categories ul li span {
    margin-left: 15px;
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 13px;
    padding: 1px 7px;
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video {
    position         : relative;
    border-radius    : 5px;
    height           : 375px;
    -webkit-transform: translateY(100px);
    -ms-transform    : translateY(100px);
    transform        : translateY(100px);
    margin-top       : -100px;
}

.video.video-1 {
    position     : relative;
    margin-bottom: 0px;
}

.video.video-1 .btn-video {
    position        : absolute;
    bottom          : 30px;
    left            : 30px;
    background-color: transparent;
    height          : auto;
    padding         : 0;
}

.video.video-2 {
    -webkit-transform: translateY(0);
    -ms-transform    : translateY(0);
    transform        : translateY(0);
    margin-top       : 0;
}

.video.video-2 .btn-video {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

.video.video-3 {
    height           : 525px;
    border-radius    : 8px;
    margin-top       : 0;
    -webkit-transform: translateY(0);
    -ms-transform    : translateY(0);
    transform        : translateY(0);
}

.video.video-3 .btn-video {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

.mfp-bg {
    z-index: 1543;
}

.mfp-wrap {
    z-index: 1642;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform        : scale(1);
    }

    100% {
        -webkit-transform: scale(1.4);
        transform        : scale(1.4);
        opacity          : 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform        : scale(1);
    }

    100% {
        -webkit-transform: scale(1.4);
        transform        : scale(1.4);
        opacity          : 0;
    }
}

.btn-video .fa-play {
      font-size: 50px;  
}

.btn-video {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    width             : 170px;
    height            : 96px;
    padding           : 0 30px;
    border-radius     : 32px 32px 0 32px;
    background-color  : #FF0000; /*#435ba1;*/
    color             : #FF0000 ;
    -webkit-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
    cursor            : pointer;
    position          : relative;
  
}

.btn-video i {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -ms-flex-negative : 0;
    flex-shrink       : 0;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    width             : 54px;
    height            : 36px;
    background-color  : var(--global--color-white);
    z-index           : 5;
    color             : #FF0000 ; 
    font-size         : 16px;
    -webkit-box-shadow: 2.121px 2.121px 6px 0px rgba(3, 21, 50, 0.05);
    box-shadow        : 2.121px 2.121px 6px 0px rgba(3, 21, 50, 0.05);
    border-radius     : 8px;
    -webkit-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
    margin-right      : 15px;
}

.btn-video span {
    font-family   : var(--global--font-body);
    font-weight   : 700;
    font-size     : 15px;
    line-height   : 21px;
    text-transform: capitalize;
    color         : var(--global--color-white);
}

.btn-video.btn-video-2 {
    border-radius   : 0;
    background-color: transparent;
    padding         : 0;
    width           : auto;
    height          : auto;
}

.btn-video.btn-video-2 i {
    position        : relative;
    display         : -webkit-inline-box;
    display         : -ms-inline-flexbox;
    display         : inline-flex;
    width           : 88px;
    height          : 88px;
    padding         : 0;
    border-radius   : 50%;
    background-color: var(--global--color-white);
    margin-right    : 0;
    color           : var(--global--color-heading);
}

.btn-video.btn-video-2 i::after {
    content          : '';
    height           : 100%;
    width            : 100%;
    position         : absolute;
    top              : 0;
    left             : 0;
    right            : 0;
    border           : 2px solid rgba(255, 255, 255, 0.5);
    border-radius    : 100%;
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1);
    opacity          : 1;
    -webkit-animation: pulse 0.8s ease-out 0s infinite;
    animation        : pulse 0.8s ease-out 0s infinite;
    z-index          : -1;
}

.btn-video.btn-video-2:hover i {
    background-color: var(--global--color-primary);
    color           : var(--global--color-white);
}



/* Background Video */
.bg-video {
    position: relative;
}

.bg-video iframe {
    position         : absolute;
    top              : 0;
    left             : 0;
    right            : 0;
    -o-object-fit    : cover;
    object-fit       : cover;
    width            : 100%;
    height           : 100%;
    -webkit-transform: rotateZ(0);
    -ms-transform    : rotate(0);
    transform        : rotateZ(0);
}

.bg-video h2 {
    text-transform   : capitalize;
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%);
    -ms-transform    : translate(-50%);
    transform        : translate(-50%);
    z-index          : 5;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow        : none !important;
}

.bg-animate {
    background-size    : cover;
    background-position: 0px 0px;
    background-repeat  : repeat-x;
    -webkit-animation  : animatedBackground 30s linear infinite;
    animation          : animatedBackground 30s linear infinite;
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.entry-share-top, .entry-share-top a i  {
    color: #9fc4ce;
    font-size: 18px;
}

@media screen and (min-width: 1025px){
      .btn_reserver_mobile{
        display:none !important; 
      }
}

.btn_reserver_mobile{
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
    padding: .175rem .45rem;
    font-size: 0.8rem;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.food-menu div h4,  {
    font-size: 16px;
    padding-right: 80px;
    position: relative;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.menuTab .lien_categorie_menu {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.lien_categorie_menu{
    font-size: 20px !important;
}

#home-content-6   {
    background-image: url(images/home/parallax-bg-bar.jpg);
    margin-top:75px;
}

#home-content-6 .testimonial-info span i.fa{
    color: #9fc4ce ; 
    font-size: 20px;
    margin-top:5px;
}


.slider-img {
  min-height: 90vh;              /*  selon  design */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter 0.6s ease-out;
  filter: blur(15px);            /* flou initial (optionnel) */
}
.slider-img.loaded {
  filter: blur(0);
}

