:root {
  --police: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --icone-telechargement: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v11'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 20h14'/%3E%3C/svg%3E");
}

body {
  background-color: rgb(255, 255, 255);
  font-family: var(--police);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.38;
  color: #174195;
}

.text a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.text a:hover {
  text-decoration-color: currentColor;
}

.text em {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.text strong {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.page__contenu {
  display: flow-root;
  isolation: isolate;
}

.page {
  display: contents;
}

@media (min-width: 1151px) {
  .page {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    align-items: start;
    min-height: 100dvh;
  }

  .page > .entete {
    grid-row: 1 / span 2;
  }

  .page > .pied {
    grid-column: 2;
  }
}

.lien-evitement {
  position: absolute;
  top: -100px;
  left: 8px;
  z-index: 50;
  padding: 10px 18px;
  border-radius: 0 0 8px 8px;
  background-color: #174195;
  font-weight: 700;
  color: #ffffff;
  transition: top 0.2s ease;
}

.lien-evitement:focus {
  top: 0;
}

.visuellement-masque {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.coordonnees {
  font-style: normal;
}

.coordonnees__ligne {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: inherit;
}

.coordonnees > * + * {
  margin-top: 0.6em;
}

.coordonnees__ligne {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}

.coordonnees__ligne:hover {
  text-decoration-color: currentColor;
}

.coordonnees__icone {
  flex: none;
  width: 1.15em;
  height: 1.15em;
}

.reseaux {
  display: flex;
  align-items: center;
}

.reseaux li {
  display: flex;
}

.reseaux__lien {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: inherit;
  transition: transform 0.2s ease;
}

.reseaux__lien:hover {
  transform: scale(1.08);
}

.reseaux__icone {
  display: block;
  width: 1em;
  height: 1em;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
