.container-fluid{
	padding-right:150px;
	padding-left:150px;
	margin-top:15px;
}
.row{
	margin-right:15px;
	margin-left:15px;
	margin-bottom :40px;
}
.col-xs-2{
	position:relative;
	min-height:1px;
	padding-right:120px;
	padding-left:120px;
	padding-bottom:30px;
}
body{
	 background-image: url('../web_images/background.png');

	  /*background-repeat: no-repeat;*/
}
h1{
	padding-top: 50px;
	color: white;
}
h2{
	padding-top: 35px;
	color: white;
}
#date_heure{
	color: white;
}

.col-xs-2 img:hover{
	width:118px;
	margin-bottom:10px;
	margin-right:10px;
}



@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		width: 50px;

	}
	
	/* conserver le ratio des images */

	img {
		height: auto;
	}
	
	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}
	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

	.element1,
	.element2 {
		float: none;
		width: auto;
	}
	
	/* masquer les éléments superflus */

	.hide_mobile {
		display: none !important;
	}
	
	.container-fluid
	{
		padding-right:25px;
		padding-left:25px;
		margin-top:15px;
	}
	.row{
		margin-right:15px;
		margin-left:15px;
		margin-bottom :20px;
	}
	.col-xs-2{
		position:relative;
		min-height:1px;
		padding-right:30px;
		padding-left:30px;
		padding-bottom:15px;
	}
	body{
		 background-image: url('../web_images/background.png');
	}
	
	h1{
		padding-top: 15px;
		font-size: 15px;
		color: white;
	}
	h2{
		padding-top: 10px;
		font-size: 10px;
		color: white;
	}
	#date_heure{
		color: white;
	}

	.col-xs-2 img:hover{
		width:40px;
		margin-bottom:10px;
		margin-right:10px;
	}
	
}




