* {
    --opposite-text-color: #00aeef;
}

a{
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
    color: black;
}

select{
    background-color: #ffffff;
}

label {
    display: inline-block;
    margin-bottom: 0.2rem;
    vertical-align: sub;
    font-weight: 600;
}

.bandeau-logo {
    background: #333333;
    text-align: center
}

.div-login {
    width: 80vw;
    max-width: 400px;
    margin: auto;
    margin-top: calc(50vh - 150px);
    text-align: center;
}

.div-login .input-group-addon {
    min-width: 40px;
}

.btn-basic, .btn-basic:hover{
    background-color: var(--opposite-text-color);
    color: white;
}


.btn.mobile{
    min-width: auto;
    width: auto;
}

.form-control.mobile{
    width: auto;
    display: inline;
}

.card {
    margin-bottom: 1rem;
    box-shadow: 1px 1px 10px 0 #EEEEEE;
    padding: 0;
}

.card .card-header {
    font-weight: 500;
    font-size: 1.1em;
}

.card .card-body {

}

.bloc_label{
    font-weight: 500;
}

.realise {
    background-color: #CCFFCC;
}

#main{
    margin-bottom:50px;
    margin-top:70px;
}

#sidebar-wrapper{
    display: flex;
    position: fixed;
    z-index: 1050;
    top: 0;
    height: 60px;
    width: 100vw;
    color: black;
    background-color: white;
    box-shadow: 1px 1px 5px 0 #7c7c7c;
}

#navbar-title {

    flex: 1 1 auto;
    text-align: center;
    margin-top:5px;
}

#navbar-right{

    flex: 0 0 auto;
    display: inline-block;
    font-size: 16px;
    line-height:30px;
    padding: 15px 15px;
    float: right;
}
#navbar-logo{
    display: inline-block;
    vertical-align: top;
    flex: 0 0 auto;
}

#nav-footer {
    display: flex;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100vw;
    z-index: 10;
    box-shadow: 1px 1px 5px 0 #7c7c7c;
    background-color: white;
}

.nav-footer-button {
    flex: 1 1 0;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    font-weight: 600;
}

.nav-footer-button i {
    color: var(--opposite-text-color);
    font-size: 1.2em;
}


.nav-footer-button a {
    color: black;
    text-decoration: none;
}

.nav-footer-button + .nav-footer-button {
    border-left: 1px solid lightgrey;
}

.icone {
    font-size: 22px;
    line-height: 20px;
}

.text {
    font-size: 14px;
    line-height: 15px;
}

.btn{
    min-width: 100px;
    font-size: 0.9em !important;
}

.label_radio{
    font-weight:normal;
    cursor:pointer;
    margin-right:10px;
    vertical-align: middle;
    padding-bottom: 4px;
}

.table_modal th, .table_modal td{
    padding: 5px;
}

.listing{
    width: 100%;
}
.listing th{
    background-color: #333333;
    color:white;
    padding:5px;
}
.listing td{
    padding:5px;
}

.icon_delete{
    color:red;
    cursor: pointer;
    font-size: 24px;
    /*vertical-align: middle;*/
}

.ui-autocomplete {
    max-height: 250px;
    max-width: 470px;
    overflow-y: auto;
    z-index: 5000 !important;
    overflow-x: hidden;
}

.titre_inter{
    text-align: center;
    font-size:1.1em;
    font-weight: 500;
    margin-bottom: 15px;
}

.redstar {
    position: relative;
    bottom: 1px;
    font-size: .6rem;
    line-height: .6rem;
    vertical-align: super;
    text-decoration: none;
    color: red;
    margin-left: 0.5em;
}