/* helite.css - Styles du projet Helite */

.helite-container {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.helite-header {
  border-bottom: 3px solid #27ae60;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.helite-header h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.helite-header h2 {
  color: #7f8c8d;
  font-size: 1.5rem;
}

/* Sections spécifiques Helite */
.forms-section h3,
.events-section h3,
.dashboards-section h3 {
  color: #27ae60;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #27ae60;
}

/* Dashboard cards spécifiques Helite */
.helite-container .dashboard-card {
  border-color: #27ae60;
}

.helite-container .dashboard-card:not(.disabled):hover {
  background: #27ae60;
  border-color: #229954;
}

/* Stats cards Helite */
.helite-container .stat-card {
  background: linear-gradient(135deg, #27ae60, #229954);
}
