/* ppc.css - Styles du projet PPC */

.ppc-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;
}

.project-header {
  border-bottom: 3px solid #3498db;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.project-header h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.project-header h2 {
  color: #7f8c8d;
  font-size: 1.5rem;
}

.project-description {
  margin-bottom: 2rem;
  line-height: 1.8;
  color: #555;
}

/* Sections spécifiques PPC */
.forms-section,
.events-section,
.dashboards-section {
  margin: 3rem 0;
}

.forms-section h3,
.events-section h3,
.dashboards-section h3 {
  color: #3498db;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #3498db;
}

/* Dashboard cards spécifiques PPC */
.ppc-container .dashboard-card {
  border-color: #3498db;
}

.ppc-container .dashboard-card:not(.disabled):hover {
  background: #3498db;
  border-color: #2980b9;
}
