@font-face {
    font-family: "Marianne";
    src: url("/polices/Marianne-Bold.otf") format("opentype");
}

@font-face {
    font-family: "MarianneR";
    src: url("/polices/Marianne-Regular.otf") format("opentype");
}

@font-face
{
    font-family: 'proxima';
    src: url('polices/Proxima.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{ 
   
	font-family: MarianneR;
	color: #fff;
	background-color: rgb(26, 26, 33) /*#f4f4f6*/;	box-sizing: inherit;
    /*color: #181818;
	background-color : #F5F5F5;
background: rgba(130,128,130,1);
background: -moz-linear-gradient(top, rgba(130,128,130,1) 0%, rgba(60,60,92,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,128,130,1)), color-stop(100%, rgba(60,60,92,1)));
background: -webkit-linear-gradient(top, rgba(130,128,130,1) 0%, rgba(60,60,92,1) 100%);
background: -o-linear-gradient(top, rgba(130,128,130,1) 0%, rgba(60,60,92,1) 100%);
background: -ms-linear-gradient(top, rgba(130,128,130,1) 0%, rgba(60,60,92,1) 100%);
background: linear-gradient(to bottom, rgba(130,128,130,1) 0%, rgba(60,60,92,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828082', endColorstr='#3c3c5c', GradientType=0 );*/
	

}

#bloc_page
{
  
   /*  padding-top : 100px;*/
    
}

#bloc_fixe
{
	position:fixed;
	overflow:auto;
	right:0px;
	left:250px;
	top:5px;
	font-family: Marianne;
	font-size: 20pt;
color : #fff;
	height: auto;
	/*width : auto;*/
	/*margin:0 2px;*/
	padding-bottom : 35px;
	padding:10px;
}

.hr
{
	border : 1px solid #4EDCC7;
	background: #425c77 /*#4EDCC7*/; 	
}

#navi
{
	float : left;
	position:absolute;
	overflow:auto;
	width: 250px;
	height: auto;	
	right:0px;
	left:10px;
	bottom:0px;
	top:15px;		
	border-radius : 6px;		
	background : #1b1f27;		/*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(255, 255, 255, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/		
	display: inline;	/*background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .25)); */
	margin-bottom:20px;
}
.inline-block{    
display: inline-block;
}

#charts{
	overflow:auto;	
	margin-right : 10px;	
	right:0px;	
	left:250px;	
	bottom:0px;	
	/*top:100px;	*/		
	display: flex;
	}
	
#contenu { 
	position:fixed;
	overflow:auto;
	margin-left : 10px;
	right:0px;
	left:250px;
	bottom:0px;
	top:100px;	
		}
iframe 
{  
border: 1px solid black; 
 width: 50%; /* takes precedence over the width set with the HTML width attribute */  
 margin-left : 10px;  
 border-radius: 0.375em;
 }		
 
nav
{
	text-align: left;
	
}

nav ul
{
    list-style-type: none;
	margin-top:10px;
	margin-left:10px;
}

nav li
{
    
    margin-top: 10px;
}

nav a
{
    font-size: 11pt;
    color: #9598a1;
    /*color:#4EDCC7;*/
    text-decoration: none;
}
nav a bold
{
    font-size: 11pt;
    color: #fff;
	font-weight: bold;
    /*color:#4EDCC7;*/
    text-decoration: none;
}

nav a:hover
{
   /* color: white;*/           color: #fff;    font-weight: 700;   /* background: linear-gradient(to right,#095fab 10%, #25abe8 50%, #57d75b 60%);*/    background: linear-gradient(120deg, #2c75ff, #cb1b1b, #1a1a1a );    background-size: auto auto;    background-clip: border-box;    background-size: 200% auto;    color: #fff;    background-clip: text;    text-fill-color: transparent;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    animation: textclip 1.5s linear infinite;    display: inline-block;	font-size: 12pt;
}


nav a.title
{
	text-align: left;
	font-family: Marianne, sherif;
	font-size: 11pt;
    color: black;
	font-weight: bold;
    text-decoration: none;
}

nav a:hover.title 
{
   /* color: #FF7171; */    color: darkblue;
}


section nav a
{
	font-family: Marianne, sherif;
	font-weight: normal;
}

/*aside
{
	vertical-align: top;
    text-align: right;
    display : inline-block;
	width : 300px;
	height:90px;
/*	background-color: rgb(255,255,255);  Pour les anciens navigateurs */
/*    background-color: rgb(56, 55, 55); *//*rgba(255,255,255)*#706b64;*/ /*   background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .25)); */
   /* box-shadow: 0px 1px 2px #d6d5d5; */
   /* border-radius: 6px;
	padding-top:5px;
	margin :10px;	margin-right : 10px;		padding-right:15px;	
}*/aside{	vertical-align: top;    text-align: right;    display : inline-block;	padding: 0.6em 1.2em;  border-radius: 0.375em;  cursor: pointer;  color: white;  background: linear-gradient(120deg, darkblue, black, grey);  background-size: 200% 100%;  background-position: 100% 0;  transition: background-position .5s;	width : 250px;	height:80px;	margin :10px;}aside:hover{	background-position: 0 0;	}
aside img
{		
    margin: auto;
	/* display : block; */
	position: relative;
}

.text
{
	font-family: Marianne, serif;
    font-size: 14pt;
	font-weight:bold;
	color : #fff;
	margin-left : 10px;
	margin-bottom : 30px;
	margin-top : 10px;
}

.text2
{
	font-family: MarianneR;
    font-size: 10pt;
	font-weight:normal;
	color:#c1bdbd;
	margin-left : 10px;
	margin-bottom : 10px;
	margin-top : 10px;
}

.text3
{
	font-family: Marianne, serif;
    font-size: 9pt;
	font-weight:normal;
	color:#B9B9B9;
	margin-left : 85px;
	margin-bottom : 30px;
	margin-top : 0px;
}

.text4
{
	font-family: Marianne, serif;
    font-size: 9pt;
	font-weight:normal;
	color:#B9B9B9;
	margin-left : 70px;
	margin-bottom : 30px;
	margin-top : 0px;
}

.text5
{
	font-family: Marianne, serif;
    font-size: 9pt;
	font-weight:normal;
	color:#B9B9B9;
	margin-left : 55px;
	margin-bottom : 30px;
	margin-top : 0px;
}

.text6
{
	font-family: Marianne, serif;
    font-size: 9pt;
	font-weight:normal;
	color:#B9B9B9;
	margin-left : 35px;
	margin-bottom : 30px;
	margin-top : 0px;
}

.titre
{
	margin-left: 30px;
	float:left;
	
}
.bold
{
	font-weight="bold"
	
}

#ejs_heure
{
margin-top:5px;
text-align:center;
color:#FF7171;
/*color: #4EDCC7;*/
font-family: 'HelveticaNeue', serif;
font-size : 30px;
}

.navi
{
	margin-left : 0px;
	color : #505050;
}

hr
 {
	border:1px solid #E1E1E1;
	margin-top: 35px;
	margin-left:0;
	margin-right : 0;
	margin-bottom : 5;
	display:    block;
 }
 
nav hr
 {
	/*border:1px solid #E1E1E1;
	margin-top: 15px;
	margin-left:0;
	margin-right : 0;
	margin-bottom : 15px;
	display:    block;		width : 150px;		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(255, 255, 255, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/		border:none; 	width: 80%;	height: 0px;	border-bottom:0px solid #1f1209;	box-shadow: 0px 0px 4px 1px #ffffff;	margin-top: 20px;	margin-bottom :20px;
	margin-left : 0px; }
.onoffswitch {
    position: relative; width: 40px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 14px; padding: 0; line-height: 14px;
    border: 0px solid #FFFFFF; border-radius: 23px;
    background-color: #9E9E9E;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 23px; margin: -4.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 22px;
    border-radius: 23px;
    box-shadow: 0 6px 12px 0px #757575;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #3C95DE;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #3C95DE;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
    background-color: #1373C2; 
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}






ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  padding: 0;
  margin-top: 10px;
  margin-right:10px;
  border-top: 1px #dce7eb;
}
ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul li:last-of-type {
  padding-bottom: 0;
}
ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 10px;
  margin-right : 10px;
  right: 0;
}
ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #2c75ff;
  width: 3px;
  height: 9px;
}
ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 25px;
  z-index: 1;
  opacity: 0;
}
ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
ul h2 {
font-size: 18px;	
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}