/*ARIANE*/
.modal-body{
    overflow-y: visible;
    max-height: inherit;
}

#operationfinancementModal .modal-body {
    overflow-y: auto;
}
/*BANNER*/
.banner{
    position: relative;
    background: #000;
}

.main.fiche .banner {
     margin-top: 40px;
 }

.banner__background{
    position: absolute;
    background: url(/assets/img/reprise/fond-formulaire-landing.jpg) no-repeat 50% 30%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.banner__title{
    position: relative;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    color: white;
    font-weight: 700;
}

.main.fiche .banner__title {
    font-size: 18px;
    line-height: 24px;
}

.corner-content .banner__title {
    margin-top: 50px;
}

.banner__content.content {
    padding-top: 60px;
    padding-bottom: 0;
}

.main.fiche .banner__content.content {
    padding-top: 10px;
}
/*NEEDEDS*/
.neededs{
    padding: 125px 0 50px 0;
    background: #F8F9FB;
}

.neededs .bannerFVO--reprise {
    margin: 0 auto 50px;
    position: relative;
    width: fit-content;
}

.neededs .bannerFVO--reprise .opeFVOExemple {
    left: 4%;
    bottom: 7%;
    width: 26%;
    height: 9%;
}

.neededs__group{
    display: flex;
    justify-content: space-evenly;
}
.neededs__title{
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.needed{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.needed svg{
    width: 210px;
    height: 210px;
}
.needed__title{
    margin-top: 20px;
    color: #424242;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
/*DESCRIPTION*/
.description{
    margin: 40px auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle_switch.search{
    margin-top: 15px;
    display: inline-block;
}
.toggle_switch.search input{
    display: none;
}
.toggle_switch.search .switch{
    margin: 0 10px;
}
.toggle_switch.search .switch__option{
    color: #1167ff;
}
.toggle_switch.search .switch__option--first{
    float: left;
}
.toggle_switch.search .switch__option:last-child{
    margin-left: -5px;
    color: #E4E4E4;
    float: right;
}
.toggle_switch.search input:checked ~ .switch__option--first{
    color: #E4E4E4;
}
.toggle_switch.search input:checked ~ .switch__option:last-child{
    color: #1167ff;
}
/*REPRISE*/
.main--reprise .reprise,
.main.fiche .reprise {
    position: relative;
    text-align: center;
    padding-top: 50px;
    color: white;
}

.main.fiche .reprise {
    padding-top: 0;
}

.reprise__content{
    position: relative;
}
.reprise__title{
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    width: fit-content;
    margin: auto;
}

.main.fiche .reprise__title {
    font-size: 20px;
}

.flag-reprise-cash {
    position: absolute;
    right: 14%;
    top: 0;
    transform: translate(20%, -75%) rotate(-8deg);
    width: 130px;
    z-index: 2;
    border-radius: 100px;
}

.reprise__title--sub{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.reprise__ko{
    color: #1167ff;
    cursor: pointer;
}
.reprise__ko:hover{
    color: #0a69b5;
}
.reprise__registration{
    max-width: 850px;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
}
.main--reprise .reprise__input.form-input,
.main.fiche .reprise__input.form-input{
    height: 50px;
    padding: 0 30px;
    margin: 0;
    border: 1px solid #D4D4D4;
    border-radius: 50px;
}
#vehicleChoiceIdentification .registration__subtitle--error{
    color: #FD9E9C;
}
.registration__subtitle{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}
.registration__subtitle--error{
    color: #FC5653;
    font-size: 18px;
}
.main--reprise .reprise__input.form-input.unvalid{
    border: 2px solid #FC5653;
}
.main--reprise .reprise__input.form-input::placeholder{
    color: #D4D4D4;
}
.reprise__button{
    position: absolute;
    right: -2px;
    top: 0;
    background: #1167ff;
    height: 100%;
    border-radius: 0 50px 50px 0;
    width: 20%;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    color: white;
    border: none;
    outline: none;
}
.registration__informations{
    text-align: left;
    max-width: 800px;
    margin: 30px auto 0;
    padding-bottom: 50px;
}
.section--registration .registration__informations{
    margin: 0 0 30px 0;
    max-width: 100%;
}
.reprise__subtitle{
    font-size: 16px;
    line-height: 20px;
    margin-top: 35px;
    padding-bottom: 90px;
}
.reprise__subtitle--plate{
    padding-bottom: 0;
}
.bloc-icon-content{
    display: inline-block;
    margin: 0 -5px;
    cursor: pointer;
}
.bloc-icon-content svg{
    height: 15px;
    width: 15px;
}
.bloc-icon-content svg *{
    fill: white;
}
.bloc-icon-content ~ .tooltip{
    opacity: 0.95;
}
.bloc-icon-content ~ .tooltip .tooltip-inner{
    font-size: 14px;
    min-width: 200px;
    line-height: 18px;
    text-align: left;
}

/*CONTACT*/
.main--reprise .contact{
    margin: 70px auto;
}
.main--reprise .contact__phone{
    padding-right: 30px;
}
.main--reprise .contactez-nous{
    background: #F8F9FB;
    padding: 30px 20px;
    box-shadow: 0px 0px 6px #00000029;
}
.main--reprise .contactez-nous .title{
    font-size: 26px;

    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
.main--reprise .contact-numero{
    border: none;
    padding: 0;
}
.main--reprise .contact-placement{
    align-items: center;
    margin-top: 20px;
}

.main--reprise .horaire-contact{
    font-size: 10px;
    line-height: 12px;
}
.main--reprise .contact-icon-tel{
    margin-top: 17px;
    display: block;
}
.main--reprise .contact__title{
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
}
.main--reprise .contact__subtitle{
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
}

.reprise__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    max-width: 20%;
}

.reprise__step .reprise__step-title-wrapper {
    display: flex;
    flex-direction: column;
}

.reprise__step .reprise__step-title {
    font-size: 18px;
    line-height: 27px;
    margin: 5px 0;
}

.reprise__step img {
    height: 40px;
}

/*FAQ*/
.faq{
    border-top: 1px solid #D4D4D4;
    padding: 50px 0;
}
.faq--first{
    margin-top: 50px;
}
.faq__title{
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
}
.faq__subtitle{
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
}
.faq svg{
    width: 100%;
}
.faq__right svg{
    float: right;
}

.fin-gris-clair-background {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    background: #F8F9FB;
}
.fin-gris-clair-background h2 {
    font-size: 29px;
    color: #424242;
    padding: 1% 0;
}
.fin-gris-clair-background #desc .brands {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
.fin-gris-clair-background #desc .brands a {
    height: auto;
    margin-bottom: 5px;
    width: 133px;
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 3px 20px #0000001A;
    padding: 15px 0;
}
.fin-gris-clair-background #desc .brands a:hover {
    opacity: 1.0;
    text-decoration: none;
}
.fin-gris-clair-background #desc .brands a.marques.hidden {
    display: none;
}
.fin-gris-clair-background #desc .brands img {
    width: 75%;
}
.fin-gris-clair-background #desc .brands .marque_modele {
    margin-top: 9%;
    color: #2a2e3a;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}
#cotationimpossible{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
#cotationimpossible .modal-body{
    padding: 0 30px;
}
#cotationimpossible .loupe svg{
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}
#cotationimpossible .new-contactez-nous-numero{
    white-space: nowrap;
}
.contact-reprise#sidebar-contact{
    display: flex;
    text-align: left;
    margin-top: 30px;
}
.contact-reprise.contact-reprise--nocalback .contact-rappel-sidebar{
    display: none;
}

.contact-reprise.contact-reprise--nocalback #contact-inner-num{
    padding: 0;
}
.contact-reprise #contact-sidebar{
    border-right: 1px solid #D4D4D4;
    padding-right: 15px;
}

.contact-reprise #contact-sidebar > .row-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-reprise #contact-inner-num{
    padding-left: 15px;
}
.contact-reprise .contact-rappel-sidebar{
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.contact-reprise .contact-rappel-sidebar a{
    background: #02BE10;
    color: white;
    height: 50px;
    display: block;
    width: 200px;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    cursor: pointer;
}
.contact-reprise .contact-rappel-sidebar svg{
    vertical-align: sub;
    margin-right: 5px;
    width: 17px;
    height: 17px;
}
.contact-reprise .contact-rappel-sidebar svg path{
    stroke: white;
}

.impossible__title{
    color: #1167ff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.modal-open #modal-container .main--course.modal.modal-reprise#partExchangeOffer {
    padding: 0;
    border: none;
    background-color: transparent;
}
#partExchangeOffer {
    width: 700px;
    margin-left: -350px;
}
.main--course.modal#partExchangeOffer #cross {
    top: 25px;
    right: 25px;
}
#partExchangeOffer .modal-header{
    background: url('/assets/operation/fvo/2022-11/bg-reprise-cash.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px 17px 0 0;
    padding: 15px 240px 15px 35px;
    color: #fff;
}
#partExchangeOffer .modal-body{
    text-align: center;
    padding: 25px 35px;
    background-color: #000;
    color: #fff;
}
#partExchangeOffer .modal-footer{
    text-align: center;
    border-radius: 0 0 17px 17px;
    background: #424242;
    color: #fff;
    padding: 15px 35px;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
#partExchangeOffer .offer__title {
    font-size: 42px;
    line-height: 61px;
    font-weight: 700;
    color: #1167ff;
}

#partExchangeOffer .offer__label {
    font-size: 16px;
    width: fit-content;
    background-color: #FF5518;
    padding: 5px 10px;
    border-radius: 14px;
    color: #fff;
}

#partExchangeOffer .offer__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
    font-weight: 700;
}
#partExchangeOffer .offer__legalenotice {
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    text-decoration: underline;
    margin-top: 11px;
    cursor: pointer;
}
#partExchangeOffer .offer__legalenotice--footer {
    cursor: pointer;
    line-height: 16px;
}
#partExchangeOffer .offer__legalenotice--footer img {
    transform: rotate(90deg);
    height: 13px;
    width: 13px;
    margin-right: 10px;
}
#partExchangeOffer .offer__legalenotice--footer svg,
#partExchangeOffer .offer__legalenotice--footer svg path {
    fill: #1167ff;
}
#partExchangeOffer .offer__legalecontent {
    max-height: 300px;
    text-align: left;
    overflow-y: scroll;
    display: none;
}

#partExchangeOffer .offer__legalecontent::-webkit-scrollbar {
    width: 5px;
}
#partExchangeOffer .offer__legalecontent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D9D9D9;
}

.banner-cash {
    margin-bottom: 80px;
    box-shadow: 0 3px 20px #0000001A;
    position: relative;
    width: fit-content;
}
.qualification {
    border: 1px solid #E4E4E4;
    padding: 25px;
    background: white;
}
.qualification__title {
    color: #1167ff;
    font-size: 26px;
    line-height: 37px;
    font-weight: 700;
}
.qualification__subtitle {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
}
.qualification__actions {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.qualification__row{
    margin-top: 20px;
    position: relative;
}

.block.block--dealerships {
    position: absolute;
    top: 30px;
    left: 5%;
    padding: 25px 20px;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    width: 370px;
}

.search {
    padding-bottom: 0;
}
.course__steps-wrapper .search {
    display: none;
}

.search__open {
    display: none;
}

.search__title {
    font-weight: 700;
}

.search__input {
    margin-top: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.search__input form, .toggle_switch {
    margin-bottom: 10px;
}

.main--course .form-input,
.main--course .form-select {
    margin-bottom: 0;
}

.search__filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
}

.form-radio {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.form-radio > input {
    display: none;
    padding-left: 26px;
}

.form-radio .form-radio__label:before, .form-radio > input:checked ~ .form-radio__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.form-radio .form-radio__label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #D4D4D4;
    background: white;
    left: -26px;
}

.form-radio > input:checked ~ .form-radio__label:before {
    width: 16px;
    height: 16px;
    left: -26px;
    background: #1167ff;
}

.form-radio > input:checked ~ .form-radio__label:after {
    width: 8px;
    height: 8px;
    left: -21px;
    background: white;
}

.dealerships {
    padding-right: 10px;
    overflow-y: scroll;
}

.dealerships::-webkit-scrollbar {
    width: 5px;
}

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

.dealership {
    padding: 15px 0;
    border-top: 1px solid #d4d4d4;
    font-size: 16px;
    line-height: 18px;
    position: relative;
}

.dealership--infowindow {
    border-top: none;
}

.dealership.appointment__distance {
    position: relative;
    bottom: 100px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 370px;
    padding: 10px 20px 15px;
    background-color: #1167FF;
    color: #fff;
    left: -21px;
    box-shadow: 0 3px 20px #00000029;
}

.city__search {
    background: white;
}
.dealership__error {
    position: relative;
    top:-20px;
    margin-top:30px;
    background: url(../img/boutique/image-404-statique.png) no-repeat center center;
    height: 500px;
	  padding-bottom: 30px;
    width: 100%;
    min-width: 100%;
}
.dealership__error--message {
    margin-top:4rem;
}
.city__search__error {
    position: relative;
    top:20px;
}
.main--course .city__search .form-input {
    height: 40px;
    margin-top: 10px;
}
.city__search label {
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.dealership__block{
    width: 320px;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.dealership__block--identity {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.dealership__block--usualname {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dealership__block--name {
    height: 20px;
    margin-right: 15px;
}

.dealership__block--ope {
    height: 20px;
    width: 190px;
    margin-top: 5px;
}

.dealership__block--slots {
    height: 40px;
    width: 190px;
    margin-top: 5px;
}

.dealership__block--address {
    height: 40px;
    margin-top: 5px;
    margin-right: 15px;
}
.dealership__block--picture {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
}

.dealership__block--button {
    height: 50px;
    width: 190px;
    margin-top: 10px;
}

.dealerships--empty {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.dealerships .slick-track {
    display: flex;
}
.dealerships .slick-list {
    margin: 0 50px;
}
.dealership.slick-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 10px;
    background: #FFFFFF;
    border-radius: 11px;
    padding: 10px 15px;
    box-shadow: 0px 0px 6px #00000029;
    height: auto;
}
.dealership__identity {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.dealership__usualname {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}
.dealership__address {
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
    margin-top: 5px;
    text-align: left;
}
.dealership__identity img {
    width: auto;
    height: 50px;
}

.appointment__distance .dealership__identity img {
    height: 35px;
}
.dealership__select {
    margin-top: 10px;
    height: 35px;
    line-height: 38px;
    font-size: 13px;
}

.btn-distance {
    background-color: #fff;
    color: #1167FF;
}

.dealerships.hidden {
    height: 0;
}
#dealershipSlots {
    min-height: 200px;
}
#dealershipSlots .month{
    margin: 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    height: 30px;
    padding: 0 15px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}
.month--selected{
    color: white;
    background: #1167ff;
    border-radius: 17px;
}
#dealershipSlots .modal-body{
    padding: 0 30px;
    margin-top: 15px;
}
#dealershipSlots .modal-footer{
    margin-top: 30px;
}
#dealershipSlots .slick-list{
    margin: 0 -5px;
}
.slot-dealership{
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    cursor: pointer;
    font-weight: 500;
}

.days .slick-track,
.hours .slick-track{
    margin-left: 0;
}
.day,
.hour{
    border: 1px solid #D4D4D4;
    border-radius: 11px;
    text-align: center;
    padding: 5px 4px 3px;
    box-sizing: border-box;
    margin: 0 5px 15px;
    outline: none;
}
.hour.disabled,
.day.disabled{
    pointer-events: none;
    color: #E4E4E4;
}
.month,
.day,
.hour{
    cursor: pointer;
    outline: none;
}

.day {
    width: 100%;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
}

.hour {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    width: 60px;
}
.day--selected,
.hour--selected{
    color: white;
    background: #1167ff;
    border: 1px solid #1167ff;
}
.day__name {
    color: #707070;
    font-size: 16px;
}
.day--selected .day__name{
    color: white;
}
.day__number{
    font-weight: bold;
}
.day.disabled .day__number {
    color: #E4E4E4;
}
.day--selected .day__number{
    color: white;
}
.prevArrow,
.nextArrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    cursor: pointer;
}
.prevArrow{
    left: -30px;
}
.nextArrow{
    right: -30px;
}
.prevArrow svg path,
.nextArrow svg path{
    fill: #D4D4D4;
}
.prevArrow{
    transform: rotate(180deg) translateY(50%);
}
.stop__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.stop__other .stop__title {
    background: #fff;
    width: calc(100% - 38px);
    padding-top: 13px;
}
.stop__reasons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.stop__reasons > * {
    flex: 1;
}
.stop__name {
    flex: 1 0 auto;
}
.stop__send {
    margin-top: 30px;
    margin-right: 11px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFFFFF;
    background: #1167ff;
    cursor: pointer;
    float: right;
}
.stop__send--disabled {
    background: #8adcff;
    cursor: not-allowed;
}
.stop__other {
    margin: -28px 11px 0;
}
.stop__other .stop__comment {
    padding: 45px 15px 10px;
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
    resize: vertical;
    border: 1px solid #E4E4E4;
}
.stop__other .stop__comment::placeholder {
    color: #E4E4E4;
}
.stop__other--error .stop__comment{
    border: 1px solid #FC5653;
}
.stop__other--error:after {
    content: 'Ce champ doit contenir au moins 10 caractères';
    color: #FC5653;
    margin-top: 5px;
    display: block;
    text-align: left;
}
.stop__label {
    text-align: left;
    line-height: 20px;
    font-size: 16px;
}
.stop__other .stop__label {
    transform: translate(16px, 45px);
}
.stop:after {
    content: "";
    display: block;
    clear: both;
}
.call__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.call__team {
    margin-top: 25px;
    font-size: 20px;
    line-height: 26px;
}
.call__subtitle {
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 26px;
    justify-content: center;
}
.call__number {
    margin-left: 20px;
    background: #1167ff;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 21px;
    color: white;
}
.call__number:hover,
.call__number:focus,
.call__number:active {
    color: white;
}
.call__number svg {
    margin-right: 10px;
    height: 30px;
    width: auto;
}
.call__number svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
.call__number .new-contactez-nous-numero__price {
    font-size: 12px;
    line-height: 14px;
    margin-top: -3px;
    text-align: left;
}
.call__hours {
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
}
.qualification-callback:after {
    content: '';
    display: block;
    clear: both;
}
.qualification-callback__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.qualification-callback__subtitle {
    font-size: 16px;
    line-height: 26px;
}
.qualification-callback__send {
    margin: 25px auto 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background: #1167ff;
    cursor: pointer;
}
.qualification-callback__form {
    margin-top: 25px;
    text-align: left;
}
.qualification-callback__data {
    text-align: left;
    border-top: 1px solid #F4F4F4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #F5F8FC;
    padding: 15px 45px;
    margin: 35px -40px 0;
}
.qualification-callback__header {
    color: #1167ff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.qualification-callback__data svg {
    transform: rotate(90deg);
    height: 13px;
    width: auto;
    margin-right: 10px;
    margin-top: -3px;
}
.qualification-callback__data svg path {
    fill: #1167ff;
}
.qualification-callback__content {
    display: none;
    margin-top: 25px;
}
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline,
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
    /*Workaround: https://github.com/select2/select2/pull/4898*/
    width: 100% !important;
    margin: 2px 0 0;
    font-size: 14px;
    border-radius: 0;
}
.select2-dropdown {
    border: 1px solid #E4E4E4;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #E4E4E4;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    display: block;
    padding: 8px 5px;
    margin-top: -4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f8f9fb;
    padding: 6px 10px 2px;
    border-radius: 25px;
}
.select2-selection__choice__remove {
    float: right;
    margin: 0 0 0 5px;
}
/*STEP ONE*/
.form-input.reprise__input.valid{
    border: 1px solid #00C7B8;
}
.form-label.reprise__button.valid{
    color: white;
    background: #00C7B8;
    border-color: #00C7B8;
}
.registration__header{
    background: #001B46;
    position: relative;
}
.registration__background{
    background: url('/assets/img/reprise/fond-formulaire-landing.jpg') no-repeat;
    background-position: 100% 40%;
    background-size: cover;
    opacity: 0.30;
    position: absolute;
    width: 100%;
    height: 100%;
}
.registration__content{
    position: relative;
    padding: 25px;
    text-align: center;
}
.reprise__registration--centered{
    margin: 0 auto;
}
.reprise__registration .form-label.form-button{
    line-height: 50px;
    min-width: 130px;
    color: white;
}
#plate_iframe{
    display: none;
}
.registration__title{
    color: white;
    font-size: 29px;
    line-height: 32px;
    margin-bottom: 25px;
}
.registration__notinlist{
    margin: 15px 0;
    font-style: italic;
    font-size: 16px;
}
/*EQUIPMENTS*/
.block--description-search .description__labeltitle--sub{
    margin-bottom: 5px;
    margin-top: 15px;
}
.description__labeltitle--sub{
    margin-top: 25px;
    margin-bottom: 15px;
}
.description__exemple{
    color: #707070;
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
}
.equipment__unlisted{
    margin-top: 30px;
}
.equipments__list{
    margin-bottom: 30px;
}
.equipment__alert{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.equipment__alert svg{
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.equipment__row{
    display: flex;
}
.equipment__row .form-label {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
    margin-bottom: 10px;
}
.equipment__row .form-label .form-label--checkbox{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.colors{
    margin-top: 15px;
}
/*ETAT EXTERIEUR*/
.form-group--horizontal.form-group--child .form-group{
    flex: 1;
}
.form-group--horizontal.form-group--child .form-label--button{
    width: 100%;
}
.form-group--horizontal.form-group--child:not(.form-group--subquestion) .form-label--button > span{
    width: 100%;
    text-align: center;
    padding: 0;
}
.form-group--child{
    height: auto;
    flex-wrap: wrap;
}
.form-group--child.hidden{
    height: 0;
    width: 0;
}
.pneus{
    display: flex;
    justify-content: space-between;
}
.annotation{
    margin-left: 45px;
    margin-top: 10px;
}
.annotation{
    display: block;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    max-width: 250px;
    margin-bottom: 25px;
}
.etatexterieur__title{
    margin-bottom: 30px;
}
.form-group--bottom{
    margin-top: 140px;
}
#defaultExplainationFrontBack .defaults .hidden-phone,
#defaultExplainationLeftRight .defaults .hidden-phone{
    margin: 20px 0;
}
#defaultModal .default{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#defaultModal .form-checkbox{
    margin: 0;
}
#defaultModal .defaults{
    margin-bottom: 35px;
}
.modalWhite:not(#passwordModal) .modal-header span::after{
    content: none;
}
#addDefault{
    float: right;
    height: 50px;
    padding: 0 15px;
    border: none;
    background: #1167ff;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    min-width: 170px;
    outline: none;
}
#cross{
    cursor: pointer;
}
.default__indication{
    position: absolute;
}

.default-section__explaination{
    margin-top: 10px;
}
.default-section__explaination svg{
    vertical-align: middle;
}

.section__etatmecanique .selectable-area,
.section__etatmecanique .selectable-area:hover{
    opacity: 0;
}

.default-section__hover{
    height: 40px;
    background: #424242;
    position: absolute;
    width: 100%;
    bottom: 75px;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: white;
}
.default-section__hover:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #424242 transparent;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.default-section__no-default{
    max-width: 250px;
    margin-top: 70px;
}
.default__indication{
    cursor: pointer;
}
.summary{
    padding: 30px 45px;
    border-top: 1px solid #E4E4E4;
}
.summary__title{
    margin-bottom: 30px;
}
.summary__list li{
    margin-bottom: 5px;
}
.summary__update{
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.summary__update:hover{
    color: #003fce;
}
/*ETAT MECANIQUE*/
.front-mecanique svg{
    width: 300px;
    height: auto;
}
.etatmecanique__form-general{
    padding-left: 90px;
}
.etatmecanique__form-general .form-group{
    margin-top: 70px;
}
.etatmecanique__form-general .form-group:first-child{
    margin-top: 0;
}

#partExchangeAppointment .modal-header {
    font-size: 20px;
    line-height: 24px;
}
#partExchangeAppointment .projet-r__car {
    flex: 0 0 170px;
    height: auto;
}
#partExchangeAppointment .projet-r__descriptions .projet-r__description {
    width: auto;
}
#partExchangeAppointment .projet-r__descriptions {
    justify-content: space-evenly;
}
#partExchangeAppointment .modal-footer button {
    float: none;
    margin-top: 20px;
}
.appointment__row {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}
.appointment__title {
    font-size: 20px;
    line-height: 24px;
    color: #1167ff;
    margin-top: 10px;
}
.projet-r{
    display: flex;
}
.projet-r--column {
    flex-direction: column;
}
.projet-r__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.projet-r__car{
    flex: 0 0 250px;
    height: 150px;
}
.projet-r__picture{
    height: 100%;
}
.projet-r__version {
    flex: 0 0 390px;
    padding: 0 35px;
}
.projet-r__version .estimation__button{
    margin: 15px 0 0 0;
    display: inline-block;
}
.projet-r__make{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
.projet-r__model{
    font-size: 16px;
    line-height: 18px;
}
.projet-r__descriptions{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
}

.projet-r__descriptions.projet-r__descriptions-end {
    line-height: 18px;
    align-items: flex-start;
}

.projet-r__descriptions .projet-r__description{
    width: 50%;
}

.projet-r__descriptions.projet-r__descriptions-end .projet-r__description{
    display: flex;
    flex-direction: column;
}

.projet-r__description svg,
.projet-r__color .form-label--color,
.projet-r__color .color__icon{
    height: 25px;
    width: 25px;
    padding: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.projet-r__descriptions.projet-r__descriptions-end .projet-r__description svg {
    margin-bottom: 5px;
}

.projet-auto{
    display: flex;
}
.projet-auto.hidden{
    display: none;
}
.projet-auto .form-label--button:last-child{
    margin-right: 0;
}
.projet-auto__steps{
    flex: 1;
    text-align: center;
}
.projet-auto__step .form-label{
    font-weight: 200;
}
.projet-auto__title{
    font-size: 26px;
    line-height: 37px;
    color: #1167ff;
    margin-bottom: 40px;
    font-weight: 700;
}
/*VOTRE-ESTIMATION*/
.part-detail{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #D4D4D4;
    margin-bottom: 20px;
    align-items: flex-end;
}
.part-detail__title{
    font-size: 18px;
    line-height: 24px;
}
.part-detail__amount{
    font-weight: 700;
}
.part-details__info{
    margin-top: 35px;
    font-size: 13px;
    line-height: 18px;
}
.part-detail__subtitle{
    font-size: 16px;
    line-height: 24px;
}
.block--estimation{
    padding: 15px 45px;
}
.estimation{
    display: flex;
    align-items: center;
}

.estimation_content{
    flex: 1;
    padding-left: 50px;
    text-align: center;
}

.estimation__title{
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}

.estimation__subtitle{
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.estimation__value {
    font-size: 106px;
    line-height: 130px;
    color: #1167ff;
    font-weight: 600;
}

.estimation__value sup {
    font-size: 70px;
}

.estimation__explanation{
    font-size: 18px;
    line-height: 22px;
}
.estimation__subvalue{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.estimation__buttons{
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
.estimation__buttons--vertically{
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
}
.estimation__buttons--vertically .estimation__button{
    width: 270px;
}
.estimation__buttons--vertically .estimation__button:last-child{
    margin-bottom: 0;
}
.estimation__button{
    border: 2px solid #1167ff;
    height: 50px;
    margin: 0 15px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    cursor: pointer;
}
.estimation__button:first-child,
.estimation__button.estimation__button--filled:last-child,
.estimation__button.estimation__button--filled:first-child{
    background: #1167ff;
    color: white;
}
.estimation__button:last-child{
    color: #1167ff;
    background: white;
}
.estimation__info{
    font-size: 13px;
    line-height: 16px;
    margin-top: 15px;
}
.concessions__title{
    font-size: 26px;
    line-height: 37px;
    text-align: center;
    color: #1167ff;
    margin-bottom: 20px;
    font-weight: 700;
}
.concessions__map{
    border: 1px solid #D4D4D4;
    display: flex;
}
.concessions__list{
    flex: 0 0 60%;
}
.concession{
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #D4D4D4;
    position: relative;
}
.concession:last-child{
    border-bottom: none;
}
.concession__marker{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 33px;
    position: relative;
    text-align: center;
    margin-right: 15px;
}
.concession__marker:before{
    content: '';
    height: 30px;
    width: 30px;
    background: #1167ff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.concession__marker:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 5px 0 5px;
    border-color: #1167ff transparent transparent transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 80%);
}
.concession__number{
    position: relative;
    color: white;
    text-align: center;
}
.concession__logo{
    height: 40px;
    width: 40px;
}
.concession__name{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.concession__address{
    font-size: 16px;
    line-height: 18px;
}
.concession__appointment{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #1167ff;
    color: #1167ff;
    background: white;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 0 15px;
    cursor: pointer;
}
.concession__appointment:hover{
    color: white;
    background: #3089F2;
}
#map{
    height: 100%;
}
.contribution{
    display: flex;
    align-items: center;
}
.contribution svg{
    height: 100%;
    min-width: 200px;
    width: 200px;
    margin-right: 60px;
}
.contribution__title{
    color: #1167ff;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}
.contribution__subtitle{
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
}
.contribution__conditions{
    font-size: 13px;
    line-height: 18px;
    margin-top: 25px;
}

.informations__title {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}
.block__informations {
    position: relative;
}
.form-horizontal .control-label {
    width: auto;
    float: none;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: 200;
}
.form-horizontal .obligatoire {
    color: #000000;
    font-weight: 200;
}
.form-horizontal .controls {
    margin-left: 0;
    margin-bottom: 10px;
}
.form-compact input[type='text'],
.form-compact input[type='password'] {
    width: 100%;
    height: 50px;
    border: 1px solid #D4D4D4;
    box-shadow: none;
    border-radius: 0;
}

.form-horizontal .champ_oblig {
    color: #707070;
    font-size: 12px;
    float: none;
    margin: 0 0 15px;
    display: block;
}

.dealership__name {
    font-size: 16px;
}
.dealership__name strong {
    font-size: 14px;
}
.select2-dropdown {
    border: 1px solid #D4D4D4 !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #D4D4D4 !important;
    height: 35px !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #D4D4D4 !important;
}
#registrationExcluded .modal-body {
    margin-top: -15px;
    text-align: center;
}
#registrationExcluded .contactez-nous-home-img {
    flex: 0 0 91px;
    margin-right: 20px;
}
#registrationExcluded .contact-left {
    display: flex;
    align-items: center;
    padding-top: 0;
}
.r-excluded__title {
    color: #1167ff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
}
.r-excluded__vehicle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.r-excluded__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
#registrationExcluded .divider {
    border-top: 1px solid #E4E4E4;
    margin: 20px 30px;
}
.r-excluded__panic {
    color: #1167ff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
#registrationExcluded .contact-placement {
    margin-top: 30px;
    text-align: left;
}
#registrationExcluded .block-contact-btn {
    margin-top: 0;
}
#registrationExcluded .contact-numero {
    padding: 0;
    display: flex;
    border: none;
}
#registrationExcluded .contact-rappel {
    padding: 38px 30px;
    border-left: 1px solid #D4D4D4;
}
#registrationExcluded .contact-icon-email {
    display: none;
}
#registrationExcluded .contact-icon-tel {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 25px;
    white-space: nowrap;
}
#registrationExcluded .contact-icon-tel::before {
    top: 0
}
#callbackConfirm,
#stopConfirm {
    width: 700px;
    margin-left: -350px;
}
#callbackConfirm .modal-header,
#stopConfirm .modal-header{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-right: 75px;
}
#callbackConfirm .modal-body,
#stopConfirm .modal-body{
    display: flex;
    margin-top: 25px;
}
#callbackConfirm .callback__picture,
#stopConfirm .stop__picture{
    margin-right: 30px;
}
#callbackConfirm .callback__answer,
#stopConfirm .stop__answer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
#callbackConfirm .callback__message,
#stopConfirm .stop__message{
    flex: 1;
    display: flex;
    align-items: center;
}
.course__navbar.block.block--estimation {
    width: 100%;
}
.section__estimation--navbar .estimation__explanation {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}
.section__estimation--navbar .estimation__text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.section__estimation--navbar .estimation__buttons--vertically {
    margin-top: 0;
}
.section__estimation--navbar .estimation__buttons {
    margin-top: 0;
    width: 100%;
    align-items: center;
}

.section--rdv {
    position: relative;
}

.reprise__accordion-toggle {
    cursor: pointer;
    position: relative;
}

.reprise__accordion-toggle .icone-plus {
    top: 45%;
    position: absolute;
}

.reprise__accordion-body {
    display: none;
}

.reprise__accordion--active .reprise__accordion-body {
     display: block;
 }

@media screen and (min-width: 1200px) {
    .block--dealerships__without-project .dealerships {
        margin-bottom: 71px;
    }

    .dealerships--list .dealership:first-child {
        border-color: #0F58B5;
        margin-top: 20px;
    }

    .dealerships--list .dealership:first-child:before {
        content: 'Notre sélection';
        background-color: #0F58B5;
        color: #fff;
        font-size: 16px;
        border-radius: 20px;
        padding: 5px 10px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*RESPONSIVE*/
@media (max-width: 1199px){
    .step {
        max-width: 160px;
    }
    .step__content svg{
        height: 80px;
        max-width: 110px;
    }
    .step__subtitle {
        font-size: 14px;
        line-height: 17px;
    }

    .form-group--horizontal.form-group--child .form-group{
        margin-bottom: 10px;
        width: 100%;
    }

    .block.block--dealerships {
        bottom: 0;
        top: inherit;
        width: auto;
        left: 0;
        right: 0;
        padding: 0;
        background: none;
        box-shadow: none;
        border: none;
        height: auto;
        margin-bottom: 20px;
    }

    .block--dealerships .search {
        display: none;
    }

    .search {
        text-align: left;
    }

    .search__title {
        font-size: 18px;
        line-height: 20px;
    }

    .dealerships {
        overflow: visible;
        margin-bottom: 0;
    }

    .block--dealerships > .appointment__distance {
        display: none;
    }

    .dealership.appointment__distance {
        position: unset;
        left: unset;
        bottom: unset;
        background-color: #1167FF;
        box-shadow: none;
    }

    .course__steps-wrapper .search {
        background: white;
        padding: 5px 12px;
        z-index: 1;
        border-radius: 7px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 15px;
    }

    .toggle_switch {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .city__search {
        flex-direction: column;
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .dealerships {
        margin-top: 15px;
    }
}

@media (min-width: 1002px) {
    .block--nextactions {
        width: 660px;
    }
}

@media (max-width: 1002px){
    .step {
        max-width: 130px;
    }
    .step__content svg {
        height: 70px;
        max-width: 90px;
    }
    .main--reprise .contact-placement{
        flex-direction: column;
    }
}

@media screen and (max-width: 1002px) and (min-width: 768px) {
    .fin-gris-clair-background #desc .row-fluid .noimage {
        padding: 38.5px 0;
    }
    .fin-gris-clair-background .all_marque .marque {
        width: 32%;
    }
}

@media screen and (min-width: 768px) {
    .corner-page .span8.description__content {
        width: 55%;
    }
}

@media (max-width: 767px){
    .banner__background {
        background-size: cover;
        background-position: 75%;
    }

    .dealership__error--message {
        margin-top:0rem;
        padding-top: 6rem;
    }
    #partExchangeOffer {
        width: 100%;
        margin-left: 0;
    }
    #partExchangeOffer .modal-header {
        padding: 20px 15px;
    }
    #partExchangeOffer .modal-body {
        padding: 20px 15px;
    }
    #partExchangeOffer .modal-footer {
        padding: 20px 15px;
    }
    #partExchangeOffer .offer__title {
        font-size: 22px;
        line-height: 32px;
    }
    #partExchangeOffer .offer__subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    #partExchangeOffer .offer__legalenotice {
        font-size: 12px;
        line-height: 24px;
    }
    .banner__content.content{
        padding-top: 20px;
    }
    .reprise__registration{
        margin: 15px auto 0;
    }
    .fin-gris-clair-background #desc .brands a {
        width: 19.2%;
    }
    .fin-gris-clair-background #desc .brands .noimage {
        padding: 47px 0;
    }
    .fin-gris-clair-background #desc .lienMarque {
        margin-bottom: 4%;
    }
    .fin-gris-clair-background .all_marque .marque {
        width: 32%;
    }

    .course__steps-wrapper--absolute {
        position: relative;
        padding: 0 20px;
    }

    .course__steps-wrapper .search.closed {
        position: absolute;
        right: 0;
        bottom: -15px;
        transform: translateY(100%);
        border-radius: 7px 0 0 7px;
    }

    .course__steps-wrapper .search.opened {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        border-radius: 0;
        margin-left: 0;
    }

    .course__steps-wrapper .search__open {
        display: flex;
        padding: 8px 0 8px 5px;
    }

    .search.closed .search__open svg {
        width: 35px;
        height: 35px;
    }

    .search.closed .search__open svg path {
        fill: black;
    }

    .search.closed .search__title, .search.closed .search__input, .search.opened .search__open, .search.opened .search__title {
        display: none;
    }

    .block.block--dealerships {
        bottom: 105px;
    }
    .gm-style .gm-style-iw-c {
        max-width: unset !important;
    }

    .banner-cash {
        width: calc(100% - 40px);
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 655px) {
    .fin-gris-clair-background #desc .brands a {
        width: 24.25%;
    }
    .fin-gris-clair-background #desc .brands .noimage {
        padding: 47px 0;
    }
    .fin-gris-clair-background .all_marque .marque {
        width: 49%;
    }
}

@media screen and (max-width: 550px) {
    .fin-gris-clair-background #desc .brands .visible {
        display: inline-block;
        float: inherit;
    }
    .fin-gris-clair-background #desc .brands .noimage {
        float: inherit;
    }
    .fin-gris-clair-background #desc .brands a {
        width: 40%;
    }
    .fin-gris-clair-background #desc .brands .noimage {
        padding: 47px 0;
    }
    .fin-gris-clair-background #desc .lienMarque {
        margin-bottom: 7%;
    }
}

@media screen and (max-width: 320px) {
    .fin-gris-clair-background #desc .row-fluid a {
        width: 60%;
        margin-left: 0;
    }
}


@media (min-width: 1199px){
    .form-group--buttons:not(:last-child) .form-label--button:first-child{
        margin-right: 20px;
    }
}

@media (max-width: 1199px){
    .etatmecanique__form-general{
        padding: 0;
    }
    .etatmecanique__form-general .form-group,
    .etatmecanique__form-general .form-group:first-child{
        margin-top: 25px;
    }
    .form-group--buttons .form-inputs {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .form-group--horizontal{
        flex-direction: column;
        align-items: flex-start;
    }
    .form-group--buttons.form-group--horizontal .form-label{
        padding-right: 0;
    }
    .s-toggle--equipments .form-group--horizontal .form-inputs{
        width: auto;
        min-width: auto;
    }
    .projet-auto{
        flex-direction: column;
        text-align: center;
    }
    .projet-auto__picture{
        margin-bottom: 30px;
    }

    .projet-r{
        flex-direction: column;
    }
    .projet-r__version{
        flex: 0;
        margin-bottom: 25px;
    }
    .projet-r__descriptions{
        padding: 0 35px;
    }
    .projet-r__descriptions .projet-r__description{
        margin-bottom: 15px;
    }
    .estimation{
        flex-direction: column;
        align-items: center;
    }
    .estimation_content{
        padding-left: 0;
    }
    .contribution{
        flex-direction: column;
    }
    .contribution svg{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .estimation__buttons{
        flex-direction: column;
    }
    .estimation__button:first-child{
        margin-bottom: 15px;
    }
}

@media (max-width: 1002px){
    .form-checkbox input[type='checkbox']+span:before{
        width: 30px;
        height: 30px;
        top: 0;
    }
    .form-checkbox input[type='checkbox']:checked+span:after {
        left: 4px;
        top: 4px;
        width: 22px;
        height: 22px;
    }

    #cotationimpossible .modal-body{
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1002px){
    .pneus{
        flex-direction: column;
    }
    .annotation {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 1199px) {
    .block--nextactions {
        width: 890px;
    }
}

@media (min-width: 1002px) {
    .section__estimation--navbar .estimation {
        flex-direction: column;
        align-items: inherit;
    }

    .section__estimation--navbar .estimation_content {
        padding-left: 0px;
    }
    .section__estimation--navbar .block--estimation {
        padding: 20px;
    }
    .block--estimation .navbar__part.navbar__part-jdc {
        margin: 10px -20px 20px;
    }

    .section__estimation--navbar .estimation__buttons--vertically .estimation__button,
    .section__estimation--navbar .estimation__buttons--noproject .estimation__button {
        margin: 0;
        width: 100%;
        font-size: 16px;
        padding: 0;
    }
    .section__estimation--navbar .estimation__subvalue {
        font-size: 16px;
        line-height: 20px;
    }
    .course__navbar.block.block--estimation {
        width: 255px;
    }
}

/*RESPONSIVE*/
@media (max-width: 767px){
    #apv_plate--iframe {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 290px;
        margin: 15px auto 0;
    }

    body .apv__input {
        max-width: 290px;
        width: 100%;
    }

    .banner__content h1,
    .banner__content.content h1,
    .main .banner__content.content h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .banner__content.content{
        padding-top: 20px;
    }
    .reprise__registration{
        margin: 15px auto 0;
    }
    .fin-gris-clair-background #desc .row-fluid a {
        width: 19.2%;
    }
    .fin-gris-clair-background #desc .lienMarque {
        margin-bottom: 4%;
    }
    .fin-gris-clair-background .all_marque .marque {
        width: 32%;
    }

    /*LANDING*/
    .main.fiche .banner__content .banner__title {
        font-size: 14px;
        line-height: 16px;
    }

    .description {
        flex-direction: column;
        padding: 0 20px;
        margin-top: 20px;
    }

    .main--reprise .reprise,
    .main.fiche .reprise {
        padding-top: 0;
    }
    .main--reprise .reprise__content{
        padding: 5px 15px 20px;
    }

    .main.fiche .reprise__content {
        padding: 0 15px 20px;
    }

    .reprise{
        padding-bottom: 170px;
    }

    .main.fiche .reprise {
        padding-bottom: 0;
    }

    .reprise__title {
        font-size: 18px;
        line-height: 24px;
        padding-top: 0;
    }

    .main.fiche .reprise__title {
        font-size: 16px;
    }

    .flag-reprise-cash {
        display: block;
        transform: translate(-20%, 20%) rotate(-4deg);
        width: 80px;
        top: unset;
        bottom: 0;
        right: 0;
    }

    .reprise__subtitle {
        margin-top: 0;
        padding: 0 15px;
    }

    .main.fiche .reprise__subtitle {
        font-size: 14px;
    }

    .registration__informations {
        margin: 20px auto 0;
    }
    .form-label--subchild{
        margin-bottom: 5px;
    }
    .reprise .registration__informations .form-group--proposition .form-label{
        display: none;
    }
    .reprise .form-label--proposition span{
        width: 100%;
    }
    .reprise .form-label--proposition > span{
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
    }
    .reprise .form-group {
        margin-bottom: 20px;
    }
    .registration__notinlist{
        font-size: 18px;
        line-height: 24px;
    }
    .course__button--landing{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .neededs{
        padding: 200px 15px 40px;
    }
    .neededs__group{
        flex-direction: column;
        align-items: center;
    }
    .needed{
        flex-direction: row;
        align-items: center;
        text-align: left;
        width: 280px;
    }
    .neededs__title{
        margin-bottom: 20px;
    }
    .needed__title{
        margin-top: 0;
    }
    .needed svg{
        width: 90px;
        height: auto;
        margin: 5px 20px 5px 0;
    }

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

    .faqs{
        padding: 20px 15px;
    }
    .faq {
        padding: 20px 0;
    }
    .faq__subtitle{
        display: none;
        margin-top: 15px;
    }
    .faq__subtitle svg{
        max-height: 170px;
        margin-bottom: 20px;
    }
    .faq__title{
        position: relative;
        padding-right: 40px;
    }
    .faq .icone-plus{
        position: absolute;
    }
    .faq__subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .block{
        padding: 10px 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .registration__notinlist{
        margin-top: 10px;
    }
    .reprise__registration .form-label.form-button {
        min-width: 80px;
    }
    /*DESCRIPTION*/
    .form-label{
        line-height: 24px;
    }
    .description__labeltitle--sub{
        margin-top: 15px;
    }
    .form-label--inline{
        margin-right: 0;
    }
    .form-label--color {
        width: 50px;
        height: 50px;
    }
    .main--reprise .form-label--radio.form-label--color-unlisted{
        line-height: 50px;
        font-size: 30px;
    }
    .main--reprise .form-label--radio.form-label--color{
        border-radius: 50%;
    }
    .main--reprise .form-label--checkbox,
    .main--reprise .form-label--radio{
        font-size: 18px;
        line-height: 24px;
    }
    .form-input:checked ~ .form-label--color:before{
        width: 50px;
        height: 50px;
    }
    .default-section__no-default {
        max-width: 100%;
        margin-top: 0;
    }
    .equipment__row{
        flex-direction: column;
    }
    .equipment__row .form-label{
        width: 100%;
    }
    /*ETAT MECANIQUE*/
    .front-mecanique svg{
        margin-bottom: 15px;
    }

    .form-group--bottom{
        margin-top: 80px;
    }
    #defaultModal .default{
        flex-direction: column;
        align-items: flex-start;
    }
    #defaultModal .form-checkbox{
        margin-bottom: 10px;
    }
    .form-checkbox{
        font-size: 18px;
        line-height: 24px;
        padding-left: 45px;
    }
    #defaultModal {
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
    }
    #defaultModal .modal-body{
        flex: 1;
    }
    #addDefault{
        float: none;
        width: 100%;
    }

    .default-section__hover{
        display: none;
    }
    .pneus{
        flex-direction: column;
    }
    .form-group--proposition .form-inputs{
        flex-direction: column;
    }
    .form-label--proposition > span{
        width: 100%;
        flex-direction: row;
        min-height: 70px;
        font-size: 18px;
    }
    .form-label--proposition svg{
        margin: 0 15px;
        max-height: 55px;
        max-width: 55px;
    }
    .form-label--proposition{
        margin: 0 0 15px 0;
    }
    .form-group {
        margin-bottom: 25px;
    }
    .annotation{
        margin: 15px 0 0 0;
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }
    .form-label--button{
        margin-right: 10px;
        flex: 1;
    }
    .form-label--button:last-child,
    .s-toggle--equipments .form-label--button:not(:first-child){
        margin: 0;
    }
    .form-label--button > span{
        padding: 0;
        text-align: center;
    }
    .summary{
        padding: 10px 15px;
    }
    /*ETAT_MECANIQUE*/
    .form-group--horizontal{
        flex-direction: column;
        align-items: flex-start;
    }
    .form-inputs {
        width: 100%;
        flex-wrap: unset;
        flex-direction: column;
    }

    .form-inputs :is(sub, sup) {
        line-height: 15px;
    }

    .form-group--buttons .form-inputs{
        margin-top: 10px;
    }
    .s-toggle--equipments .form-group--horizontal .form-inputs{
        width: 100%;
        min-width: 100%;
    }
    .s-toggle--equipments .form-group--horizontal .form-label--button:nth-child(3){
        flex: 0 0 100%;
    }
    /*PROJET-AUTO*/
    .projet-auto{
        flex-direction: column;
    }
    .projet-auto .projet-auto__picture{
        margin-bottom: 10px;
    }
    .projet-auto .projet-auto__picture svg{
        height: 100px;
    }
    .projet-auto__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .projet-auto__step .form-label{
        margin-bottom: 20px
    }
    .projet-auto .form-group--proposition .form-inputs{
        flex-direction: row;
    }
    .projet-auto .form-label--button > span {
        min-width: auto;
    }
    .projet-auto .form-group{
        margin-bottom: 0;
    }
    .course__button--fullwidth{
        width: 100%;
    }
    .section__votrreprojet .block{
        margin-bottom: 15px;
    }
    .projet-auto .form-group--proposition.form-group--v-mobile .form-inputs{
        flex-direction: column;
    }
    .projet-auto .form-group--proposition.form-group--v-mobile .form-label--button{
        margin-right: 0;
    }
    .block--project{
        display: none;
    }
    .estimation{
        flex-direction: column;
        align-items: center;
    }

    .estimation_content{
        padding-left: 0;
        margin-top: 5px;
    }
    .estimation__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .estimation__value {
        margin-top: 10px;
        font-size: 54px;
        line-height: 66px;
    }

    .estimation__value sup {
        font-size: 40px;
    }

    .estimation__buttons{
        flex-direction: column;
        margin: 0;
    }
    .estimation__button{
        padding: 0 10px;
        margin: 0;
    }
    .estimation__buttons--vertically .estimation__button,
    .estimation__buttons--vertically .estimation__text,
    .estimation__buttons--noproject .estimation__button{
        margin-bottom: 10px;
    }
    .estimation__buttons--vertically .estimation__button{
        width: 100%;
    }
    .estimation__buttons--noproject{
        flex-direction: column;
        margin-top: 20px;
    }
    .estimation__info {
        margin-top: 20px;
    }
    .part-detail{
        display: block
    }
    .part-detail__amount{
        text-align: right;
    }
    .contribution{
        flex-direction: column;
    }
    .contribution svg {
        height: 110px;
        min-width: auto;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .contribution__title {
        font-size: 24px;
        line-height: 28px;
    }

    .modal-open #modal-container .modal.modal-reprise {
        padding: 20px;
    }
    #cotationimpossible .modal-body{
        padding: 0;
    }
    .contact-reprise#sidebar-contact{
        display: block;
        margin-top: 15px;
    }
    .contact-reprise #contact-sidebar{
        padding-right: 0;
        padding-bottom: 15px;
        border-right: none;
        border-bottom: 1px solid #D4D4D4;
    }
    .contact-reprise #contact-sidebar > .row-fluid{
        display: block;
        text-align: center;
    }
    .contact-reprise .contact-rappel-sidebar{
        margin-top: 15px;
        justify-content: center;
    }
    .contact-reprise #contact-inner-num{
        padding: 0;
    }
    .cancelCourse__button{
        /*Overflow visible-phone*/
        display: block !important;
        margin-bottom: 40px;
    }

    .corner-page .contact__phone {
        margin-top: 10px;
        padding-right: 0;
    }
    .qualification {
        padding: 0;
    }
    .qualification__actions {
        flex-direction: column;
    }
    .qualification__title {
        margin-top: 15px;
    }
    .city__search {
        white-space: pre-wrap;
        flex-direction: column;
        width: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        padding: 5px;
    }
    .main--course .city__search .form-input {
        width: 100%;
        margin-top: 5px;
    }
    .dealerships .slick-list {
        margin: 0;
    }
    .dealerships__wrapper {
        padding: 0 10px;
        position: inherit;
    }
    .dealerships__wrapper .dealerships {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .qualification {
        margin-bottom: 20px;
    }

    .qualification-callback {
        max-width: 100%;
    }
    .qualification-callback__title {
        color: #000000;
        font-size: 18px;
        line-height: 20px;
    }
    .qualification-callback__subtitle {
        text-align: left;
        margin-top: 5px;
        line-height: 22px;
    }
    .qualification-callback__form {
        margin-top: 15px;
    }
    .qualification-callback__send {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .qualification-callback__data {
        padding: 10px 10px 0;
        margin: 25px -15px 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .qualification-callback__header {
        max-width: 100%;
    }
    .qualification-callback__content {
        max-width: 100%;
    }

    .stop__title {
        font-size: 15px;
    }
    .stop__other .stop__comment {
        height: 130px;
    }

    .stop__send {
        margin-top: 25px;
        float: none;
        width: 100%;
    }
    .call__number {
        margin-top: 10px;
        margin-left: 0;
        display: flex !important;
    }

    .modal-open #modal-container .main--course.modal.modal-reprise#registrationExcluded {
        padding: 20px;
    }
    #registrationExcluded .contact-numero{
        flex-direction: column;
    }
    #registrationExcluded .contact-rappel {
        padding: 25px 0 0;
        border-left: none;
        border-top: 1px solid #D4D4D4;
        margin-top: 25px;
    }
    #registrationExcluded .contact-icon-tel {
        width: 100%;
        justify-content: center;
    }
    .modal-open #modal-container .main--course.modal.modal-reprise#partExchangeAppointment {
        padding: 15px 25px;
    }
    .projet-r__header {
        flex-direction: column;
        margin-bottom: 20px;
    }
    #partExchangeAppointment .projet-r__car {
        height: 92px;
    }
    #partExchangeAppointment .projet-r__car img{
        height: 100%;
    }
    .projet-r__version {
        text-align: center;
        flex: 0;
        padding: 0;
    }
    #partExchangeAppointment .projet-r__descriptions .projet-r__description {
        margin-bottom: 15px;
        text-align: center;
    }
    #dealershipSlots .modal-body {
        padding: 0;
    }
    .modal-open #modal-container .main--course.modal.modal-reprise#callbackConfirm,
    .modal-open #modal-container .main--course.modal.modal-reprise#stopConfirm {
        padding: 15px 25px;
        margin-left: 0;
        width: 100%;
    }
    #callbackConfirm .modal-body,
    #stopConfirm .modal-body{
        flex-direction: column;
    }
    #callbackConfirm .callback__picture,
    #stopConfirm .stop__picture{
        height: 152px;
        margin-right: 0;
        margin-bottom: 25px;
    }
    #callbackConfirm .callback__message,
    #stopConfirm .stop__message{
        margin-bottom: 15px;
    }

    .slick-initialized .course__step.slick-slide {
        height: 60px;
    }

    .single-chart .circular-chart {
        margin: 0 10px 0 0;
        height: 45px;
        width: 45px;
    }
}