body {
    background-color: lightgrey;
}

.logo {
    width: 100px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: lightgrey;
}
li {
    float: left;
}
li a {
    display: block;
    color: black;
    text-align: center;
    padding: 12px;
    font-family: "Bahnschrift", sans-serif;
    text-decoration: none;
}
li a:hover {
    background-color: rgb(1,145,255);
    color: lightgrey;
}
li:last-child {
    float: right;
}
.selected {
    background-color: rgb(1,145,255);
    color: lightgrey;
}
.switch-fr-en {
    font-family: "Bahnschrift", sans-serif;
    color: rgb(1,145,255);
    text-decoration: none;
    position: sticky;
    left: auto;
}
.switch-fr-en:hover {
    color: black;
}
.select-language {
    position: absolute;
    top: 8px;
    right: 8px;
}
.language-selection {
    text-decoration: none;
    padding-left: 6px;
}