/* ===== DÉSTOCKAGE – CTA unique (scopé) ===== */
#dstk-block.dstk-wrap{max-width:1280px;margin:0 auto;padding:8px 12px}
#dstk-block .dstk-cta{
  display:block;
  max-width:980px;
  margin:18px auto 12px;
  padding:12px 18px;
  text-align:center;
  font-size:16px;
  font-weight:700;
  color:#0a3d2a;
  background:#e9f9f1;
  border:1px solid #cfeee0;
  border-radius:999px;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
  transition:all .2s ease;
}
#dstk-block .dstk-cta .fa{margin-right:8px; opacity:.9}
#dstk-block .dstk-cta:hover,
#dstk-block .dstk-cta:focus{
  transform:translateY(-2px);
  box-shadow:0 8px 16px rgba(0,0,0,.08);
  background:#dff5ea;
}
@media (max-width:576px){
  #dstk-block .dstk-cta{font-size:14px; padding:10px 14px}
}
