.contact {
    position: relative;
    overflow: hidden;
}
.boxcontact {
    padding: 90px 180px 50px;
    background: url(/Files/App_002/Images/imgfooter.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.boxcontact:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.85;
}
.footerflex {
    display: flex;
    flex-wrap: wrap;
}
.title-contact {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}
.formcontact {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.boxfooter {
    padding: 95px 30px 35px;
    background: #2900a5;
}
.logofooter {
    display: block;
}
.logofooter img {
    margin: 0 auto;
}
.boxsociaux {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 65px;
}
.menufooter {
    margin-top: 65px;
    text-align: center;
}
.titlefooter {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}
.link-footer {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.nos-coordonnes {
    margin-top: 65px;
    text-align: center;
}
.adresse p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
.adresse p a {
    color: #fff;
}
.copyright {
    position: relative;
    margin-top: 115px;
    text-align: center;
}
.copyright p {
    color: #fff;
}
.copyright p a {
    color: #fff;
}
.link-footer:hover {
    color: #7fbfff;
}
@media screen and (max-width: 1440px) { 
.boxcontact {
    padding: 90px 120px 50px;
}
.copyright {
    margin-top: 80px;
}
}
@media screen and (max-width: 1280px) { 
.boxcontact {
    padding: 70px 80px 50px;
}
.nos-coordonnes, .menufooter {
    margin-top: 50px;
}
}
@media screen and (max-width: 1024px) { 
.boxcontact {
    padding: 60px 40px 50px;
}
}
@media screen and (max-width: 991px) { 
.boxcontact {
    padding: 60px 30px 50px;
}
}
@media screen and (max-width: 767px) { 
.boxcontact {
    padding: 60px 15px 50px;
}
.title-contact {
    font-size: 35px;
}
.boxfooter {
    padding: 50px 15px 35px;
    background: #2900a5;
}
.copyright {
    margin-top: 50px;
}
}
