footer{
    position: relative;
    overflow: hidden;
    background:var(--wp--preset--color--quinary);
    padding-top:calc(2 * var(--wp--preset--spacing--xxxl)) !important;
    margin-block-start:calc(-1 * var(--wp--custom--margecoup--l))!important;
    clip-path: polygon(0 var(--wp--custom--margecoup--l), 100% 0%, 100% 100%, 0 100%);
    background:var(--wp--preset--color--quinary);
    width: 100vw;
    height: 100%;
    @media screen and (max-width: 782px) {
        margin-block-start: calc(-1 * var(--wp--custom--margecoup--m)) !important;
        clip-path: polygon(0 var(--wp--custom--margecoup--m), 100% 0%, 100% 100%, 0 100%);
        padding-top: var(--wp--preset--spacing--xl) !important;
        padding-bottom: var(--wp--preset--spacing--xl) !important;
    }
    &::before{
        content:'';
        position: absolute;
        right:0;
        bottom:0;
        width:650px;
        height:200px;
        display: block;
        background: transparent url('../../../assets/img/fumee-bas-droite.png') no-repeat bottom right;
        background-size: contain;
        z-index: -1;

    }
    &::after{
        content:'';
        position: absolute;
        bottom:-300px;
        left:-230px;
        display: block;
        background-image:
                url('../../../assets/img/fumee-bas-left.png'),
                url('../../../assets/img/steeve-montagne.png');
        background-repeat:
                no-repeat,
                no-repeat;
        background-position:
                84% -16%,
                bottom right;
        background-size:
                456px 445px,
                730px 699px;
        width:730px;
        height:699px;
        z-index: 0;
    }
    @media screen and (max-width: 1690px) {
        &::after{
    display: none;
        }
    }
    @media screen and (max-width: 1440px) {
        &::before{
        }
    }

    > *{
        position: relative;
        z-index: 10;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{
        @media screen and (max-width: 782px) {
            flex-basis: content !important;
        }
    }

    .wp-block-social-links{
        @media screen and (max-width: 782px) {
            justify-content: flex-start;
        }
    }

    p.has-text-align-right{
        @media screen and (max-width: 782px) {
            text-align: left;
        }
    }

}