.logo .menu.fr {
    /* padding: 0 50px; */
    width: 57%;
}
.contact_a{color:#656565;transition:0.3s;}
.contact_a:hover{color:#da000e;text-decoration:underline;transition:0.3s;}
.footer_a{color:#ffffff;transition:0.3s;}
.footer_a:hover{color:#d7000f;text-decoration:underline;transition:0.3s;}
.header_a{color:#de000f;transition:0.3s;}
.header_a:hover{color:#656565;text-decoration:underline;transition:0.3s;}
.ft_cols{resize:none;}
footer {background: #191919;}
footer ul{display:flex;padding:15px 0;width:100%;justify-content:space-between;flex-wrap:wrap;}
footer li a{font-size:14px;color:white;text-transform:uppercase;transition:0.3s;}
footer li a:hover{font-size:14px;color:#d80010;text-transform:uppercase;transition:0.3s;}
footer .copyright{color:white;font-size:12px;padding: 15px 0;}