.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(43,58,43,0.1);
}
.section-paragraphe a {
  color: #B5B25F;
}
.section-paragraphe a:hover {
  color: #B5B25F;
  text-decoration: underline;
}
.section-paragraphe ul {
  list-style-type: disc;
  line-height: 3.2rem;
  padding-left: 15px;
  color: #F7ECDD;
  font-size: 1.6rem;
  margin: 0 0 20px;
}
