* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --accent-color: #8c867d;
  --border-color: #e9ecef;
  --bg-light: #f8f9fa;
  --border-radius: 5px;
  --btn-darck-bg: #252525;
  --container: min(1100px, 92vw);
  --couler-primaire: #4a1c4a;
  --couler-primaire-text: #ffffff;
  --darck: #252525;
  --hero-height: min(100svh, 900px);
  --hero-overlay: linear-gradient(
    180deg,
    rgb(0 0 0),
    rgba(0, 0, 0, 0.25) 40%,
    rgb(0 0 0 / 0%)
  );
  --sectionMargin: 0;
  --i: 120ms;
  --primary-color-background: #e0e2f3;
  --secondary-color-background: #ffffff;
  --primary-color-text: #000000;
  --secondary-color-text: #000000;
  --qa-bg: #111;
  --qa-fg: var(--white);
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  --shadow-hover: 0 10px 20px rgba(0, 0, 0, 0.3);
  --transition: all 0.3s ease;
  --white: #ffffff;
}
.hero-video {
  position: relative;
  height: var(--hero-height);
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--white);
}
.hero-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video__overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  pointer-events: none;
}
.hero-video__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(1rem, 5vw, 4rem) 1rem;
}
.hero-title {
  margin: 0 0 0.5rem;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  animation: fadeInUp 15s ease;
}
.hero-subtitle {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  animation: fadeInUp 1s ease 5s both;
}
.hero-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: var(--white);
  font-size: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.hero-video__play[hidden] {
  display: none;
}
.hero-video__scroll {
  position: absolute;
  right: clamp(12px, 2vw, 20px);
  bottom: clamp(12px, 2vw, 20px);
  z-index: 3;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, background-color 0.15s ease;
  animation: bob 1.5s infinite;
}
.hero-video__scroll .icon {
  width: 26px;
  height: 26px;
}
.hero-video__scroll:hover {
  background: rgba(0, 0, 0, 0.7);
}
.hero-video__scroll:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
}
@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
.carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.5rem 1rem;
  justify-content: space-evenly;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 24px,
    black calc(100% - 24px),
    transparent 100%
  );
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.carousel > * {
  flex: 0 0 clamp(280px, 60vw, 420px);
  scroll-snap-align: start;
}
.buffets-gallery.carousel,
.plats-gallery.carousel {
  display: flex !important;
  grid-template-columns: unset !important;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.buffets-gallery.carousel > .buffet-item,
.plats-gallery.carousel > .plat-item {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.carousel::-webkit-scrollbar {
  display: none;
}
.buffet-item img,
.plat-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: var(--primary-color-text);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
a {
  color: var(--primary-color-text);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--secondary-color-text);
}
.container {
  margin: 25px;
  padding: 0 1rem;
}
.section-title {
  text-align: left;
  margin-bottom: 3rem;
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--couler-primaire);
  margin-top: 20px;
  border-radius: 2px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  box-shadow: var(--shadow);
  z-index: 1000;
  transition: var(--transition);
  display: flex;
  align-items: center;
  height: 80px;
}
.logo-text {
  font-size: 1.8rem;
  color: var(--secondary-color-text);
  margin-bottom: 0.2rem;
}
.by-text {
  font-size: 0.8rem;
  color: var(--white);
  margin-bottom: 0;
}
.logo-subtitle {
  font-size: 0.9rem;
  color: var(--secondary-color-text);
  font-style: italic;
  margin: 0;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}
.nav-link {
  font-weight: 300;
  padding: 0.5rem 1rem;
  transition: var(--transition);
  position: relative;
  color: var(--couler-primaire-text);
}
.nav-link::after,
.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #a5a6ff, #fde3ff);
  border-radius: 20px;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}
.nav-link::before {
  top: -5px;
  transform-origin: left;
}
.nav-link:hover::after,
.nav-link:hover::before {
  transform: scaleX(1);
}
.nav-link:hover,
.nav-link.active {
  color: var(--couler-primaire-text);
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.hero {
  background: linear-gradient(135deg, var(--white) 0%, var(--qa-bg) 100%);
  color: var(--white);
  padding: 10px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.hero-container {
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.hero-description {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.7;
  animation: fadeInUp 1s ease 0.4s both;
}
.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease 0.6s both;
}
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid;
  cursor: pointer;
  font-size: 1rem;
}
.btn-primary {
  background: var(--bg-light);
  color: var(--primary-color-text);
  border-color: var(--couler-primaire);
}
.btn-primary:hover {
  background: var(--couler-primaire);
  color: var(--white);
  border-color: var(--darck);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}
.btn-secondary {
  background: var(--bg-light);
  color: var(--darck);
  border-color: var(--darck);
}
.btn-secondary:hover {
  background: var(--bg-light);
  color: var(--darck);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}
.prestations .prestation-card {
  border-radius: var(--border-radius);
  padding: 1rem 1.25rem;
  background: var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.prestations-grid.carousel {
  display: flex !important;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.prestations-grid.carousel > .prestation-card {
  flex: 0 0 clamp(280px, 60vw, 420px);
  scroll-snap-align: start;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  padding: 60px;
  min-width: 370px;
}
.prestations-grid.carousel::-webkit-scrollbar {
  display: none;
}
.a-pour-div {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
}
.prix {
  color: #878383;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: end;
}
section {
  padding: 20px 0;
}
.prestations {
  background: var(--bg-light);
}
.prestations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.prestation-card {
  background: var(--white);
  position: relative;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  padding: 1rem 1rem 3.75rem;
}
.prestation-card .prix {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.5rem 0.75rem;
}
.prestation-card:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow-hover);
}
.prestation-card h3 {
  color: var(--primary-color-text);
  margin: 0 0 0.5rem;
  text-align: left;
  padding-right: 5.5rem;
}
.prestation-card ul {
  list-style: none;
}
.prestation-card li {
  padding: 0.5rem 0;
  color: var(--primary-color-text);
  border-bottom: 1px solid var(--border-color);
  position: relative;
  padding-left: 1.5rem;
}
.prestation-card li:last-child {
  border-bottom: none;
}
.prestation-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color-text);
  font-weight: 300;
}
.sous_liste li::before {
  content: "o";
  position: absolute;
  left: 15px;
  color: var(--secondary-color-text);
  font-weight: 300;
}
.sous_liste li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  padding-left: 2.5rem;
}
.prestation-card h3 i {
  position: absolute;
  right: 3rem;
  font-size: 0.7rem;
  font-style: normal;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: var(--couler-primaire);
  color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.formules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
.formule-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  border-left: 4px solid var(--accent-color);
  transition: var(--transition);
}
.formule-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}
.formule-card h3 {
  color: var(--primary-color-text);
  margin-bottom: 1.5rem;
}
.formule-card ul {
  list-style: none;
}
.formule-card li {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  padding-left: 1.5rem;
  transition: var(--transition);
}
.formule-card li:hover {
  color: var(--secondary-color-text);
}
.formule-card li:last-child {
  border-bottom: none;
}
.formule-card li::before {
  content: "🍽️";
  position: absolute;
  left: 0;
}
.a-la-carte {
  background: var(--bg-light);
}
.carte-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.carte-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.plats-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.plat-item {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.plat-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.plat-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.buffets-showcase {
  margin-top: 4rem;
  text-align: left;
}
.showcase-title {
  color: var(--secondary-color-text);
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.buffets-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
.buffet-item {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.buffet-item:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-hover);
}
.buffet-item img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  display: block;
}
.buffet-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: var(--white);
  padding: 2rem 1rem 1rem;
  text-align: left;
  transform: translateY(100%);
  transition: var(--transition);
}
.buffet-item:hover .buffet-overlay {
  transform: translateY(0);
}
.buffet-overlay p {
  margin: 0;
  font-weight: 600;
  font-size: 1.1rem;
}
.chabbat-service {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  text-align: left;
}
.chabbat-service h3 {
  color: var(--primary-color-text);
  margin-bottom: 1rem;
}
.chabbat-service .btn {
  margin-top: 1rem;
}
.salles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.salle-item {
  background: var(--white);
  padding: 1.5rem;
  text-align: left;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  font-weight: 500;
  color: var(--primary-color-text);
}
.salle-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  background: var(--primary-color-background);
  color: var(--white);
}
.about {
  background: var(--bg-light);
}
.about-content {
  margin: 0 auto;
  text-align: left;
}
.about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.contact-content {
  margin: 0 auto;
  text-align: left;
}
.contact {
  padding: 0;
}
.contact-info h3 {
  margin-bottom: 1rem;
}
.contact-info {
  text-align: center;
  margin: 20px;
}
.contact-phone {
  font-size: 1.2rem;
  margin: 2rem 0;
}
.contact-phone a {
  color: var(--secondary-color-text);
  font-weight: 600;
  font-size: 1.3rem;
}
.contact-form select {
  width: 100%;
  padding: 0.4rem;
  border: 1px solid #3b2b1a;
  border-radius: 0.5rem;
  font: inherit;
  background-color: var(--white);
}
.contact-form .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.contact-form .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3rem;
}
.footer {
  background: var(--couler-primaire);
  color: var(--couler-primaire-text);
  padding: 3rem 0 1rem;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-section h3,
.footer-section h4 {
  margin-bottom: 1rem;
}
.footer-section p {
  margin-bottom: 0.5rem;
  opacity: 0.9;
}
.footer-section a {
  color: var(--secondary-color-text);
}
.footer-bottom {
  text-align: left;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.8;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-link:focus,
.btn:focus {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}
html {
  scroll-behavior: smooth;
}
.carousel-wrap {
  position: relative;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.carousel-btn.prev {
  left: 0.25rem;
}
.carousel-btn.next {
  right: 0.25rem;
}
.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}
.carousel-wrap::before,
.carousel-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  pointer-events: none;
  z-index: 1;
  content: "";
}
.carousel-wrap::before {
  left: 0;
}
.carousel-wrap::after {
  right: 0;
  transform: scaleX(-1);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.contact-form {
  padding: 1.5rem;
  margin-bottom: 10px;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  max-width: 700px;
  flex: 1;
}
.section-centre {
  display: flex;
  justify-content: center;
}
.contact-form .field {
  margin-bottom: 1rem;
}
.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.4rem;
  border: 1px solid #3b2b1a;
  border-radius: 0.5rem;
  font: inherit;
}
.contact-form button[type="submit"] {
  display: block;
  margin: 1rem auto 0;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--accent-color);
  border-color: transparent;
}
.contact-form .btn {
  margin-top: 0.5rem;
}
.contact-form .hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
}
.form-status {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
.prestation-card .btn-more {
  position: absolute;
  left: -1px;
  bottom: -2px;
  z-index: 2;
  margin: 0;
  padding: 0.5rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  border: 2px solid var(--couler-primaire);
  border-bottom: 0;
  border-left: 0;
  background: var(--primary-color-background);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: background-color 1s ease, color 0.15s ease, transform 0.05s ease;
}
.prestation-card .btn-more:hover {
  background: #f8fafc;
  color: var(--white);
}
.prestation-card .btn-more:active {
  transform: translateY(1px);
}
section.bg-color,
.section.bg-color {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--sectionMargin);
  padding-bottom: var(--sectionMargin);
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lp-card {
  position: relative;
  border-radius: 200px 200px 16px 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  background: #d5d5d530;
  aspect-ratio: 4/5;
}
.lp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
  transform: scale(1.01);
  transition: transform 0.5s ease;
  border-radius: 200px 200px 3px 4px;
}
.lp-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.lp-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.55) 78%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(14px, 3vw, 22px);
  gap: 0.35rem;
  pointer-events: none;
}
.lp-card__title {
  margin: 0;
  line-height: 1.1;
  font-size: clamp(1.15rem, 2.6vw, 1.6rem);
  font-weight: 300;
  color: var(--white);
  transition: bottom 0.45s ease, top 0.45s ease, transform 0.45s ease,
    opacity 0.3s ease;
  z-index: 1;
  text-align: center;
  width: calc(100% - 2 * clamp(14px, 3vw, 22px));
}
.lp-card__title span {
  font-weight: 500;
  opacity: 0.95;
}
.lp-card__subtitle {
  margin: 0.15rem 0 0.4rem;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  color: var(--white);
}
.lp-card__cta {
  align-self: flex-start;
  margin-top: 0.25rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 0.9rem;
  transition: background-color 1s ease, transform 1s ease;
}
.lp-card:hover img {
  transform: scale(1.6);
}
.lp-card:hover .lp-card__title,
.lp-card:focus-within .lp-card__title {
  top: 50%;
  bottom: auto;
  transform: translateY(-500%);
  opacity: 1;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform 1.5s ease, top 1.5s ease, bottom 1.5s ease,
    opacity 1.5s ease 1.5s;
  width: 100%;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}
.lp-card__subtitle,
.lp-card__cta {
  transition: opacity 1s ease, transform 1s ease;
}
.lp-card__link:hover .lp-card__cta {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
.section-light {
  background: var(--primary-color-background);
  color: var(--primary-color-text);
}
.section-darck {
  background: var(--secondary-color-background);
  color: var(--secondary-color-text);
}
.hero-slim {
  position: relative;
  height: 30vh;
  min-height: 140px;
  max-height: 230px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.hero-slim video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slim .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}
.hero-slim .title {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1rem 0;
  color: var(--white);
}
.hero-slim h1 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 0.6rem;
  padding: 0.35rem 0;
}
.checklist .icon {
  width: 20px;
  height: 20px;
  color: #16a34a;
  margin-top: 0.15rem;
}
.badge {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: var(--couler-primaire);
  color: var(--white);
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}
.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}
.contact-title {
  text-align: center;
}
.carousel.salle-gallery figure {
  flex: 0 0 clamp(260px, 45vw, 420px);
  height: 420px;
  margin: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
  scroll-snap-align: start;
  background: #000;
}
.carousel.salle-gallery {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  max-height: 420px;
}
.carousel.salle-gallery > figure {
  flex: 0 0 clamp(260px, 45vw, 420px);
  height: 420px;
  margin: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
  scroll-snap-align: start;
  background: #000;
}
.carousel.salle-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer a {
  color: inherit;
  text-decoration: underline;
}
.footer a:hover {
  opacity: 0.85;
}
.footer .container {
  margin: 0 auto;
  padding: 0 16px;
}
.quick-access {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 1000;
}
.qa-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--qa-fg);
  background: var(--qa-bg);
  text-decoration: none;
  height: 48px;
  padding: 0 0.6rem 0 0.9rem;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transform: translateX(calc(100% - 56px));
  transition: transform 0.22s ease, background-color 0.2s ease;
}
.qa-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.qa-label {
  white-space: nowrap;
  max-width: 180px;
  opacity: 0;
  transition: opacity 0.18s ease;
}
.qa-item:hover,
.qa-item:focus-visible,
.qa-item.qa-open {
  transform: translateX(0);
}
.qa-item:hover .qa-label,
.qa-item:focus-visible .qa-label,
.qa-item.qa-open .qa-label {
  opacity: 1;
}
.qa-contact {
  --qa-bg: #111;
}
.qa-home {
  --qa-bg: #6b7280;
}
.qa-item:hover {
  filter: brightness(1.06);
  color: var(--secondary-color-text);
}
.qa-item:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
}
.navbar {
  width: 100%;
  background-color: var(--couler-primaire);
}
.nav-container {
  display: flex;
  margin: 0 auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.nav-general {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.hamburger {
  width: 25px;
  height: 3px;
  background: var(--white);
  margin: 3px 0;
  transition: var(--transition);
  border-radius: 2px;
}
.nav-centered {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-centered .nav-link {
  font-weight: 300;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
}
.nav-centered .nav-link:hover,
.nav-centered .nav-link.active {
  text-decoration: underline;
  color: var(--secondary-color-text);
}
.nav-logo {
  display: flex;
  align-items: center;
  height: 100%;
  justify-self: center;
  text-align: left;
}
.nav-logo:hover {
  border: 0.2px solid;
  border-color: #fff;
  border-radius: 100px;
  padding: 7px;
}
.logo-link {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
.logo-link:hover {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
.logo-img {
  display: block;
  height: 100%;
  width: auto;
  max-height: 80px;
  object-fit: contain;
}
.d-only {
  display: inline-flex;
  list-style-type: "";
  margin-left: 10px;
}
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.nav-overlay.active {
  display: block;
}
.nav-overlay[hidden] {
  display: none !important;
}
.overlay-inner {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 1rem;
  text-align: center;
  padding: 2rem;
}
.overlay-inner .nav-link {
  display: block;
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  color: var(--white);
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
}
.overlay-inner .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
#nav-menu.nav-overlay {
  display: none;
}
#nav-menu.nav-overlay.active {
  display: block;
}
#univers .lp-card {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.6s cubic-bezier(0.22, 0.75, 0.25, 1),
    opacity 1s cubic-bezier(0.22, 0.75, 0.25, 1);
  transition-delay: calc(var(--i, 0) * 120ms);
  will-change: transform, opacity;
}
#univers .lp-card.is-in {
  opacity: 1;
  transform: translateX(0);
}
.promo {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}
.promo-text p {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.promo .checklist .icon {
  width: 18px;
  height: 18px;
}
.promo .badge {
  background: var(--couler-primaire);
}
.promo .cta {
  margin-top: 0.8rem;
}
.container p {
  font-size: 1.3rem;
}
.promo-media {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.parallax-pan {
  will-change: transform;
  transform: translateY(0) scale(1.12);
  display: block;
}
.promo-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.centre {
  text-align: center;
}
.margin-border {
  margin-left: 60px;
  margin-right: 60px;
}
.div-text {
  margin-left: 120px;
  margin-right: 120px;
}
.prestation-option {
  background: var(--white);
  position: relative;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  padding: 1rem;
  min-width: 600px;
  color: var(--primary-color-text);
}
.prestations-option {
  display: flex;
  gap: 2rem;
}
.liquid-morph-element {
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.liquid-morph-element::before {
  content: "";
  top: 0;
  left: 0;
  background: conic-gradient(#0ff 0deg, #0a2342 120deg, #0ff 240deg);
  transition: all 0.6s ease;
  opacity: 0;
  transform: scale(0);
}
.liquid-morph-element:hover {
  transform: rotate(720deg);
}
.remplissage {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid;
  cursor: pointer;
  font-size: 1rem;
  background: var(--bg-light);
  color: var(--primary-color-text);
  border-color: var(--couler-primaire);
  z-index: 0;
}
.remplissage::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--couler-primaire);
  border-radius: 50% 50% 0 0;
  z-index: -1;
  transition: all 0.5s;
}
.remplissage:hover {
  color: var(--white);
  border: 0;
  opacity: 1;
}
.remplissage:hover::before {
  top: 0;
  border-radius: 0;
}
.remplissage:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--border-radius);
  padding: 5px;
  background: linear-gradient(
    45deg,
    #decfdf,
    #d3bfd4,
    #aa7db0,
    #87578d,
    #613e65
  );
  background-size: 300% 300%;
  animation: gradientAnimation 10s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.remplissage-card {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: 8px solid;
  cursor: pointer;
  font-size: 1rem;
  background: var(--bg-light);
  color: var(--primary-color-text);
  border-color: var(--couler-primaire);
  z-index: 0;
}
.remplissage-card::before {
  content: "";
  position: absolute;
  top: 600px;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color-background);
  z-index: -1;
  transition: all 0.5s;
}
.remplissage-card:hover {
  color: var(--white);
  opacity: 1;
}
.remplissage-card:hover::before {
  top: 0;
}
.liquid-morph-element:hover::before {
  opacity: 0.5;
  transform: scale(2);
}
.form-success-message {
  max-width: 800px;
  padding: 2rem;
  background: #fff;
  border: 2px solid #d1d5db;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  animation: fadeInUp 0.4s ease;
  margin-bottom: 10px;
}
.form-success-message h2 {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
}
.form-success-message p {
  margin: 0;
  font-size: 1.1rem;
}
.contact-form .invalid-field {
  border-color: #dc2626 !important;
  animation: field-shake 0.6s ease;
  background: #feecec;
}
@keyframes field-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}
.page-mariage .promo {
  align-items: stretch;
}
.page-mariage .promo-text {
  text-align: left;
  max-width: 62ch;
  margin: 0 auto;
  padding-block: clamp(0.5rem, 1.2vw, 1rem);
  padding-left: clamp(14px, 2.4vw, 22px);
}
.page-mariage .promo-text h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin: 0 0 0.75rem;
  position: relative;
}
.page-mariage .promo-text h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  background: currentColor;
  opacity: 0.2;
  border-radius: 999px;
  margin-top: 0.5rem;
}
.page-mariage .promo-text p {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.75;
  margin: 0.6rem 0;
  text-wrap: pretty;
  position: relative;
  padding-left: 1.1rem;
}
.page-mariage .promo-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 6px;
  height: 6px;
  background: currentColor;
  opacity: 0.35;
  border-radius: 50%;
}
.page-mariage .promo .cta-action {
  margin-top: 0.6rem;
}
.container2 {
  width: var(--container);
  margin: 0 auto;
}
.lead {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  color: var(--muted);
  line-height: 1.66;
  margin-bottom: 1.25rem;
}
.card2 {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.5rem);
}
.status-code {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
}
.status-sub {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: #111;
}
.search-wrap {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.search-wrap input[type="search"] {
  flex: 1 1 280px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font: inherit;
}
.search-wrap input[type="search"]:focus {
  outline: 2px solid var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-light);
}
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.pill {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111;
  text-decoration: none;
}
.section-bg-img {
  background: url(/images/bg-salle.png) no-repeat center/cover;
  min-height: 50rem;
}
.div-50 {
  width: 50%;
  margin: auto 0;
}
#promo-1 .section-bg-img {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 50rem;
}
#promo-1 .section-bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
}
#promo-1 .promo-hero__inner {
  position: relative;
  z-index: 1;
  width: 40%;
  height: 100%;
  padding: 60px;
  background: rgb(255 255 255 / 63%);
}
#promo-1 .section-header {
  margin: 0 0 clamp(10px, 2.5vw, 18px);
}
#promo-1 .title {
  color: #fff;
  line-height: 1.15;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  letter-spacing: 0.2px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  display: inline-block;
  position: relative;
  padding-bottom: 0.4rem;
}
#promo-1 .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--couler-primaire),
    rgba(255, 255, 255, 0.7)
  );
  border-radius: 999px;
}
#promo-1 .div-50 {
  width: min(900px, 100%);
  margin: 0;
  background: transparent;
}
.div-50 > .container {
  margin: 0;
  padding: 0;
}
#promo-1 .div-50 p {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  margin: 0 0 0.8rem;
}
.chef-section {
  --chef-bg: #3f1d45;
  --chef-fg: #ffffff;
  --chef-fg-dim: rgba(255, 255, 255, 0.88);
  background: var(--chef-bg);
  color: var(--chef-fg);
  padding: 60px 0;
}
.chef-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.chef-header {
  margin-bottom: 22px;
}
.chef-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.chef-title span {
  display: block;
}
.chef-figure {
  margin: 16px 0 22px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  height: 420px;
}
.chef-figure img {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.chef-text.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
  margin-top: 8px;
}
.chef-text p {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.05rem);
  color: var(--chef-fg-dim);
}
.chef-bottom {
  margin-top: 1rem;
  font-size: clamp(1rem, 1.6vw, 1.05rem);
  color: var(--chef-fg-dim);
}
@media (max-width: 900px) {
  #promo-1 .section-bg-img {
    background: none;
    min-height: 0;
  }
  #promo-1 .section-bg-img::before {
    background: url(/images/bg-salle.png) no-repeat center/cover;
    opacity: 1;
  }
  #promo-1 .promo-hero__inner {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
  }
  #promo-1 .div-50 {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: clamp(18px, 5vw, 28px);
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-top: 0.75rem;
  }
  #promo-1 .div-50::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #promo-1 .div-50 > * {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  #promo-1 .div-50 .section-title {
    text-align: center;
    margin-bottom: 0.75rem;
  }
  #promo-1 .div-50 .section-title::after {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 12px;
  }
}
@media (max-width: 780px) {
  .chef-text.grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .page-mariage .promo-text {
    max-width: 100%;
    margin-inline: 0;
  }
  #promo-1 .div-50 {
    width: 100%;
  }
  .contact-form .grid-2 {
    grid-template-columns: 1fr;
  }
  .contact-form .grid-3 {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .promo {
    grid-template-columns: 1fr;
  }
  .promo-media {
    order: -1;
  }
  .div-text {
    margin-left: 6px;
    margin-right: 60px;
  }
  .margin-border {
    margin-left: 6px;
    margin-right: 6px;
  }
  .quick-access {
    top: 15%;
    flex-direction: row;
    gap: 0.5rem;
  }
  .chef-figure img {
    top: 0;
    bottom: 0;
  }
  .chef-figure {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 900px) {
  .logo-img {
    display: block;
    height: 100%;
    width: auto;
    max-height: 80px;
    object-fit: contain;
    margin-left: 8px;
  }
  .d-only {
    display: none !important;
  }
  .nav-container {
    grid-template-columns: 1fr auto 1fr;
    column-gap: 0.5rem;
  }
  .nav-toggle {
    display: inline-flex;
    justify-self: start;
    flex-direction: column;
    color: var(--white);
  }
  .nav-centered {
    justify-content: center;
  }
  .nav-menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 2rem 1rem;
    box-shadow: var(--shadow);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
  }
  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-item {
    margin: 0.5rem 0;
  }
  .nav-link {
    display: block;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .nav-toggle.active .hamburger:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    color: var(--white);
  }
  .nav-toggle.active .hamburger:nth-child(2) {
    opacity: 0;
    color: var(--white);
  }
  .nav-toggle.active .hamburger:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
    color: var(--white);
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .carte-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .plats-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .buffets-gallery {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .prestations-grid,
  .formules-grid {
    grid-template-columns: 1fr;
  }
  .salles-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  section {
    padding: 30px 0;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .nav-logo {
    grid-column: 2;
    justify-self: center;
  }
  #nav-toggle {
    grid-column: 3;
    justify-self: end;
    display: inline-flex;
    padding: 8px;
    z-index: 1001;
    color: var(--white);
  }
}
@media (max-width: 767.98px) {
  .prestations .prestations-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 0.5rem 1rem;
    scrollbar-width: none;
    margin: 0;
  }
  .prestations .prestation-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
    scroll-margin-left: 0.5rem;
    min-width: 300px;
  }
  .prestations .prestations-grid::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 640px) {
  .lp-carousel > * {
    flex-basis: 85%;
  }
}
@media (max-width: 600px) {
  .qa-item {
    height: 56px;
  }
  .qa-icon {
    width: 26px;
    height: 26px;
  }
  .carousel.salle-gallery figure {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 0.5rem;
    margin: 0;
  }
  .hero-title {
    font-size: 2rem;
  }
  .prestation-card,
  .formule-card,
  .chabbat-service {
    padding: 1.5rem;
  }
  .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  .plats-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .buffets-gallery {
    gap: 1rem;
  }
  .buffet-item img,
  .plat-item img {
    height: 180px;
  }
  .salles-grid {
    grid-template-columns: 1fr;
  }
}
/* Améliorations d'accessibilité */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-video__scroll {
    animation: none;
  }
  .hero-video__media {
    display: none;
  }
  .hero-video {
    background: url(images/hero-poster.jpg) center/cover no-repeat;
  }
  #univers .lp-card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .carousel {
    scroll-behavior: auto;
  }
  .qa-item {
    transition: none;
  }
  .qa-label {
    transition: none;
  }
  .prestations .prestations-grid {
    scroll-behavior: auto;
  }
}
.promo-media {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.promo-media img.parallax-pan {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.12);
  will-change: transform;
  transition: none;
}
.icons-gallery {
  --slide: clamp(80px, 22vw, 140px);
  gap: 0.75rem;
}
.icons-gallery > figure {
  display: grid;
  place-items: center;
  padding: 0.5rem;
}
.icons-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}
#accecibilité svg {
  color: var(--couler-primaire) !important;
}
#accecibilité svg [stroke] {
  stroke: currentColor !important;
}
#accecibilité svg [fill="#000"],
#accecibilité svg [fill="#000000"] {
  fill: currentColor !important;
}
#accecibilité svg text {
  fill: currentColor !important;
}
