footer.footer {
    padding: 250px 10px 60px 10px;
    text-align: center;
    background: url(/Files/App_002/Images/footer_bg.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 300px;
    position: relative;
}
.footer_infos_bloc_wrapper {
    position: absolute;
    top: -270px;
    left: 0;
    width: 100%;
}
.footer_infos_bloc {
    background: url(/Files/App_002/Images/footer_cadre.png) no-repeat center top;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 75px 130px;
}
.footer_infos_bloc_title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #22252c;
    font-family: "shonar_banglabold";
    line-height: normal;
     margin-bottom: 40px;
}
.footer_infos_bloc_title.rs {
    color: #FFF;
    margin-top: 100px;
}
.footer_infos_bloc_text {
    font-size: 20px;
    color: #22252c;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer_infos_bloc_text a {
    text-decoration: none;
    color: #22252c;
}
.copyright {
    margin-top: 50px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.copyright a {
    color: #FFF;
    text-decoration: none;
}
.copyright a:hover {
    color: #f2cb1e;
    text-decoration: none;
}
.footer_infos_bloc_text a:hover {
    text-decoration: none;
    color: #f2cb1e;
}
.footer_infos_rs_link {
    width: 26px;
    height: 18px;
    display: inline-block;
    margin: 0 5px;
}
.footer_infos_rs_link.fb {background: url(/Files/App_002/Images/rs_fb_footer.png) no-repeat center;}
.footer_infos_rs_link.tw {background: url(/Files/App_002/Images/rs_tw_footer.png) no-repeat center;}
.footer_infos_rs_link.in {background: url(/Files/App_002/Images/rs_in_footer.png) no-repeat center;}
.footer_infos_rs_link.gp {background: url(/Files/App_002/Images/rs_gp_footer.png) no-repeat center;}
.footer_infos_rs_link.yt {background: url(/Files/App_002/Images/rs_yt_footer.png) no-repeat center;}
.footer_infos_rs_link.ins {background: url(/Files/App_002/Images/rs_ins_footer.png) no-repeat center;}



@media (max-width: 767px) {
.footer_infos_bloc {
    background: url(/Files/App_002/Images/footer_cadre.png) no-repeat center top;
    padding: 40px 90px;
    background-size: contain;
}
.footer_infos_bloc_title {
    font-size: 30px;
    margin-bottom: 30px;
}
.footer_infos_bloc_title.rs {
    margin-top: 80px;
}
.footer_infos_bloc_text {
    font-size: 18px;
}
.footer_infos_bloc_wrapper {
    top: -210px;
}
}


@media (max-width: 550px) {
.footer_infos_bloc {
    background: url(/Files/App_002/Images/footer_cadre.png) no-repeat center top;
    padding: 40px!important;
    background-size: contain;
}
.footer_infos_bloc_title {
    font-size: 24px;
    margin-bottom: 15px;
}
.footer_infos_bloc_title.rs {
    margin-top: 50px;
}
.footer_infos_bloc_wrapper {
    top: -170px;
}
footer.footer {
    margin-top: 150px;
    padding: 150px 10px 60px 10px;
}
}

@media (max-width: 375px) {
.footer_infos_bloc {
    background: url(/Files/App_002/Images/footer_cadre.png) no-repeat center top;
    padding: 26px!important;
    background-size: contain;
}
}

@media (max-width: 425px) {
footer.footer {
    margin-top: 150px;
    padding: 100px 10px 30px 10px;
}
}
