*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root { --accent: #E5BA53; --accent-hover: #C99D36; --p: 'Inter', -apple-system, sans-serif; }

html, body {
  width: 100%;
  background: #f5f5f7;
  font-family: var(--p);
  -webkit-font-smoothing: antialiased;
}

.fond-anlygne { position: fixed; inset: 0; z-index: 0; }

.video-fond-anlygne {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.82) saturate(0.9);
}

.canvas-fond-anlygne {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}

.fond-model3d-anlygne { background: #87ceeb; }
.fond-model3d-anlygne model-viewer {
  width: 100%; height: 100%;
  --progress-bar-color: transparent;
  --progress-mask: transparent;
}
.fond-model3d-viewer-anlygne {
  background-color: transparent;
}
.model3d-chargement-anlygne {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; gap: 10px; z-index: 2;
  pointer-events: none;
  opacity: 1; transition: opacity 0.7s ease;
}
.model3d-chargement-anlygne span {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.55);
  animation: model3d-dot-anlygne 1.3s ease-in-out infinite;
}
.model3d-chargement-anlygne span:nth-child(2) { animation-delay: 0.22s; }
.model3d-chargement-anlygne span:nth-child(3) { animation-delay: 0.44s; }
@keyframes model3d-dot-anlygne {
  0%, 80%, 100% { transform: scale(0.55); opacity: 0.25; }
  40%           { transform: scale(1);    opacity: 1; }
}
.model3d-chargement-masque-anlygne { opacity: 0; pointer-events: none; }

.entete-anlygne {
  position: fixed; z-index: 50;
  top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: clamp(16px,2.2vh,24px) clamp(24px,3.5vw,44px);
  opacity: 0;
  animation: fondu-anlygne 0.8s ease 0.1s forwards;
}

.logo-anlygne { flex-shrink: 0; cursor: pointer; user-select: none; text-decoration: none; }
.logo-img-anlygne { height: clamp(28px,3vh,38px); width: auto; display: block; transform-origin: center center; will-change: transform; }

.nav-anlygne { display: none; }
.nav-btn-anlygne {
  padding: 7px clamp(10px,1vw,18px); border-radius: 100px;
  font-size: clamp(12px,0.8vw,14px); font-weight: 450;
  color: #6e6e73;
  cursor: pointer; border: none; background: none;
  font-family: var(--p); white-space: nowrap; transition: all 0.2s;
}
.nav-btn-anlygne:hover { color: #1d1d1f; background: rgba(0,0,0,0.05); }
.nav-sep-anlygne { width: 1px; height: 14px; background: rgba(0,0,0,0.1); flex-shrink: 0; }

.actions-anlygne { display: flex; align-items: center; gap: 8px; }

.entete-lang-anlygne { display: flex; align-items: center; gap: 2px; }
.entete-lang-btn-anlygne {
  padding: 4px 8px; border-radius: 6px; font-size: 11px; font-weight: 650;
  color: rgba(0,0,0,0.4); text-decoration: none; border: 1px solid transparent;
  letter-spacing: 0.05em; transition: all 0.15s;
}
.entete-lang-btn-anlygne:hover { color: #1d1d1f; background: rgba(0,0,0,0.05); }
.entete-lang-actif-anlygne { color: #1d1d1f; border-color: rgba(0,0,0,0.15); background: rgba(0,0,0,0.04); }

.btn-cx-anlygne {
  padding: clamp(7px,1vh,10px) clamp(14px,1.2vw,22px); border-radius: 100px;
  border: 1px solid rgba(0,0,0,0.15); background: transparent;
  color: #1d1d1f; font-family: var(--p);
  font-size: clamp(12px,0.8vw,14px); font-weight: 500;
  cursor: pointer; transition: all 0.2s;
  text-decoration: none; display: inline-flex; align-items: center;
}
.btn-cx-anlygne:hover { background: rgba(0,0,0,0.05); color: #1d1d1f; }

.btn-cta-anlygne {
  padding: clamp(7px,1vh,10px) clamp(14px,1.2vw,22px); border-radius: 10px;
  border: none; background: var(--accent); color: #0a1628;
  font-family: var(--p); font-size: clamp(12px,0.8vw,14px); font-weight: 600;
  cursor: pointer; transition: all 0.2s;
  text-decoration: none; display: inline-flex; align-items: center;
}
.btn-cta-anlygne:hover { background: var(--accent-hover); transform: translateY(-1px); }

.pied-anlygne {
  position: relative; z-index: 20;
  display: flex; align-items: center; justify-content: center;
  gap: 24px; padding: clamp(20px,3vh,32px);
  opacity: 0; animation: fondu-anlygne 0.8s ease 1s forwards;
}
.lien-pied-anlygne {
  font-size: 11px; color: #86868b;
  text-decoration: none; letter-spacing: 0.3px; transition: color 0.2s;
}
.lien-pied-anlygne:hover { color: #1d1d1f; }
.sep-pied-anlygne { width: 2px; height: 2px; border-radius: 50%; background: rgba(0,0,0,0.14); }

.burger-anlygne {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px; cursor: pointer; border: none; background: none; padding: 4px; z-index: 60;
}
.burger-anlygne span {
  display: block; width: 100%; height: 1.5px; border-radius: 2px;
  background: #1d1d1f; transition: all 0.3s ease; transform-origin: center;
}
.burger-anlygne.actif-anlygne span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger-anlygne.actif-anlygne span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger-anlygne.actif-anlygne span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.menu-overlay-anlygne {
  position: fixed; inset: 0; z-index: 55;
  padding-top: clamp(56px,8vh,76px);
  display: flex; flex-direction: column; align-items: flex-end; pointer-events: none;
}
.menu-overlay-anlygne.actif-anlygne { pointer-events: all; }
.menu-dropdown-anlygne {
  background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.1);
  border-radius: 14px; margin-right: clamp(18px,4vw,36px); padding: 6px;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12); min-width: 180px;
  opacity: 0; transform: translateY(-8px) scale(0.97); transform-origin: top right;
  transition: opacity 0.22s ease, transform 0.22s ease; pointer-events: none;
}
.menu-overlay-anlygne.actif-anlygne .menu-dropdown-anlygne {
  opacity: 1; transform: translateY(0) scale(1); pointer-events: all;
}
.menu-item-anlygne {
  display: block; width: 100%; padding: 11px 16px; border-radius: 9px;
  font-size: 14px; font-weight: 450; color: #1d1d1f;
  cursor: pointer; border: none; background: none; font-family: var(--p);
  text-align: right; text-decoration: none; transition: all 0.15s;
}
.menu-item-anlygne:hover { color: #1d1d1f; background: rgba(0,0,0,0.05); }
.menu-sep-anlygne { height: 1px; margin: 3px 10px; background: rgba(0,0,0,0.08); }
.menu-lang-anlygne { display: flex; gap: 4px; padding: 5px 8px 3px; justify-content: flex-end; }
.menu-lang-btn-anlygne {
  padding: 4px 11px; border-radius: 7px; font-size: 12px; font-weight: 650;
  color: #494949; text-decoration: none; border: 1px solid transparent;
  transition: all 0.15s; letter-spacing: 0.04em;
}
.menu-lang-btn-anlygne:hover { background: rgba(0,0,0,0.06); color: #1d1d1f; }
.menu-lang-actif-anlygne { background: #e4e9ff; border-color: #5b3ff3; color: #2c1f9c; }

@keyframes fondu-anlygne { from { opacity: 0; } to { opacity: 1; } }
@keyframes glisser-anlygne {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.modal-form-anlygne {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.modal-form-anlygne.actif-anlygne { opacity: 1; pointer-events: all; z-index: 201; }
.boite-form-anlygne {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08); border-radius: 20px;
  padding: clamp(28px,4vw,48px); width: calc(100% - 40px); max-width: 420px;
  position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  transform: translateY(22px); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
}
.modal-form-anlygne.actif-anlygne .boite-form-anlygne { transform: translateY(0); }
.fermer-form-anlygne {
  position: absolute; top: 14px; right: 14px;
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1); background: rgba(0,0,0,0.04);
  color: #86868b; font-size: 15px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; font-family: var(--p);
}
.fermer-form-anlygne:hover { background: rgba(0,0,0,0.08); color: #1d1d1f; }
.titre-form-anlygne { font-size: 20px; font-weight: 600; color: #1d1d1f; letter-spacing: -0.3px; margin-bottom: 6px; }
.desc-form-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.55; margin-bottom: 26px; }

.champ-anlygne { margin-bottom: 12px; }
.label-anlygne {
  display: block; font-size: 11px; font-weight: 500;
  color: #86868b; letter-spacing: 0.4px;
  text-transform: uppercase; margin-bottom: 6px;
}
.input-anlygne {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12); background: rgba(0,0,0,0.03);
  color: #1d1d1f; font-family: var(--p); font-size: 14px; outline: none; transition: all 0.2s;
}
.input-anlygne:focus {
  border-color: rgba(229,186,83,0.50); background: #fff;
  box-shadow: 0 0 0 3px rgba(229,186,83,0.12);
}
.input-anlygne::placeholder { color: #c7c7cc; }
.textarea-anlygne {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12); background: rgba(0,0,0,0.03);
  color: #1d1d1f; font-family: var(--p); font-size: 14px; outline: none;
  transition: all 0.2s; resize: vertical; min-height: 80px;
}
.textarea-anlygne:focus {
  border-color: rgba(229,186,83,0.50); background: #fff;
  box-shadow: 0 0 0 3px rgba(229,186,83,0.12);
}
.textarea-anlygne::placeholder { color: #c7c7cc; }
.select-anlygne {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12); background: rgba(0,0,0,0.03);
  color: #1d1d1f; font-family: var(--p); font-size: 14px;
  outline: none; transition: all 0.2s; appearance: none; cursor: pointer;
}
.select-anlygne:focus { border-color: rgba(229,186,83,0.50); background: #fff; }
.select-anlygne option { background: #fff; color: #1d1d1f; }
.btn-envoyer-anlygne {
  width: 100%; padding: 14px; border-radius: 10px; border: none;
  background: var(--accent); color: #0a1628;
  font-family: var(--p); font-size: 14px; font-weight: 700;
  cursor: pointer; margin-top: 6px; transition: all 0.25s;
  box-shadow: 0 6px 28px rgba(229,186,83,0.22);
}
.btn-envoyer-anlygne:hover { background: var(--accent-hover); transform: translateY(-1px); }
.confirm-anlygne { text-align: center; padding: 16px 0; display: none; }
.check-anlygne {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.20);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 22px; color: var(--accent);
}
.titre-confirm-anlygne { font-size: 19px; font-weight: 600; color: #1d1d1f; margin-bottom: 8px; }
.desc-confirm-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.6; }

.page-anlygne {
  position: relative; z-index: 10;
  padding-top: calc(clamp(16px,2.2vh,24px) * 2 + 44px);
  max-width: 900px; margin: 0 auto;
  padding-bottom: 40px;
}

.hero-anlygne {
  padding: clamp(40px,8vh,80px) 0 clamp(32px,6vh,56px);
  opacity: 0; animation: glisser-anlygne 1s cubic-bezier(0.16,1,0.3,1) 0.3s forwards;
}

.hero-titre-anlygne {
  font-size: clamp(30px,4.5vw,56px); font-weight: 300; font-style: italic;
  line-height: 1.1; letter-spacing: -0.8px; color: #1d1d1f; margin-bottom: 16px;
}
.hero-titre-anlygne strong { font-style: normal; font-weight: 600; }
.hero-desc-anlygne {
  font-size: clamp(14px,1.1vw,17px); font-weight: 300;
  color: #6e6e73; line-height: 1.7; margin-bottom: 8px;
}
.hero-desc-tronquee-anlygne {
  max-height: 5.1em;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  transition: max-height 0.4s ease, mask-image 0s 0.4s, -webkit-mask-image 0s 0.4s;
}
.hero-desc-tronquee-anlygne.etendue-anlygne {
  max-height: 9999px;
  -webkit-mask-image: none;
  mask-image: none;
  transition: max-height 0.5s ease;
}
.hero-desc-toggle-anlygne {
  background: none; border: none; padding: 0; margin-bottom: 28px;
  font-size: 13px; font-weight: 500; color: var(--couleur-accentuation-anlygne, #6c47ff);
  cursor: pointer; text-decoration: underline; text-underline-offset: 3px;
}
.hero-desc-toggle-anlygne:hover { opacity: 0.75; }
.hero-img-anlygne {
  width: 100%; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; margin-bottom: 24px;
}
.hero-img-anlygne img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* === Diaporama hero production === */
.hero-diaporama-anlygne {
  position: relative; width: 100%; aspect-ratio: 16/9;
  border-radius: 16px; overflow: hidden; margin-bottom: 24px;
  background: #0a0a0a;
}
.diaporama-slide-anlygne {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1s cubic-bezier(0.4,0,0.2,1);
}
.diaporama-slide-anlygne.diapo-actif { opacity: 1; z-index: 1; }
.diaporama-slide-anlygne img {
  width: 100%; height: 100%; object-fit: cover; display: block; will-change: transform;
}
.diapo-kb-0 img { animation: dkb0-anlygne 10s ease-in-out forwards; }
.diapo-kb-1 img { animation: dkb1-anlygne 10s ease-in-out forwards; }
.diapo-kb-2 img { animation: dkb2-anlygne 10s ease-in-out forwards; }
.diapo-kb-3 img { animation: dkb3-anlygne 10s ease-in-out forwards; }
@keyframes dkb0-anlygne { from { transform: scale(1)    translate(0,0);      } to { transform: scale(1.09) translate(-1%,-1%); } }
@keyframes dkb1-anlygne { from { transform: scale(1.08) translate(-1%,0);    } to { transform: scale(1)    translate(1%,-1%);  } }
@keyframes dkb2-anlygne { from { transform: scale(1)    translate(1%,0.5%);  } to { transform: scale(1.09) translate(-1%,0);  } }
@keyframes dkb3-anlygne { from { transform: scale(1.07) translate(0,-0.5%);  } to { transform: scale(1)    translate(0,1%);    } }
.diaporama-dots-anlygne {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; z-index: 2;
}
.diaporama-dot-anlygne {
  width: 6px; height: 6px; border-radius: 3px;
  background: rgba(255,255,255,0.4); cursor: pointer; border: none; padding: 0;
  transition: width 0.35s cubic-bezier(0.4,0,0.2,1), background 0.35s;
}
.diaporama-dot-anlygne.diapo-dot-actif { width: 22px; background: rgba(255,255,255,0.95); }
.diaporama-fleche-anlygne {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(0,0,0,0.22); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s, background 0.25s;
  backdrop-filter: blur(6px); color: white;
}
.hero-diaporama-anlygne:hover .diaporama-fleche-anlygne { opacity: 1; }
.diaporama-fleche-anlygne:hover { background: rgba(0,0,0,0.42); }
.diaporama-fleche-anlygne.diapo-fleche-gauche { left: 14px; }
.diaporama-fleche-anlygne.diapo-fleche-droite { right: 14px; }
.hero-actions-anlygne { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-actions-centre-anlygne { justify-content: center; }
.btn-hero-anlygne {
  padding: 13px 28px; border-radius: 10px; font-family: var(--p);
  font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.btn-hero-primary-anlygne {
  background: var(--accent); border: none; color: #0a1628;
}
.btn-hero-primary-anlygne:hover { background: var(--accent-hover); transform: translateY(-2px); }
.btn-hero-secondary-anlygne {
  background: transparent; border: 1px solid rgba(0,0,0,0.18); color: #1d1d1f;
}
.btn-hero-secondary-anlygne:hover { background: rgba(0,0,0,0.05); color: #1d1d1f; }

.section-anlygne { margin-bottom: clamp(48px,8vh,80px); }
.section-titre-anlygne {
  font-size: clamp(20px,2.2vw,30px); font-weight: 600; color: #1d1d1f;
  line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.4px;
}
.section-desc-anlygne {
  font-size: 14px; color: #6e6e73; line-height: 1.7; max-width: 560px; margin-bottom: 24px;
}

.cta-anlygne {
  background: #fff4e6;
  border: 1px solid rgba(229,186,83,0.15); border-radius: 20px;
  padding: clamp(32px,5vw,52px); text-align: center; margin-bottom: clamp(32px,5vh,60px);
}
.cta-titre-anlygne { font-size: clamp(20px,2vw,28px); font-weight: 600; color: #1d1d1f; margin-bottom: 10px; }
.cta-desc-anlygne { font-size: 14px; color: #6e6e73; margin-bottom: 24px; line-height: 1.6; }

.faq-item-anlygne { border-bottom: 1px solid rgba(0,0,0,0.08); }
.faq-q-anlygne {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; cursor: pointer; font-size: 14px; font-weight: 500;
  color: #1d1d1f; gap: 16px; user-select: none;
}
.faq-q-anlygne:hover { color: #1d1d1f; }
.faq-icon-anlygne {
  flex-shrink: 0; color: #86868b;
  transition: transform 0.25s; font-size: 18px; line-height: 1;
}
.faq-item-anlygne.ouvert-anlygne .faq-icon-anlygne { transform: rotate(45deg); color: var(--accent); }
.faq-r-anlygne {
  font-size: 13px; color: #6e6e73; line-height: 1.7;
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item-anlygne.ouvert-anlygne .faq-r-anlygne { max-height: 220px; padding-bottom: 16px; }

.contact-cards-anlygne { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.contact-card-anlygne {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.contact-card-anlygne:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); transform: translateY(-2px); }
.contact-icone-anlygne {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); margin-bottom: 16px;
}
.contact-titre-anlygne { font-size: 15px; font-weight: 600; color: #1d1d1f; margin-bottom: 6px; }
.contact-desc-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.65; margin-bottom: 14px; }
.contact-lien-anlygne {
  font-size: 13px; font-weight: 500; color: var(--accent);
  text-decoration: none; display: inline-flex; align-items: center; gap: 4px;
}
.contact-lien-anlygne:hover { text-decoration: underline; }
.contact-btn-anlygne {
  font-size: 13px; font-weight: 500; color: var(--accent);
  background: none; border: none; cursor: pointer; padding: 0;
  font-family: var(--p); display: inline-flex; align-items: center; gap: 4px;
}
.contact-btn-anlygne:hover { text-decoration: underline; }

.doc-header-anlygne {
  padding: clamp(40px,8vh,80px) 0 clamp(32px,5vh,52px);
  opacity: 0; animation: glisser-anlygne 1s cubic-bezier(0.16,1,0.3,1) 0.3s forwards;
}
.doc-badge-anlygne {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 12px; border-radius: 100px;
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.15);
  color: var(--accent); font-size: 12px; font-weight: 500; margin-bottom: 20px;
}
.doc-titre-anlygne { font-size: clamp(26px,4vw,48px); font-weight: 600; color: #1d1d1f; letter-spacing: -0.8px; margin-bottom: 12px; }
.doc-date-anlygne { font-size: 13px; color: #86868b; }
.doc-corps-anlygne {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08); border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  padding: clamp(28px,4vw,48px); margin-bottom: 40px;
}
.doc-section-anlygne { margin-bottom: 32px; }
.doc-section-anlygne:last-child { margin-bottom: 0; }
.doc-h2-anlygne {
  font-size: 16px; font-weight: 600; color: #1d1d1f;
  margin-bottom: 12px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.doc-h3-anlygne { font-size: 14px; font-weight: 600; color: #1d1d1f; margin: 14px 0 8px; }
.doc-p-anlygne { font-size: 14px; color: #6e6e73; line-height: 1.8; margin-bottom: 10px; }
.doc-p-anlygne:last-child { margin-bottom: 0; }
.doc-p-anlygne p { margin-bottom: 0.75em; }
.doc-p-anlygne p:last-child { margin-bottom: 0; }
.doc-p-anlygne ul, .doc-p-anlygne ol { margin: 0.5em 0 0.75em 1.4em; }
.doc-p-anlygne li { margin-bottom: 0.3em; list-style: inherit; }
.doc-p-anlygne strong, .doc-p-anlygne b { font-weight: 700; color: #3a3a3c; }
.doc-p-anlygne em, .doc-p-anlygne i { font-style: italic; }
.doc-ul-anlygne { list-style: none; margin: 10px 0; }
.doc-ul-anlygne li {
  font-size: 14px; color: #6e6e73; line-height: 1.7;
  padding: 4px 0 4px 20px; position: relative;
}
.doc-ul-anlygne li::before { content: '–'; position: absolute; left: 0; color: var(--accent); }
.doc-lien-anlygne { color: var(--accent); text-decoration: none; }
.doc-lien-anlygne:hover { text-decoration: underline; }
.doc-toc-anlygne {
  background: rgba(0,0,0,0.02); border: 1px solid rgba(0,0,0,0.07);
  border-radius: 12px; padding: 20px 24px; margin-bottom: 32px;
}
.doc-toc-titre-anlygne {
  font-size: 11px; font-weight: 600; color: #86868b;
  letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 12px;
}
.doc-toc-anlygne ol { list-style: none; counter-reset: toc; }
.doc-toc-anlygne ol li { counter-increment: toc; font-size: 13px; color: #6e6e73; padding: 4px 0; }
.doc-toc-anlygne ol li::before { content: counter(toc) '. '; color: var(--accent); font-weight: 500; }
.doc-toc-anlygne ol li a { color: inherit; text-decoration: none; transition: color 0.2s; }
.doc-toc-anlygne ol li a:hover { color: #1d1d1f; }

.page-cx .page-anlygne {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: calc(clamp(16px,2.2vh,24px) * 2 + 60px) 24px clamp(80px,12vh,120px);
}
.carte-cx-anlygne {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 20px;
  padding: clamp(32px,5vw,52px); width: 100%; max-width: 400px;
  opacity: 0; animation: glisser-anlygne 0.9s cubic-bezier(0.16,1,0.3,1) 0.3s forwards;
}
.cx-titre-anlygne { font-size: 22px; font-weight: 600; color: #1d1d1f; letter-spacing: -0.4px; margin-bottom: 6px; }
.cx-desc-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.55; margin-bottom: 28px; }
.cx-oubli-anlygne { display: block; text-align: right; font-size: 12px; color: #86868b; text-decoration: none; margin-top: 4px; transition: color 0.2s; }
.cx-oubli-anlygne:hover { color: var(--accent); }
.btn-submit-anlygne {
  width: 100%; padding: 14px; border-radius: 10px; border: none;
  background: var(--accent); color: #0a1628; font-family: var(--p); font-size: 14px; font-weight: 700;
  cursor: pointer; margin-top: 20px; transition: all 0.25s; box-shadow: 0 6px 28px rgba(229,186,83,0.22);
}
.btn-submit-anlygne:hover { background: var(--accent-hover); transform: translateY(-1px); }
.cx-separateur-anlygne { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: #c7c7cc; font-size: 12px; }
.cx-separateur-anlygne::before, .cx-separateur-anlygne::after { content: ""; flex: 1; height: 1px; background: rgba(0,0,0,0.08); }
.cx-inscription-anlygne { text-align: center; font-size: 13px; color: #86868b; }
.cx-inscription-anlygne a { color: var(--accent); text-decoration: none; font-weight: 500; }
.cx-inscription-anlygne a:hover { text-decoration: underline; }

.grille-features-anlygne { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 32px; }
.feature-card-anlygne {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; padding: 24px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.feature-card-anlygne:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); transform: translateY(-3px); }
.feature-icone-anlygne {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.12);
  display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 16px;
}
.feature-titre-anlygne { font-size: 16px; font-weight: 600; color: #1d1d1f; margin-bottom: 8px; }
.feature-desc-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.65; }
.etapes-anlygne { display: flex; flex-direction: column; margin-top: 32px; }
.etape-anlygne { display: flex; gap: 24px; align-items: flex-start; padding: 24px 0; border-bottom: 1px solid rgba(0,0,0,0.07); }
.etape-anlygne:last-child { border-bottom: none; }
.etape-num-anlygne {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.15);
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--accent);
}
.etape-titre-anlygne { font-size: 15px; font-weight: 600; color: #1d1d1f; margin-bottom: 6px; }
.etape-desc-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.65; }

.grille-tarifs-anlygne { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-bottom: 48px; }
.tarif-card-anlygne {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 20px; padding: 28px 24px 24px;
  display: flex; flex-direction: column; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: box-shadow 0.25s;
}
.tarif-card-anlygne:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.tarif-card-anlygne.recommande-anlygne { border-color: rgba(229,186,83,0.30); box-shadow: 0 0 0 1px rgba(229,186,83,0.10), 0 8px 40px rgba(229,186,83,0.12); }
.tarif-entete-anlygne { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; min-width: 0; }
.tarif-badge-anlygne {
  flex-shrink: 1; min-width: 0;
  font-size: 10px; font-weight: 700; letter-spacing: 0.8px;
  text-transform: uppercase; color: var(--accent);
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.15);
  border-radius: 4px; padding: 2px 8px; overflow-wrap: break-word; word-break: break-word;
}
.tarif-nom-anlygne { flex-shrink: 0; font-size: 16px; font-weight: 600; color: #1d1d1f; margin: 0; }
.tarif-prix-anlygne { font-size: 38px; font-weight: 700; color: #1d1d1f; letter-spacing: -1px; margin-bottom: 4px; line-height: 1; }
.tarif-prix-anlygne span { font-size: 16px; font-weight: 400; color: #86868b; letter-spacing: 0; }
.tarif-desc-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.55; margin-bottom: 20px; }
.tarif-sep-anlygne { height: 1px; background: rgba(0,0,0,0.08); margin-bottom: 18px; }
.tarif-features-anlygne { list-style: none; flex: 1; margin-bottom: 24px; }
.tarif-features-anlygne li { display: flex; align-items: baseline; gap: 10px; font-size: 13px; color: #1d1d1f; padding: 5px 0; line-height: 1.4; }
.tarif-features-anlygne li::before { content: "✓"; color: var(--accent); font-size: 12px; flex-shrink: 0; }
.tarif-features-anlygne li.inactive-anlygne { color: #c7c7cc; }
.tarif-features-anlygne li.inactive-anlygne::before { content: "–"; color: #c7c7cc; }
.btn-tarif-anlygne { width: 100%; padding: 13px; border-radius: 12px; font-family: var(--p); font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; text-align: center; }
.btn-tarif-primary-anlygne { border: none; background: var(--accent); color: #0a1628; }
.btn-tarif-primary-anlygne:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-tarif-secondary-anlygne { border: 1px solid rgba(0,0,0,0.15); background: transparent; color: #1d1d1f; }
.btn-tarif-secondary-anlygne:hover { background: rgba(0,0,0,0.05); color: #1d1d1f; }
.faq-section-anlygne { margin-bottom: clamp(32px,5vh,60px); }
.journey-media-anlygne {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: clamp(14px,2vw,18px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.journey-video-anlygne {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #000;
}

.journey-introduction-anlygne {
  display: grid;
  gap: 16px;
}

.journey-introduction-double-anlygne {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.journey-introduction-bloc-anlygne,
.journey-element-anlygne {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.journey-introduction-bloc-anlygne {
  padding: 24px;
}

.journey-entete-categorie-anlygne {
  margin-bottom: 18px;
}

.journey-entete-desc-anlygne {
  margin-top: 12px;
  margin-bottom: 0;
}

.journey-badge-anlygne {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(229,186,83,0.10);
  border: 1px solid rgba(229,186,83,0.18);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.journey-liste-anlygne {
  display: grid;
  gap: 18px;
}

.journey-element-anlygne {
  padding: 22px;
}

.journey-contenu-anlygne {
  display: grid;
  gap: 18px;
}

.journey-resume-anlygne {
  min-width: 0;
}

.journey-ligne-haute-anlygne {
  margin-bottom: 14px;
}

.journey-periode-anlygne {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  color: #6e6e73;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.journey-titre-anlygne {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1f;
  line-height: 1.35;
  margin-bottom: 10px;
}

.journey-titre-anlygne + .journey-titre-anlygne {
  margin-top: -2px;
}

.journey-texte-anlygne {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.8;
}

.journey-galerie-section-anlygne {
  position: relative;
  min-width: 0;
}

.journey-galerie-actions-anlygne {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}

.journey-galerie-bouton-anlygne {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: #ffffff;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.journey-galerie-bouton-anlygne:hover {
  background: #f5f5f7;
  transform: translateY(-1px);
}

.journey-galerie-anlygne {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 30%);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.journey-galerie-anlygne::-webkit-scrollbar {
  display: none;
}

.journey-photo-anlygne {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f7;
  border: 1px solid rgba(0,0,0,0.06);
  scroll-snap-align: start;
}

.journey-photo-anlygne img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.grille-cas-anlygne { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cas-card-anlygne {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 18px; padding: 24px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.cas-card-anlygne:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); transform: translateY(-3px); }
.banniere-production-Anlygne {
  margin: 0 0 16px;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f7;
}

.banniere-production-Anlygne img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.cas-card-anlygne:hover .banniere-production-Anlygne img {
  transform: scale(1.1);
}

/* ── Pubs dans la grille ── */
.cas-card-pub-anlygne { padding: 0; overflow: hidden; display: flex; align-items: stretch; min-height: 220px; }
.cas-card-pub-anlygne ins { flex: 1; min-height: 220px; }
.cas-pub-placeholder-anlygne { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: repeating-linear-gradient(45deg, #f5f5f7, #f5f5f7 8px, #eaeaec 8px, #eaeaec 16px); border-radius: 18px; padding: 24px; }
.cas-pub-label-anlygne { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: #aaa; border: 1px solid #ccc; border-radius: 4px; padding: 2px 7px; background: #fff; }
.cas-pub-dims-anlygne { font-size: 12px; color: #bbb; }
/* ── Pubs entre sections ── */
.pub-slot-anlygne { width: 100%; margin: 8px 0; }
.pub-slot-test-anlygne { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 90px; background: repeating-linear-gradient(45deg, #f5f5f7, #f5f5f7 8px, #eaeaec 8px, #eaeaec 16px); border-radius: 12px; }
.pub-slot-badge-anlygne { font-size: 10px; font-weight: 700; letter-spacing: .1em; color: #aaa; border: 1px solid #ccc; border-radius: 4px; padding: 2px 6px; background: #fff; flex-shrink: 0; }
.pub-slot-label-anlygne { font-size: 11px; color: #bbb; }
.cas-emoji-anlygne { font-size: 28px; margin-bottom: 14px; display: block; }
.cas-titre-anlygne { font-size: 16px; font-weight: 600; color: #1d1d1f; margin-bottom: 8px; }
.cas-desc-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.65; margin-bottom: 14px; }
.cas-desc-anlygne b, .cas-desc-anlygne strong { font-weight: 700; color: #1d1d1f; }
.cas-desc-anlygne em, .cas-desc-anlygne i { font-style: italic; }
.cas-desc-anlygne ul, .cas-desc-anlygne ol { padding-left: 1.3em; margin: .4em 0; }
.cas-desc-anlygne ul { list-style: disc; }
.cas-desc-anlygne ol { list-style: decimal; }
.cas-desc-anlygne p { margin: .3em 0; }
.hero-desc-anlygne b, .hero-desc-anlygne strong { font-weight: 600; color: #1d1d1f; }
.hero-desc-anlygne em, .hero-desc-anlygne i { font-style: italic; }
.hero-desc-anlygne ul, .hero-desc-anlygne ol { padding-left: 1.3em; margin: .5em 0; }
.hero-desc-anlygne ul { list-style: disc; }
.hero-desc-anlygne ol { list-style: decimal; }
.hero-desc-anlygne p { margin: .3em 0; }
.hero-reseaux-anlygne { display: flex; justify-content: center; gap: 14px; padding: 14px 0 4px; flex-wrap: wrap; }
.hero-reseau-lien-anlygne { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); color: #fff; font-size: 20px; text-decoration: none; transition: background .2s, transform .15s; }
.hero-reseau-lien-anlygne:hover { background: rgba(255,255,255,0.22); transform: scale(1.1); }
.hero-reseau-lien-anlygne ion-icon { pointer-events: none; }
.hero-reseaux-sombre-anlygne .hero-reseau-lien-anlygne { background: rgba(0,0,0,0.06); border-color: rgba(0,0,0,0.12); color: #1d1d1f; }
.hero-reseaux-sombre-anlygne .hero-reseau-lien-anlygne:hover { background: rgba(0,0,0,0.12); }
.cas-tags-anlygne { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.cas-tag-anlygne { font-size: 11px; font-weight: 500; color: #86868b; background: rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.08); border-radius: 100px; padding: 3px 10px; }
.cas-tag-nouveau-anlygne { font-size: 11px; font-weight: 700; color: #000; background: #f5c400; border: 1px solid rgba(0,0,0,0.08); border-radius: 100px; padding: 3px 10px; letter-spacing: 0.3px; text-transform: uppercase; }
.benefices-anlygne { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 32px; }
.benefice-anlygne { background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 14px; padding: 20px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.benefice-chiffre-anlygne { font-size: 32px; font-weight: 700; color: var(--accent); margin-bottom: 6px; letter-spacing: -0.5px; }
.benefice-label-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.5; }
.temoignages-anlygne { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 32px; }
.temoignage-anlygne { background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; padding: 24px; }
.temoignage-texte-anlygne { font-size: 14px; color: #6e6e73; line-height: 1.7; font-style: italic; margin-bottom: 16px; }
.temoignage-texte-anlygne::before { content: "\201C"; color: var(--accent); font-style: normal; font-size: 18px; }
.temoignage-auteur-anlygne { display: flex; align-items: center; gap: 10px; }
.temoignage-avatar-anlygne {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.15);
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: var(--accent);
}
.temoignage-nom-anlygne { font-size: 13px; font-weight: 600; color: #1d1d1f; }
.temoignage-role-anlygne { font-size: 11px; color: #86868b; }

.liens-rapides-anlygne { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-bottom: 48px; }
.lien-rapide-anlygne {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 14px; padding: 20px;
  text-decoration: none; display: flex; align-items: center; gap: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: box-shadow 0.2s, transform 0.2s;
}
.lien-rapide-anlygne:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.lien-rapide-icone-anlygne {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.12);
  display: flex; align-items: center; justify-content: center; color: var(--accent);
}
.lien-rapide-label-anlygne { font-size: 14px; font-weight: 500; color: #1d1d1f; }
.lien-rapide-desc-anlygne { font-size: 12px; color: #86868b; margin-top: 2px; }
.grille-guides-anlygne { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.guide-card-anlygne {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; padding: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: box-shadow 0.2s, transform 0.2s;
}
.guide-card-anlygne:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.guide-cat-anlygne { font-size: 10px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.guide-titre-anlygne { font-size: 15px; font-weight: 600; color: #1d1d1f; margin-bottom: 8px; line-height: 1.35; }
.guide-desc-anlygne { font-size: 12px; color: #6e6e73; line-height: 1.65; margin-bottom: 16px; }
.guide-lire-anlygne { font-size: 12px; color: var(--accent); font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.guide-lire-anlygne:hover { text-decoration: underline; }

.form-contact-anlygne {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 20px;
  padding: clamp(28px,4vw,44px); box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.form-titre-anlygne { font-size: 20px; font-weight: 600; color: #1d1d1f; margin-bottom: 6px; }
.form-desc-anlygne { font-size: 13px; color: #6e6e73; line-height: 1.55; margin-bottom: 24px; }
.champs-row-anlygne { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.btn-submit-contact-anlygne {
  padding: 14px 32px; border-radius: 10px; border: none;
  background: var(--accent); color: #0a1628; font-family: var(--p); font-size: 14px; font-weight: 700;
  cursor: pointer; margin-top: 6px; transition: all 0.25s; box-shadow: 0 6px 28px rgba(229,186,83,0.22);
}
.btn-submit-contact-anlygne:hover { background: var(--accent-hover); transform: translateY(-1px); }
.confirm-contact-anlygne { text-align: center; padding: 32px 0; display: none; }

body.page-index, html:has(body.page-index) { overflow: hidden; }
body.page-index .canvas-fond-anlygne { display: none; }
body.page-index .fond-anlygne::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(6, 9, 16, calc(0.10 + var(--index-fond-voile-anlygne, 0) * 0.26));
  backdrop-filter: blur(calc(var(--index-fond-flou-anlygne, 0) * 18px));
  -webkit-backdrop-filter: blur(calc(var(--index-fond-flou-anlygne, 0) * 18px));
  transition: background 0.12s linear, backdrop-filter 0.12s linear, -webkit-backdrop-filter 0.12s linear;
}
body.page-index .entete-anlygne { background: transparent; border-bottom: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
body.page-index .btn-cx-anlygne { border-color: rgba(255,255,255,0.22); color: rgba(255,255,255,0.85); }
body.page-index .btn-cx-anlygne:hover { background: rgba(255,255,255,0.12); color: #fff; }
body.page-index .btn-cta-anlygne { background: #fff; color: #1d1d1f; }
body.page-index .btn-cta-anlygne:hover { background: #f0f0f0; }
body.page-index .burger-anlygne span { background: #fff; }
body.page-index .menu-dropdown-anlygne { background: rgba(8,9,13,0.92); border-color: rgba(255,255,255,0.09); box-shadow: 0 16px 48px rgba(0,0,0,0.6); }
body.page-index .menu-item-anlygne { color: rgba(255,255,255,0.72); }
body.page-index .menu-item-anlygne:hover { color: #fff; background: rgba(255,255,255,0.08); }
body.page-index .menu-sep-anlygne { background: rgba(255,255,255,0.08); }
body.page-index .menu-lang-btn-anlygne { color: rgba(255,255,255,0.55); }
body.page-index .menu-lang-btn-anlygne:hover { background: rgba(255,255,255,0.1); color: #fff; }
body.page-index .menu-lang-actif-anlygne { background: rgba(91,63,243,0.35); border-color: rgba(91,63,243,0.55); color: #c5b9ff; }
body.page-index .entete-lang-btn-anlygne { color: rgba(255,255,255,0.4); }
body.page-index .entete-lang-btn-anlygne:hover { color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.08); }
body.page-index .entete-lang-actif-anlygne { color: #fff; border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); }
body.page-index .pied-anlygne { position: fixed; bottom: 0; left: 0; right: 0; }
body.page-index .lien-pied-anlygne { color: rgba(255,255,255,0.22); }
body.page-index .lien-pied-anlygne:hover { color: rgba(255,255,255,0.55); }
body.page-index .sep-pied-anlygne { background: rgba(255,255,255,0.14); }
.contenu-anlygne { position: fixed; z-index: 20; left: clamp(28px,5vw,80px); bottom: clamp(64px,12vh,120px); opacity: 0; animation: glisser-anlygne 1s cubic-bezier(0.16,1,0.3,1) 0.5s forwards; }
.titre-anlygne { font-size: clamp(26px,3vw,46px); font-weight: 300; font-style: italic; line-height: 1.12; letter-spacing: -0.8px; color: #fff; margin-bottom: 28px; }
.titre-n-anlygne { font-style: normal; font-weight: 500; }
.titre-anlygne[data-anim-ready="true"] {
  display: block;
  white-space: normal;
}
.titre-ligne-anlygne {
  position: relative;
  display: block;
  text-align: start;
  transform: translate3d(0, 0, 0);
}
.titre-segment-anlygne {
  display: inline;
}
.titre-char-anlygne {
  position: relative;
  display: inline-block;
  opacity: 1;
  filter: blur(0em);
  transform: translate3d(0, 0, 0);
  will-change: opacity, filter, transform;
}
.titre-char-espace-anlygne {
  width: 0.28em;
}
.btn-play-anlygne { display: inline-flex; align-items: center; gap: 16px; cursor: pointer; border: none; background: none; padding: 10px; border-radius: 50px; color: #fff; font-family: var(--p); transition: gap 0.3s ease; }
.btn-play-anlygne:hover { gap: 22px; }
.cercle-play-anlygne { width: 56px; height: 56px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.32); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.btn-play-anlygne:hover .cercle-play-anlygne { border-color: var(--accent); background: rgba(229,186,83,0.15); box-shadow: 0 0 28px rgba(229,186,83,0.30); }
.label-play-anlygne { text-align: left; }
.label-titre-anlygne { display: block; font-size: 15px; font-weight: 500; margin-bottom: 2px; }
.label-sub-anlygne { font-size: 12px; color: rgba(255,255,255,0.4); }
.modal-video-anlygne { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.modal-video-anlygne.actif-anlygne { opacity: 1; pointer-events: all; }
.cadre-video-anlygne { position: relative; width: 90%; max-width: 1000px; border-radius: 16px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,0.5); transform: scale(0.96); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); }
.modal-video-anlygne.actif-anlygne .cadre-video-anlygne { transform: scale(1); }
.cadre-video-anlygne video { width: 100%; display: block; aspect-ratio: 16/9; background: #000; cursor: pointer; }
.demo-placeholder-anlygne { aspect-ratio: 16/9; background: #f5f5f7; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.demo-placeholder-anlygne svg { opacity: 0.2; }
.demo-placeholder-anlygne p { font-size: 14px; color: #86868b; text-align: center; line-height: 1.6; }
.demo-placeholder-anlygne span { font-size: 12px; color: #c7c7cc; font-style: italic; }
.fermer-video-anlygne { position: absolute; top: 14px; right: 14px; z-index: 5; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; font-family: var(--p); }
.fermer-video-anlygne:hover { background: rgba(0,0,0,0.65); color: #fff; }
.modal-contribution-anlygne { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,0.68); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.modal-contribution-anlygne.actif-anlygne { opacity: 1; pointer-events: all; }
.cadre-contribution-anlygne { position: relative; width: min(92vw, 460px); border-radius: 20px; background: rgba(255,255,255,0.96); box-shadow: 0 40px 100px rgba(0,0,0,0.45); transform: scale(0.96); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); }
.modal-contribution-anlygne.actif-anlygne .cadre-contribution-anlygne { transform: scale(1); }
.contenu-contribution-anlygne { padding: 32px 28px 28px; text-align: center; }
.icone-contribution-anlygne { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; border: 1px solid rgba(229,186,83,0.26); background: rgba(229,186,83,0.12); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.titre-contribution-anlygne { font-size: 24px; font-weight: 600; color: #1d1d1f; margin-bottom: 10px; }
.texte-contribution-anlygne { font-size: 14px; color: #6e6e73; line-height: 1.7; margin-bottom: 24px; }
.bouton-contribution-anlygne { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; padding: 14px 22px; border-radius: 12px; background: var(--accent); color: #0a1628; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform 0.2s ease, background 0.2s ease; }
.bouton-contribution-anlygne:hover { background: var(--accent-hover); transform: translateY(-1px); }
.bouton-choix-anlygne { display: flex; align-items: center; gap: 14px; width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(0,0,0,0.1); background: rgba(0,0,0,0.03); color: #1d1d1f; text-decoration: none; cursor: pointer; transition: all 0.18s; }
.bouton-choix-anlygne:hover { background: rgba(0,0,0,0.06); border-color: rgba(0,0,0,0.18); }
.icone-choix-anlygne { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: rgba(229,186,83,0.08); border: 1px solid rgba(229,186,83,0.12); display: flex; align-items: center; justify-content: center; color: var(--accent); }
.texte-choix-anlygne { text-align: left; flex: 1; }
.texte-choix-anlygne strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.texte-choix-anlygne small { font-size: 12px; color: #6e6e73; font-weight: 400; }
.fleche-choix-anlygne { font-size: 20px; color: #c7c7cc; flex-shrink: 0; }
.choix-ou-anlygne { text-align: center; color: #c7c7cc; font-size: 12px; margin: 10px 0; display: flex; align-items: center; gap: 10px; }
.choix-ou-anlygne::before, .choix-ou-anlygne::after { content: ""; flex: 1; height: 1px; background: rgba(0,0,0,0.08); }
.fermer-contribution-anlygne { position: absolute; top: 14px; right: 14px; z-index: 5; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.08); color: #6e6e73; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; font-family: var(--p); }
.fermer-contribution-anlygne:hover { background: rgba(0,0,0,0.10); color: #1d1d1f; }
@keyframes ld-pub-shimmer-anlygne {
  from { background-position: -200% 0; }
  to   { background-position:  200% 0; }
}
.ld-pub-skel-anlygne {
  background: linear-gradient(90deg, #e8e8ea 25%, #f5f5f7 50%, #e8e8ea 75%);
  background-size: 200% 100%;
  animation: ld-pub-shimmer-anlygne 1.6s ease-in-out infinite;
  border-radius: 6px;
  display: block;
}
.ld-pub-skel-anlygne-bouton-entete { width: 108px; height: 36px; border-radius: 100px; display: inline-block; vertical-align: middle; }
.ld-pub-skel-anlygne-index-titre-principal { width: min(500px, 82vw); height: clamp(26px, 3.2vw, 46px); margin-bottom: 14px; border-radius: 8px; }
.ld-pub-skel-anlygne-index-titre-secondaire { width: min(380px, 68vw); height: clamp(26px, 3.2vw, 46px); margin-bottom: 28px; border-radius: 8px; }
.ld-pub-skel-anlygne-index-cta { width: min(230px, 52vw); height: 56px; border-radius: 100px; }
.ld-pub-skel-anlygne-pied-contact,
.ld-pub-skel-anlygne-index-pied-contact { width: 60px; height: 13px; border-radius: 4px; display: inline-block; }
.ld-pub-skel-anlygne-pied-confidentialite,
.ld-pub-skel-anlygne-index-pied-confidentialite { width: 90px; height: 13px; border-radius: 4px; display: inline-block; }
.ld-pub-skel-anlygne-pied-legal,
.ld-pub-skel-anlygne-index-pied-legal { width: 75px; height: 13px; border-radius: 4px; display: inline-block; }
.ld-pub-skel-anlygne-feature-icone { width: 22px; height: 22px; border-radius: 4px; }
.ld-pub-skel-anlygne-feature-titre { width: 60%; height: 17px; margin-bottom: 12px; }
.ld-pub-skel-anlygne-feature-ligne-pleine { width: 100%; height: 12px; margin-bottom: 5px; }
.ld-pub-skel-anlygne-feature-ligne-large { width: 85%; height: 12px; margin-bottom: 5px; }
.ld-pub-skel-anlygne-feature-ligne-moyenne { width: 70%; height: 12px; }
.ld-pub-skel-anlygne-etape-numero { width: 28px; height: 28px; border-radius: 50%; display: inline-block; }
.ld-pub-skel-anlygne-etape-titre { display: block; width: 45%; height: 17px; margin-bottom: 10px; }
.ld-pub-skel-anlygne-etape-ligne-pleine { display: block; width: 100%; height: 12px; margin-bottom: 5px; }
.ld-pub-skel-anlygne-etape-ligne-courte { display: block; width: 80%; height: 12px; }
.ld-pub-skel-anlygne-skeleton-page-titre-principal { width: min(440px, 78vw); height: clamp(26px, 3.2vw, 46px); margin-bottom: 12px; border-radius: 8px; }
.ld-pub-skel-anlygne-skeleton-page-titre-secondaire { width: min(320px, 62vw); height: clamp(22px, 2.6vw, 38px); margin-bottom: 22px; border-radius: 8px; }
.ld-pub-skel-anlygne-skeleton-page-texte { width: min(380px, 70vw); height: 16px; margin-bottom: 32px; }
.ld-pub-skel-anlygne-skeleton-page-bouton { width: 148px; height: 46px; border-radius: 100px; display: inline-block; }
.ld-pub-skel-anlygne-skeleton-page-section-titre { width: 38%; height: 24px; margin-bottom: 12px; }
.ld-pub-skel-anlygne-skeleton-page-section-desc { width: 58%; height: 14px; margin-bottom: 32px; }
.ld-pub-skel-anlygne-skeleton-page-section-titre-court { width: 32%; height: 24px; margin-bottom: 12px; }
.ld-pub-skel-anlygne-skeleton-page-section-desc-court { width: 52%; height: 14px; margin-bottom: 32px; }
.ld-pub-skel-grille-anlygne { display: grid; }
.ld-pub-skel-grille-anlygne-trois { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ld-pub-skel-grille-anlygne-deux { grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ld-pub-skel-carte-anlygne { padding: 24px; border-radius: 16px; background: #f5f5f7; }
.ld-pub-skel-anlygne-skeleton-page-carte-icone { width: 32px; height: 32px; border-radius: 8px; margin-bottom: 16px; }
.ld-pub-skel-anlygne-skeleton-page-carte-titre { width: 62%; height: 16px; margin-bottom: 12px; }
.ld-pub-skel-anlygne-skeleton-page-carte2-titre { width: 68%; height: 15px; margin-bottom: 10px; }
.ld-pub-skel-anlygne-skeleton-page-carte-ligne-pleine { width: 100%; height: 11px; margin-bottom: 6px; }
.ld-pub-skel-anlygne-skeleton-page-carte-ligne-large { width: 85%; height: 11px; margin-bottom: 6px; }
.ld-pub-skel-anlygne-skeleton-page-carte-ligne-moyenne { width: 70%; height: 11px; }

.u-offscreen-anlygne {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.is-hidden-anlygne {
  display: none;
}

.form-erreur-anlygne {
  display: none;
  color: #e53e3e;
  margin-top: 8px;
  font-size: 14px;
}

.page-anlygne-compact {
  max-width: 820px;
}

.page-anlygne-wide {
  max-width: 1180px;
}

.page-anlygne-ressources {
  max-width: 860px;
}

.page-anlygne-doc {
  max-width: 760px;
}

.page-anlygne-pricing {
  max-width: 940px;
}

.etape-contenu-anlygne {
  flex: 1;
}

.tarif-card-squelette-anlygne {
  display: flex;
  flex-direction: column;
}

.faq-q-squelette-anlygne {
  cursor: default;
  pointer-events: none;
}

.faq-icon-squelette-anlygne {
  color: #e0e0e0;
}

.benefice-squelette-anlygne {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.temoignage-meta-squelette-anlygne {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.btn-hero-anlygne + .btn-hero-anlygne {
  margin-left: 8px;
}

.ld-pub-skel-anlygne-ressource-cat {
  width: 38%;
  height: 10px;
  margin-bottom: 12px;
  border-radius: 3px;
}

.ld-pub-skel-anlygne-ressource-titre {
  width: 78%;
  height: 16px;
  margin-bottom: 10px;
}

.ld-pub-skel-anlygne-ressource-ligne-pleine {
  width: 100%;
  height: 11px;
  margin-bottom: 5px;
}

.ld-pub-skel-anlygne-ressource-ligne-large {
  width: 65%;
  height: 11px;
  margin-bottom: 18px;
}

.ld-pub-skel-anlygne-ressource-lien {
  width: 28%;
  height: 11px;
  border-radius: 4px;
}

.ld-pub-skel-anlygne-tarif-titre {
  width: 52%;
  height: 16px;
  margin-bottom: 14px;
}

.ld-pub-skel-anlygne-tarif-prix {
  width: 42%;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.ld-pub-skel-anlygne-tarif-desc {
  width: 75%;
  height: 12px;
  margin-bottom: 22px;
}

.ld-pub-skel-anlygne-tarif-cta {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.ld-pub-skel-anlygne-faq-ligne {
  height: 14px;
}
.ld-pub-skel-largeur-90 { width: 90%; }
.ld-pub-skel-largeur-82 { width: 82%; }
.ld-pub-skel-largeur-78 { width: 78%; }
.ld-pub-skel-largeur-75 { width: 75%; }
.ld-pub-skel-largeur-72 { width: 72%; }
.ld-pub-skel-largeur-70 { width: 70%; }
.ld-pub-skel-largeur-68 { width: 68%; }
.ld-pub-skel-largeur-65 { width: 65%; }
.ld-pub-skel-largeur-62 { width: 62%; }
.ld-pub-skel-largeur-55 { width: 55%; }

.ld-pub-skel-anlygne-cas-emoji {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 16px;
}

.ld-pub-skel-anlygne-cas-titre {
  width: 65%;
  height: 17px;
  margin-bottom: 10px;
}

.ld-pub-skel-anlygne-cas-ligne-pleine {
  width: 100%;
  height: 12px;
  margin-bottom: 5px;
}

.ld-pub-skel-anlygne-cas-ligne-large {
  width: 82%;
  height: 12px;
  margin-bottom: 16px;
}

.ld-pub-skel-anlygne-cas-tag-54,
.ld-pub-skel-anlygne-cas-tag-68,
.ld-pub-skel-anlygne-cas-tag-48 {
  height: 22px;
  border-radius: 100px;
}

.ld-pub-skel-anlygne-cas-tag-54 { width: 54px; }
.ld-pub-skel-anlygne-cas-tag-68 { width: 68px; }
.ld-pub-skel-anlygne-cas-tag-48 { width: 48px; }

.ld-pub-skel-anlygne-benefice-chiffre {
  width: 72px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.ld-pub-skel-anlygne-benefice-ligne-large {
  width: 80%;
  height: 12px;
  margin-bottom: 4px;
}

.ld-pub-skel-anlygne-benefice-ligne-courte {
  width: 55%;
  height: 12px;
}

.ld-pub-skel-anlygne-temoin-ligne-pleine {
  width: 100%;
  height: 13px;
  margin-bottom: 6px;
}

.ld-pub-skel-anlygne-temoin-ligne-large {
  width: 88%;
  height: 13px;
  margin-bottom: 6px;
}

.ld-pub-skel-anlygne-temoin-ligne-courte {
  width: 72%;
  height: 13px;
  margin-bottom: 22px;
}

.ld-pub-skel-anlygne-temoin-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ld-pub-skel-anlygne-temoin-nom {
  width: 55%;
  height: 13px;
}

.ld-pub-skel-anlygne-temoin-role {
  width: 38%;
  height: 11px;
}

.confirmation-bloc-anlygne {
  display: none;
  text-align: center;
  padding: 2rem 0;
}

.confirmation-check-large-anlygne {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.verification-erreur-anlygne {
  font-size: 14px;
  color: #e53e3e;
  margin-bottom: 16px;
}

.verification-succes-anlygne {
  font-size: 14px;
  color: #22863a;
  margin-bottom: 16px;
}

.btn-block-link-anlygne {
  display: block;
  text-align: center;
  text-decoration: none;
}

.index-scan-hidden-anlygne {
  display: none;
}

@media (max-width: 860px) {
  .contenu-anlygne { right: 0; left: 0; bottom: clamp(60px,10vh,90px); transform: none; padding: 0 clamp(20px,5vw,48px); }
  .btn-play-anlygne { justify-content: center; }
}

@media (max-width: 600px) {
  .entete-anlygne { padding: 14px 20px; }
  .page-anlygne { padding-left: 20px; padding-right: 20px; }
  .hero-actions-anlygne { flex-direction: column; align-items: flex-start; }
  .ld-pub-skel-grille-anlygne-trois,
  .ld-pub-skel-grille-anlygne-deux { grid-template-columns: 1fr; }
  .champs-row-anlygne { grid-template-columns: 1fr; }
  .page-cx .page-anlygne { padding-left: 16px; padding-right: 16px; }
  .input-anlygne,
  .textarea-anlygne,
  .select-anlygne {
    font-size: 16px;
  }
  .boite-carte-anlygne { width: min(100vw - 20px, 980px); border-radius: 20px; }
  .carte-actions-overlay-anlygne { top: 10px; right: 10px; gap: 8px; }
  body.page-index .pied-anlygne {
    gap: 16px;
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom));
    background: linear-gradient(to top, rgba(9, 14, 24, 0.58), rgba(9, 14, 24, 0));
  }
  body.page-index .lien-pied-anlygne {
    color: rgba(255,255,255,0.68);
    text-shadow: 0 1px 6px rgba(0,0,0,0.28);
  }
  body.page-index .lien-pied-anlygne:hover {
    color: rgba(255,255,255,0.92);
  }
  body.page-index .sep-pied-anlygne {
    background: rgba(255,255,255,0.36);
  }
}

@media (max-width: 520px) {
  .titre-anlygne { font-size: clamp(22px,6vw,32px); margin-bottom: 20px; }
}

.cx-message-anlygne { font-size: 14px; margin-bottom: 16px; }
.cx-message-succes-anlygne { color: #22863a; }
.cx-message-erreur-anlygne { color: #e53e3e; }

/* ── Page loader ────────────────────────────────────────────────── */
.page-chargement-anlygne {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: #f5f5f7;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.page-chargement-anlygne.visible-anlygne {
  opacity: 1; pointer-events: all;
}
.page-chargement-anlygne.cache-anlygne {
  opacity: 0 !important; pointer-events: none !important;
}
.page-spinner-anlygne {
  position: relative; width: 72px; height: 72px;
  display: flex; align-items: center; justify-content: center;
}
.anneau-page-anlygne {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(5, 255, 255, 0.15);
  border-top-color: var(--accent);
  border-right-color: var(--accent);
  animation: rotation-page-anlygne 0.9s linear infinite;
}
@keyframes rotation-page-anlygne {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.logo-page-anlygne {
  width: 36px; height: 36px;
  object-fit: contain; border-radius: 8px;
}

/* ── Image skeleton ─────────────────────────────────────────────── */
.skel-img-wrap-anlygne {
  background: linear-gradient(90deg, #e8e8ea 25%, #f5f5f7 50%, #e8e8ea 75%);
  background-size: 200% 100%;
  animation: ld-pub-shimmer-anlygne 1.6s ease-in-out infinite;
}
.skel-img-wrap-anlygne img {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.logo-img-anlygne {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* ── Cookie banner ──────────────────────────────────────────────── */
.cookie-overlay-anlygne {
  position: fixed; inset: 0;
  z-index: 7999;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.cookie-overlay-anlygne.visible-anlygne {
  opacity: 1; pointer-events: all;
}
.cookie-banner-anlygne {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 8000;
  width: 340px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  display: flex; flex-direction: column; gap: 14px;
  opacity: 0; transform: scale(0.96);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
}
.cookie-banner-anlygne.visible-anlygne {
  opacity: 1; transform: scale(1); pointer-events: all;
}
.cookie-titre-anlygne {
  display: block;
  font-size: 14px; font-weight: 600; color: #1d1d1f;
  margin-bottom: 4px;
}
.cookie-desc-anlygne {
  font-size: 13px; line-height: 1.5; color: #555;
  margin: 0;
}
.cookie-lien-anlygne {
  color: var(--accent); text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-actions-anlygne {
  display: flex; gap: 8px; justify-content: flex-end;
}
.cookie-btn-refuser-anlygne,
.cookie-btn-accepter-anlygne {
  padding: 8px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  border: none; font-family: var(--p);
  transition: background 0.15s;
}
.cookie-btn-refuser-anlygne {
  background: rgba(229,186,83,0.08); color: var(--accent);
}
.cookie-btn-refuser-anlygne:hover { background: rgba(229,186,83,0.15); }
.cookie-btn-accepter-anlygne {
  background: var(--accent); color: #0a1628;
}
.cookie-btn-accepter-anlygne:hover { filter: brightness(0.9); }

@media (max-width: 600px) {
  .cookie-banner-anlygne {
    bottom: 16px; right: 16px; left: 16px;
    width: auto;
  }
}

/* ── Pages guides ───────────────────────────────────────────────── */
.guide-retour-anlygne {
  display: inline-block; margin-bottom: 16px;
  font-size: 13px; color: #6e6e73; text-decoration: none;
  transition: color 0.2s;
}
.guide-retour-anlygne:hover { color: var(--accent); }
.guide-categorie-anlygne {
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 8px;
}
.guide-etape-anlygne { scroll-margin-top: 80px; }
.guide-etape-header-anlygne {
  display: flex; align-items: center; gap: 14px; margin-bottom: 10px;
}
.guide-num-anlygne {
  flex-shrink: 0;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: #0a1628;
  font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.guide-etape-header-anlygne .doc-h2-anlygne { margin-bottom: 0; }
.guide-problemes-anlygne {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 14px;
}
.guide-pb-anlygne {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; padding: 14px 16px;
}
.guide-pb-question-anlygne {
  font-size: 13px; font-weight: 600; color: var(--accent);
  margin: 0 0 4px;
}
.guide-pb-rep-anlygne {
  font-size: 13px; color: #6e6e73; margin: 0; line-height: 1.6;
}
.guide-lien-inline-anlygne {
  color: var(--accent); text-decoration: underline;
  text-underline-offset: 2px;
}
.guide-liste-anlygne {
  padding-left: 20px; margin: 12px 0;
  font-size: 14px; color: #6e6e73; line-height: 1.8;
}
.guide-liste-anlygne li { margin-bottom: 6px; }
.guide-contact-anlygne { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; }
.guide-contact-bloc-anlygne {
  margin-top: 20px;
  background: rgba(229,186,83,0.06);
  border: 1px solid rgba(229,186,83,0.15);
  border-radius: 12px; padding: 20px 24px;
  font-size: 14px; color: #6e6e73; line-height: 2;
}
.guide-contact-titre-anlygne {
  font-size: 15px; font-weight: 600; color: #e8e8ed;
  margin-bottom: 8px;
}

/* ── Page erreur ────────────────────────────────────────────────── */
.erreur-code-anlygne {
  font-size: clamp(80px, 18vw, 140px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #0071e3 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Connexion par code OTP ─────────────────────────────────────────────── */
.cx-onglets-anlygne {
  display: flex;
  gap: 4px;
  background: rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 20px;
}
.cx-onglet-anlygne {
  flex: 1;
  padding: 8px 0;
  border: none;
  background: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #86868b;
  cursor: pointer;
  transition: all 0.2s;
}
.cx-onglet-anlygne--actif {
  background: #ffffff;
  color: #0a1628;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.cx-code-info-anlygne {
  font-size: 13px;
  color: #555;
  text-align: center;
  margin: 4px 0 16px;
}
.cx-code-info-anlygne strong { color: #003D8F; }
.cx-code-chiffres-anlygne {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 0 4px;
}
.cx-code-chiffres-anlygne input {
  width: 44px;
  height: 56px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border: 2px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  background: #f5f7fa;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #0a1628;
}
.cx-code-chiffres-anlygne input:focus {
  border-color: var(--accent, #E5BA53);
  box-shadow: 0 0 0 3px rgba(229,186,83,0.18);
  background: #fff;
}
.cx-code-actions-anlygne {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.cx-lien-anlygne {
  background: none;
  border: none;
  color: var(--accent, #E5BA53);
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.cx-lien-anlygne:hover { opacity: 0.8; }
.cx-separateur-ponctuel-anlygne { color: #c7c7cc; font-size: 12px; }

@media (max-width: 767px) {
  .grille-cas-anlygne {
    grid-template-columns: 1fr;
  }

  .journey-galerie-anlygne {
    grid-auto-columns: 82%;
  }
}

@media (min-width: 1280px) {
  .page-anlygne-wide {
    max-width: 1280px;
  }

  .journey-galerie-anlygne {
    grid-auto-columns: minmax(320px, 28%);
  }
}

@media (min-width: 980px) {
  .journey-contenu-avec-galerie-anlygne {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
    align-items: start;
    gap: 28px;
  }

  .journey-galerie-section-anlygne {
    margin-top: 0;
  }

  .journey-galerie-anlygne {
    grid-auto-columns: minmax(320px, 78%);
  }
}

@media (max-width: 979px) {
  .journey-galerie-section-anlygne {
    order: -1;
  }
}

.scene-index-anlygne {
  max-width: min(780px, calc(100vw - clamp(40px, 10vw, 160px)));
}

.cta-index-anlygne {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .scene-index-anlygne {
    max-width: 100%;
  }

}

/* Bannière de remerciement post-paiement Stripe */
.banniere-merci-anlygne {
  position: fixed;
  top: clamp(14px, 2.5vh, 24px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px 14px 18px;
  background: rgba(20, 20, 22, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  max-width: min(480px, calc(100vw - 32px));
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  animation: merci-entree-anlygne 0.45s cubic-bezier(0.22,1,0.36,1) forwards;
}
.banniere-merci-sortie-anlygne {
  animation: merci-sortie-anlygne 0.45s ease forwards !important;
}
@keyframes merci-entree-anlygne {
  from { opacity: 0; transform: translateX(-50%) translateY(-16px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes merci-sortie-anlygne {
  from { opacity: 1; transform: translateX(-50%) translateY(0); }
  to   { opacity: 0; transform: translateX(-50%) translateY(-16px); }
}
.banniere-merci-contenu-anlygne {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.banniere-merci-icone-anlygne {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(91,63,243,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
}
.banniere-merci-titre-anlygne {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}
.banniere-merci-texte-anlygne {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banniere-merci-fermer-anlygne {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.35);
  font-size: 14px;
  padding: 2px 4px;
  line-height: 1;
  transition: color 0.2s;
}
.banniere-merci-fermer-anlygne:hover { color: rgba(255,255,255,0.75); }

/* Compte à rebours vie restante — homepage uniquement */
.crbv-anlygne {
  position: fixed;
  top: clamp(56px, 9vh, 90px);
  left: clamp(24px, 3.5vw, 44px);
  z-index: 49;
  display: flex;
  flex-direction: column;
  gap: 2px;
  pointer-events: none;
  margin: 0;
}
.crbv-temps {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.55);
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.crbv-label {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.32);
  text-transform: lowercase;
}

/* ── Lightbox ───────────────────────────────────────────────────────────── */
.lightbox-anlygne { position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.93); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
.lightbox-anlygne.actif-anlygne { opacity: 1; pointer-events: all; }
.lightbox-scene-anlygne { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 64px 24px 24px; box-sizing: border-box; cursor: zoom-out; }
.lightbox-img-anlygne { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 12px 80px rgba(0,0,0,0.7); transform: scale(0.94); transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }
.lightbox-anlygne.actif-anlygne .lightbox-img-anlygne { transform: scale(1); }
.lightbox-fermer-anlygne { position: fixed; top: 18px; right: 18px; z-index: 301; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); color: #fff; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; font-family: var(--p); }
.lightbox-fermer-anlygne:hover { background: rgba(255,255,255,0.24); }

/* ── Annonce événement imminent ── */
.annonce-overlay-anlygne { position: fixed; inset: 0; z-index: 400; background: rgba(0,0,0,0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 16px; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
.annonce-overlay-anlygne.annonce-visible-anlygne { opacity: 1; pointer-events: auto; }
.annonce-carte-anlygne { position: relative; background: #111; border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto; transform: translateY(24px) scale(0.97); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); }
.annonce-overlay-anlygne.annonce-visible-anlygne .annonce-carte-anlygne { transform: translateY(0) scale(1); }
.annonce-affiche-anlygne { margin: 0; line-height: 0; border-radius: 14px 14px 0 0; overflow: hidden; }
.annonce-affiche-anlygne img { width: 100%; height: auto; display: block; }
.annonce-carte-anlygne--sans-corps .annonce-affiche-anlygne { border-radius: 14px; }
.annonce-corps-anlygne { padding: 1.5rem; }
.annonce-date-anlygne { font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold, #c9a84c); margin: 0 0 .5rem; }
.annonce-titre-anlygne { font-size: 1.6rem; font-weight: 700; margin: 0 0 .75rem; line-height: 1.15; color: #fff; }
.annonce-desc-anlygne { font-size: .9rem; color: rgba(255,255,255,0.65); margin: 0 0 1.25rem; line-height: 1.6; }
.annonce-actions-anlygne { display: flex; gap: .75rem; flex-wrap: wrap; }
.annonce-fermer-anlygne { position: absolute; top: 12px; right: 12px; z-index: 1; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.annonce-fermer-anlygne:hover { background: rgba(255,255,255,0.22); }
@media (max-width: 480px) { .annonce-titre-anlygne { font-size: 1.25rem; } }

/* ── Modal détail production ── */
.cas-card-cliquable-anlygne { cursor: pointer; transition: transform 0.18s, box-shadow 0.18s; }
.cas-card-cliquable-anlygne:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
.cas-card-cliquable-anlygne:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.modal-prod-detail-anlygne { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.72); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); display: flex; align-items: center; justify-content: center; padding: 16px; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.modal-prod-detail-anlygne.actif-anlygne { opacity: 1; pointer-events: all; }
.cadre-prod-detail-anlygne { position: relative; width: min(96vw, 780px); max-height: 88vh; overflow-y: auto; border-radius: 20px; background: #fff; box-shadow: 0 40px 100px rgba(0,0,0,0.45); transform: scale(0.96) translateY(16px); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); padding: 0; box-sizing: border-box; }
.modal-prod-detail-anlygne.actif-anlygne .cadre-prod-detail-anlygne { transform: scale(1) translateY(0); }
.fermer-prod-detail-anlygne { position: sticky; top: 14px; float: right; margin: 14px 14px -50px 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.1); color: #6e6e73; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; font-family: var(--p); z-index: 5; }
.fermer-prod-detail-anlygne:hover { background: rgba(0,0,0,0.12); color: #1d1d1f; }
.corps-prod-detail-anlygne { padding: 0; }
.corps-prod-detail-inner-anlygne { padding: 20px 32px 32px; }
.corps-prod-detail-inner-top-anlygne { padding-top: 48px; }
.corps-prod-detail-inner-anlygne .journey-contenu-anlygne { display: flex; flex-direction: column; gap: 20px; }
.corps-prod-detail-inner-anlygne .journey-contenu-avec-galerie-anlygne { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.banniere-modal-prod-anlygne { margin: 0; border-radius: 20px 20px 0 0; overflow: hidden; line-height: 0; }
.banniere-modal-prod-anlygne img { width: 100%; max-height: 300px; object-fit: cover; display: block; }
@media (max-width: 600px) { .corps-prod-detail-inner-anlygne { padding: 16px 20px 24px; } .corps-prod-detail-inner-top-anlygne { padding-top: 48px; } .corps-prod-detail-inner-anlygne .journey-contenu-avec-galerie-anlygne { grid-template-columns: 1fr; } .corps-prod-detail-inner-anlygne .journey-galerie-section-anlygne { order: -1; } }
