@charset "UTF-8";
:root {
  --color1: #1e1e1c ;
  --color2: #ec8079 ;
  --color3: #787878 ;
  --menu: #FFF;
  --menu-link: #000 ;
}

*{
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a{
  color : var(--color2);
}
html, body {
  width: 100%;
  height: 100%;
  background: #FFF;
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none !important;
}
.mg-bt-30{
  margin-bottom: 30px;
}
.relative {
  position: relative;
}

.flex-vertical {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  align-items: center;
}

.barAdmin {
  display: none;
  position: fixed;
  height: 30px;
  width: 100%;
  background: #000;
  line-height: 30px;
  padding: 0px 10px;
  color: #FFF;
  z-index: 99;
}





@media only screen and (min-width: 300px) and (max-width: 667px){
  .home .slider .bottomnav{
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .barAdmin {
    display: none;
  }
}
.barAdmin a {
  color: #FFF;
  font-size: 12px;
}

.mt-60 {
  margin-top: 60px;
}

.goAdmin {
  position: fixed;
  top: 130px;
  right: 40px;
  width: 50px;
  height: 50px;
  font-size: 25px;
  z-index: 10;
  color: #FFF;
  background: var(--color2);
  border-radius: 17px;
  line-height: 50px;
  text-align: center;
}

.btn-v1 {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px 30px;
  background: var(--color2);
  cursor: pointer;
}
.btn-v1:hover {
  color: #FFF;
  background: var(--color1);
}
@media screen and (max-width: 1000px) {
  .btn-v1 {
    width: 100%;
    text-align: center;
  }
}

.hide {
  display: none !important;
}

.btn-pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error-border {
  border: 1px solid red;
}
.no-error {
  border: 1px solid #ced4da !important;
}

.color {
  color: var(--color1);
}

.btnV3 {
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 10px 25px;
  margin-top: 10px;
  background: var(--color1);
}
.btnV3:hover {
  background: var(--color2);
  color: #FFF;
}

.template_arround .btn-v1 {
  border-radius: 15px;
}
.template_arround .btn-image {
  border-radius: 15px;
}
.template_arround .btnV3 {
  border-radius: 15px;
}
.template_arround .btn-see {
  border-radius: 15px;
}
.template_arround .main-iamge {
  border-radius: 20px;
}
.template_arround .link_img {
  border-radius: 20px;
}
.template_arround .swiper-container {
  border-radius: 20px;
  overflow: hidden;
}
.template_arround .btn-immoCard {
  border-radius: 15px;
}
.template_arround .link_img {
  border-radius: 20px;
  overflow: hidden;
}
.template_arround .block_etape {
  border-radius: 20px;
  overflow: hidden;
}
.template_arround .book-table-bg .justify-content-center {
  border-radius: 20px;
  overflow: hidden;
}
.template_arround .bloc-testimonial {
  border-radius: 15px;
  overflow: hidden;
}
.template_arround .thumb-team {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 30px;
}
.template_arround .btn-cta {
  border-radius: 15px;
}
.template_arround .calltoaction .btn-cta {
  border-radius: 15px;
}

.calltoaction {
  overflow: hidden;
  background: var(--color1);
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .calltoaction {
    padding: 40px 0;
  }
}
.calltoaction h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
}
@media screen and (max-width: 1000px) {
  .calltoaction h2 {
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.calltoaction .btn-cta {
  background: var(--color2);
  padding: 13px 30px;
  color: #fff;
  border-radius: 0px;
}
@media screen and (max-width: 1000px) {
  .calltoaction .btn-cta {
    width: 100%;
  }
}

.gallery a {
  display: flex;
  object-fit: cover;
  height: 100%;
}

.team-text a {
  color: var(--color2);
  font-weight: bold;
}
.team-text .name {
  font-weight: bold;
  margin: 5px 0px;
  text-align: center;
  color: var(--color1);
}
.team-text .function {
  text-align: center;
  color: var(--color2);
}

.home {
  height: 100%;
  margin-bottom: 80px;
}
.home .gradient__brand-secondary {
  stop-color: var(--color1);
}
.home .gradient__brand {
  stop-color: var(--color1);
}
.home .vegas-timer-progress {
  background: var(--color1);
}
.home .vegas-timer {
  z-index: 2;
}
.home .logo {
  position: absolute;
  width: 200px;
  left: 30px;
  top: 50px;
  z-index: 9999;
  display: none;
}
.home .slider {
  position: relative;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 700px;
  height: calc(100vh - 80px);
  display: grid;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home .slider::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--color1);
  /* The Fallback */
  background: rgba(var(--color1), 0.3);
  background: var(--color1);
  opacity: 0.3;
}
.home .slider .action_slider {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 70px;
  background: #FFF;
}
.home .slider .bottomnav {
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 260px;
  bottom: -40px;
  background: #fff;
  right: 0%;
  transform: translate(0%, -50%);
}
.home .slider .bottomnav .counter {
  position: absolute;
  font-weight: bolder;
  color: var(--color1);
  line-height: 80px;
  padding-left: 50px;
}
.home .slider .bottomnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 80px;
  float: right;
}
.home .slider .bottomnav ul li {
  padding-right: 50px;
  display: inline-block;
}
.home .slider .bottomnav ul li i {
  font-size: 20px;
  color: var(--color1);
}
.home .slider .texte {
  margin: auto;
  width: 70%;
  text-align: center;
  z-index: 2;
}
.home .slider .texte h1 {
  color: var(--color2);
}
.home .slider .v2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  width: 600px;
}
@media screen and (max-width: 1000px) {
  .home .slider .v2 {
    width: 90%;
    top: 20%;
    bottom: inherit;
  }
}
.home .slider .v2 h1 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .home .slider .v2 h1 {
    font-size: 50px;
  }
}
.home .slider .v2 h2 {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 0.7;
  font-weight: 500;
}
.section-testimonials {
  background: #f7f5f6;
  height: 530px;
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.bloc-testimonial {
  height: 430px;
  background: #ffffff;
  width: 1035px;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1150px) {
  .bloc-testimonial {
    width: 100%;
    height: auto;
  }
}

.testimonial-slide .img-testimonial {
  margin: auto;
}

.testimonial-slide .img-testimonial img {
  width: 145px;
  height: 145px;
  border-radius: 100px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 35px;
}

.testimonial-slide .text-testimonial .text-avis {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 60px;
  color: #7b7b7b;
  line-height: 30px;
}

.testimonial-slide .text-testimonial .text-name {
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 16px;
  color: #7b7b7b;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color2);
}
@media screen and (max-width: 1000px) {
  .testimonial-slide .text-testimonial .text-name {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

.arrow-testimonial {
  position: absolute;
  background: #fff;
  width: 95px;
  height: 95px;
  border-radius: 100px;
  line-height: 110px;
}

.left-testimonial {
  top: 50%;
  transform: translate(-35%, -50%);
}

.right-testimonial {
  right: 20px;
  top: 50%;
  transform: translate(35%, -50%);
}

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

.slick-prev {
  width: 95px;
  left: -80px !important;
  z-index: 1;
}

.slick-next {
  width: 95px;
  right: -80px !important;
  z-index: 1;
}

.slick-dots {
  bottom: 15px !important;
}

.slick-dots li.slick-active button:before {
  font-size: 14px;
}


@media screen and (min-width: 1440px) {
  .left-testimonial {
    transform: translate(100%, -50%);
  }

  .right-testimonial {
    transform: translate(-95%, -50%);
  }
}
.header {
  z-index: 99;
}


@media screen and (min-width: 1200px) {
  .app .actus.harmonie .thumb_actu .link_img img{
    max-height: 120px !important;
  }
}





    .header .topBar_up{
      height: 30px;
      line-height: 30px;
      position: fixed;
      left: 0;
      right: 0;
      top: 0px;
      height: 30px;
      line-height: 30px;
      color: #FFF;
      background: #FFF;
      background:  var(--color1);
      z-index: 999;
    }

    .header .marquee  span{
       margin-right: 250px;
        font-family: 'Montserrat';
        font-weight: 400;
        letter-spacing: 3px;
        font-size: 14px; 
        color: #FFF;
    }
    .header .marquee  span:last-child{
      margin-right: 0px;
    }
    .header .topBar_up .marquee-rtl {
      color: #000;
      overflow: hidden;                     /* masque tout ce qui dépasse */
    }

    .header .topBar_up .marquee-rtl span{
      margin-right: 350px;
        font-family: 'Montserrat';
        font-weight: 400;
        letter-spacing: 3px;
        font-size: 14px;                  /* masque tout ce qui dépasse */
    }

    .header .topBar_up  .marquee-rtl > :first-child {
      display: inline-block;                /* modèle de boîte en ligne */
      padding-right: 2em;                   /* un peu d'espace pour la transition */
      padding-left: 100%;                   /* placement à droite du conteneur */
      white-space: nowrap;                  /* pas de passage à la ligne */
      animation: defilement-rtl 50s infinite linear;
    }

    @keyframes defilement-rtl {
      0% {
        transform: translate3d(0,0,0);      /* position initiale à droite */
      }
      100% {
        transform: translate3d(-100%,0,0);  /* position finale à gauche */
      }
    }
    


.header .topBar {
  position: fixed;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  background: var(--color1);
  z-index: 99;
}
.header .topBar .block_info {
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  display: inline;
  padding-left: 40px;
  padding-right: 20px;
  margin-left: 20px;
  float: left;
}
@media screen and (max-width: 1000px) {
  .header .topBar .block_info {
    font-size: 9px;
    padding-left: 29px;
    padding-right: 11px;
    margin-left: 20px;
  }
}
.header .topBar .block_info.br {
  margin-left: 0px;
}
.header .topBar .block_info.br:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 10px;
  top: 9px;
  background: #FFF;
  width: 1px;
}
.header .topBar .block_info a {
  color: #FFF;
}
.header .topBar .block_info.align-right {
  float: right;
  padding-right: 0px;
}
@media screen and (max-width: 1000px) {
  .header .topBar .block_info.align-right {
    display: none;
  }
}
.header .topBar .block_info i {
  position: absolute;
  font-size: 18px;
  top: 6px;
  left: 0;
}
.header .topBar .link_sociaux {
  display: none;
}
.header .wrap_menu {
  height: 80px;
  border-bottom: 1px solid #ededed;
  background: var(--menu);
  z-index: 9;
  width: 100%;
}
.header .wrap_menu .logo {
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 1000px) {
  .header .wrap_menu .logo {
    position: relative;
    /* top: 10px; */
    /* left: 50%; */
    text-align: center;
  }
}
.header .wrap_menu .logo img {
  height: 60px;
}
.header .wrap_menu .menu {
  height: 80px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .header .wrap_menu .menu {
    display: none;
  }
}
.header .wrap_menu .menu ul {
  display: inline-block;
  height: 80px;
  line-height: 80px;
}
.header .wrap_menu .menu ul li {
  float: left;
}
.header .wrap_menu .menu ul li a {
  display: inline-block;
  font-size: 13px;
  font-family: "Montserrat";
  color: var(--menu-link);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 25px;
}
.header .wrap_menu .menu ul li a.active, .header .wrap_menu .menu ul li a:hover {
  color: var(--color2);
}
.header .wrap_menu .menu .dropdown {
  position: absolute;
  top: 0px;
  left: 0px;
  background: red;
  display: inherit;
}
.header .wrap_menu .menu .dropdown-menu {
  height: 30px !important;
}
.header .wrap_menu .menu .dropdown-menu li {
  line-height: normal;
  float: right !important;
}
.header .wrap_menu .menu .dropdown-menu li a {
  font-size: 12px !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  color: #8b8b8b !important;
}
.header .wrap_menu .menu .subMenu {
  display: none;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 65px;
  right: 10px;
  z-index: 99;
  line-height: initial !important;
}
.header .wrap_menu .menu .subMenu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #FFF transparent;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: -10px;
  right: 19px;
  z-index: -1;
}
.header .wrap_menu .menu .subMenu ul {
  float: inherit;
  line-height: 1px !important;
  height: auto !important;
}
.header .wrap_menu .menu .subMenu ul .subLi {
  background: #FFF;
  height: 40px;
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  min-width: 250px;
}
.header .wrap_menu .menu .subMenu ul .subLi:last-child {
  border-bottom: 0px solid #e6e6e6;
}
.header .wrap_menu .menu .subMenu ul .subLi a {
  padding-right: 25px !important;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-transform: initial !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.header .wrap_menu .link_sociaux {
  position: absolute;
  right: 0;
  top: 25px;
}
@media screen and (max-width: 1000px) {
  .header .wrap_menu .link_sociaux {
    display: none;
  }
}
.header .wrap_menu .link_sociaux ul {
  padding: 0;
  margin: 0;
}
.header .wrap_menu .link_sociaux ul li {
  float: left;
}
.header .wrap_menu .link_sociaux ul li a {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px;
}
.header .wrap_menu .link_sociaux ul li a i {
  font-size: 28px;
  color: var(--color3);
}
.header .wrap_menu .link_sociaux ul li a i:hover {
  color: var(--color2);
}

.header2 {
  height: auto;
}
.header2 .logo {
  display: block;
  position: relative !important;
  margin: auto;
  text-align: center;
  margin: 20px;
  top: 0 !important;
}
.header2 .topBar .align-right {
  float: left !important;
}
.header2 .topBar .align-right:after {
  content: "";
  position: absolute;
  left: -20px;
  height: 10px;
  top: 9px;
  background: #FFF;
  width: 1px;
}
.header2 .topBar .link_sociaux {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
.header2 .topBar .link_sociaux ul {
  padding: 0;
  margin: 0;
}
.header2 .topBar .link_sociaux ul li {
  float: left;
}
.header2 .topBar .link_sociaux ul li a {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px;
}
.header2 .topBar .link_sociaux ul li a i {
  font-size: 17px;
  color: #FFF;
}
.header2 .topBar .link_sociaux ul li a i:hover {
  color: var(--color2);
}
.header2 .wrap_menu {
  height: auto;
}
.header2 .wrap_menu .link_sociaux {
  display: none;
}

.homepage_menu .wrap_menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #FFF;
  z-index: 99;
}

.homepage {
  text-align: center;
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homepage:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.homepage .homeTitle {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
}
.homepage .homeTitle .logo {
  display: block;
  margin: auto;
  width: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .homepage .homeTitle .logo {
    margin-bottom: 20px;
  }
}
.homepage .homeTitle h1 {
  font-size: 60px;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .homepage .homeTitle h1 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.homepage .homeTitle h2 {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.homepage .homeTitle .scroll {
  display: inline-block;
  margin-top: 140px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17px 0 17px;
  border-color: #FFF transparent transparent transparent;
  cursor: pointer;
}
.homepage .topBar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 19;
}
.homepage.version_home_3:after {
  content: "";
  display: none !important;
  background: red;
}
.homepage.version_home_3 .homeTitle {
  position: relative;
  width: 470px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .homepage.version_home_3 .homeTitle {
    width: 100%;
  }
}
.homepage.version_home_3 .homeTitle .logo {
  margin-left: 0px;
  margin-bottom: 70px;
}
.homepage.version_home_3 .homeTitle h1 {
  margin-bottom: 40px;
  margin: 31px 0 45px;
  font-style: normal;
  font-weight: bold;
  font-size: 44px !important;
  line-height: 49px !important;
  color: var(--color1);
}
.homepage.version_home_3 .homeTitle h2 {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: var(--color1);
}
.homepage.version_home_3 .homeTitle .scrollHome {
  display: none;
}

.home-reserve {
  background: red;
}

.resto .fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.resto .image-collge-wrap:before {
  border-color: #C19D60;
}
.resto .image-collge-wrap:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -50px;
  right: 50px;
  height: 150px;
  background: #f9f9f9;
  border: 1px dotted;
}
.resto .main-iamge {
  position: relative;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  float: left;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.35);
  display: flex;
}
.resto .main-iamge img, .resto .images-collage-item img, .resto .menu-item-media img {
  width: 100%;
  height: 100%;
}
.resto .images-collage-item {
  overflow: hidden;
  height: auto;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .resto .images-collage-item {
    display: none;
  }
}

.section-dec.sec-dec_top {
  top: 70px;
  left: 70px;
  border-top: 1px dotted;
  border-left: 1px dotted;
}
@media screen and (max-width: 1000px) {
  .section-dec.sec-dec_top {
    display: none;
  }
}

.section-dec {
  position: absolute;
  width: 60px;
  height: 60px;
}

.book-table-bg {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("/img/demo/home.png");
  background-image: url("http://restabook.kwst.net/light/images/bg/2.jpg");
  background-image: url("/img/demo/puzzle/P1103645.JPG");
  width: 100%;
  padding: 0;
  position: relative;
}

.book-table-bg:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.table-booking, .table-booking-menu {
  background-color: #FFF;
  height: 520px;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.table-booking, .table-booking-menu .content-right {
  color: #FFF;
}
@media screen and (max-width: 1000px) {
  .table-booking, .table-booking-menu .content-right {
    padding: 30px;
  }
}

.table-booking h4, .table-booking-menu h4 {
  font-size: 45px;
  color: #191919;
  font-weight: bold;
  margin-bottom: 60px;
}

.table-booking-menu h4 {
  margin-bottom: 15px;
}

.table-booking-menu h4 {
  color: #FFF;
}

.table-booking p {
  font-size: 15px;
  color: var(--color3);
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.8;
  width: 400px;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .table-booking p {
    width: 100%;
    padding: 0 0px;
    text-align: justify;
  }
}

.table-booking-menu {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
  .table-booking-menu {
    height: auto;
  }
}

.time-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 22px 50px;
}
@media screen and (max-width: 1000px) {
  .time-menu {
    margin: 22px;
  }
}

.time-menu p {
  margin: 0;
  color: #fff;
}

.time-menu:after {
  content: "";
  border-bottom: 1px dashed #fff;
  position: absolute;
  width: 40%;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .time-menu:after {
    content: "";
    border-bottom: 1px dashed #fff;
    position: absolute;
    width: 20%;
    left: 38%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.time-menu.active p {
  color: var(--color2);
}

.time-menu.active:after {
  border-bottom: 1px dashed #c8a97e;
}

.btn-image {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  background: var(--color2);
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  padding: 11px 15px;
  z-index: 7;
}
.btn-texte {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  background: var(--color2);
 
  padding: 11px 15px;
  z-index: 7;
  margin-top: 20px;
}
.btn-image:hover {
  color: #FFF;
  background: var(--color1);
}
.btn-texte:hover {
  color: #FFF;
  background: var(--color1);
}

.bg-background {
  background: #f1eded;
  background: var(--color1);
  background: var(--color4);
}
.bg-background .title2 {
  color: #FFF !important;
  color: var(--color1) !important;
}
.bg-background ul li {
  color: #FFF;
}

.bg-background .tiret {
  background: #ffffff !important;
  background: var(--color1) !important;
}

.bg-background p {
  /*color: #FFF !important; */
}

.bg-background .btn-v1 {
  background: #FFF;
  color: var(--color1);
}

.resto .main-iamge {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.full {
  min-height: 100vh;
}

.cta {
  height: 200px;
  /* line-height: 290px; */
  width: 100%;
  background: var(--color2);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.cta p {
  position: relative;
  font-size: 35px;
  color: #FFF;
  font-weight: 400;
}
.cta .btn {
  background-color: #FFF;
  color:var(--color2);
}
@media screen and (max-width: 1000px) {
  .cta {
    padding: 50px 0;
    /* line-height: 290px; */
    width: 100%;
    background: var(--color2);
    display: flex;
    align-items: baseline;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
 
  }
  .cta p{
    position: relative;
    font-size: 25px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
}


.cta .btn:hover {
  color: #FFF;
  background-color:var(--color1);
}
.app {
  font-size: 16px;
  min-height: calc( 100% - 200px );
}
.app section {
  position: relative;
  padding: 50px 0px;
  padding: 100px 0px;
}
@media screen and (max-width: 1000px) {
  .app section {
    position: relative;
    padding: 50px 0px;
  
  }
}

.app section.bg_impair {
  background: #f5f5f5;
  background: #F0F0F2;
}
.app section.bg_color {
  background: var(--color1);
}
.app .section2 {
  overflow: hidden;
  padding: 203px 0;
}
@media screen and (max-width: 1000px) {
  .app .section2 {
    padding: 100px 0;
  }
}
.app .title {
  position: relative;
  font-size: 45px;
  font-size: 30px;
  color: #191919;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--color1);
  font-weight: 700;
  font-weight: 400;
}
.app .title.text-center {
  margin-bottom: 60px;
}
.app .title.title-block {
  font-size: 60px;
}
.app .title .subtitle {
  display: block;
  font-size: 20px;
  color: var(--color2);
  margin-top: 10px;
  font-weight: 400;
}
.app .title .tiret {
  display: block;
  width: 88px;
  height: 2px;
  background: var(--color1);
  margin-top: 20px;
}
.app .title .tiret-center {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -44px;
  margin-top: 0px;
}
.app .title.text-center .tiret {
  margin-top: 30px;
}
.app .page {
  min-height: auto;
}
.app .page .bandeau {
  margin-top: -80px;
  background: var(--color1);
  height: 100px;
  line-height: 100px;
  color: #FFF;
  margin-bottom: 80px;
}
.app .page .bandeau h1 {
  font-size: 45px;
  font-weight: 500;
}
.app .page h3 {
  color: var(--color1);
  font-weight: bold;
  margin: 15px 0px;
}
.app .actus.harmonie.page h3{
    height: 40px;
    overflow: hidden;
}
.app .page p {
  font-size: 16px;
  line-height: 18px;
  color: var(--color3);
  margin-top: 7px;
  margin-bottom: 15px;
  text-align: justify;
  text-align: left;
}
.app .page blockquote {
  color: var(--color2);
  font-style: italic;
  padding: 20px 65px;
  position: relative;
}
.app .page blockquote:before {
  content: "";
  width: 5px;
  height: 90%;
  background: var(--color2);
  position: absolute;
  left: 25px;
  top: 5%;
}
.app .page ul li {
  font-size: 16px;
  margin: 5px 0;
  font-weight: 300;
  padding-left: 25px;
  position: relative;
}
.app .page ul li:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--color2);
  left: 7px;
  top: 7px;
}
.app .page .back_actu {
  font-size: 17px;
  color: var(--color3);
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.app .page .back_actu .arrow {
  position: absolute;
  padding: 8px;
  box-shadow: 1px -1px 0 1px var(--color3) inset;
  -webkit-box-shadow: 2px -2px var(--color3) inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  transform: rotate(45deg);
  top: -15px;
  left: -33px;
}
.app .page .back_actu:hover {
  color: var(--color2);
}
.app .page .back_actu:hover .arrow {
  box-shadow: 1px -1px 0 1px var(--color2) inset;
  -webkit-box-shadow: 2px -2px var(--color2) inset;
}
.app .page .bandeau_thumb_actu {
  width: 100%;
  height: 350px;
  margin: 0 0 40px 0px;
  overflow: hidden;
}
.app .page .bandeau_thumb_actu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app .actus .grid {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .app .actus .grid {
    margin-top: 0px;
  }
}
.app .actus .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 90px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .app .actus .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.app .actus .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .app .actus .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.app .actus .thumb_actu {
  overflow: hidden;
  text-align: left;
}
.app .actus .thumb_actu .link_img {
  position: relative;
  width: 100%;
  display: block;
}
.app .actus .thumb_actu .link_img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--color2);
  display: none;
  opacity: 0.5;
}
.app .actus .thumb_actu .link_img:hover:before {
  display: block;
}
.app .actus .thumb_actu .link_img img {
  width: 100%;
}
.app .actus .thumb_actu .link_img.img_contain{
  height: 300px;
}
.app .actus .thumb_actu .link_img.img_contain img{
  max-height: 300px;
  object-fit: contain;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}
.app .actus.harmonie .thumb_actu .link_img img{
    max-height: 150px;
    height: 100%;
    object-fit: cover;
}
.app .actus .thumb_actu .date {
  font-size: 13px;
  color: #888888;
  margin: 30px 0 10px;
  padding-left: 22px;
  position: relative;
}
.app .actus .thumb_actu .date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 6px;
  width: 12px;
  border-radius: 2px;
  background: #1e1e1c;
}
@media screen and (max-width: 1000px) {
  .app .actus .thumb_actu .date {
    margin: 30px 0;
  }
}
.app .actus .thumb_actu h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  height: 80px;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .app .actus .thumb_actu h3 {
    height: auto;
    margin-bottom: 20px;
  }
}
.app .actus .thumb_actu .btn-see {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px 30px;
  background: var(--color1);
  cursor: pointer;
}
.app .actus .thumb_actu .btn-see:hover {
  background-color: var(--color2);
}
@media screen and (max-width: 1000px) {
  .app .actus .thumb_actu .btn-see {
    width: 100%;
    text-align: center;
  }
}
.app .actus .thumb_service {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.app .actus .thumb_service h4 {
  margin-top: 30px;
  margin-bottom: 5px;
  height: auto;
  border: 0;
  font-size: 16px;
  min-height: 40px;
}
.app .actus .thumb_service p {
  font-size: 15px;
}
.app .actus .thumb_service .service {
  font-size: 13px;
  font-family: "Montserrat";
  color: #898989;
}
.app .actus .thumb_service .btn-see {
  margin-top: 10px;
}
.app .etape_section .calc {
  position: absolute;
  right: 0;
  top: 0px;
  width: 35%;
  background: #F0F0F2;
  height: calc(100vh - 100px );
}
.app .etape_section .col-4 {
  padding: 0 5px;
}
.app .etape_section .block-right-etape {
  min-height: 60vh;
}
.app .etape_section .block-right-etape .col-md-4 {
  padding: 0px 5px;
}
@media screen and (max-width: 1000px) {
  .app .etape_section .block-right-etape .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.app .etape_section .block_etape {
  background: var(--color2);
  backdrop-filter: blur(10px);
  color: #FFF;
  margin-top: 10px;
  height: 240px;
  padding: 21px 26px;
  overflow: hidden;
}
.app .etape_section .block_etape.hoverLink {
  cursor: pointer;
}
.app .etape_section .block_etape.hoverLink:hover {
  background: var(--color1);
}
.app .etape_section .block_etape .number {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #FFFFFF;
}
.app .etape_section .block_etape .etape_libelle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.app .etape_section .block_etape p {
  color: #FFF;
  font-size: 14px;
  text-align: left !important;
}
.app .service .title-service {
  padding-top: 25px;
  padding-top: 0px;
  padding-left: 100px;
  padding-left: 0px;
}
.app .service .title {
  margin-top: 100px;
  width: 62%;
}
@media screen and (max-width: 1000px) {
  .app .service .title {
    margin-top: 0px;
    width: 75%;
  }
}
.app .service .row {
  margin-bottom: 30px;
}
.app .contact p {
  width: 80%;
  text-align: justify;
  color: #787878;
}
.app .contact .form {
  margin-top: 20px;
}
.app .contact ul {
  font-size: 16px;
  color: var(--color3);
  margin-top: 30px;
}
.app .contact ul li {
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 14px;
}
.app .contact ul li span {
  color: var(--color2);
}
.app .form .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .app .form .row {
    margin-bottom: 0px;
  }
}
.app .form input {
  background: #f5f5f5;
  color: var(--color3);
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 1000px) {
  .app .form input {
    margin-bottom: 30px;
  }
}
.app .form textarea {
  background: #f5f5f5;
  color: var(--color3);
  padding-left: 15px;
  height: 140px;
}
@media screen and (max-width: 1000px) {
  .app .form textarea {
    margin-bottom: 30px;
  }
}
.app .form button {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 35px;
  background: var(--color2);
  cursor: pointer;
  border: 0;
}
.app .form button:hover {
  background: var(--color1);
}
@media screen and (max-width: 1000px) {
  .app .form button {
    margin-bottom: 30px;
  }
}
.app .slider {
  background: #f5f6f7;
}
.app .slider .slick-prev:before, .app .slider .slick-next:before {
  font-size: 30px;
}
.app .slider .slick-prev {
  left: 10px;
  z-index: 9;
  width: 50px;
  height: 50px;
}
.app .slider .slick-next {
  right: 10px;
  z-index: 9;
  width: 50px;
  height: 50px;
}
.app .slider .slider_block img {
  width: 100%;
}

footer {
  background: #141414;
  width: 100%;
  height: 120px;
}
footer .logo {
  position: absolute;
  top: 30px;
}
footer .logo img {
  height: 60px;
}
footer .texte {
  height: 120px;
  margin: auto;
  line-height: 120px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}
footer .texte a {
  display: inline-block;
  font-size: 13px;
  font-family: "Montserrat";
  color: #FFF;
}
footer .texte a.active, footer .texte a:hover {
  color: var(--color2);
}
footer .link_sociaux {
  position: absolute;
  right: 0;
  top: 45px;
}
footer .link_sociaux ul {
  padding: 0;
  margin: 0;
}
footer .link_sociaux ul li {
  float: left;
}
footer .link_sociaux ul li a {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px;
}
footer .link_sociaux ul li a i {
  font-size: 28px;
  color: #FFF;
}
footer .link_sociaux ul li a i:hover {
  color: var(--color2);
}

.menu .menu_header {
  border-bottom: 1px solid #bcbcbc;
  text-align: center;
  position: fixed;
  /* width: 100%; */
  text-align: center;
  top: 110px;
  /* background: red; */
  left: 0px;
  right: 0px;
  z-index: 9;
  background: #FFF;
}
.menu .menu_header ul {
  display: inline-block;
}
.menu .menu_header ul li {
  position: relative;
  float: left;
  padding: 20px 30px;
  font-size: 14px;
  font-family: "Montserrat";
  color: #787878;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .menu .menu_header ul li {
    padding: 13px 14px;
    font-size: 11px;
  }
}
.menu .menu_header ul li:before {
  display: none;
}
.menu .menu_header ul li.current:after {
  content: "";
  position: absolute;
  height: 3px;
  background: var(--color2);
  left: 20px;
  right: 20px;
  bottom: -10px;
}
.menu .panel {
  padding: 45px 20px;
  margin-top: 60px;
  position: relative;
  background: #f9f9f9;
  border: 1px solid #bcbcbc;
}
.menu .panel h3 {
  font-size: 18px;
  font-family: "Montserrat";
  color: #10c9c3;
  color: var(--color2);
  font-weight: bold;
}
.menu .panel .hero-menu-item {
  width: 49%;
  display: inline-block;
  display: inline-grid;
  padding-right: 70px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .menu .panel .hero-menu-item {
    width: 100%;
    padding-right: 20px;
  }
}
.menu .panel .hero-menu-item .hero-menu-item-title {
  position: relative;
}
.menu .panel .hero-menu-item .hero-menu-item-title h6 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.menu .panel .hero-menu-item .hero-menu-item-title .hero-menu-item-price {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 14px;
  font-family: "Montserrat";
  color: var(--color2);
  font-weight: bold;
}
.menu .panel .hero-menu-item .hero-menu-item-details p {
  font-size: 14px;
  color: #8b8b8b;
  margin: 0px;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .menu .panel .hero-menu-item .hero-menu-item-details p {
    width: 80%;
  }
}

:root {
  --dark: #333;
  --light: #fff;
  --neutral: #f6f6f6;
  --neutral-dark: #d1d1d1;
  --color: #5607d7;
  --color-light: #941ed2;
  --color-dark: #2719cd;
}

.hack_menu {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .hack_menu {
    display: block;
  }
}
.hack_menu .menu__button {
  --x: -50%;
  --y: 0;
  --z: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, var(--color2), var(--color2));
  padding: 10px 20px;
  border-radius: 28px;
  border: none;
  box-shadow: 0 2px 40px -10px var(--dark);
  color: var(--light);
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate3d(var(--x), var(--y), var(--z));
  cursor: pointer;
  z-index: 105;
  transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
}
.hack_menu .menu__button[hidden] {
  --y: 200%;
}
.hack_menu .menu__button div {
  display: flex;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 20px;
}
.hack_menu .menu__button div div {
  display: table;
  position: absolute;
  height: 1px;
  background: var(--light);
  box-shadow: 0 4px 0 var(--light), 0 -4px 0 var(--light);
}
.hack_menu .menu__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 100;
  top: 0px;
}
.hack_menu .menu__body {
  --x: 0;
  --y: 0;
  --z: 0;
  display: block;
  width: 100%;
  background: var(--light);
  padding-bottom: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -9px 50px -30px black;
  position: absolute;
  bottom: 0;
  z-index: 105;
  transform: translate3d(var(--x), var(--y), var(--z));
  transition: 0.2s cubic-bezier(0.33, 1, 0.53, 1);
}
.hack_menu .menu__body[hidden] {
  --y: 150%;
}
.hack_menu .menu__body > *:not(:last-child) {
  border-bottom: 2px solid var(--neutral);
}
.hack_menu .menu__header {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.hack_menu .menu__header label div {
  width: 15px;
  height: 15px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  position: relative;
  transform: rotate(5.5rad);
}
.hack_menu .menu__header label div:after {
  content: "";
  width: 2px;
  height: 10px;
  background: var(--dark);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.hack_menu .menu__header p {
  font-size: 18px;
  font-weight: bold;
  vertical-align: center;
  white-space: nowrap;
}
.hack_menu .menu__header h3 {
  font-weight: normal;
}
.hack_menu .menu__header button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: var(--neutral-dark);
  border-radius: 50%;
  cursor: pointer;
}
.hack_menu .menu__header button div {
  width: 15px;
  height: 3px;
  background: var(--light);
  position: relative;
  transform: rotate(5.5rad);
}
.hack_menu .menu__header button div:before {
  content: "";
  width: 3px;
  height: 15px;
  background: var(--light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hack_menu .menu__links {
  display: flex;
  padding: 10px 15px;
  font-weight: bold;
  overflow-x: auto;
  text-align: center;
}
.hack_menu .menu__links a {
  flex: 1 1 1px;
  padding: 10px 8px;
  color: var(--dark);
  text-decoration: none;
  white-space: nowrap;
}
.hack_menu .menu__contact {
  display: flex;
  padding: 8px;
}
.hack_menu .menu__contact svg {
  width: 100%;
  fill: var(--color2);
}
.hack_menu .menu__contact a {
  flex: 1 1 30%;
  padding: 5px;
  margin: 5px;
  border-radius: 8px;
  background: var(--neutral);
  color: var(--color2);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.app .contact p {
  width: 132px;
  text-align: justify;
  color: #FFF;
}

/* CARTE */
@media screen and (max-width: 1000px) {
  #contact_carte {
    margin-top: 30px;
    position: relative;
  }
}
#contact_carte .table-booking .table-booking-menu {
  height: auto;
  background-color: #ceab77;
}
#contact_carte .dark-bg {
  background: #292929;
}
#contact_carte .column-text_inside {
  padding: 70px 30px;
  height: 630px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contact_carte .column-text_inside {
    height: auto;
  }
}
#contact_carte .column-text_inside:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  z-index: 2;
  box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.03);
}
#contact_carte .section-title h4 {
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #c59d5f;
}
#contact_carte .section-title h2 {
  font-size: 30px;
  font-weight: 900;
  color: #323246;
  color: #FFF;
}
#contact_carte .dots-separator {
  margin: 10px 0 30px;
}

.dots-separator span {
  float: none;
  display: inline-block;
  width: 60px;
}

.dots-separator span:after {
  content: "●●●●●●";
  color: #c59d5f;
  font-size: 7px;
  letter-spacing: 4px;
}

.work-time {
  margin-bottom: 30px;
  position: relative;
}

.work-time:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  bottom: 20px;
  background: url(http://restabook.kwst.net/light/images/ver-separator.png) repeat-y;
}

.work-time h3 {
  color: #c59d5f !important;
}

.hours {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 20px;
  color: #fff;
}

.bold-separator {
  max-width: 400px;
  margin: 0 auto 50px;
  position: relative;
}

.bold-separator span {
  width: 6px;
  height: 6px;
  display: inline-table;
  background: #fff;
  margin: 0 auto;
  border-radius: 100%;
}

.bold-separator:before, .bold-separator:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  top: 50%;
  opacity: 0.3;
  background: #c59d5f;
}

.bold-separator:before {
  left: 0;
}

.bold-separator:after {
  right: 0;
}

.big-number {
  margin: 20px auto 0;
  position: relative;
}

.big-number a {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px;
  transition: all 500ms linear;
  border: 1px solid;
  border-color: #c59d5f;
  color: #fff;
}

.column-text {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.illustration_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.app .form textarea {
  background: #f5f5f5;
  color: var(--color3);
  padding-left: 15px;
  height: 126px;
}

/*# sourceMappingURL=app.css.map */




/* QUESRY CHRIS. */ 
@media screen and (max-width: 1000px) {


  .homepage .homeTitle h2{
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .app .title.title-block {
    font-size: 30px;
  }
  .app .actus .thumb_actu{
    margin-bottom:30px;
  }
  .header .topBar .block_info {
    display: none;
  }

}

.hideMenuScreen{
  display:none !important;
}
.burger {
  display: none;
  width: 10%;
  height: 50px;
  cursor: pointer;
  position: absolute;
  position: fixed;
  top: 35px;
  left: 0;
  left: 10px;
  z-index:999999;
  transition: all 0.3s ease-in-out;
}
.burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.burger span:nth-child(2) {
  top: 70%;
  width: 25px;
}
.burger span:nth-child(3) {
  top: 90%;
}
.bg-respo {
  display: none;
  height: 100vh;
  width: 100%;
  z-index: 5000;
  opacity: 0;
  background-color: rgba(221, 38, 86, 0.6);
  background-color: rgba(var(--color1), 0.6);
  transition: all 1s;
  position: fixed;
  top: 0;
}

.menurespo {
  transition: all 0.5s;
  left: -4000px;
  background-color: var(--color1);
  height: 100vh;
  width: 60%;
  width: 80%;
  width: 350px;
  position: fixed;
  z-index: 9999999 !important;
  top: 0;
}
.menurespo nav {
  width: calc(100% - 20px);
  margin: 10px;
  height: 40%;
  padding-top: 0px;
  width: calc(100% - 20px);
  margin: 10px;
  height: 20%;
  padding-top: 0px;
  position: absolute;
  top: 100px;
}
.menurespo nav ul {
  width: calc(100% - 20px);
  margin: 10px;
  transition: all 0.5s;
}
.menurespo nav ul li {
  width: calc(100% - 20px);
  margin: 10px;
  margin: 0px;
  list-style-type: none;
  display: inline-block;
  letter-spacing: 1px;
  font-style: normal;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  padding-bottom: 20px;
}
.menurespo nav ul li a {
  color: white;
}
.on {
  left: 0px !important;
  transition: all 0.5s;
}
.menurespo .container-logo {
  width: calc(100% - 0px);
}
.menurespo .closerespo {
  width: 40px;
  height: 40px;
  right: 30px;
  top: 30px;
  position: absolute;
}
.menurespo .closerespo span {
  top: 20px;
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: white;
  transform: rotate(45deg);
}
.menurespo .closerespo span:nth-child(1) {
  transform: rotate(-45deg);
}
.menurespo .container-logo .logo {
  width: 260px;
  height: 70px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 14px;
}
.menurespo .container-logo .logo img {
  width:auto;
  height: 100%;

}
.menurespo .texte  {
  margin:10px;
  list-style-type: none;
  display: inline-block;
  letter-spacing: 1px;
  font-style: normal;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  color:#FFF;
  font-size:14px;
}
.menurespo .texte a {
  color:#FFF;
  display:block
}
.menurespo .part2 {
  border-top: 3px solid #FFF;
  padding-top: 15px;
}

@media screen and (max-width: 760px) {
  .topBar .block_info{
    display:none;
  }
 
  .burger {
    display: block;
  }
  .hide-mobile{
    display:none !important;
  }
  .show-mobile{
    display:block !important;
  }
  .homepage .homeTitle h1 {
    font-size: 35px;
    color: #FFF;
    font-weight: bold;
}
.resto {
  margin-bottom: 40px;
  margin: 40px 0;
  display: flex;
  position: relative;
}
 
}