footer {
  font-size: 0.875em;
}

footer .separateur {
  border-top: 1px solid var(--systeme-design-etat-contour-champs);
}

footer nav {
  display: flex;
  padding: 1em 0;
}

footer nav ul {
  display: flex;
  margin: 0;
  padding: 0;

  list-style-type: none;
}

footer nav li {
  padding-right: 0.5em;
  border-left: 1px solid var(--systeme-design-etat-contour-champs);
}

footer nav li:first-of-type {
  border-left: none;
}

footer nav a {
  margin-left: 0.5em;
  padding: 0.3em 0.8em;

  text-decoration: none;
  color: var(--texte-fonce);
  white-space: nowrap;
  font-size: 12px;
}

footer nav a:hover {
  background-color: var(--systeme-design-etat-gris-survol);
}

footer nav a:active {
  background-color: var(--systeme-design-etat-gris-actif);
}

footer .bandeau-mss {
  display: flex;

  padding: 1.5em 0;
}

footer .bloc-france {
  flex: 1;
  align-self: center;
}

footer .bloc-france .marianne {
  height: 1.6em;

  background: url(../images/marianne.svg) no-repeat;
  background-size: contain;
}

footer .bloc-france .republique-francaise {
  padding: 0.5em 0;

  color: #000;
  font-weight: bold;
  line-height: 1em;
}

footer .bloc-france .devise {
  height: 3em;

  background: url(../images/devise.svg) no-repeat;
  background-size: contain;
}

footer .infos-mss {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.8em;

  color: var(--texte-fonce);
  line-height: 1.7em;
}

footer .infos-mss a {
  color: var(--texte-fonce);
  text-decoration: underline;
  text-decoration-thickness: 0.03em;
  text-underline-offset: 0.3em;
}

footer .infos-mss a.nouvel-onglet::after {
  background-color: var(--texte-fonce);
}

footer .infos-mss a:hover {
  color: var(--texte-fonce);
  text-decoration-thickness: 0.12em;
}

footer .infos-mss a:active {
  background-color: var(--systeme-design-etat-gris-actif);
}

footer .infos-mss .liens {
  display: flex;
  justify-content: space-between;
  transform: translateX(-0.7em);
}

footer .infos-mss .liens a {
  padding: 0.15em 0.7em;

  text-decoration: none;
  font-weight: bold;
}

footer .infos-mss .liens a:hover {
  background-color: var(--systeme-design-etat-gris-survol);
}

footer .infos-mss .liens a:active {
  background-color: var(--systeme-design-etat-gris-actif);
}
