.section-paragraphe p {
  text-align: left;
}
.section-paragraphe p a {
  color: #EF5960;
  font-weight: 700;
}
.section-paragraphe p a:hover {
  text-decoration: underline;
}
.section-paragraphe .centrer {
  text-align: center;
}
.section-paragraphe h2 + p {
  margin-top: 40px;
}
.section-paragraphe .bouton1 {
  margin-top: 10px;
}
.section-paragraphe .twocolumns {
  columns: 2;
  margin-bottom: 20px;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(66,40,22,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
