:root {
  font-size: 62.5%;
}

.backend a {
  pointer-events: none !important;
}

.block-mot-clef {
  display: flex;
  flex-wrap: wrap;
  gap: calc(clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) / 2);
}
.block-mot-clef p {
  display: block;
  margin: 0;
  padding: 0.2em 0.5em;
  background-color: #f9f5ef;
  color: #181818;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.block-mot-clef p:hover {
  background-color: red;
  color: #f9f5ef;
}
