#block-home-ctn-paid {
	border-style: solid;
	border-width: 0px;
	border-color: #aaa;
	padding: 15px;
	padding-top: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.12);
	margin: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	max-width: 350px;
	min-width: 200px;
	width: 90%;
	position: relative;
	height: auto;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 25px;
}

.paid-list {
	margin: auto;
	width: 100%;
	font-family: geosanslight;
}

#checkout3 {
	padding: 5px 25px 5px 25px;
	border-radius: 30px;
	border-width: 0px;
	font-family: geosanslight;
	font-size: 17px;
	font-weight: bold;
}

.paypalbutton {
	max-width: 210px;
	margin-top: 10px;
}

.cgv-list {
	margin: auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	color: darkcyan;
	font-family: geosanslight;
}

#block-img-0 {
	background-image: url("../img/images/MTXX_MH20230731_155927772.jpg");
	height: 250px;
	width: 110%;
	background-size: cover;
	background-position: center -20px;
	margin-left: -5%;
	border-radius: 10px 10px 0px 0px;
	margin-top: -25px;
}

#block-img-1 {
	background-image: url("../img/images/MTXX_MH20230701_031948488.jpg");
	height: 250px;
	width: 110%;
	background-size: cover;
	background-position: center -70px;
	margin-left: -5%;
	border-radius: 10px 10px 0px 0px;
	margin-top: -25px;
}

#block-img-2 {
	background-image: url("../img/images/clio.jpg");
	height: 250px;
	width: 110%;
	background-size: cover;
	background-position: center -180px;
	margin-left: -5%;
	border-radius: 10px 10px 0px 0px;
	margin-top: -25px;
}

#block-img-3 {
	background-image: url("../img/images/MTXX_MH20231003_174411563.jpg");
	height: 250px;
	width: 110%;
	background-size: cover;
	background-position: center -75px;
	margin-left: -5%;
	border-radius: 10px 10px 0px 0px;
	margin-top: -25px;
}

#block-img-4 {
	background-image: url("../img/images/membreplus.jpg");
	height: 250px;
	width: 110%;
	background-size: cover;
	background-position: center -105px;
	margin-left: -5%;
	border-radius: 10px 10px 0px 0px;
	margin-top: -25px;
}

.specialplus {
	background-color: #64328a !important;
}

.block-notice-cart-desk {
	margin-top: -25px;
}

@media only screen and (max-width: 920px) 
{
	#block-img-0 {
		display: none;
	}
}