@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,800|Unica+One|Vidaloka&display=swap');
body,
html {
  overflow-x: hidden;
  overflow: auto;
}
body {
  background-color: #fff;
}
body header {
  position: relative;
}
body .menu-mobile .menu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: -100%;
  z-index: 200;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .menu-mobile .menu .bt-close {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
}
body .menu-mobile .menu .bt-close i {
  font-size: 1.5rem;
}
body .menu-mobile .menu.active {
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .menu-mobile .menu ul {
  margin-top: 30%;
}
body .menu-mobile .menu ul li {
  margin: 0;
  display: block;
  margin-bottom: 1rem;
}
body .menu-mobile .menu ul li:after {
  right: inherit;
  top: inherit;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
body .menu-mobile .menu ul li a {
  font-size: 1.5rem;
}
body header.coming-page {
  padding: 4rem 2rem 2rem 2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  body header.coming-page {
    padding: 4rem 1rem 1rem 1rem;
  }
}
body .logo img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
}
@media (max-width: 767.98px) {
  body .logo img {
    max-width: 100%;
  }
}
body .menu ul {
  display: block;
  text-align: center;
  padding: .5rem 1rem;
  margin-bottom: 0;
}
body .menu ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body .menu ul li {
    margin: 0 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body .menu ul li {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  body .menu ul li {
    margin: 0 2rem;
  }
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
  body .menu ul li {
    margin: 0 3rem;
  }
}
body .menu ul li:first-child {
  display: none;
}
@media (max-width: 767.98px) {
  body .menu ul li:first-child {
    display: block;
  }
}
body .menu ul li::after {
  content: "";
  position: absolute;
  background-color: #d09e44;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body .menu ul li::after {
    right: -32px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  body .menu ul li::after {
    right: -40px;
  }
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
  body .menu ul li::after {
    right: -50px;
  }
}
body .menu ul li:last-child::after {
  display: none;
}
body .menu ul li a {
  text-transform: uppercase;
  color: #000;
  font-family: 'Unica One', cursive;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body .menu ul li a {
    font-size: 1rem;
  }
}
body .menu ul li a::before {
  content: "";
  position: absolute;
  background-color: #d09e44;
  height: 10px;
  width: 0;
  left: 0;
  bottom: 0rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: -1;
}
body .menu ul li a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .menu ul li a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
}
body .menu ul li.current-menu-item a::before {
  width: 100%;
}
body .menu-mobile {
  background-color: #000;
  padding: .5rem 1rem;
}
body .menu-mobile .menu-toggler {
  text-align: right;
}
body .menu-mobile .menu-toggler i {
  color: #fff;
}
body #reserver {
  position: absolute;
  top: 0;
  right: 3rem;
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  body #reserver {
    right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #reserver {
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body #reserver {
    top: 41px;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  body #reserver {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 250;
  }
}
body #reserver a {
  background-color: #d09e44;
  color: #fff;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 1rem;
  position: relative;
  display: block;
  z-index: 999;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  body #reserver a {
    padding: .5rem 1rem;
    color: #000;
    background-color: #cdae8a;
  }
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
  body #reserver a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body #reserver a {
    font-size: 1rem;
    padding: .7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #reserver a {
    font-size: .9rem;
    padding: .62rem;
  }
}
body #reserver a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
body #reserver a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #d09e44;
}
body #reserver a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
}
body #carte {
  position: absolute;
  top: 0;
  left: 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body #carte {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  body #carte {
    position: fixed;
    top: inherit;
    bottom: 44px;
    right: inherit;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 250;
  }
}
body #carte a {
  background-color: #cdae8a;
  color: #000;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 1rem;
  position: relative;
  display: block;
  z-index: 50;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  body #carte a {
    padding: .5rem 1rem;
    color: #d09e44;
    background-color: #000;
  }
}
body #carte a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
body #carte a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #d09e44;
}
body #carte a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
}
body,
html {
  overflow-x: hidden;
  overflow: auto;
}
h1 {
  color: #333;
}
h1 span {
  color: #000;
  font-weight: 700;
}
#wpfront-scroll-top-container {
  display: none !important;
}
@media (max-width: 767.98px) {
  #wpfront-scroll-top-container {
    display: block !important;
    bottom: 60px !important;
  }
}
body.page-id-100 {
  background-color: #000;
}
.fa-facebook-f:before {
  content: "\f39e" !important;
}
.close {
  line-height: 1.3;
  color: #000;
  text-shadow: none;
  opacity: 1;
}
.modula {
  max-width: 100% !important;
}
.modula .modula-items .modula-item {
  background-color: transparent !important;
  position: relative;
}
.modula .modula-items .modula-item a {
  cursor: pointer !important;
}
.modula .modula-items .modula-item::before {
  content: "";
  position: absolute;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../img/sesames.gif');
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.modula .modula-items .modula-item:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
}
.modula .modula-items .modula-item:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.modula .modula-items .modula-item.tg-loaded {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.modula .modula-items .modula-item.tg-loaded img {
  transition: all .4s ease-in-out !important !important;
  -webkit-transition: all .4s ease-in-out !important !important;
  -moz-transition: all .4s ease-in-out !important !important;
  -o-transition: all .4s ease-in-out !important !important;
}
.modula .modula-items .modula-item.tg-loaded img.pic {
  transition: all .4s ease-in-out !important !important;
  -webkit-transition: all .4s ease-in-out !important !important;
  -moz-transition: all .4s ease-in-out !important !important;
  -o-transition: all .4s ease-in-out !important !important;
  left: 50% !important;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%,-50%) scale(1.1) !important;
  top: 50% !important;
}
.modula .modula-items .modula-item.tg-loaded:hover {
  transform: scale(.85) !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
  overflow: inherit !important;
}
.modula .modula-items .modula-item.tg-loaded:hover img {
  transition: all .4s ease-in-out !important !important;
  -webkit-transition: all .4s ease-in-out !important !important;
  -moz-transition: all .4s ease-in-out !important !important;
  -o-transition: all .4s ease-in-out !important !important;
}
.modula .modula-items .modula-item.tg-loaded:hover img.pic {
  width: 97% !important;
  height: 97% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
  top: 50% !important;
  transition: all .4s ease-in-out !important !important;
  -webkit-transition: all .4s ease-in-out !important !important;
  -moz-transition: all .4s ease-in-out !important !important;
  -o-transition: all .4s ease-in-out !important !important;
}
.modula .modula-items .modula-item.tg-loaded:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
}
.modal .modal-content .modal-header {
  background-color: #d09e44;
}
.modal .modal-content .modal-header h5 {
  color: #000;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 1.6rem;
  padding-left: .5rem;
}
.modal .modal-content .modal-body #nf-form-1-cont input,
.modal .modal-content .modal-body #nf-form-1-cont textarea,
.modal .modal-content .modal-body #nf-form-1-cont option {
  padding: 2rem .5rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border: none;
  background-color: #ededed;
}
.modal .modal-content .modal-body #nf-form-1-cont label {
  display: none;
}
.modal .modal-content .modal-body #nf-form-1-cont #nf-form-title-1 {
  display: none;
}
.modal .modal-content .modal-body #nf-form-1-cont .submit-wrap {
  text-align: center;
}
.modal .modal-content .modal-body #nf-form-1-cont .submit-wrap input {
  color: #000;
  background-color: #d09e44;
  border: none;
  font-weight: normal;
  padding: 0.3rem 1.2rem;
  font-size: 1.4rem;
  cursor: pointer;
  border: solid 1px transparent;
  text-transform: uppercase;
  font-family: 'Unica One', cursive;
  letter-spacing: 1px;
  float: right;
  width: auto;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.modal .modal-content .modal-body #nf-form-1-cont .submit-wrap input:hover {
  background-color: #000;
  color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.modal .modal-content .modal-body #nf-form-1-cont #nf-field-9-wrap .nf-field-element p,
.modal .modal-content .modal-body #nf-form-1-cont #nf-field-11-wrap .nf-field-element p {
  font-size: 1.2rem;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  margin-bottom: 0;
}
.modal .modal-content .modal-body #nf-form-1-cont .nf-field-container {
  margin-bottom: 15px;
}
.modal .modal-content .modal-body #nf-form-1-cont .nf-form-fields-required {
  display: none;
}
.modal .modal-content .modal-body #nf-form-1-cont .nf-error-msg {
  font-weight: 300;
  font-size: 11px;
}
.ouverture {
  padding: 3rem 0;
}
@media (max-width: 767.98px) {
  .ouverture {
    padding: 1rem 0 2rem 0;
  }
}
.ouverture .fourchette {
  height: 420px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ouverture .fourchette {
    height: 270px;
  }
}
@media (max-width: 767.98px) {
  .ouverture .fourchette {
    height: 140px;
    background-position: left;
  }
}
.ouverture .texte .accroche {
  color: #fff;
  font-family: 'Vidaloka', serif;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ouverture .texte .accroche {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .ouverture .texte .accroche {
    font-size: 1.5rem;
    text-align: center;
  }
}
.ouverture .texte .accroche:before {
  content: "";
  position: absolute;
  background-color: #d09e44;
  width: 90px;
  height: 2px;
  left: 0;
  bottom: -15px;
}
@media (max-width: 767.98px) {
  .ouverture .texte .accroche:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ouverture .texte .quartier {
  color: #fff;
  font-family: 'Avenir Next Condensed';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 4px;
  position: relative;
}
@media (max-width: 767.98px) {
  .ouverture .texte .quartier {
    font-size: 1.2rem;
    text-align: center;
  }
}
.ouverture .texte .quartier span {
  font-size: .8rem;
  vertical-align: text-top;
  line-height: 1.6;
}
.ouverture .cuisine {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  padding: 1rem 0;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .ouverture .cuisine {
    margin-top: 2rem;
  }
}
.ouverture .cuisine h2 {
  color: #fff;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ouverture .cuisine h2 {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
}
.ouverture .cuisine .second {
  margin: 0 2rem;
}
.ouverture .cuisine .second:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.ouverture .cuisine .second:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-home {
  position: absolute;
  top: 7rem;
  left: 0;
  background-color: #d09e44;
  padding: 2rem 3rem;
  z-index: 150;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .btn-home {
    padding: 1rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .btn-home {
    padding: 1rem 0;
  }
}
.btn-home:hover {
  background-color: #3d484e;
  padding: 2rem 3rem 2rem 4rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  .btn-home:hover {
    padding: 1rem;
  }
}
.btn-home img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .btn-home img {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .btn-home img {
    max-width: 50%;
  }
}
body.page-id-14 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-id-14 .container-fluid .accueil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-14 .container-fluid .accueil {
    height: 70vh;
  }
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil {
    height: 80vh;
  }
}
body.page-id-14 .container-fluid .accueil::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
body.page-id-14 .container-fluid .accueil .logo {
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-14 .container-fluid .accueil .logo {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .logo {
    height: 130px;
    top: 25%;
    background-image: url('../img/logo-home-mobile.png') !important;
  }
}
body.page-id-14 .container-fluid .accueil .logo:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/accueil-logo-color.png') !important;
}
body.page-id-14 .container-fluid .accueil .texte {
  left: 50%;
  position: absolute;
  z-index: 10;
  top: 65%;
  transform: translate(-50%,-50%);
  display: inline-block;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .texte {
    top: 52%;
  }
}
body.page-id-14 .container-fluid .accueil .texte .quartier {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem;
  border-bottom: solid 1px #d09e44;
  border-top: solid 1px #d09e44;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .texte .quartier {
    font-size: 1rem;
  }
}
body.page-id-14 .container-fluid .accueil .texte .quartier span {
  font-size: .7rem;
  vertical-align: text-top;
  line-height: 1.6;
}
body.page-id-14 .container-fluid .accueil .ctn-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn {
    bottom: 2rem;
  }
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte-principal {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte-principal {
    width: 80%;
  }
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte-principal h1 {
  color: #fff;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  background-color: #cdae8a;
  z-index: 15;
  padding: 1rem;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte-principal h1 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte-principal h1 {
    font-size: 1.3rem;
  }
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte-principal:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte-principal:hover h1 {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #3d484e;
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin: 0 2rem;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte {
    width: 80%;
  }
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte h1 {
  color: #fff;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  background-color: #d09e44;
  z-index: 15;
  padding: 1rem;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte h1 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte h1 {
    font-size: 1.3rem;
  }
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-carte:hover h1 {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #3d484e;
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-brunch {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-brunch {
    width: 80%;
  }
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-brunch h1 {
  color: #fff;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  background-color: #3d484e;
  z-index: 15;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-brunch h1 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-14 .container-fluid .accueil .ctn-btn .btn-brunch h1 {
    font-size: 1.3rem;
  }
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-brunch:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-14 .container-fluid .accueil .ctn-btn .btn-brunch:hover h1 {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #cdae8a;
}
body.page-id-487 main #wrapper-mentions .container {
  padding: 3rem 0 3rem 0;
  color: #000;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-487 main #wrapper-mentions .container h2,
body.page-id-487 main #wrapper-mentions .container h3 {
  color: #000;
  font-weight: 600;
}
body.page-id-487 main #wrapper-mentions .container h2 {
  text-transform: uppercase;
}
body.page-id-487 main #wrapper-mentions .container h3 {
  margin-top: 2rem;
}
body.page-id-487 main #wrapper-mentions .container strong {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
body.page-id-487 main #wrapper-mentions .container a {
  color: #d09e44;
}
body.page-id-3 main #wrapper-politique .container {
  padding: 3rem 0 3rem 0;
}
body.page-id-3 main #wrapper-politique .container h2,
body.page-id-3 main #wrapper-politique .container h3 {
  color: #000;
  font-weight: 600;
}
body.page-id-3 main #wrapper-politique .container h2 {
  text-transform: uppercase;
}
body.page-id-3 main #wrapper-politique .container h3 {
  margin-top: 2rem;
}
body.page-id-3 main #wrapper-politique .container p {
  color: #000;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-3 main #wrapper-politique .container p strong {
  font-weight: 600;
}
body.page-id-3 main #wrapper-politique .container a {
  color: #d09e44;
}
body.page-id-3 main #wrapper-politique .container ul li {
  color: #000;
  font-weight: 400;
  font-size: .85rem;
  font-style: italic;
}
@media (max-width: 767.98px) {
  body.page-id-15 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-15 .btn-home {
    top: 5rem;
    padding: 1rem .6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 .btn-home {
    top: 7rem;
    padding: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-id-15 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid {
    padding: 0;
  }
}
body.page-id-15 .container-fluid .accueil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 .container-fluid .accueil {
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-15 .container-fluid .accueil {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid .accueil {
    height: 350px;
    background-position: center;
  }
}
body.page-id-15 .container-fluid .accueil::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
body.page-id-15 .container-fluid .accueil .accroche {
  position: absolute;
  color: #fff;
  right: 7rem;
  bottom: 10rem;
  font-family: 'Vidaloka', serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: right;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid .accueil .accroche {
    font-size: 1.2rem;
    right: 4rem;
    bottom: 8rem;
  }
}
body.page-id-15 .container-fluid .accueil .accroche::before {
  content: "";
  position: absolute;
  top: 1rem;
  background-color: #fff;
  right: -115px;
  height: 1px;
  width: 95px;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid .accueil .accroche::before {
    top: .8rem;
    left: -135px;
    width: 115px;
    right: inherit;
  }
}
body.page-id-15 .container-fluid .accueil .accroche::after {
  content: "";
  position: absolute;
  top: 12px;
  background-color: #fff;
  right: -21px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid .accueil .accroche::after {
    top: 8px;
    left: -21px;
    right: inherit;
  }
}
body.page-id-15 .container-fluid #famille {
  margin-top: -7rem;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid #famille {
    margin-top: -4rem;
  }
}
body.page-id-15 .container-fluid #famille::before {
  left: 5%;
  top: -3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 .container-fluid #famille::before {
    width: 400px;
  }
}
body.page-id-15 .container-fluid #famille .inner {
  background-color: #cdae8a;
}
body.page-id-15 .container-fluid #famille .inner .sous-titre h2 {
  color: #3d484e;
}
body.page-id-15 .container-fluid #cuisine {
  margin-bottom: 10rem;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid #cuisine {
    margin-bottom: 0rem;
  }
}
body.page-id-15 .container-fluid #cuisine::before {
  right: 5%;
  top: 6rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 .container-fluid #cuisine::before {
    width: 400px;
  }
}
body.page-id-15 .container-fluid #cuisine .inner {
  background-color: #3d484e;
}
body.page-id-15 .container-fluid #cuisine .inner .sous-titre h2 {
  color: #d09e44;
}
body.page-id-15 .container-fluid #cuisine,
body.page-id-15 .container-fluid #famille {
  position: relative;
  z-index: 50;
}
body.page-id-15 .container-fluid #cuisine::before,
body.page-id-15 .container-fluid #famille::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../img/sesames.gif');
  width: 550px;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 .container-fluid #cuisine::before,
  body.page-id-15 .container-fluid #famille::before {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid #cuisine::before,
  body.page-id-15 .container-fluid #famille::before {
    display: none;
  }
}
body.page-id-15 .container-fluid #cuisine .inner,
body.page-id-15 .container-fluid #famille .inner {
  padding: 8rem 6rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 .container-fluid #cuisine .inner,
  body.page-id-15 .container-fluid #famille .inner {
    padding: 5rem 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid #cuisine .inner,
  body.page-id-15 .container-fluid #famille .inner {
    padding: 3rem 2rem;
  }
}
body.page-id-15 .container-fluid #cuisine .inner .titre h1,
body.page-id-15 .container-fluid #famille .inner .titre h1 {
  font-family: 'Unica One', cursive;
  color: #fff;
  text-transform: uppercase;
}
body.page-id-15 .container-fluid #cuisine .inner .sous-titre h2,
body.page-id-15 .container-fluid #famille .inner .sous-titre h2 {
  font-family: 'Vidaloka', serif;
  font-size: 1.2rem;
}
body.page-id-15 .container-fluid #cuisine .inner .texte p,
body.page-id-15 .container-fluid #famille .inner .texte p {
  color: #fff;
  font-family: 'Avenir Next Condensed';
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid #cuisine .inner .texte p,
  body.page-id-15 .container-fluid #famille .inner .texte p {
    text-align: justify;
  }
}
body.page-id-15 .container-fluid .btn-more {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem 0;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-15 .container-fluid .btn-more {
    width: 80%;
    font-size: 1.5rem;
  }
}
body.page-id-15 .container-fluid .btn-more::after {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-15 .container-fluid .btn-more::before {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-15 .container-fluid .btn-more:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  color: #d09e44;
}
body.page-id-15 .container-fluid .btn-more:hover::before {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
body.page-id-15 .container-fluid .btn-more:hover::after {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
@media (max-width: 767.98px) {
  body.page-id-16 .btn-home,
  body.page-id-783 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
body.page-id-16 .container-fluid,
body.page-id-783 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid,
  body.page-id-783 .container-fluid {
    padding: 0;
  }
}
body.page-id-16 .container-fluid .accueil,
body.page-id-783 .container-fluid .accueil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-16 .container-fluid .accueil,
  body.page-id-783 .container-fluid .accueil {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid .accueil,
  body.page-id-783 .container-fluid .accueil {
    height: 350px;
  }
}
body.page-id-16 .container-fluid .accueil::before,
body.page-id-783 .container-fluid .accueil::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
body.page-id-16 .container-fluid .accueil .accroche,
body.page-id-783 .container-fluid .accueil .accroche {
  position: absolute;
  color: #fff;
  left: 7rem;
  bottom: 3rem;
  font-family: 'Vidaloka', serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid .accueil .accroche,
  body.page-id-783 .container-fluid .accueil .accroche {
    font-size: 1.2rem;
  }
}
body.page-id-16 .container-fluid .accueil .accroche::before,
body.page-id-783 .container-fluid .accueil .accroche::before {
  content: "";
  position: absolute;
  top: 1rem;
  background-color: #fff;
  left: -115px;
  height: 1px;
  width: 95px;
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid .accueil .accroche::before,
  body.page-id-783 .container-fluid .accueil .accroche::before {
    left: -115px;
    top: .8rem;
  }
}
body.page-id-16 .container-fluid .accueil .accroche::after,
body.page-id-783 .container-fluid .accueil .accroche::after {
  content: "";
  position: absolute;
  top: 12px;
  background-color: #fff;
  left: -21px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid .accueil .accroche::after,
  body.page-id-783 .container-fluid .accueil .accroche::after {
    top: 8px;
    left: -21px;
  }
}
body.page-id-16 .container-fluid #cartes .carte,
body.page-id-783 .container-fluid #cartes .carte {
  padding: 3rem;
  text-decoration: none;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-16 .container-fluid #cartes .carte,
  body.page-id-783 .container-fluid #cartes .carte {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-16 .container-fluid #cartes .carte,
  body.page-id-783 .container-fluid #cartes .carte {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid #cartes .carte,
  body.page-id-783 .container-fluid #cartes .carte {
    padding: 1rem;
  }
}
body.page-id-16 .container-fluid #cartes .carte:nth-child(1),
body.page-id-783 .container-fluid #cartes .carte:nth-child(1) {
  background-color: #d09e44;
}
body.page-id-16 .container-fluid #cartes .carte:nth-child(1):before,
body.page-id-783 .container-fluid #cartes .carte:nth-child(1):before {
  background-color: #3d484e;
}
body.page-id-16 .container-fluid #cartes .carte:nth-child(1):hover .titre-carte h1,
body.page-id-783 .container-fluid #cartes .carte:nth-child(1):hover .titre-carte h1 {
  color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-16 .container-fluid #cartes .carte:nth-child(2),
body.page-id-783 .container-fluid #cartes .carte:nth-child(2) {
  background-color: #3d484e;
}
body.page-id-16 .container-fluid #cartes .carte:nth-child(2):before,
body.page-id-783 .container-fluid #cartes .carte:nth-child(2):before {
  background-color: #d09e44;
}
body.page-id-16 .container-fluid #cartes .carte:nth-child(2) .sous-titre h2,
body.page-id-783 .container-fluid #cartes .carte:nth-child(2) .sous-titre h2 {
  color: #d09e44;
}
body.page-id-16 .container-fluid #cartes .carte:nth-child(2):hover .titre-carte h1,
body.page-id-783 .container-fluid #cartes .carte:nth-child(2):hover .titre-carte h1 {
  color: #3d484e;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-16 .container-fluid #cartes .carte:before,
body.page-id-783 .container-fluid #cartes .carte:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
  height: 0;
  z-index: 0;
}
body.page-id-16 .container-fluid #cartes .carte:hover,
body.page-id-783 .container-fluid #cartes .carte:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-16 .container-fluid #cartes .carte:hover:before,
body.page-id-783 .container-fluid #cartes .carte:hover:before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  height: 100%;
}
body.page-id-16 .container-fluid #cartes .carte:hover .sous-titre h2,
body.page-id-783 .container-fluid #cartes .carte:hover .sous-titre h2 {
  color: #fff;
}
body.page-id-16 .container-fluid #cartes .carte .titre-carte h1,
body.page-id-783 .container-fluid #cartes .carte .titre-carte h1 {
  font-family: 'Vidaloka', serif;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid #cartes .carte .titre-carte h1,
  body.page-id-783 .container-fluid #cartes .carte .titre-carte h1 {
    font-size: 2rem;
  }
}
body.page-id-16 .container-fluid #cartes .carte .sous-titre h2,
body.page-id-783 .container-fluid #cartes .carte .sous-titre h2 {
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 15;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid #cartes .carte .sous-titre h2,
  body.page-id-783 .container-fluid #cartes .carte .sous-titre h2 {
    font-size: 1.2rem;
  }
}
body.page-id-16 .container-fluid .btn-more,
body.page-id-783 .container-fluid .btn-more {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem 0;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-16 .container-fluid .btn-more,
  body.page-id-783 .container-fluid .btn-more {
    width: 80%;
    font-size: 1.5rem;
  }
}
body.page-id-16 .container-fluid .btn-more::after,
body.page-id-783 .container-fluid .btn-more::after {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-16 .container-fluid .btn-more::before,
body.page-id-783 .container-fluid .btn-more::before {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-16 .container-fluid .btn-more:hover,
body.page-id-783 .container-fluid .btn-more:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  color: #d09e44;
}
body.page-id-16 .container-fluid .btn-more:hover::before,
body.page-id-783 .container-fluid .btn-more:hover::before {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
body.page-id-16 .container-fluid .btn-more:hover::after,
body.page-id-783 .container-fluid .btn-more:hover::after {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
@media (max-width: 767.98px) {
  body.page-id-840 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
body.page-id-840 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid {
    padding: 0;
  }
}
body.page-id-840 .container-fluid .accueil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-840 .container-fluid .accueil {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid .accueil {
    height: 350px;
  }
}
body.page-id-840 .container-fluid .accueil::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
body.page-id-840 .container-fluid .accueil .accroche {
  position: absolute;
  color: #fff;
  left: 7rem;
  bottom: 3rem;
  font-family: 'Vidaloka', serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid .accueil .accroche {
    font-size: 1.2rem;
  }
}
body.page-id-840 .container-fluid .accueil .accroche::before {
  content: "";
  position: absolute;
  top: 1rem;
  background-color: #fff;
  left: -115px;
  height: 1px;
  width: 95px;
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid .accueil .accroche::before {
    left: -115px;
    top: .8rem;
  }
}
body.page-id-840 .container-fluid .accueil .accroche::after {
  content: "";
  position: absolute;
  top: 12px;
  background-color: #fff;
  left: -21px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid .accueil .accroche::after {
    top: 8px;
    left: -21px;
  }
}
body.page-id-840 .container-fluid #cartes .carte {
  padding: 3rem;
  text-decoration: none;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-840 .container-fluid #cartes .carte {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-840 .container-fluid #cartes .carte {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid #cartes .carte {
    padding: 1rem;
  }
}
body.page-id-840 .container-fluid #cartes .carte:nth-child(1) {
  background-color: #3d484e;
}
body.page-id-840 .container-fluid #cartes .carte:nth-child(1):before {
  background-color: #d09e44;
}
body.page-id-840 .container-fluid #cartes .carte:nth-child(1):hover .titre-carte h1 {
  color: #3d484e;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-840 .container-fluid #cartes .carte:nth-child(2) {
  background-color: #3d484e;
}
body.page-id-840 .container-fluid #cartes .carte:nth-child(2):before {
  background-color: #d09e44;
}
body.page-id-840 .container-fluid #cartes .carte:nth-child(2) .sous-titre h2 {
  color: #d09e44;
}
body.page-id-840 .container-fluid #cartes .carte:nth-child(2):hover .titre-carte h1 {
  color: #3d484e;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-840 .container-fluid #cartes .carte:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
  height: 0;
  z-index: 0;
}
body.page-id-840 .container-fluid #cartes .carte:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-840 .container-fluid #cartes .carte:hover:before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  height: 100%;
}
body.page-id-840 .container-fluid #cartes .carte:hover .sous-titre h2 {
  color: #fff;
}
body.page-id-840 .container-fluid #cartes .carte .titre-carte h1 {
  font-family: 'Vidaloka', serif;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid #cartes .carte .titre-carte h1 {
    font-size: 2rem;
  }
}
body.page-id-840 .container-fluid #cartes .carte .sous-titre h2 {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 15;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid #cartes .carte .sous-titre h2 {
    font-size: 1.2rem;
  }
}
body.page-id-840 .container-fluid .btn-more {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem 0;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-840 .container-fluid .btn-more {
    width: 80%;
    font-size: 1.5rem;
  }
}
body.page-id-840 .container-fluid .btn-more::after {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-840 .container-fluid .btn-more::before {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-840 .container-fluid .btn-more:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  color: #d09e44;
}
body.page-id-840 .container-fluid .btn-more:hover::before {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
body.page-id-840 .container-fluid .btn-more:hover::after {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
@media (max-width: 767.98px) {
  body.page-id-250 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
body.page-id-250 .container-fluid .accueil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  width: 100%;
  position: relative;
  margin-bottom: 8rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid .accueil {
    height: 600px;
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid .accueil {
    height: 550px;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid .accueil {
    height: 350px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid .accueil {
    height: 700px;
  }
}
body.page-id-250 .container-fluid .accueil::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
body.page-id-250 .container-fluid .accueil::after {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  background-image: url('../img/sesames.gif');
  width: 100%;
  height: 230px;
  bottom: -7rem;
  left: 0;
  z-index: 50;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid .accueil::after {
    height: 190px;
    bottom: -6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid .accueil::after {
    height: 160px;
    bottom: -4rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid .accueil::after {
    height: 100px;
    bottom: -4rem;
  }
}
body.page-id-250 .container-fluid .accueil .accroche {
  position: absolute;
  color: #fff;
  left: 7rem;
  bottom: 8rem;
  font-family: 'Vidaloka', serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid .accueil .accroche {
    right: 4rem;
    bottom: 3rem;
    font-size: 1.1rem;
  }
}
body.page-id-250 .container-fluid .accueil .accroche::before {
  content: "";
  position: absolute;
  top: 1rem;
  background-color: #fff;
  left: -115px;
  height: 1px;
  width: 95px;
}
body.page-id-250 .container-fluid .accueil .accroche::after {
  content: "";
  position: absolute;
  top: 12px;
  background-color: #fff;
  left: -21px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
body.page-id-250 .container-fluid #produits {
  padding: 2rem 5rem;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits {
    padding: 2rem 0;
  }
}
body.page-id-250 .container-fluid #produits .wrapper-titre {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .wrapper-titre {
    padding: 0 1rem;
  }
}
body.page-id-250 .container-fluid #produits .wrapper-titre .titre-main h1 {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.7rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .wrapper-titre .titre-main h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .wrapper-titre .titre-main h1 {
    font-size: 1.5rem;
  }
}
body.page-id-250 .container-fluid #produits .wrapper-titre .sous-titre-main h2 {
  font-family: 'Vidaloka', serif;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .wrapper-titre .sous-titre-main h2 {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .wrapper-titre .sous-titre-main h2 {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
body.page-id-250 .container-fluid #produits .produit-container {
  position: relative;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits {
  display: block;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button {
  border: none;
  outline: none;
  display: block;
  background-color: #cdae8a;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: .5rem;
  font-family: 'Unica One', cursive;
  font-weight: 300;
  font-size: 1.2rem;
  width: 350px;
  margin-bottom: 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button {
    width: 310px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button {
    width: 280px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button {
    width: 270px;
    font-size: 1.1rem;
    margin-bottom: .6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button {
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: .5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button {
    width: 100%;
    font-size: 1rem;
    margin-bottom: .5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button {
    width: 46%;
    font-size: .95rem;
    margin-bottom: .5rem;
    margin: 0 auto .5rem auto;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button::before,
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button::before,
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button::after {
    display: none;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button::before {
  background-image: url('../img/deco-btn-filtre-left.png');
  left: 0;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button::after {
  background-image: url('../img/deco-btn-filtre-right.png');
  right: 0;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #d09e44;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button:hover::before,
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button:hover::after {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button:hover::before {
  left: 1rem;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button:hover::after {
  right: 1rem;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button:last-child {
    margin-bottom: .5rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked {
  background-color: #d09e44;
  font-weight: 600;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::before,
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::after {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::before {
  left: 1rem;
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::before {
    left: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::before {
    left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::before {
    left: .5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::before {
    left: .5rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::after {
  right: 1rem;
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::after {
    right: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::after {
    right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::after {
    right: .5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .filters .ui-group .produits .button.is-checked::after {
    right: .5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit {
    margin-top: 1rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid {
  overflow: hidden;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix {
  margin-bottom: 6rem;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix {
    margin-bottom: 2.5rem;
    padding: 0 8px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix {
    padding: 0 4px;
    margin-bottom: 2.5rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item {
  border-bottom: solid 2px #3d484e;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 530px;
  width: 100%;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  overflow: hidden;
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
    height: 450px;
  }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
    height: 420px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
    height: 370px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
    height: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
    height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit {
    height: 320px;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .img-produit::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #d09e44;
  mix-blend-mode: multiply;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .nom-produit {
  font-family: 'Vidaloka', serif;
  font-size: 1.6rem;
  color: #3d484e;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 1rem;
  padding: 0 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .nom-produit {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .nom-produit {
    font-size: 1.3rem;
    padding: 0 1rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .nom-produit {
    font-size: 1.2rem;
    padding: 0 1rem;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .nom-produit {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .nom-produit {
    font-size: 1.1rem;
    padding: 0 .5rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .nom-produit {
    font-size: 1.1rem;
    padding: 0 .5rem;
    letter-spacing: 0;
    text-align: center;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  padding: 0 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1300px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit {
    font-size: 1rem;
    padding: 0 .5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit {
    font-size: 1.1rem;
    padding: 0 .5rem;
    letter-spacing: 0;
    text-align: center;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit::before {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: -1rem;
  background-color: #000;
  height: 3px;
  width: 20px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .marque-produit::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple,
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable {
  margin-top: 2rem;
  padding: 0 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable {
    padding: 0 .5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable {
    text-align: center;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple .inner,
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable .inner {
  padding-bottom: 1rem;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple .inner .prix,
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable .inner .prix {
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  padding-right: .3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple .inner .prix,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable .inner .prix {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple .inner .prix,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable .inner .prix {
    font-size: .95rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple .inner .infos-sup,
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable .inner .infos-sup {
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple .inner .infos-sup,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable .inner .infos-sup {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-simple .inner .infos-sup,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .prix-produit-variable .inner .infos-sup {
    font-size: .95rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img {
  position: absolute;
  bottom: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
  opacity: 0;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more {
  background-color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 300;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 1rem .5rem;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more {
    padding: .7rem .5rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more {
    padding: .6rem .5rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more {
    padding: .5rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more {
    padding: .5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more {
    padding: .5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #d09e44;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more::before,
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more::before {
  background-image: url('../img/deco-btn-produit-left.png');
  left: -60px;
  bottom: -20px;
  width: 35px;
  height: 35px;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more::after {
  background-image: url('../img/deco-btn-produit-right.png');
  width: 20px;
  height: 35px;
  top: -20px;
  right: -60px;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #d09e44;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more:hover::before,
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more:hover::after {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more:hover::before {
  left: -15px;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item .hover-img .more:hover::after {
  right: -15px;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .img-produit {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .img-produit::before {
  opacity: .7;
  width: 100%;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .nom-produit {
  padding: 0 1rem 0 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1300px) and (max-width: 1499.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .nom-produit {
    padding: 0 1rem 0 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .nom-produit {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .nom-produit {
    padding: 0 .6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .nom-produit {
    padding: 0 .5rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit {
  padding: 0 1rem 0 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1300px) and (max-width: 1499.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit {
    padding: 0 1rem 0 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit {
    padding: 0 .6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit {
    padding: 0 .5rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit::before {
  left: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 50px;
}
@media (min-width: 1300px) and (max-width: 1499.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit::before {
    left: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit::before {
    left: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit::before {
    left: .6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .marque-produit::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-simple,
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-variable {
  padding: 0 1rem 0 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1300px) and (max-width: 1499.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-simple,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-variable {
    padding: 0 1rem 0 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-simple,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-variable {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-simple,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-variable {
    padding: 0 .6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-simple,
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .prix-produit-variable {
    padding: 0 .5rem;
  }
}
body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .hover-img {
  bottom: -65px;
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .hover-img {
    bottom: -57px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .hover-img {
    bottom: -48px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .hover-img {
    bottom: -44px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .hover-img {
    bottom: -40px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .produit-container .listing-produit .grid .mix .produit-item:hover .hover-img {
    bottom: -42px;
  }
}
body.page-id-250 .container-fluid #produits .pagination {
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .pagination {
    margin-bottom: 1rem;
  }
}
body.page-id-250 .container-fluid #produits .pagination .prev {
  margin-right: 1rem;
}
body.page-id-250 .container-fluid #produits .pagination .prev::before {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: -4px;
  background-color: #d09e44;
  height: 40px;
  width: 2px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-250 .container-fluid #produits .pagination .next {
  margin-left: 1rem;
}
body.page-id-250 .container-fluid #produits .pagination .next::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: -4px;
  background-color: #d09e44;
  height: 40px;
  width: 2px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .pagination .next::before {
    height: 30px;
  }
}
body.page-id-250 .container-fluid #produits .pagination .page-numbers {
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-250 .container-fluid #produits .pagination .page-numbers {
    font-size: 1.1rem;
  }
}
body.page-id-250 .container-fluid #produits .pagination .page-numbers.current {
  color: #d09e44;
}
body.page-id-250 .container-fluid #produits .pagination .page-numbers:hover {
  color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #single-produits {
  position: relative;
  margin-top: 15rem;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits {
    margin-top: 9rem;
  }
}
body.single-nos_produits #single-produits::before {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  background-image: url('../img/sesames.gif');
  width: 100%;
  height: 200px;
  z-index: -1;
  top: -14rem;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #single-produits::before {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits::before {
    height: 100px;
    top: -8rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .wrapper-titre {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .wrapper-titre {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .wrapper-titre .titre-main h1 {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.7rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #single-produits .wrapper-all .wrapper-titre .titre-main h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .wrapper-titre .titre-main h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  body.single-nos_produits #single-produits .wrapper-all .wrapper-titre .titre-main h1 {
    font-size: 1.2rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .wrapper-titre .sous-titre-main h2 {
  font-family: 'Vidaloka', serif;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #single-produits .wrapper-all .wrapper-titre .sous-titre-main h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .wrapper-titre .sous-titre-main h2 {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
body.single-nos_produits #single-produits .wrapper-all #breadcrumb {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb {
    margin-bottom: 2rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all #breadcrumb .back-to-liste,
body.single-nos_produits #single-produits .wrapper-all #breadcrumb .separator,
body.single-nos_produits #single-produits .wrapper-all #breadcrumb .filtre,
body.single-nos_produits #single-produits .wrapper-all #breadcrumb .nom-produit {
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .back-to-liste,
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .separator,
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .filtre,
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .nom-produit {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .back-to-liste,
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .separator,
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .filtre,
  body.single-nos_produits #single-produits .wrapper-all #breadcrumb .nom-produit {
    font-size: .85rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all #breadcrumb .separator {
  margin: 0 .5rem;
}
body.single-nos_produits #single-produits .wrapper-all #breadcrumb .back-to-liste:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #3d484e;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider {
  position: relative;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider .stock {
  position: absolute;
  right: -12px;
  top: 2rem;
  background-color: #d09e44;
  color: #fff;
  z-index: 999;
  padding: .3rem .6rem;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider .stock {
    font-size: 1rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit {
  position: relative;
  padding-left: 0;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-stage-outer .owl-stage .owl-item .item {
  list-style-type: none;
  width: 100%;
  height: 36rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-stage-outer .owl-stage .owl-item .item {
    height: 32rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-stage-outer .owl-stage .owl-item .item {
    height: 24rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-prev {
  left: -20px;
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #3d484e;
  outline: none;
  border: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-prev {
    left: -15px;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-prev span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: 'Unica One', cursive;
  line-height: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-prev:hover {
  background-color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-prev:hover span {
  color: #3d484e;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-next {
  right: -20px;
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #3d484e;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: none;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-next {
    right: -15px;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-next span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: 'Unica One', cursive;
  line-height: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-next:hover {
  background-color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .slider #owl-produit .owl-nav .owl-next:hover span {
  color: #3d484e;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner {
  border-bottom: solid 2px #3d484e;
  margin-left: 3rem !important;
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner {
    margin-left: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner {
    margin-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner {
    margin-left: 0 !important;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .nom-produit {
  font-family: 'Vidaloka', serif;
  font-size: 2rem;
  color: #3d484e;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .nom-produit {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .nom-produit {
    font-size: 1.5rem;
    text-align: center;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .marque-produit {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .marque-produit {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .marque-produit {
    font-size: 1rem;
    text-align: center;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif::before,
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #000;
  height: 3px;
  width: 15px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif::before,
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif::after {
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif::before {
  top: -1rem;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif::after {
  bottom: -1rem;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif p {
  font-family: 'Vidaloka', serif;
  font-size: 1rem;
  color: #3d484e;
  font-weight: 200;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: justify;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif p {
    font-size: .95rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .descriptif p {
    font-size: .85rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple,
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable {
  margin-top: 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple,
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable {
    text-align: center;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner,
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner {
  border-bottom: none;
  padding-bottom: 0;
  margin-left: 0 !important;
  margin-bottom: 1rem;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner:last-child,
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner:last-child {
  margin-bottom: 0;
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner .contenance,
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner .contenance {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  padding-right: .3rem;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner .contenance,
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner .contenance {
    font-size: 1rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner .prix,
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner .prix {
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  padding-right: .3rem;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner .prix,
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner .prix {
    font-size: 1rem;
  }
}
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner .infos-sup,
body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner .infos-sup {
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-simple .inner .infos-sup,
  body.single-nos_produits #single-produits .wrapper-all .single-produit-container .informations-produit .inner .prix-produit-variable .inner .infos-sup {
    font-size: 1rem;
  }
}
body.single-nos_produits #infos-commande {
  margin-top: 5rem;
}
body.single-nos_produits #infos-commande .like-produit {
  margin-bottom: 5rem;
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem 0;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #infos-commande .like-produit {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #infos-commande .like-produit {
    width: 90%;
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 320px) {
  body.single-nos_produits #infos-commande .like-produit {
    font-size: 1.2rem;
  }
}
body.single-nos_produits #infos-commande .like-produit::after {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #infos-commande .like-produit::before {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #infos-commande .titre-form h1 {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.7rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #infos-commande .titre-form h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #infos-commande .titre-form h1 {
    font-size: 1.3rem;
  }
}
body.single-nos_produits #infos-commande .sous-titre-form h2 {
  font-family: 'Vidaloka', serif;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #infos-commande .sous-titre-form h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #infos-commande .sous-titre-form h2 {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
body.single-nos_produits #infos-commande .limite-stock h3 {
  font-family: 'Vidaloka', serif;
  font-size: 1.1rem;
  text-align: center;
  color: #3d484e;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #infos-commande .limite-stock h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_produits #infos-commande .limite-stock h3 {
    font-size: .85rem;
  }
}
body.single-nos_produits #infos-commande .formulaire {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont input,
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont textarea {
  padding: 0 .5rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 400;
  color: #000;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #f9f6f2;
  border: solid 1px #f9f6f2;
  font-family: 'Unica One', cursive;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont input:hover,
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont textarea:hover {
  border: solid 1px #cdae8a;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont ::placeholder {
  color: #3d484e;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont textarea {
  height: 180px;
  padding: .5rem;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .nf-field-container {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .nf-field-container {
    margin-bottom: 5px;
  }
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .nf-form-content {
  max-width: 100%;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont label {
  display: none;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .submit-wrap {
  text-align: center;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .submit-wrap input {
  color: #3d484e;
  background-color: #d09e44;
  padding: 0.2rem 2rem;
  font-size: 1.1rem;
  cursor: pointer;
  letter-spacing: 3px;
  font-weight: 300;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  border: none;
  width: auto;
  height: 45px !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media screen and (max-width: 576px) {
  body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .submit-wrap input {
    width: 100%;
  }
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .submit-wrap input:hover {
  background-color: #3d484e;
  color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .nf-form-fields-required {
  display: none;
}
body.single-nos_produits #infos-commande .formulaire #nf-form-2-cont .nf-error-msg {
  font-weight: 300;
  font-size: 12px;
  color: red;
}
@media (max-width: 767.98px) {
  body.page-id-17 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
body.page-id-17 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-17 .container-fluid {
    padding: 0;
  }
}
body.page-id-17 .container-fluid .accueil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-17 .container-fluid .accueil {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-17 .container-fluid .accueil {
    height: 350px;
  }
}
body.page-id-17 .container-fluid .accueil::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
body.page-id-17 .container-fluid .accueil .accroche {
  position: absolute;
  color: #fff;
  right: 7rem;
  bottom: 3rem;
  font-family: 'Vidaloka', serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: right;
}
@media (max-width: 767.98px) {
  body.page-id-17 .container-fluid .accueil .accroche {
    right: 4rem;
    bottom: 3rem;
    font-size: 1.2rem;
  }
}
body.page-id-17 .container-fluid .accueil .accroche::before {
  content: "";
  position: absolute;
  top: 1rem;
  background-color: #fff;
  right: -115px;
  height: 1px;
  width: 95px;
}
body.page-id-17 .container-fluid .accueil .accroche::after {
  content: "";
  position: absolute;
  top: 12px;
  background-color: #fff;
  right: -21px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
body.page-id-17 .container-fluid #galerie {
  margin-top: 3rem;
  max-width: 100%;
}
body.page-id-17 .container-fluid .btn-more {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem 0;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-17 .container-fluid .btn-more {
    width: 90%;
    font-size: 1.5rem;
  }
}
body.page-id-17 .container-fluid .btn-more::after {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-17 .container-fluid .btn-more::before {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-17 .container-fluid .btn-more:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  color: #d09e44;
}
body.page-id-17 .container-fluid .btn-more:hover::before {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
body.page-id-17 .container-fluid .btn-more:hover::after {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
@media (max-width: 767.98px) {
  body.page-id-202 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  body.page-id-202 #reserver a {
    background-color: #d09e44 !important;
    color: #000 !important;
  }
}
body.page-id-202 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid {
    padding: 0;
  }
}
body.page-id-202 .container-fluid #a-emporter {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid #a-emporter {
    margin-bottom: 0;
  }
}
body.page-id-202 .container-fluid #a-emporter .img-emporter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 800px;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-202 .container-fluid #a-emporter .img-emporter {
    height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-202 .container-fluid #a-emporter .img-emporter {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid #a-emporter .img-emporter {
    height: 350px;
    background-position: 50% 110%;
  }
}
body.page-id-202 .container-fluid #a-emporter .infos-carte {
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../img/sesames.gif');
  width: 100%;
  height: 800px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte {
    height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte {
    height: 350px;
  }
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
  padding: 3rem;
  text-decoration: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #3d484e;
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:before {
  background-color: #d09e44;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
  height: 0;
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
    padding: 1rem;
  }
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
  font-family: 'Vidaloka', serif;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
    font-size: 1.9rem;
  }
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .sous-titre h2 {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 15;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .sous-titre h2 {
    font-size: 1.2rem;
  }
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:hover:before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  height: 100%;
}
body.page-id-202 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:hover .sous-titre h2 {
  color: #fff;
}
body.page-id-202 .container-fluid .btn-carte {
  text-align: center;
  text-decoration: none;
}
body.page-id-202 .container-fluid .btn-carte .titre-btn h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem 0;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-202 .container-fluid .btn-carte .titre-btn h1 {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-202 .container-fluid .btn-carte .titre-btn h1 {
    font-size: 1.8rem;
  }
}
body.page-id-202 .container-fluid .btn-carte .titre-btn h1::after {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-202 .container-fluid .btn-carte .titre-btn h1::before {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-202 .container-fluid .btn-carte .titre-btn:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-202 .container-fluid .btn-carte .titre-btn:hover h1 {
  color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-202 .container-fluid .btn-carte .titre-btn:hover h1::before {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
body.page-id-202 .container-fluid .btn-carte .titre-btn:hover h1::after {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
@media (max-width: 767.98px) {
  body.page-id-846 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  body.page-id-846 #reserver a {
    background-color: #d09e44 !important;
    color: #000 !important;
  }
}
body.page-id-846 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid {
    padding: 0;
  }
}
body.page-id-846 .container-fluid #a-emporter {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid #a-emporter {
    margin-bottom: 0;
  }
}
body.page-id-846 .container-fluid #a-emporter .img-emporter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 800px;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-846 .container-fluid #a-emporter .img-emporter {
    height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-846 .container-fluid #a-emporter .img-emporter {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid #a-emporter .img-emporter {
    height: 350px;
    background-position: 50% 110%;
  }
}
body.page-id-846 .container-fluid #a-emporter .infos-carte {
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../img/sesames.gif');
  width: 100%;
  height: 800px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte {
    height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte {
    height: 350px;
  }
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
  padding: 3rem;
  text-decoration: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #3d484e;
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:before {
  background-color: #d09e44;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
  height: 0;
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter {
    padding: 1rem;
  }
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
  font-family: 'Vidaloka', serif;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1 {
    font-size: 1.9rem;
  }
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .titre-carte h1::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .sous-titre h2 {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 15;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter .sous-titre h2 {
    font-size: 1.2rem;
  }
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:hover:before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  height: 100%;
}
body.page-id-846 .container-fluid #a-emporter .infos-carte .btn-carte-emporter:hover .sous-titre h2 {
  color: #fff;
}
body.page-id-846 .container-fluid .btn-carte {
  text-align: center;
  text-decoration: none;
}
body.page-id-846 .container-fluid .btn-carte .titre-btn h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #3d484e;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  text-align: center;
  padding: .7rem 0;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-846 .container-fluid .btn-carte .titre-btn h1 {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-846 .container-fluid .btn-carte .titre-btn h1 {
    font-size: 1.8rem;
  }
}
body.page-id-846 .container-fluid .btn-carte .titre-btn h1::after {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-846 .container-fluid .btn-carte .titre-btn h1::before {
  position: absolute;
  content: "";
  background-color: #3d484e;
  width: 100%;
  height: 2px;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-846 .container-fluid .btn-carte .titre-btn:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-846 .container-fluid .btn-carte .titre-btn:hover h1 {
  color: #d09e44;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-846 .container-fluid .btn-carte .titre-btn:hover h1::before {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
body.page-id-846 .container-fluid .btn-carte .titre-btn:hover h1::after {
  background-color: #d09e44;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 0;
}
@media (max-width: 767.98px) {
  body.page-id-18 .btn-home {
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  body.page-id-18 #reserver a {
    background-color: #d09e44 !important;
    color: #000 !important;
  }
}
body.page-id-18 .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid {
    padding: 0;
  }
}
body.page-id-18 .container-fluid #contact {
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact {
    margin-bottom: 0;
  }
}
body.page-id-18 .container-fluid #contact .img-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 800px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-18 .container-fluid #contact .img-contact {
    height: 640px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .img-contact {
    height: 350px;
  }
}
body.page-id-18 .container-fluid #contact .img-contact::before {
  content: "";
  position: absolute;
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  background-image: url('../img/sesames.gif');
  width: 240px;
  height: 100%;
  top: 0;
  right: -7rem;
  z-index: 50;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-18 .container-fluid #contact .img-contact::before {
    width: 100px;
    right: -4rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .img-contact::before {
    display: none;
  }
}
body.page-id-18 .container-fluid #contact .infos-contact {
  background-color: #000;
  padding-left: 10rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact {
    padding-left: 6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact {
    padding-left: 1rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires {
  margin-bottom: 2rem;
  position: relative;
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires::before {
  content: "";
  position: absolute;
  background-color: #d09e44;
  height: 2px;
  width: 40px;
  left: -1rem;
  bottom: -1rem;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact .horaires::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner .jour {
  color: #d09e44;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: inline-block;
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner .heure {
  font-family: 'EB Garamond', serif;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  opacity: .9;
  margin-left: 0;
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner .separator {
  position: relative;
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner .separator::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 30px;
  left: 0;
  bottom: -60px;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner .separator::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner .title-horaire {
  color: #fff;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  font-size: 1.1rem;
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner:nth-child(2) .jour,
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner:last-child .jour {
  margin-top: 1rem;
}
body.page-id-18 .container-fluid #contact .infos-contact .horaires .inner:last-child .separator:before {
  display: none;
}
body.page-id-18 .container-fluid #contact .infos-contact .coordonner {
  width: 40%;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact .coordonner {
    width: 100%;
  }
}
body.page-id-18 .container-fluid #contact .infos-contact .coordonner::before {
  content: "";
  position: absolute;
  background-color: #d09e44;
  height: 2px;
  width: 40px;
  left: -1rem;
  bottom: -1rem;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact .coordonner::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact .coordonner {
    text-align: center !important;
  }
}
body.page-id-18 .container-fluid #contact .infos-contact .coordonner a {
  color: #fff;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 .container-fluid #contact .infos-contact .coordonner a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #d09e44;
}
body.page-id-18 .container-fluid #contact .infos-contact .info-wrapper {
  margin-bottom: .3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact .info-wrapper {
    text-align: center !important;
  }
}
body.page-id-18 .container-fluid #contact .infos-contact .info-wrapper a {
  font-family: 'EB Garamond', serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 .container-fluid #contact .infos-contact .info-wrapper a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #d09e44;
}
body.page-id-18 .container-fluid #contact .infos-contact .reseau {
  margin-top: 2rem;
  position: relative;
}
body.page-id-18 .container-fluid #contact .infos-contact .reseau::before {
  content: "";
  position: absolute;
  background-color: #d09e44;
  height: 2px;
  width: 40px;
  left: -1rem;
  top: -1rem;
}
@media (max-width: 767.98px) {
  body.page-id-18 .container-fluid #contact .infos-contact .reseau::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-id-18 .container-fluid #contact .infos-contact .reseau a {
  background-color: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 .container-fluid #contact .infos-contact .reseau a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #d09e44;
}
body.page-id-18 .container-fluid #contact .infos-contact .reseau a:first-child {
  margin-left: 0 !important;
}
body.page-id-18 .container-fluid #contact .infos-contact .reseau a i {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body.page-id-18 footer .footer-top {
  display: none;
}
body.page-id-18 footer .footer-bottom {
  display: none;
}
footer {
  background-color: #d09e44;
  overflow-x: hidden;
}
footer .fa-facebook-f:before {
  content: "\f39e" !important;
}
footer .footer-top {
  padding: 3.5rem 0;
}
@media (max-width: 767.98px) {
  footer .footer-top {
    padding: 3.5rem 0 7rem 0;
  }
}
footer .footer-top .logo-footer img {
  max-width: 32%;
}
@media (max-width: 767.98px) {
  footer .footer-top .logo-footer img {
    max-width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  footer .footer-top .logo-footer img {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-top .logo-footer img {
    max-width: 85%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top .logo-footer {
    text-align: center !important;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top .infos-contact .coordonner {
    text-align: center !important;
  }
}
footer .footer-top .infos-contact .coordonner a {
  color: #fff;
  font-family: 'Unica One', cursive;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .infos-contact .coordonner a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #000;
}
footer .footer-top .infos-contact .info-wrapper {
  margin-bottom: .3rem;
}
@media (max-width: 767.98px) {
  footer .footer-top .infos-contact .info-wrapper {
    text-align: center !important;
  }
}
footer .footer-top .infos-contact .info-wrapper a {
  font-family: 'EB Garamond', serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .infos-contact .info-wrapper a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #000;
}
footer .footer-top .infos-contact .reseau a {
  background-color: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .infos-contact .reseau a:first-child {
  margin-left: 0 !important;
}
footer .footer-top .infos-contact .reseau a i {
  color: #d09e44;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer .footer-top .infos-contact .reseau a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #000;
}
footer .footer-bottom {
  background-color: #000;
  padding: .5rem 0;
  display: none;
}
@media (max-width: 767.98px) {
  footer .footer-bottom {
    display: none;
  }
}
footer .footer-bottom a img {
  max-width: 6%;
}
@media (max-width: 767.98px) {
  footer .footer-bottom a img {
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-bottom a img {
    max-width: 12%;
  }
}
footer .footer-bottom-lien {
  padding: .5rem 0;
}
footer .footer-bottom-lien a {
  color: #fff;
  font-weight: 300;
  font-size: .75rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
footer .footer-bottom-lien a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #000;
}
footer .footer-bottom-lien .separator {
  color: #fff;
  margin: 0 1rem;
}
@font-face {
  font-family: 'Avenir Next Condensed Ultra';
  src: url('../fonts/AvenirNextCondensed-UltraLight.eot');
  src: url('../fonts/AvenirNextCondensed-UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-UltraLight.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-UltraLight.woff') format('woff'), url('../fonts/AvenirNextCondensed-UltraLight.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-UltraLight.svg#AvenirNextCondensed-UltraLight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Regular.eot');
  src: url('../fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Regular.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Regular.woff') format('woff'), url('../fonts/AvenirNextCondensed-Regular.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed Demi';
  src: url('../fonts/AvenirNextCondensed-DemiBold.eot');
  src: url('../fonts/AvenirNextCondensed-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-DemiBold.woff') format('woff'), url('../fonts/AvenirNextCondensed-DemiBold.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-DemiBold.svg#AvenirNextCondensed-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Heavy.eot');
  src: url('../fonts/AvenirNextCondensed-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Heavy.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Heavy.woff') format('woff'), url('../fonts/AvenirNextCondensed-Heavy.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Heavy.svg#AvenirNextCondensed-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Medium.eot');
  src: url('../fonts/AvenirNextCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Medium.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Medium.woff') format('woff'), url('../fonts/AvenirNextCondensed-Medium.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Medium.svg#AvenirNextCondensed-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Bold.eot');
  src: url('../fonts/AvenirNextCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Bold.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Bold.woff') format('woff'), url('../fonts/AvenirNextCondensed-Bold.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
