#newsletter_signup {
	margin: 0 auto;
}
#newsletter_signup h3 {
	font-family: "GSN-Regular", sans-serif;
    font-size: 1.75rem !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600 !important;
    margin-bottom: 25px;
}

#newsletter_signup .header .subheading {
	letter-spacing: 0.5px;
	max-width: 100%;
}

#newsletter_signup .header .sep {
	display: none;
}

#newsletter_signup .header .inputs {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	font-size: 14px;
}

#newsletter_signup .header .inputs input {
	background: white;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 45px;
}
form#newsletter_signup .inputs input {
	padding-left: 0 !important;
	font-size: 14px !important;
}


#newsletter_signup .header .inputs input::placeholder {
	font-size: 14px !important;
	letter-spacing: 0.5;
	font-family: 'GSN-Regular', sans-serif;
	color: #757575;
}

#newsletter_signup .header .inputs a#submit_newsletter {
	background: white !important;
	border: 1px solid black;
	color: black;
	height: 45px;
	border-radius: 0;
	line-height: 45px;
	padding: 0 30px;
	font-size: 14px;
	letter-spacing: 1px;
}

#newsletter_signup .header .inputs a#submit_newsletter:hover {
	background: black;
	border: 1px solid black;
	height: 45px;
	color: white;
	border-radius: 0;
	line-height: 45px;
	padding: 0 30px;
	font-size: 14px;
	letter-spacing: 1px;
}


/* Bouton close */

#fancybox_ns-outer a#fancybox_ns-close {
    top: 10px;
    right: 15px;
    background: none;
	text-align: right;
}

#fancybox_ns-outer a#fancybox_ns-close:before {
    content: "\e909";
	font-family: 'icomoon';
	color: #ccc;
}