@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Calibri';
  src: url("/wp-content/themes/lulu/css/fonts/Calibri.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/lulu/css/fonts/Calibri.woff") format("woff"), url("/wp-content/themes/lulu/css/fonts/Calibri.ttf") format("truetype"), url("/wp-content/themes/lulu/css/fonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url("/wp-content/themes/lulu/css/fonts/Calibri-Bold.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/lulu/css/fonts/Calibri-Bold.woff") format("woff"), url("/wp-content/themes/lulu/css/fonts/Calibri-Bold.ttf") format("truetype"), url("/wp-content/themes/lulu/css/fonts/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url("/wp-content/themes/lulu/css/fonts/Calibri-Light.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/lulu/css/fonts/Calibri-Light.woff") format("woff"), url("/wp-content/themes/lulu/css/fonts/Calibri-Light.ttf") format("truetype"), url("/wp-content/themes/lulu/css/fonts/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gobold';
  src: url("/wp-content/themes/lulu/css/fonts/Gobold.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/lulu/css/fonts/Gobold.woff") format("woff"), url("/wp-content/themes/lulu/css/fonts/Gobold.ttf") format("truetype"), url("/wp-content/themes/lulu/css/fonts/Gobold.svg#Gobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gobold';
  src: url("/wp-content/themes/lulu/css/fonts/GoboldThin.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/lulu/css/fonts/GoboldThin.woff") format("woff"), url("/wp-content/themes/lulu/css/fonts/GoboldThin.ttf") format("truetype"), url("/wp-content/themes/lulu/css/fonts/GoboldThin.svg#GoboldThin") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GoboldUplow';
  src: url("/wp-content/themes/lulu/css/fonts/GoboldUplow.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/lulu/css/fonts/GoboldUplow.woff") format("woff"), url("/wp-content/themes/lulu/css/fonts/GoboldUplow.ttf") format("truetype"), url("/wp-content/themes/lulu/css/fonts/GoboldUplow.svg#GoboldUplow") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BonneMamanScript';
  src: url("/wp-content/themes/lulu/css/fonts/BonneMamanScript.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/lulu/css/fonts/BonneMamanScript.woff") format("woff"), url("/wp-content/themes/lulu/css/fonts/BonneMamanScript.ttf") format("truetype"), url("/wp-content/themes/lulu/css/fonts/BonneMamanScript.svg#BonneMamanScript") format("svg");
  font-weight: normal;
  font-style: normal;
}

.maxed,
footer,
.block-intro__inner,
.block-restaurant__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */
.datepicker-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 210px;
  font-size: 12px;
  line-height: 30px;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  content: " ";
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  left: auto;
  right: 10px;
}

.datepicker-panel>ul:before,
.datepicker-panel>ul:after {
  display: table;
  content: " ";
}

.datepicker-panel>ul:after {
  clear: both;
}

.datepicker-panel>ul {
  width: 102%;
  margin: 0;
  padding: 0;
}

.datepicker-panel>ul>li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  list-style: none;
  cursor: pointer;
}

.datepicker-panel>ul>li:hover {
  background-color: #eee;
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
  color: #999;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
  color: #39f;
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
  color: #ccc;
  background-color: #fff;
  cursor: default;
}

.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel>ul>li[data-view="years current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel>ul[data-view="years"]>li,
.datepicker-panel>ul[data-view="months"]>li {
  width: 52.5px;
  height: 52.5px;
  line-height: 52.5px;
}

.datepicker-panel>ul[data-view="week"]>li,
.datepicker-panel>ul[data-view="week"]>li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* GENERAL */
* {
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2 {
  font-family: "Gobold", Arial, sans-serif;
}

.pre-home .content__inner .slogan-general{
  display: flex;
color: #212527;
font-size: 15px;
font-weight: 700;
font-style: italic;
letter-spacing: normal;
line-height: 25px;
text-align: center;
/* Text style for "“Une cuisi" */
letter-spacing: normal;
line-height: normal;
align-items:center;
justify-content: center;
}

h3 {
  font-family: "GoboldUplow", Arial, sans-serif;
}

p,
li,
a {
  font-size: 16px;
  line-height: 20px;
  color: #212527;
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 300;
}

p strong,
li strong,
a strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

html,
body {
  /*height: 100%;*/
  width: 100%;
}

/*  */
.site {
  margin-top: 120px;
}

.mobile-menu {
  display: none;
}

/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: #FFF;
  z-index: 9999;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(/wp-content/themes/lulu/css/skin/shadow-header.png) repeat-x center top;
}

header .site-branding {
  float: left;
  margin: 0 100px;
}

header .site-branding a {
  display: block;
  width: 150px;
  aspect-ratio: 109/60;
  background: url(/wp-content/themes/lulu/css/skin/logo.png) no-repeat center center;
  background-size: contain;
  margin-top: 15px;
  overflow: hidden;
  text-indent: -5000px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .site-branding.fistons a {
  background-image: url(/wp-content/themes/lulu/css/skin/les-fistons/Logo-Les-Fistons-Seul.svg) ;
}

header .site-menu ul,
header .site-social ul {
  margin-top: 47px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .site-menu ul li,
header .site-social ul li {
  display: inline-block;
  margin-right: 40px;
}

header .site-menu ul li a,
header .site-social ul li a {
  display: block;
  position: relative;
  color: #212527;
  font-family: "Gobold", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .site-menu ul li .btn-internal--invert,
header .site-social ul li .btn-internal--invert {
  color: #e63c1e;
}



header .site-menu ul li a:hover,
header .site-social ul li a:hover {
  color: #e63c1e;
}

header .site-menu ul li .btn-internal--invert:hover,
header .site-social ul li .btn-internal--invert:hover {
  color: #212527;
}

header .site-menu ul li a.btn-internal:after,
header .site-social ul li a.btn-internal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #e63c1e;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

header .site-menu ul li a.selected,
header .site-social ul li a.selected {
  color: #e63c1e;
}

header .site-menu ul li a.selected:after,
header .site-social ul li a.selected:after {
  width: 100%;
}

header .site-menu ul li a.btn .icon,
header .site-social ul li a.btn .icon {
  display: block;
  overflow: hidden;
  text-indent: -5000px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat left top;
  background-size: 256px 256px;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

header .site-menu ul li a.btn.btn-insta .icon,
header .site-social ul li a.btn.btn-insta .icon {
  width: 27px;
  height: 27px;
  background-position: 0 0;
  background-position: -346px -313px;
  background-size: initial;
  margin-bottom: -6px;
}

header .site-social ul li a.btn.btn-insta {
  transform: scale(.55);
}

header .site-menu ul li a.btn.btn-insta:hover .icon,
header .site-social ul li a.btn.btn-insta:hover .icon {
  background-position: -346px -341px;
}


header .site-menu ul li a.btn.btn-facebook .icon,
header .site-social ul li a.btn.btn-facebook .icon {
  width: 8px;
  height: 15px;
  background-position: 0 0;
}

header .site-menu ul li a.btn.btn-facebook:hover .icon,
header .site-social ul li a.btn.btn-facebook:hover .icon {
  background-position: 0 -16px;
}

header .site-menu ul li a.btn.btn-tripadvisor .icon,
header .site-social ul li a.btn.btn-tripadvisor .icon {
  width: 26px;
  height: 15px;
  background-position: -16px 0;
}

header .site-menu ul li a.btn.btn-tripadvisor:hover .icon,
header .site-social ul li a.btn.btn-tripadvisor:hover .icon {
  background-position: -16px -16px;
}

header .site-menu ul li a.btn-oldschool,
header .site-social ul li a.btn-oldschool {
  line-height: 20px;
}

header .site-menu ul li a.btn-oldschool .label,
header .site-social ul li a.btn-oldschool .label {
  padding-left: 7px;
  padding-right: 7px;
}

header .site-menu ul li a.btn-lang,
header .site-social ul li a.btn-lang {
  position: relative;
  top: 8px;
  overflow: hidden;
  width: 16px;
  height: 30px;
}

header .site-menu ul li a.btn-lang .label,
header .site-social ul li a.btn-lang .label {
  position: absolute;
  color: #212527;
}

header .site-menu ul li a.btn-lang .hover,
header .site-social ul li a.btn-lang .hover {
  position: absolute;
  bottom: -30px;
  color: #e63c1e;
}

.pre-home .content__inner .icon-area{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.dark-round{
  width: 50px;
  height: 50px;
  background-color: #212527;
  border-radius: 50%;
  margin:10px;
}

.new-icon{
  width: 50px;
  display: inline-block;
  height: 50px;
}

.new-icon--facebook{
  background: url(/wp-content/themes/lulu/css/skin/FB.svg) no-repeat 50% 50%;
}

.new-icon--instagram{
  background: url(/wp-content/themes/lulu/css/skin/Insta.svg) no-repeat 50% 50%;
}

.pre-home .icon-area h2{
/*   position: absolute;
  top: 90px; */
  text-transform: uppercase;
  color: #212527;

}
.pre-home .icon-area .social-wrapper{
  justify-content: center;
  display: flex;
  flex-direction:row; 
  flex-basis: 100%;
}

header .site-menu ul li a.btn-lang .label,
header .site-menu ul li a.btn-lang .hover,
header .site-social ul li a.btn-lang .label,
header .site-social ul li a.btn-lang .hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

header .site-menu ul li a.btn-lang:hover .label,
header .site-menu ul li a.btn-lang:hover .hover,
header .site-social ul li a.btn-lang:hover .label,
header .site-social ul li a.btn-lang:hover .hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

header .site-menu ul li.btn-book,
header .site-social ul li.btn-book {
  margin-right: -15px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

header .site-menu {
  float: left;
}

header .site-menu ul {
  margin-top: 46px;
}

header .site-social {
  float: right;
  margin-right: 100px;
}

header .site-social ul {
  margin-top: 33px;
}

header .site-social ul li:last-child {
  margin-right: 0;
}

header a.mobile-only {
  display: none;
}

/* FOOTER */
footer {
  max-width: 1280px;
  padding: 29px 0 30px;
}

footer .btn-top {
  position: fixed;
  right: 24px;
  bottom: 120px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #212527;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

footer .btn-top.is-visible {
  visibility: visible;
  opacity: 0.85;
}

footer .btn-top.is-visible:hover {
  opacity: 1;
}

footer .btn-top .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 17px 0 0 17px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -192px -32px;
  background-size: 256px 256px;
}

footer .footer-content {
  margin: 0 60px;
}

footer .btn-credits {
  display: inline-block;
  margin: 0 55px 0 0;
  font-family: "Gobold", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #212527;
  border-bottom: 2px solid #212527;
}

footer .btn-credits:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-bottom: -2px;
  background-color: #e63c1e;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

footer .btn-credits:hover {
  color: #e63c1e;
}

footer .btn-credits:hover:after {
  width: 100%;
}

footer .partners {
  float: right;
  margin-top: -5px;
}

footer .partners-label {
  float: left;
  font-size: 16px;
  font-family: "Calibri", Arial, sans-serif;
  padding-top: 18px;
}

footer .partners-links {
  float: left;
}

footer .partners-links a {
  display: inline-block;
  margin-left: 40px;
  overflow: hidden;
  height: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}

footer .partners-links a img {
  display: block;
  height: 50px;
  padding: 0 1px 0 0;
}

footer .partners-links a:last-child {
  margin-left: 30px;
}

footer .partners-links a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* FORM-NEWSLETTER */
.form-newsletter {
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
}

.form-newsletter label {
  font-family: "Calibri", Arial, sans-serif;
  color: #212527;
  margin-right: 22px;
}

.form-newsletter input {
  background: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 300;
  padding: 10px 14px;
  margin: 0;
  outline: none;
}

.form-newsletter input:focus {
  background: #efefef;
}

.form-newsletter input.input-text {
  padding: 10px 14px 10px 19px;
  width: 240px;
  background: #efefef;
  border-radius: 2px 0 0 2px;
}

.form-newsletter input.btn-submit {
  cursor: pointer;
  color: #040404;
  background: #FFF;
  border: 5px solid #EFEFEF;
  margin-left: -5px;
  padding: 5px 8px 5px 8px;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
}

.form-newsletter input.btn-submit:hover {
  background: #e63c1e;
  color: #FFF;
}

.form-newsletter .form-message {
  display: none;
  position: absolute;
  right: 0;
  bottom: -25px;
}

.form-newsletter .form-message p {
  font-size: 14px;
}

.form-newsletter .form-message.valid p {
  color: #145214;
}

.form-newsletter .form-message.valid-error p,
.form-newsletter .form-message.error p {
  color: #B20000;
}

.is-firefox .form-newsletter input.btn-submit {
  padding-top: 4px;
  padding-bottom: 4px;
}

.deco-title {
  display: inline-block;
  margin-bottom: 30px;
}


.block-extra__inner--events>*{
  margin-top: 40px;
}

.deco-title:before,
.deco-title:after, .old-school-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  padding: 0 20px;
  margin-left: -20px;
}

.deco-title:before {
  margin-bottom: 20px;
  background: url(/wp-content/themes/lulu/css/skin/title-border-top.png) repeat-x left top;
}

.deco-title:after, .old-school-underline:after{
  margin-top: 20px;
  background: url(/wp-content/themes/lulu/css/skin/title-border-bottom.png) repeat-x left bottom;
}

.deco-title h2 {
  font-size: 30px;
  font-family: "Gobold", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.deco-title h3 {
  color: #e63c1e;
  font-size: 14px;
  margin-top: 18px;
}

.deco-title--pre-home{
  margin-bottom: unset;
  text-underline-offset: 3px;
} 

.deco-title--pre-home:before{
  display:none;
}

.deco-title--pre-home:after{
  margin-top: 9px;
  padding: 0 10px;
  margin-left: -10px;
}

.nom-restaurant.old-school-underline:after{
  width: 5%;
  padding: 0px 0px;
  margin-left: 0px;
}
.slogan-general .old-school-underline:after{
  padding: unset;
  margin-left: unset;
  margin: 20px auto;
  width: 55%;
}

.btn-oldschool {
  display: inline-block;
  position: relative;
  text-align: center;
}

.btn-oldschool:before,
.btn-oldschool:after {
  content: "";
  display: block;
  width: 19px;
  height: 53px;
  position: absolute;
  top: 0;
  z-index: 10;
}

.btn-oldschool:before {
  left: -19px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat 0 -64px;
}

.btn-oldschool:after {
  right: -19px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -32px -64px;
}


.btn-oldschool.no-decoration:before {
  display: none;
}

.btn-oldschool.no-decoration:after {
  display: none;
}



.btn-oldschool .background {
  position: absolute;
  left: -11px;
  right: -11px;
  top: 7px;
  bottom: 7px;
  z-index: 1;
  display: inline-block;
  background: #e63c1e;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.entremer-dispatch .btn-oldschool .background{
  background: #066d7f;
}

.btn-oldschool .label {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 16px 14px 17px;
  font-size: 20px;
  font-family: "Gobold", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fbf7cd;
  text-shadow: 2px 1px 1px #212527;
  background: url(/wp-content/themes/lulu/css/skin/btn-center.png) repeat-x left top;
  min-width: 134px;
}

.btn-oldschool.nav .label {
  background: unset;
}
.site-social .btn-oldschool.no-decoration .background{
  height: 100%;
}

.btn-oldschool.no-decoration .label{
  background: none;
}

.btn-oldschool:hover .background {
  -webkit-transform: scale(1.05, 1.15);
  transform: scale(1.05, 1.15);
}

.btn-oldschool.no-decoration .background {
  top: 0px;
} 

.block-fixed,
.block-hero .hero-booking,
.block-contact .contact-detail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 300px;
  background: #FFF;
  text-align: center;
}

.neo-retro-border{
  border: 1px solid transparent;
  border-image-slice: 11 11 11 11;
  border-image-width: 3px 3px 3px 3px;
  border-image-outset: 3px 3px 3px 3px;
  border-image-repeat: stretch stretch;
  border-image-source: url("data:image/webp;base64,UklGRvQCAABXRUJQVlA4WAoAAAAwAAAAHQAAHQAASUNDUKACAAAAAAKgbGNtcwQwAABtbnRyUkdCIFhZWiAH5gALAAgACAAGABhhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWxjbXMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1kZXNjAAABIAAAAEBjcHJ0AAABYAAAADZ3dHB0AAABmAAAABRjaGFkAAABrAAAACxyWFlaAAAB2AAAABRiWFlaAAAB7AAAABRnWFlaAAACAAAAABRyVFJDAAACFAAAACBnVFJDAAACFAAAACBiVFJDAAACFAAAACBjaHJtAAACNAAAACRkbW5kAAACWAAAACRkbWRkAAACfAAAACRtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACQAAAAcAEcASQBNAFAAIABiAHUAaQBsAHQALQBpAG4AIABzAFIARwBCbWx1YwAAAAAAAAABAAAADGVuVVMAAAAaAAAAHABQAHUAYgBsAGkAYwAgAEQAbwBtAGEAaQBuAABYWVogAAAAAAAA9tYAAQAAAADTLXNmMzIAAAAAAAEMQgAABd7///MlAAAHkwAA/ZD///uh///9ogAAA9wAAMBuWFlaIAAAAAAAAG+gAAA49QAAA5BYWVogAAAAAAAAJJ8AAA+EAAC2xFhZWiAAAAAAAABilwAAt4cAABjZcGFyYQAAAAAAAwAAAAJmZgAA8qcAAA1ZAAAT0AAACltjaHJtAAAAAAADAAAAAKPXAABUfAAATM0AAJmaAAAmZwAAD1xtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAEcASQBNAFBtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJWUDhMLQAAAC8dQAcQDzAlEzIn8x/wQNRIak4BCqCVgn9T7O9yEiL6H8BmK7n7rjq97yQDhAA=");
  border-style: solid; 
}


.block-fixed h4,
.block-hero .hero-booking h4,
.block-contact .contact-detail h4,
.block-fixed .h4,
.block-hero .hero-booking .h4,
.block-contact .contact-detail .h4 {
  font-family: "Gobold", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.block-fixed p,
.block-hero .hero-booking p,
.block-contact .contact-detail p {
  /* font-size: 12px; */
  /* line-height: 14px; */
  margin-bottom: 5px;
}

.block-fixed p strong,
.block-hero .hero-booking p strong,
.block-contact .contact-detail p strong {
  font-size: 16px;
  line-height: 22px;
}

.block-contact .contact-detail p strong {
  display: block;
}

.sticky header {
  height: 73px;
}

.sticky header .site-menu ul {
  margin-top: 23px;
}

.sticky header .site-branding a {
  width: 130px;
  margin-top: 0px;
}

.sticky header .site-social ul {
  margin-top: 9px;
}

.sticky header .site-social ul li.btn-book {
  visibility: visible;
  opacity: 1;
}

.sticky .btn-facebook,
.sticky .btn-tripadvisor {
  display: none;
}

.sticky .site-social .fb-wrapper,
.sticky .site-social .ta-wrapper {
  display: none;
}

.home {
  position: relative;
}

.home header,
.home footer {
  display: none;
}

.home .site {
  margin-top: 0;
}

.home .site,
.home .site-inner,
.home .site-content,
.home .pre-home {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home .content__inner {
  z-index: 10;
  display: flex;
}

.home .content__inner>*, .home .restaurant-container>*{
  flex: 1 0 33.33%;
}

.home .content__inner .logo {
  margin: 30px auto 40px;
  width: 240px;
  height: 223px;
  background: url(/wp-content/themes/lulu/css/skin/LOGO_OLD.svg) no-repeat center center;
  background-size: 240px 223px;
  text-indent: -5000px;
  overflow: hidden;
}

.home .content__inner .choice {
  text-align: center;
  text-transform: uppercase;
  color: #fbf7cd;
  font-size: 20px;
  font-weight: bold;
  font-family: "Calibri", Arial, sans-serif;
  background: #212527;
  width: 100%;
  padding: 16px 0 14px;
}

.home .restaurants {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.home .restaurant-container {
  flex: 1 4 25%;
  display:flex;
  flex-direction:row;
  align-items: center;
}

.home .restaurant-container:hover .button-label .button-address {
  color: #e63c1e;
}

.home .restaurant-container:hover .button-label .button-location:after {
  width: 100%;
}

.home .restaurant-container:hover .button-shadow {
  opacity: 1;
}


.home .restaurant-container .restaurant-layer {
  left: 30px;
  right: 15px;
  top: 30px;
  bottom: 30px;
  z-index: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;

}

.home .restaurant-container .description-restaurant{
  margin-right: 110px;
}

.home .restaurant-container .restaurant-img-wrapper{
  flex: 1 3 370px;
  align-content: center;
  display: flex;
  justify-content: center;
}
.home .restaurant-container .btn-wrapper{
  flex:1 2 10%;
}

.home .restaurant-img-wrapper{
  margin: 15px;
}
.home .restaurant-container .restaurant-background {
  aspect-ratio: 40 / 17;
  max-width: 400px;
  max-height:170px;
  width: 100% ;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
}

.home .restaurant-container .restaurant-link {
  z-index: 2;
  border: 30px solid #FFF;
  border-right: 15px solid #FFF;
}

.home .restaurant-container .button-shadow {

  width: 315px;
  height: 101px;
  bottom: 73px;
  left: 50%;
  margin-left: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -5px -352px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.home .restaurant-container .button-label {

  width: 300px;
  height: 90px;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFF url(/wp-content/themes/lulu/css/skin/icon-fork.png) no-repeat 25px 10px;
  background-size: 40px 70px;
  text-transform: uppercase;
}

.home .restaurant-container .fork{
  background:  url(/wp-content/themes/lulu/css/skin/icon-fork.webp) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  float:left; 
  display: flex;
  align-content: center;
  margin-top: 5px ;
}

.home .restaurant-container.entremer-dispatch .fork{
  background:  url(/wp-content/themes/lulu/css/skin/icon-fork-blue.webp) no-repeat;
}


.home .restaurant-container .next-fork{
  white-space: nowrap;
  padding-left: 25px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
}

.home .restaurant-container .texte-restaurant > {
  margin-left:30px;
}

.pre-home .restaurant-container .nom-restaurant{
  color: #e63c1e;
  font-family: "Gobold", Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.pre-home .restaurant-container.entremer-dispatch .nom-restaurant{
  color: #066d7f;
}



.home .restaurant-container .button-label .button-address {
  display: block;
  font-weight: 300;
  font-size: 25px;
  font-family: "Gobold", Arial, sans-serif;
  margin: 23px 0 0 90px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.home .restaurant-container .button-label .button-location {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin: 7px 0 0 90px;
  border-bottom: 2px solid transparent;
}

.home .restaurant-container .button-label .button-location:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-bottom: -2px;
  background-color: #e63c1e;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

/* restaurants 2 */
.home .restaurants-2 .restaurant-container {
  width: 50%;
}

.home .restaurants-2 .restaurant-container:last-child .restaurant-link {
  border-left-width: 15px;
  border-right-width: 30px;
}

.home .restaurants-2 .restaurant-container:last-child .restaurant-layer {
  left: 15px;
  right: 30px;
}

/* restaurants 3 */
.home .restaurants-3 .restaurant-container {

}

.home .restaurants-3 .restaurant-container .restaurant-link {
  border-left-width: 15px;
  border-right-width: 15px;
}

.home .restaurants-3 .restaurant-container:first-child .restaurant-link {
  border-left-width: 30px;
  border-right-width: 15px;
}

.home .restaurants-3 .restaurant-container:last-child .restaurant-link {
  border-left-width: 15px;
  border-right-width: 30px;
}

.home .restaurants-3 .restaurant-container .restaurant-layer {
  left: 15px;
  right: 15px;
}

.home .restaurants-3 .restaurant-container:first-child .restaurant-layer {
  left: 30px;
  right: 15px;
}

.home .restaurants-3 .restaurant-container:last-child .restaurant-layer {
  left: 15px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  body.home {
    height: auto;
  }

  .home .site,
  .home .site-inner,
  .home .site-content,
  .home .pre-home {
    height: auto;
  }

  .home .content__inner {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    width: 100%;
  }

  .home .content__inner .logo {
    margin: 16px auto 20px;
    width: 120px;
    height: 112px;
    background-size: 120px 111px;
  }

  .home .restaurants {
    margin-top: 20px;
  }

  .home .restaurants-2 .restaurant-container,
  .home .restaurants-3 .restaurant-container {
    float: none;
    width: 100%;
    height: 160px;
  }

  .home .restaurants-2 .restaurant-container .restaurant-link,
  .home .restaurants-3 .restaurant-container .restaurant-link,
  .home .restaurants-3 .restaurant-container:first-child .restaurant-link,
  .home .restaurants-2 .restaurant-container:last-child .restaurant-link,
  .home .restaurants-3 .restaurant-container:last-child .restaurant-link {
    border: 20px solid #FFF;
    border-top: none;
  }

  .home .restaurants-2 .restaurant-container .restaurant-layer,
  .home .restaurants-3 .restaurant-container .restaurant-layer {
    z-index: 2;
    opacity: 0.3;
  }

  .home .restaurants-2 .restaurant-container .restaurant-layer,
  .home .restaurants-3 .restaurant-container .restaurant-layer,
  .home .restaurants-2 .restaurant-container:first-child .restaurant-layer,
  .home .restaurants-3 .restaurant-container:first-child .restaurant-layer,
  .home .restaurants-2 .restaurant-container:last-child .restaurant-layer,
  .home .restaurants-3 .restaurant-container:last-child .restaurant-layer {
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 20px;
  }

  .home .restaurant-container .button-shadow {
    display: none;
  }

  .home .restaurant-container .button-label {
    position: static;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    background-position: top center;
    background-size: 20px 35px;
    color: #FFF;
    text-align: center;
    margin-top: 15px;
    padding-top: 45px;
    width: 100%;
  }

  .home .restaurant-container .button-label .button-address {
    margin: 0;
    font-size: 17px;
  }

  .home .restaurant-container .button-label .button-location {
    margin: 0;
    font-size: 13px;
  }
}

.block-hero {
  position: relative;
}

.block-hero .hero-slick {
  margin-bottom: 0;
}

.block-hero .hero-slick .slick-next,
.block-hero .hero-slick .slick-prev {
  display: none !important;
}

.block-hero .hero-slick .slick-dots {
  text-align: center;
  bottom: -39px;
  z-index: 2;
}

.block-hero .hero-slick .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background: #212527;
}

.block-hero .hero-slick .slick-dots li:hover,
.block-hero .hero-slick .slick-dots li.slick-active {
  background: #e63c1e;
}

.block-hero .hero-slick .slick-dots li button {
  display: none;
}

.block-hero .hero-slick .slick-slide {
  background: no-repeat center center;
  background-size: cover;
  min-height: 450px;
  max-height: 600px;
}

.block-hero .hero-booking {
  margin-left: 300px;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.block-hero .hero-booking__inner {
  padding: 40px;
}

.block-hero .hero-booking .btn-oldschool {
  margin-top: 23px;
}

.block-hero .hero-booking .btn-oldschool .label {
  padding-left: 7px;
  padding-right: 7px;
}

.block-hero .hero-booking p {
  margin-bottom: 13px;
}

@media screen and (max-width: 1280px) {
  .block-hero .hero-booking {
    margin-left: 200px;
  }
}

@media screen and (max-width: 1220px) {
  .block-hero .hero-booking {
    margin-left: 80px;
  }

  .block-hero .hero-booking__inner {
    padding: 30px;
  }

  .home .restaurant-container {
    flex-direction: column;
    padding: 0 20px;
  }
  .home .restaurant-container .restaurant-img-wrapper {
    flex-basis: auto;
    margin: 3px 0 35px 0;
  }
  .home .restaurant-container .restaurant-background {
    max-width: 100%;
    max-height: 100%;
  }
  .home .restaurant-container .btn-oldschool {
    width: 370px;
    max-width: 100%;
    margin: 20px 0 50px 0; 
  }
}

@media screen and (max-width: 950px) {
  .block-hero .hero-slick {
    height: 224px;
  }

  .block-hero .hero-slick .slick-slide {
    height: 224px !important;
    min-height: 0;
  }

  .block-hero .hero-slick .slick-dots {
    bottom: 10px;
  }

  .block-hero .hero-slick .slick-dots li {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }

  .block-hero .hero-booking {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    width: 100%;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .block-hero .hero-booking__inner {
    padding: 25px;
  }

  .block-hero .hero-booking h4 {
    display: none;
  }

  .block-hero .hero-booking.event h4 {
    display: block;
  }

  .block-hero .hero-booking .btn-oldschool {
    margin-top: 10px;
  }

  .pre-home .content__inner .slogan-general,
  .pre-home .content__inner .icon-area {
    display: none;
  }
}

.block-intro, .pre-home {
  background: #f3f1ea url(/wp-content/themes/lulu/css/skin/bg-matiere.jpg) repeat top center;
  position: relative;
}

.block-intro .corner-left,
.block-intro .corner-right {
  position: absolute;
  top: 0;
  z-index: 0;
}

.block-intro .corner-left {
  left: 0;
  width: 777px;
  height: 306px;
  background: url(/wp-content/themes/lulu/css/skin/gradient-left.png) no-repeat left top;
}

.block-intro .corner-right {
  right: 0;
  width: 776px;
  height: 306px;
  background: url(/wp-content/themes/lulu/css/skin/gradient-right.png) no-repeat left top;
}

.block-intro__inner {
  max-width: 600px;
  padding: 62px 0 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.block-intro .deco-title {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {

  .block-intro .corner-left,
  .block-intro .corner-right {
    display: none;
  }

  .block-intro__inner {
    padding: 40px 0;
  }

  .block-intro p {
    margin: 0 50px;
  }
}

.block-carte {
  position: relative;
  overflow: hidden;
  background: #333 url(/wp-content/themes/lulu/css/skin/bg-ardoise.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;
}

.block-carte h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 150px;
  font-weight: 300;
  color: #FFF;
  padding: 100px 0 70px;
}

.block-carte .block-carte__menu {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 170px;
  position: relative;
  z-index: 10;
}

.block-carte .carte__tabs {
  text-align: center;
}

.block-carte .carte__tabs ul {
  display: inline-block;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 38px;
  border-bottom: 2px solid #949493;
}

.block-carte .carte__tabs ul li {
  display: inline-block;
}

.block-carte .carte__tabs ul li:first-child a {
  padding-left: 0;
}

.block-carte .carte__tabs ul li:last-child a {
  padding-right: 0;
}

.block-carte .carte__tabs ul li a {
  padding: 0 20px;
  font-size: 40px;
  font-family: "BonneMamanScript", Times, serif;
  color: #949493;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.block-carte .carte__tabs ul li a:hover {
  color: #d3d3d3;
}

.block-carte .carte__tabs ul li a.is-active {
  color: #FFF;
  text-shadow: 4px 2px #1c1b1e;
}

.block-carte .carte__tabs .select {
  display: none;
  position: relative;
  width: 198px;
  margin: 0 auto;
  border-top: 1px solid #949493;
  border-bottom: 1px solid #949493;
  padding: 4px 0 0 14px;
}

.block-carte .carte__tabs .select select {
  width: 100%;
  font-size: 40px;
  font-family: "BonneMamanScript", Times, serif;
  color: #949493;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
}

.block-carte .carte__tabs .select select option {
  padding: 0 0 0 5px;
}

.block-carte .carte__tabs .select .icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 23px;
  width: 14px;
  height: 8px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -176px -32px;
  background-size: 256px 256px;
}

.block-carte .carte__content {
  position: relative;
  min-height: 400px;
  max-width: 560px;
  margin: 0 auto;
}

.block-carte .carte__content-block {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Calibri", Arial, sans-serif;
}

.block-carte .carte__content-block.is-active {
  opacity: 1;
  visibility: visible;
}

.block-carte .carte__content table {
  border-collapse: collapse;
}

.block-carte .carte__content .item-title td {
  padding-top: 22px;
  line-height: 20px;
}

.block-carte .carte__content .item-title td.price {
  padding-top: 0;
  border-bottom: 1px solid #444444;
  line-height: 16px;
}

.block-carte .carte__content .item-description td {
  padding-bottom: 20px;
  border-bottom: 1px solid #444444;
}

.block-carte .carte__content .item-last td,
.block-carte .carte__content .item-last td.price {
  border-bottom: none;
}

.block-carte .carte__content .item-title {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  vertical-align: middle;
}

.block-carte .carte__content .item-description {
  font-size: 16px;
  color: #939394;
  font-weight: 300;
  vertical-align: middle;
  margin-bottom: 20px;
}

.block-carte .carte__content .price {
  width: 140px;
  text-align: right;
  vertical-align: middle;
}

.block-carte .carte__content .price span {
  font-family: "Gobold", Arial, sans-serif;
  font-weight: 300;
  color: #da4e36;
  text-transform: uppercase;
}

.block-carte .carte__content .price .price-container {
  display: table;
  width: 100%;
}

.block-carte .carte__content .price .price-main {
  display: table-cell;
  font-size: 26px;
  line-height: 30px;
}

.block-carte .carte__content .price .price-cents {
  display: table-cell;
  vertical-align: top;
  width: 25px;
  font-size: 12px;
}

.block-carte .btn-oldschool {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-carte .btn-oldschool .label {
  min-width: 165px;
}

.block-carte__master,
.block-carte__homemade {
  position: absolute;
  left: 50%;
  top: 45px;
  margin-left: -600px;
  background: url(/wp-content/themes/lulu/css/skin/fait-maison.png) no-repeat left top;
  width: 158px;
  height: 159px;
  z-index: 1;
}

.block-carte__master {
  top: 490px;
  background-size: contain;
  margin-right: 0;
  margin-left: 340px;
  width: 220px;
  background: url(/wp-content/themes/lulu/css/skin/Logo-Maitre-Restaurateur.png) no-repeat left top;
  background-size: contain;
}

.block-carte__top-left,
.block-carte__top-right,
.block-carte__bottom-left,
.block-carte__bottom-right {
  position: absolute;
  background: no-repeat left top;
  left: 50%;
  z-index: 2;
}

.block-carte__top-left {
  top: 0;
  margin-left: -960px;
  width: 1108px;
  height: 420px;
}

.block-carte__top-left .block-carte__vichy {
  position: absolute;
  top: 0;
  right: 0;
  width: 1108px;
  height: 200px;
  background: url(/wp-content/themes/lulu/css/skin/bg-left-vichy.png) no-repeat right top;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.block-carte__top-left .block-carte__skewers {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 513px;
  height: 306px;
  background: url(/wp-content/themes/lulu/css/skin/bg-left-skewers.png) no-repeat right top;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0.1s;
  transition: -webkit-transform 0.7s ease-in-out 0.1s;
  transition: transform 0.7s ease-in-out 0.1s;
  transition: transform 0.7s ease-in-out 0.1s, -webkit-transform 0.7s ease-in-out 0.1s;
}

.block-carte__top-right {
  top: 0;
  margin-left: 242px;
  width: 666px;
  height: 401px;
}

.block-carte__top-right .block-carte__tomato {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 544px;
  height: 401px;
  background: url(/wp-content/themes/lulu/css/skin/bg-right-tomato.png) no-repeat right bottom;
}

.block-carte__top-right .block-carte__meat {
  position: absolute;
  top: 0;
  left: 0;
  width: 405px;
  height: 272px;
  background: url(/wp-content/themes/lulu/css/skin/bg-right-meat.png) no-repeat left top;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.block-carte__bottom-left {
  bottom: 0;
  margin-left: -954px;
  width: 801px;
  height: 288px;
}

.block-carte__bottom-left .block-carte__veggies {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 801px;
  height: 288px;
  background: url(/wp-content/themes/lulu/css/skin/bg-left-veggies.png) no-repeat left bottom;
}

.block-carte__bottom-left .block-carte__steak {
  position: absolute;
  bottom: 0;
  right: 172px;
  z-index: 1;
  width: 377px;
  height: 187px;
  background: url(/wp-content/themes/lulu/css/skin/bg-left-steak.png) no-repeat right bottom;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0.2s;
  transition: -webkit-transform 0.7s ease-in-out 0.2s;
  transition: transform 0.7s ease-in-out 0.2s;
  transition: transform 0.7s ease-in-out 0.2s, -webkit-transform 0.7s ease-in-out 0.2s;
}

.block-carte__bottom-right {
  bottom: 0;
  margin-left: -65px;
  width: 1022px;
  height: 284px;
  background-image: url(/wp-content/themes/lulu/css/skin/bg-right-bottom.png);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.block-carte.show-carte-top .block-carte__top-left .block-carte__vichy {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.block-carte.show-carte-top .block-carte__top-left .block-carte__skewers {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.block-carte.show-carte-top .block-carte__top-right .block-carte__meat {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.block-carte.show-carte-bottom .block-carte__bottom-left .block-carte__steak {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.block-carte.show-carte-bottom .block-carte__bottom-right {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1199px) {
  .block-carte__homemade {
    margin-left: -460px;
    top: 145px;
  }

  .touch .block-carte__top-left .block-carte__vichy {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .touch .block-carte__top-left .block-carte__skewers {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .touch .block-carte__top-right .block-carte__meat {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .touch .block-carte__bottom-left .block-carte__steak {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .touch .block-carte__bottom-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 1220px) {
  .block-carte__homemade {
    margin-left: -420px;
  }

  .block-carte__top-left .block-carte__vichy {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .block-carte__top-left .block-carte__skewers {
    display: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .block-carte__top-right {
    margin-left: 112px;
  }

  .block-carte__top-right .block-carte__meat {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .block-carte__top-right .block-carte__tomato {
    display: none;
  }

  .block-carte__bottom-left {
    margin-left: -764px;
  }

  .block-carte__bottom-left .block-carte__steak {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .block-carte__bottom-right {
    margin-left: -200px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 950px) {
  .block-carte h2 {
    font-size: 62px;
    padding: 70px 0 30px;
  }

  .block-carte .carte__tabs ul {
    display: none;
  }

  .block-carte .carte__tabs .select {
    display: block;
    margin-bottom: 30px;
  }

  .block-carte .carte__content {
    min-height: 0 !important;
  }

  .block-carte .carte__content .item-title td:first-child {
    width: 76%;
  }

  .block-carte .carte__content-block {
    position: static;
    width: 82%;
    margin: 0 auto;
    display: none;
  }

  .block-carte .carte__content-block.is-active {
    display: block;
  }

  .block-carte .carte__content .price {
    width: 70px;
  }

  .block-carte .block-carte__menu {
    padding-bottom: 230px;
  }

  .block-carte .btn-oldschool {
    bottom: 160px;
  }

  .block-carte__homemade {
    display: none;
  }

  .block-carte__master {
    margin-left: -150px;
    bottom: -10px;
    top: auto;
    height: 110px;
    width: 119px;
  }

  .block-carte__top-left .block-carte__vichy {
    background-size: 554px 100px;
  }

  .block-carte__top-left .block-carte__skewers {
    display: block;
  }

  .block-carte__top-right {
    margin-left: 60px;
  }

  .block-carte__top-right .block-carte__meat {
    background-size: 201px 135px;
  }

  .block-carte__top-right .block-carte__tomato {
    display: block;
    background-size: 272px 199px;
    right: 350px;
    bottom: 190px;
  }

  .block-carte__bottom-left {
    margin-left: -490px;
  }

  .block-carte__bottom-left .block-carte__veggies {
    background-size: 400px 145px;
  }

  .block-carte__bottom-left .block-carte__steak {
    display: none;
  }

  .block-carte__bottom-right {
    margin-left: -150px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-position: 15px bottom;
    background-size: 511px 142px;
  }
}

.block-bg {
  background: #f3f1ea url(/wp-content/themes/lulu/css/skin/bg-matiere.jpg) repeat top center;
  overflow: hidden;
}

.block-group {
  position: relative;
  padding: 0 0 100px;
  background: url(/wp-content/themes/lulu/css/skin/bg-vichy.png) no-repeat 50% 80%;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.block-group__shadow-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 21px;
  width: 100%;
  z-index: 10;
  background: url(/wp-content/themes/lulu/css/skin/shadow-group-top.png) no-repeat center top;
}

.block-group__shadow {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1000px;
  background: url(/wp-content/themes/lulu/css/skin/shadow-group-price.png) no-repeat center bottom;
}

.block-group__inner {
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 60px 100px 4px;
  text-align: center;
  background: #FFF;
}

.block-group__inner .deco-title {
  margin-bottom: 32px;
}

.block-group__description {
  margin: 5px auto 40px;
  max-width: 280px;
}

.block-group__menu h3 {
  color: #9a0817;
  margin: 23px 0 25px;
  font-size: 14px;
  line-height: 20px;
}

.block-group__menu-item {
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #989ea0;
  padding-bottom: 20px;
  margin-bottom: 18px;
  position: relative;
}

.block-group__menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 5px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat 0 -64px;
  background-size: 256px 256px;
}

.block-group__menu-item strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #212527;
}

.block-group__menu-item:last-child:after {
  display: none;
}

.block-group .border-left,
.block-group .border-right {
  position: absolute;
  width: 4px;
  top: 0;
  bottom: 0;
}

.block-group .border-left {
  left: 0;
  background: url(/wp-content/themes/lulu/css/skin/border-left.png) repeat-y left top;
}

.block-group .border-right {
  right: 0;
  background: url(/wp-content/themes/lulu/css/skin/border-right.png) repeat-y left top;
}

.block-group .border-bottom {
  position: absolute;
  top: auto;
  bottom: -19px;
  right: 19px;
  left: 19px;
  width: auto;
  height: 4px;
  padding-top: 19px;
  background: #FFF url(/wp-content/themes/lulu/css/skin/border-bottom.png) repeat-x left bottom;
}

.block-group .corner-bottom-left,
.block-group .corner-bottom-right {
  position: absolute;
  bottom: -19px;
  width: 19px;
  height: 19px;
}

.block-group .corner-bottom-left {
  left: 0;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -64px -64px;
}

.block-group .corner-bottom-right {
  right: 0;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -64px -96px;
}

.block-group__price {
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: 290px;
  width: 210px;
  height: 211px;
  background: url(/wp-content/themes/lulu/css/skin/bg-group-price.png) no-repeat left top;
  color: #d5d5d5;
  text-transform: uppercase;
  font-family: "Gobold", Arial, sans-serif;
  text-align: center;
}

.block-group__price .prices {
  padding: 58px 0 0 15px;
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}

.block-group__price .price-big {
  display: block;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 10px;
}

.block-group__price .price-label {
  display: block;
  font-size: 16px;
}

.is-firefox .block-group,
.touch .block-group {
  background-position: 50% 60%;
}

@media screen and (max-width: 1220px) {
  .block-group__price {
    margin-left: 170px;
  }
}

@media screen and (max-width: 950px) {
  .block-group {
    padding-bottom: 50px;
  }

  .block-group__inner {
    width: auto;
    padding: 40px 25px 4px;
  }

  .block-group__shadow {
    display: none;
  }

  .block-group__description {
    max-width: 160px;
  }

  .block-group__price {
    top: 20px;
    margin-left: 25px;
    -webkit-transform: scale(0.58);
    transform: scale(0.58);
  }

  .block-group .border-left,
  .block-group .border-right,
  .block-group .border-bottom,
  .block-group .corner-bottom-left,
  .block-group .corner-bottom-right {
    display: none;
  }
}

.block-restaurant__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
  overflow: hidden;
}

.block-restaurant .deco-title {
  margin-bottom: 40px;
}

.block-restaurant .valeurs {
  float: left;
  text-align: left;
}

.block-restaurant .block-valeur {
  display: block;
  float: left;
  width: 293px;
  margin: 0 30px;
}

.block-restaurant .block-valeur__inner {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear 0.1s;
  transition: opacity 0.35s linear 0.1s;
}

.block-restaurant .block-valeur img {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

.block-restaurant .block-valeur h3 {
  position: relative;
  font-size: 14px;
  color: #e63c1e;
  text-transform: lowercase;
  padding-bottom: 29px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s linear 0.2s;
  transition: opacity 0.35s linear 0.2s;
}

.block-restaurant .block-valeur h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 25px;
  background: url(/wp-content/themes/lulu/css/skin/title-border-top.png) repeat-x left top;
}

.block-restaurant .block-valeur p {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear 0.3s;
  transition: opacity 0.35s linear 0.3s;
}

.block-restaurant .block-valeur:first-child .block-valeur__inner,
.block-restaurant .block-valeur:last-child .block-valeur__inner {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  background: url(/wp-content/themes/lulu/css/skin/img-left-shadow.png) no-repeat left top;
  -webkit-transition: opacity 0.35s linear, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.35s linear, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.35s linear;
  transition: transform 0.3s ease-in-out, opacity 0.35s linear, -webkit-transform 0.3s ease-in-out;
}

.block-restaurant .block-valeur:first-child h3,
.block-restaurant .block-valeur:last-child h3 {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.35s linear 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
  transition: opacity 0.35s linear 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, opacity 0.35s linear 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, opacity 0.35s linear 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
}

.block-restaurant .block-valeur:first-child p,
.block-restaurant .block-valeur:last-child p {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.35s linear 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
  transition: opacity 0.35s linear 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.35s linear 0.2s;
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.35s linear 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
}

.block-restaurant .block-valeur:first-child {
  margin-left: 0;
}

.block-restaurant .block-valeur:last-child {
  margin-right: 0;
}

.block-restaurant.show-restaurant .block-valeur__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.block-restaurant.show-restaurant .block-valeur h3,
.block-restaurant.show-restaurant .block-valeur p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.block-restaurant.show-restaurant .block-valeur:first-child .block-valeur__inner,
.block-restaurant.show-restaurant .block-valeur:last-child .block-valeur__inner {
  -webkit-transform: translateY(-88px);
  transform: translateY(-88px);
}

@media screen and (max-width: 1199px) {
  .touch .block-restaurant .block-valeur__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .touch .block-restaurant .block-valeur h3,
  .touch .block-restaurant .block-valeur p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .touch .block-restaurant .block-valeur:first-child .block-valeur__inner,
  .touch .block-restaurant .block-valeur:last-child .block-valeur__inner {
    -webkit-transform: translateY(-88px);
    transform: translateY(-88px);
  }
}

@media screen and (max-width: 1220px) {
  .block-restaurant__inner {
    padding-bottom: 30px;
  }

  .block-restaurant .valeurs {
    float: none;
    text-align: center;
  }

  .block-restaurant .block-valeur {
    margin: 0 10px;
    width: 230px;
    float: none;
    display: inline-block;
    text-align: left;
  }

  .block-restaurant .block-valeur__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .block-restaurant .block-valeur h3,
  .block-restaurant .block-valeur p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .block-restaurant .block-valeur:first-child,
  .block-restaurant .block-valeur:last-child {
    margin: 0 10px;
  }

  .block-restaurant .block-valeur:first-child .block-valeur__inner,
  .block-restaurant .block-valeur:last-child .block-valeur__inner {
    background-size: 100%;
    -webkit-transform: translateY(-88px);
    transform: translateY(-88px);
  }
}

@media screen and (max-width: 950px) {
  .block-restaurant .deco-title {
    margin-bottom: 60px;
  }

  .block-restaurant .valeurs {
    margin: 0;
  }

  .block-restaurant .block-valeur,
  .block-restaurant.show-restaurant .block-valeur,
  .block-restaurant.show-restaurant-offset .block-valeur {
    outline: none;
  }

  .block-restaurant .block-valeur:first-child .block-valeur__inner,
  .block-restaurant .block-valeur:last-child .block-valeur__inner,
  .block-restaurant.show-restaurant .block-valeur:first-child .block-valeur__inner,
  .block-restaurant.show-restaurant .block-valeur:last-child .block-valeur__inner,
  .block-restaurant.show-restaurant-offset .block-valeur:first-child .block-valeur__inner,
  .block-restaurant.show-restaurant-offset .block-valeur:last-child .block-valeur__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: none;
  }

  .block-restaurant .block-valeur__inner,
  .block-restaurant.show-restaurant .block-valeur__inner,
  .block-restaurant.show-restaurant-offset .block-valeur__inner {
    max-width: 340px;
    margin: 0 auto;
  }

  .block-restaurant .slick-slide {
    vertical-align: top;
    padding: 0 50px;
  }

  .block-restaurant .slick-dots {
    text-align: center;
    bottom: auto;
    top: -40px;
  }

  .block-restaurant .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background: #212527;
  }

  .block-restaurant .slick-dots li.slick-active {
    background: #e63c1e;
  }

  .block-restaurant .slick-dots li button {
    display: none;
  }

  .touch .block-restaurant .block-valeur,
  .touch .block-restaurant.show-restaurant .block-valeur,
  .touch .block-restaurant.show-restaurant-offset .block-valeur {
    outline: none;
  }

  .touch .block-restaurant .block-valeur:first-child .block-valeur__inner,
  .touch .block-restaurant .block-valeur:last-child .block-valeur__inner,
  .touch .block-restaurant.show-restaurant .block-valeur:first-child .block-valeur__inner,
  .touch .block-restaurant.show-restaurant .block-valeur:last-child .block-valeur__inner,
  .touch .block-restaurant.show-restaurant-offset .block-valeur:first-child .block-valeur__inner,
  .touch .block-restaurant.show-restaurant-offset .block-valeur:last-child .block-valeur__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: none;
  }
}

.block-carousel .carousel-slick {
  width: 100%;
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
  border-top: 20px solid #FFF;
  border-bottom: 20px solid #FFF;
}

.block-carousel .carousel-slick .slick-slide {
  height: 600px;
  background: no-repeat center center;
  background-size: cover;
}

.block-carousel .carousel-slick .prev-arrow,
.block-carousel .carousel-slick .next-arrow {
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.block-carousel .carousel-slick .prev-arrow .arrow-shadow,
.block-carousel .carousel-slick .prev-arrow .arrow-background,
.block-carousel .carousel-slick .prev-arrow .arrow-main,
.block-carousel .carousel-slick .next-arrow .arrow-shadow,
.block-carousel .carousel-slick .next-arrow .arrow-background,
.block-carousel .carousel-slick .next-arrow .arrow-main {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat left top;
}

.block-carousel .carousel-slick .prev-arrow .arrow-shadow,
.block-carousel .carousel-slick .next-arrow .arrow-shadow {
  width: 60px;
  height: 97px;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.block-carousel .carousel-slick .prev-arrow .arrow-background,
.block-carousel .carousel-slick .next-arrow .arrow-background {
  width: 42px;
  height: 85px;
  background-size: 256px 256px;
}

.block-carousel .carousel-slick .prev-arrow .arrow-main,
.block-carousel .carousel-slick .next-arrow .arrow-main {
  width: 10px;
  height: 14px;
  background-size: 256px 256px;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

.block-carousel .carousel-slick .prev-arrow:hover .arrow-shadow,
.block-carousel .carousel-slick .next-arrow:hover .arrow-shadow {
  opacity: 0;
}

.block-carousel .carousel-slick .prev-arrow {
  right: auto;
  left: 25%;
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
  border-right: 20px solid #FFF;
}

.block-carousel .carousel-slick .prev-arrow .arrow-shadow,
.block-carousel .carousel-slick .prev-arrow .arrow-background,
.block-carousel .carousel-slick .prev-arrow .arrow-main {
  right: 0;
}

.block-carousel .carousel-slick .prev-arrow .arrow-shadow {
  background-position: -160px 0;
}

.block-carousel .carousel-slick .prev-arrow .arrow-background {
  right: -1px;
  background-position: 0 -80px;
}

.block-carousel .carousel-slick .prev-arrow .arrow-main {
  right: -1px;
  background-position: -48px -16px;
}

.block-carousel .carousel-slick .prev-arrow:hover .arrow-main {
  background-position: -64px -16px;
}

.block-carousel .carousel-slick .next-arrow {
  left: auto;
  right: 25%;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  border-left: 20px solid #FFF;
}

.block-carousel .carousel-slick .next-arrow .arrow-shadow,
.block-carousel .carousel-slick .next-arrow .arrow-background,
.block-carousel .carousel-slick .next-arrow .arrow-main {
  left: 0;
}

.block-carousel .carousel-slick .next-arrow .arrow-shadow {
  background-position: -224px 0;
}

.block-carousel .carousel-slick .next-arrow .arrow-background {
  left: -1px;
  background-position: -48px -80px;
}

.block-carousel .carousel-slick .next-arrow .arrow-main {
  left: 1px;
  background-position: -64px 0;
}

.block-carousel .carousel-slick .next-arrow:hover .arrow-main {
  background-position: -48px 0;
}

@media screen and (max-width: 1500px) {
  .block-carousel .carousel-slick .prev-arrow {
    left: 20%;
  }

  .block-carousel .carousel-slick .next-arrow {
    right: 20%;
  }
}

@media screen and (max-width: 1280px) {
  .block-carousel .carousel-slick .prev-arrow {
    left: 12%;
  }

  .block-carousel .carousel-slick .next-arrow {
    right: 12%;
  }
}

@media screen and (max-width: 1199px) {
  .block-carousel .carousel-slick {
    height: 480px;
  }

  .block-carousel .carousel-slick .slick-slide {
    height: 440px;
  }
}

@media screen and (max-width: 1220px) {
  .block-carousel .carousel-slick {
    height: 400px;
  }

  .block-carousel .carousel-slick .slick-slide {
    height: 400px;
  }

  .block-carousel .carousel-slick .prev-arrow {
    left: 18%;
  }

  .block-carousel .carousel-slick .next-arrow {
    right: 18%;
  }
}

@media screen and (max-width: 950px) {
  .block-carousel .carousel-slick {
    height: 225px;
    border-top: 20px solid #FFF;
    border-bottom: 20px solid #FFF;
  }

  .block-carousel .carousel-slick .slick-slide {
    height: 185px;
  }

  .block-carousel .carousel-slick .prev-arrow span,
  .block-carousel .carousel-slick .next-arrow span {
    display: none !important;
  }

  .block-carousel .carousel-slick .prev-arrow {
    left: 8%;
  }

  .block-carousel .carousel-slick .next-arrow {
    right: 8%;
  }
}

.block-contact {
  position: relative;
}
.block-contact-virtual {
  margin-top: 25px;
  background: #f3f1ea url(/wp-content/themes/lulu/css/skin/bg-matiere.jpg) repeat top center;
}

.block-contact .shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(/wp-content/themes/lulu/css/skin/shadow-top-map.png) repeat-x center top;
}

.block-contact .shadow-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(/wp-content/themes/lulu/css/skin/shadow-bottom-map.png) repeat-x center bottom;
}

.block-contact .map {
  display: block;
  height: 520px;
}

.block-contact .map.virtual {
  display: block;
  height: 720px;
  width: 80%;
  margin: auto;
}
.block-contact .contact-detail {
  margin-left: -380px;
}


.block-contact .contact-detail {
  margin-left: -600px;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.block-contact .contact-detail__inner {
  padding: 40px 40px 15px;
}

.block-contact .contact-detail__other {
  padding: 25px 40px 18px;
  background: url(/wp-content/themes/lulu/css/skin/title-border-top.png) repeat-x top left;
}

.block-contact .contact-detail__other .h4 {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.block-contact .contact-detail__other .location {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 2px solid #212527;
}

.block-contact .contact-detail__other .location:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-bottom: -2px;
  background-color: #e63c1e;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.block-contact .contact-detail__other a:hover .h4 {
  color: #e63c1e;
}

.block-contact .contact-detail__other a:hover .location:after {
  width: 100%;
}

.block-contact .contact-detail .btn-oldschool {
  margin: 10px 0 15px;
}

.block-contact .contact-detail .phone {
  font-size: 18px;
  color: #e63c1e;
}

.block-contact .mobile-only {
  display: none;
}

@media screen and (max-width: 1280px) {
  .block-contact .contact-detail {
    margin-left: -500px;
  }
}

@media screen and (max-width: 1220px) {
  .block-contact .map {
    height: 446px;
  }
  .block-contact .map.virtual {
    height: 520px;
  }

  .block-contact .contact-detail {
    margin-left: -380px;
  }
}

@media screen and (max-width: 950px) {
  .block-contact .map {
    height: 200px;
  }
  .block-contact .map.virtual {
    height: 400px;
  }

  .block-contact .contact-detail {
    position: static;
    margin: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .block-contact .contact-detail__inner {
    padding: 20px 20px 10px;
  }

  .block-contact .contact-detail__inner h4 {
    display: none;
  }

  .block-contact .contact-detail__inner p {
    margin-bottom: 15px;
  }

  .block-contact .contact-detail__other {
    padding-bottom: 25px;
  }

  .block-contact .shadow-bottom {
    background: url(/wp-content/themes/lulu/css/skin/border-bottom.png) repeat-x left bottom;
  }

  .block-contact .desktop-only {
    display: none;
  }

  .block-contact .mobile-only {
    display: inline-block;
  }
}

.block-form {
  background: url(/wp-content/themes/lulu/css/skin/bg-matiere.jpg) repeat center top;
  position: relative;
}

.block-form .btn-cancel {
  position: absolute;
  left: 0;
  top: 60px;
  background: #FFF;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 20px 18px;
}

.block-form .btn-cancel .icon {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -144px -32px;
  background-size: 256px 256px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

.block-form .btn-cancel:hover {
  color: #e63c1e;
}

.block-form .btn-cancel:hover .icon {
  background-position: -208px -32px;
}

.block-form__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.block-form__inner .deco-title {
  margin-bottom: 45px;
}

.block-form__inner p {
  margin-bottom: 60px;
}

.block-form__inner span.error {
  display: none;
  color: red;
}

.block-form__inner span.success {
  display: none;
  color: green;
}

.block-form form {
  max-width: 400px;
  margin: 0 auto;
}

.block-form form input::-moz-focus-inner {
  border: 0;
}

.block-form form select::-moz-focus-inner {
  border: 0;
}

.block-form form select {
  background: none;
  border: none;
  padding: 0;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.block-form form .select-restaurant {
  width: 400px;
  margin-bottom: 30px;
  background: #FFF;
  position: relative;
  border-radius: 2px;
}

.block-form form .select-restaurant select {
  width: 400px;
  height: 40px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

.block-form form .select-restaurant .icon {
  position: absolute;
  z-index: 1;
  display: block;
  right: 20px;
  top: 17px;
  width: 14px;
  height: 18px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -160px -32px;
  background-size: 256px 256px;
}

.block-form form .select-restaurant.is-focus .icon {
  background-position: -224px -32px;
}

.block-form form .input,
.block-form form .textarea {
  width: 360px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 2px;
}

.block-form form .input.error input,
.block-form form .textarea.error input {
  color: red;
}

.block-form form .input.error ::-webkit-input-placeholder,
.block-form form .textarea.error ::-webkit-input-placeholder {
  color: red;
}

.block-form form .input.error :-moz-placeholder,
.block-form form .textarea.error :-moz-placeholder {
  /* Firefox 18- */
  color: red;
}

.block-form form .input.error ::-moz-placeholder,
.block-form form .textarea.error ::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}

.block-form form .input.error :-ms-input-placeholder,
.block-form form .textarea.error :-ms-input-placeholder {
  color: red;
}

.block-form form .input input,
.block-form form .input textarea,
.block-form form .textarea input,
.block-form form .textarea textarea {
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 11px 20px 9px;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  outline: none;
}

.block-form form .input textarea,
.block-form form .textarea textarea {
  width: 360px;
  height: 120px;
  background: none;
}

.block-form form .input.half,
.block-form form .textarea.half {
  width: 200px;
}

.block-form form .input.half input,
.block-form form .textarea.half input {
  width: 160px;
}

.block-form form .input.half-select,
.block-form form .textarea.half-select {
  width: 200px;
}

.block-form form .input.half-select select,
.block-form form .textarea.half-select select {
  width: 200px;
  height: 40px;
  padding-left: 20px;
}

.block-form form .input.date,
.block-form form .input.time,
.block-form form .input.nb_pers,
.block-form form .textarea.date,
.block-form form .textarea.time,
.block-form form .textarea.nb_pers {
  position: relative;
}

.block-form form .input.date select,
.block-form form .input.date input,
.block-form form .input.time select,
.block-form form .input.time input,
.block-form form .input.nb_pers select,
.block-form form .input.nb_pers input,
.block-form form .textarea.date select,
.block-form form .textarea.date input,
.block-form form .textarea.time select,
.block-form form .textarea.time input,
.block-form form .textarea.nb_pers select,
.block-form form .textarea.nb_pers input {
  position: relative;
  z-index: 2;
}

.block-form form .input.date .icon,
.block-form form .input.time .icon,
.block-form form .input.nb_pers .icon,
.block-form form .textarea.date .icon,
.block-form form .textarea.time .icon,
.block-form form .textarea.nb_pers .icon {
  position: absolute;
  z-index: 1;
  display: block;
  right: 15px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat;
  background-size: 256px 256px;
}

.block-form form .input.date,
.block-form form .textarea.date {
  border-radius: 2px;
  background: #FFF;
}

.block-form form .input.date input,
.block-form form .textarea.date input {
  background: none;
}

.block-form form .input.date .icon,
.block-form form .textarea.date .icon {
  width: 24px;
  height: 26px;
  top: 5px;
  background-position: -144px 0;
}

.block-form form .input.date.is-focus .icon,
.block-form form .textarea.date.is-focus .icon {
  background-position: -176px -128px;
}

.block-form form .input.time .icon,
.block-form form .textarea.time .icon {
  width: 25px;
  height: 25px;
  top: 8px;
  background-position: -176px 0;
}

.block-form form .input.time.is-focus .icon,
.block-form form .textarea.time.is-focus .icon {
  background-position: -176px -96px;
}

.block-form form .input.nb_pers .icon,
.block-form form .textarea.nb_pers .icon {
  width: 25px;
  height: 25px;
  top: 8px;
  background-position: -208px 0;
}

.block-form form .input.nb_pers.is-focus .icon,
.block-form form .textarea.nb_pers.is-focus .icon {
  background-position: -208px -96px;
}

.block-form form .textarea {
  width: 400px;
  margin-bottom: 25px;
}

.block-form form .mandatory {
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
  margin-bottom: 40px;
}

.block-form form .hidden-submit {
  display: none;
}

.datepicker-container {
  width: 240px;
  margin-left: 155px;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top: none;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -5px;
  border-bottom-color: #212527;
}

.datepicker-panel>ul {
  width: auto;
}

.datepicker-panel>ul>li {
  background: #212527;
  width: 24px;
  height: 20px;
}

.datepicker-panel>ul>li[data-view="years current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="month current"] {
  font-family: "Gobold", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  color: #fbf7cd;
  width: 150px;
  height: 32px;
  padding-top: 13px;
}

.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="next"] {
  font-family: "Gobold", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fbf7cd;
  width: 45px;
  height: 32px;
  padding-top: 13px;
}

.datepicker-panel>ul>li[data-view="years current"]:hover,
.datepicker-panel>ul>li[data-view="year current"]:hover,
.datepicker-panel>ul>li[data-view="month current"]:hover,
.datepicker-panel>ul>li[data-view="years prev"]:hover,
.datepicker-panel>ul>li[data-view="year prev"]:hover,
.datepicker-panel>ul>li[data-view="month prev"]:hover,
.datepicker-panel>ul>li[data-view="years next"]:hover,
.datepicker-panel>ul>li[data-view="year next"]:hover,
.datepicker-panel>ul>li[data-view="month next"]:hover,
.datepicker-panel>ul>li[data-view="next"]:hover,
.datepicker-panel>ul>li[data-view="years current"].disabled,
.datepicker-panel>ul>li[data-view="year current"].disabled,
.datepicker-panel>ul>li[data-view="month current"].disabled,
.datepicker-panel>ul>li[data-view="years prev"].disabled,
.datepicker-panel>ul>li[data-view="year prev"].disabled,
.datepicker-panel>ul>li[data-view="month prev"].disabled,
.datepicker-panel>ul>li[data-view="years next"].disabled,
.datepicker-panel>ul>li[data-view="year next"].disabled,
.datepicker-panel>ul>li[data-view="month next"].disabled,
.datepicker-panel>ul>li[data-view="next"].disabled {
  background: #212527;
}

.datepicker-panel>ul[data-view="years"]>li,
.datepicker-panel>ul[data-view="months"]>li {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-family: "Gobold", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  color: #fbf7cd;
  background: #101213;
}

.datepicker-panel>ul[data-view="years"]>li.picked,
.datepicker-panel>ul[data-view="years"]>li.picked:hover,
.datepicker-panel>ul[data-view="months"]>li.picked,
.datepicker-panel>ul[data-view="months"]>li.picked:hover {
  color: #e63c1e;
}

.datepicker-panel>ul[data-view="years"]>li:hover,
.datepicker-panel>ul[data-view="months"]>li:hover {
  background: #212527;
}

.datepicker-panel>ul[data-view="week"],
.datepicker-panel>ul[data-view="days"] {
  background: #e8e8e8;
}

.datepicker-panel>ul[data-view="week"] {
  padding: 20px 20px 0 20px;
}

.datepicker-panel>ul[data-view="days"] {
  padding: 0 20px 20px 20px;
}

.datepicker-panel>ul[data-view="week"]>li,
.datepicker-panel>ul[data-view="week"]>li:hover {
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  background: none;
  margin: 2px;
  color: #86898b;
}

.datepicker-panel>ul[data-view="days"]>li {
  font-family: "Gobold", Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  background: #FFF;
  margin: 2px;
  position: relative;
}

.datepicker-panel>ul[data-view="days"]>li:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e63c1e;
}

.datepicker-panel>ul[data-view="days"]>li.muted,
.datepicker-panel>ul[data-view="days"]>li.muted:hover {
  background: #d7d7d7;
  color: #909090;
}

.datepicker-panel>ul[data-view="days"]>li.muted:after,
.datepicker-panel>ul[data-view="days"]>li.muted:hover:after {
  display: none;
}

.datepicker-panel>ul[data-view="days"]>li.picked {
  background: #e63c1e;
  color: #FFF;
}

.datepicker-panel>ul[data-view="days"]>li.disabled {
  background: #d7d7d7;
  color: #909090;
}

.datepicker-panel>ul[data-view="days"]>li.disabled:after {
  display: none;
}

@media screen and (max-width: 950px) {
  .block-form .btn-cancel {
    top: 10px;
  }

  .block-form__inner {
    padding-top: 100px;
  }

  .block-form__inner p {
    margin: 0 20px 30px;
  }

  .block-form iframe {
    width: 100%;
    height: 900px;
  }

  .block-form form .select-restaurant {
    width: 250px;
    margin: 0 auto 30px;
  }

  .block-form form .select-restaurant select {
    width: 210px;
  }

  .block-form form .input,
  .block-form form .textarea {
    width: 250px;
    margin: 0 auto 30px;
  }

  .block-form form .input.date .icon,
  .block-form form .input.time .icon,
  .block-form form .textarea.date .icon,
  .block-form form .textarea.time .icon {
    right: 15px;
  }

  .block-form form .input input,
  .block-form form .input select,
  .block-form form .input textarea,
  .block-form form .textarea input,
  .block-form form .textarea select,
  .block-form form .textarea textarea {
    width: 210px;
  }

  .block-form form .input.half,
  .block-form form .textarea.half {
    width: 250px;
  }

  .block-form form .input.half-select,
  .block-form form .textarea.half-select {
    width: 250px;
  }

  .block-form form .input.half-select select,
  .block-form form .textarea.half-select select {
    width: 210px;
  }

  .block-form form .mandatory {
    max-width: 250px;
    margin: 0 auto 40px;
  }

  .datepicker-container {
    margin-left: 0;
  }
}

.credits-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.credits {
  position: fixed;
  z-index: 10010;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.credits:before,
.credits:after {
  content: "";
  position: absolute;
  left: 69px;
  right: 69px;
  height: 4px;
}

.credits:before {
  top: 50px;
  background: url(/wp-content/themes/lulu/css/skin/title-border-top.png) repeat-x left top;
}

.credits:after {
  bottom: 50px;
  background: url(/wp-content/themes/lulu/css/skin/title-border-bottom.png) repeat-x left bottom;
}

.credits .corner-top-left,
.credits .corner-top-right,
.credits .corner-bottom-left,
.credits .corner-bottom-right {
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat left top;
}

.credits .corner-top-left {
  top: 50px;
  left: 50px;
  background-position: -96px -64px;
}

.credits .corner-top-right {
  top: 50px;
  right: 50px;
  background-position: -96px -96px;
}

.credits .corner-bottom-left {
  bottom: 50px;
  left: 50px;
  background-position: -64px -64px;
}

.credits .corner-bottom-right {
  bottom: 50px;
  right: 50px;
  background-position: -64px -96px;
}

.credits .btn-close {
  display: block;
  padding: 0 10px;
  position: absolute;
  right: 100px;
  top: 44px;
  z-index: 10;
  background: #FFF;
  font-family: "Calibri", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.credits .btn-close:hover {
  color: #e63c1e;
}

.credits__inner {
  padding: 50px;
  text-align: center;
  position: relative;
}

.credits__inner:before,
.credits__inner:after {
  content: "";
  position: absolute;
  top: 69px;
  bottom: 69px;
  width: 4px;
}

.credits__inner:before {
  left: 50px;
  background: url(/wp-content/themes/lulu/css/skin/border-left.png) repeat-y left top;
}

.credits__inner:after {
  right: 50px;
  background: url(/wp-content/themes/lulu/css/skin/border-right.png) repeat-y right top;
}

.credits h3 {
  font-family: "Gobold", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 50px 0;
}

.credits-content {
  margin: 0 auto 50px;
  max-width: 500px;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.credits-content p {
  margin-bottom: 10px;
}

.credits-content strong {
  font-weight: bold;
}

.credits-content a {
  text-decoration: underline;
}

.credits-content a:hover {
  text-decoration: none;
}

.show-credits .credits-background,
.show-credits .credits {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 950px) {
  .credits {
    width: 100%;
  }

  .credits h3,
  .credits .credits-content {
    margin-bottom: 20px;
  }

  .credits h3 {
    font-size: 23px;
  }

  .credits p,
  .credits a {
    font-size: 14px;
    line-height: 16px;
  }

  .credits .btn-close {
    top: 16px;
    right: 50px;
  }

  .credits:before,
  .credits:after {
    left: 29px;
    right: 29px;
  }

  .credits:before {
    top: 20px;
  }

  .credits:after {
    bottom: 10px;
  }

  .credits .corner-top-left {
    top: 20px;
    left: 10px;
  }

  .credits .corner-top-right {
    top: 20px;
    right: 10px;
  }

  .credits .corner-bottom-left {
    bottom: 10px;
    left: 10px;
  }

  .credits .corner-bottom-right {
    bottom: 10px;
    right: 10px;
  }

  .credits__inner {
    padding: 20px 20px 30px;
  }

  .credits__inner:before,
  .credits__inner:after {
    top: 39px;
    bottom: 29px;
  }

  .credits__inner:before {
    left: 10px;
  }

  .credits__inner:after {
    right: 10px;
  }
}

@media screen and (max-width: 1280px) {
  footer {
    max-width: 1200px;
  }

  footer .btn-credits {
    margin: 0 50px 0 0;
  }

  footer .partners-links a {
    margin-left: 30px;
  }

  footer .partners-links a:last-child {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1500px) {
  header .site-header-main {
    max-width: 1200px;
    margin: 0 auto;
  }

  header .site-branding {
    margin: 0 45px;
  }

  header .site-social {
    margin-right: 60px;
  }

  header .site-menu ul li,
  header .site-social ul li {
    margin-right: 30px;
  }

  footer .footer-content {
    margin: 0 20px;
  }

  .form-newsletter input.input-text {
    width: 150px;
  }
}

@media screen and (max-width: 1220px) {
  header .site-branding {
    margin: 0 30px;
  }

  header .site-menu ul li,
  header .site-social ul li {
    margin-right: 15px;
  }

  header .site-menu ul li a,
  header .site-social ul li a {
    font-size: 14px;
  }

  header .site-social {
    margin-right: 20px;
  }

  .sticky header .site-social ul li.btn-book {
    margin-right: 0;
  }

  footer {
    position: relative;
    text-align: center;
  }

  footer .partners,
  footer .partners-label,
  footer .partners-links {
    float: none;
  }

  footer .partners-label {
    padding: 0;
    margin: 20px 0 10px 0;
  }

  footer .btn-top {
    position: absolute;
    right: 20px;
    visibility: visible;
    opacity: 0.85;
  }

  footer .btn-top:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 950px) {
  .mobile-menu {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: background 0.1s linear 0.3s, -webkit-transform 0.3s ease-in-out;
    transition: background 0.1s linear 0.3s, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background 0.1s linear 0.3s;
    transition: transform 0.3s ease-in-out, background 0.1s linear 0.3s, -webkit-transform 0.3s ease-in-out;
  }

  .mobile-menu__inner {
    background: #212527;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 72px;
  }

  .mobile-menu .mobile-site-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -40px;
  }

  .mobile-menu .mobile-site-menu li {
    margin-bottom: 35px;
  }

  .mobile-menu .mobile-site-menu li:last-child {
    margin-bottom: 0;
  }

  .mobile-menu .mobile-site-menu a {
    color: #fbf7cd;
    font-family: "Gobold", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }

  .mobile-menu .mobile-site-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mobile-menu .mobile-site-social ul {
    border-top: 1px solid #fbf7cd;
  }

  .mobile-menu .mobile-site-social ul li {
    display: block;
    float: left;
    width: 25%;
  }

  .mobile-menu .mobile-site-social ul li a {
    height: 0;
    padding-bottom: 100%;
    display: block;
    border-right: 1px solid #fbf7cd;
    position: relative;
  }

  .mobile-menu .mobile-site-social ul li a.btn-lang span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    color: #fbf7cd;
    font-family: "Gobold", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }

  .mobile-menu .mobile-site-social ul li a.btn-insta span,
  .mobile-menu .mobile-site-social ul li a.btn-tripadvisor span,
  .mobile-menu .mobile-site-social ul li a.btn-facebook span {
    display: block;
    background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat;
    background-size: 256px 256px;
    overflow: hidden;
    text-indent: -5000px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .mobile-menu .mobile-site-social ul li a.btn-tripadvisor span {
    width: 35px;
    height: 20px;
    background-position: -208px -64px;
  }

  .mobile-menu .mobile-site-social ul li a.btn-facebook span {
    width: 11px;
    height: 20px;
    background-position: -192px -64px;
  }
  .mobile-menu .mobile-site-social ul li a.btn-insta span {
    width: 20px;
    height: 20px;
    background-position: -166px -197px;
  }


  .mobile-menu .mobile-site-social ul li:last-child a {
    border-right: none;
  }
  
  .mobile-menu .mobile-site-social .btn-oldschool .background {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .mobile-menu .mobile-site-social .btn-oldschool {
    width: 100%;
  }

  .mobile-menu .btn-close-menu-mobile {
    display: block;
    width: 72px;
    height: 72px;
    background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat -96px -96px;
    background-size: 256px 256px;
    overflow: hidden;
    text-indent: -5000px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .site {
    margin-top: 0;
  }

  .open-menu-mobile {
    overflow: hidden;
  }

  .open-menu-mobile .mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.4);
  }

  p {
    font-size: 14px;
    line-height: 16px;
  }

  header {
    position: static;
    height: auto;
  }

  header:after {
    display: none;
  }

  header .site-branding {
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }

  header .site-branding a {
    margin: 0 auto;
    width: 151px;
    aspect-ratio: 109/38;
  }

  header a.mobile-only {
    display: block;
    position: absolute;
    top: 0;
    width: 72px;
    height: 72px;
    overflow: hidden;
    text-indent: -5000px;
  }

  header a.mobile-only .icon {
    position: absolute;
    display: block;
    background: url(/wp-content/themes/lulu/css/skin/sprite.png) no-repeat;
    background-size: 256px 256px;
  }

  header a.mobile-only.btn-menu-mobile {
    left: 0;
    border-right: 1px solid #212527;
  }

  header a.mobile-only.btn-menu-mobile .icon {
    top: 24px;
    left: 0;
    width: 30px;
    height: 25px;
    background-position: -96px -64px;
  }

  header a.mobile-only.btn-menu-mobile:hover .icon {
    background-position: -128px -64px;
  }

  header a.mobile-only.btn-book-mobile {
    right: 0;
    border-left: 1px solid #212527;
  }

  header a.mobile-only.btn-book-mobile .icon {
    top: 19px;
    left: 19px;
    width: 35px;
    height: 35px;
    background: url(/wp-content/themes/lulu/css/skin/booking-icon.jpg) no-repeat center center;
    background-size: contain;
  }

  footer .btn-top {
    visibility: hidden;
  }

  footer .btn-credits {
    margin: 0 0 25px 0;
  }

  footer .form-newsletter {
    margin: 0 0 25px 0;
  }

  footer .form-newsletter label {
    display: block;
    margin: 0 0 10px 0;
  }

  footer .partners,
  footer .partners-label,
  footer .partners-links {
    float: none;
  }

  footer .partners-label {
    padding: 0;
    margin: 0 0 10px 0;
  }

  footer .partners-links a:first-child {
    margin-left: 0;
  }

  .site-menu,
  .site-social {
    display: none;
  }

  .deco-title:before {
    margin-bottom: 15px;
  }

  .deco-title:after {
    margin-top: 15px;
  }

  .deco-title h2 {
    font-size: 22px;
  }

  .deco-title h3 {
    font-size: 11px;
    margin-top: 13px;
  }
}

/* landscape */
@media screen and (max-width: 950px) and (orientation: landscape) {

  /* landscape-specific styles */
  .mobile-menu .mobile-site-menu {
    margin-left: 50px;
    margin-top: 0;
  }

  .mobile-menu .mobile-site-menu li:last-child {
    margin-bottom: 0;
  }

  .mobile-menu .mobile-site-social {
    top: 0;
    left: 0;
    right: auto;
    width: 100px;
    border-top: none;
    border-right: 1px solid #fbf7cd;
  }

  .mobile-menu .mobile-site-social ul {
    height: 100%;
    border-top: 0;
  }

  .mobile-menu .mobile-site-social ul li {
    display: block;
    float: none;
    height: 33.33%;
    width: 100%;
  }

  .mobile-menu .mobile-site-social ul li a {
    height: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #fbf7cd;
  }
}