/***************************************************************
            Developped by Theophile PACAUD - Trainee
                    https://git.xnj.ovh/tpacaud
                        intervalle.contact@tpacaud.fr
                  Universite Sorbonne PARIS NORD
                      For INTERVALLE SARL
                      All rights reserved
***************************************************************/


/*********************
    Footer
*********************/

.footer{
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.925);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

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

.footer img{
    width: 300px;
}

@media (max-width: 1080px) {
    .footer{
        gap: 10px;
        flex-direction: column;
    }
}