/* iframe-style.css */
#chatWidget {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 10px;
    width: 90px; /* Taille initiale masquée */
    height: 445px; /* Taille initiale masquée */
    border: none;
}
