/* BASE */

.etoile{
    color:red;
}

.facultatif{
    color: gray;
}

table, td, tr, th{
    border:0.5px solid #dee2e6;
}

th{
    background-color: rgba(36, 214, 161, 0.77) !important;
}

.btnColor {
    color:white;
    background-color: #00C99C;
}

.btnColor:hover {
    color:white;
    background-color:#16A5D4!important;
}

.btnRetour{
    color:white;
    background-color: gray;
}

.btnSupprime{
    color:white;
    background-color: #e84038;
}

.btnSupprime:hover{
    color:black!important;
    background-color: #c82333;
}

.btnSupprime:hover i {
    transform: rotateZ(90deg);
    transition: .5s;
}

.btnUpdate {
    color:white!important;
    background-color: #67aedf;
}

.form-control {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

/* MENU */
.pcoded-header {
    max-height: 50px !important;
    background-color: #32292B !important;
    padding: 0 !important;
}
.pcoded-content {
    margin-top: 0 !important;
}

.under_image {
    height: 50px;
    width: 230px;
    background-color: white !important;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 230px;
}

@media only screen and (max-width: 991px) {
    .logo {
        height: 50px;
        width: 20%;
        left: auto;
        right: 0;
        text-align: center;
        top:0;
    }

    .dropdown_mobile {
        left: auto;
        right: 10px;
        position: absolute;
        top: 0;
    }

    .under_image {
        display: none;
    }

    .pcoded-menu-caption {
        background-color: #0685C3 !important;
    }
}