:root {
  --Brand-blue-300: #79CFC2;
  --Brand-Blue-300: var(--Brand-blue-300, #79CFC2);
  --Neutral-900: #0F172A;
  --Typography-Heading-style-1: Luckiest Guy, cursive;
  --Font-size-Heading-H2: 3rem;
}

h1, .h1 {
  font-family: "Luckiest Guy", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-family: "Luckiest Guy", cursive;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-family: "Signika", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-family: "Signika", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}

h6, .h6 {
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

.lfam-heading-script {
  font-family: "Damion", cursive;
  font-weight: 400;
  line-height: 1;
}

.lfam-heading-main {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  line-height: 1;
}

.lfam-shadow-hero {
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
}

.lfam-shadow-flat {
  text-shadow: 0 7px 0 #0F172A;
}

.lfam-shadow-small {
  text-shadow: 1px 5px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000, 1px 0px 0 #000;
}

body {
  --bs-body-bg: #FEF5EE;
  background-color: var(--bs-body-bg);
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

.fs-p1 {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .fs-p1 {
    font-size: 1rem;
  }
}

.fs-p2 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .fs-p2 {
    font-size: 0.875rem;
  }
}

.fs-p3 {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .fs-p3 {
    font-size: 0.75rem;
  }
}

.fs-p4 {
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .fs-p4 {
    font-size: 0.75rem;
  }
}

.fw-regular {
  font-weight: 400;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
}

.lfam-btn-outline, .btn-tercary,
.lfam-btn-tercary, .btn-secondary,
.lfam-btn-secondary, .btn-primary,
.lfam-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  font-weight: 600;
  font-family: "Signika", sans-serif;
  color: #0F172A;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 4px 4px 0 0 #0F172A;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.lfam-btn-outline:hover, .btn-tercary:hover,
.lfam-btn-tercary:hover, .btn-secondary:hover,
.lfam-btn-secondary:hover, .btn-primary:hover,
.lfam-btn-primary:hover, .lfam-btn-outline:focus, .btn-tercary:focus,
.lfam-btn-tercary:focus, .btn-secondary:focus,
.lfam-btn-secondary:focus, .btn-primary:focus,
.lfam-btn-primary:focus {
  transform: scale(0.9);
  box-shadow: 3.6px 3.6px 0 0 #0F172A;
  color: #0F172A;
}
.lfam-btn-outline:active, .btn-tercary:active,
.lfam-btn-tercary:active, .btn-secondary:active,
.lfam-btn-secondary:active, .btn-primary:active,
.lfam-btn-primary:active {
  transform: scale(0.85);
  box-shadow: 3px 3px 0 0 #0F172A;
}

.btn-primary,
.lfam-btn-primary {
  background-color: #ABE4DA;
}
.btn-primary:hover, .btn-primary:focus,
.lfam-btn-primary:hover,
.lfam-btn-primary:focus {
  background-color: #ABE4DA;
  border-color: #0F172A;
}

.btn-secondary,
.lfam-btn-secondary {
  background-color: #FFFAEB;
}
.btn-secondary:hover, .btn-secondary:focus,
.lfam-btn-secondary:hover,
.lfam-btn-secondary:focus {
  background-color: #FFFAEB;
  border-color: #0F172A;
}

.btn-tercary,
.lfam-btn-tercary {
  background-color: #F3A0CF;
}
.btn-tercary:hover, .btn-tercary:focus,
.lfam-btn-tercary:hover,
.lfam-btn-tercary:focus {
  background-color: #F3A0CF;
  border-color: #0F172A;
}

.lfam-btn-outline {
  background-color: transparent;
  box-shadow: none;
}
.lfam-btn-outline:hover, .lfam-btn-outline:focus {
  background-color: #0F172A;
  color: #FFFFFF;
  box-shadow: none;
  transform: none;
}
.lfam-btn-outline:active {
  box-shadow: none;
}

.btn-lg,
.lfam-btn-lg {
  height: 56px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}

.btn-md,
.lfam-btn-md {
  height: 48px;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.btn-sm,
.lfam-btn-sm {
  height: 32px;
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.btn-xxl,
.lfam-btn-xxl {
  height: 70px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.75rem;
}
.btn-xxl:hover, .btn-xxl:focus,
.lfam-btn-xxl:hover,
.lfam-btn-xxl:focus {
  transform: scale(0.85);
  box-shadow: 3.4px 3.4px 0 0 #0F172A;
}
.btn-xxl:active,
.lfam-btn-xxl:active {
  transform: scale(0.8);
  box-shadow: 3px 3px 0 0 #0F172A;
}

.lfam-btn-corner-l {
  border-radius: 0.75rem;
}

.lfam-btn-corner-m {
  border-radius: 0.5rem;
}

.lfam-btn-corner-s {
  border-radius: 0.25rem;
}

.lfam-header {
  --header-height: 64px;
  z-index: 1030;
  transition: background-color 0.3s ease;
}
@media (max-width: 991.98px) {
  .lfam-header {
    padding: 0.5rem 0 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.lfam-header.scrolled {
  background-color: #FEF5EE;
  position: fixed;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .lfam-header.scrolled {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .lfam-header__bar {
    min-height: 68px;
    padding: 0.25rem 0.75rem !important;
    background: #FEF5EE;
    border: 1px solid #0F172A;
    border-radius: 0.5rem;
    box-shadow: 4px 4px 0 0 #0F172A;
  }
}
.lfam-header__logo {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .lfam-header__logo {
    display: inline-flex;
    align-items: center;
    min-height: 60px;
  }
}
.lfam-header__logo img {
  height: 60px;
  width: auto;
  transition: height 0.3s ease;
}
@media (max-width: 767.98px) {
  .lfam-header__logo img {
    max-width: 120px;
    height: auto;
  }
}
.lfam-header__logo-wrap {
  font-size: 0;
}
.lfam-header__nav .nav-item .nav-link {
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0F172A;
  line-height: 100%;
  padding: 0 0.75rem;
  height: 40px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.lfam-header__nav .nav-item .nav-link span {
  display: block;
  line-height: 40px;
  transition: transform 0.3s ease;
}
.lfam-header__nav .nav-item .nav-link::after {
  content: attr(data-text);
  position: absolute;
  left: 0.75rem;
  top: 100%;
  display: block;
  line-height: 40px;
  color: #EA591D;
  transition: transform 0.3s ease;
}
.lfam-header__nav .nav-item .nav-link:hover span {
  transform: translateY(-100%);
}
.lfam-header__nav .nav-item .nav-link:hover::after {
  transform: translateY(-100%);
}
.lfam-header__nav .nav-item.current-menu-item .nav-link span, .lfam-header__nav .nav-item.current-menu-ancestor .nav-link span, .lfam-header__nav .nav-item.current_page_item .nav-link span {
  color: #EA591D;
}
.lfam-header__nav .nav-item.current-menu-item .nav-link::before, .lfam-header__nav .nav-item.current-menu-ancestor .nav-link::before, .lfam-header__nav .nav-item.current_page_item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0.75rem;
  right: 0.75rem;
  height: 2px;
  background-color: #EA591D;
  border-radius: 1px;
}
.lfam-header__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .lfam-header__burger {
    width: 32px;
    height: 32px;
    padding: 0;
  }
}
.lfam-header__burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: #0F172A;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.lfam-header__burger span:nth-child(2) {
  width: 16px;
}

@media (max-width: 991.98px) {
  .lfam-mobile-nav {
    --bs-offcanvas-height: auto !important;
    top: calc(var(--header-height) + 0.25rem);
    left: 0.25rem;
    right: 0.25rem;
    bottom: inherit !important;
    height: auto;
    max-height: calc(100vh - var(--header-height) - 1.25rem);
    padding: 0.25rem 0.75rem 0.75rem;
    background: #FEF5EE;
    border: 1px solid #0F172A;
    border-radius: 0.5rem;
    box-shadow: 4px 4px 0 0 #0F172A;
    transform: translateY(0) scaleY(0.92);
    transform-origin: top center;
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.2s ease;
    top: 8px !important;
    right: 16px !important;
    left: 16px !important;
    height: auto !important;
    max-height: 100% !important;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: inherit !important;
    bottom: inherit !important;
  }
}
@media (max-width: 991.98px) {
  .lfam-mobile-nav.show, .lfam-mobile-nav.showing {
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .lfam-mobile-nav.hiding {
    transform: translateY(0) scaleY(0.96);
    opacity: 0;
  }
}
.lfam-mobile-nav__header {
  padding: 0 0 1.25rem;
  border-bottom: 0;
}
@media (max-width: 991.98px) {
  .lfam-mobile-nav__header {
    justify-content: space-between;
  }
}
.lfam-mobile-nav__brand {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  text-decoration: none;
}
.lfam-mobile-nav__brand img {
  width: auto;
  max-width: 120px;
  height: auto;
}
.lfam-mobile-nav__close {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #0F172A;
}
.lfam-mobile-nav__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
}
.lfam-mobile-nav__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lfam-mobile-nav__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lfam-mobile-nav__body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.lfam-mobile-nav__list {
  width: 100%;
}
.lfam-mobile-nav__list .nav-item {
  border-bottom: 1px solid #0F172A;
}
.lfam-mobile-nav__list .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 0;
  overflow: visible;
  font-family: "Luckiest Guy", cursive;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #0F172A;
  text-decoration: none;
  text-transform: uppercase;
}
.lfam-mobile-nav__list .nav-item .nav-link span {
  line-height: 1;
  transition: none;
}
.lfam-mobile-nav__list .nav-item .nav-link::before {
  content: "";
  flex: 0 0 24px;
  order: 2;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 12L4 12' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.5859 13.6026L17.6194 14.3639C16.0536 15.5974 15.2707 16.2141 14.6354 15.9328C14 15.6515 14 14.6881 14 12.7613L14 11.2387C14 9.31191 14 8.34853 14.6354 8.06721C15.2707 7.7859 16.0536 8.40264 17.6194 9.63612L18.5858 10.3974C19.5286 11.1401 20 11.5115 20 12C20 12.4885 19.5286 12.8599 18.5859 13.6026Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 12L4 12' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.5859 13.6026L17.6194 14.3639C16.0536 15.5974 15.2707 16.2141 14.6354 15.9328C14 15.6515 14 14.6881 14 12.7613L14 11.2387C14 9.31191 14 8.34853 14.6354 8.06721C15.2707 7.7859 16.0536 8.40264 17.6194 9.63612L18.5858 10.3974C19.5286 11.1401 20 11.5115 20 12C20 12.4885 19.5286 12.8599 18.5859 13.6026Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.lfam-mobile-nav__list .nav-item .nav-link::after {
  content: none;
}
.lfam-mobile-nav__list .nav-item .nav-link:hover, .lfam-mobile-nav__list .nav-item .nav-link:focus {
  color: #0F172A;
}
.lfam-mobile-nav__list .nav-item .nav-link:hover span, .lfam-mobile-nav__list .nav-item .nav-link:focus span {
  transform: none;
}
.lfam-mobile-nav__list .nav-item.current-menu-item .nav-link, .lfam-mobile-nav__list .nav-item.current_page_item .nav-link, .lfam-mobile-nav__list .nav-item.current-menu-ancestor .nav-link {
  color: #0F172A;
}
.lfam-mobile-nav__list .nav-item.current-menu-item .nav-link span, .lfam-mobile-nav__list .nav-item.current_page_item .nav-link span, .lfam-mobile-nav__list .nav-item.current-menu-ancestor .nav-link span {
  color: inherit;
}
.lfam-mobile-nav__spacer {
  flex: 1 1 auto;
  min-height: 3rem;
}
.lfam-mobile-nav__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  padding: 0.5rem 0 1.25rem;
}
.lfam-mobile-nav__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.lfam-mobile-nav__socials img {
  display: block;
  width: 24px;
  height: 24px;
}
.lfam-mobile-nav__actions {
  width: 100%;
}
.lfam-mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 56px;
  padding: 0.75rem 1.25rem;
  background: #ABE4DA;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.lfam-mobile-nav__cta svg {
  flex: 0 0 24px;
}

.lfam-mobile-nav__list .dropdown-menu {
  display: none !important;
}

.offcanvas-backdrop.show {
  opacity: 0.2;
}

.lfam-hero {
  min-height: calc(100vh - var(--header-height, 80px));
}
.lfam-hero iframe {
  min-width: 100%;
  min-height: 100%;
  border: none;
  aspect-ratio: 16/9;
}
@media (max-width: 991.98px) {
  .lfam-hero iframe {
    min-width: 100%;
    min-height: 100%;
    border: none;
  }
  .lfam-hero {
    min-height: 100vh;
  }
}
.lfam-hero-page {
  min-height: calc(100vh - var(--header-height, 80px));
  display: flex;
  align-items: flex-end;
}
.lfam-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.lfam-hero__titre {
  font-family: "Damion", cursive;
  font-weight: 400;
  line-height: 1;
  font-size: 70px;
  text-shadow: 1px 5px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000, 1px 0px 0 #000;
  color: #FEDE85;
  text-align: center;
  margin: 0;
}
.lfam-hero__titre--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-hero__titre--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-hero__titre--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-hero__titre--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
@media (max-width: 767.98px) {
  .lfam-hero__titre {
    font-size: 32px;
  }
}
.lfam-hero__sous-titre {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  line-height: 1;
  font-size: 4rem;
  color: #FEDE85;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
  text-align: center;
  line-height: 100%;
  margin: 0;
}
.lfam-hero__sous-titre--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-hero__sous-titre--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-hero__sous-titre--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-hero__sous-titre--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
@media (max-width: 767.98px) {
  .lfam-hero__sous-titre {
    font-size: 2.5rem;
  }
}

.lfam-hero-home {
  min-height: calc(100vh - var(--header-height, 80px));
}
@media (max-width: 767.98px) {
  .lfam-hero-home {
    min-height: 100vh;
    min-height: 100svh;
  }
}
.lfam-hero-home .lfam-hero-content {
  position: relative;
  z-index: 2;
}

.lfam-hero-page {
  display: flex;
  align-items: flex-end;
}
.lfam-hero-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.lfam-hero-page__titre {
  font-family: "Damion", cursive;
  font-weight: 400;
  line-height: 1;
  font-size: 70px;
  text-shadow: 1px 5px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000, 1px 0px 0 #000;
  color: #FEDE85;
  text-align: center;
  margin: 0;
}
.lfam-hero-page__titre--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-hero-page__titre--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-hero-page__titre--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-hero-page__titre--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
@media (max-width: 767.98px) {
  .lfam-hero-page__titre {
    font-size: 32px;
  }
}
.lfam-hero-page__sous-titre {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  line-height: 1;
  font-size: 4rem;
  color: #FEDE85;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  line-height: 100%;
  margin: 0;
}
.lfam-hero-page__sous-titre--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-hero-page__sous-titre--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-hero-page__sous-titre--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-hero-page__sous-titre--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
@media (max-width: 767.98px) {
  .lfam-hero-page__sous-titre {
    font-size: 2.5rem;
  }
}

.lfam-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lfam-hero-home iframe,
.lfam-hero-page iframe,
.lfam-hero-restaurant iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}

.lfam-hero,
.lfam-hero-restaurant {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.lfam-hero-restaurant__bg {
  position: absolute;
  inset: 0;
}

.lfam-hero-restaurant__bg-slider,
.lfam-hero-restaurant__bg-carousel,
.lfam-hero-restaurant__bg-slide,
.lfam-hero-restaurant__bg-media {
  width: 100%;
  height: 100%;
}

.lfam-hero-restaurant__bg-media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}

.lfam-hero-restaurant__bg-carousel .owl-stage-outer,
.lfam-hero-restaurant__bg-carousel .owl-stage,
.lfam-hero-restaurant__bg-carousel .owl-item {
  height: 100%;
}

.lfam-hero-restaurant__overlay {
  z-index: 1;
  pointer-events: none;
}

.lfam-hero-restaurant__inner {
  position: relative;
  z-index: 2;
}

.lfam-hero-restaurant__bg-dots-layer,
.lfam-hero-restaurant__bg-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 4;
  margin: 0;
  padding: 0 14px;
  pointer-events: auto;
}

.lfam-hero-restaurant__bg-dots-layer .owl-dot,
.lfam-hero-restaurant__bg-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.lfam-hero-restaurant__bg-dots-layer .owl-dot span,
.lfam-hero-restaurant__bg-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  display: block;
}

.lfam-hero-restaurant__bg-dots-layer .owl-dot:hover span,
.lfam-hero-restaurant__bg-carousel.owl-theme .owl-dots .owl-dot:hover span {
  transform: scale(1.12);
  background: rgba(255, 255, 255, 0.9);
}

.lfam-hero-restaurant__bg-dots-layer .owl-dot.active span,
.lfam-hero-restaurant__bg-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: var(--Brand-Yellow-200, #FEDE85);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.75);
}

.lfam-hero-restaurant__bg-carousel .owl-item.active .lfam-hero-restaurant__bg-media,
.lfam-hero-restaurant__bg-media.is-kenburns {
  animation: lfamHeroKenBurns 7s ease-out both;
}

@keyframes lfamHeroKenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@media (max-width: 991.98px) {
  .lfam-hero-restaurant__bg-dots-layer,
  .lfam-hero-restaurant__bg-carousel .owl-dots {
    bottom: 16px;
    gap: 8px;
  }
  .lfam-hero-restaurant__bg-dots-layer .owl-dot span,
  .lfam-hero-restaurant__bg-carousel.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lfam-hero-restaurant__bg-carousel .owl-item.active .lfam-hero-restaurant__bg-media,
  .lfam-hero-restaurant__bg-media.is-kenburns {
    animation: none !important;
    transform: none !important;
  }
  .lfam-hero-restaurant__bg-dots-layer .owl-dot span,
  .lfam-hero-restaurant__bg-carousel.owl-theme .owl-dots .owl-dot span {
    transition: none;
  }
}
.lfam-card-restaurant,
.lfam-card-actualite,
.lfam-card-plat,
.lfam-card-cadeau {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-card-restaurant:hover,
.lfam-card-actualite:hover,
.lfam-card-plat:hover,
.lfam-card-cadeau:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.lfam-card-restaurant .card-img-top,
.lfam-card-actualite .card-img-top,
.lfam-card-plat .card-img-top,
.lfam-card-cadeau .card-img-top {
  height: 220px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .lfam-card-restaurant {
    position: relative;
    min-height: 412px;
    border-radius: 0.5rem !important;
    overflow: hidden;
    box-shadow: none !important;
  }
  .lfam-card-restaurant::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .lfam-card-restaurant > a:first-child {
    position: absolute;
    inset: 0;
    display: block;
  }
  .lfam-card-restaurant .card-img-top {
    width: 100%;
    height: 100%;
    min-height: 412px;
    object-fit: cover;
  }
  .lfam-card-restaurant .card-body {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: 0.75rem;
    color: #FFFAEB;
    background: transparent;
  }
  .lfam-card-restaurant .card-title {
    margin-bottom: 0.25rem !important;
    font-family: "Luckiest Guy", cursive;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .lfam-card-restaurant .card-title a {
    color: #FFFAEB !important;
    text-decoration: none;
  }
  .lfam-card-restaurant .card-text {
    margin-bottom: 0.75rem !important;
    color: #FFFAEB !important;
    font-family: "Signika", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .lfam-card-restaurant .d-flex.gap-2.mt-auto {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 !important;
    margin-top: 0 !important;
    padding-top: 0.75rem;
    border-top: 1px solid #FFFAEB;
  }
  .lfam-card-restaurant .d-flex.gap-2.mt-auto .btn-outline-primary {
    display: none;
  }
  .lfam-card-restaurant .d-flex.gap-2.mt-auto .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 48px;
    padding: 0.75rem 1.25rem;
    border: 1px solid #0F172A;
    border-radius: 0.5rem;
    background: #FFFAEB;
    box-shadow: 4px 4px 0 0 #0F172A;
    color: #0F172A;
    font-family: "Signika", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
  }
}

.lfam-card-plat .card-img-top {
  height: 180px;
}
.lfam-card-plat .lfam-plat-badges .badge {
  font-size: 0.75rem;
}

.lfam-sticker {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999999px;
  font-weight: 700;
  font-size: 0.75rem;
  transform: rotate(-3deg);
  border: 2px solid currentColor;
}

.lfam-footer {
  background-color: #0F172A;
  color: #FCF3F8;
  padding: 2rem 4rem;
}
@media (max-width: 991.98px) {
  .lfam-footer {
    padding: 2rem 1.25rem;
  }
}
.lfam-footer__top {
  margin-bottom: 42px;
}
.lfam-footer__logo {
  width: 249px;
  max-width: 100%;
  height: auto;
  display: block;
}
.lfam-footer__brand-fallback {
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  line-height: 1;
  color: #FCF3F8;
}
.lfam-footer__baseline {
  margin-top: 0.75rem;
  max-width: 348px;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.35;
  color: #FCF3F8;
}
.lfam-footer__heading {
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #FCF3F8;
}
@media (max-width: 767.98px) {
  .lfam-footer__heading {
    font-size: 1.5rem;
  }
}
.lfam-footer__links {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lfam-footer__links a {
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #FCF3F8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.lfam-footer__links a:hover {
  color: #FFFAEB;
}
.lfam-footer__links li.current-menu-item > a,
.lfam-footer__links li.current_page_item > a,
.lfam-footer__links li.current-menu-ancestor > a {
  color: #FFFAEB;
}
.lfam-footer__divider {
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(252, 243, 248, 0.12);
}
.lfam-footer__bottom {
  padding-top: 1.25rem;
}
.lfam-footer__socials {
  gap: 20px;
  margin-bottom: 0.75rem;
}
.lfam-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  opacity: 0.95;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.lfam-footer__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%);
}
.lfam-footer__social-link:hover {
  transform: translateY(-1px);
  opacity: 1;
}
.lfam-footer__legal {
  font-family: "Signika", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #FCF3F8;
}
.lfam-footer__legal a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.lfam-footer__legal a:hover {
  color: #FFFAEB;
}
@media (max-width: 767.98px) {
  .lfam-footer {
    padding: 40px 12px;
    color: #FFFAEB;
  }
  .lfam-footer__top {
    margin-bottom: 40px;
    row-gap: 40px;
  }
  .lfam-footer__top > div:first-child, .lfam-footer__top > div:last-child, .lfam-footer__top > div:last-child .row > [class*=col-] {
    text-align: center;
  }
  .lfam-footer__top > div:last-child .row {
    row-gap: 40px;
  }
  .lfam-footer__top > div:last-child .row > [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lfam-footer__brand, .lfam-footer__logo {
    display: block;
    margin: 0 auto;
  }
  .lfam-footer__baseline {
    margin: 8px auto 0;
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 1.3;
    text-align: center;
    color: #FFFAEB;
  }
  .lfam-footer__heading {
    font-size: 1.5rem;
    color: #FFFAEB;
  }
  .lfam-footer__links {
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    column-gap: 20px;
  }
  .lfam-footer__links li {
    display: flex;
    justify-content: center;
  }
  .lfam-footer__links a {
    font-size: 0.75rem;
    color: #FFFAEB;
  }
  .lfam-footer__divider {
    border-top-color: rgba(255, 250, 235, 0.12);
  }
  .lfam-footer__bottom {
    padding-top: 20px;
  }
  .lfam-footer__socials {
    margin-bottom: 20px;
  }
  .lfam-footer__legal {
    max-width: 218px;
    margin: 0 auto;
    line-height: 1.3;
    color: #FFFAEB;
  }
}

.lfam-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.lfam-sticky-cta.visible {
  transform: translateY(0);
}
@media (min-width: 992px) {
  .lfam-sticky-cta {
    display: none !important;
  }
}

.lfam-section-faq-block {
  background: #FEF5EE;
  padding: 3rem 0;
}

.lfam-faq {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lfam-faq-block__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4rem !important;
}

.lfam-faq-block__title-accent {
  font-family: "Damion", cursive;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 0.48;
  color: #ABE4DA;
  text-shadow: 1.4px 2.8px 0 #000;
  margin: 0 0 -4px;
}
.lfam-faq-block__title-accent.lfam-edito-block__script--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-faq-block__title-accent.lfam-edito-block__script--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-faq-block__title-accent.lfam-edito-block__script--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-faq-block__title-accent.lfam-edito-block__script--orange {
  color: var(--Brand-Orange-300, #EA591D);
}

.lfam-faq-block__title {
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(48px, 6vw, 64px);
  font-weight: 400;
  line-height: 1;
  color: #F3A0CF;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
  margin: 0;
}
.lfam-faq-block__title.lfam-edito-block__title--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-faq-block__title.lfam-edito-block__title--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-faq-block__title.lfam-edito-block__title--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-faq-block__title.lfam-edito-block__title--orange {
  color: var(--Brand-Orange-300, #EA591D);
}

.lfam-faq-questions {
  display: flex;
  flex-direction: column;
}
.lfam-faq-questions .lfam-faq__more {
  align-self: center;
  margin-top: 2rem;
}

.lfam-faq__item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}
.lfam-faq__item:last-child {
  border-bottom: 0;
}
.lfam-faq__item--hidden {
  display: none;
}
.lfam-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  text-align: left;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  color: #0F172A;
  cursor: pointer;
  gap: 0.75rem;
}
.lfam-faq__question[aria-expanded=true] .lfam-faq__arrow {
  transform: rotate(180deg);
}
.lfam-faq__question:hover .lfam-faq__arrow {
  margin-right: 20px;
}
.lfam-faq__arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease, margin-right 0.3s ease;
  color: #0F172A;
}
.lfam-faq__answer {
  overflow: hidden;
}
.lfam-faq__answer-inner {
  padding: 0 0 1.25rem;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #0F172A;
}
.lfam-faq__answer-inner p:last-child {
  margin-bottom: 0;
}
.lfam-faq__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0;
  background: none;
  border: 0;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #0F172A;
  cursor: pointer;
  appearance: none;
}
.lfam-faq__more:focus-visible {
  outline: 2px solid #0F172A;
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.lfam-faq__more:hover .lfam-faq__more-label::before, .lfam-faq__more:focus-visible .lfam-faq__more-label::before {
  transform: scaleX(0);
}
.lfam-faq__more:hover .lfam-faq__more-label::after, .lfam-faq__more:focus-visible .lfam-faq__more-label::after {
  transform: scaleX(1);
}
.lfam-faq__more-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.lfam-faq__more-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.lfam-faq__more-label::before, .lfam-faq__more-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.lfam-faq__more-label::before {
  bottom: 1px;
  transform: scaleX(1);
}
.lfam-faq__more-label::after {
  bottom: -1px;
  transform: scaleX(0);
}

@media (max-width: 767.98px) {
  .lfam-section-faq-block {
    padding: 2rem 0;
  }
  .lfam-faq-block__header {
    margin-bottom: 36px;
  }
  .lfam-faq-block__title-accent {
    font-size: 36px;
  }
  .lfam-faq-block__title {
    font-size: 42px;
  }
  .lfam-faq__question {
    font-size: 24px;
    padding: 0.75rem 0;
  }
}
.lfam-section-fistons {
  --lfam-fistons-bg: #FEF5EE;
  padding: 0;
  background: var(--lfam-fistons-bg);
}

.lfam-edito-block {
  padding-top: clamp(40px, 6vw, 80px);
  background: var(--lfam-fistons-bg, #FEF5EE);
}
.lfam-edito-block__grid {
  --bs-gutter-x: clamp(24px, 5.6vw, 80px);
  --bs-gutter-y: 24px;
  align-items: center;
  justify-content: center;
}
.lfam-edito-block__text {
  width: 100%;
  max-width: 600px;
}
.lfam-edito-block__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  color: #FEDE85;
}
.lfam-edito-block__script {
  position: relative;
  top: 2px;
  margin: 0;
  font-family: "Damion", cursive;
  font-size: clamp(48px, 5.7vw, 64px);
  leading-trim: both;
  text-edge: cap;
  text-shadow: 1.384px 2.769px 0 #0F172A, -0.69px -0.69px 0 #0F172A, 0.69px -0.69px 0 #0F172A;
  /* Heading/H3 */
  font-family: "Damion", cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 48%;
  top: 2px;
  /* 30.72px */
}
.lfam-edito-block__script--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-edito-block__script--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-edito-block__script--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-edito-block__script--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-edito-block__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.lfam-edito-block__title--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-edito-block__title--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-edito-block__title--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-edito-block__title--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-edito-block__content {
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.lfam-edito-block__content p {
  margin: 0 0 8px;
}
.lfam-edito-block__content p:last-child {
  margin-bottom: 0;
}
.lfam-edito-block__media-wrap {
  display: flex;
  justify-content: center;
}
.lfam-edito-block .flex-lg-row-reverse .lfam-edito-block__text {
  order: 2;
}
.lfam-edito-block .flex-lg-row-reverse .lfam-edito-block__media-wrap {
  order: 1;
}
.lfam-edito-block .flex-lg-row-reverse .lfam-edito-badge {
  left: auto;
  right: -82px;
  transform: rotate(24deg);
}

.lfam-edito-btn {
  color: #0F172A;
}
.lfam-edito-btn--blue {
  background: #79CFC2;
}
.lfam-edito-btn--blue:hover, .lfam-edito-btn--blue:focus, .lfam-edito-btn--blue:active {
  background: #79CFC2;
  color: #0F172A;
}
.lfam-edito-btn--pink {
  background: #F3A0CF;
}
.lfam-edito-btn--pink:hover, .lfam-edito-btn--pink:focus, .lfam-edito-btn--pink:active {
  background: #F3A0CF;
  color: #0F172A;
}
.lfam-edito-btn--orange {
  background: #EA591D;
}
.lfam-edito-btn--orange:hover, .lfam-edito-btn--orange:focus, .lfam-edito-btn--orange:active {
  background: #EA591D;
  color: #0F172A;
}

.lfam-edito-media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 532/456;
  padding: 0;
  border-radius: 0.5rem;
}
.lfam-edito-media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lfam-edito-badge {
  position: absolute;
  z-index: 3;
  left: -82px;
  top: -36px;
  width: min(100%, 236px);
  aspect-ratio: 235/131;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #0F172A;
  border-radius: 999999px;
  background: #F9CEAF;
  transform: rotate(-24deg);
  text-align: center;
}
.lfam-edito-badge__script {
  margin: 0;
  font-family: "Damion", cursive;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 0.58;
  color: #FEDE85;
  text-shadow: 0.956px 1.912px 0 #000;
}
.lfam-edito-badge__title {
  margin: 4px 0 0;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(26px, 2.6vw, 39px);
  line-height: 1;
  color: #79CFC2;
  text-shadow: 1.194px 2.388px 0 #000;
}

@media (max-width: 767.98px) {
  .lfam-edito-block {
    padding: 44px 12px;
  }
  .lfam-edito-block__grid {
    --bs-gutter-y: 28px;
    max-width: 560px;
    margin: 0 auto;
    flex-direction: row !important;
  }
  .lfam-edito-block__text, .lfam-edito-block__media-wrap {
    order: initial;
    padding: 0;
    margin: 0;
  }
  .lfam-edito-block__heading {
    margin-bottom: 16px;
  }
  .lfam-edito-block__content {
    font-size: 1rem;
  }
  .lfam-edito-block__script {
    font-size: 40px;
  }
  .lfam-edito-block__title {
    font-size: 40px;
  }
  .lfam-edito-block__grid.flex-lg-row-reverse .lfam-edito-block__text,
  .lfam-edito-block__grid.flex-lg-row-reverse .lfam-edito-block__media-wrap {
    order: initial;
  }
  .lfam-edito-badge,
  .lfam-edito-block__grid.flex-lg-row-reverse .lfam-edito-badge {
    left: -18px;
    right: auto;
    top: -24px;
    width: 170px;
    transform: rotate(-18deg);
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .lfam-edito-block {
    padding: 56px 12px;
  }
  .lfam-edito-block__grid {
    --bs-gutter-y: 36px;
    max-width: 760px;
    margin: 0 auto;
  }
  .lfam-edito-block__text, .lfam-edito-block__media-wrap {
    order: initial;
  }
  .lfam-edito-block__grid.flex-lg-row-reverse .lfam-edito-block__text,
  .lfam-edito-block__grid.flex-lg-row-reverse .lfam-edito-block__media-wrap {
    order: initial;
  }
}
.lfam-section-privatisation {
  padding: 0 12px 4rem;
  background: #FEF5EE;
}
@media (max-width: 767.98px) {
  .lfam-section-privatisation {
    padding: 2.5rem 0;
  }
}

.lfam-priv-offers__grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  --lfam-priv-card-ratio: 16 / 9;
  align-items: stretch;
}
.lfam-priv-offers__grid > * {
  display: flex;
}
.lfam-priv-offers__card {
  position: relative;
  width: 100%;
  aspect-ratio: var(--lfam-priv-card-ratio);
  padding: 2rem 1.25rem;
  border: 2px solid #0F172A;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lfam-priv-offers__card {
    aspect-ratio: initial;
  }
}
.lfam-priv-offers__card--offer {
  background: #f4ac7d;
}
.lfam-priv-offers__card--loyalty {
  background: #FEEFC7;
}
.lfam-priv-offers__inner {
  width: min(100%, 555px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.lfam-priv-offers__heading {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lfam-priv-offers__script {
  font-family: "Damion", cursive;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(46px, 5.35vw, 69px);
  text-shadow: 1px 5px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000, 1px 0px 0 #000;
  margin: 0;
  position: relative;
  z-index: 2;
  line-height: normal;
  color: #FEDE85;
}
.lfam-priv-offers__script--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-priv-offers__script--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-priv-offers__script--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-priv-offers__script--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-priv-offers__title {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(40px, 4.95vw, 64px);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: -23px 0 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
.lfam-priv-offers__title--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-priv-offers__title--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-priv-offers__title--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-priv-offers__title--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-priv-offers__lead {
  margin: 0;
  width: 100%;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: #0F172A;
  text-align: center;
}
.lfam-priv-offers__lead p {
  margin: 0;
}
.lfam-priv-offers__lead p + p {
  margin-top: 8px;
}
.lfam-priv-offers__text {
  margin: 0;
  width: 100%;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #0F172A;
  text-align: center;
}
.lfam-priv-offers__text p {
  margin: 0;
}
.lfam-priv-offers__text p + p {
  margin-top: 8px;
}
.lfam-priv-offers__text strong {
  font-weight: 700;
}
.lfam-priv-offers__btn {
  min-width: 176px;
  min-height: 56px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: var(--lfam-cta-bg, #FFFAEB);
  box-shadow: 4px 4px 0 #0F172A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-priv-offers__btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #0F172A;
  color: #0F172A;
}
.lfam-priv-offers__btn:focus-visible {
  outline: 2px solid #0F172A;
  outline-offset: 2px;
}
.lfam-priv-offers__btn.btn-primary {
  --lfam-cta-bg: #ABE4DA;
}
.lfam-priv-offers__btn.btn-secondary {
  --lfam-cta-bg: #FFFAEB;
}
.lfam-priv-offers__btn.btn-tercary {
  --lfam-cta-bg: #F3A0CF;
}
.lfam-priv-offers__btn-icon {
  width: 24px;
  height: 24px;
  display: block;
}

@media (max-width: 767.98px) {
  .lfam-priv-offers__grid {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
  }
  .lfam-priv-offers__card {
    padding: 24px 16px;
  }
  .lfam-priv-offers__inner {
    gap: 18px;
  }
  .lfam-priv-offers__script {
    font-size: 70px;
    line-height: 55px;
  }
  .lfam-priv-offers__title {
    font-size: clamp(40px, 10vw, 48px);
    margin: 0;
  }
  .lfam-priv-offers__lead, .lfam-priv-offers__text {
    font-size: 15px;
  }
  .lfam-priv-offers__btn {
    min-width: 168px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .lfam-priv-offers__grid {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    max-width: 760px;
    margin: 0 auto;
  }
}
.lfam-section-devis {
  padding: clamp(48px, 8vw, 80px) 0;
  background: #FEF5EE;
}

.lfam-back-wrap {
  margin-bottom: 14px;
  display: flex;
}

.lfam-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0F172A;
  text-decoration: none;
}
.lfam-back:hover, .lfam-back:focus-visible {
  color: #0F172A;
}
.lfam-back:hover .lfam-back__label::before, .lfam-back:focus-visible .lfam-back__label::before {
  transform: scaleX(0);
}
.lfam-back:hover .lfam-back__label::after, .lfam-back:focus-visible .lfam-back__label::after {
  transform: scaleX(1);
}
.lfam-back__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}
.lfam-back__label {
  position: relative;
  display: inline-block;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #0F172A;
  padding-bottom: 3px;
}
.lfam-back__label::before, .lfam-back__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.lfam-back__label::before {
  bottom: 1px;
  transform: scaleX(1);
}
.lfam-back__label::after {
  bottom: -1px;
  transform: scaleX(0);
}

@media (max-width: 767.98px) {
  .lfam-back-wrap {
    margin-bottom: 16px;
  }
}
.lfam-devis-form-wrap {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.lfam-devis-form__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding-bottom: 32px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .lfam-devis-form__header {
    padding-top: 128px;
  }
}

.lfam-devis-form__title {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(36px, 5.5vw, 48px);
  color: #79CFC2;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  font-feature-settings: "case";
}

.lfam-devis-form__subtitle {
  margin: 0;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.lfam-devis-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .lfam-devis-form {
    gap: 20px;
  }
}
.lfam-devis-form__error-global {
  width: 100%;
  padding: 12px 16px;
  background: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 0.5rem;
  color: #b91c1c;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
}
.lfam-devis-form__error-global.d-none {
  display: none !important;
}
.lfam-devis-form__row {
  display: flex;
  gap: 8px;
  width: 100%;
}
.lfam-devis-form__row--mixed {
  align-items: flex-end;
}
.lfam-devis-form__row--radios {
  gap: 20px;
  align-items: flex-start;
  padding: 8px 0;
}
.lfam-devis-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0;
}
@media (max-width: 767.98px) {
  .lfam-devis-form__field {
    gap: 12px;
  }
}
.lfam-devis-form__field--grow {
  flex: 1 1 auto;
}
.lfam-devis-form__label {
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0F172A;
  line-height: 1;
}
.lfam-devis-form__input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  border: 1px solid #94A3B8;
  border-radius: 0.75rem;
  background: transparent;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0F172A;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.lfam-devis-form__input::placeholder {
  color: #94A3B8;
}
.lfam-devis-form__input:hover {
  border-color: #0F172A;
  color: #0F172A;
}
.lfam-devis-form__input:focus, .lfam-devis-form__input:focus-visible {
  outline: none;
  border-color: #0F172A;
  box-shadow: none;
  color: #0F172A;
}
.lfam-devis-form__input.is-invalid {
  border-color: #dc3545;
}
.lfam-devis-form__select-wrap {
  position: relative;
  width: 100%;
}
.lfam-devis-form__select {
  cursor: pointer;
  padding-right: 44px;
  color: #94A3B8;
}
.lfam-devis-form__select option {
  background: #ffffff;
}
.lfam-devis-form__select option:not([value=""]) {
  color: #0F172A;
}
.lfam-devis-form__select-arrow {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F172A;
  width: 32px;
  height: 32px;
}
.lfam-devis-form__select-wrap.lfam-contact-select-wrap > .lfam-devis-form__select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.lfam-devis-form__select-wrap.lfam-contact-select-wrap > .lfam-devis-form__select-arrow {
  display: none;
}
.lfam-devis-form__select-wrap.lfam-contact-select-wrap > .lfam-devis-form__select.is-invalid + .lfam-contact-select .lfam-contact-select__trigger {
  border-color: #dc3545;
}
.lfam-devis-form .lfam-contact-select {
  position: relative;
  width: 100%;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__trigger {
  width: 100%;
  min-height: 56px;
  padding: 12px;
  border: 1px solid #94A3B8;
  border-radius: 0.75rem;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #94A3B8;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__arrow {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4 7.5l6 6 6-6' fill='none' stroke='%230F172A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__trigger:hover,
.lfam-devis-form .lfam-contact-select .lfam-contact-select__trigger:focus-visible {
  border-color: #0F172A;
  color: #0F172A;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__trigger:hover .lfam-contact-select__arrow,
.lfam-devis-form .lfam-contact-select .lfam-contact-select__trigger:focus-visible .lfam-contact-select__arrow {
  transform: rotate(-90deg);
}
.lfam-devis-form .lfam-contact-select.has-value .lfam-contact-select__label {
  color: #0F172A;
}
.lfam-devis-form .lfam-contact-select.is-open .lfam-contact-select__trigger {
  border-color: #94A3B8;
  color: #94A3B8;
}
.lfam-devis-form .lfam-contact-select.is-open .lfam-contact-select__arrow {
  transform: rotate(180deg);
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 15;
  display: none;
  flex-direction: column;
  gap: 0;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}
.lfam-devis-form .lfam-contact-select.is-open .lfam-contact-select__menu {
  display: flex;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__option {
  width: 100%;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__option:hover, .lfam-devis-form .lfam-contact-select .lfam-contact-select__option:focus-visible, .lfam-devis-form .lfam-contact-select .lfam-contact-select__option.is-highlighted {
  background: #F9CEAF;
}
.lfam-devis-form .lfam-contact-select .lfam-contact-select__option.is-selected {
  background: #FEF5EE;
}
.lfam-devis-form__textarea {
  height: 120px;
  padding: 12px;
  line-height: 1.5;
  resize: vertical;
}
.lfam-devis-form__counter {
  display: flex;
  align-items: center;
  height: 56px;
  border: 1px solid #94A3B8;
  border-radius: 0.75rem;
  overflow: hidden;
}
.lfam-devis-form__counter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #0F172A;
  transition: background 0.15s ease;
}
.lfam-devis-form__counter-btn:hover {
  background: rgba(15, 23, 42, 0.06);
}
.lfam-devis-form__counter-btn svg {
  display: block;
}
.lfam-devis-form__counter-input {
  width: 82px;
  height: 56px;
  border: none;
  border-left: 1px solid #94A3B8;
  border-right: 1px solid #94A3B8;
  background: transparent;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  color: #64748B;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}
.lfam-devis-form__counter-input::-webkit-inner-spin-button, .lfam-devis-form__counter-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lfam-devis-form__counter-input:focus {
  outline: none;
}
.lfam-devis-form__radio-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .lfam-devis-form__radio-group {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 0;
    row-gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .lfam-devis-form__radio-group:last-child {
    border-top: 1px solid #94A3B8;
    padding-top: 20px;
  }
}
.lfam-devis-form__radio-label {
  margin: 0 0 4px;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0F172A;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .lfam-devis-form__radio-label {
    width: 100%;
  }
}
.lfam-devis-form__radio {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 20px;
  cursor: pointer;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  color: #94A3B8;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .lfam-devis-form__radio {
    width: 50%;
  }
}
.lfam-devis-form__radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #0F172A;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
}
.lfam-devis-form__radio input[type=radio]:checked {
  background: #0F172A;
  box-shadow: inset 0 0 0 3px white;
}
.lfam-devis-form__separator {
  align-self: stretch;
  width: 1px;
  background: #94A3B8;
  flex-shrink: 0;
}
.lfam-devis-form__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
}
.lfam-devis-form__optin {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}
.lfam-devis-form__optin input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #0F172A;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s;
}
.lfam-devis-form__optin input[type=checkbox]:checked {
  background: #0F172A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 13l4 4L19 7' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/14px;
}
.lfam-devis-form__optin input[type=checkbox].is-invalid {
  border-color: #dc3545;
}
.lfam-devis-form__optin-text {
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  color: #0F172A;
  line-height: 1.3;
}
.lfam-devis-form__optin-text p {
  margin: 0;
}
.lfam-devis-form__optin-text a {
  color: inherit;
  text-decoration: underline;
}
.lfam-devis-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 12px 20px;
  background: #ABE4DA;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lfam-devis-form__submit:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #0F172A;
}
.lfam-devis-form__submit:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.lfam-devis-form__submit-loading.d-none {
  display: none !important;
}
@media (max-width: 575.98px) {
  .lfam-devis-form__row--radios {
    flex-direction: column;
  }
  .lfam-devis-form__separator {
    display: none;
  }
}

.lfam-devis-confirm {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: clamp(64px, 8vw, 80px) 0;
  background: #FEF5EE;
}
.lfam-devis-confirm.d-none {
  display: none !important;
}

.lfam-hero-restaurant {
  position: relative;
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  overflow: hidden;
  color: #FFFAEB;
}
.lfam-hero-restaurant > .position-absolute {
  inset: 0;
}
.lfam-hero-restaurant video {
  object-fit: cover;
}
.lfam-hero-restaurant__overlay {
  color: #FFFAEB;
  inset: 0;
  z-index: 1;
  position: absolute;
  background: linear-gradient(180deg, rgba(20, 27, 52, 0.2) 0%, rgba(20, 27, 52, 0) 28.312%), linear-gradient(180deg, rgba(20, 27, 52, 0) 70.012%, rgba(20, 27, 52, 0.5) 100%), linear-gradient(90deg, rgba(44, 31, 14, 0.2) 0%, rgba(44, 31, 14, 0.2) 100%);
}
.lfam-hero-restaurant__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding-top: max(76px, var(--header-height, 80px) + 12px);
  padding-bottom: 2rem;
}
.lfam-hero-restaurant__main {
  flex: 1 0 auto;
  color: #FFFAEB;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  display: flex;
}
.lfam-hero-restaurant__titles {
  display: flex;
  flex-direction: column;
  color: #FFFAEB;
  gap: 0.75rem;
}
.lfam-hero-restaurant__script {
  color: #FEDE85;
  text-align: center;
  text-shadow: 1px 5px 0 #0F172A, -1px 0px 0 #0F172A, 0px -1px 0 #0F172A, 1px 0px 0 #0F172A;
  font-family: Damion;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lfam-hero-restaurant__title {
  margin: 0;
  width: 100%;
  color: #FEDE85;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(42px, 5.5vw, 64px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
}
.lfam-hero-restaurant__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  width: min(100%, 576px);
}
.lfam-hero-restaurant__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 210px);
  min-height: 70px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.75rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-hero-restaurant__cta:hover, .lfam-hero-restaurant__cta:focus {
  transform: scale(0.97);
  box-shadow: 3px 3px 0 0 #0F172A;
  color: #0F172A;
}
.lfam-hero-restaurant__cta--menu {
  background: #FFFAEB;
}
.lfam-hero-restaurant__cta--reserve {
  background: #F3A0CF;
}
.lfam-hero-restaurant__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
.lfam-hero-restaurant__details {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: 344px;
  color: #FFFAEB;
  flex: 0 0 auto;
}
.lfam-hero-restaurant__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #0F172A;
  padding-top: 48px;
}
.lfam-hero-restaurant__breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #0F172A;
  text-decoration: none;
}
.lfam-hero-restaurant__breadcrumb-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lfam-hero-restaurant__breadcrumb-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.lfam-hero-restaurant__breadcrumb-link-text {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  min-height: 24px;
  padding-bottom: 4px;
}
.lfam-hero-restaurant__breadcrumb-link-text::before, .lfam-hero-restaurant__breadcrumb-link-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.lfam-hero-restaurant__breadcrumb-link-text::before {
  bottom: 1px;
  transform: scaleX(1);
}
.lfam-hero-restaurant__breadcrumb-link-text::after {
  bottom: -1px;
  transform: scaleX(0);
}
.lfam-hero-restaurant__breadcrumb-link:hover .lfam-hero-restaurant__breadcrumb-link-text::before, .lfam-hero-restaurant__breadcrumb-link:focus-visible .lfam-hero-restaurant__breadcrumb-link-text::before {
  transform: scaleX(0);
}
.lfam-hero-restaurant__breadcrumb-link:hover .lfam-hero-restaurant__breadcrumb-link-text::after, .lfam-hero-restaurant__breadcrumb-link:focus-visible .lfam-hero-restaurant__breadcrumb-link-text::after {
  transform: scaleX(1);
}
.lfam-hero-restaurant__breadcrumb-separator, .lfam-hero-restaurant__breadcrumb-current {
  color: #64748B;
}
.lfam-hero-restaurant__breadcrumb-separator {
  font-size: 11px;
}
.lfam-hero-restaurant__details-icon {
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #FEDE85;
  color: #0F172A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lfam-hero-restaurant__details-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.lfam-hero-restaurant__details-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: min(100%, 300px);
}
.lfam-hero-restaurant__address-line {
  margin: 0;
  color: #FFFAEB;
  font-family: "Signika", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}
.lfam-hero-restaurant__address-line--primary {
  font-weight: 700;
  line-height: 1.1;
}
.lfam-hero-restaurant__phone-link {
  color: #FFFAEB;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.lfam-hero-restaurant__phone-link:hover, .lfam-hero-restaurant__phone-link:focus-visible {
  color: #FFFAEB;
}
.lfam-hero-restaurant__hours-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-bottom: 4px;
  color: #FFFAEB;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.lfam-hero-restaurant__hours-link::before, .lfam-hero-restaurant__hours-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.lfam-hero-restaurant__hours-link::before {
  bottom: 1px;
  transform: scaleX(1);
}
.lfam-hero-restaurant__hours-link::after {
  bottom: -1px;
  transform: scaleX(0);
}
.lfam-hero-restaurant__hours-link:hover::before, .lfam-hero-restaurant__hours-link:focus-visible::before {
  transform: scaleX(0);
}
.lfam-hero-restaurant__hours-link:hover::after, .lfam-hero-restaurant__hours-link:focus-visible::after {
  transform: scaleX(1);
}
.lfam-hero-restaurant__description {
  flex: 0 1 686px;
  max-width: 686px;
  color: #FFFAEB;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.lfam-hero-restaurant__description p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .lfam-hero-restaurant__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .lfam-hero-restaurant__breadcrumb {
    align-self: flex-start;
    padding-top: 40px;
  }
  .lfam-hero-restaurant__details-copy {
    width: 100%;
  }
  .lfam-hero-restaurant__description {
    max-width: 100%;
    flex-basis: auto;
  }
}
@media (max-width: 767.98px) {
  .lfam-hero-restaurant__inner {
    gap: 2rem;
    padding-top: max(88px, var(--header-height, 80px) + 20px);
    padding-bottom: 1.25rem;
  }
  .lfam-hero-restaurant__main {
    gap: 2rem;
  }
  .lfam-hero-restaurant__titles {
    gap: 0.5rem;
  }
  .lfam-hero-restaurant__script {
    font-size: clamp(40px, 10vw, 56px);
  }
  .lfam-hero-restaurant__title {
    font-size: clamp(40px, 10vw, 52px);
  }
  .lfam-hero-restaurant__actions {
    width: 100%;
    gap: 0.75rem;
    justify-content: center;
  }
  .lfam-hero-restaurant__cta {
    width: auto;
    min-height: 56px;
  }
  .lfam-hero-restaurant__details {
    gap: 0.75rem;
    max-width: 100%;
  }
  .lfam-hero-restaurant__address-line {
    font-size: 1rem;
  }
  .lfam-hero-restaurant__description {
    font-size: 0.875rem;
  }
}

.lfam-zenchef-modal .modal-content {
  border: 1px solid #0F172A;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 8px 8px 0 0 #0F172A;
  background: #FEF5EE;
}
.lfam-zenchef-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.lfam-zenchef-modal__body {
  min-height: 70vh;
  padding: 56px 20px 20px;
}
.lfam-zenchef-modal__body iframe {
  width: 100% !important;
  min-height: 64vh;
  border: 0;
}
@media (max-width: 767.98px) {
  .lfam-zenchef-modal__body {
    min-height: auto;
    padding: 56px 12px 12px;
  }
  .lfam-zenchef-modal__body iframe {
    min-height: 70vh;
  }
}

.lfam-section-services {
  padding: 1.25rem 0;
}
.lfam-section-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: stretch;
}
.lfam-section-services--double .lfam-section-services__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lfam-section-services--single .lfam-section-services__grid {
  grid-template-columns: minmax(0, 1fr);
}
.lfam-section-services--single .lfam-service-card__inner {
  max-width: none;
}
.lfam-section-services .lfam-service-card {
  border-radius: 12px;
  padding: 4px;
  min-width: 0;
  display: flex;
  transition: transform 0.2s ease;
}
.lfam-section-services .lfam-service-card:hover {
  transform: translateY(-2px);
}
.lfam-section-services .lfam-service-card--reservation {
  background: #ABE4DA;
}
.lfam-section-services .lfam-service-card--privatisation {
  background: #F4AC7D;
}
.lfam-section-services .lfam-service-card--commande {
  background: #fde08a;
}
.lfam-section-services .lfam-service-card__inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  padding: 3rem;
  text-align: center;
  color: #0F172A;
  border: 2px solid #0F172A;
  border-radius: 8px;
}
.lfam-section-services .lfam-service-card__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  line-height: 0.95;
  color: #0F172A;
}
.lfam-section-services .lfam-service-card__subtitle {
  margin: -4px 0 0;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 700;
  color: #0F172A;
}
.lfam-section-services .lfam-service-card__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.2;
  color: #0F172A;
}
.lfam-section-services .lfam-service-card__text p {
  margin: 0;
}
.lfam-section-services .lfam-service-card__text p + p {
  margin-top: 1rem;
}
.lfam-section-services .lfam-service-card__text strong {
  font-weight: 600;
}
.lfam-section-services .lfam-service-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: auto;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.lfam-section-services .lfam-service-card__link-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-bottom: 4px;
}
.lfam-section-services .lfam-service-card__link-label::before, .lfam-section-services .lfam-service-card__link-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.lfam-section-services .lfam-service-card__link-label::before {
  bottom: 1px;
  transform: scaleX(1);
}
.lfam-section-services .lfam-service-card__link-label::after {
  bottom: -1px;
  transform: scaleX(0);
}
.lfam-section-services .lfam-service-card__link:hover, .lfam-section-services .lfam-service-card__link:focus-visible {
  color: #0F172A;
}
.lfam-section-services .lfam-service-card__link:hover .lfam-service-card__link-label::before, .lfam-section-services .lfam-service-card__link:focus-visible .lfam-service-card__link-label::before {
  transform: scaleX(0);
}
.lfam-section-services .lfam-service-card__link:hover .lfam-service-card__link-label::after, .lfam-section-services .lfam-service-card__link:focus-visible .lfam-service-card__link-label::after {
  transform: scaleX(1);
}
.lfam-section-services .lfam-service-card__link-icon, .lfam-section-services .lfam-service-card__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.lfam-section-services .lfam-service-card__link-icon svg, .lfam-section-services .lfam-service-card__button-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.lfam-section-services .lfam-service-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: auto;
}
.lfam-section-services .lfam-service-card__button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 8px;
  background: #FFFAEB;
  box-shadow: 4px 4px 0 #0F172A;
  color: #0F172A;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-section-services .lfam-service-card__button:hover, .lfam-section-services .lfam-service-card__button:focus-visible {
  color: #0F172A;
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 #0F172A;
}
@media (max-width: 991.98px) {
  .lfam-section-services__grid {
    grid-template-columns: 1fr;
  }
  .lfam-section-services .lfam-service-card__inner {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .lfam-section-services {
    padding: 1.25rem 0;
  }
  .lfam-section-services .lfam-service-card__inner {
    gap: 0.75rem;
    padding: 2rem 1.25rem;
  }
  .lfam-section-services .lfam-service-card__title {
    font-size: 24px;
  }
  .lfam-section-services .lfam-service-card__subtitle {
    font-size: 1rem;
  }
  .lfam-section-services .lfam-service-card__text {
    font-size: 0.9375rem;
  }
  .lfam-section-services .lfam-service-card__actions {
    flex-direction: column;
    align-items: center;
  }
}

.lfam-section-carte {
  padding: 3rem 0;
}
.lfam-section-carte__block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem;
  min-height: 32.3125rem;
  padding: 0.5rem;
  background: #F9CEAF;
  border-radius: 0.75rem;
  margin: 0 48px;
}
.lfam-section-carte--no-media .lfam-section-carte__block {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}
.lfam-section-carte__media {
  min-height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lfam-section-carte__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.lfam-section-carte__content {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  border-radius: 0.5rem;
}
.lfam-section-carte__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}
.lfam-section-carte__eyebrow {
  margin: 0;
  font-family: "Damion", cursive;
  font-size: 4rem;
  line-height: 0.48;
  color: #FEDE85;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 1.384px 2.769px 0 #0F172A, -0.69px -0.69px 0 #0F172A, 0.69px -0.69px 0 #0F172A;
  /* Heading/H3 */
  font-family: "Damion", cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 48%;
  top: 2px;
  /* 30.72px */
  position: relative;
  z-index: 2;
}
.lfam-section-carte__title {
  margin: -5px 0 0;
  font-family: "Luckiest Guy", cursive;
  font-size: 4rem;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #79CFC2;
  position: relative;
  z-index: 1;
}
.lfam-section-carte__text {
  width: 100%;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0F172A;
}
.lfam-section-carte__actions {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.25rem;
}
.lfam-section-carte__link {
  width: 100%;
  min-height: 2.25rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px solid #0F172A;
  color: #0F172A;
  text-decoration: none;
}
.lfam-section-carte__link span:first-child {
  transition: padding-left 0.2s ease-in-out;
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  line-height: 1;
}
.lfam-section-carte__link:hover, .lfam-section-carte__link:focus-visible {
  color: #0F172A;
}
.lfam-section-carte__link:hover span:first-child, .lfam-section-carte__link:focus-visible span:first-child {
  padding-left: 20px;
}
.lfam-section-carte__link-icon, .lfam-section-carte__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.lfam-section-carte__link-icon svg, .lfam-section-carte__button-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.lfam-section-carte__button {
  align-self: flex-start;
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.75rem 1.25rem;
  background: #FEF5EE;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-section-carte__button:hover, .lfam-section-carte__button:focus-visible {
  color: #0F172A;
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 0 #0F172A;
}
@media (max-width: 991.98px) {
  .lfam-section-carte__block {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }
  .lfam-section-carte__media {
    min-height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .lfam-section-carte {
    padding: 2rem 0;
  }
  .lfam-section-carte__block {
    gap: 0.5rem;
    padding: 0.5rem;
    margin: 0;
  }
  .lfam-section-carte__media {
    min-height: 18rem;
  }
  .lfam-section-carte__content {
    gap: 1.25rem;
    padding: 1.25rem;
  }
  .lfam-section-carte__eyebrow {
    font-size: 40px;
    top: 0;
  }
  .lfam-section-carte__title {
    font-size: 40px;
  }
  .lfam-section-carte__text {
    font-size: 1rem;
  }
  .lfam-section-carte__link span:first-child {
    font-size: 24px;
  }
}

.lfam-section-cuisine,
.lfam-cuisine-regressive {
  padding: 3rem 0;
  overflow: hidden;
}
.lfam-section-cuisine__inner,
.lfam-cuisine-regressive__inner {
  display: grid;
  grid-template-columns: minmax(0, 30.25rem) minmax(0, 1fr);
  gap: 5rem;
  align-items: center;
  justify-content: center;
}
.lfam-section-cuisine--no-media .lfam-cuisine-regressive__inner,
.lfam-cuisine-regressive--no-media .lfam-cuisine-regressive__inner {
  grid-template-columns: minmax(0, 1fr);
}
.lfam-section-cuisine--media-left .lfam-cuisine-regressive__content,
.lfam-cuisine-regressive--media-left .lfam-cuisine-regressive__content {
  order: 2;
}
.lfam-section-cuisine--media-left .lfam-cuisine-regressive__media,
.lfam-cuisine-regressive--media-left .lfam-cuisine-regressive__media {
  order: 1;
}
.lfam-section-cuisine__content,
.lfam-cuisine-regressive__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  max-width: 37.5rem;
  position: relative;
  z-index: 2;
}
.lfam-section-cuisine__heading,
.lfam-cuisine-regressive__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding-bottom: 5px;
}
.lfam-section-cuisine__eyebrow,
.lfam-cuisine-regressive__eyebrow {
  margin: 0;
  width: 100%;
  font-family: "Damion", cursive;
  font-size: 3rem;
  line-height: 0.48;
  color: #FEDE85;
  text-shadow: 1px 5px 0 #0F172A, -1px 0px 0 #0F172A, 0px -1px 0 #0F172A, 1px 0px 0 #0F172A;
  position: relative;
  z-index: 2;
}
.lfam-section-cuisine__title,
.lfam-cuisine-regressive__title {
  margin: 0;
  width: 100%;
  font-family: "Luckiest Guy", cursive;
  font-size: 3rem;
  line-height: 1;
  text-transform: lowercase;
  color: #F3A0CF;
  text-shadow: 5.327px 7.99px 0 #0F172A;
  position: relative;
  z-index: 1;
}
.lfam-section-cuisine__title--blue,
.lfam-cuisine-regressive__title--blue {
  color: #79CFC2;
}
.lfam-section-cuisine__title--pink,
.lfam-cuisine-regressive__title--pink {
  color: #F3A0CF;
}
.lfam-section-cuisine__title--orange,
.lfam-cuisine-regressive__title--orange {
  color: #EA591D;
}
.lfam-section-cuisine__text,
.lfam-cuisine-regressive__text {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0F172A;
}
.lfam-section-cuisine__text p,
.lfam-cuisine-regressive__text p {
  margin: 0;
}
.lfam-section-cuisine__text p + p,
.lfam-cuisine-regressive__text p + p {
  margin-top: 1rem;
}
.lfam-section-cuisine__text h2,
.lfam-section-cuisine__text h3,
.lfam-section-cuisine__text h4,
.lfam-cuisine-regressive__text h2,
.lfam-cuisine-regressive__text h3,
.lfam-cuisine-regressive__text h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.lfam-section-cuisine__text img,
.lfam-cuisine-regressive__text img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.lfam-section-cuisine__button,
.lfam-cuisine-regressive__button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  background: #F3A0CF;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-section-cuisine__button:hover, .lfam-section-cuisine__button:focus-visible,
.lfam-cuisine-regressive__button:hover,
.lfam-cuisine-regressive__button:focus-visible {
  color: #0F172A;
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 0 #0F172A;
}
.lfam-section-cuisine__button--blue,
.lfam-cuisine-regressive__button--blue {
  background: #79CFC2;
}
.lfam-section-cuisine__button--blue:hover, .lfam-section-cuisine__button--blue:focus-visible,
.lfam-cuisine-regressive__button--blue:hover,
.lfam-cuisine-regressive__button--blue:focus-visible {
  background: #79CFC2;
}
.lfam-section-cuisine__button--pink,
.lfam-cuisine-regressive__button--pink {
  background: #F3A0CF;
}
.lfam-section-cuisine__button--pink:hover, .lfam-section-cuisine__button--pink:focus-visible,
.lfam-cuisine-regressive__button--pink:hover,
.lfam-cuisine-regressive__button--pink:focus-visible {
  background: #F3A0CF;
}
.lfam-section-cuisine__button--orange,
.lfam-cuisine-regressive__button--orange {
  background: #EA591D;
}
.lfam-section-cuisine__button--orange:hover, .lfam-section-cuisine__button--orange:focus-visible,
.lfam-cuisine-regressive__button--orange:hover,
.lfam-cuisine-regressive__button--orange:focus-visible {
  background: #EA591D;
}
.lfam-section-cuisine__media,
.lfam-cuisine-regressive__media {
  position: relative;
  min-height: 42rem;
  isolation: isolate;
}
.lfam-section-cuisine__photo,
.lfam-cuisine-regressive__photo {
  position: absolute;
  width: 21.98rem;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
}
.lfam-section-cuisine__photo img,
.lfam-cuisine-regressive__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.lfam-section-cuisine__photo--one,
.lfam-cuisine-regressive__photo--one {
  left: 0;
  top: 8.5rem;
  transform: rotate(-9.62deg);
}
.lfam-section-cuisine__photo--two,
.lfam-cuisine-regressive__photo--two {
  right: 1rem;
  top: 0;
  transform: rotate(-14.16deg);
}
.lfam-section-cuisine__photo--three,
.lfam-cuisine-regressive__photo--three {
  left: 10.5rem;
  bottom: 1rem;
  transform: rotate(9.49deg);
}
@media (max-width: 1199.98px) {
  .lfam-section-cuisine__inner,
  .lfam-cuisine-regressive__inner {
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
  }
  .lfam-section-cuisine__media,
  .lfam-cuisine-regressive__media {
    min-height: 34rem;
  }
  .lfam-section-cuisine__photo,
  .lfam-cuisine-regressive__photo {
    width: 17rem;
  }
  .lfam-section-cuisine__photo--three,
  .lfam-cuisine-regressive__photo--three {
    left: 6.5rem;
  }
}
@media (max-width: 991.98px) {
  .lfam-section-cuisine__inner,
  .lfam-cuisine-regressive__inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .lfam-section-cuisine--media-left .lfam-cuisine-regressive__content,
  .lfam-section-cuisine--media-left .lfam-cuisine-regressive__media,
  .lfam-cuisine-regressive--media-left .lfam-cuisine-regressive__content,
  .lfam-cuisine-regressive--media-left .lfam-cuisine-regressive__media {
    order: initial;
  }
  .lfam-section-cuisine__media,
  .lfam-cuisine-regressive__media {
    min-height: 28rem;
    width: min(100%, 30rem);
    margin: 0 auto;
  }
  .lfam-section-cuisine__photo,
  .lfam-cuisine-regressive__photo {
    width: 13rem;
  }
  .lfam-section-cuisine__photo--one,
  .lfam-cuisine-regressive__photo--one {
    top: 6rem;
  }
  .lfam-section-cuisine__photo--two,
  .lfam-cuisine-regressive__photo--two {
    right: 0;
  }
  .lfam-section-cuisine__photo--three,
  .lfam-cuisine-regressive__photo--three {
    left: 8rem;
    bottom: 0.25rem;
  }
}
@media (max-width: 767.98px) {
  .lfam-section-cuisine,
  .lfam-cuisine-regressive {
    padding: 2rem 0;
  }
  .lfam-section-cuisine__content,
  .lfam-cuisine-regressive__content {
    gap: 1.25rem;
  }
  .lfam-section-cuisine__eyebrow,
  .lfam-cuisine-regressive__eyebrow {
    font-size: 2rem;
  }
  .lfam-section-cuisine__title,
  .lfam-cuisine-regressive__title {
    font-size: 2.5rem;
  }
  .lfam-section-cuisine__text,
  .lfam-cuisine-regressive__text {
    font-size: 1rem;
  }
  .lfam-section-cuisine__button,
  .lfam-cuisine-regressive__button {
    width: 100%;
    max-width: 14rem;
  }
  .lfam-section-cuisine__media,
  .lfam-cuisine-regressive__media {
    min-height: 23rem;
  }
  .lfam-section-cuisine__photo,
  .lfam-cuisine-regressive__photo {
    width: 10.5rem;
  }
  .lfam-section-cuisine__photo--one,
  .lfam-cuisine-regressive__photo--one {
    top: 5.25rem;
  }
  .lfam-section-cuisine__photo--three,
  .lfam-cuisine-regressive__photo--three {
    left: 6rem;
  }
}

.lfam-section-horaires {
  padding: 4rem 0 3rem;
  background: #fdf4ed;
  position: relative;
  overflow: hidden;
}
.lfam-section-horaires__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.lfam-section-horaires__phone-sticker {
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 18rem;
  height: 8.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem 0.75rem 3rem;
  background: url("../img/ellipse.png") no-repeat center/contain;
  border: none;
  z-index: 1;
}
.lfam-section-horaires__phone-illustration {
  flex-shrink: 0;
  color: #0F172A;
  transform-origin: center;
  transform: rotate(-18deg);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: rotate(-18deg) translateY(-31%);
}
.lfam-section-horaires__phone-illustration svg {
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: center;
  transform: rotate(18deg);
}
.lfam-section-horaires__phone-link {
  color: #FEDE85;
  font-family: "Luckiest Guy", cursive;
  font-size: 1.625rem;
  line-height: 1;
  text-decoration: none;
  text-shadow: 1px 2px 0 #0F172A;
  white-space: nowrap;
  transform-origin: center;
  transform: rotate(-18deg);
  margin: -12px 0px 0px 6px;
}
.lfam-section-horaires__phone-link:hover, .lfam-section-horaires__phone-link:focus-visible {
  color: #FEDE85;
}
.lfam-section-horaires__header {
  max-width: 44rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  color: #0F172A;
}
.lfam-section-horaires__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1;
}
.lfam-section-horaires__title span {
  display: block;
}
.lfam-section-horaires__subtitle {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
.lfam-section-horaires__grid {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.lfam-section-horaires__grid::-webkit-scrollbar {
  display: none;
}
.lfam-section-horaires__card {
  height: 156px;
  width: 156px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: #FEF5EE;
  border: 1px solid #0F172A;
  border-radius: 0.75rem;
  box-shadow: 3px 3px 0 0 #0F172A;
  text-align: center;
  color: #0F172A;
  scroll-snap-align: center;
}
.lfam-section-horaires__card--active {
  background: #E6E3F1;
  border-width: 3px;
}
.lfam-section-horaires__day {
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.lfam-section-horaires__hours {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.lfam-section-horaires__hours p {
  margin: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
}
.lfam-section-horaires__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.lfam-section-horaires__reservation {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: #ABE4DA;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-section-horaires__reservation:hover, .lfam-section-horaires__reservation:focus-visible {
  color: #0F172A;
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 0 #0F172A;
}
.lfam-section-horaires__reservation > * {
  pointer-events: none;
}
.lfam-section-horaires__reservation-icon, .lfam-section-horaires__itinerary-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.lfam-section-horaires__reservation-icon svg, .lfam-section-horaires__itinerary-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.lfam-section-horaires__itinerary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.lfam-section-horaires__itinerary-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-bottom: 4px;
}
.lfam-section-horaires__itinerary-label::before, .lfam-section-horaires__itinerary-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.lfam-section-horaires__itinerary-label::before {
  bottom: 1px;
  transform: scaleX(1);
}
.lfam-section-horaires__itinerary-label::after {
  bottom: -1px;
  transform: scaleX(0);
}
.lfam-section-horaires__itinerary:hover, .lfam-section-horaires__itinerary:focus-visible {
  color: #0F172A;
}
.lfam-section-horaires__itinerary:hover .lfam-section-horaires__itinerary-label::before, .lfam-section-horaires__itinerary:focus-visible .lfam-section-horaires__itinerary-label::before {
  transform: scaleX(0);
}
.lfam-section-horaires__itinerary:hover .lfam-section-horaires__itinerary-label::after, .lfam-section-horaires__itinerary:focus-visible .lfam-section-horaires__itinerary-label::after {
  transform: scaleX(1);
}
@media (max-width: 1199.98px) {
  .lfam-section-horaires__phone-sticker {
    position: relative;
    top: 0;
    left: auto;
    margin-bottom: 0.75rem;
  }
  .lfam-section-horaires__grid {
    flex-direction: row;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }
}
@media (max-width: 767.98px) {
  .lfam-section-horaires {
    padding: 3rem 0 2rem;
  }
  .lfam-section-horaires__inner {
    gap: 1.25rem;
  }
  .lfam-section-horaires__phone-sticker {
    width: 220px;
    height: 119px;
    padding: 0.75rem 1.25rem;
    justify-content: center;
    gap: 0.5rem;
    background: url("../img/ellipse_mobile.png") no-repeat center;
  }
  .lfam-section-horaires__phone-illustration {
    transform: rotate(9deg) translateY(-44%) translateX(-46%);
  }
  .lfam-section-horaires__phone-illustration svg {
    width: 127px;
    height: 121px;
    display: block;
    transform-origin: center;
    transform: rotate(8deg);
  }
  .lfam-section-horaires__phone-link {
    font-size: 22px;
    transform: rotate(-5deg);
  }
  .lfam-section-horaires__title {
    font-size: 2rem;
  }
  .lfam-section-horaires__subtitle, .lfam-section-horaires__day, .lfam-section-horaires__hours {
    font-size: 1rem;
  }
  .lfam-section-horaires__grid {
    flex-direction: column;
    gap: 0.75rem;
  }
  .lfam-section-horaires__card {
    display: flex;
    padding: var(--Spacing-32, 20px) var(--Spacing-20, 12px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    min-height: auto;
    flex-direction: row;
    height: 53px;
    width: 100%;
  }
  .lfam-section-horaires__reservation {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .lfam-section-horaires__grid {
    grid-auto-columns: minmax(11rem, 86vw);
  }
}

.lfam-section-infos .lfam-horaires-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
}
.lfam-section-infos .lfam-horaire-item {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  text-align: center;
  background-color: rgba(248, 250, 252, 0.5);
  font-size: 0.875rem;
}
.lfam-section-infos .lfam-horaire-item.is-today {
  background-color: #A18DC5;
  color: #fff;
  font-weight: 700;
}
.lfam-section-infos .lfam-horaire-item .lfam-horaire-jour {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.lfam-section-infos .lfam-horaire-item .lfam-horaire-heures {
  display: block;
  font-size: 0.8125rem;
}

.lfam-playlist,
.lfam-section-playlist {
  padding: 3rem 0;
  background: #FEF5EE;
}
.lfam-playlist__panel,
.lfam-section-playlist__panel {
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.25rem;
  background: #F3A0CF;
  border: 2px solid #0F172A;
  border-radius: 0.75rem;
}
.lfam-playlist__brand,
.lfam-section-playlist__brand {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
.lfam-playlist__sticker,
.lfam-section-playlist__sticker {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
}
.lfam-playlist__sticker img,
.lfam-section-playlist__sticker img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.lfam-playlist__titles,
.lfam-section-playlist__titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.4rem;
  white-space: nowrap;
}
.lfam-playlist__title, .lfam-playlist__script,
.lfam-section-playlist__title,
.lfam-section-playlist__script {
  margin: 0;
}
.lfam-playlist__title,
.lfam-section-playlist__title {
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1;
  color: #79CFC2;
  text-transform: uppercase;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
}
.lfam-playlist__script,
.lfam-section-playlist__script {
  font-family: "Damion", cursive;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 0.48;
  color: #FEDE85;
  text-shadow: 1px 5px 0 #0F172A, -1px 0px 0 #0F172A, 0px -1px 0 #0F172A, 1px 0px 0 #0F172A;
}
.lfam-playlist__content,
.lfam-section-playlist__content {
  flex: 1 1 auto;
  min-width: 0;
  color: #0F172A;
  font-size: 1rem;
  line-height: 1.35;
}
.lfam-playlist__content p,
.lfam-section-playlist__content p {
  margin: 0;
}
.lfam-playlist__content strong,
.lfam-playlist__content b,
.lfam-section-playlist__content strong,
.lfam-section-playlist__content b {
  font-weight: 700;
}
.lfam-playlist__action,
.lfam-section-playlist__action {
  flex-shrink: 0;
}
.lfam-playlist__button,
.lfam-section-playlist__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #FEF5EE;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-playlist__button:hover, .lfam-playlist__button:focus-visible,
.lfam-section-playlist__button:hover,
.lfam-section-playlist__button:focus-visible {
  color: #0F172A;
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 0 #0F172A;
}
.lfam-playlist__button-icon,
.lfam-section-playlist__button-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.lfam-playlist__button-icon svg,
.lfam-section-playlist__button-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  .lfam-playlist__panel,
  .lfam-section-playlist__panel {
    gap: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .lfam-playlist__panel,
  .lfam-section-playlist__panel {
    flex-wrap: wrap;
    justify-content: center;
  }
  .lfam-playlist__brand,
  .lfam-section-playlist__brand {
    width: 100%;
  }
  .lfam-playlist__content,
  .lfam-section-playlist__content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .lfam-playlist,
  .lfam-section-playlist {
    padding: 2rem 0;
  }
  .lfam-playlist__panel,
  .lfam-section-playlist__panel {
    padding: 1.25rem 0.75rem;
  }
  .lfam-playlist__brand,
  .lfam-section-playlist__brand {
    gap: 0.75rem;
    align-items: center;
  }
  .lfam-playlist__sticker,
  .lfam-section-playlist__sticker {
    width: 3.5rem;
    height: 3.5rem;
  }
  .lfam-playlist__titles,
  .lfam-section-playlist__titles {
    white-space: normal;
  }
  .lfam-playlist__title,
  .lfam-section-playlist__title {
    font-size: 2rem;
  }
  .lfam-playlist__script,
  .lfam-section-playlist__script {
    font-size: 2.5rem;
  }
  .lfam-playlist__content,
  .lfam-section-playlist__content {
    font-size: 0.875rem;
  }
  .lfam-playlist__button,
  .lfam-section-playlist__button {
    width: 100%;
  }
  .lfam-playlist__action,
  .lfam-section-playlist__action {
    width: 100%;
  }
}

.lfam-section-brunch {
  padding: 3.5rem 4rem 7.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfam-section-brunch {
    padding: 2rem 1.25rem 4rem;
  }
}
.lfam-section-brunch__block {
  background: #D5F2EC;
  border-radius: 0.75rem;
  padding: 0.5rem;
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__block {
    padding: 8px;
  }
}
@media (min-width: 1440px) {
  .lfam-section-brunch__block {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1800px) {
  .lfam-section-brunch__block {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.lfam-section-brunch__sticker {
  position: absolute;
  top: -56px;
  left: 40%;
  width: 115px;
  height: 112px;
  z-index: 2;
  pointer-events: none;
}
.lfam-section-brunch__sticker img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 991.98px) {
  .lfam-section-brunch__sticker {
    top: -44px;
    width: 92px;
    height: 90px;
  }
}
.lfam-section-brunch__content {
  padding: 2rem;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__content {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
.lfam-section-brunch__title-script {
  font-family: "Damion", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 0.48;
  color: var(--Brand-Yellow-200, #FEDE85);
  position: relative;
  top: 8px;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 1.384px 2.769px 0 #0F172A, -0.69px -0.69px 0 #0F172A, 0.69px -0.69px 0 #0F172A;
  /* Heading/H3 */
  font-family: "Damion", cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 48%;
  top: 2px;
  /* 30.72px */
}
.lfam-section-brunch__title-script--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-section-brunch__title-script--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-section-brunch__title-script--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-section-brunch__title-script--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__title-script {
    font-size: 40px;
  }
}
.lfam-section-brunch__title-block {
  font-family: "Luckiest Guy", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.lfam-section-brunch__title-block--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-section-brunch__title-block--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-section-brunch__title-block--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-section-brunch__title-block--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__title-block {
    font-size: 40px;
  }
}
.lfam-section-brunch__text {
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0F172A;
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__text {
    display: none;
  }
}
.lfam-section-brunch__infos {
  margin-top: auto;
}
.lfam-section-brunch__info-item {
  border-radius: 0.5rem;
  min-height: 80px;
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__info-item {
    min-height: 68px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
}
.lfam-section-brunch__info-icon {
  object-fit: contain;
  flex-shrink: 0;
  max-width: 37%;
  height: auto;
}
.lfam-section-brunch__info-label {
  font-family: "Signika", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0F172A;
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__info-label {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lfam-section-brunch__info-label {
    font-size: 0.875rem;
  }
}
.lfam-section-brunch__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0.75rem 1.25rem;
  border: 2px solid #0F172A;
  border-radius: 0.5rem;
  background: #FFFAEB;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 4px 4px 0 0 #0F172A;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width: 991.98px) {
  .lfam-section-brunch__cta {
    width: 100%;
  }
}
.lfam-section-brunch__cta:hover, .lfam-section-brunch__cta:focus {
  transform: scale(0.95);
  box-shadow: 3px 3px 0 0 #0F172A;
  color: #0F172A;
}
.lfam-section-brunch__media {
  overflow: hidden;
  min-height: 280px;
}
@media (min-width: 992px) {
  .lfam-section-brunch__media {
    min-height: 100%;
  }
}
.lfam-section-brunch__media img,
.lfam-section-brunch__media picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .lfam-section-brunch__media img,
  .lfam-section-brunch__media picture {
    border-radius: 12px;
  }
}
.lfam-section-brunch__media picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lfam-section-5050 .lfam-5050-bloc {
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
.lfam-section-5050 .lfam-5050-bloc.has-bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
}
.lfam-section-5050 .lfam-5050-bloc > * {
  position: relative;
  z-index: 1;
}
.lfam-section-5050 .lfam-5050-bloc--square {
  aspect-ratio: 1;
}
@media (max-width: 767.98px) {
  .lfam-section-5050 .lfam-5050-bloc--square {
    aspect-ratio: initial;
  }
}
.lfam-section-5050 .lfam-5050-bloc--wide {
  aspect-ratio: 16/9;
}
@media (max-width: 767.98px) {
  .lfam-section-5050 .lfam-5050-bloc--wide {
    aspect-ratio: initial;
  }
}
.lfam-section-5050 .lfam-5050-titre-decoratif {
  font-family: "Luckiest Guy", cursive;
}

.lfam-section-galerie a {
  transition: opacity 0.2s ease;
}
.lfam-section-galerie a:hover {
  opacity: 0.85;
}
.lfam-section-galerie img {
  aspect-ratio: 1;
  object-fit: cover;
}

.lfam-section-slider-restos {
  padding: 5rem 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .lfam-section-slider-restos {
    padding: 3rem 0;
  }
}
.lfam-section-slider-restos__container {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 991.98px) {
  .lfam-section-slider-restos__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lfam-section-slider-restos__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.lfam-section-slider-restos__title {
  margin: 0;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: var(--Font-size-Heading-H2, 3rem);
  text-transform: uppercase;
}
.lfam-section-slider-restos__title--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-section-slider-restos__title--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-section-slider-restos__title--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-section-slider-restos__title--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
@media (max-width: 767.98px) {
  .lfam-section-slider-restos__title {
    font-size: 2rem;
  }
}
.lfam-section-slider-restos__cta {
  margin-top: 24px;
}
.lfam-section-slider-restos .lfam-slider-track {
  padding-bottom: 0.5rem;
  cursor: grab;
  overflow: visible;
}
@media (min-width: 992px) {
  .lfam-section-slider-restos .lfam-slider-track {
    cursor: url("../img/cursor-cross-turquoise.svg") 39 39, grab;
  }
}
.lfam-section-slider-restos .lfam-slider-track .owl-stage-outer {
  overflow: visible;
}
.lfam-section-slider-restos .lfam-slider-track .owl-stage {
  display: flex;
  align-items: stretch;
}
.lfam-section-slider-restos .lfam-slider-track .owl-item {
  height: auto;
  cursor: grabbing;
}
@media (min-width: 992px) {
  .lfam-section-slider-restos .lfam-slider-track .owl-item {
    cursor: url("../img/cursor-cross-turquoise.svg") 39 39, grab;
  }
}
@media (min-width: 992px) {
  .lfam-section-slider-restos .lfam-slider-track .owl-item * {
    cursor: url("../img/cursor-cross-turquoise.svg") 39 39, grab;
  }
}
.lfam-section-slider-restos .lfam-slider-track .owl-item img {
  height: 100%;
  object-fit: cover;
}
.lfam-section-slider-restos .lfam-slider-track.owl-drag .owl-item {
  cursor: grabbing;
}
@media (min-width: 992px) {
  .lfam-section-slider-restos .lfam-slider-track.owl-drag .owl-item {
    cursor: url("../img/cursor-cross-turquoise.svg") 39 39, grabbing;
  }
}
.lfam-section-slider-restos .lfam-slider-track-wrap {
  position: relative;
}
.lfam-section-slider-restos .lfam-slider-nav {
  display: flex;
  gap: 0.5rem;
}
.lfam-section-slider-restos .lfam-slider-nav__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #0F172A;
  background: #ABE4DA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0F172A;
  box-shadow: 4px 4px 0 0 #0F172A;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-section-slider-restos .lfam-slider-nav__btn:hover {
  transform: scale(0.95);
  box-shadow: 3px 3px 0 0 #0F172A;
}

.lfam-slider-resto-card {
  position: relative;
  width: 344px;
  height: 505px;
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 24px 1.25rem;
  cursor: all-scroll;
}
@media (max-width: 767.98px) {
  .lfam-slider-resto-card {
    aspect-ratio: 77/113;
  }
}
@media (min-width: 992px) {
  .lfam-slider-resto-card {
    cursor: url("../img/cursor-cross-turquoise.svg") 39 39, all-scroll;
  }
}
.lfam-slider-track.owl-drag .owl-item .lfam-slider-resto-card {
  cursor: all-scroll;
}
@media (min-width: 992px) {
  .lfam-slider-track.owl-drag .owl-item .lfam-slider-resto-card {
    cursor: url("../img/cursor-cross-turquoise.svg") 39 39, all-scroll;
  }
}
.lfam-slider-resto-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.32%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.lfam-slider-resto-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lfam-slider-resto-card__media-link {
  position: absolute;
  inset: 0;
  display: block;
}
.lfam-slider-resto-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transform: translateY(72px);
  transition: transform 0.35s ease;
}
.lfam-slider-resto-card__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #FCF3F8;
  text-transform: uppercase;
}
.lfam-slider-resto-card__title-link {
  color: #FFFAEB;
  text-decoration: none;
}
.lfam-slider-resto-card__address {
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FCF3F8;
}
.lfam-slider-resto-card__img {
  transition: transform 0.4s ease;
}
.lfam-slider-resto-card__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 250, 235, 0.3);
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
  pointer-events: none;
}
.lfam-slider-resto-card__reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: #FFFAEB;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.lfam-slider-resto-card:hover .lfam-slider-resto-card__img {
  transform: scale(1.04);
}
.lfam-slider-resto-card:hover .lfam-slider-resto-card__title {
  color: #FEDE85;
}
.lfam-slider-resto-card:hover .lfam-slider-resto-card__content {
  transform: translateY(0);
}
.lfam-slider-resto-card:hover .lfam-slider-resto-card__actions {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .lfam-slider-resto-card {
    width: 280px;
    min-height: 412px;
    height: 420px;
    padding: 0.75rem;
  }
  .lfam-slider-resto-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.8) 100%);
  }
  .lfam-slider-resto-card__content {
    justify-content: flex-end;
    transform: translate(0);
  }
  .lfam-slider-resto-card__title {
    margin-bottom: 0.25rem;
    font-size: 2rem;
    color: #FFFAEB;
  }
  .lfam-slider-resto-card__address {
    font-size: 0.875rem;
    color: #FFFAEB;
  }
  .lfam-slider-resto-card__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #FFFAEB;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .lfam-slider-resto-card__reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 48px;
    padding: 0.75rem 1.25rem;
    border: 1px solid #0F172A;
    border-radius: 0.5rem;
    background: #FFFAEB;
    box-shadow: 4px 4px 0 0 #0F172A;
    color: #0F172A;
    font-family: "Signika", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
  }
}

.lfam-section-actus {
  background-color: #D3CCE6;
  padding: 7.5rem 0 5rem;
}
@media (max-width: 991.98px) {
  .lfam-section-actus {
    padding: 0 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .lfam-section-actus {
    overflow-x: hidden;
  }
  .lfam-section-actus:before {
    content: "";
    height: 30px;
    display: block;
    background-color: var(--bs-body-bg);
  }
}

.lfam-actus-grid {
  position: relative;
}
.lfam-actus-grid .owl-nav {
  display: none !important;
}
.lfam-actus-grid .lfam-slider-track-wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  .lfam-actus-grid .lfam-slider-track--actus.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .lfam-actus-grid .lfam-slider-track--actus {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    overflow: visible;
    cursor: grab;
    touch-action: pan-y;
  }
  .lfam-actus-grid .lfam-slider-track--actus .owl-stage-outer {
    overflow: visible;
  }
  .lfam-actus-grid .lfam-slider-track--actus .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .lfam-actus-grid .lfam-slider-track--actus .owl-item {
    height: auto;
    cursor: grabbing;
  }
  .lfam-actus-grid .lfam-slider-track--actus.owl-drag .owl-item {
    cursor: grabbing;
  }
}
@media (max-width: 767.98px) {
  .lfam-actus-grid .lfam-actus-slide {
    width: min(86vw, 340px);
    max-width: min(86vw, 340px);
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.picto-television {
  position: absolute;
  right: 0;
  top: 192px;
  width: 68px;
  height: 88px;
  pointer-events: none;
  z-index: 2;
}
.picto-television img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  .picto-television {
    display: none;
  }
}

.lfam-section-actus__sticker {
  position: absolute;
  top: -171px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .lfam-section-actus__sticker {
    position: relative;
    transform: none;
    width: 260px;
    height: 146px;
    margin: 0;
    top: -47px;
  }
}
.lfam-section-actus__sticker__top, .lfam-section-actus__sticker__bottom {
  font-family: "Luckiest Guy", cursive;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 1.946px 3.893px 0 #000;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
}
.lfam-section-actus__sticker__top {
  color: #F3A0CF;
  margin-bottom: -6px;
}
.lfam-section-actus__sticker__mid {
  font-family: "Damion", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 0.48;
  color: #FEDE85;
  text-shadow: 1.192px 2.384px 0 #000;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
  margin: -4px 0;
}
.lfam-section-actus__sticker__bottom {
  color: #79CFC2;
  margin-top: -2px;
}

.lfam-actu-card {
  position: relative;
  background: #D3CCE6;
  border: 2px solid #0F172A;
  border-radius: 0.5rem;
  padding: 0.5rem;
  min-height: 236px;
}
@media (max-width: 767.98px) {
  .lfam-actu-card {
    min-height: auto;
  }
}
.lfam-actu-card__media {
  flex: 0 0 220px;
  max-width: 220px;
  max-height: 220px;
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 767.98px) {
  .lfam-actu-card__media {
    width: 100%;
    flex-basis: auto;
    max-width: none;
    max-height: none;
  }
}
.lfam-actu-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.lfam-actu-card__content {
  min-width: 0;
  gap: 1.25rem;
  padding: 0.75rem 0;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .lfam-actu-card__content {
    padding-right: 0;
  }
}
.lfam-actu-card__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #0F172A;
  text-transform: uppercase;
}
.lfam-actu-card__excerpt {
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0F172A;
  -webkit-box-orient: vertical;
}
.lfam-actu-card__link {
  margin-top: auto;
  align-self: flex-start;
  position: relative;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
  text-decoration: none;
  padding-bottom: 0.25rem;
}
.lfam-actu-card__link::after, .lfam-actu-card__link::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: #0F172A;
}
.lfam-actu-card__link::after {
  width: 100%;
  bottom: 0;
}
.lfam-actu-card__link::before {
  width: 0;
  bottom: 3px;
  transition: width 0.25s ease;
}
.lfam-actu-card__link:hover::before {
  width: 100%;
}
.lfam-actu-card__picto {
  position: absolute;
  right: 0.75rem;
  bottom: 0.5rem;
  width: 68px;
  height: 88px;
  pointer-events: none;
}
.lfam-actu-card__picto svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .lfam-actu-card__picto {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 52px;
    height: 68px;
  }
}
.lfam-actu-card:hover .lfam-actu-card__img {
  transform: scale(1.03);
}

.lfam-map {
  width: 100%;
  min-height: 300px;
  background-color: #F8FAFC;
}

.lfam-content h2, .lfam-content h3, .lfam-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.lfam-content > p:last-child {
  margin-bottom: 0;
}
.lfam-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.lfam-content blockquote {
  border-left: 4px solid #EA591D;
  padding-left: 1.25rem;
  font-style: italic;
  color: rgba(15, 23, 42, 0.7);
}

.lfam-restos-header {
  padding: 124px 0 20px;
  background: #FEF5EE;
}
.lfam-restos-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.lfam-restos-header__title {
  margin: 0;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.lfam-restos-header__title--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-restos-header__title--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-restos-header__title--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-restos-header__title--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-restos-header .lfam-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
}
.lfam-restos-header .lfam-view-toggle__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.lfam-restos-header .lfam-view-toggle__btn .lfam-view-toggle__icon {
  flex: 0 0 24px;
}
.lfam-restos-header .lfam-view-toggle__btn.active {
  background: #0F172A;
  color: #FFFAEB;
}
.lfam-restos-header .lfam-view-toggle__btn:hover:not(.active) {
  color: #0F172A;
  background: rgba(15, 23, 42, 0.06);
}
@media (max-width: 767.98px) {
  .lfam-restos-header {
    padding: 128px 0 24px;
  }
  .lfam-restos-header__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .lfam-restos-header__title {
    font-size: 2rem;
    text-align: left;
  }
  .lfam-restos-header .lfam-view-toggle {
    justify-content: start;
    width: fit-content;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .lfam-restos-liste .lfam-restos-grid .col-lg {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.lfam-restos-liste .lfam-slider-resto-card {
  position: relative;
  width: auto;
  min-height: auto;
  height: inherit;
  padding: 24px 1.25rem;
  align-items: flex-end;
  border-radius: 0.5rem !important;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  aspect-ratio: 47/69;
}
.lfam-restos-liste .lfam-slider-resto-card__media-link {
  position: absolute;
  inset: 0;
  display: block;
}
.lfam-restos-liste .lfam-slider-resto-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.lfam-restos-liste .lfam-slider-resto-card__title-link {
  color: #FFFAEB;
  text-decoration: none;
}
.lfam-restos-liste .lfam-slider-resto-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.32%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.lfam-restos-liste .lfam-slider-resto-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: flex-end;
  transform: translateY(72px);
  transition: transform 0.35s ease;
}
.lfam-restos-liste .lfam-slider-resto-card__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFAEB;
  text-transform: uppercase;
}
.lfam-restos-liste .lfam-slider-resto-card__address {
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFAEB;
}
.lfam-restos-liste .lfam-slider-resto-card__img {
  transition: transform 0.4s ease;
}
.lfam-restos-liste .lfam-slider-resto-card__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 250, 235, 0.3);
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
  pointer-events: none;
}
.lfam-restos-liste .lfam-slider-resto-card__reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: #FFFAEB;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.lfam-restos-liste .lfam-slider-resto-card:hover .lfam-slider-resto-card__img {
  transform: scale(1.04);
}
.lfam-restos-liste .lfam-slider-resto-card:hover .lfam-slider-resto-card__title {
  color: #FEDE85;
}
.lfam-restos-liste .lfam-slider-resto-card:hover .lfam-slider-resto-card__content {
  transform: translateY(0);
}
.lfam-restos-liste .lfam-slider-resto-card:hover .lfam-slider-resto-card__actions {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .lfam-restos-liste .lfam-slider-resto-card {
    min-height: 541px;
    padding: 0.75rem;
  }
  .lfam-restos-liste .lfam-slider-resto-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.8) 100%);
  }
  .lfam-restos-liste .lfam-slider-resto-card__content {
    justify-content: flex-end;
    transform: none;
  }
  .lfam-restos-liste .lfam-slider-resto-card__title {
    font-size: 2rem;
  }
  .lfam-restos-liste .lfam-slider-resto-card__address {
    font-size: 0.875rem;
  }
}

.lfam-restos-carte--spaced {
  margin-bottom: 80px;
}
.lfam-restos-carte__inner {
  height: 700px;
}
@media (max-width: 991.98px) {
  .lfam-restos-carte__inner {
    height: auto;
  }
}
.lfam-restos-carte__map-col, .lfam-restos-carte__list-col {
  min-height: 0;
}

.lfam-map-wrap {
  width: 100%;
  height: 700px;
  min-width: 0;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 991.98px) {
  .lfam-map-wrap {
    height: 380px;
    margin: 0;
  }
}
.lfam-map-wrap .mapboxgl-canvas {
  outline: none;
}
.lfam-map-wrap .mapboxgl-ctrl-attrib {
  font-size: 10px;
}

.lfam-map-pin {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.lfam-map-pin img {
  width: 100%;
  height: 100%;
  display: block;
}
.lfam-map-pin:hover {
  transform: scale(1.25) translateY(-4px);
  z-index: 2;
}
.lfam-map-pin.is-active {
  transform: none;
  z-index: 2;
}

.lfam-map-list {
  width: 100%;
  height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #CBD5E1 transparent;
}
@media (max-width: 991.98px) {
  .lfam-map-list {
    height: auto;
    max-height: none;
    overflow-y: visible;
    padding: 1.25rem 0;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }
}
.lfam-map-list__sep {
  margin: 4px 0;
  border: none;
  border-top: 1px solid #0F172A;
  flex-shrink: 0;
  opacity: 1;
}
.lfam-map-list__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  height: 64px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.lfam-map-list__thumb {
  display: block;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  transform: translateX(-84px);
  transition: transform 0.25s ease;
  text-decoration: none;
}
.lfam-map-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.lfam-map-list__name {
  flex: 1 1 0;
  min-width: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0F172A;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.25s ease;
  transform: translateX(-84px);
}
@media (max-width: 1199.98px) {
  .lfam-map-list__name {
    font-size: 1.5rem;
  }
}
.lfam-map-list__reserve {
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  background: #FFFAEB;
  border: 1px solid #0F172A;
  border-radius: 4px;
  box-shadow: 4px 4px 0 #0F172A;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0F172A;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: none;
  margin-right: 8px;
}
.lfam-map-list__reserve:hover {
  background: #FEEFC7;
}
.lfam-map-list__item.is-active .lfam-map-list__thumb, .lfam-map-list__item:hover .lfam-map-list__thumb {
  transform: translateX(0);
}
.lfam-map-list__item.is-active .lfam-map-list__name, .lfam-map-list__item:hover .lfam-map-list__name {
  transform: translateX(0);
}
.lfam-map-list__item.is-active .lfam-map-list__reserve, .lfam-map-list__item:hover .lfam-map-list__reserve {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.lfam-priv-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 100px) 0 clamp(48px, 6vw, 80px);
}
.lfam-priv-intro__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
.lfam-priv-intro__title {
  margin: 0;
  color: #79CFC2;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(56px, 9.5vw, 112px);
  font-weight: 400;
  line-height: 0.85;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
  text-align: center;
  width: 80%;
}
.lfam-priv-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 800px;
}
.lfam-priv-intro__lead {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.lfam-priv-intro__text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
.lfam-priv-intro__cta-wrap {
  display: flex;
  justify-content: center;
}
.lfam-priv-intro__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 70px;
  padding: 0.75rem 1.25rem;
  background: var(--lfam-cta-bg, #F3A0CF);
  border: 1px solid #0F172A;
  border-radius: 0.75rem;
  box-shadow: 4px 4px 0 #0F172A;
  font-size: 1rem;
  font-weight: 600;
  color: #0F172A;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lfam-priv-intro__cta:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #0F172A;
  color: #0F172A;
}
.lfam-priv-intro__cta.btn-primary {
  --lfam-cta-bg: #ABE4DA;
}
.lfam-priv-intro__cta.btn-secondary {
  --lfam-cta-bg: #FFFAEB;
}
.lfam-priv-intro__cta.btn-tercary {
  --lfam-cta-bg: #F3A0CF;
}
.lfam-priv-intro__sticker {
  position: absolute;
  bottom: -60px;
  left: -32px;
  width: clamp(120px, 18vw, 250px);
  pointer-events: none;
  z-index: 0;
}
.lfam-priv-intro__sticker2 {
  position: absolute;
  top: 80px;
  right: -32px;
}
.lfam-priv-intro__sticker3 {
  position: absolute;
  bottom: -80px;
  left: auto;
  right: 64px;
}
@media (max-width: 991.98px) {
  .lfam-priv-intro {
    padding: 128px 0 3rem;
  }
  .lfam-priv-intro__sticker {
    display: none;
  }
  .lfam-priv-intro__sticker2 {
    display: none;
  }
  .lfam-priv-intro__sticker3 {
    display: none;
  }
}

.lfam-priv-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 5vw, 64px) 0;
}
.lfam-priv-hero__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  color: #FEDE85;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
  white-space: nowrap;
}
.lfam-priv-hero__media {
  position: relative;
  width: 100%;
  z-index: 1;
}
.lfam-priv-hero .lfam-priv-collage--hero {
  position: relative;
  width: 100%;
  aspect-ratio: 758/467;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item {
  position: absolute;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
  background: #f0e8de;
  --item-parallax-y: 0px;
  --item-hover-x: 0px;
  --item-hover-y: 0px;
  --item-hover-scale: 1;
  --item-hover-rotate: 0deg;
  --item-load-x: 0px;
  --item-load-y: 0px;
  --item-load-rotate: 0deg;
  --item-load-scale: 1;
  --item-load-opacity: 1;
  --item-variant-x: 0px;
  --item-variant-y: 0px;
  --item-variant-rotate: 0deg;
  transform: translate3d(calc(var(--item-load-x) + var(--item-hover-x)), calc(var(--item-load-y) + var(--item-hover-y) + var(--item-parallax-y)), 0) rotate(calc(var(--item-rotate, 0deg) + var(--item-load-rotate) + var(--item-hover-rotate))) scale(var(--item-load-scale)) scale(var(--item-hover-scale));
  opacity: var(--item-load-opacity);
  transform-origin: center;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, filter 0.35s ease, opacity 0.5s ease;
  will-change: transform;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item--1 {
  left: 16.66%;
  top: 16.41%;
  width: 33%;
  aspect-ratio: 1/1;
  --item-rotate: -14.16deg;
  --item-variant-x: -20px;
  --item-variant-y: -20px;
  --item-variant-rotate: -4deg;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item--2 {
  left: 44.87%;
  top: 29.28%;
  width: 33%;
  aspect-ratio: 1/1;
  --item-rotate: 9.49deg;
  --item-variant-x: 20px;
  --item-variant-y: 20px;
  --item-variant-rotate: 4deg;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item--3 {
  left: 34.95%;
  top: 60.44%;
  width: 22.67%;
  aspect-ratio: 1/1;
  --item-rotate: 9.49deg;
  --item-variant-x: -10px;
  --item-variant-y: 10px;
  --item-variant-rotate: -8deg;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item--4 {
  left: 41.81%;
  top: 11.4%;
  width: 17.53%;
  aspect-ratio: 132/150;
  --item-rotate: 9.49deg;
  --item-variant-x: -10px;
  --item-variant-y: -20px;
  --item-variant-rotate: -4deg;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item--5 {
  left: 59.65%;
  top: 2.83%;
  width: 22.77%;
  aspect-ratio: 1/1;
  --item-rotate: -9.62deg;
  --item-variant-x: 10px;
  --item-variant-y: -20px;
  --item-variant-rotate: 4deg;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item--6 {
  left: 75.43%;
  top: 35.13%;
  width: 22.77%;
  aspect-ratio: 1/1;
  --item-rotate: -9.62deg;
  --item-variant-x: 20px;
  --item-variant-y: -10px;
  --item-variant-rotate: 3deg;
}
.lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item--7 {
  left: 1.74%;
  top: 45.24%;
  width: 22.77%;
  aspect-ratio: 1/1;
  --item-rotate: -9.62deg;
  --item-variant-x: -10px;
  --item-variant-y: 10px;
  --item-variant-rotate: -5deg;
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .lfam-priv-hero .lfam-priv-collage--hero:hover .lfam-priv-collage__item {
    --item-hover-x: var(--item-variant-x);
    --item-hover-y: var(--item-variant-y);
    --item-hover-scale: 1;
    --item-hover-rotate: var(--item-variant-rotate);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item,
  .lfam-priv-hero .lfam-priv-collage--hero .lfam-priv-collage__item img {
    transition: none;
  }
  .lfam-priv-hero .lfam-priv-collage--hero:hover .lfam-priv-collage__item {
    --item-parallax-y: 0px;
    --item-hover-x: 0px;
    --item-hover-y: 0px;
    --item-hover-scale: 1;
    --item-hover-rotate: 0deg;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
  }
  .lfam-priv-hero .lfam-priv-collage--hero:hover .lfam-priv-collage__item img {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .lfam-priv-hero {
    padding: 2rem 0;
  }
}

.lfam-tag-img {
  object-fit: contain;
}

.lfam-section-pourquoi {
  padding: clamp(20px, 7vw, 80px) 0;
}

.lfam-pourquoi {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 48px);
  align-items: center;
}
.lfam-pourquoi__card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  padding: clamp(28px, 5vw, 64px);
  border: 2px solid #0F172A;
  border-radius: 0.75rem;
  background: #FEEFC7;
}
.lfam-pourquoi__title-wrap {
  flex: 0 0 clamp(220px, 28vw, 420px);
}
.lfam-pourquoi__title {
  margin: 0;
  color: #F3A0CF;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1;
  text-transform: uppercase;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 2px 3px 0 #000;
  /* Heading/H2 */
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #0F172A;
  font-family: Luckiest Guy, cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 48px */
}
.lfam-pourquoi__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 48px);
  min-width: 0;
}
.lfam-pourquoi__text {
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.lfam-pourquoi__text ul,
.lfam-pourquoi__text ol {
  margin: 0;
  padding-left: 27px;
}
.lfam-pourquoi__text li + li {
  margin-top: 4px;
}
.lfam-pourquoi__text p {
  margin: 0;
}
.lfam-pourquoi__text p + p {
  margin-top: 8px;
}
.lfam-pourquoi__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-right: -6px;
}
.lfam-pourquoi__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: -6px;
  padding: 12px;
  border: 2px solid #0F172A;
  border-radius: 0.5rem;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.lfam-pourquoi__tag--1 {
  background: #FEDE85;
  transform: rotate(3.6deg);
}
.lfam-pourquoi__tag--2 {
  background: #F3A0CF;
  transform: rotate(-7deg);
}
.lfam-pourquoi__tag--3 {
  background: #ABE4DA;
}
.lfam-pourquoi__tag--4 {
  background: #F4AC7D;
  transform: rotate(3.6deg);
}
.lfam-pourquoi__tag--5 {
  background: #D3CCE6;
  transform: rotate(4.8deg);
}
.lfam-pourquoi__tag--6 {
  background: #FEEFC7;
}
.lfam-pourquoi__tag-image {
  display: block;
  width: auto;
  height: 20px;
  max-width: 100%;
  object-fit: contain;
}
.lfam-pourquoi__faq-wrap {
  width: 100%;
}
.lfam-pourquoi__faq {
  gap: 32px;
}
.lfam-pourquoi__faq .lfam-faq__item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.4);
}
.lfam-pourquoi__faq .lfam-faq__question {
  padding: 0 0 32px;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  line-height: 1;
}
.lfam-pourquoi__faq .lfam-faq__arrow {
  width: 24px;
  height: 24px;
}
.lfam-pourquoi__faq .lfam-faq__answer-inner {
  padding: 0 0 24px;
  font-size: 1.125rem;
}
.lfam-pourquoi__faq .lfam-faq__more {
  margin: 0 auto;
}
.lfam-pourquoi__cta-wrap {
  display: flex;
  justify-content: center;
}
.lfam-pourquoi__cta {
  min-height: 48px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: var(--lfam-cta-bg, #ABE4DA);
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.lfam-pourquoi__cta:hover, .lfam-pourquoi__cta:focus {
  color: #0F172A;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 0 #0F172A;
}
.lfam-pourquoi__cta.btn-primary {
  --lfam-cta-bg: #ABE4DA;
}
.lfam-pourquoi__cta.btn-secondary {
  --lfam-cta-bg: #FFFAEB;
}
.lfam-pourquoi__cta.btn-tercary {
  --lfam-cta-bg: #F3A0CF;
}
@media (max-width: 991.98px) {
  .lfam-pourquoi__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .lfam-pourquoi__title-wrap {
    flex: 0 0 auto;
  }
}
@media (max-width: 767.98px) {
  .lfam-pourquoi__card {
    padding: 24px 20px;
  }
  .lfam-pourquoi__title {
    font-size: clamp(36px, 10vw, 52px);
  }
  .lfam-pourquoi__text, .lfam-pourquoi__tag, .lfam-pourquoi__faq .lfam-faq__answer-inner {
    font-size: 1rem;
  }
  .lfam-pourquoi__faq .lfam-faq__question {
    padding-bottom: 24px;
    font-size: 24px;
  }
  .lfam-pourquoi__cta {
    width: 100%;
    max-width: 230px;
  }
}

.lfam-section-menu-groupe {
  padding: clamp(20px, 7vw, 80px) 0;
}

.lfam-menu-groupe {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
.lfam-menu-groupe__souvenirs {
  position: relative;
  width: min(100%, 760px);
  min-height: 430px;
}
.lfam-menu-groupe__souvenirs-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FEDE85;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
  text-shadow: 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A;
  text-transform: uppercase;
  pointer-events: none;
}
.lfam-menu-groupe__collage {
  position: relative;
  width: 100%;
  min-height: 430px;
}
.lfam-menu-groupe__photo {
  position: absolute;
  width: clamp(120px, 22vw, 188px);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}
.lfam-menu-groupe__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lfam-menu-groupe__photo--1 {
  left: 10%;
  top: 12%;
  transform: rotate(-14deg);
}
.lfam-menu-groupe__photo--2 {
  left: 28%;
  top: 7%;
  transform: rotate(7deg);
}
.lfam-menu-groupe__photo--3 {
  left: 47%;
  top: 2%;
  transform: rotate(-6deg);
}
.lfam-menu-groupe__photo--4 {
  left: 62%;
  top: 18%;
  transform: rotate(8deg);
}
.lfam-menu-groupe__photo--5 {
  left: 38%;
  top: 45%;
  width: clamp(108px, 18vw, 148px);
  transform: rotate(8deg);
}
.lfam-menu-groupe__photo--6 {
  left: 70%;
  top: 43%;
  width: clamp(108px, 18vw, 148px);
  transform: rotate(-10deg);
}
.lfam-menu-groupe__photo--7 {
  left: 6%;
  top: 48%;
  width: clamp(108px, 18vw, 148px);
  transform: rotate(-9deg);
}
.lfam-menu-groupe__push {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 32px);
  padding: 20px;
  border: 2px solid #0F172A;
  border-radius: 0.75rem;
  background: #F9D1E9;
}
.lfam-menu-groupe__intro {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}
.lfam-menu-groupe__badge {
  width: 72px;
  height: 72px;
  position: relative;
}
.lfam-menu-groupe__badge-icon {
  position: absolute;
}
.lfam-menu-groupe__heading {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.lfam-menu-groupe__heading-main {
  color: #EA591D;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 2px 3px 0 #000;
  /* Heading/H2 */
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #0F172A;
  font-family: Luckiest Guy, cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 48px */
}
.lfam-menu-groupe__heading-main--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-menu-groupe__heading-main--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-menu-groupe__heading-main--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-menu-groupe__heading-main--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-menu-groupe__heading-sub {
  color: #FEDE85;
  font-family: "Damion", cursive;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.55;
  font-feature-settings: "case" on;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 1px 2px 0 #000, 0 0.3px 0 #000, -0.3px 0 0 #000, 0 -0.3px 0 #000;
  /* Heading/H3 */
  font-family: Damion, cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 48%;
  /* 30.72px */
}
.lfam-menu-groupe__heading-sub--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-menu-groupe__heading-sub--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-menu-groupe__heading-sub--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-menu-groupe__heading-sub--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-menu-groupe__body {
  flex: 1 1 auto;
  min-width: 0;
}
.lfam-menu-groupe__text {
  margin: 0;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.lfam-menu-groupe__text p {
  margin: 0;
}
.lfam-menu-groupe__text strong {
  font-weight: 600;
}
.lfam-menu-groupe__cta-wrap {
  flex: 0 0 auto;
}
.lfam-menu-groupe__cta {
  min-height: 48px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: #F3A0CF;
  box-shadow: 4px 4px 0 0 #0F172A;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.lfam-menu-groupe__cta:hover, .lfam-menu-groupe__cta:focus {
  color: #0F172A;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 0 #0F172A;
}
@media (max-width: 991.98px) {
  .lfam-menu-groupe__souvenirs {
    min-height: 360px;
  }
  .lfam-menu-groupe__collage {
    min-height: 360px;
  }
  .lfam-menu-groupe__push {
    flex-direction: column;
    align-items: stretch;
  }
  .lfam-menu-groupe__intro {
    justify-content: center;
  }
  .lfam-menu-groupe__text {
    text-align: center;
  }
  .lfam-menu-groupe__cta-wrap {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .lfam-menu-groupe__souvenirs, .lfam-menu-groupe__collage {
    min-height: 260px;
  }
  .lfam-menu-groupe__photo {
    width: 34vw;
  }
  .lfam-menu-groupe__photo--1 {
    left: 4%;
    top: 12%;
  }
  .lfam-menu-groupe__photo--2 {
    left: 31%;
    top: 2%;
  }
  .lfam-menu-groupe__photo--3 {
    left: 58%;
    top: 12%;
  }
  .lfam-menu-groupe__photo--4 {
    left: 58%;
    top: 44%;
  }
  .lfam-menu-groupe__photo--5 {
    left: 35%;
    top: 50%;
    width: 28vw;
  }
  .lfam-menu-groupe__photo--6, .lfam-menu-groupe__photo--7 {
    display: none;
  }
  .lfam-menu-groupe__push {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Spacing-32, 20px);
    align-self: stretch;
  }
  .lfam-menu-groupe__intro {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .lfam-menu-groupe__text {
    font-size: 14px;
    text-align: left;
  }
  .lfam-menu-groupe__heading {
    align-items: flex-start;
  }
  .lfam-menu-groupe__cta {
    width: 100%;
    min-width: 100%;
  }
  .lfam-menu-groupe__cta-wrap {
    width: 100%;
  }
}

.lfam-section-franchise-form {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}
.lfam-section-franchise-form__overlay {
  background: rgba(15, 23, 42, 0.08);
}
.lfam-section-franchise-form__container {
  z-index: 2;
}
.lfam-section-franchise-form__content {
  max-width: 580px;
  margin: 0 auto;
}
.lfam-section-franchise-form__shell {
  position: relative;
  padding: 0.5rem;
  border-radius: 0.75rem;
  background: #FCF3F8;
  max-width: 580px;
  margin: 0 auto;
}
.lfam-section-franchise-form__panel {
  border: 2px solid #0F172A;
  border-radius: 0.5rem;
  background: #FCF3F8;
  padding: 3rem 2rem;
}
.lfam-section-franchise-form__header {
  margin-bottom: 2rem;
}
.lfam-section-franchise-form__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}
.lfam-section-franchise-form__title-main, .lfam-section-franchise-form__title-sub {
  display: block;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(40px, 5vw, 48px);
  line-height: 1;
  color: #79CFC2;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.lfam-section-franchise-form__form-wrap .wpcf7 {
  margin: 0;
}
.lfam-section-franchise-form__form-wrap .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(100%, 500px);
  margin: 0 auto;
}
.lfam-section-franchise-form__form-wrap .wpcf7 p {
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  color: #0F172A;
}
.lfam-section-franchise-form__form-wrap .lfam-contact-form__field {
  margin: 0;
}
.lfam-section-franchise-form__form-wrap .lfam-contact-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin: 0;
}
.lfam-section-franchise-form__form-wrap .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.lfam-section-franchise-form__form-wrap .lfam-acceptance .wpcf7-form-control-wrap {
  display: inline-flex;
  width: auto;
}
.lfam-section-franchise-form__form-wrap .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.lfam-section-franchise-form__form-wrap .wpcf7 select,
.lfam-section-franchise-form__form-wrap .wpcf7 textarea {
  width: 100%;
  min-height: 56px;
  padding: 12px;
  border: 1px solid #94A3B8;
  border-radius: 0.75rem;
  background: transparent;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1;
  color: #0F172A;
  box-shadow: none;
  outline: none;
}
.lfam-section-franchise-form__form-wrap .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.lfam-section-franchise-form__form-wrap .wpcf7 select::placeholder,
.lfam-section-franchise-form__form-wrap .wpcf7 textarea::placeholder {
  color: #64748B;
  opacity: 1;
}
.lfam-section-franchise-form__form-wrap .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.lfam-section-franchise-form__form-wrap .wpcf7 select:focus,
.lfam-section-franchise-form__form-wrap .wpcf7 textarea:focus {
  border-color: #0F172A;
  box-shadow: 0 0 0 2px rgba(171, 228, 218, 0.45);
}
.lfam-section-franchise-form__form-wrap .wpcf7 select {
  appearance: none;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4 7.5l6 6 6-6' fill='none' stroke='%230F172A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.lfam-section-franchise-form__form-wrap .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
@media (max-width: 575.98px) {
  .lfam-section-franchise-form__form-wrap .lfam-contact-form__row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.lfam-section-franchise-form__form-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.lfam-section-franchise-form__form-wrap .wpcf7-acceptance .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #0F172A;
}
.lfam-section-franchise-form__form-wrap .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #0F172A;
  border-radius: 999999px;
  background: transparent;
  margin: 0;
  position: relative;
  flex: 0 0 20px;
}
.lfam-section-franchise-form__form-wrap .wpcf7-acceptance input[type=checkbox]:checked {
  background: #ABE4DA;
}
.lfam-section-franchise-form__form-wrap .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #0F172A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.lfam-section-franchise-form__form-wrap .wpcf7 a {
  color: #0F172A;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lfam-section-franchise-form__form-wrap .wpcf7 input[type=submit] {
  min-width: 102px;
  height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: #ABE4DA;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 4px 4px 0 0 #0F172A;
  margin: 12px auto 0;
  display: flex;
}
.lfam-section-franchise-form__form-wrap .wpcf7 input[type=submit]:hover, .lfam-section-franchise-form__form-wrap .wpcf7 input[type=submit]:focus {
  transform: scale(0.9);
  box-shadow: 3.6px 3.6px 0 0 #0F172A;
  color: #0F172A;
  background: #ABE4DA;
}
.lfam-section-franchise-form__form-wrap .wpcf7 input[type=submit]:active {
  transform: scale(0.85);
  box-shadow: 3px 3px 0 0 #0F172A;
}
.lfam-section-franchise-form__form-wrap .wpcf7 form .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 8px 10px;
  border-radius: 0.5rem;
  font-family: "Signika", sans-serif;
  font-size: 13px;
  line-height: 1.25;
}
.lfam-section-franchise-form__form-wrap .wpcf7-spinner {
  margin: 0 0 0 8px;
  position: absolute;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form {
  max-width: 500px;
  margin: 0 auto;
  color: #0f172a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--Spacing-8, 8px);
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 form {
  width: min(100%, 500px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form p,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-form__field {
  margin: 0;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-form__row,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin: 0;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-label,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-form__label {
  display: block;
  margin: 0 0 8px;
  color: #0f172a;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-contact-control:not([type=submit]):not([type=checkbox]):not([type=radio]),
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-field:not([type=submit]):not([type=checkbox]):not([type=radio]),
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-contact-control,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-field,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-contact-control,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-field {
  width: 100%;
  min-height: 56px;
  padding: 0 12px;
  border: 1px solid #94a3b8;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  color: #64748b;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-contact-control:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-field:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-contact-control::placeholder,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-field::placeholder,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-contact-control::placeholder,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-field::placeholder {
  color: #64748b;
  opacity: 1;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-contact-control:not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-field:not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-contact-control:hover,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-field:hover,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-contact-control:hover,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-field:hover {
  border-color: #0f172a;
  color: #0f172a;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-contact-control:not([type=submit]):not([type=checkbox]):not([type=radio]):focus, .lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-contact-control:not([type=submit]):not([type=checkbox]):not([type=radio]):focus-visible,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-field:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 input.lfam-field:not([type=submit]):not([type=checkbox]):not([type=radio]):focus-visible,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-contact-control:focus,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-contact-control:focus-visible,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-field:focus,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-field:focus-visible,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-contact-control:focus,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-contact-control:focus-visible,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-field:focus,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-field:focus-visible {
  border-color: #0f172a;
  box-shadow: none;
  color: #0f172a;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-contact-control,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-field {
  appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%230f172a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 12px center;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-contact-control option,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 select.lfam-field option {
  color: #0f172a;
  background: #ffffff;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7-form-control-wrap.lfam-contact-select-wrap {
  position: relative;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7-form-control-wrap.lfam-contact-select-wrap > select.lfam-contact-control,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7-form-control-wrap.lfam-contact-select-wrap > select.lfam-field {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7-form-control-wrap.lfam-contact-select-wrap > select.wpcf7-not-valid + .lfam-contact-select .lfam-contact-select__trigger {
  border-color: #F5003B;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select {
  position: relative;
  width: 100%;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__trigger {
  width: 100%;
  min-height: 56px;
  padding: 12px;
  border: 1px solid #94a3b8;
  border-radius: 12px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__arrow {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4 7.5l6 6 6-6' fill='none' stroke='%230F172A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__trigger:hover,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__trigger:focus-visible {
  border-color: #0f172a;
  color: #0f172a;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__trigger:hover .lfam-contact-select__arrow,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__trigger:focus-visible .lfam-contact-select__arrow {
  transform: rotate(-90deg);
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select.has-value .lfam-contact-select__label {
  color: #0f172a;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select.is-open .lfam-contact-select__trigger {
  border-color: #94a3b8;
  color: #64748b;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select.is-open .lfam-contact-select__arrow {
  transform: rotate(180deg);
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 15;
  display: none;
  flex-direction: column;
  gap: 0;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select.is-open .lfam-contact-select__menu {
  display: flex;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__option {
  width: 100%;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  color: #0f172a;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__option:hover, .lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__option:focus-visible, .lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__option.is-highlighted {
  background: #F9CEAF;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-select .lfam-contact-select__option.is-selected {
  background: #FEF5EE;
}
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-contact-control,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-field,
.lfam-section-franchise-form__form-wrap .lfam-franchise-form .wpcf7 textarea.lfam-textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}
@media (max-width: 768px) {
  .lfam-section-franchise-form__form-wrap .lfam-franchise-form {
    max-width: 100%;
  }
  .lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-contact-form__row,
  .lfam-section-franchise-form__form-wrap .lfam-franchise-form .lfam-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.lfam-section-franchise-form .lfam-franchise-confirm {
  width: min(100%, 500px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.lfam-section-franchise-form .lfam-franchise-confirm__title {
  margin: 0;
  color: #79CFC2;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 1;
  text-transform: uppercase;
  outline: none;
}
.lfam-section-franchise-form .lfam-franchise-confirm__text {
  margin: 0;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.lfam-section-franchise-form .lfam-franchise-confirm__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.lfam-section-franchise-form .lfam-franchise-confirm__btn {
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lfam-section-franchise-form .lfam-franchise-confirm__btn:hover, .lfam-section-franchise-form .lfam-franchise-confirm__btn:focus {
  color: #0F172A;
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 0 #0F172A;
}
.lfam-section-franchise-form .lfam-franchise-confirm__btn:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 0 #0F172A;
}
.lfam-section-franchise-form .lfam-franchise-confirm__btn--message {
  background: #F3A0CF;
  min-width: 220px;
}
.lfam-section-franchise-form .lfam-franchise-confirm__btn--restaurants {
  background: #ABE4DA;
  min-width: 170px;
}
@media (max-width: 575.98px) {
  .lfam-section-franchise-form .lfam-franchise-confirm {
    width: 100%;
  }
  .lfam-section-franchise-form .lfam-franchise-confirm__actions {
    width: 100%;
    flex-direction: column;
  }
  .lfam-section-franchise-form .lfam-franchise-confirm__btn {
    width: 100%;
    min-width: 0;
  }
}
.lfam-section-franchise-form__badge {
  position: absolute;
  left: clamp(16px, 7vw, 140px);
  top: 16%;
  z-index: 2;
  width: 180px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0F172A;
  border-radius: 999px;
  background: #ffd3a6;
  box-shadow: 4px 4px 0 #0F172A;
  transform: rotate(-18deg);
}
.lfam-section-franchise-form__badge span {
  font-family: "Luckiest Guy", cursive;
  font-size: 62px;
  line-height: 1;
  color: #EA591D;
  text-shadow: 2px 4px 0 #0F172A;
  text-transform: uppercase;
}

.lfam-sticker-top-form {
  left: -140px;
  top: 70px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .lfam-sticker-top-form {
    display: none;
  }
}

.lfam-sticker-form {
  right: -47px;
  bottom: 31px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .lfam-sticker-form {
    display: none;
  }
}

.lfam-section-faitmaison--franchise .lfam-fm__heading {
  margin-bottom: 2rem;
}
.lfam-section-faitmaison--franchise .lfam-fm__bottom-text {
  max-width: 980px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .lfam-section-faitmaison--franchise .lfam-fm__heading {
    margin-bottom: 24px;
  }
  .lfam-section-faitmaison--franchise .lfam-fm__item {
    align-items: center;
    padding: 12px 8px;
  }
}

.lfam-section-partenaires img {
  border-radius: 1.25rem;
}

.lfam-merch-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 100px) 0 clamp(40px, 6vw, 72px);
}
.lfam-merch-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  z-index: 1;
  padding-top: 124px;
}
.lfam-merch-hero__title {
  margin: 0;
  color: #79CFC2;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(52px, 8.8vw, 104px);
  font-weight: 400;
  line-height: 0.85;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.lfam-merch-hero__title--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-merch-hero__title--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-merch-hero__title--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-merch-hero__title--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-merch-hero__content {
  max-width: 760px;
}
.lfam-merch-hero__text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0F172A;
  font-weight: bold;
}
.lfam-merch-hero__picto {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lfam-merch-hero__picto img {
  display: block;
  width: 100%;
  height: auto;
}
.lfam-merch-hero__picto--1 {
  left: 0px;
  top: -28px;
}
.lfam-merch-hero__picto--2 {
  top: 155px;
  right: -60px;
  transform: rotate(10deg);
}
.lfam-merch-hero__picto--3 {
  width: clamp(96px, 11.8vw, 124px);
  left: 2%;
  bottom: -5%;
}
.lfam-merch-hero__picto--4 {
  top: 78px;
  right: 192px;
}
@media (max-width: 991.98px) {
  .lfam-merch-hero__picto {
    width: clamp(84px, 12vw, 120px);
  }
  .lfam-merch-hero__picto--1 {
    left: 8px;
    bottom: 8px;
  }
  .lfam-merch-hero__picto--2 {
    right: 8px;
    top: 6px;
  }
  .lfam-merch-hero__picto--3 {
    left: 1%;
    bottom: -6%;
  }
  .lfam-merch-hero__picto--4 {
    top: -4%;
    right: 2%;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  .lfam-merch-hero__picto--1 {
    left: 136px;
  }
  .lfam-merch-hero__picto--2 {
    right: 0px;
  }
  .lfam-merch-hero__picto--3 {
    left: 186px;
  }
  .lfam-merch-hero__picto--4 {
    right: 328px;
  }
}
@media (max-width: 767.98px) {
  .lfam-merch-hero {
    padding: 3rem 0;
  }
  .lfam-merch-hero__title {
    font-size: clamp(36px, 11vw, 62px);
  }
  .lfam-merch-hero__text {
    font-size: 1rem;
  }
  .lfam-merch-hero__picto {
    display: none;
  }
}

.lfam-masonry {
  column-count: 4;
  column-gap: 1.25rem;
}
@media (max-width: 1199.98px) {
  .lfam-masonry {
    column-count: 3;
  }
}
@media (max-width: 767.98px) {
  .lfam-masonry {
    column-count: 1;
  }
}
.lfam-masonry__item {
  break-inside: avoid;
  margin-bottom: 1.25rem;
}

.lfam-merch-card {
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: default;
  user-select: none;
}
.lfam-merch-card__img {
  width: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  border-radius: 0.75rem;
}
.lfam-merch-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
}
.lfam-merch-card__name {
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0F172A;
}
.lfam-merch-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.lfam-merch-card__color {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #64748B;
  line-height: 1;
}
.lfam-merch-card__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.15);
  flex-shrink: 0;
}
.lfam-merch-card__price {
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0F172A;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .lfam-merch-card__name {
    font-size: 14px;
  }
}

.lfam-merch-grid {
  padding: 5rem 0;
}
@media (max-width: 767.98px) {
  .lfam-merch-grid {
    padding: 3rem 0;
  }
}

.lfam-instagram-item {
  aspect-ratio: 1;
  transition: transform 0.2s ease;
}
.lfam-instagram-item:hover {
  transform: scale(1.04);
}
.lfam-instagram-item img {
  display: block;
}

@media (max-width: 767.98px) {
  .lfam-hero-page .display-3 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .lfam-hero-page.position-relative,
  .lfam-hero-restaurant {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }
}

@media (max-width: 767.98px) {
  .lfam-section-partenaires,
  .lfam-cuisine-regressive,
  .lfam-section-faq,
  .lfam-section-franchise-form,
  .lfam-devis {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .lfam-slider-track {
    scroll-snap-type: x mandatory;
  }
  .lfam-slider-track.is-dragging {
    scroll-snap-type: none;
  }
  .lfam-slider-track > * {
    scroll-snap-align: start;
  }
}

@media (max-width: 991.98px) {
  .lfam-section-5050 .lfam-5050-media {
    min-height: 250px;
  }
}

@media (max-width: 767.98px) {
  .lfam-priv-collage {
    max-height: 350px;
  }
}

@media (max-width: 991.98px) {
  .lfam-restos-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767.98px) {
  .lfam-restos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.lfam-section-instagram {
  padding: 4rem;
}
@media (max-width: 991.98px) {
  .lfam-section-instagram {
    padding: 2rem 1.25rem;
  }
}
.lfam-section-instagram__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.lfam-section-instagram__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.lfam-section-instagram__title {
  font-family: "Luckiest Guy", cursive;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #79CFC2;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .lfam-section-instagram__title {
    font-size: 32px;
  }
}
.lfam-section-instagram__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.lfam-section-instagram__handle {
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0F172A;
}
.lfam-section-instagram__socials {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 1.25rem;
}
.lfam-section-instagram__socials a {
  color: #0F172A;
  transition: color 0.2s ease;
}
.lfam-section-instagram__socials a:hover {
  color: #79CFC2;
}
.lfam-section-instagram__socials svg {
  display: block;
  width: 24px;
  height: 24px;
}
.lfam-section-instagram__feed {
  width: 100%;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header,
#sbi_load {
  display: none !important;
}

.lfam-section-newsletter .form-control,
.lfam-section-newsletter .form-select,
.lfam-section-newsletter input,
.lfam-section-newsletter select,
.lfam-section-newsletter textarea {
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.lfam-section-newsletter .form-control:hover, .lfam-section-newsletter .form-control:focus, .lfam-section-newsletter .form-control:focus-visible,
.lfam-section-newsletter .form-select:hover,
.lfam-section-newsletter .form-select:focus,
.lfam-section-newsletter .form-select:focus-visible,
.lfam-section-newsletter input:hover,
.lfam-section-newsletter input:focus,
.lfam-section-newsletter input:focus-visible,
.lfam-section-newsletter select:hover,
.lfam-section-newsletter select:focus,
.lfam-section-newsletter select:focus-visible,
.lfam-section-newsletter textarea:hover,
.lfam-section-newsletter textarea:focus,
.lfam-section-newsletter textarea:focus-visible {
  border-color: #0F172A;
  box-shadow: none;
}

@media (min-width: 1329px) {
  .container {
    max-width: 1328px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 1600px;
    padding-left: 64px;
    padding-right: 64px;
  }
}

.lfam-retro-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border: 3px solid;
  border-radius: 999999px;
  font-family: "Luckiest Guy", cursive;
  font-size: 0.875rem;
  transform: rotate(-2deg);
  line-height: 1;
}

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

.min-vh-40 {
  min-height: 40vh;
}

.bg-lfam-cream {
  background-color: #F8FAFC !important;
}

.bg-lfam-violet {
  background-color: #A18DC5 !important;
}

.bg-lfam-orange {
  background-color: #EA591D !important;
}

.bg-lfam-green {
  background-color: #79CFC2 !important;
}

.bg-lfam-pink {
  background-color: #F3A0CF !important;
}

.bg-lfam-yellow {
  background-color: #FEDE85 !important;
}

.bg-yellow-050 {
  background-color: #FFFAEB !important;
}

.bg-yellow-100 {
  background-color: #FEEFC7 !important;
}

.bg-yellow-200 {
  background-color: #FEDE85 !important;
}

.bg-yellow-300 {
  background-color: #FEC84B !important;
}

.bg-orange-050 {
  background-color: #FEF5EE !important;
}

.bg-orange-100 {
  background-color: #F9CEAF !important;
}

.bg-pink-050 {
  background-color: #FCF3F8 !important;
}

.bg-pink-100 {
  background-color: #FBE8F3 !important;
}

.bg-purple-050 {
  background-color: #F2F0F7 !important;
}

.bg-purple-100 {
  background-color: #E6E3F1 !important;
}

.bg-blue-050 {
  background-color: #F3FAF9 !important;
}

.bg-blue-100 {
  background-color: #D5F2EC !important;
}

.text-lfam-violet {
  color: #A18DC5 !important;
}

.text-lfam-orange {
  color: #EA591D !important;
}

.text-lfam-green {
  color: #79CFC2 !important;
}

.text-lfam-pink {
  color: #F3A0CF !important;
}

.text-lfam-yellow {
  color: #FEDE85 !important;
}

.font-family-luckiest {
  font-family: "Luckiest Guy", cursive !important;
}

.font-family-damion {
  font-family: "Damion", cursive !important;
}

.gap-sp-4 {
  gap: 0.25rem !important;
}

.gap-sp-8 {
  gap: 0.5rem !important;
}

.gap-sp-12 {
  gap: 0.75rem !important;
}

.gap-sp-20 {
  gap: 1.25rem !important;
}

.gap-sp-32 {
  gap: 2rem !important;
}

.gap-sp-48 {
  gap: 3rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.lfam-404-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 6vw, 100px) 20px;
  background-color: var(--lfam-404-bg, #0F172A);
  color: #fff;
  font-family: "Signika", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.lfam-404-wrap {
  width: min(100%, 1000px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.lfam-404-logo {
  width: min(342px, 75vw);
  height: auto;
  display: block;
}

.lfam-404-title-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.lfam-404-script {
  position: relative;
  z-index: 2;
  margin-bottom: -18px;
  font-family: "Damion", cursive;
  font-size: clamp(64px, 8vw, 129px);
  color: #FEDE85;
  text-shadow: 2px 4px 0 #000;
  line-height: 0.55;
}

.lfam-404-code {
  position: relative;
  z-index: 1;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(170px, 26vw, 300px);
  color: #FEF5EE;
  line-height: 0.8;
  text-shadow: 10px 10px 0 #EA591D;
  letter-spacing: 1px;
}

.lfam-404-sticker,
.lfam-404-sticker-fallback {
  position: absolute;
  right: -60px;
  top: 3px;
  width: 104px;
  height: 104px;
  z-index: 2;
}

.lfam-404-sticker {
  object-fit: contain;
}

.lfam-404-sticker-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F3A0CF;
  border: 2px solid #0F172A;
  clip-path: polygon(50% 0%, 60% 12%, 75% 7%, 79% 22%, 94% 25%, 87% 39%, 100% 50%, 87% 61%, 94% 75%, 79% 78%, 75% 93%, 60% 88%, 50% 100%, 40% 88%, 25% 93%, 21% 78%, 6% 75%, 13% 61%, 0 50%, 13% 39%, 6% 25%, 21% 22%, 25% 7%, 40% 12%);
}
.lfam-404-sticker-fallback .moon {
  font-size: 38px;
  line-height: 1;
  color: #FEDE85;
}
.lfam-404-sticker-fallback .stars {
  margin-top: -2px;
  font-size: 13px;
  line-height: 1;
  color: #0F172A;
  letter-spacing: 2px;
}

.lfam-404-message {
  max-width: 640px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  white-space: pre-line;
}

.lfam-404-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: var(--lfam-cta-bg, #FEF5EE);
  color: #0F172A;
  box-shadow: 4px 4px 0 0 #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-404-cta:hover, .lfam-404-cta:focus {
  transform: translateY(1px);
  box-shadow: 3px 3px 0 0 #0F172A;
  color: #0F172A;
}
.lfam-404-cta.btn-primary {
  --lfam-cta-bg: #ABE4DA;
}
.lfam-404-cta.btn-secondary {
  --lfam-cta-bg: #FFFAEB;
}
.lfam-404-cta.btn-tercary {
  --lfam-cta-bg: #F3A0CF;
}

@media (max-width: 767.98px) {
  .lfam-404-body {
    padding: 28px 16px;
  }
  .lfam-404-wrap {
    gap: 22px;
  }
  .lfam-404-script {
    margin-bottom: -12px;
  }
  .lfam-404-sticker,
  .lfam-404-sticker-fallback {
    width: 76px;
    height: 76px;
    right: -8px;
    top: 10px;
  }
  .lfam-404-sticker-fallback .moon {
    font-size: 27px;
  }
  .lfam-404-sticker-fallback .stars {
    font-size: 11px;
  }
  .lfam-404-message {
    font-size: 16px;
  }
}
html {
  scroll-behavior: smooth;
}

.lfam-section-contact-form {
  background: #FEF5EE;
  padding: clamp(36px, 5vw, 64px) 0 clamp(64px, 8vw, 96px);
}
.lfam-section-contact-form .container {
  max-width: 1180px;
}
.lfam-section-contact-form .wpcf7 {
  margin-top: 20px;
}
.lfam-section-contact-form .col-lg-8 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.lfam-section-contact-form h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 28px !important;
  text-align: center;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(62px, 10vw, 112px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: 0.5px;
  color: #79CFC2;
  text-shadow: 1px -1px 0 #0F172A, 3px 9px 0 #0F172A, 1px -1px 0 #0F172A, -1px 1px 0 #0F172A, 0 -1px 0 #0F172A, -1px -1px 0 #0F172A, -1px 1px 0 #0F172A;
}
.lfam-section-contact-form .lfam-contact-intro-primary {
  margin: 0 auto 18px !important;
  max-width: 760px;
  font-family: "Signika", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #0F172A;
}
.lfam-section-contact-form .lfam-contact-intro-secondary {
  margin: 0 auto 18px;
  max-width: 760px;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #0F172A;
}
.lfam-section-contact-form .wpcf7 form.lfam-cf7-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(100%, 500px);
  margin: 0 auto;
}
.lfam-section-contact-form .lfam-contact-form__lead {
  margin: 0 0 2px;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #0F172A;
}
.lfam-section-contact-form .lfam-contact-form__field {
  margin: 0;
}
.lfam-section-contact-form .lfam-contact-form__field p {
  margin: 0;
}
.lfam-section-contact-form .lfam-contact-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin: 0;
}
.lfam-section-contact-form .lfam-contact-form__row p {
  margin: 0;
}
.lfam-section-contact-form .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.lfam-section-contact-form .lfam-contact-control {
  width: 100%;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid #94A3B8;
  border-radius: 0.75rem;
  background: transparent;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1;
  color: #64748B;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.lfam-section-contact-form .lfam-contact-control::placeholder {
  color: #64748B;
  opacity: 1;
}
.lfam-section-contact-form .lfam-contact-control:hover {
  border-color: #0F172A;
  color: #0F172A;
}
.lfam-section-contact-form .lfam-contact-control:focus, .lfam-section-contact-form .lfam-contact-control:focus-visible {
  border-color: #0F172A;
  box-shadow: none;
  color: #0F172A;
}
.lfam-section-contact-form select.lfam-contact-control {
  appearance: none;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4 7.5l6 6 6-6' fill='none' stroke='%230F172A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.lfam-section-contact-form select.lfam-contact-control option {
  color: #0F172A;
  background: #FFFFFF;
}
.lfam-section-contact-form .wpcf7-form-control-wrap.lfam-contact-select-wrap {
  position: relative;
}
.lfam-section-contact-form .wpcf7-form-control-wrap.lfam-contact-select-wrap > select.lfam-contact-control {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.lfam-section-contact-form .wpcf7-form-control-wrap.lfam-contact-select-wrap > select.wpcf7-not-valid + .lfam-contact-select .lfam-contact-select__trigger {
  border-color: #F5003B;
}
.lfam-section-contact-form .lfam-contact-select {
  position: relative;
  width: 100%;
}
.lfam-section-contact-form .lfam-contact-select__trigger {
  width: 100%;
  min-height: 56px;
  padding: 12px;
  border: 1px solid #94A3B8;
  border-radius: 0.75rem;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748B;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  transition: border-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.lfam-section-contact-form .lfam-contact-select__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lfam-section-contact-form .lfam-contact-select__arrow {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4 7.5l6 6 6-6' fill='none' stroke='%230F172A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
.lfam-section-contact-form .lfam-contact-select__trigger:hover, .lfam-section-contact-form .lfam-contact-select__trigger:focus-visible {
  border-color: #0F172A;
  color: #0F172A;
}
.lfam-section-contact-form .lfam-contact-select__trigger:hover .lfam-contact-select__arrow, .lfam-section-contact-form .lfam-contact-select__trigger:focus-visible .lfam-contact-select__arrow {
  transform: rotate(-90deg);
}
.lfam-section-contact-form .lfam-contact-select.has-value .lfam-contact-select__label {
  color: #0F172A;
}
.lfam-section-contact-form .lfam-contact-select.is-open .lfam-contact-select__trigger {
  border-color: #94A3B8;
  color: #64748B;
}
.lfam-section-contact-form .lfam-contact-select.is-open .lfam-contact-select__arrow {
  transform: rotate(180deg);
}
.lfam-section-contact-form .lfam-contact-select__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 15;
  display: none;
  flex-direction: column;
  gap: 0;
  max-height: 360px;
  overflow: auto;
  padding: 0.5rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}
.lfam-section-contact-form .lfam-contact-select.is-open .lfam-contact-select__menu {
  display: flex;
}
.lfam-section-contact-form .lfam-contact-select__option {
  width: 100%;
  min-height: 34px;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  display: inline-flex;
  align-items: center;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.lfam-section-contact-form .lfam-contact-select__option:hover, .lfam-section-contact-form .lfam-contact-select__option:focus-visible, .lfam-section-contact-form .lfam-contact-select__option.is-highlighted {
  background: #F9CEAF;
}
.lfam-section-contact-form .lfam-contact-select__option.is-selected {
  background: #FEF5EE;
}
.lfam-section-contact-form textarea.lfam-contact-control {
  min-height: 120px;
  resize: vertical;
}
.lfam-section-contact-form .lfam-contact-form__consent-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.lfam-section-contact-form .lfam-contact-form__consent {
  flex: 1 1 auto;
  min-width: 0;
}
.lfam-section-contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.lfam-section-contact-form .wpcf7-acceptance .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #0F172A;
}
.lfam-section-contact-form .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #0F172A;
  border-radius: 999999px;
  background: transparent;
  margin: 0;
  position: relative;
  flex: 0 0 20px;
}
.lfam-section-contact-form .wpcf7-acceptance input[type=checkbox]:checked {
  background: #ABE4DA;
}
.lfam-section-contact-form .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #0F172A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.lfam-section-contact-form .wpcf7-acceptance a {
  color: #0F172A;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lfam-section-contact-form .lfam-contact-form__captcha {
  flex: 0 0 auto;
  min-height: 52px;
  display: flex;
  align-items: center;
}
.lfam-section-contact-form .lfam-contact-form__actions {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.lfam-section-contact-form .wpcf7 input[type=submit].lfam-contact-submit {
  min-width: 102px;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  background: #ABE4DA;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 4px 4px 0 #0F172A;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lfam-section-contact-form .wpcf7 input[type=submit].lfam-contact-submit:hover {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 #0F172A;
}
.lfam-section-contact-form .wpcf7 form.lfam-cf7-contact .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 8px 10px;
  border-radius: 0.5rem;
  font-family: "Signika", sans-serif;
  font-size: 13px;
  line-height: 1.25;
}
.lfam-section-contact-form .wpcf7-spinner {
  margin: 0 0 0 8px;
  position: absolute;
}
.lfam-section-contact-form .lfam-contact-confirm {
  width: min(100%, 500px);
  margin: 0 auto;
  padding: 5rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.lfam-section-contact-form .lfam-contact-confirm__title {
  margin: 0;
  color: #79CFC2;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 1;
  text-transform: uppercase;
  outline: none;
}
.lfam-section-contact-form .lfam-contact-confirm__text {
  margin: 0;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.lfam-section-contact-form .lfam-contact-confirm__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.lfam-section-contact-form .lfam-contact-confirm__btn {
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #0F172A;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #0F172A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0F172A;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lfam-section-contact-form .lfam-contact-confirm__btn:hover, .lfam-section-contact-form .lfam-contact-confirm__btn:focus {
  color: #0F172A;
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 0 #0F172A;
}
.lfam-section-contact-form .lfam-contact-confirm__btn:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 0 #0F172A;
}
.lfam-section-contact-form .lfam-contact-confirm__btn--message {
  background: #F3A0CF;
  min-width: 192px;
}
.lfam-section-contact-form .lfam-contact-confirm__btn--restaurants {
  background: #ABE4DA;
  min-width: 170px;
}
@media (max-width: 575.98px) {
  .lfam-section-contact-form .lfam-contact-confirm {
    width: 100%;
    padding-top: 2rem;
  }
  .lfam-section-contact-form .lfam-contact-confirm__actions {
    width: 100%;
    flex-direction: column;
  }
  .lfam-section-contact-form .lfam-contact-confirm__btn {
    width: 100%;
    min-width: 0;
  }
}

.lfam-faq-block-badge {
  position: absolute;
  top: 75px;
  right: clamp(-140px, -16vw, -140px);
  width: clamp(160px, 20vw, 240px);
  height: auto;
  z-index: 2;
  display: block;
  transition: transform 0.2s ease;
}
.lfam-faq-block-badge:hover {
  transform: scale(1.05);
}
.lfam-faq-block-badge svg,
.lfam-faq-block-badge .lfam-faq-block-badge__image {
  width: 100%;
  height: auto;
  display: block;
}

.lfam-contact-back-wrap {
  margin-bottom: 14px;
}

.lfam-contact-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0F172A;
  text-decoration: none;
}
.lfam-contact-back:hover, .lfam-contact-back:focus-visible {
  color: #0F172A;
}
.lfam-contact-back:hover .lfam-contact-back__label::before, .lfam-contact-back:focus-visible .lfam-contact-back__label::before {
  transform: scaleX(0);
}
.lfam-contact-back:hover .lfam-contact-back__label::after, .lfam-contact-back:focus-visible .lfam-contact-back__label::after {
  transform: scaleX(1);
}
.lfam-contact-back__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}
.lfam-contact-back__label {
  position: relative;
  display: inline-block;
  font-family: "Signika", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #0F172A;
  padding-bottom: 3px;
}
.lfam-contact-back__label::before, .lfam-contact-back__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.lfam-contact-back__label::before {
  bottom: 1px;
  transform: scaleX(1);
}
.lfam-contact-back__label::after {
  bottom: -1px;
  transform: scaleX(0);
}

@media (max-width: 991.98px) {
  .lfam-faq-block-badge {
    display: none;
  }
  .lfam-section-contact-form .lfam-contact-intro-primary {
    font-size: 17px;
  }
  .lfam-section-contact-form .lfam-contact-intro-secondary {
    font-size: 15px;
  }
  .lfam-section-contact-form .wpcf7-acceptance .wpcf7-list-item > label {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .lfam-contact-back-wrap {
    margin-bottom: 16px;
  }
  .lfam-section-contact-form {
    padding-top: 128px;
  }
  .lfam-section-contact-form h1 {
    margin-bottom: 18px !important;
  }
  .lfam-section-contact-form .lfam-contact-intro-primary {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 14px !important;
  }
  .lfam-section-contact-form .lfam-contact-intro-secondary {
    font-size: 0.875rem;
    line-height: 1.25;
    margin-bottom: 14px;
  }
  .lfam-section-contact-form .lfam-contact-form__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .lfam-section-contact-form .lfam-contact-form__consent-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .lfam-section-contact-form .lfam-contact-form__captcha {
    width: 100%;
    justify-content: flex-start;
  }
  .lfam-section-contact-form .wpcf7 input[type=submit].lfam-contact-submit {
    min-width: 120px;
  }
}
.lfam-concept-hero {
  padding: 0.75rem;
}
@media (max-width: 767.98px) {
  .lfam-concept-hero {
    padding: 0;
  }
}
.lfam-concept-hero__card {
  position: relative;
  height: 728px;
  min-height: 728px;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #0F172A;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  .lfam-concept-hero__card {
    height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }
}
.lfam-concept-hero__card > .position-absolute {
  inset: 0;
}
.lfam-concept-hero__card iframe {
  min-width: 100%;
  min-height: 100%;
  border: none;
  aspect-ratio: 16/9;
}
.lfam-concept-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(15, 23, 42, 0.26);
}
.lfam-concept-hero__content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: clamp(64px, 10vh, 160px) 20px;
  text-align: center;
}
.lfam-concept-hero__title-wrap {
  width: min(100%, 555px);
  color: #FEDE85;
}
.lfam-concept-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.lfam-concept-hero__script {
  margin: 0;
  font-family: "Damion", cursive;
  font-size: clamp(46px, 6.1vw, 70px);
  line-height: 1;
  text-shadow: 1.328px 3.984px 0 #000;
}
.lfam-concept-hero__script--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-concept-hero__script--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-concept-hero__script--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-concept-hero__script--orange {
  color: var(--Brand-Orange-300, #EA591D);
}
.lfam-concept-hero__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(40px, 5.55vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 0 7px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Neutral-900, #0F172A);
  font-family: var(--Typography-Heading-style-1, Luckiest Guy, cursive);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.lfam-concept-hero__title--blue {
  color: var(--Brand-blue-300, #79CFC2);
}
.lfam-concept-hero__title--yellow {
  color: var(--Brand-Yellow-200, #FEDE85);
}
.lfam-concept-hero__title--pink {
  color: var(--Brand-pink-300, #F3A0CF);
}
.lfam-concept-hero__title--orange {
  color: var(--Brand-Orange-300, #EA591D);
}

.lfam-section-faitmaison {
  padding: 5rem 0;
  background: #FEF5EE;
}

.lfam-fm {
  margin: 0 auto;
}
.lfam-fm__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
  margin-bottom: 3rem;
}
.lfam-fm__title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(34px, 4.1vw, 48px);
  line-height: 1;
  color: #79CFC2;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "case" on;
  text-shadow: 2px 3px 0 #000;
  /* Heading/H2 */
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #0F172A;
  font-family: Luckiest Guy, cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 48px */
}
.lfam-fm__subtitle {
  margin: -16px 0 0;
  font-family: "Damion", cursive;
  font-size: clamp(44px, 5.5vw, 64px);
  line-height: 0.48;
  color: #FEDE85;
  font-feature-settings: "case" on;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 1px 2px 0 #000, 0 0.3px 0 #000, -0.3px 0 0 #000, 0 -0.3px 0 #000;
  /* Heading/H3 */
  font-family: Damion, cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 48%;
  /* 30.72px */
}
.lfam-fm__panel {
  background: #FEEFC7;
  border: 2px dashed #FEC84B;
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin: 0 56px;
}
@media (max-width: 767.98px) {
  .lfam-fm__panel {
    margin: 0;
  }
}
.lfam-fm__grid {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}
.lfam-fm__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 0.75rem;
  height: 100%;
}
.lfam-fm__icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lfam-fm__icon {
  max-width: 86px;
  max-height: 88px;
  width: auto;
  height: auto;
  display: block;
}
.lfam-fm__item-title {
  margin: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: clamp(26px, 2.7vw, 32px);
  line-height: 1;
  color: #0F172A;
}
.lfam-fm__item-text {
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  color: #0F172A;
}
.lfam-fm__bottom-text {
  margin: 32px auto 0;
  max-width: 840px;
  text-align: center;
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  color: #0F172A;
}
.lfam-fm__cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .lfam-concept-hero {
    padding: 0px;
  }
  .lfam-concept-hero__card {
    height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }
  .lfam-concept-hero__content {
    padding: 80px 16px;
    gap: 1.25rem;
  }
  .lfam-concept-hero__actions {
    gap: 0.5rem;
  }
  .lfam-section-faitmaison {
    padding: 56px 0;
  }
  .lfam-fm__heading {
    margin-bottom: 30px;
  }
  .lfam-fm__panel {
    padding: 14px;
  }
  .lfam-fm__grid {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
  .lfam-fm__item {
    gap: 10px;
    padding: 10px;
  }
  .lfam-fm__icon-wrap {
    width: 66px;
    height: 66px;
  }
  .lfam-fm__icon {
    max-width: inherit;
    max-height: inherit;
    height: 56px;
  }
  .lfam-fm__item-text, .lfam-fm__bottom-text {
    font-size: 15px;
  }
}
.lfam-legal-page .lfam-legal-page__content h2 {
  font-size: 32px;
  margin-top: 3rem;
}
.lfam-legal-page .lfam-legal-page__content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #0F172A;
}
.lfam-legal-page .lfam-legal-page__content a {
  color: #EA591D;
}

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