.section-paragraphe .paragraphe__container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 40px;
}
.section-paragraphe .paragraphe__container.center {
  text-align: center;
}
.section-paragraphe .paragraphe__container.center .paragraphe__boutons {
  justify-content: center;
}
.section-paragraphe .paragraphe__container .text > *:last-child {
  margin-bottom: 0;
}
.section-paragraphe .paragraphe__container p a {
  color: #E62537;
}
.section-paragraphe .paragraphe__container p a:hover {
  text-decoration: underline;
}
.section-paragraphe .paragraphe__container ul {
  list-style-type: square;
}
.section-paragraphe .paragraphe__container ul li {
  margin-bottom: 0;
}
.section-paragraphe .paragraphe__container ol li {
  margin-bottom: 0;
}
.section-paragraphe .paragraphe__container div.special-list ul {
  list-style-type: none;
  padding: 0;
}
.section-paragraphe .paragraphe__container div.special-list li {
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}
.section-paragraphe .paragraphe__container div.special-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\e913";
  font-family: 'icomoon';
  align-self: self-start;
  color: #164194;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-paragraphe .paragraphe__container p.special {
  font-weight: 900;
  color: #E62537;
  background-color: #fff;
  border-radius: 14px;
  padding: 20px 25px;
}
.section-paragraphe .paragraphe__container .twocolumns {
  columns: 2;
}
.section-paragraphe .paragraphe__container table {
  margin: auto;
}
.section-paragraphe .paragraphe__container table tr:nth-child(odd) {
  background-color: #D9E5EC;
}
.section-paragraphe .paragraphe__container table td {
  border-width: 1px;
}
.section-paragraphe .paragraphe__container .paragraphe__boutons {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.section-paragraphe .paragraphe__container .bouton {
  margin-bottom: 16px;
}
.section-paragraphe .paragraphe__container .bouton:first-child {
  margin-right: 20px;
}
.section-paragraphe .paragraphe__container .bouton4 {
  border: 1px solid #E62537;
}
.section-paragraphe .paragraphe__container .bouton-underline {
  text-decoration: underline;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: flex;
  width: fit-content;
}
.section-paragraphe .paragraphe__container .bouton-underline:hover {
  color: #164194;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .section-paragraphe .paragraphe__container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-paragraphe .paragraphe__container .bouton-underline {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .section-paragraphe .paragraphe__container .twocolumns {
    columns: 1;
  }
  .section-paragraphe .paragraphe__container .paragraphe__boutons {
    flex-direction: column;
  }
  .section-paragraphe .paragraphe__container .bouton:first-child {
    margin-right: 0;
  }
  .section-paragraphe .paragraphe__container .bouton-underline {
    margin: 0 auto;
  }
  .section-paragraphe .paragraphe__container p.special {
    padding: 15px;
  }
}
@media (max-width: 399px) {
  .section-paragraphe .paragraphe__container {
    padding: 0 20px;
  }
}
