/* =======================================================================
   Simulateur Page Éléa
   ======================================================================= */

.elea-page-simulator {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.elea-page-main-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.elea-page-main-header h1 {
    font-size: 2.5em;
    color: #2c3e50;
    margin-bottom: 10px;
}

.elea-page-intro {
    font-size: 1.2em;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

.elea-page-block {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.elea-hero-header {
    background: #2c3e50;
    color: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}

.elea-hero-header h2 {
    margin: 0;
    font-size: 2em;
    color: white !important;
}

.elea-hero-subtitle {
    margin-top: 10px;
    font-size: 1.2em;
    opacity: 0.9;
}

.elea-callouts .elea-callout {
    padding: 15px;
    border-left: 5px solid #3498db;
    background: #f0f8ff;
    margin-bottom: 10px;
}

.elea-callout.type-alerte {
    border-color: #e74c3c;
    background: #fdedec;
}

.elea-callout.type-objectif {
    border-color: #27ae60;
    background: #eafaf1;
}

.elea-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.elea-table th,
.elea-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.elea-table th {
    background: #f9f9f9;
    font-weight: bold;
}

.elea-definition-box {
    border: 2px solid #27ae60;
    padding: 20px;
    border-radius: 8px;
    background: #f9fffb;
}

.elea-definition-box h4 {
    margin-top: 0;
    color: #27ae60;
}

.elea-summary {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
}

.elea-summary ul {
    list-style: none;
    padding: 0;
}

.elea-summary li {
    margin-bottom: 5px;
}

.elea-summary a {
    text-decoration: none;
    color: #2980b9;
}

.elea-summary a:hover {
    text-decoration: underline;
}

.elea-generic-block-content {
    background: #fafafa;
    border: 1px dashed #ccc;
    padding: 10px;
    font-size: 0.9em;
}

.elea-block-type-label {
    font-size: 0.8em;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}
