@charset "utf-8";
/* CSS Document */
body{
	margin:0;
padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}
.col-md-6{
	text-align:right;
}
.col-md-12{
	text-align:center;
} 
body .logo .col-md-12 {
	margin-bottom: 25px;
	text-align:center!important;
}
.container{
	margin-top:	2%;
}
.phmail {
	text-align: center;
	vertical-align: bottom;
	margin-top: 50px;
	font-size: 18px;

}
.titre{
	margin-top: 35px;
}
b{
	text-transform:uppercase;
	padding-bottom: 15px;
	display: block;
	font-size: 17px;
}
b span{
	font-weight:normal;
	font-size: 13px;
	
}
label{
	font-weight: normal!important;
}
body .btn{
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	padding: 10px; border-radius: 0;
	border:0;
	font-weight: bold;
	float: right;
	
}
textarea{
	margin-bottom:5px!important;
	border: 2px solid black;
	text-align: left!important;
}
.tete .col-md-2{
	text-align:center;
}
.form-group.row{
	border-bottom: 1px solid #000;
}
input[type="text"]{
	text-align: left;
}
img{
	max-width:100%;
}
@media screen and (max-width:980px){
	.col-md-6{
		width: 50%;
		float: left;
	}
	.col-md-2{
		width: 16.66666667%;
		float: left;
	}
	.tete .col-md-2 img{
		width: 50px;
	}
	.tete .col-md-2{
		margin-top:50px;
}
		 .logo .col-md-6{
		width: 100%;
		text-align: center;
		 margin-bottom: 45px;
		
	}
	.phmail {
		margin-top:10px;
		display: none;
	}
}
@media screen and (max-width:580px){

	
}