/* Custom styles pour l'application */

[x-cloak] {
    display: none !important;
}

.reveal .slides section {
    text-align: left;
}

.reveal .slides section > * {
    margin-left: auto;
    margin-right: auto;
}

/* Animation pour le spinner */
@keyframes spin {
    to { transform: rotate(360deg); }
}

.animate-spin {
    animation: spin 1s linear infinite;
}