/*
Theme Name:        	Innopanel
Description:       	Fabriqué sur-mesure par Efficience Web. 
Version:            2.0
Author:             Efficience Web: Création de sites internet Morbihan
Author URI:         https://www.efficienceweb.com/
Text Domain: yi
*/

.header__languages {
  display: flex;
  gap: 10px;
  margin: 3px 20px 0 auto;
}

.header__languages li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.header__languages li:not(:last-child):after {
  content: "|";
  color: currentColor;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header__languages li.current-lang {
  display: none;
}

.header__languages a {
  text-decoration: none;
  color: #fff;
}

.header.stick .header__container .header__languages a {
  color: #282828;
}
