/* modal etat vehicule */
.etat_vehicule_modal{
    left: 1%;
    width: 98%;
    margin-left: 0;
}
.etat_vehicule_modal.modal.fade.in {
    top: 2%;
}
.etat_vehicule_modal.modalWhite .modal-header {
    margin-bottom: 0;
    height: 30px;
    padding: 0;
}
.etat_vehicule_modal .modal-body {
    position: relative;
    max-height: none;
    padding: 15px;
    overflow-y: hidden;
    overflow: inherit;
}
.name_img_defaut{
    text-align: center;
    background: #f8f9fB;
    border: 1px solid #d4d4d4;
    padding: 10px;
    font-weight: 500;
}
.marque_modele_defaut{
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #424242;
}
.version_defaut{
    font-size: initial;
    font-weight: 400;
    color: #424242;
}

.bloc_defaut h2, .rapport_pdf h2{
    font-size: 24.5px;
    color: #424242;
}
.bloc_img_defaut{
    cursor: pointer;
}
.bloc_img_defaut:first-child{
    padding-left: 0;
}
.etat_vehicule_modal .rapport{
    background: #424242;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.recap_veh_modal h2{
    line-height: 10px;
}
.bloc_img_defaut.slick-current{
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    opacity: 1;
}
.bloc_img_defaut{
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.6;
    transition: all 300ms ease;
}
.slick-track {
    margin-left: 0;
    margin-right: 0;
}
.bloc_img_defaut:focus{
    outline: none;
}

/* conflict with AOS-min.css and slick-custom.css */
.etat_vehicule_modal .slick-next:focus,
.etat_vehicule_modal .slick-next:hover,
.etat_vehicule_modal .slick-prev:focus,
.etat_vehicule_modal .slick-prev:hover {
    background: inherit;
    color: inherit;
    height: 64px;
    opacity: inherit;
    outline: inherit;
    width: 48px;
}

.etat_vehicule_modal .slick-prev,
.etat_vehicule_modal .slick-prev:focus {
    left: 0;
}

.etat_vehicule_modal .slick-next,
.etat_vehicule_modal .slick-next:focus {
    right: 0;
}
/* Fin - modal etat vehicule */
