/* =============================
   HEADER
   ============================= */
#main-header {
    position: absolute;
    top: 0; left: 0; width: 100%;
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    z-index: 10;
    background: var(--Beige-Fond-color);
}

.header-img {
    height: 40px;
    width: auto;
}

.img-bnt-header {
    height: 30px;
    width: auto;
}

.header-logo {
    height: 50px;
    width: auto;
}   

#main-header button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}