@media (max-width: 767px) {
  .hero-layout .exemple_meta-container .comment-bubble {
    width: 340px !important; /* Force la largeur fixe */
    min-height: 80px !important; /* Force la hauteur minimale */
    /* Centre la bulle horizontalement */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
