img {
    width: 50px;
    height: 50px;
}

.cartes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /** on centre les symboles **/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body {
    /** à cause de la navbar fixe **/
    padding-top: 70px;
    /** bug horizontal de la barre de défilement;(  **/
    overflow-x: hidden;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
}

.text-muted {
    color: #777;
}

.panel-heading span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 8px;
    margin-right: 25px;
}

.footer-right {
    float: right;
    margin-right: 20px;
}

.page-header.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x {
    margin: 5px;
}

.x img {
    border: 2px solid black;
}

.dataTables_wrapper {
    margin-top: 1%;
    margin-right: 1%;
    margin-left: 1%;
}
.modal-body {
    padding-bottom: 0;
}
