.form-financementsimple-ok,
.form-financementsimple-nok {
    background-color: #fff;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: none;
    margin-bottom: 25px;
    width: 100%;
}

#opeFinancement {
    overflow: hidden;
    position: relative;
}

#opeFinancement .opeFinancementExemple {
    display: block;
    height: 75%;
    position: absolute;
    right: 3%;
    text-indent: -9999px;
    top: 0;
    width: 18%;
}

#opeFinancement.opeFinancementRecherche .opeFinancementExemple {
    height: 100%;
    right: 35%;
    width: 10%;
}

#opeFinancementSlider .opeFinancementExemple {
    display: block;
    height: 23%;
    position: absolute;
    left: 15%;
    text-indent: -9999px;
    top: 30%;
    width: 17%;
    z-index: 61;
}

.modalFS {
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 0px;
    border: 0px;
    top: 3%;
    z-index: 1050;
    width: 720px;
    margin-left: -360px;
}

#creditsimpleModalValidation {
    margin-left: -310px;
    width: 620px;
}

.modalFS .modal-header {
    background: #0b60dc;
    border-bottom: 0px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-family: "Syncopate";
    font-weight: bold;
    line-height: 6px;
    padding: 8px 8px 8px 35px;
    text-transform: uppercase;
}

.modalFS .btn-close {
    background: inherit;
    border: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    box-shadow: inherit;
    color: #FFF;
    font-size: 24px;
    margin: -8px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.modalFS .btn-close:hover {
    background: inherit;
}

.modalFS .modal-body {
    background-color: #f6f6f6;
    max-height: 900px;
}

#operationfinancementModal.modalFS .modal-body  {
    min-height: 500px;
}
#creditsimpleModal .modal-body  {
    min-height: 850px;
}

.actionfinancementsimple {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    padding-left: 0;
}

.form-financementsimple {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 35px;
    padding: 10px;
}

.form-financementsimple form {
    margin: 0;
}

#form_fisimple .control-label {
    display: inline;
    font-weight: bold;
    margin-left: 10px;
}

#form_fisimple .controls {
    display: block;
    font-weight: normal;
}

#form_fisimple .controls label {
    box-sizing: padding-box;
    color: #000;
    display: inline-block;
    margin-bottom: 2px;
    padding: 0 10px;
    width: 33%;
}

#form_fisimple ol {
    counter-reset: items;
}

#form_fisimple li.control-group {
    list-style-type: none;
    counter-increment: items;
    margin-bottom: 10px;
}

/*#form_fisimple li.control-group:before {*/
    /*background-color: #0b60dc;*/
    /*color: #fff;*/
    /*content: counter(items) ".";*/
    /*display: inline-block;*/
    /*font-family: "Syncopate";*/
    /*font-weight: bold;*/
    /*min-width: 30px;*/
    /*padding: 1px 0;*/
    /*text-align: center;*/
    /*vertical-align: top;*/
/*}*/

#form_contactfisimple label.control-label {
    color: #000;
    font-weight: bold;
}

#form_contactfisimple input[type="text"],
#form_contactfisimple textarea {
    padding: 5px 0;
    width: 100%;
    height: inherit;
    border-radius: 1px;
}
#form_contactfisimple .content-textarea .control-group,
#form_contactfisimple .content-textarea textarea {
    margin-bottom: 0;
}

#form_contactfisimple .content-textarea small {
    color: #000;
}

#creditsimpleModal .btn-orange {
    font-weight: 400;
    border-radius: 2px;
    padding: 7px 30px;
    font-size: 12px;
}

#creditsimpleModal ul.errors li {
    color: #E80000;
}

#creditsimpleModal .detail {
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: middle;
    width: 420px;
}

#creditsimpleModal .imgbg img {
    display: block;
    margin: auto;
}

#creditsimpleModal .detail p.felicitations {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#creditsimpleModalValidation .detail p,
#creditsimpleModal .detail p {
    font-size: 13px;
}

#creditsimpleModalValidation .detail p.uppercase,
#creditsimpleModal .detail p.uppercase {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#creditsimpleModal .detail p.uppercase.bleu {
    color: #0b60dc;
}

#creditsimpleModalValidation .detail .uppercase.vert {
    color: #4aaa02;
    font-size: 16px;
}

#creditsimpleModal .detail p.mentions {
    color: #000;
    font-size: 12px;
}

#creditsimpleModal .mentions {
    background: #fff;
    font-size: 11px;
    color: #eee;
    text-align: left;
    line-height: 15px;
}

#creditsimpleModal .mentions-gris small {
    font-size: 11px;
}
.ico-header-fi{
    margin-right: 10px;
}
.img-demandefi{
    margin: auto;
    display: block;
}

#creditsimpleModalValidation #financementBtnOffreIframe {
    font-size: 13px;
    padding: 5px 8px 3px;
    font-weight: 500;
}

#creditsimpleModal{
    width: 725px;
    left: 41%;
    top: 5%;
}
.form-coordonnees-1{
    border: 1px solid #D4D4D4D4;
    padding: 20px;
}
#creditsimpleModal .modal-content {
    padding: 10px 20px;
}
#creditsimpleModal #creditsimpleModalValidationLabel sup, .actionfinancementsimple sup{
    font-size: 12px;
}
#creditsimpleModal .introfinancementsimple{
    font-size: 13px;
}
#creditsimpleModal #form_fisimple ol{
    margin: 0;
}
#creditsimpleModal #submit_simple{
    font-weight: 400;
    font-size: 12px;
}

#simulateurCGIButton #financementBtnOffreCgi {
    background-color: #1167ff;
    background-image: none;
    border-color: #1167ff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
    #simulateurCGIButton #financementBtnOffreCgi.disabled {
        cursor: not-allowed;
    }
#simulateurCGIButton span {
    font-size: 13px;
    font-weight: bold;
}

.newRadio + span.error-financement::before{
    border: 1px solid #f24a64;
}

/*
 Media Query for Handheld
 ===============================*/
@media screen and (max-width: 1199px) {
    .element-home-femme {
        bottom: 100px !important;
    }
}

@media screen and (max-width: 1100px) {
    .element-home-femme {
        bottom: 50px !important;
    }
}

@media screen and (max-width: 1000px) {
    .element-home-femme {
        bottom: 0 !important;
    }
}

/*
 Media Query for mobile
 ===============================*/
@media screen and (max-width: 767px) {
    .modalFS, #creditsimpleModalValidation, #creditsimpleModal {
        width: 100%;
        margin: 0;
        left: 0;
        top: 0;
    }

    #form_fisimple .controls label {
        padding: 0;
        width: 100%;
    }

    .actionfinancementsimple {
        font-size: 15px;
    }

    #creditsimpleModal .imgbg {
        display: block;
        text-align: center;
        width: 100%;
    }

    #creditsimpleModal .detail {
        display: block;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    #creditsimpleModalValidation .detail {
        padding: 30px;
        text-align: center;
    }

    #creditsimpleModal .detail p {
        margin: 0 auto;
        max-width: 500px;
    }

    #creditsimpleModal .detail p.mentions {
        text-align: center;
    }

    #creditsimpleModalValidation #financementBtnOffreIframe {
        font-size: 12px;
    }
}
