/* STF Karim - un seul bouton Articles B2B : le grand bouton central */

/* Ancien bouton/lien Articles B2B dans le menu */
.stf-hide-old-articles-b2b{
  display:none !important;
}

/* Bouton central */
.stf-home-b2b-hero-cta{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:18px auto 0 auto;
  padding:0 18px;
  box-sizing:border-box;
}

.stf-home-b2b-hero-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  min-width:320px !important;
  min-height:54px !important;
  padding:15px 34px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#12c8d8,#0794a8) !important;
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:19px !important;
  font-weight:950 !important;
  letter-spacing:.2px !important;
  box-shadow:0 16px 38px rgba(0,0,0,.22) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  transition:.18s ease !important;
}

.stf-home-b2b-hero-btn:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 22px 48px rgba(0,0,0,.30) !important;
  background:linear-gradient(135deg,#1ad9ea,#08aabc) !important;
}

@media(max-width:900px){
  .stf-home-b2b-hero-btn{
    min-width:0 !important;
    width:100% !important;
    max-width:360px !important;
    min-height:52px !important;
    font-size:18px !important;
    padding:14px 22px !important;
  }
}
