a,
a:hover,
a:active {
    text-decoration: none !important;
}

.footer-a-link,
.footer-a-link:hover,
.footer-a-link:active {
    text-decoration: none !important;
    color: #555 !important;
}

.footer{
    padding: 20px 10px 0px 10px;
    background-color: #eee;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer h3{
    color: #555 !important;
    padding-bottom: 10px;
    font-size: 20px !important;
}

.footer p{
    color: #555 !important;
    margin: 0;
}

.logo-footer{
    width: 280px;
}

.div-logo-footer, .div-contact-footer, .div-suivre-footer{
    width: 300px;
}

.btn-brochure{
    background-color: #01a1df !important;
}

.facebook, .linkedin, .anydesk{
    margin-right: 5px;
    width: 50px;
    transition-duration: 0.5s;
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    margin-top: 20px;
}

.facebook:hover, .linkedin:hover, .anydesk:hover{
    transform: rotate(30deg);
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

.img-brochure{
    width: 50px;
    filter: brightness(0%); 
    -webkit-filter: brightness(0%);
    transition-duration: 0.5s;
}

.a-brochure:hover .img-brochure{
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    transform: rotateY(180deg);
}

.div-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: black !important;
}

.footer-a-separator {
    padding: 0px 5px 0px 5px;
    margin: 0;
    color: #555;
}

.div-copyright{
    background-color: #eee !important;
    padding-top: 20px;
}

.txt_copyright {
    color: #555;
    font-size: 12px;
    margin-bottom: 0;
}

.separation-footer{
    width: 1px;
    height: 100px;
    background-color: #01a1df;
}

@media screen and (max-width: 1200px) {
    .footer{
        flex-direction: column;
        align-items: center;
    }
    
    .div-logo-footer{
        margin-bottom: 20px;
    }
    
    .div-contact-footer{
        text-align: center;
    }
    
    .div-brochure{
        margin-bottom: 20px;
    }
    
    .separation-footer{
        display: none;
    }
    
    .footer h3{
        padding-top: 20px;
    }
}

@media screen and (max-width: 800px){
    .footer-a-link,
    .footer-a-link:hover,
    .footer-a-link:active,
    .footer-a-separator{
        font-size: 12px;
    }
}