@media (max-width: 1200px) {
    #med-header .mcf-homepage__menu-mobile {
        position: fixed;
        display: flex;
        flex-direction: column;
        overflow: unset !important;
        align-items: unset;
        overflow-y: scroll;
        height: 100%;
    }
}

#med-header a.med-nav-tab-link{
    text-decoration: none;
}

#med-header {
    position: relative;
    background-color: white;
    z-index: 1080;
}

#med-header-light a[role="button"]{
    max-height: fit-content;
}

#med-header .med-icon-top,
#med-header-light .med-icon-top{
    flex-direction: column;
    height: 63px;
    max-width: 60px;
    min-width: 50px;
    padding: 0 4px;
    line-height: 13px !important;
    overflow: hidden;
    text-overflow: clip;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    font-family: "Source Sans Pro", sans-serif;
}

#med-header .med-icon-top span:last-child,
#med-header-light .med-icon-top span:last-child{
    font-size: inherit;
    font-weight: normal;
}

#med-header .med-icon-top span:first-child::before,
#med-header-light .med-icon-top span:first-child::before{
    line-height: 24px;
    font-size: 24px;
}

#med-header a:focus-visible, #med-header button:focus-visible,
#med-header-light a:focus-visible{
    outline: 5px auto;
}

#med-header .med-icon-top.mds-btn span:first-child,
#med-header-light .med-icon-top.mds-btn span:first-child{
    margin-bottom: 4px;
    padding: 0;
}

#med-header--backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1070;
    opacity: 0.5;
    transition: all .5s;
    background-color: black;
}

#med-header--backdrop.med-hidden {
    display: none;
}

/** Corrections accessibilités avec zoom 200% **/
#med-header .med-open-dialog-panel span{
    text-overflow: initial;
}
