@media (max-width: 767px) {
    body {
        padding: 0;
    }

    .t3-mainnav {
        border: none;
    }

    .t3-mainnav .navbar-inner {
        min-height: 0;
    }

    #t3-header .Mine-logo {
        width: 60% !important;
        float: left !important;
    }

    #t3-header .Mine-Connexion {
        width: 40% !important;
        float: right !important;
        position: relative;
    }

    #t3-header {
        padding-right: 10px;
        padding-bottom: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

    .Mine-Connexion .login-greeting {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        font-family: 'FontAwesome';
        background-color: #002c77;
        color: #fff;
        padding: 11px 14px;
        border-radius: 100%;
        font-size: 0;
        float: right;
    }

    .Mine-Connexion .login-greeting:after {
        content: "\f007";
        font-size: 20px;
    }

    .Mine-Connexion .logout-button {
        display: none;
        position: absolute;
        top: 43px;
        background: #002c77;
        padding: 20px;
        right: 0;
    }

    .Mine-Connexion .logout-button:hover {
        display: block;
    }

    .Mine-Connexion .logout-button .btn-primary {
        background: transparent;
        cursor: pointer;
        border: none;
        box-shadow: none;
        text-shadow: none;
    }

    .btn-primary {
        background: #002c77;
        width: 100%;
    }

    .login-wrap {
        padding: 0 10px;
    }

    .login-wrap .input-password-toggle .visually-hidden {
        display: none;
    }

    .icon-eye-slash:before {
        content: "\f070";
    }

    .login-wrap .controls {
        float: left;
        width: 90%;
        position: relative;
    }

    .login-wrap .controls .form-control {
        width: 100%;
    }

    .login-wrap .input-password-toggle {
        position: absolute;
        right: -13px;
        top: 0;
        background: #002c77;
        color: #fff;
        border-radius: 0 5px 5px 0px;
        box-shadow: none;
    }

    a {
        color: #002c77;
    }

    .t3-content {
        padding: 0 10px;
    }

    #user-registration .form-actions {
        background: #fff;
    }

    #user-registration .form-control {
        width: 95%;
    }

    #frmUpload .list-docs {
        text-align: left;
        padding: 6px 0;
        border-bottom: 1px solid #002c77;
        margin-bottom: 15px;
    }

    #frmUpload .list-docs div {
        padding: 6px 0px;
        border-top: 1px solid #002c77;
        margin-top: 5px;
    }

    #frmUpload .btn-warning {
        background: #ccc;
        color: #000;
        text-shadow: none;
    }

    .btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    #frmUpload .plus {
        background: #039d16;
    }

    #frmUpload .remove {
        background: url(../images/remove.png) no-repeat;
        border: none;
        font-size: 0;
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    

}