.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;
}

#header {
    z-index: 1000000;
}

.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: 101;
    flex-shrink: 0;
}

#footer {
    background-color: #292929;

    padding: 1.5em 1.5em 1.5em;
}

button::-moz-focus-inner {
    border: 0;
}

.titres {
    color: #2c2c2c;
    z-index: 1000;
    font-weight: bold;
}

.loaderParent {
    position: absolute;
    z-index: 10000000;
    background: #dedede;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #344047; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div {
    text-align: justify;
    text-justify: inter-word;
}
