
.font-title {
  font-family: 'Roboto Slab', serif;
}
.font-text {
  font-family: 'Open Sans', sans-serif;
}
*:focus {
  outline: none;
}
h2,
h3,
h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}
h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
}
h2 {
  font-size: 24px;
  color: #073148;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-weight: 600;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul.sep-list {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
ul.sep-list li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 0 0 2px;
}
ul.sep-list li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -5px;
  color: #073148;
}
ul.sep-list li:first-child {
  margin-left: 0;
}
ul.sep-list li:first-child:before {
  content: "";
}
a {
  color: #313031;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #073148;
  text-decoration: none;
}
a:focus {
  outline: none;
  color: #313031;
  text-decoration: none;
}
a:visited {
  color: none;
}
p {
  font-size: 12px;
}
p a {
  color: #073148;
}
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 12px;
}
input[type="text"].light,
input[type="email"].light,
textarea.light {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
}
input[type="text"].light::-webkit-input-placeholder,
input[type="email"].light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder {
  color: #ddd;
  font-style: italic;
}
input[type="text"].light::-moz-placeholder,
input[type="email"].light::-moz-placeholder,
textarea.light::-moz-placeholder {
  color: #ddd;
  font-style: italic;
}
input[type="text"].light:-ms-input-placeholder,
input[type="email"].light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder {
  color: #ddd;
  font-style: italic;
}
input[type="text"].light:-moz-placeholder,
input[type="email"].light:-moz-placeholder,
textarea.light:-moz-placeholder {
  color: #ddd;
  font-style: italic;
}
input[type="text"].light:placeholder,
input[type="email"].light:placeholder,
textarea.light:placeholder {
  color: #ddd;
  font-style: italic;
}
textarea {
  height: 80px;
  padding-top: 10px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
.btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  background-color: #073148;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover {
  background-color: #313031;
  color: #fff;
}
.btn:last-child {
  margin-bottom: 0;
}
.btn.light {
  background-color: #fff;
  color: #073148;
}
.btn.light:hover {
  background-color: #313031;
  color: #fff;
}
.btn.light:visited {
  color: #073148;
}
.btn.small {
  width: auto;
  height: 30px;
  line-height: 30px;
}
.btn-link {
  position: relative;
  color: #073148;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-weight: 600;
}
.btn-link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #073148;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-link:hover {
  color: #313031;
}
.btn-link:hover:after {
  background-color: #313031;
}
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #313031;
}
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
header .navbar-header {
  height: 50px;
  padding-right: 0;
}
header .navbar-header h1 {
  display: inline-block;
  margin: 0;
}
header .navbar-header h1 a {
  display: inline-block;
  height: 50px;
}
header .navbar-header h1 a .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
header .navbar-header h1 a img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .navbar-header button {
  float: right;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 15px;
  background-color: #fff;
  margin-top: 6px;
  padding: 6px;
}
header .navbar-header.no-logo {
  text-align: center;
}
header .navbar-header.no-logo h1 {
  position: relative;
  line-height: 45px;
}
header .navbar-header.no-logo h1:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #073148;
  bottom: 0;
  left: 0;
}
header .navbar .main-nav ul {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  text-align: center;
}
header .navbar .main-nav ul li {
  line-height: 50px;
}
header .main-nav ul li.custom-bt {
  width: auto;
  padding: 0;
  line-height: 24px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #073148;
  color: #073148;
  margin: 10px auto 0 auto;
}
header .main-nav ul li.custom-bt:before {
  content: "";
}
header .main-nav ul li.custom-bt a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #073148;
  PADDING: 0 10px;
}
header .main-nav ul li.custom-bt a:hover {
  color: #fff;
  background-color: #073148;
}
header .navbar .lang-social {
  height: 40px;
  padding-top: 10px;
}
header .navbar .lang-social .lang {
  position: relative;
  width: 50px;
  min-height: 30px;
  float: right;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .navbar .lang-social .lang:after {
  content: "\E5C5";
  position: absolute;
  color: #313031;
  font-family: 'Material Icons';
  top: 2px;
  right: 2px;
  font-size: 18px;
}
header .navbar .lang-social .lang > a {
  padding-left: 4px;
}
header .navbar .lang-social .lang ul {
  height: 0;
  padding: 0;
  margin: 0;
  border-top: 0px solid #F4F4F4;
}
header .navbar .lang-social .lang ul li {
  display: none;
  padding: 4px 0 4px 4px;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
header .navbar .lang-social .lang:hover ul {
  height: auto;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #F4F4F4;
}
header .navbar .lang-social .lang:hover ul li {
  display: block;
}
header .navbar .lang-social .social {
  float: right;
  line-height: 30px;
  margin-right: 10px;
}
header .navbar .lang-social .social ul li {
  font-size: 14px;
  color: #313031;
}
.newsletter {
  background-color: #073148;
  color: #fff;
  padding: 20px 0;
}
.newsletter .container {
  padding: 0;
}
.newsletter .container .title {
  line-height: 40px;
}
.newsletter .container .title h3 {
  margin: 0;
}
footer {
  padding: 20px 0;
  background-color: #313031;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .container {
  padding: 0;
}
footer .container h4 {
  position: relative;
  line-height: 20px;
  margin-bottom: 30px;
}
footer .container h4:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #073148;
}
footer .container .f-contact .phone-number {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
footer .container .f-social ul li {
  font-size: 16px;
  padding: 0 10px;
}
footer .container .f-social ul li a {
  color: #fff;
}
footer .container .f-social ul li a:hover {
  color: #073148;
}
footer .container .f-social ul li:first-child {
  padding-left: 0;
}
footer .container .f-menus ul li {
  display: inline-block;
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .container .f-menus ul li:nth-child(even) {
  margin-left: 5%;
}
footer .container .f-menus > div {
 display: inline-block;
 width: auto;
 height: auto;
 margin-top: 20px;
 margin-right: 20px;
 font-size: 13px;
}
footer .container .f-menus > div span.img-container {
 display: inline-block;
 width: 50px;
 height: 50px;
 background-color: #fff;
 border-radius: 100px;
 text-align: center;
 line-height: 45px;
 margin-right: 10px;
}
footer .container .f-menus > div span.img-container img {
 width: 35px;
 height: auto;
 line-height: 50px;
}
footer .container .f-menus > div.maitre-restaurateur span.img-container img {
 width: auto;
 height: 30px;
 line-height: 50px;
}
footer .container .f-widget {
  padding-top: 20px;
}
footer .copyright {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #222;
}
footer .copyright .zenchef {
  text-align: right;
}
footer .copyright span {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
footer .copyright span a {
  color: #fff;
}
footer .copyright span a:hover {
  color: #073148;
}
footer .copyright span img {
  position: relative;
  margin-left: 5px;
  top: -3px;
}
.cover-page {
  margin-top: 70px;
  height: 550px;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}
.ios-device .cover-page {
  background-position: center center;
  background-attachment: scroll;
}
.cover-page.gallery {
  position: relative;
  z-index: 100;
  background: none;
  padding: 0;
}
.cover-page.gallery .gallery-slider-ctn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cover-page.gallery .gallery-slider-ctn .gallery-slider {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.cover-page.gallery .gallery-slider-ctn .gallery-slider.active {
  display: block;
}
.cover-page.gallery .gallery-slider-ctn .gallery-slider .cycle-slide {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.infobar {
  display: -webkit-flex;
  display: flex;
  min-height: 70px;
  margin-top: -35px;
  margin-bottom: 20px;
  padding: 0;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  font-size: 13px;
  line-height: 14px;
}
.infobar .info {
  position: relative;
  min-height: 48px;
  margin: 10px 0;
  padding-left: 50px;
  border-right: 1px solid #f4f4f4;
  align-items: stretch;
}
.infobar .address span p {
  margin:0;
  font-size: 13px;
}
.infobar .address span p.postalCode, .infobar .address span p.addressLocality {
  display: inline-block;
}
.infobar .info.tel {
  border-right: none;
}
.infobar .info:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  margin: auto 0;
  color: #073148;
  font-size: 20px;
  font-family: 'Material Icons';
  line-height: 20px;
}
.infobar .info.open:before {
  content: "\E192";
}
.infobar .info.address:before {
  content: "\E0C8";
}
.infobar .info.tel:before {
  content: "\E0CD";
}
.infobar .info span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.infobar .button {
  position: relative;
  background-color: #073148;
  align-items: stretch;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.infobar .button:hover {
  background-color: #313031;
}
.infobar .button a {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.infobar .button a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translate(-50%);
}
.about {
  margin-top: 20px;
  margin-bottom: 60px;
}
.about .title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.about .title .name h2 {
  margin: 0;
}
.about .title .city {
  line-height: 34px;
}
.about .title .city > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.about .title .city > div:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #073148;
  opacity: 0.25;
  top: 50%;
  left: 0;
}
.about .title .city span {
  position: relative;
  z-index: 500;
  font-size: 12px;
  color: #777;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}
.about .content .desc .wrapper {
  max-height: 300px;
  overflow-y: auto;
}
.about .content .desc .wrapper p {
  text-align: justify;
  font-size: 14px;
}
.about .content .desc .more {
  margin-top: 20px;
  text-align: center;
}
.about .content .gallery {
  height: 320px;
}
.about .content .gallery .wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about .content .gallery .wrapper img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cta-menus {
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  padding: 20px 0;
  color: #fff;
}
.cta-menus .container {
  padding: 0;
}
.cta-menus .container .title h3 {
  margin: 0;
  line-height: 40px;
}
.avis {
  margin-top: 60px;
  margin-bottom: 60px;
}
.avis .global h3 {
  text-align: center;
  margin-bottom: 30px;
}
.avis .global .average {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.avis .global .average .avg {
  position: relative;
  z-index: 400;
  width: 75%;
  height: auto;
  padding: 15px;
  background-color: #313031;
  color: #fff;
}
.avis .global .average .avg .stars {
  display: inline-block;
  width: 96px;
  height: 15px;
  background-image: url(/imgv3/stars.png);
  background-size: 96px 15px;
  background-repeat: no-repeat;
}
.avis .global .average .avg .stars .stars-filled {
  display: block;
  height: 15px;
  background-image: url(/imgv3/stars-filled.png);
  background-size: 96px;
  background-repeat: no-repeat;
}
.avis .global .average .avg .number {
  display: block;
  font-size: 12px;
}
.avis .global .average .avg .avg-note {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.avis .global .average .avg .avg-note .note {
  font-size: 30px;
}
.avis .global .average .avg .avg-note .total {
  font-size: 24px;
}
.avis .global .average .details {
  float: right;
  width: 80%;
  height: auto;
  margin-top: -35px;
  background-color: #fff;
  border: 4px solid #073148;
  padding: 50px 15px 15px 15px;
}
.avis .global .average .details .criterion {
  position: relative;
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.avis .global .average .details .criterion:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  bottom: 4px;
  left: 0;
}
.avis .global .average .details .criterion:last-child {
  margin-bottom: 0;
}
.avis .global .average .details .criterion .name {
  position: relative;
  z-index: 10;
  background-color: #fff;
  font-size: 12px;
  color: #777;
  float: left;
  padding-right: 5px;
}
.avis .global .average .details .criterion .stars {
  position: relative;
  z-index: 10;
  width: 72px;
  height: 11px;
  float: right;
  background-color: #fff;
  background-image: url(/imgv3/stars-d.png);
  background-repeat: no-repeat;
  background-size: 72px 11px;
  margin-top: 2px;
  margin-left: 10px;
}
.avis .global .average .details .criterion .stars .stars-filled {
  display: block;
  height: 11px;
  background-image: url(/imgv3/stars-d-filled.png);
  background-repeat: no-repeat;
  background-size: 72px 11px;
}
.avis .last-reviews {
  padding-top: 20px;
}
.avis .last-reviews .review {
  margin-bottom: 30px;
}
.avis .last-reviews .review .review-note {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
  margin-right: 40px;
}
.avis .last-reviews .review .review-note .note {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #073148;
  background-color: #fff;
  color: #073148;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.avis .last-reviews .review .review-note .total {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #313031;
  color: #fff;
  text-align: center;
  bottom: -20px;
  right: -15px;
}
.avis .last-reviews .review .review-note:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ddd;
  right: -30px;
  top: 20px;
}
.avis .last-reviews .review .comment {
  padding-left: 80px;
  padding-top: 10px;
}
.avis .last-reviews .review .comment span {
  font-size: 13px;
}
.avis .last-reviews .review .comment span strong {
  color: #073148;
  font-weight: bold;
  font-weight: 600;
}
.avis .last-reviews .review .comment p {
  color: #777;
  font-size: 13px;
}
.avis .last-reviews .review:nth-child(even) .review-note {
  float: right;
  margin-right: 15px;
}
.avis .last-reviews .review:nth-child(even) .review-note:after {
  left: -30px;
}
.avis .last-reviews .review:nth-child(even) .comment {
  padding-left: 0;
  padding-right: 95px;
  text-align: right;
}
.avis .last-reviews .more {
  text-align: center;
  height: 30px;
  margin-top: 10px;
}
.infos {
  position: relative;
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
}
.infos #map {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.infos .container {
  position: relative;
  z-index: 10;
  margin: 40px auto;
}
.infos .container .content-infos {
  color: #fff;
  background-color: #313031;
  min-height: 200px;
  overflow: hidden;
  padding-bottom: 20px;
}
.infos .container .content-infos h3 {
  text-align: center;
  color: #fff;
}
.infos .container .content-infos h5 {
  text-align: center;
  color: #fff;
}
.infos .container .content-infos .openning {
  padding: 0 10px;
}
.infos .container .content-infos .openning .o-separateur {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 12px;
  background-image: radial-gradient(circle closest-side, #BBBBBB 99%, rgba(0, 0, 0, 0) 1%);
  background-position: bottom;
  background-size: 6px 3px;
  background-repeat: repeat-x;
}
.infos .container .content-infos .openning .o-un-horaire {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 7px 0;
  font-size: 12px;
}
.infos .container .content-infos .openning .o-un-horaire .o-jour {
  background-color: #313031;
  z-index: 10;
  padding-right: 5px;
}
.infos .container .content-infos .openning .o-un-horaire .o-plage {
  background-color: #313031;
  z-index: 10;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.infos .container .content-infos .openning .o-un-horaire .o-plage span:after {
  content: "•";
  color: #073148;
  margin: 0 5px;
}
.infos .container .content-infos .openning .o-un-horaire .o-plage span:last-child:after {
  content: none;
}
.infos .container .content-infos .payment {
  padding: 0 10px;
}
.infos .container .content-infos .payment ul li {
  display: inline-block;
  width: 40%;
  font-size: 12px;
}
.infos .container .content-infos .payment ul li:before {
  content: "\E5CA";
  font-family: 'Material Icons';
  color: #073148;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.infos .container .content-infos .payment ul li:nth-child(even) {
  margin-left: 10%;
}
.title-container {
  position: relative;
  z-index: 300;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 60px;
}
.title-container .title-page {
  position: relative;
  background-color: #2B2B2B;
  padding: 18px 25px;
  display: inline-block;
}
.title-container .title-page:after {
  content: '';
  border: 3px solid #073148;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 100%;
  height: 100%;
}
.title-container .title-page h2 {
  margin: 0;
  color: #FFF;
  font-weight: 400;
  font-size: 24px;
}
.title-container .nav-slider {
  display: inline-block;
  background-color: #fff;
  border: 4px solid #f4f4f4;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #073148;
}
.title-container .nav-slider:before {
  font-size: 24px;
  line-height: 32px;
}
.title-container .nav-slider:hover {
  cursor: pointer;
  border-color: #073148;
  color: #313031;
}
.title-container .nav-slider.nav-slider-prev {
  margin-right: 10px;
}
.title-container .nav-slider.nav-slider-prev:before {
  content: "\E5C4";
  font-family: 'Material Icons';
}
.title-container .nav-slider.nav-slider-next {
  margin-left: 10px;
}
.title-container .nav-slider.nav-slider-next:before {
  content: "\E5C8";
  font-family: 'Material Icons';
}
.m-ctn {
  position: relative;
}
.m-nav-menu {
  background-color: #fff;
  z-index: 900;
  text-align: center;
  padding: 15px 0 0 0;
  border-bottom: 2px solid #F4F4F4;
}
.m-nav-menu.sticky {
  width: 100%;
  padding: 20px 20px 10px 20px;
  left: 0;
  right: 0;
  top: 70px;
  position: fixed;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 0;
}
.m-nav-menu a {
  font-size: 14px;
  color: #313031;
  display: inline-block;
  margin: 0 15px 15px 0;
}
.m-nav-menu a:hover {
  color: #073148;
}
.m-nav-menu a.m-active {
  color: #073148;
  position: relative;
}
.m-nav-menu a.m-active:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #073148;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.m-carte {
  margin-bottom: 60px;
}
.m-carte .m-menu {
  margin-top: 37px;
  border: 2px solid #F4F4F4;
  border-top-color: #073148;
  overflow: hidden;
  position: relative;
}
.m-carte .m-menu .m-prix-menu {
  top: 15px;
  right: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #757575;
  position: absolute;
  border: 1px solid #757575;
  border-radius: 2px;
  padding: 5px 10px;
}
.m-carte .m-menu .m-prix-cat {
  top: 0px;
  right: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #757575;
  position: absolute;
  border: 1px solid #757575;
  border-radius: 2px;
  padding: 5px 10px;
}
.m-carte .m-menu .m-prix-sous-cat {
  font-weight: 700;
  color: #073148;
  font-size: 16px;
  background: #FFF;
  z-index: 10;
  padding-left: 5px;
  margin: 0;
}
.m-carte .m-menu .m-note-menu {
  color: #073148;
  font-style: italic;
  font-size: 12px;
  margin: 35px auto 25px auto;
  padding: 0 20px;
}
.m-carte .m-menu .m-note-menu p {
  margin: 0;
  text-align: center;
}
.m-carte .m-menu .m-description {
  text-align: center;
  font-size: 12px;
  color: #9B9B9B;
  font-style: italic;
  margin: 0;
}
.m-carte .m-menu .m-title {
  padding: 15px;
}
.m-carte .m-menu .m-title h2 {
  text-align: center;
  color: #073148;
  font-size: 26px;
  margin: 0;
}
.m-carte .m-menu .m-categorie {
  box-shadow: inset 0 7px 10px -9px rgba(0, 0, 0, 0.4);
  padding: 15px 0 25px 0;
}
.m-carte .m-menu .m-categorie .m-title-categorie {
  padding: 5px 15px 15px 15px;
  position: relative;
}
.m-carte .m-menu .m-categorie .m-title-categorie h3 {
  text-align: center;
  color: #073148;
  font-size: 16px;
  margin: 0;
}
.m-carte .m-menu .m-categorie .m-title-categorie:after {
  content: '';
  height: 2px;
  width: 10px;
  background-color: #979797;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.m-carte .m-menu .m-sous-categorie .m-title-sous-categorie {
  margin: 20px 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.m-carte .m-menu .m-sous-categorie .m-title-sous-categorie h4 {
  text-align: left;
  color: #073148;
  font-size: 16px;
  margin: 0;
  background-color: #FFF;
  z-index: 10;
  padding-right: 10px;
}
.m-carte .m-menu .m-sous-categorie .m-title-sous-categorie span {
  background: #DDDDDD;
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 15px;
}
.m-carte .m-menu .m-sous-categorie .m-description {
  text-align: left;
  margin: 0 15px 20px 15px;
}
.m-carte .m-menu .plat {
  padding: 0 15px;
}
.m-carte .m-menu .plat .m-description-plat {
  text-align: left;
  font-size: 12px;
  color: #9B9B9B;
  font-style: italic;
  margin: 0;
}
.m-carte .m-menu .plat .m-plat-info {
  display: flex;
  margin: 20px 0 5px 0;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.m-carte .m-menu .plat .m-plat-info .m-titre-plat {
  background-color: #FFF;
  z-index: 15;
  padding-right: 5px;
}
.m-carte .m-menu .plat .m-plat-info .m-titre-plat .m-photo {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
  background-color: #073148;
  border-radius: 50%;
}
.m-carte .m-menu .plat .m-plat-info .m-titre-plat .m-nom-plat {
  font-size: 14px;
  font-weight: 700;
  background-color: #FFF;
  z-index: 10;
}
.m-carte .m-menu .plat .m-plat-info .m-separateur {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  background: #DDD;
}
.m-carte .m-menu .plat .m-plat-info .m-prix {
  display: flex;
  background-color: #FFF;
  z-index: 10;
  padding-left: 5px;
}
.m-carte .m-menu .plat .m-plat-info .m-prix .m-quantite {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
}
.m-carte .m-menu .plat .m-plat-info .m-prix .m-quantite span:first-child {
  color: #9B9B9B;
  font-size: 10px;
}
.m-carte .m-menu .plat .m-plat-info .m-prix .m-quantite span:last-child {
  font-size: 16px;
  font-weight: 700;
  color: #073148;
}
.galeries {
  border: 4px solid #f4f4f4;
  padding-top: 20px;
  margin-bottom: 60px;
}
.galeries ul {
  margin: 0;
  text-align: left;
}
.galeries ul li {
  position: relative;
  display: inline-block;
  width: 45%;
  height: 155px;
  margin: 0 2.3% 30px;
}
.galeries ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.galeries ul li a .wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.galeries ul li a .wrapper img {
  max-width: 100%;
  height: auto;
}
.galeries ul li a h4 {
  margin: 0;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  background-color: #313031;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: -15px;
  z-index: 14;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.galeries ul li a:hover {
  color: #fff;
}
.galeries ul li a:hover h4 {
  background-color: #073148;
}
.galeries ul li.active .wrapper:after {
  content: "";
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.galeries ul li.active h4 {
  background-color: #073148;
}
.reviews {
  margin-bottom: 60px;
}
.reviews .average {
  height: auto;
  overflow: hidden;
}
.reviews .average .avg {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  border: 2px solid #f4f4f4;
  border-top: 2px solid #073148;
  background-color: #fff;
}
.reviews .average .avg .stars {
  display: inline-block;
  width: 96px;
  height: 15px;
  background-image: url(/imgv3/stars.png);
  background-size: 96px 15px;
  background-repeat: no-repeat;
}
.reviews .average .avg .stars .stars-filled {
  display: block;
  height: 15px;
  background-image: url(/imgv3/stars-filled.png);
  background-size: 96px;
  background-repeat: no-repeat;
}
.reviews .average .avg .number {
  display: block;
  font-size: 12px;
}
.reviews .average .avg .avg-note {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.reviews .average .avg .avg-note .note {
  font-size: 30px;
}
.reviews .average .avg .avg-note .total {
  font-size: 24px;
}
.reviews .average .details {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 15px 0;
}
.reviews .average .details .criterion {
  position: relative;
  height: auto;
  overflow: hidden;
}
.reviews .average .details .criterion .name {
  position: relative;
  font-size: 12px;
  color: #777;
  float: left;
}
.reviews .average .details .criterion .stars {
  position: relative;
  z-index: 10;
  width: 72px;
  height: 11px;
  float: left;
  background-image: url(/imgv3/stars-d.png);
  background-repeat: no-repeat;
  background-size: 72px 11px;
  margin-top: 2px;
  margin-left: 10px;
}
.reviews .average .details .criterion .stars .stars-filled {
  display: block;
  height: 11px;
  background-image: url(/imgv3/stars-d-filled.png);
  background-repeat: no-repeat;
  background-size: 72px 11px;
}
.reviews h3 {
  text-align: center;
  margin: 30px 0;
}
.reviews .private-review {
  border: solid 2px #f4f4f4;
  height: auto;
  overflow: hidden;
}
.reviews .private-review .review-list {
  margin: 0;
  overflow: hidden;
}
.reviews .private-review .review-list .item {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 15px;
  box-shadow: inset 0 10px 20px -6px rgba(0, 0, 0, 0.05);
}
.reviews .private-review .review-list .item .infos-review {
  float: left;
}
.reviews .private-review .review-list .item .infos-review .name {
  margin: 0;
}
.reviews .private-review .review-list .item .infos-review span {
  font-size: 12px;
  color: #777;
}
.reviews .private-review .review-list .item .rating {
  text-align: right;
}
.reviews .private-review .review-list .item .rating .stars {
  display: inline-block;
  width: 96px;
  height: 15px;
  background-image: url(/imgv3/stars.png);
  background-size: 96px 15px;
  background-repeat: no-repeat;
  margin-top: 4px;
}
.reviews .private-review .review-list .item .rating .stars .stars-filled {
  display: block;
  height: 15px;
  background-image: url(/imgv3/stars-filled.png);
  background-size: 96px;
  background-repeat: no-repeat;
}
.reviews .private-review .review-list .item .rating .review-details {
  font-size: 12px;
}
.reviews .private-review .review-list .item .rating .review-details strong {

}
.reviews .private-review .review-list .item .comment {
  clear: both;
  margin-top: 10px;
  border-top: 1px solid #f4f4f4;
}
.reviews .private-review .review-list .item .comment p {
  font-size: 14px;
  margin: 10px 9;
}
.reviews .private-review .review-list .item .review-reply h5 {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 0;
  color: #073148;
  padding-left: 30px;
}
.reviews .private-review .review-list .item .review-reply h5:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #ddd;
  margin-left: -30px;
  margin-right: 10px;
  vertical-align: middle;
}
.reviews .private-review .review-list .item .review-reply p {
  font-size: 13px;
}
.map-contact {
  position: relative;
  padding: 0;
  background: none;
}
.map-contact #map {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.map-contact .container {
  position: relative;
  z-index: 10;
  margin: 80px auto;
}
.map-contact .container .content-infos {
  color: #fff;
  background-color: #313031;
  min-height: 200px;
  overflow: hidden;
  padding-bottom: 20px;
}
.map-contact .container .content-infos h3 {
  text-align: center;
  color: #fff;
}
.map-contact .container .content-infos h5 {
  text-align: center;
  color: #fff;
}
.map-contact .container .content-infos .openning {
  padding: 0 10px;
}
.map-contact .container .content-infos .openning .o-separateur {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 12px;
  background-image: radial-gradient(circle closest-side, #BBBBBB 99%, rgba(0, 0, 0, 0) 1%);
  background-position: bottom;
  background-size: 6px 3px;
  background-repeat: repeat-x;
}
.map-contact .container .content-infos .openning .o-un-horaire {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 7px 0;
  font-size: 12px;
}
.map-contact .container .content-infos .openning .o-un-horaire .o-jour {
  background-color: #313031;
  z-index: 10;
  padding-right: 5px;
}
.map-contact .container .content-infos .openning .o-un-horaire .o-plage {
  background-color: #313031;
  z-index: 10;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.map-contact .container .content-infos .openning .o-un-horaire .o-plage span:after {
  content: "•";
  color: #073148;
  margin: 0 5px;
}
.map-contact .container .content-infos .openning .o-un-horaire .o-plage span:last-child:after {
  content: none;
}
.map-contact .container .content-infos .payment {
  padding: 0 10px;
}
.map-contact .container .content-infos .payment ul li {
  display: inline-block;
  width: 40%;
  font-size: 12px;
}
.map-contact .container .content-infos .payment ul li:before {
  content: "\E5CA";
  font-family: 'Material Icons';
  color: #073148;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.map-contact .container .content-infos .payment ul li:nth-child(even) {
  margin-left: 10%;
}
.p-contact {
  overflow: hidden;
}
.p-contact .contact-form h3 {
  text-align: center;
}
.p-contact .contact-form .form {
  margin-bottom: 40px;
}
.p-contact .contact-form .form .row div[class*="col-"] {
  margin-bottom: 20px;
}
.articles {
  margin-bottom: 60px;
}
.articles .article {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 2px solid #f4f4f4;
  border-top: 2px solid #073148;
  padding: 15px 0 20px;
  margin-bottom: 20px;
}
.articles .article .a-image img {
  max-width: 100%;
  height: auto;
}
.articles .article .a-content {
  position: relative;
}
.articles .article .a-content .prix-event {
  top: 10px;
  right: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #757575;
  position: absolute;
  border: 1px solid #757575;
  border-radius: 2px;
  padding: 5px 10px;
}
.articles .article .a-content h4 {
  margin: 10px 0 0;
}
.articles .article .a-content h4.event {
  margin: 0px 0 0;
  padding-right: 80px;
}
.articles .article .a-content span {
  font-size: 12px;
  color: #777;
}
.articles .article .a-content span.event {
  font-size: 14px;
  padding-right: 80px;
  margin-top: 10px;
  display: inline-block;
}
.articles .article .a-content span strong {
  color: #073148;
}
.articles .article .a-content a {
  margin-right: 20px;
}
.visite-virtuelle {
  margin-bottom: 40px;
}
.visite-virtuelle .wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.visite-virtuelle .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.perso .wrapper {
  margin-bottom: 30px;
}
.perso .gallery {
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}
.perso .gallery .nav-slider {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  border: 4px solid #f4f4f4;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #073148;
  text-align: center;
  top: 50%;
  z-index: 1000;
  margin-top: -20px;
}
.perso .gallery .nav-slider:before {
  font-size: 24px;
  line-height: 32px;
}
.perso .gallery .nav-slider:hover {
  cursor: pointer;
  border-color: #073148;
  color: #313031;
}
.perso .gallery .nav-slider.nav-slider-prev {
  left: -20px;
  margin-right: 10px;
}
.perso .gallery .nav-slider.nav-slider-prev:before {
  content: "\E5C4";
  font-family: 'Material Icons';
}
.perso .gallery .nav-slider.nav-slider-next {
  right: -20px;
  margin-left: 10px;
}
.perso .gallery .nav-slider.nav-slider-next:before {
  content: "\E5C8";
  font-family: 'Material Icons';
}
.perso .gallery .gallery-slider-ctn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.perso .gallery .gallery-slider-ctn .gallery-slider {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.perso .gallery .gallery-slider-ctn .gallery-slider.active {
  display: block;
}
.perso .gallery .gallery-slider-ctn .gallery-slider .cycle-slide {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.widget {
  border: 4px solid #F4F4F4;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #4A4A4A;
  font-size: 12px;
  height: auto;
  overflow: hidden;
}
.widget h4 {
  color: #4A4A4A;
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
.widget .btn-black {
  background-color: #4A4A4A;
}
.widget .btn-black:hover {
  background-color: #313031;
}
.widget.w-infos #map {
  width: 100%;
  height: 200px;
}
.widget .w-adresse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget .w-adresse p {
  margin: 15px 0 0 0;
}
.widget .w-horaires h4 {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-size: 12px;
  color: #073148;
  font-weight: 700;
  margin: 25px 0 13px 0;
}
.widget .w-horaires p {
  font-size: 11px;
  line-height: 16px;
}
.widget .w-horaires .w-separateur {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 11px;
  background-image: radial-gradient(circle closest-side, #BBBBBB 99%, rgba(0, 0, 0, 0) 1%);
  background-position: bottom;
  background-size: 6px 3px;
  background-repeat: repeat-x;
}
.widget .w-horaires .w-un-horaire {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 7px 0;
  font-size: 11px;
}
.widget .w-horaires .w-un-horaire .w-jour {
  background-color: #FFF;
  z-index: 10;
}
.widget .w-horaires .w-un-horaire .w-plage {
  background-color: #FFF;
  z-index: 10;
  display: flex;
  align-items: center;
}
.widget .w-horaires .w-un-horaire .w-plage span:after {
  content: "•";
  color: #073148;
  margin: 0 5px;
}
.widget .w-horaires .w-un-horaire .w-plage span:last-child:after {
  content: none;
}
.widget.w-carte {
  min-height: 175px;
  text-align: center;
  background-size: cover;
}
.widget.w-carte h3 {
  color: #fff;
}
.widget.w-review img {
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.widget.w-review h4 {
  text-align: left;
  color: #E6B83F;
  margin-bottom: 0;
  margin-top: 5px;
}
.widget.w-review p {
  margin: 0;
  text-align: left;
}
.widget.w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.widget.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-overlay {
  pointer-events: none;
}
.content-overmap {
  pointer-events: all;
}

@media (max-width: 991px) {
  header .navbar {
    display: none;
  }
  header .navbar .main-nav {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-500px);
    -webkit-transition: opacity 0.5s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0.5s;
    -o-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
  }
  header .navbar .main-nav ul {
    margin: 20px 0;
  }
  header .navbar .main-nav ul li {
    display: block;
    line-height: 35px;
  }
  header .navbar .main-nav ul li:before {
    content: "•";
    position: absolute;
    top: -10px;
    left: 50%;
    line-height: 20px;
    color: #073148;
  }
  header .navbar .main-nav ul li:first-child:before {
    content: "";
  }
  header .navbar .main-nav ul li.custom-bt {
    width: 180px;
    padding: 0;
    line-height: 30px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #073148;
    color: #073148;
    margin: 10px auto 0 auto;
  }
  header .navbar .main-nav ul li.custom-bt:before {
    content: "";
  }
  header .navbar .main-nav ul li.custom-bt a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #073148;
  }
  header .navbar .main-nav ul li.custom-bt a:hover {
    color: #fff;
    background-color: #073148;
  }
  header .navbar .lang-social {
    position: absolute;
    height: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    border-top: 1px solid #f4f4f4;
  }
  header .navbar .lang-social .lang {
    float: none;
    width: auto;
    padding: 10px 12px;
    transition: none;
    margin-bottom: 10px;
    text-align: center;
    z-index: 2000;
  }
  header .navbar .lang-social .lang:after {
    content: "";
  }
  header .navbar .lang-social .lang a {
    display: inline-block;
    padding-left: 0;
  }
  header .navbar .lang-social .lang ul {
    display: inline-block;
  }
  header .navbar .lang-social .lang ul li {
    display: inline;
    padding-left: 14px;
  }
  header .navbar .lang-social .lang:hover ul {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  header .navbar .lang-social .lang:hover ul li {
    display: inline;
    padding: 2px 0 2px 14px;
  }
  header .navbar .lang-social .social {
    float: none;
    text-align: center;
  }
  header .navbar .lang-social .social ul li {
    padding: 0 14px;
  }
  header.open-menu {
    height: 100%;
  }
  header.open-menu .navbar {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    border-top: 1px solid #f4f4f4;
  }
  header.open-menu .navbar .main-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .newsletter .container .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .newsletter .container form input {
    margin-bottom: 10px;
  }
  .newsletter .container form input:last-child {
    margin-bottom: 0;
  }
  footer .container div[class*="f-"] {
    margin-bottom: 40px;
  }
  footer .container .f-widget {
    padding-top: 0;
    overflow: hidden;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright .zenchef {
    text-align: center;
  }
  .about .content .desc .wrapper {
    max-height: none;
  }
  .about .content .gallery {
    margin-top: 20px;
  }
  .cta-menus .container .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .perso .gallery {
    height: 380px;
  }

}
@media (max-width: 767px) {
  header .navbar-header h1 {
    width: 78%;
    max-width: 78%;
    overflow: hidden;
  }
  header .navbar-header h1 a {
      width: 100%;
      max-width: 100%;
      position: relative;
  }
  header .navbar-header h1 a img {
      left: 0;
  }
  header .navbar-header.no-logo {
    text-align: left;
  }
  header .navbar-header.no-logo h1 {
    font-size: 16px;
    line-height: 45px;
    width: 78%;
    max-width: 78%;
  }
  header .navbar-header.no-logo h1 a {
    height: 30px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cover-page {
    height: 200px;
    background-attachment: scroll;
  }
  .title-container .nav-slider {
    position: absolute;
    bottom: -50px;
  }
  .title-container .nav-slider.nav-slider-prev {
    left: 30px;
  }
  .title-container .nav-slider.nav-slider-next {
    right: 30px;
  }
  .infobar {
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    border: 1px solid #EEE;
  }
  .infobar .info {
    border-right: none;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 65px;
  }
  .infobar .info.tel {
    border-bottom: none;
  }
  .infobar .booking {
    height: 60px;
  }
  .about .content .gallery {
    height: auto;
  }
  .avis {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .avis .global {
    margin-bottom: 20px;
  }
  .avis .global .average .avg {
    width: 100%;
  }
  .avis .global .average .details {
    width: 100%;
    margin-top: 10px;
    padding-top: 15px;
  }
  .infos #map {
    position: relative;
    height: 200px;
  }
  .infos .container {
    margin-top: -20px;
  }
  .infos .container .content-infos .openning {
    padding: 0;
  }
  .infos .container .content-infos .payment {
    padding: 0;
  }
  .infos .container .content-infos .payment ul li {
    width: 100%;
  }
  .infos .container .content-infos .payment ul li:nth-child(even) {
    margin-left: 0;
  }
  .galeries {
    padding: 15px;
  }
  .galeries ul li {
    width: 100%;
    margin: 0 0 30px;
    height: 120px;
  }
  .reviews .average .details .criterion .stars {
    float: right;
  }
  .reviews .private-review .review-list .item .infos-review {
    float: none;
  }
  .reviews .private-review .review-list .item .rating {
    text-align: left;
  }
  .articles .article .a-content span {
    font-size: 12px;
    color: #777;
  }
  .articles .article .a-content a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .map-contact {
    height: auto;
    overflow: hidden;
  }
  .map-contact #map {
    position: relative;
    height: 200px;
  }
  .map-contact .container {
    margin-top: -20px;
  }
  .m-nav-menu {
    display: none;
  }
  .m-carte {
    margin-top: -60px;
  }
  .m-carte .m-menu .m-title {
    text-align: center;
  }
  .m-carte .m-menu .m-prix-menu,
  .m-carte .m-menu .m-prix-cat {
    position: relative;
    margin: 5px auto;
    text-align: center;
    display: inline-block;
    top: 0;
    right: 0;
  }
  .m-carte .m-menu .m-description {
    text-align: center;
    padding: 0 20px;
  }
  .m-carte .m-menu .m-title-categorie {
    padding: 20px 0 15px 0;
    position: relative;
    text-align: center;
  }
  .m-carte .m-menu .m-sous-categorie .m-title-sous-categorie {
    justify-content: center;
  }
  .m-carte .m-menu .m-sous-categorie .m-title-sous-categorie h4 {
    padding: 0 10px;
  }
  .m-carte .m-menu .m-sous-categorie .m-description {
    text-align: center;
  }
  .m-carte .m-menu .plat .m-description-plat {
    text-align: center;
  }
  .m-carte .m-menu .plat .m-plat-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .m-carte .m-menu .plat .m-plat-info .m-titre-plat {
    padding-bottom: 10px;
  }
  .m-carte .m-menu .plat .m-plat-info .m-separateur {
    height: 0;
  }
  .m-carte .m-menu .plat .m-plat-info .m-prix {
    padding: 0;
  }
  .perso .gallery {
    height: 220px;
  }
  .infos .container .content-infos .openning .o-separateur {
    display: none;
  }
  .infos .container .content-infos .openning .o-un-horaire {
    text-align: left;
    display: block;
  }
  .infos .container .content-infos .openning .o-un-horaire .o-jour {
    padding-right: 0px;
    font-weight: 700;
    text-align: left;
  }
  .infos .container .content-infos .openning .o-un-horaire .o-plage {
    padding-left: 0px;
    display: block;
  }
  .widget .w-horaires .w-separateur {
    display: none;
  }
  .widget .w-horaires .w-un-horaire {
    display: block;
    text-align: left;
  }
  .widget .w-horaires .w-un-horaire .w-jour {
    font-weight: 700;
  }
  .widget .w-horaires .w-un-horaire .w-close {
    display: block;
    text-align: left;
  }
}
