#home{
background: #202020 url(Image/Elisyhan_home_2025_little.png) no-repeat center top;
}

body{
background: #202020 url(Image/Elisyhan_banniere_2021_little.png) no-repeat center top;
font: 2.3em "DejaVu Sans", VeraSans, sans-serif;
color: white;
}

#nav-social{
position: fixed;
top: 100px;
right: 1em;
z-index: 3;
}

#nav-social li{
float: left;
margin-left: 25px;
list-style-type: none;
}

#div-menu-home, #div-menu{
position: fixed;
bottom: 10px;
width: 98%;
z-index: 3;
display: flex;
/*border: 1px yellow solid;*/
}

#nav-menu-home, #nav-menu{
margin-left: auto;
margin-right: auto;
/*border: 1px red solid;*/
}

#nav-menu-home li, #nav-menu li{
float: left;
list-style-type: none;
border-style: solid;
border-width: medium;
border-color: white;
border-radius: 10px;
margin-right: 5px;
font-size: 0.7em;
}

#nav-menu-home a, #nav-menu a{
display: block;
text-align: center;
padding: 0em;
color: white;
text-decoration: none;
line-height: 4em;
width: 5em;
opacity: 0.8;
background: #202020;
border-radius: 10px;
}

#nav-menu-home a:hover, #nav-menu a:hover{
font-weight: bold;
opacity: 0.8;
background: #8faadc;
}

h1{
background-color:#8faadc;
/*color: white;  préciser si couleur différente de color de body */
height: 1.4em;
padding: 5px 0 0 10px;
/*position: -webkit-sticky;*/
position: sticky;
top: 0;
z-index: 1;
}

h1>img{
height: 1.3em;
}

#general{
background-color: transparent;
position: relative;
width: 100%;
top: 100px;
margin: 0 auto; /* pour les navigateurs autres que IE */
padding: 0;
}

ul{
list-style-type: '- ';
padding-left: 30px;
}

.single{
margin-bottom: 50px;
margin-right: 20px;
float: left;
}

#AHLV{
border: 1px white solid;
}

#finalbum{
clear: left;
}

#partie1 dt{
/*color: white;  préciser si couleur différente de color de body */
background-color:#8faadc;
width: 10em;
height: 1.5em;
padding: 10px 0 0 10px;
}

#partie1 dl, dd{
background-color: transparent;
}

#partie1 dd{
margin-bottom: 15px;
}

#partie1 dd{
border: 2px solid #8faadc;
margin-left: 0px;
padding: 5px;
}

#partie3 dt{
margin-bottom: 10px;
}

#partie3 dd{
margin-bottom: 20px;
}

#partie5 dt{
margin-bottom: 10px;
}

#general a{
font-weight: bold;
color: white;
text-decoration: none;
}

.piedpage{
height: 4em;
}

/* Une propriété du "a:hover" doit être définie pour IE et contenir les mêmes proporiétés que le "a:hover span" pour que celui-ci fonctionne */
#general a:hover{
background-color: transparent;
color: #8faadc;
}

#general a:hover span{
background-color: #8faadc;
color: black;
}
/*============*/
#jp_container_1{
margin-top: 30px;
margin-left: 50px;
}

/*============*/
#imagesconcert{
margin: 0px;
}

#imagesconcert img{
margin: 0px;
padding: 0px;
}
/*============*/
/* Partie form */
label{
font-size: 1.4em;
}

input,
textarea,
select{
border: 1px solid white;
background-color: transparent;
color: black;
font-size: 1.4em;
}

input{
margin-bottom: 10px;
width: 80%;
}

textarea{
width: 90%;
height: 10em;
}

.bouton{
border: 1px solid #8faadc;
width: 6em;
padding: 0.5em;
cursor: pointer; 
background-color: #8faadc;
color: black;
}

#bouton{
margin-top: 20px;
}

#msgErreur{
border: 1px solid red;
margin: -15px 0 5px 0;
padding: 10px;
width: 80%;
height: 1.2em;
}

#msgEnvoye{
margin-top: 0px;
font-weight: bold;
}
/*============*/

/*============*/
/* Images en overlay */
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(0,0,0);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.56) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.56)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.56) 0%,rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.56) 0%,rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.56) 0%,rgba(0,0,0,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.56) 0%,rgba(0,0,0,1) 100%);
}
.lb-overlay > div{
	position: relative;
	/*color: rgba(27,54,81,0.8);*/
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay p{
	position: relative;
	margin-top: -30px;
	color: black;
	z-index: 100;
}
.lb-overlay span{
	background-color: #8faadc;
	padding: 5px;
}
.lb-overlay a.lb-close{
	/*background: rgba(27,54,81,0.8);*/
	z-index: 1001;
	/*color: #fff;*/
	position: absolute;
	top: 2%;
	right: 2%;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	width: 70px;
	height: 70px;
	overflow: hidden;
	/*margin-left: -25px;*/
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	/*-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay > img{
	/* height: 100%; For Opera max-height does not seem to work */
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 20px 120px 20px;
}
.lb-overlay:target img {
	z-index: 99;
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}