/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
*:focus {
    outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 * = styles globales
 */
body {
	height:100%;
	width:100%;
	font-family:Arial;
}
body#f1a {
	overflow:hidden;
}
strong,b {
	font-weight:bold;
}
i {
	font-style:italic;
}

.loadlayer{
display:none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 999;
background: url(../images/logo_luxexpo.png) no-repeat #FFFFFF center;
}

.clear ,
.clearOnly {
	clear:both;
	height:0;
	width:0;
}
.lang {
	float:left;
	margin:15px 0 15px 15px;
}
.lang li {
	float:left;
	margin:0 0 0 6px;
}
.lang li:first-child {
	margin-left:0;
}
.lang li a {
	font-family: Arial;
    font-size: 11px;
    text-decoration: none;
	color: #999A9B;
}
.lang li.actif a {
	color:#e52b38;
}
/*
 * = menu
 */
.colGauche {
	position:fixed;
	top:0px;
	bottom:0;
	left:0;
	z-index:90;
	width:185px;
	background: #1e1e1e;
	-khtml-opacity:0.9; 
    -moz-opacity : 0.9; 
    -ms-filter: "alpha(opacity=90)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
    filter : alpha(opacity=90); 
    opacity : 0.9;
	padding:10px 0 0;
}
.colGauche h1 {
	color: #e52b38;
	font-family:'Hero';
	font-size: 24px;
	margin: 25px 15px 10px 15px;
}
.colGauche h1 a {
	color: #e52b38;
	text-decoration: none;
}
.colGauche .menu {
	margin-top: 30px;
	padding-right: 0px;
}
.colGauche .menu li {
	padding-left:15px;
	line-height:40px;
}
.colGauche .menu .separation {
	height:0;
	margin:9px 0 10px;
	line-height:1;
	border-bottom:1px solid #edeaea;
}
.colGauche .menu,
.colGauche .menu a {
	font-family:Arial;
	font-size:17px;
	color:#999A9B;
	text-decoration:none;
	text-transform:uppercase;
}
.colGauche .menu .active,
.colGauche .menu a.active,
.colGauche .menu .open a {
	color:#FFF;
}
.colGauche .menu a.active{
	color: #E52B38;
}
.colGauche .menu .niv3,
.colGauche .menu .niv2 {
	display:none;
}
.colGauche .menu .niv2 li {
	padding:0;
	line-height:15px;
	margin:4px 0;
}
.colGauche .menu .niv1 li.first/*,
.colGauche .menu .niv1 li.last */{
	display: none;
}
.colGauche .menu .niv1 li li.first,
.colGauche .menu .niv1 li li.last {
	display: block;
}
.colGauche .menu .niv2 li.first {
	margin-top:-2px;
}
.colGauche .menu .niv2 li.last {
	margin-bottom:5px;
}
.colGauche .menu .niv2,
.colGauche .menu .niv2 a {
	font-family:Arial;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.colGauche .menu .niv2 .active,
.colGauche .menu .niv2 a.active {
	color:#E52B38;
}
.colGauche .menu .niv3 {
	margin: 10px 0 0 10px;
}
.colGauche .menu .niv3,
.colGauche .menu .niv3 a {
	text-transform:none;
	color: #d6d7d7;
}
.colGauche .menu .niv3 .active,
.colGauche .menu .niv3 a.active {
	color:#e52b38;
}
.colGauche .bottom {
	/* position:absolute;
	left:0;
	right:0;
	bottom:0;
	border-top:1px dotted #999a9b; */
}
.colGauche .reseauxSociaux {
    position: absolute;
    left: 185px;
    bottom: 0;
	z-index:90;
	background: #1e1e1e;
	-khtml-opacity: 0.99; 
    -moz-opacity : 0.99; 
    -ms-filter: "alpha(opacity=99)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); 
    filter : alpha(opacity=99); 
    opacity : 0.99;
    /* border-left: 1px solid #999a9b; */
    box-sizing: content-box;
}
.colGauche .bottom .blog,
.colGauche .bottom .date,
.colGauche .bottom .hour {
	display:block;
	float:left;
	width:90px;
    box-sizing: content-box;
}
.colGauche .bottom .date {
	border-right:1px dotted #999a9b;
}
.colGauche .bottom .date,
.colGauche .bottom .hour {
	border-top:1px dotted #999a9b;
}
.colGauche .reseauxSociaux .facebook a,
.colGauche .bottom .blog a,
.colGauche .reseauxSociaux .linkedIn a,
.colGauche .reseauxSociaux .twitter a,
.colGauche .reseauxSociaux .instagram a,
.colGauche .reseauxSociaux .youtube a,
.colGauche .reseauxSociaux .newsletter a {
	display:block;
	text-indent:-3000px;
	width: 31px;
    height: 31px;
    background: url('img/sprite_reseaux_sociaux.png') no-repeat;
    box-sizing: content-box;
}
.colGauche .reseauxSociaux .facebook,
.colGauche .reseauxSociaux .linkedIn,
.colGauche .reseauxSociaux .twitter,
.colGauche .reseauxSociaux .instagram,
.colGauche .reseauxSociaux .youtube,
.colGauche .reseauxSociaux .newsletter {
	padding:2px 5px;
	width:42px;
	/* height:41px; */
}
.colGauche .bottom .blog {
	padding:2px 0 2px 18px;
	width:72px;
	/* height:41px; */
}
.colGauche .reseauxSociaux .facebook a {
	background-position: -61px 0px;
}
.colGauche .reseauxSociaux .facebook a:hover {
	background-position: -92px 0px;
}
.colGauche .reseauxSociaux .linkedIn a {
	background-position: 1px 0px;
}
.colGauche .reseauxSociaux .linkedIn a:hover {
	background-position: -30px 0px;
}
.colGauche .reseauxSociaux .twitter a {
	background-position: 1px -31px;
}
.colGauche .reseauxSociaux .twitter a:hover {
	background-position: -30px -31px;
}
.colGauche .reseauxSociaux .instagram a {
	background-position: -61px -31px;
}
.colGauche .reseauxSociaux .instagram a:hover {
	background-position: -92px -31px;
}
.colGauche .reseauxSociaux .youtube a {
	background-position: 1px -61px;
}
.colGauche .reseauxSociaux .youtube a:hover {
	background-position: -30px -61px;
}
.colGauche .reseauxSociaux .newsletter a {
	background-position: -61px -61px;
}
.colGauche .reseauxSociaux .newsletter a:hover {
	background-position: -92px -61px;
}
.colGauche .bottom .blog a {
	background-position: -1px -71px;
}
.colGauche .bottom .blog a:hover {
	background-position:right top;
}
.colGauche .bottom .date {
	padding:10px 0 0 25px;
	width:65px;
	height:70px;
}
.colGauche.min .bottom .date {
	display:none;
}
.colGauche .bottom .date .global {
	display:block;
	background: url('img/colGaucheSprite.png') no-repeat;
	width: 52px;
	height: 38px;
	background-position: -1px -1px;
	padding:14px 0 0;
}
.colGauche .bottom .date .date_dm,
.colGauche .bottom .date .date_Y {
	display:block;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.colGauche .bottom .date .date_dm {
	font-weight:bold;
}
.colGauche .bottom .hour {
	padding:10px 0 0 17px;
	width:73px;
	height:69px;
}
.colGauche.min .bottom .hour {
	display:none;
}
.colGauche .bottom .hour .clock {
	display:block;
	background: url('img/colGaucheSprite.png') no-repeat;
	width: 34px;
    height: 35px;
    background-position: -55px -1px;
	margin:0 0 12px 2px;
}
.colGauche .bottom .hour #luxexpo_clock {
	display:block;
	color:#999a9b;
	font-size:16px;
}
.colGauche .bottom .mentions {
	display:block;
	clear:left;
	border-top:1px solid #edeaea;
}
.colGauche .bottom .mentions a {
	display:block;
	line-height:34px;
	text-align:center;
	font-size:11px;
	color:#999a9b;
	text-decoration:none;
}
.colGauche .by_luxexpo {
	padding: 10px 0 5px 0;
	margin: 0 20px 0 15px;
	border-bottom: 1px dotted #999a9b;
	border-top: 1px dotted #999a9b;
}
.colGauche .date {
	padding: 10px 0;
	margin: 0 20px 0 15px;
}
.colGauche .date .month {
	color: #999a9b;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
}
.colGauche .date .day,
.colGauche .date .year {
	color: #e52b38;
	font-size: 18px;
}
/*
 * = ensemble des pages
 */
.niveau.niv0,
.contentF1A {
	position:relative;
	top:0px;
	z-index:50;
	overflow:hidden;
}
.niveau .section {
	position:relative;
}
.niveau.niv1 {
}
	.niveau.niv1 .section {
		float:left;
	}
.niveau.niv2 {
		
}
	.niveau.niv2 .section {
		float: none;
	}
.niveau.niv0 > .section {
	clear: both;
} 
/*
.niveau .section {
	height: 100px !important;
}
.niveau.niv1 {
	width: 100% !important;
}
	.niveau.niv1 .section {
		width: 100px !important;
		height: 100px !important;
		border:solid 1px yellow;
	}
	.niveau.niv2 .section {
		border:solid 1px pink;
	}
	.niveau.niv3.section {
		border:solid 1px red;
	}
.colGauche,
.loadlayer {
	display: none !important;
}
*/
.pageBackground {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	position:absolute;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	-ms-behavior: url(/typo3conf/ext/pnf_skin_luxexpo_event/css/backgroundsize.min.htc);
}
.f1d .pageBackground .content {
	height: 100%;
	width: 100%;
}
.niv2 .section:first-child .prevPage,
.section .prevPage,
.section .news-list-container.evenements .event_prev {
	display:block;
	position:absolute;
	left:180px;
	top:0;
	bottom:0;
	width:46px;
	height:100%;
	background: url('img/arrow-left-grey.png') no-repeat right center;
	padding:0 0 0 20px;
	text-indent:-3000px;
}
.niv2 .section:first-child .nextPage,
.section .nextPage,
.section .news-list-container.evenements .event_next {
	display:block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:46px;
	height:100%;
	background: url('img/arrow-right-grey.png') no-repeat left center;
	padding:0 40px 0 0;
	text-indent:-3000px;
}
.niv2 .section .prevPage {
	height: 46px;
	width: 46px;/*100%;*/
	top: 40px;
	left: auto;
	right: 40px;
	padding: 0;
	background: url('img/arrow-top-grey.png') no-repeat right top;
}
.niv2 .section .nextPage {
	height: 46px;
	width: 46px;/*100%;*/
	bottom: 40px;
	top: auto;
	right: 40px;
	padding: 0;
	background: url('img/arrow-bottom-grey.png') no-repeat right bottom;
}
.niv2 .section:first-child .nextPage:hover,
.section .nextPage:hover,
.section .news-list-container.evenements .event_next:hover {
	background-image:url('img/arrow-right-grey-hover.png');
}
.niv2 .section:first-child .prevPage:hover,
.section .prevPage:hover,
.section .news-list-container.evenements .event_prev:hover {
	background-image:url('img/arrow-left-grey-hover.png');
}
.niv2 .section .prevPage:hover {
	background-image: url('img/arrow-top-grey-hover.png');
}
.niv2 .section .nextPage:hover {
	background-image: url('img/arrow-bottom-grey-hover.png');
}
/*
 * = Gabarit f1a , f1c
 */
#f1a .contentF1A .content, .f1c .content {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
    background: #fff;
    margin-top: 40px;
    margin-left: 260px;
    margin-bottom: 10px;
    width: 375px;
    padding: 13px 20px 15px 20px;
    max-height: 432px;
    height: 432px;
    overflow:hidden;
}

#f1a .contentF1A div.content:nth-child(3), #f1a .contentF1A div.content:nth-child(4){
	margin-left: 0px;
}

#f1a .homepage .contentF1A {
	display:none;
}
#f1a .contentF1A.functionality #contentBlock-1 {
	width:auto;
	padding:0;
	margin:0;
	opacity:1;
	max-height: none;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

#f1a .contentF1A #contentBlock-1 .mCSB_container,
.f1c .contentBlock-1 .mCSB_container {
	margin-right:15px;
}
#f1a .contentF1A #contentBlock-1 .mCustomScrollBox>.mCSB_scrollTools ,
.f1c .contentBlock-1 .mCustomScrollBox>.mCSB_scrollTools {
	width:5px;
	opacity: 1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}
#f1a .contentF1A #contentBlock-1 .mCSB_scrollTools .mCSB_draggerRail ,
.f1c .contentBlock-1 .mCSB_scrollTools .mCSB_draggerRail {
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)";
	width: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
	background-color: #d6d7d7;
}
#f1a .contentF1A #contentBlock-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar ,
.f1c .contentBlock-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e52b38;
	width:5px;
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)";
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
}
/*
 * = Gabarit f1d
 */
.f1d #contentBlock-1,
.f1d .contentBlock-1 {
	margin-left: 181px;
	border-left: solid 1px #EDEAEA;
}
.section .f1d {
	border-top: solid 1px #EDEAEA;
}
	.f1d #contentBlock-1 .threeColumnGroup .column,
	.f1d .contentBlock-1 .threeColumnGroup .column {
		width: 33% !important;
		margin: 0 !important;
		padding: 20px 0 !important;
	}
		.f1d #contentBlock-1 .threeColumnGroup .column .csc-default,
		.f1d .contentBlock-1 .threeColumnGroup .column .csc-default{
			padding: 0 0 0 30px;
		}
		.f1d #contentBlock-1 .threeColumnGroup .column-3 .csc-default,
		.f1d .contentBlock-1 .threeColumnGroup .column-3 .csc-default {
			padding-right: 30px;
		}
		.f1d #contentBlock-1 .threeColumnGroup table,
		.f1d .contentBlock-1 .threeColumnGroup table {
			width: auto;
		}
		.f1d #contentBlock-1 .threeColumnGroup p,
		.f1d .contentBlock-1 .threeColumnGroup p,
		.f1d #contentBlock-1 .threeColumnGroup table td,
		.f1d .contentBlock-1 .threeColumnGroup table td{
			color: #1E1E1E;
			line-height:1.6;
			font-weight: bold;
		}
		.f1d #contentBlock-1 .threeColumnGroup  a,
		.f1d .contentBlock-1 .threeColumnGroup  a{
			color: #1E1E1E;
			font-weight: bold;
		}
		
		/* use to form contact */
		.f1d #contentBlock-1  .twoColumnGroup,
		.f1d .contentBlock-1  .twoColumnGroup {
			background: #FCFDFD;
			margin-top: -1px;
			/*margin-left: -1px;  hide border */
		}
			.f1d #contentBlock-1  .twoColumnGroup p,
			.f1d .contentBlock-1  .twoColumnGroup p {
				color: #1E1E1E;
				font-size: 13px;
			}
		.f1d #contentBlock-1  .twoColumnGroup .column,
		.f1d .contentBlock-1  .twoColumnGroup .column{
			height: 100%;
		}
		.f1d #contentBlock-1  .twoColumnGroup .oneThird,
		.f1d .contentBlock-1  .twoColumnGroup .oneThird {
			width: 33% !important;
		}
			.f1d #contentBlock-1  .twoColumnGroup .oneThird .csc-default,
			.f1d .contentBlock-1  .twoColumnGroup .oneThird .csc-default{
				background: #FCFDFD;
				/*padding: 40px 80px;
				padding: 11% 11%;*/
				padding: 20px 11%;
			}
		.f1d #contentBlock-1  .twoColumnGroup .twoThird,
		.f1d .contentBlock-1  .twoColumnGroup .twoThird {
			width: 66% !important;
		}
			.f1d #contentBlock-1  .twoColumnGroup .twoThird .csc-default,
			.f1d .contentBlock-1  .twoColumnGroup .twoThird .csc-default{
				/*padding: 60px 80px;
				padding: 8% 11%;*/
				padding: 0 11%;
				background: #F2F5F5;
				height: 100%;
			}
				.f1d #contentBlock-1  .twoColumnGroup .twoThird .csc-default .Tx-Formhandler div.end,
				.f1d .contentBlock-1  .twoColumnGroup .twoThird .csc-default .Tx-Formhandler div.end,
				.f1d #contentBlock-1  .twoColumnGroup .twoThird .csc-default .Tx-Formhandler form,
				.f1d .contentBlock-1  .twoColumnGroup .twoThird .csc-default .Tx-Formhandler form{
					padding: 20px 0;
				}
	
		.f1d .content h2,
		.f1d .contentBlock-1 h2,
		.f1d #contentBlock-1 h2 {
			border-bottom: 0 none;
			padding-bottom: 0;
		}
	
		
/*
 * = Formatages textes
 */
#contentBlock-1 h2,
.content h2,
.contentBlock-1 h2 {
	font-family:"Hero-Light";
	font-size:28px;
	color:#e52b38;
	padding-bottom:12px;
	border-bottom:1px dotted #b9b9ba;
	margin:0 0 15px;
	text-transform: lowercase;
}
#contentBlock-1 a .rouge,
.contentBlock-1 a .rouge,
#contentBlock-1 p .rouge,
.contentBlock-1 p .rouge,
#contentBlock-1 li .rouge,
.contentBlock-1 li .rouge,
#contentBlock-1 td .rouge,
.contentBlock-1 td .rouge,
#contentBlock-1 h2 .rouge,
.content h2 .rouge,
.contentBlock-1 h2 .rouge { 
	color:#E52B38;
}
#contentBlock-1 a .gris,
.contentBlock-1 a .gris,
#contentBlock-1 p .gris,
.contentBlock-1 p .gris,
#contentBlock-1 li .gris,
.contentBlock-1 li .gris,
#contentBlock-1 td .gris,
.contentBlock-1 td .gris,
#contentBlock-1 h2 .gris,
.content h2 .gris,
.contentBlock-1 h2 .gris  { 
	color:#999A9B;
}
#contentBlock-1 p,
#contentBlock-1 li,
#contentBlock-1 b,
#contentBlock-1 strong,
#contentBlock-1 .csc-textpic-caption div,
.contentBlock-1 p,
.contentBlock-1 li,
.contentBlock-1 b,
.contentBlock-1 strong,
.contentBlock-1 .csc-textpic-caption div {
	font-family:Arial;
	font-size:11px;
	color:#999a9b;
	line-height:1.6;
}
#contentBlock-1 p,
#contentBlock-1 ul,
.contentBlock-1 p,
.contentBlock-1 ul {
	margin-top:15px;
}

#contentBlock-1 ul,
.contentBlock-1 ul {
	margin-top: 5px;
}

#contentBlock-1 a,
.contentBlock-1 a {
	color:#e52b38;
	text-decoration:none;
}
#contentBlock-1 p:first-child,
.contentBlock-1 p:first-child {
	margin-top:0;
}
#contentBlock-1 ul li,
.contentBlock-1 ul li {
	background:url('img/bullet-red.png') no-repeat left 6px;
	padding-left:8px;
}
#contentBlock-1 .listeFlotante li,
.contentBlock-1 .listeFlotante li {
	background:url('img/bullet-arrow-black.png') no-repeat left 4px;
	padding-left:10px;
	display:inline-block;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
#contentBlock-1 .listeFlotante li,
.contentBlock-1 .listeFlotante li,
#contentBlock-1 .listeFlotante li a,
.contentBlock-1 .listeFlotante li a {
	color:#000;
	font-weight:bold;
}
#contentBlock-1 li.ParkingRoad,
#contentBlock-1 li.Road,
#contentBlock-1 li.Parking,
#contentBlock-1 li.Airplan,
#contentBlock-1 li.Bus,
#contentBlock-1 li.Plan,
#contentBlock-1 li.Train,
#contentBlock-1 li.Contact,
.contentBlock-1 li.ParkingRoad,
.contentBlock-1 li.Road,
.contentBlock-1 li.Parking,
.contentBlock-1 li.Airplan,
.contentBlock-1 li.Bus,
.contentBlock-1 li.Plan,
.contentBlock-1 li.Train,
.contentBlock-1 li.Contact,
#contentBlock-1 .ParkingRoad,
#contentBlock-1 .Road,
#contentBlock-1 .Parking,
#contentBlock-1 .Airplan,
#contentBlock-1 .Bus,
#contentBlock-1 .Plan,
#contentBlock-1 .Train,
#contentBlock-1 .Contact,
.contentBlock-1 .ParkingRoad,
.contentBlock-1 .Road,
.contentBlock-1 .Parking,
.contentBlock-1 .Airplan,
.contentBlock-1 .Bus,
.contentBlock-1 .Plan,
.contentBlock-1 .Contact,
.contentBlock-1 .Train {
	display:block;
	padding:0;
	min-height: 20px;
	/*min-width: 10px;*/
}
#contentBlock-1 li.Road,
.contentBlock-1 li.Road,
#contentBlock-1 .Road,
.contentBlock-1 .Road {
	padding-left:16px;
	background:transparent url('img/picto-road.png') no-repeat 0 4px;
}
#contentBlock-1 li.ParkingRoad,
.contentBlock-1 li.ParkingRoad,
#contentBlock-1 .ParkingRoad,
.contentBlock-1 .ParkingRoad {
	padding-left:30px;
	background:transparent url('img/picto-parkingroad.png') no-repeat 0 4px;
	/*min-width: 26px;*/
}
#contentBlock-1 li.Parking,
.contentBlock-1 li.Parking,
#contentBlock-1 .Parking,
.contentBlock-1 .Parking {
	padding-left:16px;
	background:transparent url('img/picto-parking.png') no-repeat 0 4px;
}
#contentBlock-1 li.Airplan,
.contentBlock-1 li.Airplan,
#contentBlock-1 .Airplan,
.contentBlock-1 .Airplan {
	padding-left:17px;
	background:transparent url('img/picto-airplan.png') no-repeat 0 4px;
}
#contentBlock-1 li.Bus,
.contentBlock-1 li.Bus ,
#contentBlock-1 .Bus,
.contentBlock-1 .Bus {
	padding-left:17px;
	background:transparent url('img/picto-bus.png') no-repeat 0 4px;
}
#contentBlock-1 .Plan,
.contentBlock-1 .Plan,
#contentBlock-1 li.Plan,
.contentBlock-1 li.Plan {
	padding-left:18px;
	background:transparent url('img/picto-plan.png') no-repeat 0 4px;
}
#contentBlock-1 li.Train,
.contentBlock-1 li.Train ,
#contentBlock-1 .Train,
.contentBlock-1 .Train {
	padding-left:16px;
	background:transparent url('img/picto-train.png') no-repeat 0 4px;
}
#contentBlock-1 li.Contact,
.contentBlock-1 li.Contact ,
#contentBlock-1 .Contact,
.contentBlock-1 .Contact {
	padding-left:16px;
	background:transparent url('img/picto-contact.png') no-repeat 0 4px;
}
#contentBlock-1 td.ParkingRoad,
#contentBlock-1 td.Road,
#contentBlock-1 td.Parking,
#contentBlock-1 td.Airplan,
#contentBlock-1 td.Bus,
#contentBlock-1 td.Plan,
#contentBlock-1 td.Train,
#contentBlock-1 td.Contact,
.contentBlock-1 td.ParkingRoad,
.contentBlock-1 td.Road,
.contentBlock-1 td.Parking,
.contentBlock-1 td.Airplan,
.contentBlock-1 td.Bus,
.contentBlock-1 td.Plan,
.contentBlock-1 td.Train,
.contentBlock-1 td.Contact {
	background-position: 0 10px;
}
#contentBlock-1 hr,
.contentBlock-1 hr {
	border-top:1px dotted #b9b9ba;
	margin:20px 0;
}
#contentBlock-1 .align-left,
.contentBlock-1 .align-left {
	text-align:left;
}
#contentBlock-1 .align-center,
.contentBlock-1 .align-center {
	text-align:center;
}
#contentBlock-1 .align-right,
.contentBlock-1 .align-right {
	text-align:right;
}
#contentBlock-1 .align-justify,
.contentBlock-1 .align-justify {
	text-align:justify;
}
#contentBlock-1 .bordure-basse,
.contentBlock-1 .bordure-basse {
	border-bottom:1px dotted #b9b9ba;
	padding:0 0 7px 8px;
}
#contentBlock-1 .chapeau,
.contentBlock-1 .chapeau {
	/*font-size:12px;*/
	font-weight: bold;
	color:#000;
}
#contentBlock-1 table,
.contentBlock-1 table {
	border-top:1px dotted #b9b9ba;
	border-bottom:1px dotted #b9b9ba;
	width:100%;
}
#contentBlock-1 table thead,
.contentBlock-1 table thead {
	border-bottom:1px dotted #b9b9ba;
}
#contentBlock-1 table th ,
.contentBlock-1 table th {
	padding-bottom: 5px;
} 

#contentBlock-1 table th p,
.contentBlock-1 table th p {
	/*line-height:34px;*/
	color:#e52b38;
	text-transform:uppercase;
	padding:2px 10px;
}
#contentBlock-1 table td p,
.contentBlock-1 table td p {
	/*line-height:34px;*/
	color:#686868;
	padding:3px 10px;
}
/*
 * = pnf_gallery
 */
.active .tx-pnfgallery-pi1-masonry {
	padding-top: 36px;
}
.active .tx-pnfgallery-pi1-masonry .damcatfilter {
	height: 38px;
	position: fixed;
	top: 90px;
	width: 100%;
	z-index: 5;
}
.active .tx-pnfgallery-pi1-masonry .damcatfilter ul li div.sub{
	position: fixed;
	left: 182px;
	top: 128px;
	width: 80%;
}
#contentBlock-1 .tx-pnfgallery-pi1-masonry .masonry .imageContainer,
.contentBlock-1 .tx-pnfgallery-pi1-masonry .masonry .imageContainer {
	height: 100%;
	width: 100%;
}
.tx-pnfgallery-pi1 .masonry {
}
#contentBlock-1 .tx-pnfgallery-pi1-masonry,
.contentBlock-1 .tx-pnfgallery-pi1-masonry {
	position: relative;
 }
#contentBlock-1 .tx-pnfgallery-pi1-masonry ul,
.contentBlock-1 .tx-pnfgallery-pi1-masonry ul {
	margin:0;
}
#contentBlock-1 .tx-pnfgallery-pi1-masonry li,
.contentBlock-1 .tx-pnfgallery-pi1-masonry li {
	background:none;
	padding:0;
}
#contentBlock-1  .pnf-gallery-lightbox-legend,
.contentBlock-1  .pnf-gallery-lightbox-legend {
	opacity:0.65;
	filter:alpha(opacity=65);
	text-align: left;
	padding: 10px 50px 20px;
	position: absolute;
	left:0;
}
	#contentBlock-1  .pnf-gallery-lightbox-legend p,
	.contentBlock-1  .pnf-gallery-lightbox-legend p{
		margin: 0;
		padding: 0;
	}
	#contentBlock-1  .pnf-gallery-lightbox-legend p.title,
	.contentBlock-1  .pnf-gallery-lightbox-legend p.title{
		font-size: 15px;
		font-family:"Hero-Light";
		font-weight: bold;
		color: #FFF;
	}
#contentBlock-1  .tx-pnfgallery-pi1-masonry .masonry .item p.legend,
.contentBlock-1  .tx-pnfgallery-pi1-masonry .masonry .item p.legend { 
	font-size: 12px;
}
.f1d .contentBlock-1 .csc-default .tx-pnfgallery-pi1 .tx-pnfgallery-pi1-masonry .pnf-gallery-lightbox-box,
.f1d #contentBlock-1 .csc-default .tx-pnfgallery-pi1 .tx-pnfgallery-pi1-masonry .pnf-gallery-lightbox-box,
.f1d .contentBlock-1 .csc-default .tx-pnfgallery-pi1 .tx-pnfgallery-pi1-masonry,
.f1d #contentBlock-1 .csc-default .tx-pnfgallery-pi1 .tx-pnfgallery-pi1-masonry,
.f1d .contentBlock-1 .csc-default .tx-pnfgallery-pi1,
.f1d #contentBlock-1 .csc-default .tx-pnfgallery-pi1,
.f1d .contentBlock-1,
.f1d #contentBlock-1,
.f1d {
	height: 100%;
}
.f1d #contentBlock-1 .csc-default .tx-pnfgallery-pi1 .tx-pnfgallery-pi1-masonry .pnf-gallery-lightbox-box ,
.f1d .contentBlock-1 .csc-default .tx-pnfgallery-pi1 .tx-pnfgallery-pi1-masonry .pnf-gallery-lightbox-box {
	height: 100% !important;
}

.pnf-gallery-lightbox-content img {
	vertical-align: middle;
}
#contentBlock-1 .damcatfilter ul li a:hover, 
.contentBlock-1 .damcatfilter ul li a:hover,
#contentBlock-1 .tx-pnfgallery-pi1 .masonry .item p.legend,
.contentBlock-1 .tx-pnfgallery-pi1 .masonry .item p.legend {
	color: #FFF;
}
#contentBlock-1 .damcatfilter ul li a, 
.contentBlock-1 .damcatfilter ul li a,
#contentBlock-1 .damcatfilter ul li, 
.contentBlock-1 .damcatfilter ul li {
	color: #999A9B;
}
	#contentBlock-1 .damcatfilter ul li a, 
	.contentBlock-1 .damcatfilter ul li a {
		padding-left: 20px;
		
	}
	#contentBlock-1 .damcatfilter ul li.has_subcategories , 
	.contentBlock-1 .damcatfilter ul li.has_subcategories {
		border-left: dashed 1px #999A9B;
		margin-left: 30px;
	}
		#contentBlock-1 .damcatfilter ul li.has_subcategories a, 
		.contentBlock-1 .damcatfilter ul li.has_subcategories a {
			background: transparent url('img/bullet-arrow-grey.png') no-repeat 0 center;
		}
		#contentBlock-1 .damcatfilter ul li.has_subcategories li a, 
		.contentBlock-1 .damcatfilter ul li.has_subcategories li a,
		#contentBlock-1 .damcatfilter ul li li a, 
		.contentBlock-1 .damcatfilter ul li li a{
			margin-left: 0;
			padding-left: 40px;
			background: transparent url('/typo3conf/ext/pnf_gallery_damcat/res/img/spuce.png') no-repeat 20px 9px;
		}
		#contentBlock-1 .damcatfilter ul li.has_subcategories li a:hover, 
		.contentBlock-1 .damcatfilter ul li.has_subcategories li a:hover,
		#contentBlock-1 .damcatfilter ul li li a:hover, 
		.contentBlock-1 .damcatfilter ul li li a:hover,
		#contentBlock-1 .damcatfilter ul li li a.selected, 
		.contentBlock-1 .damcatfilter ul li li a.selected,
		#contentBlock-1 .damcatfilter ul li.has_subcategories li a.selected
		.contentBlock-1 .damcatfilter ul li.has_subcategories li a.selected{
			background-image: url("/typo3conf/ext/pnf_gallery_damcat/res/img/spuce_hover.png");
		}
	#contentBlock-1 .damcatfilter ul li div.sub ,
	.contentBlock-1 .damcatfilter ul li div.sub {  
		padding: 10px;
	}
		#contentBlock-1 .damcatfilter ul li div.sub ul,
		.contentBlock-1 .damcatfilter ul li div.sub ul { 
			border-right: dashed 1px #999A9B;
		}
		#contentBlock-1 .damcatfilter ul li div.sub ul.last,
		.contentBlock-1 .damcatfilter ul li div.sub ul.last { 
			border-right: 0 none;
		}
/*
 * = ics_gmap3
 */
.tx-icsgmap3-pi1 ul.tagList {
	display: inline;
}
	#contentBlock-1 .tx-icsgmap3-pi1 ul.tagList li ,
	.contentBlock-1 .tx-icsgmap3-pi1 ul.tagList li ,
	.tx-icsgmap3-pi1 ul.tagList li {
		float: left;
		background: none;
		margin: 0;
		background: none;
		padding: 10px 15px 10px 15px;
	}
		.tx-icsgmap3-pi1 ul.tagList li img {
			margin: 0 5px 0 0;
		}
		.tx-icsgmap3-pi1 ul.tagList li input {
			display: none;
		}
		.tx-icsgmap3-pi1 ul.tagList li span {
			background: transparent url('img/carto_puce.jpg') no-repeat top left;
			width: 12px;
			height: 11px;
			display: block;
			float: right;
			margin: 5px 0 0 5px;
		}
		.tx-icsgmap3-pi1 ul.tagList li span.checked {
			background-image: url('img/carto_puce_rouge.jpg');
		}
.tx-icsgmap3-pi1  .marker_overlay {
	box-shadow: 1px 1px 12px #aaa;
	background: #FFF;
	padding:8px;
	width: 250px;
}

	.tx-icsgmap3-pi1  .marker_overlay .text {
		float: right;
		width: 155px;
	}
	.tx-icsgmap3-pi1  .marker_overlay .image {
		float: left;
		width: 80px;
	}
	.tx-icsgmap3-pi1  .marker_overlay img {
		max-width: 80px;
	}
	.tx-icsgmap3-pi1  .marker_overlay p.title {
		color: #E52B38;
		font-weight: bold;
		text-transform: uppercase;
	}
	.tx-icsgmap3-pi1  .marker_overlay p.more {
	}
		.tx-icsgmap3-pi1  .marker_overlay p.more a,
		.tx-icsgmap3-pi1  .marker_overlay p.more {
			color: #000;
		}
		
		.tx-icsgmap3-pi1  .marker_overlay p.more a {
			text-decoration: none;
			background: transparent url('img/plus-red.png') no-repeat right center;
			padding-right: 18px;
		}
		
		.tx-icsgmap3-pi1  .marker_overlay p.more a:hover {
			text-decoration: underline;
		}
		
	.contentBlock-1 .tx-icsgmap3-pi1  .marker_overlay p {
		font-size: 12px;
		margin: 0 0 5px 0;
	}
	
	.tx-icsgmap3-pi1  .marker_overlay .fleche {
		background: transparent url('img/carto_fleche.png') no-repeat 0 0;
		display: block;
		width: 15px;
		height: 13px;
		position: absolute;
		left: 30px;
		bottom: -13px;
	}
	
	.contentBlock-1 .tx-icsgmap3-pi1 .marker_overlay p.title,
	#contentBlock-1 .tx-icsgmap3-pi1 .marker_overlay p.title,
	.contentBlock-1 .transports_commun p.to,
	#contentBlock-1 .transports_commun p.to,
	.contentBlock-1 .transports_commun h3 ,
	#contentBlock-1 .transports_commun h3 {
		font-family:"Hero-Light";
	}
	
	.contentBlock-1 .transports_commun h3,
	#contentBlock-1 .transports_commun h3 {
		font-size: 22px;
	}
	.contentBlock-1 .transports_commun p.to,
	#contentBlock-1 .transports_commun p.to {
		font-size: 20px;
	}
	
	.contentBlock-1 .tx-icsgmap3-pi1 .marker_overlay p.title,
	#contentBlock-1 .tx-icsgmap3-pi1 .marker_overlay p.title {
		color: #E52B38;
	}
    .contentBlock-1 .tx-icsgmap3-pi1 .marker_overlay .close {
        position: absolute;
        right: 10px;
        color: #E52B38;
        cursor: pointer;
    }
/*
 * = tt_news actualités
 */
.actualites.news-list-container {
	position:absolute;
	top:15%;
	right:0;
	left:181px;
	/* margin:15% 0 0 181px; */
	height:380px;
	overflow-x:auto;
}
.actualites.news-list-container .news-list-item {
	float:left;
	width:180px;
	height:320px;
	margin-left:1px;
	background:#fff;
}
.actualites.news-list-container .news-list-item:first-child {
	margin-left:0;
}
.actualites.news-list-container .news-list-item a {
	text-decoration:none;
}
.actualites.news-list-container .news-list-item .news-list-date {
	display:block;
	line-height:54px;
	color:#fff;
	background:#e52b38;
	font-family:"Hero-Light";
	font-size:30px;
	padding-left:20px;
}
.actualites.news-list-container .news-list-item .infos {
	margin-top:19px;
	padding:0 10px 0 20px;
	height:94px;
}
.actualites.news-list-container .news-list-item h3 {
	font-family:"Hero-Light";
	font-size:25px;
}
.actualites.news-list-container .news-list-item h3 .red {
	display:block;
	color:#e52b38;
	line-height: 20px;
}
.actualites.news-list-container .news-list-item h3 .gray {
	display:block;
	color:#999a9b;
}
.actualites.news-list-container .news-list-item .infos p {
	color:#999a9b;
	font-size:14px;
	line-height: 1.3;
	margin-top: 9px;
}
.actualites.news-list-container .news-list-item .voir a {
	display:inline-block;
	padding:0 17px 0 20px;
	background:url('img/plus-red.png') no-repeat right;
	color:#1e1e1e;
	font-size:12px;
	line-height:13px;
}
.actualites.news-list-container .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:auto;
	left:21%;
	right:15%;
	height:14px;
}
.actualites.news-list-container .mCustomScrollBox>.mCSB_scrollTools{
	opacity: 1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}
.actualites.news-list-container .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	background:#fff;
	height:14px;
	margin:0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)";
	/*behavior:url(/typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.htc);*/
}
.actualites.news-list-container .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	height:10px;
	margin:2px auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:#e52b38;
	/*behavior:url(/typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.htc);*/
}
.fancybox-overlay {
	background-image:url('img/fancybox-overlay.png');
	top:0px; /*91px;*/
	left:181px;
	padding-top: 90px;
}
.fancybox-lock .fancybox-overlay {
	overflow:auto;
}
.lightboxActualite, .lightboxActualite .fancybox-inner {
    width: 660px ! important;
}
.lightboxActualite .fancybox-close {
	height:14px;
	width:14px;
	border:1px solid #e95862;
	padding:7px;
	background:url('img/fancybox-close.png') no-repeat center center;
	top:12px;
	right:12px;
}
.actualites.news-single-item .news-single-top {
	height:54px;
	background:#e52b38;
	padding-left:20px;
}
.actualites.news-single-item .news-single-top .date {
	font-size:30px;
	line-height:54px;
	color:#fff;
	font-family:"Hero-Light";
}
.actualites.news-single-item .news-single-top .textShare {
    color: #fff;
    font-family: Hero;
    position: absolute;
    top: 19px;
    left: 57%;
    font-weight: bold;
}
#contentBlock-1 .actualites.news-single-item .news-single-top .share,
.contentBlock-1 .actualites.news-single-item .news-single-top .share {
	float:right;
	margin:20px 60px 0 0;
}

.mail, .print, li.separation:nth-child(7){
	/* display:none !important; */
}


.contentBlock-1 .actualites.news-single-item .news-single-top .share li,
#contentBlock-1 .actualites.news-single-item .news-single-top .share li {
	display:block;
	float:left;
	padding:0;
	margin:0;
}
#contentBlock-1 .actualites.news-single-item .news-single-top .share li.separation {
	height:8px;
	width:1px;
	background:#fff;
	margin:4px 8px 0;
}
.actualites.news-single-item .news-single-top .share li a {
	position:relative;
	display:block;
	background:url('img/icones-share-sprites.png') no-repeat;
}
.actualites.news-single-item .news-single-top .share li a .infobulle {
	display:none;
}
.actualites.news-single-item .news-single-top .share li a:hover .infobulle {
	display: block;
	position: absolute;
	top: -21px;
	left: -10px;
	right: -200px;
	z-index: 8050;
	padding-bottom: 3px;
	background: url('img/infobulle-arrow.png') no-repeat 10px bottom;
}
.actualites.news-single-item .news-single-top .share li a:hover .infobulle span {
	display:inline-block;
	background:#fff;
	line-height:15px;
	font-size:9px;
	font-weight:bold;
	padding:0 5px;
}
.actualites.news-single-item .news-single-top .share li.mail a:hover .infobulle {
	left:-45px;
	background-position:45px bottom;
}
.actualites.news-single-item .news-single-top .share li.print a:hover .infobulle {
	top:-20px;
	left:-30px;
	background-position:30px bottom;
}
.actualites.news-single-item .news-single-top .share .facebook a {
    width: 7px;
    height: 15px;
    background-position: -1px -1px;
	margin:1px 0;
}
.actualites.news-single-item .news-single-top .share .twitter a {
    width: 20px;
    height: 14px;
    background-position: -30px -18px;
	margin:1px 0;
}
.actualites.news-single-item .news-single-top .share .linkedin a {
    width: 12px;
    height: 12px;
    background-position: 0 -29px;
}
#contentBlock-1 .actualites.news-single-item .news-single-top .share .mail,
.contentBlock-1 .actualites.news-single-item .news-single-top .share .mail {
    margin-left: 27px;
}
.actualites.news-single-item .news-single-top .share .googleplus a {
    width: 14px;
    height: 14px;
    background-position: -10px -1px;
	margin:1px 0;
}
.actualites.news-single-item .news-single-top .share .print a {
    width: 17px;
    height: 15px;
    background-position: -30px -1px;
}
.actualites.news-single-item .news-single-top .share .mail a {
    width: 18px;
    height: 12px;
    background-position: -10px -17px;
	margin:2px 0;
}
.actualites.news-single-item .news-single-top .share .mail a:hover {
	opacity:1;
}
.actualites.news-single-item .news-single-top .share .mail a span {
	display:none;
}
.actualites.news-single-item .scroll {
	overflow-y:auto;
	overflow-x:hidden;
}
.actualites.news-single-item .news-single-img {
	margin:0 0 15px;
}
#contentBlock-1 .actualites.news-single-item .news-single-img .news-single-imgcaption,
.contentBlock-1 .actualites.news-single-item .news-single-img .news-single-imgcaption {
	margin:0;
	text-align:center;
}
.actualites.news-single-item h3 {
	font-family:"Hero-Light";
	font-size:32px;
	margin:0 15px 14px 20px;
}
.contentBlock-1 .Tx-Formhandler h2,
#contentBlock-1 .Tx-Formhandler h2 {
	border-bottom: 0 none;
}

.Tx-Formhandler h2 .red,
.actualites.news-single-item h3 .red{
	color:#e52b38;
}
.Tx-Formhandler h2 .gray,
.actualites.news-single-item h3 .gray{
	color:#999a9b;
}
.Tx-Formhandler h2 .gray {
	margin-left: 10px;
}
#contentBlock-1 .actualites.news-single-item .news-single-introduction,
.contentBlock-1 .actualites.news-single-item .news-single-introduction {
	margin:0 20px 12px 20px;
	text-transform:uppercase;
	font-size:12px;
	color:#000;
}
.actualites.news-single-item .content {
	margin:0 20px 20px 20px;
}
#contentBlock-1 .actualites.news-single-item .content p {
    font-size: 12px;
}
.lightboxActualite .mCSB_container {
	margin-right:0;
}
.Tx-Formhandler>.mCSB_scrollTools ,
.lightboxActualite .mCustomScrollBox>.mCSB_scrollTools {
	width:9px;
	opacity: 1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)"; /* old ie */
}

.Tx-Formhandler .mCSB_scrollTools .mCSB_draggerRail,
.lightboxActualite .mCSB_scrollTools .mCSB_draggerRail {
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)"; /* old ie */
	background:#e7e7e7;
	width:9px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
}
.Tx-Formhandler .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.lightboxActualite .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#e52b38;
	width:9px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)"; /* old ie */
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
}
/*
 * = tt_news évènements
 */
.evenements .section {
	float:left;
}
.news-list-container.evenements  {
	position:relative;
}
.menuEvenements {
	display:none;
}
.active .menuEvenements {
	display:block;
	position:fixed;
	right:40px;
	top:115px;
	z-index:200;
}
.menuEvenements .close a {
	display:block;
	height:30px;
	background:url('img/event-menu-sprite.png') no-repeat;
	padding-left:35px;
	line-height:30px;
	font-family:Arial;
	font-size:11px;
	color:#1d1d1d;
}
.menuEvenements .close:hover a {
	color:#e52b38;
}
.menuEvenements .open {
	display:none;
	height:30px;
	background:url('img/event-menu-sprite.png') no-repeat 0 -31px;
	padding-left:30px;
}

.menuEvenements .open .toggle{
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	cursor: pointer;
}

.menuEvenements .open {
	display:none;
	padding-left: 30px;
	position: relative;
	height:30px;
	background:url('img/event-menu-sprite.png') no-repeat 0 -31px;
}

.contentBlock-1 .menuEvenements .open ul {
	clear:both;
	height:30px;
	padding:0 10px 0 0;
	margin:0;
	background:url('img/event-menu-sprite.png') no-repeat right bottom;
}
.menuEvenements .open li {
	display:block;
	float:left;
	background:url('img/bullet-arrow-white.png') no-repeat 14px center;
	list-style:none;
	margin:0;
	padding:0 10px 0 23px;
	border-left:1px dotted #f7bdc1;
}
.menuEvenements .open li:first-child {
	border:none;
}
.menuEvenements .open li a {
	line-height:30px;
	color:#fff;
	font-family:Arial;
	font-size:11px;
}
.section .news-list-container.evenements .event_prev,
.section .news-list-container.evenements .event_next {
	display:none;
}
.news-list-container.evenements .date {
	position:absolute;
	top:20%;
	right:453px;
	z-index:80;
	background: url(img/event-slideshow-sprite.png) no-repeat;
	width: 130px;
    height: 130px;
	margin:0;
    background-position: -777px -1px;
}
.news-list-container.evenements .date,
.news-list-container.evenements .date a {
	color:#fff;
}
.news-list-container.evenements .date.differentMonth a {
	display:block;
	padding:10px 20px;
	line-height:0.8;
}
.news-list-container.evenements .date.oneDay a ,
.news-list-container.evenements .date.sameMonth a {
	display:block;
	padding:38px 15px;
}
.news-list-container.evenements .date .day,
.news-list-container.evenements .date .days,
.news-list-container.evenements .date .month,
.news-list-container.evenements .date .separator {
	display:block;
	text-align:center;
}

.news-list-container.evenements .date .day,
.news-list-container.evenements .date .days {
	font-family:'Hero';
	color:#fff;
	font-size:34px;
}
.news-list-container.evenements .date .month,
.news-list-container.evenements .date .separator {
	font-family:"Hero-Light";
	color:#fff;
	font-size:17px;
}
.news-list-container.evenements .infos {
	position:absolute;
	z-index:50;
}
.news-list-container.evenements .noPastille .date {
	right:483px;
}
.news-list-container.evenements .noPastille .infos {
	top:6%;
	right:100px;
	width:340px;
    height: 311px;
	padding:100px 26px 0 45px;
}
.news-list-container.evenements .smallPastille .infos {
	background: url(img/pastille_event_sprite.png) no-repeat;
	top:7%;
	right:176px;
	width: 310px;
    height: 310px;
	padding:95px 25px 0 45px;
}
.news-list-container.evenements .mediumPastille .infos {
	background: url(img/pastille_event_sprite.png) no-repeat -334px 0;
	top:7%;
	right:125px;
	width: 360px;
    height: 360px;
	padding:90px 35px 0 42px;
}
.news-list-container.evenements .largePastille .date {
	right:483px;
}
.news-list-container.evenements .largePastille .infos {
	background: url(img/pastille_event_sprite.png) no-repeat 0 -361px;
	top:6%;
	right:100px;
	width: 412px;
    height: 412px;
	padding:90px 40px 0;
}
.news-list-container.evenements .veryLargePastille .infos {
	background: url(img/pastille_event_sprite.png) no-repeat -432px -375px;
	top:6%;
	right:100px;
	width: 500px;
    height: 500px;
	padding:90px 55px 0;
}
.news-list-container.evenements .infos {
	/* background: url(img/event-slideshow-sprite.png) no-repeat -1px -1px; */
}
.news-list-container.evenements .infos h2 {
	font-family: "Hero-Light";
	font-size: 41px;
	padding:0;
	margin:0;
	border:none;
}
.news-list-container.evenements .infos h2 .red {
	color: #E52B38;
	border-bottom: 1px dotted #999A9B;
	display: block;
	font-size: 59px;
}
.news-list-container.evenements .infos h2 .gray {
	color: #999A9B;
	display: block;
	text-transform: uppercase;
	font-size: 19px;
	border-bottom: 1px dotted #999A9B;
	padding: 12px 0;
	font-family: Arial;
	font-size: 26px;
}
.contentBlock-1 .news-list-container.evenements .infos .subheader {
	margin-top:8px;
	margin-bottom: 7px;
}
.contentBlock-1 .news-list-container.evenements .infos .subheader,
.contentBlock-1 .news-list-container.evenements .infos .subheader p,
.contentBlock-1 .news-list-container.evenements .infos .subheader a {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}
.contentBlock-1 .news-list-container.evenements .infos .subheader p {
	/*margin-bottom: 7px;*/
	margin: 0;
}
.contentBlock-1 .news-list-container.evenements .infos .links {
	margin:0;
	border-top:1px dotted #e52b38;
	padding:10px 0 0;
}
.contentBlock-1 .news-list-container.evenements .infos .links li {
	float:left;
	background: url('img/bullet-arrow-black.png') no-repeat left 6px;
	padding:0 0 0 8px;
	margin:0 0 0 17px;
}
.contentBlock-1 .news-list-container.evenements .infos .links li:first-child {
	margin-left:0;
}
.contentBlock-1 .news-list-container.evenements .infos .links li a {
	color:#1e1e1e;
	text-transform:uppercase;
	font-size:12px;
}
.contentBlock-1 .news-list-container.evenements .infos .links li a:hover {
	color: #E52B38;
}
.news-list-container.evenements .pageBackground {
	position:absolute;
}
.news-list-container.evenements .pageBackground.colors {
	opacity:1;
	z-index:30;
}
.news-list-container.evenements .pageBackground.grayScale {
	opacity:0.8;
	z-index:35;
}
.section .news-list-container.evenements .event_prev,
.section .news-list-container.evenements .event_next {
	z-index:50;
}

/*
 * lightbox évènement
 */
.lightboxExhibitors .fancybox-close,
.lightboxMonthEvent .fancybox-close,
.lightboxEvenement .fancybox-close,
.lightboxSearchEvent .fancybox-close{
	height:30px;
	width:auto;
	top: -18px;
	right: -51px;
	padding:0 0 0 35px;
	background:url('img/fancybox-close-evenements.png') no-repeat left top;
	line-height:30px;
	font-family:Arial;
	font-size:11px;
	color:#1d1d1d;
	text-decoration:none;
}
.lightboxMonthEvent .fancybox-skin,
.lightboxEvenement .fancybox-skin,
.lightboxSearchEvent .fancybox-skin{
	background:#f2f5f5;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
}
.evenement.news-single-item  {
	margin:30px 25px;
}
.evenement.news-single-item .news-single-top {
	height:25px;
	border-bottom:1px solid #bfbfbf;
	margin:0 0 16px;
}
#contentBlock-1 .evenement.news-single-item .news-single-top .share {
	margin:0;
}
.contentBlock-1 .evenement.news-single-item .news-single-top .share li,
#contentBlock-1 .evenement.news-single-item .news-single-top .share li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	background:none;
}
#contentBlock-1 .evenement.news-single-item .news-single-top .share li.separation {
	height:8px;
	width:1px;
	background:#a3a5a6;
	margin:6px 7px 0;
}
.evenement.news-single-item .news-single-top .share li a {
	position:relative;
	display:block;
	background:url('img/icones-share-sprites-red.png') no-repeat;
}
.evenement.news-single-item .news-single-top .share li a .infobulle {
	display:none;
}
.evenement.news-single-item .news-single-top .share li a:hover .infobulle {
	display: block;
}
.evenement.news-single-item .news-single-top .share li a .infobulle {
	position: absolute;
	top: -21px;
	left: -10px;
	right: -200px;
	z-index: 8050;
	padding-bottom: 3px;
	background: url('img/infobulle-arrow-red.png') no-repeat 10px bottom;
}
.evenement.news-single-item .news-single-top .share li a .infobulle span {
	display:inline-block;
	background:#e52b38;
	color:#fdfdfd;
	line-height:15px;
	font-size:9px;
	font-weight:bold;
	padding:0 5px;
}
.evenement.news-single-item .news-single-top .share li.mail a .infobulle {
	left:-45px;
	background-position:45px bottom;
}
.evenement.news-single-item .news-single-top .share li.print a .infobulle {
	top:-20px;
	left:-30px;
	background-position:30px bottom;
}
.evenement.news-single-item .news-single-top .share .facebook a {
    width: 7px;
    height: 15px;
    background-position: -1px -1px;
	margin:1px 0;
}
.evenement.news-single-item .news-single-top .share .twitter a {
    width: 20px;
    height: 14px;
    background-position: -30px -18px;
	margin:1px 0;
}
#contentBlock-1 .evenement.news-single-item .news-single-top .share .googleplus,
.contentBlock-1 .evenement.news-single-item .news-single-top .share .googleplus {
	margin-right:27px;
}
.evenement.news-single-item .news-single-top .share .googleplus a {
    width: 14px;
    height: 14px;
    background-position: -10px -1px;
	margin:1px 0;
}
.evenement.news-single-item .news-single-top .share .print a {
    width: 17px;
    height: 15px;
    background-position: -30px -1px;
}
.evenement.news-single-item .news-single-top .share .mail a {
    width: 18px;
    height: 12px;
    background-position: -10px -17px;
	margin:2px 0;
}
.evenement.news-single-item .news-single-top .share .mail a:hover {
	opacity:1;
}
.evenement.news-single-item .news-single-top .share .mail a span {
	display:none;
}
.evenement.news-single-item .scroll {
	overflow-y:auto;
	overflow-x:hidden;
}
.evenement.news-single-item h3 {
	font-family:"Hero-Light";
	font-size:28px;
	margin:0 0 14px;
	float:left;
	width:500px;
}
.evenement.news-single-item h3 .red{
	display:block;
	color:#e52b38;
}
.evenement.news-single-item h3 .gray{
	display:block;
	color:#999a9b;
}
.evenement.news-single-item .logo {
	float:right;
	margin-right:22px;
}
.evenement.news-single-item .titre {
	font-size:12px;
	font-family:Arial;
	line-height:1.6;
	text-transform:uppercase;
	color:#e52b38;
	width:130px;
	float:left;
	margin:15px 0 0;
}
.evenement.news-single-item .content {
	float:left;
	width:390px;
	min-height:16px;
	margin:15px 0 0;
}
.evenement.news-single-item .titre.dates,
.evenement.news-single-item .content.dates {
	margin-top:0;
}
#contentBlock-1 .evenement.news-single-item .content,
#contentBlock-1 .evenement.news-single-item .content a,
#contentBlock-1 .evenement.news-single-item .content p {
	font-size:13px;
	font-family:Arial;
	color:#1e1e1e;
	line-height:1.4;
}
#contentBlock-1 .evenement.news-single-item .content p {
	margin:0;
}
#contentBlock-1 .evenement.news-single-item .content a {
	color:#e52b38;
	text-decoration:underline;
}
#contentBlock-1 .evenement.news-single-item .titre.site a,
#contentBlock-1 .evenement.news-single-item .content.site a {
	color:#1e1e1e;
	text-decoration:none;
}
.lightboxMonthEvent .mCSB_container ,
.lightboxEvenement .mCSB_container {
	margin-right:0;
}
.lightboxMonthEvent .mCustomScrollBox>.mCSB_scrollTools ,
.lightboxEvenement .mCustomScrollBox>.mCSB_scrollTools {
	width:5px;
	opacity: 1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}
.lightboxMonthEvent .mCSB_scrollTools .mCSB_draggerRail ,
.lightboxEvenement .mCSB_scrollTools .mCSB_draggerRail {
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)";
	width: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
	background-color: #d6d7d7;
}
.tx-kesearch-pi1 .jspScrollable .jspDrag ,
.lightboxMonthEvent .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar ,
.lightboxEvenement .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e52b38;
	width:5px;
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)";
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
}
/*
 * = lightbox pour les évènements du mois
 */
.lightboxMonthEvent #contentBlock-1 {
	float:left;
	width:55%;
	height:93%;
	background:#f2f5f5;
	padding:3.5% 4%;
}
.lightboxMonthEvent #contentBlock-1 h2 {
	font-size:28px;
	border-bottom:none;
	margin:0 0 15px;
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table {
	border:none;
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table th {
	color:#1e1e1e;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	height: 32px;
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table td {
	text-align:center;
	width:53px;
	height:32px;
	padding: 6px 0;
	vertical-align: middle;
/*	color:#1e1e1e;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	height:30px;*/
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table .navigationPerMonth td ,
.lightboxMonthEvent #contentBlock-1 table.calendar-table .navigationPerYear td {
	height: 19px;
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table td .linked_day {
	border:1px solid #e52b38;
	width:30px;
	height:30px;
	line-height:30px;
	color:#e52b38;
	margin:0 auto;
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table .navigationPerMonth td.columMonth {
	font-family:Arial;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table .navigationPerMonth td.columMonth span {
	color:#e42a37;	
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table .navigationPerYear td.columYear {
	color:#999a9b;
	font-family:Arial;
	font-size:16px;
	text-align:center;	
}
.lightboxMonthEvent #contentBlock-1 table.calendar-table .navigationPerMonth td span ,
.lightboxMonthEvent #contentBlock-1 table.calendar-table .navigationPerYear td span {
	margin: 0 7px;
}
.newsCalendar_listBody {
	font-size: 12px;
	margin: 25px 0 0 25px;
	padding-right: 10px;
}
.newsCalendar_listBody .tx-ttnews-listrow .newsCalendar_listItem {
	margin: 0 0 25px 0;
}
.newsCalendar_listBody .tx-ttnews-listrow .newsCalendar_listItem a {
	display: block;
	text-decoration: none;
}
.newsCalendar_listBody .tx-ttnews-listrow .newsCalendar_listItem a.date {
	color: #E42A37;
	margin-bottom: 6px;
}
.newsCalendar_listBody .tx-ttnews-listrow .newsCalendar_listItem a.title {
	color: #444444;
}
.lightboxMonthEvent #contentBlock-2 {
	float:left;
	/* width:250px; */
	width:37%;
	height:100%;
	background:#fdfdfd;
}
.mensual-events .month-events{background: url("img/event-menu-sprite.png") no-repeat scroll 0 0 transparent;}
#contentBlock-1 p.chapeau strong, .contentBlock-1 p.chapeau strong {
	color: #000;
}
#page129 #contentBlock-1 .columnGroup p, #page129 #contentBlock-1 .columnGroup ul li {
	font-size: 12px;
}

/* Bloc photo */
.block_pnfgallery {

}
	.block_pnfgallery .image {
		float: left;
		padding: 25px 25px 25px 0;
	}
/*
 * = archives évènements
 */
 #f1a .contentF1A.functionality.archivesEvenements #contentBlock-1 {
	margin-left:181px;
	padding-top:31px;
	padding-left:20px;
	height:100%;
	border-left:1px solid #d9d9d9;
}
.contentF1A.archivesEvenements #contentBlock-1 h2 {
	text-transform:none;
	font-size:32px;
	padding-bottom:0;
	border:none;
	margin:0 0 41px;
}

.contentF1A.archivesEvenements .archivesEvenements.news-list-container {
	margin-right:43px;
	overflow:auto;
	height:200px;
	padding-bottom: 20px;
}
.contentF1A.archivesEvenements .archivesEvenements.news-list-container .news-list-item {
	margin-right:55px;
}

.archivesEvenements .news-list-item .contentLeft {
	float:left;
	width:80px;
}
.archivesEvenements .news-list-item .contentRight {
	padding-top:12px;
}
#contentBlock-1 .archivesEvenements .news-list-item {
	margin-top:25px;
}
#contentBlock-1 .archivesEvenements .news-list-item:first-child {
	margin-top:0;
}
#contentBlock-1 .archivesEvenements .news-list-item .contentRight h3 {
	display:inline-block;	
	margin-right:12px;
}
#contentBlock-1 .archivesEvenements .news-list-item .contentRight h3 a {
	font-family:"Hero-Light";
	font-size: 20px;
	color: #1e1e1e;
}
#contentBlock-1 .archivesEvenements .news-list-item .contentRight .news-list-date {
	font-family: 'Hero';
	font-size: 16px;
	color: #999a9b;
}
.archivesEvenements .news-list-browse {
	 display:none; 
}

#infscr-loading,
#fancybox-loading {
	background-image: url('/typo3conf/ext/pnf_skin_luxexpo_event/js/fancybox/fancybox_sprite.png');
}
#infscr-loading img {
	display: none;
}
#infscr-loading,
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#infscr-loading div,
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/typo3conf/ext/pnf_skin_luxexpo_event/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

#accroches .infos .pagination,
#fr_accroches .infos .pagination,
#en_accroches .infos .pagination,
#de_accroches .infos .pagination {
	position: absolute;
	bottom: 110px;
}
#accroches .infos .pagination li,
#fr_accroches .infos .pagination li,
#en_accroches .infos .pagination li,
#de_accroches .infos .pagination li {
	list-style: none;
	background: none;
	padding-left: 0px;
	padding-right: 6px;
	float: left;
}
#accroches .infos .pagination a,
#fr_accroches .infos .pagination a,
#en_accroches .infos .pagination a,
#de_accroches .infos .pagination a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(img/puce_accroche.png) center center no-repeat;
}

#accroches .infos .pagination .active a,
#fr_accroches .infos .pagination .active a,
#en_accroches .infos .pagination .active a,
#de_accroches .infos .pagination .active a {
	background: url(img/puce_accroche_act.png) center center no-repeat;
}

/* Exhibitor */
.tx-pnflistexhibitor-pi1 {
	margin: 30px;
}
.tx-pnflistexhibitor-pi1 .left {
	float: left;
}
.tx-pnflistexhibitor-pi1 .right {
	float: right;
}
.tx-pnfexhibitor-pi1 {
	position:relative;
}
.tx-pnfexhibitor-pi1 .left {
	float: left;
}
.tx-pnfexhibitor-pi1 .right {
	float: right;
}
.quicksearch {
	position:absolute;
	top:-42px;
	right:15px;
	display:none;
}
.quicksearch input[type="text"]{
	width:326px;
	border:1px solid #c4c5c5;
	height:30px;
	padding:5px;
}
.quicksearch span.btn{
	display:inline-block;
	background: url(img/expo_search.png) center center no-repeat;
	width:29px;
	height:30px;
	vertical-align: middle;
	margin-left:-5px;
}
.filters{
	clear: both;
	background: #e4e6e5;
	border-top: 1px solid #d9d9d9;
	overflow: auto;
	padding: 6px 15px;
}
.filters ul{
	margin:0 !important;
}
.filters ul li {
	display: inline;
	background: none !important; 
	padding: 0 20px 0 0;
}
.filters ul li a {
	background: url(img/circle-off.png) no-repeat 0 2px;
	padding: 0 0 0 18px;
}
.filters li a,.filters li{
	font-size: 13px;
	color: #1e1e1e !important;
}
.filters li a:hover,.filters li.active a{
	color: #E52B38 !important;
}
.filters li.active a,
.filters li:hover a {
	background: url(img/circle-on.png) no-repeat 0 2px;
}
.filters .order {
	float: left;
}
.filters .order li a {
	background: none;
	padding-left: 0;
}
.filters .order li:hover a,
.filters .order li a:hover {
	background: none;
}
.filters .order ul li{
	display: block;
}
/* Exposants */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.custom_block {
    margin: 2% 7% 0 2%;
}
.tx-pnfexhibitor-pi1 .mCSB_container .mCSB_scrollTools {
	display: none !important;
}
#contentBlock-1 .tx-pnfexhibitor-pi1 ul li ,
.contentBlock-1 .tx-pnfexhibitor-pi1 ul li {
	list-style: none;
	background: none;
	padding: none;
}

.tx-pnfexhibitor-pi1 #filters > .all-filter {
	margin: 0;
	background-color: #f2f5f5;
	height: 50px;
}
.tx-pnfexhibitor-pi1 #filters .all-filter > li {
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 500;
	width: auto;
	font-size: 15px;
	color: #1e1e1e;
	padding: 0 10px;
	margin-right: 15px;
}
.tx-pnfexhibitor-pi1 #filters .all-filter > li span {
	background: transparent url(img/fleche.gif) no-repeat center right;
	display: inline-block;
	height: 4px;
	margin-left: 10px;
	width: 7px;
}
.tx-pnfexhibitor-pi1 #filters .all-filter > li  ul {
	display: none;
	position: absolute;
	z-index: 499;
	margin: 0 0 0 -10px;
    height: auto;
    /*height: 500px;*/
	/*overflow: auto;*/
	background-color: #292929;
	width: 400px;
}


.tx-pnfexhibitor-pi1 #filters .all-filter > li:hover span {
	color: #ffffff;
	background-image: url(img/fleche_over.gif);
}
.tx-pnfexhibitor-pi1 #filters .all-filter > li:hover ,
.tx-pnfexhibitor-pi1 #filters .all-filter > li:hover ul {
	display: block;
	background-color: #292929;
	color: #e1e1e1;
	cursor:pointer;
}
.tx-pnfexhibitor-pi1 #filters .all-filter > li li {
    float: left;
    height: auto;
    line-height: 25px;
    margin: 0;
    padding: 0;
	width: 50%;
}
.tx-pnfexhibitor-pi1 #filters .all-filter > li li:nth-child(2n) {
	clear: left;
}
.tx-pnfexhibitor-pi1 #filters ul > li li button {
	color: #e1e1e1;
	width: 100%;
}

.tx-pnfexhibitor-pi1 #filters .all-filter > li li.first {
	display:none;
	clear: none;
}

.tx-pnfexhibitor-pi1 #filters .all-filter > li  ul[data-filter-group="produits"] {
	/* width:600px; */
	width:830px;
}

.tx-pnfexhibitor-pi1 #filters .all-filter > li ul[data-filter-group="produits"] li {
    float: left;
    height: auto;
    line-height: 25px;
    margin: 0;
    padding: 0;
	/* width: 33%; */
	width: 25%;
}
.tx-pnfexhibitor-pi1 #filters .all-filter > li ul[data-filter-group="produits"] li {
	clear: none;
}
/* .tx-pnfexhibitor-pi1 #filters .all-filter > li ul[data-filter-group="produits"] li:nth-child(3n+2) { */
.tx-pnfexhibitor-pi1 #filters .all-filter > li ul[data-filter-group="produits"] li:nth-child(4n+2) {
	clear: left;
}

.tx-pnfexhibitor-pi1 #filters ul > li li button:hover {
	color: #E52B38;
}

.tx-pnfexhibitor-pi1 .selected-filters button ,
.tx-pnfexhibitor-pi1 .selected-filters-label ,
.tx-pnfexhibitor-pi1 .alpha-filter-label ,
.tx-pnfexhibitor-pi1 .alpha-filter ,
.tx-pnfexhibitor-pi1 .alpha-filter li {
	display: inline;
	font-size: 14px;
	padding: 0;
}
.tx-pnfexhibitor-pi1 #filters ul > li li button ,
.tx-pnfexhibitor-pi1 .selected-filters button ,
.tx-pnfexhibitor-pi1 .alpha-filter button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0 5px;
	text-align: left;
	vertical-align: baseline
}
.tx-pnfexhibitor-pi1 #filters ul > li li{
	background: url(img/expo_bullet_off.png) no-repeat 8px 8px;
}
.tx-pnfexhibitor-pi1 #filters ul > li li:hover{
	background: url(img/expo_bullet_on.png) no-repeat 8px 8px;
}
.tx-pnfexhibitor-pi1 #filters ul > li li button{
	padding-left:20px;
}

	
.tx-pnfexhibitor-pi1 #filters ul > li li button.is-checked ,
.tx-pnfexhibitor-pi1 .alpha-filter button.is-checked {
	color: #E52B38;
}
.tx-pnfexhibitor-pi1 .selected-filters button ,
.tx-pnfexhibitor-pi1 .selected-filters-label {
	line-height: 18px;
}
.tx-pnfexhibitor-pi1 .selected-filters button {
	background: transparent url(img/delete_filter.gif) no-repeat right 7px;
	padding-right: 15px;
}
.tx-pnfexhibitor-pi1 .selected-filters button:hover {
	text-decoration: underline;
}
.tx-pnfexhibitor-pi1 .alpha-filter {
	width: auto;
}
.tx-pnfexhibitor-pi1 .exhibitors.isotope {
	/*padding-left: 15px;*/
}
.tx-pnfexhibitor-pi1 .initial {
	clear: both;
	margin: 25px 0 5px;
	padding-left: 15px;
	width: 100%;
}
.tx-pnfexhibitor-pi1 .initial h3  {
	font-family: "Hero-Light";
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.tx-pnfexhibitor-pi1 .initial h3 .red {
	color: #E52B38;
}
.tx-pnfexhibitor-pi1 .list-item.top {
	border-top: 1px dotted #B9B9BA;
}
.tx-pnfexhibitor-pi1 .list-item {
	border-bottom: 1px dotted #B9B9BA;
	float: left;
	width: 44%;
	margin-right: 4%;
	padding: 10px 0;
}
.tx-pnfexhibitor-pi1 .list-item h3 {
	color: #1e1e1e;
	font-family: "Hero-Light";
	font-size: 18px;
}
#contentBlock-1 .tx-pnfexhibitor-pi1 .list-item p ,
.contentBlock-1 .tx-pnfexhibitor-pi1 .list-item p {
	font-family: "Hero-Light";
	font-size: 14px;
	margin: 0;
}
.tx-pnfexhibitor-pi1 .list-item .hall {
	float: right;
	color: #E52B38;
	font-size: 20px;
}
.tx-pnfexhibitor-pi1 .single-view {
	background-color: #f2f5f5;
	color: #1e1e1e;
	padding: 15px;
}

.tx-pnfexhibitor-pi1 .single-view .tools {
	padding:0 0 10px 0;
	border-bottom:1px dotted #a5a6a7;
	margin-bottom:15px;
}

.tx-pnfexhibitor-pi1 .single-view .tools li{
	display:inline-block;
	vertical-align: middle;
	padding:0 !important;
}

.tx-pnfexhibitor-pi1 .single-view .tools li a{
	display:block;
}

.tx-pnfexhibitor-pi1 .single-view .tools li.separate{
	padding:0 3px !important;
	color:#a5a6a7;
}

.tx-pnfexhibitor-pi1 .single-view .tools li a.email{
	background: url(img/expo_mail.png) no-repeat;
	width:18px;
	height:12px;
}

.tx-pnfexhibitor-pi1 .single-view .tools li a.email span{
	display:none;
}

.tx-pnfexhibitor-pi1 .single-view .tools li a.print{
	background: url(img/expo_print.png) no-repeat;
	width:17px;
	height:15px;
}

.tx-pnfexhibitor-pi1 .single-view .paginate {
	position:absolute;
	top:0px;
	right:0px;
}

.tx-pnfexhibitor-pi1 .single-view .paginate li{
	display:inline-block;
	vertical-align: middle;
	padding:0 5px 0 0!important;
}

.tx-pnfexhibitor-pi1 .single-view .paginate li a{
	font-size:16px;
	display:none;
}


.tx-pnfexhibitor-pi1 .single-view .logo {
	float: right;
}
.tx-pnfexhibitor-pi1 .single-view h3 {
	font-family: "Hero-Light";
	font-size: 18px;
	font-weight: bold;
	color: #1e1e1e;
	margin-bottom: 15px;
}
.tx-pnfexhibitor-pi1 .single-view .sector {
	color: #999a9b;
}
.tx-pnfexhibitor-pi1 .single-view .hall ,
.tx-pnfexhibitor-pi1 .single-view dt {
	color: #e52b38;
}
.tx-pnfexhibitor-pi1 .single-view dt {
	float: left;
	width: 17%;/*25%;*/
	clear: both;
	margin-top: 15px;
}
.tx-pnfexhibitor-pi1 .single-view dd {
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
	width: 78%;/*70%;*/
}
.tx-pnfexhibitor-pi1 .mCSB_container {
	margin-right:15px;
}
.tx-pnfexhibitor-pi1 .mCustomScrollBox>.mCSB_scrollTools {
	width:5px;
	opacity: 1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}
.tx-pnfexhibitor-pi1 .mCSB_scrollTools .mCSB_draggerRail {
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)";
	width: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
	background-color: #d6d7d7;
}
.tx-pnfexhibitor-pi1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e52b38;
	width:5px;
	opacity: 1;
	filter:"alpha(opacity=100)"; 
	-ms-filter:"alpha(opacity=100)";
	/*behavior: url(typo3conf/ext/pnf_skin_luxexpo_event/css/pie/PIE.php);*/
}
.lightboxExhibitors .fancybox-close {
	right: -21px;
}

/*media print*/
@media print {
  	.tx-pnfexhibitor-pi1 .single-view .tools , .textShare {
		display:none;
	}
}

/* Inscription Newsletter */
.inscriptionNewsletter {
    padding: 20px 0;
}
.inscriptionNewsletter p.intro {
    text-transform: uppercase;
}
.inscriptionNewsletter label {
    color: #999a9b;
    display: block;
    font-size: 13px;
    padding: 8px 0;
    width: 100%;
}
.inscriptionNewsletter input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #999a9b;
    display: block;
    font-size: 13px;
    width: 100%;
    padding: 7px 0;
    padding-left: 10px;
}
.inscriptionNewsletter input.button {
    background: #e52b38 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline;
    padding: 10px 20px;
    text-transform: uppercase;
    width: auto;
    margin-top: 20px;
}
.f1d .contentBlock-1 .twoColumnGroup .inscriptionNewsletter p.erreur {
    color: #e52b38;
    font-weight: bold;
}
.actualites-vertical {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 181px;
    width: 65%;
    min-width: 450px;
    background: rgba(255, 255, 255, 0.8);
}
.actualites-vertical .item {
    margin: 0 -10px;
    padding: 7px 0;
    border-bottom: 1px solid #999;
    /*border-bottom: 1px solid #edeaea;*/
    position: relative;
}
.actualites-vertical .image,
.actualites-vertical .infos {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 10px;
}
.actualites-vertical .infos {
    width: 50%;
    padding-top: 32px;
}
.actualites-vertical .image a {
    display: block;
}
.actualites-vertical .image img {
    display: block;
    width: 100%;
    height: auto;
}
.actualites-vertical .infos .date {
    position: absolute;
    bottom: 15px;
    right: 20px;
    display: inline-block;
    padding: 1px 5px;
    font-family: Hero;
    font-size: 23px;
}
.actualites-vertical .infos .share {
    position: absolute;
    bottom: 3px;
    left: 57%;
    margin: 0;
}
.actualites-vertical .infos .share li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    background: none;
}
.actualites-vertical .infos .share li a, .actualites-vertical .infos .share li a:hover {
    display: block;
    background: url('img/sprite_reseaux_sociaux.png') no-repeat;
    width: 31px;
    height: 31px;
}
.actualites-vertical .infos .share .facebook a {
    background-position: -61px 0;
}
.actualites-vertical .infos .share .facebook a:hover {
    background-position: -92px 0;
}
.actualites-vertical .infos .share .twitter a {
    background-position: 0px -31px;
}
.actualites-vertical .infos .share .twitter a:hover {
    background-position: -31px -31px;
}
.actualites-vertical .infos .share .linkedin a {
    background-position: 0px 0px;
}
.actualites-vertical .infos .share .linkedin a:hover {
    background-position: -31px 0px;
}
.actualites-vertical .infos .textShare {
    color: #e52b38;
    font-family: Hero;
    position: absolute;
    bottom: 13px;
    left: 51%;
    font-weight: bold;
}
.actualites-vertical .title {
    margin-bottom: 8px;
}
.actualites-vertical .title,
.actualites-vertical .title a {
    color: #1e1e1e;
    font-family: "Hero";
    font-size: 37px;
}
.actualites-vertical p {
    margin: 0;
    color: #1e1e1e;
    font-size: 20px;
}
.actualites-vertical .mCustomScrollBox {
    overflow: visible !important;
}
.actualites-vertical .mCSB_container {
    margin: 0;
}
.actualites-vertical .mCSB_scrollTools {
    top: 10%;
    bottom: 10%;
    right: -30px;
    height: auto;
    width: 14px;
    opacity:1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.actualites-vertical .mCSB_draggerRail {
    background: #fff;
    width: 14px;
    margin: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.actualites-vertical .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    margin: 0 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #e52b38;
}

.categories-news {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14%;
    padding: 10px 25px 40px;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
}
.categories-news .news-catmenu-header {
    display: block;
    margin: 0 0 30px;
    color: #1e1e1e;
    font-size: 14px;
    text-transform: uppercase;
}
.categories-news a {
    display: block;
    margin: 20px 0;
    padding: 9px 14px;
    background: #e52b38;
    color: #fff;
    font-family:"Hero-Light";
    font-size: 14px;
    text-transform: uppercase;
}

.categories-news a:hover {
    background: #990000;
}
.categories-news a.active {
    background: #1e1e1e;
    font-family: 'Hero';
}
.categories-news a.active:hover {
    background: #515151;
}
.categories-news a .cpt:before {
    display: inline-block;
    content: '(';
    margin-left: 5px;
}
.categories-news a .cpt:after {
    display: inline-block;
    content: ')';
    margin-left: 1px;
}
.categories-news .all-categories {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 10px;
}
.actualites-vertical .news-list-browse .browseLinksWrap {
    text-align: center;
    font-family: Hero;
}
.actualites-vertical .news-list-browse .browseLinksWrap a , .actualites-vertical .news-list-browse .browseLinksWrap .activeLinkWrap {
    font-size: 20px;
    padding: 20px 5px;
    display: inline-block;
}
.actualites-vertical .news-loader {
    display: none;
}
.actualites-vertical .news-loader.active {
    display: block;
    background: url('img/fancybox-overlay.png');
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.actualites-vertical .news-loader .image {
    background: url('img/fond_loading.png') no-repeat center center;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
}
.actualites-vertical .news-loader .image span {
    background: url('img/fancybox_loading.gif') no-repeat center center;
    height: 44px;
    width: 44px;
    display: block;
}