.reward_top{
	display: flex;
	align-content: center;
	text-align:center;
}
.reward_customer{
	padding: 0 10px;
}
.rewardgift{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align:center;
}
.rewardgift p{
	color:#000;
	margin: 0;
}

#barre_progression{
	background: #d9D9D9;
	border-radius: 50px;
	height:16px;
	width:330px;
	margin:0 auto 5px;
	position: relative;
}
#barre_progression:after{
	content:'';
	width:16px;
	height:16px;
	background-image:url('img/gift.png');
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
    position: absolute;
    right: -22px;
    top:0;
}
#barre_progression .total{
	background: #A6CF84;
	height:16px;
	border-radius: 50px;    
	position: relative;
    z-index: 10;
    top: 0;
}
#barre_progression .panier{
	background: #FCC925;
	height:16px;
	border-radius: 50px;    
	position: relative;
    top: -16px;
}
#header .btn_reward{
	border:1px solid #A6CE84;
	color:#A6CE84;
	border-radius: 20px;
	padding:6px 20px;
	background: #FFF;
	text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
#header .btn_reward:hover{
	color:#FFF;
	background: #A6CE84;
}
.reward_product,
.reward_cart_infos{
	display: flex;
}
.reward_product{
	align-items: center;
}
.reward_image_gift img{
	width:180px;
}
.reward_image_prod img{
	width:125px;
}
.reward_image_gift,
.reward_image_prod{
	margin-right:20px;
}
.reward_info{
	font-weight: 700;
	color:#000;
}
.reward_message p{
	font-weight:bold;
	font-size:18px;
	color:#000;
}



@media (max-width: 980px) {
	.reward_message p{
		font-size:14px;
	}
	.reward_image_gift img{
		width:120px;
	}
	.reward_image_prod img{
		width:90px;
	}
}

@media (max-width: 600px) {
	.reward_message p{
		font-size:12px;
	}
	.reward_image_gift img{
		width:40px;
	}
	.reward_image_prod img{
		width:60px;
	}
}







