footer.footer {
    background: url(/Files/App_002/Images/footer.jpg) no-repeat center;
    padding: 80px 0;
    background-size: cover;
    background-attachment: fixed;
    z-index: 99;
    position: relative;
}
.menu_footer_wrapper {
    display: table;
    margin: 0 auto;
}
.footer_address_infos {
    display: table;
    margin: 0 auto;
    margin-top: 45px;
}
.footer_info_bloc {
    display: inline-block;
    margin: 0 20px;
}
.footer_info_bloc img {
    display: inline-block;
}
.footer_info_value {
    display: inline-block;
    color: #FFF;
    margin-left: 10px;
}
.footer_info_value a {
    color: #FFF;
    text-decoration: none;
}
.footer_info_value a:hover {
    color: #cd2129;
    text-decoration: none;
}
.copyright_rs_footer {
    z-index: 99;
    position: relative;
    background: #2d2c2c;
    color: #FFF;
    padding: 15px 10px;
}
.copyright {
    float: left;
    font-family: "Josefin Sans";
    font-size: 15px;
    margin: 15px 0;
}
.copyright a {
    color: #FFF;
    text-decoration: none;
}
.copyright a:hover {
    color: #cd2129;
    text-decoration: none;
}
.rs_footer {
    float: right;
    margin: 10px 0 5px 0;
}
.rs_footer_link {
    width: 31px;
    height: 31px;
    display: inline-block;
    float: none;
    margin-left: 10px;
    cursor: pointer;
}
.rs_footer_link.yt {background: url(/Files/App_002/Images/rs_yt.png) no-repeat center;}
.rs_footer_link.gp {background: url(/Files/App_002/Images/rs_gp.png) no-repeat center;}
.rs_footer_link.in {background: url(/Files/App_002/Images/rs_in.png) no-repeat center;}
.rs_footer_link.fb {background: url(/Files/App_002/Images/rs_fb.png) no-repeat center;}
.rs_footer_link.yt:hover {background: url(/Files/App_002/Images/rs_yt_hover.png) no-repeat center;}
.rs_footer_link.gp:hover {background: url(/Files/App_002/Images/rs_gp_hover.png) no-repeat center;}
.rs_footer_link.in:hover {background: url(/Files/App_002/Images/rs_in_hover.png) no-repeat center;}
.rs_footer_link.fb:hover {background: url(/Files/App_002/Images/rs_fb_hover.png) no-repeat center;}
.footer_newsletter {
    position: relative;
    margin: 0 auto;
    display: table;
}
.scroll_top {
    width: 43px;
    height: 40px;
    background: url(/Files/App_002/Images/up.png) no-repeat center #cd2129;
    position: absolute;
    bottom: 0;
    right: -40%;
    cursor: pointer;
}
.scroll_top:hover {
    background: url(/Files/App_002/Images/up.png) no-repeat center #404040;
}


@media (max-width: 1200px) {
.scroll_top {
    right: -30%;
}
}

@media (max-width: 991px) {
.scroll_top {
    right: -90px;
    bottom: -2px;
}
footer.footer {
    padding: 40px 0;
    overflow: hidden;
}
.footer_address_infos {
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.footer_info_bloc {
    display: inline-block;
    padding: 10px;
    width: 100%;
    margin: 0;
}
}


@media (max-width: 767px) {
.rs_footer {
    float: none;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.copyright {
    float: none;
    font-family: "Josefin Sans";
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}
}







