.page_banner.contact {
    background: url(/Files/App_002/Images/banner_contact.jpg) no-repeat center top;
    background-size: cover;
}
.contact_form_title {
    font-size: 30px;
    color: #e57816;
    line-height: 30px;
    margin-bottom: 25px;
}
.map_content {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.contact_infos_content {
    margin-top: 175px;
    background: #e57816;
    display: inline-block;
    width: 100%;
    padding: 40px 70px;
    position: relative;
}
.contact_infos_title {
    font-size: 15px;
    line-height: 15px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Trebuchet MS";
    margin-bottom: 15px;
}
.contact_infos_text {
    font-size: 14px;
    color: #FFF;
    font-family: "Trebuchet MS";
}
.contact_infos_text a {
    color: #FFF;
    text-decoration: none;
}
.contact_infos_text a:hover {color: #005e8e;}
.casquette_contact {
    position: absolute;
    top: -85px;
    left: -49px;
}

@media (max-width: 1300px) {
  .casquette_contact {display: none;}
}

@media (max-width: 991px) {
  .contact_infos {text-align: center;}
}
@media (max-width: 767px) {
  .contact_form_title {text-align: center;}
  .contact_infos_content {
    margin-top: 40px;
    padding: 20px;
  }
  .contact_infos {margin-bottom: 20px;}
}

.contact_infos.infos_ar {
    float: right;
    text-align: right;
}
.map_content.map_ar {left:0;}
