/* RESET
   https://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%;
  vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}
html {font-size: 16px;}
img {max-width: 100%; height: auto; width: auto;}
p img{max-width: 100%;  width: auto;}
* {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: content-box;
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; 
}
a{
	text-decoration:none;
}
body {
  line-height: 1;
  overflow:hidden;
  font-family: 'Lato', sans-serif;
}
#page{
	display:none;
	position:relative;
	}
#loader{
	text-align:center;
	width:100%;
	padding-top: 20%;
}
 #loader p{
	font-size:1.5em;
	color:#fb873c;
	 padding-bottom: 15px;
}
#loader img{
	display: inline-block;
	vertical-align:middle;
}
#prez{
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
	z-index:5;
	background-color:rgba(0,0,0,0.8);
	overflow-y: auto;
}
.inprez{
	background-color: #787878;
    border-radius: 15px;
    box-shadow: 0 3px 7px 5px #4a4a4a;
	-webkit-box-shadow: 0 3px 7px 5px  #4a4a4a;
	margin:35px auto 0;
	width:80%;
	padding: 30px;
	color:#fff;
}
h1{
    font-size: 1.8em;
	margin-bottom:20px;
	background:url("images/logo_transgal_off.png") no-repeat center left;
	padding-left:40px;
	 height: 40px;
    line-height: 40px;
}

#prez h2{
	cursor:pointer;
	background-color:#9AB306;
	color:#f8f8f8;
	font-size:2em;
	padding:15px;
	border-radius:3px;
	width:180px;
	margin:30px auto 70px;
	text-align:center;
}
#prez h2:hover{
	 box-shadow: 0 0px 3px 3px  #f8f8f8;
	-webkit-box-shadow:0 0px 3px 3px #f8f8f8;
}

ul.inline li{
	display:inline;
	margin-bottom:15px;
}
.inprez img{
	vertical-align:middle;
	padding:3px;
}
.inprez img.hor{
	width:80px;
}
#page section div.inprez > p{
	cursor: none;
    display: block;
    position: static;
}
.inprez p{
	margin-bottom:10px;
	text-indent:20px;
}
.inprez p.left{
	text-indent:0;
}
.animated { 
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
} 

@-webkit-keyframes rotate { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 

    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 

    } 
} 
@keyframes rotate { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 

    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(-90deg); 

    } 
} 
.rotate { 
    -webkit-animation-name: rotate; 
    animation-name: rotate; 
}


.aligne{
	display:inline-block; 
	vertical-align:top;
	*display:inline;
	*zoom:1;
}
.block{
	display:block;
}
.none{
	display:none;
}
.marge{padding-bottom:30px;}
.blanc{color:#fff;}
.taille07{
	font-size:0.7em;
}
.center{text-align:center;}
.current,
aside h3.h2.current{
	color:#cb893e;
}

#page > section{
	position:absolute;
	width:100%;
	top:0;
}
#faceA{
	background: url("images/fondphoto.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    opacity: 1;
    z-index: 3;
}

#faceB{
	background:url("images/fonddessin.jpg") no-repeat 0 0/ cover;
	z-index:2;
	opacity:0;
}

#page section > div{
	z-index:500;
}

footer{
	position:absolute;
	bottom:0;
	width:100%;
	z-index:10;
	height:45px;
	background-color:#000;
	color:#f8f8f8;
	opacity: 0.97;
	-webkit-box-shadow: 0 -2px 5px 0 #4A4A4A;
box-shadow: 0 -2px 5px 0 #4A4A4A;
}
footer nav{
	margin:5px 15px;
}
footer nav > p,
footer nav > img,
footer nav > span,
footer nav > a{
	color:#f8f8f8;
	display:inline-block;
	*float:left;
	text-align:center;
	vertical-align: middle;
	cursor:pointer;
	font-size:0.9em;
	margin-left:15px;
}
footer nav > p:hover{
	color:#cb893e;
}
footer span.versaccueil{
	height: 36px;
    width: 36px;
	background-image: url("images/logo_transgal_off.png");
	background-repeat: no-repeat;
	margin-left:0;
}
footer span.versaccueil:hover{
	background-image: url("images/logo_transgal_in.png");
}
footer a.licence{
	border: 1px solid #fff;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 6px;
    width: 88px;
}
footer img.gif{
	position:absolute;
	right:120px;
	top:16px;
	display:block;
}

footer span.gif{
	display:block;
	position:absolute;
	right:0px;
	top:-80px;
	background-color:#000;
	padding:5px;
	opacity:0;
	width:10%;
}
footer nav > section{
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	height:100%;
	z-index:700;
	opacity:0.95;
	display:none;
	padding: 15px;
	overflow-y:auto;
	 background-color: #313131;
}
footer span.fermer{
	font-size: 1.5em;
    position: absolute;
    right: 3px;
    top: 10px;
    width: 30px;
	display:none;
}
/*****bulles*****/
.bulle{
	position: absolute;
	background-color: #ccc;
    border: 7px solid #f9f9f9;
    border-radius: 50%;
    cursor: context-menu;
    height: 170px;
	width: 170px;
}
#faceB .bulle{
	background-color: #fff;
	border: 7px solid #888;	
}
.expe {  
    left: 75%;
    top: 220px;
    cursor:pointer;
}
.loi{
    cursor: context-menu;
    left: 20%;
    top: 150px;
}
#territoire{
	left: 52%;
    top: 40px;
    cursor:pointer;
}
#outils{
	left: 48%;
   bottom: 165px;
    cursor:pointer;
}
.loi h2{
    line-height: 22px;
    padding: 45px 0;
    text-align: center;
}
#faceB .loi h2{
	padding: 34px 0;
}
.expe h2 {
    line-height: 22px;
     padding: 34px 0;
    text-align: center;
}
#faceB .expe h2{
	padding: 56px 0;
}
#territoire h2{
	line-height: 22px;
     padding: 45px 0;
    text-align: center;
}
#outils h2{
	line-height: 22px;
     padding: 67px 0;
    text-align: center;
}
/*********liens vers autres interfaces************/
#page section div > p{
	cursor: pointer;
    display: inline-block;
    position: absolute;
}
#page section.faceA p.versfaceB {
    background: url("images/bulleversB.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    height: 51px;
    line-height: 39px;
    padding-left: 4px;
    width: 64px;
}
#page section.faceB p.versfaceA {
    background: url("images/bulleversA.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    height: 51px;
    line-height: 39px;
    padding-left:2px;
    width: 84px;
	font-size:14px;
}
#page section div > p.demainloiA{
	left: 133px;
    top: -23px;
}
#page section div > p.demainexpeA {
    left: 10px;
    top: -50px;
}
/**********sous-bulles**************/

.loi h3 {
    background-color: #ccc;
    border: 4px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height:55%;
    line-height: 16px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    width: 55%;
	display:none;
}
#faceB .loi h3{
	padding-top:22px;
	background-color: #fff;
    border: 4px solid #888;
}
.loi h3.loiFrA ,
.loi h3.loiFrB {
    left: -176px;
    top: 252px;
}
.loi h3.loiBeA,
.loi h3.loiBeB {
    left: 175px;
    top: 185px;
}
.loi h3.loiEuB {
    left: 28px;
    top: 238px;
}
.loi span.unionloiFrA {
    background: url("images/unionA.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 0px;
    left: -96px;
    position: absolute;
    top: 153px;
    width: 116px;
}
.loi span.unionloiBeA {
    background: url("images/unionA1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 0px;
    left: 142px;
    position: absolute;
    top: 150px;
    width: 42px;
}
.loi span.unionloiEuB {
    background: url("images/unionB.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 0px;
    left: 73px;
    position: absolute;
    top: 167px;
    width: 20px;
}
@keyframes popup {
    0% 	{ animation-timing-function: ease; transform: scale(0);}
    100% { animation-timing-function: ease; transform: scale(1); }
}
@-webkit-keyframes webkit-popup {
    0% 		{ -webkit-animation-timing-function:ease; -webkit-transform: scale(0); }
    100% 	{ -webkit-animation-timing-function:ease; -webkit-transform: scale(1); }
}
@-moz-keyframes moz-popup {
    0% 		{ -moz-animation-timing-function: ease; -moz-transform:  scale(0); }
    100% 	{ -moz-animation-timing-function: ease; -moz-transform:  scale(1); }
}
@-ms-keyframes ms-popup {
    0% 		{ -ms-animation-timing-function: ease; -ms-transform: scale(0); }
    100% 	{ -ms-animation-timing-function: ease; -ms-transform: scale(1); }
}
@-o-keyframes o-popup {
    0% 		{ -o-animation-timing-function: ease; -o-transform: scale(1);}
    100% 	{ -o-animation-timing-function: ease; -o-transform: scale(0); }
} 
@keyframes popdown {
    0% 	{ animation-timing-function: ease-in; transform: scale(1);}
    100% { animation-timing-function: ease-in; transform: scale(0); }
}
@-webkit-keyframes webkit-popdown {
    0% 		{ -webkit-animation-timing-function:ease-in; -webkit-transform: scale(1); }
    100% 	{ -webkit-animation-timing-function:ease-in; -webkit-transform: scale(0); }
}
@-moz-keyframes moz-popdown {
    0% 		{ -moz-animation-timing-function: ease-in; -moz-transform:  scale(1); }
    100% 	{ -moz-animation-timing-function: ease-in; -moz-transform:  scale(0); }
}
@-ms-keyframes ms-popdown {
    0% 		{ -ms-animation-timing-function: ease-in; -ms-transform: scale(1); }
    100% 	{ -ms-animation-timing-function: ease-in; -ms-transform: scale(0); }
}
@-o-keyframes o-popdown {
    0% 		{ -o-animation-timing-function: ease-in; -o-transform: scale(1);}
    100% 	{ -o-animation-timing-function: ease-in; -o-transform: scale(0); }
} 

/***********fenetre des contenus***********/

article{
	background-color: #363636;
    height: 0;
    left: 10%;
    position: relative;
    top: 15px;
    width: 80%;
	border-radius:15px;
	text-align:center;
	opacity:0;
	padding: 0px 7px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#faceA iframe, 
aside, 
aside > iframe, 
article > div{
	height:0;
	z-index:400;
	/*opacity:0;*/
	}
aside, 
article > div{
	position: absolute;
    top: 0;
	left:0;
    width: 100%;
	padding: 0 7px;
	text-align: left;
	z-index:600;
	opacity:0;
	height:0;
	overflow:auto;
}

aside > iframe,
aside .pdf,
aside ul,
aside div{
	height: 550px;
    left: 22.5%;
    opacity: 0;
    width: 75%;
    z-index: 400;
	top:7px;
	position:absolute;
}

aside .pdf{
	 height: 96%;
}
aside h2{
	width:20%;
	color:#f8f8f8;
	padding: 10px 17px 10px 15px;
    width: 17%;
	display:none;
	margin-top: 15px;
	cursor:pointer;
	background:url('images/fleche-B.png') no-repeat right center;
	}
aside h2.h1{
	border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.75em;
    font-variant: small-caps;
    margin-bottom: 25px;
    width: 20%;
	background:none;
	margin-left: 15px;
	padding: 0 0 15px;
}
aside h2.mur{
	background:none;
}
aside h3{
	width:22%;
	color: #cacaca;
	padding:0 3px 2px;
	cursor:pointer;
	display:none;
	font-weight:normal;
	font-size:0.9em;
	padding: 0 3px 7px 8px;
	position:relative;
}
aside h3:hover,
aside h3.h2:hover,
aside ul li a:hover{
	color:#cb893e;
}
aside h3 a{
	position:absolute;
	right:0;
}

aside h3.h2{
	width:15%;
	background-color:#363636;
	line-height: auto;
	padding:7px 0;
	color:#f8f8f8;
	cursor:pointer;
	font-weight:bold;
}
aside h2.h3{
	color: #f8f8f8;
    font-size: 0.85em;
    padding: 8px 0 4px 11px;
    width: 15%;
}
#video1{margin-top:27px;}
#video2{
	margin-top:15px;
}
#bloc_pdf{
	opacity:1;
	overflow:scroll;
}
aside p.pdf{
	opacity:1;
}
aside p.photos{
	overflow:scroll;
}

aside ul{
	background-color:#666;
	padding:15px;
}
aside ul li a{
	color:#f8f8f8;
	font-size:1.1em;
	line-height: 1.3em;
	display:block;
	margin-bottom:15px;
}
aside ul li a img{
	width:150px;
	height:auto;
	vertical-align: middle;
}
article span.closeA,
article span.closeB{
	font-size:2em;
	font-weight:bold;
	position:absolute;
	right:3px;
	color:#cb893e;
	cursor:pointer;
	z-index:1000;
	top: -5px;
}

#videowall {
    height: 79%;
    left: -61%;
    position: absolute;
    top: 60px;
    width: 60%;
	z-index:4;
} 


footer h2{
	font-size:1.7em;
	margin-bottom:1.2em;
}
footer h3{
	font-size:1.4em;
	width:90%;
	margin-bottom:1em;
}
footer h3 a{color:#fff;}
footer ul li,
footer section > p,
footer section h4{
 margin-bottom:15px;
}
#projet .last,
#partenaires .last,
#gal .last,
#credits .last {
	margin-bottom:70px;
}
/***********RESSOURCES*************/
#page #ressources div > p{
	font-size:1.2em;
	 cursor: pointer;
    display: block;
    position: static;
	padding:5px;
}
#ressources > div{
	width:24.5%;
}
#ressources ul{
    overflow: auto;
    width: 80%;
	background-color:#f8f8f8;
	padding:5px;
	border-radius:2px;
	list-style: disc inside none;
}
#ressources ul li{
	padding-bottom:3px;
}
#ressources ul.scroll{
	height: 550px;
	list-style: none;
	}
#ressources ul img{
	border:1px solid #ccc;
}
#resources a{
	color: #000;
}
#resources a:hover{
	color:#666;
}
/******GAL******/
#gal img{
	float:left; 
	margin-right:15px; 
	width:150px; 
	height:auto;
}
#gal p{
	width:60%;
	margin-bottom:30px;
}
/**partenaires***/
#partenaires ul{
	
}
#partenaires ul li{
	display:inline-block;
	vertical-align:bottom;
	width:24%;
	text-align:center;
	margin-bottom: 15px;
}

#partenaires a{
	color:#fff;
	display:block;
}
#partenaires img{
	vertical-align:middle;
	padding:5px;
	max-width: 115px;
}
/**projet***/

#projet p{
	margin-bottom:15px;
	text-indent:30px;
	width:90%;
}

ul.puce{
	list-style: inside none disc;
	width:66%;
}
ul.puce li{
	margin-bottom:15px;
}