html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #f9fafb;
}

main {
    min-height: calc(100vh - 100px);
}


.container-home {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar {
    height: 50px;
}

.navbar .navbar-brand .super-title {
    font-size: 30px;
}

.suber-title {
    color: #b3b3b3;
    text-transform: uppercase;
}

.custom-search {
    margin-top: 30px;
}

.custom-search .md-form {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*Preloader*/
#mdb-preloader {
    background-color: #fff;
}

#mdb-preloader.loaded {
    opacity: 0;
    transition: .3s ease-in 1s;
    z-index: 0;
}

/*Opacitity*/
.opacity-5 {
    opacity: 0.5;
}

/* Définir les margins et les paddings */
.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-130 {
    margin-top: 130px;
}

.margin-top-140 {
    margin-top: 140px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-10 {
    padding: 10px;
}

.padding-6 {
    padding: 6px;
}

.padding-7 {
    padding: 7px;
}

.padding-0 {
    padding: 0px;
}

/*Définir les width and height*/
.width-100-pourcent {
    width: 100%;
}

.width-25-px {
    width: 25px !important;
}

.width-45-px {
    width: 45px;
}

.width-60-px {
    width: 60px;
}

.width-70-px {
    width: 70px;
}

/* Définir les font size */
.font-size-small {
    font-size: small;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-1em2 {
    font-size: 1.1em;
}

/*Définir palette de couleur*/
.text-bleu-fonce {
    color: #1a237e;
}

/*Définir les textes font weight*/
.text-bold-500 {
    font-weight: 500;
}

.text-bold-600 {
    font-weight: 600 !important;
}

.text-bold {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.hide-element {
    display: none;
}

.flex-align {
    display: flex;
}



.section-heading {
    font-weight: 600;
    text-transform: uppercase;
}



.block-tab-card .card:hover {
    box-shadow: 0 30px 40px rgba(0, 0, 0, .2);
}

.carousel-vo {
    margin-bottom: -5.69rem !important;
}


/**
 * Multiple Select2
 */
.select2-container--material {
    width: 100% !important;
}

.select2-container--material ::-webkit-input-placeholder {
    color: inherit;
}

.select2-container--material :-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::placeholder {
    color: inherit;
}

.select2-container--material .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: .5rem 0 .6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem;
    /* @extend input[type=text] */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 2.1rem;
}

.select2-container--material .select2-selection .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}

.select2-container--material .select2-selection--multiple {
    /**
     * Multiple selected options
     */
    /**
     * Multiple selected option clear button
     */
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    -webkit-transition: opacity;
    transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    /* @extend .material-icons */
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
    width: 100%;
    margin-top: 0;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
}

.select2-container--material .select2-dropdown {
    border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4585f4;
    box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    /* @extend .dropdown-content li>a, .dropdown-content li>span */
    font-size: 1.2rem;
    display: block;
    padding: 1rem;
    /**
     * Disabled options
     */
    /**
     * Selected option
     */
    /**
     * Active/hovered option
     */
}

.select2-container--material .select2-results__option[aria-disabled=true] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: #4285f4;
    background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
    /* @extend input[type=text]:focus */
    border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4585f4;
    box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material.select2-container--disabled .select2-selection {
    /* @extend .select-wrapper input.select-dropdown:disabled */
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#formSearchVehicule .md-form label {
    top: -20px !important;
}

#fullHeightModalLeft .modal-header {
    padding: 7px !important;
    border-bottom: none !important;
}

/*Back to TOP page*/
#button {
    display: inline-block;
    background-color: #303f9f;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 41px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #3f51b5;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-size: 17px;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}


.logo-marque {
    min-width: 45px;
    max-width: 45px;
}



.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    text-align: center;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 18px !important;
}

.img_logo_seven {
    max-width: 55%;
    min-width: 55%;
}

/*Scrollbar*/


.scrollbar {
    height: 300px;
    overflow-y: scroll;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}


.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}



.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}


.col_back_list {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col_back_list .back_list {
    font-weight: 400;
    text-decoration: underline;
}

.etoile-required {
    color: red;
    font-size: 14px;
}

.etoile-required-white {
    color: #fff;
    font-size: 14px;
}

/*Les Media Queries*/
@media screen and (min-width: 320px) and (max-width: 812px) {
    .block-tab-card .col-start {
        margin-bottom: 30px;
    }
}

.border-bottom-0 {
    border-bottom: 0;
}


/*Other scrool bar*/
/* Chrome*/
.scrollbar {
    height: auto;
    background: #fff;
    overflow-y: auto;
    margin-bottom: 25px;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d9e4ef;
}

.thin::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* Chrome*/
/* FIREFOX*/
.thin {
    scrollbar-width: thin;
    scrollbar-color: #d9e4ef #F5F5F5;
}

/* FIREFOX*/


.dataTables_empty {
    text-align: center;
}


table.fixedHeader-floating {
    margin-top: 44px;
}

table.fixedHeader-floating th {
    padding: 0.75rem !important;
}

.form-control,
.select-wrapper input.select-dropdown,
.select2-container--material .select2-selection,
.select2-container--material .select2-results__option {
    font-size: .9rem;
    color: #55595c;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #212529;
}

.fav_vo .fa-star {
    color: #ffbb33;
}

@media (max-width: 1900px) and (min-width: 1366px) {
    table.table-sm th {
        padding-top: 0;
        padding-bottom: 0;
    }
}

b,
strong {
    font-weight: bold;
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.text-underline {
    text-decoration: underline;
}

.text-underline:hover {
    text-decoration: underline;
}


.editableform .select-wrapper {
    background-color: transparent !important;
    border: none !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

#table-prop-rec .update-statut-client {
    border-bottom: none;
}

#content-tables .dataTables_wrapper .btn-floating {
    z-index: 0;
}

.dataTables_scrollBody {
    margin-top: -18px;
}

/*TEXT COLOR*/
.text-violet {
    color: #303f9f;
}

.text-orange {
    color: #f15a24;
}

.text-grise {
    color: #212121;
}


/* BTN CUSTOM */
.btn-outline-violet {
    border: 2px solid #303f9f !important;
    background-color: transparent !important;
    color: #303f9f !important;
}

.btn-violet {
    background-color: #303f9f !important;
    color: #fff !important;
}

.btn-rose {
    background-color: #ff4081 !important;
    color: #fff !important;
}

.btn-rouge-brique {
    background-color: #ff3547 !important;
    color: #fff !important;
}

.btn-vert-pistache {
    background-color: #64dd17 !important;
    color: #fff !important;
}

.btn-0353b2 {
    background-color: #0353b2;
    color: #fff !important;
}

.btn-303f9f {
    background-color: #303f9f;
    color: #fff !important;
}


/*CUSTOM BADGE*/
.badge-rouge-brique {
    background-color: #f15a24 !important;
}

.row-icones {
    margin-top: 50px;
    padding: 40px 0px;
    background-color: white;
}

.row-icones .small-icon {
    max-width: 70px;
    max-height: 70px;
}

.row-icones a.title-icones {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: bold;
}

.row-nos-services {
    padding: 40px 0px;
    background-color: #f2f2f2;
}

.btn-show-custom-search {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    display: block;
}

.btn-show-custom-search .label-filre {
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    top: -2px;
    left: 5px;
}

.div_tb_1 {
    padding: 0 15px;
}

.md-tabs {
    background-color: #fff !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.md-tabs .nav-link {
    color: rgba(0, 0, 0, .7);
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #f5f5f5;
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-link.active {
    border-bottom: 2px solid #FF6A3D;
    color: #FF6A3D !important;
    background-color: #fff !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-link:hover {
    background-color: #f5f5f5;
}

.disabled-btn-href {
    pointer-events: none;
}

.clockdiv {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.clockdiv>div {
    padding: 3px;
    border-radius: 3px;
    background: #f06292;
    display: inline-block;
}

.clockdiv div>span {
    padding: 2px;
    border-radius: 3px;
    background: #e91e63;
    display: inline-block;
}

.clockdiv .sper {
    color: #f06292;
    margin: 0 2px;
}

.display_icon {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.panel-enchere {
    display: flex;
}

.consultation-background {
    background-color: #c0c5e2;
}

.vente-background {
    background-color: #e8eaf0;
}


.enchere-bloc .enchere-top {
    position: relative;
}

.enchere-bloc .enchere-top .bandeau {
    position: relative;
    top: 0px;
    left: -10px;
}

.enchere-bloc .enchere-top .bandeau>img {
    max-width: initial !important;
    min-width: initial !important;
}

.enchere-bloc .enchere-top .title-vente {
    position: absolute;
    top: 14px;
    left: 0px;
}

.enchere-bloc .enchere-top .title-vente>span {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.3em;
}

.enchere-bloc .title {
    color: #4d4d4d;
    font-weight: bolder;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 18px;
}



.flex-container-bar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    padding: 0px 15px;
}

.flex-container-bar .date-begin .title {
    font-size: 10px;
    font-weight: bold;
}

.flex-container-bar .date-begin .value {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: green;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    font-size: 0.7em;
}

.flex-container-bar .between {
    height: 70px;
}

.flex-container-bar .between>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.flex-container-bar .date-end .title {
    font-size: 10px;
    font-weight: bold;
}

.flex-container-bar .date-end .value {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    font-size: 0.7em;
}

.btn-pointer-none {
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wrapper-not-allowed {
    cursor: not-allowed;
}

/*
  ======= Gestion des couleurs ====
*/
.color-334096 {
    color: #334096;
}

.color-4d4d4d {
    color: #4d4d4d;
}

.color-ff3547 {
    color: #ff3547 !important;
}

/*
=============== Gestion des textes ====
*/
.text-lowercase {
    text-transform: lowercase;
}

/*
  ======= Panel enchere vehicule ====
*/
.enchere-bloc .my-title {
    font-weight: bolder;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 18px;
}

.enchere-bloc .flex-container-countdown {
    display: flex;
    justify-content: center;
}


.enchere-bloc .flex-container-countdown .dot {
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #ff3547;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    font-size: 1.5em;
}


.enchere-bloc .flex-container-countdown>div {
    margin: 5px;
    text-align: center;
}

.enchere-bloc .flex-container-countdown>div .indice {
    color: #4d4d4d;
    font-size: 13px;
}

.title-1 {
    color: #313435;
    font-size: 1.125rem;
    letter-spacing: .5px;
    font-weight: bold;
}

.line-height-inherit {
    line-height: inherit;
}

.width-200px {
    width: 200px;
}

.font-size-14px {
    font-size: 14px !important;
}

.navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 0px !important;
}

@media screen and (max-width: 992px) {
    .row-all-options .md-tabs {
        display: block;
    }

    .navbar.scrolling-navbar {
        padding-top: 0px;
    }
}

.navbar.scrolling-navbar .header-a {
    position: absolute;
    content: '';
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
    z-index: -1;
    height: 80px;
}

.navbar.scrolling-navbar .header-a .flex-container {
    display: flex;
}

.navbar .navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.navbar.scrolling-navbar .header-a .flex-container .two {
    padding: 13px 50px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.navbar .navbar-brand .logo {
    height: 65px;
    object-fit: contain;
}

.btn-rounded {
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.btn-black {
    background-color: #212121 !important;
    color: #fff !important;
}

.navbar {
    background: white;
    height: 70px;
}

.btn-primary {
    background-color: #0075b3 !important;
}

footer.page-footer {
    background-color: #212121 !important;
}

.row-nos-services .card .overlay .card-img-top {
    height: 220px;
    object-fit: cover;
}

.pills-primary .nav-link.active,
.pills-primary .show>.nav-link,
.tabs-primary {
    border-bottom: 2px solid #FF6A3D;
    color: #FF6A3D !important;
    background-color: #fff !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_length input,
div.dataTables_wrapper div.dataTables_length select {
    width: 150px !important;
}

.list_btn {
    font-size: 15px;
    padding: 0px 10px;
    height: 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-purple {
    background-color: #3cadd4 !important;
}

.table-last-child-centered tr td:last-child {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: black !important;
}


.badge-v1 {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    width: 100px;
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: .25em .4em;
    font-size: 11px;
    font-weight: initial;
    text-transform: uppercase;
}

.badge-success {
    border: 1px solid #0075b3 !important;
    color: #0075b3 !important;
}

.badge-info {
    border: 1px solid #0088cc !important;
    color: #0088cc !important;
}

.badge-dark {
    border: 1px solid #212121 !important;
    color: #212121 !important;
}

.badge-secondary {
    border: 1px solid #a6c !important;
    color: #a6c !important;
}

.badge-primary {
    border: 1px solid #4285f4 !important;
    color: #4285f4 !important;
}

.badge-success-light {
    border: 1px solid #1fc58e !important;
    color: #1fc58e !important;
}

.badge-danger {
    border: 1px solid #ff3547 !important;
    color: #ff3547 !important;
}

.badge-warning {
    border: 1px solid #fb3 !important;
    color: #fb3 !important;
}

.modal-dialog .modal-content .modal-header {
    border-bottom: 2px solid #0075b3;
}

.modal-dialog .modal-content .modal-header>h4 {
    color: #0075b3;
}

.modal-dialog .modal-content .modal-header .close .white-text {
    color: #0075b3 !important;
}

.table-details thead th {
    border-top: none !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    font-weight: bold !important;
}

.table-details tbody th {
    vertical-align: middle;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.main_container .sidebar {
    position: fixed;
    top: 80px;
    left: 0;
    width: auto;
    height: 100%;
    background: #004D40;
    transition: all 0.3s ease;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, .0625);
}

.main_container .sidebar .sidebar__inner {
    position: relative;
}

.main_container .sidebar .sidebar__inner ul li {
    list-style: none;
}

.main_container .sidebar ul li a {
    color: #fff;
    font-size: 18px;
    padding: 20px 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    left: -40px;
    position: relative;
    justify-content: center;
}

.main_container .sidebar ul li a .icon {
    /*    margin-right: 15px;*/
    /*    font-size: 28px;*/
}

.main_container .sidebar ul li a span {
    display: inline-block;
}

.main_container .sidebar ul li a:hover,
.main_container .sidebar ul li a.active {
    background: #e3e3e3;
    color: #fff;
}

.main_container .container .item {
    background: #fff;
    border: 1px solid #E0F2F1;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
}

/* after adding active class */
.wrapper.active .sidebar {
    width: 80px;
}

.wrapper.active .sidebar ul li a span.title,
.wrapper.active .profile_info {
    display: none;
}

.wrapper.active .main_container .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.main_container .sidebar .sidebar__inner .icones-side-bar {
    max-width: 25px;
}

.notice-client {
    width: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    background: #ff3547;
    color: white;
    border-radius: 10em;
    z-index: 1;
    height: 20px;
    font-size: 13px;
}

.notice-sidebar-pos {
    position: absolute;
    left: 50px;
}

.top-12 {
    top: 12px;
}

.top-9 {
    top: 9px;
}

.background-eee {
    background-color: #eee;
}

.width-10-pourcent {
    width: 10%;
}

.width-20-pourcent {
    width: 20%;
}

.width-50-pourcent {
    width: 50%;
}

.width-60-pourcent {
    width: 60%;
}

.height-25-px {
    height: 25px !important;
}

.object-fit {
    object-fit: cover;
}

.thumbnailImg {
    width: 60px;
    height: 45px;
    object-fit: cover;
}

.btn-303f9f-transparent {
    border: 1px solid #303f9f;
    background: white;
    color: #303f9f;
}

.navbar-brand {
    white-space: inherit !important;
}

.btn-ff4081-transparent {
    border: 1px solid #ff4081 !important;
    background: white !important;
    color: #ff4081 !important;
}

.btn-2bbbad-transparent {
    border: 1px solid #2bbbad !important;
    background: white !important;
    color: #2bbbad !important;
}

.btn-3cadd4-transparent {
    border: 1px solid #3cadd4;
    background: white;
    color: #3cadd4 !important;
}

.btn-ff3547-transparent {
    border: 1px solid #ff3547;
    background: white;
    color: #ff3547 !important;
}

.bloc1 {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: rgb(23, 139, 194);
    background: linear-gradient(90deg, rgba(23, 139, 194, 1) 0%, rgba(38, 92, 172, 1) 48%, rgba(44, 74, 164, 1) 100%);
    height: 350px;
}

.bloc1 .bloc1-auto {
    width: 60%;
    margin: 0 auto;
}

.color-fff {
    color: #fff !important;
}

.background-5ba6cd {
    background-color: #5ba6cd;
}

.background-0033ad {
    background-color: #0033ad;
}

.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 15px 10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 6px 5px 0px rgb(173 173 173 / 75%);
    -moz-box-shadow: 2px 6px 5px 0px rgba(173, 173, 173, 0.75);
    box-shadow: 2px 6px 5px 0px rgb(173 173 173 / 75%);
    border: 1px solid #eee;
}

.custom-btn .cus1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 20%;
}

.custom-btn .cus1>img {
    max-width: 25px;
}

.custom-btn .cus2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-btn .cus3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-btn .cus3 i.fa {
    display: inline-block;
    border-radius: 60px;
    padding: 0.4em 0.6em;
    font-weight: bold;
}

.bloc1 .img-right {
    position: absolute;
    left: 50%;
    top: -107%;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(122, 115, 122, 0.5);
    -moz-box-shadow: 0px 0px 10px 2px rgba(122, 115, 122, 0.5);
    box-shadow: 0px 0px 10px 2px rgba(122, 115, 122, 0.5);
}

.text-justify {
    text-align: justify
}

.center-img-box {
    display: flex;
    justify-content: center;
}

.bloc2 {
    margin-top: 100px;
}

.box-mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.line-height-2em {
    line-height: 2em;
}

.width-250px {
    width: 250px;
}

.width-270px {
    width: 270px;
}

.width-300px {
    width: 300px;
}

.color-212529 {
    color: #212529;
}

.white-space-nowrap {
    white-space: nowrap;
}

.tb-fixed-layout {
    table-layout: fixed;
}

.card-dashboard {
    padding: 0 50px;
}

footer {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(225, 223, 225, 0.5);
    -moz-box-shadow: 0px 0px 10px 2px rgba(225, 223, 225, 0.5);
    box-shadow: 0px 0px 10px 2px rgba(225, 223, 225, 0.5);
}

@media (min-width: 1200px) {
    .bloc1 .bloc1-auto {
        width: 80%;
    }

    .bloc1 .img-right>img {
        width: 480px;
    }
}

@media (max-width: 1199px) {
    .bloc1 .bloc1-auto {
        width: 90%;
    }

    .bloc1 .img-right>img {
        width: 360px;
    }

    .bloc2 {
        margin-top: 90px;
    }
}

@media (max-width: 850px) {
    .bloc1 .bloc1-auto {
        width: 100%;
    }

    .bloc2 {
        margin-top: 70px;
    }
}

@media (max-width: 768px) {
    .bloc1 .bloc1-auto {
        width: 100%;
    }

    .bloc1 .img-right>img {
        width: 320px;
    }

    .bloc2 {
        margin-top: 30px;
    }
}


@media (max-width: 650px) {
    .bloc1 .col-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .bloc1 .img-right {
        display: none !important;
    }

    .bloc2 {
        margin-top: 10px;
    }
}

@media (max-width: 340px) {
    .bloc1 .section-heading {
        font-size: 1.2rem;
    }

    .bloc2 {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 767px) {
    .flex-lg {
        display: flex;
        align-items: center;
    }

}

@media only screen and (max-width:767px) {
    .reverse-s {
        display: flex;
        flex-direction: column-reverse
    }

    .center_xs {
        text-align: center !important;
    }

    .mbt-20 {
        margin-bottom: 20px;
    }

    .flex-column-xs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .ml-0 {
        margin-left: 0px;
    }

    .ml-minus-22 {
        margin-left: -22px;
    }

    .mbt-10 {
        margin-top: 10px !important;
    }

    .tb-fixed-auto {
        table-layout: auto;
    }
}

@media only screen and (max-width: 766px) {
    .m-bs-20 {
        margin-bottom: 20px;
    }
}


.flex-container-car {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.flex-container-car>div {
    width: 100px;
    text-align: center;
    padding: 0 4px;
}

.widget-card-border-right {
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.flex-container-car .fa {
    font-size: 20px;
}

.shadow-market {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(122, 115, 122, 0.3) !important;
    -moz-box-shadow: 0px 0px 10px 2px rgba(122, 115, 122, 0.3) !important;
    box-shadow: 0px 0px 10px 2px rgba(122, 115, 122, 0.3) !important;
}

#displayCardCar .card-cascade {
    height: 483px;
}

#displayCardCar .view-cascade {
    height: 220px;
}

#displayCardCar .card-img-top {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto auto;
}

#displayCardCar .mask-in {
    opacity: 1 !important;
    left: 8px !important;
}

#displayCardCar .fav_vo {
    position: absolute;
    right: 10px;
    bottom: 1px;
}

#displayCardCar .logo-mrq {
    width: 35px;
}

#displayCardCar .text-mrq {
    position: relative;
    top: 3px;
}

#displayCardCar .footer-card {
    display: flex;
    justify-content: center;
}

#displayCardCar .link-href-vo {
    position: absolute;
    bottom: 20px;
}

.icnPrixVente {
    position: absolute;
    right: 10px;
    top: 10px
}

.boxContOffre {
    width: fit-content;
}

.boxTitleOffre {
    border-bottom: 1px solid white;
}

.boxContOffre>span {
    position: relative;
    top: 10px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: white;
}

.titleVtDispo {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.ctximg {
    position: relative;
    cursor: pointer;
    transition: transform 0.6s;
}

.ctximg:hover {
    transform: scale(1.1);
}

.ctximg img {
    -webkit-box-shadow: 2px 6px 5px 0px rgba(173, 173, 173, 0.75);
    -moz-box-shadow: 2px 6px 5px 0px rgba(173, 173, 173, 0.75);
    box-shadow: 2px 6px 5px 0px rgba(173, 173, 173, 0.75);
}

.ctximg .text {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.trSpe {
    border: 2px solid #e3e3e3;
}

.circleNum {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #000;
    margin-left: 3px;
    position: relative;
    top: -2px;
  }

  .mb-minus-25 {
      margin-bottom: -25px;
  }

  .mb-minus-30 {
      margin-bottom: -30px;
  }

.badge-ef9031 {
    background-color: #ef9031;
    padding: 0.5em;
    box-shadow: none;
    font-size: 12px;
    font-weight: inherit;
}

.badge-97c668 {
    background-color: #97c668;
    padding: 0.5em;
    box-shadow: none;
    font-size: 12px;
    font-weight: inherit;
}

.badge-eee {
    background-color: #eee;
    padding: 0.5em;
    color: #212529 !important;
}

.badge-eee-outline {
    background-color: white;
    border: 1px solid #eee;
    color: black !important;
    padding: 0.5em;
    box-shadow: none;
}

.shadow-vente {
    -webkit-box-shadow: 0px 0px 10px 2px rgb(122 115 122 / 30%);
    -moz-box-shadow: 0px 0px 10px 2px rgba(122, 115, 122, 0.3);
    box-shadow: 0px 0px 10px 2px rgb(122 115 122 / 30%);
}

.box-type-vente {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flex-number-vo {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.flex-number-vo .item-1 {
    flex: 1;
}

.flex-number-vo .item-2 {
    flex: 3;
}

.flex-logovo {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.flex-logovo .item-1 {
    display: flex;
    flex: 3;
    gap: 10px;
}

.flex-logovo .item-2 {
    display: flex;
    justify-content: end;
    flex: 1;
}

.flex-logovo .item-1 .item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.flex-logovo .item-1 .item img {
    width: 35px;
}

.flex-counter {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.flex-counter .item-1 {
    flex: 1;
}

.flex-counter .item-2 {
    display: flex;
    flex: 1;
    justify-content: end;
}

.countdown {
    display: flex;
}

.countdown .flex-counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.countdown .flex-counter-item .circle {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    flex-direction: column;
    background: #ef9031;
    color: white;
}

.circle-30 {
    width: 30px;
    height: 30px;
}

.circle-40 {
    width: 40px;
    height: 40px;
}

.countdown .flex-counter-item .circle .countdown-number {
    font-size: 1em;
    font-weight: bold;
}

.countdown .flex-counter-item .countdown-label {
    font-size: 10px;
}


.center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 900px) {
    .title-vente{
        text-align: center;
    }
    .flex-counter{
        flex-direction: column;
        gap: 15px;
        margin-bottom: 10px;
    }
    .flex-number-vo{
        flex-direction: column;
    }
    .flex-logovo{
        flex-direction: column;
        margin-top: 10px;
    }
}