/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[30px\] {
  height: 30px;
}

.h-full {
  height: 100%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-\[400px\] {
  width: 400px;
}

.w-full {
  width: 100%;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.min-w-\[350px\] {
  min-width: 350px;
}

.min-w-\[50px\] {
  min-width: 50px;
}

.grow {
  flex-grow: 1;
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(254 151 97 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-3 {
  padding: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tm-filters .facetwp-icon:before {
  height: 30px;
  background-position: 5px 8px;
  background-size: 20px 20px;
}

.tm-filters .facetwp-facet {
  margin-bottom: 0px;
}

.facetwp-facet-proximity {
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .facetwp-facet-proximity {
    display: flex;
  }
}

.facetwp-facet-proximity {
  .facetwp-location {
    min-width: 100px;
  }
  .facetwp-radius {
    min-width: 50px;
  }
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }
}

/* VERSION 2.0.0 */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Variable.woff2")
    format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

#restaurant-toolbar {
  padding-bottom: 1.31rem;
  display: flex;
  gap: 1.17rem;
}

#restaurant-toolbar input[type="text"],
#localiteSearch {
  margin-bottom: 0 !important;
  gap: 0.5rem !important;
  padding: 1.27rem 1.11rem 1.27rem 2.45rem !important;
  border: none !important;
  border-radius: 1.11rem !important;
  background: #f9f9f9 !important;
}

#top .search-input {
  width: 100%;
  position: relative;
  font:
    normal 600 clamp(0.7rem, 2vw, 0.88889rem) / 1.4 "Satoshi",
    sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

#top input[type="text"]:focus,
#top input[type="text"] {
  font:
    normal 600 clamp(0.7rem, 2vw, 0.88889rem) / 1.4 "Satoshi",
    sans-serif !important;
}

.search-input i {
  position: absolute;
  left: 1.11rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.cuisine-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.67rem;
}

.cuisine-filter input {
  margin-bottom: -18px;
  appearance: none;
}

.cuisine-filter img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.cuisine-filter:has(input:checked) {
  border-color: #ff9055;
}

.cuisine-filter:has(input:checked) span {
  color: #ff9055 !important;
}

.cuisine-filter:has(input:checked) img {
  filter: invert(63%) sepia(44%) saturate(640%) hue-rotate(337deg)
    brightness(101%) contrast(101%);
}

#toolbarActions {
  display: flex;
  gap: 1.17rem;
  white-space: nowrap;
}

#toggleMap {
  padding: 0.94rem;
  border: none;
  border-radius: 1.11rem;
  font-size: 1.73217rem;
  line-height: normal;
  background: #f9f9f9;
  color: #444444 !important;
}

#openFilters {
  display: flex;
  gap: 5rem;
  padding: 1.27rem 1.11rem;
  border-radius: 1.11rem;
  align-items: center;
  font-size: clamp(0.78rem, 2vw, 0.88889rem) !important;
  font-weight: 400 !important;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

#activeFilters {
  display: flex;
  gap: 0.56rem;
}

.active-filter {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  padding: 1.27rem 1.11rem;
  border: none;
  border-radius: 1.11rem;
  background: #f9f9f9;
  font-weight: 400 !important;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

@media (max-width: 767px) {
  #restaurant-toolbar {
    flex-wrap: wrap;
    gap: 0.56rem;
  }

  #restaurant-toolbar input[type="text"] {
    padding: 0.97rem 1rem;
  }

  #openFilters {
    gap: 0.56rem;
    padding: 0.97rem 1rem;
  }

  .active-filter {
    padding: 0.97rem 1rem;
  }

  #toggleMap {
    font-size: 1.1rem;
  }
}

.button-container {
  display: flex;
  gap: 0.56rem;
  justify-content: space-between;
  padding-top: 2.22rem;
}

@media (max-width: 460px) {
  .button-container {
    flex-direction: column;
    gap: 0.56rem;
  }

  .button-container .btn-primary {
    width: 100%;
  }
}

.btn-primary {
  color: white;
  width: fit-content;
  display: flex;
  padding: 0.66667rem 1.11111rem;
  justify-content: center;
  align-items: center;
  gap: 0.55556rem;
  border-radius: 0.66667rem;
  background: #ff9055;
  border: solid 1px #ff9055;
  font-size: clamp(0.9rem, 2vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.btn-primary.reverse {
  background: white;
  border: 1px solid #bababa;
  color: #5e5e5e;
}

.filters-panel {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
}

.filters-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.filters-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1.94rem 3.89rem;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .filters-content {
    padding: 1.2rem 1.6rem;
  }

  #filtersForm {
    margin-bottom: 0 !important;
  }
}

.filter-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #adadad;
}

#openFilters {
  border-color: #ff9055;
  color: #ff9055;
}

#closeFilters i {
  color: #696969;
  font-size: 2.78189rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.filters-content {
  width: 60vw;
}

@media (max-width: 1610px) {
  .filters-content {
    width: 70vw;
  }
}

@media (max-width: 1400px) {
  .filters-content {
    width: 80vw;
  }
}

@media (max-width: 991px) {
  .filters-content {
    width: 100vw;
  }
}

/* OPEN STATE */

.filters-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.78rem;
}

.filters-panel.is-open {
  pointer-events: auto;
}

.custom-checkbox,
.custom-checkbox span {
  font-size: clamp(0.9rem, 2vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.filters-panel.is-open .filters-overlay {
  opacity: 1;
}

.filters-panel.is-open .filters-content {
  transform: translateX(0);
}

#filtersForm {
  height: 100%;
}

.filters-body {
  overflow-y: auto;
  height: calc(100svh - 15rem);
  padding-right: 1.22rem;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.22rem;
  row-gap: 0.56rem;
}

.filter-kitchen .filter-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.67rem;
}

@media (max-width: 1240px) {
  .filter-kitchen filter-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.22rem;
  }
}

@media (max-width: 991px) {
  .filter-kitchen .filter-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.opening .opening-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.56rem;
  gap: 0.56rem;
}

.filter-reset {
  color: #adadad;
  font-size: clamp(0.7rem, 2vw, 0.88889rem);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

/* Scrollbar (box) */
.filters-body::-webkit-scrollbar {
  width: 0.7rem;
  border-radius: 10rem;
}

.filters-body::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 10rem;
}

.filters-body::-webkit-scrollbar-thumb {
  background: #fe9761;
  border-radius: 10rem;
  cursor: pointer;
}

.filters-body::-webkit-scrollbar-thumb:hover {
  background: #d7733e;
  border-radius: 10rem;
}

/* Map container */
#mapMode {
  height: 70svh;
}

#mapContainer {
  height: 100%;
  width: 100%;
  border-radius: 1.11rem;
}

/* Card container */

.reduce-result {
  position: absolute;
  top: 0;
  right: -3rem;
  width: 2.22rem;
  height: 2.22rem;
  border-radius: 50rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

#card-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 2.22rem);
  width: 31rem;
  padding: 1.11rem;
  margin: 1.11rem;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 1.27rem;
}

#card-container.result-close {
  width: 0;
  padding: 0;
  transition: all 0.3s ease;
}

#card-container .resultsCount {
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.5s;
}

#card-container.result-close .card-content{
  overflow-y: hidden;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#card-container.result-close .resultsCount {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 840px) {
  #card-container .reduce-result {
    display: none;
  }
}

#card-container.result-close .reduce-result i {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.card-content {
  display: flex;
  flex-direction: column;
  top: 0;
  gap: 0.56rem;
  overflow-y: scroll;
  border-radius: 0.56rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}

#mapResults {
  display: flex;
  flex-direction: column;
  gap: 1.11rem;
  padding: 0.39rem 1.17rem 0.39rem 0.39rem;
}

.resultsCount {
  display: flex;
  align-self: center;
  color: #8d8d8d;
  padding-top: 0.56rem;
  font-size: 0.88889rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 840px) {
  #mapMode {
    display: flex;
    position: relative;
    height: auto;
    flex-direction: column-reverse;
  }
  #mapMode.hidden {
    display: none;
  }

  #mapContainer {
    position: relative;
    height: 60svh;
  }

  #card-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 2rem 0;
  }

  .card-content {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 1rem;
  }

  #mapResults {
    width: 100%;
    min-width: 300px;
    display: flex;
    flex-direction: row;
    top: 0;
    gap: 0.56rem;
    height: auto;
    border-radius: 0.56rem;
  }

  .card-content::-webkit-scrollbar {
    height: 0.6rem;
  }
}

/* Scrollbar (box) */
.card-content::-webkit-scrollbar {
  width: 0.6rem;
  border-radius: 10rem;
}

.card-content::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 10rem;
}

.card-content::-webkit-scrollbar-thumb {
  background: #fe9761;
  border-radius: 10rem;
  cursor: pointer;
}

.card-content::-webkit-scrollbar-thumb:hover {
  background: #d7733e;
  border-radius: 10rem;
}

/* List container */
#listMode .resultsCount {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1.11rem;
}

#restaurantsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  grid-auto-rows: auto;
}

@media (max-width: 1024px) {
  #restaurantsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 840px) {
  #restaurantsGrid {
    gap: 1rem;
  }
}

@media (max-width: 500px) {
  #restaurantsGrid {
    display: flex;
    flex-direction: column;
  }
}

#fakePager {
  padding-top: 0.5rem;
}

.pager-prev:disabled,
.pager-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.pager-next,
.pager-prev {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #fe9761;
  color: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
}

.pager-pages {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0 0.5rem;
}

.pager-pages button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
}

/* Button */

.filter-group {
  padding-bottom: 2rem;
}

.filter-group h4 {
  font-size: 1.55556rem;
  font-weight: 600;
  padding: 0.67rem 0 1.33rem;
}

.filter-group label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.67rem 1.22rem;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}

.filter-group label:hover {
  border-color: #fe9761;
}

.filter-group input[type="checkbox"] {
  accent-color: #fe9761;
  width: 16px;
  height: 16px;
}

/* Card Restaurant */
.restaurant-card {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0.88889rem 0.88889rem 1.44444rem 0.88889rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 1.11111rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #444444 !important;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.restaurant.is-active .restaurant-card {
  border: solid 1px #fe9761;
}

.restaurant-card:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.restaurant-card .btn-primary {
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
  width: 100%;
  background-color: #3a3939;
  border: solid 1px #3a3939;
  transition: all 0.3s ease;
}

.restaurant-card .btn-primary i {
  transition: all 0.3s ease;
}

.restaurant-card .btn-primary span {
  margin-right: 0;
  transition: all 0.3s ease;
}

.restaurant-card:hover .btn-primary {
  background-color: #000;
  border: solid 1px #000;
  transition: all 0.3s ease;
}

.restaurant-card:hover .btn-primary i {
  margin-right: -10px;
  transition: all 0.3s ease;
}

.restaurant-card:hover .btn-primary span {
  margin-right: 10px;
  transition: all 0.3s ease;
}

.restaurant-card .restaurant-card-image {
  position: relative;
  width: 100%;
  height: 14rem;
  transition: all 0.3s ease;
  border-radius: 0.56rem;
}

.restaurant-card .restaurant-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 0.56rem;
}

.restaurant-card img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.56rem;
  position: relative;
}

.restaurant-card:hover .restaurant-card-image::after {
  opacity: 1;
  transition: all 0.3s ease;
}

.restaurant-card h3 {
  font-size: clamp(0.85rem, 2vw, 1.22222rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: none !important;
  color: #444444 !important;
  font-family: "Satoshi", sans-serif !important;
}

.restaurant-card .re-type-cuisine {
  color: #929292;
  font-size: clamp(0.6rem, 2vw, 0.88889rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: none !important;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.restaurant-card .entry-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.78rem;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.open-day {
  color: #57a328;
  font-size: clamp(0.6rem, 2vw, 0.88889rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: none !important;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.closed-day {
  color: #d73e3e;
  font-size: clamp(0.6rem, 2vw, 0.88889rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: none !important;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.image-overlay {
  display: none !important;
}

.open-day i,
.closed-day i,
.re-adresse i {
  padding-right: 0.33rem;
}

.restaurant-card .re-adresse {
  color: #444444 !important;
  font-size: clamp(0.6rem, 2vw, 0.88889rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: none !important;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

@media (max-width: 840px) {
  #mapMode .restaurant-card {
    padding: 0.6rem;
    gap: 0.4rem;
    min-width: 300px;
    width: 300px;
  }

  .restaurant-card .entry-content {
    gap: 0.78rem;
    padding: 0.4rem;
  }

  .restaurant-card .restaurant-card-image {
    height: 8rem;
  }

  .restaurant-card .btn-primary {
    padding: 0.3rem 1rem;
  }
}

/* Filter Effects */
@keyframes filterLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.is-filtering {
  animation: filterLoading 1s infinite ease-in-out;
  pointer-events: none;
}

/* Spinner */
#restaurantsLoader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

#mapMode.is-filtering ~ #restaurantsLoader,
#listMode.is-filtering ~ #restaurantsLoader {
  opacity: 1;
  pointer-events: auto;
}

.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid transparent !important;
  border-top-color: #000 !important;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Single restaurant page */
.re-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 6.28rem;
  padding-bottom: 5.56rem;
}

.re-grid p {
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

@media (max-width: 991px) {
  .re-grid {
    padding-top: 2.28rem;
    display: flex;
    flex-direction: column;
  }
}

.re-grid .left {
  display: flex;
  flex-direction: column;
  gap: 1.39rem;
  padding-right: 8rem;
}

.re-grid .right {
  display: flex;
  flex-direction: column;
  gap: 3.33rem;
}

.opening-container,
.re-cuisine,
.re-info {
  display: flex;
  flex-direction: column;
  gap: 0.72222rem;
  padding: 1.11111rem;
  border-radius: 1.11111rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.opening-container h4,
.re-cuisine h4,
.re-info h4 {
  font-size: clamp(0.9rem, 2vw, 1.33333rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.opening-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.72222rem;
}

@media (max-width: 640px) {
  .opening-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.72222rem;
    row-gap: 1.4rem;
  }
}

@media (max-width: 440px) {
  .opening-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.72222rem;
    row-gap: 1.4rem;
  }
}

.opening-day {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.day-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.opening-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.opening-day.closed .opening-row {
  opacity: 0.4;
}

.opening-row .fa-check {
  color: #ff9055;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 0.94rem;
}

.info-content i,
.info-content .re-adresse i {
  color: #fea170;
  font-size: 18px;
}

.re-info-item {
  display: flex;
  gap: 0.5rem;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.re-status.re-info-item.open i,
.re-status.re-info-item.open {
  color: #57a328;
}

.re-status.re-info-item.closed i,
.re-status.re-info-item.closed {
  color: #d73e3e;
}

.info-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.94rem;
}

.info-content .right,
.info-content .left {
  display: flex;
  flex-direction: column;
  gap: 0.94rem;
}

.info-content .left {
  border-right: solid 1px #bfbfbf;
}

.partenaire-block {
  display: flex;
  flex-direction: column;
  gap: 0.94rem;
}

.partenaire-logos {
  width: 100%;
  display: flex;
  gap: 1.22rem;
  flex-wrap: wrap;
}

.logo-partenaire {
  width: auto;
  height: 70px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .info-content {
    display: flex;
    flex-direction: column;
    gap: 0.94rem;
  }

  .info-content .left {
    border-right: none;
  }
}

/* Single restaurant nav */
.re-nav {
  padding-top: 5.5rem;
}

.re-nav .previous-next {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.reserve-restaurant {
  font-weight: 400;
  line-height: 138.889%;
  font-family: "Satoshi", sans-serif !important;
}

.re-nav .btn-primary.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.re-nav .btn-primary {
  padding: 0.38889rem 0.83333rem;
  transition: all 0.3s ease;
  font-weight: 500;
}

.re-nav .btn-primary i {
  font-weight: 500;
}

.re-nav .btn-primary:hover {
  color: #fff;
  background-color: #5e5e5e;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .re-nav .btn-primary span {
    display: none;
  }
}

