/*
//Bleu
$color_1_0 = '#0078F0'; //0,120,240
$color_1_1 = '#0165C5'; //1,101,197	
$color_1_2 = '#004D95'; //0,77,149	
$color_1_3 = '#003C78'; //0,60,120
$color_1_4 = '#002F5B'; //0,47,91	
$color_1_5 = '#001E3A';	//0,30,58

//Gris
$color_2_1 = '#F8F8F8'; //248
$color_2_2 = '#DDDDDD'; //221	
$color_2_2_old = '#C4C4C4'; //196	
$color_2_3 = '#999999'; //153
$color_2_4 = '#6C6C6C'; //108	
$color_2_5 = '#333333';	//51
*/


html{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
body {
	position:relative;
	padding:0px;
	margin:0px;
	width:100%;
	background-color: rgb(0,30,58);
}

.syjal_header_row{
	height:80px;
}
.syjal_header_block{
	top:8px;
	height:80px;
	font-size:68px;
}
#user_nb_ex{
	left:+30px;
	top:-32px;
}
.user_nb_ex_label{
	width:40px;
	height:40px;
	border-radius:20px;
	font-size:28px;
	line-height:40px;
}
#user_pseudo{
	top:-32px;
	font-size:28px;	
}
@media all and (max-width : 1024px) {
	.syjal_header_row{
		height:60px;
	}
	.syjal_header_block{
		top:6px;
		height:60px;
		font-size:48px;
	}
	#user_nb_ex{
		left:+20px;
		top:-24px;
	}
	.user_nb_ex_label{
		width:30px;
		height:30px;
		border-radius:15px;
		font-size:20px;
		line-height:30px;
	}
	#user_pseudo{
		top:-20px;
		font-size:20px;	
	}
}
@media all and (max-width : 640px) {
	.syjal_header_row{
		height:40px;
	}
	.syjal_header_block{
		top:4px;
		height:40px;
		font-size:28px;
	}
	#user_nb_ex{
		left:+10px;
		top:-15px;
	}
	.user_nb_ex_label{
		width:20px;
		height:20px;
		border-radius:10px;
		font-size:12px;
		line-height:20px;
	}
	#user_pseudo{
		top:-15px;
		font-size:18px;	
	}
}
.syjal_header_row{
	position:relative;
	width:100%;
	margin:0; padding:0;
	top:0px;
	/*background-color: rgb(169,234,254);*/
	/*background-color: rgb(119,181,254);*/
	background-color : rgb(0,161,241);
	/*background-color: white; /*'#DBDBDB';*/
	text-align:center;
}
.syjal_header_block{
	position:relative;
	display:inline-block;
	width:18%;
	margin:0; padding:0;
	text-align:center;
	color:white;
	font-weight:bold;
	vertical-align:middle;
	cursor: pointer;
	text-decoration:none;
}
.syjal_header_block_selected{
    position: relative;
}
.syjal_header_block_selected::after{
    content: '';
    border-bottom: 5px solid white;
    position: absolute;
    left: 5%;
    bottom: 3px;
    width: 95%;
}
	
#user_nb_ex{
	position:relative;
}
.user_nb_ex_label{
	margin:auto;
    color:#fff;
    text-align:center;
    background:rgb(0,47,91);
}
#user_pseudo{
	position:relative;
	color:rgb(0,47,91);
	text-align:center;
	font-weight:bold;
}
.syjal_header_menu_bar{
	position:relative;
}


		
.syjal_middle_row{
	position:relative;
	width:100%;
	margin:0; padding:0;
}
	.syjal_middle_content{
		position:relative;
		width:100%;
		display:table;
	}
		.syjal_middle_left{
			position:relative;
			display:table-cell;
			vertical-align:top;
			margin:0px;
			padding:0px;
			width:0px;
			top: 0px;
			bottom: 0px;
			color: rgb(0,47,91);
			background-color: '#DBDBDB';
		}
		.syjal_middle_center{
			position:relative;
			display:table-cell;
			vertical-align:top;
			margin:0px;
			padding:0px;
			padding-top:5px;
			top: 0px;
			color: rgb(0,47,91);
			background-color: '#DBDBDB';
			font-size:18px;	
			font-weight:bold;
			text-align:left;		
		}
		.syjal_middle_right{
			position:relative;
			display:table-cell;
			vertical-align:top;
			width: 0px;
			margin:0px;
			padding:0px;
			top: 0px;
			bottom: 0px;
			color: rgb(0,47,91);
			background-color: '#DBDBDB';
		}

.syjal_footer_row{
	position:absolute;	/* Pour alignement en bas */
	width:100%;
	margin:0; padding:0;
	height:100px;
	background-color: '#DBDBDB';
}
.syjal_title{
	position:relative;
	text-align:center;
}

.syjal_modalMenu {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
	visibility: hidden;
    /*pointer-events: none;*/
}
.syjal_modalMenu:target {
    opacity:1;
    pointer-events: auto;
}
/*
.syjal_modalMenuBg{
	position: absolute;
	width: 100%;
	height:100%;
    opacity:0.8;
    -webkit-transition: left 400ms ease-in;
    -moz-transition: left 400ms ease-in;
    transition: left 400ms ease-in;
	background: rgb(0,47,91);
}
*/
.syjal_modalMenuContent {
    position: relative;
	margin:0px;
	padding:0px;
    width: 80%;
	height:100%;
	text-align:left;
	opacity:1;
    -webkit-transition: left 400ms ease-in;
    -moz-transition: left 400ms ease-in;
    transition: left 400ms ease-in;
    background: rgb(0,30,58);
}
.syjal_modalMenuContent ul {
    padding:0;
	margin:0;
	list-style-type:none;
}
.syjal_modalMenuContent ul li {
	line-height:40px;
	background-color: rgb(0,30,58);
}
.syjal_modalMenuContent ul a {
	font-size:20px;
	color: rgb(255,255,255);
	text-decoration:none;
}
.syjal_modalMenuContent ul ul li {
	line-height:40px;
	background-color: rgb(0,47,91);
	padding-left:40px;
}
.syjal_modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
	visibility: hidden;
    /*pointer-events: none;*/
}
.syjal_modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.syjal_modalDialogBg{
	position: absolute;
	width: 100%;
	height:100%;
    opacity:0.9;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
	background: rgb(51,51,51);
}
.syjal_modalDialogContent {
    position: relative;
    width: 60%;
	margin: 10% auto;
    padding: 5px 20px 13px 20px;
	min-height:100px;
    border-radius: 10px;
	text-align:center;
	opacity:1;
    background: rgb(221,221,221);
	color:rgb(0,30,58);
}
.close {
    background: rgb(51,51,51);
    color: rgb(248,248,248);
	opacity: 1;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}


/*Contrôles de saisie*/
.syjal_buttonv{
	position:relative;
	display:inline-block;
	margin:5px;
	margin-top:10px;
	padding:10px;
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	border:1px solid rgb(153,153,153);
	color: rgb(248,248,248);
	background-color: rgb(0,47,91);
}
.syjal_buttonv:hover{
	color: rgb(248,248,248);
	background-color: rgb(0,60,120);
}
.syjal_buttonc{
	position:relative;
	display:inline-block;
	margin:5px;
	margin-top:10px;
	padding:10px;
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	border:1px solid rgb(153,153,153);
	color: rgb(0,47,91);
	background-color: rgb(248,248,248);
}
.syjal_buttonc:hover{
	color: rgb(248,248,248);
	background-color: rgb(0,60,120);
}
.syjal_button{
	position:relative;
	display:inline-block;
	margin:5px;
	margin-top:10px;
	padding:10px;
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	color: rgb(248,248,248);
	background-color: rgb(0,60,120);
}
.syjal_button:hover{
	color: rgb(255,255,255); 
	background-color: rgb(0,77,149);
	border:1px solid rgb(0,60,120);
}	



.syjal_button_blue{
	position:relative;
	display:inline-block;
	margin:5px;
	margin-top:10px;
	padding:10px;
	text-align:center;
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	min-width:100px;
	color: white;
	background-color: rgb(0,47,91);
}
.syjal_button_blue:hover{ 
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	color:white;
	background-color: #0165C5;
	/*border:8px dotted  rgb(0,47,91);	*/
}	

.syjal_button_red{
	position:relative;
	display:inline-block;
	margin:5px;
	margin-top:10px;
	padding:10px;
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	height:40px;
	min-width:100px;
	color: white;
	background-color: rgb(255,0,0);
}
.syjal_button_red:hover{
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	color:white;
	background-color: rgb(240,0,0); 
}	

.syjal_button_green{
	position:relative;
	display:inline-block;
	margin:5px;
	margin-top:10px;
	padding:10px;
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	height:40px;
	min-width:100px;
	color: white;
	background-color: rgb(50,200,30);
}
.syjal_button_green:hover{
	text-decoration:none; 
	list-style-type:none;
	cursor: pointer;
	color:white;
	background-color: rgb(42,180,26); /*rgb(58,157,35);*/
}	

.syjal_bar_blue {
	position:relative;
	background-color: rgb(0,47,91);
	/*background-color: rgb(0,161,241);*/
	height:40px;
	line-height: 30px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:white;
}
.syjal_bar_green { 
	position:relative;
	background-color: rgb(50,200,30);
	height:40px;
	line-height: 30px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:white;
}
.syjal_bar_red { 
	position:relative;
	background-color: rgb(255,0,0);
	height:40px;
	line-height: 30px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:white;
}



/* Articles */

.syjal_post{
	position:relative;
	vertical-align:top;
	margin:2px;
	margin-bottom:10px;
	padding:4px;
	color: rgb(0,47,91);
    font-size:18px;	
	font-weight:bold;
	text-align:left;	
	background-color: white;
	border: 2px solid rgb(0,60,120);
}
.article_slider{
	position:relative;
	vertical-align:top;
	margin:2px;
	margin-bottom:10px;
	padding:4px;
	color: rgb(0,47,91);
    font-size:18px;	
	font-weight:bold;
	text-align:left;	
	background-color: white;
	border: 2px solid rgb(0,60,120);
	border-radius:10px;
	min-width:320px;
}
.syjal_post_adjust{
	position:relative;
	vertical-align:top;
	min-width:200px;
	display:inline-block;
	margin:2px;
	margin-bottom:20px;
	padding:4px;
	color: rgb(0,30,58);
    font-size:18px;	
	font-weight:bold;
	text-align:left;	
	background-color: white;
	border: 2px solid rgb(0,60,120);
}
.syjal_post_header{
	position:relative;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	font-size:18px;
	color: rgb(1,101,197);
	margin-bottom:6px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.syjal_post_footer{
	line-height:14px;
	margin-top:2px;
	text-align:right;
	font-size:12px;
	padding-right:10px;
	color: rgb(0,30,58);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:10px;
}

.syjal_post_content{
	min-height:30px;
	font-size:17px;
	font-weight:normal;
	font-weight:bold;
}




.media_block{
	position:relative;
	display:inline-block;
	cursor:pointer;
	padding: 5px; 
	margin: 0px;
	height: 90px;
	border-color: rgb(128,128,128);
	border-style: solid;
	border-width: 1px;
	background-color: white;
	text-align:left;
	margin-bottom:4px;
}
.media_block{
	width: 32.5%;
	margin-left:8px;
}
@media all and (max-width : 1080px) {
	.media_block{
		width:49%;
	}
}
@media all and (max-width : 640px) {
	.media_block{
		width:97%;
	}
}
.media_image{
	position:absolute;
	padding: 0px; 
	margin: 0px; 	
	width:80px;
	height:80px;
	/*
	border-color: rgb(0,47,91);
	border-style: solid;
	border-width: 2px;
	*/
}
.media_infos{
	position:absolute;
	padding: 0px;
	margin: 0px;
	margin-left: 90px; 
	height:80px;
}
.media_nom{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	color: rgb(0,30,58);
}
.media_auteur{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	color: rgb(0,47,91);
}
.media_vote{ 
	position:absolute;
	right:10px;
	bottom:6px;
	height:20px;
	overflow:hidden;
}

