@charset "utf-8";
#contentMC{
	width:100%;
	background-color:#fff;
	min-height:800px;
	background-image:url(../picsv3/equalizer.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	/*border:solid 1px red;*/
}
.showMC{
	width:100%;
	margin:auto;
	text-align:center;
	/*border:solid 1px red;*/
}
.showMC ul{
	text-align:center;
	width:400px;
	margin:auto;
	list-style:none;
	/*border:solid 1px green;*/
}
.showMC li{
	height: 80px;
	width: 400px;
	margin: 25px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	line-height: 22px;
	text-align: center;
	border:solid 1px rgba(255, 255, 255, 0.3);
}
.showMC p{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
}
audio{
	width:400px;
}
/* ---- Mobile ---- */
@media only screen and (max-width:480px){
	#contentMC{
	width:100%;
	background-color:#fff;
	min-height:560px;
	background-image:url(../picsv3/bg_activite.jpg);
	background-size:auto;
	background-repeat:repeat;
	/*border:solid 1px yellow;*/
}
.showMC{
	width:350px;
	margin:0;
	text-align:center;
	/*border:solid 1px purple;*/
}
.showMC ul{
	text-align:center;
	width:300px;
	margin:0;
	margin-left:20px;
	padding:0;
	list-style:none;
	/*border:solid 1px green;*/
}
.showMC li{
	height: 80px;
	width: 300px;
	margin: 0;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
	line-height: 22px;
	text-align: center;
	border:solid 1px rgba(69, 69, 69, 0.7);
}
.showMC p{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(69, 69, 69, 0.7);
	font-weight: bold;
}
audio{
	width:200px;
}
}
