@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    background-color: rgba(249, 249, 249, 1);
}

/* clears the 'X' from Internet Explorer */
#code_identifiant_input::-ms-clear {  display: none; width : 0; height: 0; }
#code_identifiant_input::-ms-reveal {  display: none; width : 0; height: 0; }

p {
    margin: 0px;
    font-family: 'Montserrat';
    font-size: inherit 14px;
    text-align: center;
    line-height: 23px;
    /*width: 400px;*/
    display: inline-block;
    color: inherit;
}

.container {
    margin-top: 70px;
    background-color: white;
    width: 600px;
    padding: 50px;
}

.btn-primary {
    color: #ffffff;
    background-color: #3333aa;
    border-color: #3333aa;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #3333aa;
    border-color: #3333aa;
}

.btn-link {
    color: rgba(114, 126, 253, 1)
}

.btn-link:hover {
    color: rgba(114, 126, 253, 1)
}

.btn-link:focus {
    color: rgba(114, 126, 253, 1)
}

img {
    border: none;
    border-style: none;
    border-width: 0px;
}

#consent_form {
    min-height: 250px;
}

#abandonner {
    margin-top: -90px;
    text-align: right;
    height: 40px;
    margin-left: 60px;
}

#logo_banque_image {
    background-image: url('/images/logo.svg');
    width: 110px;
    height: 91px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-top: -50px;
}

#felicitations {
    margin: 0 0 10px 0;
    border: none;
    width: 180px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-image: url(/images/illu_check_anim_lottie.png);
}

.cadena {
    position: absolute;
    border: none;
    width: 17px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 15px 0 0 12px;
    z-index: 10;
}

.cadena:before {
    content: '';
    display: block;
    height: 100%;
    background-image: url(/images/cadena.png);
    background-size: auto 100%;
  }

.personne {
    position: absolute;
    border: none;
    width: 17px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 15px 0 0 -140px;
    z-index: 10;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .personne {
         margin-left: 12px;
    }
 }

.personne:before {
    content: '';
    display: block;
    height: 100%;
    background-image: url(/images/personne.png);
    background-size: auto 100%;
  }


#erase {
    float: right;
    font-size: 21px;
    margin-right: -27px;
    color: rgba(114, 126, 253, 1);
    top: 5px;
}

#error {
    color: #f39c12;
    font-size: 80px;
}

#icon {
    color: #0c9400;
    font-size: 80px;
}

/* this will only apply to Webkit browsers like Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="password"] {
       -webkit-text-stroke-width: 0.3em;
       letter-spacing: 0.3em;
    }
    input[type="password"]:placeholder-shown {
        -webkit-text-stroke-width: 0em;
        letter-spacing: 0em;
     }
}

#identifiant {
    height: 52px;
    width: 300px;
    display: inline-block;
}

#code_identifiant_input {
    float: left;
    text-indent: 30px;
    cursor: initial;
    background-color: white;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    height: 52px;
    color: rgba(32, 33, 34, 1);
}

#code_identifiant_input:focus {
    border-color: rgba(114, 126, 253, 1);
}

#oublie {
    float: right;
    margin-top: -45px;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    color: rgba(114, 126, 253, 1);
    text-align: left;
    line-height: 26px;
}

#non_recu {
    float: right;
    margin-top: -18px;
    margin-right: -15px;
}

#memorizer {
    text-align: left;
}

#memorizer label {
    font-family: 'Montserrat';
    font-size: 14px;
    color: rgba(116, 116, 116, 1);
    text-align: left;
    line-height: 29px;
    margin-left: 98px;
}

#valider {
    top: 48px;
    position: relative;
    text-align: center;
}

#valider button {
    width: 272px;
    height: 58px;
    background-color: rgba(59, 81, 213, 1);
    border: 1px solid rgba(241, 241, 251, 1);
    border-radius: 29px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#abandonner_link {
    display: none;
}

#retour {
    visibility: hidden;
    top: 48px;
    position: relative;
}

#retour button {
    width: 272px;
    height: 58px;
    background-color: rgba(59, 81, 213, 1);
    border: 1px solid rgba(241, 241, 251, 1);
    border-radius: 29px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#message_debut {
    font-size: 14px;
    font-weight: bold;
    color: rgba(31, 54, 139, 1);
    margin-top: 0px;
    margin-bottom: 0px;
}

#message_erreur {
    font-size: 14px;
    color: rgba(255, 45, 85, 1)
}

#temps {
    margin: auto;
    position: relative;
    display: block;
    text-align: center;
}

#countdown {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0px 17px 0px -58px;
    bottom: 30px;
}

#loader {
    border: none;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 0 0 0;
    background-image: url(/images/loader.png);
}

#saisie_code {
    margin-top: 20px;
    width: 300px;
    display: inline-block;
}

#saisie_code input {
    text-align: center;
}

#saisie_code input:focus {
    border-color: rgba(114, 126, 253, 1);
}

#redirect .badge-primary {
    background-color: rgba(59, 81, 213, 1);
    height: 250px;
    width: 300px;
    text-align: center;
    border-radius: 20px;
}

#badge_ok {
    display: inline-table;
}

#badge_nok {
    display: inline-flex;
}

#logo_ok {
    margin: 0 0 10px 0;
    border: none;
    width: 180px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-image: url(/images/illustration.png);
}

#redirect p {
    padding: 0px 5px 0px 5px;
    font-size: 18px;
    float: left;
    white-space: normal;
    margin: auto;
    width: 100%;
    font-weight: bolder;
}

.montserrat {
    font-family: 'Montserrat';
    font-size: 16px;
}

#clavier_numerique {
    width: 300px;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 130px;
    margin-top: 40px;
}

.virtual_keyboard {
    width: 60px;
    height: 50px;
    background-color: rgba(52, 72, 186, 1);
    border-color: rgba(52, 72, 186, 1);
    display: block;
    float: left;
    border-width: 0.1px;
    padding: 10px;
    padding-top: 14px;
    border-style: outset;
    user-select: none;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 22px;
}

div.funkyradio {
    padding-left: 100px;
    padding-right: 100px;
}

div.funkyradio-default {
    margin-top: 0px;
    margin-bottom: 0px;
}

.funkyradio input[type="radio"]:empty~label {
    margin-top: 0px;
    text-indent: 0px;
    border-color: rgba(173, 173, 173, 1);
}

.funkyradio input[type="radio"]:checked~label {
    border: 1px solid rgba(114, 126, 253, 1);
}

.recap_virement {
    text-align: left;
}

.recap_virement p {
    text-align: left;
}

p.titre {
    text-align: center;
    width: 100%
}

#donneur_ordre {
    float: left;
    height: 60px;
}

#modifiable {
    position: relative;
    width: 150px;
}

#truncated_texte {
    text-align: left;
    color: rgba(255, 45, 85, 1);
    width: 100%;
    font-size: 9px;
    line-height: 13px;
    margin-top: -15px;
}

#details {
    text-align: center;
    width: 100%
}

div.titre_virement {
    margin-bottom: -3px;
}

div.conteneur_virement {
    margin-bottom: 0px;
}

div.detail_virement {
    float: left;
    background-color: rgba(219, 219, 219, 1);
    width: 46%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.detail_virement div {
    margin-top: 2px;
    margin-bottom: 2px;
}

#virement_detail_titre {
    background-color: rgba(52, 72, 186, 1);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    position: relative;
    top: -26px;
    height: 30px;
    width: 160px;
    margin-left: 18px;
    text-align: center;
    margin-bottom: -28px;
}

#virement_detail_titre p {
    margin-top: 4px;
}

#area_virements {
    width: 110%;
    height: 508px;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    margin-left: -20px;
    margin-top: 0px;
}

div.section p {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    display: block;
}

fieldset label {
    display: block;
}

fieldset select optgroup {
    color: rgba(52, 72, 186, 1);
}

fieldset select optgroup option {
    color: rgba(116, 116, 116, 1);
}

fieldset select#comptes {
    height: 45px;
}

.blocage div p:not(.titre) {
    text-align: left;
    display: block;
}

#motif_reglement p {
    width: 100%;
    overflow-wrap: break-word;
}

.toggle-btn-grp {
    margin-top: 50px;
    position: relative;
}

.toggle-btn {
    background: url(../images/login/sprite_ico-mode.png) no-repeat center 8px #F1FDFE;
    border-radius: 2px;
    border: solid 2px #A0D5DC;
    display: inline-block;
    color: #000000;
    cursor: pointer;
    font-size: 0.9em;
    height: 115px;
    margin: 0 0 10px;
    padding-top: 70px;
    position: relative;
    text-align: center;
    width: 115px;
    -webkit-transition: background-color 0.2s, border-color 0.4s;
    -moz-transition: background-color 0.2s, border-color 0.4s;
    transition: background-color 0.2s, border-color 0.4s;
}

.toggle-btn + .toggle-btn {
    background-position: center -107px;
}

.toggle-btn + .toggle-btn + .toggle-btn {
    background-position: center -222px;
}

.toggle-btn:hover {
    background-color: #FEFEFE;
    border: solid 2px #0078E7 !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.glyphicon {
    display: inline-block;
    font-size: smaller;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.auth_titre {
    font-weight: bold;
    color: rgba(52, 72, 186, 1);
}

.instructions{
    text-align: left;
    margin-top: 30px;
}

table.etapes tr td:nth-child(1){
    text-align: left;
    vertical-align: top;
    width: 30px;
    height: 25px;
}

table.etapes tr td:nth-child(2){
    text-align: left;
    vertical-align: top;
}

#lcl_identite:focus {
    border-color: rgba(114, 126, 253, 1);
}

#lcl_identite {
    display: table-cell;
    text-align: center;
    cursor: initial;
    background-color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(32, 33, 34, 1);
}
