html body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  
}

html { 
  margin:0;
  padding:0;
  background: url(../img/yellow-bg-menu.png) no-repeat  center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

#home-page {
  background: #272726 url(../img/home-big-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#concept-page {
  background: #272726 url(../img/food-big-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;

}

#menu-page {
  background: #272726 url(../img/dessert-big-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#resto-page {
  background: #272726 url(../img/resto-big-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#contact-page {
  background: #272726 url(../img/resto-big-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pic-window {
  width: 100%;
  text-align: center;
  vertical-align: center;
  padding-top: 300px;
  padding-bottom: 300px;
  background-color: rgba(39, 39, 38, 0.2);
}

.pic-window p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #fff;

}

.loader {
	position : fixed;
	z-index: 9999;
	background : url('../img/load.gif') 50% 50% no-repeat;
	background-color: #f7b401; 
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
}

html body .scroll-container {
	position: absolute;
	width: 100%;
}

header.head {
	height: 80px;
	top: 0;
	padding: 20px 30px;
	position: absolute;
	width: 100%;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.3s linear; 
}

header.head .left {
	float: left;
	width: auto;
}

header.head .nav-right {
	float: right;
	width: auto;
}

header.head .nav-right .fa-angle-down {
	color: #fff;
	size: 5px;
	margin-left: 5px;
}

header.head .nav-right .phone-number-block {
	padding: 8px 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 13px;
  background-color: #272726;
}

header.head .nav-right .phone-number-block a{
	color: #fff
}

header.head .nav-right .phone-number-block-child {
	position: absolute;
  right: -50px;
  opacity: 0.5;
  width: 0px;
  padding: 40px 10px 10px 10px;
  text-align: center;
  color: #fff;
  transition: 0.3s linear;
}

header.head .nav-right .phone-number-block-child p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

header.head .nav-right .phone-number-block-child .follow p {
  font-size: 12px;
  font-weight: 100;
  color: #888888;
}

header.head .nav-right .phone-number-block-child a {
  color: #a9a9a8;
}

header.head .nav-right .phone-number-block:hover .phone-number-block-child {
	display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  width: 25%;
	height: 100%;
	overflow: hidden;
	padding: 40px;
  background-color: #272726;
  opacity: 1;
}

.child-bg {
	background-color: #272726;
	padding: 30px 10px 10px 10px;
}

header.head .nav-right .phone-number-block:hover {
	padding: 8px 10px;
	opacity: 1;
}

header.head .nav-right .phone-number-block:hover a {
	color: #fff;
}

header.scroll {
	background-color: #272726;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.60);
}

header.scroll li a, header.scroll .phone-number-block a {
	color: #fff;
}

header.scroll li a.yel {
  color: #f7b401!important;
}

header.head.filled {
  background-color: #63492f;
 }

header.head .logo {
  max-width: 40px;
  float: left;
}

header.head .logo img {
  width: 100%;
}

.video-banner-entry .m-logo {
  	background: url(../img/m-logo-yellow.png) no-repeat center top;
  	width: 100%;
    height: 220px;
  	text-align: center;
  }

  .video-banner-entry .m-logo h1 {
  	font-family: 'Noto Sans TC', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	font-weight: 100;
  }

  .video-banner-entry .m-logo h1 strong {
  	font-family: 'Noto Sans TC', sans-serif;
	font-size: 36px;
	font-weight: 400;
  }

  .video-banner-entry p.slogan {
  	color: #fff;
  }

  .video-banner-entry p.most {
  	color: #f7b401;
  	font-size: 30px;
  }

.main-nav {
	float: left;
	padding: 5px 0;
	padding-top: 10px;
	position: relative;
}

.main-nav ul.main-navigation {
  list-style: none;
}

.main-nav ul.main-navigation li {
  display: block;
  float: left;
  position: relative;
  padding-right: 3px;
}

.main-nav ul.main-navigation li a {
  position: relative;
  display: block;
  padding: 3px 0;
  margin: 0 16px;
  color: #fff;
  font-family: "Arimo-Regular", arial, helvetica;
  text-transform: uppercase;
  font-size: 12px;
}

.main-nav ul.main-navigation li a.yel {
  color: #f7b401!important;

}

a:hover {
	text-decoration:none;
}

.main-nav ul.main-navigation li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.main-nav ul.main-navigation li a:hover:after, .main-nav ul.main-navigation li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.main-nav ul.main-navigation:after {
  content: '';
  display: block;
  clear: both;
}

.main-nav .toggle-nav {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  padding: 0;
  background-color: #272726;
  color: #fff;
  font-size: 18px;
  z-index: 9999999;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.nav-button {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-button > * {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 1.6rem;
  width: 1.8rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 5px;
  transition: 0.25s;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  will-change: transform, background;
  margin-top: 15px;
}
.nav-button > *::before, .nav-button > *::after {
  content: "";
  height: 5px;
  background: #fff;
  transition: 0.25s;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  will-change: transform, top;
}
.nav-button:hover > * {
  background-color: transparent;
}
.nav-button:focus {
  outline: 0;
}
.nav-button.is-active > * {
  background-image: none;
  justify-content: center;
}
.nav-button.is-active > *::before {
  -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
          transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}
.nav-button.is-active > *::after {
  -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
          transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

.mobile-menu-container {
	position: absolute;
}

.mobile-menu-container .close-btn {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/theme/close-btn.png") center no-repeat;
  top: -16px;
  right: 21px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  opacity: 0;
}

.mobile-menu-container.active {
  z-index: 999999;
  height: auto;
  opacity: 1;
}

.mobile-menu-container .mobile-nav {
  padding: 0;
  list-style: none;
  margin-bottom: 125px;
}
.mobile-menu-container .mobile-nav li {
  display: block;
  text-align: center;
  margin-bottom: 42px;
}
.mobile-menu-container .mobile-nav li a {
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mobile-menu-container.active .close-btn {
  top: 20px;
  left: 21;
  opacity: 1;
}


/* Large screens */
@media (min-width: 1170px) {


	.video-banner-entry {
		width: 100%;
		height: 100%;
		padding-top: 200px;
		background: url(../img/video-bg.png) no-repeat;
		background-size: cover;
		margin-right: auto;
		margin-left: auto;
	}
	.video-banner-entry .top-block, .video-banner-entry .top-block-alt {
		width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	.video-banner-entry .m-logo {
		float: left;
		width: 35%;
		background: url(../img/m-logo-yellow.png) no-repeat center top;
    background-size: cover;
    margin-top: 18px;
	}
	.m-logo p {
    color: #272726;
    text-transform: uppercase;
    font-size: 18px;
	}	
	.video-banner-entry .text-logo {
		float: right;
		width: 65%;
		text-align: center;
		padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
	}
	.video-banner-entry  h1 {
  font-family: 'Lato', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #272726;
	margin-top: 0px;
	font-weight: 100;
  	}

  	.video-banner-entry  h1 strong {
  font-family: 'Lato', sans-serif;
	font-size: 90px;
	font-weight: 700;
  	}

  .bu-light {
    letter-spacing: 34px;
  }

  .video-banner-entry p.slogan {
  	color: #272726;
  	font-size: 16px;
  	text-transform: uppercase;
  	padding:0.75em 1.25em 0.75em 1.75em;
  	border-color: #272726;
  	border-style:solid;
  	white-space: nowrap;
  	overflow: hidden;
  	margin-top: 20px;
  }
  .ribbon {
  border-width: 2px 0;
  position: relative;
  display: block;
  padding: 0.5em 0 0.75em 0.5em;
}

.ribbon:before {
  content: "";
  display: inline-block;
  border: 2px solid #272726;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: absolute;
  top: -50%;
  bottom: 50%;
  left: 1.6em;
  right: 0;
}

.ribbon:after {
  content: "";
  display: inline-block;
  border: 2px solid #272726;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  top: -50%;
  bottom: 50%;
  left: 0;
  right: 1.6em;
}

.scroll-down-icon {
	margin-top: 150px!important;
}


}

/* medium screens */
@media (max-width: 1170px) {


  	body header.head {
    padding: 0;
  }
	body header.head .header-entry {
    background-color: #5d4037;
    position: relative;
  }
  body header.head .header-entry .left {
    position: absolute;
  }
  body header.head .header-entry .left .main-nav {
    padding: 0;
  }
  body header.head .header-entry .left .main-nav .menu-container {
    display: none;
  }
  body header.head .header-entry .right {
    display: none;
    width: 100%;
    min-height: 60px;
    padding-left: 60px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
  }
  .scroll .nav-right {
  }
  .hidden-xs {
  	display: none!important;
  }
  .visible-xs {
  	display: block!important;
  }

  .video-banner video {
  	display: none!important;
  }
  .video-banner-entry {
  	width: 100%;
  	top: 26%;
  }
  .video-banner-entry .m-logo {
  	background: url(../img/black-logo.png) no-repeat center top;
  	padding-top: 150px;
  	width: 100%;
  	text-align: center;
    height: auto!important;
  }
  .m-logo p {
    display: none;
	}	

  .video-banner-entry  h1 {
  font-family: 'Lato', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	color: #272726;
	margin-top: 20px;
	font-weight: 100;
  }

  .video-banner-entry  h1 strong {
  font-family: 'Lato', sans-serif;
	font-size: 68px;
	font-weight: 700;
  }

  .bu-light {
    letter-spacing: 14px;
  }


  .video-banner-entry p.slogan {
  	color: #fff;
  	font-size: 21px;
  	font-style: italic;
  }

  .video-banner-entry p.most {
  	color: #f7b401;
  	font-size: 30px;
  }

  .video-banner video {
  	display: none!important;
  }

  #promo-actu .promimg h4 {
	font-family: 'Lobster', cursive;
	font-size: 20px!important;
	line-height: 1;
}

	#promo-actu .promimg p {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 10px!important;
	font-style: italic;
}


	#promo-actu p.promtitle, #promo-actu p.promprix {
	font-family: 'Lobster', cursive;
	font-size: 14px!important;
	margin-bottom: 0px;
}

	#promo-actu p.promtitle {
	font-size: 16px;
}

	.home-desc-bloc .right, .home-desc-bloc .left {
		float: none;
		width: 100%;
	}

	.intro-left-content {
		border: none!important;
	}

	.intro-column {
		padding: 20px!important;
		text-align: center;
	}

	.home-desc-bloc .desc-bloc-1 {
		background: url(../img/restaurant-icon.png) no-repeat center top;
	}

	.home-desc-bloc .desc-bloc-2 {
		text-align: center;
	}

	.home-desc-bloc .icons-banner {
	background: url(../img/food-icons.png) no-repeat center 25px;
	height: 80px;
	margin-top: 30px;
}

	.actu-bloc {
		display: none!important;
	}



	.left-bg {
		padding-top: 0px!important;
	}

	.home-menu-bloc {
	}

	.home-menu-bloc .left {
		float: none!important;
	}

	.home-menu-bloc .col {
		width: 100%!important;
		text-align: center;
	}

	.home-menu-bloc .menu-btn, .home-menu-bloc .desc-bloc-3 {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}

	.home-menu-bloc .prix-bloc {
		margin-top: 20px!important;
		border-left: none!important;
	}


	.video-banner-entry p.slogan {
  	color: #272726;
  	font-size: 16px;
  	text-transform: uppercase;
  	padding:0.75em 1.25em 0.75em 1.75em;
  	border-color:#272726;
  	border-style:solid;
  	white-space: nowrap;
  	overflow: hidden;
  	margin-top: 20px;
  	width: 250px;
  	margin-left: auto;
  	margin-right: auto;
  }
  .ribbon {
  border-width: 2px 0;
  position: relative;
  display: block;
  padding: 0.5em 0 0.75em 0.5em;
}

.ribbon:before {
  content: "";
  display: inline-block;
  border: 2px solid #272726;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: absolute;
  top: -50%;
  bottom: 50%;
  left: 1.6em;
  right: 0;
}

.ribbon:after {
  content: "";
  display: inline-block;
  border: 2px solid #272726;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  top: -50%;
  bottom: 50%;
  left: 0;
  right: 1.6em;
}

.concept-bloc .col, .intro-bloc .col {
  width: 100%!important;
  float: none!important;
}

.intro-bloc .concept-illustration {
  display: none;
}

.concept-bloc .c-desc-l, .intro-bloc .c-desc-l, .concept-bloc .c-desc-r, .intro-bloc .c-desc-r {
  text-align: center!important;
  padding: 40px!important;
}

.yello-blok {
  padding-right: 0px!important;
}

#contact-bloc .left-contact, #contact-bloc .right-contact {
  float: none!important;
  width: 100%!important;
}

#contact-bloc {
  height: auto!important;
}

footer .col {
  width: 100%!important;
  text-align: center!important;
}

footer .foot-contact .foot-desc {
  background: url(../img/footer-logo.png) no-repeat center top!important;
}

iframe {
  width: 100%;
}

 }

/* Small screens */
@media (max-width: 767px) {


	body header.head {
    padding: 0;
  }
	body header.head .header-entry {
    background-color: #5d4037;
    position: relative;
  }
  body header.head .header-entry .left {
    position: absolute;
  }
  body header.head .header-entry .left .main-nav {
    padding: 0;
  }
  body header.head .header-entry .left .main-nav .menu-container {
    display: none;
  }
  body header.head .header-entry .right {
    display: none;
    width: 100%;
    min-height: 60px;
    padding-left: 60px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
  }
  .hidden-xs {
  	display: none!important;
  }
  .visible-xs {
  	display: block!important;
  }

  .video-banner video {
  	display: none!important;
  }

  .video-banner-entry {
    top: 15%;
  }

  #promo-actu .promimg h4 {
	font-family: 'Lobster', cursive;
	font-size: 20px!important;
	line-height: 1;
}

	#promo-actu .promimg p {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 10px!important;
	font-style: italic;
}


	#promo-actu p.promtitle, #promo-actu p.promprix {
	font-family: 'Lobster', cursive;
	font-size: 14px!important;
	margin-bottom: 0px;
}

	#promo-actu p.promtitle {
	font-size: 16px;
}

	.home-desc-bloc .right, .home-desc-bloc .left {
		float: none;
		width: 100%;
	}

	.intro-left-content {
		border: none!important;
	}

	.intro-column {
		padding: 20px!important;
		text-align: center;
	}

	.home-desc-bloc .desc-bloc-1 {
		background: url(../img/restaurant-icon.png) no-repeat center top;
	}

	.home-desc-bloc .desc-bloc-2 {
		text-align: center;
	}

	.home-desc-bloc .icons-banner {
	background: url(../img/food-icons.png) no-repeat center 25px;
	height: 80px;
	margin-top: 30px;
}

	.actu-bloc {
		display: none!important;
	}

	.left-bg {
		padding-top: 0px!important;
	}

	.home-menu-bloc {
		background-image: none!important;
	}

	.home-menu-bloc .left {
		float: none!important;
	}

	.home-menu-bloc .col {
		width: 100%!important;
		text-align: center;
	}

	.home-menu-bloc .menu-btn, .home-menu-bloc .desc-bloc-3 {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}

	.home-menu-bloc .prix-bloc {
		margin-top: 20px!important;
		border-left: none!important;
	}

  .menu-n-price .col {
    width: 100%!important;
  }

  .left {
    float: none!important;
  }

  .menu-pic-desc ul li, #promo-actu .promcol {
    width: 100%!important;
  }

  .menu-boissons ul li {
    width: 100%!important;
    float: none!important;
  }

  .yello-blok {
  padding-right: 100px;
  background-color: #fff!important;
}

  .infos-f img {
    height: 50px!important;
  }

}

#nav-mobile {
  display: none;
  padding-top: 100px;
  background: #272726;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
}
.is-opened {
  display: block!important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  position: fixed;
}



.video-banner {
  background: url("../img/homebg.jpg") no-repeat center;
  background-color: #4e342e;
  background-size: cover;
  height: 960px;
  position: relative;
}
.video-banner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(78, 52, 46, 0.3); */
}  

.video-banner .video-banner-entry {
  position: absolute;
  text-align: center;
}

.top-block {
	text-align: center;
	opacity: 1;
	transition: all 1s;
	overflow: hidden;
}

.top-block-alt {
	text-align: center;
	padding-top: 0px;
	opacity: 1;
	transition: all 1s;
	overflow: hidden;
}

/* Scroll down icon */
.scroll-down-icon {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 24px;
  height: 24px;
  margin-top: 60px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
/* END Scroll down icon */



.container {
	margin-left: auto;
	margin-right: auto;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.right-bg {
	background: url(../img/home-bg-.png) no-repeat right top; 
	padding-top: 50px;	
}

.left-bg {
	background: url(../img/home-bg-.png) no-repeat 20px 470px; 
	padding-top: 50px;	
}

#promo-actu {
	background-color: rgba(39,39,38,1);
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.contentbanner {
  padding: 50px;
} 

#promo-actu .promcol {
} 

#promo-actu .promimg {
	text-align: center;
	padding-top: 50px;
}

#promo-actu h4 {
	font-family: 'Lobster', cursive;
	font-size: 42px;
	line-height: 1;
	color: #fff;
}

#promo-actu .promimg p {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 14px;
}

#promo-actu a.btn  {
  background: #f7b401;
  color: #fff;
}

#promo-actu .promprice1, #promo-actu .promprice2 {
	text-align: center;
	padding-top: 10px;
}

#promo-actu p.promtitle, #promo-actu p.promprix {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
}

#promo-actu .fa-heart {
	color: #f7b401;
}

#promo-actu p.promtitle {
	font-size: 20px;
	color: #fff;
}

#triangle-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 555px;
	border-color: transparent transparent transparent #fff;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #ffffff;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#triangle-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 555px;
	border-color: transparent transparent #ffffff transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ffffff #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.intro-column {
	padding: 80px 80px 80px 80px;
}

a.button {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
	color: #212529;
	border: solid 2px #212529;
	padding: 10px 25px 10px 25px;
}

.intro-bloc a.button {
}

.concept-bloc a.button,
.home-menu-bloc a.button {
  color: #fff!important;
  background-color: #272726;
}
.concept-bloc .hvr-shutter-out-horizontal:before,
.home-menu-bloc .hvr-shutter-out-horizontal:before {
  background: #fff!important;
}
.concept-bloc .hvr-shutter-out-horizontal:hover, .concept-bloc .hvr-shutter-out-horizontal:focus, .concept-bloc .hvr-shutter-out-horizontal:active,
.home-menu-bloc .hvr-shutter-out-horizontal:hover, .home-menu-bloc .hvr-shutter-out-horizontal:focus, .home-menu-bloc .hvr-shutter-out-horizontal:active {
  color: #272726!important;
}

.icons-banner {
	background: url(../img/food-icons.png) no-repeat 0px 25px;
	height: 80px;
	margin-top: 30px;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #212529;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: #fff!important;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-pic-desc .hvr-shutter-out-horizontal:before {
	background: rgba(255, 255, 255, 0.6);
}

.intro-left-content {
}

.clear{
  clear  : both;
  display : block;
  height : 0;
  overflow : hidden;
}

.desc-bloc-1 {
	background: url(../img/restaurant-icon.png) no-repeat left top;
	padding-top: 50px;
}

.desc-bloc-2 {
	background: url(../img/travel-icon.png) no-repeat;
	padding-top: 50px;
	text-align: right;
}

.desc-bloc-2 .fa-globe-americas, .desc-bloc-1 .fa-clock, .concept-desc .fa-utensils {
	font-size: 50px;
	color: #f7b401;
	margin-bottom: 20px;
}

.concept-desc .fa-globe-americas {
  font-size: 20px;
  color: #888888;
  margin-right: 10px;
}

.yellow {
  color: #f7b401!important;
}

.yello-blok {
  padding-right: 100px;
  background-color: #272726;
}

h2.intro-title {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #4e342e;
}

h3.intro-accroche {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 900;
	color: #272726;
}

p.desc {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
	margin-bottom: 35px;
	color: #888888;
	font-size: 14px;
}

.videolink {
  color: #f7b401;
}

p.desc-litle {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
  color: #8a8a8a;
  font-size: 12px;
}

p.stylish-border {
	font-size: 24px;
	color: #f7b401;
	margin-top: 40px;
	overflow: hidden;
}
p.stylish-border-left {
	font-size: 24px;
	color: #f7b401;
	margin-top: 45px;
	overflow: hidden;
}

.home-desc-bloc {
	width: 100%;
	background-color: #fff;
}

.actu-bloc {
	width: 100%;
	margin-top: 80px;
	padding-bottom: 80px;
}

.actu-bloc h2 {
  color: #272726;
}

.actu-bloc h3 {
	color: #f7b401;
}

.actu-bloc p.hours {
	border-left: solid 4px #f7b401;
	padding-left: 10px;
	font-size: 14px;
}

.home-menu-bloc {
	background: rgba(247, 180, 1, 0.9) url(../img/yellow-bg-menu.png) no-repeat center bottom;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.home-menu-bloc .menu-btn {
	text-align: center;
	padding-top: 150px;
}

.home-menu-bloc .img-cart-bloc {
	padding-top: 40px;
}

.home-menu-bloc .desc-bloc-3 {
	padding-top: 70px;
	padding-bottom: 50px;
}

.home-menu-bloc .desc-bloc-3 .intro-title {
	color: #fff;
}

.home-menu-bloc .desc-bloc-3 .intro-accroche {
  color: #272726;
}


.home-menu-bloc .desc-bloc-3 p.desc {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 200;
}

.home-menu-bloc .col {
	width: 25%;
  padding-left: 15px;
  padding-right: 30px;
}

.home-menu-bloc .prix-bloc {
	font-family: 'Noto Sans TC', sans-serif;
	border-left: solid 2px #fff;
	margin-top: 120px;
  padding-left: 20px;
	font-weight: 100;
}

.home-menu-bloc .prix-bloc ul {
	padding: 0px;
	margin: 0px;
}

.home-menu-bloc .prix-bloc ul li {
	list-style-type: none;
	color: #272726;
	font-size: 12px;
}

.home-menu-bloc .prix-bloc ul li .prix-1 {
	font-size: 28px;
	font-weight: 900;
}

.home-menu-bloc .prix-bloc ul li .prix-2 {
	font-size: 14px;
	font-weight: 900;
}

.home-restaurant-bloc {
	padding-top: 100px;
	padding-bottom: 100px;
  background-color: rgba(39, 39, 38, 0.9);
}

.swiper-wrapper .resto-slide-1 {
	background: url(../img/slide/mosto-buffet-begles.jpg) no-repeat;
	height: 451px;
}

.swiper-wrapper .resto-slide-2 {
	background: url(../img/slide/mosto-buffet-begles.jpg) no-repeat;
	height: 451px;
}

.slide-resto-desc {
	width: 100%;
}

.slide-resto-desc h2 {
	color: #fff;
}

.slide-resto-desc p.desc {
	color: #fff;
	font-size: 18px;
  font-weight: 100;
}

.slide-resto-desc .fa-map-marker-alt {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}


/* Swiper slider photos */
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-container2 {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000;
      overflow: hidden;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%!important;
    }

    .swiper-slide img {
    	width: 100%;
      height: 100%;
    }


    .img-banner {
    	width: 100%;
    	height: 960px;
    	text-align: center;
    	padding-top: 160px;
    }

    .img-banner-mobile-m {
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 60px;
    }

    .menu-img-banner {
    	background: url(../img/yellow-bg-menu.png) no-repeat;
    	background-size: cover;
    }
    .mobile-menu-img-banner {
      background: url(../img/yellow-bg-menu.png) no-repeat;
      background-size: cover;
      background-position: bottom;
    }
    .concept-img-banner {
    	background: rgba(247, 180, 1, 0) url(../img/yellow-bg-concept.png) no-repeat center bottom;
      background-size: cover;
    	
    }
    .restaurants-img-banner {
    	background: url(../img/yellow-bg.png) no-repeat;
    	background-size: cover;
    }
    .contact-img-banner {
      background: url(../img/yellow-bg.png) no-repeat;
      background-size: cover;
    }

    .img-banner .ban-title {
    	background: url(../img/m-logo-yellow.png) no-repeat center top;
    	padding-top: 240px;
    	font-family: 'Lato', sans-serif;

    }

    .img-banner .ban-title h1, .img-banner-mobile-m .mobile-menu h1 {
    	font-size: 50px;
		  text-transform: uppercase;
		  font-family: 'Lato', sans-serif;
		  font-weight: 300!important;
		  color: #272726;
    }

    .img-banner .ban-title h1 strong {
      font-weight: 700!important;
    }

    .menu-tab {
    	width: 100%;
    	text-align: center;
    	padding-top: 50px;
      padding-bottom: 50px;
      background-color: #fff;
    }

    .menu-tab button {
    	color: #afafae;
    	border: solid 2px #afafae;
      border-radius: 15px;
      padding:10px 15px;
      margin: 10px;
    	cursor: pointer;
      background: none;
    }

    .w3-red {
    	color:#fff!important;
    	background-color:#272726!important;
    	border:none!important;

    }

    .w3-hover-red:hover {
      color: #f7b401;
      border: solid 2px #f7b401;
    }

    .w3-animate-top{
    	position:relative;animation:animatetop 0.4s
    }
    @keyframes animatetop{
    	from
    	{top:-300px;opacity:0} 
    	to
    	{top:0;opacity:1}
    }

    .w3-animate-bottom{
    	position:relative;animation:animatebottom 0.4s
    }
    @keyframes animatebottom{
    	from
    	{bottom:-300px;opacity:0} 
    	to
    	{bottom:0;opacity:1}
    }

    .menu-tab .w3-container {
    	padding-top: 50px;
    }

    .menu-n-price .col {
    	width: 33.33%;
    	text-align: center;
    	padding: 20px 40px;
    	font-family: 'Noto Sans TC', sans-serif;
    }

    .menu-n-price {
    	overflow: hidden;
    }

    .menu-n-price h3 {
    	font-size: 24px;
    	text-transform: uppercase;
		font-family: 'Noto Sans TC', sans-serif;
		color: #f7b401;
		font-weight: 900;
    }

    .menu-n-price h3 strong {
    font-weight: 900;
    color: #272726;
    }

    .menu-n-price p.price {
    	font-size: 24px;
    	text-transform: uppercase;
    	font-weight: 900;
    	color: #f7b401
    }

    .menu-n-price p {
    	font-size: 12px;
    	color: #9e9e9e;
    }

    .menu-n-price .price2 {
    	border-right: solid 2px #afafae;
    	border-left: solid 2px #afafae;
    }

    .menu-pic-desc {
    	margin-top: 50px;
    	margin-bottom: 50px;
    	overflow: hidden;
    }

    .menu-pic-desc ul, .menu-boissons ul, footer ul {
    	margin:0px;
    	padding: 0px;
    }

    .menu-pic-desc ul li {
    	width: 33.13%;
    	height: 150px;
    	background-color: #f7b401;
    	text-align: center;
    	float: left;
    	list-style-type: none;
    	margin: 0.1%;
    	font-family: 'Noto Sans TC', sans-serif;
    	font-weight: 900;
    	color: #fff;
    	font-size: 24px;
    	text-transform: uppercase;
    	padding-top: 50px;
    }

    .menu-pic-desc ul li.pic1 {
    	background: url(../img/menu/salade.jpg);
    }
    .menu-pic-desc ul li.pic2 {
    	background: url(../img/menu/sushi-bar.jpg);
    }
    .menu-pic-desc ul li.pic3 {
    	background: url(../img/menu/fruits-de-mer.jpg);
    }
    .menu-pic-desc ul li.pic4 {
    	background: url(../img/menu/charcuterie.jpg);
    }
    .menu-pic-desc ul li.pic5 {
    	background: url(../img/menu/fromages.jpg);
    }
    .menu-pic-desc ul li.pic6 {
    	background: url(../img/menu/tapas.jpg);
    }
    .menu-pic-desc ul li.pic7 {
    	background: url(../img/menu/rotisserie.jpg);
    }
    .menu-pic-desc ul li.pic8 {
    	background: url(../img/menu/dim-sum.jpg);
    }
    .menu-pic-desc ul li.pic9 {
    	background: url(../img/menu/grillades.jpg);
    }
    .menu-pic-desc ul li.pic10 {
    	background: url(../img/menu/teppanyaki.jpg);
    }
    .menu-pic-desc ul li.pic11 {
    	background: url(../img/menu/plancha.jpg);
    }
    .menu-pic-desc ul li.pic12 {
    	background: url(../img/menu/plats-chauds.jpg);
    }
    .menu-pic-desc ul li.pic13 {
    	background: url(../img/menu/desserts.jpg);
    }
    .menu-pic-desc ul li.pic14 {
    	background: url(../img/menu/glaces.jpg);
    }
    .menu-pic-desc ul li.pic15 {
      background: url(../img/menu/yellow-case.jpg);
    }
    .menu-pic-desc ul li.pic16 {
      background-color: #f5eeee;
      padding-top: 20px!important;
      color: #12b133;
    }
    .menu-pic-desc ul li.pic16 p {
      font-size: 14px!important;
      font-weight:700!important;
    }
    .menu-pic-desc ul li.pic16 .ligh {
      font-weight: 100!important;
      text-transform: none!important;
      font-style: italic;
      color: #585757;
    }
    .menu-pic-desc ul li.pic16 .fa-leaf {
      margin-bottom: 10px;
    }

    

    .menu-pic-desc .hvr-shutter-out-horizontal:hover {
    	color: #272726!important;
    }

   .menu-carte-vins p.acr {
   		font-family: 'Lobster', cursive;
    	font-weight: 100;
    	color: #f7b401;
    	font-size: 26px;
   }

  .fa-cocktail, .fa-concierge-bell {
   		color: #fff;
    	font-size: 36px;
   }

  .menu-vins .fa-wine-glass {
      color: #fff;
      font-size: 36px;
  }

   .relax-icons .fas {
   	margin-right: 5px;
   	margin-left: 5px;
   }

   .fa-glass-cheers {
   		color: #f7b401;
   		font-size: 36px;
   }


.menu-boissons {
	padding-top: 50px;
	padding-bottom: 100px;
	overflow: hidden;
}

.menu-boissons ul li {
	width: 50%;
	list-style-type: none;
	float: left;
}

.menu-boissons p.mentio {
  color: #888888;
}

.menu-boissons .menu-vins {
  background: #272726 url(../img/boissons-bg-1.png) no-repeat center center;
  padding-bottom: 50px;
  padding-top: 50px;
}

.menu-boissons .menu-cocktails {
  background: #f7b401 url(../img/boissons-bg.png) no-repeat center center;
  padding-bottom: 50px;
  padding-top: 50px;
}

.menu-vins h4 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	font-weight: 100;
}
.menu-cocktails h4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  font-weight: 100;
}

.menu-boissons .menu-vins h4 strong {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
.menu-boissons .menu-cocktails h4 strong {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

.menu-boissons .menu-cocktails p {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: italic;
}

.menu-boissons .menu-vins p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 12px;
  color: #fff;
  font-style: italic;
}

#concept {
  background-color: rgba(39, 39, 38, 0.8);
}
#resto-page #concept {
  background-color: #fff!important;
}

#mostorigin .concept-desc {
  text-align: center;
}

.bg-white {
  background-color: #fff;
  width: 100%;
}
.bg-grey {
  background-color: #272726;
  width: 100%;
}

.concept-bloc, .intro-bloc {
	overflow: hidden;
}

.concept-bloc {
  padding: 40px;
}

.concept-bloc .col, .intro-bloc .col {
	width: 50%;
	float: left;
}

.concept-bloc .concept-desc {
	padding: 40px 40px 0px 40px;
}

.concept-bloc .c-desc-l, .intro-bloc .c-desc-l {
	text-align: left;
}

.concept-bloc .c-desc-r, .intro-bloc .c-desc-r {
	text-align: right;
}


.concept-bloc .concept-desc h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Noto Sans TC', sans-serif;
	color: #272726;
	font-weight: 900;
} 

#mostorigin .concept-desc h3, #mostorigin .concept-desc h2.intro-title, #mostorigin .concept-desc p.desc {
  color: #fff!important;
}

#mostorigin .concept-desc h3 strong {
  color: #f7b401;
}

#mostorigin .concept-desc p.desc {
  font-size: 13px;
}

#mostorigin .concept-desc .fa-wine-bottle {
  font-size: 60px;
  color: #fff;
  margin-bottom: 5px;
}

.concept-bloc .concept-desc h3 .fa-phone {
  font-size: 30px;
}

.concept-bloc .concept-desc h3 strong {
	color: #f7b401;
}

.concept-bloc .concept-illustration {
	height: 370px;
	text-align: center;
}

.intro-bloc .concept-illustration {
  text-align: center;
  height: 300px;
}

.concept-bloc .illus-1 {
	background: url(../img/concept-pic-2.png) no-repeat center top;
}
.concept-bloc .illus-2 {
	background: url(../img/concept-pic-2.png) no-repeat center top;
}
.concept-bloc .illus-4 {
  background: url(../img/boissons-bg-2.png) no-repeat center top;
}
/*.concept-bloc .illus-5 {
  background: url(../img/mosto-restaurant-begles.jpg) no-repeat center top;
}
.concept-bloc .illus-6 {
  background: url(../img/mosto-restaurant-plaisance.jpg) no-repeat center top;
}
.concept-bloc .illus-7 {
  background: url(../img/mosto-restaurant-grdtour.jpg) no-repeat center top;
}*/


.heartbeat {
  -webkit-animation: heartbeat 3s ease-in-out infinite both;
          animation: heartbeat 3s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

div#youtubevid {
  padding: 40px;
  text-align: center;
}

#youtubevid .concept-video {
  padding-top: 0px!important;
  height: 300px;
}

#youtubevid .concept-video iframe {
  width: 100%;
}

.ytp-title-enable-channel-logo .ytp-title {
  display: none!important;
}

.concept-bloc .concept-illustration .fa-globe-americas, .concept-bloc .concept-illustration .fa-wine-bottle, .concept-bloc .concept-illustration .fa-concierge-bell {
	font-size: 100px;
	color: #fff;
}

.concept-bloc .concept-illustration .fa-plus {
  font-size: 100px;
  color: #f7b401;
}

.concept-bloc .fa-map-marker-alt {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.concept-desc .fa-phone, .concept-desc .fa-envelope {
  margin-right: 10px;
}

#contact-bloc {
  width: 100%;
  overflow: hidden;
  background-color: #272726;
}

#contact-bloc .left-contact {
  width: 40%;
  height: 100%;
  float: left;
  background-color: rgba(39, 39, 38, 0.9);
  color: #fff;
  padding: 80px 60px 0;
}

#contact-bloc .right-contact {
  width: 60%;
  float: right;
}

.blocrest {
  width: 100%;
  height: 33.33%;
}
.b-rest-1 {
  
}


.txt1 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
}

.txt2 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #999;
  font-size: 14px;
}

.txt3 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #f7b401;
  font-size: 14px;
}

.litle-ban .txt2 {
  font-size: 18px;
  font-weight: 100;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.flex-w {
  display: flex;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  -webkit-flex-wrap:wrap;
}

.size1 {
  width: 355px;
  max-width: 100%;
  padding-bottom: 30px;
}
.size2 {
  width: calc(100% - 43px);
}

.contact-form {
  padding: 0px 55px 63px;
  display: flex;
  flex-wrap: wrap;
}

.litle-ban {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #272726;
}

.list-resto option {
  font-size: 12px;
  color: #888888;
}

.contact-form-title {
  width: 100%;
  display: block;
  font-family: ;
  font-size: 30px;
  font-weight: 100;
  color: #272726;
  line-height: 1.2;
  padding-bottom: 30px;
  text-align: center;
}

.bloc-link {
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.follow {
  padding-bottom: 50px;
  text-align: center;
}

.follow p {
  color: #afafae;
}

.c-icon {
    width:  25px;
    height: 25px;
    fill: currentColor;
    transition: .2s;
}

.c-link--facebook:hover  { color: #3b5998 }
.c-link--twitter:hover   { color: #55acee }
.c-link--google:hover    { color: #dd4b39 }
.c-link--pinterest:hover { color: #bd081c }
.c-link--instagram:hover { color: #833ab4 }
.c-link--snapchat:hover  { color: #fbe00f }
.c-link--facebook:hover::after  { background: #3b5998 }
.c-link--twitter:hover::after   { background: #55acee }
.c-link--google:hover::after    { background: #dd4b39 }
.c-link--pinterest:hover::after { background: #bd081c }
.c-link--instagram:hover::after { background: #833ab4 }
.c-link--snapchat:hover::after  { background: #fbe00f }

.c-link {
    position: relative;
    color: #bbb;
}

.c-link:not(:last-of-type) {
    margin-right: 15px;
}

.c-tooltip::before,
.c-tooltip::after {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10px);
    opacity: 0;
    transition: .2s;
}

.c-tooltip::before {
    content: '';
    bottom: calc(100% + 2px);
    border: solid 5px transparent;
    border-top-color: currentColor;
}

.c-tooltip::after {
    content: attr(aria-label);
    bottom: calc(100% + 12px);
    padding: .61em .93em;
    font-size: .875rem;
    color: white;
    border-radius: 3px;
}

.c-tooltip:hover::before,
.c-tooltip:hover::after {
    opacity: 1;
    transform: translate(-50%);
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: #272726; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 30px; /* Increase font size */
  background: rgba(250,250,250,0.6);
  border-radius: 25px;
}

#myBtn:hover { */
}

.kenburns-top {
  -webkit-animation: kenburns-top 8s ease-out infinite alternate both;
          animation: kenburns-top 8s ease-out infinite alternate both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}


footer {
	width: 100%;
	background-color: #1d1d1c;
	overflow: hidden;
}

footer .col {
	width: 33.33%;
	padding: 50px;
}

footer .foot-contact .foot-desc {
	background: url(../img/footer-logo.png) no-repeat;
	padding-top: 100px;
	color: #8a8888;
	border-bottom: solid 2px #8a8888;
}

footer .foot-contact .foot-desc p {
	font-size: 12px;
}

footer .foot-contact .rest-contact {
	color: #8a8888;
	padding-top: 20px;
}

footer .foot-contact .rest-contact ul {
	padding: 0px;
	overflow: hidden;
}

footer .foot-contact .rest-contact ul li {
	list-style-type: none;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

footer .foot-contact .rest-contact p.resto {
	font-size: 14px;
}

footer .foot-contact .rest-contact p {
	font-size: 12px;
}

footer .foot-contact .rest-contact .contactcol {
}

footer .socialcol .fa-facebook, footer .socialcol .fa-instagram {
	color: #8a8888;
	margin-right: 10px;
	font-size: 24px;
}

footer .socialcol a:hover .fa-facebook, footer .socialcol a:hover .fa-instagram {
	opacity: 0.6;
}

footer .foot-hours {
	text-align: center;
	color: #fff;
	padding-top: 50px;
}

footer .foot-hours .fa-clock {
	color: #fff;
	font-size: 60px;
	margin-bottom: 20px;
}

footer .foot-links {
	text-align: center;
	color: #8a8888;
	padding-top: 150px;
}

footer .foot-links ul li {
	list-style-type: none;
}

footer .foot-links ul li a {
	color: #8a8888;
	text-decoration: underline;
	font-size: 12px;
}

footer .foot-links ul li a:hover {
	opacity: 0.6;
}

footer .foot-links p {
	font-size: 12px;
	margin-top: 150px;
}

.mentions-bloc {
  padding: 40px;
  color: #888888;
  border-bottom: solid 1px;
  text-align: center;
}

.mentions-bloc h2 {
  font-size: 18px;
}

.mentions-bloc p {
  font-size: 12px;
}

.s-m-l {
  margin-top: 80px;
}

.s-m-l p{
  margin-bottom: 60px;
}

.img-banner-mobile-m  a {
  background: #262626;
  padding: 20px;
  color: #fff;
}

#mobile-menu-page {
  min-height: 100%;
}





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .example {background: red;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1680px and up) */
@media only screen and (min-width: 1680px) {
  .video-banner, .img-banner {
  height: 1050px;
}

  .video-banner-entry {
    padding-top: 300px;
  }

}

/* Extra large devices (large laptops and desktops, 1920px and up) */
@media only screen and (min-width: 1920px) {
  .video-banner, .img-banner {
  height: 1200px;
}

  .video-banner-entry {
    padding-top: 350px;
  }

}