:root{
  --ink:#182530;--ink2:#20303B;--cream:#F4EFE4;--paper:#FBF8F1;
  --ochre:#D6A23E;--teal:#5E97A0;--terracotta:#C16A43;
  --text:#25323A;--muted:#6E7778;--line:rgba(24,37,48,.14);--dline:rgba(244,239,228,.16);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--text);font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.65}
a{color:inherit;text-decoration:none}button{font:inherit}
.wrap{width:min(1180px,calc(100% - 46px));margin:auto}
header{background:var(--ink);color:var(--cream);position:relative;z-index:20}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.mark{position:relative;width:38px;height:24px}
.mark i{position:absolute;top:2px;width:20px;height:20px;border-radius:50%}
.mark .o{left:0;background:var(--ochre)}.mark .t{right:0;background:var(--teal)}
.brandword strong{display:block;font-size:25px;line-height:.85;font-weight:600;letter-spacing:-.02em}
.brandword small{display:block;margin-top:5px;font:600 9px/1.1 Arial,sans-serif;letter-spacing:.28em;text-transform:uppercase;color:#d8d2c8}
.menu{display:flex;align-items:center;gap:30px;font-size:14px}
.menu a{opacity:.88}.menu a:hover{opacity:1}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 24px;min-height:46px;border:1px solid transparent;cursor:pointer;transition:.25s ease}
.btn.primary{background:var(--ochre);color:#241A06;box-shadow:0 12px 30px rgba(214,162,62,.17)}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(214,162,62,.24)}
.btn.outline{border-color:rgba(24,37,48,.2);background:transparent}
.btn.light{border-color:rgba(244,239,228,.24);background:rgba(244,239,228,.05);color:var(--cream)}
.cart{width:42px;height:42px;border-radius:50%;border:1px solid var(--dline);display:grid;place-items:center}
.mobile-toggle{display:none}
.hero{background:
radial-gradient(circle at 80% 15%,rgba(94,151,160,.14),transparent 25%),
radial-gradient(circle at 18% 85%,rgba(214,162,62,.10),transparent 26%),
var(--ink);color:var(--cream);padding:108px 0 92px;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;right:-100px;top:-130px;width:480px;height:480px;border:1px solid rgba(244,239,228,.05);border-radius:50%}
.hero-copy{max-width:850px}
.eyebrow{display:block;font:600 11px Arial,sans-serif;letter-spacing:.22em;text-transform:uppercase;color:#A57828;margin-bottom:15px}
.hero .eyebrow{color:var(--ochre)}
.hero h1{font-size:clamp(58px,6.3vw,88px);line-height:.95;letter-spacing:-.045em;font-weight:500;margin:0 0 22px}
.hero p{max-width:720px;color:#c8d0ce;font-size:20px;line-height:1.55;margin:0}
.hero-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px;color:#d8d2c8;font:600 11px Arial,sans-serif;letter-spacing:.10em;text-transform:uppercase}
.hero-meta span+span:before{content:"•";color:var(--ochre);margin-right:18px}
.aoc-content-section{padding:105px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:58px}
.section-head h2{font-size:clamp(44px,4.6vw,62px);line-height:1.02;letter-spacing:-.035em;font-weight:500;color:var(--ink);margin:0}
.section-head p{max-width:520px;color:#697275;margin:0}
.book{display:grid;grid-template-columns:.86fr 1.14fr;gap:78px;align-items:center;padding:55px 0;border-top:1px solid var(--line)}
.book:last-child{border-bottom:1px solid var(--line)}
.book-visual{min-height:480px;position:relative;display:grid;place-items:center}
.book-visual:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(24,37,48,.08)}
.book-visual:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(214,162,62,.25);transform:translate(-75px,65px)}
.cover{width:260px;position:relative;z-index:2;box-shadow:0 28px 55px rgba(18,28,35,.2);transform:rotate(-1.4deg);transition:.35s ease}
.book:nth-of-type(even) .cover{transform:rotate(1.3deg)}
.cover:hover{transform:translateY(-6px) rotate(0)}
.book-copy h3{font-size:clamp(42px,4.4vw,60px);line-height:1;letter-spacing:-.035em;color:var(--ink);font-weight:500;margin:0 0 13px}
.subtitle{font-size:21px;font-style:italic;color:#687173;margin:0 0 21px}
.desc{font-size:17.5px;color:#5d6769;max-width:660px;margin:0 0 25px}
.commercial{display:flex;gap:18px;flex-wrap:wrap;align-items:center;margin:0 0 25px;color:#6b7476;font-size:13px}
.commercial strong{font-size:26px;color:var(--ink);font-weight:500}
.commercial span:before{content:"•";color:var(--ochre);margin-right:9px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.divider-copy{padding:78px 0;background:var(--cream);text-align:center}
.divider-copy .mark-mini{position:relative;width:54px;height:32px;margin:0 auto 22px}
.divider-copy .mark-mini i{position:absolute;width:30px;height:30px;border-radius:50%;top:0}
.divider-copy .mark-mini .o{left:0;background:var(--ochre)}.divider-copy .mark-mini .t{right:0;background:var(--teal)}
.divider-copy h2{font-size:50px;line-height:1.05;color:var(--ink);font-weight:500;margin:0 0 15px}
.divider-copy p{max-width:720px;margin:0 auto;color:#657073}
.start{background:var(--paper)}
.start-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.start h2{font-size:54px;line-height:1.02;color:var(--ink);font-weight:500;margin:0 0 20px}
.start p{color:#687173;max-width:470px}
.choice-list{border-top:1px solid var(--line)}
.choice{display:grid;grid-template-columns:70px 1fr auto;gap:20px;align-items:center;padding:25px 0;border-bottom:1px solid var(--line)}
.choice img{width:58px;height:78px;object-fit:cover;box-shadow:0 10px 22px rgba(20,30,36,.13)}
.choice small{font:600 10px Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#A57828}
.choice h3{font-size:24px;line-height:1.15;margin:4px 0;color:var(--ink);font-weight:500}
.choice p{font-size:14px;margin:0;color:#6c7677}
.choice .arrow{font-size:25px;color:#8b9494}
.soon{background:var(--ink);color:var(--cream);position:relative;overflow:hidden}
.soon:after{content:"";position:absolute;right:-150px;bottom:-180px;width:500px;height:500px;border:1px solid rgba(94,151,160,.15);border-radius:50%}
.soon-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center;position:relative;z-index:2}
.soon h2{font-size:58px;line-height:1;color:var(--cream);font-weight:500;margin:0 0 19px}
.soon p{color:#c5cdcb;max-width:600px}
.future-card{height:360px;border:1px solid rgba(244,239,228,.13);border-radius:28px;padding:38px;background:
linear-gradient(145deg,rgba(214,162,62,.12),rgba(94,151,160,.07)),rgba(255,255,255,.02);
display:flex;flex-direction:column;justify-content:flex-end}
.future-card small{font:600 10px Arial,sans-serif;letter-spacing:.15em;color:var(--ochre);text-transform:uppercase}
.future-card h3{font-size:36px;line-height:1.05;margin:10px 0;color:var(--cream);font-weight:500}
.future-card p{font-size:14px;margin:0;color:#b7c1bf}
footer{background:#111C24;color:#cbd1cf;padding:70px 0 35px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}
footer h4{font-size:13px;color:var(--cream);font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em;margin:0 0 14px}
footer a{display:block;font-size:14px;margin:7px 0;color:#b8c0be}
.foot-brand{max-width:300px}.foot-brand p{font-size:14px;color:#99a6a6}
.legal{border-top:1px solid rgba(255,255,255,.08);margin-top:45px;padding-top:22px;font-size:12px;color:#7f8c8c}
@media(max-width:900px){
  .menu{display:none}.mobile-toggle{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--dline);border-radius:50%;background:transparent;color:white}
  .hero{padding:78px 0}.book,.start-grid,.soon-grid{grid-template-columns:1fr;gap:35px}
  .book{padding:45px 0}.book-visual{min-height:410px}.cover{width:230px}
  .aoc-content-section{padding:80px 0}.section-head{display:block}.section-head p{margin-top:15px}
  .start-grid{gap:30px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .wrap{width:min(100% - 34px,1180px)}.nav{height:70px}.cart{display:none}
  .hero h1{font-size:51px}.hero p{font-size:17px}.hero-meta{display:block}.hero-meta span{display:block;margin:8px 0}.hero-meta span+span:before{display:none}
  .book-visual{min-height:330px}.book-visual:before{width:280px;height:280px}.book-visual:after{width:210px;height:210px}
  .cover{width:190px}.book-copy h3{font-size:41px}.subtitle{font-size:18px}
  .actions .btn{width:100%}.divider-copy h2{font-size:40px}
  .start h2{font-size:43px}.choice{grid-template-columns:56px 1fr;gap:14px}.choice img{width:50px;height:68px}.choice .arrow{display:none}
  .soon h2{font-size:45px}.future-card{height:310px}
  .footer-grid{grid-template-columns:1fr}
}


/* V2.5.0 — mise en avant e-book raffinée sur "Les livres" */
body.aoc-page-les-livres .aoc-catalog-ebook-highlight{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  width:auto!important;
  max-width:100%!important;
  margin-left:12px!important;
  padding:7px 11px!important;
  border:1px solid rgba(84,142,157,.18)!important;
  border-radius:999px!important;
  background:rgba(84,142,157,.07)!important;
  box-shadow:none!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
  color:#2E5E69!important;
  font-family:inherit!important;
  line-height:1!important;
}
body.aoc-page-les-livres .aoc-catalog-ebook-highlight strong{
  margin:0!important;
  padding:0!important;
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
  color:#2E5E69!important;
}
body.aoc-page-les-livres .aoc-catalog-ebook-price{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:700!important;
  color:#182530!important;
}
body.aoc-page-les-livres .aoc-catalog-ebook-meta{
  position:relative!important;
  display:inline-block!important;
  margin:0!important;
  padding-left:10px!important;
  font-family:inherit!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6C777B!important;
}
body.aoc-page-les-livres .aoc-catalog-ebook-meta:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:3px!important;
  height:3px!important;
  margin-top:-1px!important;
  border-radius:50%!important;
  background:#D6A23E!important;
}

/* Neutraliser toute ancienne mise en forme massive du texte e-book sur cette page. */
body.aoc-page-les-livres .book-price-line .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .book-meta .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .book-details .aoc-catalog-ebook-highlight{
  font-size:inherit!important;
  line-height:1!important;
}

/* Mobile : l'accent passe sous le prix papier au lieu de comprimer la ligne. */
@media(max-width:767px){
  body.aoc-page-les-livres .aoc-catalog-ebook-highlight{
    display:inline-flex!important;
    margin:10px 0 0!important;
    padding:7px 10px!important;
    gap:8px!important;
    white-space:normal!important;
    flex-wrap:wrap!important;
  }
  body.aoc-page-les-livres .aoc-catalog-ebook-highlight strong,
  body.aoc-page-les-livres .aoc-catalog-ebook-price{
    font-size:12px!important;
  }
  body.aoc-page-les-livres .aoc-catalog-ebook-meta{
    font-size:9px!important;
    letter-spacing:.07em!important;
  }
}


/* ======================================================================
   V2.5.2 — affinage premium de la mise en avant e-book sur la page Les livres
   ====================================================================== */
body.aoc-page-les-livres .book-copy-text .meta .aoc-ebook-pill{
  display:inline-block!important;
  margin-left:10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  line-height:1!important;
  vertical-align:middle!important;
}
body.aoc-page-les-livres .book-copy-text .meta .aoc-catalog-ebook-highlight{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  padding:6px 10px!important;
  border:1px solid rgba(84,142,157,.16)!important;
  border-radius:999px!important;
  background:rgba(84,142,157,.06)!important;
  color:#355E69!important;
  white-space:nowrap!important;
  line-height:1!important;
}
body.aoc-page-les-livres .book-copy-text .meta .aoc-catalog-ebook-highlight strong{
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  color:#2F5662!important;
}
body.aoc-page-les-livres .book-copy-text .meta .aoc-catalog-ebook-price{
  font-size:11px!important;
  font-weight:700!important;
  color:#182530!important;
}
body.aoc-page-les-livres .book-copy-text .meta .aoc-catalog-ebook-meta{
  padding-left:8px!important;
  font-size:9px!important;
  letter-spacing:.07em!important;
  color:#6C777B!important;
}
body.aoc-page-les-livres .book-copy-text .meta .aoc-catalog-ebook-meta:before{
  width:3px!important;
  height:3px!important;
}
@media(max-width:767px){
  body.aoc-page-les-livres .book-copy-text .meta .aoc-ebook-pill{
    display:block!important;
    margin:10px 0 0!important;
  }
  body.aoc-page-les-livres .book-copy-text .meta .aoc-catalog-ebook-highlight{
    white-space:normal!important;
    flex-wrap:wrap!important;
  }
}


/* ======================================================================
   V2.5.3 — suppression du rendu trop massif sur le badge e-book
   ====================================================================== */
body.aoc-page-les-livres .book-copy .aoc-ebook-pill,
body.aoc-page-les-livres .book-copy-text .aoc-ebook-pill,
body.aoc-page-les-livres .commercial .aoc-ebook-pill,
body.aoc-page-les-livres .meta .aoc-ebook-pill{
  display:inline-flex!important;
  align-items:center!important;
  margin-left:12px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  vertical-align:middle!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight{
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  line-height:1.1!important;
  color:#355E69!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight strong{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  color:#355E69!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-price,
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-price,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-price,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-price,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-meta{
  position:relative!important;
  display:inline-block!important;
  margin-left:10px!important;
  padding-left:10px!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-price,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-price,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-price,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-price{
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:700!important;
  color:#182530!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-meta{
  font-size:9px!important;
  line-height:1.1!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6C777B!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-price:before,
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-meta:before,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-price:before,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-meta:before,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-price:before,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-meta:before,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-price:before,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-meta:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:3px!important;
  height:3px!important;
  margin-top:-1px!important;
  border-radius:50%!important;
  background:#D6A23E!important;
}
@media(max-width:767px){
  body.aoc-page-les-livres .book-copy .aoc-ebook-pill,
  body.aoc-page-les-livres .book-copy-text .aoc-ebook-pill,
  body.aoc-page-les-livres .commercial .aoc-ebook-pill,
  body.aoc-page-les-livres .meta .aoc-ebook-pill{
    display:block!important;
    margin:10px 0 0!important;
  }
  body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight,
  body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight,
  body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight,
  body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight{
    display:flex!important;
    flex-wrap:wrap!important;
    row-gap:6px!important;
    white-space:normal!important;
  }
}


/* ======================================================================
   V2.5.4 — pastille e-book plus petite et plus propre sur la page Les livres
   ====================================================================== */
body.aoc-page-les-livres .commercial .aoc-ebook-pill:before,
body.aoc-page-les-livres .meta .aoc-ebook-pill:before,
body.aoc-page-les-livres .book-copy .aoc-ebook-pill:before,
body.aoc-page-les-livres .book-copy-text .aoc-ebook-pill:before{
  content:none!important;
  display:none!important;
}
body.aoc-page-les-livres .book-copy .aoc-ebook-pill,
body.aoc-page-les-livres .book-copy-text .aoc-ebook-pill,
body.aoc-page-les-livres .commercial .aoc-ebook-pill,
body.aoc-page-les-livres .meta .aoc-ebook-pill{
  display:inline-block!important;
  margin-left:10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  vertical-align:middle!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight{
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  margin:0!important;
  padding:4px 10px!important;
  border:1px solid rgba(84,142,157,.18)!important;
  border-radius:999px!important;
  background:rgba(84,142,157,.06)!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  line-height:1!important;
  color:#355E69!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight:before,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight:before,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight:before,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight:before{
  content:"•"!important;
  display:inline-block!important;
  margin-right:8px!important;
  color:#D6A23E!important;
  font-size:10px!important;
  line-height:1!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-price,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-price,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-price,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-price{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:700!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight strong,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight strong{
  color:#2F5662!important;
  letter-spacing:.01em!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-price,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-price,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-price,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-price{
  margin-left:8px!important;
  color:#182530!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-price:before,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-price:before,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-price:before,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-price:before{
  content:none!important;
  display:none!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-meta,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-meta{
  position:relative!important;
  display:inline-block!important;
  margin-left:8px!important;
  padding-left:8px!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6C777B!important;
}
body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-meta:before,
body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-meta:before,
body.aoc-page-les-livres .commercial .aoc-catalog-ebook-meta:before,
body.aoc-page-les-livres .meta .aoc-catalog-ebook-meta:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:3px!important;
  height:3px!important;
  margin-top:-1px!important;
  border-radius:50%!important;
  background:#D6A23E!important;
}
@media(max-width:767px){
  body.aoc-page-les-livres .book-copy .aoc-ebook-pill,
  body.aoc-page-les-livres .book-copy-text .aoc-ebook-pill,
  body.aoc-page-les-livres .commercial .aoc-ebook-pill,
  body.aoc-page-les-livres .meta .aoc-ebook-pill{
    display:block!important;
    margin:10px 0 0!important;
  }
  body.aoc-page-les-livres .book-copy .aoc-catalog-ebook-highlight,
  body.aoc-page-les-livres .book-copy-text .aoc-catalog-ebook-highlight,
  body.aoc-page-les-livres .commercial .aoc-catalog-ebook-highlight,
  body.aoc-page-les-livres .meta .aoc-catalog-ebook-highlight{
    padding:5px 9px!important;
    white-space:normal!important;
    flex-wrap:wrap!important;
    row-gap:5px!important;
  }
}


/* ======================================================================
   V2.5.5 — pastille e-book reconstruite proprement (HTML + CSS)
   ====================================================================== */
.aoc-ebook-pill-v255{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:auto!important;
  max-width:100%!important;
  margin-left:10px!important;
  padding:6px 11px!important;
  box-sizing:border-box!important;
  border:1px solid rgba(84,142,157,.22)!important;
  border-radius:999px!important;
  background:rgba(84,142,157,.07)!important;
  box-shadow:none!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
  font-family:Arial,sans-serif!important;
  font-style:normal!important;
  line-height:1!important;
  color:#355E69!important;
}
/* Un seul point avant E-book : neutralise le bullet générique de .commercial span:before. */
.commercial .aoc-ebook-pill-v255:before,
.meta .aoc-ebook-pill-v255:before,
.aoc-ebook-pill-v255:before{
  content:"•"!important;
  display:inline-block!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  margin:0 1px 0 0!important;
  padding:0!important;
  background:none!important;
  border-radius:0!important;
  color:#D6A23E!important;
  font-size:10px!important;
  line-height:1!important;
}
.aoc-ebook-pill-v255 .aoc-ebook-label,
.aoc-ebook-pill-v255 .aoc-ebook-price-v255{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  font-family:Arial,sans-serif!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  color:#2F5662!important;
}
.aoc-ebook-pill-v255 .aoc-ebook-price-v255{color:#182530!important}
.aoc-ebook-pill-v255 .aoc-ebook-format-v255{
  position:relative!important;
  display:inline-block!important;
  margin:0 0 0 1px!important;
  padding:0 0 0 9px!important;
  font-family:Arial,sans-serif!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6C777B!important;
}
.aoc-ebook-pill-v255 .aoc-ebook-format-v255:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:3px!important;
  height:3px!important;
  margin-top:-1px!important;
  border-radius:50%!important;
  background:#D6A23E!important;
}
/* Aucun point parasite sur les éléments internes. */
.commercial .aoc-ebook-pill-v255 b:before,
.commercial .aoc-ebook-pill-v255 small:before,
.meta .aoc-ebook-pill-v255 b:before,
.meta .aoc-ebook-pill-v255 small:before{
  content:none!important;
  display:none!important;
}
@media(max-width:767px){
  .aoc-ebook-pill-v255{
    display:inline-flex!important;
    margin:10px 0 0!important;
    padding:6px 10px!important;
    flex-wrap:wrap!important;
    white-space:normal!important;
    row-gap:5px!important;
  }
  .aoc-ebook-pill-v255 .aoc-ebook-label,
  .aoc-ebook-pill-v255 .aoc-ebook-price-v255{font-size:10.5px!important}
  .aoc-ebook-pill-v255 .aoc-ebook-format-v255{font-size:8.5px!important}
}
