#bc-bottom-content {display: none}
	#ayads-html ~ #content .interstitiel {width: auto}
	#ayads-html ~ #content .interstitiel * {
		width: auto !important;
	}
	#ayads-html ~ #content .interstitiel > .red > .second {
		float: right;
		width: 285px !important	;
		margin-left: 0;
	}
	#ayads-html ~ #content .interstitiel > .black .circle-container {
    	margin: 0 auto;
	    margin-top: 40px;
    	display: flex;
    	justify-content: space-around;
    	flex-wrap: wrap;
    	width: 650px !important;
    	align-content: space-around;
    	height: 510px;
	}
	#ayads-html ~ #content .interstitiel > .black .circle {width: 175px !important	}


.interstitiel {
	margin: 30px auto 120px auto;
	text-align: center;
	background-color: white;
	width: 1050px;
	padding: 50px;
	position: relative;
}
.interstitiel > .grey {
	margin: 0 auto;
	text-align: center;
	background-color: #f4f4f4;
	width: 950px;
	padding: 90px 40px 50px 40px;
}
.interstitiel > .grey > p {
	font-size: 15px;
	text-align: left;

}
.interstitiel > .grey > p > b {
	font-size: 20px;
	line-height: 23px
}
.interstitiel > .grey > div {
	font-size: 15px;
	color: white;
	background-color: #1e1e1e;
	padding: 15px 20px;
	position: absolute;	
	text-transform: uppercase;
    left:70px;
	top: 30px;
	max-width: 280px;
}
.interstitiel > .red {
	background-color: #ff5900;
	padding: 25px 40px;
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
.interstitiel > .red > div {
	float: left;
	text-align: left;

}
.interstitiel > .red > .first > div {
	font-size: 43px;
	font-weight:900;
	color: 	black;
	text-transform: uppercase;	
	line-height: 44px;
}

.interstitiel > .red > .first > div:first-child {
	font-size: 23px;
	font-weight:900;
	color: 	white;
	text-transform: uppercase;	
	line-height: 24px;
}
.interstitiel > .red > .second {
	width: 285px;
	font-weight: bold;
	color: white;
	font-size: 20px;
	line-height: 22px;
	margin-left: 80px;
} 
.interstitiel > .red > .third {
	background: #262626 url(/images/alerting/price-decrease.jpg) no-repeat;
	background-position: 9% center;
	padding: 10px 25px 10px 35px;
	color: #298FEE;
	border-radius: 20px;
	font-size: 16px;
	text-transform:uppercase;
	line-height: 17px;
	margin-left:70px;
	margin-top: 15px;
}
.interstitiel > .black {
	background-color: #262626;
	padding: 25px 40px;
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
.interstitiel > .black > .first  {
	font-size: 30px;
	font-weight:700;
	color: 	white;
}
.interstitiel > .black .circle-container {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	align-content: space-around;
	flex-wrap: wrap;
	width: 699px;
	margin: 40px auto 0 auto;
	height: 480px;
}
.interstitiel > .black .circle  {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: white;
	
}

.interstitiel > .black .circle > div {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}
.interstitiel > .black .circle.nb-alert-circle > div:first-child {
	font-size: 78px;
	line-height: 75px;
	color: #ff5900;
	font-weight: 700;
	margin-top: 25px;
}
.interstitiel > .black .circle.market-price-circle > img {
	margin-top: 30px;
	margin-bottom: 5px;
}
.interstitiel > .black .circle.priority-circle > img {
	margin-top: 25px;
	margin-bottom: 5px;
}
.interstitiel > .black .circle.decrease-circle .decrease {

	background: #262626 url(/images/alerting/price-decrease.jpg) no-repeat;
	background-size: 13px 13px;
	background-position: 9% center;
	padding: 8px 10px 8px 15px;
	color: #298FEE;
	border-radius: 20px;
	font-size: 10px;
	text-transform:uppercase;
	max-width: 105px;
	line-height: 11px;
/*	margin-left:70px;*/
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 15px;
}
.interstitiel > .black > .third  {
	font-size: 20px;
	font-weight:700;
	color: 	white;
	margin-top: 50px;
}
.interstitiel > .black > .price {
	color: #298FEE;
	font-size: 34px;
	font-weight: 700;
	margin-top: 15px;
}
.interstitiel > .black > .pay {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 13px 25px 13px 34px;
	background: #298FEE url(/images/puce-fleche-detail.png) no-repeat 18px 18px;
	max-width: 220px;
	margin: 0 auto;
	margin-top: 30px;
	color: black;
	cursor:pointer;
}
.interstitiel > .black > .pay:hover {
	color: black
}
#header > .cont-nbre-annonce {
    display: none;
}
@media only screen and (max-width: 1024px) {
	.interstitiel {width: auto}
	.interstitiel * {
		width: auto !important;
	}
	.interstitiel > .red > .second {
		float: right;
		width: 285px !important	;
		margin-left: 0;
	}
	.interstitiel > .black .circle-container {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	align-content: space-around;
	flex-wrap: wrap;
	width: 650px;
	margin: 40px auto 0 auto;
	height: 480px;
	}
	.interstitiel > .black .circle {width: 175px !important	}
}
@media only screen and (max-width: 700px) {
	.interstitiel > .black .circle-container {
		height:590px;
	}
}
@media only screen and (max-width: 545px) {
	.interstitiel > .black .circle-container {
		height:1190px;
	}
}
@media only screen and (max-width: 500px) {
	.interstitiel > .grey > div {
		font-size: 12px;
		padding: 8px 24px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
	}
	.interstitiel > .grey {
		padding: 25px 25px;
		padding-top: 35px;
	}
	.interstitiel > .grey > p > b {
	    font-size: 15px;
	    line-height: 18px;
	}
	.interstitiel > .red {
		padding: 25px 25px;
	}
	.interstitiel > .red > .first > div {
		font-size: 25px;
		line-height: 28px;
	}
	.interstitiel > .red > .second {
		width: auto !important;
		float: left;
		margin-top: 15px;
	}
	.interstitiel > .red > .third {
		margin-left: 0;
		font-size: 13px;
	}
	.interstitiel > .black > .first {
		line-height: 25px;
		font-size: 24px
	}
	.interstitiel > .black {
		padding: 25px;
	}
	#ayads-html ~ #content .interstitiel > .black .circle-container {
		width:auto !important;
		height: auto !important;
	    min-height: 1180px;
	}
	.interstitiel > .black > .third {
		line-height: 20px;
		font-size: 19px;
	}
	.interstitiel > .black > .price {
		font-size: 26px;
	}
}