.modal-mentions-legales {
    background-color: #ededed;
    border-radius: 5px;
    /*max-height: 25vh;*/
    overflow: hidden;
}

div.steps.clearfix {
    /*    max-height: 150px;
        overflow: auto;*/
}

#liste_vehicules {
    width: 100% !important;
    margin: 0;
    box-sizing: border-box;
}
#liste_vehicules tbody tr:not(.selected):not(.disabled):hover {
    cursor: pointer;
    background-color: #2b90cf5e;
    color: black;
}

#liste_vehicules .table-striped tbody tr.odd.selected, .table-striped tbody tr.selected {
    background-color: #2b90cf !important;
    color: #fff;
}

#liste_vehicules tbody tr td.disabled {
    background-color: rgb(200, 200, 200);
    opacity: 0.5;
}

#liste_vehicules tbody tr td {
    transition: 0.2s;
}

.text-3 {
    font-size: 3rem !important;
}

#display-vehicule-selection {
    min-height: 2.15rem;
    border: 0.2rem dashed #cacfe7;
    border-radius: 0.25rem;
    text-align: center;
    margin-top: auto;
    line-height: 1rem;
    overflow: auto;
    background-color: #eceff1;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    resize: none;
    width: 100%;
    height: calc(1.25em + 1.5rem + 2px);
}

.input-error-highlight {
    -webkit-box-shadow: 0px 0px 5px 0px #ff4961;
    box-shadow: 0px 0px 3px 0px #ff4961;
    border-color: #ff4961 !important;
}

.warning-version-button-list {
    border-color: #ff9a58;
    border-left-color: rgb(255, 154, 88);
    color: #ff9e5f;
    background-color: #fff9f5;
    border-left: 2px solid #ff9a58;
    box-shadow: 0px 0px 3px 0px #ff9a58;
    margin-top: 0.1rem;
}

.form-flat-hidden {
    height: 0px;
    overflow: hidden;
    margin: 0px !important;
}

textarea.readonly {
    resize: none;
    height: 3rem;
    width: 100%;
}

form label, form select option, form input {
    font-weight: 500;
    color: #5c5c5e;
}

.modal-formulaire {

}

.modal-formulaire .modal-content {
    border-radius: 2rem;
}

.modal-formulaire .modal-content .modal-header {
    border-bottom: none;
    display: block;
    position: relative;
}

.modal-formulaire .modal-content .modal-header button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 1.5rem;
}

.modal-formulaire .modal-content .modal-header h4.modal-title {
    text-align: center;
    padding: 0 3rem;
    position: relative;
    color: black;
    z-index: 1;
}

.modal-formulaire .modal-content .modal-header .mascot {
    position: absolute;
    height: 200%;
    object-fit: contain;
}