
#gift-voucher {
	width: 960px;
	margin: 0 20px;
}


/* HEADER */
#gift-voucher .header {
	height: 236px;
	padding: 40px 250px 0 40px;
	margin: 0 0 30px;
	background: url(images/ALL-header-promo.png) #f3f5fc no-repeat bottom right;
	box-sizing: border-box !important;
	overflow: hidden;
}

#gift-voucher .header h1 {
	color: #e99b35;
}


/* PROMO */
#gift-voucher .promo {
	display: flex;
	position: relative;
	min-height: 115px;
	border: 1px solid #dadada;
	margin: 0 0 10px;
	padding: 25px 200px 25px 230px;
	box-sizing: border-box !important;
	overflow: hidden;
}

#gift-voucher .promo .discount {
	position: absolute;
	left: 35px;
	top: 50%;
	color: #e99b35;
	font-weight: 700;
	text-transform: uppercase;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#gift-voucher .promo .discount .big {
	font-size: 72px;
}

#gift-voucher .promo .discount .little {
	font-size: 30px;
}

#gift-voucher .promo .desc {
	margin: auto 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
}

#gift-voucher .promo .desc span {
	font-size: 14px;
}

#gift-voucher .promo .code {
	position: absolute;
	right: 22px;
	top: 50%;
	width: 175px;
	height: 60px;
	border: 1px solid #e99b35;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#gift-voucher .promo .code .entete {
	padding: 2px 0;
	min-height: 15px;
	background: #e99b35;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;

}

#gift-voucher .promo .code .contenu {
	display: flex;
	height: 41px;
}

#gift-voucher .promo .code .contenu span {
	margin: auto;
	color: #e99b35;
	font-size: 18px;
	font-weight: 700;
	font-family: Arial;
}


/* SEO TEXT */
#gift-voucher .seo-text {
	margin: 25px 0 0;
}

#gift-voucher .seo-text .titre {
	font-size: 16px;
}

#gift-voucher .seo-text p.gray {
	color: #939499;
}

#gift-voucher .seo-text a {
	color: inherit;
	font-size: inherit;
}