footer{
    padding-top: 70px;
    padding-bottom: 5px;
    background: linear-gradient(305deg, rgba(3,72,66,0.7962535355939251) 0%, rgba(3,72,66,0.8018557764902836) 100%), url(../images/bg-footer.png);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #011814d3;
}
.text-footer{
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}
.logo-footer{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.h-footer{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.copyright{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.li-footer{
    padding-bottom: 20px;
}
.ul-footer{
    list-style: none;
    padding: 0;
}
.link-footer{
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: .2s ease-in-out;
}
.link-footer:hover{
    color: #ffffff;
    transition: .2s ease-in-out;
    text-decoration: none;
}
.contact-infos{
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF !important;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}
.link-contact-infos{
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.link-contact-infos:hover{
    color: #FF9800;
}
.icon-contact-infos{
    position: absolute;
    left: 0;
    width: 15px;
    color: #ffffff8f;
}
.icon-social-network-footer{
    width: 40px;
    height: 40px;
}

