@charset "utf-8";
/* CSS Document */
@page { size:landscape; }

@font-face {
    font-family: "alfaPrint";
    src: url('../../css/AlfaSlabOne-Regular.ttf');
}

@font-face {
	font-family: "queen";
	src: url('../../css/BelleAllureCE-Fin.otf');
}

.generationForPrint{
	background-color: #FFFFFF;
	/*height: 3508px;
	width: 2480px;*/
	height: 696px;
	/*left: -1230px;
	position: fixed;
	top: -1670px;*/
	width: 1080px;
}

.cartePnJ{
	float: left;
	height: 50%;
	width: 46.5%;
	padding: 0px 1.75%;
	margin: 12px 0;
}

.cartePnJFace{
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.cartePnJRecto{
	background-color: #EEEEEE;
}

.cartePnJRecto_image{
	left: 5%;
	position: absolute;
	top: 3%;
	width: 90%;
}

.cartePnJRecto_imageFiltre{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.cartePnJRecto_nom{
	background-color: #FFFFFF;
	border-radius: 5px;
	bottom: 5%;
	box-shadow: 0 0 10px 2px;
	font-family: "alfaPrint";
	font-size: 18px;
	left: 5%;
	min-height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	width: 90%;
}

.cartePnJRecto_nom p{
	margin: 0 !important;
	font-family: queen;
	font-weight: bold;
	font-size: 1.5em;
}

.cartePnJVerso{
	z-index: 5;
}

.cartePnJVerso_metier{
	font-size: 25px;
	font-weight: 900;
	padding: 0 4%;
	position: absolute;
	left: 0;
	top: 15px;
	text-align: center;
	width: 92%;
	z-index: 5;
}

.cartePnJVerso_ville{
	color: #666666;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	left: 0;
	padding: 0 4%;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 92%;
	z-index: 5;
}

.cartePnJVerso_lieu{
	color: #666666;
	font-size: 14px;
	font-style: italic;
	left: 0;
	padding: 0 4%;
	position: absolute;
	text-align: center;
	top: 75px;
	width: 92%;
	z-index: 5;
}

.cartePnJVerso_desc{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	height: 205px;
	left: 0;
	overflow-y: hidden;
	padding: 0 5%;
	position: absolute;
	text-align: center;
	top: 98px;
	width: 90%;
	z-index: 5;
	text-overflow: ellipsis;
}