/* Start custom CSS for page-settings *//* Style générique pour les articles PrestaBlog */
#prestablog .rte h1, 
#prestablog .rte h2, 
#prestablog .rte h3 {
  color: #1d1d1f;
  margin-top: 1.5rem;
  font-family: "Poppins", sans-serif;
}

#prestablog .rte p {
  line-height: 1.7;
  margin-bottom: 1em;
  font-size: 16px;
  color: #333;
}

#prestablog .rte ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

#prestablog .rte table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

#prestablog .rte th, 
#prestablog .rte td {
  border: 1px solid #ccc;
  padding: 10px;
}

#prestablog .rte th {
  background-color: #f5f5f5;
}

#prestablog .rte .highlight {
  background-color: #eaf4ff;
  padding: 15px;
  border-left: 4px solid #007bff;
  margin: 1.5em 0;
}/* End custom CSS */