.Offers {
	margin-bottom: 1.5rem;
}
.Offers .site_container {
	justify-content: center;
	display: flex;
}
.Offers a {
	flex: 1;
	max-width: 450px !important;
	margin: 0 1rem;
	height: 500px;
	position: relative;
	text-align: center;
	border: 1px #888 solid;
	background: #fff;
	transition: 0.5s ease;
	cursor: pointer;
}
.Offers a:hover {
	box-shadow: 0 0 0 3px var(--color-1);
	border: 1px var(--color-1) solid;
}
.Offers a .prod_img {
	width: 80%;
	height: 44%;
	margin: 3% 10%;
	object-fit: contain;
}
.Offers a .prod_logo {
	position: absolute;
	bottom: 51%;
	right: 1%;
	max-width: 30%;
	max-height: 20%;
}
.Offers a > div {
	border-top: 1px #888 solid;
	padding: 1em 8px;
	height: calc(50% - 2em);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.Offers h3 {
	font-weight: 600;
	margin: 0 0 6px;
	font-size: 1.2rem;
	color: var(--color-txt);
	text-transform: uppercase;
}
.Offers a > div p:last-child {
	margin: 0;
}
.Offers .prod_price {
	font-size: 2rem;
	font-weight: 800;
	color: var(--color-1);
	margin: 4px 0;
}
.Offers .prod_subtitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}
.Offers .prod_desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.Offers .btn_item {
	text-align: center;
	width: 40px;
	height: 40px;
	background: var(--color-1);
	border: 2px solid var(--color-1);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.5s ease;
	margin: 0;
	margin-top: auto;
}
.Offers .btn_item:hover {
	background: #fff;
	color: var(--color-1);
}
@media all and (max-width: 1400px) {
	.Offers a {
		margin: 0 4px;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.Offers a .prod_img {
		height: 40%;
		margin: 5% 10%;
		width: 40%;
	}
	.Offers a > div {
		height: calc(50% - 2em);
	}
}
@media all and (max-width: 1200px) {
	.Offers {
		overflow: auto;
		padding: 1rem 0;
	}
	.Offers .site_container {
		display: inline-flex;
		align-items: center;
	}
	.Offers a {
		width: 300px;
		flex: unset;
	}
}
@media all and (max-width: 400px) {
	.Offers a {
		width: 90vw;
	}

	.Offers h3 {
		font-size: 0.9rem;
	}

	.Offers .prod_subtitle {
		font-size: 0.6rem;
	}
}

#pContent_OffresDuMoment_PnlOffres .slick-next.slick-arrow,
#pContent_OffresDuMoment_PnlOffres .slick-prev.slick-arrow {
	background: none;
	border: none;
	font-size: 2rem;
	color: black;
}

#pContent_OffresDuMoment_PnlOffres .slick-track {
    margin:auto !important;
}

.arrow {
	color: var(--color-1);
	font-size: 2rem;
	margin: 0 1rem;
}