@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
header {
  height: 40vh;
  position: relative;
}
@media (min-width: 1200px) {
  header {
    height: 90vh;
  }
}
header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background: url(../images/background/after1.png) center bottom no-repeat;
  background-size: 100% 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  header::after {
    height: 45px;
    background-size: 100% 45px;
  }
}
.content-est, .content-patio {
  padding: 28px 0;
}
.img-est, .img-patio {
  padding: 0;
}
#sticker-sticky-wrapper {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 2;
}

.header-top {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}

.header-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  .header-content {
    justify-content: start;
  }
}

#vegas_est,
#vegas_patio {
  width: 100%;
  height: 100%;
}

.tel {
  z-index: 10000;
  position: relative;
  bottom: 50px;
  width: 248px;
  margin: 0 auto;
  background: #cbaa89;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 20px 5px 20px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  font-weight: normal;
  font-size: 14px;
}

.tel-inner a {
  font-size: 20px;
}
.tel-inner img {
  margin-right: 15px;
  height: 25px;
}
@media (max-width: 767px) {
  .tel-inner {
    display: none;
  }
}

.nav > li > a {
  padding: 5px 9px !important;
}

.navbar-header h3 {
  display: none;
}

#sticker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .logo img {
    height: 100px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .menu {
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    padding-bottom: 20px;
  }
}

.logo img {
  height: 72px;
  width: auto;
}
@media (min-width: 1200px) {
  .logo img {
    height: 120px;
  }
}

.menu {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
}

.header-icons-social {
  position: fixed;
  top: 145px;
  right: 0;
  z-index: 2;
  padding: 8px;
}
.header-icons-social ul {
  list-style: none;
  margin-bottom: 0;
}
.header-icons-social i {
  font-size: 35px;
  margin: 5px;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    background: #000;
    margin-bottom: 15px;
  }
}

.breadcrumb {
  background-color: transparent;
}

ul#breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
  margin-bottom: 0;
  border-radius: 10px;
}

ul#breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #000;
}

ul#breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "> ";
}

ul#breadcrumb li a {
  color: #cbaa89;
  text-decoration: none;
}

ul#breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 70px;
}

section.content {
  background: #000;
  background-size: 100% 600px;
  position: relative;
}

section.galerie {
  background: url(../images/background/risotto.jpg) no-repeat center top;
  background-size: cover;
  padding: 0 !important;
}
section.galerie h2 {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section.restau {
  background: #000;
}

section.traiteur {
  background: url(../images/background/traiteur.jpg) no-repeat center;
  background-size: cover;
}
section.traiteur h2 {
  color: #fff;
}

section.vente {
  background: #fff;
  padding-bottom: 50px;
}
section.vente::after {
  display: none;
}

#cotetraiteurpatio::after {
  display: none;
}

section.reseaux::before {
  display: none;
}

.reviews > div {
  position: relative;
  z-index: 1;
}

.facebook > div,
.instagram > div,
.reviews > div {
  margin: auto;
}

.galerie-texte p {
  text-align: center;
  line-height: 14px;
  margin-bottom: 16px !important;
  color: #fff;
}

section.traiteur .row {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: wrap-reverse;
  backdrop-filter: blur(6px);
}

.galerie-texte {
  font-size: 14px;
  margin: auto;
  padding: 10px;
}

section.contact {
  background: url(../images/background/pizza.jpg) no-repeat center bottom;
  background-size: cover;
  border-bottom: 7px solid #1d1d1f;
}
section.contact::after {
  display: none;
}

.fb {
  margin-top: 15px;
}

.coordonnees {
  padding: 10px;
  background: rgba(0, 0, 0, 0.562);
  border-radius: 20px 20px 0 0;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .coordonnees {
    padding: 25px;
  }
}
.coordonnees > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.coordonnees i::before {
  font-size: 34px;
  margin-right: 10px;
}
.coordonnees > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.coordonnees > div:last-child {
  flex-direction: row;
}
.coordonnees > div > div {
  text-align: center;
  margin-top: 15px;
}
.coordonnees > div > div a {
  color: #fff;
}

section.reseaux::after {
  display: none;
}

.horaire {
  background: rgba(255, 255, 255, 0.623);
}
.horaire .contenu_horaire {
  padding: 10px;
}
@media (min-width: 1200px) {
  .horaire .contenu_horaire {
    padding: 25px;
  }
}
.horaire .contenu_horaire p {
  color: #000;
  font-size: 16px;
  text-align: center;
}
.horaire h3 {
  font-size: 30px;
  color: #866749;
  padding: 20px 20px 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

@font-face {
  font-family: "abottoldstyleregular";
  src: url("../fonts/abottoldstyle_regular-webfont.woff2") format("woff2"), url("../fonts/abottoldstyle_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: heart;
  src: url("../fonts/heart.ttf");
  font-style: normal;
}
/* CSS Document */
body {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

body fieldset, body img {
  border: 0px;
}

/*body,html{overflow-x:hidden;}
*/
body a {
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  color: #cbaa89;
}

.row {
  margin: 0 !important;
}

.container-fluid, .container {
  padding: 0 !important;
}

ul {
  padding: 0;
}

.tel a {
  color: #f9faff !important;
}

.justify-right {
  float: right;
  margin-left: 22px;
}

.justify-right img {
  border: 1px solid #212023;
}

.img-trn {
  position: relative;
  top: -280px;
  display: none;
}

.img-trn img {
  margin: 0 auto;
}

section.galerie .col-md-6:fisrt-child {
  padding-left: 0 !important;
}

section.galerie .col-md-6:last-child {
  padding-right: 0 !important;
}

section.galerie iframe {
  width: 100% !important;
  border: 7px solid #cbaa89 !important;
  border-radius: 9px;
  height: 400px;
}

.gallerie.slick-initialized.slick-slider {
  height: 345px !important;
  border-radius: 20px;
  background-color: #cbaa89 !important;
  margin-top: -9px;
}

.slick-slide img {
  margin: 50px auto 0;
}

.slick-prev {
  left: 12px !important;
}

.slick-next {
  right: 12px !important;
}

section.galerie img {
  border: 0;
  border-radius: 0px;
  margin: 0;
  width: 100%;
  height: 780px;
}

.slick-prev {
  background: url(../images/background/prev.png) no-repeat center !important;
  height: 179px !important;
  z-index: 10000;
}

.slick-prev, .slick-next {
  width: 27px !important;
}

.slick-prev:before, .slick-next:before {
  content: "" !important;
  font-family: inherit !important;
}

.slick-next {
  background: url(../images/background/next.png) no-repeat center !important;
  height: 179px !important;
}

table {
  width: 100%;
}

section.traiteur .col-md-5 {
  width: 35% !important;
  padding: 0 !important;
}

section.traiteur .col-md-2 {
  width: 30% !important;
  color: #2f363c;
}

section.traiteur #contact_form {
  padding: 21px 85px 0 30px;
}

section.traiteur .form-group input[type=placeholder] {
  color: #2f363c !important;
}

section.traiteur #contact_form input {
  color: #2f363c !important;
  padding-left: 0 !important;
  height: 20px !important;
  margin-bottom: 23px !important;
  border-bottom: 1px solid #2f363c !important;
  padding-bottom: 5px !important;
  width: 100% !important;
  border-right: none !important;
  border-top: none !important;
  font-weight: normal;
  border-radius: 0;
  background: transparent !important;
  height: 35px;
  width: 100%;
  border-left: 0 !important;
}

section.traiteur #contact_form textarea .form-control {
  font-weight: normal;
  border: none !important;
  width: 100%;
  background: #1f2c39 !important;
  color: #2f363c;
  height: 90px;
  margin-bottom: 13px;
  border-radius: 0 !important;
}

section.traiteur #contact_formt .form-group label[for=text] {
  margin-bottom: 0;
  height: 84px;
  float: left;
  width: 30%;
  border: 0 !important;
}

section.traiteur .btn-primary, #contact_form1 .btn-primary {
  display: block;
  margin: 20px auto 0 !important;
  border-radius: 25px !important;
  font-size: 18px;
  font-weight: normal;
  background: none !important;
  width: 150px;
  text-align: center;
  padding: 8px 0 10px;
}

section.traiteur .btn-primary {
  border: 1px solid #2f363c !important;
  color: #2f363c !important;
}

#contact_form1 .btn-primary {
  border: 1px solid #fff !important;
  color: #fff !important;
}

section.traiteur .form-buttons {
  border: none !important;
}

#contact_form input:placeholder-shown {
  color: #2f363c !important;
}

#contact_form1 input:placeholder-shown {
  color: #fff !important;
}

section.traiteur .form-control {
  background: none !important;
  color: #2f363c !important;
  box-shadow: inherit !important;
  border-color: transparent !important;
}

section.traiteur textarea.form-control {
  background: none !important;
}

section.traiteur #contact_form .form-group textarea.form-control {
  padding-left: 0 !important;
  height: 70px !important;
  border-bottom: 1px solid #2f363c !important;
  width: 100%;
  border-radius: inherit !important;
  border-right: none !important;
  border-top: none !important;
}

section.traiteur .form-control {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
}

section.traiteur input#addr {
  height: 79px !important;
}

.galerie-traiteur .gall.slick-initialized.slick-slider img {
  border: none;
  border-radius: inherit;
  margin-top: 127px;
}

.menu-table {
  background: url(../images/background/bg-menu.jpg) no-repeat center top;
  width: 100%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 20px;
}

ul.carte-menus {
  width: 100%;
}

.menu-table h3 {
  font-family: heart;
  font-size: 20px;
  text-align: center !important;
  width: 100%;
  background: url(../images/background/carte--point.png) no-repeat center;
}

.menu-table li {
  background: url(../images/background/Ellipse.png) no-repeat top left;
  padding: 10px 10px 20px;
}

.menu-table li span {
  padding-left: 20px;
}

ul.carte-menus li {
  list-style: none;
  font-family: "abottoldstyleregular";
  font-size: 11px;
  padding-left: 20px;
  width: 33% !important;
  background: url(../images/background/td.png) no-repeat center top;
  float: left;
  text-align: center;
  margin-bottom: 9px;
  padding-right: 15px;
}

ul.carte-menus li a {
  color: #fff !important;
}

.menu-tarif h3 {
  text-align: center;
  background: url(../images/background/carte--point1.png) no-repeat center;
}

ul.menu-tarif {
  clear: both;
  padding: 0 15px;
  text-align: center;
  font-family: "abottoldstyleregular";
  font-size: 12px;
}

ul.menu-tarif li {
  display: inline-block;
  list-style: none;
}

section.contact .col-md-2 {
  width: 36.8% !important;
  padding: 0 20px !important;
}

section.contact .col-md-5 {
  width: 31.1% !important;
}

section.contact .col-md-5:last-child {
  padding-left: 22px !important;
  padding-right: 0 !important;
}

section.contact .col-md-5:last-child iframe {
  width: 100% !important;
  height: 362px;
}

section.contact .tel {
  background: none;
  position: inherit;
}

section.contact .tel:before {
  background: none;
  content: "";
}

.adress-tel {
  text-transform: uppercase;
  width: 264px;
  margin: 0 auto 0;
  border: 1px solid #e8e1d4;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
  color: #f9faff;
}

.adress-tel h2 {
  padding-bottom: 0;
  background: none;
  color: #cbaa89;
  font-size: 24px;
  margin: 12px auto;
  font-family: "Roboto", sans-serif;
}

.adress {
  line-height: 26px;
}

.adress-tel .tel {
  font-size: 16px;
}

.adress-tel .tel a {
  color: #f9faff !important;
}

section.restau .slick-slide img {
  margin: 20px auto 0;
}

.gall.slick-initialized.slick-slider {
  background: none !important;
}

.gall.slick-initialized.slick-slider img {
  border: 1px solid #fff !important;
  border-radius: 14px !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent !important;
}

.navbar .navbar-collapse {
  text-align: center;
}

.nav > li {
  background: url(../images/background/li.jpg) no-repeat center right;
  margin-right: 0;
}

.nav > li:last-child {
  background: none;
  margin-right: 0;
}

.navbar .navbar-nav {
  float: none;
  display: inline-block;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar {
  min-height: 0px !important;
  margin-bottom: 0px !important;
  border: 0px !important;
}

.navbar-collapse {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: none !important;
  border-top: 1px solid #cbaa89;
  border-bottom: 1px solid #cbaa89;
}

.navbar-right {
  float: inherit !important;
  margin-right: 0 !important;
}

.g-recaptcha iframe {
  margin: 15px 0;
  clear: both;
}

.g-recaptcha {
  clear: both;
}

.is-sticky #sticker .navbar-header h3 {
  right: 68px;
}

.cookieconsent {
  top: inherit !important;
  bottom: -20px;
}

.alert-warning {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-color: transparent !important;
}

.btn-info {
  font-size: 12px !important;
  color: #000 !important;
  background-color: #fff !important;
  border-color: transparent !important;
}

#contact_form1 {
  margin-top: -12px;
  padding: 0 0 0 25px;
  font-size: 14px;
}

#contact_form1 .form-group {
  margin-bottom: 30px;
  clear: both !important;
}

#contact_form1 label {
  color: #fff;
  background: none;
  float: left;
  width: 36%;
  text-align: left;
  padding: 18px 0 14px 31px;
}

.form-group input[type=placeholder] {
  color: #f00 !important;
}

#contact_form1 input {
  margin-bottom: 11px;
  float: right;
  width: 64% !important;
  height: 25px !important;
  background: #f9f9f9 !important;
  font-weight: normal;
  border: none !important;
  border-radius: 0 10px 10px 0 !important;
  color: #000;
  box-shadow: inherit !important;
}

#contact_form1 textarea .form-control {
  color: #000;
  box-shadow: inherit !important;
  font-weight: normal;
  width: 64%;
  background: #f9f9f9 !important;
  color: #fff;
  height: 65px;
  margin-bottom: 13px;
  border-radius: 0 10px 10px 0 !important;
}

#contact_form1 .form-group label[for=text] {
  margin-bottom: 0;
  height: 123px;
  float: left;
  width: 36%;
  border: 0 !important;
}

#contact_form1 .form-buttons {
  margin-bottom: 20px;
  clear: both;
  padding-top: 10px;
  margin-left: 0;
  border: none !important;
}

#contact_form1 textarea.form-control {
  color: #000 !important;
  width: 64%;
  height: 123px;
  float: right !important;
  background: #fff !important;
  box-shadow: inherit !important;
  border: none !important;
}

#contact_form1 label {
  font-weight: normal;
  padding: 4px 0 0 0;
}

form-buttons:last-child {
  padding-top: 30px;
}

footer {
  border-top: 8px solid #3b3a3e;
}

.menu-footer {
  background: #cbaa89;
  border-bottom: 4px solid #3b3a3e;
  font-size: 16px;
}

footer p {
  background: url(../images/background/footer.jpg) repeat center;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 14px 0 16px;
}

footer p a {
  color: #f6f2ff;
  font-size: 14px;
  margin: 0 3px;
}

.menu-footer .nav > li > a {
  color: #2f363c !important;
  padding: 14px 9px !important;
}

.galleria-theme-classic {
  background: none !important;
}

.galleria {
  background-color: transparent !important;
}

.galleria-theme-classic .galleria-info-text {
  background-color: transparent !important;
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
  border-color: transparent !important;
}

.galleria-theme-classic .galleria-info-title {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

#contact_form ::-webkit-input-placeholder {
  color: #2f363c !important;
}

#contact_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #2f363c;
}

#contact_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2f363c;
  opacity: 1;
}

#contact_form :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #2f363c;
  opacity: 1;
}

footer p {
  text-align: center;
}

.menu-footer .navbar-nav > li > a:focus, .menu-footer .navbar-nav > li > a:hover {
  background: none !important;
}

.quip-fld {
  margin-bottom: 15px;
  margin-top: 10px;
}

#quip-add-comment-qcom {
  font-size: 18px;
}

.quip-comment-text p {
  color: #ae1317;
  font-size: 22px;
}

#quip-add-comment-qcom button {
  margin: 10px auto;
  padding: 5px 40px;
  display: block;
  background: #fff;
  border: 1px solid #ae1317;
}

.fa-star:before {
  font-size: 20px;
}

.interne header .tel {
  display: none;
}

.interne .header-top {
  margin-bottom: 0;
}

.interne .page_interne {
  margin-top: 50px;
  background: #3b3a3e;
  padding: 0 20px !important;
}

td {
  padding: 0 0 20px;
}

#vegas_patio .justify-right {
  float: none;
  margin: 0 auto;
}

.interne header .nav > li > a {
  padding: 5px 6px !important;
}

@media screen and (min-width: 1080px) {
  .container {
    width: 1080px !important;
  }

  .vegas-slide-inner {
    background-attachment: fixed !important;
  }
}
@media screen and (max-width: 1024px) {
  .nav > li {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .logo img {
    margin: 0 auto;
    display: block;
  }

  header .col-md-9, header .col-md-3, section.contact .col-md-5, section.contact .col-md-2 {
    width: 100% !important;
  }

  .header-top {
    background-size: cover;
  }

  section.traiteur .col-md-5, section.traiteur .col-md-2 {
    width: 100% !important;
  }

  .galerie-traiteur .gall.slick-initialized.slick-slider img {
    margin-top: 20px;
  }

  section.contact .col-md-2 {
    margin: 50px auto;
  }

  section.contact iframe {
    height: inherit;
    margin: 30px auto;
  }

  ._2p3a {
    margin: 0 auto;
  }

  .gallerie.slick-initialized.slick-slider {
    margin-top: 20px;
  }

  .menu-table {
    background-size: cover !important;
    height: inherit;
  }

  section.traiteur h2 {
    margin-top: 44px;
  }

  .gall.slick-initialized.slick-slider.slick-dotted {
    height: inherit !important;
  }

  ._2p3a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  header .tel {
    display: none;
  }

  #sticky-sticky-wrapper {
    width: 100%;
  }

  .sticky-wrapper.is-sticky .navbar-header > .popup {
    display: block;
  }

  .sticky-wrapper.is-sticky .navbar-header > .popup .popuptext {
    top: 51px;
  }

  .popup {
    display: block;
    text-align: center;
  }

  .popup i {
    color: #cbaa89;
    font-size: 51px;
    position: absolute;
    top: 11px;
  }

  #myPopup > h2, #my_Popup > h2 {
    font-family: "Roboto Condensed", sans-serif;
  }

  .fa-phone-square:before {
    content: "";
  }

  .popup .popuptext {
    border-radius: 6px;
    color: #fff;
    left: 30%;
    margin-left: 0px;
    padding: 8px 0 0 0;
    position: absolute;
    text-align: center;
    top: 70px;
    visibility: hidden;
    width: 50%;
    z-index: 1;
  }

  #myPopup > h2, #my_Popup > h2 {
    font-size: 20px;
    margin: 0px;
    background: #cbaa89;
    font-style: normal !important;
  }

  #myPopup a, #my_Popup a {
    color: #fff !important;
    display: block;
    margin-bottom: 10px;
  }

  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .sticky-wrapper.is-sticky .navbar-header > .popup .popuptext {
    top: 51px;
  }

  .popup .show {
    position: fixed;
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }

  .popuptext h2 {
    padding: 5px;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }

  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #cbaa89 !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff !important;
  }

  #sticker-sticky-wrapper {
    height: inherit !important;
  }

  .navbar-toggle {
    margin-right: 27px !important;
    margin-top: 15px !important;
  }

  .container {
    padding: 0 20px !important;
  }

  .galleria-theme-classic {
    width: 100% !important;
  }

  section.traiteur h2 {
    margin-top: 32px;
  }

  .interne .page_interne {
    margin-top: 60px;
  }
}
@media screen and (max-width: 414px) {
  .justify-right {
    float: inherit;
    margin-left: 0;
  }

  .justify-right img {
    text-align: center;
    margin: 0 auto 20px;
  }

  h1 {
    font-size: 15px;
  }

  h2 {
    font-size: 34px;
  }

  .menu-footer {
    font-size: 10px;
  }

  .cookieconsent p {
    font-size: 8px;
  }

  .page_interne iframe {
    width: 100% !important;
  }

  .justify-right img {
    float: inherit;
    margin: 0 auto 20px;
    display: block;
  }

  section.galerie .col-md-6:last-child {
    padding-left: 0 !important;
  }

  section.galerie .slick-slide img {
    width: 74% !important;
    margin-top: 72px;
  }

  section.galerie .row {
    padding: 0 10px 5px;
  }

  .gall.slick-initialized.slick-slider img {
    width: 100% !important;
  }
}
@media screen and (max-width: 375px) {
  #myPopup > h2, #my_Popup > h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  ._2p3a {
    width: 260px !important;
  }
}
.contenu p {
  text-align: justify;
  color: #fff;
}

.menu-footer .navbar-nav {
  float: inherit !important;
  opacity: 0;
  height: 50px;
}

.menu-footer .navbar-nav > li {
  float: inherit !important;
  display: none;
}

.form-control::-moz-placeholder {
  text-align: left;
  font: normal normal 14px/17px "Poppins", sans-serif !important;
  letter-spacing: 0px;
  color: #000 !important;
  opacity: 1;
  text-transform: uppercase;
}

:placeholder {
  text-align: left;
  font: normal normal 14px/17px "Poppins", sans-serif !important;
  letter-spacing: 0px;
  color: #000 !important;
  opacity: 1;
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  text-align: left;
  font: normal normal 14px/17px "Poppins", sans-serif !important;
  letter-spacing: 0px;
  color: #000 !important;
  opacity: 1;
  text-transform: uppercase;
}

::-moz-placeholder {
  text-align: left;
  font: normal normal 14px/17px "Poppins", sans-serif !important;
  letter-spacing: 0px;
  color: #000 !important;
  opacity: 1;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-align: left;
  font: normal normal 14px/17px "Poppins", sans-serif !important;
  letter-spacing: 0px;
  color: #000 !important;
  opacity: 1;
  text-transform: uppercase;
}

:-moz-placeholder {
  text-align: left;
  font: normal normal 14px/17px "Poppins", sans-serif !important;
  letter-spacing: 0px;
  color: #000 !important;
  opacity: 1;
  text-transform: uppercase;
}

*,
::after,
::before {
  box-sizing: border-box;
}

h1 {
  font-family: "Roboto", sans-serif !important;
  margin: 11px auto 30px;
  padding-bottom: 8px;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Yanone Kaffeesatz", sans-serif;
  background: url(../images/background/title-v2.jpg) no-repeat center bottom;
  color: #cbaa89;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-family: "Roboto", sans-serif !important;
  margin: 11px auto 30px;
  padding-bottom: 8px;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Yanone Kaffeesatz", sans-serif;
  background: url(../images/background/title-v2.jpg) no-repeat center bottom;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
section:nth-child(even) {
  padding: 60px 0;
}
@media (max-width: 767px) {
  section:nth-child(even) {
    padding: 25px 0;
  }
}
section:nth-child(even) h2 {
  color: #fff;
}
section:nth-child(odd)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background: url(../images/background/after1.png) center bottom no-repeat;
  background-size: 100% 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  section:nth-child(odd)::after {
    height: 45px;
    background-size: 100% 45px;
  }
}
section:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100px;
  background: url(../images/background/before1.png) center bottom no-repeat;
  background-size: 100% 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  section:nth-child(odd)::before {
    height: 45px;
    background-size: 100% 45px;
  }
}

@font-face {
  font-family: Playlist;
  src: url("../fonts/Playlist Script_1de42a90e86f9fcecef2d0fcc9455746.otf");
}
@font-face {
  font-family: BIGCITY;
  src: url("../fonts/BigCityGrotesquePro-Regular.ttf");
}
.restau h3, .vente h3 {
  font-family: "BIGCITY", serif;
  font-size: 34px;
}

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





section.galerie img {
    border: 0;
    border-radius: 0px;
    margin: 0;
    width: 100%;
    height: auto !important;
}
.list-photos-simple {list-style: none;}
.list-photos-simple img{
margin: auto;
}

section.galerie {
    background: url(../images/background/risotto.jpg) no-repeat center top;
    background-size: cover;
    padding: 0 !important;
    max-height: 1120px;
}
