#newsletter{
	background-color:#F56A41;
	color:#FFF;
	padding:1.2em;
	margin-bottom:0.9em;
}

#newsletter .titre{
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
}

#newsletter .descriptif{
	font-weight:200;
	font-size:1.1em;
	margin-bottom:12px;
	line-height:1.2em;
}

#newsletter .btok{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	background-color:#356A71;
	border:0;
	cursor:pointer;
	border-radius:0px 5px 5px 0px;
}

#newsletter #statut .hidden{
	display:none;
	}
	
#newsletter #statut .visible{
	display:block;
	}
	
#newsletter .input-group-addon {
padding: 0;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: inherit;
border: 0;
border-radius: 0;
}


@media screen and (max-width: 767px){
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#newsletter{
		padding:0.8em;
	}
	#newsletter .descriptif{
		font-size:0.9em;
		line-height:1.1em;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
}
@media screen and (min-width:1200px){
}
