div.td_concession {
    padding: 5px;
}

div.td_concession:hover {
    cursor: pointer;
    background-color: #00000014;
}

div.td_concession:not(:last-child) {
    border-bottom: 3px solid #C4C4C4;
}

div.td_concession.selected {
    background-color: #007eff5c;
}

#concessions {
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.img-vehicule {
    max-width: 100%;
    margin: 0 auto;
    /*max-height: 97px;*/
}
#offre-selected .img-vehicule {
    width: 450px;
}
.slide h2 {
    margin-bottom: 25px;
}

#offres {
    display: none;
}

.svg-arrow {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.slide:not(.slide3) {
    border-bottom: 3px solid #C4C4C4;
}

.slide.closed > .content {
    display: none;
}

.slide.closed .arrow-down {
    display: none;
}
.slide.opened .arrow-up {
    display: none;
}

.offre:hover {
    cursor: pointer;
    box-shadow: 0px 0px 2px 1px #C4C4C4;
}
#offre-selected {
    opacity: 0;
    width: 100%;
}
#back-offers:hover {
    cursor: pointer;
}
.valid-slide {
    color: rgb(2, 150, 64);
    float: right;
    display: none;
}
.slide.valid .valid-slide {
    display: block;
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 17px;
    display: inline-block;
    height: 20px;
    margin-left: 0;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
}
.civ-label {
    width: 45%;
    font-weight: 400;
    font-size: 19px;
}

*:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding:10px;
    margin:-5px -20px -5px -5px;
}

#select-type-client select option {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px;
    background-color: #f0f0f0;
}
#select-type-client select option:first-child {        
    border-radius: 5px 0px 0px 5px;
}
#select-type-client select option:not(:first-child) {        
    border-radius: 0px 5px 5px 0px;
}

#select-type-client {
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
select[multiple], select[size] {
    width: 100%;
    overflow-y: hidden
}
select[multiple], select[size] {
    height: 59px;
}

input {
    height: 100%;
    min-height: 20px;
    width: 100%;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    color: rgb(0, 30, 80);
    font-size: 20px;
    font-family: vw-text;
    font-weight: 400;
    padding: 8px 0px;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-bottom: 1px solid rgb(223, 228, 232);
    border-color: rgb(223, 228, 232);
    border-radius: 0px;
    background: transparent;
    outline: 0px;
    margin: 4px 0px;
}

.mentions {
    margin-top: 80px;
    font-size: 14px;
    color: #8C8C8C;
}

.type-client:hover {
    cursor: pointer;
}

.type-client {
    background-color: #dfe4e8;
    color: #989b9e;
    height: 32px;
    line-height: 30px;
}

.type-client:first-child {        
    border-radius: 5px 0px 0px 5px;
}
.type-client:not(:first-child) {        
    border-radius: 0px 5px 5px 0px;
}

.type-client.selected {
    background-color: #001e50;
    color: #ffffff;
}

.sous-offre {
    display: none;
}


#offres .col-md-6.content-offre {
    width: 100%;
}