.azure{
    color: #00C7B8;
}
.azure:hover,
.azure:focus{
    color: #00C7B8;
}
ul{
    margin-top: 15px;
}
/*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 #00C7B8;
    color: #00C7B8;
}
.fin-gris-clair-background{
    border: none;
    background: none;
    position: relative;
}
.stock__all{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 22px;
    right: 0;
}
.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 li.active{
    background: #00C7B8;
}
.carousel .noMargin{
    margin: 0;
}
.carousel{
    width: 100%;
}
.carousel .span3{
    width: 23.4%;
}
.carouselTablet .span3{
    width: 30%;
}
.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;
}
@media (max-width: 1300px){
    .stock__all{
        right: 30px;
    }
}
@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 #00C7B8;
        border-bottom: none;
    }
    .stock__all{
        position: relative;
        bottom: inherit;
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        right: inherit;
    }
    .carousel-control.left,
    .carousel-control.right{
        margin-top: 0;
    }
}

