.venteaemporter
{
	position: relative;
	box-sizing: border-box;
	font-size: 1.25em;
	padding: 0 2em;
}

	.venteaemporter .message
	{
		margin: 1em auto;
		text-align: center;
	}

	.venteaemporter h1, .venteaemporter h2
	{
		font-size: 2.3em;
		border-bottom: 1px solid #888;
		margin: 2em 0 .1em 0;
		text-align: center;
		clear: both;
	}

	.venteaemporter a.hiddenLink
	{
		text-decoration: none;
		color: black;
	}

	.venteaemporter .carteNumerique
	{
		margin: 2em 0;
		clear: both;
		position: relative;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-align-items: flex-start;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.venteaemporter .carteNumeriqueInfos
	{
		display: inline-block;
		margin: .2em 0 .5em 0;
		-webkit-flex: 1 0 45%;
		flex: 1 0 45%;
	}

	.venteaemporter h3
	{
		font-size: 1.5em;
		margin: .2em 0;
		text-align: left;
	}

@media (max-width:639px)
{
	.venteaemporter .carteNumeriqueInfos
	{
		min-width: 100%;
		text-align: center;
	}

	.venteaemporter h3
	{
		text-align: center;
	}
}

.venteaemporter .description
{
	font-size: 1.15em;
	color: #888;
}

.venteaemporter .date
{
	font-size: 1.15em;
	color: #ccc;
}

.venteaemporter .carteNumerique .clickToAction
{
	vertical-align: top;
	margin: .2em auto;
	-webkit-flex: 0 0 6em;
	flex: 0 0 6em;
}

.venteaemporter .cartePreview
{
	display: inline-block;
	width: 300px;
	font-size: 1.5em;
	margin: .2em;
	z-index: 5;
	vertical-align: top;
	-webkit-flex: 0 0 300px;
	flex: 0 0 300px;
}

.venteaemporter .carteNumerique .cartePreview.carteNumeriquePreviewInitial::after
{
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url('/images/Ombre.png');
	content: "";
	height: 20px;
	width: 300px;
	display: block;
	position: absolute;
	top: 164px;
	z-index: 0;
	top: 92px;
}

.venteaemporter .carteNumerique .cartePreview.carteNumeriquePreviewCapture
{
	max-height: 160px;
	overflow: hidden;
	cursor: pointer;
}

@media (max-width:799px)
{
	.venteaemporter .carteNumeriqueInfos
	{
		-webkit-flex: 1 0 75%;
		flex: 1 0 75%;
	}

	.venteaemporter .cartePreview
	{
		display: none;
	}
}

.venteaemporter .cartePreview img
{
	display: block;
	max-height: 160px;
	max-width: 300px;
	margin: 0 auto;
	border: 1px solid #ddd;
	cursor: pointer;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}

.venteaemporter .carteNumerique .cartePreview.carteNumeriquePreviewInitial img
{
	max-height: 90px;
	border: none;
	background-size: 15px, 11px, 5px;
	background-repeat: no-repeat;
	background-position: 77px 9px, 120px 22px, 155px 47px;
	background-image: url('/images/logo250.png'), url('/images/logo250.png'), url('/images/logo250.png');
}

.venteaemporter .carteNumerique .cartePreview.carteNumeriquePreviewCapture img
{
	max-height: none;
}

.venteaemporter .carteNumerique .cartePreview.carteNumeriquePreviewElement img
{
	border: none;
}
