.transparent {
    background-color: transparent;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

body {
    padding-top: 100px;
}

.navbar {
    height: 100px;
    -webkit-transition: height .3s, line-height .5s;
    transition: height .3s, line-height .5s;
    background-color: #344047;
}

.navbar-item img {
    max-height: none!important;
}

.titleNotification {
    text-align: center;
}

.box:hover {
    background-color: #fdfdfb;
    cursor: pointer;
}

.formulaire a {
    text-decoration: none!important;
}

.navitem:hover {
    color: #3f8dbf;
}

.navitem {
    background-color: transparent!important;
}

.navitem {
    color: #FFF;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

#footerPrimary {
    background-color: #2c2c2c;

    padding: 3rem 1.5rem 3rem;
}

footer .content {
    color: #fff!important;
}

#footerSecondary {
    background-color: #292929;

    padding: 1.5em 1.5em 1.5em;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#content-wrap {
    flex: 1 0 auto;
}
.footer {
    z-index: 1;
    flex-shrink: 0;
}

#footer {
    background-color: #292929;

    padding: 1.5em 1.5em 1.5em;
}