html,body{
  height:100%;
  margin:0;
  padding:0;
  background:#E0E0E0;
  background-image:url(gdformat1.png);
  background-repeat:no-repeat;
  font-family: 'PT Serif', serif;

}
.titre{
	
}

.logos {
    height: 48px;
    width: 95px;
    margin: auto;
    display: flex;

}
.logo {
	background: url(../images/retour-accueil.png);
	width: 45px;
    height: 42px;  
}

.logo:hover{
	background: url(../images/retour-accueil1.png );
}

.logo1 {
  width: 45px;
  height: 35px;
  margin-top: 6px;
  background: url(../images/silhouette1.png);
 }
 
.logo1:hover{
	background: url(../images/silhouette.png );
}

.clearboth {
	clear: both;
}

.bloc-gauche {
	width:40%;
	float:left;	
	 
}

.bloc-gauche ul{
	list-style-type : none;
	margin-left :0%;
	margin-bottom: 10px;
}

.bloc-gauche a{
	color:white;
	font-family: 'Nothing You Could Do', cursive;
}


.bloc-droite{
	float:right;
	width:40%;
	margin-left :10%;
}
.bloc-droite ul{
	list-style-type : none;
	margin-left :0%;
	margin-bottom: 10px;
}
.bloc-droite img{
	margin: auto;
	box-shadow:4px 8px 12px #aaa;
}

.bloc-droite a{
	color:white;
	font-family: 'Nothing You Could Do', cursive;
}

button {
	border:0px solid black;
}
.menie{
	
	margin-top:30px;
	width: 440px;
	margin-left:-150px;
	box-shadow: 2px 0px 12px
}

.menie p{
	text-indent:0px;
	font-size:20px;
	font-family: 'Cookie', cursive;
	background:#D6D5D5;
	padding:15px;
}

.menielegende {
	margin-top:15px;
	width: 440px;
	margin-left:-150px;
}
.menielegende p{
	font-style:italic;
	font-size:12px;
}
.lettre{
	width:60%;
	font-family: 'Cookie', cursive;
	margin:auto;
	font-size:25px;
}

.lettre:not(:target){
	display:none;
}

.chapitrage a{
	text-decoration:none;
	color:black;
	font-weight:bold;
}
.chapitrage img{
	box-shadow:0px 0px 0px #aaa;
	top: 6px;
	position: relative;
	margin-right: 6px;
}

.photos{
	margin:15px;
}
.photos img{
	box-shadow:4px 8px 12px #aaa;
}
.photos a{
	margin-left:15px;
	text-decoration:none;
	color:black;
}
.photos span{
	margin-left:15px;
	font-family: 'Nothing You Could Do', cursive;
	font-size:22px;
	
}
tr{
	width: 350px;
}

.Pun,.Pdeux, .Ptrois, .Pquatre, .Pcinq, .Psix, .Psept, .Pneuf, .Pdix, .Ponze{
	display:none;
}
.bio img{
	float:left;
	position: relative;
	right:100%;
	margin-right:45px;
	 margin-top: -40px;
	width: 280px;
	z-index : 0;
}
.bio img:hover{
	float:left;
	
	margin-right:25px;
	width: 480px;
	z-index : 10;
	
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.textbio{
	margin-left:150px;
}

.texthover {
    width:300px;
    display:block;
    position:relative;
    text-align: center;
	color:white;
	
}
.texthover .overlay {
    position:absolute;
    top:0%;
    width:300px;
    height:95%;
    background-color:rgba(0, 0, 0, 0.5);
    display:none;
}
.texthover:hover .overlay {
    display:block;
	
}
p {
	text-align: justify;
	text-indent: 25px;
	font-family: 'PT Serif', serif;
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
.fade:hover {
      opacity: 0.1;
      }
H1{
	text-align:center;
	margin:20px;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 48px;
	
	
}

H2{
	text-align:center;
	margin:20px;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 28px;
	
}	
.main {
	
	margin:auto;
	box-sizing: border-box;
	padding: 50px;
	width:1280px;
	border : 1px #6e2672 solid;
	
}
/*Now the styles*/
* {
	margin: 0; 
	padding: 0;
}


/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	
	width: 53%; height: 320px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 100px;
	float: left;
	font-size:	0.8em;
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 480px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5); 
	position: absolute;
	left: 0; bottom: 0;	
width: 640px;	

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	font-size: 18px;
	font-family: 'PT Serif', serif;
}

.nav{
	margin-top: 25px;
	margin-bottom: 45px;
	
}
.nav-prev{
	float:left;
	margin-left: 5px;
}
.nav-prev :hover{
	
	transition-duration: 0.5s;
	opacity:0.5;
}
.nav-next{
	float:right;
}
.nav-next :hover{
	
	transition-duration: 0.5s;
	opacity:0.5;
}


.piedpage {
	text-align:center;
	margin:10px;
	margin-right : 5px;
}
.piedpage  img {
	margin-right:5px;
}

.triangle {
	vertical-align:baseline;
}
.triangle::before {
	content: "";
	display:inline-block;
	top:6px;
    position: relative;
	width:15px;
	height:19px;
	padding:0;
	margin:0;
	background-image: url('../images/triangle1.png');
	opacity:.4;
	transition: opacity 1s;
	margin-right: 5px;
}

li a {
	transition: color 1s;
	transition: margin 1s;
}
.playing  a{
	color:#BA4774;
	margin-left : 10px;
	font-size: 1.2em;
	transition: margin 1s;
}

.playing .triangle::before {
	opacity: 1;
 }
 .mention a{
	text-decoration:none;
	color:black;
 }