.section-paragraphe p a {
  color: #00845A;
  font-weight: 700;
}
.section-paragraphe p a:hover {
  text-decoration: underline;
}
.section-paragraphe ul {
  font-size: 1.6rem;
  line-height: 1.8;
}
.section-paragraphe .twocolumns {
  columns: 2;
  margin-bottom: 20px;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(54,55,56,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
