/* ------------------------------------------- */
/* ------------------------------------------- */
:root {
  font-size: 62.5%;
}

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

.block-edition {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
.block-edition > * {
  flex: 0 1 calc(25% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 3 / 4);
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
@media screen and (max-width: 781px) {
  .block-edition > * {
    flex: 0 1 calc(33.3333333333% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 2 / 3);
  }
}
@media screen and (max-width: 420px) {
  .block-edition > * {
    flex: 0 1 calc(50% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
  }
}
