.elementor-67200 .elementor-element.elementor-element-3bd3c772{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-11e03dae *//* ====== Conteneur principal ====== */
.idq-article {
  font-family: 'Arial', sans-serif;
  line-height: 1.8;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* ====== Titres ====== */
.idq-article h1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

.idq-article .subtitle {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 25px;
  color: #444;
}

/* ====== Paragraphes ====== */
.idq-article p {
  font-size: 16px;
  margin-bottom: 18px;
  text-align: justify;
}

.idq-article strong {
  color: #000;
}

/* ====== Sous-titres sections ====== */
.idq-article h2 {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #111;
  border-left: 4px solid #467886;
  padding-left: 10px;
}

/* ====== Listes ====== */
.idq-article ul {
  margin: 15px 0 20px 25px;
  padding: 0;
}

.idq-article li {
  margin-bottom: 12px;
}

/* ====== Image ====== */
.idq-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 25px auto;
  border-radius: 8px;
}

/* ====== Lien rapport ====== */
.idq-article .rapport-link {
  text-align: center;
  margin-top: 30px;
}

.idq-article .rapport-link a {
  color: #467886;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.idq-article .rapport-link a:hover {
  text-decoration: underline;
}

/* ====== Références ====== */
.idq-article .references {
  margin-top: 30px;
  font-size: 14px;
  color: #081a21;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .idq-article {
    padding: 20px;
  }

  .idq-article h1 {
    font-size: 20px;
  }

  .idq-article h2 {
    font-size: 16px;
  }
}/* End custom CSS */