@media screen and (max-width:350px) {

    .form-inline .btn {
        font-size: 13px;
    }

    .navbar-brand img {
        width: 80px;
    }

    .app-link {
        width: 150px;
    }

    .col-8.align-self-center {
        width: 100%;
    }

    .table {
        font-size: 13px;
    }
}

@media screen and (max-width:992px) {
    .btn-group {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn-group > .btn,
    .btn-group {
        width: 100%;
    }

    .btn-group > .btn:not(:first-child),
    .btn-group > .btn-group:not(:first-child) {
        margin-top: -1px;
    }

    .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group > .btn:not(:first-child),
    .btn-group > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.error-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b;
}
.success-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}
.container, .container-fluid {
     padding-left: .75rem;
     padding-right: .75rem;
}
.table thead th {
    border-bottom: none;
}
.bg-login-image, .bg-register-image, .bg-password-image {
    /*text-align: center;*/
    padding-top: 20px;
    padding-left: 60px;
}

.select2-search__field{
    border-radius: 10rem !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #6e707e !important;
}

.select2-search__field:focus {
    outline-width: 0 !important;
}

.select2-dropdown{
    border-radius: 1rem !important;
}

span[aria-labelledby="select2-register-classificationLabel-container"]{
    height: auto !important;
    font-size: .8rem;
    border-radius: 10rem !important;
    color: #6e707e;
}

span[aria-labelledby="select2-register-classificationLabel-container"]>.select2-selection__arrow{
    height: 50px !important;
}

#select2-register-classificationLabel-container{
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}

span[aria-labelledby="select2-register-typeContrat-container"]{
    height: auto !important;
    font-size: .8rem;
    border-radius: 10rem !important;
    color: #6e707e;
}

span[aria-labelledby="select2-register-typeContrat-container"]>.select2-selection__arrow{
    height: 50px !important;
}

#select2-register-typeContrat-container{
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}

span[aria-labelledby="select2-register-mobilite-container"]{
    height: auto !important;
    font-size: .8rem;
    border-radius: 10rem !important;
    color: #6e707e;
}

span[aria-labelledby="select2-register-mobilite-container"]>.select2-selection__arrow{
    height: 50px !important;
}

#select2-register-mobilite-container{
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.download-dossier-documents{
    border-radius: 10rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.error-container {
    width: 100%;
    margin-top: 10%;
}

.error-img {
    width: 50%;
}

.error-text{
    color: #25333C;
}

.red-text {
    color: #D50032;
}
.red-text > a {
    color: #D50032;
}
.red-text > a:hover {
    color: #8b0021;
}