﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Lato;
    font-size: 14px;
}

.button {
    font-size: 13px;
}

.personnalisation {
    min-height: 100%;
    position: relative;
    min-width: 750px;
}

.header {
    height: 101px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
}

.personnalisation .calque {
    min-height: 879px;
    width: 415px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0px;
    background-image: url(../css/img/fondBiais.png);
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.login-title {
    text-align: left;
}

#input-password {
    background-color: #fff;
}

.form-control.input-password {
    background-color: #fff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding-top: 15px;
    color: white;
    background: #3E3E40;
}

.footer a {
    color: white;
}

.tresgrand {
    font-size: 41px;
    line-height: 0;
    width: 250px;
}

.relative {
    position: relative;
    border: 1px #dddddd solid;
}

.pointer-click {
    cursor: pointer;
}

.zoneclic {
    border: 1px #dddddd solid;
    border-radius: 3px;
    position: absolute;
    display: none;
}

.animation {
    background: #cfcfcf;
    opacity: 0.8;
    display: block;
}

.form-control.password::-webkit-input-placeholder {
    transform: scale(0.60);
    transform-origin: 0% 50%;
}

.form-control.password::-moz-placeholder {
    font-size: 14px;
}

.form-control.password:-ms-input-placeholder {
    font-size: 14px;
}

.form-control:-moz-placeholder {
    font-size: 14px;
}

.form-control.password {
    font-size: 24px;
    line-height: 0;
}

#imageclavier,
#imageclavier-confirmation {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


.panel.panel-default {
    width: 80%;
}

.container-formulaire-login {
    width: 250px;
    top: 135px;
    right: 15px;
    position: absolute;
    text-align: center;
}

.alert-link {
    color: #3E3E40;
    font-weight: bold;
    display: block;
    text-align: right;
    text-decoration: underline;
    margin-top: 5px;
}

.clavier-modal {
    position: absolute;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border-bottom: 0;
}

.panel-footer {
    background-color: transparent;
    border-top: 0;
}

.panel-body {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.panel {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.65);
}

.personnalisation>.container {
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 526px;
    overflow: hidden;
}

.personnalisation .img-header {
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .helpdesk {
        display: none;
    }
}

.helpdesk {
    position: absolute;
    right: 15px;
    bottom: 30px;
    padding: 8px 16px;
    background-color: #F2F2F2;
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    color: #3E3E40;
    text-align: center;
    font-size: 11px;
    line-height: 16.5px;
    width: 312px;
}

.helpdesk p {
    margin: 0;
}

/* REGLES MEDIA QUERIES */
@media (min-width: 768px) {
    .personnalisation>.container {
        min-height: 526px;
    }
}

@media (min-width: 992px) {
    .personnalisation>.container {
        min-height: 728px;
    }
}

@media (min-width: 1200px) {
    .personnalisation>.container {
        min-height: 728px;
    }
}

.error-page-login-title {
    margin-bottom: 6px;
}

.error-page-lead {
    color: #5a636a;
}

.error-page-card {
    border-radius: 8px;
    max-width: 900px;
    width: 100%;
    border: 0;
}

.error-page-card-sub {
    background: linear-gradient(135deg, #f5f7fa, #e9eef7);
    min-height: 220px;
    align-items: center;
    justify-content: center;
}

.error-page-illustration {
    opacity: 0.8;
    font-size: 80px;
    color: #6c757d;
}

.error-page-container {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background: none;
}

.error-page-showdetail {
    white-space: pre-wrap;
    background: #f8f9fa;
    padding: 8px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .error-page-illustration {
        font-size: 56px;
    }
}