/* #3970 : besoin que le titre soit en block pour la majuscule. */
.modal-title-text,
.field {
    display: inline-block;
}

/* #3970 : duplication de classe pour le login. */
.btn::first-letter,
.form-group label::first-letter,
.modal-title-text::first-letter,
.field::first-letter
{
    text-transform: capitalize;
}

.client-form .label:first-letter,
.client-form .button:first-letter,
.client-form .forgotten-password:first-letter,
.client-form button:first-letter
{
    text-transform: capitalize;
}

/* #2829 */
#archelios-copyright {
    /*
    height: 50px;
    line-height: 50px;
    width: 600px;
    */
    /* #3204 : ajustement du footer pour retirer la scrollbar verticale. */
    height: 100%;
    line-height: inherit;
    width: 600px;
}

#lien-support .text, #archelios-copyright .text {
    line-height: 45px !important;
    display: inline-block;
}

.trace-software-logo {
    background: url('../images/TS_White.png') no-repeat right center;
    background-size: auto;
    height: 100%;
    /*width: 155px;*/
    padding: 0;
    /* #3204 : ajustement du footer pour retirer la scrollbar verticale. */
    background-position-y: center;
}

.trace-software-logo a {
    color: transparent;
    /* height: 35px; */
    /* line-height: 35px; */
    /* #3204 : ajustement du footer pour retirer la scrollbar verticale. */
    height: 100%;
    display: block;
    overflow: hidden;
}

.logo {
    background: url('../images/logo.png') no-repeat center center;
    background-size: cover;
    width: 414px;
    height: 44px;
    margin: auto;
}

@media (max-width:768px) {
    .logo {
        background: url('../images/logo.png') no-repeat center center;
        background-size: contain;
        width: 240px;
        height: 44px;
        margin: auto;
    }
}

/* Picto Rendering */

.picto {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.picto i {
    width: 100%;
    height: 100%;
    -webkit-mask-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.picto i.email,
.picto i.picto-email {
    -webkit-mask: url("../images/email.svg");
    mask: url("../images/email.svg");
}

#content-overlay {
    background: url('../images/solar-panel-array-1591350.jpg') center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

#content-overlay .overlay {
    content: ' ';background: rgba(0,0,0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-footer {
    padding-left: 0;
    padding-right: 0;
}
#login .page-footer, #datavisu .page-footer, #navisu .page-footer {
    bottom: 0 !important;
    top: auto !important;
    padding: 0 !important;
}

/* Support Block */

#archelios-support {
    width: 200px;
    /* height: 50px; */
    /* #3204 : ajustement du footer pour retirer la scrollbar verticale. */
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

#archelios-support a {
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.8;
}

#archelios-support a:hover {
    opacity: 1;
}

#archelios-support a .picto i {
    background-color: #7eb0cb;
}

#archelios-support a .text, #archelios-support a .picto-text {
    color: #7eb0cb;
    line-height: 50px;
    display: inline-block;
    padding-left: 10px;
}

#archelios-support .picto {
    width: 30px;
    height: 30px;
}


/* Authentication Block */
#authentication-block {
    margin-top: 200px;
}

#authentication-block footer .trial-request {
    float: left;
    background-color: #E98341;
}
#authentication-block footer .trial-request:first-letter {
    text-transform: capitalize;
}


/* Utils */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}