/* --- HEADER --- */

.headerSiMeniu {
    padding: 20px 0;
}

.meniu {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    width: 66%;
}

.meniu a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.meniu a:first-child {
    display: flex;
    align-items: baseline;
}

.meniu a:hover {
    text-decoration: underline;
}

.logoSiInformatii {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 150px;
}

.primaPagina img {
    width: 100%;
    border-radius: 0 90px 0 0;
}

.fa-user-tie,
.fa-info {
    margin-right: 5px;
}

.numePrenume {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #403f3f;
    cursor: pointer;
}

.numePrenume:hover {
    text-decoration: underline;
}

.fa-caret-down {
    cursor: pointer;
}

#dropdownProfil {
    display: none;
    width: 200px;
    background: #c6cbce;
    padding: 25px 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
}

.dropdownItems {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.divProfilulMeu {
    margin-bottom: 20px;
}




.meniuFocus{
    background: #869900;
    color: white !important;
    border-radius: 50px;
}
.meniuFocus:hover{
    box-shadow: 0 0 0 2px #dcbd7d, 0 0 0 3px #869900;
}