/* Immo Taroudant — correctifs globaux des éléments flottants sur mobile. */
@media (max-width: 900px) {
  /* Retire l’onglet latéral Témoignages / Estimation du thème. */
  html body .temoBtn,
  html body .ms-auto:has(.temoBtn) {
    display: none !important;
  }

  /* Le carrousel « À LA UNE » masque les pages sur les petits écrans. */
  .ita-alu {
    display: none !important;
  }

  /* Conserve l’assistant IA, mais sous forme d’un bouton rond discret. */
  #aita-launch {
    right: 16px !important;
    bottom: 16px !important;
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    justify-content: center !important;
  }

  #aita-launch span {
    display: none !important;
  }
}
