#section-body {
    background-color: #fff
}

.contact_boxed {
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    margin-bottom: 17px;
    background: #eff8ff
}

.contact-info-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #fff
}

.form-control {
    border: 2px solid #dddddd75;
    font-size: 16px;
    border-radius: 0;
    height: 46px !important;
    width: 99%
}

.textarea {
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 15px 0 0;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
    height: 100% !important
}

.img-contact {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40%;
    margin-bottom: 15px
}

.form-horizontal .control-label {
    margin-bottom: 10px
}

label.control-label {
    color: #ffff
}

#form_website, .form-group > .col-sm-2.control-label {
    display: none !important
}

.bg-color-blue {
    background-color: #4a86cc;
    padding: 50px 50px 50px 70px;
    border-radius: 0 10px 10px;
    height: 100%
}

.divider {
    border-top: 10px solid var(--color-site-1);
    width: 50px;
    position: absolute;
    left: 0;
    top: 60px
}

p {
    font-weight: 400
}

#form_piecejoint, input[form_website], label[for=form_piecejoint], label[for=form_website] {
    display: none
}