body{
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

body::-webkit-scrollbar{
	width: 0 !important;
	display: none; 
}

.blocgeneral {
	width:800px; /* The width is fixed by pixels */
	height:720px; /* The height is fixed by pixels*/
	color: white;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	left: 0px;
}

.contenu{
	position: absolute;
	bottom: 20px;
	padding-left: 60px;
	padding-right: 50px;
}

.imageArticle{
	object-fit: cover;
	display: block;
	height: 720px;
	width: 800px;
	filter: brightness(40%);
	-webkit-filter: brightness(40%);
}

.titre{
	font-size: 35px;
	line-height: 1.5;
	max-width: 670px;
}

.titre strong{
	float: left;
	height: 104px;
	overflow: hidden;
}

.titre::before{
	content: "-";
	float: left;
	width: 60px;
	line-height: 10px;
	color: #ce0200;
	background: #ce0200;
}

.chapeau{
	font-size: 25px;
	position: relative;
	margin-top: 150px;
}

.chapeau mark{
	background-color: #ce0200;
	color: white;
	line-height: 2.2em;
	padding: 0.3em;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#promoapp{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.blocnews{
	position: relative;
}