.footer {
    position: relative;
    margin-top: 120px;
}
.bgfooter {
    background: #254e90;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.bgfooter:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/Files/App_002/Images/bgfooter.jpg) top center no-repeat;
    opacity: 0.11;
    background-attachment: fixed;
    background-size: cover;
}
.logofooter {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
.logofooter img {
    margin: auto;
}
.flexfooter {
    float: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto 35px;
    z-index: 22;
}
.menufooter {
    text-align: center;
    margin: 30px auto 0;
}
.liste-sociaux {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.liste-sociaux li {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;
}
.liste-sociaux li:first-child {
    margin-left: 0;
}
.liste-sociaux li em {
    color: #254e90;
    font-size: 17px;
}
.liste-sociaux li:hover {
    background: #2ab573;
}
.liste-sociaux li:hover em {
    color: #fff;
}
.copyright {
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    font-family: Myriad Pro;
}
.copyright a {
    color: #fff;
}
.copyright p {
    margin: 0;
}
.copyright img { margin-left: 5px;}
@media screen and (max-width: 1440px) {
.flexfooter { width: 55%;}
}
@media screen and (max-width: 1280px) {
.flexfooter { width: 65%;}
}
@media screen and (max-width: 1024px) {
.flexfooter { width: 75%;}
}
@media screen and (max-width: 991px) {
.flexfooter {
    width: 100%;
    padding: 0 20px;
}
}
@media screen and (max-width: 767px) {
.flexfooter {
    padding: 0 15px;
   margin: 50px auto 35px;
}
.menufooter {
    margin: 45px auto 0;
}
.liste-sociaux {
    margin-top: 40px;
}
}
@media screen and (max-width: 550px) {
.liste-sociaux li {
    margin-left: 10px;
}
}