/*--------------------------------
   Stylisation de la page Index
 ---------------------------------*/

/*----DELETE THIS LINE----*/
h2#indexTopsubTitle {
	display: none;
}

img.title {
	width: 40%;
	position: fixed;
	bottom: 7%;
	left: 5%;
	
}
#promocontainer {
  width: 403px;
  height: 227px;
  margin-top: 56px;
  margin-left: 56px;
}
@media (max-width:768px){
	img.title {
		bottom: 30%;
		width: 70%;
	}
}