.elementor-67385 .elementor-element.elementor-element-e0192ff{--display:flex;overflow:visible;}.elementor-67385 .elementor-element.elementor-element-38b34a9{--display:flex;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c6c062e *//* ====== 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);
}

/* ====== Titre + sous-titre ====== */
.idq-article h1 {
  font-size: 27px;
  margin-bottom: 10px;
  color: #000;
}

.idq-article .subtitle {
  font-size: 27px;
  margin-bottom: 10px;
  color: #000;
}

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

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

/* ====== Intertitres ====== */
.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;
}

/* ====== Blocs utilitaires ====== */
.idq-article .note {
  margin: 18px 0 22px;
  padding: 14px 16px;
  background: #fff;
  border-left: 4px solid #467886;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.idq-article .footer {
  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 */