#titre {
    /*background-color: lightgray;*/
    text-align: center;
    color: white;
    background-color: darkred;
    /*padding-left: 10px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

#logo {
    float:right;

}

body {
    background-color: gray(20%);
}


#continuer {
    float: right;
}

#historique {
    float: right;
    margin-right: 20px;
}

#panel {
    padding-bottom: 20px;
    background-color: whitesmoke;
}

.tableau {
    overflow-x: auto;
}

#panel .alert {
    margin-bottom: 2px;
}

.page {
    margin-left: 0;
}

.tableauTriable thead th {
    cursor:pointer;
}

.photo-vehicule {
    max-height: 50px;
}

.photo-vehicule-big {
    max-height: 150px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#panelContact{
    margin: 20px;
}

.critair {
    max-height: 50px;
}

.pagination {
    margin: 20px;
}

.pagination>li>a, .pagination>li>span {
    border-color: #6c757d;
    color: #6c757d;
}
.pagination>li.active>a {
    background-color: #6c757d;
}

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.page-link:focus, .page-link:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff;
}

.page-link:focus{
    box-shadow: 0 0 0 0.1rem rgba(50,50,50,.25);
}

.filtres {
    margin-top: 20px;
    margin-bottom: 20px;
}

/**
body {
    margin-left: 100px;
    margin-right: 100px;
}

.border {
    border: solid;
    border-radius: 10px;
}



#titre h3 {
    padding-left: 20px;
}

.center {
    text-align: center;
}

#form input{
    margin-top: 10px;
}