.switch-up .header .langue{
    display: flex;
    flex-direction: column;
}

.switch-up .header .langue a{
    display: flex;
    color: var(--color-grey);
    font-weight: 500;
    font-size: var(--font-size-3);
    text-decoration: none;
}

.switch-up .header .langue a.is-active{
    color: var(--color-text);
}

.switch-up .header .langue__line{
    background-color: var(--color-primary);
    width: 19px;
    height:1px;
    margin: 5px 0;
}
