.elementor-7 .elementor-element.elementor-element-3633c81{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-e0d7f1e{--display:flex;}.elementor-7 .elementor-element.elementor-element-26fd4ee{--display:flex;}.elementor-7 .elementor-element.elementor-element-d612dee{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-9d045a4{--display:flex;}.elementor-7 .elementor-element.elementor-element-99915db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-f3da515{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-3d2e19c{--display:flex;}.elementor-7 .elementor-element.elementor-element-e8fbf81{--display:flex;}.elementor-7 .elementor-element.elementor-element-05073b4{--display:flex;}.elementor-7 .elementor-element.elementor-element-317ebd8{--display:flex;}.elementor-7 .elementor-element.elementor-element-79c7f77{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-9be33dc{--display:flex;}.elementor-7 .elementor-element.elementor-element-baaa7a7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-37b430a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-678b28e *//* HEADER PALACE DORÉ */
.header-premium {
  width: 100%;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid rgba(200, 182, 138, 0.45);
  box-shadow: 0 8px 28px rgba(0,0,0,0.06), 0 4px 18px rgba(200,182,138,0.20);
}

.header-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  height: 58px;
  opacity: 0.95;
}

/* MENU CENTRÉ */
.header-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 34px;
}

.header-menu a {
  font-size: 15px;
  font-weight: 500;
  color: #1F1F1F;
  text-decoration: none;
  letter-spacing: 0.25px;
  padding-bottom: 2px;
  position: relative;
  transition: 0.25s ease;
}

.header-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #C8B68A;
  transition: width 0.25s ease;
}

.header-menu a:hover {
  color: #C8B68A;
}

.header-menu a:hover::after {
  width: 100%;
}

/* ACTIONS */
.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-actions {
  display: flex;
  gap: 10px;
}

/* APPELER */
.btn-call {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(200,182,138,0.45);
  color: #1F1F1F;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  transition: 0.25s ease;
  
}

.btn-call:hover {
  color: #C8B68A !important;
  transform: translateY(-2px);
  transition: 0.3s ease;
}

.icon-phone::before {
  content: "📞";
  font-size: 14px;
}

/* RÉSERVER */
.btn-reserver {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  background: #FFFFFF;
  border: 1px solid rgba(200,182,138,0.45);
  color: #1F1F1F;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(200,182,138,0.25);
  transition: 0.25s ease;
}

.btn-reserver:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(200,182,138,0.25);
}

/* CANARD — Stroke → Fill progressif */
.icon-duck-gold {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #C8B68A;
  transition: background-color 0.4s ease, mask 0.4s ease;
  mask: url('data:image/svg+xml;utf8,<svg ... ></svg>') no-repeat center;
  mask-size: contain;
}

.btn-reserver:hover .icon-duck-gold {
  background-color: #C8B68A;
  mask: url('data:image/svg+xml;utf8,<svg ... ></svg>') no-repeat center;
}

/* BURGER */
.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.burger span {
  width: 22px;
  height: 2px;
  background: #C8B68A;
  border-radius: 2px;
  transition: 0.3s ease;
}

.burger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  background: #FFFFFF;
  padding: 120px 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  box-shadow: -10px 0 40px rgba(0,0,0,0.08);
  z-index: 9999;

  transform: translateX(100%);
  transition: transform 0.35s ease;
}

/* ouverture */
.mobile-menu.active {
  transform: translateX(0);
}

/* liens */
.mobile-menu a {
  color: #1F1F1F;
  text-decoration: none;
  position: relative;
}

.mobile-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #C8B68A;
  transition: width 0.3s ease;
}

.mobile-menu a:hover {
  color: #C8B68A;
}

.mobile-menu a:hover::after {
  width: 100%;
}

/* croix */
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #1F1F1F;
}

/* Responsive */
@media (max-width: 900px) {
  .header-menu,
  .header-actions {
    display: none;
  }

  .burger {
    display: flex;
  }
}


/* ============================
   CANARD — Remplissage doré progressif (VERSION FINALE)
   ============================ */

.btn-reserver .duck-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;

  /* Fallback : image visible même si mask non supporté */
  background-image: url('https://les3canards.fr/wp-content/uploads/2026/05/icone-3-canards.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  /* Mask pour l’effet doré */
  mask-image: url('https://les3canards.fr/wp-content/uploads/2026/05/icone-3-canards.png');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  /* Couleur initiale : noir */
  background-color: #000;

  /* Animation d’apparition */
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(.17,.67,.3,1.3),
    background-position 2s ease-in-out,
    background-color 2s ease-in-out;
}

/* Apparition progressive */
.btn-reserver .duck-icon.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hover : remplissage doré lent et visible */
.btn-reserver:hover .duck-icon {
  background: linear-gradient(90deg, #000 0%, #C8B68A 100%);
  background-size: 200% 100%;
  background-position: right center;
}

/* Animation du logo à l'arrivée — version XL (1.30) */
.header-logo img {
  animation: logoPulseXL 1.5s ease-out forwards;
  transform-origin: center;
}

@keyframes logoPulseXL {
  0% {
    transform: scale(0.70);
    opacity: 0;
  }
  45% {
    transform: scale(1.30); /* GROS zoom premium */
    opacity: 1;
  }
  75% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}
/* cacher menu mobile par défaut sur PC */
.mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .mobile-menu {
    display: flex;
  }
}

.btn-reserver:hover {
  color: #C8B68A !important;
  letter-spacing: 0.2px;
  transition: 0.3s ease;
}


/* CANARD (global) */
.duck-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://lightcoral-snake-651869.hostingersite.com/wp-content/uploads/2026/04/icone-3-canards.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  flex: 0 0 20px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
  transition: 0.3s ease;
}

/* version mobile menu */
.mobile-menu .duck-icon {
  width: 18px; /* plus petit pour mobile */
  height: 18px;
}

/* bouton alignement */
.btn-reserver,
.mobile-menu .btn-reserver {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  background: #FFFFFF;
  border: 1px solid rgba(200,182,138,0.45);
  color: #1F1F1F;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(200,182,138,0.25);
  transition: 0.25s ease;
}

/* Ajout d'un effet de hover sur le bouton */
.btn-reserver:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(200,182,138,0.25);
  color: #C8B68A; /* changement de couleur au hover */
}

/* Effet canard au hover */
.btn-reserver:hover .duck-icon {
  transform: rotate(-5deg) scale(1.1); /* rotation et agrandissement du canard */
}

/* Apparition progressive du canard dans le bouton */
.btn-reserver .duck-icon.visible {
  opacity: 1;
  transform: translateY(0);
}



.mobile-menu .btn-call,
.mobile-menu .btn-reserver {
    display: flex !important;
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
    margin-bottom: 14px;
}
.duck-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: inline-block;
    margin-right: 8px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    transition: 0.3s ease;
}

/* Effet hover premium */
.btn-reserver:hover .duck-icon-img {
    transform: rotate(-5deg) scale(1.1);
}
.btn-call .icon-phone::before {
    color: red !important;
}

@media (max-width: 768px) {
  .btn-call {
    gap: 14px !important; /* augmente l’espace entre l’icône et le texte */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d612dee *//* =========================
   HERO 3 CANARDS
========================= */

.hero-3canards {
  position: relative;
  width: 100%;
  min-height: 88vh;

  background-image: url('https://les3canards.fr/wp-content/uploads/2026/05/photo-de-la-saone.webp');
  background-size: cover;
  background-position: center 12% !important;

  display: flex;
  align-items: flex-start; /* 👈 remonte le contenu */
  justify-content: center;

  padding: 90px 40px 40px;
  overflow: hidden;
}

/* =========================
   OVERLAY
========================= */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.05),
    rgba(0,0,0,0.22)
  );
  z-index: 1;
}

/* =========================
   CONTENT (GLASSMORPHISM)
========================= */

.hero-content {
  position: relative;
  z-index: 3;

  text-align: center;
  max-width: 780px;

  color: white;

  padding: 28px 24px;

  background: rgba(8, 8, 8, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);

  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

/* =========================
   TYPOGRAPHY (base)
========================= */

.hero-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 14px;

  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-subtitle {
  font-size: 20px;
  margin-bottom: 18px;
  color: #E8D9B5;
}

.hero-text {
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
}

/* =========================
   INFOS
========================= */

.hero-infos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.hero-info-block {
  text-align: center;
}

.hero-info-label {
  font-size: 13px;
  font-weight: 600;
  color: #C8B68A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-info-value {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}

.hero-info-value a {
  color: white;
  text-decoration: none;
}

.hero-info-value a:hover {
  text-decoration: underline;
}

/* =========================
   BUTTON FIXÉ
========================= */

.hero-3canards .btn-reserver.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding: 10px 26px;

  border-radius: 999px;

  background: linear-gradient(135deg, #C8B68A, #E8D9B5);

  color: #47387B !important;

  font-weight: 600;
  font-size: 15px;

  box-shadow: 0 5px 18px rgba(200,182,138,0.22);

  transition: 0.3s ease;

  white-space: nowrap;
}

.hero-3canards .btn-reserver.hero-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(200,182,138,0.35);
}

/* ICON */
.hero-3canards .btn-reserver.hero-btn .duck-icon {
  width: 20px;
  height: 20px;

  background-image: url('https://les3canards.fr/wp-content/uploads/2026/05/icone-3-canards.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/* =========================
   ANIMATION APPARITION
   (FADE + SLIDE + CASCADE)
========================= */

.hero-title,
.hero-subtitle,
.hero-text,
.hero-infos,
.hero-3canards .btn-reserver.hero-btn {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 0.9s ease forwards;
}

/* délais progressifs */
.hero-title { animation-delay: 0.2s; }
.hero-subtitle { animation-delay: 0.4s; }
.hero-text { animation-delay: 0.6s; }
.hero-infos { animation-delay: 0.8s; }
.hero-3canards .btn-reserver.hero-btn { animation-delay: 1s; }

/* animation */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   TABLETTE
========================= */

@media (max-width: 1024px) {

  .hero-3canards {
    min-height: 80vh;
    padding: 70px 20px 30px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-text {
    font-size: 14px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .hero-3canards {
    min-height: 100vh;
    padding: 60px 16px 24px;
  }

  .hero-content {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .hero-title {
    font-size: 21px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-text {
    font-size: 13px;
  }

  .hero-infos {
    flex-direction: column;
    gap: 10px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .hero-3canards {
    padding: 50px 14px 20px;
  }

  .hero-title {
    font-size: 19px;
  }

  .hero-text {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7414a87 *//* SECTION BIENVENUE — VERSION HAUT DE GAMME */
.mosaic-welcome {
  padding: 120px 0 120px; /* harmonisation verticale */
  background: #FFFFFF;
}

/* TOP : TEXTE + PHOTO */
.welcome-top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* TEXTE À GAUCHE */
.welcome-text {
  flex: 1.1;
}

.welcome-text h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1F1F1F;
  letter-spacing: -0.5px;
}

.welcome-text h3 {
  font-size: 22px;
  font-weight: 400;
  color: #6A4ACF;
  margin-bottom: 30px; /* respiration améliorée */
  letter-spacing: 0.3px;
}

.welcome-text p {
  font-size: 18px;
  color: #555;
  margin-bottom: 18px;
  line-height: 1.7;
}

.welcome-text .signature {
  margin-top: 12px;
  font-style: italic;
  color: #222;
  font-size: 19px;
}

/* PHOTO À DROITE — VERSION PREMIUM */
.welcome-photo img {
  width: 85%;
  height: 600px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);

  transform: translateY(10px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.welcome-photo img:hover {
  transform: translateY(0);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

/* MOSAÏQUE BAS — VERSION CHIC */
.welcome-row {
  max-width: 1400px;
  margin: 90px auto 0; /* respiration premium */
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.welcome-row img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 26px; /* harmonisé */
  box-shadow: 0 18px 50px rgba(0,0,0,0.06); /* même ombre que le reste */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.welcome-row img:hover {
  transform: scale(1.03);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .mosaic-welcome {
    padding: 90px 0;
  }

  .welcome-top {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 0 20px;
  }

  .welcome-text h2 {
    font-size: 36px;
  }

  .welcome-text h3 {
    font-size: 19px;
    margin-bottom: 22px;
  }

  .welcome-text p {
    font-size: 16px;
  }

  .welcome-text .signature {
    font-size: 17px;
  }

  .welcome-photo {
    width: 100%;
  }

  .welcome-photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
  }

  .welcome-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 60px;
    padding: 0 20px;
  }

  .welcome-row img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .mosaic-welcome {
    padding: 70px 0;
  }

  .welcome-top {
    gap: 30px;
    padding: 0 16px;
  }

  .welcome-text h2 {
    font-size: 30px;
  }

  .welcome-text h3 {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .welcome-text p {
    font-size: 15px;
    line-height: 1.6;
  }

  .welcome-text .signature {
    font-size: 16px;
  }

  .welcome-photo img {
    border-radius: 20px;
  }

  .welcome-row {
    margin-top: 45px;
    padding: 0 16px;
    gap: 18px;
  }

  .welcome-row img {
    border-radius: 18px;
  }
}
@media (max-width: 480px) {
  .mosaic-welcome {
    padding: 60px 0;
  }

  .welcome-top {
    gap: 24px;
    padding: 0 14px;
  }

  .welcome-text h2 {
    font-size: 26px;
  }

  .welcome-text h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .welcome-text p {
    font-size: 14px;
  }

  .welcome-text .signature {
    font-size: 15px;
  }

  .welcome-photo img {
    aspect-ratio: 3 / 4;
    border-radius: 18px;
  }

  .welcome-row {
    margin-top: 35px;
    padding: 0 14px;
    gap: 14px;
  }

  .welcome-row img {
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ec51e0 *//* =========================
   SECTION (VISIBLE PAR DÉFAUT)
========================= */

.video-texte-section {
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

/* grain cinéma */
.video-texte-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.transparenttextures.com/patterns/noise.png");
  opacity: 0.04;
  pointer-events: none;
}

/* =========================
   LAYOUT
========================= */

.video-texte-container {
  display: flex;
  align-items: center;
  gap: 70px;

  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

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

.video-block {
  flex: 0.8;
  max-width: 450px;

  border-radius: 22px;
  overflow: hidden;

  box-shadow: 0 30px 80px rgba(0,0,0,0.25);

  /* IMPORTANT : visible même sans JS */
  opacity: 1;
}

.video-block video {
  width: 100%;
  height: 480px;
  object-fit: cover;

  filter: brightness(0.85) contrast(0.95);
  transition: all 1.2s ease;
}

/* =========================
   TEXTE (VISIBLE PAR DÉFAUT)
========================= */

.texte-block {
  flex: 1;

  padding: 40px 36px;

  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(14px);

  border-radius: 22px;

  box-shadow: 0 25px 70px rgba(0,0,0,0.10);

  opacity: 1; /* IMPORTANT */
}

/* =========================
   ANIMATION NETFLIX (UNIQUEMENT SI JS OK)
========================= */

.reveal-on-scroll .video-block,
.reveal-on-scroll .texte-block,
.reveal-on-scroll h2,
.reveal-on-scroll p,
.reveal-on-scroll .cta-reserver {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

/* activation */
.reveal-on-scroll.is-visible .video-block {
  opacity: 1;
  transform: scale(1);
}

.reveal-on-scroll.is-visible .texte-block {
  opacity: 1;
  transform: translateY(0);
}

/* texte */
.reveal-on-scroll.is-visible h2 {
  opacity: 1;
  transition-delay: 0.4s;
}

.reveal-on-scroll.is-visible p:nth-of-type(1) { transition-delay: 0.6s; }
.reveal-on-scroll.is-visible p:nth-of-type(2) { transition-delay: 0.8s; }
.reveal-on-scroll.is-visible p:nth-of-type(3) { transition-delay: 1.0s; }
.reveal-on-scroll.is-visible p:nth-of-type(4) { transition-delay: 1.2s; }

.reveal-on-scroll.is-visible p {
  opacity: 1;
  transform: translateY(0);
}

.reveal-on-scroll.is-visible .cta-reserver {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}

/* vidéo focus */
.reveal-on-scroll.is-visible .video-block video {
  filter: brightness(1) contrast(1.05);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .video-texte-container {
    flex-direction: column;
    gap: 40px;
  }

  .video-block video {
    height: 500px;
  }

  .texte-block {
    text-align: center;
  }
}

.cta-reserver{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 16px 28px;

  line-height: 1;
  vertical-align: middle;
}
.cta-reserver .duck-icon{
  width: 18px;
  height: 18px;
  flex-shrink: 0;

  display: inline-block;

  background: url('https://les3canards.fr/wp-content/uploads/2026/05/icone-3-canards.png')
  center / contain no-repeat;

  transform: translateY(1px); /* petit ajustement visuel */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abe98af *//* ============================
   SECTION MENU — VERSION GASTRONOMIQUE ANIMÉE
   ============================ */

.menu-michelin {
  padding: 100px 0;
  color: #1F1F1F;
  font-family: "Inter", sans-serif;
  position: relative;
}

/* Texture subtile */
.menu-michelin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  opacity: 0.08;
  pointer-events: none;
}

/* ============================
   TITRE + INTRO
   ============================ */

.menu-head {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 80px;
}

.menu-head h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.menu-head p {
  font-size: 18px;
  opacity: 0.75;
  margin-bottom: 25px;
  font-style: italic;
}

/* Séparateur animé */
.menu-head .separator {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C8B68A, transparent);
  margin: 0 auto;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.menu-head:hover .separator {
  width: 120px;
}

/* ============================
   COLONNES
   ============================ */

.menu-wrapper {
  display: flex;
  justify-content: center;
  gap: 70px;
  max-width: 1300px;
  margin: 0 auto;
}

.menu-col {
  flex: 1;
  min-width: 280px;
  padding: 0 10px;
}

/* TITRES DE COLONNES */
.menu-col h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 8px;
}

.menu-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #C8B68A;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.menu-col h3:hover::after {
  width: 80px;
}

/* ============================
   PLATS — ANIMATION PREMIUM
   ============================ */

.dish {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: 0.25s ease;
  cursor: default;
}

.dish:hover {
  transform: translateX(6px);
  border-bottom-color: rgba(200,182,138,0.35);
}

.dish span {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: 0.25s ease;
}

.dish em {
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  color: #C8B68A;
  transition: 0.25s ease;
}

.dish:hover span {
  color: #A8966C;
}

.dish:hover em {
  color: #8C7A55;
}

/* ============================
   SIGNATURE DU CHEF — VERSION LUXE ANIMÉE
   ============================ */

.menu-col.featured {
  background: #FFFFFF;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(200,182,138,0.25);
  transform: translateY(-10px);
  transition: 0.35s ease;
}

.menu-col.featured:hover {
  transform: translateY(-16px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

.menu-col.featured h3 {
  color: #C8B68A;
  font-size: 26px;
}

.menu-col.featured h3::after {
  background: #C8B68A;
  width: 60px;
}

/* Plat signature */
.dish.highlight {
  background: rgba(200,182,138,0.08);
  padding: 16px 12px;
  border-radius: 10px;
  border: 1px solid rgba(200,182,138,0.25);
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.dish.highlight:hover {
  background: rgba(200,182,138,0.15);
  transform: translateX(8px);
  border-color: rgba(200,182,138,0.45);
}

/* ============================
   CTA FINAL — BOUTON DORÉ PREMIUM + CANARD
   ============================ */

.menu-footer {
  text-align: center;
  margin-top: 80px;
}

.cta-reserver {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #C8B68A, #E8D9B5);
  color: #47387B;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.3px;
  transition: 0.3s ease;
  box-shadow: 0 8px 26px rgba(200,182,138,0.35);
}

.cta-reserver:hover {
  background: linear-gradient(135deg, #E8D9B5, #C8B68A);
  transform: translateY(-3px);
  box-shadow: 0 12px 34px rgba(200,182,138,0.45);
}

/* Icône canard dorée alignée */
.cta-reserver {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 32px; /* plus fin */
  background: linear-gradient(135deg, #C8B68A, #E8D9B5);
  color: #47387B;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px; /* plus élégant */
  letter-spacing: 0.2px;
  transition: 0.3s ease;
  box-shadow: 0 5px 18px rgba(200,182,138,0.28); /* ombre plus douce */
}

/* Hover premium */
.cta-reserver:hover {
  background: linear-gradient(135deg, #E8D9B5, #C8B68A);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,182,138,0.38);
}

/* Icône canard dorée — version plus petite et alignée */
.cta-reserver .duck-icon {
  display: inline-block;
  width: 18px;  /* plus fin */
  height: 18px;
  background-image: url('https://lightcoral-snake-651869.hostingersite.com/wp-content/uploads/2026/04/icone-3-canards.png');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) sepia(90%) hue-rotate(10deg) saturate(600%) brightness(1.4);
  transition: 0.3s ease;
  position: relative;
  top: 1px; /* alignement parfait */
}

/* Hover : doré plus intense */
.cta-reserver:hover .duck-icon {
  filter: brightness(1.2) saturate(140%);
}

@media (max-width: 1024px) {
  .menu-michelin {
    padding: 80px 0;
  }

  .menu-head {
    max-width: 700px;
    margin-bottom: 60px;
    padding: 0 20px;
  }

  .menu-head h2 {
    font-size: 38px;
  }

  .menu-head p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .menu-wrapper {
    gap: 30px;
    padding: 0 20px;
  }

  .menu-col {
    min-width: 0;
    padding: 0;
  }

  .menu-col h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .dish span,
  .dish em {
    font-size: 16px;
  }

  .menu-col.featured {
    padding: 30px 24px;
  }

  .menu-col.featured h3 {
    font-size: 24px;
  }

  .menu-footer {
    margin-top: 60px;
    padding: 0 20px;
  }

  .cta-reserver {
    padding: 12px 28px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .menu-michelin {
    padding: 70px 0;
  }

  .menu-head {
    max-width: 100%;
    margin-bottom: 45px;
    padding: 0 16px;
  }

  .menu-head h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .menu-head p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .menu-head .separator {
    width: 70px;
  }

  .menu-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 0 16px;
  }

  .menu-col {
    width: 100%;
    padding: 0;
  }

  .menu-col h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .dish {
    padding: 12px 0;
  }

  .dish span,
  .dish em {
    font-size: 15px;
  }

  .menu-col.featured {
    transform: none;
    padding: 26px 20px;
  }

  .menu-col.featured:hover {
    transform: none;
  }

  .menu-col.featured h3 {
    font-size: 22px;
  }

  .dish.highlight {
    padding: 14px 10px;
  }

  .menu-footer {
    margin-top: 50px;
    padding: 0 16px;
  }

  .cta-reserver {
    padding: 11px 24px;
    font-size: 15px;
  }

  .cta-reserver .duck-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .menu-michelin {
    padding: 60px 0;
  }

  .menu-head {
    margin-bottom: 35px;
    padding: 0 14px;
  }

  .menu-head h2 {
    font-size: 26px;
  }

  .menu-head p {
    font-size: 14px;
  }

  .menu-head .separator {
    width: 60px;
  }

  .menu-wrapper {
    gap: 32px;
    padding: 0 14px;
  }

  .menu-col h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .dish {
    padding: 10px 0;
  }

  .dish span,
  .dish em {
    font-size: 14px;
  }

  .menu-col.featured {
    padding: 22px 16px;
    border-radius: 14px;
  }

  .menu-col.featured h3 {
    font-size: 20px;
  }

  .dish.highlight {
    padding: 12px 8px;
  }

  .menu-footer {
    margin-top: 40px;
    padding: 0 14px;
  }

  .cta-reserver {
    padding: 10px 22px;
    font-size: 14px;
    gap: 10px;
  }

  .cta-reserver .duck-icon {
    width: 15px;
    height: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c09c17f *//* SECTION SPÉCIALITÉS MALGACHES — VERSION HAUT DE GAMME */
.specialites-malgaches {
  padding: 120px 0 100px;
  background: #FFFFFF;
}

.specialites-malgaches .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

/* TITRES */
.specialites-malgaches h2 {
  font-size: 42px;
  font-weight: 600;
  color: #1F1F1F;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

.specialites-malgaches .subtitle {
  font-size: 20px;
  color: #6A4ACF;
  margin-bottom: 60px;
  letter-spacing: 0.3px;
}

/* GRID PREMIUM */
.grid-specialites {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

/* CARTE INDIVIDUELLE */
.card-specialite {
  background: #FFFFFF;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.card-specialite:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

/* IMAGE */
.card-specialite .image-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* CONTENU */
.content-specialite {
  padding: 26px 22px 32px;
  text-align: left;
}

.content-specialite h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1F1F1F;
  line-height: 1.3;
  margin-bottom: 14px;
}

.content-specialite h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

/* LIGNE DORÉE */
.content-specialite .line {
  width: 60px;
  height: 3px;
  background: #C8B68A;
  margin-bottom: 16px;
}

/* TEXTE */
.content-specialite p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* BADGE SIGNATURE DU CHEF */
.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #6A4ACF;
  color: white;
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* FOOTER NOTE */
.footer-note {
  margin-top: 70px;
  text-align: center;
}

.footer-note .footer-line {
  display: block;
  width: 90px;
  height: 3px;
  background: #C8B68A;
  margin: 0 auto 20px;
}

.footer-note p {
  font-style: italic;
  font-size: 18px;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .grid-specialites {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (max-width: 700px) {
  .grid-specialites {
    grid-template-columns: 1fr;
  }

  .card-specialite .image-box img {
    height: 220px;
  }

  .specialites-malgaches h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-794d098 *//* SECTION LIEU D’EXCEPTION — VERSION HAUT DE GAMME */
.wow-lieu {
  padding: 120px 0 100px;
  background: #F7F5F2;
}

/* GRILLE MOSAÏQUE */
.wow-grid {
  max-width: 1400px;
  margin: 0 auto 70px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 22px;
}

/* ITEMS */
.wow-item {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.wow-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

.wow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wow-item:hover img {
  transform: scale(1.06);
}

/* VARIATIONS */
.wow-item.tall { grid-row: span 2; }
.wow-item.wide { grid-column: span 2; }

/* CTA + TITRES */
.wow-cta {
  text-align: center;
}

.wow-cta h2 {
  font-size: 42px;
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.wow-cta p {
  font-size: 18px;
  color: #555;
  margin-bottom: 26px;
}



/* ============================================
   CTA DORÉ PREMIUM — VERSION UNIQUE & ÉLÉGANTE
   ============================================ */

.cta-reserver {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 32px; /* bouton plus fin */
  background: linear-gradient(135deg, #C8B68A, #E8D9B5);
  color: #47387B !important; /* empêche le bleu */
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px; /* plus élégant */
  letter-spacing: 0.2px;
  transition: 0.3s ease;
  box-shadow: 0 5px 18px rgba(200,182,138,0.28);
}

/* Hover premium */
.cta-reserver:hover {
  background: linear-gradient(135deg, #E8D9B5, #C8B68A);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,182,138,0.38);
  color: #47387B !important; /* empêche le bleu */
}

/* Icône canard dorée — alignée & raffinée */
.cta-reserver .duck-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('https://lightcoral-snake-651869.hostingersite.com/wp-content/uploads/2026/04/icone-3-canards.png');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) sepia(90%) hue-rotate(10deg) saturate(600%) brightness(1.4);
  transition: 0.3s ease;
  position: relative;
  top: 1px; /* alignement parfait */
}

/* Hover : doré plus intense */
.cta-reserver:hover .duck-icon {
  filter: brightness(1.2) saturate(140%);
}


@media (max-width: 1100px) {
  .wow-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 18px;
    padding: 0 24px;
  }

  .wow-cta {
    padding: 0 24px;
  }

  .wow-cta h2 {
    font-size: 36px;
  }

  .wow-cta p {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .wow-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
    padding: 0 18px;
  }

  .wow-item.tall,
  .wow-item.wide {
    grid-column: span 2;
    grid-row: span 1;
  }

  .wow-cta {
    padding: 0 18px;
  }

  .wow-cta h2 {
    font-size: 30px;
  }

  .wow-cta p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .wow-lieu {
    padding: 90px 0 80px;
  }

  .wow-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
    gap: 14px;
    padding: 0 14px;
  }

  .wow-item {
    border-radius: 20px;
  }

  .wow-item.tall,
  .wow-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .wow-cta {
    padding: 0 14px;
  }

  .wow-cta h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .wow-cta p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .cta-reserver {
    padding: 10px 24px;
    font-size: 14px;
  }

  .cta-reserver .duck-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 420px) {
  .wow-grid {
    grid-auto-rows: 200px;
  }

  .wow-cta h2 {
    font-size: 24px;
  }

  .wow-cta p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cd11d6 */.canards-reviews{
  max-width:1200px;
  margin:60px auto;
  padding:40px 20px;
  text-align:center;
}

/* TITLE */
.canards-title{
  font-size:40px;
  font-family: serif;
  margin-bottom:30px;
}

/* WRAPPER */
.reviews-slider{
  display:flex;
  align-items:center;
  gap:15px;
}

/* NAV BUTTONS */
.nav{
  background:#fff;
  border:none;
  width:50px;
  height:50px;
  border-radius:50%;
  cursor:pointer;
  font-size:22px;
  box-shadow:0 6px 18px rgba(0,0,0,0.15);
  transition:.2s;
}

.nav:hover{
  transform:scale(1.1);
}

/* VIEWPORT */
.reviews-viewport{
  overflow:hidden;
  width:100%;
}

/* TRACK (SLIDER PROPRE) */
.reviews-track{
  display:flex;
  gap:20px;
  transition:transform .5s ease;
}

/* CARD */
.review-card{
  flex:0 0 100%;
  background:#fff;
  border-radius:16px;
  padding:24px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  text-align:left;
  height:auto;
}

/* desktop 2 cartes */
@media(min-width:900px){
  .review-card{
    flex:0 0 50%;
  }
}

/* TEXTES */
.review-text{
  line-height:1.6;
  margin:0;
  max-height:4.8em;
  overflow:hidden;
  position:relative;
  transition:max-height .3s ease;
}

/* fade bas */
.review-text::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:40px;
  background:linear-gradient(to bottom, transparent, #fff);
}

.review-card.open .review-text{
  max-height:1000px;
}

.review-card.open .review-text::after{
  display:none;
}

/* bouton voir plus */
.read-more{
  margin-top:10px;
  background:none;
  border:none;
  color:#c98a3a;
  font-weight:600;
  cursor:pointer;
  padding:0;
}

.read-more:hover{
  text-decoration:underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19ad34d */.facebook-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 100%);
}

.facebook-container {
  max-width: 1100px;
  margin: 0 auto;
}

.facebook-header {
  text-align: center;
  margin-bottom: 28px;
}

.section-kicker {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C8B68A;
  margin-bottom: 12px;
}

.facebook-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 44px);
  color: #47387B;
  margin: 0 0 10px;
}

.facebook-header p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #6f6f6f;
  margin: 0;
}

.facebook-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(200, 182, 138, 0.25);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(71, 56, 123, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.facebook-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(200,182,138,0.10), transparent 40%);
  pointer-events: none;
}

.facebook-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.facebook-card-top h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #47387B;
  margin: 0 0 4px;
}

.facebook-card-top span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}

.facebook-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #47387B;
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.25s ease;
  box-shadow: 0 8px 20px rgba(71,56,123,0.16);
}

.facebook-pill:hover {
  transform: translateY(-1px);
  background: #5a4991;
}

.fb-page-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(71,56,123,0.06);
}

.fb-page,
.fb-page iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}

.fb-page iframe {
  min-height: 620px;
}

@media (max-width: 700px) {
  .facebook-section {
    padding: 50px 16px;
  }

  .facebook-card {
    padding: 16px;
    border-radius: 20px;
  }

  .facebook-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .facebook-pill {
    width: 100%;
  }

  .fb-page iframe {
    min-height: 680px;
  }
}

.facebook-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 100%);
}

.facebook-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.facebook-header {
  text-align: center;
  margin-bottom: 28px;
}

.facebook-card {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(200, 182, 138, 0.25);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(71, 56, 123, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.facebook-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.fb-page-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fb-page {
  width: 100% !important;
  max-width: 100% !important;
}

.fb-page iframe {
  width: 100% !important;
  min-height: 620px;
  display: block;
  border-radius: 18px;
}

.facebook-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #47387B;
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.25s ease;
  box-shadow: 0 8px 20px rgba(71,56,123,0.16);
}

.facebook-pill:hover {
  transform: translateY(-1px);
  background: #5a4991;
}

@media (max-width: 768px) {
  .facebook-card {
    max-width: 100%;
    padding: 18px;
  }

  .facebook-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .facebook-pill {
    width: 100%;
  }

  .fb-page iframe {
    min-height: 680px;
  }
}

@media (max-width: 600px) {
  .facebook-section {
    padding: 50px 16px;
  }

  .facebook-card {
    padding: 16px;
    border-radius: 20px;
  }
}

.facebook-section .facebook-container {
  flex-direction: column;
  align-items: center;
}

.facebook-header,
.facebook-card {
  width: 100%;
}

.facebook-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 20px;
  background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 100%);
  box-sizing: border-box;
}

.facebook-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.facebook-header {
  text-align: center;
  margin-bottom: 28px;
}

.facebook-card {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(200, 182, 138, 0.25);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(71, 56, 123, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 600px) {
  .facebook-section {
    padding: 50px 0;
  }

  .facebook-container {
    padding: 0 16px;
  }

  .facebook-card {
    border-radius: 20px;
    padding: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ac1e2d */.nous-trouver {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  padding: 55px 0 50px;
  font-family: "Georgia", serif;
  color: #21443d;
  overflow-x: hidden;
}

.nous-trouver .container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.nous-trouver h2 {
  font-size: 54px;
  font-weight: 400;
  color: #47387B;
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.title-line {
  display: block;
  width: 72px;
  height: 2px;
  background: #d8a15a;
  margin: 18px auto 52px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}

.contact-item {
  text-align: center;
  padding: 0 8px;
}

.icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 18px;
  color: #d7a15d;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

.contact-item h3 {
  font-size: 20px;
  font-weight: 400;
  color: #21443d;
  margin: 0 0 12px;
}

.contact-item p {
  font-size: 16px;
  line-height: 1.55;
  color: #4b5b5a;
  margin: 0;
}

.contact-item strong {
  font-weight: 700;
}

.icon-float {
  animation: floatY 3.4s ease-in-out infinite;
  transform-origin: center;
}

.contact-item:nth-child(2) .icon-float { animation-delay: 0.15s; }
.contact-item:nth-child(3) .icon-float { animation-delay: 0.3s; }
.contact-item:nth-child(4) .icon-float { animation-delay: 0.45s; }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
  }

  .nous-trouver h2 {
    font-size: 44px;
  }
}

@media (max-width: 650px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .nous-trouver h2 {
    font-size: 34px;
  }

  .title-line {
    margin-bottom: 34px;
  }

  .contact-item p {
    font-size: 15px;
  }

  .contact-item h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1df2b1a *//* ================================
   BOUTON REMONTER EN HAUT (Les 3 Canards)
================================ */

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  background: #47387B; /* Violet premium */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  padding: 10px;
}

#scrollTopBtn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* Icône blanche */
  transition: 0.3s ease;
}

/* Apparition */
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Hover premium */
#scrollTopBtn:hover {
  background: #C8B68A; /* Doré premium */
}

#scrollTopBtn:hover img {
  filter: brightness(0) saturate(1); /* Icône violette */
}

/* Mobile */
@media (max-width: 768px) {
  #scrollTopBtn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  #scrollTopBtn img {
    width: 26px;
    height: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37b430a *//* ============================
   FOOTER SIGNATURE ULTRA COMPACT
   ============================ */

.footer-premium {
  background: #FAF9F6;
  padding: 35px 0 28px; /* Hauteur très réduite */
  text-align: center;
  position: relative;
}

/* Ligne dorée signature — mini */
.footer-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px; /* très fin */
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #C8B68A, transparent);
  opacity: 0.8;
}

/* Conteneur compact */
.footer-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px; /* ultra compact */
}

/* LOGO TRANSPARENT — version lisible */
.footer-logo img {
  width: 120px; /* plus petit */
  height: auto;
  object-fit: contain;

  /* Transparent mais lisible */
  filter: brightness(0) invert(1) opacity(0.9) drop-shadow(0 2px 4px rgba(0,0,0,0.15));
  transition: 0.3s ease;
}

.footer-logo img:hover {
  opacity: 1;
  filter: brightness(0) invert(1) opacity(1);
  transform: translateY(-2px);
}

/* LIENS — compacts */
.footer-links {
  display: flex;
  gap: 22px; /* réduit */
}

.footer-links a {
  color: #47387B;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.25px;
  transition: 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}

/* Soulignement doré fin */
.footer-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #C8B68A;
  transition: width 0.3s ease, left 0.3s ease;
}

.footer-links a:hover {
  color: #C8B68A;
}

.footer-links a:hover::after {
  width: 100%;
  left: 0;
}

/* LEGAL — mini */
.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-legal p,
.footer-legal a {
  color: #7A7A7A;
  font-size: 12px; /* mini */
  margin: 0;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-legal a:hover {
  color: #C8B68A;
}

/* RESPONSIVE */
@media (max-width: 700px) {
  .footer-links {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }
}

.footer-logo {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

.footer-logo img {
  display: block !important;
  width: 120px !important;
  height: auto !important;
  opacity: 1 !important;
  filter: none !important;
}/* End custom CSS */