.elementor-24533 .elementor-element.elementor-element-01d043d{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-322b45c *//* ========================================
   ENCART "EN BREF"
   ======================================== */
body .en-bref,
article .en-bref {
  background-color: #f0f8ff;
  border-left: 4px solid #2196F3;
  padding: 15px;
  margin: 20px 0;
}

body .en-bref p,
article .en-bref p {
  margin-bottom: 10px;
  font-size: 16px;
}

body .en-bref ul,
article .en-bref ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

body .en-bref li,
article .en-bref li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* ========================================
   TABLEAUX DE CONJUGAISON
   ======================================== */
body .tableau-conjugaison,
article .tableau-conjugaison {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

body .tableau-conjugaison thead,
article .tableau-conjugaison thead {
  background-color: #2196F3;
  color: white;
}

body .tableau-conjugaison th,
article .tableau-conjugaison th {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: bold;
}

body .tableau-conjugaison td,
article .tableau-conjugaison td {
  padding: 10px;
  border: 1px solid #ddd;
}

body .tableau-conjugaison tbody tr:nth-child(even),
article .tableau-conjugaison tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

body .tableau-conjugaison tbody tr:hover,
article .tableau-conjugaison tbody tr:hover {
  background-color: #f0f8ff;
}

/* ========================================
   QUIZ INTERACTIF
   ======================================== */
body .quiz-container,
article .quiz-container {
  max-width: 800px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
}

body .quiz-question,
article .quiz-question {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  border-left: 4px solid #2196F3;
}

body .quiz-question p,
article .quiz-question p {
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

body .quiz-options,
article .quiz-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body .quiz-option-label,
article .quiz-option-label {
  display: flex;
  align-items: center;
  padding: 12px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

body .quiz-option-label:hover,
article .quiz-option-label:hover {
  border-color: #2196F3;
  background: #f0f8ff;
}

body .quiz-option-label input[type="radio"],
article .quiz-option-label input[type="radio"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

body .quiz-option-label.correct,
article .quiz-option-label.correct {
  background: #e8f5e9;
  border-color: #4CAF50;
}

body .quiz-option-label.incorrect,
article .quiz-option-label.incorrect {
  background: #ffebee;
  border-color: #f44336;
}

body .quiz-explanation,
article .quiz-explanation {
  display: none;
  margin-top: 15px;
  padding: 12px;
  background: #e3f2fd;
  border-left: 4px solid #2196F3;
  border-radius: 4px;
  font-size: 14px;
}

body .quiz-explanation.show,
article .quiz-explanation.show {
  display: block;
}

body .quiz-buttons,
article .quiz-buttons {
  text-align: center;
  margin: 30px 0;
}

body .quiz-btn,
article .quiz-btn {
  background: #2196F3;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 0 5px;
}

body .quiz-btn:hover,
article .quiz-btn:hover {
  background: #1976D2;
}

body .quiz-btn:disabled,
article .quiz-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

body #quiz-score,
article #quiz-score {
  display: none;
  background: #f0f8ff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  margin-top: 20px;
}

body #quiz-score h3,
article #quiz-score h3 {
  color: #2196F3;
  margin-bottom: 15px;
  font-size: 22px;
}

body #score-display,
article #score-display {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

body #reset-quiz,
article #reset-quiz {
  display: none;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media screen and (max-width: 768px) {
  body .en-bref,
  article .en-bref {
    padding: 12px;
    margin: 15px 0;
  }
  
  body .tableau-conjugaison,
  article .tableau-conjugaison {
    font-size: 14px;
  }
  
  body .tableau-conjugaison th,
  body .tableau-conjugaison td,
  article .tableau-conjugaison th,
  article .tableau-conjugaison td {
    padding: 8px;
  }
  
  body .quiz-container,
  article .quiz-container {
    margin: 20px 10px;
  }
  
  body .quiz-question,
  article .quiz-question {
    padding: 15px;
  }
  
  body .quiz-btn,
  article .quiz-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
  
  body #quiz-score,
  article #quiz-score {
    padding: 20px;
  }
}/* End custom CSS */