.footer{
    background-color: #514e4e;
    color: white;
}
.footer .col-md-4{
    margin-top: 4%;
    margin-bottom: 2%;
}
.footer .col-md-4 h1{
    font-family: 'fontMedium';
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.footer .col-md-4 p{
    font-family: 'fontLigth';
    font-size: 17px;
}
.footer .col-md-4 ul li{
    list-style-type: none;
    font-family: 'fontLigth';
    font-size: 17px;
    margin-left: -25px;
}
.footer .col-md-12{
    margin-bottom: 4%;
}
.footer .col-md-12 p{
    font-family: 'fontLigth';
    font-size: 16px;
}
.footer .col-md-12 p a{
    text-decoration: none;
    color: #1A91FF;
}
/*TAILLE PHONE*/
@media (max-width: 400px) {
    .footer .col-md-4 h1{
        font-family: 'fontMedium';
        font-size: 17px;
        text-transform: uppercase;
        margin-bottom: 3%;
        margin-top: 3%;
    }
}