.netobj-library{
  --netobj-bg:#F7F5F0;
  --netobj-card:#FFFFFF;
  --netobj-text:#33383F;
  --netobj-muted:#66707A;
  --netobj-line:#E3DED6;
  --netobj-accent:#3E6F7E;
  --netobj-radius:22px;
  color:var(--netobj-text);
  font-family:inherit;
}
.netobj-library *{box-sizing:border-box}
.netobj-hero{
  background:#F7F5F0;
  background-size:cover;
  background-position:center;
  border-radius:28px;
  padding:54px 34px;
  margin:0 0 24px;
  border:1px solid rgba(227,222,214,.75);
}
.netobj-kicker{
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#7B746A;
  font-size:13px;
  margin:0 0 12px;
}
.netobj-hero h1{
  font-size:clamp(34px,5vw,54px);
  line-height:1.08;
  margin:0 0 16px;
  font-weight:650;
  color:var(--netobj-text);
}
.netobj-hero p:last-child{
  max-width:820px;
  font-size:18px;
  line-height:1.6;
  color:var(--netobj-muted);
  margin:0;
}
.netobj-search-panel{
  background:#fff;
  border:1px solid var(--netobj-line);
  border-radius:22px;
  padding:18px;
  margin:0 0 34px;
  box-shadow:0 8px 22px rgba(0,0,0,.035);
}
.netobj-search-form{
  display:flex;
  gap:10px;
  margin:0 0 14px;
}
.netobj-search-form input[type="search"]{
  flex:1;
  min-height:46px;
  border:1px solid #D7D0C5;
  border-radius:999px;
  padding:0 18px;
  font-size:15px;
}
.netobj-search-form button,
.netobj-reset,
.netobj-view-all,
.netobj-load-more{
  min-height:42px;
  border-radius:999px;
  border:1px solid #C9D6D4;
  background:#fff;
  color:var(--netobj-accent);
  padding:0 16px;
  font-weight:700;
  cursor:pointer;
}
.netobj-search-form button{
  background:var(--netobj-accent);
  color:#fff;
  border-color:var(--netobj-accent);
}
.netobj-filter-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}
.netobj-quick-tags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.netobj-quick-tags button,
.netobj-tag{
  border:1px solid #D7D0C5;
  background:#fff;
  color:#59626C;
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  cursor:pointer;
}
.netobj-quick-tags button:hover,
.netobj-tag:hover,
.netobj-view-all:hover,
.netobj-reset:hover,
.netobj-load-more:hover{
  background:#EEF5F3;
}
.netobj-filter-row select{
  min-height:40px;
  border:1px solid #D7D0C5;
  border-radius:999px;
  padding:0 14px;
  background:#fff;
}
.netobj-active-filter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#EEF5F3;
  border:1px solid #C9D6D4;
  color:#43525A;
  border-radius:18px;
  padding:12px 14px;
  margin:0 0 24px;
}
.netobj-results .netobj-grid{margin-top:10px}
.netobj-section{
  margin:0 0 42px;
}
.netobj-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin:0 0 16px;
}
.netobj-section h2{
  font-size:clamp(24px,3vw,32px);
  line-height:1.18;
  margin:0;
  color:var(--netobj-text);
}
.netobj-row-wrap{
  position:relative;
}
.netobj-row{
  display:flex;
  gap:22px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding:2px 2px 18px;
  scrollbar-width:thin;
}
.netobj-row .netobj-card{
  flex:0 0 calc((100% - 66px) / 4);
  min-width:260px;
}
.netobj-arrow{
  position:absolute;
  top:42%;
  z-index:2;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--netobj-line);
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 20px rgba(0,0,0,.10);
  color:var(--netobj-text);
  cursor:pointer;
  font-size:32px;
  line-height:1;
}
.netobj-arrow-left{left:-14px}
.netobj-arrow-right{right:-14px}
.netobj-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.netobj-card{
  background:#fff;
  border:1px solid var(--netobj-line);
  border-radius:var(--netobj-radius);
  overflow:hidden;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
  transition:box-shadow .2s ease, transform .2s ease;
}
.netobj-card:hover{
  box-shadow:0 16px 36px rgba(0,0,0,.10);
  transform:translateY(-2px);
}
.netobj-card-image{
  display:block;
  position:relative;
  height:210px;
  text-decoration:none;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.7), transparent 34%),
    linear-gradient(135deg,#D9D2C5,#AEBAC0);
  background-size:cover;
  background-position:center;
}
.netobj-image-brand{
  position:absolute;
  left:16px;
  bottom:14px;
  color:rgba(255,255,255,.9);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  text-shadow:0 1px 8px rgba(0,0,0,.18);
}
.netobj-badge{
  position:absolute;
  top:12px;
  right:12px;
  background:rgba(255,255,255,.93);
  color:#30343B;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}
.netobj-card-body{
  padding:18px;
}
.netobj-card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 12px;
}
.netobj-more-tags{color:#7A7167;border-color:transparent;padding-left:2px;background:transparent}
.netobj-hidden-tags{display:flex;flex-wrap:wrap;gap:7px}
.netobj-hidden-tags[hidden]{display:none}
.netobj-card-title{
  font-size:20px;
  line-height:1.25;
  margin:0 0 10px;
  font-weight:700;
}
.netobj-card-title a{
  color:var(--netobj-text);
  text-decoration:none;
}
.netobj-card-title a:hover{text-decoration:underline}
.netobj-card-excerpt{
  color:#67707A;
  font-size:14px;
  line-height:1.55;
  margin:0 0 14px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:65px;
}
.netobj-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:2px;
}
.netobj-date{
  font-size:12px;
  color:#8A8378;
}
.netobj-card-button{
  border:1px solid #C9D6D4;
  color:var(--netobj-accent);
  background:#fff;
  border-radius:999px;
  padding:8px 13px;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
  white-space:nowrap;
}
.netobj-card-button:hover{background:#EEF5F3;text-decoration:none;color:var(--netobj-accent)}
.netobj-load-more{
  display:block;
  margin:24px auto 0;
}
.netobj-empty{
  background:#fff;
  border:1px solid var(--netobj-line);
  border-radius:18px;
  padding:22px;
  color:var(--netobj-muted);
}
@media(max-width:980px){
  .netobj-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .netobj-row .netobj-card{flex-basis:42vw}
}
@media(max-width:680px){
  .netobj-hero{padding:34px 22px;border-radius:22px}
  .netobj-search-form{flex-direction:column}
  .netobj-filter-row{align-items:stretch}
  .netobj-filter-row select{width:100%}
  .netobj-row .netobj-card{flex-basis:82vw;min-width:82vw}
  .netobj-grid{grid-template-columns:1fr}
  .netobj-arrow{display:none}
  .netobj-section-head{align-items:flex-start;flex-direction:column}
  .netobj-card-image{height:190px}
}

/* v0.1.1 — aide au classement visuel pour administrateur */
.netobj-admin-hint{
    margin:.25rem 0 0;
    font-size:.85rem;
    color:#7a7167;
}
.netobj-section-bootstrap .netobj-section-head{
    border-left:3px solid #d8cbb8;
    padding-left:12px;
}


/* NETOBJ v0.5.0 — rendu série / épisode */
.netobj-studio-front{max-width:980px;margin:0 auto;padding:42px 22px;color:#4a4f57;}
.netobj-studio-hero{background:#f7f5f0;border-radius:18px;padding:34px;margin-bottom:28px;}
.netobj-studio-hero h1{margin:0 0 12px;font-size:clamp(32px,4vw,52px);line-height:1.15;color:#3f4650;}
.netobj-studio-hero p{font-size:18px;line-height:1.7;max-width:760px;}
.netobj-studio-hero-image{min-height:260px;background-size:cover;background-position:center;border-radius:18px;margin-bottom:18px;}
.netobj-studio-episodes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;}
.netobj-studio-episode-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:22px;box-shadow:0 10px 24px rgba(0,0,0,.06);}
.netobj-studio-episode-card h2{font-size:22px;line-height:1.25;margin:8px 0;color:#3f4650;}
.netobj-studio-order{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#68717d;}
.netobj-studio-main-image{width:100%;border-radius:18px;margin:0 0 24px;display:block;}
.netobj-studio-media{margin:22px 0;}
.netobj-studio-media iframe,.netobj-studio-media video{width:100%;max-width:100%;border-radius:12px;}
.netobj-studio-content{font-size:18px;line-height:1.78;}
.netobj-studio-content p{margin-bottom:1.1em;}
.netobj-studio-nav{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:34px;padding-top:22px;border-top:1px solid rgba(0,0,0,.08);}
.netobj-studio-nav a{font-weight:600;text-decoration:none;}

/* V0.5.1 — Atelier Studio hiérarchique */
.netobj-classic-library{
  margin-top:34px;
  border:1px solid var(--netobj-line);
  border-radius:22px;
  background:#fff;
  padding:0;
  overflow:hidden;
}
.netobj-classic-library > summary{
  cursor:pointer;
  padding:18px 22px;
  font-weight:800;
  color:var(--netobj-text);
  background:#F7F5F0;
}
.netobj-classic-library[open] > summary{border-bottom:1px solid var(--netobj-line)}
.netobj-classic-library > .netobj-search-panel,
.netobj-classic-library > .netobj-active-filter,
.netobj-classic-library > .netobj-results,
.netobj-classic-library > .netobj-default-view{
  margin-left:18px;
  margin-right:18px;
}
.netobj-studio-browser{
  background:#fff;
  border:1px solid var(--netobj-line);
  border-radius:26px;
  padding:24px;
  margin:0 0 30px;
  box-shadow:0 12px 30px rgba(0,0,0,.045);
}
.netobj-studio-browser-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:20px;
}
.netobj-studio-browser-head h2{
  margin:0 0 8px;
  font-size:clamp(26px,3vw,36px);
  line-height:1.12;
}
.netobj-studio-browser-head p:last-child{
  color:var(--netobj-muted);
  margin:0;
  max-width:820px;
}
.netobj-admin-pill{
  white-space:nowrap;
  border:1px solid #D7D0C5;
  border-radius:999px;
  padding:8px 12px;
  color:#7B746A;
  background:#F7F5F0;
  font-size:12px;
  font-weight:700;
}
.netobj-studio-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 22px;
}
.netobj-studio-tabs button,
.netobj-back-button{
  border:1px solid #D7D0C5;
  background:#fff;
  color:var(--netobj-accent);
  border-radius:999px;
  padding:9px 15px;
  font-weight:800;
  cursor:pointer;
}
.netobj-studio-tabs button.is-active,
.netobj-studio-tabs button:hover,
.netobj-back-button:hover{
  background:var(--netobj-accent);
  border-color:var(--netobj-accent);
  color:#fff;
}
.netobj-studio-theme-grid,
.netobj-studio-series-grid,
.netobj-studio-episodes-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.netobj-studio-theme-card,
.netobj-studio-series-card{
  text-align:left;
  border:1px solid var(--netobj-line);
  border-radius:22px;
  background:
    radial-gradient(circle at 82% 14%, rgba(62,111,126,.12), transparent 34%),
    #fff;
  padding:22px;
  min-height:170px;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.netobj-studio-theme-card:hover,
.netobj-studio-series-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(0,0,0,.09);
  border-color:#C9D6D4;
}
.netobj-studio-theme-card strong,
.netobj-studio-series-card strong{
  display:block;
  font-size:26px;
  line-height:1.15;
  margin:8px 0 10px;
  color:var(--netobj-text);
}
.netobj-studio-series-card strong{font-size:22px}
.netobj-studio-theme-card span,
.netobj-studio-series-card span,
.netobj-studio-series-card em{
  display:block;
  color:var(--netobj-muted);
  font-style:normal;
  line-height:1.45;
}
.netobj-studio-card-kicker{
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#7B746A!important;
  font-size:12px;
  font-weight:800;
}
.netobj-studio-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin:0 0 18px;
}
.netobj-studio-panel-head h3{
  margin:0 0 6px;
  font-size:clamp(24px,3vw,32px);
  line-height:1.15;
}
.netobj-studio-panel-head p{margin:0;color:var(--netobj-muted);max-width:760px}
.netobj-studio-episode-tile{
  border:1px solid var(--netobj-line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}
.netobj-studio-episode-image{
  display:block;
  min-height:145px;
  background-size:cover;
  background-position:center;
  background-color:#D9D2C5;
}
.netobj-studio-episode-body{padding:18px}
.netobj-studio-episode-body h4{
  margin:8px 0 8px;
  font-size:20px;
  line-height:1.2;
}
.netobj-studio-episode-body p{
  color:var(--netobj-muted);
  line-height:1.55;
  margin:0 0 14px;
}
.netobj-studio-order{
  color:#7B746A;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.10em;
}
@media (max-width: 980px){
  .netobj-studio-theme-grid,
  .netobj-studio-series-grid,
  .netobj-studio-episodes-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 640px){
  .netobj-studio-browser{padding:16px;border-radius:20px}
  .netobj-studio-browser-head,
  .netobj-studio-panel-head{display:block}
  .netobj-studio-theme-grid,
  .netobj-studio-series-grid,
  .netobj-studio-episodes-grid{grid-template-columns:1fr;}
  .netobj-admin-pill{display:inline-block;margin-top:12px}
}

/* NETOBJ v0.5.2 — focus Studio / cinématique plateforme */
.netobj-classic-access{margin:18px 0 0;text-align:right;font-size:13px;}
.netobj-classic-access a{color:var(--netobj-accent);font-weight:700;text-decoration:none;}
.netobj-studio-cinema{overflow:hidden;}
.netobj-studio-breadcrumb{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  padding:12px 14px;
  border:1px solid var(--netobj-line);
  border-radius:18px;
  background:#F7F5F0;
  color:#66707A;
  font-weight:700;
}
.netobj-studio-breadcrumb .netobj-back-button{min-height:34px;padding:6px 13px;}
.netobj-studio-level[hidden]{display:none!important;}
.netobj-studio-level.is-active{display:block;}
.netobj-studio-strip-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:0 0 16px;}
.netobj-studio-strip-head h3{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.12;color:var(--netobj-text);}
.netobj-studio-strip-head p{margin:0;color:var(--netobj-muted);max-width:560px;}
.netobj-studio-card-row{
  display:flex;
  gap:20px;
  overflow-x:auto;
  padding:3px 3px 20px;
  scroll-snap-type:x proximity;
}
.netobj-studio-poster{
  flex:0 0 320px;
  min-height:220px;
  scroll-snap-align:start;
  border:1px solid var(--netobj-line);
  border-radius:26px;
  background:
    radial-gradient(circle at 82% 12%, rgba(62,111,126,.18), transparent 34%),
    linear-gradient(135deg,#FFFFFF,#F7F5F0);
  box-shadow:0 10px 24px rgba(0,0,0,.055);
  padding:24px;
  text-align:left;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.netobj-studio-poster:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.12);border-color:#C9D6D4;}
.netobj-studio-poster strong{display:block;margin:10px 0 14px;font-size:clamp(24px,2.8vw,34px);line-height:1.05;color:var(--netobj-text);}
.netobj-studio-poster span,.netobj-studio-poster em{display:block;color:var(--netobj-muted);font-style:normal;line-height:1.45;}
.netobj-studio-series-row .netobj-studio-poster{flex-basis:360px;min-height:240px;}
.netobj-studio-series-hero{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  border:1px solid var(--netobj-line);
  border-radius:24px;
  background:#F7F5F0;
  padding:24px;
  margin:0 0 20px;
}
.netobj-studio-series-hero h3{margin:0 0 10px;font-size:clamp(28px,4vw,46px);line-height:1.08;color:var(--netobj-text);}
.netobj-studio-series-hero p{margin:0;color:var(--netobj-muted);max-width:780px;line-height:1.55;}
.netobj-studio-cinema .netobj-studio-episodes-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.netobj-studio-cinema .netobj-studio-episode-tile{border-radius:22px;}
.netobj-studio-cinema .netobj-studio-episode-body h4{font-size:19px;}
@media(max-width:980px){
  .netobj-studio-cinema .netobj-studio-episodes-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .netobj-studio-poster{flex-basis:70vw;}
  .netobj-studio-series-row .netobj-studio-poster{flex-basis:76vw;}
}
@media(max-width:680px){
  .netobj-studio-strip-head,.netobj-studio-series-hero{display:block;}
  .netobj-studio-cinema .netobj-studio-episodes-grid{grid-template-columns:1fr;}
  .netobj-studio-poster,.netobj-studio-series-row .netobj-studio-poster{flex-basis:86vw;}
}

/* NETOBJ v0.5.3 — affichage POC simple type plateforme */
.netobj-studio-cinema{background:#141414;color:#fff;border-radius:26px;padding:26px;margin:26px 0;overflow:hidden;}
.netobj-studio-cinema .netobj-kicker,.netobj-studio-cinema p,.netobj-studio-cinema em{color:#d8d8d8;}
.netobj-studio-browser-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px;}
.netobj-admin-pill{background:#fff;color:#222;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;}
.netobj-studio-breadcrumb{display:flex;align-items:center;gap:12px;margin:14px 0 20px;color:#ddd;}
.netobj-back-button{background:#fff;color:#111;border:0;border-radius:999px;padding:8px 14px;cursor:pointer;font-weight:700;}
.netobj-studio-access{display:inline-flex;margin:8px 0 0;padding:4px 8px;border-radius:999px;background:#eef5f3;color:#244654;font-size:12px;font-weight:800;}
.netobj-studio-return{margin:0 0 18px;}
.netobj-studio-return:last-child{margin:22px 0 0;}
.netobj-card-button-secondary{margin-left:8px;background:#fff;color:var(--netobj-accent);}
.netobj-studio-paywall{background:#fff;border-radius:18px;padding:28px;border:1px solid rgba(36,70,84,.16);}
.netobj-studio-stripe{margin:18px 0;}
.netobj-studio-card-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px;}
.netobj-studio-poster{position:relative;min-height:150px;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:18px;background:linear-gradient(135deg,#2b2b2b,#1c1c1c);color:#fff;text-align:left;cursor:pointer;overflow:hidden;box-shadow:0 10px 26px rgba(0,0,0,.32);transition:transform .18s ease, box-shadow .18s ease;}
.netobj-studio-poster:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.45);}
.netobj-studio-poster span:not(.netobj-studio-poster-bg){display:block;position:relative;z-index:1;color:#bdbdbd;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;}
.netobj-studio-poster strong{display:block;position:relative;z-index:1;font-size:22px;line-height:1.15;margin-bottom:8px;}
.netobj-studio-poster em{display:block;position:relative;z-index:1;font-style:normal;font-size:14px;line-height:1.4;}
.netobj-studio-poster-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.38;filter:saturate(.9);}
.netobj-studio-level[hidden]{display:none!important;}
.netobj-studio-series-hero{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:20px;margin-bottom:18px;}
.netobj-studio-series-hero h3{color:#fff;margin:0 0 8px;font-size:28px;}
.netobj-studio-episodes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;}
.netobj-studio-episode-tile{background:#fff;color:#252525;border-radius:18px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.24);}
.netobj-studio-episode-image{display:block;height:150px;background-size:cover;background-position:center;}
.netobj-studio-episode-body{padding:16px;}
.netobj-studio-order{font-size:12px;color:#777;text-transform:uppercase;letter-spacing:.06em;}
.netobj-studio-episode-body h4{margin:8px 0;color:#252525;font-size:20px;}
.netobj-studio-episode-body p{color:#666;font-size:14px;line-height:1.45;min-height:40px;}
.netobj-studio-front{max-width:960px;margin:0 auto;padding:34px 18px;}
.netobj-studio-hero{background:#f7f5f0;border-radius:24px;padding:34px;margin-bottom:24px;}
.netobj-studio-hero h1{margin:0;color:#30343b;}
.netobj-studio-main-image{width:100%;border-radius:20px;margin:0 0 22px;display:block;}
.netobj-studio-media{margin:22px 0;}
.netobj-studio-media iframe,.netobj-studio-media video{width:100%;max-width:100%;border-radius:18px;}
.netobj-studio-content{font-size:18px;line-height:1.7;color:#3c424a;}
@media(max-width:760px){.netobj-studio-cinema{border-radius:18px;padding:18px}.netobj-studio-card-row,.netobj-studio-episodes-grid{grid-template-columns:1fr}.netobj-studio-browser-head{display:block}}

/* NETOBJ v0.5.6 — correctifs POC lisibilité / profondeur */
.netobj-studio-cinema{
  background:#101010!important;
  color:#fff!important;
  border-radius:28px;
  padding:34px!important;
  box-shadow:0 26px 70px rgba(0,0,0,.25);
}
.netobj-studio-cinema .netobj-kicker{
  color:#b9c0c7!important;
  letter-spacing:.22em;
  font-weight:700;
}
.netobj-studio-browser-head h2{
  color:#fff!important;
  opacity:1!important;
  font-weight:700;
}
.netobj-studio-breadcrumb{
  background:rgba(255,255,255,.94)!important;
  color:#20242a!important;
  border-radius:18px!important;
  padding:12px 16px!important;
  margin:24px 0 26px!important;
  font-weight:700!important;
}
.netobj-studio-breadcrumb [data-netobj-studio-path]{color:#20242a!important;opacity:1!important;}
.netobj-studio-poster{
  min-height:210px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#2b2b2b,#111)!important;
  border:1px solid rgba(255,255,255,.22)!important;
}
.netobj-studio-poster::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.18));
  z-index:0;
}
.netobj-studio-poster-bg{opacity:.78!important;filter:saturate(.95) contrast(1.05)!important;}
.netobj-studio-poster span:not(.netobj-studio-poster-bg),
.netobj-studio-poster strong,
.netobj-studio-poster em{position:relative!important;z-index:2!important;opacity:1!important;}
.netobj-studio-poster span:not(.netobj-studio-poster-bg){color:#f1f3f4!important;font-weight:700!important;}
.netobj-studio-poster strong{color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.55);font-weight:800!important;}
.netobj-studio-poster em{color:#f4f4f4!important;text-shadow:0 2px 8px rgba(0,0,0,.48);}
.netobj-studio-card-row{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:22px!important;}
.netobj-studio-series-poster{min-height:260px!important;}
.netobj-studio-series-hero{
  background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.07))!important;
  border:1px solid rgba(255,255,255,.20)!important;
  color:#fff!important;
}
.netobj-studio-series-hero h3{color:#fff!important;}
.netobj-studio-series-hero p{color:#e7e7e7!important;white-space:pre-line;}
.netobj-studio-cinema .netobj-studio-episodes-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;
  gap:22px!important;
  min-height:120px;
}
.netobj-studio-episode-tile{
  background:#f7f7f7!important;
  color:#20242a!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.netobj-studio-episode-image{height:180px!important;}
.netobj-studio-episode-body h4{color:#20242a!important;font-weight:800!important;}
.netobj-studio-episode-body p{color:#4c5560!important;}
.netobj-studio-empty-note{
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  padding:22px;
}
.netobj-studio-front{max-width:980px!important;margin:0 auto!important;padding:44px 22px!important;}
.netobj-studio-front .netobj-studio-hero{background:#f7f5f0!important;}
.netobj-studio-front .netobj-studio-content{max-width:780px!important;}
@media(max-width:760px){
  .netobj-studio-cinema{padding:20px!important;border-radius:20px;}
  .netobj-studio-card-row,.netobj-studio-cinema .netobj-studio-episodes-grid{grid-template-columns:1fr!important;}
}

/* NETOBJ v0.5.7 — POC : niveaux distincts + clic visible */
.netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster,
.netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster,
.netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster{
  min-height:280px!important;
  cursor:pointer!important;
}
.netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster strong,
.netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster strong,
.netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster strong{
  font-size:clamp(24px,3vw,34px)!important;
  max-width:520px;
}
.netobj-studio-poster::before{
  content:"Voir →";
  position:absolute;
  right:18px;
  bottom:16px;
  z-index:3;
  background:rgba(255,255,255,.96);
  color:#111;
  border-radius:999px;
  padding:8px 13px;
  font-weight:800;
  font-size:13px;
}
.netobj-studio-cinema[data-netobj-studio-step="episodes"] .netobj-studio-poster::before{display:none;}
.netobj-studio-card-row{
  align-items:stretch!important;
}
.netobj-studio-level.is-active{
  animation:netobjFadeIn .16s ease-out;
}
@keyframes netobjFadeIn{from{opacity:.2;transform:translateY(4px)}to{opacity:1;transform:none}}

/* NETOBJ v0.5.9 */
.netobj-episode-meta{font-size:17px;color:#66707A;margin:0 0 18px;letter-spacing:.02em}
.netobj-studio-episode-front .netobj-studio-main-image{margin-top:0}

/* NETOBJ v0.5.11.5 - mobile compact type plateforme */
@media(max-width:760px){
  .netobj-studio-cinema{
    padding:12px!important;
    margin:8px 0 18px!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .netobj-studio-browser-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:0 0 8px!important;
  }
  .netobj-studio-browser-head .netobj-kicker,
  .netobj-admin-pill{
    display:none!important;
  }
  .netobj-studio-browser-head h2{
    font-size:28px!important;
    line-height:1.05!important;
    margin:0!important;
  }
  .netobj-studio-breadcrumb{
    margin:8px 0 12px!important;
    padding:7px 10px!important;
    border-radius:12px!important;
    font-size:13px!important;
    min-height:auto!important;
  }
  .netobj-studio-breadcrumb .netobj-back-button{
    min-height:28px!important;
    padding:5px 10px!important;
    font-size:12px!important;
  }
  .netobj-studio-card-row,
  .netobj-studio-cinema .netobj-studio-episodes-grid{
    display:flex!important;
    grid-template-columns:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:10px!important;
    padding:2px 2px 12px!important;
    margin:0 -12px 0 0!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .netobj-studio-card-row::-webkit-scrollbar,
  .netobj-studio-cinema .netobj-studio-episodes-grid::-webkit-scrollbar{
    display:none;
  }
  .netobj-studio-poster,
  .netobj-studio-series-poster,
  .netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster,
  .netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster,
  .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster{
    flex:0 0 64vw!important;
    min-height:170px!important;
    max-width:240px!important;
    border-radius:14px!important;
    padding:13px!important;
    scroll-snap-align:start!important;
  }
  .netobj-studio-poster span:not(.netobj-studio-poster-bg){
    font-size:10px!important;
    letter-spacing:.10em!important;
    margin-bottom:5px!important;
  }
  .netobj-studio-poster strong,
  .netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster strong,
  .netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster strong,
  .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster strong{
    font-size:22px!important;
    line-height:1.05!important;
    margin:5px 0 6px!important;
    max-width:180px!important;
  }
  .netobj-studio-poster em{
    font-size:13px!important;
    line-height:1.25!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .netobj-studio-poster::before{
    right:10px!important;
    bottom:9px!important;
    padding:6px 10px!important;
    font-size:12px!important;
  }
  .netobj-studio-series-hero{
    padding:12px!important;
    margin:0 0 10px!important;
    border-radius:14px!important;
  }
  .netobj-studio-series-hero h3{
    font-size:24px!important;
    line-height:1.05!important;
    margin:0 0 5px!important;
  }
  .netobj-studio-series-hero p{
    font-size:13px!important;
    line-height:1.35!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .netobj-studio-cinema .netobj-studio-episode-tile{
    flex:0 0 44vw!important;
    max-width:170px!important;
    border-radius:10px!important;
    scroll-snap-align:start!important;
    box-shadow:none!important;
  }
  .netobj-studio-episode-image{
    height:auto!important;
    aspect-ratio:2/3!important;
    min-height:0!important;
  }
  .netobj-studio-episode-body{
    padding:8px!important;
  }
  .netobj-studio-order{
    font-size:9px!important;
    letter-spacing:.06em!important;
  }
  .netobj-studio-access{
    display:inline-flex!important;
    margin:4px 0 0!important;
    padding:2px 6px!important;
    font-size:10px!important;
  }
  .netobj-studio-episode-body h4{
    font-size:14px!important;
    line-height:1.15!important;
    margin:5px 0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .netobj-studio-episode-body p{
    display:none!important;
  }
  .netobj-card-button{
    padding:5px 8px!important;
    font-size:12px!important;
    white-space:normal!important;
  }
  .netobj-card-button-secondary{
    margin:5px 0 0!important;
  }
}

/* NETOBJ v0.5.12 - cadrage front plateforme streaming */
.netobj-library{
  background:#0F1115!important;
  color:#F5F5F5!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  max-width:1440px!important;
  margin:0 auto!important;
  padding:48px 64px!important;
}
.netobj-library > .netobj-hero,
.netobj-classic-access{
  display:none!important;
}
.netobj-library .netobj-studio-cinema{
  background:#0F1115!important;
  color:#F5F5F5!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
.netobj-library .netobj-studio-browser-head{
  margin:0 0 22px!important;
}
.netobj-library .netobj-studio-browser-head h2{
  color:#F5F5F5!important;
  font-size:clamp(34px,4vw,48px)!important;
  line-height:1.05!important;
  font-weight:700!important;
  margin:0!important;
}
.netobj-library .netobj-studio-cinema .netobj-kicker{
  color:#B7BCC5!important;
  font-size:12px!important;
  letter-spacing:.14em!important;
  margin:0 0 8px!important;
}
.netobj-library .netobj-studio-breadcrumb{
  background:transparent!important;
  border:0!important;
  color:#D8DDE6!important;
  padding:0!important;
  margin:0 0 24px!important;
  border-radius:0!important;
}
.netobj-library .netobj-studio-breadcrumb [data-netobj-studio-path]{
  color:#D8DDE6!important;
}
.netobj-library .netobj-back-button{
  min-height:38px!important;
  border-radius:999px!important;
  background:#F5F5F5!important;
  color:#111318!important;
  padding:0 16px!important;
  border:0!important;
  font-weight:800!important;
}
.netobj-library .netobj-studio-card-row,
.netobj-library .netobj-studio-cinema .netobj-studio-episodes-grid{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:stretch!important;
  gap:24px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:0 2px 28px!important;
  scroll-snap-type:x proximity!important;
  -webkit-overflow-scrolling:touch!important;
}
.netobj-library .netobj-studio-card-row::-webkit-scrollbar,
.netobj-library .netobj-studio-cinema .netobj-studio-episodes-grid::-webkit-scrollbar{
  height:8px;
}
.netobj-library .netobj-studio-card-row::-webkit-scrollbar-thumb,
.netobj-library .netobj-studio-cinema .netobj-studio-episodes-grid::-webkit-scrollbar-thumb{
  background:#343842;
  border-radius:999px;
}
.netobj-library .netobj-studio-poster,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster{
  flex:0 0 360px!important;
  width:360px!important;
  height:202px!important;
  min-height:202px!important;
  max-width:none!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:#1A1D24!important;
  color:#F5F5F5!important;
  padding:18px!important;
  scroll-snap-align:start!important;
  box-shadow:0 10px 28px rgba(0,0,0,.28)!important;
  transform-origin:center center!important;
  transition:transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease!important;
}
.netobj-library .netobj-studio-series-poster,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster{
  flex-basis:420px!important;
  width:420px!important;
  height:236px!important;
  min-height:236px!important;
}
.netobj-library .netobj-studio-poster:hover,
.netobj-library .netobj-studio-poster:focus-visible{
  transform:scale(1.035)!important;
  box-shadow:0 18px 40px rgba(0,0,0,.45)!important;
  border-color:rgba(255,255,255,.26)!important;
}
.netobj-library .netobj-studio-poster-bg{
  opacity:.82!important;
  filter:saturate(.95) contrast(1.05)!important;
}
.netobj-library .netobj-studio-poster::after{
  background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.16))!important;
}
.netobj-library .netobj-studio-poster::before{
  content:"Voir →"!important;
  right:16px!important;
  bottom:14px!important;
  background:#F5F5F5!important;
  color:#111318!important;
  border-radius:999px!important;
  padding:8px 14px!important;
  font-size:13px!important;
}
.netobj-library .netobj-studio-poster span:not(.netobj-studio-poster-bg){
  color:#F5F5F5!important;
  font-size:12px!important;
  letter-spacing:.10em!important;
  font-weight:800!important;
  margin:0 0 8px!important;
}
.netobj-library .netobj-studio-poster strong{
  color:#FFFFFF!important;
  font-size:24px!important;
  line-height:1.08!important;
  font-weight:700!important;
  max-width:260px!important;
  margin:0 0 8px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.netobj-library .netobj-studio-series-poster strong,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster strong{
  font-size:26px!important;
  max-width:300px!important;
}
.netobj-library .netobj-studio-poster em{
  color:#E2E5EA!important;
  font-size:16px!important;
  line-height:1.45!important;
  max-width:280px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.netobj-library .netobj-studio-series-poster em,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster em{
  font-size:16px!important;
  max-width:320px!important;
}
.netobj-library .netobj-studio-series-hero{
  min-height:360px!important;
  border-radius:18px!important;
  padding:32px!important;
  margin:0 0 24px!important;
  background:linear-gradient(90deg,rgba(0,0,0,.60),rgba(0,0,0,.25)),#1A1D24!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.netobj-library .netobj-studio-series-hero h3{
  color:#FFFFFF!important;
  font-size:clamp(34px,4vw,48px)!important;
  line-height:1.05!important;
  margin:0 0 12px!important;
}
.netobj-library .netobj-studio-series-hero p{
  color:#E1E5EA!important;
  font-size:20px!important;
  line-height:1.45!important;
  max-width:600px!important;
}
.netobj-library .netobj-studio-cinema .netobj-studio-episode-tile{
  flex:0 0 300px!important;
  width:300px!important;
  max-width:none!important;
  background:#171A21!important;
  color:#F5F5F5!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:14px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.30)!important;
  overflow:hidden!important;
  scroll-snap-align:start!important;
  transition:transform 180ms ease, box-shadow 180ms ease!important;
}
.netobj-library .netobj-studio-cinema .netobj-studio-episode-tile:hover{
  transform:scale(1.035)!important;
  box-shadow:0 18px 40px rgba(0,0,0,.45)!important;
}
.netobj-library .netobj-studio-episode-image{
  display:block!important;
  width:100%!important;
  height:169px!important;
  min-height:169px!important;
  aspect-ratio:16/9!important;
  background-size:cover!important;
  background-position:center!important;
}
.netobj-library .netobj-studio-episode-body{
  padding:14px!important;
}
.netobj-library .netobj-studio-order{
  color:#B7BCC5!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
}
.netobj-library .netobj-studio-access{
  background:rgba(245,245,245,.12)!important;
  color:#F5F5F5!important;
  border:1px solid rgba(245,245,245,.18)!important;
  margin:7px 0 0!important;
  padding:4px 8px!important;
  font-size:11px!important;
}
.netobj-library .netobj-studio-episode-body h4{
  color:#FFFFFF!important;
  font-size:18px!important;
  line-height:1.18!important;
  margin:9px 0 7px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.netobj-library .netobj-studio-episode-body p{
  color:#D5DAE2!important;
  font-size:15px!important;
  line-height:1.4!important;
  margin:0 0 12px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.netobj-library .netobj-card-button{
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  background:#F5F5F5!important;
  color:#111318!important;
  border-radius:999px!important;
  padding:0 16px!important;
  font-size:14px!important;
  font-weight:800!important;
}
.netobj-library .netobj-studio-empty-note{
  flex:0 0 360px!important;
  min-height:160px!important;
  display:flex!important;
  align-items:center!important;
  color:#E1E5EA!important;
  background:#171A21!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.netobj-studio-front{
  background:#0F1115!important;
  color:#F5F5F5!important;
  max-width:1440px!important;
  padding:48px 64px!important;
}
.netobj-studio-front .netobj-studio-hero{
  min-height:520px!important;
  border-radius:18px!important;
  padding:48px!important;
  background:linear-gradient(90deg,rgba(0,0,0,.60),rgba(0,0,0,.28)),#1A1D24!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
}
.netobj-studio-front .netobj-studio-hero h1{
  color:#FFFFFF!important;
  font-size:48px!important;
  line-height:1.05!important;
  max-width:600px!important;
}
.netobj-studio-front .netobj-studio-hero p{
  color:#E1E5EA!important;
  font-size:20px!important;
  line-height:1.45!important;
  max-width:600px!important;
}
.netobj-studio-main-image{
  width:100%!important;
  max-height:520px!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  border-radius:18px!important;
}
@media(max-width:980px){
  .netobj-library,
  .netobj-studio-front{
    padding:32px!important;
  }
  .netobj-studio-front .netobj-studio-hero{
    min-height:420px!important;
  }
}
@media(max-width:680px){
  .netobj-library,
  .netobj-studio-front{
    padding:20px!important;
  }
  .netobj-library .netobj-studio-browser-head h2{
    font-size:34px!important;
  }
  .netobj-library .netobj-studio-poster,
  .netobj-library .netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster,
  .netobj-library .netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster{
    flex-basis:min(82vw,360px)!important;
    width:min(82vw,360px)!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    min-height:0!important;
  }
  .netobj-library .netobj-studio-series-poster,
  .netobj-library .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster{
    flex-basis:min(86vw,420px)!important;
    width:min(86vw,420px)!important;
  }
  .netobj-library .netobj-studio-cinema .netobj-studio-episode-tile{
    flex-basis:min(76vw,300px)!important;
    width:min(76vw,300px)!important;
  }
  .netobj-library .netobj-studio-series-hero,
  .netobj-studio-front .netobj-studio-hero{
    min-height:300px!important;
    padding:24px!important;
  }
  .netobj-studio-front .netobj-studio-hero h1{
    font-size:34px!important;
  }
  .netobj-studio-front .netobj-studio-hero p{
    font-size:17px!important;
  }
}

/* NETOBJ v0.5.13 - plein ecran et densite streaming */
.netobj-library{
  position:relative!important;
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:56px max(20px,calc((100vw - 1440px)/2 + 48px)) 72px!important;
  background:#090B0F!important;
  color:#F7F7F8!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.netobj-library *,
.netobj-studio-front *{
  box-sizing:border-box!important;
}
.netobj-library .netobj-admin-debug{
  position:absolute!important;
  top:16px!important;
  right:max(20px,calc((100vw - 1440px)/2 + 48px))!important;
  z-index:4!important;
  margin:0!important;
  padding:6px 10px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:rgba(13,15,20,.86)!important;
  color:#ECEFF3!important;
  font-size:12px!important;
  line-height:1!important;
}
.netobj-library .netobj-studio-cinema{
  max-width:1440px!important;
  margin:0 auto!important;
  background:transparent!important;
  overflow:visible!important;
}
.netobj-library .netobj-studio-browser-head{
  position:relative!important;
  padding-right:120px!important;
  margin-bottom:18px!important;
}
.netobj-library .netobj-admin-pill{
  position:absolute!important;
  top:4px!important;
  right:0!important;
  min-height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#F7F7F8!important;
  color:#101217!important;
  font-size:12px!important;
  font-weight:800!important;
}
.netobj-library .netobj-studio-browser-head h2{
  font-size:44px!important;
  line-height:1.05!important;
  letter-spacing:0!important;
}
.netobj-library .netobj-studio-breadcrumb{
  display:flex!important;
  align-items:center!important;
  min-height:38px!important;
  margin-bottom:18px!important;
  gap:10px!important;
}
.netobj-library .netobj-studio-card-row,
.netobj-library .netobj-studio-cinema .netobj-studio-episodes-grid{
  gap:16px!important;
  padding:0 2px 18px!important;
  scrollbar-width:none!important;
}
.netobj-library .netobj-studio-card-row::-webkit-scrollbar,
.netobj-library .netobj-studio-cinema .netobj-studio-episodes-grid::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}
.netobj-library .netobj-studio-poster,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster{
  flex:0 0 340px!important;
  width:340px!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  border-radius:14px!important;
  padding:16px!important;
}
.netobj-library .netobj-studio-series-poster,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster{
  flex-basis:392px!important;
  width:392px!important;
}
.netobj-library .netobj-studio-poster::before{
  content:"Voir ->"!important;
  right:12px!important;
  bottom:12px!important;
  padding:7px 12px!important;
}
.netobj-library .netobj-studio-poster strong{
  max-width:245px!important;
  font-size:23px!important;
  letter-spacing:0!important;
}
.netobj-library .netobj-studio-series-poster strong,
.netobj-library .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster strong{
  max-width:286px!important;
  font-size:25px!important;
}
.netobj-library .netobj-studio-poster em{
  max-width:250px!important;
  font-size:15px!important;
}
.netobj-library .netobj-studio-series-hero{
  min-height:300px!important;
  padding:28px!important;
  margin-bottom:18px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:flex-end!important;
}
.netobj-library .netobj-studio-series-hero h3{
  font-size:42px!important;
  letter-spacing:0!important;
}
.netobj-library .netobj-studio-series-hero p{
  font-size:18px!important;
}
.netobj-library .netobj-studio-cinema .netobj-studio-episode-tile{
  flex:0 0 270px!important;
  width:270px!important;
  border-radius:12px!important;
  background:#14171D!important;
}
.netobj-library .netobj-studio-episode-image{
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
}
.netobj-library .netobj-studio-episode-body{
  padding:12px!important;
}
.netobj-library .netobj-studio-access{
  display:inline-flex!important;
  align-items:center!important;
  min-height:22px!important;
  border-radius:999px!important;
  letter-spacing:0!important;
}
.netobj-library .netobj-studio-access-public{
  background:rgba(75,183,114,.18)!important;
  border-color:rgba(75,183,114,.35)!important;
  color:#DFF7E6!important;
}
.netobj-library .netobj-studio-access-don{
  background:rgba(255,205,97,.18)!important;
  border-color:rgba(255,205,97,.38)!important;
  color:#FFF0C8!important;
}
.netobj-library .netobj-studio-access-paid{
  background:rgba(126,166,255,.20)!important;
  border-color:rgba(126,166,255,.42)!important;
  color:#E1EAFF!important;
}
.netobj-library .netobj-card-button{
  min-height:38px!important;
  padding:0 14px!important;
  margin:3px 6px 0 0!important;
}
.netobj-library .netobj-card-button-secondary{
  background:transparent!important;
  color:#F7F7F8!important;
  border:1px solid rgba(255,255,255,.22)!important;
}
.netobj-studio-front{
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:56px max(20px,calc((100vw - 1180px)/2 + 48px)) 72px!important;
  background:#090B0F!important;
  color:#F7F7F8!important;
}
.netobj-studio-front .netobj-studio-return,
.netobj-studio-front .netobj-episode-meta,
.netobj-studio-front .netobj-studio-content,
.netobj-studio-front .netobj-studio-media,
.netobj-studio-front > p,
.netobj-studio-front > h1{
  max-width:960px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.netobj-studio-paywall{
  max-width:960px!important;
  margin:0 auto!important;
  padding:28px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:18px!important;
  background:#14171D!important;
  box-shadow:0 22px 60px rgba(0,0,0,.35)!important;
}
.netobj-studio-paywall-image{
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:220px!important;
  margin:0 0 22px!important;
  border-radius:14px!important;
  background-size:cover!important;
  background-position:center!important;
}
.netobj-studio-paywall h1{
  margin:0 0 14px!important;
  color:#FFFFFF!important;
  font-size:38px!important;
  line-height:1.08!important;
  letter-spacing:0!important;
}
.netobj-studio-paywall-summary,
.netobj-studio-paywall-note{
  max-width:720px!important;
  color:#E2E6ED!important;
  font-size:17px!important;
  line-height:1.55!important;
}
.netobj-studio-paywall-note{
  color:#AEB6C3!important;
  font-size:14px!important;
}
@media(max-width:980px){
  .netobj-library{
    padding:40px 32px 56px!important;
  }
  .netobj-library .netobj-admin-debug{
    right:32px!important;
  }
  .netobj-library .netobj-studio-browser-head h2{
    font-size:38px!important;
  }
  .netobj-library .netobj-studio-series-hero h3{
    font-size:36px!important;
  }
  .netobj-studio-front{
    padding:40px 32px 56px!important;
  }
}
@media(max-width:680px){
  .netobj-library{
    padding:34px 0 40px!important;
  }
  .netobj-library .netobj-admin-debug{
    position:static!important;
    display:inline-flex!important;
    margin:0 20px 12px!important;
  }
  .netobj-library .netobj-studio-browser-head,
  .netobj-library .netobj-studio-breadcrumb{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .netobj-library .netobj-studio-browser-head{
    padding-right:20px!important;
  }
  .netobj-library .netobj-admin-pill{
    position:static!important;
    margin-top:12px!important;
    display:inline-flex!important;
    align-items:center!important;
  }
  .netobj-library .netobj-studio-browser-head h2{
    font-size:34px!important;
  }
  .netobj-library .netobj-studio-card-row,
  .netobj-library .netobj-studio-cinema .netobj-studio-episodes-grid{
    gap:10px!important;
    padding:0 20px 16px!important;
  }
  .netobj-library .netobj-studio-poster,
  .netobj-library .netobj-studio-cinema[data-netobj-studio-step="collections"] .netobj-studio-poster,
  .netobj-library .netobj-studio-cinema[data-netobj-studio-step="themes"] .netobj-studio-poster{
    flex-basis:72vw!important;
    width:72vw!important;
  }
  .netobj-library .netobj-studio-series-poster,
  .netobj-library .netobj-studio-cinema[data-netobj-studio-step="series"] .netobj-studio-poster{
    flex-basis:78vw!important;
    width:78vw!important;
  }
  .netobj-library .netobj-studio-cinema .netobj-studio-episode-tile{
    flex-basis:64vw!important;
    width:64vw!important;
  }
  .netobj-library .netobj-studio-poster strong{
    font-size:22px!important;
  }
  .netobj-library .netobj-studio-poster em{
    font-size:14px!important;
  }
  .netobj-library .netobj-studio-series-hero{
    min-height:220px!important;
    margin:0 20px 16px!important;
    padding:20px!important;
  }
  .netobj-library .netobj-studio-series-hero h3{
    font-size:32px!important;
  }
  .netobj-library .netobj-studio-series-hero p{
    font-size:16px!important;
  }
  .netobj-studio-front{
    padding:34px 20px 44px!important;
  }
  .netobj-studio-paywall{
    padding:20px!important;
  }
  .netobj-studio-paywall-image{
    min-height:0!important;
  }
  .netobj-studio-paywall h1{
    font-size:32px!important;
  }
}

/* NETOBJ v0.5.14 - accueil streaming en rangees verticales */
.netobj-library .netobj-studio-home{
  display:block!important;
}
.netobj-library .netobj-studio-shelf{
  margin:0 0 34px!important;
}
.netobj-library .netobj-studio-shelf:last-child{
  margin-bottom:0!important;
}
.netobj-library .netobj-studio-shelf-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 12px!important;
}
.netobj-library .netobj-studio-shelf-head h3{
  margin:0!important;
  color:#FFFFFF!important;
  font-size:26px!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:0!important;
}
.netobj-library .netobj-studio-shelf-head p{
  margin:0!important;
  max-width:520px!important;
  color:#AEB6C3!important;
  font-size:15px!important;
  line-height:1.4!important;
}
.netobj-library .netobj-studio-home .netobj-studio-card-row,
.netobj-library .netobj-studio-home .netobj-studio-episodes-grid{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:0 2px 8px!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
}
.netobj-library .netobj-studio-home .netobj-studio-card-row::-webkit-scrollbar,
.netobj-library .netobj-studio-home .netobj-studio-episodes-grid::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}
.netobj-library .netobj-studio-home .netobj-studio-mini-poster{
  flex:0 0 250px!important;
  width:250px!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  padding:13px!important;
  border-radius:12px!important;
}
.netobj-library .netobj-studio-home .netobj-studio-mini-poster::before{
  content:"Voir ->"!important;
  right:10px!important;
  bottom:10px!important;
  padding:6px 10px!important;
  font-size:12px!important;
}
.netobj-library .netobj-studio-home .netobj-studio-mini-poster span:not(.netobj-studio-poster-bg){
  font-size:10px!important;
  margin-bottom:5px!important;
}
.netobj-library .netobj-studio-home .netobj-studio-mini-poster strong{
  max-width:172px!important;
  font-size:18px!important;
  line-height:1.08!important;
}
.netobj-library .netobj-studio-home .netobj-studio-mini-poster em{
  max-width:180px!important;
  font-size:13px!important;
  line-height:1.3!important;
  -webkit-line-clamp:2;
}
.netobj-library .netobj-studio-home .netobj-studio-shelf-episodes .netobj-studio-episode-tile{
  flex:0 0 250px!important;
  width:250px!important;
}
.netobj-library .netobj-studio-home .netobj-studio-shelf-episodes .netobj-studio-episode-body h4{
  font-size:16px!important;
}
.netobj-library .netobj-studio-home .netobj-studio-shelf-episodes .netobj-studio-episode-body p{
  font-size:13px!important;
}
.netobj-library .netobj-studio-home .netobj-studio-shelf-episodes .netobj-card-button{
  min-height:34px!important;
  padding:0 12px!important;
  font-size:13px!important;
}
@media(max-width:680px){
  .netobj-library .netobj-studio-shelf{
    margin-bottom:28px!important;
  }
  .netobj-library .netobj-studio-shelf-head{
    display:block!important;
    padding:0 20px!important;
    margin-bottom:10px!important;
  }
  .netobj-library .netobj-studio-shelf-head h3{
    font-size:24px!important;
  }
  .netobj-library .netobj-studio-shelf-head p{
    margin-top:4px!important;
    font-size:14px!important;
  }
  .netobj-library .netobj-studio-home .netobj-studio-card-row,
  .netobj-library .netobj-studio-home .netobj-studio-episodes-grid{
    gap:10px!important;
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .netobj-library .netobj-studio-home .netobj-studio-mini-poster,
  .netobj-library .netobj-studio-home .netobj-studio-shelf-episodes .netobj-studio-episode-tile{
    flex-basis:54vw!important;
    width:54vw!important;
  }
  .netobj-library .netobj-studio-home .netobj-studio-mini-poster strong{
    font-size:17px!important;
  }
}

/* NETOBJ v0.5.15 - fleches, clics visibles et integration theme */
body:has(.netobj-library){
  background:#090B0F!important;
}
body:has(.netobj-library) .entry-title,
body:has(.netobj-library) .page-title,
body:has(.netobj-library) h1.entry-title,
body:has(.netobj-library) .et_post_meta_wrapper{
  display:none!important;
}
body:has(.netobj-library) .site-main,
body:has(.netobj-library) .content-area,
body:has(.netobj-library) .entry-content{
  background:#090B0F!important;
}
.netobj-library{
  margin-top:0!important;
}
.netobj-library .netobj-studio-row-shell{
  position:relative!important;
  margin:0!important;
}
.netobj-library .netobj-studio-row-arrow{
  position:absolute!important;
  top:50%!important;
  z-index:8!important;
  width:42px!important;
  height:42px!important;
  transform:translateY(-50%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  background:rgba(8,10,14,.82)!important;
  color:#FFFFFF!important;
  box-shadow:0 10px 30px rgba(0,0,0,.35)!important;
  cursor:pointer!important;
  font-size:22px!important;
  font-weight:800!important;
  line-height:1!important;
}
.netobj-library .netobj-studio-row-arrow-left{
  left:-12px!important;
}
.netobj-library .netobj-studio-row-arrow-right{
  right:-12px!important;
}
.netobj-library .netobj-studio-row-arrow:disabled{
  opacity:0!important;
  pointer-events:none!important;
}
.netobj-library .netobj-studio-row-shell:not(.has-scroll) .netobj-studio-row-arrow{
  display:none!important;
}
.netobj-library .netobj-studio-poster,
.netobj-library .netobj-studio-featured-poster{
  text-decoration:none!important;
}
.netobj-library .netobj-studio-poster-bg,
.netobj-library .netobj-studio-poster::before,
.netobj-library .netobj-studio-poster::after,
.netobj-library .netobj-studio-poster > span,
.netobj-library .netobj-studio-poster > strong,
.netobj-library .netobj-studio-poster > em{
  pointer-events:none!important;
}
.netobj-library .netobj-studio-poster::before{
  display:none!important;
}
.netobj-library .netobj-studio-poster-cta{
  position:absolute!important;
  z-index:3!important;
  right:12px!important;
  bottom:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:#F7F7F8!important;
  color:#101217!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-shadow:none!important;
}
.netobj-library .netobj-studio-featured-poster{
  flex:0 0 360px!important;
  width:360px!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
}
@media(max-width:680px){
  .netobj-library .netobj-studio-row-arrow{
    width:36px!important;
    height:36px!important;
    font-size:18px!important;
  }
  .netobj-library .netobj-studio-row-arrow-left{
    left:8px!important;
  }
  .netobj-library .netobj-studio-row-arrow-right{
    right:8px!important;
  }
  .netobj-library .netobj-studio-featured-poster{
    flex-basis:72vw!important;
    width:72vw!important;
  }
  .netobj-library .netobj-studio-poster-cta{
    min-height:30px!important;
    padding:0 11px!important;
    font-size:12px!important;
  }
}

/* NETOBJ v0.5.16 - messages clairs quand un niveau de navigation est vide */
.netobj-library [data-netobj-studio-empty-note]{
  width:100%!important;
  max-width:520px!important;
  min-height:120px!important;
  padding:22px!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
  font-size:16px!important;
  line-height:1.45!important;
}

/* NETOBJ v0.5.17 - retour a la mecanique metier : plus de faux boutons de tuiles */
.netobj-library .netobj-studio-poster::before,
.netobj-library .netobj-studio-poster-cta{
  content:none!important;
  display:none!important;
}
.netobj-library .netobj-studio-meta-badges{
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:12px!important;
  max-width:100%!important;
  pointer-events:none!important;
}
.netobj-library .netobj-studio-meta-badges span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:24px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.16)!important;
  color:#FFFFFF!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-shadow:0 1px 4px rgba(0,0,0,.35)!important;
}
.netobj-library .netobj-studio-poster > .netobj-studio-meta-badges{
  color:#FFFFFF!important;
}
