.ai-titre {
    font-size: 26px;
    font-weight: 700;
}

.ai-sous-titre {
    font-weight: 600;
}

.ai-sous-sous-titre {
    font-weight: 600;
}

.ai-table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
    font-size: 0.95rem;
}

.ai-table th,
.ai-table td {
    border: 1px solid #ddd;
    padding: 6px 10px;
}

.ai-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.ai-rapport {
    line-height: 1.5;
    font-size: 0.95rem;
}
.ai-result-mistral, .ai-result-gpt {
    background-color: #fff;
    padding-top: 50px;
    padding: 20px;
}