.bubbler {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border-radius: 20px; /* Utiliser un rayon de bord plus grand pour des bords arrondis */
    padding: 10px 20px; /* Ajouter du rembourrage pour l'intérieur du rectangle */
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Pour être sûr que la bulle reste au-dessus du contenu */
}

.bubbler-content {
    font-size: 14px;
}

/* Style pour changer l'apparence au survol */
.bubbler:hover {
    background-color: #0056b3;
    transition: background-color 0.3s ease-in-out;
}

.badge-primary {
    background-color: #000000 !important;
}

.stats_btn{
    opacity:0.5;
}