.logo{
  display:block;
  width: min(360px, 80vw);
  height:auto;
  margin: 12px 0 20px;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lang {
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  white-space: nowrap;
}

.lang-link {
  text-decoration: none; /* comme quand ça marchait */
}

.lang-link.is-active {
  font-weight: 700;
  text-decoration: underline; /* comme quand ça marchait */
  cursor: default;
}

/* IMPORTANT : on désactive le clic uniquement si c'est un span */
nav.lang span.lang-link.is-active {
  pointer-events: none;
}

.sep {
  margin: 0 8px;
}
