/* CSS transversal */


/* Petit CTA */

button.cta_litle,
button.cta_litle:disabled {
    padding: 8px 6px !important;
    font-size: 0.8em !important;
    font-weight: 600 !important;
}


/* Design de l'icone DELETE */
/* Incluant Roll over */
.delete-icon {
    color: #ccc !important;
}

.delete-icon:hover {
color: red !important;
cursor: pointer; /* Change le curseur en main au survol */
}


/* Ajoute une ombre légère au survol sur les cards */
.custom-card_liste:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre subtile */
}


/* Design icône utilisateur en cercle */
.icone_user_picture {
    border-radius: 50% !important;  /* 🔵 Rend l'élément circulaire */
    border: 1px solid white !important;
    height: 25px !important;
    width: 25px !important; 
    object-fit: cover;
    background-color: white;
}
