/* HIWBI - cartes d'accueil au format horizontal 3:2 */
.home .sc_services_type_images .sc_services_item_featured .post_thumb {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .sc_services_type_images .sc_services_item_1 .post_thumb {
  background-image: url("https://hiwbi.be/wp-content/uploads/2026/08/hiwbi-carte-massages-dos.webp");
}
.home .sc_services_type_images .sc_services_item_2 .post_thumb {
  background-image: url("https://hiwbi.be/wp-content/uploads/2026/08/hiwbi-carte-tarifs-jambes.webp");
}
.home .sc_services_type_images .sc_services_item_3 .post_thumb {
  background-image: url("https://hiwbi.be/wp-content/uploads/2026/08/hiwbi-carte-bons-cadeaux-cranien.webp");
}
.home .sc_services_type_images .sc_services_item_featured .post_thumb > a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.home .sc_services_type_images .sc_services_item_featured .post_thumb img {
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

/* HIWBI - un seul libelle accessible par bouton */
.home .sc_services_item_readmore span.first {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
}
.home .sc_services_item_readmore span.second {
  display: none !important;
}

/* HIWBI - ajustements pour telephones */
.home .hiwbi-home-title {
  display: none !important;
}

@media (max-width: 767px) {
  .header_mobile .content_wrap > a {
    display: flex !important;
    align-items: center;
    height: 50px;
  }

  .header_mobile .logo_mobile {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 38px !important;
  }

  .header_mobile .menu_button {
    top: 3px !important;
    right: 8px !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
  }

  .home .hiwbi-home-title + h1 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .home .sc_call_to_action_title {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  .home h1.sc_title {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }
}