/* Indice de confiance — Programmes 2027 */

.indice2027-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 2rem 0; }

.indice2027-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 1rem;
}

.indice2027-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    transition: box-shadow 0.15s;
}
.indice2027-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.07); }

.indice2027-badge {
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

.indice2027-gauge { margin: 4px 0; }

.indice2027-label {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

.indice2027-detail {
    font-size: 11px;
    color: #666;
    line-height: 1.8;
    text-align: left;
}

.indice2027-coh-dot {
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    margin-right: 3px;
    vertical-align: middle;
}
.dot-ok  { background: #0F6E56; }
.dot-mid { background: #854F0B; }
.dot-ko  { background: #A32D2D; }

.indice2027-total {
    font-size: 11px;
    color: #aaa;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 6px;
    width: 100%;
    text-align: center;
}

.indice2027-disclaimer {
    font-size: 12px;
    color: #888;
    font-style: italic;
    padding: 10px 14px;
    background: #fafafa;
    border-radius: 6px;
    border-left: 3px solid #e0e0e0;
    margin: 0;
}

@media (max-width: 480px) {
    .indice2027-grid { grid-template-columns: repeat(2, 1fr); }
}
