.block-newsletter {
	text-align: center;
}
.block-newsletter .block-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #3b3f44;
/*	margin-bottom: 15px; désactivation SEB*/
}
.block-newsletter input {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	letter-spacing: 0;
}
.block-newsletter input[type='text'] {
	font-size: 12px;
	width: 80%;
	background: #fff url(../images/bg-input-newsletter.png) 14px 50% no-repeat;
	padding: 0 3px 0 47px;
}
.ie8 .block-newsletter input[type='text'] {
	padding-top: 7px;
}
.block-newsletter input[type='submit'] {
	border: none;
	background-color: #bc926c;
	color: #fff;
	font-family: "Raleway-SemiBold";
	font-size: 17px;
	text-align: center;
	width: 35px;
	padding: 0;
}
.block-newsletter input[type='submit']:hover { background-color: #9a7859; }

/**
 * AJOUT SEB module sendinblue
 */
[id="sendinblue-newsletter-25-mergefields"] {
  width: 80%;
}
.sendinblue-newsletter-mergefields label{
  font-size: 12px;
}
#sendinblue-signup-subscribe-block-newsletter-form > div:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#sendinblue-signup-subscribe-block-newsletter-form [name="op"] {
  margin-top: 14px;
}
.sendinblue-newsletter-mergefields label{
	display: none;
}
