html, body{width:100%;
	height: 100%
}

#splash{
	width: 100%;
	min-height: 100%;
	background: #fff;
	color: #000 !important;
	text-align: center;
	color: #000 !important;
	z-index: 0;
	top: 0;
}

#splash h4{
	text-align: center;
	color: #000 !important
}

/****************
*               *
* MENU - button *
*               *
*****************/

.main{
	width: 100%
	z-index: 1;
	background: #000
}
.main,
.container > header {
	margin: 0 auto;
}
.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.main > section {
	margin: 0 0 0 0;
}

.main > section.buttonset span{
	display: inline-block;
	font-family: 'Mate SC', serif;
	font-size: 1.5em;
	padding-left: 10px
}

.main > section.buttonset button{
	background: transparent;
	color: #fff !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	cursor: pointer;
	outline: none;
	border: none;
	width: auto;
	margin: 0 !important;
}


.main > section button:active,
.main > section button.active {
	outline: none;
	border: none
}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;
}



/**********
*         *
*  MENU   *
*         *
**********/

#ha-header{text-align: center}

#ha-header img{width: 75px;
	padding: 10px 0
}

#ha-header h4{margin: 16px 0;}

.liste-menu h5:active{
	outline: none;
	border: none
}

.liste-menu ul{
	font-size: .8em;
	margin-left: 0 !important;
	margin-bottom: 10px !important
}

#ha-header footer{
	font-size: .8em;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.ui-state-focus{
	outline: none;
	border: none
}

.ui-accordion-content-active {
	margin-bottom:10px !important;
}

.ui-state-default{color: #777}

.ui-state-default:hover,
.ui-state-active{color: #fff}


/**********
*         *
* SECTION *
*         *
**********/

#home{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

#home div{
	width: 100%;
height: 100%;
text-align: center;
}

#home img{
	height: 100%;
	
}


#home p{
	left: 50%; 
	max-width: 80%;	
	margin-left: -40%;
	position: absolute;
	bottom: 30px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	font-size: 2em;
	font-family: 'IM Fell DW Pica', serif;
}	



#photos header > div{
		font-size: 2em;
	font-family: 'IM Fell DW Pica', serif;
		width: 33%;
	display: inline-block
}

#photos header {
	text-align: center;
	width: 100%
}

#photos p {
	font-weight: 300;
	margin:10px 0 
}


.legende p{
font-size: .8em
}

textarea{
	height: 200px
}

footer div{
	font-size: .8em;
	
}


/**********
*         *
*  ADMIN  *
*         *
**********/

.shadow{
	background: yellow;
	height: 50px
}

.ui-sortable tr:first-of-type{
	cursor:s-resize
}

.ui-sortable tr:last-of-type{
	cursor:n-resize
}
.ui-sortable tr{
	cursor:ns-resize
}

#sortList { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortList li { 
  	margin: 1%; 
  	padding: 0px; 
  	float: left; 
  	width: 18%; 
  	height: 115px; 
  	text-align: left; 
  	position: relative; 
  	overflow: hidden ;
  	border: 1px solid #000
  	}
  	
#sortList li:hover { background: white;
	border: 1px solid #fff
}
#sortList li span { 
	position: absolute; 
	bottom: 0; 
	right: 0;

	display: inline-block;
	padding: 0px !important;
	text-align: center;

	}
#sortList li span a { 
	width: auto;
	background: #000;
	margin-bottom: 0;
	padding: 15px 10px 10px 15px  !important; 
}
#sortList li a:before {
	content: '\f014';
	font-family: FontAwesome;
	display: inline-block;
	color: #fff;
	font-size: 2.2em }
	
#sortList li span a:after {
	content: 'supprimer';
	display: inline-block;
	color: #000;
	font-size: 1em;
	line-height: 2.2em;
	padding-left: 10px;
	width: 0px;
	-webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  }
	
	#sortList li span:hover a:after {
	content: 'supprimer';
	display: inline-block;
	color: #fff;
	font-size: 1em;
	line-height: 2.2em;
	padding-left: 10px;
	width: 80px }

/**********
*         *
* LOADING *
*         *
**********/

#loading{
	width: 100%;
	height: 100%;
	display: block;
	background: black;
	position: absolute;
	z-index: 1000;
	color: #fff;
	text-align: center
}

#loading p{font-size: 6em}




/* SuperBox */
.superbox {padding: 10px}
.superbox-list {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12.5%;
}
.superbox-img {
	max-width:100%;
	width:100%;
	cursor:pointer;
}
.superbox-show {
	text-align:center;
	position:relative;
	width:100%;
    float:left;
	padding:35px 0px;
	display:none;
}
.superbox-current-img {
	max-width:100%;
}
.superbox-img:hover {
	opacity:0.8;
}
.superbox-float {
	float:left;
}
.superbox-close {
	opacity:0.7;
	cursor:pointer;
	position:absolute;
	top:10px;
	right:0px;
	background:url(../img/close.gif) no-repeat center center;
	width:35px;
	height:35px;
}
.superbox-close:hover {
	opacity:1;
}
@media only screen and (min-width: 320px) {
	.superbox-list {
		width:50%;
	}
}
@media only screen and (min-width: 486px) {
	.superbox-list {
		width:25%;
	}
}
@media only screen and (min-width: 768px) {
	.superbox-list {
		width:16.66666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.superbox-list {
		width:19.5%;
	}
}


/* Shadowbox*/

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;overflow:hidden;height:100px; box-shadow: 0 0 50px 15px #000}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../img/close.png);}
#sb-nav-next{background-image:url(../img/next.png);}
#sb-nav-previous{background-image:url(../img/previous.png);}
#sb-nav-play{background-image:url(../img/play.png);}
#sb-nav-pause{background-image:url(../img/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
