
.odm-info-bar{position:relative;z-index:9998;background:#ed1b2f;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.odm-info-inner{max-width:1240px;margin:auto;padding:10px 18px;display:flex;align-items:center;justify-content:center;gap:12px}.odm-info-inner strong{font-weight:850}.odm-info-inner a{color:#fff;text-decoration:underline;font-weight:700}.odm-info-inner button{margin-left:auto;background:rgba(0,0,0,.14);border:0;color:#fff;border-radius:50%;width:28px;height:28px;font-size:18px;cursor:pointer}
.odm-popup{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.odm-popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(6px)}.odm-popup-card{position:relative;width:min(840px,100%);max-height:90vh;overflow:auto;display:grid;grid-template-columns:1.1fr .9fr;background:#0d0e10;color:#fff;border:1px solid #2a2c30;border-radius:22px;box-shadow:0 30px 100px #000}.odm-popup-card>img{width:100%;height:100%;min-height:390px;object-fit:cover}.odm-popup-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}.odm-eyebrow{color:#ed1b2f;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:900}.odm-popup-copy h2{color:#fff;font-size:38px;line-height:1.08;margin:10px 0}.odm-popup-copy p{color:#b8bbc0;font-size:17px}.odm-cta,.odm-public-button{display:inline-flex;background:#ed1b2f;color:#fff!important;text-decoration:none!important;border-radius:9px;padding:12px 18px;font-weight:800;width:max-content}.odm-popup-close{position:absolute;right:12px;top:12px;width:36px;height:36px;border-radius:50%;border:1px solid #333;background:#111;color:#fff;font-size:22px;cursor:pointer;z-index:2}
.odm-public-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.odm-public-card{background:#111;color:#fff;border:1px solid #282828;border-radius:16px;padding:22px;overflow:hidden}.odm-public-card h3{color:#fff}.odm-public-card img{width:100%;height:auto;border-radius:10px}.odm-price{font-size:30px;font-weight:850;color:#ed1b2f}.odm-price small{font-size:13px;color:#aaa}.odm-public-card ul{list-style:none!important;padding:0!important}.odm-public-card li{margin:7px 0}.odm-plan.is-featured{border-color:#ed1b2f}.odm-badge{display:inline-block;background:#ed1b2f;color:#fff;padding:5px 8px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase}.odm-inline-info{padding:16px;border-left:4px solid #ed1b2f;background:#111;color:#fff;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.odm-inline-info a{color:#ed1b2f;font-weight:700}
@media(max-width:700px){.odm-info-inner{justify-content:flex-start;flex-wrap:wrap}.odm-popup-card{grid-template-columns:1fr}.odm-popup-card>img{min-height:220px;max-height:330px}.odm-popup-copy{padding:26px}.odm-popup-copy h2{font-size:29px}}


/* ===== Odyssée Manager — Planning Homepage v1.1 ===== */
.odm-planning-block{
  --odm-red:#ed1b2f;
  --odm-red-dark:#b70d1f;
  --odm-black:#08090b;
  --odm-card:#111318;
  --odm-border:rgba(255,255,255,.10);
  position:relative;
  width:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 0%,rgba(237,27,47,.13),transparent 34%),
    radial-gradient(circle at 90% 100%,rgba(237,27,47,.08),transparent 30%),
    #08090b;
  color:#fff;
  padding:76px 24px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.odm-planning-block:before{
  content:"";
  position:absolute;inset:0;
  opacity:.18;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent 85%);
}
.odm-planning-shell{position:relative;z-index:1;width:min(1240px,100%);margin:auto}
.odm-planning-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}
.odm-planning-kicker,.odm-planning-card-head span{
  display:block;color:var(--odm-red);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase
}
.odm-planning-head h2{margin:7px 0 8px!important;color:#fff!important;font-size:clamp(34px,4vw,58px)!important;line-height:.98!important;font-weight:900!important;letter-spacing:-.035em!important}
.odm-planning-head h2 em{font-style:normal;color:var(--odm-red)}
.odm-planning-head p{margin:0!important;color:#a8adb5!important;font-size:16px!important}
.odm-planning-live{white-space:nowrap;border:1px solid var(--odm-border);background:rgba(255,255,255,.04);padding:10px 14px;border-radius:999px;color:#d7d9dc;font-size:12px;font-weight:750}
.odm-planning-live i,.odm-planning-foot i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#37d56b;box-shadow:0 0 14px rgba(55,213,107,.65);margin-right:7px}
.odm-planning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.odm-planning-count-1 .odm-planning-grid{grid-template-columns:minmax(0,760px);justify-content:center}
.odm-planning-item{
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,rgba(24,26,31,.98),rgba(12,13,16,.99));
  border:1px solid var(--odm-border);
  border-radius:22px;padding:22px;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.odm-planning-item:before{
  content:"";position:absolute;width:180px;height:180px;right:-80px;top:-100px;
  border-radius:50%;background:var(--odm-red);filter:blur(85px);opacity:.12;pointer-events:none
}
.odm-planning-card-head{display:flex;align-items:center;gap:14px;margin-bottom:9px}
.odm-planning-symbol{width:54px;height:54px;border:1px solid rgba(237,27,47,.26);background:rgba(237,27,47,.08);border-radius:15px;display:grid;place-items:center;flex:0 0 auto}
.odm-planning-symbol svg{width:31px;height:31px;fill:none;stroke:var(--odm-red);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.odm-planning-card-head h3{margin:4px 0 0!important;color:#fff!important;font-size:23px!important;line-height:1.1!important;font-weight:850!important}
.odm-planning-desc{color:#9da2aa!important;margin:0 0 18px!important;line-height:1.55!important}
.odm-planning-media{
  position:relative;overflow:hidden;border-radius:16px;background:#050607;border:1px solid rgba(255,255,255,.08);
  aspect-ratio:4/3;display:grid;place-items:center
}
.odm-planning-media img{display:block;width:100%!important;height:100%!important;object-fit:contain!important;background:#fff;transition:transform .35s ease}
.odm-planning-item:hover .odm-planning-media img{transform:scale(1.015)}
.odm-planning-overlay{
  position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;
  padding:12px 14px;border-radius:11px;color:#fff!important;text-decoration:none!important;
  background:rgba(8,9,11,.88);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);
  font-size:11px;font-weight:900;letter-spacing:.08em
}
.odm-planning-overlay b{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--odm-red);font-size:16px}
.odm-planning-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;color:#b8bcc3;font-size:12px}
.odm-planning-foot small{color:#727780}
.odm-pdf-preview,.odm-planning-placeholder{text-align:center;padding:30px;color:#fff}
.odm-pdf-preview>span{display:inline-grid;place-items:center;width:62px;height:62px;border-radius:17px;background:var(--odm-red);font-weight:900;margin-bottom:13px}
.odm-pdf-preview strong,.odm-pdf-preview small,.odm-planning-placeholder span,.odm-planning-placeholder small{display:block}
.odm-pdf-preview small,.odm-planning-placeholder small{color:#8d929a;margin-top:7px}
.odm-planning-placeholder span{font-weight:800;color:#fff}
@media(max-width:800px){
  .odm-planning-block{padding:52px 14px}
  .odm-planning-head{display:block;margin-bottom:24px}
  .odm-planning-live{display:inline-block;margin-top:16px}
  .odm-planning-grid{grid-template-columns:1fr}
  .odm-planning-item{padding:16px;border-radius:18px}
  .odm-planning-card-head h3{font-size:19px!important}
  .odm-planning-symbol{width:48px;height:48px;border-radius:13px}
  .odm-planning-desc{font-size:13px!important}
  .odm-planning-media{aspect-ratio:4/3}
  .odm-planning-foot{align-items:flex-start;flex-direction:column}
}


/* ===== Odyssée Manager — Formules v1.2 ===== */
.odm-formules-block{--odm-red:#ed1b2f;--odm-dark:#08090b;position:relative;background:radial-gradient(circle at 50% 0,rgba(237,27,47,.14),transparent 33%),#08090b;color:#fff;padding:82px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;overflow:hidden}
.odm-formules-block:before{content:"";position:absolute;inset:0;opacity:.16;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px}
.odm-formules-shell{position:relative;z-index:1;width:min(1240px,100%);margin:auto}
.odm-formules-head{text-align:center;max-width:790px;margin:0 auto 42px}.odm-formules-kicker{display:block;color:var(--odm-red);font-size:11px;font-weight:900;letter-spacing:.18em}.odm-formules-head h2{color:#fff!important;font-size:clamp(34px,4vw,56px)!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:900!important;margin:8px 0 12px!important}.odm-formules-head h2 em{font-style:normal;color:var(--odm-red)}.odm-formules-head p{color:#a6abb3!important;font-size:16px!important;line-height:1.65!important;margin:0!important}
.odm-formules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.odm-formule-card{position:relative;display:flex;flex-direction:column;background:linear-gradient(155deg,#17191e,#0d0f12);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:26px;overflow:hidden;box-shadow:0 20px 65px rgba(0,0,0,.25);transition:.25s}
.odm-formule-card:hover{transform:translateY(-5px);border-color:rgba(237,27,47,.45)}.odm-formule-card.is-featured{border-color:rgba(237,27,47,.7);box-shadow:0 28px 90px rgba(237,27,47,.12)}.odm-formule-card.is-featured:before{content:"";position:absolute;right:-70px;top:-80px;width:190px;height:190px;border-radius:50%;background:var(--odm-red);filter:blur(85px);opacity:.17}
.odm-formule-badge{position:absolute;right:18px;top:18px;background:var(--odm-red);color:#fff;padding:7px 9px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.08em}
.odm-formule-top{display:flex;align-items:center;gap:12px;position:relative}.odm-formule-heart{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(237,27,47,.10);border:1px solid rgba(237,27,47,.25);color:var(--odm-red);font:30px/1 Georgia,serif}.odm-formule-label{display:block;color:#858b94;font-size:9px;font-weight:850;letter-spacing:.14em}.odm-formule-top h3{color:#fff!important;font-size:25px!important;font-weight:900!important;margin:3px 0 0!important}
.odm-formule-price{display:flex;align-items:baseline;gap:8px;margin:27px 0 15px}.odm-formule-price strong{color:#fff;font-size:41px;line-height:1;font-weight:900;letter-spacing:-.04em}.odm-formule-price span{color:#a3a7ae;font-size:12px}.odm-formule-desc{color:#a3a8b0!important;line-height:1.55!important;min-height:48px;margin:0 0 18px!important}
.odm-formule-features{list-style:none!important;margin:0 0 26px!important;padding:18px 0 0!important;border-top:1px solid rgba(255,255,255,.08);flex:1}.odm-formule-features li{display:flex;gap:9px;align-items:flex-start;color:#e4e5e7;margin:10px 0!important;font-size:13px;line-height:1.45}.odm-formule-features i{font-style:normal;color:var(--odm-red);font-weight:900}
.odm-formule-actions{margin-top:auto}.odm-formule-cta{display:flex;align-items:center;justify-content:space-between;background:var(--odm-red);color:#fff!important;text-decoration:none!important;padding:14px 16px;border-radius:11px;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.odm-formule-cta:hover{color:#fff!important;filter:brightness(1.08)}.odm-formule-cta span{font-size:18px}.odm-formule-actions small{display:block;text-align:center;color:#70757e;margin-top:9px;font-size:10px}
.odm-formules-note{margin-top:22px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);border-radius:17px;padding:17px 20px;display:flex;align-items:center;justify-content:center;gap:12px}.odm-formules-note>span{color:var(--odm-red);font:28px/1 Georgia,serif}.odm-formules-note p{margin:0!important;color:#a8adb4!important}.odm-formules-note strong{color:#fff}
@media(max-width:980px){.odm-formules-grid{grid-template-columns:1fr}.odm-formule-card{max-width:650px;width:100%;margin:auto}.odm-formule-desc{min-height:0}}
@media(max-width:600px){.odm-formules-block{padding:54px 14px}.odm-formule-card{padding:20px;border-radius:19px}.odm-formule-price strong{font-size:36px}.odm-formules-note{align-items:flex-start}.odm-formule-badge{position:static;display:inline-block;width:max-content;margin-bottom:15px}}


/* ===== Popup Promotions Odyssée Manager v1.3 ===== */
.odm-promo-image-popup{opacity:1;transition:opacity .18s ease}
.odm-promo-image-popup.is-closing{opacity:0}
.odm-promo-dialog{
  position:relative;
  width:min(690px,calc(100vw - 28px));
  max-height:calc(100vh - 34px);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 34px 110px rgba(0,0,0,.66);
  animation:odmPromoIn .28s cubic-bezier(.2,.8,.2,1);
}
.odm-promo-image-link{display:block;line-height:0;text-decoration:none!important}
.odm-promo-dialog img{
  display:block;
  width:100%!important;
  height:auto!important;
  max-height:calc(100vh - 34px);
  object-fit:contain;
  margin:0!important;
}
.odm-promo-close{
  position:absolute;
  right:13px;
  top:13px;
  z-index:4;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.14);
  background:rgba(255,255,255,.94);
  color:#151515;
  box-shadow:0 5px 20px rgba(0,0,0,.14);
  cursor:pointer;
  font-size:28px;
  line-height:1;
  font-family:Arial,sans-serif;
  transition:transform .15s ease,background .15s ease;
}
.odm-promo-close:hover{transform:scale(1.06);background:#fff}
.odm-promo-fallback{background:#0b0c0e;color:#fff;padding:50px;text-align:center}
.odm-promo-fallback>span{color:#ed1b2f;font-size:11px;font-weight:900;letter-spacing:.16em}
.odm-promo-fallback h2{color:#fff!important;font-size:40px!important;margin:10px 0!important}
.odm-promo-fallback p{color:#a6abb2!important}
.odm-promo-fallback a{display:inline-flex;margin-top:12px;background:#ed1b2f;color:#fff!important;text-decoration:none!important;padding:13px 19px;border-radius:10px;font-weight:850}
@keyframes odmPromoIn{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:none}}
@media(max-width:700px){
  .odm-promo-dialog{width:min(96vw,690px);border-radius:16px;max-height:92vh}
  .odm-promo-dialog img{max-height:92vh}
  .odm-promo-close{right:9px;top:9px;width:37px;height:37px;font-size:25px}
}


/* ===== Odyssée Manager v1.4 — Popup ultra-ajusté ===== */
.odm-popup.odm-promo-image-popup{
  padding:12px!important;
}
.odm-promo-image-popup .odm-popup-backdrop{
  background:rgba(0,0,0,.80)!important;
  backdrop-filter:blur(8px);
}
.odm-promo-dialog{
  width:auto!important;
  max-width:min(700px,calc(100vw - 24px))!important;
  max-height:calc(100dvh - 24px)!important;
  background:transparent!important;
  border:0!important;
  border-radius:18px!important;
  overflow:hidden!important;
  line-height:0!important;
  box-shadow:0 26px 80px rgba(0,0,0,.58)!important;
}
.odm-promo-image-link{
  display:block!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  line-height:0!important;
  background:transparent!important;
}
.odm-promo-dialog > img,
.odm-promo-image-link > img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:calc(100dvh - 24px)!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
  vertical-align:top!important;
  background:transparent!important;
}
.odm-promo-close{
  right:10px!important;
  top:10px!important;
  width:38px!important;
  height:38px!important;
  border:1px solid rgba(0,0,0,.12)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 4px 16px rgba(0,0,0,.18)!important;
}
@media(max-width:700px){
  .odm-popup.odm-promo-image-popup{padding:7px!important}
  .odm-promo-dialog{
    max-width:calc(100vw - 14px)!important;
    max-height:calc(100dvh - 14px)!important;
    border-radius:14px!important;
  }
  .odm-promo-dialog > img,
  .odm-promo-image-link > img{
    max-height:calc(100dvh - 14px)!important;
  }
  .odm-promo-close{
    width:34px!important;
    height:34px!important;
    right:7px!important;
    top:7px!important;
    font-size:23px!important;
  }
}

/* ===== Odyssée Manager v1.4 — Loader Gymat ===== */
/* Neutralise le gros loader natif Gymat/RadiusTheme quand il est présent. */
body > #preloader,
body > .preloader,
body > #loading,
body > .page-loader,
body > .rt-preloader,
body > .rtsb-preloader,
body > .gymat-preloader{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

html.odm-loading,
html.odm-loading body{
  overflow:hidden;
}
.odm-site-loader{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 50% 45%,rgba(237,27,47,.12),transparent 28%),
    #08090b;
  opacity:1;
  visibility:visible;
  transition:opacity .42s ease,visibility .42s ease;
}
.odm-site-loader.is-loaded{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.odm-loader-inner{
  width:min(330px,78vw);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transform:translateY(-2vh);
  animation:odmLoaderEnter .55s cubic-bezier(.2,.8,.2,1) both;
}
.odm-loader-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
}
.odm-loader-heart{
  color:#ed1b2f;
  font:50px/1 Georgia,serif;
  transform:translateY(-1px);
  animation:odmHeartBeat 1.45s ease-in-out infinite;
}
.odm-loader-word{
  color:#ed1b2f;
  font:700 clamp(29px,5vw,42px)/1 Georgia,"Times New Roman",serif;
  letter-spacing:.025em;
}
.odm-loader-line{
  width:100%;
  max-width:230px;
  height:2px;
  margin:22px 0 12px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.09);
}
.odm-loader-line i{
  display:block;
  width:44%;
  height:100%;
  background:linear-gradient(90deg,transparent,#ed1b2f,transparent);
  transform:translateX(-120%);
  animation:odmLoaderSweep 1.05s ease-in-out infinite;
}
.odm-loader-inner small{
  color:rgba(255,255,255,.55);
  font:700 9px/1.4 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}
@keyframes odmLoaderSweep{
  0%{transform:translateX(-130%)}
  100%{transform:translateX(330%)}
}
@keyframes odmHeartBeat{
  0%,100%{transform:translateY(-1px) scale(1)}
  50%{transform:translateY(-1px) scale(1.07)}
}
@keyframes odmLoaderEnter{
  from{opacity:0;transform:translateY(8px) scale(.97)}
  to{opacity:1;transform:translateY(-2vh) scale(1)}
}
@media(max-width:600px){
  .odm-loader-inner{width:min(270px,76vw)}
  .odm-loader-heart{font-size:42px}
  .odm-loader-word{font-size:32px}
  .odm-loader-line{max-width:190px;margin-top:18px}
}
@media(prefers-reduced-motion:reduce){
  .odm-loader-inner,.odm-loader-heart,.odm-loader-line i{animation:none!important}
  .odm-site-loader{transition:none!important}
}


/* ===== Odyssée Manager v1.4.1 — Popup plus compact + entrée animée ===== */
.odm-promo-dialog{
  max-width:min(610px,88vw)!important;
  max-height:84dvh!important;
  animation:odmPromoElegantIn .48s cubic-bezier(.16,1,.3,1) both!important;
  transform-origin:center center;
}
.odm-promo-dialog > img,
.odm-promo-image-link > img{
  max-height:84dvh!important;
}
.odm-promo-image-popup .odm-popup-backdrop{
  animation:odmPromoBackdropIn .34s ease both;
}
@keyframes odmPromoElegantIn{
  0%{
    opacity:0;
    transform:translateY(32px) scale(.92);
    filter:blur(5px);
  }
  55%{
    opacity:1;
    transform:translateY(-4px) scale(1.012);
    filter:blur(0);
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
    filter:blur(0);
  }
}
@keyframes odmPromoBackdropIn{
  from{opacity:0}
  to{opacity:1}
}
@media(max-width:700px){
  .odm-promo-dialog{
    max-width:min(92vw,560px)!important;
    max-height:82dvh!important;
  }
  .odm-promo-dialog > img,
  .odm-promo-image-link > img{
    max-height:82dvh!important;
  }
}
@media(max-width:430px){
  .odm-promo-dialog{
    max-width:90vw!important;
    max-height:80dvh!important;
  }
  .odm-promo-dialog > img,
  .odm-promo-image-link > img{
    max-height:80dvh!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .odm-promo-dialog,
  .odm-promo-image-popup .odm-popup-backdrop{
    animation:none!important;
  }
}
