.path-webform .webform-confirmation {
    padding: 0 1rem;
}

.path-webform .webform-confirmation * {
    text-align: center;
}

.path-webform .webform-confirmation a {
    border-radius: 0;
}

.path-webform .webform-confirmation a {
    border: 2px solid var(--blue);
    padding: .75rem 3rem !important;
    font-size: 14px;
    color: var(--blue);
    background-color: transparent;
    display: block;
    width: fit-content;
    margin: 3rem auto 10rem auto;
    position: relative;
}

.path-webform .webform-confirmation a:hover {
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
}

.path-webform .webform-confirmation a::after {
    content: '';
    height: 5rem;
    width: 100vw;
    background-image: url(../../../images/export/filigrane/fil-containers.png);
    background-size: cover;
    background-position: 1rem center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: -10rem;
    transform: translateX(-50%);
}

.path-webform .webform-confirmation h3 {
    margin: 1rem 0 0 0;
    font-weight: 300;
    font-size: 18px;
}

.path-user.mandatory-authentication .bg_title,
.path-webform .bg_title {
    position: relative;
    overflow: hidden;
}

.path-user.mandatory-authentication .bg_title h1,
.path-webform .bg_title h1 {
    text-transform: none;
    text-align: center;
    position: relative;
    margin: 5rem auto 3rem auto;
    overflow: hidden;
    display: block;
}


@media (min-width: 1200px) {

    .path-webform .webform-confirmation h3 {
        font-size: 22px;
    }

    .path-user.mandatory-authentication .bg_title h1,
    .path-webform .bg_title h1 {
        margin: 5rem auto;
    }

    .path-user.mandatory-authentication .bg_title::after,
    .path-user.mandatory-authentication .bg_title::before,
    .path-webform .bg_title::after,
    .path-webform .bg_title::before {
        content: '';
        background-image: url(../../../images/export/filigrane/fil-line-spons-left.svg);
        width: 30vw;
        height: 125px;
        left: -12vw;
        top: 0rem;
        background-repeat: no-repeat;
        position: absolute;
        background-size: cover;
    }

    .path-user.mandatory-authentication .bg_title::after,
    .path-webform .bg_title::after {
        left: unset;
        right: -12vw;
        transform: scaleX(-1);
        transform-origin: center center;
    }
}


@media (min-width: 1400px) {

    .path-user.mandatory-authentication .bg_title::before,
    .path-webform .bg_title::before {
        left: -7vw;
    }

    .path-user.mandatory-authentication .bg_title::after,
    .path-webform .bg_title::after {
        right: -7vw;
    }
}

@media (min-width: 1600px) {

    .path-user.mandatory-authentication .bg_title::before,
    .path-webform .bg_title::before {
        left: -4vw;
    }

    .path-user.mandatory-authentication .bg_title::after,
    .path-webform .bg_title::after {
        right: -4vw;
    }
}

@media (min-width: 1800px) {

    .path-user.mandatory-authentication .bg_title::before,
    .path-webform .bg_title::before {
        left: -2vw;
    }

    .path-user.mandatory-authentication .bg_title::after,
    .path-webform .bg_title::after {
        right: -2vw;
    }
}