.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
    padding: 1px 15px;
    color: #A0A0A0;
}

@media screen and (max-width:767px) {
    .acf-field {
        clear: left !important;
        width: 100% !important;
        border-left: 0 !important;
        border-top: 0 !important;
        border-bottom: 1px solid #eeeeee !important;
    }
}

@media screen and (min-width:768px) {
    .frontSecondTitle {
        margin-top:-50px;
    }
}

.acf-field .acf-label label {
    font-size:14px !important;
}

.acf-form-submit {
    text-align: center;
    padding-top: 15px;
}

.acf-input-wrap input {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.centerimage{

    text-align: center;
    margin-bottom: 10px;
}

.centerimage .borderFa {

    padding: 3px 10px 3px 10px;
    border: 1px solid #e8e8e8;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.results tr[visible='false'],
.no-result{
    display:none;
}

.results tr[visible='true']{
    display:table-row;
}

.counter{
    padding:8px;
    color:#ccc;
}

.register {

    width: 100%;
}

.leftpanel {

    border-right: 2px solid black;
}

.rightpanel {

    border-left: 2px solid black;
}

.form-control {
    margin-bottom: 10px;
}

.labelperso {

    font-weight: 400;
    font-style: italic;

}

.labelcommercial {

    font-weight: 700;
    color: red;
    font-style: normal;
}

.borderpanel {

    border-bottom: 2px dotted grey;
}

.titreespace {

    margin-top: 0px;
}

.titreavoir {

    padding-left: 15px;
}

.error {

    color: red;
}