.atelier-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.atelier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}



.atelier-status {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.status-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.competences-preview {
    padding: 10px;
    background: #e7f3ff;
    border-left: 3px solid #0d6efd;
    border-radius: 4px;
}
