@media screen and (min-width : 1024px) {
    .before-footer {
        position : relative;
        z-index: 1;
    }
    #footer {
        position : relative;
        z-index  : 0;
    }

    #footer.footer-fixed {
        position : -webkit-sticky;
        position : sticky;
        bottom   : 0;
    }

    #footer > .container {
        position : relative;
        z-index  : 1;
        padding  : 15px;
    }

    .copyright-container {
        flex-direction: row;
        margin: auto;
    }

    .alcool-warning-container{
        max-width: 65%;
        padding: 2em 0;
    }

    .alcool-warning-content {
        max-width: 75%;
        flex-direction: row;
    }

    .alcool-warning-content .alcool-warning-txt {
        padding-left: 1.5em;
        text-align: left;
    }



    /*.footer-container .footer > * {*/
    /*    flex : 0 0 25%;*/
    /*}*/
}

@media (max-width: 767px){
    .links-footer__wrapper{
        display: flex;
        flex-direction: column;
    }
    .links__footer__title{
        margin-top: 15px;
    }
}

@media (min-width: 768px){
    .links-footer__wrapper{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        max-width: 1050px;
        margin: auto;
    }
}

@media screen and (min-width : 2000px) {
    .alcool-warning-content{
        max-width: 930px
    }

}
