footer{
    clear: both;
}
footer .region-footer {
    display             : flex;
    flex-wrap           : wrap;
    flex-direction      : column-reverse;
    background-color    : var(--red);
    gap                 : 2rem 0;
    color               : var(--color2);
    /*padding             : var(--padding);*/
    padding-top: var(--padding-medium);
    padding-bottom: var(--padding-medium);
    background-repeat: no-repeat;
    background-position : bottom -10px right -75px;
    background-size: 200%;
    background-image    : url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2017.465" height="467.142" viewBox="0 0 2017.465 467.142"><path id="Tracé_659" data-name="Tracé 659" d="M2017.351,0c1.5,14.1-12.244,19.084-21.661,24.993-83.34,52.291-710.212,378.146-828.956,396.888-27.334,4.315-59.94,4.642-74.349.127C1007.67,395.464,1246.4,246.6,1174.1,231.182c-46.137-9.841-335.54,250.877-380.2,214.7-49.683-40.236,146.851-235.439,148.763-280.62,3.842-90.806-227.448,3.124-267.88,17.522C444.8,264.685,236.368,411.063,0,467.142c68.91-49.433,147.144-88.588,223.272-125.687,146-71.151,583.557-283.117,725.237-264.847,164.363,21.2-63.636,219.674-52.112,249.654,2.731,7.105,6.319,7.522,12.943,8.845,38.7,7.73,394.895-253.844,418.206-247.033,63.032,18.415-263.606,245.533-99.139,236.375,70.809-3.942,479.352-218,586.715-260.142C1880.315,38.718,1947.284,6.973,2017.351,0" fill="%23B70101" style="mix-blend-mode: multiply;isolation: isolate"/></svg>');
}

footer .region-footer .block {
    flex      : 1 1 0;
    max-width : 100%;
}

footer h3 {
    text-align    : center;
    margin-bottom : 30px;
    font-size     : 24px;
}

#block-erny-wewer-textecontact h2{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 2rem;
}
#block-erny-wewer-textecontact p{
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 1rem;
}
footer a{
    color: white;
}

@media only screen and (min-width : 768px) {
    footer .region-footer {
        background-position : bottom -30px right 20%;
    }
}

@media only screen and (min-width : 1280px) {
    footer .region-footer {
        flex-direction : row;
        background-position :-350% 108%;
        background-size: 90%;
    }

    footer .region-footer .block {
        min-width : 380px;
    }

    footer h3 {
        text-align    : left;
        margin-bottom : -10px;
    }
}