.elementor-18906 .elementor-element.elementor-element-7feb437{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-41b0467 *//* CSS minimal pour l'exercice - compatible Elementor */

/* Synthèse (encadré spécial) */
.synthesis {
    background: linear-gradient(135deg, #0051b9 0%, #003d8a 100%);
    color: white;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 6px solid #ffd700;
}

.synthesis h2 {
    color: white;
    margin-bottom: 1.5rem;
    text-align: center;
}

.key-points {
    display: block;
}

.point {
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    margin-bottom: 1rem;
}

.point:last-child {
    margin-bottom: 0;
}

.bottom-line {
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
}

.cta-intro {
    margin-top: 1.5rem;
    text-align: center;
}

.course-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.course-link:hover {
    border-bottom-color: #ffd700;
}

/* Exercice final */
.exercise-container {
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.exercise-question {
    background: white;
    border-radius: 6px;
    border-left: 4px solid #3498db;
    margin-bottom: 1.5rem;
}

.exercise-question p {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.exercise-options {
    display: block;
}

.exercise-options .option-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.exercise-options .option-item:last-child {
    margin-bottom: 0;
}

.exercise-options .option-item:hover {
    border-color: #3498db;
    background: #e3f2fd;
}

.exercise-options .option-radio {
    margin-right: 0.75rem;
    transform: scale(1.2);
}

.check-btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    margin: 2rem auto;
}

.check-btn:hover {
    background: #218838;
}

.results-hidden {
    display: none;
}

#results {
    background: #e8f5e8;
    border-radius: 8px;
    margin-top: 2rem;
    border-left: 6px solid #28a745;
    padding: 1.5rem;
}

#score {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #155724;
    font-weight: 600;
}

#feedback {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #155724;
}

.solutions {
    background: white;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    padding: 1.5rem;
}

.solutions h5 {
    color: #155724;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.solutions p {
    margin-bottom: 0.75rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 4px;
    color: #495057;
}

/* Tableaux de conjugaison */
.conjugation-table {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}

.conjugation-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr 2fr;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
    align-items: center;
}

.conjugation-row:last-child {
    border-bottom: none;
}

.pronoun {
    font-weight: 600;
    color: #2c3e50;
}

.verb {
    background: #3498db;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.verb.highlighted {
    background: #e74c3c;
}

.infinitive, .usage {
    color: #666;
    font-style: italic;
    font-size: 0.9rem;
}

.translation {
    color: #27ae60;
    font-weight: 500;
}

/* Exemples */
.example {
    margin: 0.5rem 0;
}

.german {
    font-weight: 600;
    color: #2c3e50;
}

.french {
    color: #666;
    font-style: italic;
    margin-left: 1rem;
}

/* Navigation par cas */
.case-grid {
    display: block;
}

.case-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 1rem;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
}

.case-card:last-child {
    margin-bottom: 0;
}

.case-card:hover {
    border-color: #3498db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #333;
}

.case-number {
    background: #3498db;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 0.5rem auto;
}

.case-card h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.case-card p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.case-card em {
    color: #3498db;
    font-weight: 600;
}

/* Responsive simple */
@media (max-width: 768px) {
    .conjugation-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0.25rem;
    }
    
    .case-grid {
        grid-template-columns: 1fr;
    }
    
    .exercise-options label {
        padding: 1rem;
    }
}/* End custom CSS */