

/* --- STYLE SECTION THEMES --- */



/* Style du carré de l'icône */
.theme-icon {
    width: 50px;
    height: 50px;
    border-radius: 8px; /* Coins légèrement arrondis */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
}

/* Forcer l'utilisation de FontAwesome 6 pour nos icônes */
.theme-icon i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Texte gris clair pour la description sur fond noir */
.text-muted-light {
    color: #b0b0b0 !important;
}

/* Couleurs spécifiques de l'image Themes */
.bg-orange { background-color: #f39c12; }
.text-orange { color: #f39c12; }

.bg-green { background-color: #8cc63f; }
.text-green { color: #8cc63f; }

.bg-blue { background-color: #3498db; }
.text-blue { color: #3498db; }

.bg-red { background-color: #e74c3c; }
.text-red { color: #e74c3c; }