.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
}
body {
    margin-bottom: 120px;
}
html {
    position: relative;
    min-height: 100%;
}
.navbar-brand {
    padding-top: 0;
    vertical-align: middle;
    display:inline-block;
    height: 100px;
    line-height: 100px;
}
.footer-group {
    display: inline-block;
    border-left: solid black thin;
    height:100%;
    padding: 1em;
}
li.active {
    font-weight: bold;
}
/* Fonctionne, mais le fond du bouton est un peu grand :( */
.navbar-nav {
    height: 100px;
    line-height:100px;
}
.navbar-nav li {
    height: 100px;
    line-height: 100px;
    display:table;
}

.navbar-nav .dropdown li{
    height: 50px;
    width: 100%;
    line-height: 100px;
    display:table;
}

.navbar-nav li a {
    vertical-align: middle;
    display:table-cell;
}

/*.navbar-header {
    display: inline-block;
    min-height: 100px;
    height: 100px;
}*/