
.bovet-rewards,.bovet-survey{--p:#431078;--p2:#8436cf;--b:#dfcaee;color:#24162f}
.bovet-rewards-hero{padding:28px;border:2px solid var(--b);border-radius:20px;background:linear-gradient(135deg,#fff,#f7effc);margin-bottom:22px}
.bovet-rewards-hero span{font-size:12px;font-weight:800;color:var(--p2);letter-spacing:.08em}.bovet-rewards-hero h2{margin:6px 0}
.bovet-reward-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.bovet-reward-card{border:2px solid var(--b);border-radius:18px;padding:20px;background:#fff;box-shadow:0 10px 25px rgba(67,16,120,.06)}
.bovet-pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#f2e7f9;color:var(--p);font-size:11px;font-weight:800;text-transform:uppercase}.bovet-code{font:800 17px monospace;padding:12px;border-radius:10px;background:#f7f2fb;margin:12px 0}
.bovet-reward-card button,.bovet-survey button{width:100%;border:0;border-radius:12px;padding:13px 16px;background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;font-weight:800;cursor:pointer}
.bovet-empty{padding:24px;border:2px dashed var(--b);border-radius:16px;text-align:center}.bovet-survey{max-width:850px;margin:30px auto;padding:28px;border:2px solid var(--b);border-radius:20px;background:#fff}.bovet-q{margin:18px 0}.bovet-q label{display:block;font-weight:800;margin-bottom:7px}.bovet-q input,.bovet-q textarea,.bovet-q select{width:100%;padding:12px;border:1px solid #d9cde2;border-radius:10px}.bovet-q textarea{min-height:110px}
.bovet-cart-rewards,.bovet-checkout-rewards{margin:12px 0}.bovet-checkout-rewards a{display:block;padding:12px 14px;border:1px solid #dcc8eb;border-radius:10px;background:#faf6fd;color:#431078;font-weight:800;text-align:center}
@media(max-width:600px){.bovet-rewards-hero,.bovet-survey{padding:18px}}

.bovet-review-cta,.bovet-order-review-cta{margin:18px 0;padding:18px;border:2px solid #dcc8eb;border-radius:16px;background:linear-gradient(135deg,#fff,#faf5fd);box-shadow:0 8px 22px rgba(67,16,120,.06)}
.bovet-review-cta strong,.bovet-order-review-cta h3{color:#431078}.bovet-review-buttons{display:flex;flex-wrap:wrap;gap:8px}
.bovet-progress-wrap{margin:22px 0}.bovet-progress-card{border:1px solid #e3d6eb;border-radius:14px;padding:16px;margin:10px 0;background:#fff}
.bovet-progress-card>span{float:right;font-weight:800}.bovet-progress{height:10px;background:#eee7f3;border-radius:999px;overflow:hidden;margin:10px 0}.bovet-progress i{display:block;height:100%;background:linear-gradient(90deg,#431078,#8436cf)}
.bovet-form-switch{padding:12px;border-radius:10px;background:#f8f3fb;margin:15px 0}.bovet-form-switch a{display:inline-block;margin:3px 5px;color:#431078;font-weight:700}
.bovet-public-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.bovet-public-reviews article{padding:18px;border:2px solid #dcc8eb;border-radius:16px;background:#fff}.bovet-public-reviews .stars{color:#7a2bbb;font-size:18px}.bovet-public-reviews small{display:block;color:#777;margin-top:4px}

/* V1.2.0 — notation par étoiles */
.bovet-star-rating{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:4px;flex-wrap:wrap}
.bovet-star-rating input{position:absolute;opacity:0;pointer-events:none}
.bovet-star-rating label{font-size:38px;line-height:1;color:#d9d1dd;cursor:pointer;transition:transform .12s ease,color .12s ease;margin:0}
.bovet-star-rating label:hover,.bovet-star-rating label:hover~label,.bovet-star-rating input:checked~label{color:#7a2bbb}
.bovet-star-rating label:hover{transform:scale(1.08)}
.bovet-star-rating input:focus-visible+label{outline:2px solid #7a2bbb;outline-offset:3px;border-radius:4px}
.bovet-star-hint{font-size:12px;color:#7b7081;margin-left:10px}

/* V1.2.2 — accès Mes récompenses dans le compte personnalisé */
.bovet-account-reward-entry{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:15px;
  align-items:center;
  margin:20px 0;
  padding:18px 20px;
  border:1px solid #dfd0e9;
  border-left:5px solid #7525b3;
  border-radius:14px;
  background:linear-gradient(135deg,#fff,#faf5fd);
  box-shadow:0 7px 20px rgba(67,16,120,.06)
}
.bovet-account-reward-icon{
  width:46px;height:46px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:#f1e6f8;font-size:22px
}
.bovet-account-reward-entry strong{font-size:18px;color:#351047}
.bovet-account-reward-entry p{margin:3px 0 0;color:#6d6272}
.bovet-account-reward-entry .button{
  background:linear-gradient(135deg,#501185,#8732cf)!important;
  color:#fff!important;border:0!important;border-radius:10px!important;
  padding:11px 15px!important;font-weight:800!important
}
.bovet-reward-menu-fallback a{cursor:pointer}
@media(max-width:700px){
  .bovet-account-reward-entry{grid-template-columns:auto 1fr}
  .bovet-account-reward-entry .button{grid-column:1/-1;text-align:center}
}

/* V1.2.3 — boutons d'action pour débloquer les récompenses */
.bovet-progress-head{display:flex;justify-content:space-between;gap:12px;align-items:center}
.bovet-progress-hint,.bovet-unlock-hint{margin:9px 0;color:#6f6574;font-size:13px}
.bovet-reward-action{
  display:inline-block;
  margin-top:10px;
  padding:10px 14px;
  border-radius:10px;
  background:linear-gradient(135deg,#501185,#8732cf);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800;
  box-shadow:0 6px 16px rgba(80,17,133,.16)
}
.bovet-reward-action:hover{transform:translateY(-1px);filter:brightness(1.03)}

/* V1.3.0 — récompenses mises en avant + avis directs */
.bovet-reward-prize{display:flex;align-items:center;gap:12px;margin:13px 0;padding:13px 15px;border-radius:12px;background:linear-gradient(135deg,#f2e5fa,#fbf8fd);border:1px solid #dec6ec}
.bovet-reward-prize strong{font-size:30px;line-height:1;color:#6e1ca5}.bovet-reward-prize span{font-weight:800;color:#321340}
.bovet-review-hero{background:linear-gradient(135deg,#35105e,#842fc5);color:#fff;border-radius:18px;padding:25px 28px;margin-bottom:20px}.bovet-review-hero h2{color:#fff!important;margin:5px 0!important}.bovet-review-hero span{font-size:12px;font-weight:800;letter-spacing:.09em}
.bovet-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.bovet-direct-review{border:1px solid #dfd0e9;border-radius:15px;padding:18px;background:#fff;box-shadow:0 6px 20px rgba(65,15,105,.06)}
.bovet-direct-review-head strong{display:block;font-size:18px;color:#32133e}.bovet-direct-review-head small{display:block;margin:4px 0 15px;color:#776b7d}.bovet-direct-review label{display:block;font-weight:800;margin:10px 0 6px}.bovet-direct-review textarea{width:100%;border:1px solid #d8c9e1;border-radius:10px;padding:11px}

.bovet-wallet{margin:16px 0;padding:14px;border:1px solid #ddc9e9;border-radius:14px;background:#fbf7fd}.bovet-wallet-toggle{border:0;background:linear-gradient(135deg,#4b0f7d,#8430c7);color:#fff;border-radius:10px;padding:11px 15px;font-weight:800;cursor:pointer}.bovet-wallet-list{margin-top:12px}.bovet-wallet-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px;background:#fff;border:1px solid #eadff0;border-radius:10px;margin-top:8px}.bovet-wallet-row strong,.bovet-wallet-row small{display:block}.bovet-wallet-row strong{font-size:20px;color:#641b9c}

/* V1.4.2 — affichage fiable des récompenses d'origine */
.bovet-reward-section{margin:24px 0}
.bovet-section-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-end;margin-bottom:14px}
.bovet-section-head h3{margin:0 0 4px}.bovet-section-head p{margin:0;color:#766b7b}
.bovet-origin-progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:15px}
.bovet-origin-progress-card{border:1px solid #dfcbea;border-radius:16px;padding:18px;background:linear-gradient(145deg,#fff,#fbf7fd);box-shadow:0 7px 20px rgba(74,18,116,.06)}
.bovet-origin-top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.bovet-origin-name{font-weight:850;color:#2c1237}.bovet-origin-tier{font-size:11px;font-weight:800;background:#eee3f5;color:#6b209a;padding:5px 8px;border-radius:999px}
.bovet-origin-gain{font-size:40px;line-height:1;font-weight:900;color:#6f1ba8;margin-top:16px}
.bovet-origin-next{margin:5px 0 12px;color:#574c5e}
.bovet-origin-tierline{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:13px 0}
.bovet-origin-tierline span{text-align:center;padding:7px 3px;border-radius:8px;background:#f0ecf2;color:#746c78;font-size:11px;font-weight:800}
.bovet-origin-tierline span.done{background:#e3f5e6;color:#27763b}.bovet-origin-tierline span.current{background:#6c1ea4;color:#fff}
.bovet-origin-hint{font-size:13px;color:#6c6171;min-height:36px}
.bovet-big-gain{font-size:34px;line-height:1;font-weight:900;color:#6e1ca5;margin:10px 0}
.bovet-reward-card.is-muted{opacity:.62}

/* V1.5.0 — Newsletter, copie code, Google et bonus IA */
.bovet-code-row{display:flex;gap:8px;align-items:stretch;margin:10px 0}
.bovet-code-row .bovet-code{flex:1;margin:0}
.bovet-copy-reward-code{border:0;border-radius:9px;padding:9px 12px;background:#eee4f6;color:#5a1788;font-weight:800;cursor:pointer}
.bovet-code-credit-bonus,.bovet-origin-credit-bonus{display:inline-block;margin:7px 0;padding:7px 10px;border-radius:999px;background:#e9f4ff;color:#075fa3;font-weight:850;font-size:13px}
.bovet-ai-balance{margin-top:14px;display:inline-block;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);padding:8px 11px;border-radius:10px}
.bovet-newsletter-page{max-width:850px;margin:0 auto}
.bovet-newsletter-hero{background:linear-gradient(135deg,#35105e,#842fc5);color:#fff;border-radius:18px;padding:26px 28px;margin:20px 0}
.bovet-newsletter-hero h2{color:#fff!important;margin:6px 0 8px!important}.bovet-newsletter-hero span{font-size:12px;font-weight:850;letter-spacing:.1em}
.bovet-newsletter-form,.bovet-newsletter-done{border:1px solid #decbea;border-radius:16px;padding:22px;background:#fff;box-shadow:0 7px 22px rgba(70,16,110,.06)}
.bovet-newsletter-form label{display:block;font-weight:800;margin:10px 0 6px}.bovet-newsletter-form input[type=email]{width:100%;padding:12px;border:1px solid #d8c8e2;border-radius:10px}
.bovet-newsletter-form .bovet-news-consent{display:flex;gap:9px;align-items:flex-start;font-weight:500}
.bovet-newsletter-form button{margin-top:12px;border:0;border-radius:10px;padding:12px 16px;background:linear-gradient(135deg,#501185,#8732cf);color:#fff;font-weight:850;cursor:pointer}
.bovet-newsletter-form small{display:block;margin-top:9px;color:#766b7a}

/* V1.5.1 — règles de cumul, restrictions et satisfaction */
.bovet-wallet-row em{display:block;margin-top:5px;color:#706475;font-size:12px;font-style:normal}
.bovet-reward-restriction{margin:8px 0;padding:9px 11px;border-radius:9px;background:#f1e8f8;color:#53147e;font-weight:750;font-size:13px}
.bovet-reward-stack-note{margin:5px 0;color:#7b707f;font-size:12px}
.bovet-origin-progress-card .bovet-origin-hint{line-height:1.45}
.bovet-newsletter-form{max-width:700px;margin:0 auto}
.bovet-newsletter-form button{font-size:16px}

/* V1.5.2 — destination claire des récompenses */
.bovet-origin-next{font-weight:800;color:#4e3a59}

/* V1.6.0 — Mise en avant programme fidélité */
.bovet-showcase{margin:36px auto;padding:34px;border-radius:24px;background:linear-gradient(145deg,#2f0b53,#6e1ca5 58%,#8e37cf);color:#fff;box-shadow:0 18px 45px rgba(50,10,86,.17);overflow:hidden}
.bovet-showcase-head{max-width:760px;margin:0 auto 25px;text-align:center}.bovet-showcase-head span{font-size:12px;letter-spacing:.12em;font-weight:900;opacity:.8}.bovet-showcase-head h2{color:#fff!important;font-size:34px!important;margin:7px 0 9px!important}.bovet-showcase-head p{font-size:16px;line-height:1.55;opacity:.92}
.bovet-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.bovet-showcase-card{background:rgba(255,255,255,.96);color:#271332;border-radius:17px;padding:18px;min-height:190px;box-shadow:0 8px 20px rgba(28,5,47,.10)}.bovet-showcase-icon{font-size:27px}.bovet-showcase-benefit{font-size:28px;font-weight:950;color:#681ca0;margin:10px 0 4px}.bovet-showcase-card h3{font-size:17px!important;margin:0 0 6px!important;color:#2e1738!important}.bovet-showcase-card p{margin:0;color:#6d6173;font-size:13px;line-height:1.45}.bovet-showcase-card small{display:block;margin-top:8px;color:#12659c;font-weight:800}
.bovet-showcase-cta{text-align:center;margin-top:24px}.bovet-showcase-button{display:inline-block;padding:13px 19px;border-radius:11px;background:#fff;color:#5d178e!important;text-decoration:none!important;font-weight:900;box-shadow:0 7px 20px rgba(0,0,0,.10)}
.bovet-product-reward-teaser{display:flex;gap:14px;align-items:flex-start;margin:18px 0;padding:16px;border:1px solid #dcc8e8;border-left:5px solid #7a2bbb;border-radius:14px;background:linear-gradient(135deg,#fff,#faf5fd);box-shadow:0 6px 18px rgba(67,16,120,.05)}.bovet-product-reward-badge{flex:0 0 auto;padding:10px 12px;border-radius:10px;background:#6f1da6;color:#fff;font-size:20px;font-weight:900}.bovet-product-reward-teaser strong{color:#361247}.bovet-product-reward-teaser p{margin:4px 0}.bovet-product-reward-teaser small{color:#75697b}
.bovet-wallet-count{display:inline-flex;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.18);align-items:center;justify-content:center;margin-left:5px}.bovet-wallet-empty a{font-weight:850;color:#641b9d!important;text-decoration:none}
@media(max-width:1100px){.bovet-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.bovet-showcase{padding:23px 16px;border-radius:18px}.bovet-showcase-grid{grid-template-columns:1fr}.bovet-showcase-head h2{font-size:27px!important}.bovet-product-reward-teaser{flex-direction:column}}

/* ============================================================
   V1.6.2 — Showcase Fidélité / Accueil
   ============================================================ */
.bovet-showcase-v2{
  position:relative;
  width:100%;
  max-width:1480px;
  margin:42px auto;
  padding:0;
  border-radius:28px;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(135deg,#21003d 0%,#3e086f 43%,#6b1ba7 72%,#8328c3 100%);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 60px rgba(39,4,71,.22);
}
.bovet-showcase-v2 .bovet-showcase-inner{
  position:relative;
  z-index:2;
  padding:42px;
}
.bovet-showcase-v2 .bovet-showcase-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
  opacity:.28;
  pointer-events:none;
}
.bovet-showcase-v2 .bovet-showcase-glow-a{
  width:430px;height:430px;right:-150px;top:-180px;
  background:radial-gradient(circle,#c884ff 0%,transparent 68%);
}
.bovet-showcase-v2 .bovet-showcase-glow-b{
  width:340px;height:340px;left:-140px;bottom:-180px;
  background:radial-gradient(circle,#7f4fff 0%,transparent 68%);
}
.bovet-showcase-v2 .bovet-showcase-head{
  max-width:900px;
  margin:0 auto 30px;
  text-align:center;
}
.bovet-showcase-v2 .bovet-showcase-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:12px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.09);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  color:#fff;
}
.bovet-showcase-v2 .bovet-showcase-head h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(30px,3vw,48px)!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.02em;
}
.bovet-showcase-v2 .bovet-showcase-head>p{
  max-width:760px;
  margin:14px auto 0!important;
  color:rgba(255,255,255,.86)!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.bovet-showcase-v2 .bovet-showcase-highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:25px auto 0;
}
.bovet-showcase-v2 .bovet-showcase-highlights>span{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:76px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(6px);
}
.bovet-showcase-v2 .bovet-showcase-highlights b{
  font-size:16px;
  color:#fff;
}
.bovet-showcase-v2 .bovet-showcase-highlights small{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.70);
  font-size:11px;
}
.bovet-showcase-v2 .bovet-showcase-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.bovet-showcase-v2 .bovet-showcase-card{
  min-width:0!important;
  min-height:190px!important;
  padding:20px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.97)!important;
  color:#2b1535!important;
  box-shadow:0 10px 24px rgba(24,0,44,.10)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.bovet-showcase-v2 .bovet-showcase-card:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 32px rgba(24,0,44,.18)!important;
}
.bovet-showcase-v2 .bovet-showcase-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:15px;
}
.bovet-showcase-v2 .bovet-showcase-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:14px;
  background:linear-gradient(135deg,#f5eaff,#eee0fb);
  font-size:23px!important;
}
.bovet-showcase-v2 .bovet-showcase-benefit{
  margin:0!important;
  color:#67189e!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:950!important;
  text-align:right;
}
.bovet-showcase-v2 .bovet-showcase-card h3{
  margin:0 0 7px!important;
  color:#2d1637!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:850!important;
}
.bovet-showcase-v2 .bovet-showcase-card p{
  margin:0!important;
  color:#6b5f70!important;
  font-size:13px!important;
  line-height:1.48!important;
}
.bovet-showcase-v2 .bovet-showcase-bonus{
  display:inline-block;
  margin-top:12px;
  padding:6px 9px;
  border-radius:999px;
  background:#e9f4ff;
  color:#075f9f;
  font-size:11px;
  font-weight:850;
}
.bovet-showcase-v2 .bovet-showcase-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:22px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:17px;
  background:rgba(20,0,38,.22);
}
.bovet-showcase-v2 .bovet-showcase-footer-text{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.bovet-showcase-v2 .bovet-showcase-footer-text strong{
  color:#fff;
  font-size:15px;
}
.bovet-showcase-v2 .bovet-showcase-footer-text span{
  color:rgba(255,255,255,.72);
  font-size:12px;
}
.bovet-showcase-v2 .bovet-showcase-button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  flex:0 0 auto;
  min-height:48px;
  padding:12px 18px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#fff,#f5eaff)!important;
  color:#581189!important;
  text-decoration:none!important;
  font-weight:900!important;
  box-shadow:0 8px 20px rgba(0,0,0,.14)!important;
}
.bovet-showcase-v2 .bovet-showcase-button span{
  font-size:18px;
}
@media(max-width:1180px){
  .bovet-showcase-v2 .bovet-showcase-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .bovet-showcase-v2{margin:26px auto;border-radius:20px}
  .bovet-showcase-v2 .bovet-showcase-inner{padding:24px 16px}
  .bovet-showcase-v2 .bovet-showcase-highlights{grid-template-columns:1fr}
  .bovet-showcase-v2 .bovet-showcase-grid{grid-template-columns:1fr!important}
  .bovet-showcase-v2 .bovet-showcase-card{min-height:0!important}
  .bovet-showcase-v2 .bovet-showcase-footer{flex-direction:column;align-items:stretch;text-align:center}
  .bovet-showcase-v2 .bovet-showcase-button{width:100%}
}

/* V1.6.3 — CTA individuels dans les cartes du programme fidélité */
.bovet-showcase-v2 .bovet-showcase-card{
  display:flex!important;
  flex-direction:column!important;
}
.bovet-showcase-v2 .bovet-showcase-card-action{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:100%;
  min-height:42px;
  margin-top:auto!important;
  padding:10px 12px!important;
  border:1px solid #7020aa!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#4b087c,#842dcc)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:850!important;
  box-shadow:0 7px 16px rgba(91,17,139,.16)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.bovet-showcase-v2 .bovet-showcase-card-action:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 21px rgba(91,17,139,.24)!important;
  color:#fff!important;
}
.bovet-showcase-v2 .bovet-showcase-card-action span{font-size:16px}
.bovet-showcase-v2 .bovet-showcase-card p{margin-bottom:14px!important}
.bovet-showcase-v2 .bovet-showcase-bonus{margin-bottom:14px}


/* V1.0.1 — questionnaire, newsletter et intégration Divi */
.bovet-survey-v2{max-width:1080px;margin:28px auto 48px;padding:0 18px}.bovet-survey-hero{position:relative;overflow:hidden;padding:34px 36px;border-radius:24px;background:linear-gradient(135deg,#2b063f,#4d075f 52%,#6b0f87);color:#fff;box-shadow:0 18px 45px rgba(48,5,70,.14)}.bovet-survey-hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-90px;top:-125px;background:radial-gradient(circle,rgba(131,255,90,.25),transparent 68%)}.bovet-survey-kicker{font-size:11px;font-weight:900;letter-spacing:.12em;opacity:.78}.bovet-survey-hero h2{position:relative;z-index:1;margin:8px 0 10px!important;color:#fff!important;font-size:clamp(29px,4vw,44px)!important;line-height:1.08!important}.bovet-survey-hero p{position:relative;z-index:1;max-width:760px;margin:0!important;color:rgba(255,255,255,.88)!important;font-size:16px!important;line-height:1.6!important}.bovet-survey-benefit{position:relative;z-index:1;display:inline-flex;margin-top:18px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:13px;font-weight:800}.bovet-survey-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0 22px}.bovet-survey-tab{display:flex;gap:9px;align-items:center;min-height:68px;padding:12px 14px;border:1px solid #e0d5e6;border-radius:14px;background:#fff;color:#3f3145!important;text-decoration:none!important;box-shadow:0 5px 16px rgba(52,8,71,.04);transition:.18s ease}.bovet-survey-tab:hover{transform:translateY(-2px);border-color:#b993ca}.bovet-survey-tab.is-active{background:#f5ecf9;border-color:#7b2aa2;box-shadow:inset 0 0 0 1px #7b2aa2}.bovet-survey-tab span{font-size:20px}.bovet-survey-tab strong{font-size:13px;line-height:1.25}.bovet-survey-card{padding:28px;border:1px solid #e5dbe9;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(57,13,74,.07)}.bovet-survey-card-head{padding-bottom:20px;margin-bottom:6px;border-bottom:1px solid #eee7f1}.bovet-survey-card-head>span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#7c5c89}.bovet-survey-card-head h3{margin:6px 0 5px!important;font-size:25px!important;color:#2e1837!important}.bovet-survey-card-head p{margin:0!important;color:#706476!important}.bovet-survey-form{margin-top:6px}.bovet-survey-v2 .bovet-q{display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;padding:20px 0;border-bottom:1px solid #f0ebf2}.bovet-q-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f3ebf7;color:#65188e;font-weight:900}.bovet-q-number span{font-size:9px;margin-left:2px;color:#9b83a5}.bovet-q-label{display:block;margin-bottom:11px;font-size:15px;font-weight:800;color:#302535}.bovet-q-label em{color:#7a1fa4;font-style:normal}.bovet-survey-v2 textarea,.bovet-survey-v2 input[type=text]{width:100%;border:1px solid #dcd2e0;border-radius:11px;padding:12px 13px;min-height:46px;background:#fff}.bovet-survey-v2 textarea:focus,.bovet-survey-v2 input[type=text]:focus{outline:none;border-color:#7c2ca5;box-shadow:0 0 0 3px rgba(124,44,165,.09)}.bovet-star-rating{display:flex!important;flex-direction:row-reverse!important;justify-content:flex-end!important;align-items:center!important;gap:4px!important;flex-wrap:wrap}.bovet-star-rating input{position:absolute!important;opacity:0!important;pointer-events:none!important}.bovet-star-rating label{margin:0!important;cursor:pointer!important;font-size:33px!important;line-height:1!important;color:#d8d0db!important;transition:.15s ease}.bovet-star-rating label:hover,.bovet-star-rating label:hover~label,.bovet-star-rating input:checked~label{color:#f4a41d!important;transform:translateY(-1px)}.bovet-rating-legend{flex-basis:100%;display:flex;justify-content:space-between;max-width:200px;margin-top:4px;font-size:10px;color:#95899a}.bovet-choice-row{display:flex;gap:10px}.bovet-choice-row label{margin:0!important}.bovet-choice-row input{position:absolute;opacity:0}.bovet-choice-row span{display:inline-flex;min-width:84px;justify-content:center;padding:10px 15px;border:1px solid #d9cfde;border-radius:10px;background:#fff;font-weight:800;cursor:pointer}.bovet-choice-row input:checked+span{background:#64208b;color:#fff;border-color:#64208b}.bovet-survey-submit{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px}.bovet-survey-submit button{border:0;border-radius:12px;padding:13px 20px;background:linear-gradient(135deg,#4e0c69,#7c24a4);color:#fff;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 8px 20px rgba(91,21,120,.18)}.bovet-survey-submit button span{margin-left:7px}.bovet-survey-submit small{color:#887d8c}.bovet-newsletter-points{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.bovet-newsletter-points span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.17);font-size:12px;font-weight:750}.bovet-rewards-login{max-width:760px;margin:30px auto;padding:34px;border:1px solid #e0d3e6;border-radius:22px;background:linear-gradient(145deg,#fff,#fbf6fd);text-align:center;box-shadow:0 12px 32px rgba(56,12,77,.07)}.bovet-rewards-login-icon{font-size:40px}.bovet-rewards-login h2{margin:7px 0!important}.bovet-rewards-login .button{margin-top:9px;background:#671c90!important;color:#fff!important;border-radius:10px!important;padding:10px 16px!important}
@media(max-width:900px){.bovet-survey-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.bovet-survey-v2{padding:0 10px}.bovet-survey-hero{padding:25px 20px;border-radius:18px}.bovet-survey-tabs{grid-template-columns:1fr}.bovet-survey-card{padding:20px 16px}.bovet-survey-v2 .bovet-q{grid-template-columns:1fr;gap:8px}.bovet-q-number{width:34px;height:34px}.bovet-survey-submit{align-items:stretch;flex-direction:column}.bovet-survey-submit button{width:100%}.bovet-star-rating label{font-size:31px!important}}

/* ============================================================
   V1.0.2 — Pleine largeur, grilles compactes, panier fidélité
   ============================================================ */

/* Pages fidélité publiques : supprimer la colonne latérale du thème/Divi. */
body.bovet-fullwidth-page #sidebar,
body.bovet-fullwidth-page .et_pb_widget_area,
body.bovet-fullwidth-page .widget-area{display:none!important}
body.bovet-fullwidth-page #left-area,
body.bovet-fullwidth-page .content-area{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  padding-right:0!important;
}
body.bovet-fullwidth-page #main-content .container:before{display:none!important}
body.bovet-fullwidth-page #main-content>.container,
body.bovet-fullwidth-page #main-content .container{
  width:94%!important;
  max-width:1480px!important;
}
body.bovet-fullwidth-page .bovet-rewards,
body.bovet-fullwidth-page .bovet-newsletter-page,
body.bovet-fullwidth-page .bovet-survey-v2{width:100%;max-width:1480px;margin-left:auto;margin-right:auto}

/* 5 cartes par ligne sur grand écran, avec cartes plus compactes. */
.bovet-reward-grid,
.bovet-origin-progress-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.bovet-reward-card,
.bovet-origin-progress-card{padding:14px;border-radius:14px;min-width:0}
.bovet-origin-gain{font-size:32px;margin-top:11px}
.bovet-big-gain{font-size:30px;margin:8px 0}
.bovet-origin-name{font-size:13px;line-height:1.2}
.bovet-origin-tier{font-size:10px;white-space:nowrap}
.bovet-origin-next{font-size:12px;line-height:1.35;margin:5px 0 9px}
.bovet-origin-tierline{gap:3px;margin:9px 0}
.bovet-origin-tierline span{padding:5px 2px;font-size:10px}
.bovet-origin-hint{font-size:11px;line-height:1.35;min-height:31px;margin:7px 0}
.bovet-reward-action{padding:8px 10px;font-size:12px;margin-top:7px}
.bovet-reward-card h3{font-size:16px!important;margin:5px 0 7px!important}
.bovet-reward-restriction{padding:7px 8px;font-size:11px;line-height:1.3}
.bovet-reward-stack-note{font-size:10px;line-height:1.3}
.bovet-pill{font-size:9px;padding:4px 7px}

/* Le bouton Copier doit rester secondaire et compact. */
.bovet-code-row{align-items:center;gap:6px}
.bovet-code-row .bovet-code{font-size:12px;padding:8px;overflow-wrap:anywhere;min-width:0}
.bovet-reward-card .bovet-copy-reward-code{
  width:auto!important;
  flex:0 0 auto!important;
  padding:7px 9px!important;
  border-radius:8px!important;
  font-size:11px!important;
  line-height:1.15!important;
  background:#eee4f6!important;
  color:#5a1788!important;
  box-shadow:none!important;
}
.bovet-reward-card form button{padding:9px 10px;font-size:12px;border-radius:9px}

/* Wallet affiché directement dans le panier. */
.woocommerce-cart .bovet-wallet,
.bovet-wallet-cart-open{
  margin:14px 0 20px;
  padding:16px;
  border:1px solid #d8c1e8;
  border-left:5px solid #6f1ca8;
  border-radius:14px;
  background:linear-gradient(135deg,#fff,#faf6fd);
  box-shadow:0 7px 20px rgba(67,16,120,.06);
}
.bovet-wallet-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.bovet-wallet-heading strong{font-size:19px;color:#361047}
.bovet-wallet-heading span{padding:4px 8px;border-radius:999px;background:#eee3f5;color:#681d99;font-size:11px;font-weight:800}
.bovet-wallet-cart-open .bovet-wallet-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:0}
.bovet-wallet-cart-open .bovet-wallet-row{margin:0;padding:10px;min-width:0}
.bovet-wallet-main{min-width:0}
.bovet-wallet-main strong{font-size:20px!important}
.bovet-wallet-program{display:block;font-size:12px;font-weight:800;color:#3b2943;margin:1px 0 2px}
.bovet-wallet-main small{font-size:10px;overflow-wrap:anywhere;color:#786b7e}
.bovet-wallet-row form{margin:0;flex:0 0 auto}
.bovet-wallet-row .button{padding:7px 9px!important;min-height:0!important;font-size:11px!important;border-radius:8px!important}
.bovet-wallet-row .button[disabled]{opacity:.65;cursor:default}
.bovet-wallet-empty strong{display:block;font-size:17px;color:#351047;margin-bottom:3px}
.bovet-wallet-empty p{margin:0}

/* Cacher l'ancien bouton générique si une version mise en cache le restitue encore. */
.woocommerce-cart .bovet-cart-rewards{display:none!important}

@media(max-width:1280px){
  .bovet-reward-grid,.bovet-origin-progress-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .bovet-reward-grid,.bovet-origin-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bovet-wallet-cart-open .bovet-wallet-list{grid-template-columns:1fr}
}
@media(max-width:600px){
  body.bovet-fullwidth-page #main-content>.container,
  body.bovet-fullwidth-page #main-content .container{width:92%!important}
  .bovet-reward-grid,.bovet-origin-progress-grid{grid-template-columns:1fr}
  .bovet-wallet-heading{align-items:flex-start;flex-direction:column}
}


/* ============================================================
   V1.0.3 — Page Mon compte > Mes récompenses
   Mise en page dédiée, sans modifier les autres endpoints compte.
   ============================================================ */

/* WooCommerce réserve normalement une colonne à la navigation Mon compte.
   Sur l'endpoint fidélité uniquement, le contenu reprend toute la largeur. */
body.bovet-rewards-account-page .woocommerce-MyAccount-navigation{
  display:none!important;
}
body.bovet-rewards-account-page .woocommerce-MyAccount-content{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}
body.bovet-rewards-account-page .woocommerce{
  width:100%!important;
  max-width:1480px!important;
  margin:0 auto!important;
}
body.bovet-rewards-account-page #main-content>.container,
body.bovet-rewards-account-page #main-content .container{
  width:94%!important;
  max-width:1480px!important;
}
body.bovet-rewards-account-page #left-area,
body.bovet-rewards-account-page .et_pb_post,
body.bovet-rewards-account-page article.page{
  width:100%!important;
  max-width:none!important;
}

/* Conteneur principal plus agréable et respirant. */
body.bovet-rewards-account-page .bovet-rewards{
  width:100%;
  max-width:1480px;
  margin:20px auto 48px;
}
body.bovet-rewards-account-page .bovet-rewards-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 18px;
  padding:22px 26px;
  border:1px solid #dbc5ea;
  border-radius:18px;
  background:linear-gradient(135deg,#fff 0%,#faf5fd 60%,#f1e5f8 100%);
  box-shadow:0 9px 24px rgba(65,16,103,.06);
}
body.bovet-rewards-account-page .bovet-rewards-hero:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-80px;
  top:-115px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(126,46,184,.16),transparent 68%);
  pointer-events:none;
}
body.bovet-rewards-account-page .bovet-rewards-hero span{
  position:relative;
  z-index:1;
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#efe3f6;
  color:#6d1e9d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}
body.bovet-rewards-account-page .bovet-rewards-hero h2{
  position:relative;
  z-index:1;
  margin:7px 0 3px!important;
  font-size:28px!important;
  line-height:1.15!important;
  color:#281432!important;
}
body.bovet-rewards-account-page .bovet-rewards-hero p{
  position:relative;
  z-index:1;
  max-width:780px;
  margin:0!important;
  color:#6d6072!important;
  font-size:14px!important;
}

/* Chaque groupe devient un vrai bloc visuel. */
body.bovet-rewards-account-page .bovet-reward-section{
  margin:16px 0;
  padding:18px;
  border:1px solid #e4d7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 25px rgba(62,13,92,.045);
}
body.bovet-rewards-account-page .bovet-reward-section>h3,
body.bovet-rewards-account-page .bovet-section-head h3{
  margin:0 0 4px!important;
  font-size:21px!important;
  color:#32163f!important;
}
body.bovet-rewards-account-page .bovet-section-head{
  align-items:center;
  margin-bottom:13px;
}
body.bovet-rewards-account-page .bovet-section-head p{
  font-size:12px;
  line-height:1.4;
}

/* Récompenses disponibles : petites cartes utiles, pas de grands pavés. */
body.bovet-rewards-account-page .bovet-reward-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:11px;
  margin-top:11px;
}
body.bovet-rewards-account-page .bovet-reward-card{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:13px;
  border:1px solid #ddc9e8;
  border-radius:14px;
  box-shadow:none;
  background:linear-gradient(180deg,#fff,#fdfbfe);
}
body.bovet-rewards-account-page .bovet-reward-card .bovet-big-gain{
  font-size:31px;
  margin:7px 0 2px;
}
body.bovet-rewards-account-page .bovet-reward-card h3{
  min-height:0;
  margin:2px 0 7px!important;
  font-size:15px!important;
  line-height:1.25!important;
}
body.bovet-rewards-account-page .bovet-reward-restriction{
  margin:5px 0;
  padding:7px 8px;
  font-size:10.5px;
  line-height:1.32;
}
body.bovet-rewards-account-page .bovet-reward-stack-note{
  margin:3px 0 5px;
  font-size:10px;
}
body.bovet-rewards-account-page .bovet-code-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:6px;
  margin:6px 0;
}
body.bovet-rewards-account-page .bovet-code-row .bovet-code{
  padding:7px 8px;
  border-radius:8px;
  font-size:10.5px;
  line-height:1.25;
}
body.bovet-rewards-account-page .bovet-copy-reward-code{
  align-self:center;
  padding:6px 8px!important;
  font-size:10px!important;
  white-space:nowrap;
}
body.bovet-rewards-account-page .bovet-reward-card small{
  display:block;
  margin:2px 0 7px;
  color:#766a7a;
  font-size:10.5px;
}
body.bovet-rewards-account-page .bovet-reward-card form{
  margin-top:auto;
}
body.bovet-rewards-account-page .bovet-reward-card form button{
  width:100%;
  padding:8px 9px;
  border-radius:8px;
  font-size:11px;
}

/* Paliers : cinq cartes réellement alignées et plus lisibles. */
body.bovet-rewards-account-page .bovet-origin-progress-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:11px;
}
body.bovet-rewards-account-page .bovet-origin-progress-card{
  display:flex;
  flex-direction:column;
  min-height:250px;
  padding:13px;
  border:1px solid #dfcdea;
  border-radius:14px;
  box-shadow:none;
  background:linear-gradient(145deg,#fff,#fcf8fe);
}
body.bovet-rewards-account-page .bovet-origin-top{
  align-items:flex-start;
}
body.bovet-rewards-account-page .bovet-origin-name{
  font-size:13px;
  line-height:1.22;
}
body.bovet-rewards-account-page .bovet-origin-gain{
  margin:11px 0 2px;
  font-size:31px;
}
body.bovet-rewards-account-page .bovet-origin-next{
  min-height:34px;
  margin:3px 0 7px;
  font-size:11px;
  line-height:1.35;
}
body.bovet-rewards-account-page .bovet-origin-tierline{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:3px;
  margin:7px 0;
}
body.bovet-rewards-account-page .bovet-origin-tierline span{
  min-width:0;
  padding:5px 1px;
  font-size:9.5px;
}
body.bovet-rewards-account-page .bovet-origin-hint{
  min-height:38px;
  margin:5px 0 8px;
  font-size:10.5px;
  line-height:1.35;
}
body.bovet-rewards-account-page .bovet-reward-action{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  margin-top:auto;
  padding:7px 8px;
  border-radius:8px;
  font-size:10.5px;
  line-height:1.2;
  text-align:center;
}

/* Etat vide propre. */
body.bovet-rewards-account-page .bovet-empty{
  margin-top:10px;
  padding:17px;
  border:1px dashed #d8c6e3;
  border-radius:12px;
  background:#fcf9fd;
  color:#776b7b;
  font-size:13px;
}

@media(max-width:1300px){
  body.bovet-rewards-account-page .bovet-reward-grid,
  body.bovet-rewards-account-page .bovet-origin-progress-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:1050px){
  body.bovet-rewards-account-page .bovet-reward-grid,
  body.bovet-rewards-account-page .bovet-origin-progress-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  body.bovet-rewards-account-page #main-content>.container,
  body.bovet-rewards-account-page #main-content .container{width:92%!important}
  body.bovet-rewards-account-page .bovet-reward-grid,
  body.bovet-rewards-account-page .bovet-origin-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.bovet-rewards-account-page .bovet-reward-section{padding:13px}
}
@media(max-width:520px){
  body.bovet-rewards-account-page .bovet-reward-grid,
  body.bovet-rewards-account-page .bovet-origin-progress-grid{grid-template-columns:1fr}
  body.bovet-rewards-account-page .bovet-origin-progress-card{min-height:0}
  body.bovet-rewards-account-page .bovet-rewards-hero{padding:19px 17px}
}
