html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}

.formationsSelectionDesktop {
  display: flex;
  background-color: #0A0B0A;
  color: #e5e5e5;
  font-size: 2rem;
  height: 5rem;
  width: min(22rem, 100%);
  max-width: 100%;
  border-radius: 1rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  backface-visibility: hidden;
}
.formationsSelectionDesktop:hover, .formationsSelectionDesktop:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .formationsSelectionDesktop {
    transition-duration: 0.01ms;
  }
}
.formationsSelectionDesktop:hover, .formationsSelectionDesktop:focus-visible {
  text-decoration: none;
  color: #f7f7ff;
  background-color: #091226;
}
.formationsSelectionDesktop h2 {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  padding-inline: 0.5rem;
  box-sizing: border-box;
  line-height: 1.1;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .formationsSelectionDesktop {
    height: 4.5rem;
  }
  .formationsSelectionDesktop h2 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .formationsSelectionDesktop {
    height: 4.2rem;
  }
  .formationsSelectionDesktop h2 {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 360px) {
  .formationsSelectionDesktop {
    height: 4rem;
  }
  .formationsSelectionDesktop h2 {
    font-size: 1.3rem;
    padding-inline: 0.35rem;
  }
}/*# sourceMappingURL=formationsSelectionDesktop.css.map */