/*

font-family:'Helvetica W04';
300 / 400 / 700

*/

/* ================ THEME DE BASE ======================= */

h1,
h2,
h3,
p {
  font-family: 'Inter', Arial, sans-serif;
}

p {
  font-size: 16px;
  font-weight: 300;
}

strong,
b {
  font-weight: 700;
}

.text-small {
  font-size: 12px;
}

.text-grey {
  color: #9fa5b4;
}

.category-title-wrapper {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  margin-bottom: 4rem;
  background: #ffffff;
}

.social-links i {
  color: #c1bebe;
}

.social-links {
  color: #c1bebe;
  max-width: 400px;
  padding: 10px;
  margin: auto;
  width: fit-content;
  border-radius: 70px;
}

.btn {
  --bs-btn-padding-y: 0.6rem;
  --bs-btn-padding-x: 2rem;
  border-radius: 30px;
  font-weight: 600;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b9bdc2;
  --bs-btn-border-color: #b9bdc2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #454545;
  --bs-btn-hover-border-color: #454545;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #454545;
  --bs-btn-active-border-color: #454545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b9bdc2;
  --bs-btn-disabled-border-color: #454545;
}

.btn-outline-secondary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b9bdc2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b9bdc2;
  --bs-gradient: none;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2e2e2e;
  --bs-btn-border-color: #2e2e2e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2e2e2e;
  --bs-btn-disabled-border-color: #2e2e2e;
}

.icon_cta {
  display: inline-flex;
  flex-direction: column;
  width: 108px;
}

.btn.btn-primary.icon,
.btn.btn-secondary.icon {
  --bs-btn-padding-x: 0.9rem;
  --bs-btn-padding-y: 0.9rem;
  --bs-btn-font-size: 0.8rem;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 11px;
}

/* ================ THEME DE BASE ======================= */

.body {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #2e2e2e;
}

.gallery img {
  border-radius: 8px;
}

.bg-dark {
  background-color: #2d2f31 !important;
}

.brand-phone {
  font-weight: 700;
  text-decoration: none;
}

.brand-desc {
  font-size: 16px;
  max-width: 800px;
  margin: auto;
}

.payment-title {
  font-size: 11px;
  text-transform: uppercase;
}

.article-desc {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
}

.article-price {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}

.allergene-link {
  font-weight: 300;
  font-size: 13px;
  cursor: help;
  width: -moz-available;
  min-width: 130px;
}

.flag {
  font-weight: 400;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 6px;
  margin: 2px;
}

.allergene-link::before {
  content: url("../images/info-bulle-LSWJt_N.svg");
}

body.dark-mode .allergene-link::before {
  content: url("../images/info-bulle-white-r6Bhak5.svg");
}

.popover-body {
  font-weight: 300;
  color: #2e2e2e;
}

.swiper-pagination-bullet-active {
  background: var(--bs-primary) !important;
}

.col-form-label,
.form-label {
  color: #2e2e2e;
}

/* ================ VARIABLES DES THEMES ======================= */

.home-title {
  font-weight: 300;
}

.brand-title {
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 4px;
}

.slogan-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.menu-title {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 12px;
}

.category-title {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.subcategory-title {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 300;
  font-size: 27px;
}

.article-title {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}

/* ================ VARIABLES DARK MMODE ======================= */

body.dark-mode {
  background: #2d2f31;
  color: #fff;
}

body.dark-mode .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4) !important;
}

body.dark-mode .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}

body.dark-mode .swiper-pagination-bullet {
  background: #101010;
  opacity: 1;
}

body.dark-mode .social-links {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}

body.dark-mode .category-title-wrapper {
  background: #2d2f31;
}

body.dark-mode .bg-dark {
  background-color: #2d2f31 !important;
}

body.dark-mode .footer {
  background-color: #2d2f31 !important;
}

body.dark-mode .col-form-label,
body.dark-mode .form-label {
  color: #fff;
}

body.dark-mode .form-control,
body.dark-mode .form-select {
  background-color: #1f2122;
  padding: 0.6rem 0.75rem;
  color: #bcbcbc;
  border: 1px solid #585c60;
}

body.establishment-reservation.dark-mode .card {
  background: #2d2f31;
}

body.establishment-reservation.dark-mode .form-check-label[for='reservation_rgpd'] {
  color: #fff;
}

/* ================ HEADER ======================= */

.header {
  height: 380px;
  background-size: cover !important;
  background-position: bottom center !important;
}

.header .logo {
  width: 160px;
  height: 160px;
  margin-top: 250px;
  transition: all 0.3s ease;
}

.navbar-toggler {
  border: none;
  height: 44px;
}

.navbar > .container-fluid {
  align-items: right;
  display: flex;
  flex-wrap: inherit;
  justify-content: end;
}

.header-mini {
  height: 180px;
  background-size: cover !important;
  background-position: center center !important;
}

.header-mini .logo {
  width: 120px;
  height: 120px;
  transition: all 0.3s ease;
  top: 70px;
  z-index: 1000;
}

@media only screen and (min-width: 992px) {
  .header .logo {
    width: 180px;
    height: 180px;
    margin-top: 330px;
  }

  .header {
    height: 480px;
    background-size: cover !important;
    background-position: center center !important;
  }

  .header-mini {
    height: 280px;
  }

  .header-mini .logo {
    width: 180px;
    height: 180px;
    top: 105px;
  }
}

/* ================ NAV ======================= */

.navbar {
  position: sticky;
  float: right;
  right: 0;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 3000;
}

body.establishment-menu .navbar {
  position: absolute;
}

.nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.dropdown-item {
  color: #ccc;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 0 10px 10px;
}

.dropdown-menu {
  --bs-dropdown-bg: transparent;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-padding-y: 0;
}

.nav-item {
  border-bottom: 1px solid #575757;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-close {
  background: url("../images/close-RdOt4A4.svg");
  background-repeat: no-repeat;
  border-radius: 0;
  height: 20px;
  width: 20px;
  background-position: center center !important;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0 !important;
  padding: 10px;
}

.offcanvas.offcanvas-end {
  border-left: none;
}

.swap {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 122px;
  background: url("../images/swap-Imti4SM.gif");
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

.dark-mode .swap {
  background: url("../images/swap-dark-SjD5zDd.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.establishment-menu h1 {
  margin: 0;
  padding: 0;
}

/* ================ FOOTER ======================= */

.swiper,
.swiper-container {
  overflow: clip;
}

.subnav {
  background: transparent;
}

.menu-list {
}

.footer-wrapper {
  display: block;
  margin-top: 50px;
}

body.establishment-index .footer-wrapper {
  margin-top: 0;
}

.footer {
  background-color: #2d2f31 !important;
}

.signature p {
  color: #b9bdc2 !important;
  font-size: 10px;
  line-height: 13px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

a.signature {
  font-size: 11px;
  text-transform: uppercase;
}

.floating-contact {
  background: rgba(45, 47, 49, 0.9);
}

.modal {
  --bs-modal-zindex: 5000;
}

/* ================ VIDEO ======================= */

.plyr__video-wrapper {
  border-radius: 7px;
}

/* ================ MAP ======================= */

@media only screen and (max-width: 991px) {
  .ratio-16x9 {
    --bs-aspect-ratio: 60% !important;
  }
}

@media only screen and (min-width: 992px) {
  .ratio-16x9 {
    --bs-aspect-ratio: 25% !important;
  }
}

.map {
  height: 100%;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

/* ================ MODALE ZOOM ======================= */

.lg-toolbar {
  padding-right: 90px;
}

/* ================ AVIS ======================= */

:root {
  --star-size: 30px;
  --star-color: grey;
  --star-background: #fc0;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);

  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ================ SWIPER MENU ======================= */

.swiper-button-next,
.swiper-button-prev {
  top: 38px !important;
}

.swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: unset !important;
  left: 0 !important;
  top: 94px !important;
  width: 100% !important;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: url("../images/prev-chevron-8CacUrL.svg") !important;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: url("../images/next-chevron-ziUhLTc.svg") !important;
}

.swiper-wrapper {
  padding-bottom: 75px !important;
}

@media only screen and (min-width: 992px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 80px !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: auto !important;
    right: 80px !important;
  }
}

@media only screen and (max-width: 991px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: auto !important;
    right: 10px !important;
  }
}

.col-form-label.required::after,
.form-label.required::after {
  color: #bdbdbd;
  content: '*';
  margin-left: 2px;
}

#contact_form_phoneNumber_country {
  max-width: 160px;
  font-size: 13px;
}

legend {
  padding: 0;
  margin-bottom: 0 !important;
}

.form-label,
.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.4rem !important;
  font-weight: 700;
  font-size: 13px;
  color: #505050;
}

.form-control {
  padding: 0.6rem 0.75rem;
  color: #505050;
  border: 1px solid #dbdbdb;
}

.form-select {
  padding: 0.6rem 0.75rem;
}

.form-text {
  font-size: 0.8em;
  margin-top: 0;
  line-height: 1.1rem;
}

textarea.form-control {
  min-height: calc(7.5em + 0.75rem + 2px);
}

.grecaptcha-badge {
  display: none;
}

.prefooter,
.prefooter svg rect,
.navbar-toggler svg rect,
.establishment-menu .flag,
.flag {
  color: var(--app-btn-color) !important;
  fill: var(--app-btn-color) !important;
}

/* ================ RESERVATION ======================= */

body.establishment-reservation .card {
  border: none;
  padding: 2rem;
  background: #fff;
}

body.establishment-reservation .card .card-header {
  background: #fff;
}

form[name='reservation'] .btn-outline-primary {
  border: 1px solid #ffffff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px;
}

#reservation_phoneNumber_country {
  font-size: 12px;
  max-width: 120px;
}

form[name='reservation'] .col-form-label.required::after,
form[name='reservation'] .form-label.required::after {
  color: #fff;
  content: '';
  margin-left: 2px;
}

.alert.back-alert {
  display: none !important;
}

.alert {
  font-size: 0.8rem;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #c8c8c8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.25);
}

.form-select:focus {
  border-color: #c8c8c8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.25);
}

.form-check-input:focus {
  border-color: #c8c8c8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.25);
}

.form-check-label[for='reservation_rgpd'] {
  font-size: 0.85rem;
}
