.footer.footer1{
    background-color: white;
    padding: 20px;
}
.footer.footer2{
    padding: 17px;
    color:  #ffffff;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 700;
}
.logoFooter{
    margin-top: 50px;
    max-width: 100%;
}
.footer .form-control{
    /*margin-left: 45px;*/
}
.textFooter{
    font-size: 22px;
    margin-bottom: 35px;
}
.lineFooter{
    border-top: 3px solid #de171f;
    width: 46px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footer h3{
    color:rgb(5, 26, 69);
    font-size: 18px;/* Approximation due to font substitution */
    font-weight: 700;
    text-transform: none !important;
}
.linkFooter a{
    color:  #7f8c8d;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 8px;
}
.footer .fa{
    font-size: 17px;
}
li{
    list-style: none;
}
@media(max-width:767px){
    p.mistral {
        font-family: 'Mistral', sans-serif;
        font-size: 25px;
        font-weight: 300;
        margin: 0;
    }
    .footer.footer2 {
        background-color: #df1019;
        padding: 10px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
    }
}
