.main-header a {
    border: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    background: none;
}

.main-header
.nav-link 
{
    color: #000;
}

.main-header__nav-link:hover, .main-header__nav-link:focus, .main-header__nav-link:active {
    color: #fff;
    background-color: #ffffff00;
}

.dropdown-menu a {
    font-size: 15px;

}

.page_index:not(.indexSite) .main-header__title {
    text-align: left;
    margin: 0.5vh auto 6vh auto;
    max-width: 85vw;
}

.main-header__title {
    text-align: left;
    width: 85vw;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: .5rem 0;
    margin: .5rem auto;
}