.section-tableau .tableau__container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 40px;
}
.section-tableau .tableau__container2 {
  max-width: 1440px;
}
.section-tableau .tableau {
  background-color: #D9E5EC;
  border-radius: 16px;
  width: 100%;
}
.section-tableau .tableau td,
.section-tableau .tableau th {
  padding: 25px 13px;
  border: 3px solid #F2F0EC;
}
.section-tableau .tableau td p,
.section-tableau .tableau td ul,
.section-tableau .tableau td ol,
.section-tableau .tableau th p,
.section-tableau .tableau th ul,
.section-tableau .tableau th ol {
  margin-bottom: 10px;
}
.section-tableau .tableau td :last-child,
.section-tableau .tableau th :last-child {
  margin-bottom: 0;
}
.section-tableau .tableau td p,
.section-tableau .tableau td li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2A363B;
}
.section-tableau .tableau td p a:hover,
.section-tableau .tableau td li a:hover {
  text-decoration: underline;
}
.section-tableau .tableau th,
.section-tableau .tableau th p {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  color: #2A363B;
}
.section-tableau .tableau.cols2 td,
.section-tableau .tableau.cols2 th {
  width: 50%;
}
.section-tableau .tableau.cols3 td,
.section-tableau .tableau.cols3 th {
  width: 33.33%;
}
.section-tableau .tableau.cols4 td,
.section-tableau .tableau.cols4 th {
  width: 25%;
}
.section-tableau .tableau.cols5 td,
.section-tableau .tableau.cols5 th {
  width: 20%;
}
.section-tableau .paragraphe__boutons {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.section-tableau .bouton {
  margin-bottom: 16px;
}
.section-tableau .bouton:first-child {
  margin-right: 20px;
}
.section-tableau .bouton4 {
  border: 1px solid #E62537;
}
.section-tableau .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-tableau .bouton-underline:hover {
  color: #164194;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .section-tableau .tableau__container {
    padding: 0 30px;
  }
  .section-tableau .tableau td,
  .section-tableau .tableau th {
    padding: 15px 10px;
  }
  .section-tableau .tableau__container2 .tableau_wrapper {
    overflow-x: auto;
  }
  .section-tableau .tableau__container2 .tableau_wrapper .tableau {
    width: 1100px;
  }
}
@media (max-width: 991px) {
  .section-tableau .bouton-underline {
    font-size: 1.6rem;
  }
  .section-tableau .tableau th,
  .section-tableau .tableau th p {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .section-tableau .paragraphe__boutons {
    flex-direction: column;
  }
  .section-tableau .bouton:first-child {
    margin-right: 0;
  }
  .section-tableau .bouton-underline {
    margin: 0 auto;
  }
  .section-tableau .tableau__container:not(.tableau__container2) .tableau_wrapper {
    overflow-x: auto;
  }
  .section-tableau .tableau__container:not(.tableau__container2) .tableau_wrapper .tableau {
    width: 690px;
  }
  .section-tableau .tableau td,
  .section-tableau .tableau th {
    padding: 10px 10px;
  }
}
@media (max-width: 399px) {
  .section-tableau .tableau__container {
    padding: 0 20px;
  }
}
