#header_row {
  transition: var(--transition) !important;
}
.header_row_scrolled {
  transform: scale(0.72) !important;
}

/* TRADUCTION  */
.pll-fixed-switcher {
  position: fixed;
  right: 20px;
  top: 50px; /*pour dev*/
  /* top: 20px; */
  z-index: 99999 !important;
  font-size: 14px;
}

.pll-fixed-switcher__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--rouge);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: white;
}

.pll-fixed-switcher__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 160px;
  background: var(--rouge);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  color: white;
}

.pll-fixed-switcher__list {
  list-style: none !important;
  margin: 0;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding: 6px 0 !important;
  color: white;
}

.pll-fixed-switcher__item {
  margin: 0;
  padding: 0;
}

.pll-fixed-switcher__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  text-decoration: none;
  color: inherit;
}

.pll-fixed-switcher__link:hover {
  background: rgba(0, 0, 0, 0.04);
}

.pll-fixed-switcher__flag {
  display: block;
  width: 20px;
  height: auto;
  border-radius: 2px;
}

.pll-fixed-switcher__caret {
  font-size: 11px;
  line-height: 1;
}

.pll-fixed-switcher__code {
  font-weight: 600;
}
