#blocktopnewsletter-container {
  margin: auto;
  float: none;
}

#blocktopnewsletter h2{
	font-family: "thisfontlookslikeelephantMd";
	color:#27b7bc;
	font-size:26px;
	letter-spacing:1px;
	background:url("../../../img/icon-fleur-bleue.svg") no-repeat top center;
	background-size: 60px;
	margin:0px 40px 0px 40px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 50px;
}


#blocktopnewsletter .form-group{
  margin: 0 auto;
  display: table;
  width: 80%;
  text-align:center;
}
#blocktopnewsletter .form-group .form-control {
  max-width: 222px;
  display: inline-block;
  margin-right: 6px;
  background: #d9ccba;
  color: #524138;
  height: 52px;
  padding: 10px 43px 10px 12px;
  border-radius: 45px;
}
	@media (min-width: 768px) and (max-width: 1199px) {
	  #blocktopnewsletter .form-group .form-control {
		margin-right: 0;		
		max-width: 267px;		
	  }
	}

	
#blocktopnewsletter .success_inline,
#blocktopnewsletter .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
#blocktopnewsletter .success_inline {
  color: #418B19;
}
#blocktopnewsletter .warning_inline {
  display: block;
  color: #f13340;
  font-size: 13px;
  line-height: 26px;
  clear: both;
}
	@media (min-width: 1200px) {
	  #blocktopnewsletter .warning_inline {
		display: inline-block;
		position: relative;
		top: -35px;
		margin-bottom: -35px;
		left: 15px;
		clear: none;
	  }
	}

#blocktopnewsletter .block_content {
  margin-top: 20px;
}


#blocktopnewsletter #newsletter-input {
  width: calc(100% - 100px);
  float: none !important;
  border: none;
  max-width: 300px !important;
}


#blocktopnewsletter button {
  width: 86px;
  display: table-cell;
  float: none !important;
}
#blocktopnewsletter .form-group .button-small {
  margin-left: -43px;
  border: none;
  background: #32B7BC;
  text-align: center;
  color: white;
  padding: 8px;
  height: 52px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  text-shadow: none;
  font-size: 16px;
}
#blocktopnewsletter .form-group .button-small:hover {
  color: #fff !important;
}
#blocktopnewsletter .form-group .button-small span {
  border: none;
}
