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;
}

.slide.valid:hover {
    cursor: pointer;
}

#concessions {
    max-height: 550px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 12px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.img-vehicule {
    margin: 0 auto;
    /*max-height: 97px;*/
}
#offre-selected .img-vehicule {
    width: 450px;
}
.slide h2 {
    margin-bottom: 12px;
    margin-top: 9px !important;
}

#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 {
    height: 170px;
}
.offre img {
    max-height: 136px;
    max-width: 100%;
}

.offre:hover {
    cursor: pointer;
    box-shadow: 0px 0px 2px 1px #C4C4C4;
}
#offre-selected {
    opacity: 0;
    width: 100%;
}
#back-offers:hover {
    cursor: pointer;
}

.slide h2 {
    color: #001e50;
    display: inline-block;
    margin-left: 5px;
}

.slide1 .content {
    height: 250px;
}

.pre-title {
    color: #001e50;
    display: inline-block;
    font-size: 42px;

}

span.sub-valid-title {
    font-size: 15px;
}

.closed.slide h2 {
    color: #cccccc;
}

.closed .pre-title {
    color: #cccccc;
}

.closed.slide.valid h2 {
    color: rgb(0 0 0 / 48%) !important;
}

.closed.valid .pre-title {
    color: rgb(0 0 0 / 48%) !important;
}

.valid-slide {
    color: rgb(2, 150, 64);
    float: right;
    display: none;
}
.slide.valid .valid-slide {
    display: block;
    margin-top: 0px;
}
.update-slide {
    float: right;
    display: none;
    position: relative;
    left: 7%;
    top: 30px;
}
.update-slide:hover {
    cursor: pointer;
}

.slide.valid .update-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;
}
.cta-acccueil {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px;
    background-color: #DBDBDB;
}

#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%;
}

div#concessions.closed {
    height: 70px;
}

div#concessions:after {
    content: '';
    background: url(/images/arrow_select.png);
    background-position: center center;
    background-size: cover;
    opacity: 1;
    height: 10px;
    margin: -10px;
    width: 16px;
    position: absolute;
    right: 25px;
    top: 44px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
}

div#concessions:hover:after {
    cursor: pointer;
}

select {
    width: 100%;
    border-bottom: 2px #cccccc solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("/images/arrow_select.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 12px;
}

.gallery-cell {
  width: 40%;
  height: 200px;
  margin-right: 10px;
  counter-increment: gallery-cell;
}

.gallery-cell.is-selected {background: linear-gradient(#001e50, #001e50);
background-size: auto 7em;
background-repeat: no-repeat;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  
  color: white;
}


@media (max-width: 1290px) {

    .gallery-cell {
        width: 40%;
        height: auto;
        margin-right: 10px;
        counter-increment: gallery-cell;
    }
    
    .offre {
        height: 128px;
    }
}

.gallery-cell {
    padding: 2px;
}

#vertical-form .titles-container {
    display: none;
}


@media (max-width: 1200px) {

    .gallery-cell.is-selected {
        background: linear-gradient(#001e50, #001e50);
        background-size: auto 5em;
        background-repeat: no-repeat;
    }
    
    #horizontal-titles {
        display: none;
    }
    
    #vertical-form .titles-container {
        display: block;
    }
    
    main > .container {
        max-width: 1024px !important;
    }
    
    #offre-in-slide2 {
        top: -256px !important;
    }
    #offre-in-slide2 img {
        width: 59% !important;
        float: right;
        margin-top: -79px;
    }
    
    #content-cp-ville {
        top: -134px;
    }
    
    #map-container {
        top: -150px;
        position: relative;
    }
    div#concessions:after {
        top: 49px;
        left: auto;
    }
}

@media (max-width: 992px) {
    div#concessions:after {
        top: 49px;
        right: 24px;
    }
    #offre-in-slide2 {
        background-size: auto 100% ! important;
    }
    #offre-in-slide2 img {
        width: 40% !important;
    }
    
    
    #content-cp-ville input {
        width: 70% !important;
    }
    #content-cp-ville img {
        right: auto !important;
    }
    #concessions {
        width: 100% !important;
        max-height: 140px;
    }
    .heading p {
        font-size: 12px;
    }
    .heading h1 {
        font-size: 29px !important;
    }
    .slide h2 {
        font-size: 18px;
    }
    .pre-title {
        font-size: 44px;
    }
    
    .flickity-page-dots {
        display: none !important;
    }
    .slide1 .content {
        height: auto;
    }
    .flickity-viewport {
        margin-left: 0px !important;
        margin-right: 41px! important;
    }
    
    .gallery-cell {
        width: 57%;
        height: auto;
    }
    .offre img {
        max-height: 100px;
    }
    .offre p {
        color: #ffffff;
    }
    .gallery-cell.is-selected {
        background-size: 100% 95%;
    }
    
    .offre:hover {
        box-shadow: none;
    }
    
    .update-slide {
        left: 4%;
    }
}


/* FORM HORIZONTAL */
@media (min-width: 1200px) {
    main > .container {
        max-width: 1200px !important;
    }
    
    span.sub-valid-title {
        font-size: 17px;
    }

    .container {
        width: 1200px;
    }

    .gallery-cell {
        width: 20%;
    }
    .offre {
        height: 130px;
    }
    
    .gallery-cell .offre p {
        margin-top: 15px;    
    }
    
    .slide:not(.slide3) {
        border-bottom: none;
    }
    
    #vertical-form .slide1 {
        padding-top: 30px;
    }
    
    .slide.valid .valid-slide {
        margin-right: 20px;
    }
    
    .pre-title {
        margin-left: 15px;
    }
    
    .faq {
        width: 100% !important;
    }
}

#horizontal-titles .slide {
    width: 33%;
    display: inline-block;
}
#horizontal-titles h2 {
    font-size: 18px;
}

#horizontal-titles .slide {
    border-bottom: none;
}
/*slide 1*/
#horizontal-titles .slide1.opened {
    border-top: 3px solid #001e50;
    border-right: 3px solid #001e50;
}

#horizontal-titles .slide1.closed:before {
    content: " ";
    height: 1px;
    border-top: 2px solid #001e50;
    width: 90%;
    display: block;
}

/*slide 2*/
#horizontal-titles .slide2.opened {
    border-top: 3px solid #001e50;
    border-right: 3px solid #001e50;
    border-left: 3px solid #001e50;
}

#horizontal-titles .slide2.valid.closed:before {
    content: " ";
    height: 1px;
    border-top: 2px solid #001e50;
    width: 90%;
    display: block;
    margin: 0 auto;
}

#horizontal-titles .slide2.closed:before {
    content: " ";
    height: 1px;
    border-top: 2px solid #cccccc;
    width: 90%;
    display: block;
    margin: 0 auto;
}

#horizontal-titles .slide.closed::after {
    content: ' ';
    display: block;
    height: 3px;
    border-bottom: 3px solid #001e50;
    width: calc(100%);
    left: 0;
    position: relative;
    top: -3px;
}

/*slide 3*/
#horizontal-titles .slide3.opened {
    border-top: 3px solid #001e50;
    border-left: 3px solid #001e50;
}

#horizontal-titles .slide3.closed:not(.opened)::before {
    content: " ";
    height: 1px;
    border-top: 2px solid #cccccc;
    width: 90%;
    display: block;
    margin: 0 auto;
    float: right;
}

#offre {
    font-weight: bold;
    font-size: 14px;
}

#offre-in-slide2 {
    padding: 15px;
    background: linear-gradient(#001e50, #001e50);
    background-size: 100% 82%;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    top: -97px;

}
#offre-in-slide2 h4 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 35px;
}

#offre-in-slide2 img {
    width: 100%;
}
