@media screen and (max-width: 768px) {
    header{
        display: flex !important;
        flex-direction: column;
    }

    header .navbar, .navbar-expand-md{
        padding: 0 !important;
    }

    #step_form_ul{
        display: none;
    }

    #blocks p{
        margin: 0;
        margin-top: 2.5px;
        margin-bottom: 2.5px;
    }

    .node-vehicule-step-1-form .border{
        padding: 1em !important;
        margin-top: 0 !important;
    }

    .node-vehicule-step-1-form .input-group, fieldset{
        width: 100% !important;
    }

    .node-vehicule-step-2-form .border{
        padding: 1em !important;
        margin-top: 0 !important;
    }

    .node-vehicule-step-2-form .input-group, fieldset{
        width: 100% !important;
    }

    .node-vehicule-step-3-form .border{
        padding: 1em !important;
        margin-top: 0 !important;
    }

    .node-vehicule-step-3-form fieldset{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .node-vehicule-step-3-form .vehicule-docs-form.docs-wrapper .field-type-file{
        width: 100% !important;
    }

    footer .site-footer__top{
        justify-content: center !important;
        text-align: center;
    }

    footer .site-footer__top ul{
        text-align: center !important;
    }

    footer .contextual-region h2{
        margin-top: 25px !important;
        margin-bottom: 10px !important;
    }

    footer .site-footer ul, li{
        margin: 15px !important;
    }

    .special{
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .stat{
        grid-template-columns: repeat(1, 1fr) !important;
        width: 95% !important;
        padding: 5px !important;
    }
    #pyxis-payments-lyra #edit-lyra-form-token .kr-embedded{
        width:100%;

    }
}

.nav-item{
    margin: 0 !important;
}