/* @2014 FOG /////////////////////////////////////////////////////////////////////////////////////////////////////
// FILE NAME		: style.css
// VERSION			: 1.0.0.0
// CREATION DATE	: Décembre 2014
// UPDATE DATE		:
// AUTHOR			: Eric GENTIL
// PROJECT			: 
//
// DESCRIPTION		: Feuille de style générale au projet
//
// MODIFICATIONS	:
//
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* CSS Reset */
/*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,font,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{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*/
@charset "utf-8";
	
@font-face {
	/* RaleWay Thin from - https://www.theleagueofmoveabletype.com, Font Squirrel for Web Font creation with "Adjust Glyph Spacing" -50 */
    font-family: 'ralewaythin';
    src: url('font/raleway_thin-webfont.eot');
    src: url('font/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/raleway_thin-webfont.woff') format('woff'),
         url('font/raleway_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

header, nav, section, footer, aside, article, div 
{
	display: block;
}

body {
	font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}

html {
	height:100%;
	min-height:100%;
}

.clear {
	clear: both;
	height: 0;
}

div.container {
	max-width: 90%;
	margin: 0 auto;
	
}

h1 {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'ralewaythin', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
	font-size: 3em;
	line-height: 1em;
}

#logo {
	/*height: 231px;*/
	float:right;
}

#logout {
	float:right;
}

nav ul li {
	float :left;
}

nav ul li a {
	color:#d9d5e2;
}

nav ul li a:hover {
	color:#000000;
	font-size:16px;
}

nav ul li a:active {
	color:#000000;
	font-size:16px;
}

nav ul {
	list-style:none;
	margin:0;
	padding:0;
	/*width:960px;*/
	height:40px;
}

	
section, nav ul {	
	background-color: #f9f9f9;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	
	-moz-box-shadow:4px 4px 5px #999;
	-webkit-box-shadow:4px 4px 5px #999;
	-o-box-shadow:4px 4px 5px #999;
	box-shadow:4px 4px 5px #999;
}

nav {
	margin:20px 0;
}

section {
	float:center;
}

section h2
{
	padding: 20px 0px 0px 0px;
}

#stages_title {
	padding: 0px 0px 0px 0px;
}

.datatable  {
	width:96%;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}

.datatable_message {
	float:right;
	color:#535CE0;
	font-size:12px;
}

.menu_items  {
	text-align:center;
	line-height:40px;
	display:block;
	width:159px;
	border-right:solid 1px #999;
	color:#666;
	text-decoration:none;
	font-size:14px;
}

.return_menu_items {
	width:320px;
}

.large_menu_item {
	width:310px;
}

.last_menu_item {
	border:none;
}

.return_menu {
	width:314px;
}

.return_print_menu {
	width:640px;
}

.menu_selected {
	color: #0A84FF;
	font-size:16px;
}

.menu_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}		




div.toc {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	    -ms-column-count: 2;
	     -o-column-count: 2;
	column-count: 2;
}

div.toc-group {
	display: inline-block;
	width: 100%;
}

div.box {
	overflow: auto;
	height: 8em;
	padding: 1em;
	color: #444;
	background-color: #fcfcfc;
	border: 1px solid #e0e0e0;
	margin-bottom: 2em;
}


ul.tabs {
	position: relative;
	top: 1px;
	height: 40px;
	margin: 20px 20px 0 0;
}


ul.tabs li {
	display: block;
	float: left;
	padding: 0 15px;
	height: 40px;
	font-size: 1.1em;
	margin: 0 5px;
	cursor: pointer;
	line-height: 40px;
	color: #666;
	border: 1px solid white;
	border-bottom: none;
	margin-top: -1px;
}

ul.tabs li.active {
	font-size: 1.2em;
	border: 1px solid #ccc;
	border-bottom: 1px solid white;
	margin-top: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000;
}

ul.tabs li:hover {
	font-size: 1.2em;
	color: #000;
	background-color: #EEE;
}

ul.tabs li.active:hover {
	background-color: white;
}

div.tabs {
	clear: both;
}

div.tabs>div {
	padding: 0 15px;
	border: 1px solid #ccc;
	margin-top: 1px;
	display: none;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #bbb;
}

div.tabs>div h1 {
	border-bottom: none;
	margin-top: 1em;
}

div.column_half {
	float: left;
	width: 49%;
	padding-right: 1%;
}

fieldset {
	/*border: none;*/
	/*padding-left: 60px;*/
	margin-top: 20px;
	margin-left: 0px;
}

fieldset:last-of-type {
	margin-bottom: 0;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0px;
}

label.field_name {
	float: left;
	font-size: 1.1em;
	width: 330px;
	padding:10;
}

/*
.ul_infos {
	list-style:none;
}
*/

div#div_infos {
	-webkit-align-items: flex-start; /* Safari 7.0+ */
    display: flex;
    align-items: flex-start;
	border: none;
	max-width: 90%;
	margin: 0 auto;
}

.article_infos {
	width: 50%;
}

@media only screen and (max-width: 1500px) {
	div#div_infos {
		flex-direction: column;
	
	}

	.article_infos {
		width: 100%;
	}
}



.h2_info {
	padding:0;
}
/*
.dataTables_wrapper .dt-buttons {
  float:none;  
  text-align:center;
}
*/
/*
.dataTables_wrapper .dataTables_length {
  float:none;
  text-align:center
}
*/

