.btn-link.instructor_analytics, .btn-link.data_download, .discover-new-link, #language-settings-form, .flag-btn.active img  {
    display: none !important;
}
.wrapper-header-courses {
    background: #171D26 ;
    /* background: linear-gradient(90deg,#161D26 , #3D3E41); */
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 150px;
}
.global-header {
    border-bottom: none;
    padding-bottom: 0 !important;
}
.header-left-section{
    display: flex;
    align-items: center;
}
.header-logo {
    width: 255px;
    display: flex !important;
    align-items: center;
    margin: 0 0 0 30px;
}
.logo-header {
    height: 50px;
    margin-right: 30px;
}

#dashboard-onglet-list {
    display: flex;
}
#dashboard-onglet-list li {
    min-width: initial !important;
    list-style-type: none;
}
#dashboard-onglet-list li a {
    min-width: 10vw;
    line-height: 4;
    color: white ;
    padding: 18px 15px;
}
.global-header .nav-links .secondary {
    margin : 7px 40px 0 0 !important;
}
.wrapper-header-courses .toggle-user-dropdown {
    color: #fff !important;
    border: solid 1px white;
    border-radius: 4px;
    padding: 4px 12px;
}
.header-courses:hover > a {
    text-decoration: underline rgb(255, 98, 0) !important;
    text-underline-offset: 8px;
}

.language-flags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 30px 0 0;
}
.flag-btn {
    border: none;
    background: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease;
}
.flag-btn img {
    width: 36px;
    border-radius: 4px;
}
button.flag-btn:hover {
    background-color: unset !important;
    background-image: none !important;
}


@media (max-width: 1150px) {
    #dashboard-onglet-list {
        font-size: small;
    }
    .header-logo {
        display: none !important;
    }
}
@media (max-width: 991.98px) {

    .global-header .main-header {
        height: unset !important;
        position: inherit;
    }
    #dashboard-onglet-list li a {
        padding: 5px;
    }
}
@media (max-width: 520px) {
    #title-part-2 {
        font-size: 70px;
    }
}
@media (max-width: 520px) {
    #dashboard-onglet-list {
        margin: 0 !important;
        width: 150px;
    }
    #dashboard-onglet-list {
        width: 80vw;
    }
    #dashboard-onglet-list li:nth-child(3),#dashboard-onglet-list li:nth-child(4), #dashboard-onglet-list li:nth-child(5) {
        display: none;
    }
    #dashboard-onglet-list li {
        margin: 0 !important;
    }
}

