/*
 * Harmonisation du logo ANESTA.
 * Le E conserve sa construction HTML d'origine, avec trois traits identiques.
 */
.brandE {
  display: grid;
  grid-template-rows: repeat(3, 2px);
  align-content: space-between;
  width: .72em;
  height: .72em;
}

.brandE i {
  width: 100%;
  height: 2px;
  min-height: 2px;
  background: #5da4ff;
  border-radius: 99px;
  box-shadow: 0 0 12px #5da4ff42;
}

.brandRule {
  color: #5da4ff;
}

.brandRule span {
  background: #5da4ff;
}
