.content-area [type=file] {
    position: absolute;
    left: 0;
    max-width: 100%;
    opacity: 0%;
}

.fileName {
    display: inline-block;
    font-weight: bold;
}

.fileBlock {
    width: 100%;
    padding: .5em;
    margin: .5em;
    border: 1px solid #eaeae1;
}

.fileBlock .formMessage:empty {
    display: none;
}

.content-area [type=file]:hover {
    cursor: pointer;
}

.content-area fieldset.pieces-jointes {
    margin-bottom: 2em;
}

.fileCounter .content {
    font-weight: bold;
}

.file-warning .content {
    color: red;
}

body.isMobile .content-area .fileBlock button {
     width: auto;
}
.alertCaptcha{
    color: red;
}