#contenu, .prodcardOtherInfosTitle, .home_carousel, .cust_bottom_link, #contenucustom {
	display: none;
}
#contenumarque {
    display: flex;
    width: 90vw;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}
.marqueInfos {
	width:100%;
	height:100%;
	display: flex;
	pointer-events: none;
	justify-content:center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
.marque {
    position: relative;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    max-width: 100%;
    margin-top: 25px;
}

#sban {
	display:none;
}

#titre {
	display: flex;
	margin:0 auto;
	justify-content: center;
	padding:0 0 20px 0;
	text-align: center;
}
#titre img{
	width:128px;
	padding: 5px;

}
#txt {
	text-align:center;
	font: 200 45px OpenSans,Arial,sans-serif;
	text-transform:uppercase;
	color:#c30040;
}
#txt img {
	max-width:5%;
}
.marquesContainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imgmarque img{
	max-width: 100%;

}
.imgmarque {
	font-size: 0;
	position: relative;
}
.logo > a{
	background-color: rgba(244, 244, 244, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 60px;
}
.logo img{
	margin:auto;
}
.marqueLogoInfos {
	text-align: center;
	background-color: #ededed;
	width: 100%;
}

.marqueLogoInfos img{
	display: none;
}
.discountVP {
	font-weight: bold;
	color:#c30040;
	margin:5px 0 0 0;
}
.date {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
	color:#000;
}
.marqueUne {
    position: relative;
    display: flex;
	flex-direction: column;
    max-width: 100%;
    margin-top: 25px;
}
.fonce {
	font: bold 12px OpenSans,Arial,sans-serif;
	color:#000;
	text-transform:uppercase;
	margin: 0;
	padding:2% 0;
	
}
#resteque {
	text-transform:uppercase;
	color:#000;
}

.sban_confidence_titleVP {
	margin:20px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
  }
.sban_confidence_titleVP > div{
	background-color: #c30040;
	font: 50px/40px OpenSansCond, sans-serif;
	padding: 1rem;
}
.sban_confidence_titleVP span{
	font:18px OpenSansCond, sans-serif;
	color: #363636;
}
@media screen and (min-width: 1024px) {

	#contenumarque {
		width: 1200px;
	}
	.marque .logo {
		display: none;
	}
	.marque {
		max-width: 48.5%;
		position: relative;
		flex-direction: row;
	}
	.marqueLogoInfos {
		position: absolute;
		display:flex;
		justify-content: center;
		align-items: center;		
		width:220px;
		background-color: rgba(244, 244, 244, 0.7);

	}

	.marqueLogoInfos img{
		display: inline-block;
	}
	.marqueLogoInfos a {
		padding: 10px;
	}
	.marqueUne img{
		max-width: 640px;
	}

	.marqueUne {
		flex-direction: row;
	}
 
	.discountVP {
		font-size: 20px;
		color:#c30040;
		margin:0;
	}

	.marqueLogoInfos,.marqueUne {
		text-align: center;
	}
	.marqueUneLogoInfos {
		display: flex;
		width: 800px;
		align-items: center;
		justify-content: center;
	}


  }

