.lien-he-left iframe {
    width: 100%;
}

.wrap-contact h3 {
    color: #018791;
    font-size: 21px;
    margin: 0 0 10px;
}

.lien-he-right .wpcf7-form>p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lien-he-right .wpcf7-form .wpcf7-form-control-wrap {
    width: 48%;
    margin-bottom: 15px;
    display: block;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 5px;
}

span.wpcf7-form-control-wrap.quiz {
    width: 100%;
    margin: 0;
}

span.wpcf7-form-control-wrap.your-message {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #018791;
    color: #fff;
    border: navajowhite;
    padding: 9px 12px;
    border-radius: 3px;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f37022;
}

div.wpcf7-response-output {
    clear: both;
    margin: 0;
    margin-top: 15px;
}

h3.clear-row {
    width: 100%;
}

.content-lienhe {
    width: 100%;
}

.content-lienhe h4 {
    color: #018791;
    margin: 0;
    font-size: 18px;
}

.content-lienhe .fa:before {
    width: 25px;
    color: #f7941d;
    font-size: 16px;
}

.content-lienhe p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 22px;
}

.content-lienhe p i {
    margin-right: 10px;
}

.wrap-divider {
    width: 100%;
    margin-bottom: 16px;
}

.divider {
    width: 60px;
    background: #018791;
    height: 3px;
}

@media only screen and (max-width: 768px) {
    .lien-he-right,
    .lien-he-left {
        width: 100%;
    }
}

@media only screen and (max-width: 460px) {
    .lien-he-right .wpcf7-form .wpcf7-form-control-wrap {
        width: 100%;
    }
}