.page-item.active .page-link{
    background-color: #132338;
    color: white;
    border-color: #132338;
}

.page-link {
    color : #132338;
}

.page-link:hover {
    color: #132338;
}

.btn-custom {
    background-color : #08223A;
    border-color: #08223A;
}
.btn-custom:hover {
    background-color : #08223A;
    border-color: #08223A;
}

.bg-custom {
    background-color : #08223A;
}

a.bg-custom:hover, a.bg-custom:focus,
button.bg-custom:hover,
button.bg-custom:focus {
    background-color: #132338;
}

.login-centre {
    margin-top: 50px;
}

.form-centre {
    margin-top: 30vh;
    transform: translateY(-50%);
}

.container-custom {
    max-width: 800px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.login-container {
    max-width: 800px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #000000;
    color: #FFFFFF;
}

#logo {
    max-width: 100px;
}

#logo-nuubb-accueil{
    max-width: 200px;
    padding-bottom: 30px;
}

.pad {
     padding-top: 120px;
 }


td, th {
    vertical-align: middle!important;
    text-align: center!important;
}

#logo-espagne, #logo-france {
    max-width: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d81c84;
}

.nav-link{
    color: #d81c84;
}
@media screen and (max-width: 760px) {
    .pad {
        padding-top: 0px;
    }
}
