.section-paragraphe {
  width: 90%;
  max-width: 1592px;
  margin: 0 auto;
}
.section-paragraphe p {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  margin: 0 0 20px;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(75,187,189,0.1);
}
