.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(36,38,63,0.1);
}
.section-paragraphe ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0 0 20px;
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.section-paragraphe a {
  color: #ffd926;
}
.section-paragraphe a:hover {
  text-decoration: underline;
}
