@media (max-height: 890px){
body,html{
background-color:#999999;
}
	.ligneNum{
	width:65px;
	height:65px;
	}
}

@media (max-height: 780px), (max-width: 1260px){
body,html{
font-size:12px;
}

#ConteneurG{
width:540px;
}
#Entete{
width:100%;
height:220px;
}
	#Contenu{
	width:100%;
	height:calc(100% - 200px);
	}
	.triangleSup{
	display : inline-block;
	height : 0;
	width : 0;
	border-right : 540px solid transparent;
	border-bottom : 20px solid #000000;
	position:relative;
	float:left;
	}

#ConteneurD{
width:calc(100% - 546px);
padding-left:4px;
}
	#CadreBlocG{
	width:400px;
	}
	#PointeCadreBlocG{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 204px 0 204px;
	border-color: #ea5b0c transparent transparent transparent;
	position:relative;
	float:left;
	clear:left;
	}
	
	.chpStd{
	font-size:12px;
	}
	.chpSub{
	height:40px;
	font-size:14px;
	line-height:40px;
	margin-top:16px;
	margin-bottom:16px;
	}
}


/* LIMITE MOBILE 800x600 ------------------------- */
@media (max-width: 960px), (max-height: 670px){
body,html{
background-color:#ea5b0c;
font-size:14px;
}

#ConteneurG{
width:100%;
max-width:650px;
height:auto;
left:50%;
transform:translateX(-50%);
}
	#TitreMob{
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	float:left;
	display:block;
	}
		#TitreMob img{
		max-width:100%;
		}
	
#Contenu{
height:auto;
}
	.triangleSup{
	display : none;
	}
	.infoDefi{
	width:96%;
	height:auto;
	padding:2%;
	padding-bottom:40px;
	}
	.decoBas{
	position:relative;
	bottom:inherit;
	margin-top:-50px;
	}
.blocNum{
top:0;
transform:translateY(0);
}

#ConteneurD{
width:100%;
max-width:650px;
height:220px;
left:50%;
transform:translateX(-50%);
padding-bottom:60%;
background-size:cover;
}	
	.bandeVerte,#TitreMaj{ display:none; }
	#CadreBlocG{
	width:80%;
	left:50%;
	transform:translateX(-50%);
	border-bottom:8px solid #ea5b0c;
	padding:0;
	}
	#PointeCadreBlocG{ display:none; }
	.copyr{
	font-size:10px;
	width:100%;
	text-align:center;
	right:0;
	float:left;
	position:relative;
	}
}


@media (max-width: 340px){
.colIco{
width:49%;
}

	.ligneDetail p{
	position:relative;
	top:0;
	transform:translateY(0);
	}
#CadreBlocG{
width:100%;
left:0;
transform:translateX(0);
border:0;
}
	.descForm{
	width:100%;
	margin:0;
	padding-bottom:10px;
	}
	.chpSub{
	width:96%;
	}
}