.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(64,32,32,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
