.contact_infos_title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #22252c;
    font-family: "shonar_banglabold";
    line-height: normal;
    position: relative;
    padding-left: 70px;
    padding-top: 40px;
}
.contact_infos_title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #22252c;
    left: 0;
    bottom: -5px;
}
.contact_infos_address {
    font-size: 18px;
    color: #22252c;
    font-weight: lighter;
    margin: 20px 0;
    text-align: justify;
    line-height: 34px;
    padding-left: 70px;
}
.contact_infos_address span {
    font-weight: bold;
}
.contact_infos_address a {
    line-height: 28px;
    color: #22252c;
    text-decoration: none;
}
.contact_infos_address a:hover {
    line-height: 28px;
    color: #0777bb;
    text-decoration: none;
}
.contact_infos_bloc {
    background: url(/Files/App_002/Images/footer_cadre.png) no-repeat center top;
   background-size: contain;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 100px 100px 140px 100px;
    top: 120px;
    left: 50px;
    z-index: 2;
}
.contact_form_wrapper {
    background: #FFF;
    padding: 0 150px 50px 150px;
    position: relative;
    right: 70px;
}
.contact_form_content {
    margin-top: 75px;
    position: relative;
}
.bloc_motif_contact {
    position: absolute;
    top: 50px;
    right: -87px;
}
.map_contact_wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 120px;
}

@media (max-width: 1440px) {
.contact_infos_bloc .contact_infos_title.cavalier_title_bloc {
    padding-top: 0;
}
.contact_infos_bloc {
    background: url(/Files/App_002/Images/footer_cadre.png) no-repeat center top;
    background-size: contain;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 100px 100px 140px 100px;
    top: 120px;
    left: 0;
    z-index: 2;
}
.contact_form_wrapper {
    background: #FFF;
    padding: 0 150px 50px 150px;
    position: relative;
    right: 30px;
}
}

@media (max-width: 1199px) {
.bloc_motif_contact {
    display: none;
}
}


@media (max-width: 991px) {
.page_content.contact {
    padding-top: 20px;
}
.contact_infos_bloc {
    top: 70px;
    padding: 100px;
}
.contact_form_wrapper {
    background: #FFF;
    padding: 70px 50px 50px 50px;
    position: relative;
    right: 0;
}
.map_contact_wrapper {
    margin-top: 0;
}
}


@media (max-width: 500px) {
.contact_form_wrapper {
    padding: 70px 20px 50px 20px;
}
.contact_infos_bloc {
    top: 70px;
    padding: 40px;
}
.contact_infos_address {
    padding-left: 0;
    font-size: 16px;
}
}

@media (max-width: 375px) {
.contact_infos_bloc {
    top: 70px;
    padding: 40px 20px;
}
}
