* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #000;
}

#iapf {
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: flex-start;  /* colle en haut */
  height: 100vh;            /* remplit la hauteur de la fenêtre */
}

#i1rx {
  color: black;
  display: flex;
  visibility: visible;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1343px;
}

#i9j2 {
  min-height: 100px;
}

#contact-link {
  position: fixed;
  top: 1rem;
  right: 1rem;
  color: #666666;      /* gris foncé */
  text-decoration: none;
  font-weight: bold;
  font-style: italic;  /* italique */
  z-index: 1000;
}

#contact-link:hover {
  text-decoration: underline;
}
