
body {
    background-color: #e0f2f1;
}

.image-top{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.financeurs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}




.financeurs p {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    color: #0077b7;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
}



.financeurs img {
    max-height: 40px;
    width: auto;
    margin-right: 10px;
    padding: 5px;
}

.financeurs img:last-of-type {
    margin-right: 0;
}
form p {
    font-size: 120%;
}

form h5 {
    font-size: 130%;
    font-weight: bold;
}
form .p-0{
    padding: 0px;
}

form .m-0{
    margin: 0px;
}
form .uploadfile{
    position: relative;
    overflow: hidden;
    align-items: flex-start;
}
form .uploadfile{
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
form .uploadfile input{
    position: absolute;
    top: -250px;
    left: -250px;
}
form .uploadfile label{
    position: relative;
    z-index: 2;
    color: #fff !important;
    cursor: pointer;
    top: 0;
}
form .uploadfile div.error{
    top: 0;
}
form .mt-0{
    margin-top: 0px;
}
form .cgu{
    height: auto;
}

.ctrlqHeaderMast {
    display: flex;
    justify-content: center;
}

.ctrlqFormContent {
    color: rgba(0,0,0,.87);
    padding: 20px 25px
}

.ctrlqFormContentWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.ctrlqAccent {
    background-color: #a7ffeb;
    height: 8px;
}
.ctrlqCenteredContent {
    margin: auto;
    width: 600px;
}
.ctrlqFormCard {
    background-color: #fff;
    margin-bottom: 48px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    word-wrap: break-word
}



.ctrlqHeaderTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 34px;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
    margin-bottom: 22px
}

@media (max-width: 660px) {

    .ctrlqCenteredContent {
        width: 90%;
    }
    .ctrlqFormContent{
        padding: 10px;
    }
}

div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
