html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 70px;
    margin-bottom: 60px; /*pour le footer*/
}

.table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle;
}

@media (max-width: 767px) {
    p.navbar-text {
        margin: 0;
        padding: 10px 15px;
    }
}

p.navbar-text {
    line-height: 20px;
}

p.navbar-text a:hover {
    color:white;
}

div.databank_login {
    max-width: 300px;
    margin-top: 50px;
}

.databank_panel h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

/*contact*/
.footer a {
    margin: 20px 0;
    display: block;
    text-align: center;
}