@charset "utf-8";
#contentCT{
	width:100%;
	background-color:#fff;
	min-height:800px;
	background-image:url(../picsv3/bg_activite.jpg);
	/*background-repeat:no-repeat;*/
	/*border:solid 1px red;*/
}
.showCT{
	width:100%;
	margin:auto;
	text-align:center;
	/*border:solid 1px red;*/
}
.title{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}
.col1{
	float:left;
	width:180px;
	height:120px;
	margin-left:25%;
	/*border:solid 1px green;*/
}
.col1 img{
	box-shadow: 4px 4px 12px #999;
}
.col2{
	float:left;
	width:40%;
	height:120px;
	padding-left:40px;
	text-align:left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.6);
	line-height:30px;
	font-weight: bold;
	/*border:solid 1px green;*/
}
.barre_mail{
	margin-top:20px;
	width:100%;
	height:30px;
}
.champs{
	position:relative;
	text-align:left;
}
input{
	width:290px;
	height:20px;
	padding:5px;
	margin-bottom:5px;
	background-color:#b2aaad;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	border:none;
}
textarea{
	width:290px;
	height:90px;
	padding:5px;
	background-color:#b2aaad;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	border:none;
}
.msg{
	position:relative;
	width:100%;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#F00;
}
.send{
	position:relative;
	width:200px;
}
.input_send{
	width:300px;
	height:40px;
	padding:5px;
	background-color:#535252;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	border:none;
}
/* ---- Mobile ---- */
@media only screen and (max-width:480px){
#contentCT{
	width:100%;
	background-color:#fff;
	min-height:1000px;
	background-image:url(../picsv3/bg_activite.jpg);
	/*background-repeat:no-repeat;*/
	/*border:solid 1px red;*/
}
.showCT{
	width:100%;
	margin:auto;
	text-align:center;
	/*border:solid 1px red;*/
}
.title{
	font-family: 'Stardos Stencil', cursive;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}
.col1{
	float:left;
	width:180px;
	height:120px;
	margin-left:25%;
	/*border:solid 1px green;*/
}
.col1 img{
	box-shadow: 4px 4px 12px #999;
}
.col2{
	float:left;
	width:40%;
	height:120px;
	padding-left:40px;
	text-align:left;
	font-family: 'Stardos Stencil', cursive;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.6);
	line-height:30px;
	font-weight: bold;
	/*border:solid 1px green;*/
}
.barre_mail{
	margin-top:20px;
	width:100%;
	height:30px;
}
.champs{
	position:relative;
	text-align:left;
}
input{
	width:230px;
	height:20px;
	padding:5px;
	margin-bottom:5px;
	background-color:#b2aaad;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	border:none;
}
textarea{
	width:230px;
	height:90px;
	padding:5px;
	background-color:#b2aaad;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	border:none;
}
.msg{
	position:relative;
	width:100%;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#F00;
}
.send{
	position:relative;
	width:200px;
}
.input_send{
	width:240px;
	height:30px;
	padding:5px;
	background-color:#535252;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	border:none;
}
}
