/* =================================================
   RESET + STYLE CARTES OFFRES (STYLE BELL)
   ================================================= */

/* zone "Offres en vedette" uniquement */
#bell-services-header-redesign ~ div .bhp-offer,
#bell-services-header-redesign ~ div .tile-grid-item {
  background: #fff !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 24px !important;
  margin: 0 !important;
}

/* empêcher toute déco étrange */
#bell-services-header-redesign ~ div * {
  box-shadow: none !important;
}

/* titres */
.bhp-offer-title,
.tile-grid-title-redesign {
  font-size: 22px !important;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #000;
}

/* texte */
.bhp-offer-description,
.tile-grid-description {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

/* images : ON LES REMET */
.bhp-offer img,
.tile-grid-item img {
  display: block !important;
  max-width: 220px;
  height: auto;
  margin: 16px auto 0;
}

/* boutons */
.bhp-offer a,
.tile-grid-item a {
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

/* bouton principal */
.bhp-offer a:first-of-type {
  background: #00549a;
  color: #fff !important;
  border: none;
}

/* bouton secondaire */
.bhp-offer a:last-of-type {
  background: #fff;
  color: #00549a !important;
  border: 1px solid #cfcfcf;
}
html,body{overflow-x:hidden!important;}
