.blue{
    color: #1167FF;
}
.blue:hover,
.blue:focus{
    color: #1167FF;
}
ul{
    margin-top: 0;
}
/*Landing*/
.landing__row{
    padding: 50px 0;
}
.landing__title{
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
}
.landing__subtitle{
    font-size: 16px;
    line-height: 20px;
}
/*BANNER*/
.banner__title{
    font-size: 36px;
    line-height: 42px;
}
.banner__subtitle{
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
}
/*STOCK*/
.stock{
    padding: 70px 0;
    text-align: center;
}
.stock__title{
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
}
.stock__types{
    display: flex;
    margin-top: 30px;
    justify-content: center;
    margin-bottom: 30px;
}
.stock__type{
    flex: 1;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 700;
    color: #D4D4D4;
    border-bottom: 3px solid #D4D4D4;
}
.stock__type.active{
    border-bottom: 3px solid #1167ff;
    color: #1167ff;
}
.fin-gris-clair-background{
    border: none;
    background: none;
    position: relative;
}

.stock__all {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px;
    background-color: #D30B0B;
    color: #fff;
    margin: 50px auto 0;
    max-width: fit-content;
    display: block;
}

.stock__all:hover, .stock__all:focus {
    background-color: #B30909;
    color: #fff;
    text-decoration: none;
}

.stock__flag{
    position: absolute;
    text-transform: uppercase;
    left: 0;
    top: 5px;
    color: white;
    padding: 7px 10px 5px;
}
.stock__flag svg{
    vertical-align: middle;
    margin-left: 5px;
}
.stock__flag.electrique{
    background: #077ABD;
}
.stock__flag.hybride,
.stock__flag.hybride-rechargeable{
    background: #FF7700;
}
.stock__carousel{
    display: none;
}
.stock__carousel.active{
    display: block;
}
.ew-finance > span:first-child{
    margin-bottom: 1px;
    display: inline-block;
}
.stock__carousel .caracteristiques ul.inline>li,
.stock__carousel .caracteristiques ol.inline>li{
    padding-right: 0px;
    padding-left: 2px;
}

.carousel-indicators {
    right: unset;
}

.carousel-indicators li {
    box-shadow: none;
}
.carousel-indicators li.active {
    background: #D30B0B;
}
.carousel .noMargin{
    margin: 0;
}
.carousel{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.carousel .span3{
    width: 23.4%;
}
.carouselTablet .span3{
    width: 30%;
}

.carousel .veh-container {
    max-width: 23%;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    margin-bottom: 40px;
    position: relative;
}

.carousel .veh-container:not(:last-child) {
    margin-right: 20px;
}

.carouselTablet .span3:first-child {
    width: 30%;
    margin-left: 2.127659574468085%;
}
.carousel .lien_fiche_veh,
.carouselMobile .lien_fiche_veh,
.carouselTablet .lien_fiche_veh{
    height: 100%;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 100%;
}
/*SWITCHER*/
.switcher{
    border: none;
    box-shadow: 0px 3px 10px #0000001C;
    margin-top: 20px;
}
.switcher__toggle{
    height: 40px;
    top: 4px;
    left: 6px;
}
.switcher__input--vn:checked ~ .switcher__toggle {
    left: 148px;
}

.stickers{
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sticker {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-top: 12px;
    padding: 6px 7px 6px 6px;
}

.sticker.sticker-crossedoutprice {
    background: #F76853;
    height: auto;
}

.sticker.sticker-fvo {
    background: #D30B0B;
    height: auto;
    font-weight: bold;
}

.sticker.sticker-jdc {
    background: #297FA6;
    height: auto;
    padding-left: 60px;
    font-weight: bold;
}

.sticker.sticker-jdc img {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    min-height: unset;
    max-height: unset;
}

.sticker.sticker-loa{
    color: #000000;
    background: #FAC807;
    height: auto;
}

.sticker sup {
    text-transform: lowercase;
}

.ew-previous-price {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 0;
}

.fvo__carousel .ew-prix {
    font-size: 30px;
    line-height: 36px;
}

.fvo__carousel .ew-finance {
    margin-left: 10px;
    font-size: 10px;
    line-height: 12px;
}

@media screen and (min-width: 1003px) and (max-width: 1199px) {
    .fvo__carousel .carousel-inner>.active {
        display: flex;
        flex-wrap: wrap;
    }

    .ew-montant {
        flex-wrap: wrap;
    }

    .fvo__carousel .ew-finance {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 1300px){
    .stock__all{
        right: 30px;
    }
}

@media screen and (min-width: 680px) and (max-width: 1163px) {
    .carousel .veh-container {
        max-width: 31%;
    }
}

@media (max-width: 1002px){
    .stock__all{
        bottom: 2px;
        right: 45px;
    }
    .carousel-control.left{
        left: -30px;
    }
    .carousel-control.right{
        right: -30px;
    }
}

@media (max-width: 767px){
    /*LANDING*/
    .landing__row{
        padding: 25px 15px;
    }
    .landing__title{
        font-size: 24px;
        line-height: 28px;
    }
    .landing__subtitle{
        font-size: 18px;
        line-height: 22px;
    }
    /*STOCK*/
    .carousel-control.left{
        left: 0px;
    }
    .carousel-control.right{
        right: 0px;
    }
    .stock {
        padding: 30px 15px;
    }
    .stock__types{
        flex-direction: column;
        max-width: 350px;
        margin: 30px auto;
        box-sizing: content-box;
        padding: 0 35px;
    }
    .stock__title{
        font-size: 24px;
        line-height: 28px;
    }
    .stock__type{
        width: 100%;
        max-width: 260px;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        border-left: 3px solid #D4D4D4;
        border-bottom: none;
        padding: 0 0 0 17px;
        min-height: 45px;
        justify-content: left;
    }
    .stock__type.active{
        border-left: 3px solid #1167ff;
        border-bottom: none;
    }
    .stock__all{
        position: relative;
        bottom: inherit;
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        right: inherit;
    }

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

    .carousel-control.left,
    .carousel-control.right{
        margin-top: 0;
    }

    #Carousel .slick-dots {
        bottom: -50px;
    }

    #Carousel .slick-dots li {
        display: none;
    }

    #Carousel .slick-dots li.slick-active {
        display: inline-block;
    }

    #Carousel .slick-dots li.before, #Carousel .slick-dots li.after {
        display: inline-block;
        transform: scale(0.8);
    }

    #Carousel .slick-dots li.li-border {
        transform: scale(0.6);
    }
}

@media screen and (min-width: 680px) {
    #Carousel .slick-slide > div {
        display: flex;
    }

    #Carousel .slick-slide > div:last-child .veh-container {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 679px) {
    .carousel .veh-container {
        margin: 0 !important;
    }
}

