.ocre{
    color: #C08000;
}
#menu {
    margin: 10px 0 20px 0;
}
.swiper-wrapper img{
    display:block;
    margin:auto;
}

.bloc-recap > div:nth-child(2) {
    justify-content: center;
}

.secundary .bloc-recap .caract_secundary{
    margin: 10px 0 0;
}
.secundary .bloc-recap .caract_secundary svg{
    height: 17px;
    width: 17px;
    vertical-align: sub;
    margin-left: 5px;
}
.secundary .bloc-recap .caract_secundary svg path{
    fill: black;
}
.bloc-recap > div:nth-child(2){
    max-width: 100%;
}
.secundary .bloc-recap{
    padding: 10px 0;
    border-bottom: none;
}
.secundary .bloc-recap .marque_modele{
    padding: 0 20px;
}

.bloc-recap #localisation {
    margin-top: 10px;
}
.bloc-reca #localisation,
.secundary #localisation{
    padding: 0px 20px;
}

.new_vn{
    background: #C08000;
    color: white;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 10px 20px 0;
}
.secundary .bloc-simulateur{
    margin-bottom: 15px;
    flex-direction: column;
}
.secundary .bloc-simulateur .prix {
    font-size: 33px;
    line-height: 35px;
    margin: 0;
}
.prix-wrapper{
    display: flex;
    align-items: center;
    margin: 0;
}
.secundary .bloc-simulateur .prix.alone{
    margin: 5px 0px 0px;
}
.secundary .bloc-simulateur .prix.alone.discount .discount_price{
    text-align: center;
}
#menu .nav-tabs>.active>a,
#menu .nav-tabs>.active>a:hover,
#menu .nav-tabs>.active>a:focus {
    color: #C08000;
    border-color: #C08000;
}

#menu .nav-tabs>.new_car>a svg{
    vertical-align: sub;
    margin-left: 10px;
}

#menu .nav-tabs>li>a {
    padding: 0px 15px;
    line-height: 52px;
    height: 50px;
}

.tab-content #new_car .title,
.tab-content #Services .title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tab-content #Services .subtitle{
    font-size: 16px;
}
.tab-content #new_car .legal_notice{
    color: #707070;
}

#new_car .nos_engagements_conteneur ul{
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #D4D4D4;
}

.nos_engagements_conteneur {
    margin: 25px auto;
}

.nos_engagements_conteneur ul .picto {
    height: 55px;
}

.nos_engagements_conteneur ul li div {
    align-self: flex-end;
}

.new-car-steps{
    display: flex;
    margin-bottom: 30px;
    text-align: center;
}

.new-car-steps .step{
    flex: 1;
}

.new-car-steps .step-divider{
    color: #C08000;
    font-size: 18px;
    margin: 10px 0px 5px 0px;
    font-weight: 700;
    position: relative;
}

.new-car-steps .step-divider:before{
    content: '';
    background: #C08000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.new-car-steps .step-divider:after {
    content: '';
    position: absolute;
    top: -16px;
    border-bottom: 2px dashed #C08000;
    width: 90%;
    right: -45%;
}

.new-car-steps .step:last-child .step-divider:after{
    content: none;
}

.new-car-steps .step-title{
    font-weight: 500;
}

.new-car-steps svg{
    min-height: 90px;
    max-height: 90px;
    margin-bottom: 20px;
}

.new-car-steps .step:last-child svg{
    margin-top: 20px;
    margin-bottom: 0px;
}

.pack-autosphere .pack{
    display: flex;
    background: none;
    border: none;
    box-shadow: none;
    padding: 30px 0px;
    align-items: center;
}
.pack-autosphere .pack .description{
    flex: 1;
}

.pack-autosphere .pack svg{
    min-width: 135px;
    min-height: 135px;
}

.pack-autosphere .pack p{
    margin: 0px;
}

.contrats .list{
    display: flex;
    margin: 20px 0px 10px;
}

.contrats .contrat{
    border: 1px solid #D4D4D4;
    border-radius: 23px;
    flex: 1;
    padding: 15px 30px;
    margin: 0px 5px;
}

.contrats .contrat:first-child{
    margin-left: 0px;
}

.contrats .contrat:last-child{
    margin-right: 0px;
}

.contrats .contrat ul{
    list-style: none;
    font-weight: 500;
}

.contrats .contrat li{
    line-height: 25px;
    position: relative;
}

.contrats .contrat li.red{
    color: #9F9F9F;
}

.contrats .contrat li.red:before,
.contrats .contrat li.green:before{
    content: '';
    display: block;
    position: absolute;
}

.contrats .contrat li.red:before{
    background: url('/assets/img/fiche-vn/red-check.svg') no-repeat;
    width: 15px;
    height: 15px;
    left: -24px;
    top: 3px;
}

.contrats .contrat li.green:before{
    background: url('/assets/img/fiche-vn/green-check.svg') no-repeat;
    width: 20px;
    height: 16px;
    left: -25px;
    top: 2px;
}

.contrats .contrat .title{
    font-weight: 700;
    border-bottom: 1px solid #D4D4D4;
}

.accessoires .accessoires-list{
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.accessoires .accessoires-list .accessoire{
    display: flex;
    width: 33%;
    font-size: 16px;
}

.accessoires .accessoires-list svg{
    min-width: 45px;
    max-width: 45px;
}
.accessoires .accessoires-list img{
    min-width: 40px;
    max-width: 40px;
    max-height: 30px;
}
.accessoires .accessoires-list .accessoires-img{
    min-width: 45px;
    display: flex;
    justify-content: center;
}

.accessoires .list-title{
    font-weight: 700;
}

.accessoires .list{
    margin: 8px 0px 0px 15px;
}

.accessoires .list ul{
    margin: 0px 0 10px 15px;
}

.accessoires .list ul{
    list-style: none; /* Remove default bullets */
}

.accessoires .list ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #1167ff; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.accessoires .accessoires-list .accessoires-img--mobile {
  background-color: pink;
  /* min-height: 150px; */
}

.try_at_home .steps,
.reprise .steps{
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.try_at_home .steps .step{
    width: 50%;
    display: flex;
    margin-bottom: 15px;
}

.reprise .steps{
    font-size: 0px;
}

.reprise .steps .step{
    width: 33%;
    font-size: 16px;
    display: flex;
    margin-bottom: 15px;
}

.reprise .steps svg{
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
}

.try_at_home .steps svg{

    min-width: 45px;
    max-width: 45px;
}

.try_at_home .steps .step p,
.reprise .steps .step p{
    margin: 8px 0px 0px 15px;
}

.bloc_catalog_price{
    font-size: 18px;
    color: black;
    font-weight: 200;
    display: block;
    margin-bottom: 10px;
}
.trade_in_discount{
    color: black;
    font-size: 12px;
    font-weight: 500;
    display: block;
    line-height: 12px;
    margin-top: 10px;
}
.element-ou{
    margin: 0 10px;
}
.secundary .bloc-simulateur .prix{
    color: #C08000;
}
.secundary .bloc-simulateur .prix.discount{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.secundary .bloc-simulateur .prix.discount > .discount_price{
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    text-align: right;
}
.secundary .bloc-simulateur .financement_veh .start-at{
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}
.secundary .bloc-simulateur .financement_veh .simul_financement--unlink.ss_lien{
    background: none;
    padding: 8px 0 0;
    color: #7B5200;
    text-align: left;
    display: flex;
    align-items: baseline;
}
.secundary .bloc-simulateur .financement_veh .simul_financement--unlink.ss_lien > *{
    white-space: nowrap;
}
.secundary .bloc-simulateur .financement_veh {
    margin-top: 0;
}
.mensualite-prix {
    font-size: 25px;
}
.prix_discounted{
    color: black;
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
}
.discount_percentage{
    position: absolute;
    background: #C08000;
    z-index: 1;
    color: white;
    padding: 1px 6px 0px;
    border-radius: 20px;
    right: 0px;
    top: 2px;
    transform: rotate(-5deg);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.en_stock{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 110px;
    height: 45px;
    text-align: center;
    padding: 15px 0px;
    background: #C08000;
    color: white;
    font-size: 17px;
    font-weight: 700;
    box-sizing: content-box;
}

.en_stock:after{
    content: "";
    display: block;
    position: relative;
    top: 10px;
    width: 0px;
    height: 0;
    border-width: 10px 55px 20px 55px;
    border-style: solid;
    border-color: #C08000 #C08000 transparent #C08000;
}

/*MODAL*/
#emailModals .modal-body.vn-callback,
#callbackModals .modal-body.vn-callback{
    overflow: visible;
}
.vn-callback label.small{
    padding-left: 30px;
}
.vn-callback label.big{
    padding-left: 40px;
    margin-top: 15px;
    position: relative;
}

.vn-callback #step1 input{
    display: none;
}

.vn-callback input[type='checkbox']+.name:before {
    content: '';
    display: inline-block;
    border: 1px solid #D4D4D4;
    margin-right: 7px;
    vertical-align: sub;
    position: absolute;
}

.vn-callback input[type='checkbox']:checked+.name:after {
    content: '';
    display: inline-block;
    background: #1167ff;
    margin-right: 7px;
    vertical-align: sub;
    position: absolute;
}

.vn-callback .big input[type='checkbox']+.name:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: -3px;
}

.vn-callback .big input[type='checkbox']:checked+.name:after {
    width: 14px;
    height: 14px;
    left: 4px;
    top: 1px;
}

.vn-callback .small input[type='checkbox']+.name:before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}

.vn-callback .small input[type='checkbox']:checked+.name:after {
    width: 9px;
    height: 9px;
    left: 4px;
    top: 4px;
}

.vn-callback input[type='radio']+.name:before {
    content: '';
    display: inline-block;
    border: 1px solid #D4D4D4;
    margin-right: 7px;
    vertical-align: sub;
    position: absolute;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    left: 0;
    top: 0;
}

.vn-callback input[type='radio']:checked+.name:before{
    background: #1167ff;
}

.vn-callback input[type='radio']:checked+.name:after {
    content: '';
    display: inline-block;
    background: white;
    margin-right: 7px;
    vertical-align: sub;
    position: absolute;
    width: 7px;
    border-radius: 50%;
    height: 7px;
    left: 5px;
    top: 5px;
}

.vn-callback .sub-child{
    margin-top: 15px;
}

.vn-callback .sub-child label{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 20px;
    position: relative;
}
.vn-callback .next{
    margin-top: 15px;
}
.vn-callback .next,
.vn-callback #valid_form_contact,
.vn-callback #valid_form_callbackt{
    width: 100%;
    height: 40px;
    border: none;
    background: #1167ff;
    color: white;
}
.vn-callback #valid_form_contact,
.vn-callback #valid_form_callbackt{
    margin-top: 15px;
}
.vn-callback .legal-notice{
    text-align: left;
    margin-top: 10px;
}

.vn-callback .error{
    color: #F24A64;
}

#emailModals #pouce,
#callbackModals #pouce{
    height: 55px;
    width: auto;
    margin-bottom: 15px;
}

#emailModals #pouce path,
#callbackModals #pouce path{
    fill: #1167ff;
}

#emailModals .callback__answer,
#callbackModals .callback__answer{
    font-size: 16px;
}

.nos_engagements_conteneur ul li a{
    color: black;
    pointer-events: none;
}

/*OVERRIDE SVG*/
.nos_engagements_conteneur svg path{
    fill: black !important;
}

.nos_engagements_conteneur ul li a:hover > div > p{
    color: black;
}

.ask_try_home{
    background: #C08000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 16px;
}
.ask_try_home a{
    color: white;
}
.ask_try_home svg{
    width: 35px;
    height: 40px;
    margin-right: 15px;
}
.ask_try_home svg path,
.ask_try_home svg polygon {
    fill: white;
}
.ask_try_home .icone-mentions-block svg{
    height: 15px;
    width: 15px;
    margin-left: 10px;
}
.nos_engagements_conteneur ul{
    padding: 0;
}
.swiper-contractual{
    z-index: 1;
    margin-top: 5px;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
}
#menu.affix .nav-tabs>li{
    margin-right: 10px;
}
.infos_energetiques_group{
    margin-top: 15px;
}

.economy_title {
    font-size: 15px;
}

.economy_prix {
    font-size: 20px;
    color: #7B5200;
}

@media (max-width: 1199px){
    #menu .nav-tabs>li>a{
        font-size: 16px;
        padding: 10px 3px;
        height: auto;
        line-height: inherit;
    }
    #menu .new_car svg{
        display: none;
    }
    .pancarte_credit {
        margin-left: 90px;
    }
    .nos_engagements_conteneur ul .picto{
        padding: 0px;
    }
    .economy_see-details{
        font-size: 13px;
        margin-top: -3px;
    }
    .economy_see-details img{
        width: 10px;
        height: 10px;
    }
    .economy_title{
        font-size: 14px;
        padding: 10px 10px;
    }
    .economy_details{
        padding: 15px 10px 2px;
    }
    .secundary .bloc-simulateur {
        padding: 8px 18px 5px;
    }
    .secundary .bloc-simulateur .prix {
        font-size: 28px;
        line-height: 30px;
    }
    .mensualite-prix {
        font-size: 18px;
    }
    .secundary .bloc-simulateur .financement_veh .start-at {
        font-size: 14px;
        line-height: 16px;
    }
    .secundary .bloc-simulateur .financement_veh .simul_financement--unlink.ss_lien {
        padding: 4px 0 0;
    }
}

@media (max-width: 1003px){
    div#btn_nav_fiches,
    div#btn_nav_fiches_mobile{
        max-height: inherit;
    }
    .secundary .bloc-recap .caract_secundary{
        border-bottom: 0;
    }
    .secundary #btn_nav_fiches_mobile{
        margin-bottom: 0;
        padding: 5px 0;
    }
    .secundary .bloc-recap{
        padding: 0px 15px 0px;
    }
    .secundary .bloc-recap .marque_modele{
        padding-top: 15px
    }
    .new_vn{
        font-size: 14px;
        text-align: center;
        line-height: 32px;
        margin: 5px 20px;
    }
    .secundary .commander{
        padding: 5px 5px 0;
    }
    .secundary .bloc-simulateur {
        padding: 0px 18px;
        min-height: auto;
        margin: 15px 0;
    }
    .secundary .bloc-simulateur .prix.alone{
        margin: 0;
    }
    .secundary .bloc-simulateur .prix.alone.discount{
        margin-top: -5px;
    }
    .economy{
        margin-top: 0;
    }
    .economy_title{
        font-size: 18px;
        padding: 12px 20px 8px;
    }
    .economy_see-details{
        margin-top: 1px;
    }
    .economy_details {
        padding: 15px 20px 2px;
    }
    .economy_detail{
        margin-bottom: 0;
    }
    .economy_legal-notice {
        font-weight: 500;
    }
    .ask_try_home{
        font-size: 14px;
        padding: 10px 20px;
    }

    .vn-callback .big input[type='checkbox']:checked+.name:after {
        width: 12px;
        height: 12px;
    }
    .vn-callback input[type='radio']:checked+.name:after {
        left: 4px;
        top: 4px;
    }
    .secundary .bloc-simulateur .financement_veh.classic{
        margin-bottom: 0;
    }
    .secundary .bloc-simulateur .financement_veh .simul_financement--unlink.ss_lien{
        padding: 0;
    }
    .secundary .bloc-recap .caract_secundary {
        margin: 0;
    }
    .secundary .bloc-simulateur .prix{
        font-size: 32px;
        line-height: 34px;
    }
    .mensualite-prix {
        font-size: 22px;
    }
    .infinite-menu__item--active{
        color: #C08000;
        border-bottom: 3px solid #C08000;
    }
    .infinite-menu__item svg{
        vertical-align: middle;
        margin-top: -2px;
        padding: 2px;
    }
    #fiche #new_car_mobile p{
        color: black;
        font-size: 18px;
        line-height: 24px;
    }

    #fiche #new_car_mobile .reprise p.description__info {
        color: unset;
        font-size: 12px;
        line-height: 16px;
    }

    #fiche #new_car_mobile .legal_notice h2,
    #fiche #new_car_mobile .legal_notice p{
        color: #707070;
    }
    /*Slick need to be override here*/
    #fiche .new-car-steps--mobile .slick-prev,
    #fiche .new-car-steps--mobile .slick-next{
        top: 30%;
    }
    #fiche .new-car-steps--mobile .slick-disabled{
        display: none !important;
    }
    .new-car-steps{
        margin-bottom: 0;
    }
    .new-car-steps svg{
        min-height: 150px;
        max-height: 150px;
        width: 100%;
        max-width: 250px;
        margin-bottom: 10px;
    }
    .new-car-steps .step:last-child svg{
        margin-top: 10px;
    }
    .new-car-steps .step-title{
        font-size: 18px;
        line-height: 22px;
        color: black;
    }
    .new-car-steps .step-divider--number{
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: white;
        background: #C08000;
        margin: 0 auto 10px;
        border-radius: 50%;
    }
    .new-car-steps .step-divider--after,
    .new-car-steps .step-divider--before{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        height: 15px;
    }
    .new-car-steps .step-divider--after:before,
    .new-car-steps .step-divider--before:after{
        content: '';
        position: absolute;
        border-bottom: 5px dashed #C08000;
        width: 40%;
        top: 50%;
        transform: translateY(-50%);
    }
    .new-car-steps .step-divider--after:before {
        right: 20px;
    }
    .new-car-steps .step-divider--before:after {
        left: 20px;
    }
    .new-car-steps .step-divider--after .bubble,
    .new-car-steps .step-divider--before .bubble{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #C08000;
        height: 15px;
        width: 15px;
        border-radius: 50%;
    }
    .new-car-steps .step-divider--after .bubble{
        right: 15px;
    }
    .new-car-steps .step-divider--before .bubble{
        left: 15px;
    }
    .new-car-steps .step-divider:before{
        content: none;
    }
    .new-car-steps .step-divider:after{
        content: none;
    }
    .pack-autosphere .pack{
        flex-direction: column;
        padding-bottom: 10px;
    }
    .pack-autosphere .pack p{
        line-height: 24px;
    }
    .pack-autosphere .pack svg {
        min-width: 180px;
        min-height: 180px;
        margin-top: 20px;
    }
    .contrats .contrat{
        padding: 0;
        margin: 0;
    }
    .contrats .list{
        display: block;
    }
    #fiche #services_mobile .accordion-inner,
    #fiche #services_mobile .accordion-heading {
        border-left: 1px solid #EEEBEB;
        border-right: 1px solid #EEEBEB;
        border-top: 1px solid #EEEBEB;
    }
    #fiche #services_mobile .accordion-heading .accordion-toggle {
        height: auto;
        padding: 20px 15px 15px;
        background: url(/assets/img/recherche/sprite-fiche-article.png) no-repeat right -870px #f8f9fb;
    }
    #fiche #services_mobile .accordion-heading.open .accordion-toggle {
        background: url(/assets/img/recherche/sprite-fiche-article.png) no-repeat right -957px #f8f9fb;
    }
    #fiche #services_mobile .accordion-group:not(:first-child) .accordion-inner{
        border-top: 1px solid #e5e5e5;
    }
    #fiche #services_mobile .accordion-group:last-child .accordion-heading,
    #fiche #services_mobile .accordion-group:last-child .accordion-heading.open ~ .accordion-body {
        border-bottom: 1px solid #EEEBEB;
    }
    #fiche #services_mobile .accordion-group:first-child .accordion-heading,
    #fiche #services_mobile .accordion-group:first-child .accordion-toggle{
        border-radius: 22px 22px 0 0;
    }
    #fiche #services_mobile .accordion-group:last-child .accordion-heading:not(.open),
    #fiche #services_mobile .accordion-group:last-child .accordion-heading:not(.open) .accordion-toggle,
    #fiche #services_mobile .accordion-group:last-child .accordion-heading.open ~ .accordion-body{
        border-radius: 0 0 22px 22px;
    }
    .accessoires .accessoires-list{
        display: block;
    }
    .accessoires .accessoires-list .accessoire{
        width: 100%;
        display: block;
    }
    .accessoires .accessoires-list svg{
        vertical-align: bottom;
        min-width: 40px;
        max-width: 40px;
        margin-right: 10px;
    }
    #fiche #services_mobile #accessoires .accordion-heading .accordion-toggle{
        padding: 18px 15px 14px;
    }
    .accessoires .list-title{
        font-size: 16px;
    }

    #fiche #services_mobile #accessoires .accordion-group:first-child .accordion-heading,
    #fiche #services_mobile #accessoires .accordion-group:first-child .accordion-toggle{
        border-radius: 0;
    }
    #fiche #services_mobile #accessoires .accordion-group:last-child .accordion-heading:not(.open),
    #fiche #services_mobile #accessoires .accordion-group:last-child .accordion-heading:not(.open) .accordion-toggle,
    #fiche #services_mobile #accessoires .accordion-group:last-child .accordion-heading.open ~ .accordion-body{
        border-radius: 0;
    }
    #fiche #services_mobile #accessoires .no-content{
        pointer-events: none;
    }
    #fiche #services_mobile #accessoires .no-content .accordion-toggle{
        background: #f8f9fb;
    }
    .try_at_home .steps,
    .reprise .steps{
        margin-top: 30px;
    }
    .try_at_home .steps .step,
    .reprise .steps .step{
        width: 100%;
    }
    .try_at_home .steps svg,
    .reprise .steps svg{
        min-width: 60px;
        min-height: 40px;
    }
    .reprise .steps .step{
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 768px){
    .swiper-contractual{
        margin-left: 10px;
    }
    .en_stock{
        left: 15px;
        font-size: 15px;
        padding: 10px 0px;
    }
    .en_stock:after{
        top: 5px;
    }
    .vn-callback .callback__title{
        line-height: 26px;
    }
    .vn-callback .callback__title--form{
        line-height: 20px;
    }
    .vn-callback #step2 .callback__legal-notice .callback__legal-notice-title{
        line-height: 16px;
        padding: 15px 0px;
    }
    #services_mobile .packs .subtitle{
        font-size: 20px;
        line-height: 22px;
    }
    .trade_in_discount{
        margin-top: 5px;
    }
}

@media (max-width: 450px){
    .en_stock{
        font-size: 14px;
        padding: 10px 0px 0px;
        width: 90px;
    }
    .en_stock:after{
        top: 0px;
        border-width: 5px 45px 15px 45px;
    }

    .economy_title {
        font-size: 15px;
        padding: 12px 15px 8px;
    }
}
