@font-face {
    font-family: "Space Mono";
    src: url(../../assets/fonts/SpaceMono-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Mulish";
    src: url(../../assets/fonts/Mulish-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: "Mulish_EL";
    src: url(../../assets/fonts/Mulish-ExtraLight.ttf) format("truetype");
}

@font-face {
    font-family: "Mulish_SB";
    src: url(../../assets/fonts/Mulish-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "NATS";
    src: url(../../assets/fonts/NATS-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "NewsCycle";
    src: url(../../assets/fonts/NewsCycle-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "ReadexPro";
    src: url(../../assets/fonts/ReadexPro[HEXP,wght].ttf) format("truetype");
}

.header_menu-link {
    line-height: 240%;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: "Space Mono";
    font-size: 22px;
}
.menu-toggle {
    background: none;
    border: none;
    color: rgb(52, 47, 47);
    font-size: 35px;
    cursor: pointer;
    margin-left: -20%;
}

.header {
    background-color: #9AB6CE;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    padding: 0px;
    z-index: 10;
    margin-bottom: 0px;
    height: 14vh;
}

.bande-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #BBD7EF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-shadow: 0 4px 3px rgb(57, 57, 57);
    z-index: 10;
}

.header_logo {
    width: 22%;
    position: absolute;
    margin-left: -1.7%;
    margin-top: -7.5%;
}


.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6F90AB;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    overflow: hidden;
}

.menu-container {
    position: relative;
}

.menu[aria-expanded="true"] {
    transform: translateY(0);
}

.header_menu-list {
    list-style: none;
    margin: 6%;
    text-align: left;
    margin-top: 20%;
}

.menu-close {
    position: absolute;
    top: 30px;
    right: 40px;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.htitle {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: left;
    text-decoration: dashed;
    letter-spacing: 0cap;
    text-transform: uppercase;
    padding: 2px;
    margin-left: 17%;
    margin-top: 1%;
    font-family: "Space Mono";
}

.header_logofr {
    
    width:  60%;
    height: auto;
    margin-top: 1%;
    margin-left: 20%;
    
}

.header_logoen {
    width: 60%;
    height: auto;
    margin-top: 1%;
    margin-left: 20%;
}