.container-encart-marques {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1vw 0;
}

.encart-marques-une {
	flex: 0 1 32.64%;
	max-width: 32.64%;
	position: relative;
}

.encart-marques-une::after {
	display: block;
	position: absolute;
	background: linear-gradient(0deg, rgba(4,13,41,1) -20%, rgba(22,34,72,0) 100%);
	height: 47%;
	width: 100%;
	content: '';
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.encart-marques-une:hover::before, 
.encart-marques-une:active::before {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	background: url(../img/right-arrow-brands.svg) rgba(39,42,69,0.6) center center/36.62% no-repeat;
	
}

.homepage img.encart-marques-svg {
    z-index: 1;
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18.5%;
    width: auto;
    height: 7%;
}
.homepage img.encart-marques-svg.smallpicto {
	height: 14%;
}

.marques-mobile-gradient {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	width: 11%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
}

@media (min-width:768px) {

	.encart-marques-une {
		flex: 0 1 16.38%;
		max-width: 16.38%;
	}

	.container-encart-marques {
		gap: 0;
	}

    .encart-marques-une::after {
		background: linear-gradient(0deg, rgba(4,13,41,1) -30%, rgba(22,34,72,0) 100%);
		height: 35.5%;
	}

	.homepage img.encart-marques-svg {
		bottom: 15%;
		height: 5%;
	}

	.marques-mobile-gradient {display: none;}

    .homepage img.encart-marques-svg.logolillie {
		bottom: 12.5%;
	}
}
@media (min-width:768px){
    .container-encart-marques {
		padding: 0 39px;
	}
}