@font-face {font-family:"Verlag-Light"; src: url("/css/fonts/Verlag-Light.otf");}
@font-face {font-family:"VerlagCond-Black"; src: url("/css/fonts/VerlagCond-Black.otf");}
#evenement{
	border-left:1px solid #000;
	border-right:1px solid #000;
	font-size:16.7px;
	font-family:Verlag-Light;
}
#evenement .container{				
	padding:0 20px 10px;
}
#evenement .top{
	text-align:justify;
	margin-bottom:20px;
}
#evenement .plan{
	width:545px;
	height:327px;
	display:inline-block;
	background:url("/images/structure/jpo/maganim.jpg") 0 0 no-repeat;
	/**cursor:move;*/
}
#evenement .plan img{
   width: 100%;
}
#evenement .front{
	pointer-events:none;
	background:url("/images/structure/jpo/front.png");
	width:100%;
	height:100%;
}
#evenement .details{
	width:calc(100% - 575px);
	display:inline-block;
	text-align:justify;
	margin-left:20px;
	font-family:VerlagCond-Black;
	font-size:14pt;
	vertical-align:top;
}
#evenement .details .title{
	text-transform:uppercase;
}
#evenement .details .title.team{
	margin-top:15px;
	display:inline-block;
}
#evenement .details ul{
	display:inline;
	list-style-type:none;
}
#evenement .details li:before{
	content:'- ';
}
#evenement .details .freeentry{
	color:red;
	display:inline-block;
	margin-top:17px;
}
#evenement .title{
	text-transform:uppercase;				
	font-family:VerlagCond-Black;
	font-size:13pt;
}
#evenement .quisommesnous, #evenement .toutcela, #evenement .planacces{
	width:28%;
	display:inline-block;
	text-align:justify;
	margin-top:20px;
	margin-right:20px;
	vertical-align:top;
}
#evenement .button{
	background:#000;
	color:#fff201;
	width:100%;
	text-align:center;
	padding:5px 0;
	margin:15px 0 10px;			
	font-family:VerlagCond-Black;
	display:block;
	border-radius:3px;
	vertical-align:bottom;
	text-transform:uppercase;
	text-decoration:none;
}
#evenement .button:hover{
	color:#fff;
}	
#evenement .planacces{
	width:320px;
}
#evenement .planacces .acces-fb{
	min-height:380px;
	background:url("/images/structure/jpo/plan.jpg") no-repeat center center;
	margin-left:15px;
	position:relative;
}
#evenement .planacces .acces-fb .fb{
	height:100px;
	position:absolute;
	bottom:0;
	width:100%;
	display:block;
}
#evenement .element{		
	font-family:Verdana;	
	font-size:12px;
}
#evenement .element img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#evenement .element .description{
	display:inline-block;
	width:calc(100% - 230px);
	text-align:justify;
	vertical-align:middle;
	padding:10px;
}
#evenement .separation{
	display:block;
	border-bottom:1px solid #C5ED11;
	width:700px;
	margin:20px auto;
}

/** OP JOURS / PROMATOS */
#evenement.opjours .header, #evenement.promatos .header{
   margin: 0;
   display: flex;
}
#evenement.opjours{
	border:0;
}
#evenement.opjours .container{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#evenement.opjours .container .element img{
	margin-right: 0;
	width:485px;
}
#evenement.opjours .container .element img:hover{
	opacity: 0.8;
}

@media screen and (max-width: 970px){
   #evenement.opjours .container .element, #evenement.opjours .container .element img{
      width: 100%;
   }
}


/** OP REMISE */
#evenement .header, #evenement .footer{
   margin-left:-1px;
}