/*** @charset "utf-8"; **/

input:focus {outline: none;}

.en{display:none;}
.fr{display:block;}

/******************************* Technical styles */

.sq{
	display:block;
	position:absolute;
	background-color: rgba(245, 245, 220, 0.5);
	background-color: rgba(57, 105, 13, 0.5);		
	margin-left:-20%;
	margin-top:-12%;
	width:15%;
	height:auto;
	padding-bottom: 18%;
}

.hide_link, .hide_link:hover, .hide_link:focus{
text-decoration: none;
}

.px{width:1px;height;1px;border:0px;padding:0px;margin:0px;display:block;}

.page_hid{display:none;}
.hid{display:none;}
.sho{display:block;}
.trans{-moz-opacity: 0.0;opacity:0.0;filter: alpha(opacity=0);}
.trans75{-moz-opacity: 0.75;opacity:0.75;filter: alpha(opacity=75);}
.trans50{-moz-opacity: 0.5;opacity:0.5;filter: alpha(opacity=50);}
.trans25{-moz-opacity: 0.25;opacity:0.25;filter: alpha(opacity=25);}
.crop {
    position:absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    margin: auto;
    width: auto;
    height: auto;
}

.shadow_l{
-webkit-box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
-moz-box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
}

.shadow{
-webkit-box-shadow:  12px 10px 40px -17px rgba(0,0,0,0.54);
-moz-box-shadow:  12px 10px 40px -17px rgba(0,0,0,0.54);
box-shadow:  12px 10px 40px -17px rgba(0,0,0,0.54);
}

.shadow_b{
-webkit-box-shadow:  	12px 10px 10px 7px rgba(0,0,0,0.54);
-moz-box-shadow:  	12px 10px 10px 7px rgba(0,0,0,0.54);
box-shadow:  		0px 50px 15px 5px rgba(0,0,0,0.3);
}


.imgLiquid img{
    visibility:hidden;
}

.bg50wht{
	padding:20px;
	padding-top:15px;
	border-radius:20px;
	margin-bottom:20px;
	margin-top:10px;
	background-image: url(/css/images/white_trans80.png);
}

.bg50wht_sm{
	margin-bottom:20px;
	margin-top:10px;
	background-image: url(/css/images/bg_bk15.png);
}

.content_pad{
	padding:20px
}



#errmsg{border:0px solid red;display:block;width:70%;height:18px;overflow:hidden;position:absolute;bottom:0px;left:20px;z-index:5000;xpointer-events:none;font-size:11px;color:#999;}

/*END ******** Technical styles */

.grad_vert_trans8{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
}


.grad_vertd_trans{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.grad_vert_trans{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.prog_menu_title{

	background-image: url(/images/proch_formations.png);
	background-size: contain;
    	background-repeat: no-repeat;
    	background-position:bottom center;
    	position:absolute;
}

.arrow_up_{

	position:absolute;
	bottom:10px;
	left:3%;
	display:block;
	width:70px;
	height:70px;
	border:0px solid red;
	border-radius:40px;
	padding-top:12px;
	xxbackground-color: rgba(255, 255, 255, 0.25);
	xxbackground-color: #FFF;	
	z-index:2100;
	text-align: center;
	vertical-align:middle;
}

.arrow_up{

	position:absolute;
	bottom:-30px;
	right:10px;
	display:block;
	width:70px;
	height:70px;
	border:0px solid red;
	border-radius:40px;
	xxbackground-color: rgba(255, 255, 255, 0.25);
	xxbackground-color: #FFF;	
	z-index:2100;
	text-align: center;
	vertical-align:middle;
	font-size:28px;
}


.arrow_up_tx{
	text-decoration: none;
	color:#fff;
	-moz-opacity: 0.75;
	opacity:0.75;
	filter: alpha(opacity=75);
}

.arrow_up_tx:hover,.arrow_up_tx:focus{
	text-decoration: none;
	color:#fff;
	-moz-opacity: 1.0;
	opacity:1.0;
	filter: alpha(opacity=100);
}

#news{}

.menu_item{cursor:pointer;}

.title_head{
	text-align:center;
	width:100%;
	background-color:#E6A611;
	padding:8px;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;

}

.title_head h2{
	color:#fff;
}

.img_left{
	position:relative;
	min-width:100px;
	display:inline-block;
	margin-right:15px;
	margin-bottom:5px;
	margin-top:10px;
	float:left;
	border: 1px solid #aaaaaa;
}


.lblock{
	width:75%;
	position:relative;
	float:left;
	display:inline-block;
	border:0px solid red;
	margin-bottom:30px;
}


.rcol_pad{
	padding:20px;
}


.formtable{
	font-size: 14px; 
	padding:0px;
	COLOR: #000;

}

.formbut{
	FONT-SIZE: 14px; 
	FONT-WEIGHT:normal; 
	Font-Family: Arial, Helvetica;
}	

.formel{
	FONT-SIZE: 14px; 
	FONT-WEIGHT:normal; 
	COLOR: #000;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
}
.formtable td{
	padding:2px;
	FONT-SIZE: 14px; 
	COLOR: #000;
}




.trunc {
	display: block;
	display: -webkit-box;
	xx_max-width: 400px;
	max-height:64%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

.trunc_link{ 
	max-width: 100%; 
	min-width: 100px;
	overflow: hidden; 
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
    	text-overflow: ellipsis; 
    	white-space: nowrap;
    	word-wrap:break-word; 
}

.trunc_news {

	display: -webkit-box;
	display: block;
	max-height:300px;
	xx_max-width: 100%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

.trunc_event {

	display: -webkit-box;
	display: block;
	max-height:300px;
	xx_max-width: 100%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}


.uncached{border: 5px solid red !important;}

.datestamp{
	font-size:8px;
	float:right;
	position:absolute;
	display:none;
}

#debug{
	position:fixed;
	width:550px;
	height:200px;
	overflow:auto;
	left:340px;
	top:30px;
	border:1px dotted #555;
	border-top: 20px solid #ccc;
	padding:5px;
	text-align:left;
	z-index:20000;
	font-size:80%;
	background-color: rgba(255, 255, 255, 0.65);
	background-repeat:repeat;	
}

#debug_close{
	position:absolute;
	right:10px;
	top:5px;
	display:block;
	width:25px;
	height:25px;
	border: 1px dotted #fff;
	text-align:center;
	padding-top:5px;
	color:#fff;
	background-color:#aaa;
	cursor:pointer;
	z-index:20001;
}

/************************************************** LAYOUT */

#main{border-top-right-radius:60px;}

#main h2{display:inline;}


.main_text{
	margin-top:0px;
}

a.menu_prog.btn{
	display:block;
	background-color:#000 !important;
	color:#ddd;
	
	border-top:1px solid #555;
	height:47px;
	width:100%;
	padding:8px;
	padding-bottom:3px;
	text-align:center;
	border-top-right-radius: 0px !important;
	
	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight: 300;
	
}

a.menu_prog.btn:hover{
	background-color:#ddd !important;
	color:#000;
}

a.menu_prog.btn:active{
	background-color:#ddd !important;
	color:#000;

}

a.menu_prog.btn:focus{
	background-color:#E6A611 !important;
	color:#000;

}


.logo{
	pointer-events:none;
	xxposition:absolute;;
	xxleft:20px;
	xxtop:20px;
	xxmargin:10px;
	xxmax-height:400px;
	xxwidth:99% !important;
	xxmargin-top:0px;
	z-index:99;
}


#menu_bullet{
	display:block;
	position:absolute;
	width:12px;
	height:12px;
	z-index:200;
	top:0px;
	left:0px;
	background-color:#D61861;
	
}


#footer_text{
	font-size:85%;
	line-height: 1.3;
	display:block;
}

.edit_icon{
	display:block;
	position:absolute;
	right:0px;
	xxtop:0px;
	width:50px;
	height:50px;
	padding:0px;
	padding-top:4px;
	background-color:#FFF;
	border-radius:25px;
	xxbox-shadow: 0px 0px 6px #000;
	text-align:center;
	z-index:20000;
	xx_text-shadow: 4px 4px 6px #aaa;
	font-size:40px;
	line-height:1 !important;
	border:1px solid #aaa;
}


.content_cache{
	position:relative;
	display:block;
	xx_background-color:red;
	border:0px solid #eee;
}
.content_live{
	position:relative;
	display:block;
	xx_background-color:green;
	border:0px solid #eee;
}

.sitecredit{
	FONT-SIZE: 10px; 
	color:#aaa;
	line-height:13px;
	border-top: 0px dotted #704676;
	padding-top:15px;
	text-align:right;	
}




#socmedia {
	display:block;
	width: 100%;
	min-height:60px;
	float: left;
}

#socmed{
	display:inline-block;
	position:relative;
	z-index:2000;
}

#socmed_xs{
	display:block;
	text-align:center;
}


.socmed_icon{
	display:inline-block;
	xx_float:left;
	margin:0px;
	margin-right:5px;
	align:left;
	width:40px;
	margin-top:7px;

}

.news_scroll{
	height:400px;
	overflow:auto;
	padding-right:10px;
	margin-right:-10px;
}

/*********************************************** END LAYOUT */





/* ******************************* FACEBOOK Feed styles */
.fb_event_hid{
	display:none;
}

.fb_event_pic{
	width:50px !important;
	max-width:50px !important;
	height:50px !important;
}

.fb_event{
	padding-right:15px;
}

.fbicon{
	margin-right:5px;
	margin-bottom:-2px;
}

.fb_highlight{
	border:1px dotted #000;
	padding:10px;
	border-radius:10px;
	margin-bottom:10px;
	margin-top:10px;
	background-image: url(/css/images/white_trans80.png);
	
	
}

.item_div{
	word-wrap:break-word;
	display:inline-block;
	margin-bottom:10px;
	margin-top:10px;
	color:#000;
	font-size: 85%;
	line-height: 1.3;
}


.item_div h1{
	word-wrap:break-word;
	display:block;
	margin-bottom:0px;
	color:#500;
	font-size: 16px;
	font-weight:normal;	
}


.item_div h4{
	display:block;
	text-transform:none;
	margin-bottom:2px;
	letter-spacing:0px;
	margin-top:0px;
	font-weight:bold;
}


.item_link{
	display:block;
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;

	/* ensure long links dont break layout */
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	
}

.hideposts{display:none;}


.comment_idicon{
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:7px;
	margin-bottom:0px;
	margin-top:0px;
}

.idicon{
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:4px;
}

.noicon{
	display:none;
	float:left;
	width:1px;
	height:1px;
}

.fbblock_70{
	display:inline-block;
	float:left;
	width:75%;
	margin-top:4px;
}

.fbblock_80{
	display:inline-block;
	float:left;
	width:75%;
	margin-top:4px;
}

.fbblock_100{
	display:inline-block;
	float:left;
	width:100%;
	margin-top:4px;
}


.fbpic{
	margin-top:5px;
	margin-right:10px;
	border: 0px solid #ccc;
	max-width:250px !important;
	max-height:200px;
	float:left;
	background-color:#fff;
}

/* END ******************************* FB Feed styles */



/* START ************************ YOUTUBE Feed styles */

.loading{
	display:block;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	margin-top:35%;
}

.trunc_yt {
	display: block;
	display: -webkit-box;
	width:100%;
	max-height:158px;	
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

.YT_body{
	line-height:120%;
}

.YT_thumb{
	width:100% !important;
	height:auto;

}

#YT_title{
	float:left;
	overflow:hidden;
	background-color:transparent;
	padding-left:10px;
	padding-top:6px;
	width:75%;
	height:35px;
	font-size:16px;
	text-align:left;
	color:#000;
}

#YT_controls{
	xxbackground-image: url(/css/images/grad_but_flip.png);
	background-size:contain;
	background-color:transparent;
	display:block;
	margin-top:0px;
	height:36px;
	width:100%;
	padding:6px;
	text-align:right;
	border: 0px dotted #000;
	z-index:6000;
}

#YT_playlist{
	margin-top:0px;
	width:100%;
	padding:10px;
	padding-left:0px;
	display:block;
	overflow:auto;
	height:560px;
	xxborder-bottom: 1px dotted #aaa;
}
