nav{
    height: 132px;
}

#nav{
    position: relative;
    background-color: rgba(12, 60, 96, 1);
    border-top: 0px solid rgba(160, 160, 159, 1);
    border-bottom: 0px solid rgba(160, 160, 159, 1);
    margin-bottom: 20px;
    height: 100%;
}

.navbar-header{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nav-perso{
    display: block;
    width: 100%;
}