@charset "utf-8";
#contentAC{
	width:100%;
	background-color:#fff;
	min-height:750px;
	background-image:url(../picsv3/bg_activite.jpg);
	/*border:solid 1px red;*/
}
.showAC{
	width:70%;
	margin:auto;
	text-align:center;
}
.title{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}
.img{
	float:left;
	width:auto;
	margin-top:0;
	margin-right:30px;
	margin-bottom:0;
}
.txt1{
	text-align:left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.6);
	line-height:27px;
	/*font-weight: bold;*/
	/*border:solid 1px purple;*/
}
.picto{
	float: left;
	width: 150px;
	height: 40px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 3px;
	text-align: left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	letter-spacing: 2px;
}
.txt2{
	float:left;
	text-align:left;
	padding-top:0;
	font-family: 'Stardos Stencil', cursive;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height:25px;
	/*border:solid 1px purple;*/
}
.video{
	/*float:left;*/
	display:inline-block;
	width:200px;
	vertical-align:top;
	padding:50px;
	/*border:solid 1px green;*/
}
.it{
	float:right;
	width:180px;
	vertical-align:top;
	/*border:solid 1px green;*/
}

/* ---- Tablettes ---- */
@media only screen and (max-width:1100px){
#contentAC{
	width:100%;
	background-color:#fff;
	min-height:560px;
	background-image:url(../picsv3/bg_activite.jpg);
	/*border:solid 1px red;*/
}
.showAC{
	width:70%;
	margin:auto;
	text-align:center;
}
.title{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}
.img{
	float:left;
	width:auto;
	margin-top:0;
	margin-right:30px;
	margin-bottom:0;
}
.txt1{
	text-align:left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.6);
	line-height:27px;
	/*font-weight: bold;*/
	/*border:solid 1px purple;*/
}
.picto{
	float: left;
	width: 200px;
	height: 40px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 3px;
	text-align: left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	letter-spacing: 2px;
	/*border:solid 1px red;*/
}
.txt2{
	float:left;
	text-align:left;
	padding-top:0;
	font-family: 'Stardos Stencil', cursive;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height:25px;
	/*border:solid 1px purple;*/
}
/*.video{
	float:left;
	width:180px;
	margin-left:0;
}*/
.video{
	/*float:left;*/
	display:inline-block;
	width:200px;
	vertical-align:top;
	padding:50px;
	/*border:solid 1px green;*/
}
.it{
	float:left;
	width:200px;
	margin-left:100px;
	/*border:solid 1px green;*/
}
}
/* ---- Mobile ---- */
@media only screen and (max-width:480px){
#contentAC{
	width:100%;
	background-color:#fff;
	min-height:560px;
	background-image:url(../picsv3/bg_activite.jpg);
	/*border:solid 1px red;*/
}
.showAC{
	width:70%;
	margin:auto;
	text-align:center;
}
.title{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}
.img{
	float:left;
	width:auto;
	margin-top:0;
	margin-right:30px;
	margin-bottom:0;
}
.txt1{
	text-align:left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.6);
	line-height:27px;
	/*font-weight: bold;*/
	/*border:solid 1px purple;*/
}
.picto{
	float: left;
	width: 200px;
	height: 40px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 3px;
	text-align: left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	letter-spacing: 2px;
	/*border:solid 1px red;*/
}
.txt2{
	float:left;
	text-align:left;
	padding-top:0;
	font-family: 'Stardos Stencil', cursive;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height:25px;
	/*border:solid 1px purple;*/
}
/*.video{
	float:left;
	width:100%;
	margin-left:0;
}*/
.video{
	/*float:left;*/
	display:inline-block;
	width:200px;
	vertical-align:top;
	padding:20px;
	/*border:solid 1px green;*/
}
.it{
	float:left;
	width:100%;
	margin-left:0;
	/*border:solid 1px green;*/
}
}
