
:root{--book-blue:#15558a;--book-blue-dark:#0d3f6c;--book-orange:#f28c28;--book-orange-dark:#d46f0a;--book-muted:#52677b;--book-soft:#f5faff;--book-cream:#fff8ef;--book-shadow:0 18px 42px rgba(13,63,108,.11);--book-radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}.book-page{margin:0;background:#fff;color:#23384a}.book-page img{max-width:100%;height:auto}.book-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.book-breadcrumb{padding:18px 0 10px;font-size:.88rem;color:#708295}.book-breadcrumb ol{display:flex;gap:8px;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}.book-breadcrumb a{color:var(--book-blue);text-decoration:none}.book-hero{padding:26px 0 58px;background:radial-gradient(circle at 10% 20%,rgba(242,140,40,.16),transparent 26%),radial-gradient(circle at 90% 12%,rgba(21,101,169,.13),transparent 30%),linear-gradient(135deg,#fffaf3,#f5faff 55%,#fff5e8);border-bottom:1px solid rgba(21,101,169,.08)}
.book-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.book-cover-stage{
  align-self:start;
  margin-top:58px;position:relative;min-height:430px;display:grid;place-items:center}.book-cover-stage:before{content:"";position:absolute;width:72%;height:78%;border-radius:40px;background:rgba(255,255,255,.72);box-shadow:var(--book-shadow);transform:rotate(-3deg)}.book-cover{position:relative;width:min(455px,92%);max-height:560px;object-fit:contain;border-radius:26px;box-shadow:0 26px 60px rgba(13,63,108,.2);background:#fff}.book-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(242,140,40,.25);border-radius:999px;background:#fff;color:var(--book-orange-dark);font-weight:900;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 8px 18px rgba(242,140,40,.09)}.book-hero h1{font-size:clamp(2.3rem,3.65vw,4.05rem);line-height:.98;letter-spacing:-.035em;color:var(--book-blue-dark);margin:18px 0}.book-lead{font-size:1.08rem;line-height:1.72;color:var(--book-muted);max-width:680px}.book-meta-row,.book-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.book-meta-row span,.book-tags span{padding:7px 10px;border-radius:999px;font-size:.78rem;font-weight:900}.book-meta-row span{background:#fff;color:var(--book-blue-dark);border:1px solid rgba(21,101,169,.12)}.book-tags span{background:#eef7ff;color:var(--book-blue-dark)}.book-price{font-size:1.55rem;font-weight:950;color:var(--book-orange-dark);margin:22px 0 2px}.book-price-note{font-size:.88rem;color:var(--book-muted);font-weight:700}.book-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.book-btn{appearance:none;border:0;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 19px;border-radius:999px;background:var(--book-orange);color:#fff!important;font-weight:950;font-size:.92rem;box-shadow:0 10px 20px rgba(242,140,40,.18);transition:.18s}.book-btn:hover{transform:translateY(-2px)}.book-btn--blue{background:var(--book-blue);box-shadow:0 10px 20px rgba(21,85,138,.16)}.book-btn--ghost{background:#fff;color:var(--book-blue)!important;border:1px solid rgba(21,101,169,.18);box-shadow:none}.book-pay{margin-top:10px;font-size:.78rem;color:#718092;font-weight:700}
.book-section{padding:70px 0}.book-section--soft{background:linear-gradient(180deg,#fff,#f7fbff)}.book-section-head{max-width:760px;margin:0 auto 30px;text-align:center}.book-kicker{display:block;color:var(--book-orange-dark);font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.book-section h2{color:var(--book-blue-dark);font-size:clamp(1.8rem,2.8vw,2.7rem);line-height:1.1;margin:0 0 14px}.book-section p{color:var(--book-muted);line-height:1.72}.book-story-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:30px;align-items:start}.book-story-card,.book-audio-card,.book-feature-card,.book-buy-card,.book-spectacle-card{border:1px solid rgba(21,101,169,.10);border-radius:var(--book-radius);background:#fff;box-shadow:var(--book-shadow)}.book-story-card{padding:30px}.book-story-card h2{font-size:2rem}.book-story-card h3{color:var(--book-orange-dark);margin:0 0 12px}.book-specs{display:grid;gap:10px;padding:22px;border-radius:24px;background:linear-gradient(135deg,var(--book-cream),var(--book-soft));border:1px solid rgba(21,101,169,.08)}.book-specs strong{color:var(--book-blue-dark)}
.book-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.book-gallery button{all:unset;cursor:pointer;display:block;border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--book-shadow);border:1px solid rgba(21,101,169,.08)}.book-gallery button:first-child{grid-column:span 1}.book-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:.25s}.book-gallery button:hover img{transform:scale(1.025)}.book-gallery-note{text-align:center;margin-top:16px;color:#718092;font-size:.84rem}.book-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(8,20,31,.88);display:grid;place-items:center;padding:30px}.book-lightbox[hidden]{display:none}.book-lightbox img{max-width:min(1100px,92vw);max-height:86vh;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.4)}.book-lightbox-close{position:fixed;top:18px;right:18px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#1e3344;font-size:1.4rem;cursor:pointer}
.book-audio-card{padding:28px;max-width:900px;margin:0 auto}.book-audio-card audio{width:100%;margin:12px 0 16px}.book-track-list{display:grid;gap:8px;list-style:none;padding:0;margin:0}.book-track{width:100%;text-align:left;border:1px solid rgba(21,101,169,.12);background:#f8fbfe;color:var(--book-blue-dark);padding:11px 13px;border-radius:14px;cursor:pointer;font-weight:800}.book-track.is-active{background:#eaf5ff;border-color:rgba(21,101,169,.28)}
.book-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.book-feature-card{padding:18px}.book-feature-card b{display:block;color:var(--book-blue-dark);margin-bottom:5px}.book-feature-card p{margin:0;font-size:.9rem}.book-about{max-width:900px;margin:0 auto;text-align:center}.book-about p{font-size:1.02rem}.book-keywords{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:22px}.book-keywords span{padding:6px 9px;border-radius:999px;background:#f2f8fd;color:#60768a;font-size:.72rem;font-weight:800}
.book-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.book-buy-card,.book-spectacle-card{padding:30px}.book-buy-card h2,.book-spectacle-card h2{font-size:1.8rem}.book-buy-card form{margin:14px 0 0}.book-duo{margin-top:14px;padding-top:14px;border-top:1px solid rgba(21,101,169,.1)}.book-spectacle-card{background:linear-gradient(135deg,var(--book-blue-dark),var(--book-blue));color:#fff}.book-spectacle-card h2,.book-spectacle-card p{color:#fff}.book-spectacle-card p{opacity:.88}.book-spectacle-card .book-btn{background:#fff;color:var(--book-blue)!important;box-shadow:none}.book-back{margin-top:16px;display:inline-block;color:var(--book-blue);font-weight:850;text-decoration:none}
.book-coming{display:inline-block;margin-top:20px;padding:12px 16px;border-radius:16px;background:#fff3df;border:1px solid rgba(242,140,40,.2);color:#a9570a;font-weight:950}.book-game{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.book-game-visual img{border-radius:24px;box-shadow:var(--book-shadow)}
@media(max-width:960px){.book-hero-grid,.book-story-grid,.book-bottom-grid,.book-game{grid-template-columns:1fr}.book-cover-stage{min-height:330px}.book-cover{max-height:480px}.book-hero-copy{text-align:center}.book-meta-row,.book-tags,.book-actions{justify-content:center}.book-lead{margin-inline:auto}.book-feature-grid{grid-template-columns:1fr 1fr}.book-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.book-container{width:min(100% - 28px,1180px)}.book-hero{padding-bottom:38px}.book-hero h1{font-size:2.55rem}.book-cover-stage{min-height:260px}.book-cover{width:90%;max-height:390px;border-radius:20px}.book-section{padding:48px 0}.book-gallery{grid-template-columns:1fr}.book-feature-grid{grid-template-columns:1fr}.book-story-card,.book-audio-card,.book-buy-card,.book-spectacle-card{padding:22px}.book-actions{display:grid}.book-btn{width:100%}}


/* Raffinements fiche livre 2026 */
.book-specs--compact{align-self:start;padding:26px}.book-specs--compact h3{margin:0 0 16px;color:var(--book-blue-dark);font-size:1.25rem}.book-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.book-spec-grid>div{padding:13px 14px;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid rgba(21,101,169,.08)}.book-spec-grid strong{display:block;font-size:.96rem}.book-spec-grid span{display:block;margin-top:3px;color:var(--book-muted);font-size:.78rem;font-weight:700}.book-spec-extra{margin-top:12px;padding-top:14px;border-top:1px solid rgba(21,101,169,.10)}.book-spec-extra p{margin:6px 0 0;font-size:.9rem;line-height:1.55}
.book-gallery--2x2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1000px;margin-inline:auto;gap:18px}.book-gallery--2x2 img{aspect-ratio:16/10;object-fit:cover}.book-gallery--2x2 button:first-child{grid-column:auto}
.book-audio-card--editorial{max-width:920px;display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;align-items:center;padding:26px 28px}.book-audio-cover{padding:10px;border-radius:22px;background:linear-gradient(135deg,var(--book-cream),var(--book-soft));border:1px solid rgba(21,101,169,.08)}.book-audio-cover img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:16px;background:#fff}.book-audio-content h3{margin:5px 0 4px;color:var(--book-blue-dark);font-size:1.35rem}.book-audio-content>p{margin:0 0 10px;font-size:.92rem}.book-audio-label{color:var(--book-orange-dark);font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.book-audio-card--editorial audio{margin:8px 0 14px}.book-audio-card--editorial .book-track{display:flex;align-items:center;gap:12px;padding:10px 13px;background:#fff}.book-audio-card--editorial .book-track span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#eef7ff;color:var(--book-blue);font-size:.72rem;font-weight:950}.book-audio-card--editorial .book-track.is-active span{background:var(--book-blue);color:#fff}
.book-feature-grid--3{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1020px;margin-inline:auto}.book-feature-card--strong{padding:24px}.book-feature-card--strong b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#eef7ff;color:var(--book-blue);font-size:.76rem}.book-feature-card--strong h3{margin:15px 0 8px;color:var(--book-blue-dark);font-size:1.05rem;line-height:1.25}.book-feature-card--strong p{font-size:.92rem;line-height:1.55}
@media(max-width:760px){.book-audio-card--editorial{grid-template-columns:1fr}.book-audio-cover{max-width:190px;margin-inline:auto}.book-feature-grid--3{grid-template-columns:1fr}.book-spec-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.book-gallery--2x2{grid-template-columns:1fr}.book-spec-grid{grid-template-columns:1fr}}


/* --- Raffinements 2026 : bénéfices + cartes finales illustrées --- */
.book-feature-card:not(.book-feature-card--strong){
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  column-gap:12px;
  align-items:start;
  padding:20px 18px;
}
.book-feature-card:not(.book-feature-card--strong) b{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  margin:0;
  border-radius:50%;
  background:#eef7ff;
  border:1px solid #dcecf8;
  color:var(--book-blue);
  font-size:.78rem;
  font-weight:950;
  line-height:1;
}
.book-feature-card:not(.book-feature-card--strong) p{
  margin:1px 0 0;
}

.book-bottom-grid{
  align-items:stretch;
}
.book-buy-card,
.book-spectacle-card{
  overflow:hidden;
  padding:0;
  display:flex;
  flex-direction:column;
}
.book-cta-visual{
  display:block;
  height:190px;
  overflow:hidden;
  text-decoration:none;
}
.book-buy-card .book-cta-visual{
  background:linear-gradient(135deg,#fffaf2,#f4f9fd);
  border-bottom:1px solid rgba(21,101,169,.08);
}
.book-spectacle-card .book-cta-visual{
  background:rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.15);
}
.book-cta-visual img{
  width:100%;
  height:100%;
  display:block;
  transition:transform .28s ease;
}
.book-buy-card .book-cta-visual img{
  object-fit:contain;
  padding:18px;
}
.book-spectacle-card .book-cta-visual img{
  object-fit:cover;
  object-position:center;
}
.book-cta-visual:hover img{
  transform:scale(1.025);
}
.book-cta-content{
  padding:28px 30px 30px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.book-cta-content .book-back{
  margin-top:auto;
}
.book-spectacle-card .book-cta-content .book-btn{
  align-self:flex-start;
  margin-top:8px;
}

@media(max-width:960px){
  .book-cta-visual{height:220px}
}
@media(max-width:640px){
  .book-feature-card:not(.book-feature-card--strong){
    grid-template-columns:28px minmax(0,1fr);
    padding:18px;
  }
  .book-cta-visual{height:180px}
  .book-cta-content{padding:22px}
  .book-spectacle-card .book-cta-content .book-btn{align-self:stretch}
}


/* --- Offres complémentaires dans le bloc d'achat --- */
.book-offers{
  display:grid;
  gap:10px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(21,101,169,.12);
}
.book-offer-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 30px;
  gap:9px;
  align-items:center;
}
.book-offer-row form{
  margin:0;
}
.book-offer-row .book-btn{
  width:100%;
  box-sizing:border-box;
  text-align:center;
}
.book-pack-info{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.book-pack-info-button{
  appearance:none;
  -webkit-appearance:none;
  width:28px;
  height:28px;
  padding:0;
  border-radius:50%;
  border:1.5px solid var(--book-blue);
  background:#fff;
  color:var(--book-blue);
  font:950 .86rem/1 Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 5px 12px rgba(13,63,108,.10);
  transition:.18s ease;
}
.book-pack-info-button:hover,
.book-pack-info-button:focus-visible{
  background:var(--book-blue);
  color:#fff;
  transform:translateY(-1px);
  outline:none;
}
.book-pack-tooltip{
  position:absolute;
  right:0;
  bottom:calc(100% + 10px);
  z-index:40;
  width:min(300px,80vw);
  padding:13px 14px;
  border:1px solid rgba(21,101,169,.16);
  border-radius:16px;
  background:#fff;
  color:#506177;
  font-size:.82rem;
  font-weight:750;
  line-height:1.45;
  box-shadow:0 16px 32px rgba(13,63,108,.18);
  text-align:left;
}
.book-pack-tooltip strong{
  display:block;
  margin-bottom:4px;
  color:var(--book-blue-dark);
  font-size:.88rem;
}
.book-pack-tooltip[hidden]{display:none}
.book-pack-tooltip::after{
  content:"";
  position:absolute;
  right:8px;
  top:100%;
  border:7px solid transparent;
  border-top-color:#fff;
}

/* Information audio Gribouille */
.book-download-note{
  margin:18px 0 4px;
  padding:15px 17px;
  border:1px solid rgba(21,101,169,.12);
  border-left:4px solid var(--book-orange);
  border-radius:15px;
  background:rgba(255,255,255,.78);
  color:#405d78;
  line-height:1.55;
}
.book-download-note strong{
  color:var(--book-blue-dark);
}
.product-audio-note{
  margin:2px 0 4px;
  padding:11px 12px;
  border-radius:13px;
  background:#f6fbff;
  border:1px solid #dcecf8;
  color:#405d78;
  font-size:.84rem;
  font-weight:750;
  line-height:1.45;
}

@media(max-width:640px){
  .book-pack-tooltip{
    position:fixed;
    left:16px;
    right:16px;
    bottom:20px;
    width:auto;
    font-size:.88rem;
  }
  .book-pack-tooltip::after{display:none}
}


/* --- Jeu d'observation récurrent dans les albums --- */
.book-observation-note{
  margin:18px 0 4px;
  padding:15px 17px;
  border:1px solid rgba(21,101,169,.12);
  border-left:4px solid var(--book-orange);
  border-radius:15px;
  background:linear-gradient(135deg,#fffaf2,#f7fbff);
  color:#405d78;
  line-height:1.55;
}
.book-observation-note strong{
  display:block;
  margin-bottom:4px;
  color:var(--book-blue-dark);
}
.book-observation-note span{
  font-weight:850;
  color:var(--book-orange-dark);
}
.product-observation-note{
  margin:2px 0 4px;
  padding:11px 12px;
  border-radius:13px;
  background:#fffaf2;
  border:1px solid rgba(242,140,40,.20);
  color:#405d78;
  font-size:.84rem;
  font-weight:750;
  line-height:1.45;
}
.product-observation-note strong{
  color:var(--book-blue-dark);
}


/* --- Informations éditoriales complémentaires --- */
.book-partition-note{
  margin:18px 0 4px;
  padding:15px 17px;
  border:1px solid rgba(21,101,169,.12);
  border-left:4px solid var(--book-blue);
  border-radius:15px;
  background:#f6fbff;
  color:#405d78;
  line-height:1.55;
}
.book-partition-note strong{
  display:block;
  margin-bottom:4px;
  color:var(--book-blue-dark);
}


/* --- Fidélité au spectacle --- */
.book-show-faithful-note{
  margin:18px 0 4px;
  padding:15px 17px;
  border:1px solid rgba(21,101,169,.12);
  border-left:4px solid var(--book-orange);
  border-radius:15px;
  background:#fffaf2;
  color:#405d78;
  line-height:1.55;
}
.book-show-faithful-note strong{
  display:block;
  margin-bottom:4px;
  color:var(--book-blue-dark);
}


@media(max-width:960px){
  .book-cover-stage{
    margin-top:0;
  }
}
