body{
    background: black;
    color: white;
    text-align: center;
    font-size: large;
    margin: 0%;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1 {
    color:white;
    text-align: center;
    margin-top: 50%;
}
h2 {
    color:white;
    text-align: center;
    margin-top: 50%;
}
#container{
    width:400px;
    margin:0 auto;
    margin-top:10%;
}
/* Bordered form */
form {
    width:100%;
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#container h1{
    width: 38%;
    margin: 0 auto;
    padding-bottom: 10px;
}

/* Full-width inputs */
input[type=text], input[type=password], input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #991313;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid transparent;
    cursor: pointer;
    width: 100%;
}
input[type=submit]:hover {
    background-color: white;
    color: #991313;
    border: 1px solid #991313;
}

body a.nas {
    background-color: #991313;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid transparent;
    cursor: pointer;
    width: 137px;
    position: absolute;
    top: 80%;
    left: 10%;
    font-style: serif;

}
body a.nas:hover {
    background-color: white;
    color: #991313;
    border: 1px solid #991313;
}

a {
    text-decoration: none;
    color: white;
    font-style: serif;
}


#menu {
    position: absolute;
    top:0%;
    left:0%;
    background-color: black;
    width: 100%;
    height: 7%;
    font-style: serif;
}


#liste {
    color: white;
    text-decoration: none;
    font-size: large;
    font-style: serif;
}

#titre {
    font-size: x-large;
    color: silver;
    font-style: serif;
}

#titreSerie {
    font-size: x-large;
    color: silver;
    font-style: serif;
}

.fond {
    position : fixed;
    right : 0;
    left: 0;
    z-index: -1;
}

.news {
    margin-top: 0%;
    width: 100%;
    height: 100%;
    resize: both;
    font-style: serif;
    display: list-item;
}



footer {
    margin-top: 15%;
}

video {
    display: block;
    background-size: cover;
    margin: auto;
    object-fit: cover;
    /* height: 93% !important; */
}

.corps {
    display: block;
    color: white;
    margin-top: 7%;
    font-size: 20px;
    font-style: arial;
    text-align: left;
    transition: 0.5s;
}

img.dev1 {
    top: 15%;
    left: 0%;
    background-size: auto 10%;
    position:absolute;
}

img.dev2 {
    top: 15%;
    right: 0%;
    background-size: auto 10%;
    position: absolute;
}

h2 {
    color:white;
    margin-top: 10%;
    text-align:center;
    position: relative;
}

figure {
    margin: 5px solid;
    width: 128px;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

figure:hover figcaption{
    color: black;
}

 figure.nas:hover {
    background-color:rgb(200, 200, 200);  /*bug avec les gauge charts*/
}

a.sm2_button {
    display:inline-block; /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
    width:18px;
    height:18px;
    text-indent:-9999px; /* don't show link text */
    overflow:hidden; /* don't draw inner link text */
    /* and, a bit of round-ness for the cool browsers. */
    border-radius:2px;
    vertical-align: top;
    margin-top: -1px; /* vertical align tweak */
    transition: all 0.2s ease-in-out;
    /* weird IE 6/7 display fixes, and/or I'm doing it wrong */
    *text-indent:0px;
    *line-height:99em;
    *vertical-align: top;
   }
   
   a.sm2_button:focus {
    outline:none; /* maybe evil, but don't show the slight border outline on focus. */
   }
   
   a.sm2_button,
   a.sm2_button.sm2_paused:hover {
    background-color:#3399cc;
    background-image:url(/image/arrow-right-white.png);
    /* where possible, use data: and skip the HTTP request. Fancy-pants. Would use short-hand background: for above, but IE 8 doesn't override background-image. */
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQVQY02NgQAL//v1jZMAF/v//vwuIs9HEUBUBTbj4HwIeA3EGVsVAxtn/qOAVUGM8uknIiv4hsV8A5ZKxKfoLVvnvHwifAzLtMKwDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=);
    background-image: none, url(/image/arrow-right-white-2x.png);
    background-size: 9px 10px;
    *background-image:url(/image/arrow-right-white.gif); /* IE 6+7 don't do DATA: URIs */
    background-repeat:no-repeat;
    background-position:5px 50%;
    *background-position:5px 4px; /* IE 6 again */
   }
   
   a.sm2_button:hover,
   a.sm2_button.sm2_playing,
   a.sm2_button.sm2_playing:hover {
    background-color:#cc3333;
   }
   
   a.sm2_button.sm2_playing,
   a.sm2_button.sm2_playing:hover {
    transform:rotate(90deg);
   }
   
   a.sm2_button.sm2_paused,
   a.sm2_button.sm2_paused:hover {
    background-color:#666;
   }

   p {
       margin-top: 3%;
       color: white;
   }

   img.image_afficher{
       margin-right: 5%;
       margin-left: 5%;
       margin-top: 5%;
       margin-bottom: auto;
       resize: both;
   }


.highcharts-figure {
	margin-top: 30%;
    max-width: 100%;
    max-height: 100%;
    background: #f8f9fa;
    resize:both;
    z-index: 1;
}


.highcharts-figure, .highcharts-data-table table {
	width: 600px;
	margin: 0 auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height:100%;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #000000;
}
.highcharts-data-table tr:hover {
  background: #000000;
}

@media (max-width: 100%) {
	.highcharts-figure, .highcharts-data-table table {
		width: 50%;
	}
	.highcharts-figure .chart-container {
		width: 50%;
		float: left;
	}

}

.conteneur-graphique {
    float: left;
    margin-top: 3%;
    max-width: 50%;
}

.fichiers {
    margin-top: 7%;
    min-width: 50%;
}

header {
    width: 100%;
    height: 7%;
    top: 0%;
    font-style: serif;
    z-index: 950;
}

.topnav {
    background-color: black;
    overflow: hidden;
    width:100% !important;
    position: fixed;
    top: 0%;
    z-index: 950;
}
  
.topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 2% 5%;
    text-decoration: none;
    font-size: 17px;
    font-style: arial;
}
  

.topnav a:hover {
    background-color: white;
    color: black;
    border-bottom: 5px solid rgb(100, 100, 100);
}
  
.topnav a.active {
    background-color: black;
    color: white;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

.topnav a#lefted {
    float: left;
    margin-left: -3%;
    width: auto;
    border-bottom: none;
}

.topnav a#lefted:hover {
    color: black;
    background-color: white;
    border-bottom: none;
}

.topnav a#righted {
    float: right;
    width: auto;
    border-bottom: 5px solid rgb(200, 200, 200);
}


.overlay {
    position:fixed;
    top: 12.5%;
    left: 25%;
    width: 0;
    margin-bottom: 25%;
    height: 100%;
    overflow: hidden;
    z-index: 951;

}

.overlaySerie {
    position:fixed;
    top: 12.5%;
    left: 25%;
    width: 0;
    margin-bottom: 25%;
    height: 100%;
    overflow: hidden;
    z-index: 951;

}

.show {
    width: 100%;

    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;  
}

.petit{
    width: 0%;
    height: 0%;
}

.grand {
    width: 99%;
    margin-right: 0.5%;
    border: none;
    height: 50%;
}

#zone_saison {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    max-height: 80%;
    /*problème avec l'espace lorsque l'autre devient grand*/
}

#zone_saison.grand2 {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    height: 30% !important;
}

.petit .video-js.vjs-paused .vjs-big-play-button {
    display: none !important;
}

.petit .video-js .vjs-control-bar{
    display: none !important;
}

.overlay .content {
    background-color: grey;
    display: block; 
    position: relative;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-top: 0%;
    width: 50%;
    height: 75%;
    color: #000000;
}

.overlay .content p {
    color:#000000;
}

.overlay .content a {
    color: #000000;
}

.overlaySerie .content {
    background-color: grey;
    display: block; 
    position: relative;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-top: 0%;
    width: 50%;
    height: 75%;
    color: #000000;
}

.overlaySerie .content p {
    color:#000000;
}

.overlaySerie .content a {
    color: #000000;
}

.opaque {
    opacity: 0.4;
    animation-name: fadeIn2Opacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

.vertical-menu {
    width: 10%;
    height: 100%;
    border-right: solid 0.2em;
    border-color: grey;
    position: fixed;
    overflow: auto;
}

.vertical-menu-serie {
    width: 20%;
    height: 50%;
    float: left;
    font-size: 1em;
    text-align: center;
}

#leftdiv {
    width: 80%;
    height: 80%;
    float: right;
    font-size: 1em;
}

.vertical-menu-serie a {
    display: block;

}

.vertical-menu-serie a:hover {
    background-color: white;
    color: black;
}

.vertical-menu a {
    background-color: black;
    color: white;
    display: block;
    padding: 12px;
    text-decoration: none;
    border-bottom: solid 0.05em;
    border-color: grey;
}

.vertical-menu a.first {
    border-top: solid 0.05em grey;
}

.vertical-menu a:hover {
    background-color: white;
    color: black;
}

.vertical-menu a#active {
    background-color: white;
    color: black;
}

.vertical-menu form {
    width: 100%;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #ddd;
    margin: 0px;
    background-color: #000000;
}

#rechercheBarre{
    width: 60%;
    max-height:80%;
    display: block;
    position: absolute;
    margin-left: 15%;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn2Opacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.4;
	}
}


.video-js {
    /* The base font size controls the size of everything, not just text.
       All dimensions use em-based sizes so that the scale along with the font size.
       Try increasing it to 15px and see what happens. */
    font-size: 10px;
    /* The main font color changes the ICON COLORS as well as the text */
    color: #fff;
}

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-sublime-skin .vjs-big-play-button {
    /* The font size is what makes the big play button...big.
       All width/height values use ems, which are a multiple of the font size.
       If the .video-js font-size is 10px, then 3em equals 30px.*/
    font-size: 8em;
    /* We're using SCSS vars here because the values are used in multiple places.
       Now that font size is set, the following em values will be a multiple of the
       new font size. If the font-size is 3em (30px), then setting any of
       the following values to 3em would equal 30px. 3 * font-size. */
    /* 1.5em = 45px default */
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    /* 0.06666em = 2px default */
    border: 0;
    /* 0.3em = 9px default */
    border-radius: 0.3em;
    /* Align center */
    left: 50%;
    top: 50%;
    margin-left: -1.5em;
    margin-top: -0.75em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-volume-menu-button .vjs-menu-content,
.video-js .vjs-volume-panel .vjs-volume-control {
    /* IE8 - has no alpha support */
    background-color: #2B333F;
    /* Opacity: 1.0 = 100%, 0.0 = 0% */
    background-color: rgba(43, 51, 63, 0.7);
    background-color: transparent;
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    height: 6.5px;
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
    background: #fff;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
    height: 6.5px;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
    /* For IE8 we'll lighten the color */
    background: ligthen(#73859f, 25%);
    /* Otherwise we'll rely on stacked opacities */
    background: rgba(115, 133, 159, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
    /* For IE8 we'll lighten the color */
    background: ligthen(#73859f, 50%);
    /* Otherwise we'll rely on stacked opacities */
    background: rgba(115, 133, 159, 0.75);
}

.vjs-sublime-skin .vjs-poster {
    outline: none; /* Remove Blue Outline on Click*/
    outline: 0;
}

.vjs-sublime-skin:hover .vjs-big-play-button {
    background-color: transparent;
}

.vjs-sublime-skin .vjs-fullscreen-control:before,
.vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: ''; /* Remove Fullscreen Exit Icon */
}

.vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control {
    background: #fff;
}

.vjs-sublime-skin .vjs-fullscreen-control {
    border: 3px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: -7px;
    top: 50%;
    height: 14px;
    width: 22px;
    margin-right: 10px;
}

.vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:after {
    background: #000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 5px;
}

.vjs-sublime-skin .vjs-progress-holder {
    margin: 0;
}

.vjs-sublime-skin .vjs-progress-control .vjs-progress-holder:after {
    border-radius: 2px;
    display: block;
    height: 6.5px;
}

.vjs-sublime-skin .vjs-progress-control .vjs-load-progres,
.vjs-sublime-skin .vjs-progress-control .vjs-play-progress {
    border-radius: 2px;
    height: 6.5px;
}

.vjs-sublime-skin .vjs-playback-rate {
    display: none; /* Remove Playback Rate */
}

.vjs-sublime-skin .vjs-progress-control {
    margin-right: 50px;
}

.vjs-sublime-skin .vjs-time-control {
    right: 55px;
}

.vjs-sublime-skin .vjs-volume-menu-button:before {
    width: 1.2em;
    z-index: 1;
}

.vjs-sublime-skin .vjs-volume-menu-button .vjs-menu,
.vjs-sublime-skin .vjs-volume-menu-button:focus .vjs-menu,
.vjs-sublime-skin .vjs-volume-menu-button.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-sublime-skin .vjs-volume-menu-button,
.vjs-sublime-skin .vjs-volume-panel {
    width: 6em;
    position: absolute;
    right: 0;
    margin-right: 30px;
}

.vjs-sublime-skin .vjs-volume-menu-button .vjs-menu-content,
.vjs-sublime-skin .vjs-volume-menu-button:hover,
.vjs-sublime-skin .vjs-volume-menu-button:focus,
.vjs-sublime-skin .vjs-volume-menu-button.vjs-slider-active,
.vjs-sublime-skin .vjs-volume-panel .vjs-volume-control,
.vjs-sublime-skin .vjs-volume-panel:hover,
.vjs-sublime-skin .vjs-volume-panel:focus,
.vjs-sublime-skin .vjs-volume-panel.vjs-slider-active {
    width: 6em;
}

.vjs-sublime-skin .vjs-volume-menu-button .vjs-menu {
    left: 23px;
}

.vjs-sublime-skin .vjs-mouse-display:before,
.vjs-sublime-skin .vjs-play-progress:before,
.vjs-sublime-skin .vjs-volume-level:before {
    content: ''; /* Remove Circle From Progress Bar */
}

.vjs-sublime-skin .vjs-mouse-display:after,
.vjs-sublime-skin .vjs-play-progress:after,
.vjs-sublime-skin .vjs-time-tooltip {
    width: 5.5em;
}

.vjs-sublime-skin .vjs-audio-button {
    display: none;
}

.vjs-sublime-skin .vjs-volume-bar {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAQAAACw95UnAAAAMElEQVRIx2NgoBL4n4YKGUYNHkEG4zJg1OCRYDCpBowaPJwMppbLRg0eNXjUYBLEAXWNUA6QNm1lAAAAAElFTkSuQmCC);
    background-size: 22px 14px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    max-width: 22px;
    max-height: 14px;
    margin: 7px 4px;
    border-radius: 0;
}

.vjs-sublime-skin .vjs-volume-level {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcAQAAAAAyhWABAAAAAnRSTlMAAHaTzTgAAAAZSURBVHgBYwAB/g9EUv+JokCqiaT+U4MCAPKPS7WUUOc1AAAAAElFTkSuQmCC);
    background-size: 22px 14px;
    background-repeat: no-repeat;
    max-width: 22px;
    max-height: 14px;
    height: 100%;
}

/* New for VideoJS v6 */
.vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal:focus,
.vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 6em;
    transition-property: none;
}

.vjs-sublime-skin .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal {
    width: 3em;
    height: auto;
}

.vjs-sublime-skin .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control {
    transition-property: none;
}

.vjs-sublime-skin .vjs-fullscreen-control .vjs-icon-placeholder {
    display: none; /* Remove Duplicate Fullscreen Icon */
}

.vjs-sublime-skin .vjs-volume-panel .vjs-mute-control {
    width: 2em;
    z-index: 1;
    padding: 0;
}

.vjs-sublime-skin .vjs-volume-panel .vjs-volume-control {
    display: inline-block;
    position: relative;
    left: 5px;
    opacity: 1;
    width: 3em;
    height: auto;
}

.synopsis {
    display: inline-flex;
    max-width: 70%;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: black; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  

  .sidenav a:hover {
    color: black;
    background-color: white;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidenav .cpright {
    font-size:10px;
    position:relative;
    bottom:-40%;
  }
  .sidenav .cpright:hover {
    background-color: #000;
    color: white;
    border-bottom: none;
  }
  .subnavmenu {
    font-size: 25px;
    color: white;
    padding: 8px 8px 8px 32px;
    background-color: inherit;
    font-family: inherit;
    text-decoration: none;
    margin: 0;
  }
  .subnavmenu a{
    font-size: 20px;
  }
