
.metaslider-wrap {
	display: flex;
}

.metaslider-wrap .metaslider {
	flex: 1;
}

.list_match_fanzo-item,
#widget_fanzo {
	position: relative;
	z-index: 20;
	min-width: clamp(240px,24vw,320px);
	width: clamp(240px,24vw,320px);
	background-image: url(img/bkg-widget-fanzo.svg), linear-gradient(180deg, #664BFD 0%, #130A37 100%);
	background-position: right top, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 84% auto, auto;
	position: relative;
}

.list_match_fanzo-item .widget_fanzo-container,
#widget_fanzo .widget_fanzo-container {
	display: flex;
	flex-direction: column;
	padding: clamp(10px, 1.7vw, 34px) clamp(14px, 2.1vw, 40px);
	justify-content: center;
	height: 100%;
}

.list_match_fanzo-item .widget_fanzo-title,
#widget_fanzo .widget_fanzo-title {
	font-family: "Work Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	font-size: clamp(21px, 2.1vw, 40px);
	line-height: .8;
}


.list_match_fanzo-item .widget_fanzo-date,
#widget_fanzo .widget_fanzo-date {
	padding: 7px 12px;
	background-color: #fff;
	color: #130A37;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 26px;
	line-height: 1;
    display: inline-flex;
	margin-bottom: clamp(10px, 1.1vw, 21px);
	white-space: nowrap;
}

.list_match_fanzo-item .widget_fanzo-infos .team,
#widget_fanzo .widget_fanzo-infos .team {
	display: flex;
	align-items: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}


.list_match_fanzo-item .widget_fanzo-infos img,
#widget_fanzo .widget_fanzo-infos img {
	max-width: clamp(28px,3.4vw,48px);
	background-color: #fff;
	padding: 4px;
	height: auto;
	margin-right: 14px;
}

.list_match_fanzo-item a,
#widget_fanzo a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s;
	background-color: #fff;
	text-align: center;
	padding: 5px 7px;
	line-height: 1.4;
}

#widget_fanzo a:hover,
#widget_fanzo a:focus,
.list_match_fanzo-item a:hover,
.list_match_fanzo-item a:focus {
	background-color: var(--ltc);
	background-color: #664BFD;
	color: #fff;
}

@media screen and (min-width: 62em) {
	#widget_fanzo .widget_fanzo-infos .team:last-child {
		border-top: 1px solid rgba(255,255,255,.2);
	}
	#widget_fanzo a {
		margin-top: clamp(10px, 1.3vw,25px);
	}
	#widget_fanzo .widget_fanzo-title {
		margin-bottom: clamp(14px,1.4vw,34px);
	}
	#widget_fanzo .widget_fanzo-infos .team {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 62em) and (max-width: 75.99em) {
	#widget_fanzo .widget_fanzo-title {
		display: none;
	}
}

@media screen and (max-width: 61.99em) {
	.metaslider-wrap {
		flex-direction: column;
	}

	#widget_fanzo {
		min-width: 100%;
	}

	#widget_fanzo .widget_fanzo-container {
		flex-direction: row;
		align-items: center;
	}

	#widget_fanzo .widget_fanzo-title {
		margin-right: clamp(14px,1.4vw,34px);
		max-width: 120px;
	}

	#widget_fanzo .widget_fanzo-infos,
	#widget_fanzo .widget_fanzo-equipes {
		display: flex;
		align-items: center;
	}

	#widget_fanzo .widget_fanzo-equipes {
		padding-left: 10px;
		padding-right: 10px;
	}

	#widget_fanzo .widget_fanzo-infos .team:last-child {
		border-left: 1px solid rgba(255,255,255,.2);
		margin-left: 7px;
		padding-left: 7px;
	}

	#widget_fanzo .widget_fanzo-date {
		margin-bottom: 0;
		margin-right: clamp(5px, 1.1vw, 21px);
	}

	#widget_fanzo a {
		margin-left: clamp(5px, 1.1vw,21px);
	}
}

@media screen and (max-width: 47.99em) {
	#widget_fanzo .widget_fanzo-title,
	#widget_fanzo a  {
		display: none;
	}
}
@media screen and (max-width: 35.99em) {
	#widget_fanzo {
		padding: 14px;
	}
	#widget_fanzo .widget_fanzo-infos {
		flex-direction: column;
	}
	#widget_fanzo .widget_fanzo-date {
		margin-bottom: 14px;
	}
}


#list_match_fanzo {
	display: flex;
	flex-wrap: wrap;
	padding-top: 34px;
	padding-bottom: 34px;
}

#list_match_fanzo .item_fanzo-container {
	margin-bottom: 34px;
}

.list_match_fanzo-item {
	margin-bottom: 21px;
	margin-right: 14px;
}

.list_match_fanzo-item .widget_fanzo-competition span {
	padding: 7px 12px;
	color: #fff !important;
	border: 1px solid #fff;
	color: #130A37;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 26px;
	line-height: 1;
    display: inline-flex;
	margin-bottom: 7px;
	white-space: nowrap;
}

.list_match_fanzo-item .widget_fanzo-infos .team:last-child {
	border-top: 1px solid rgba(255,255,255,.2);
}

#list_match_fanzo .list_match_fanzo-item .widget_fanzo-infos .team {
	padding-top: 10px;
	padding-bottom: 10px;
}

#list_match_fanzo .list_match_fanzo-item .widget_fanzo-infos .team span {
	color: #fff !important;
}