.he-misc {
    margin: auto;
    height: 6vh;
}
.he-misc * {
    margin-top: 0;
    margin-bottom: 0;
}
.header img {
    margin-top: -0.4vh;
    margin-bottom: 0;
    height: 8vh;
}
.header div {
    display: inline-flex;
}
.header {
    background: rgba(255, 255, 255, 0.15); /* translucent base */
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    margin: 1vh;
    height: fit-content;
    padding: auto;
    border-radius: 2vh;
    height: 6vh;
    padding: 1vh;
    font-size: 2vh;
    margin-bottom: 2vh;
    text-align: left;
    position: sticky;
    top: 1vh;
    z-index: 123;
    width: 76.5%;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.3s;
}

#labelle-txt {
    margin: auto;
}

.he-misc:hover {
    color: #c4559a;
    transition: 1s;
}
.he-misc:hover #labelle-txt {
    color: #c4559a;
    transition: 1s;
}

@media only screen and (max-width:123vh) {
    .header {
        width: auto;
    }
}