.footer{
    color: var(--base) !important;
}
.footer-content{
    max-width: 1600px !important;
}

@media (max-width: 560px) {
    .footer-content {
        width: 90%;
    }
    .footer-menus {
        flex-direction: column !important;
    }
    .footer-menu{
        width: 100% !important;
    }
}

@media (min-width: 561px) and (max-width: 728px) {
    .footer-content {
        width: 90%;
    }
    .footer-menu {
        align-items: center;
    }
}


@media  (max-width:768px) {
    .site-footer .footer{
        padding: 2rem 30px;
    }
    .footer-content{
        display: flex;
        flex-direction: column;
        row-gap: 4rem !important;
    }
    /* bloc présentation et bloc membres */
    .footer-presentation, .footer-member {
        width: 100%;
    }
    /* menus */
    .footer-menus {
        flex-wrap: wrap;
        justify-content: space-evenly !important;
        flex-basis: 100% !important;
        width: 100% !important;
        column-gap:2rem;
    }
    .footer-menu{
        text-align: left;
    }
    /* copyright */
    .footer-copyright{
        padding-top: 4rem;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .site-footer .footer{
        padding: 2rem 30px;
    }

    .footer-content{
        display: flex;
        flex-direction: column;
        row-gap: 2rem !important;
    }
    /* bloc présentation et bloc membres */
     .footer-presentation, .footer-member{
        flex-basis: 100% !important;
        width: 100% !important;
    }
    /* menus */
    .footer-menus {
        flex-basis: 100% !important;
        width: 100% !important;
        gap: 1.5rem;
    }
    .footer-menu{
        width: 50% !important;
        align-items: center;
        text-align: left !important;
    }
    /* copyright */
    .footer-copyright{
        padding-top: 4rem;
    }
}

@media  (min-width:1025px) {
    .site-footer .footer {
        padding: 3rem 30px;
    }

    .footer-content {
        display: flex;
        justify-content: space-between !important;
        column-gap: 1rem !important;
    }
    /* bloc présentation et bloc membres */
    .footer-presentation,
    .footer-member {
        flex-basis: 25% !important;
        width: 25% !important;
    }
    /* menus */
    .footer-menus {
        flex-basis: 50% !important;
        width: 50% !important;
        gap: 1rem;
    }
    .footer-menu {
        width: 45% !important;
        align-items: center;
        text-align: left;
    }
    /* copyright */
    .footer-copyright {
        padding-top: 4rem;
    }

}

/* bloc présentation et bloc membres */
 .footer-presentation, .footer-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer-presentation img{
    width: 160px !important;
    height: auto !important;
}
.footer-member  img{
    padding: 0.5rem 0;
    width: 120px !important;
    height: auto !important;
}
.footer-member {
    gap : 1rem;
}
.footer-presentation p, .footer-member p, .footer-menu a{
    font-size: 1rem ;
}
.footer-presentation p{
    margin-bottom:  1rem !important;
}
.footer-member p{
    margin:  0 !important;
}
.footer-social-icon{
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.footer-social-icon{
    column-gap: 1rem;
}

/* menus */
.footer-menus{
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.footer-menu{
    display: flex;
    flex-direction: column ;
}
.footer-menu  ul{
    list-style: none !important;
    margin: 0;
}
.footer-menu  ul li{
    margin: 0.5rem 0;
}
.footer a{
    color: var(--base) !important;
}
.footer a:hover, .footer a:focus, .footer a:active{
    color: var(--accent-light) !important;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}