/*
 * Vision Future Cachan Média — public interface fixes
 * Version 1.0.17
 */

.vfcm-language-switcher {
  align-items: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
  margin: 1px 8px 1px 0;
  padding: 2px;
}

.vfcm-language-switcher form {
  line-height: 1;
  margin: 0;
}

.vfcm-language-button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 28px;
  min-width: 30px;
  padding: 7px 6px;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.vfcm-language-button:hover,
.vfcm-language-button:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  outline: 2px solid #fff;
  outline-offset: 1px;
}

.vfcm-language-button.is-active {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  color: #171020;
}

.right-sub-item-area {
  align-items: center;
}

.vfcm-auth-language-switcher {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 1000;
}

.vfcm-auth-language-switcher .vfcm-language-switcher {
  background: rgba(13, 6, 32, 0.82);
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .splide__slide img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .vfcm-language-switcher {
    margin-right: 5px;
  }

  .vfcm-language-button {
    min-height: 26px;
    min-width: 26px;
    padding: 6px 4px;
  }

  .vfcm-auth-language-switcher {
    right: 10px;
    top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vfcm-language-button {
    transition: none;
  }
}
