@media 	screen and (min-width: 768px) and (max-width: 979px)

{
	
/*--------------------------------------------------------*/
/*-- 			Pour les tablettes		 				--*/
/*--------------------------------------------------------*/


.container {
	width: 768px;
}

}