@charset "utf-8";
#contentIT{
	width:100%;
	background-color:#fff;
	min-height:800px;
	background-image:url(../picsv3/pastel-stripe.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	/*border:solid 1px red;*/
}
.showIT{
	width:100%;
	margin:auto;
	text-align:center;
	/*border:solid 1px red;*/
}
.showIT ul{
	text-align:center;
	/*border:solid 1px green;*/
}
.showIT li{
	display: inline-block;
	height: 150px;
	width: 207px;
	margin: 10px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	text-align: center;
}
.showIT li:hover{
	display:inline-block;
	height:150px;
	width:207px;
	margin:10px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:22px;
	text-align:center;
}
.showIT p{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(69, 69, 69, 0.7);
	font-weight: bold;
}
/* ---- Mobile ---- */
@media only screen and (max-width:480px){
	#contentIT{
	width:100%;
	background-color:#fff;
	min-height:560px;
	background-image:url(../picsv3/bg_activite.jpg);
	background-size:auto;
	background-repeat:repeat;
	/*border:solid 1px red;*/
}
.showIT{
	width:100%;
	margin:auto;
	text-align:center;
	/*border:solid 1px red;*/
}
.showIT ul{
	text-align:center;
	/*border:solid 1px green;*/
}
.showIT li{
	display: inline-block;
	height: 150px;
	width: 207px;
	margin: 10px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	text-align: center;
}
.showIT li:hover{
	display:inline-block;
	height:150px;
	width:207px;
	margin:10px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:22px;
	text-align:center;
}
.showIT p{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(69, 69, 69, 0.7);
	font-weight: bold;
}
}