.section-grilledatas .grilledatas__container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 40px;
}
.section-grilledatas .tableau {
  background-color: #D9E5EC;
  border-radius: 16px;
  width: 100%;
}
.section-grilledatas .tableau td,
.section-grilledatas .tableau th {
  padding: 8px 20px;
  border: 3px solid #F2F0EC;
}
.section-grilledatas .tableau td p,
.section-grilledatas .tableau td ul,
.section-grilledatas .tableau td ol,
.section-grilledatas .tableau th p,
.section-grilledatas .tableau th ul,
.section-grilledatas .tableau th ol {
  margin-bottom: 10px;
}
.section-grilledatas .tableau td :last-child,
.section-grilledatas .tableau th :last-child {
  margin-bottom: 0;
}
.section-grilledatas .tableau td p,
.section-grilledatas .tableau td li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2A363B;
}
.section-grilledatas .tableau td p a:hover,
.section-grilledatas .tableau td li a:hover {
  text-decoration: underline;
}
.section-grilledatas .tableau th,
.section-grilledatas .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-grilledatas .tableau th span.soustitre {
  display: block;
  font-size: 1.4rem;
}
.section-grilledatas .tableau.cols2 td,
.section-grilledatas .tableau.cols2 th {
  width: 50%;
}
.section-grilledatas .tableau.cols2 td[scope="row"],
.section-grilledatas .tableau.cols2 td.rowtitleon,
.section-grilledatas .tableau.cols2 th[scope="row"],
.section-grilledatas .tableau.cols2 th.rowtitleon {
  width: 60%;
}
.section-grilledatas .tableau.cols2 td[scope="row"] ~ td,
.section-grilledatas .tableau.cols2 td.rowtitleon ~ th,
.section-grilledatas .tableau.cols2 th[scope="row"] ~ td,
.section-grilledatas .tableau.cols2 th.rowtitleon ~ th {
  width: 40%;
}
.section-grilledatas .tableau.cols3 td,
.section-grilledatas .tableau.cols3 th {
  width: 33.33%;
}
.section-grilledatas .tableau.cols3 td[scope="row"],
.section-grilledatas .tableau.cols3 td.rowtitleon,
.section-grilledatas .tableau.cols3 th[scope="row"],
.section-grilledatas .tableau.cols3 th.rowtitleon {
  width: 50%;
}
.section-grilledatas .tableau.cols3 td[scope="row"] ~ td,
.section-grilledatas .tableau.cols3 td.rowtitleon ~ th,
.section-grilledatas .tableau.cols3 th[scope="row"] ~ td,
.section-grilledatas .tableau.cols3 th.rowtitleon ~ th {
  width: 25%;
}
.section-grilledatas .tableau.cols4 td,
.section-grilledatas .tableau.cols4 th {
  width: 25%;
}
.section-grilledatas .tableau.cols4 td[scope="row"],
.section-grilledatas .tableau.cols4 td.rowtitleon,
.section-grilledatas .tableau.cols4 th[scope="row"],
.section-grilledatas .tableau.cols4 th.rowtitleon {
  width: 40%;
}
.section-grilledatas .tableau.cols4 td[scope="row"] ~ td,
.section-grilledatas .tableau.cols4 td.rowtitleon ~ th,
.section-grilledatas .tableau.cols4 th[scope="row"] ~ td,
.section-grilledatas .tableau.cols4 th.rowtitleon ~ th {
  width: 20%;
}
.section-grilledatas .tableau.cols5 td,
.section-grilledatas .tableau.cols5 th {
  width: 20%;
}
.section-grilledatas .tableau.cols5 td[scope="row"],
.section-grilledatas .tableau.cols5 td.rowtitleon,
.section-grilledatas .tableau.cols5 th[scope="row"],
.section-grilledatas .tableau.cols5 th.rowtitleon {
  width: 36%;
}
.section-grilledatas .tableau.cols5 td[scope="row"] ~ td,
.section-grilledatas .tableau.cols5 td.rowtitleon ~ th,
.section-grilledatas .tableau.cols5 th[scope="row"] ~ td,
.section-grilledatas .tableau.cols5 th.rowtitleon ~ th {
  width: 16%;
}
.section-grilledatas .tableau.alignright td {
  text-align: right;
}
.section-grilledatas .tableau.alignright th:not(:first-child) {
  text-align: center;
}
.section-grilledatas .paragraphe__boutons {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.section-grilledatas .bouton {
  margin-bottom: 16px;
}
.section-grilledatas .bouton:first-child {
  margin-right: 20px;
}
.section-grilledatas .bouton4 {
  border: 1px solid #E62537;
}
.section-grilledatas .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-grilledatas .bouton-underline:hover {
  color: #164194;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .section-grilledatas .grilledatas__container {
    padding: 0 30px;
  }
  .section-grilledatas .tableau td,
  .section-grilledatas .tableau th {
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  .section-grilledatas .bouton-underline {
    font-size: 1.6rem;
  }
  .section-grilledatas .tableau th,
  .section-grilledatas .tableau th p {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .section-grilledatas .paragraphe__boutons {
    flex-direction: column;
  }
  .section-grilledatas .bouton:first-child {
    margin-right: 0;
  }
  .section-grilledatas .bouton-underline {
    margin: 0 auto;
  }
  .section-grilledatas .grilledatas__container .tableau_wrapper.cols5,
  .section-grilledatas .grilledatas__container .tableau_wrapper.cols4 {
    overflow-x: auto;
  }
  .section-grilledatas .grilledatas__container .tableau_wrapper.cols5 .tableau,
  .section-grilledatas .grilledatas__container .tableau_wrapper.cols4 .tableau {
    width: 690px;
  }
  .section-grilledatas .tableau td,
  .section-grilledatas .tableau th {
    padding: 8px 10px;
  }
}
@media (max-width: 399px) {
  .section-grilledatas .grilledatas__container {
    padding: 0 20px;
  }
}
