
body {
    background-color: #e0f2f1;
}

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

form p {
    font-size: 120%;
}

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

form .m-0{
    margin: 0px;
}
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 35px
}

.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
}

.form-group{
    display: flex;
}
.ctrlqAccent {
    background-color: #a7ffeb;
    height: 8px;
}
.ctrlqCenteredContent {
    margin: auto;
    width: 1000px;
}
.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;
}
.input-field{
    margin: 0;
    width: 100%;
}
.bloc-input{
    width: 350px;
    max-width: 100%;
}
input[type="date"],
input[type="text"]{
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px dashed #000 !important;
    margin: 0 !important;
    height: 20px !important;
}
h3{
    text-align: center;
}
.form-group{
    display: flex;
}
#signatureCanvas{
    width: 100%;
    max-width: 350px;
    height: 250px;
    border: 3px dashed #cccccc;
    border-radius: 5px;
    background-color: #eeeeee;
}

strong{
    font-weight: bold;
}
@media (max-width: 660px) {

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

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