/* Style commun aux sections principales */
.section-container {
  margin-bottom: 1.5rem; /* équivaut à mb-6 */
}

/* Style des titres h2 */
.section-title {
  font-size: 1.5rem; /* text-2xl */
  font-weight: 700;  /* font-bold */
  margin-bottom: 0.5rem; /* mb-2 */
}

/* Style des titres h3 */
.subsection-title {
  font-size: 1.25rem; /* text-xl */
  font-weight: normal;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

/* Style des paragraphes */
.section-text {
  color: #374151; /* text-gray-700 */
  margin-top: 1rem; /* mt-2 */
  margin-bottom: 0.5rem; /* mb-2 */
}

/* Style des images illustratives */
.section-image {
  border-radius: 0.5rem; /* rounded-lg */
}

i{
  color: #00000091;
}