.langchange {
  margin-left: 30px;
}
.langchange > .actual .icon {
  border: 1px solid var(--llgrey);
  margin-right: 8px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  z-index: 5;
}
.langchange > .actual .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.langchange > .actual .text {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark-text);
  position: relative;
  z-index: 5;
}
.langchange > .actual i {
  color: var(--d6);
  font-size: 16px;
  margin-left: 4px;
  position: relative;
  z-index: 5;
}
.langchange ul {
  display: none;
  position: absolute;
  top: 0;
  background-color: var(--white);
  border: 1px solid var(--lgrey);
  border-top: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 4;
  padding: 10px 25px 10px 15px;
  margin-left: -15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 62px;
}
.langchange ul span.icon {
  border: 1px solid var(--llgrey);
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.langchange ul a {
  color: var(--ldark-text);
}
.langchange ul li + li {
  margin-top: 10px;
}/*# sourceMappingURL=mod_langchange.css.map */