.documentation {
  position: relative;

  background: #fff;
  border-radius: 5px;

  text-align: left;

  padding: 32px 16px;
  margin: 0;
}

.documentation section {
  padding: 3em 0;
}

.documentation h1 {
  font-size: 2.8em;
}

.documentation h2 {
  margin-top: 2em;
}

.documentation h3 {
  margin-top: 2em;
  font-weight: normal;
  color: var(--texte-fonce);
}

.documentation p,
.documentation ul {
  color: var(--texte-fonce);
}

.documentation li {
  padding-bottom: 0.5em;
}

.documentation dl {
  color: var(--texte-fonce);
}

.documentation dd,
.documentation dt {
  display: inline;
}

.documentation dt {
  font-weight: bold;
}

.documentation dt:before {
  display: block;
  margin-top: 1em;
  content: '';
}

.documentation dd {
  margin-inline-start: 0.5em;
}

.resume {
  line-height: 180%;
  font-weight: bold;
}

.resume ul {
  padding-top: 1em;
  padding-bottom: 2em;
}

.question {
  text-align: center;
}

.question p {
  margin: 0;
  padding: 2em 0 0;

  font-size: 2em;
  font-weight: bold;
  color: var(--bleu-anssi);
}

.date-mise-en-vigueur {
  margin-bottom: 2.5em;
}

.documentation .conteneur-image {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.documentation .conteneur-image img {
  width: 100%;
}

.documentation #tampon-homologation-tablette,
.documentation #tampon-homologation-desktop {
  display: none;
}

@media screen and (min-width: 576px) {
  .documentation #tampon-homologation-tablette {
    display: unset;
  }

  .documentation #tampon-homologation-mobile,
  .documentation #tampon-homologation-desktop {
    display: none;
  }
}

@media screen and (min-width: 932px) {
  .documentation #tampon-homologation-desktop {
    display: unset;
  }

  .documentation #tampon-homologation-mobile,
  .documentation #tampon-homologation-tablette {
    display: none;
  }
}

.documentation table th,
.documentation table td {
  padding: 8px;
}

@media screen and (max-width: 1200px) {
  .documentation table {
    border: 0;
  }

  .documentation table caption {
    font-size: 1.3em;
  }

  .documentation table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .documentation table tr {
    border-bottom: 2px solid var(--texte-fonce);
    display: block;
    margin-bottom: 0.825em;
  }

  .documentation table td {
    border-bottom: 1px solid var(--texte-fonce);
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .documentation table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 16px;
  }

  .documentation table td:last-child {
    border-bottom: 0;
  }

  .documentation table td:first-child {
    background: var(--fond-bleu-pale);
  }
}

@media screen and (min-width: 1200px) {
  .documentation table {
    border-collapse: collapse;
    border: 1px solid var(--texte-fonce);
  }

  .documentation table th,
  .documentation table td {
    border: 1px solid var(--texte-fonce);
  }

  .documentation table th {
    background: var(--fond-bleu-pale);
  }
}

body,
.marges-fixes {
  min-width: unset;
  width: unset;
}

.fond-entete {
  background-color: var(--bleu-mise-en-avant);
}

.entete-documentation {
  color: white;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.entete-documentation h1 {
  margin: 0;
}

.entete-documentation p.sous-titre {
  margin: 0;
  font-weight: 500;
}

.fil-d-ariane {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin: 0;
}

.fil-d-ariane a {
  color: white;
  text-decoration: underline;
}

main {
  display: block;
  text-align: left;
  background: white;
}

.documentation p:first-of-type,
.documentation h2:first-of-type {
  margin-top: 0;
}

a.nouvel-onglet {
  display: inline;
}

@media screen and (min-width: 1200px) {
  .entete-documentation,
  .bandeau-mss,
  .documentation {
    max-width: 1200px;
    margin: 0 auto;
  }

  .documentation {
    padding: 48px 96px;
  }

  header {
    justify-content: space-between;
    max-width: 1200px;
  }

  footer nav ul {
    width: 1200px;
    margin: 0 auto;
  }

  footer nav ul li:first-of-type a {
    margin-left: 0;
    padding-left: 0;
  }
}
