.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	width:100%;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

#coupon-form::placeholder {
	color:#aab7c4;
	opacity: 1;
}

#coupon-form {
	color: #32325d;
	line-height: 24px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	height: 24px;
	width: 30% !important;
}

.submit-card {
	display:block;
}

.coupon-block-form {
	display:flex;
}

@media screen and (max-width:1001px) {
	#coupon-form {
		width: 100% !important;
	}

	.add-coupon {
		white-space: nowrap;
	}
}

.coupon-retour.error {
	color:#fa755a;
}

.coupon-retour.success {
	color: #98c83f;
}
