/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * Converts a value to vw;
 * @function rvw
 * @sinc 1.0.0
 */
/**
 * Convenience method to output a calc css property that adds 2 numbers.
 * @function calc-add
 * @sinc 1.0.0
 */
/**
 * Convenience method to output a calc css property that substracts 2 numbers.
 * @function calc-add
 * @sinc 1.0.0
 */
/**
 * Convenience method to output a calc css property that multiplies 2 numbers.
 * @function calc-add
 * @sinc 1.0.0
 */
/**
 * Convenience method to output a calc a relative vw value.
 * @function calc-rvw
 * @sinc 1.0.0
 */
/**
 * Converts a photoshop tracking value to letter-spacing value.
 * @function tracking
 * @sinc 1.0.0
 */
/**
 * Indicates whether the number is a valig length;
 * @function is-valid-length
 * @since 1.0.0
 */
/**
 * Removes unit from value.
 * @function strip-unit
 * @since 1.0.0
 */
/**
 * Replaces a string.
 * @function replace
 * @since 1.0.0
 */
/**
 * Parses rvw units.
 * @function replace
 * @since 1.0.0
 */
/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * @mixin flexbox
 * @since 1.0.0
 */
/**
 * @mixin inline-flex
 * @since 1.0.0
 */
/**
 * @mixin flex-direction
 * @since 1.0.0
 */
/**
 * @mixin flex-wrap
 * @since 1.0.0
 */
/**
 * @mixin flex-flow
 * @since 1.0.0
 */
/**
 * @mixin order
 * @since 1.0.0
 */
/**
 * @mixin flex-grow
 * @since 1.0.0
 */
/**
 * @mixin flex-shrink
 * @since 1.0.0
 */
/**
 * @mixin flex-basis
 * @since 1.0.0
 */
/**
 * @mixin flex
 * @since 1.0.0
 */
/**
 * @mixin justify-content
 * @since 1.0.0
 */
/**
 * @mixin align-items
 * @since 1.0.0
 */
/**
 * @mixin align-self
 * @since 1.0.0
 */
/**
 * @mixin align-content
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-box-inline
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @function breakpoint-next
 * @since 1.0.0
 */
/**
 * @function breakpoint-min
 * @since 1.0.0
 */
/**
 * @function breakpoint-max
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-between
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-only
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @sinc 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @sinc 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @sinc 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @sinc 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @sinc 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row-media
 * @since 1.0.0
 */
/**
 * Positions an element.
 * @mixin position
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Sets the text antialias;
 * @mixin text-antialias
 * @since 1.0.0
 */
/**
 * Convenience mixin to support special writing direction.
 * @function text-dir
 * @sinc 1.0.0
 */
/**
 * @function text-dir-ttb
 * @sinc 1.0.0
 * @hidden
 */
/**
 * Convenience mixin to support special writing direction.
 * @function text-dir-btt
 * @sinc 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @sinc 1.0.0
 */
/**
 * @function next-block-offset
 * @sinc 1.0.0
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
/* ==========================================================================
   Menu Block - Tabs Layout
   ========================================================================== */

.b-menu {
  position: relative;
  z-index: 50;
  margin-top: calc(30px + 60 * ((100vw - 375px) / 1545));
  margin-bottom: calc(30px + 60 * ((100vw - 375px) / 1545));
  padding-top: 0px;
  padding-bottom: 128px;
}
.b-menu.style-clear {
  margin-top: 0px;
  margin-bottom: 0px;
}
.b-menu.style-red, .b-menu.style-gray, .b-menu.style-green, .b-menu.style-brown, .b-menu.style-black, .b-menu.style-white {
  position: relative;
  z-index: 50;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: calc(30px + 60 * ((100vw - 375px) / 1545));
  padding-bottom: calc(30px + 60 * ((100vw - 375px) / 1545));
}
.b-menu.style-red.style-clear, .b-menu.style-gray.style-clear, .b-menu.style-green.style-clear, .b-menu.style-brown.style-clear, .b-menu.style-black.style-clear, .b-menu.style-white.style-clear {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* ==========================================================================
   Tabs Navigation
   ========================================================================== */

.b-menu-tabs {
  margin-bottom: 22px;
  position: sticky;
  top: var(--header-height, 70px);
  z-index: 90;
  background: transparent;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
.b-menu-tabs.is-stuck {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.b-menu-tabs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

/* Mobile collapsible container for the tabs */
.b-menu-tabs-toggle {
  display: none;
}
@media (max-width: 767px) {
  .b-menu-tabs-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 24px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    font-family: "Lora", serif;
    font-size: calc(18px + 4 * ((100vw - 375px) / 1545));
    font-weight: 400;
    color: #b19571;
    text-align: left;
  }
  .b-menu-tabs-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-left: 12px;
    color: #b29671;
    transition: transform 0.3s ease;
  }
  .b-menu-tabs--open .b-menu-tabs-toggle {
    background: #b29671;
    color: #ffffff;
  }
  .b-menu-tabs--open .b-menu-tabs-toggle-icon {
    color: #ffffff;
    transform: rotate(180deg);
  }
  .b-menu-tabs-list {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    max-height: 81vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .b-menu-tabs--open .b-menu-tabs-list {
    display: flex;
    flex-wrap: nowrap;
  }
}

.b-menu-tab {
  position: relative;
  flex: 1 1 0;
}

.b-menu-tab-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 24px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  font-family: "Lora", serif;
  font-size: calc(18px + 4 * ((100vw - 375px) / 1545));
  font-weight: 400;
  color: #b19571;
  text-align: left;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.b-menu-tab-button:hover {
  background: #b29671;
  color: white;
}
.b-menu-tab--open .b-menu-tab-button {
  background: #b29671;
  color: white;
}

.b-menu-tab-label {
  flex: 1;
}

.b-menu-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-left: 12px;
  color: #b29671;
  transition: transform 0.3s ease;
}
.b-menu-tab--open .b-menu-tab-icon {
  transform: rotate(180deg);
}
.b-menu-tab--open .b-menu-tab-icon, .b-menu-tab:hover .b-menu-tab-icon {
  color: #ffffff;
}

/* Dropdown */
.b-menu-tab-dropdown {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  background: #fff;
  /*border-radius: 0 0 8px 8px;*/
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 20px 24px;
  border: 1px solid #b29671;
  z-index: 70;
}
.b-menu-tab--open .b-menu-tab-dropdown {
  display: block;
}

@media (max-width: 767px) {
  .b-menu-tab {
    flex: 0 0 auto;
    min-height: 0;
  }
  .b-menu-tab-dropdown {
    position: static;
    box-shadow: none;
    border: none;
    padding: 12px 16px 16px;
  }
}

.b-menu-tab-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b-menu-tab-dropdown li {
  margin: 0;
  padding: 4px 0;
}

.b-menu-tab-dropdown li a {
  color: #003a46;
  font-size: calc(15px + 2 * ((100vw - 375px) / 1545));
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 0;
}
.b-menu-tab-dropdown li a:hover {
  color: #b19571;
}
.b-menu-tab-dropdown li a.b-menu-link--active {
  font-weight: 600;
  /*text-decoration: underline;*/
  /*text-underline-offset: 3px;*/
  color: var(--wp--preset--color--red);
}

/* Dropdown with categories (Boire tab) */
.b-menu-tab-dropdown-category:not(:first-child) {
  margin-top: 12px;
}

.b-menu-tab-dropdown-category-title {
  color: #b19571;
  font-size: calc(13px + 1 * ((100vw - 375px) / 1545));
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 4px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #eeebe7;
}

/* ==========================================================================
   PDF Links
   ========================================================================== */

.b-menu-pdf-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.b-menu-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--wp--preset--color--red, #8b1a1a);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: calc(14px + 2 * ((100vw - 375px) / 1545));
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.b-menu-pdf-link:hover {
  background: #6a1414;
  color: #fff;
  transform: translateY(-1px);
}
.b-menu-pdf-link svg {
  flex-shrink: 0;
}

/* ==========================================================================
   Content Area (full width now)
   ========================================================================== */

.b-menu-content {
  position: relative;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  transition-property: opacity, transform;
  transition-duration: 1250ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(calc(-45px + -15 * ((100vw - 375px) / 1545)));
}
.ready .visible-on-screen .b-menu-content {
  opacity: 1;
  transform: none;
}

.b-menu-body {
  background: #ffffff;
  padding: 0px;
  width: 100%;
}

.b-menu-link.b-menu-link--active {
  font-weight: 600;
}

.b-menu-page {
  position: relative;
  display: block;
}
.b-menu-page:not(:last-child) {
  margin-bottom: 40px;
}

.b-menu-page-head {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  min-height: 200px;
}
@media (max-width: 767px) {
  .b-menu-page-head {
    flex-direction: column;
    min-height: auto;
  }
}

.b-menu-page-head-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: var(--wp--preset--color--red);
  padding: 30px;
  width: 33.333%;
  flex-shrink: 0;
  min-height: 310px;
}
@media (max-width: 767px) {
  .b-menu-page-head-title {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
}
.b-menu-page-head-title h2 {
  color: #fff;
  font-size: calc(26px + 10 * ((100vw - 375px) / 1545));
  font-weight: 600;
  margin: 0;
  padding: 0;
  border: none;
}

.b-menu-page-head-image {
  position: relative;
  width: 66.666%;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-menu-page-head-image {
    width: 100%;
    padding-bottom: 50%;
  }
}
.b-menu-page-head-image img,
.b-menu-page-head-image picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-menu-page-head-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-menu-page-head-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-menu-page-body {
  position: relative;
  color: #000;
  padding: calc(30px + 30 * ((100vw - 375px) / 1545));
}
.b-menu-page-body h2 {
  border-bottom: 0.0520833333vw solid #b19571;
  color: #b19571;
  font-size: calc(26px + 4 * ((100vw - 375px) / 1545));
  font-weight: 600;
  margin: 0px;
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
  padding: 0px;
  padding-bottom: calc(10px + 5 * ((100vw - 375px) / 1545));
}

.b-menu-page-description {
  margin: 0px;
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.b-menu-page-items {
  padding: 0px;
  padding-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.b-menu-page-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
}
.b-menu-page-item.b-menu-page-item--group {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.b-menu-page-item:not(:last-child) {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.b-menu-page-item-head {
  flex: 0 1 auto;
  padding: 0;
}

/* Dotted leader between item name and price */
.b-menu-page-item:not(.b-menu-page-item--group) {
  position: relative;
  flex-wrap: wrap;
  transition: 0.2s all ease-in-out;
}

.b-menu-page-item:not(.b-menu-page-item--group):hover {
  color: var(--wp--preset--color--red);
}

.b-menu-page-item:not(.b-menu-page-item--group) .b-menu-page-item-head {
  display: contents;
}

.b-menu-page-item:not(.b-menu-page-item--group) .b-menu-page-item-heading {
  order: 1;
  flex: 0 1 auto;
}

.b-menu-page-item:not(.b-menu-page-item--group)::before {
  content: "";
  order: 2;
  flex: 1 1 auto;
  border-bottom: 2px dotted #ccc;
  min-width: 20px;
  margin: 0 8px;
  align-self: flex-start;
  margin-top: 15px;
}

.b-menu-page-item:not(.b-menu-page-item--group) .b-menu-page-item-body {
  order: 3;
  flex-shrink: 0;
}

.b-menu-page-item:not(.b-menu-page-item--group) .b-menu-page-item-content {
  order: 4;
  flex-basis: 100%;
}

.b-menu-page-item-heading:not(:last-child) {
  margin-bottom: calc(5px + 0 * ((100vw - 375px) / 1545));
}
.b-menu-page-item-heading h3 {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: calc(20px + 4 * ((100vw - 375px) / 1545));
}

.b-menu-page-item-content {
  font-size: calc(18px + 2 * ((100vw - 375px) / 1545));
}
.b-menu-page-item-content strong {
  font-weight: normal;
  font-style: normal;
  color: #c81d1f;
}

.b-menu-page-item-price .money {
  font-weight: 500;
}

.b-menu-page-item-price-multi {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: -0.2604166667vw;
  margin-right: -0.2604166667vw;
}

.b-menu-page-item-price-multi-price {
  margin-left: calc(5px + 0 * ((100vw - 375px) / 1545));
  margin-right: calc(5px + 0 * ((100vw - 375px) / 1545));
}

.b-menu-page-item-price-multi-label {
  color: #b19571;
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: calc(14px + 0 * ((100vw - 375px) / 1545));
  text-align: center;
}

.b-menu-page-group-head {
  margin: 0px;
  margin-bottom: calc(15px + 15 * ((100vw - 375px) / 1545));
}

.b-menu-page-group-heading:not(:last-child) {
  margin-bottom: calc(10px + 5 * ((100vw - 375px) / 1545));
}
.b-menu-page-group-heading h2 {
  color: #000;
  font-size: calc(20px + 6 * ((100vw - 375px) / 1545));
  border: none;
  padding: 0px;
  text-transform: uppercase;
}

.b-menu-page-group-content {
  color: #b19571;
}

.b-menu-page-group-selection-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.b-menu-page-group-selection-item:not(:last-child) {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.b-menu-page-group-selection-item-head {
  flex: 1 1 auto;
  padding: 0px;
  padding-right: calc(10px + 5 * ((100vw - 375px) / 1545));
}

.b-menu-page-group-selection-item-heading h3 {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: calc(20px + 4 * ((100vw - 375px) / 1545));
}

.b-menu-page-group-selection-item-content {
  font-size: calc(18px + 2 * ((100vw - 375px) / 1545));
}
.b-menu-page-group-selection-item-content strong {
  font-weight: normal;
  font-style: normal;
  color: #c81d1f;
}

.b-menu-page-group-selection-item-price .money {
  font-weight: 500;
}