@media only screen and (max-width: 600px) {
    #back-to-top-static .back-to-top-static__icon {
        display: block;
    }

    #back-to-top-static .back-to-top-static__text {
        display: none;
    }

    .my-account-custom-form-item .form-results img, .form-result-item .form-results img {
        max-width: 100%;
    }

    /* margin for search reps/forms buttons */
    #btn_search_representations, #btn_search_form_responses {
        margin-bottom: 0.25em;
    }

    /* Consultations */

    div.consultations.offcanvas {
        width: 95vw;
    }

}

@media only screen and (max-width: 1000px) {
    ul.supporters-list {
        columns: 3;
    }

    body.wizards .col.wizard h2 {
        overflow-wrap: break-word;
    }
}


@media only screen and (max-width: 719px) {
    .form-login {
        width: 100%;
    }
    ul.supporters-list {
        columns: 2;
    }

    .opuscon-footer.navbar .navbar-nav {
        flex-wrap: wrap; /* for cases where footer text causing scroll */
    }

}

@media only screen and (min-width: 720px) {
    main.oc2connect {
        max-width: 100%;
        padding: 0;
    }
}

