footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 4px 4px;
    margin-top: 100px;
}

.footer-top{
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.footer-top div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer h3{
    font-size: 2rem;
}

#footer-linkedin{
    display: none;
}

.footer-horaires p{
    margin: 0;
}

.footer-infos{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.footer-infos p{
    margin: 0;
}

.hexa-droite img{
    position: absolute;
}

#footer1{
    width: auto;
    height: 200px;
    right: 20px;
    bottom: 0;
}

footer a:hover{
    text-decoration: underline;
}

/* Responsive*/
@media  (max-width: 900px){
    .footer-horaires{
        order:2;
    }

    .footer-adresses{
        order:1;
    }

    .footer-contact{
        order:3;
    }

    .footer-adresses a{
        text-align: center;
    }

    .liens-mentions{
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center;
    }

    .liens-mentions span{
        display: none;
    }
}
