/** CSS BMW **/
.model-menu ul {
    list-style: none;
}

.model-menu ul li button {
    border: none;
    background-color: transparent;
}

.model-menu .model-nav-holder {
    height: 80px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.model-menu .model-nav-holder .model-nav {
    height: inherit;
}

.model-menu .model-nav-holder .model-nav ul {
    height: inherit;
    padding-left: 0;
}

.model-menu .model-nav-holder.pad2 .model-nav ul,
.model-menu .model-nav-holder.pad3 .model-nav ul {
    padding-left: 30px;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.model-menu .model-nav-holder .model-nav ul li {
    height: inherit;
    border-bottom: 3px solid transparent;
}

.model-menu .model-nav-holder .model-nav ul li.active {
    border-color: #1c69d4;
}

.model-menu .model-nav-holder .model-nav ul li button {
    height: 100%;
    width: -webkit-fill-available;
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #666;
    transition: all .2s ease-in;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}

.model-menu .model-nav-holder .model-nav ul li button:hover,
.model-menu .model-nav-holder .model-nav ul li.active button {
    color: #262626;
}

.model-menu .model-nav-holder.pad3 {
    display: none;
}

.carouselContainer .item h3 {
    font-size: 20px !important;
    width: 90%
}

.carouselContainer .homeGammeSerieCarousel>a.item,
.carouselContainer .homeGammeBodyCarCarousel>a.item,
.homeGammeCarousel>a.item {
    width: 20%
}
.homeGammeCarousel img:not(.owl-lazy){
    width: 100%;
}

@media screen and (max-width: 1199px){
    .carouselContainer .homeGammeSerieCarousel>a.item,
    .carouselContainer .homeGammeBodyCarCarousel>a.item,
    .homeGammeCarousel>a.item {
        width: 25%;
    }
}

@media screen and (max-width: 991px){
    .carouselContainer .homeGammeSerieCarousel>a.item,
    .carouselContainer .homeGammeBodyCarCarousel>a.item,
    .homeGammeCarousel>a.item {
        width: 33.33%;
    }
    .carouselContainer .item h3 {
        font-size: 18px !important;
        width: 90%
    }
}

@media screen and (max-width: 767px){
    .carouselContainer .homeGammeSerieCarousel>a.item,
    .carouselContainer .homeGammeBodyCarCarousel>a.item,
    .homeGammeCarousel>a.item {
        width: 50%;
    }

    .model-menu .model-nav-holder.pad2 .model-nav ul,
    .model-menu .model-nav-holder.pad3 .model-nav ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px){
    .carouselContainer .homeGammeSerieCarousel>a.item,
    .carouselContainer .homeGammeBodyCarCarousel>a.item,
    .homeGammeCarousel>a.item {
        width: 100%;
    }
}

/* CSS thème modele */

.home-gamme.home-gamme-modele .home-gamme-select {
    width: 30%;
    border-right: 1px solid #707070;
}

.home-gamme.home-gamme-modele .homeGammeCarouselModele {
    width: 70%;
    padding: 0 5%;
    position: relative;
}

.home-gamme.home-gamme-modele .home-gamme-select>*{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 991px){
    .home-gamme.home-gamme-modele .home-gamme-select {
        width: 100%;
    }
    
    .home-gamme.home-gamme-modele .homeGammeCarouselModele {
        width: 100%;
    }
    .home-gamme.home-gamme-modele .home-gamme-select {
        border-right: none;
    }

    .home-gamme.home-gamme-modele .home-gamme-select>*{
        text-align: center;
    }
}





