#logo img{
    width: 180px;
}

header:hover .navbarre {
    width: calc(50% - 90px);
}

.navbarre:first-of-type{
    margin-right: 90px;
}

.navbarre:last-of-type{
    margin-left: 90px;
}