@charset "utf-8";
/* CSS Document */



.home-carousel-item {
    height: 55vw;
}

.list-ProdCat {
    grid-template-columns: repeat(auto-fit, minmax(calc(250px - 2vw), 1fr));
}

.list-Prod .scroller a {
    max-width: 220px;
}

.visit4 {
    display: none;
}

.visit > div {
    flex-basis: 33.33%;
}

h1 {
    margin: 1vw 0;
}

.list-Prod {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 2vw), 1fr));
}

img.listProd-img {
    height: 300px;
}

.team {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2vw), 1fr));
}