.section-paragraphe ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 2;
}
.section-paragraphe ul strong {
  font-weight: bold;
}
.section-paragraphe ul li {
  margin: 0 0 20px;
}
.section-paragraphe ul li:last-child {
  margin: 0;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(14,74,60,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
@media (max-width: 1340px) {
  .section-paragraphe .container,
  .section-paragraphe .container-lg,
  .section-paragraphe .container-md,
  .section-paragraphe .container-sm,
  .section-paragraphe .container-xl,
  .section-paragraphe .container-xxl {
    max-width: 100%;
    padding: 0 20px;
  }
}
