/******************** 
* RESPONSIVE TABLE 
********************/

#section-informations .tableBodyScroll tbody tr,
#section-gestionnaire .tableBodyScroll tbody tr {
    width: 95%;
    margin: 0 auto;
}

#section-informations .tableBodyScroll tbody tr.vue {
    width: 100%;
    margin: 0 auto;
    transition: 0.3s;
}

.panel {
    border: 1px solid #E6E9ED;
    box-shadow: unset;
    border-radius: 0px;
}

.panel .panel-heading {
    border-radius: 0px;
}

.panel .panel-heading h3 {
    color: rgb(35, 35, 35);
    margin: 0 auto;
    margin-bottom: 0.5em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panel .footer-compte {
    padding: 10px 10px;
    background-color: rgb(247, 247, 247);
    border-top: solid 1px #ddd;
}

#section-informations .tableBodyScroll tbody tr.vue:hover {
    cursor: pointer;
    background-color: rgb(210, 210, 210);
}

.btn-timci {}

#associateModal.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#associateModal.modal {
    text-align: center;
}

#associateModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: unset;
}

@media (max-width: 1024px) {
    #section-informations .tableBodyScroll tbody {
        display: block;
    }

}