/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-size:1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    color:#fff;
    text-decoration: none;
}
a:hover{
    color:#fff;
}
a img{
    border:none;
}
* {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: content-box;
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; 
}
img{height: auto;
    max-width: 100%;
    width: 100%;   
}
@font-face {
  font-family: 'Arual';
  src: url('fonts/Arual.eot?#iefix') format('embedded-opentype'),  url('fonts/Arual.woff') format('woff'), url('fonts/Arual.ttf')  format('truetype'), url('fonts/Arual.svg#Arual') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*********CLASSES*********/
.aligne{
    display: inline-block;
    vertical-align: middle;
}


/******************/

body{
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;   
    background-color:#f8f8f8;
    overflow: hidden;
}
header{
    height:5vh;
    background-color: #000;
    color:#989898;
}
header nav{
    width:40%;
    margin-left: 4.5%;
    height:100%;
    position: relative;
}
header nav p.credits,
header nav p.docs{
    font-size:1em;
    color:#989898;
    height: 100%;
    line-height: 5vh;
    cursor:pointer;
    width:100px;
}
header nav p.credits{
    padding-right:30px; 
    padding-left:5px;
}
header nav p.docs{
    padding-left:15px;
}
header nav p.bord{
    border-left:1px solid #fff;
}
header nav .ss_credits,
header nav .ss_docs{
    position: absolute;
    z-index:2;
    background-color: #1c1c1c;
    padding:15px;
    width:700px;
    display:none;
    border-left:1px solid #fff;
    line-height:1.3;
    overflow: auto;
    height: 75vh;
}
header nav .ss_docs{
    left:104px;
}
header nav ul.credit,
header nav ul.docs{
    list-style: disc inside;
    font-size: 1em;
    color: #d6d6d6;
    margin-top:10px;
    padding-bottom:30px;
}
header nav ul.credit li,
header nav ul.docs li{
    margin-bottom: 7px;
}
header nav ul li ul{
    padding-left: 30px;
    list-style: circle inside;
}
header > ul{
    width:50%;
    text-align:right;
    margin-right: 5%;
}
header li p{
    font-size:0.688em;
}
header li.logo{
    font-size: 0;
    width:30px;
    height:30px;
} 
header li.ministere{
    background: url('images/ministere.png') no-repeat center;
}
header li.agroof{
    background: url('images/agroof.png') no-repeat center;
}
header li.arbele{
    background: url('images/arbele.png') no-repeat center;
}
#container{
    position: relative;
    height:100vh;
    background-color:#000;
}
#content{
    position:relative;
    height:90vh;
    overflow-y:hidden;
}
#content .tranche{
    background-size: cover;
    position: absolute;
    height:90vh;
    top:0;
    width:100%;
    background-repeat: no-repeat;
    background-position:center;
    opacity:0;
    overflow: hidden;
}

#content .tranche.une{
    background-image:url('images/6h.jpg');
}
#content .tranche.deux{
    background-image:url('images/9h.jpg');
}
#content .tranche.trois{
    background-image:url('images/10h.jpg');
}
#content .tranche.quatre{
    background-image:url('images/12h.jpg');
}
#content .tranche.cinq{
    background-image:url('images/14h.jpg');
}
#content .tranche.six{
    background-image:url('images/16h.jpg');
}
#content .tranche.sept{
    background-image:url('images/17h.jpg');
    background-size: contain;
}
#content .tranche.huit{
    background-image:url('images/20h.jpg');
}
#content .tranche.neuf{
    background-image:url('images/22h.jpg');
}
#content .contentranche{
    position:absolute;
    color:#fff;
    width:55%;
    left:5%;
    font-weight:100;
    bottom:15vh;
}
#content .contentranche h2{
    font-size: 4.5em;
    text-transform: uppercase; 
}
#content .contentranche p{
    font-size: 1.438em;
    font-weight: normal;
}
#titre{
     position: absolute;
    right: 5%;
    top:30px;
    width:312px;
    z-index: 1
}
#titre h1{
    font-size:0;
    background:url('images/titre.png') no-repeat 0 0;
    height:36px;
    margin-top: 5px;
}
#horloge{
    font-size:6.7em;
    color:#f8f8f8;
    font-family: Arual;
    border-bottom:1px solid #fff;
    height:108px;
    overflow: visible;
}
#horloge.une{
    background: url('images/6H.png') no-repeat 0 -10px / cover;
}
#horloge.deux{
    background: url('images/8H.png') no-repeat 0 -10px / cover;
}
#horloge.trois{
    background: url('images/10H.png') no-repeat 0 -10px / cover;
}
#horloge.quatre{
    background: url('images/12H.png') no-repeat 0 -10px / cover;
}
#horloge.cinq{
    background: url('images/14H.png') no-repeat 0 -10px / cover;
}
#horloge.six{
    background: url('images/16H.png') no-repeat 0 -10px / cover;
}
#horloge.sept{
    background: url('images/18H.png') no-repeat 0 -10px / cover;
}
#horloge.huit{
    background: url('images/20H.png') no-repeat 0 -10px / cover;
}
#horloge.neuf{
    background: url('images/22H.png') no-repeat 0 -10px / cover;
}
#etenAF{
    position:absolute;
    z-index:1;
    left:25px;
    bottom: 5vh;
    font-size:1.875em;
    background-color: #177D9A;
    color:#fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    padding:5px;
    width:370px;
    height:40px;
}
span.btn{
    background: url('images/btn.png') no-repeat 0 center/contain;
    display:block;
    width:110px;
    height:40px;
    bottom: 5vh;
    left:320px;
    position: absolute;
    cursor:pointer;
    z-index:1;
}
footer{
    height:5vh;
}

/**************************************/
/*********filigrane horloger*********/
/**************************************/
section#content_clock{
    position: absolute;
    height:90vh;
    top:0;
    width:100%;
    z-index: 1;
    opacity:0.75;
}
.clock {
  border-radius: 50%;
  border: 1px solid #808080;
  height: 100%;
  position: relative;
    margin: 0 auto;
}
/*
.clock:after {
  background: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2%;
  height: 2%;
  z-index: 10;
}*/
.minutes-container, .hours-container, .seconds-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hours {
  background: #808080;
  height: 20%;
  left: 50%;
  position: absolute;
  top: 30%;
  transform-origin: 50% 100%;
  width: 3px;
}
.minutes {
  background: #808080;
  height: 40%;
  left: 50%;
  position: absolute;
  top: 10%;
  transform-origin: 50% 100%;
  width: 3px;
}
.seconds {
  background: #808080;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 1px;
  z-index: 8;
}
@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
.hours-container {
  animation: rotate 43200s infinite linear;
}
.minutes-container {
  transition: transform 0.3s cubic-bezier(.4,2.08,.55,.44);
}
.seconds-container {
  transition: transform 0.2s cubic-bezier(.4,2.08,.55,.44);
}
/**************FIN FILIGRANE HORLOGE*******************/

section.seize{
    background-image: url("images/16.JPG");
}
section.dix7{
    background-image: url("images/17.JPG");
}
section.dix8{
    background-image: url("images/18.JPG");
}
section.dix9{
    background-image: url("images/19.JPG");
}
#barre{
    height:100%;
        background-color:#000;
}
#barre li{
    color:#fff;
    border-top:1px solid #fff;
    height:100%;
    width:10%; 
    display:inline-block;
    cursor:pointer;
    transition: all ease-in 0.3s;
}
#barre li.neuf{
    width:20%;
}
#barre li span{
    display: inline-block;
height: 100%;
padding-top: 10px;
}
#barre li p{
    display: inline-block;
height: 100%;
padding-top: 10px;
width: 50%;
text-align: right;
}

#barre li:hover{
    background-color:#989898;
    transition: all ease-in 0.3s;
}
#barre li:hover span{
    background-color:#000;
}
#barre li.active{
    background-color:#989898;
}
#barre li.active span{
    background-color:#000;
}
/********pages videos********/
#content .tranche .content_video{
    position: relative;
    height:90vh;
    top:0;
    background-color:#E5E5E5;
    z-index:2;
    border-right:25px solid #177D9A;
}

.btn_closed{
    position: absolute;
    height: 5VH;
    width: 150px;
    background-color: #177D9A;
    top: 42.5VH;
    right: 150px;
    color:#fff;
    cursor: pointer;
    line-height: 5vh;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.prev,
.next{
    position:fixed;
    width:10%;
    height:50%;
    top:25%;
    z-index:20;
    transition: all ease-in 0.2s;
	display:none;
}
.prev:hover,
.next:hover{
    opacity:1;
    transition: all ease-in 0.2s;
}
.prev{
    right:90%;
    background: url("images/prev.png") no-repeat center;
    opacity:1;
}
.next{
    right:0;
    background: url("images/next.png") no-repeat center;
    opacity:0;
}
.box_video{
    height:50%;
    margin-right:289px;
    text-align:right;
    padding:30px;
}
.box_video h3{
    color:#177D9A;
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.313em;
    font-weight: bold;
    margin-bottom:10px;
}
.box_video h4,
.box_video h5,
.box_video .time,
.box_video p{
    font-weight: 100;
}
.box_video h4{
    font-weight: normal;
    margin-bottom:5px;
}
.box_video .time{
    font-style: italic;
    margin-bottom:5px;
    display: block;
}
.box_video p{
    margin-top:15px;
}
.box_video.haut{
    border-bottom:1px solid #177D9A;
}
.box_video > div{
    width: 730px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    height: 100%;
    margin-left: 50px;
    position: relative;
}
.box_video > div iframe,
.box_video > div aside{
    display:inline-block;
    vertical-align: top;
    height: 197px;
    position: absolute;
}
.box_video > div iframe{
    width:350px;
}
.box_video.haut > div iframe,
.box_video.haut > div aside{
    bottom:0;
}
.box_video.haut > div:before{
    content:"";
    height:62px;
    width:1px;
    background-color: #177D9A;
    position:absolute;
    bottom:-62px;
    left:175px;
}
.box_video.haut > div.first:before{
    height:32px;
    bottom:-32px;
}
.box_video > div aside{
    width:375px;
    padding-left:15px;
    max-height: 100%;
    overflow-y:auto;
    left:350px;
}
#loader{
	text-align:center;
	width:100%;
	padding-top: 20%;
}
 #loader h1{
	font-size:2.5em;
	color:#177D9A;
	 padding-bottom: 15px;
}
 #loader p{
	font-size:1.5em;
	color:#177D9A;
	 padding-bottom: 15px;
}
#loader img{
	display: inline-block;
	vertical-align:bottom;
     width:auto; height:auto;
}
